body {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    font-family: "Archivo", sans-serif;
    color: #2B2B2B;
}

html,
body {
    height: 100%;

}

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


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

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

a:hover {
    text-decoration: none;
    color: #2B2B2B;
}

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

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

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    margin-bottom: 10px;
    font-family: "Roboto", sans-serif;
}

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


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

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

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

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

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


p {
    margin-bottom: 20px;
}


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

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

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

.container {
    max-width: 1200px
}

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

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

.fw_900 {
    font-weight: 900;
}

.cta-btn {
    display: inline-flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 15px 30px;
    border: 1px solid transparent;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    letter-spacing: 0.3px;
    min-width: 220px
}

.cta-btn em {
    margin-left: 10px
}

.btn_default {
    background: #E53034;
    color: #fff
}

.btn_default:hover {
    background: #cb0024;
    color: #fff
}

.btn_border_white {
    border: 1px solid #979797;
    color: #fff;

}

.btn_border_white:hover {
    background: #E53034;
    color: #fff;
    border-color: #E53034
}

.btn_border {
    color: #2B2B2B;
    border: 1px solid #979797;
}
.btn_border:hover {
    background: #cb0024;
    color: #fff;
    border-color: #cb0024
}

.btn_border_red {
    border: 1px solid #E53034;
    color: #E53034
}
.btn_border_red:hover {
    background: #E53034;
    color: #fff;
}

.btn_dark {
    background: #000;
    color: #fff
}

.header-top {
    background: #101010
}

.header-top a {
    display: flex;
    align-items: center;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.32);
    line-height: normal;
    letter-spacing: 0.5px;
    justify-content: flex-end
}

.header-top a span {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 2px;
    letter-spacing: 0px;
    transition: all 0.4s
}

.header-top a:hover span {
    color: #E93629
}

.header-top a .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid #E93629;
    color: #E93629;
    font-size: 16px;
    margin-right: 10px
}

.header-top a div:last-child {
    text-align: right
}

.header-top {
    padding: 8px 0
}

.main-header {
    padding: 20px 0
}

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

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

.mainmenu ul li a {
    color: #D9D4CF;
    display: block;
    position: relative;
    line-height: normal;
    font-size: 16px;
    padding: 10px 0;
    letter-spacing: 0.3px
}

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

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

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

.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 #E93629;
    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 li > ul > li {
    display: block;
    padding: 0;
    margin: 0;
}

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


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

.header-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99
}

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

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

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

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

.hero-area::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/hero-overlay.webp) no-repeat scroll 0 0/cover;
    z-index: -1;
}

.hero-text {
    position: relative;
    z-index: 1;
    color: #BFBFBF;
    font-size: 34px;
    letter-spacing: 0.2px
}

.hero-text .h1 {
    margin-bottom: 20px
}

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

.heading-shape span {
    display: inline-block;
    position: relative;

}

.heading-shape span::after {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    transform: translateX(-45%);
    width: calc(100% + 80%);
    background: url(../img/heading-shape.webp) no-repeat scroll 0 0 /cover;
    height: 100%;
    z-index: -1
}

.hero_btns .cta-btn {
    margin-right: 20px
}

.hero_btns {
    margin-top: 40px
}
.hero-area .border_text {
    font-weight: 700;
    font-size: 400px;
    font-family: "Roboto", sans-serif;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #707070;
    color: #707070;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    line-height: 1;
    top: 140px;
    opacity: 0.35;
    z-index: 0;
    user-select: none;
    text-transform: uppercase;
}
.icon-teaser.style1 {
    padding: 30px 20px;
    background: #fff;
    box-shadow: -2px -3px 17px rgba(0, 0, 0, 0.19);
    transition: all 0.4s;
    height: 100%;
    display: block;
    position: relative;
    z-index: 1;
    font-size: 16px;
    line-height: 28px;
}

.icon-teaser.style1 img {
    margin: 0 auto 25px;
    display: block;
    filter: invert(1) brightness(0);
    transition: all 0.4s
}

.icon-teaser.style1:hover img {
    filter: invert(0) brightness(1)
}

.icon-teaser.style1:hover {
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.25);
}

.n_top_150 {
    padding-top: 0;
    margin-top: -150px;
    padding-bottom: 50px;
}

.half_bg_area {
    position: relative;
}

.half_bg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 50%;
    height: calc(100% - 60px);
    object-fit: cover
}

.half_bg_area .container {
    position: relative
}

.half_bg_area .border_text {
    font-weight: 700;
    font-size: 200px;
    font-family: "Roboto", sans-serif;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #707070;
    color: #707070;
    position: absolute;
    left: 10%;
    line-height: 1;
    top: -153px;
    opacity: 0.07;
    z-index: -1;
    user-select: none;
}

.client-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
}

.logo-slider {
    padding-top: 30px
}

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

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

.bg_gray {
    background: #fbfbfb
}

.mb_60 {
    margin-bottom: 60px
}

.py_50 {
    padding: 50px 0
}

.box {
    margin-top: 30px;
    display: block
}

.box.style1 {
    position: relative;
    height: calc(100% - 30px)
}

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

.box.style1::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.76
}

.box.style1 .text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 40px;
    z-index: 1
}

.box.style1 .title {
    margin-bottom: 5px
}

.box.style1 p {
    margin: 0
}
.box.style1.alt p{
	  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.link_text {
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    margin-top: 10px
}

.link_text em {
    margin-left: 10px;
    position: relative;
    top: 2px;
    transition: all 0.4s
}

.box.style1:hover .link_text em {
    transform: translateX(10px)
}

.box.style1:hover {
    transform: translateY(-10px)
}

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

.service-area .border_text {
    font-weight: 700;
    font-size: 200px;
    font-family: "Roboto", sans-serif;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #707070;
    color: #707070;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1;
    top: -70px;
    opacity: 0.07;
    z-index: -1;
    user-select: none;
}

.section_action {
    margin-top: 50px
}

.stats-area {
    position: relative;
    background: #0F0F0F;
    z-index: 1;
    padding: 110px 0
}

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

.stats-logo {
    margin-bottom: 30px
}

.stats-area .content-text {
    font-weight: 400;
    color: #C6C6C6;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 26px;
}


.stats-area .content-text .list_check.alt li::before {
    top: 3px;
    width: 20px;
    height: 20px;
}
.stats-area .content-text .list_check.alt li {
    margin-bottom: 12px;
    padding-left: 30px;
    position: relative;
    font-size: 16px;
}
.stats-box {
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    margin: 30px 0;
    line-height: 30px;
}

.stats-box .title {
    font-size: 80px;
    font-family: "Roboto", sans-serif;
    line-height: 100%;
    margin-bottom: 10px
}

.stats-shape {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
    width: 250px;
    z-index: -1;
}

.box.style2 .text {
    padding: 30px 30px;
    padding-bottom: 0;
    margin-top: -10px;
    border: 1px solid rgba(4, 12, 25, 0.2);
    background: #fff
}

.box.style2:hover {
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.01)
}

.box.style2:hover .text {
    border-color: #fff
}

.box.style2 .category {
    font-size: 14px;
    font-weight: 500;
    color: #E93629;
    line-height: 1;
    margin-bottom: 15px
}

.box.style2 .title {
    border-bottom: 1px solid rgba(4, 12, 25, 0.03);
    padding-bottom: 8px;
    margin-bottom: 15px
}

.box.style2 .text li,
.box.style2 .action .left {
    color: #989898;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 16px;
}

.box.style2 .action .left {
    margin-bottom: 0
}

.box.style2 .text li span,
.box.style2 .action .left span {
    font-size: 16px;
    color: #151515;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    line-height: normal;
    margin-top: 6px;
}

.box.style2 .action {
    margin-right: -30px
}

.box.style2 .action .price {
    font-size: 22px !important;
}

.box.style2 .cta-btn,
.box.style2 .cta-btn em {
    transition: all 0.4s
}

.box.style2:hover .btn_dark {
    background: #E53034;
    border-color: #E53034
}

.box.style2:hover .cta-btn em {
    transform: translateX(10px)
}

.box.style2 .image {
    position: relative
}

.box.style2 .csts {
    position: absolute;
    top: 20px;
    left: -15px;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    background: #47a4b7;
    line-height: normal;
    padding: 10px 15px;
}

.box.style2 .csts::after {
    position: absolute;
    content: "";
    bottom: -17px;
    left: 0;
    width: 16px;
    height: 20px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="17.142" viewBox="0 0 15 17.142"><path id="Path_27758" data-name="Path 27758" d="M-21334,5140l15,15v-17.142Z" transform="translate(21334 -5137.858)" fill="%23357a88"/></svg>');
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
}

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

.related-links li:last-child {
    margin-right: 0
}

.related-links li a {
    display: block;
    text-align: center;
    padding: 10px 30px;
    color: #2C2C2C;
    background: rgba(239, 239, 239, 0.42);
    font-size: 17px
}

.related-links li a:hover {
    background: #000;
    color: #fff
}

.popular_search {
    margin: 30px 0
}

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

.testimonial-slider .slide {
    padding: 0 15px;
    padding-top: 40px;
}

.testimonial-box {
    padding: 40px;
    background: rgba(248, 248, 248, 0.64);
    font-size: 16px;
    color: #727272;
    line-height: 28px;
    transition: all 0.4s
}

.testimonial-box .title {
    font-size: 24px;
    transition: all 0.4s
}

.testimonial-box .meta {
    display: flex;
    align-items: center;
    margin-top: 30px
}

.testimonial-box .meta > img {
    margin-right: 25px;
    filter: invert(1) brightness(0) opacity(0.1);
    transition: all 0.4s
}

.testimonial-box .meta .meta-name {
    color: #000000;
    font-size: 18px;
    transition: all 0.4s
}

.testimonial-box .meta-info > div {
    display: flex;
    align-items: center;
    font-size: 11px;
    color: rgba(0, 0, 0, 0.48)
}

