@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@font-face {
    font-family: 'Slenco-Black demo';   
    src: url('assets/fonts/Slenco-Black demo.otf') format('truetype'),
         url('assets/fonts/Slenco-Black demo.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/Slenco-Black demo.woff2') format('woff2'),
         url('assets/fonts/Slenco-Black demo.woff') format('woff'),
         url('assets/fonts/Slenco-Black demo.svg#Slenco-Black demo') format('svg');
    font-weight: normal;
    font-style: normal;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #30231B;
}
/*AUTO SET*/
.sec-padding{
    padding-top: 60px;
    padding-bottom: 60px;
}
.sec-padding-lg{
    padding-top: 90px;
    padding-bottom: 90px;
}
.pl-10{
    padding-left: 10px !important;
}
.pl-20{
    padding-left: 20px !important;
}
.pl-30{
    padding-left: 30px !important;
}
.pl-40{
    padding-left: 40px !important;
}
.pl-50{
    padding-left: 50px !important;
}
.pr-10{
    padding-right: 10px !important;
}
.pr-20{
    padding-right: 20px !important;
}
.pr-30{
    padding-right: 30px !important;
}
.pr-40{
    padding-right: 40px !important;
}
.pr-50{
    padding-right: 50px !important;
}
.pb-10{
    padding-bottom: 10px !important;
}
.pb-20{
    padding-bottom: 20px !important;
}
.pb-30{
    padding-bottom: 30px !important;
}
.pb-40{
    padding-bottom: 40px !important;
}
.pb-50{
    padding-bottom: 50px !important;
}
.pb-60{
    padding-bottom: 60px !important;
}
.pt-10{
    padding-top: 10px !important;
}
.pt-20{
    padding-top: 20px !important;
}
.pt-30{
    padding-top: 30px !important;
}
.pt-40{
    padding-top: 40px !important;
}
.pt-50{
    padding-top: 50px !important;
}
.pt-60{
    padding-top: 60px !important;
}
.ml-auto{
    margin-left: auto !important;
}
.ml-10{
    margin-left: 10px !important;
}
.ml-20{
    margin-left: 20px !important;
}
.ml-30{
    margin-left: 30px !important;
}
.ml-40{
    margin-left: 40px !important;
}
.ml-50{
    margin-left: 50px !important;
}
.ml-60{
    margin-left: 60px !important;
}
.ml-70{
    margin-left: 70px !important;
}
.mr-auto{
    margin-right: auto !important;
}
.mr-10{
    margin-right: 10px !important;
}
.mr-20{
    margin-right: 20px !important;
}
.mr-30{
    margin-right: 30px !important;
}
.mr-40{
    margin-right: 40px !important;
}
.mr-50{
    margin-right: 50px !important;
}
.mb-10{
    margin-bottom: 10px !important;
}
.mb-20{
    margin-bottom: 20px !important;
}
.mb-30{
    margin-bottom: 30px !important;
}
.mb-40{
    margin-bottom: 40px !important;
}
.mb-50{
    margin-bottom: 50px !important;
}
.mb-60{
    margin-bottom: 60px !important;
}
.mt-10{
    margin-top: 10px !important;
}
.mt-20{
    margin-top: 20px !important;
}
.mt-30{
    margin-top: 30px !important;
}
.mt-40{
    margin-top: 40px !important;
}
.mt-50{
    margin-top: 50px !important;
}
.mt-60{
    margin-top: 60px !important;
}
/*SITE LAYOUTS*/

h1{
    font-size: 32px;
}
h2{
    font-size: 27px;
}
h3{
    font-size: 24px;
}

.hr{
    margin-top: 30px;
    margin-bottom: 30px;
    background: #d1d1d4;
}

.mybtn{
    background: #D9482D;
    padding: 10px 25px;
    font-size: 16px;
    color: #fff;
    outline: none;
    border: none;
    display: block;
    transition: .2s;
    font-family: 'Slenco-Black demo';
    text-transform: uppercase;
    border-radius: 5px;
}
.mybtn:hover{
    background: #D9482D;
    color: #ffffff;
    text-decoration: none;
}
.mybtn-inline{
    background: #30231B;
    padding: 10px 25px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    outline: none;
    border: none;
    border-radius: 2px;
    display: inline-block;
    transition: .2s;
}
.mybtn-inline:hover{
    background: #fff;
    color: #30231B;
    text-decoration: none;
}

.mylink{
    text-decoration: none;
    color: #30231B;
    display: block;
    transition: .2s;
}
.mylink:hover{
    text-decoration: none;
    color: red;
}
.mylink-inline{
    text-decoration: none;
    color: #30231B;
    display: inline-block;
    transition: .2s;
}
.mylink-inline:hover{
    text-decoration: none;
    color: red;
}
/*HEADER*/

@media screen and (max-width: 992px){

}
@media screen and (max-width: 762px){

}
@media screen and (max-width: 480px){

}

