@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');



body, h1, h2, h3, h4, h5, h6 {
 font-family: 'Poppins', sans-serif;
}

html, body {
	min-height: 100%;
     font-family: 'Poppins', sans-serif;
}

body {
	background: #fff;
     font-family: 'Poppins', sans-serif;
}

.md-5{
    margin: 2rem 0;
}
.md-9{
    margin: 6rem 0 0 0;
}


/****  Header  *****/

section.header_section {
 
}
.logo{
    width: 100%;
}
#footer img{
    width: 12%;
}
.logo img{
    width: 60%;
}
.mail_icon {
    margin: 0 1rem 0 0;
}
.mail_icon .fa {
    color: #e2bd04;
    font-size: 23px;
}
.mail_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #feeb46;
    padding: 0 10px;
}
.mail_id h6{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 16px;
        margin-bottom: 0;
}
.mail_id span{
    font-size: 13px;
    letter-spacing: 1px;
}
.bg_dar{
    background: #363636;
}
.navbar-light .navbar-nav .nav-link{
    color: #fff;
}
li.nav-item {
    padding: 0 2rem 0 0;
}
.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #e2bd04;
    border: 1px solid black;
    border-radius: .25rem;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgb(255 224 0 / 90%);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(226 189 4);
}





/****  Banner  *****/




/****  About Sec  *****/

a.read {
    background: #f5cf30;
    width: 200px;
    padding: 10px;
    color: #000;
    font-weight: 500;
    letter-spacing: 1px;
    border: 1px solid #ccc;
    text-decoration: none;
}
a.read:hover{
    background: #000;
    color: #f5cf30;
}
.ab_pnl{
    width: 100%;
    padding: 3rem 0 3rem 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.ab_pnl h1{
    text-align: center;
        font-size:40px;
    font-weight: 800;
    margin: 5px 0 20px;
    word-spacing: 3px;
    color: #000;
    font-family: 'Poppins', sans-serif;
}
.ab_pnl p{
    text-align: center;
    font-size: 14px;
    margin: 0 auto;
}
.mail_id p{
    font-size: 13px;
    text-align: left;
        letter-spacing: 0.3px;
    color: #4a4a4a;
}
.mail_id h5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 0.8rem;
}

.ab_pnl .md-5{
    margin-bottom: 3rem;
}
.ab_pnl figure img{
    width: 100%;
}
.ab_pnl .mail_icon{
    border: none;
}

/****  Quote Product *****/

.quote{
    background: #f5cf30;
    padding: 5rem 0;
    text-align: center;
}
.quote h1{
line-height: 1.2;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 28px;
    margin: 0 auto;
    color: #000000;
    text-shadow: 0px 3px 2px rgb(150 121 0);
    margin-bottom: 2rem;
}
.header-content h4{
    font-size: 20px;
}
.quote .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.quote .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
.quote .owl-nav .owl-prev:focus {
  outline: 0;
}
.quote .owl-nav .owl-prev:hover {
  background: #000 !important;
}
.quote .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.quote .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
.quote .owl-nav .owl-next:focus {
  outline: 0;
}
.quote .owl-nav .owl-next:hover {
  background: #000 !important;
}
.quote:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
.quote:hover .owl-next {
  right: 0px;
  opacity: 1;
}


.banner img{
    width: 100%;
}

/****  Our Product *****/

h5.bu{
text-align: left;
    font-size: 35px;
    font-weight: 800;
    margin: 5px 0 40px;
    word-spacing: 3px;
    color: #000;
    font-family: 'Poppins', sans-serif;
    display: block;
    padding-bottom: 1rem;
    text-transform: uppercase;
}


.our_product{
    padding: 3rem 0;
        background: #ffffff;
}


.our_product h1{
    text-align: center;
    font-size: 40px;
    font-weight: 800;
    margin: 5px 0 40px;
    word-spacing: 3px;
    color: #000;
        text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}