.testimonial-box .meta-info > div img {
    margin-right: 15px
}

.testimonial-box .reviews {
    height: 140px;
    overflow: auto;
    padding-right: 12px
}

.testimonial-box .reviews::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.1);
    width: 3px
}

.testimonial-box .reviews::-webkit-scrollbar {
    width: 3px;
    background-color: rgba(0, 0, 0, 0.1)
}

.testimonial-box .reviews::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, .5)
}

.testimonial-box:hover {
    background: #000;
    color: #9A9A9A
}

.testimonial-box:hover .title,
.testimonial-box:hover .meta-name {
    color: #fff
}

.testimonial-box:hover .meta > img {
    filter: invert(0) opacity(1);
}

.testimonial-box:hover .meta-info > div {
    color: #9A9A9A
}

.bg_light_gradient {
    background: linear-gradient(0deg, rgba(43, 43, 43, 0) 0%, rgba(103, 103, 103, 0.02) 100%)
}

.testimonial-area {
    position: relative
}

.testimonial_custom_arrows {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testimonial_custom_arrows > div {
    cursor: pointer;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #261500;
    color: #261500;
    position: relative;
}

.testimonial_custom_arrows > div:hover {
    border-color: #E53034;
    background: #E53034;
    color: #fff
}

.testimonial_custom_arrows > div::after {
    position: absolute;
    content: "";
    top: -8px;
    left: -8px;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background: #fff;
    z-index: -1
}

.testimonial_prev {
    left: -12%
}

.testimonial_next {
    right: -12%
}

.footer-cta-inner {
    background-blend-mode: luminosity;
    padding: 90px 70px;
    position: relative;
    z-index: 1
}

.footer_cta_shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    z-index: -1;
    height: 100%;
}

.footer_cta_img {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 47%;
}

.footer-cta-area .container {
    max-width: 1300px
}

.footer-cta-inner .content-text {
    font-size: 24px;
    color: #727272
}/*
.footer-cta-area  .call_text{
	flex-direction:column
}*/

.call_text {
    display: flex;
    align-items: center;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.32);
    line-height: normal;
    letter-spacing: 0.5px;
    justify-content: flex-end;
}
.call_text:hover{
    color: rgba(255, 255, 255, 0.32);
}
.call_text span {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 2px;
    letter-spacing: 0px;
    transition: all 0.4s
}
.call_text:hover span{
    color: #E53034
}
.call_text .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    margin-right: 10px
}

.call_text div:last-child {
    text-align: right
}

.cta_group_btn {
    display: flex;
    align-items: center;
    margin-top: 35px
}

.cta_group_btn > span {
    margin: 0 20px;
    display: block;
    color: #FFFFFF;
    font-size: 16px
}

.footer_cta_shape {
    position: absolute
}

.footer-area {
    background-blend-mode: luminosity;
    margin-top: -190px;
    padding-top: 190px;
}

.footer-widget,
.footer-widget a {
    color: #818181;
    display: block;
    line-height: 28px;
    font-size: 17px;
}
.footer-widget a:hover{
    color: #fff
}
.footer-logo {
    display: inline-block;
    margin-bottom: 30px;
    max-width: 185px
}

.footer-social {
    margin-top: 30px
}

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

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

.footer-social li a {
    color: #FFFFFF;
    opacity: 0.3;
    font-size: 24px
}

.footer-social li a:hover {
    opacity: 1;
    color: #E53034
}

.footer_title {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    ;
    margin-bottom: 20px
}

.footer_links {
    column-count: 2
}

.footer_links li {
    margin-bottom: 10px
}

.footer_contact a {
    display: flex;
    align-items: center;
}

.footer_contact em {
    color: #E53034;
    margin-right: 15px;
    font-size: 22px
}

.footer_contact li {
    margin-bottom: 15px
}

.footer-subscribe {
    margin-top: 30px
}

.footer-subscribe form {
    position: relative;
    height: 55px;
    border: 1px solid #4B5157;
    border-radius: 7px
}

.footer-subscribe input {
    position: absolute;
    border: none;
    background: transparent;
    height: 100%;
    width: 100%;
    padding: 10px 20px;
    padding-right: 75px
}

.footer-subscribe button {
    position: absolute;
    top: -1px;
    right: -1px;
    height: calc(100% + 2px);
    padding: 10px 20px;
    background: #E53034;
    border: none;
    color: #fff;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    transition: all 0.4s
}
.footer-subscribe button:hover{
        background: #b90020;
    color: #fff;
}
.footer-subscribe .title {
    color: #fff;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    margin-bottom: 15px
}

.copyright-area {
    padding: 30px 0;
    border-top: 1px solid rgba(112, 112, 112, 0.33);
    font-size: 16px
}

.copyright-area p {
    color: #8D8D8D
}

.copyright-area p a {
    color: #E53034;
    text-decoration: underline
}

.copyright-area p a:hover {
    text-decoration: none;
    color: #fff
}

.footer-top {
    padding: 90px 0
}

.page-banner-area {
    position: relative;
    padding-top: 250px;
    padding-bottom: 100px;
}

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

.page-banner-area::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #E93629;
    z-index: -1;
    opacity: 0.11
}

.page-banner-area::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(100deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 0;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    z-index: 0;
    opacity: 0.63
}
.page-banner-area .border_text {
    font-weight: 700;
    font-size: 390px;
    font-family: "Roboto", sans-serif;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #707070;
    color: #707070;
    position: absolute;
    left: 0px;
    width: calc(100% + 1200px);
    line-height: 1;
    top: 20px;
    opacity: 0.15;
    z-index: 0;
    user-select: none;
    text-transform: uppercase;
}
.page-banner-area .heading-shape span::after {
    transform: translateX(-50%);
    width: calc(100% + 20%);
}

.banner-text {
    color: #F8F8F8;
    font-size: 20px;
    position: relative;
    z-index: 1
}

.banner-text .h1 {
    margin-bottom: 20px
}

.divider hr {
    margin: 0
}

.num-box .title {
    color: #E53034;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-size: 60px;
    line-height: 100%;
    margin-bottom: 10px
}

.num-box {
    font-size: 16px;
    line-height: 26px;
    color: #818181;
    padding: 30px 0
}

.num-inner .col-sm-6:nth-child(2) .num-box,
.num-inner .col-sm-6:nth-child(4) .num-box {
    padding-left: 30px
}

.num-inner .col-sm-6 {
    border-right: 1px solid rgba(112, 112, 112, 0.32);
    border-bottom: 1px solid rgba(112, 112, 112, 0.32);
}

.num-inner .col-sm-6:nth-child(2),
.num-inner .col-sm-6:nth-child(4) {
    border-right: 0
}

.num-inner .col-sm-6:nth-child(3),
.num-inner .col-sm-6:nth-child(4) {
    border-bottom: 0
}

.half_bg.alt {
    height: calc(100% - 180px);
}

.box.style3 {
    position: relative;
}

.box.style3 .text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    z-index: 1
}

.box.style3 .title {
    font-family: "Roboto", sans-serif;
}

.box.style3::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.76;
}

.box.style3:hover {
    transform: translateY(-10px)
}

.box.style4 {
    position: relative;
    margin: 0
}

.box.style4 .info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 40px;
    z-index: 1
}

.box.style4 .title {
    font-size: 22px;
    margin-bottom: 0
}

.box.style4 .action {
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E53034;
    color: #fff
}

.box.style4::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.76;
}

.box.style4:hover {
    transform: translateY(-10px)
}

.logos-flex {
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 30px 0;
    flex-wrap: wrap
}

.logos-flex img {
    max-width: 47%;
}

.follow_team {
    display: flex;
    align-items: center;
    margin-top: 40px
}

.follow_team .social {
    margin-left: 30px;

}

.follow_team .h5 {
    margin-bottom: 0
}

.follow_team .social li {
    display: inline-block;
    margin-right: 20px;

}

.follow_team .social li a {
    color: #000;
    opacity: 0.3;
    font-size: 24px;
}

.follow_team .social li a:hover {
    opacity: 1;
    color: #E53034;
}

.c_info {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
}

.c_info .icon {
    margin-right: 25px;
}

.c_info .title {
    font-size: 22px;
    color: #040C19;
    display: block;
    font-weight: 900;
    font-family: "Roboto", sans-serif;
}

.c_info a {
    color: #7B7B7B;
    font-size: 20px
}

.c_form.style2 {
    background: #000;
    padding: 55px;
}

.n_top_370 {
    margin-top: -370px;
    position: relative;
    z-index: 1;
}

.form_title {
    margin-bottom: 30px;
    font-family: "Roboto", sans-serif;
    font-size: 30px
}

.c_form.style2 li {
    margin-bottom: 16px;
}

.c_form input,
.c_form textarea, .c_form select {
    width: 100%;
    height: 65px;
    border: none;
    padding: 10px 25px;
    border: none;
    font-size: 16px
}
.c_form .gchoice label {
    display: inline-flex !important;
    color: #fff;
    font-size: 14px;
}
.c_form_notes {
    font-size: 12px;
    color: #eee;
    line-height: 20px;
}
 /* Style the placeholder option */
  .c_form select .gf_placeholder {
    color: gray; /* Change this to your desired placeholder color */
  }

  /* Ensure the placeholder option remains styled in case of custom select styling */
  .c_form select:invalid {
    color: gray;
  }

  /* Ensure the text color changes when a valid option is selected */
  .c_form select:not(:invalid) {
    color: black; /* Change this to your desired regular option color */
  }
.c_form input[type="checkbox"] {
    width: 16px;
    height: 16px;
    border: none;
    border-radius: 0;
    padding: 0;
    margin-right: 9px;
    box-shadow: none !important;
    position: relative;
    top: 2px;
}
.c_form.style2 textarea {
    height: 180px;
}

.c_form.style2 button {
    width: 100%
}

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

