@font-face
{
font-family: "Montserrat-Light";
font-style:normal;
src:url("../../assets/fonts/Montserrat-Light.ttf") format("truetype");
}
@font-face
{
font-family: "Montserrat-Regular";
font-style:normal;
src:url("../../assets/fonts/Montserrat-Regular.ttf") format("truetype");
}@font-face
{
font-family: "Montserrat-SemiBold";
font-style:normal;
src:url("../../assets/fonts/Montserrat-SemiBold.ttf") format("truetype");
}

@font-face {
    font-family: 'Staff Wide';
    src: url('../../assets/fonts/subset-StaffWide-Black.woff2') format('woff2'),
        /*url('/wp-content/themes/hello-theme-child-master/fonts/subset-StaffWide-Black.woff') format('woff');*/
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face
{
font-family: "montserrat-v26-latin-500";
font-style:normal;
src:url("../../assets/fonts/montserrat-v26-latin-500.woff2") format("opentype");
}

@font-face
{
font-family: "montserrat-v26-latin-700";
font-style:normal;
src:url("../../assets/fonts/montserrat-v26-latin-500.woff2") format("opentype");
}





.slider-heading h1{
     font-family: 'Staff Wide';
     font-size:32px;
}

.marquee{
       font-family: "Montserrat-medium";
       
}

.img-width{
    width:50%;
    padding-bottom: 20px;
}


.offer {
    line-height: 1.8;
    background-color: #fe9d4e;
    /*padding: 10px 20px;*/
    font-size: 12px;
     letter-spacing: 1px;
      color: #ffffff;
    text-transform: capitalize;
    
    
}
.offer p{
     font-size: 1.3rem;
    font-family: "Lato", sans-serif;
    font-weight: 700;
text-transform: capitalize;
}

.offer1{
     font-size: 24px;
     letter-spacing: 1px;
      color: #ffffff;
       text-transform: capitalize;
}
.offer2{
     font-size: 14px;
     letter-spacing: 1px;
      color: #ffffff;
}

.logo-width{
    width: 80px;
}

.hero-section {
    background-image: url(../../assets/images/newbann.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 600px;
     background-position: 50% 10%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero_container {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
}
.hero-content {
    color: #fff;
    background-color:transparent;
    padding: 20px;
    width: 100%;
    max-width: 700px;
    /*margin: 0 auto;*/
    /*padding-top: 65px;*/
}


.subhead-1{
  color: #000;
 font-size: 70px;
   font-family: "Lato", sans-serif;
   font-weight:900;
 
}
.subhead-2{
    font-size: 35px;
       font-family: "Lato", sans-serif;
     font-weight:400;
     color: #000;
     line-height: 1;
    
}
.subhead-3 {
    color: #fff;
    font-size: 40px;
      font-family: "Lato", sans-serif;
       text-shadow: 3px 2px #d72326;
        font-weight:500;
}

.subhead-4 {
     color: #fff;
    font-size: 32px;
      font-family: "Lato", sans-serif;
       /*text-shadow: 2px 2px #d72326;*/
        font-weight:400;
}


.subhead-4 {
    font-size: 13.3814px;
      font-family: "Lato", sans-serif;
      font-weight: 600;
    letter-spacing: 1px;
}
.icon{
    font-size: 13.3814px;
}
p.btn.hero-btn{
    --icon-indent: 0px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 35px;
    line-height: 14px;
    letter-spacing: .92px;
    fill: #fff;
    color: #fff;
    background-color: #000;
    width: 75%;   
    padding: 20px 15px;
    border-radius: unset;
}
 .btn:hover{
    background-color: #000!important;
    color:#fff!important;
}

     a{color: #000 !important;
          font-family: "Montserrat-Regular";
     }
     
      footer a{color: #fff !important;
          font-family: "Montserrat-Regular";
     }
     
 .slick-slide {
    margin: 0px 20px;
}
/*.slick-slide img {*/
/*    width: 100%;*/
/*} */
/*.slide{
    border: 1px solid #d7dae4;
    border-radius: 8px;
}*/

.slick-slider {
    margin-bottom: 0px!important;
}
.slick-slider
{
   position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus
{
    outline: none;
}

.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
           transform: translate3d(0, 0, 0);
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide
{
    float: right;
}
/*.slick-slide img*/
/*{*/
/*    display: block;*/
/*    width:100%;*/
/*}*/

.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-next{
    display:none!important;
}
.slick-prev{
    display:none!important;
}




    footer {
    background: #000;
    color: #fff;
}
footer a {
    font-size:14px;
    color: #fff !important;
   font-family: "Lato", sans-serif;
}
footer p {
       
       line-height: 1.42857143;
       font-style: normal;
       font-weight: bold;
       padding: 10px; 
       margin: 0px;    
        text-align: left;
    color: #fff;
   font-family: "Lato", sans-serif;
    font-size: 14px;
   
    text-transform: none;
    font-style: normal;
       }

hr {
    margin: 0px!important;
    color: white!important;
    border: 0!important;
    border-top: 1px solid!important;
    /* opacity: .25; */
}
.slider-heading{
    color: #fff;
    text-align: center;
    font-size: 32px;
}
 .widd {
    background-color: #1e1e1e;
   height:auto;
    text-align: center;
    padding: 0px 32.96px;
}

.widd img{
    width: 60%;
}
.review-subheading{
    font-size: 16px;
    padding: 15px;
    font-family: "Montserrat-Regular";
}
.review-subheading h2{
    font-size: 19px;
    font-weight: 600;
}
@media screen and (max-width: 991px) {
     .subhead-1{
        font-size: 45px;
        line-height: 55px;
    
    }
/*    .hero-section {*/
/*    background-image: url(../../assets/images/shortlpbannertab.png);*/
/*}*/
}


@media screen and (max-width:767px){
   
   .img-width {
    width: 85%;
    
}
   
    .subhead-1{
        font-size: 32px;
        line-height: 42px;
    
    }
    .subhead-2{
        font-size:18px;
    }
    .subhead-3{
         font-size:25px;
    }
    .icon.d-flex{
        display:block!important;
        line-height: 1;
    }

    .btn.hero-btn {
   
    /*margin: 10px 0 10px !important;*/
    padding: 17px 22px !important;
    width:90%!important;
        
    }

    .hero-section {
        background-image: url(../../assets/images/newbann-mob.png);
        height: 750px;
        align-items: self-start;
        background-position: 50% 50%;
    }
    .hero-content{
        padding-top:40px;
    }
}



  
.btn.hero-btn {
   display: block;
    text-decoration: none;
     width:50%;
    font-family: "montserrat-v26-latin-700";
    font-size: 1.2rem;
    line-height: 14px;
    color: #fff!important;
    border-radius: 50px;
    background-color: #000;
    padding: 18px 55px;
    font-weight: bold;
   
    margin: 0 auto;
    padding: 22px 22px;
}
nav {
    display: flex;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 15px;
}


@media screen and (min-width:768px) and (max-width:1024px){
    .hero-content{
        max-width:400px;
    }
        .subhead-1 {
        font-size: 46px;
           }
           .subhead-2 {
    font-size: 28px;
           }
}


@media screen and (min-width:1300px){
    .hero-section {
        height:1000px;
                background-position: 70% 50%;
    }
    .hero-content{
        max-width:850px;
    }
    .container{
        max-width:1500px!important;
    }
}




