body {margin:0;padding:0;font-family: 'Poppins', sans-serif !important;overflow-x: hidden;}
img.header-logo {
    max-width: 180px;
}
header.top-header {
    padding: 12px 0;
    position: relative;
    z-index: 1;
    background: #572677;
}
.thr-r {
    display: flex;
    column-gap: 20px;
}
ul.navbar-nav {
    margin: 0 0 0 auto;
}
header.hero-slider {
    margin-top: 0;
    position: relative;
    z-index: 0;
    /* padding: 120px 0 140px; */
}
.hss-box {
    position: relative;
    padding: 180px 0 300px;
}
header.main-header {
    position: relative;
    z-index: 1;
        background: #000;
        border-bottom: 5px solid #ffc20e;
            padding: 5px 0;
}
/* section.hero-slider:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000d1;
    top: 0;
    left: 0;
} */
a.nav-link {
       color: #ffc20e !important;
    font-size: 16px;
    padding: 26px 0 !important;
    margin: 0 18px;
    font-weight: 500;
    text-transform: uppercase;
}
ul.navbar-nav li:last-child a.nav-link {
    margin-right: 0;
}
/*.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #572677 !important;
}*/

.sticky {
    width: 100%;
    position: fixed !important;
    top: 0px;
    z-index: 999999;
    background-color: #fff;
    box-shadow: 0 0 10px #00000020;
}
.sticky a.nav-link, .sticky .navbar-nav .nav-link.active, .sticky .navbar-nav .nav-link.show, .sticky .nav-link:focus, .sticky .nav-link:hover  {
    color: #000 !important;
    font-weight: 600;
}
.sticky nav.navbar {
    padding: 0 0 !important;
}
ul.dropdown-menu {
    border-radius: 0;
    border-top: 4px solid #572677;
    padding: 0 0;
}
a.dropdown-item {
    padding: 8px 6px;
    font-weight: 600;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #572677 !important;
}
.sticky a.nav-link {
    padding: 25px 0 !important;
}
@media(min-width:992px){
    li.dropdown:hover .dropdown-menu {
        display: block;
    }
}
/*.nav-link:focus, .nav-link:hover {
    color: #572677 !important;
}*/