.map-area {
    position: relative;
    z-index: 1;
	padding-top:50px
}
.map-area iframe {
    width: 100%;
    height: 500px;
}

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

.page-banner-area .container {
    position: relative;
    z-index: 1
}

.text_45 {
    font-size: 45px;
}

.banner-text .list_check li {
    color: #D9D4CF
}

.list_check li {
    margin-bottom: 15px;
    padding-left: 45px;
    position: relative;
    font-size: 17px;

}

.list_check li::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="31.43" height="31.43" viewBox="0 0 31.43 31.43"><g id="Group_20008" data-name="Group 20008" transform="translate(-357.285 -405.285)"><path id="Path_29287" data-name="Path 29287" d="M15.715,0A15.715,15.715,0,1,1,0,15.715,15.715,15.715,0,0,1,15.715,0Z" transform="translate(357.285 405.285)" fill="%23ea0029"/><path id="Path_2" data-name="Path 2" d="M0,0V4.405L9.635,2.083" transform="translate(368.985 421.209) rotate(-45)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"/></g></svg>') no-repeat scroll 0 0/cover
}

.text_22 {
    font-size: 22px;
    line-height: 36px;
}

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

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

.box.style5 {
    display: block
}

.box.style5 .title {
    font-size: 24px;
    color: #000000;
    margin-bottom: 8px;
}

.box.style5 .text {
    padding-top: 20px;
    color: #818181;
    padding-right: 100px;
    line-height: 28px
}

.box-slider::after {
    position: absolute;
    content: "";
    top: 0;
    right: -70px;
    width: 300px;
    height: 100%;
    background: url(../img/slider-shape.webp) no-repeat scroll 0 0/cover;
}

.box-slider-area .container {
    position: relative
}

.box_arrows {
    position: absolute;
    right: 30px;
    top: 50%;
    display: flex;
    align-items: center;
    gap: 20px
}

.box_arrows > div {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    color: #000;
    cursor: pointer
}

.box_arrows > div:hover {
    background: #E53034;
    color: #fff
}

.related-links.alt {
    margin-top: 30px
}

.related-links.alt li {
    margin-top: 20px
}

.related-links.alt li a:hover {
    background: #E53034
}

.list_disc_alt li {
    margin: 20px 0;
    padding-left: 30px;
    position: relative;
    font-size: 20px
}

.list_disc_alt li::before {
    position: absolute;
    content: "";
    top: 10px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #E53034
}

.box.style1.alt .title {
    font-size: 26px;
    margin-bottom: 8px
}

.box.style1.alt .text {
    color: rgba(255, 255, 255, 0.74);
    line-height: 26px
}

.box.style1.alt .link_text {
    color: #fff
}

.box.style1.alt::after {
    height: 88%
}

.paginations {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    gap: 10px;
}

.paginations a,
.paginations span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-family: "Roboto", sans-serif;
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.12);
    font-size: 14px;
    font-weight: 400
}

.paginations a.active,
.paginations span.active {
    border-color: #E53034;
    color: #fff;
    background: #E53034
}

.ratings .numbers {
    font-weight: 700;
    color: #fff;
    font-size: 26px
}

.ratings {
    color: rgba(255, 255, 255, 0.64);
    font-family: "Roboto", sans-serif;
}

.ratings img {
    margin: 0 7px
}

.single-listing {
    display: block;
    position: relative;
    background: #fff;
    margin-top: 30px
}

.single-listing .thumbnail_image {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50%;
    height: 100%;
    object-fit: cover;
}

.single-listing .col-lg-6 {
    padding-left: 0;
    margin-left: -2px
}

.single-listing .csts {
    position: absolute;
    top: 20px;
    left: -15px;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    background: #E93629;
    line-height: normal;
    padding: 10px 15px;
    z-index: 1
}

.single-listing .csts::after {
    position: absolute;
    content: "";
    bottom: -17px;
    left: 0;
    width: 16px;
    height: 20px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="17.142" viewBox="0 0 15 17.142"><path id="Path_27758" data-name="Path 27758" d="M-21334,5140l15,15v-17.142Z" transform="translate(21334 -5137.858)" fill="%23811e16"/></svg>');
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
}

.listing-info {
    padding: 20px;
    border: 1px solid rgba(4, 12, 25, 0.2);
    padding-bottom: 0;
    padding-left: 35px
}

.listing-info .head {
    margin-bottom: 12px;
    padding-bottom: 0;
    border-bottom: 1px solid rgba(4, 12, 25, 0.1);
}

.listing-info .head .category {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 1;
    margin-bottom: 0px;
    font-style: normal;
    background: #E93629;
    display: inline-block;
    padding: 3px 5px;
    position: relative;
    top: -2px;
    margin-left: 5px;
}

.listing-info .head .title {
    font-size: 18px;
    font-weight: 700;
    display: block;
    line-height: 26px;
}

.listing-info li,
.listing-info .action .left {
    color: #989898;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 8px;
}

.listing-info .action .left {
    margin-bottom: 0
}

.listing-info li span,
.listing-info .action .left span {
    font-size: 14px;
    color: #151515;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    line-height: normal;
    margin-top: 6px;
}

.listing-info .action .price {
    font-size: 18px !important;
    font-weight: 800 !important
}

.listing-info .action {
    margin-right: -20px;
    margin-top: 10px;
}

.listing-info .cta-btn {
    padding: 12px 22px;
    font-size: 14px;
    min-width: 210px;
    transition: all 0.4s
}

.single-listing:hover .btn_dark {
    background: #E53034;
    border-color: #E53034;
}

.listing-cta-box {
    padding: 50px 80px;
    color: #B4B4B4;
    margin: 30px 0
}

.single-listing:hover {
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.01)
}

.single-listing:hover .listing-info {
    border-color: #fff
}

.sidebar-widget {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .closeFilter {
        display: none;
    }
}

.sidebar-widget .inner-list {
    background: rgba(245, 245, 245, 0.46)
}

.sidebar-panel {
    border: none;
    border-bottom: 1px solid #D8E9EE;
    background: transparent;
    padding: 20px;
}

.sidebar-widget .panel-header {
    font-weight: 700;
    color: #040C19;
    font-size: 14px;
    text-transform: none;
    border: none;
    position: relative;
    padding-right: 30px;
    cursor: pointer;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.sidebar-widget .panel-header::after {
    position: absolute;
    content: "";
    top: 34%;
    right: 6px;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #040C19;
    border-right: 1px solid #040C19;
    transition: all 0.4s;
}

.sidebar-widget label::after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 8px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
    visibility: hidden;
}

.sidebar-widget input[type=checkbox] {
    display: none;
}

.sidebar-widget label::before {
    position: absolute;
    content: "";
    top: 4px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #A2A2A2;
}

.sidebar-widget input[type=checkbox]:checked ~ label::before {
    background: #000;
    border-color: #000
}

.sidebar-widget input[type=checkbox]:checked ~ label::after {
    opacity: 1;
    visibility: visible;
}

.sidebar-widget .panel-header.act + div {
    overflow: hidden;
    max-height: 0;
}

.sidebar-panel {
    border: none;
    border-bottom: 1px solid rgba(112, 112, 112, 0.2);
    background: transparent;
    padding: 15px 20px;
}

.sidebar-widget .panel-header.act {
    padding: 0;
    margin: 0;
}

.sidebar-panel:last-child {
    border: none
}

.sidebar-widget .checkbox label span {
    min-width: 24px;
    text-align: center;
    padding: 0;
    font-size: 11px;
    color: #3a4570;
    background-color: #dfe2ee;
    border-radius: 8px;
    display: inline-block;
    margin-left: 5px;
    line-height: 21px;
}

.sidebar-widget .price-input {
    width: 100%;
    display: flex;
    margin-bottom: 30px;
    justify-content: space-between;
}

.sidebar-widget .price-input .field {
    display: flex;
    width: 100%;
    height: 45px;
    align-items: center;
    position: relative
}

.sidebar-widget .price-input .field span {
    position: absolute;
    top: 50%;
    left: 14px;
    z-index: 1;
    transform: translateY(-50%);
    color: #4B5157;
}

.sidebar-widget .field input {
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 19px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #FFFFFF;
    -moz-appearance: textfield;
    color: #4B5157;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 30px;
    text-align: left;
    background: #FFFFFF;
}

.sidebar-widget .price-input input[type="number"]::-webkit-outer-spin-button,
.sidebar-widget .price-input input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.sidebar-widget .price-input .separator {
    width: 130px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
    position: relative
}

.sidebar-widget .price-input .separator::after {
    position: absolute;
    content: "";
    top: 50%;
    width: 40%;
    height: 2px;
    transform: translate(-50%, -50%);
    left: 50%;
    background: #ddd;
    border-radius: 2px
}

.sidebar-widget .slider {
    height: 5px;
    position: relative;
    background: #eee;
    border-radius: 5px;
}

.sidebar-widget .slider .progress {
    height: 100%;
    left: 25%;
    right: 25%;
    position: absolute;
    border-radius: 5px;
    background: #E93629;
}

.sidebar-widget .range-input {
    position: relative;
}

.sidebar-widget .range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.sidebar-widget .range-input input[type="range"]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: #E93629;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
    cursor: pointer
}

.sidebar-widget .range-input input[type="range"]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: #fff;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
    cursor: pointer
}

.price_filter {
    margin-top: 25px
}

.price_filter a {
    font-size: 14px;
    color: #4B5157
}

.FilterToggle {
    display: none;
}

.sidebar-widget .title {
    color: #000;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 20px
}

.sidebar-widget label {
    color: rgba(93, 93, 93, 0.66);
    position: relative;
    padding-left: 30px;
    font-size: 15px;
}

.sidebar-widget .inner-list ul {
    column-count: 2;
}

.filterFooter {
    display: none;
}

.sidebar-panel select {
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 19px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #FFFFFF;
    -moz-appearance: textfield;
    color: #4B5157;
    font-size: 14px;
    padding: 15px;
    text-align: left;
    background: #FFFFFF;
}

