/*----fonts starts----*/
@font-face {
    font-family: 'Aeonik-regular';
    src: url('../fonts/AeonikTRIAL-Regular.woff2') format('woff2'),
        url('../fonts/AeonikTRIAL-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aeonik-light';
    src: url('../fonts/AeonikTRIAL-Light.woff2') format('woff2'),
        url('../fonts/AeonikTRIAL-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aeonik-bolditalic';
    src: url('../fonts/AeonikTRIAL-BoldItalic.woff2') format('woff2'),
        url('../fonts/AeonikTRIAL-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Aeonik-lightitalic';
    src: url('../fonts/AeonikTRIAL-LightItalic.woff2') format('woff2'),
        url('../fonts/AeonikTRIAL-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Aeonik-regularitalic';
    src: url('../fonts/AeonikTRIAL-RegularItalic.woff2') format('woff2'),
        url('../fonts/AeonikTRIAL-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Aeonik-bold';
    src: url('../fonts/AeonikTRIAL-Bold.woff2') format('woff2'),
        url('../fonts/AeonikTRIAL-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/*----fonts ends----*/
body {
    font-family: 'Aeonik-regular';
    font-size: 16px;
    color: #000;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
    color: #000;
}

.nav-link {
    font-family: 'Aeonik-regular';
    color: #fff;
    font-size: 16px;
    transition: 1s;

}

.nav-link.active {
    color: #FF5E14 !important;
}
.active {
    color: #FF5E14 !important;
}
.nav-link:hover {
    color: #FF5E14 !important;
    transition: 1s;
}

.hamburger {
    /* position: absolute;
    top: 40px;
    right: 0; */
    cursor: pointer;
    z-index: 1000;
    position: relative;
    /* padding: 10px 15px 5px; */
  }
  .hamburger span {
    vertical-align: middle;
  }
  .hamburger .bars {
    display: block;
    position: relative;
    width: 25px;
    height: 3px;
    background-color:#000;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .hamburger .bars:before, .hamburger .bars:after {
    position: absolute;
    content: " ";
    width: 100%;
    height: 3px;
    background-color:#000;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .hamburger .bars:before {
    top: 8px;
  }
  .hamburger .bars:after {
    bottom: 8px;
  }
  
  .open .hamburger .bars {
    background-color: transparent;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .open .hamburger .bars::before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .open .hamburger .bars::after {
    bottom: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  .menu {
    width: 250px;
    height: 100%;
    padding: 30px 30px 0;
    background-color: #FF5E14;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
    position: fixed;
    right: -100%;
    top: 0;
    opacity: 0;
    z-index: 999;
    text-transform: uppercase;
    margin-top: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .menu a {
    color: WhiteSmoke;
  }
  .menu a:hover {
    color: white;
  }
  .menu ul{
    list-style: none;
  }
  
  .open .menu {
    right: 0;
    opacity: 1;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  
  .menu:hover {
    overflow-y: auto;
  }
.bgbanner {
    background-image: url('../images/bgbanner.png');
    padding-bottom: 11rem;
    padding-top: 13rem;
    background-position: center;
    background-size: cover;
}
.bgbanner1 {
    background-image: url('../images/bgbanner1.jpg');
    padding-bottom: 1rem;
    padding-top: 10rem;
    background-position: center;
    background-size: cover;
}
.carousel-caption{
    top:40%;
}
.bannerhead {
    font-family: 'Aeonik-bold';
    color: #fff !important;
    font-size: 48px;
    max-width: 700px;
}

.bannertext {
    font-family: 'Aeonik-regular';
    font-size: 16px;
    color: #fff;
    max-width: 700px;
}

.viewmore {
    color: #fff;
    background-color: #FF5E14;
    padding: 8px 30px;
    font-family: 'Aeonik-regular';
    font-size: 16px;
    text-decoration: none;
    border:1px solid #FF5E14; 
}
.innerbannerhead {
    font-family: 'Aeonik-bold';
    color: #fff !important;
    font-size: 48px;
    text-transform: uppercase;
    margin-right: auto;
    margin-left: auto;
    display: block;
    text-align: center;
}
.innerbannerhead1 {
    text-decoration: none;
    font-family: 'Aeonik-regular';
    color: #fff !important;
    font-size: 14px;
    text-transform: uppercase;
    margin-right: auto;
    margin-left: auto;
    display: block;
    text-align: center;
}
.innerbannerhead1 a:hover{
    text-decoration: none!important;
}

/* Sweep To Right */
.hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    text-decoration: none;

}

.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
    color: #FF5E14 !important;
    text-decoration: none;

}

.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

/* Sweep To Right1 */
.hvr-sweep-to-right1 {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-sweep-to-right1:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    text-decoration: none;

}

.hvr-sweep-to-right1:hover,
.hvr-sweep-to-right1:focus,
.hvr-sweep-to-right1:active {
    color: #000 !important;
    text-decoration: none;

}

.hvr-sweep-to-right1:hover:before,
.hvr-sweep-to-right1:focus:before,
.hvr-sweep-to-right1:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.header {
    position: absolute;
    width: -webkit-fill-available;
    width: -moz-available;
    z-index: 99;
}
.header1{
    border-radius: 15px;
}
.text-black{
    color: #000!important;
}

button:focus {
    outline: 0px auto -webkit-focus-ring-color;
}

.head {
    font-size: 36px;
    font-family: 'Aeonik-bold';
    color: #252525;
    line-height: 39px;
}

.subhead {
    color: #4C4F4F;
    max-width: 500px;
    font-size: 16px;
}

.subhead1 {
    color: #4C4F4F;
    font-size: 16px;
}
.productbg {
    background-position: center;
    background-size: contain;
    height: 400px;
    background-color: #e7e8e9;
    padding: 10px;
    background-repeat: no-repeat;
}
.wrapper {
    height: 100%;
    padding-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    position: absolute;
    right: 0;
    z-index: 9999;
    background: #000;
    opacity: 1;
    color: #fff!important;
    padding: 12px 20px;
    border-radius: 0px 0px 0px 27px;
}

.slick-slider {
    min-width: 0;
}

.slick-list {
    overflow: hidden;
}

.slick-track {
    display: flex;
    align-items: flex-start;
}

.slider {
    position: relative;
}

.slider .slick-arrow {
    position: absolute;
    top: -10%;
    margin: -20px 0px 0px 0px;
    z-index: 10;
    font-size: 0;
    width: 30px;
    height: 30px;
    border: 0;
}

.slider .slick-arrow.slick-prev {
    right: 70px;
    background: url('../images/prev.png') 0 0 / 100% no-repeat;
}

.slider .slick-arrow.slick-next {
    right: 31px;
    background: url('../images/next.png') 0 0 / 100% no-repeat;
}

.slider .slick-arrow.slick-disabled {
    opacity: 0.2;
}

.slider1 {
    position: relative;
}

.slider1 .slick-arrow {
    position: absolute;
    top: -40%;
    margin: -20px 0px 0px 0px;
    z-index: 10;
    font-size: 0;
    width: 30px;
    height: 30px;
    border: 0;
}

.slider1 .slick-arrow.slick-prev {
    right: 70px;
    background: url('../images/prev.png') 0 0 / 100% no-repeat;
}

.slider1 .slick-arrow.slick-next {
    right: 31px;
    background: url('../images/next.png') 0 0 / 100% no-repeat;
}

.slider1 .slick-arrow.slick-disabled {
    opacity: 0.2;
}
.slider__item {
    padding: 0px 15px;
}

.slider__item img {
    max-width: 100%;
}

.testimonial {
    position: relative;
}

.testimonial .slick-arrow {
    position: absolute;
    top: -5%;
    margin: -20px 0px 0px 0px;
    z-index: 10;
    font-size: 0;
    width: 30px;
    height: 30px;
    border: 0;
}

.testimonial .slick-arrow.slick-prev {
    right: 70px;
    background: url('../images/prev.png') 0 0 / 100% no-repeat;
}

.testimonial .slick-arrow.slick-next {
    right: 31px;
    background: url('../images/next.png') 0 0 / 100% no-repeat;
}

.testimonial .slick-arrow.slick-disabled {
    opacity: 0.2;
}
.productname {
    font-size: 16px;
    position: absolute;
    bottom: 0;
    text-transform: uppercase;
    transition: .5s;
    color: #000;

}
.slider__item svg{
    
    width: 20px;
    margin-left: 10px;
    transition: .5s;

}
.slider__item:hover svg rect {
    /* fill: #252525; */
    transition: fill 0.5s;
}
.slider__item:hover .productbg p{
    color: #FF5E14;
    transition: .5s;
}
.slider__item:hover svg rect {
    fill: #FF5E14; /*Change this to the desired color*/
    transition: fill 0.5s; /* Adding transition for smooth color change */
}
/* Initially hide arrow2 */
.slider__item .arrow2 {
    display: none;
    width: 20px;
    transition: .5s;
}

/* Show arrow1 on hover and hide arrow2 */
.slider__item:hover .arrow1 {
    display: inline-block;
    width: 20px;
}

.slider__item:hover .arrow2 {
    display: none;
    width: 20px;
    transition: .5s;
}

/* Show arrow2 when not hovering and hide arrow1 */
.slider__item:not(:hover) .arrow1 {
    display: none;
}

.slider__item:not(:hover) .arrow2 {
    display: inline-block;
    width: 20px;
    transition: .5s;
}
.head1{
    font-size: 16px;
    color: #FF5E14;
}
.abthead{
    font-size: 22px;
    color: #ff5e14;
    font-weight: bold;
}
.abouticon img{
    transition: transform 1s;
  }
  
  .abouticon:hover img {
    transition: transform 2s;
    -ms-transform: scale(1.3); /* IE 9 */
    -webkit-transform: scale(1.3); /* Safari 3-8 */
    transform: scale(1.3); 
  }
  
.abttext{
    font-size: 15px;
    color: #4c4f76;
}
    
.bg-black{
    background-color: #000;
}
.contacttext{
    color: #fff;
    opacity: 65%;
    font-size: 17px;
    transition: .5s;
}
.contacttext:hover{
    color: #fff;
    transition: .5s;

}
.contactform{
    border: 0;
    border-bottom: 1px solid #808080;
    border-radius: 0;
}
.contactform:focus{
    box-shadow: none;
    border-bottom: 1px solid #808080;
}
.viewmore1 {
    color: #fff;
    background-color: #000;
    border:1px solid #000; 
}
.playicon{
        position: absolute;
        top: 40%;
        left: 46%;
       
}
.modal-backdrop{
    z-index: 0;
}
.test-head{
    font-size: 14px;
    color: #252525;
    font-family: 'Aeonik-bold';

}
.test-text1{
    font-size: 10px;
    color: #252525;
    opacity: 75%;
}
.test-text2{
    font-size: 12px;
    color: #101415;
}
.footerbg{
    background-color: #101415;
}
.newsletter{
    background-color: #FF5E14;
}
.w-80{
    width: 80%;
}
.subscribetext1{
    font-size: 28px;
    color: #fff;
}
.subscribetext2{
    font-size: 12px;
    color: #fff;
}
.send{
    background-color: #000;
}
.form-control:focus{
    border-color: none!important;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0)!important;
}
.mail{
    border-right: 1px solid #87898A!important;
    color: #87898A;
    background-color: #000!important;
}
.footerpara{
    font-size: 12px;
    color: #fff;
}
.footericon{
    color: #FF5E14;
}
.footericon:hover{
    color: #fff;
}
.footerhead{
    font-family: 'Aeonik-bold';
  font-size: 16px;
  color: #fff;
}
.footerlinks{
    list-style: none;
}
.footerlink {
    color: #fff!important;
    font-size: 12px;
    transition: .5s;
}
.footerlink:hover{
    text-decoration: none;
    color: #FF5E14!important;
    transition: .5s;
}
.footerlink.active {
    color: #FF5E14!important;
}
.footerbg1{
    background-color:#0D0D0D ;
}
.footertext{
    font-size: 12px;
    color: #fff;
}
.footertext a{
    text-decoration: none;
}
.desc{
    color: #4C4F4F;
    font-size: 16px;
}
.innerbanner{
    background-size: cover;
    background-position: center;
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.innerbanner2 {
    background-image: url('../images/innerbanner.jpg');
}
.innerbanner3 {
    background-image: url('../images/innerbanner2.jpg');
}
.innerbanner4 {
    background-image: url('../images/innerbanner3.jpg');
}
.pointer{
    cursor:pointer;
}
.mm-listitem:hover{
    color: #FF5E14!important;
}
.mm-listitem {
    position: relative;
    width: 85%;
}
div[data-target] {
    cursor: pointer;
  }
  
.panel-title > a:before {
    float: right !important;
    content: "\2212";
    padding-right: 5px;
}
.panel-title > a.collapsed:before {
    float: right !important;
    content: '\002B';
    
}
.carousel-caption{
    left: 10%;
}
 /* ------ */

.footericon{
    display: none !important;
}
.footerlink{
    display: flex;
}

.footerlink i{
    padding-top: 3px;
}

.contacttext {
    font-size: 15px;
    line-height: normal;
}

.contact-det-area img{
    width: 15px;
    margin-top: -10px;
    margin-right: 0px !important;
}

.contact-det-area p{
    margin-bottom: 0px !important;
}

.contact-det-area .row.py-2{
    padding: 2px 0px !important;
}

.contact-det-area p.subhead {
    margin-bottom: 7px !important;
}

.contact-det-area {
    padding-top: 20px;
}
.prod-sub-list label{
    font-size: 19px;
    color: #ff5e14;
    font-weight: bold;
}
.prod-sub-list ul li{
    color: #4C4F4F;
    list-style-type: disc;
    margin-bottom: 12px;
}
.prod-sub-list ul li::marker{
    color: #ff5e14;
    font-size: 22px;
}
.prod-sub-list ul{
    padding-left: 21px;
}
.filter-typ .col-12{
    padding-bottom: 25px;
}
.prod-sub-list {
    padding: 25px 12px;
    background-color: #f5f6f6;
    height: 100%;
}

.lang-translate{
    padding: 9px 8px;
    aspect-ratio: 1 / 1;
    line-height: normal;
    width: 38px;
    height: 35px;
    text-align: center;
    margin-left: 15px;
    letter-spacing: 4px;
    font-weight: bold;
    color: #fff !important;
    border: 1px solid;
    font-size: 13px;
    box-shadow: 0px 1px 6px #00000038;
    background: #00000082;
    transition: 1s;
}

.lang-translate:hover{
    color: #FF5E14 !important;
    border-color: #FF5E14;
}
.header-2 .nav-item .nav-link{
    color: #000;
}



/*************************************** STYLE MEDIA QUERY CLASSES STARTS **************************/
@media (min-width: 1500px) {

    .container {
        max-width: 1300px !important;
    }
}

@media (min-width: 992px) {
    .lang-translate{
        margin-left: 70px !important;
    }
}

@media screen and (min-width:1200px) and (max-width:1499px) {}

@media screen and (min-width:992px) and (max-width:1199px) {
    .subscribetext1{
        font-size: 20px;
    }
}

@media screen and (min-width:768px) and (max-width:992px) {
    .head {
        font-size: 25px;
        line-height: 30px;
    }
    .bannerhead{
        font-size: 35px;
    }
    .contacttext{
        font-size: 14px;
    }
    .playicon {
        width: 50px;
        left: 44%;
    }
    .subscribetext1{
        font-size: 20px;
    }
    .footerpara{
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    .innerbannerhead {
        bottom: 30px;
        font-size: 30px;
        
    }
    .innerbannerhead1 {
        bottom: 10px;
        font-size: 12px;  
    }
}

@media screen and (min-width:576px) and (max-width:768px) {
    .arrow{
        display: none;
    }
    .innerbannerhead {
        bottom: 30px;
        font-size: 30px;
        
    }
    .innerbannerhead1 {
        bottom: 10px;
        font-size: 12px;  
    }
    .contacttext{
        font-size: 14px;
    }
    .bannerhead {
        font-size: 30px;
    }

    .bgbanner {
        padding-bottom: 8rem;
        padding-top: 10rem;
    }
    .bannerhead{
        font-size: 35px;
    }
    .head {
        font-size: 25px;
        line-height: 30px;
    }
    .header {
        width: 100%;
        left: 0;
        padding: 0px 12px;
    }
}

@media (max-width: 576px) {
    .arrow{
        display: none;
    }
    .carousel-caption{
        left: 5%;
        right: 5%;
        top:30%;
    }
    .modal-title {
        max-width: 200px;
    }
    .innerbanner2 {
        background-image: url('../images/innerbanner-mob.jpg');
    }
    .innerbanner3 {
        background-image: url('../images/innerbanner2-mob.jpg');
    }
    .innerbanner4 {
        background-image: url('../images/innerbanner3-mob.jpg');
    }
    .innerbannerhead {
        bottom: 30px;
        font-size: 30px;
        
    }
    .innerbannerhead1 {
        bottom: 10px;
        font-size: 12px;  
    }
    .contacttext{
        font-size: 14px;
    }

    .bannerhead {
        font-size: 20px;
        line-height: 22px;
    }

    .bannertext {
        font-size: 12px;
    }

    .viewmore {
        padding: 7px 20px;
        font-size: 12px;
    }

    .bgbanner {
        padding-bottom: 6rem;
        padding-top: 8rem;
    }
    .head {
        font-size: 25px;
        line-height: 30px;
    }  
    .subhead{
        font-size: 14px;
    }  
    .playicon{
        width:45px;
    }
    .order1{
        order: 1;
    }
    .order2{
        order: 2;
    }
    .order3{
        order: 3;
    }
    .order4{
        order: 4;
    }
    .order5{
        order: 5;
    }
    .subscribetext1 {
        font-size: 18px;
    }    
    .subscribetext2 {
        font-size: 10px;
    }
    
.w-80{
    width: 100%;
}

.header {
    width: 100%;
    left: 0;
    padding: 0px 12px;
}

}

/*************************************** STYLE MEDIA QUERY CLASSES ENDS **************************/