.our_product p {
    text-align: center;
    font-size: 14px;
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 4rem;
}
.p1{
    background: #f5f5f5;
    border: 1px solid #f5cf30;
    padding: 1rem 1rem 0 1rem;
    text-align: center;
    /* -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.29); */
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.29);
    box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 9%);
    margin-bottom: 2rem;
}
.p1 p{
    margin-bottom: 0px;
          font-size: 13px;
}
.p1 h3{
    margin: 1rem 0;
    color: #000;
    font-size: 17px;
       text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
  
}
.p1 img{
    width: 100%;
}
.p1:hover {
    background: #fde8a8;
}




/****  About *****/


.about{
    padding: 3rem 0;
}
.about h1 {
    text-align: left;
    font-size: 40px;
    font-weight: 800;
        margin: 2rem 0 1rem;
    word-spacing: 3px;
    color: #000;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}
.about p {
    text-align: left;
    font-size: 14px;
    margin: 0 auto;
    margin-bottom: 1rem;
    font-weight: 500;
    line-height: 2;
}
.about img{
    width: 100%;
        margin-bottom: 2rem;
}

/****  Enq *****/


form {
    width: 100%;
}

section.enq {
        padding: 3rem 0 0;
        background-repeat: no-repeat !important;
	background-size: cover !important;
}
.contact_form_form {
    max-width: 800px;
    margin: 0 auto;
}
.contact_form_form input.send_button {
    background: #f5cf30;
    border: none;
    /* padding: 0.5rem 2rem; */
    padding: 0.8rem 2rem;
        margin: 0 auto;
    display: flex;
}
.contact_form_form .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #ffffff;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #f5cf30;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.contact_form_form textarea.form-control {
    height: 130px !important;
}
.enq h1{
        text-align: center;
    font-size: 40px;
    font-weight: 800;
    margin: 5px 0 20px;
    word-spacing: 3px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
        margin-bottom: 3rem;
        text-transform: uppercase;
}
#footer {
    background: #fff;
    text-align: center;
    padding: 50px 0;
}
#footer figure {
    text-align: center;
    width: 100%;
}
ul.sc {
    text-align: center;
    width: 100%;
    margin-bottom: 25px;
        padding-left: 0;
}
ul.sc li {
display: inline-block;
    height: 40px;
    width: 40px;
    border: 1px solid #e0b606;
    border-radius: 50%;
    padding: 10px;
    align-content: center;
    justify-content: center;
    color: #fff;
    margin: 0 2px;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 5px;
    background: #fdf3c8;
}
ul.sc li .fa {
    color: #000;
    font-size: 14px;
}
ul.manu_nav {
    text-align: center;
    width: 100%;
}
ul.manu_nav li {
    display: inline-block;
        margin: 0 10px;
}
ul.manu_nav li a{
    color: #000;
    text-decoration: none;
}
ul.manu_nav li a:hover{
    color: #e0b606;
}
.about h2 {
    text-align: left;
    font-size: 40px;
    font-weight: 800;
    margin: 0rem 0 1rem;
    word-spacing: 3px;
    color: #000;
    font-family: 'Poppins', sans-serif;
      text-transform: uppercase;
}
.product_sec {
width: 100%;
    padding: 80px 0;
    text-align: center;
    margin-top: -16px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    background-position: 50% 0 !important;
}
.product_sec h1 {
    text-align: left;
    font-size: 40px;
    font-weight: 800;
    margin: 0rem 0 1rem;
    word-spacing: 3px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
        text-transform: uppercase;
}
.product_sec h2 {
    text-align: left;
    font-size: 17px;
    font-weight: 300;
    margin: 0rem 0 1rem;
    word-spacing: 2px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
}
.product_sec p {
    text-align: center;
    font-size: 14px;
    margin: 0 auto;
    margin-bottom: 2rem;
    /* font-weight: 500; */
    line-height: 29px;
    color: #fff;
    max-width: 940px;
    margin-top: 2rem;
}
.product_sec ul{
    text-align: left;
    color: #fff;
}
.product_sec li{
    margin-bottom: 1rem;
}
.pd ul{
    padding-left: 0px;
}
.pd li{
        text-align: left;
    font-size: 14px;
    margin: 0 auto;
    margin-bottom: 1rem;
    font-weight: 500;
    line-height: 29px;
}
.in_banner{
    background: #f5cf30;
    padding: 8rem 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.in_banner h2{
    text-align: center;
    padding: 30px 0;
    text-transform: uppercase;
    color: #000;
    font-weight: 800;
}

.product{
    padding: 3rem 0;
}
.product img{
    width: 100%;
        margin-bottom: 2rem;
}
.product h2{
    text-align: left;
    padding: 10px 0;
       text-transform: uppercase;
    color: #000;
    font-weight: 800;
    font-size: 21px;

}
.product p{
    text-align: left;
    font-size: 14px;
    letter-spacing: 1px;
    word-spacing: 1px;
}
.ryt {
    background: #ffffff;
    /* padding: 3rem 2rem; */
    margin: 0rem 0;
    margin-left: 0rem;

}
.ryt2 {
    background: #ffffff;
    /* padding: 3rem 2rem; */
    margin: 0rem 0;
    margin-left: 0rem;
}
.popo .fa {
    font-size: 19px;
    color: #1f1900;
}
.popo h4 {
    font-size: 17px;
    line-height: 28px;
    color: #000;
}
.popo h5 {
    font-size: 13px;
    line-height: 28px;
    color: #2a2a2a;
    font-weight: 400;
    letter-spacing: 1px;
        margin-bottom: 2rem;
}
.main_wrap{
    padding: 3rem 0;
}
.bd{
    border-bottom: 1px solid #ccc;
    margin-bottom: 3rem;
}
.popo h2 {
    text-align: left;
    font-size: 30px;
    font-weight: 800;
    margin: 5px 0 40px;
    word-spacing: 3px;
    color: #000;
    font-family: 'Poppins', sans-serif;

}
.gp{
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 2rem 0;
}
.st{
    margin-bottom: 2rem;
}
.st h3{
    padding: 10px 0;
    text-transform: capitalize;
    color: #000;
    font-weight: 800;
    font-size: 21px;
    text-align: center;
}

.navbar-nav li {
    padding: 0 2rem 0 0;
    color: #fff;
}
.navbar-nav li a {
    color: #fff;
    text-decoration: none;
}
.navbar-nav li a:hover {
        color: rgb(255 224 0 / 90%);
    text-decoration: none;
}
.contact_form_form .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
}

.contact_form_form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #fff;
}

.contact_form_form .form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}

video::-webkit-media-controls {
  display: none;
}




/**************responsive***********/

@media screen and (max-width: 1500.98px) {}

@media screen and (max-width: 1199.98px) {}

@media screen and (max-width: 991.98px) {}

@media screen and (max-width: 767.98px) {
	.navbar-nav li {
    padding: 20px 2rem 0 0 !important;
    color: #fff;
}
	.logo img {
    width: 32%;
}
	.quote h1 {
    font-size: 22px !important;
}
	.quote {
    padding: 3rem 0 30px !important;
}
	#footer img {
    width: 23%;
}
	h5.bu {
    text-align: left;
    font-size: 31px;
    font-weight: 800;
    margin: 5px 0 0;
    word-spacing: 3px;
}
	.in_banner h2 {
    text-align: center;
    padding: 20px 0 !important;
    text-transform: uppercase;
    color: #000;
    font-weight: 800;
    background: rgb(255 222 0 / 78%) !important;
    max-width: 240px !important;
    margin: 0 auto !important;
}
}

@media screen and (max-width: 575.98px) {}

@media screen and (max-width: 321.98px) {}