.sidebar_cta {
    font-size: 16px;
    line-height: 26px;
    color: #707070;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #eee
}

.sidebar-widget .logos-flex {
    display: flex;
    flex-wrap: wrap;
}

.sidebar-widget .logos-flex a {
    display: inline-block;
    height: 45px;
    margin-right: 7px;
    margin-top: 5px
}

.sidebar-widget .logos-flex a img {
    max-width: 100%;
    height: 100%;
    object-fit: contain;
    margin: 0 auto;
    max-height: 40px;
    max-width: 100px;
}

.searchbox {
    display: block;
    position: relative;
}

.searchbox input {
    width: 100%;
    background: transparent url(../img/search.svg) no-repeat calc(100% - 15px) 50%;
    padding: 10px 20px;
    padding-right: 60px;
    border-radius: 0px;
    height: 55px;
    border: 1px solid #C4C4C4;
    font-size: 14px
}

.filter-result {
    display: flex;
    justify-content: flex-end;
    gap: .75rem;
    margin-bottom: 1rem;
    align-items: center;
}

.filter-result .stats {
    margin-right: auto;
    font-size: 13px
}

.filter-result .stats strong {
    color: #E53034
}

.filter-result select {
    border-radius: 0px;
    padding: 10px 20px;
    padding-right: 20px;
    border-radius: 0px;
    height: 55px;
    border: 1px solid #FAFAFA;
    font-size: 14px;
    background: #FAFAFA;
}

.box.style6 .text {
    padding-top: 25px;
    font-size: 16px;
    line-height: 26px;
    color: #414141
}

.box.style6 .h5 {
    font-size: 22px
}

.header-area.alt {
    position: inherit
}

.header-area.alt .main-header {
    background: #fff;
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.04)
}

.header-area.alt .mainmenu ul li a {
    color: #000;
}

.header-area.alt .mainmenu ul li.has-submenu > a::after {
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
}

.single-product-heading .heading {
    font-size: 28px
}

.single-product-heading {
    display: flex;
    align-items: center;
}

.single-product-heading .status {
    background: #47a4b7;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    padding: 7px 10px;
    min-width: auto;
    text-align: center;
    margin-left: 10px;
    position: relative;
    top: -6px;
    line-height: 1;
}

.products-details-area {
    padding-top: 60px;
    padding-bottom: 30px
}

.share-btns .inner {
    line-height: normal
}

.share-btns a {
    display: inline-block;
    margin-left: 10px;
    filter: invert(1) grayscale(1);
}

.share-btns a:hover {
    filter: invert(0) grayscale(0)
}

.single-product-heading .h3 {
    font-weight: 700;
    font-size: 32px;
}

.thumbsSlider {
    position: relative;
}

.thumbsSlider .main-thumb-slider {
    overflow: hidden;
}

.thumbsSlider .main-thumb-slider {
    padding-bottom: 10px;
}

.thumbsSlider:not(.alt) .main-thumb-slider .image {
    width: 100%;
    display: block;
}


.thumbsSlider .main-thumb-slider .image img {
    width: 100%;
    height: 100%;
}

.mini-thumb-slider .slide {
    padding: 0 5px;
}

.mini-thumb-slider .slick-list {
    margin-left: -5px;
    margin-right: -5px
}


.thumbsSlider .mini-thumb-slider .image {
    width: 100px;
    height: 80px;
}

@media (min-width: 1100px) {
    .thumbsSlider .mini-thumb-slider .image {
        height: 75px;
    }
}

@media (min-width: 992px) {
    .thumbsSlider .mini-thumb-slider .image {
        width: auto;
        padding: 5px;
    }
}

.thumbsSlider .mini-thumb-slider .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumb-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    margin-left: 0;
}

.thumb-actions > div {
    line-height: 14px;
}

.gallery-link {
    display: inline-block;
}

.thumb-actions a {
    font-size: 13px;
    text-decoration: underline;
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
    line-height: 14px;
    font-weight: 500;
}

.gallery-bulk {
    height: 0;
    width: 0;
}

.thumb-actions a:last-child {
    margin-right: 0;
    padding-right: 0;
    border: none;
}

.product-head {
    margin-bottom: 20px;
}

.mn-slider .slick-list {
    margin-right: -5px
}

.main-thumb-slider.mn-slider .image-popup {
    position: relative;
    z-index: 1
}

.main-thumb-slider.mn-slider .image-popup::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.76;
}

.product-info-table:not(.alt) ul li > div {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding: 10px 20px;
}

.product-info-table:not(.alt) ul li:last-child > div {
    border: none
}

.product-info-table > ul {
    border: 1px solid #eee;
}

.product-info-table > ul > li {
    padding: 0
}

.product-info-table .td {
    padding: 12px 10px;
    font-size: 14px;
    color: #989898;
    line-height: 23px;
}

.product-info-table:not(.alt) ul li .td:first-child {
    width: 40%;
}

.product-info-table .dis-price {
    color: #E53034;
    font-weight: 900;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
}

.product-info-table .td.small * {
    font-size: 24px;
}

.sp-quick-links {
    margin: 30px -16px 15px;
    display: flex;
}

.sp-quick-links a {
    flex: 1;
}

.sp-quick-links a {
    font-size: 14px;
    border: 1px solid #979797;
    text-align: center;
    padding: 10px 10px;
    margin: 0 5px;
    display: inline-block;
    font-weight: 600;
    color: #000;
    width: auto;
}

.sp-quick-links a:first-child {
    background: #989898;
    color: #fff;
    border-color: #989898
}
.sp-quick-links a:first-child:hover, .sp-quick-links a:hover{
        background: #be0021;
    color: #fff;
    border-color: #be0021
}
.sp-boat-features,
.sp-contact {
    margin: 20px -10px 15px
}

.sp-contact .cta-btn {
    width: 100%
}

.sp-boat-features {
    margin-top: 40px
}

.sp-boat-features li {
    color: #989898;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 20px;
}

.sp-boat-features li span {
    font-size: 17px;
    color: #151515;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    line-height: normal;
    margin-top: 6px;
}

.sideWidget.c_form {
    padding: 30px
}

.sideWidget.c_form .h5 {
    font-size: 24px;
    margin-bottom: 15px
}

.sideWidget.c_form textarea {
    height: 120px;
}

.product-info-table .td em {
    font-size: inherit;
    font-style: normal;
    position: relative;
    top: 0px;
    margin-left: 6px;
    font-size: 17px !important;
    font-weight: 700;
    color: #E53034;
}

.details-info-box {
    padding: 60px;
    border: 1px solid rgba(112, 112, 112, 0.34);
    margin-top: 50px
}

.specifications ul {
    column-count: 2;
}

.specifications .h6 {
    margin-top: 30px;
    display: table;
    color: #E53034;
    font-weight: bold;
}

.specifications li {
    color: #707070;
    margin-bottom: 10px;
    background: #f5f5f5;
    font-size: 16px;
}

.specifications li span {
    font-weight: 700;
    display: inline-block;
    min-width: 240px;
    background: #ddd;
    padding: 10px;
    margin-right: 20px;
    color: #000
}
.additional-feature ul {
    column-count: 4;
    margin-top: 30px
}

.additional-feature ul li {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px
}

.ratings.alt {
    color: #484848;
    margin-top: 50px
}

.ratings.alt .numbers {
    color: #2B2B2B;
}

.blog-filter-right {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.filter-search {
    display: block;
    position: relative;
    min-width: 400px;
}

.filter-search input {
    width: 100%;
    background: transparent url(../img/search.svg) no-repeat calc(100% - 15px) 50%;
    padding: 10px 0px;
    padding-right: 60px;
    border-radius: 0px;
    height: 60px;
    border: none;
    border-bottom: 1px solid #707070;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
}

.filter-search input::placeholder {
    color: #000
}

.blog-filter-right select {
    background: #fff;
    height: 60px;
    padding: 10px;
    border: none;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.07);
    border-radius: 7px;
    min-width: 220px;
    margin-left: 30px;
}
.icon-teaser-slider {
	z-index:11
}
 .page-banner-area{
	z-index:1
}
.icon-teaser-slider .slick-track{
	display:flex
}
.icon-teaser-slider .slide {
    padding: 40px 15px;
    padding-top: 0;
	height:auto !important
}

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

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

.header-area.alt #menu-toggle span {
    background: #000
}

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

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

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

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

.header-call {
    display: none
}

.slick-dots {
    position: inherit;
    bottom: auto
}

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

.slick-dots button {
    width: 18px !important;
    height: 4px !important;
    border-radius: 5px !important;
    background: #000 !important;
    opacity: 0.1 !important;
    padding: 0 !important
}

.slick-dots .slick-active button {
    background: #E53034 !important;
    opacity: 1 !important
}

.six-column-slider .slide {
    padding: 0 15px;
    min-width: 33%
}

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

.six-column-slider .slick-track {
    display: flex;
    flex-wrap: wrap
}

.six-column-slider {
    margin-bottom: 0 !important
}

.closeformPopupAlt {
    display: none
}

.three-column-slider .slide {
    padding: 0 15px;
    padding-bottom: 30px
}

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

.float-action {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #222;
    position: fixed;
    bottom: -2px;
    left: 0;
    width: 100%;
    z-index: 333;
    padding: 13px 10px;
}

.float-action > div a {
    margin: 0 10px;
    font-size: 15px;
}

.float-action > div.call a {
    color: #fff;
    font-weight: bold;
}

.float-action > div a.cta-btn {
    padding: 7px 20px;
    margin: 0;
    height: 40px;
}

.float-action {
    background: #222;
    padding: 10px 10px;
    gap: 5px;
}

.float-action > div {
    width: 50%;

}


.float-action > div a {
    margin-right: 0;
    font-size: 12px;
    color: #fff;
    background: #E53034;
}