/*LANDING PAGE*/
.logo img {
    width: 250px;
}
.myHeader {
    width: 100%;
    display: flex;
    align-items: center;
    /* position: absolute; */
    top: 0;
    left: 0;
    gap: 30px;
    padding: 30px 0 0;
    justify-content: center;
}
.logo {
    max-width: 500px;
    text-align: center;
}
.logo a {
    text-decoration: none;
    color: #30231B;
    font-weight: 600;
    font-size: 20px;
}
.logo span {
    margin-top: 8px;
    display: block;
}
.hero_inner {
    position: relative;
    display: flex;
    align-items: center;
    height: 100vh;
    flex-flow: column;
    justify-content: center;
}

.hero_content {
    margin-top: 40px;
    text-align: center;
    max-width: 800px;
}

.hero_content .title {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 40px;
    font-family: 'Slenco-Black demo';
    line-height: 1.2;
    color: #D9482D;
    text-align: center;
}

.hero_content .dis {
    font-size: 16px;
    text-align: center;
}

.menu-title {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.menu-title span{
    background: #fff;
    display: inline-block;
    font-size: 28px;
    z-index: 2;
    font-family: 'Slenco-Black demo';
}
.menu-title:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    background: #30231B;
    height: 1px;
    transform: translateY(-50%);
}
.menu_inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    margin-top: 40px;
    margin-bottom: 60px;
}

.m-title {
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
    font-family: 'Slenco-Black demo';
}

.m-dis {
    font-size: 18px;
    text-align: center;
}

.hero-wrapper {
    background: #F7F5E9;
}
.sec-title {
    font-size: 38px;
    font-family: 'Slenco-Black demo';
    color: #d9482d;
    text-align: center;
}

/*Smooth RTL * LTR Slider (Pure CSS) Start*/
.slider-wrapper {
  overflow: hidden;
  width: 100%;
  background: #fff;
}

.slider-track {
  display: flex;
  width: calc(250px * 10); /* 10 items, adjust if you add more */
  animation: scroll-left 20s linear infinite;
  direction: rtl;
}
.slider-track.ltr {
  animation: scroll-right 20s linear infinite;
  direction: ltr;
}
/*.slider-track:hover {
  animation-play-state: paused;
}*/
.slide {
  flex: 0 0 auto;
  width: 250px;
  margin-right: 10px;
}

.slide img {
  width: 100%;
  border-radius: 0px;
  display: block;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
/*Smooth RTL * LTR Slider (Pure CSS) End*/

@media screen and (max-width: 992px){

}
@media screen and (max-width: 762px){

}
@media screen and (max-width: 480px){

}
/*TIMER START*/
.timer{
    margin-bottom: 50px;
}
#getting-started {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 20px;
    line-height: 1;
}
#getting-started div{
    padding: 25px 0;
    width: 80px;
    height: 80px;
    text-align: center;
    border: 2px solid #30231B;
    /*box-shadow: 5px 15px 15px rgba(0, 0, 0, 0.15);*/
    border-radius: 5px;
    color: #30231B;
    position: relative;
}
#getting-started div span:nth-child(1){
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
}
#getting-started div span:nth-child(2){
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translateX(-50%);
}
#getting-started div span{
    font-size: 20px;
    display: block;
}
#getting-started div span:nth-child(2){
    font-size: 12px;
    text-transform: uppercase;
}
@media screen and (max-width: 768px){
    #getting-started div{
    padding: 25px 0;
    width: 60px;
    height: 60px;
    text-align: center;
    border: 2px solid #30231B;
    color: #30231B;
    }
    #getting-started{
        line-height: 10px;
    }
    #getting-started div span{
    font-size: 18px;
    display: block;
    }
    #getting-started div span:nth-child(2){
        font-size: 9px;
    }
    #getting-started div:nth-child(4){
        display: none;
    }
}
/*TIMER END*/
/*CUSTOM SECTION*/
.menu-cta-inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px 20px;
    margin-top: 70px;
}
.menu-cta-inner .menu-cta-box {
    position: relative;
    text-decoration: unset;
    border-radius: 10px;
    overflow: hidden;
    background: #d9482d;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.menu-cta-inner .menu-cta-box img {
    width: 100%;
    transition: .3s;
}
.menu-cta-inner .menu-cta-box .title {
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: 0;
    width: 100%;
    text-align: left;
    padding: 10px 20px;
    font-size: 28px;
    color: #fff;
}
.menu-cta-inner .menu-cta-box .sub-title {
    font-size: 16px;
    display: flex;
    text-align: left;
    color: #ffffff;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    background: #d9482d;
    margin-bottom: auto;
    padding: 15px 20px;
    border-radius: 0 0 10px 10px;
}
.menu-image-holder{
    overflow: hidden;
    /* border-radius: 10px; */
}
.menu-image-holder:hover img{
    transform: scale(1.1);
}

