@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box
}

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

ul li,
ul ol {
    list-style: none
}

html,
body {
    overflow-x: clip;
    width: 100%
}

html {
    scroll-behavior: smooth
}

body {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-display: swap
}

picture {
    width: 100%
}



.d-none-c {
    display: none
}

.blu-clr {
    color: #f80601
}

.brk {
    display: table;
    width: 100%
}

::-webkit-scrollbar-track {
    background-color: #f8f8f8
}

::-webkit-scrollbar {
    width: 10px;
    height: 5px;
    background-color: #f8f8f8
}

::-webkit-scrollbar-thumb {
    background-color: #f80601
}

.container-c {
    width: 95%;
    margin: 0 auto
}

.sub-head {
    text-align: center;
    margin-bottom: 15px
}

.sub-head h2 {
    margin-bottom: 10px
}

:root {
    --shine-degree: 120deg;
    --shine-color: rgba(255, 255, 255, 0.4);
    --shine-effect: linear-gradient(var(--shine-degree), transparent, var(--shine-color), transparent);
    --shine-transition: all 0.8s ease-in-out
}

.f-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
    padding: 15px 25px;
    background: #181D24;
    position: relative;
    border: none;
    cursor: pointer;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    transition: all .5s ease-in-out
}

.f-btn:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--shine-effect);
    animation: shine 2s ease-in-out infinite
}

.f-btn img {
    width: 20px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 10px
}

.f-btn:hover {
    color: #fff !important;
    background: #f80601;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, .3);
    transform: translateY(-5px);
    transition: all .5s ease-in-out
}

.f-btn:hover:after {
    transform: scale(1, 1);
    transition: all .5s ease-in-out
}

.f-btn:hover img {
    filter: unset
}

.f-btn:after {
    transition: all .5s ease-in-out;
    content: "";
    background: #f80601;
    position: absolute;
    z-index: -1;
    padding: .85em .75em;
    display: block;
    border-radius: 50%;
    left: -50%;
    right: -50%;
    top: -150%;
    bottom: -150%;
    line-height: 8.34em;
    transform: scale(0, 0)
}

@keyframes shine {
    0% {
        left: -100%;
        transition-property: left
    }

    28.5714285714%,
    100% {
        left: 100%;
        transition-property: left
    }
}

.w-btn-c {
    background: #fff;
    border: 1px solid #000;
    color: #000;
    border-radius: 5px;
    display: flex;
    align-items: center
}

.w-btn-c span {
    white-space: nowrap;
    display: none
}

.w-btn-c img {
    width: 25px;
    height: 25px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 0
}

.w-btn-c:hover {
    background: #fff;
    color: #000 !important;
    border-color: #fff;
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, .15)
}

.w-btn-c:after {
    background: #fff
}

.whats-btn {
    background: #4caf50;
    color: #fff
}

.whats-btn img {
    filter: unset
}

h1 {
    font-size: 25px;
    color: #181D24;
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.3
}

h2 {
    font-size: 25px;
    margin: 0;
    color: #181D24;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1.2
}

h3 {
    font-size: 22px;
    margin: 0;
    color: #181D24;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-weight: 900
}

h4 {
    font-size: 20px;
    margin: 0;
    font-family: "Poppins", sans-serif;
    color: #181D24;
    letter-spacing: 0
}

h5 {
    font-size: 18px;
    margin: 0;
    font-family: "Poppins", sans-serif;
    color: #181D24
}

h6 {
    font-size: 16px;
    margin: 0;
    font-family: "Poppins", sans-serif;
    color: #181D24;
    letter-spacing: 0
}

a,
p,
li,
label {
    font-size: 14px;
    margin: 0px;
    color: #181D24;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    letter-spacing: .7px
}

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

.padng-sec {
    padding: 40px 0
}

.btn-grp {
    display: flex;
    align-items: center
}

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

a,
a:hover {
    text-decoration: none !important;
    color: inherit
}

input[type=text],
input[type=email],
input[type=tel],
input[type=date],
input[type=time] {
    width: 100%;
    font-size: 14px;
    padding: 15px;
    color: #000;
    text-align: left;
    border: 1px solid #ddd;
    height: auto;
    font-weight: 500;
    background: rgba(0, 0, 0, 0);
    border-radius: 5px;
    font-family: "Poppins", sans-serif;
}