.float-action .call a em {
    margin: 0
}

.float-action .call a {
    display: flex;
    align-items: center;
    font-size: 7px;
    color: rgba(255, 255, 255, 0.32);
    line-height: normal;
    letter-spacing: 0.5px;
    justify-content: flex-end;
    margin: 0;
}

.float-action .call a .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    margin-right: 10px;
}

.float-action .call a div:last-child {
    text-align: right;
}

.float-action .call a span {
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 2px;
    letter-spacing: 0px;
}
.main-thumb-holder{
    position: relative
}
.gallery-combined {
    z-index: 11;
    color: #333;
    font-size: 16px;
    text-decoration: underline;
    font-weight: 500
}
.gallery-combined:hover{
 color: #E53034
}
.text_22 {
    font-size: 18px;
    line-height: 30px;
}
.box.style2 .action .price span {
    font-size: 20px !important;
    margin: 0 !important;
}
.box.style2 .title {
    height: 55px;
}
.onsale {
	display: none;
}
.box.style3 {
    position: relative;
    height: 345px;
}
.box.style3 img{
	height:100%;
	width:100%;
	object-fit:cover
}
.page-banner-area {
    padding-top: 235px;
    padding-bottom: 50px;
}
.listing-info .action .left .price span{
	font-size:20px
}
.header-top{
	text-align:right
}
.header-top a {
    display: inline-flex;
}
.form-notes {
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    opacity: 0.5;
    margin-top: 15px;
}
.form-notes p{
	margin-bottom:8px
}
.form-notes a{
	text-decoration:underline;
	color:#fff
}
.contact-area .c_info:last-child .text{
	max-width:36%
}
.footer_contact li:last-child {
    width: 190px;
}
.hero-area .heading-shape span::after {
    background-position: center;
    background-size: cover;
    width: calc(100% + 20%);
    transform: translateX(-50%);
}
.page-banner-area .border_text{
	width:100%;
	text-align:center
}

/*Responsive*/
@media(max-width:1300px) {
    .mainmenu ul li {
        margin-left: 20px;
    }

    .mainmenu ul li a {
        font-size: 15px
    }

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

    .icon-teaser.style1 {
        font-size: 13px;
        line-height: 24px;
    }

    .stats-box .title {
        font-size: 65px;
    }

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

    .box.style2 .cta-btn {
        min-width: inherit;
        padding: 10px 12px;
        font-size: 14px;
    }

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

    .testimonial-box .meta-info > div {
        display: block
    }

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

    .testimonial_prev {
        left: 0;
    }

    .testimonial_next {
        left: 0;
    }

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

    .footer-cta-area {
        padding-top: 0
    }

    .footer-cta-area .cta-btn {
        min-width: inherit
    }

    .page-banner-area {
        padding-top: 180px;
        padding-bottom: 70px;
    }

    .page-banner-area .border_text {
        font-size: 160px;
    }

    .cta-btn {
        min-width: inherit;
        padding: 8px 15px;
    }

    .logos-flex img {
        max-width: 40%;
    }

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

    .listing-info .head .title {
        max-width: 55%;
        font-size: 16px;
    }

    .listing-info {
        padding-left: 20px;
    }

    .map-area {
        margin-top: 0;
    }

    .n_top_370 {
        margin-top: -320px;
    }

    .single-product-heading .heading {
        font-size: 22px;
    }

    .product-info-table:not(.alt) ul li > div {
        padding: 10px
    }

    .product-info-table .td {
        font-size: 12px
    }

    .product-info-table:not(.alt) ul li .td:first-child {
        width: 46%;
    }

    .product-info-table .td.small * {
        font-size: 20px;
    }

    .sp-quick-links a {
        font-size: 12px;
        padding: 3px 10px;
    }

    .sp-boat-features li span {
        font-size: 14px;
    }

    .sp-quick-links {
        margin: 15px -16px 5px;
    }

    .sp-boat-features {
        margin-top: 30px;
    }

    .sideForm.c_form input,
    .sideForm.c_form textarea {
        height: 50px;
        padding: 10px 15px;
    }

    .sideForm.c_form textarea {
        height: 120px
    }

    .sp-contact .cta-btn {
        font-size: 14px;
    }
}

@media(max-width:991px) {
    .header-call {
        display: flex;
        color: #fff;
        width: 40px;
        height: 40px;
        align-items: center;
        justify-content: center;
        border: 1px solid #E53034;
        font-size: 14px;
        background: #E53034;
    }

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

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

    .mainmenu ul {
        text-align: left;
    }

    ul#menu,
    ul#menu ul {
        overflow: hidden;
        max-height: 0;
        background: #101010;
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

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

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

    .header-action > * {
        margin-left: 15px;
    }

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

    ul#menu ul,
    ul#menu ul {
        display: inherit;
        position: relative;
        left: auto;
        top: auto;
        padding: 0;
        box-shadow: none
    }

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

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

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

    .mainmenu li > ul {
        border: none
    }

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

    }

    ul#menu li.has-submenu > a.active:after {
        content: "-";

    }

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

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

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

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

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

    #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-toggle {
        display: block;
        margin-left: 5px;
    }

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

    .site-logo {
        width: 110px;
    }

    #menu-toggle {
        display: block;
        margin-left: 10px
    }


    .header-navigation {
        padding-left: 50px;
        justify-content: flex-end !important
    }

    .mainmenu ul li > ul {
        border: none
    }

    .header-area.active {
        background: #000;
    }

    .header-top {
        display: none
    }

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

    .text_45 {
        font-size: 32px;
    }

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

    h3,
    .h3 {
        font-size: 28px;
    }

    h4,
    .h4 {
        font-size: 22px;
    }

    h5,
    .h5 {
        font-size: 18px;
    }

    h6,
    .h6 {
        font-size: 16px;
    }

    .hero-text {
        font-size: 20px;
    }

    .hero_btns {
        margin-top: 25px;
    }

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

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

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

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

    .stats-area {
        padding: 50px 0;
    }

    .six-column-slider .slick-track {
        display: block;
        flex-wrap: wrap
    }

    .six-column-slider .slide {
        min-width: inherit;
        padding-bottom: 30px
    }

    .box.style2 .cta-btn {
        min-width: inherit;
        width: auto;
        padding: 12px 15px;
        margin: 0
    }

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

    .testimonial-box {
        padding: 30px;
        background: rgba(248, 248, 248, 0.64);
        font-size: 16px;
        color: #727272;
        line-height: 28px;
        transition: all 0.4s;
    }

    .testimonial_custom_arrows {
        position: inherit;
        top: auto;
        left: auto;
        width: 100%;
        transform: translateX(0%);
        justify-content: center;
        gap: 15px;
        margin-top: 30px
    }

    .testimonial_prev {
        left: 0;
    }

    .testimonial_next {
        right: 0;
    }

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

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

    .testimonial-box .meta > img {
        margin-right: 15px;
        width: 50px;
    }

    .service-area .border_text {
        font-size: 90px;
        top: -30px;
    }

    .stats-area .cta-btn {
        margin: 5px 0;
        padding: 8px 15px
    }

    .popular_search .related-links {
        display: flex;
        overflow-x: auto;
    }

    .popular_search .related-links li a {
        padding: 8px 15px;
        font-size: 14px;
        text-overflow: ellipsis;
        text-wrap: auto;
        word-break: keep-all;
        white-space: nowrap;
    }

    .popular_search {
        margin: 15px 0;
    }

    .hero-area {
        padding-top: 140px;
        padding-bottom: 210px;
    }

    .n_top_150 {
        margin-top: -150px;
        padding-bottom: 0
    }

    .mb_60 {
        margin-bottom: 0px;
    }

    .hero-text {
        padding-right: 30%
    }

    .hero-area .border_text {
        font-size: 120px;
        top: 80px;
    }

    .half_bg_area .border_text {
        font-size: 150px;
        top: -70px;
    }

    .stats-area .content-text {
        font-size: 20px;
    }

    .stats-box {
        font-size: 18px;
    }

    .cta_group_btn .cta-btn {
        width: 100%
    }

    .cta_group_btn {
        display: block;
        margin-top: 25px;
        text-align: center
    }

    .footer-cta-inner .content-text {
        font-size: 20px;
    }

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

    .footer_cta_img {
        bottom: auto;
        top: -55px;
        width: 50%
    }

    .footer-cta-inner .call_text {
        justify-content: center
    }

    .footer-info {
        text-align: center
    }

    .footer-logo {
        margin: 0 auto 20px
    }

    .footer-widget {
        margin: 20px 0
    }

    .footer-top {
        padding: 40px 0;
    }

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

    .banner-text {
        font-size: 16px
    }

    .page-banner-area .border_text {
        font-size: 90px;
        left: -15px;
        top: 80px;
    }

    .page-banner-area {
        padding-top: 115px;
        padding-bottom: 50px;
    }

    .hero_btns .cta-btn {
        width: 100%;
        margin: 5px 0
    }

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

    .cta-btn {
        padding: 8px 15px
    }

    .text_22 {
        font-size: 16px;
        line-height: 26px;
    }

    .list_disc_alt li {
        font-size: 16px
    }

    .blog-filter-right > div {
        flex: 1;
        min-width: 45%;
    }

    .blog-filter-right {
        gap: 10px
    }

    .blog-filter-right select {
        min-width: 100%;
        margin-left: 0;
    }

    .sidebar-widget .title {
        font-size: 20px;
    }

    .filter-result {
        flex-wrap: wrap;
        justify-content: space-between
    }

    .filter-result .stats {
        width: 100%
    }

    .filter-result .searchbox,
    .filter-result select {
        width: 47%
    }

    .closeFilter {
        display: none
    }

    .sidebar-widget .logos-flex {
        margin-top: 10px
    }

    .single-listing .col-lg-6 {
        padding-left: 12px;
        margin-left: 0;
    }

    .single-listing .thumbnail_image {
        display: none
    }

    .listing-info .cta-btn {
        padding: 10px 22px;
        font-size: 14px;
        min-width: inherit;
        transition: all 0.4s;
        width: auto;
        margin: 0;
    }

    .listing-info {
        padding: 20px;
        padding-bottom: 0
    }

    .listing-info .head .title {
        max-width: 60%;
        font-size: 16px;
    }

    .listing-cta-box {
        padding: 30px
    }

    .c_form.style2 {
        padding: 30px
    }

    .form_title {
        font-size: 24px;
    }

    .c_info .icon {
        width: 50px;
    }

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

    .c_info a {
        font-size: 16px;
    }

    .c_info {
        margin-bottom: 25px;
    }

    .n_top_370 {
        margin-top: -250px;
    }

    .c_form input,
    .c_form textarea {
        height: 55px;
    }

    .c_form.style2 textarea {
        height: 140px;
    }

    .list_check {
        text-align: left
    }

    .list_check li {
        margin-bottom: 5px;
        font-size: 14px;
    }

    .box.style5 .text {
        padding-right: 0
    }

    .box.style5 .title {
        font-size: 22px;
    }

    .single-product-heading {
        flex-direction: column-reverse;
        text-align: left;
        align-items: flex-start
    }

    .single-product-heading .status {
        margin-bottom: 5px;
        margin-left: 0
    }

    .products-details-area {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .single-product-heading .heading {
        font-size: 20px;
    }

    .share-btns a {
        filter: invert(1) grayscale(1);
        font-size: 14px;
        margin-left: 5px
    }

    .product-info-table:not(.alt) ul li > div {
        padding: 5px
    }

    .product-info-table > ul {
        border: 1px solid #eee;
        margin: 10px 0;
    }

    .product-info-table .td.small * {
        font-size: 15px;
    }

    .product-info-table:not(.alt) ul li .td:first-child {
        width: 56%;
        padding: 0;
        font-size: 12px
    }

    .product-info-table .td em {
        font-size: 10px !important;
    }

    .sp-quick-links {
        margin: 10px -5px;
    }

    .sp-quick-links a {
        font-size: 12px;
        padding: 5px 10px;
    }

    .product-info-table .td {
        padding: 5px
    }

    .sp-boat-features {
        margin: 10px 0;
        margin-top: 15px
    }

    .sp-boat-features li span {
        font-size: 12px;
    }

    .sp-boat-features li {
        font-size: 14px;
        margin-bottom: 12px
    }

    .sp-contact {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        margin: 15px 0 0
    }

    .sp-contact .cta-btn {
        font-size: 12px;
        padding: 8px
    }

    .popupFormAlt {
        position: fixed;
        top: 0;
        z-index: 999;
        width: 100%;
        height: 100%;
        left: 0;
        border-radius: 0;
        border: none;
        display: none;
        overflow: auto
    }

    .popupFormAlt.active {
        display: block;
    }

    .closeformPopupAlt {
        position: absolute;
        top: 10px;
        right: 10px;
        display: block;
    }

    .details-info-box {
        padding: 30px
    }

    .details-info-box:first-child {
        margin-top: 0
    }

    .specifications ul {
        column-count: 2;
    }

    .additional-feature ul {
        column-count: 2;
    }

    .specifications li,
    .additional-feature ul li {
        font-size: 15px;
    }

    .specifications li span {
        width: 58%
    }

    .follow_team .social li a {
        font-size: 16px;
    }

    .follow_team .social li {
        margin-right: 10px;
    }

    .box.style4 .info {
        padding: 20px;
    }
.listing-info .head .title {
    max-width: 100%;
}
	.listing-info .head .category{
		margin-left:0
	}
	.listing-info .head .title strong{
		margin-right:5px
	}
.hero-area .border_text {
    left: 0;
    transform: translateX(0);
    text-align: left;
}
	.box.style3 {
    position: relative;
    height: 200px;
}
	.filter-result > form{
		width:50%
	}
	.filter-result form select{
		width:100%
	}

}