.scroll-down
{
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.scroll-down span:nth-child(2)
{
    animation-delay: -0.2s;
}
.scroll-down span:nth-child(3)
{
    animation-delay: -0.4s;
}
.scroll-down span
{
    display: block;
    width: 20px;
    height: 20px;
    border-bottom: 1px solid #ffc20e;
    border-right: 1px solid #ffc20e;
    transform: rotate(45deg);
    margin: -10px;
    animation: animate 2s infinite;
}
@keyframes animate
{
    0%
  {
        opacity: 0;
        transform: rotate(45deg) translate(-20px,-20px);
    }
    50%
  {
        opacity: 1;
    }
    100%
  {
        opacity: 0;
        transform: rotate(45deg) translate(20px,20px);
    }
}
.scroll-down1
{
    position: absolute;
/*    bottom: 0%;*/
    left: 50%;
    transform: translate(-50%,-50%);
    margin-top: 50px;
}
.scroll-down1 span:nth-child(2)
{
    animation-delay: -0.2s;
}
.scroll-down1 span:nth-child(3)
{
    animation-delay: -0.4s;
}
.scroll-down1 span
{
    display: block;
    width: 20px;
    height: 20px;
    border-bottom: 1px solid #ffc20e;
    border-right: 1px solid #ffc20e;
    transform: rotate(45deg);
    margin: -10px;
    animation: animate 2s infinite;
}
@keyframes animate
{
    0%
  {
        opacity: 0;
        transform: rotate(45deg) translate(-20px,-20px);
    }
    50%
  {
        opacity: 1;
    }
    100%
  {
        opacity: 0;
        transform: rotate(45deg) translate(20px,20px);
    }
}
.main-banner{
   /*     background-image: url(../images/banner.jpg);
    height:90vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;*/
    background-image: url(../images/banner.jpg);
    height: 120vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.aboutus-section{
    padding: 150px 0;
    background: #000;
/*        border-bottom: 10px solid #ffc20e;*/
}
.left-img{
    max-width: 500px;
}
.main-title{
    font-size: 50px;
    font-family: poppins;


    color: #ffc20e ;
    text-transform: uppercase;
}
.para-content{
    color: #fff;
    font-size: 20px;
    font-family: poppins;
}
.about-products{
     padding: 100px 0;
    background: #000;
}
.bg-yellow{
    background: #ffc20e;
    padding: 10px 0;
}
.main-title1{
    font-size: 50px;
    font-family: poppins;
    font-weight: 600;
    color: #000 ;
    text-transform: uppercase;
        margin-bottom: 0;
}
.p-left-img{
background: #fff;
/*padding: 80px 0;*/
    text-align: center;
}
.p-right-img{
background: #fff;
/*padding: 80px 0;*/
    text-align: center;
}
.p-left-img center{
    padding-top: 50px;
}
.p-right-img center{
    padding-top: 50px;
}
/*.download-btn{
    background: #ffc20e;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-size: 25px;
    text-decoration: none;
    font-weight: 500;
    border-radius: 50px;
}*/

.product-enquiry{
/*   padding: 80px 0; */
    background: #ffc20e;
    padding: 0 0 20px;
}

.bg-black{
    background: #000;
        padding: 10px 0;
}
.main-title2{
    font-size: 50px;
    font-family: poppins;
    font-weight: 600;
    color: #ffc20e ;
    text-transform: uppercase;
        margin-bottom: 0;
}
.text-right{
    text-align: right;
}

.form-container {
    width: 1000px;
    margin: 100px auto;
    max-width: 95%;
  }
  table {
    width: 100%;
    border-spacing: 0 15px;
  }
  td {
    vertical-align: middle;
  }
  .label-text {
    font-weight: bold;
    font-size: 18px;
    padding-right: 5px;
    white-space: nowrap;
  }
  .colon {
    width: 100px;
    text-align: center;
    font-size: 18px;
  }
  input, textarea {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: none;
    outline: none;
    box-sizing: border-box;
    border-radius: 2px;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #000;
  }
  textarea {
    resize: vertical;
    height: 120px;
  }
  .submit-btn {
    margin-top: 20px;
    text-align: right;
  }
  .submit-btn button {
  background: black;
    color: #FFC107;
    padding: 10px 56px;
    border: none;
    border-radius: 50px;
    font-size: 25px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.3s;
  }
  .submit-btn button:hover {
    background: #333;
  }
  label {
    display: inline-block;
    font-size: 30px;
    font-weight: 500;
  }

 .footer {
    background: #000;
    padding: 60px 0px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .footer-left {
   /* display: flex;
    align-items: center;
    gap: 15px;*/
    font-size: 16px;
  }
  .footer-left img {
    height: 50px; /* adjust logo size */
  }
  .footer-right {
    display: flex;
    align-items: center;
    gap: 30px;
    font-size: 16px;
    flex-wrap: wrap;
  }
  .footer-right div {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .footer-right i {
    font-size: 18px;
    color: #FFC107;
  }
 
  .footer-left span{
    color: #fff;
    font-size: 17px;
  }
  .footer-right {
    color: #fff;
  }
  .footer-left div{
    color: #fff;
    padding-bottom: 30px;
    font-size: 17px;
  }

  .foot-widget p{
    color: #fff;    font-size: 15px;
    line-height: 29px;
  }
  .foot-widget h3{
    font-size: 33px;
    font-family: poppins;
    font-weight: 600;
    color: #ffc20e;
    text-transform: uppercase;
    margin-bottom: 15px;
  }
  .blog-section{
    padding: 80px 0  ;
  }
  .blog-box{
    box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    background: #fff;
        padding: 10px;
  }
  .blog-box img {
    width: 100%;
    border-radius: 15px 15px 0 0;
    height: 400px;
   
    object-fit: cover;
    object-position: top;
}
  .blog-title{
        background: #ffc20e;
    padding: 10px 30px;
    border-radius: 0 0 15px 15px;
  }
  .blog-title h2{
    font-size: 20px;
    text-align: center;
    color: #000 !important;
   
  }
  .blog-section-breadcrumb {
    padding: 60px 0;
    background: #000;
    /* border-bottom: 10px solid #ffc20e; */
}
.blog-box a{
     text-decoration: none !important;
}
.text-yellow{
    color: #ffc20e;
}
.blog-detail-section{
     padding: 80px 0  ;
}
.blog-sub-title{
    font-size: 35px;
    font-weight: 600;
    line-height: 45px;
}
p{
        font-size: 18px;
    font-family: poppins;
/*    line-height: 38px;*/
    line-height: 32px;
}
ul li{
    font-size: 18px;
    font-family: poppins;
        line-height: 34px;
}
ul li::marker {
    /* display: none !important; */
    color: #ffc20e;
    font-size: 18px !important;
    list-style-type: circle !important;
}
ul  {
    /* font-size: 20px !important; */
    list-style-type: disclosure-closed;
}
ol li::marker {
    font-weight: 600;
    font-size: 20px;
}
.h5, h5 {
   font-size: 20px;
}