input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder {
    color: #000;
    font-weight: 400
}

input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=time]::-moz-placeholder {
    color: #000;
    font-weight: 400
}

input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder {
    color: #000;
    font-weight: 400
}

input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=date]:-moz-placeholder,
input[type=time]:-moz-placeholder {
    color: #000;
    font-weight: 400
}

select {
    color: #000;
    padding: 15px;
    height: auto;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    width: 100%;
    background: rgba(0, 0, 0, 0);
    font-family: "Poppins", sans-serif;
}

select option {
    color: #000
}

textarea {
    width: 100%;
    font-size: 14px;
    padding: 15px;
    color: #000;
    height: 100px;
    border: 1px solid #ddd;
    font-weight: 500;
    background: rgba(0, 0, 0, 0);
    border-radius: 5px;
    font-family: "Poppins", sans-serif;
}

textarea::-webkit-input-placeholder {
    color: #000;
    font-weight: 400
}

textarea::-moz-placeholder {
    color: #000;
    font-weight: 400
}

textarea:-ms-input-placeholder {
    color: #000;
    font-weight: 400
}

textarea:-moz-placeholder {
    color: #000;
    font-weight: 400
}

.slick-prev {
    left: calc(46% - 5px)
}

.slick-prev:before {
    position: absolute;
    left: 0;
    padding: 15px;
    color: #f80601;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center center;
    background-size: 10px, contain;
    background-repeat: no-repeat
}

.slick-next {
    right: calc(46% - 5px)
}

.slick-next:before {
    position: absolute;
    left: 0;
    padding: 15px;
    color: #f80601;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center center;
    background-size: 10px, contain;
    background-repeat: no-repeat
}

.slick-prev,
.slick-next {
    top: unset;
    bottom: -80px;
    padding: 15px 25px;
    background: #fff !important;
    border: 1px solid #f80601;
    margin: 0;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    z-index: 1
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background: #f80601 !important
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    color: #fff !important
}

.slick-dots {
    bottom: 0px
}

.slick-dots li button {
    background: #727272;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    border: 2px solid #a7a7a7
}

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

.slick-dots li.slick-active button {
    background: #f80601;
    border: 2px solid #fff
}

.blink {
    margin-left: 1px;
    color: #b70000;
    text-transform: uppercase;
    animation: blink 800ms step-end infinite;
    white-space: nowrap
}

@keyframes blink {
    50% {
        color: #fff
    }
}

.main {
    display: flex;
    justify-content: center;
    align-items: center
}

.after-before-all {
    display: flex;
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    --position: 50%
}

.image-container {
    position: relative;
    max-width: 100%;
    width: 100%;
    background: #f0f0f0;
    overflow: hidden;
}

.image-container img {
    display: block;
    max-width: 100%;
    height: 350px;
    -o-object-fit: cover;
    object-fit: cover
}

.slider-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left;
    object-position: left
}

.image-before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: inset(0 calc(100% - var(--position)) 0 0);
    z-index: 1;
}

.image-after {
    display: block;
    width: 100%;
    height: 100%;
}

.slider {
    position: absolute;
    inset: 0;
    cursor: pointer;
    opacity: 0;
    width: 100%;
    height: 100%
}

.slider:focus-visible~.slider-button {
    outline: 5px solid #000;
    outline-offset: 3px
}

.slider-line {
    position: absolute;
    inset: 0;
    width: .2rem;
    height: 100%;
    background-color: #fff;
    left: var(--position);
    transform: translateX(-50%);
    pointer-events: none
}

.slider-button {
    position: absolute;
    background-color: #fff;
    color: #000;
    padding: .5rem;
    border-radius: 100vw;
    display: grid;
    place-items: center;
    top: 50%;
    left: var(--position);
    transform: translate(-50%, -50%);
    pointer-events: none;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .5)
}

.form-group {
    display: block;
    margin-bottom: 15px
}

.form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer
}

.form-group label {
    position: relative;
    cursor: pointer
}

.form-group label:before {
    content: "";
    -webkit-appearance: none;
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #f80601;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0px -15px 10px -12px rgba(0, 0, 0, .05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px
}

.form-group input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #f80601;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

/*# sourceMappingURL=theme.min.css.map */