@media(max-width:767px) {
    .hero-area .border_text {
        font-size: 100px;
        left: -35px;
        top: 90px
    }

    .half_bg_area .border_text {
        font-size: 100px;
        left: -35px;
        top: -70px;
    }

    .icon-teaser-slider .slide {
        padding: 15px
    }

    .stats-box {
        font-size: 16px;
        margin: 15px 0;
    }

    .stats-area .content-text {
        font-size: 16px;
    }

    .stats-shape {
        width: 110px;
    }

    .footer-cta-inner {
        padding: 30px;
        text-align: center;
    }

    .footer-cta-inner .content-text {
        font-size: 18px;
    }

    .footer_title {
        font-size: 20px;
    }


    .testimonial-box .meta-info > div {
        display: block
    }


    .box.style2 .text li span,
    .box.style2 .action .left span {
        font-size: 14px
    }



    .hero-text {
        padding-right: 0%;
    }

    .num-box .title {
        font-size: 38px;
    }

    .num-box {
        font-size: 14px;
        line-height: 22px;
        padding: 20px 0;
    }

    .map-area {
        margin-top: 0;
    }

    .map-area img {
        height: 100%;
        object-fit: cover;
        width: 100%
    }

    br {
        display: none
    }
.hero-area .border_text {
    font-size: 100px;
    left: 50%;
    top: 90px;
    width: 100%;
    text-align: center;
    transform: translateX(-50%);
}
	.box.style2 .title {
		height:auto
	}
	.box.style3 {
    height: 290px;
}

	.contact-area .c_info:last-child .text {
    max-width: 160px;
}
	

}

@media(max-width:575px) {
	
	
	.listing-info .head .category{
		margin-left:0
	}
    .closeFilter {
        display: block
    }

    .sidebar-widget .title {
        margin: 0
    }

    .page-banner-area .border_text {
        font-size: 60px;
        left: -15px;
        top: 80px;
    }

    .cta-btn {
        width: 100%;
        padding: 10px;
        margin: 5px 0;
    }

    .hero-text {
        text-align: center
    }

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

    .n_top_150 {
        margin-top: -90px;
        padding-bottom: 0;
    }

    .icon-teaser.style1 {
        padding: 30px 50px;
    }

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

    .mb_60 {
        margin-bottom: 0px;
    }

    .logo-slider {
        padding-top: 0px;
        margin-bottom: 0 !important
    }

    .stats-logo {
        margin: 0 auto 20px;
    }

    .stats-area .content-text {
        text-align: center
    }


    .footer-cta-inner {
        padding-top: 120px;
    }


    .footer_cta_img {
        width: 60%
    }

    .footer-info {
        text-align: left
    }

    .footer-logo {
        margin-left: 0
    }

    .page-banner-area {
        padding-top: 100px;
        padding-bottom: 40px;
    }

    .box.style3 .text {
        padding: 15px;
    }

    .banner-text {
        text-align: center
    }

    .sidebar-widget .logos-flex {
        display: flex;
        overflow-x: auto;
        margin: 15px 0;
    }

    .sidebar-widget .logos-flex a {
        width: auto;
        margin-right: 0;
        margin-top: 0;
        flex: 1;
    }

    .sidebar_cta {
        margin-bottom: 0
    }

    .filterBTN {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 0;
        background: #E53034;
        color: #fff;
        font-size: 10px;
        height: 40px;
        padding: 0 10px;
        border-radius: 5px;
        text-transform: uppercase;
        font-weight: 700;
        width: 67px;
        margin-left: auto;
        font-family: "Roboto", sans-serif
    }

    .filterBTN em {
        margin-right: 5px;
    }

    .sidebarFilter {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        z-index: 1111;
        background: rgba(245, 245, 245, 1);
        height: 100%;
        overflow: auto;
        padding: 20px;
        transition: all 0.4s;
        margin: 0;
    }

    .sidebarFilter.active {
        left: 0;
    }

    .closeFilter {
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 14px;
        text-decoration: none !important;
        color: #E50019 !important;
    }

    .sidebar-panel {
        padding: 15px 0
    }

    .sidebar-widget {
        margin-bottom: 15px;
    }

    .searchbox input,
    .filter-result select {
        height: 45px
    }

    .searchbox input {
        padding: 10px 15px;
        padding-right: 25px;
        font-size: 12px;
    }

    .single-listing .thumbnail_image {
        display: none
    }

    .listing-cta-box {
        padding: 30px
    }

    .n_top_370 {
        margin-top: 0px;
    }

    .page-banner-area .c_form {
        margin-top: 30px
    }

    .related-links.alt {
        margin-top: 30px;
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
    }

    .related-links.alt li {
        margin-top: 20px;
        width: calc(50% - 5px);
        margin: 0;
    }

    .related-links.alt li a {
        padding: 8px 12px;
        font-size: 12px;
    }

    .specifications ul {
        column-count: 1;
    }

    .additional-feature ul {
        column-count: 1;
    }
	.footer-area{
		padding-bottom:50px
	}
	.box.style3 {
    height: 200px;
}


}

