@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Comic+Neue:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");



body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    background: #fff;
}
p {
    margin-bottom: 0px;
}
html {
    scroll-behavior: smooth;
}
.owl-theme .owl-dots {
    display: none;
}
.owl-theme .owl-nav {
    display: block !important;
}
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #666;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ccc;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}


.navbar-toggler:focus {
    box-shadow: none;
}
.btn-close:focus {
    box-shadow: none;
}
.btn:hover {
    color: #fff !important;
}
.accordion-button:focus {
    box-shadow: none;
}
a {
    color: #000;
    text-decoration: none;
}
ul,
ol {
    padding-left: 0px;
    list-style-type: none;
}
a:hover {
    color: initial;
}
input:focus,
select:focus,
textarea:focus {
    box-shadow: none !important;
}
.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
/*.full-width {
  width: 100% !important;
}*/

.web-view {
    display: block;
}
.mobile-view {
    display: none;
}
.vertical-space-2 {
    height: 10px;
}
.vertical-space-5 {
    display: inline-block;
    width: 100%;
    height: 5px;
}

.vertical-space-8 {
    display: inline-block;
    width: 100%;
    height: 8px;
}

.vertical-space-10 {
    display: inline-block;
    width: 100%;
    height: 10px;
}

.vertical-space-12 {
    display: inline-block;
    width: 100%;
    height: 12px;
}

.vertical-space-15 {
    display: inline-block;
    width: 100%;
    height: 15px;
}

.vertical-space-20 {
    display: inline-block;
    width: 100%;
    height: 20px;
}

.vertical-space-30 {
    display: inline-block;
    width: 100%;
    height: 30px;
}

.vertical-space-40 {
    display: inline-block;
    width: 100%;
    height: 40px;
}

.vertical-space-50 {
    display: inline-block;
    width: 100%;
    height: 50px;
}

.vertical-space-60 {
    display: inline-block;
    width: 100%;
    height: 60px;
}
.vertical-space-65 {
    display: inline-block;
    width: 100%;
    height: 65px;
}
.vertical-space-70 {
    display: inline-block;
    width: 100%;
    height: 70px;
}

.vertical-space-80 {
    display: inline-block;
    width: 100%;
    height: 80px;
}

.vertical-space-90 {
    display: inline-block;
    width: 100%;
    height: 90px;
}

.vertical-space-100 {
    display: inline-block;
    width: 100%;
    height: 100px;
}
.vertical-space-120 {
    display: inline-block;
    width: 100%;
    height: 120px;
}
.vertical-space-150 {
    display: inline-block;
    width: 100%;
    height: 150px;
}
.common{
    color: #F3B047;
}


.common-btn{
    background: #F3B047 !important;
    border: 2px solid #F3B047 !important;
    padding:12px 34px;
    border-radius: 40px;
    color: #fff !important;
    font-size: 15px;
    font-weight: 400;
    line-height: initial;
    box-shadow: none;
    outline: none;
}
.common-btn1{
    background: transparent !important;
    border: 2px solid #F3B047 !important;
    padding:16px 45px;
    border-radius:0px;
    color: #F3B047 !important;
    font-size: 16px;
    font-weight: 400;
    line-height: initial;
    box-shadow: none;
    outline: none;
    font-family: 'Roboto Condensed', sans-serif;
}
.common-btn1:focus , .common-btn1:hover{
    color: #F3B047 !important;
}

.fixed{
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 1200;
    background: url(../images/banner-1.jpg) !important;
    background-size: cover;
    border-radius: 0px !important;
    transition: 0.5s all;
    animation: swip_down .5s linear 1;
    -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}
@keyframes swip_down {
    from {
        transform: translate(0px, -50px);
        opacity: 0
    }

    to {
        transform: translate(0,0);
        opacity: 1
    }
}

.main-header .navbar{
    background:transparent;
    
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1022;

}
.main-header .navbar::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1020;
    border-bottom: 1px solid #ffffff0d;
}
.main-header .navbar .container{
    position: relative;
    z-index: 1021;
  
}
.main-header .navbar .navbar-brand{
    font-size: 40px;
    color: #F3B047;
    font-weight: 700;
    font-family: "Comic Neue", cursive;
}
.main-header .navbar .nav-item{
    position: relative;
    display: block;
    transition-duration: 0.5s;
    padding:35px 25px;
}
.main-header .navbar .nav-link {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    padding: 0px;
    position: relative;
}
.main-header .navbar .nav-item{
    position: relative;
}

