/* Enter type your CSS */

* {
    scroll-margin-top: 50px;
}

.ls-icons-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
    font-size: 40px;
}

.ls-icons-list li {
    margin: 25px 50px;
}

/*=== 8. Header-CSS ===*/
.header-area {
    background-color: #FFF5F2;
    padding-top: var(--navbar-height);
    background: url('assets/images/theme-2/header-bg.jpg') no-repeat scroll center center / cover;
}

.header-area .main-title {
    font-size: 72px;
    font-weight: 700;
    margin-bottom: 32px;
    margin-right: -30px;
    color: #ffffff;
}

.header-area .desc {
    color: #ffffff;
    margin-bottom: 56px;
}

.header-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
}

.play-button .play-icon {
    width: 56px;
    height: 56px;
    background-color: var(--primary-color);
    display: inline-block;
    text-align: center;
    line-height: 56px;
    border-radius: 100px;
    color: #ffffff;
    margin-right: 12px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding-left: 3px;
}

.play-button {
    color: #ffffff;
    display: inline-block;
}

.play-button:hover {
    color: #ffffff;
}

.play-button:hover .play-icon {
    background-color: #ffffff;
    color: var(--primary-color);
}

.header-area .header-image {
    margin: 40px -60px 0 0;
    text-align: center;
    position: relative;
    z-index: 1;
}

.header-area .header-image .header-image-bg {
    position: absolute;
    left: 50%;
    bottom: -30px;
    z-index: -1;
    width: 50vw;
    max-width: 880px;
    transform: translateX(-50%);
    opacity: .5;
}

.play-step-boxes:before {
    content: "";
    position: absolute;
    left: 0;
    top: 80px;
    height: 5px;
    width: 100%;
    background: url(../images/theme-2/dotted-line.svg) no-repeat scroll center center / auto;
}

.mainmenu-area .logo img {
    width: 175px;
    filter: brightness(0) invert(1);
}

.mainmenu-area.sticky .logo img {
    filter: unset;
}

.premium-area {
    padding-bottom: 150px;
}

.action-image img, .testimonial-image img {
    border-radius: 15px;
}

.mb-10 {
    margin-bottom: 10px;
}

.form-group {
    position: relative;
}

.dark-button {
    background: var(--heading-color);
}

.dark-button .back {
    background: var(--primary-color);
}

.social-fixed {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 999
}

.social-item a {
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-bottom: 5px;
    font-size: 24px;
    text-align: center;
    color: #fff;
    background: #151f2b;
    display: block;
    border-radius: 100%;
    box-shadow: 0 0 10px #15162b61
}

.social-item.whatsapp a {
    background: linear-gradient(0deg,#057217,#0ab725)
}

.social-item.callus a {
    background: linear-gradient(0deg,var(--footer-color),var(--heading-color));
}

.social-item a span {
    font-family: barlow condensed,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif;
    position: absolute;
    right: -210px;
    font-size: 18px;
    border-radius: 55px;
    text-transform: uppercase;
    text-align: center;
    width: 200px;
    color: #fff;
    font-weight: 700;
    z-index: -2;
    transition: all .5s ease;
    padding-right: 45px;
    letter-spacing: -0.5px;
}

.social-item a:hover span {
    right: 5px;
    opacity: 1;
    transition: all .5s ease
}

.social-item.whatsapp a span {
    background: linear-gradient(0deg,#057217,#0ab725)
}

.social-item.callus a span {
    background: linear-gradient(0deg,var(--footer-color),var(--heading-color));
}

.testimonial-area .section-title {
    margin-bottom: 20px;
}

.product-slider .primary-button {
    width: calc(50% - 6px);
    text-align: center;
}

.product-slider .primary-button .part {
    padding-left: 5px;
    padding-right: 5px;
}

.field-group {
    display: block;
}

.field-group .input-field {
    min-height: 64px;
    padding: 14px 24px;
    border: none;
    background-color: #F6F6F6;
    border-radius: 4px;
    width: 100%;
}

.field-group textarea.input-field {
    min-height: 200px;
}

.field-group.icon-group {
    position: relative;
}

.field-group.icon-group .input-field {
    padding-left: 58px;
}

.field-group.icon-group .icon {
    position: absolute;
    left: 24px;
    top: 20px;
}

.field-group select.input-field {
    border-right: 20px solid #f6f6f6;
}

.contact-form {
    margin-top: 50px;
    margin-bottom: -50px;
}

.contact-form .primary-button {
    font-weight: 600;
}








div#successModal {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 8;
}

.modal-content {
    position: absolute;
    width: 500px;
    max-width: 90%;
    border: 0px;
    border-radius: .3rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 20px;
    background: #fff;
}

#successModal:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100vw;
    height: 100vh;
    background: #000000b8;
    backdrop-filter: blur(3px);
}

button#closeModal {
    border: 0px;
    padding: 10px;
    font-size: 24px;
    font-weight: 500;
    color: #000;
}

.modal-content p {
    padding: 30px;
    font-size: 24px;
}

select#siteSelector {
    margin-top: 10px;
    text-align: center;
    padding: 15px;
    height: 55px;
    min-height: 55px;
    line-height: 55px;
    font-weight: 600;
    border-radius: 6px;
    background: #dd1920;
    color: #fff;
    border: 0px;
}

select#siteSelector option {
    background: #0b1025;
    text-align: center;
}div#successModal {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 8;
}