.simple-text h1,
.simple-text h2,
.simple-text h3,
.simple-text h4,
.simple-text h5,
.simple-text h6 {
    margin-bottom: 20px;
    font-weight: 900;
}
.simple-text ul{
    margin-bottom: 20px
}
.simple-text ul li {
    margin: 5px 0;
    padding-left: 30px;
    position: relative;
}
.simple-text ul li::before {
    position: absolute;
    content: "";
    top: 10px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #E53034;
}
.error404 .main-header{
    background: #000000 
}
.error-page{
    padding-top: 250px
}
.error-page h1{
    text-transform: uppercase;
    font-size: 150px;
    font-weight: 900
}
.error-page {
    font-size: 30px;
    letter-spacing: 6px;
    line-height: normal;
}
.error-page h1 span{
    color: #E53034
}
@media(max-width:991px) {
    .error-page {
        padding-top: 150px;
    }

    .error-page h1 {
        font-size: 70px;
    }

    .error-page {
        font-size: 22px;
        letter-spacing: 4px;
    }
}
section.page-banner.postBanner {
    background: #000;
    padding-top: 200px;
    color: #fff;
}
section.page-banner.postBanner h1{
	text-transform:uppercase;
	font-size:50px;
	color:#fff;
	font-weight:900
}
section.page-banner.postBanner a{
	color:#E93629
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
    margin-bottom: 20px;
    font-weight: 900;
}
.post-content ul{
    margin-bottom: 20px
}
.post-content ul li {
    margin: 5px 0;
    padding-left: 30px;
    position: relative;
}
.post-content ul li::before {
    position: absolute;
    content: "";
    top: 10px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #E53034;
}
.author-box {
    background: #f7f7f7;
    padding: 30px;
    margin-top: 50px;
}
.c_form .gform-field-label{
	display:none !important
}
.c_form .gfield {
	margin-bottom:15px
}
.form_title {
    font-weight: 900;
}
.gform_confirmation_message {
    text-align: center;
    color: #fff;
}
.related-box-slider .slide{
	padding:0 15px
}
.related-box-slider .slick-list{
	margin-left:-15px;
	margin-right:-15px
}
.related-post .container{
	position:relative
}
.single-listing:hover .btn_dark {
	color:#fff
}

.box.style2 .image img {
    height: 280px;
    object-fit: cover;
}

.details-info-box .calculator {
    position: relative;
    padding-bottom: 0;
    margin: 30px 0;
}

.details-info-box .calculator .border_sep {
    position: absolute;
    left: calc(50% + 40px);
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
}

.details-info-box form label,
.details-info-box form .label {
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 15px;
}

.details-info-box form input {
    width: 100%;
    height: 50px;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 10px 15px;
    border-radius: 0px;
    font-size: 15px;
}

.details-info-box form .loanAmount {
    font-weight: 500;
    color: var(--secondaryColor);
    font-size: 22px;
}

.details-info-box .calculator_note {
    font-size: 15px;
    padding-left: 50px;
    line-height: 22px;
}

.details-info-box form li {
    margin-bottom: 20px;
    position: relative;
}

.details-info-box form li .percent {
    position: absolute;
    right: 25px;
    top: 42px;
    font-size: 15px;
}

#calculator .cta-btn {
    height: 50px;
    margin-top: 38px;
}

.calculator_note h3 {
    font-weight: bold;
}

.calculator_note h3 span {
    color: #E53034;
    display: block;
    padding-top: 5px;
}

.ratings.alt {
    color: #484848;
    margin-top: 30px;
    border: 1px solid #d0d0d0;
}

body .wpc-filter-set-widget-title h3 {
    color: #000;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 20px;
}

body .wpc-filters-section {
    border: none;
    border-bottom: 1px solid rgba(112, 112, 112, 0.2);
    padding: 15px 20px;
    background: rgba(245, 245, 245, 0.46);
    margin: 0;
}

body .wpc-filter-title {
    font-weight: 700;
    color: #040C19;
    font-size: 14px;
    text-transform: none;
    border: none;
    position: relative;
    padding-right: 30px;
    cursor: pointer;
    margin-bottom: 15px;
    padding-bottom: 0px;
    width: 100%;
}

body .wpc-filter-title::after {
    position: absolute;
    content: "";
    top: calc(50% - 3px);
    right: 6px;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #040C19;
    border-right: 1px solid #040C19;
    transition: all 0.4s;
}

body .wpc-filters-range-column {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    padding-left: 28px;
}

body .wpc-filters-range-column:before {
    content:"$";
    position: absolute;
    top: 50%;
    left: 14px;
    z-index: 1;
    transform: translateY(-50%);
    color: #4B5157;
}

body .wpc-filters-range-column input {
    font-size: 14px;
    border: none;
    height: 45px;
}

body .wpc-filters-range-inputs .ui-slider-horizontal {
    height: 5px;
    background: #eee;
    border-radius: 5px;
}

body .wpc-filters-range-inputs .ui-slider-horizontal .ui-slider-handle {
    top: -6px;
    border-radius: 50%;
    outline: 0;
    box-shadow: none;
    border: none;
    background: #e93629;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
    width: 17px;
    height: 17px;
}

body .wpc-filters-main-wrap input[type=checkbox], .wpc-filters-main-wrap input[type=radio] {
    border: 1px solid #A2A2A2;
    background: transparent;
    border-radius: 0;
    min-width: 20px;
}

body .wpc-filters-main-wrap li.wpc-term-item a {
    color: rgba(93, 93, 93, 0.66);
    font-size: 15px;
}

body .wpc-filters-main-wrap ul.wpc-filters-ul-list input {
    margin-top: -1px;
}

body .wpc-filters-section:last-of-type {
    border: none;
}


body .wpc-filters-section.act .wpc-filter-content {
    display: none;
}

body .wpc-filters-section.act .wpc-filter-title {
    margin: 0;
}

body .wpc-filters-section.act .wpc-filter-title::after {
    position: absolute;
    content: "";
    top: calc(50% - 3px);
    right: 6px;
    transform: translateY(-50%) rotate(-135deg);
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #040C19;
    border-right: 1px solid #040C19;
    transition: all 0.4s;
}

body .gform_submission_error {
    display: none;
}

body .gfield_validation_message {
    color: red;
    font-size: 12px;
    padding: 3px 0 0;
    margin-bottom: -5px;
    line-height: 2;
}

body .gfield--input-type-textarea .gfield_validation_message {
    margin-top: -10px;
}

body .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 0;
}

body .gform_wrapper.gravity-theme .gfield textarea.large {
    height: 100px;
}

.details-info-box form .loanAmount {
    color: #E53034;
}

body .wpc-filter-taxonomy_pa_horse-power .wpc-filters-range-column {
    padding-left: 15px;
}

body .wpc-filter-taxonomy_pa_horse-power .wpc-filters-range-column:before {
display: none;
}

.wpc-edit-filter-set {
    display: none;
}

body .wpc-filter-chips-list li, body .wpc-filter-chips-list li.wpc-filter-chip, body li.wpc-filter-chip {
    font-size: 14px;
    line-height: 1;
}

body .wpc-filter-chip-name {
    font-size: 14px;
    padding: 7px;
    position: relative;
    top: 1px;
}

body .wpc-filter-chips-list a, 
body .wpc-filter-chips-list li.wpc-filter-chip a {
    border-radius: 0px !important;
}

body .wpc-filters-main-wrap input[type=checkbox]:after {
    left: 6px;
}

body .wpc-filters-widget-wrapper .wpc-posts-found {
    display: none;
}
.content-text ol, .content-text ol li{
	list-style:decimal
}
.content-text ol{
	margin-left:20px
}
.content-text ol li::marker{
	color:#E53034;
	font-weight:700
}
.popupform .modal-content {
    border-radius: 0;
    border: none;
    box-shadow: none;
    background: #000;
}
.popupform .modal-content .modal-header {
    border: none;
    padding: 30px;
    padding-bottom: 0;
}
.popupform .modal-content button.btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    color: #fff !important;
}
.popupform .modal-content .modal-body {
    padding: 30px;
}
.popupform .modal-content .c_form .cta-btn{
	width:100%
}

#sidebar .widget_nav_menu ul {
    background: #f5f5f5;
    margin-bottom: 30px;
    padding: 20px;
    column-count: 2;
}

#sidebar .widget_nav_menu ul li {
    position: relative;
    padding-left: 12px;
    font-weight: 400;
    font-size: 14px;
}

#sidebar .widget_nav_menu ul li:before {
content: '';
position: absolute;
border-style: solid;
border-width: 5px 0 5px 5px;
border-color: transparent #e93629;
display: block;
width: 0;
z-index: 1;
left: 0px;
top: calc(50% - 5px);
}

#sidebar .widget_nav_menu h3 {
    color: #000;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 20px;
}

.page-banner-area .ti-widget.ti-goog .ti-mob-row * {
    color: #fff !important;
}

.breadcrumbs {
    margin: -90px 0 70px;
}

.breadcrumbs * {
    color: #fff;
    font-size: 13px;
}
.breadcrumbs a:hover{
	color:#E93629
}

.breadcrumbs span.separator {
    margin: 0 6px;
    opacity: 0.5;
}
@media(max-width:1200px){
	.footer-cta-area  .call_text {
    flex-direction: row;
}
	.breadcrumbs {
    margin: -40px 0 70px;
}
}
@media(max-width:991px){
	.footer-cta-inner .call_text{
		flex-direction:row
	}
	.hero_btns .cta-btn {
    width: auto;
    margin: 5px;
}
}
@media(max-width:575px){
	.breadcrumbs {
    margin: 0px 0 20px;
}
	.breadcrumbs *{
		font-size:10px
	}
	.page-banner-area {
    padding-top: 80px;
    padding-bottom: 40px;
}
	.m_call_cta{
		display:flex;
		align-items:center;
		justify-content:center
	}
	
}

.hero-area .hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
}

.hero-area video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3
}

.hero-area .border_text {
    z-index: 3
}

.hero-text {
    z-index: 4;
}

@media(max-width: 991px) {
    
    .hero-area .hero-video {
        display: none;
    }
}

body.term-trucks-for-sale #sidebar #block-12,
body.parent-category-trucks-for-sale #sidebar #block-12,
body.term-trucks-for-sale #nav_menu-3,
body.parent-category-trucks-for-sale #nav_menu-3 {
    display: none;
}

body.term-trailers #sidebar #block-7,
body.parent-category-trailers #sidebar #block-7,
body.term-trailers #nav_menu-2,
body.parent-category-trailers #nav_menu-2 {
    display: none;
}

@media(min-width: 585px) {
    
#gform_fields_5 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7px;
}

#gform_fields_5 > div {
    width: 50%;
    padding: 0 7px;
}

}

body.page-id-1044 .page-banner-area {
    padding-bottom: 230px;
}