.main-header .navbar .nav-link.active{
    color: #F3B047;
}
.main-header .dropdown .dropdown-menu{
    background-color: #ffffff;
    border: 1px solid #f4f4f4;
    left: 0;
    top: 100%;
    list-style: none;
    opacity: 0;
    position: absolute;
    padding: 0;
    visibility: hidden;
    z-index: 10;
    border-radius: 0px;
    animation: swip_left .5s linear ;
}
/* .main-header .dropdown:hover .dropdown-menu{
    display: block;
    visibility: visible;
    opacity: 1;
} */
@keyframes swip_left {
    from {
        transform: translate(-100px, 0px);
        opacity: 0
    }

    to {
        transform: translate(0,0);
        opacity: 1
    }
}
.main-header .dropdown .dropdown-menu .dropdown-list .dropdown-item{
   color: #000;
    display: block;
    font-size: 15px;
    padding: 10px 20px;
    text-transform: capitalize;
    overflow: hidden;
    position: relative;
    border-left: 0px solid transparent;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.main-header .dropdown .dropdown-menu .dropdown-list .dropdown-item:hover{
    color: #fff ;
    background: #F3B047;
}
.main-header li:hover > .dropdown-menu{
    display: block;
    animation: swip_up .3s linear 1;
    visibility: visible;
    opacity: 1;
}
.main-header .dropdown-submenu {
    position:relative;
}
.main-header .dropdown-submenu > .dropdown-menu {
    top: -1px !important;
    left: 100%;
}

@keyframes swip_up {
    from {
        transform: translate(0, 30px);
        opacity: 0
    }

    to {
        transform: translate(0,0);
        opacity: 1
    }
}

.main-header .header-btn{
    background: #F3B047;
    border: 2px solid #F3B047;
    padding:10px 35px;
    border-radius: 20px;
    color: #fff !important;
    font-size: 15px;
    font-weight: 400;
    line-height: initial;
}

.banner-img{
    height: 100vh;
    width:100%;   
}

.banner .banner-content{
    position: absolute;
    width: 100%;
    top: 65%;
    transform: translateY(-50%);
    left: 0;
    z-index: 2;
}
.banner .banner-content.banner-right .banner-title , .banner .banner-content.banner-right .banner-text , .banner .banner-content.banner-right .banner-buttons{
    text-align: end;
}

.banner .banner-content .banner-title{
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    font-family: "Comic Neue", cursive;
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.banner .banner-content .banner-text{
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 28px;
    margin-bottom: 20px;
}
.banner .banner-content .banner-title span{
    color: #F3B047;
}
.banner .banner-content .banner-btn{
    background: #F3B047 !important;
    border: none !important;
    padding:18px 45px;
    border-radius:0px;
    color: #fff !important;
    font-size: 16px;
    font-weight: 500;
    line-height: initial;
    box-shadow: none;
    outline: none;
    font-family: 'Roboto Condensed', sans-serif;
}
.banner .banner-content .banner-btn1{
    background: transparent !important;
    border: 2px solid #F3B047 !important;
    padding:16px 45px;
    border-radius:0px;
    color: #fff !important;
    font-size: 16px;
    font-weight: 500;
    line-height: initial;
    box-shadow: none;
    outline: none;
    font-family: 'Roboto Condensed', sans-serif;
   
}
.banner .banner-content .banner-btn1:hover , .banner .banner-content .banner-btn1:focus{
    background: #F3B047;
    color: #fff;
}
.banner .banner-carousel .owl-nav{
    display: none !important;
  }
.banner .banner-carousel .owl-item.active .banner-buttons {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.2s;
  }
  .banner .banner-carousel .owl-item.active .banner-text {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
  }
  .banner .banner-carousel .owl-item.active .banner-title {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.4s;
  }
  .banner .banner-carousel .owl-item.active .banner-supplement {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: zoomInUp ;
    animation-delay: 0.5s;
  }
  
  .banner .banner-carousel .owl-dots {
    display: block;
    position: absolute;
    bottom: 3%;
    left: 0;
    margin-top: 20px;
}
.banner .banner-carousel .owl-dots .owl-dot span {
    width: 10px;
    height:10px;
    margin: 5px 7px;
    background:transparent;
    border: 1px solid #fff;
    display: block;
    transition: opacity 0.2s ease;
    border-radius: 50%;
    position: relative;
}
.banner .banner-carousel .owl-dots .owl-dot.active span{
   border-color: #F3B047;
   background: #F3B047;
}
@keyframes fadeInUp {
    from {
        transform: translate(0px, 50px);
        opacity: 0
    }

    to {
        transform: translate(0,0);
        opacity: 1
    }
}
@keyframes zoomInUp {
    from {
        transform: scale(0.5);
        opacity: 0
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}
.banner .banner-img-1{
    background: url(../images/banner-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100vh;
}

.banner .banner-content .banner-supplement img{
    width: 100%;
}
.banner .small-charcoal-img{
    position: absolute;
    top: 40%;
    left: -25px;
    width: 100px;
}
.banner .small-charcoal-img-1{
    position: absolute;
    top: 30%;
    right: 25px;
    width: 100px;
}
.about-section{
    padding: 120px 0px 60px;
    position: relative;
    overflow-x: hidden;
}
.about-section .piece-1{
    position: absolute;
    top: 20%;
    right: -70px;
    width: 140px;
   
}
.about-section .about-box .about-content {
    background: url(../images/brush-stroke.png);
    padding: 20px;
    width: 100%;
    height: 150px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    text-align: center;
    z-index: 1;
    top: -82px;
    right: -100px;
}
.about-section .about-box {
    width: 300px;
    height: 350px;
    max-width: 100%;
    display: flex;
    align-items: center;
    border: 2px solid #F3B047;
    z-index: -1;
    background: #fff;
    position: relative;
}
.about-section .about-box .img-1 {
    width: 100%;
    /* position: absolute; */
    top: -20px;
    right: -30px;
    z-index: 1;
    height: 100%;
    object-fit: contain;
}

.about-section .about-box .about-title{
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    font-family: "Comic Neue", cursive;
    margin-bottom: 20px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
}
.about-section .about-title{
    font-size: 40px;
    color: #121212;
    font-weight: 700;
    font-family: "Comic Neue", cursive;  
    
}
.about-section .about-text{
    font-size: 15px;
    font-weight: 400;
    color: #666;
    line-height: 28px;
    margin-bottom: 15px;
    position: relative;
    text-align: justify;
}
.about-section .about-text span{
    color: #000;
    font-weight: 500;
}
.about-section .about-title span{
    color: #F3B047;
}






/* CSS */
.button-86 {
  all: unset;
  width: 100px;
  height: 30px;
  font-size: 16px;
  background: transparent;
  border: none;
  position: relative;
  color: #f0f0f0 !important;
  cursor: pointer;
  z-index: 1;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-86::after,
.button-86::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -99999;
  transition: all .4s;
}

.button-86::before {
  transform: translate(0%, 0%);
  width: 100%;
  height: 100%;
  background: #28282d;
  border-radius: 10px;
}

.button-86::after {
  transform: translate(10px, 10px);
  width: 35px;
  height: 35px;
  background: #ffffff15;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 50px;
}

.button-86:hover::before {
  transform: translate(5%, 20%);
  width: 110%;
  height: 110%;
}

.button-86:hover::after {
  border-radius: 10px;
  transform: translate(0, 0);
  width: 100%;
  height: 100%;
}

.button-86:active::after {
  transition: 0s;
  transform: translate(0, 5%);
}





.feature-section{
    padding: 50px 0px;
    overflow-x: hidden;
    position: relative;
}
.feature-section .piece-1{
    position: absolute;
    top: 40%;
    left: -30px;
    width: 100px;  
}
.feature-section .feature-box{
    margin-bottom: 25px;
}
.feature-section .feature-box .number{
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    border: 1px dashed #F3B047;
    text-align: center;
    border-radius: 50%;
    font-weight: 700;
    color: #F3B047;
    font-family: "Comic Neue", cursive;
}
.feature-section .feature-box .feature-title{
    font-weight: 600;
    color: #000;
    letter-spacing: 2px;
    font-size: 18px;
    padding: 5px 10px;
    background: #F3B047;
    display: inline-block;
    margin-bottom: 15px;
    margin-top: 7px;
    font-family: "Comic Neue", cursive;  
}
.feature-section .feature-box .feature-text{
    font-weight: 400;
    color: #666;
    font-size: 15px;
}



.product-section{
    padding: 60px 0px;
}
.product-section .product-title{
    font-size: 40px;
    font-weight: 700;
    color: #222;
    font-family: "Comic Neue", cursive; 
    margin-bottom: 30px;
    text-align: center;
}
.product-section .product-img{
     width: 100%;
     height: 300px;
}
.product-section .product-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.product-section .padd{
    padding: 0px 30px;
}
.product-section .product-name{
    font-weight: 900;
    color: #000;
    font-size: 26px;
    display: inline-block;
    margin-bottom: 15px;
    font-family: "Comic Neue", cursive; 
}
.product-section .product-text{
    font-weight: 400;
    color: #666;
    font-size: 16px;
}


.button-87 {
    all: unset;
    width: 100px;
    height: 30px;
    font-size: 16px;
    background: transparent;
    border: none;
    position: relative;
    color: #000 !important;
    cursor: pointer;
    z-index: 1;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
  }
  
  .button-87::after,
  .button-87::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -99999;
    transition: all .4s;
  }
  
  .button-87::before {
    transform: translate(0%, 0%);
    width: 100%;
    height: 100%;
    background: #F3B047;
    border-radius: 10px;
  }
  
  .button-87::after {
    transform: translate(10px, 10px);
    width: 35px;
    height: 35px;
    background: #F3B04715;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 50px;
  }
  
  .button-87:hover::before {
    transform: translate(5%, 20%);
    width: 110%;
    height: 110%;
  }
  
  .button-87:hover::after {
    border-radius: 10px;
    transform: translate(0, 0);
    width: 100%;
    height: 100%;
  }
  
  .button-87:active::after {
    transition: 0s;
    transform: translate(0, 5%);
  }


  .why-choose{
    padding: 60px 0px;
    overflow: hidden;
}
.why-choose .img-box{
    width: 100%;
    height: 100%;
}
.why-choose .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.why-choose .why-choose-left{
    background: #f9f9f9;
    padding: 40px 50px;
}
.why-choose .why-choose-left .why-choose-subtitle{
    font-size: 16px;
    color: #666;
    font-weight: 400;
    margin-bottom: 5px;
}
.why-choose .why-choose-left .why-choose-title{
    font-size: 30px;
    color: #000;
    font-weight: 700;
    margin-bottom: 25px;
    font-family: "Comic Neue", cursive; 
}
.why-choose .why-choose-left .why-choose-title span{
    font-weight: 900;
    color: #F3B047;
}
.why-choose .why-choose-left .why-choose-text{
    font-size: 16px;
    line-height: 25px;
    color: #666;
}
.why-choose .why-choose-left .why-choose-list{
    margin-top: 22px;
}
.why-choose .why-choose-left .why-choose-list li{
    width: 49%;
    display: inline-block;
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
}
.why-choose .why-choose-left .why-choose-list li::before{
    content: "\f138";
    font-size: 14px;
    color: #F3B047;
    margin-right: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.why-choose .why-choose-left .know-btn{
    border: 2px solid #F3B047;
    color: #F3B047;
    font-size: 14px;
    text-transform: uppercase;
    padding: 13px 30px;
    border-radius: 0px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    transition: 0.5s all;
}
.why-choose .why-choose-left .know-btn:hover , .why-choose .why-choose-left .know-btn:focus{
    box-shadow: inset 0 0 0 2em #F3B047 !important;
    border-color: #F3B047 !important;
    background: transparent;
}


.testimonial{
   background: #fff;
   padding: 60px 0px 80px;
   position: relative;
}

.testimonial .testimonial-title{
    font-size: 40px;
    font-weight: 700;
    color: #222;
    font-family: "Comic Neue", cursive; 
    margin-bottom: 30px;
    text-align: center;
}
.testimonial .testimonial-card .icon{
    text-align: center;
    margin: 20px 0px;
}
.testimonial .testimonial-card .icon i{
    font-size: 38px;
    color: #f3b147a8;
}
.testimonial .testimonial-card .card-text{
    font-size: 16px;
    text-align: center;
    color: #666;
    line-height: 30px;
}
.testimonial .testimonial-card .card-title{
    color: #F3B047;
    font-size: 15px;
    margin-top: 35px;
    text-transform: uppercase;
    text-align: center;
}

.testimonial .testimonial-slider .owl-nav{
    display: none;
}
.testimonial .testimonial-slider .owl-dots {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
}
.testimonial .testimonial-slider .owl-dots .owl-dot span {
    width: 5px;
    height:5px;
    margin: 5px 7px;
    background:#f9f9f9;
    display: block;
    box-shadow: inset 0 0 3px rgb(0 0 0 / 30%);
    transition: opacity 0.2s ease;
    border-radius: 0px;
    padding: 2px;
    position: relative;
}
.testimonial .testimonial-slider .owl-dots .owl-dot.active span{
    background: #F3B047;
}
.testimonial .testimonial-slider .owl-dots .owl-dot.active span:after{
    content: "";
    width: 11px;
    height: 11px;
    left: -3px;
    top: -3px;
    position: absolute;
    background: transparent;
    border: 1px solid #F3B047;
}



.footer{
    background: url(../images/footer.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 0px 15px;
    position: relative;
}
.footer::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
}
.footer .footer-content{
    padding:0px 10px;
    position: relative;
    z-index: 1;
}
.footer .footer-content .footer-logo{
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    font-size: 35px;
    color: #F3B047;
    font-weight: 700;
    font-family: "Comic Neue", cursive;
}
.footer .footer-content .footer-logo img{
    width: 100px;
}
.footer .footer-title{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    padding-bottom: 25px;
    margin-bottom: 30px;
    position: relative;
}
.footer .footer-title::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    border-radius: 0px;
    background: #F3B047;
}
.footer .footer-text{
    font-size: 15px;
    line-height: 25px;
    color: #fff;
    font-weight: 500;
}
.footer .footer-list{
    padding-left: 0px;
}
.footer .footer-list li{
    padding-bottom: 20px;
    position: relative;
}
.footer .footer-list li::before{
    content: "\f105";
    color: #F3B047;
    margin-right: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.footer .footer-list li a{
    font-size: 15px;
    color: #fff;
    font-weight: 400;
}
.footer .footer-list li a:hover{
    color: #F3B047;
}
.footer .footer-contact-list{
    margin-bottom: 0px;
    padding-top: 0px;
}
.footer .footer-contact-list li{
    padding-bottom: 15px;
}
.footer .footer-contact-list .footer-contact{
    color: #ffff;
    font-size: 15px;
}
.footer .footer-contact-list .footer-contact i{
    margin-right: 10px;
}

 .footer-bottom{
    padding: 15px 0px 0px;
    border-top: 1px solid #ffffff33;
    position: relative;
    z-index: 1;
}
.footer-bottom .copyright-text{
    font-size: 14px;
    color: #fff;
    margin-bottom: 0px;
    text-align: center;
}
.footer-bottom .copyright-text a{
    color: #F3B047;
}

.page-banner{
    background: url(../images/banner-4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 400px;
    position: relative;
}
.page-banner::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000b8;
}
.page-banner .page-banner-content{
    position: absolute;
    top: 65%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 1;
}
@keyframes swip_up {
    from {
        transform: translate(0px, 50px);
        opacity: 0
    }
 
    to {
        transform: translate(0,0);
        opacity: 1
    }
 }

.page-banner .page-banner-content .page-banner-title{
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    font-family: "Comic Neue", cursive;
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.page-banner .page-banner-content .breadcrumb-item{
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.page-banner .page-banner-content .breadcrumb-item a{
    color: #fff;
}
.page-banner .page-banner-content .breadcrumb-item.active{
    color: #F3B047;
}
.page-banner .page-banner-content .breadcrumb-item+.breadcrumb-item::before{
    color: #fff;
}

.product-detail{
    padding: 30px 0px;
}
.product-detail .img-box{
    width: 100%;
    height: 300px;
    margin-bottom: 50px;
}
.product-detail .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.product-detail .product-box-1{
    margin-left: -100px;
    z-index: 1;
    position: relative;
    
}
.product-detail .product-box-2{
    margin-right: -100px;
    z-index: 1;
    position: relative;
}
.product-detail .product-box{
    padding: 35px;
    background: #f9f9f9;
    margin-bottom: 50px;
}
.product-detail .product-box-subtitle{
    font-weight: 400;
    font-size: 14px;
    padding-bottom: 10px;
    text-transform: uppercase;
    color: #F3B047;
}
.product-detail .product-box-title{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: "Comic Neue", cursive;
}
.product-detail .product-box-text{
    font-size: 15px;
    font-weight: 700;
    color: #6e7879;
    line-height: 26px;
}





.content-detail{
    padding: 60px 0px;
}
.content-detail .content-title{
    font-size: 40px;
    font-weight: 700;
    color: #222;
    font-family: "Comic Neue", cursive; 
    margin-bottom: 30px;
}

.content-detail .content-title span{
    font-weight: 700;
    font-size: 60px;
    color: #F3B047;
}
.content-detail .spec-list{
    display: flex;
    margin-top: 15px;
}
.content-detail .spec-list li{
    font-size: 22px;
    color: #6e7889;
    position: relative;
    padding-right: 20px;
    }
.content-detail .spec-list li:not(:last-child):after{
    content: "";
    width: 2px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: #F3B047;
    position: absolute;
    right: -10px;
    margin-right: 20px;
}
.content-detail .content-text{
    font-size: 16px;
    color: #6e7889;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 28px;
    text-align: justify;
}
.content-detail .img-box{
    width: 100%;
   height: 250px;
    z-index: 0;
    margin-top: 20px;
}
.content-detail .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.timelines{
    margin-left: 30px;
}
.timelines  .timelines {
    margin-top: 30px
}

.timelines .timelines:first-child {
    margin-top: 0
}

.timelines  .timeline {
    padding-left: 90px;
    position: relative
}

.timelines  .timeline+.timeline {
    margin-top: 30px
}

.timelines  .timeline+.timeline:after {
    top: -52px
}

.timelines  .timeline:before,.timeline:after {
    content: '';
    position: absolute
}

/* .timelines  .timeline:before {
    background-color: #1863AB;
    -ms-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #fff;
    height: 10px;
    left: 76px;
    top: 6px;
    width: 10px;
    z-index: 1
} */

.timelines  .timeline:not(:last-child):after {
    border: 1px dashed #666;
    bottom: -20px;
    left: 30px;
    top: 0px;
    width: 2px;
    z-index: -1;
}

.timelines  .timeline .tl-year {
    font-size: 1.5em;
    line-height: 24px;
    left: 0;
    margin-bottom: 0;
    position: absolute;
    top: -10px;
    font-family: "Roboto",sans-serif;
    color: #00368C;
    font-weight: 700;
}
.timelines  .timeline .tl-year .icon{
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #666;
    background: #fff;
	position: relative;
    transition: 0.5s all;
}
.timelines .timeline:hover .icon , .timelines .timeline.active .icon{
    background: #F3B047;
    border-color: #F3B047;
    color: #fff !important;
}
.timelines .timeline:hover .tl-title a , .timelines .timeline.active .tl-title a{
    color: #F3B047;
}
.timelines  .timeline .tl-year .icon span {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    background: #00368C;
    font-size: 11px;
    color: #fff;
    position: absolute;
    top: 0;
    right: -8px;
    outline: 2px solid #fff;
}
.timelines  .timeline .tl-year .icon{
	font-size: 20px;
    text-align: center;
    color: #666;
}
.timelines  .timeline .tl-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 24px;
    color: #333;
}
.timelines  .timeline .tl-text {
    font-size: 16px;
    line-height: 25px;
    color: #6e7889;
    text-align: justify;
}

.parallax-section{
    background: url(../images/parallax.jpg);
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 400px;
    position: relative;
    padding: 60px 0px;
}
.parallax-section::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000e0;
}
.parallax-section .parallax-content{
    position: relative;
    z-index: 1;
}
.parallax-section .parallax-content .parallax-title{
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    line-height: 40px;
    margin-bottom: 20px;
    font-family: "Comic Neue", cursive; 
}

.parallax-section .parallax-content .parallax-text{
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 30px;
}
.parallax-section .production-box .icon{
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    background: transparent;
    border: 1px dashed #F3B047;
    border-radius: 50%;
    text-align: center;
    margin: auto;
    color: #F3B047;
    font-weight: 600;
}
.parallax-section .production-box .production-title{
    font-size: 20px;
    color: #F3B047;
    margin-bottom: 10px;
    font-weight: 600;
}

.parallax-section .production-box .production-text{
    font-size: 15px;
    color: #f8f8f8;
    margin-bottom: 10px;
}
.gallery{
    padding: 60px 0px;
}
.image-gallery .gallery-title{
    font-size: 40px;
    font-weight: 600;
    color: #000;
    line-height: 40px;
    margin-bottom: 20px;
    font-family: "Comic Neue", cursive; 
}
.image-gallery .img-card{
    background: #fff;
    border-radius: 0px;
    box-shadow: 0 1px 5px -2px rgba(0,0,0,.15);
    position: relative;
}
.image-gallery .img-card::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
}
.image-gallery .img-card .img-box{
    width: 100%;
    height: 250px;
}
.image-gallery .img-card .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
    filter: blur(5px);
}
.gallery .img-box{
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 250px;
}
.gallery .gallery-title{
    font-size: 40px;
    font-weight: 600;
    color: #000;
    line-height: 40px;
    margin-bottom: 20px;
    font-family: "Comic Neue", cursive; 
}
.gallery .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    transition: 1.2s all;
}
.gallery .img-box:hover img{
    transform: scale(1.3);
}
.gallery .img-box .overlay-box{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background: linear-gradient(133deg ,#f3b147c0 35%, #f3b14780 35%);
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.gallery .img-box:hover .overlay-box{
    opacity: 1;
    visibility: visible;
}
.gallery .img-box .overlay-box  .options-box {
    position: absolute;
    left: 15px;
    top: 15px;
}
.gallery .img-box .overlay-box  .options-box li {
    position: relative;
    float: left;
    margin-right: 2px;
}
.gallery .img-box .overlay-box  .options-box li  a .icon {
    color: #ffffff;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    background-color: transparent;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    margin: 0px 3px;
}
.gallery .img-box .overlay-box .content-box {
    position: absolute;
    right: 15px;
    bottom: 40px;
    border-right: 3px solid #fff;
    padding-right: 10px;
}
.contact-detail{
    padding: 60px 0px;
}
.contact-detail .contact-subtitle{
    font-weight: 400;
    font-size: 14px;
    padding-bottom: 5px;
    text-transform: uppercase;
    color: #F3B047;
}
.contact-detail .contact-title{
    font-size: 40px;
    font-weight: 600;
    color: #000;
    line-height: 40px;
    margin-bottom: 20px;
    font-family: "Comic Neue", cursive; 
}
.contact-detail .address-detail{
    margin-top: 40px;
}
.contact-detail .address-detail .address-box .icon{
    font-size: 20px;
    color: #666;
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    background: #fafafa;
}
.contact-detail .address-detail .address-box .contact-padd{
    padding-left: 15px;
}
.contact-detail .address-detail .address-box .address-box-subtitle{
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #666;
}
.contact-detail .address-detail .address-box .address-box-title{
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 0px;
}
.contact-form{
    background: #f7f7f7;
    padding: 25px;
}
.contact-form .contact-form-title{
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 20px;

}
.contact-form form .form-control{
    border: none;
    box-shadow: none;
    outline: none;
    background: transparent;
    border-bottom: 1px solid #efefef !important;
    border-radius: 0px !important;
    padding: 12px 0px;
    font-size: 16px;
}





.product-detail-section{
    padding: 30px 0px 0px;
}
.product-detail-section .product-img{
    width: 100%;
    height: 400px;
}
.product-detail-section .product-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.product-detail-section .product-padd{
    padding: 0px 0px 0px 40px;
}
.product-detail-section .product-title{
    font-size: 40px;
    font-weight: 700;
    color: #222;
    font-family: "Comic Neue", cursive; 
    margin-bottom: 20px;
}
.product-detail-section .product-text{
    font-size: 16px;
    font-weight: 400;
    color: #6e7879;
    line-height: 26px;
    margin-bottom: 15px;
}

.our-service{
    padding: 30px 0px ;
}
.our-service .service-title{
    font-size: 30px;
    font-weight: 600;
    color: #000;
    line-height: 40px;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-family: "Comic Neue", cursive; 
}
.our-service .service-text{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75em;
    color: #666;
    margin-bottom: 0px;
    position: relative;
    z-index: 1;
}
.our-service .service-card{
    padding: 20px;
    border: 1px solid #f1eeeb;
    position: relative;
    width: 100%;
    height: 100%;
}
.our-service .service-card .back-img{
    width: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
    opacity: 0.1;
}
.our-service .service-card .icon{
    margin-bottom: 20px;
}
.our-service .service-card .icon img{
    width: 50px;
}
.our-service .service-card .card-title{
    font-weight: 600;
    line-height: 1.25em;
    margin: 0 0 10px 0;
    font-size: 20px;
    color: #222;
    position: relative;
    z-index: 1;
}
.our-service .service-card .card-text{
        font-size: 15px;
        font-weight: 400;
        line-height: 1.75em;
        color: #666;
        margin-bottom: 0px;
        position: relative;
        z-index: 1;
}


.social ul li {
    list-style-type: none;
    padding-left: 8px;
}
.social ul {
    display: flex;
    padding-left: 0px;
    justify-content: flex-start;
    padding-top: 20px;
    position: relative;
    z-index: 1;
}
.social i {
    color: #fff;
    text-align: center;
    font-size: 14px;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    line-height: 40px;
    margin:0px 15px 0px 0px;
}
.social a {
    cursor: pointer;
}
.social i:hover{
    color: #fff;
}


#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    font-size: 14px;
    border: none;
    outline: none;
    background-color: #121212;
    color: #fff;
    cursor: pointer;
    width: 50px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
}
#myBtn::after {
    position: absolute;
    z-index: -1;
    content: "";
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
#myBtn:hover {
    background-color: #FFC107;
}

@media (min-width:2000px) {

}



@media (min-width: 992px) and (max-width: 1199.98px) {
    .web-view {
        display: none;
    }
    .mobile-view {
        display: block;
    }
    .mobile-header {
        height: 70px;
        line-height: 70px;
        position: absolute;
        top: 0px;
        z-index: 1200;
        width: 100%;
        border-bottom: 1px solid #ffffff0d;
        background: transparent;
    }
    .mobile-header .logo  {
        width: 100px;
        font-size: 30px;
        color: #F3B047;
        font-weight: 700;
        font-family: "Comic Neue", cursive;
    }
    .mobile-header .mobile-header-list {
        list-style-type: none;
        margin-left: 0px;
        padding-left: 0px;
        margin-bottom: 0px;
    }
    .mobile-header .mobile-header-list .nav-item {
        border-bottom: 1px solid #8A879F1c;
        opacity: 0.7;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link {
        padding: 10px 0px;
        font-size: 15px;
    color: #8A879F;
        position: relative;
        line-height: 25px;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link i{
        float: right;
    }
    .mobile-header .mobile-header-list  .sub-link{
        padding: 10px;
        font-size: 15px;
    color: #8A879F;
        position: relative;
        line-height: 25px;
    }
    .mobile-header .mobile-header-list .nav-item:last-child {
        border-bottom: none;
    }
    .mobile-header .offcanvas {
        width: 360px;
    }
    .mobile-header .offcanvas .logo img{
        width: 120px;
    }
    .toggler {
    color: #fff;
        font-size: 30px;
        border: none;
        text-align: center;
        padding: 0px;
    }
    .toggler:focus , .toggler:hover {
        color: #fff;
        background: transparent;
    }
    .mobile-header .social ul {
        justify-content: flex-start;
    }
    .mobile-header .offcanvas-body {
        line-height: initial;
    }
    .banner .banner-content .banner-title {
        font-size: 26px;
    }
    .about-section .about-title , .product-section .product-title , .contact-detail .contact-title , .product-detail-section .product-title{
        font-size: 30px;
    }
    .banner .banner-img-1{
        height: 750px;
    }
    .banner .banner-content{
        top: 75%;
    }
    .about-section .about-box{
        margin:  0 auto;
    }
    .about-section .piece-1{
        width: 115px;
    }
    .product-section .product-img{
        height: 200px;
    }
    .why-choose .why-choose-left{
        padding: 40px 20px;
    }
    .footer .footer-content .footer-logo{
        font-size: 30px;
    }
    .page-banner .page-banner-content .page-banner-title{
        font-size: 30px;
    }
    .page-banner{
        height: 250px;
    }
    
}

    @media screen and (min-width: 768px) and (max-width: 991.98px) {
        .web-view {
            display: none;
        }
        .mobile-view {
            display: block;
        }
        .mobile-header {
            height: 70px;
            line-height: 70px;
            position: absolute;
            top: 0px;
            z-index: 1200;
            width: 100%;
            border-bottom: 1px solid #ffffff0d;
            background: transparent;
        }
        .mobile-header .logo  {
            width: 100px;
            font-size: 30px;
            color: #F3B047;
            font-weight: 700;
            font-family: "Comic Neue", cursive;
        }
        .mobile-header .mobile-header-list {
            list-style-type: none;
            margin-left: 0px;
            padding-left: 0px;
            margin-bottom: 0px;
        }
        .mobile-header .mobile-header-list .nav-item {
            border-bottom: 1px solid #8A879F1c;
            opacity: 0.7;
        }
        .mobile-header .mobile-header-list .nav-item .nav-link {
            padding: 10px 0px;
            font-size: 15px;
        color: #8A879F;
            position: relative;
            line-height: 25px;
        }
        .mobile-header .mobile-header-list .nav-item .nav-link i{
            float: right;
        }
        .mobile-header .mobile-header-list  .sub-link{
            padding: 10px;
            font-size: 15px;
        color: #8A879F;
            position: relative;
            line-height: 25px;
        }
        .mobile-header .mobile-header-list .nav-item:last-child {
            border-bottom: none;
        }
        .mobile-header .offcanvas {
            width: 360px;
        }
        .mobile-header .offcanvas .logo img{
            width: 120px;
        }
        .toggler {
        color: #fff;
            font-size: 30px;
            border: none;
            text-align: center;
            padding: 0px;
        }
        .toggler:focus , .toggler:hover {
            color: #fff;
            background: transparent;
        }
        .mobile-header .social ul {
            justify-content: flex-start;
        }
        .mobile-header .offcanvas-body {
            line-height: initial;
        }
        .banner .banner-content .banner-title {
            font-size: 26px;
        }
        .about-section .about-title , .parallax-section .parallax-content .parallax-title, .content-detail .content-title, .content-detail .content-title span, .product-section .product-title , .contact-detail .contact-title , .product-detail-section .product-title{
            font-size: 30px;
        }
        .banner .banner-img-1{
            height: 550px;
        }
        .banner .banner-content{
            top: 50%;
        }
        .about-section .about-box .about-content{
            right: -50px;
        }
        .banner .banner-carousel .owl-dots{
            bottom: -10%;
        }
        .about-section .about-box{
            margin:  0 auto;
        }
        .about-section .piece-1{
            width: 115px;
        }
        .product-section .product-img{
            height: 200px;
        }
        .why-choose .why-choose-left{
            padding: 40px 20px;
        }
        .footer .footer-content .footer-logo{
            font-size: 30px;
        }
        .page-banner .page-banner-content .page-banner-title{
            font-size: 30px;
        }
        .page-banner{
            height: 250px;
        }
           .about-section{
            padding: 30px 0px;
        }
    }
    @media screen and (min-width: 576px) and (max-width: 767.98px) {
        .web-view {
            display: none;
        }
        .mobile-view {
            display: block;
        }
        .mobile-header {
            height: 70px;
            line-height: 70px;
            position: absolute;
            top: 0px;
            z-index: 1200;
            width: 100%;
            border-bottom: 1px solid #ffffff0d;
            background: transparent;
        }
        .mobile-header .logo  {
            width: 100px;
            font-size: 30px;
            color: #F3B047;
            font-weight: 700;
            font-family: "Comic Neue", cursive;
        }
        .mobile-header .mobile-header-list {
            list-style-type: none;
            margin-left: 0px;
            padding-left: 0px;
            margin-bottom: 0px;
        }
        .mobile-header .mobile-header-list .nav-item {
            border-bottom: 1px solid #8A879F1c;
            opacity: 0.7;
        }
        .mobile-header .mobile-header-list .nav-item .nav-link {
            padding: 10px 0px;
            font-size: 15px;
        color: #8A879F;
            position: relative;
            line-height: 25px;
        }
        .mobile-header .mobile-header-list .nav-item .nav-link i{
            float: right;
        }
        .mobile-header .mobile-header-list  .sub-link{
            padding: 10px;
            font-size: 15px;
        color: #8A879F;
            position: relative;
            line-height: 25px;
        }
        .mobile-header .mobile-header-list .nav-item:last-child {
            border-bottom: none;
        }
        .mobile-header .offcanvas {
            width: 360px;
        }
        .mobile-header .offcanvas .logo img{
            width: 120px;
        }
        .toggler {
        color: #fff;
            font-size: 30px;
            border: none;
            text-align: center;
            padding: 0px;
        }
        .toggler:focus , .toggler:hover {
            color: #fff;
            background: transparent;
        }
        .mobile-header .social ul {
            justify-content: flex-start;
        }
        .mobile-header .offcanvas-body {
            line-height: initial;
        }
        .banner .banner-content .banner-title {
            font-size: 26px;
        }
        .about-section .about-title , .parallax-section .parallax-content .parallax-title, .product-section .product-title , .content-detail .content-title, .content-detail .content-title span, .contact-detail .contact-title , .product-detail-section .product-title{
            font-size: 30px;
        }
        .banner .banner-img-1{
            height: 750px;
        }
        .banner .banner-content{
            top: 75%;
        }
        .about-section .about-box{
            margin:  0 auto;
        }
        .about-section .piece-1{
            width: 115px;
        }
        .product-section .product-img{
            height: 200px;
        }
        .why-choose .why-choose-left{
            padding: 40px 20px;
        }
        .footer .footer-content .footer-logo{
            font-size: 30px;
        }
        .page-banner .page-banner-content .page-banner-title{
            font-size: 30px;
        }
        .page-banner{
            height: 250px;
        }
        .product-detail-section .product-padd{
            padding: 0px;
        }
        .product-detail-section .product-img{
            height: 250px;
        }
        .about-section{
            padding: 30px 0px;
        }
        }   

    @media only screen and (max-width: 575.98px) {
        .web-view {
            display: none;
        }
        .mobile-view {
            display: block;
        }
        .mobile-header {
            height: 70px;
            line-height: 70px;
            position: absolute;
            top: 0px;
            z-index: 1200;
            width: 100%;
            border-bottom: 1px solid #ffffff0d;
            background: transparent;
        }
        .mobile-header .logo  {
            width: 100px;
            font-size: 22px;
            color: #F3B047;
            font-weight: 700;
            font-family: "Comic Neue", cursive;
        }
        .mobile-header .mobile-header-list {
            list-style-type: none;
            margin-left: 0px;
            padding-left: 0px;
            margin-bottom: 0px;
        }
        .mobile-header .mobile-header-list .nav-item {
            border-bottom: 1px solid #8A879F1c;
            opacity: 0.7;
        }
        .mobile-header .mobile-header-list .nav-item .nav-link {
            padding: 10px 0px;
            font-size: 15px;
        color: #8A879F;
            position: relative;
            line-height: 25px;
        }
        .mobile-header .mobile-header-list .nav-item .nav-link i{
            float: right;
        }
        .mobile-header .mobile-header-list  .sub-link{
            padding: 10px;
            font-size: 15px;
        color: #8A879F;
            position: relative;
            line-height: 25px;
        }
        .mobile-header .mobile-header-list .nav-item:last-child {
            border-bottom: none;
        }
        .mobile-header .offcanvas {
            width: 360px;
        }
        .mobile-header .offcanvas .logo img{
            width: 120px;
        }
        .toggler {
        color: #fff;
            font-size: 30px;
            border: none;
            text-align: center;
            padding: 0px;
        }
        .toggler:focus , .toggler:hover {
            color: #fff;
            background: transparent;
        }
        .mobile-header .social ul {
            justify-content: flex-start;
        }
        .mobile-header .offcanvas-body {
            line-height: initial;
        }
        .banner .banner-content .banner-title {
            font-size: 26px;
        }
        .about-section .about-title , .parallax-section .parallax-content .parallax-title, .content-detail .content-title, .content-detail .content-title span,  .product-section .product-title , .contact-detail .contact-title , .product-detail-section .product-title{
            font-size: 30px;
        }
        .banner .banner-img-1{
            height: 800px;
        }
        .banner .banner-content{
            position:relative;
            top:50%;
        }
        .about-section .about-box{
            margin:  0 auto;
        }
        .about-section .piece-1{
            width: 115px;
        }
        .product-section .product-img{
            height: 200px;
        }
        .why-choose .why-choose-left{
            padding: 40px 20px;
        }
        .footer .footer-content .footer-logo{
            font-size: 30px;
        }
        .page-banner .page-banner-content .page-banner-title{
            font-size: 30px;
        }
        .page-banner{
            height: 250px;
        }
        .product-detail-section .product-padd{
            padding: 0px;
        }
        .product-detail-section .product-img{
            height: 250px;
        }
        .product-detail .product-box{
            margin-bottom: 0px !important;
        }
        .product-detail .img-box{
            margin-bottom: 0px !important;
        }
        .timelines {
    margin-left: 0px;
}
.product-detail .product-box{
    margin-right: 0px;
}
.product-detail .product-box-1{
    margin-left: 0px;
}
  .about-section{
            padding:120px 0px 30px;
        }
    }