.menu-cta-inner .menu-cta-box .squishy {
    font-size: 16px;
    padding: 3px 10px;
    background: #000000;
    color: #fff;
    border-radius: 5px;
    margin: 0 20px 20px;
    display: inline-block;
}
.squishy.squishy-footer.squishy-tech {
  color: #fff;
  margin-bottom: 25px;
}
.menu-cta-inner .menu-cta-box:nth-child(3) {
    position: relative;
    grid-column-start: span 2;
}
/*.menu-cta-inner .menu-cta-box:last-child {
    position: relative;
    grid-column-start: span 2;
}*/
.menu-cta-inner .menu-cta-box:nth-child(8) {
    grid-column-start: span 2;
}
nav.nav__links ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 20px;
}
nav.nav__links ul li a {
    font-weight: 600;
    color: #30231B;
    text-decoration: unset;
}

.emailNewslatter {

}

.emailNewslatter input {
    min-width: 300px;
}
.emailNewslatter .needsclick.kl-private-reset-css-Xuajs1 {
    min-height: unset !important;
}
.emailNewslatter button.needsclick.go300628013.kl-private-reset-css-Xuajs1 {
    font-family: 'Slenco-Black demo' !important;
    text-transform: uppercase !important;
    /*max-width: 200px !important;*/
    padding: 0px 25px !important;
    font-weight: 500 !important;
}

@media screen and (max-width: 992px){
    .emailNewslatter .needsclick.kl-private-reset-css-Xuajs1 {
      min-height: unset !important;
      flex-direction: column !important;
      margin: 0 auto !important;
    }
    .emailNewslatter input[type="email"] {
      width: 300px !important;
    }
    .emailNewslatter button.needsclick.go300628013.kl-private-reset-css-Xuajs1 {
        font-family: 'Slenco-Black demo' !important;
        text-transform: uppercase !important;
        width: 250px !important;
        padding: 0px 25px !important;
        font-weight: 500 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    .hero_inner{
        height: 100vh;
    }
    .hero_content .title{
        font-size: 32px;
    }
    .menu_inner{
        grid-template-columns: 1fr;
    }
    .emailNewslatter{
        grid-template-columns: auto;
    }

}
@media screen and (max-width: 762px){

}
@media screen and (max-width: 480px){

}



/*CONTACT FORM*/
.form-control {
    font-size: 14px;
    border: 1px solid #ced4da;
    border-radius: unset;
    color: #555;
    padding: 8px 15px;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

/*Custom Select*/
 .select {
     cursor: pointer;
     display: inline-block;
     position: relative;
     font-size: 16px;
     color: #fff;
     width: 100%;
     height: 40px;
}
 select {
     display: none;
}

 .custom-select {
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     border: 1px solid #ced4da;

     background-color: #fff;
     color: #555;
     padding: 8px 15px;
     -moz-transition: all 0.2s ease-in;
     -o-transition: all 0.2s ease-in;
     -webkit-transition: all 0.2s ease-in;
     transition: all 0.2s ease-in;
}
 .custom-select:after {
     content: "";
     width: 0;
     height: 0;
     border: 7px solid transparent;
     border-color:#9E9E9E transparent transparent transparent;
     position: absolute;
     top: 16px;
     right: 10px;
     transform: rotateZ(0deg);
     transition: all 0.5s;
     transform-origin: 50% 25%;
}
 .custom-select:active, .custom-select.active {
     background-color: #fff;
     color: #555;
}
 .custom-select:active:after, .custom-select.active:after {
     transform: rotateZ(180deg);
     transition: all 0.5s;
     transform-origin: 50% 25%;
}
 .custom-select:focus{
    outline: 2px;
}
.select-options {
    max-height: 200px;
    overflow-y: auto;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #ffffff;
    border-radius: 0px 0px 5px 5px;
    border: 1px solid gainsboro;
    border-top: none;
}
.select-options li:hover {
    background: #f1f1f1;
}

 .select-options li {
     color: #424242;
     margin: 0;
     padding: 8px 0;
    /* text-indent: 15px;
    */
    /* border-top: 1px solid #AED581;
    */
     -moz-transition: all 0.15s ease-in;
     -o-transition: all 0.15s ease-in;
     -webkit-transition: all 0.15s ease-in;
     transition: all 0.15s ease-in;
     padding-left: 15px;
}
 .select-options li:hover {
     color: #424242;
}
 .select-options li[rel="hide"] {
     display: none;
}
 ::-webkit-scrollbar {
     width: 10px;
     background-color: #F5F5F5;
     border-radius: 0 0 5px 0;
}
 ::-webkit-scrollbar-thumb {
     border-radius: 10px;
     background-color:#9E9E9E;
}
@media screen and (max-width: 992px){
    .logo a{
        font-size: 14px;
        margin-top: 8px;
    }

}
@media screen and (max-width: 762px){

}
@media screen and (max-width: 480px){

}