@media (max-width: 575px) {
body.page-id-1044 .page-banner-area {
    padding-bottom: 130px;
}
	.hero_btns .cta-btn {
    width: 100% !important;
}
	.filter-result .searchbox, .filter-result select, .filter-result .woocommerce-ordering {
    width: 100%;
}

}

body.term-trucks-for-sale .page-banner-area .cta-btn:first-of-type {
display: none;
}

body.term-trucks-for-sale .page-banner-area .cta-btn:last-of-type {
margin: 0 !important;
}


body.term-trailers .page-banner-area .cta-btn:last-of-type {
display: none;
}

body:not(.term-trailers):not(.parent-category-trailers) #sidebar #block-12 {
    border-top: 1px solid #eeeeee;
    padding-top: 30px;
}

#sidebar #block-12 .logos-flex a {
    height: 55px;
    margin-top: -18px;
}

#sidebar #block-12 .logos-flex a img {
    max-height: 50px;
    max-width: 120px;
}

.woocommerce-pagination ul  {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    gap: 10px;
}

.woocommerce-pagination ul a,
.woocommerce-pagination ul span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-family: "Roboto", sans-serif;
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.12);
    font-size: 14px;
    font-weight: 400
}

.woocommerce-pagination ul a:hover,
.woocommerce-pagination ul span.current {
    border-color: #E53034;
    color: #fff;
    background: #E53034
}

#sidebar .widget_nav_menu ul li {
    padding-left: 10px;
    letter-spacing: -0.3px;
}

.thumbsSlider:not(.alt) .main-thumb-slider .image img {
    height: 370px;
    object-fit: cover;
}

.mini-thumb-slider .image img {
    height: 75px;
    object-fit: cover;
}


@media(max-width: 585px) {

.thumbsSlider:not(.alt) .main-thumb-slider .image img {
    height: 350px;
}

.mini-thumb-slider .image img {
    height: 50px;
}
    
}

body .ti-widget[data-layout-id='4'][data-set-id='light-background'] .ti-review-content {
    line-height: 28px !important;
}

body .ti-widget[data-layout-id='4'][data-set-id='light-background'][data-pid='a05ddb839c79285861062b05955'] .ti-review-item>.ti-inner {
    padding-bottom: 110px !important;
    position: relative;
}

body .ti-widget[data-layout-id='4'][data-set-id='light-background'][data-pid='a05ddb839c79285861062b05955'] .ti-review-item>.ti-inner .ti-review-header {
    position: absolute;
    bottom: 35px;
    left: 40px;
}

body .ti-widget[data-layout-id='4'][data-set-id='light-background'][data-pid='a05ddb839c79285861062b05955'] .ti-review-item>.ti-inner .ti-stars {
    position: absolute;
    bottom: 26px;
    left: 95px;
}

body .ti-widget[data-layout-id='4'][data-set-id='light-background'][data-pid='a05ddb839c79285861062b05955'] .ti-widget-container .ti-date {
    padding-left: 100px;
    font-size: 11px !important;
}

body .ti-widget[data-layout-id='4'][data-set-id='light-background'] .ti-star {
    width: 14px !important;
    height: 14px !important;
    margin-right: 4px !important;
    vertical-align: unset;
    display: inline-block !important;
}
.dis-price em{
	display:block;
	font-style:normal
}
/* .dis-price em + em{
	display:none
} */

.dis-price.price-reveal em + em {
    display: block;
    top: 0;
}
.product-info-table .td{
	padding:8px 10px
}
.product-info-table .td.small * {
    font-size: 18px;
}

.dis-price.price-reveal em + em {
display: block;
}
.dis-price em:first-child {
	cursor: pointer;
	top: 0;
	display:none
}

.sp-bcrumbs {
    position: relative;
    margin: 100px auto -100px;
}

.sp-bcrumbs * {
	color: #000;
}

.msrp-price-wrap {
	text-decoration: line-through;
}

.product-info-table .dis-price:not(.sale-price-wrap) {
    color: #000;
}

.product-info-table .dis-price:not(.sale-price-wrap) + em {
    color: #000;
}

.dis-price.price-reveal em:first-child {
	display: none;
}

.sp-quick-links a:last-child {
	max-width: 120px;
}

body .gform_wrapper.gravity-theme .gfield textarea.large {
    line-height: 1.4;
}
.breadcrumbs {
    margin: -90px 0 45px;
}
.main-thumb-slider.mn-slider .image-popup::after{
	display:none
}
@media(max-width:1400px){
	.breadcrumbs {
    margin: 0 0 20px;
}
	.page-banner-area {
    padding-top: 130px;
    padding-bottom: 20px;
}
}
@media(max-width:991px){
	.sp-bcrumbs {
    position: relative;
    margin: 0px;
    line-height: normal;
}
	.sp-bcrumbs * {
    color: #000;
    margin: 5px 0 0;
}
	.specifications li span {
    width: 58%;
    min-width: 50%;
    vertical-align: middle;
    line-height: 20px;
}
	.details-info-box .calculator .border_sep{
		display:none
	}
	.details-info-box .calculator_note {
    padding-left: 0;
}
	.page-banner-area .border_text {
    font-size: 120px;
    left: 0;
    top: 80px;
    transform: translateX(0);
    width: 100%;
    text-align: center;
}
	
	.page-banner-area{
		padding-top:70px;
		padding-bottom:10px
	}
	
}
@media(max-width:767px){
	
	.specifications li span {
    min-width: 56%;
    width: 56%;
    font-size: 13px;
    line-height: 20px;
}
	.details-info-box {
    padding: 15px;
}
	.page-banner-area .border_text {
    font-size: 120px;
}
	body.page-id-506 .page-banner-area .banner-text {
    width: 50%;
}
	.half_bg_area .border_text {
    left: -10px;
}
	.box.style1 .text {
    line-height: 20px;
    font-size: 14px;
}
	.gallery-combined{
		font-size:13px
	}
	
	
}
@media(max-width:575px){
	.details-info-box .calculator .border_sep{
		display:none
	}
	.details-info-box .calculator_note {
    padding-left: 0;
}
	
	.footer-cta-inner {
    padding-top: 140px;
}
	.footer_cta_img {
    width: auto;
    height: 180px;
}
	.page-banner-area .border_text {
    font-size: 100px;
}
	.map-area iframe {
    height: 280px;
}
	body.page-id-506 .page-banner-area .banner-text  {
    width: 100%;
}
}


.product-listing-block .box {
    height: calc(100% - 30px);
    border: 1px solid rgba(4, 12, 25, 0.2);
    position: relative;
    padding-bottom: 74px;
}

.product-listing-block .box .text {
    border: none !important;
}

.product-listing-block .box.style2 .action {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-left: 30px;
}

.pp-wrap {
    position: relative;
}

.details-info-box form .pp-wrap input {
    padding-left: 28px;
}

.details-info-box form .pp-wrap span {
    position: absolute;
    bottom: 8px;
    left: 28px;
}

.dp-wrap {
    position: relative;
}

.details-info-box form .dp-wrap input {
    padding-right: 28px;
}

.details-info-box form .dp-wrap span {
    position: absolute;
    bottom: 8px;
    right: 28px;
}

.page-banner-area .heading-shape span::after {
    background-size: cover;
    background-position: center;
}

@media(max-width: 585px) {
	
	body.page-id-1054 .l-blocks-wrap > div:first-child img {
		margin-top: 30px;
	}
	
	.sidebar-widget .head .d-sm-none {
		display: none !important;
	}
	
	#sidebar .widget .h4:not(.act) + div {
		display: none;
	}

	#sidebar .sidebar-widget .head:not(.act) + div {
		display: none;
	}

	body:not(.term-trailers):not(.parent-category-trailers) #sidebar #block-12 {
		border-top: none;
		padding-top: 0px;
	}

	#sidebar .widget .h4,
	#sidebar .sidebar-widget .head .h4 {
		font-size: 18px;
		position: relative;
		padding-right: 20px;
		width: 100%;
		margin-bottom: 15px;
	}

	#sidebar .sidebar-widget {
		margin: 0;
	}

	#sidebar .widget .h4:after,
	#sidebar .sidebar-widget .head .h4:after {
		content: "";
		border: 2px solid #999;
		position: absolute;
		right: 0;
		top: 6px;
		width: 8px;
		height: 8px;
		border-width: 0 2px 2px 0;
		transform: rotate(45deg);
	}

	#sidebar {
		position: relative;
		padding-bottom: 60px;
	}

	#sidebar .widget_wpc_filters_widget {
		position: absolute;
		bottom: 0;
	}

	#block-11 {
		display: none;
	}
	
	.wpc-filters-widget-content {
		position: fixed;
		top: 0;
		left: 0;
		background: #fff;
		height: 100vh;
		z-index: 222222;
		overflow: auto;
		overflow-x: hidden;
		display: none;
	}	
	
	.wpc-filters-widget-content:not(.wpc-opened) {
		display: none !important;
	}
	
	.wpc-filter-set-widget-title {
		padding: 20px;
	}
	.details-info-box form .pp-wrap span {
    bottom: 11px;
}
	
}

@media(min-width: 992px) and (max-width: 1400px) {
	
.sp-bcrumbs {
    margin: 0px auto -70px;
}
	
.sp-quick-links a:last-child {
    max-width: 110px;
}
	
}
.image_text.half_bg_area{
	z-index:1
}
.slick-dotted{
	margin:0 !important
}
body.home .image_text.half_bg_area::after {
    position: absolute;
    content: "";
    bottom: -60px;
    left: 0;
    width: 100%;
    height: 60px;
    background: #fbfbfb;
	z-index:-1
}
@media(max-width:991px){
	body.home .image_text.half_bg_area::after {
		display:none
	}
}
@media(max-width:575px){
	.half_bg_area .border_text {
		left: 0;
		width: 100%;
		text-align: center;
		font-size: 75px;
	}
}