* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Poppins", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
}
ul,
ol {
}
p {
}
img {
  width: 100%;
}
a {
  text-decoration: none;
  color: black;
}
html {
  scroll-behavior: smooth;
}
.container {
  max-width: 1300px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
.container-full {
  max-width: 100%;
  width: 100%;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  justify-content: flex-start;
}
.row > * {
  padding-left: 15px;
  padding-right: 15px;
}
.col-2 {
  max-width: 16.66%;
  width: 100%;
}
.col-3 {
  max-width: 25%;
  width: 100%;
}
.col-4 {
  max-width: 33.33%;
  width: 100%;
}
.col-5 {
  max-width: 41, 66%;
  width: 100%;
}
.col-6 {
  max-width: 50%;
  width: 100%;
}
.col-7 {
  max-width: 58.33%;
  width: 100%;
}
.col-8 {
  max-width: 66.66%;
  width: 100%;
}
.col-9 {
  max-width: 75%;
  width: 100%;
}
.col-10 {
  max-width: 83.33%;
  width: 100%;
}
.col-11 {
  max-width: 91.66%;
  width: 100%;
}
.col-12 {
  max-width: 100%;
  width: 100%;
}
.text-center {
  text-align: center;
}
.banner-slider row{
        align-items: center;
}
li {
  list-style: none;
}
/* start header css */
.header-top-bg {
  background-color: #434345;
  color: #fff;
  padding: 8px;
}
.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.head-link-left {
  display: flex;
  margin-left: 234px;
}
.head-link {
  display: flex;
  align-items: center;
}
.head-link p {
  color: #fff;
  margin-right: 15px;
}
.head-link p:hover {
  color: #f17732;
}
.head-link i {
  color: #fff;
  background-color: #eb6538;
  height: 30px;
  width: 30px;
  padding-top: 7px;
  text-align: center;
  border-radius: 100%;
  margin-right: 14px;
}
.head-social-link i {
  color: #fff;
  background-color: #eb6538;
  height: 30px;
  width: 30px;
  padding-top: 7px;
  text-align: center;
  border-radius: 100%;
}
.head-social-link a i:hover {
  background-color: #000;
  color: #eb6538;
}
.logo img {
  height: 200px;
  width: 200px;
  object-fit: contain;
  margin-top: -65px;
  position: relative; 
  transition: 0.3s ease;
}
.logo{
  position: relative;
}
.logo::before {
    content: "";
    background-image: url(../images/Rathi-Enterprises-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 175px;
    height: 48px;
    top: -48px;
    left: 8%;
    /*transform: translateX(-50%);*/
}
.header-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav-bar > ul {
  display: flex;
  align-items: center;
}
.nav-bar > ul > li {
  padding: 0px 16px;
  font-size: 16px;
  line-height: 66px;
  white-space: nowrap;
}
.nav-bar > ul > li a:hover {
  color: #f17732;
}
.header-contact {
    /* margin-top: 15px; */
}
.header-contact-link {
  display: flex;
  align-items: center;
}
.header-contact i {
  color: #fff;
  background-color: #eb6538;
  height: 40px;
  width: 40px;
  padding-top: 8px;
  text-align: center;
  border: 4px solid #f8c1a1;
  border-radius: 100%;
  margin-right: 14px;
}
.header-contact-link p:hover{
    color: #eb6538;
}
.header-bottom-bg {
  position: absolute;
  width: 100%;
  z-index: 9999;
}
.banner-wrap {
  background-image: url("../images/homepage-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.banner-wrap .col-6 {
    max-width: 50%;
    width: 100%;
    display: flex;
    align-items: center;
}
.banner-text {
  padding-top: 168px;
}
.banner-text h1 {
  font-size: 48px;
  color: #000;
}
.banner-text p {
  font-size: 15px;
  line-height: 29px;
}
.banner-text span {
  color: #eb6538;
}
.banner-inner-img {
  padding-top: 100px;
}
.img-bg {
  position: relative;
}
.inner-img {
  position: absolute;
  bottom: 62px;
}
.inner-img img {
  border-radius: 25% 0;
  object-fit: cover;
  height: 500px;
  width: 500px;
  transition: 0.2s ease;
}
.inner-img img:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.sticky {
    position: fixed;
    width: 100%;
    height: auto;
    top: 0px;
    z-index: 999;
    background-color: #fdece2;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 6px -1px, rgb(0 0 0 / 6%) 0px 2px 4px -1px;
}
.sticky .logo img {
    margin-top: -20px;
    width: 145px;
    height: 145px;
    object-fit: contain;
}

/* footer css */
.f-top {
  padding-top: 50px;
  padding-bottom: 50px;
}
.f-top-text{
  font-size: 15px;
  line-height: 25px;
  font-weight: 300;
}
.f-logo {
    margin-bottom: 18px;
}
.f-logo img{
  width: 340px;
  object-fit: cover;
}
.f-title {
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  font-weight: 700;
  color: #f17732;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.f-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000;
  display: block;
  height: 1px;
  width: 100%;
}
.f-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000;
  display: block;
  height: 1px;
  width: 100%;
}
footer ul {
  padding-left: 0;
}
footer ul li {
  list-style-type: none;
  margin-bottom: 15px;
  display: inline-block;
  vertical-align: top;
  width: 49%;
}
footer ul li a {
  font-size: 18px;
  font-weight: 500;
  line-height: 41px;
  color: #000;
  font-family: "Poppins";
  padding-left: 30px;
  position: relative;
}
footer ul li a::before {
  content: ">";
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  position: absolute;
  left: 0;
  font-size: 23px;
  color: #f17732;
  line-height: 41px;
}
footer ul li a:hover {
  color: #f17732;
}

.f-title::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  background-color: #f39766;
  display: block;
  height: 4px;
  width: 40px;
  z-index: 1;
}

.f-info i {
  color: #f17732;
  font-size: 29px;
  width: 32px;
  text-align: center;
  margin-right: 15px;
}
.f-info span {
  color: #000;
  font-family: "Poppins";
  font-size: 15px;
  font-weight: 400;
}
.f-info span:hover {
  color: #f17732;
}
.f-info {
  margin-bottom: 16px;
}
.f-info i.fa.fa-envelope {
  font-size: 25px;
}
.f-socail-icon {
  padding-left: 48px;
}
.f-socail-icon a {
  background-color: #fbdac8;
  display: inline-block;
  vertical-align: top;
  width: 41px;
  height: 41px;
  border-radius: 100%;
  text-align: center;
  color: #000;
  font-size: 21px;
  line-height: 39px;
  margin-right: 10px;
}
.f-socail-icon a:hover {
  background-color: #f17732;
  color: #fff;
}

.copyright {
  background-color: #f17732;
}
.copyright p {
  margin: 0;
  color: #fff;
}
.copyright p {
  margin: 0;
  color: #fff;
  font-family: "Poppins";
  font-size: 16px;
  padding: 12px;
}

.blog-card-two {
    margin-bottom: 46px;
}
.blog-text-details ul {
    padding-left: 20px;
}
.blog-text-details ul li {
    list-style: disc;
}
section.blog-inner .blog-card-two img {
    width: 100%;
    height: 240px;
    margin-bottom: 10px;
}
.header-area-text.m-auto.mb-5.wow.fadeInUp {
    padding-bottom: 25px;
}
.blog-card-two img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 10px;
}
.card-body {
    margin-bottom: 20px;
}
.card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color);
}
.card-body h3 {
    font-size: 22px;
    color: #eb6538;
    font-weight: 700;
    margin: 0px 0px 10px;
}
.card-body p {
    margin-bottom: 20px;
}
section.blog-inner.pt-6.pb-6 {
    padding: 50px;
}
.card-body a {
    background: #eb6538;
    padding: 8px 24px;
    color: white;
    font-size: 13px;
    border-radius: 7px;
}
.card-body a:hover {
    background: #000;
}
.head-line h1 {
    font-size: 36px;
    color: #eb6538;
    font-weight: bold;
    padding-bottom: 15px;
}
.blog-detail .img {
    margin: 10px 0;
}
.la-event {
    padding: 20px;
    border-radius: 5px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    position: sticky;
    top: 90px;
    margin-top: 25px;
}
.la-event ul li a {
    display: flex
;
}
.la-event img {
    width: 100%;
    border-radius: 10px;
    height: 70px;
    object-fit: cover;
}
.la-event ul li .img {
    width: 30%;
    margin-right: 10px;
    border-radius: 10px;
}
.evrnt-text {
    width: 68%;
}
.la-event ul li {
    display: flex;
    margin-top: 20px;
    align-items: flex-start;
}
.evrnt-text p {
    margin: 0px;
}
.img img:hover {
    transform: scale(1.1);
}
.img-blog {
    overflow: hidden;
    border-radius: 10px !important;
    margin-bottom : 20px ;
}
.img-blog:hover img {
    transform: scale(1.2);
}
.btn-brown{
    background : var(--primary-color);
}
.evrnt-text span {
    background: #eb6538;
    color: white;
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 10px;
}
.text-blue .blue {
    color: #eb6538;
}
section.blog-detail.pt-6.pb-6 {
    padding: 50px;
}

/* media queries start here */

@media only screen and (max-width: 1199px) {
    .head-ct-link{
        display: none; 
    }
    .inner-img {
    bottom: 40px;
}
}
@media only screen and (max-width: 1024px){
    .nav-bar > ul > li {
    padding: 0px 12px;
}
.logo img {
    height: 160px;
    width: 160px;
    margin-top: -58px;
}
.logo::before {
    width: 168px;
    height: 48px;
    top: -47px;
    left: 0%;
}
.head-link-left {
    margin-left: 170px;
}
.head-link p {
    font-size: 12px;
}
.inner-img {
    bottom: 35px;
}
.inner-img img {
    height: 420px;
    width: 420px;
}
.banner-text h1 {
    font-size: 40px;
}
.pro-item{
    margin: 18px 18px;
}
}
@media only screen and (max-width: 991px) {
   .header-top-bg{
       display: none;
   }
   .nav-bar > ul > li {
    padding: 0px 8px;
}
        .logo img {
            margin-top: -20px;
        }
        .logo::before {
        display: none;
        }
        .inner-img {
            bottom: 36px;
        }
        .inner-img img {
            height: 395px;
            width: 395px;
        }
        .header-top-bg {
    background-color: #434345;
    color: #fff;
    padding: 6px;
}
.header-contact i {

     margin-right: 0px; 
}
    /*.logo img {*/
    /*    margin-top: -55px;*/
    /*}*/
    /*.logo::before {*/
    /*    width: 160px;*/
    /*    height: 48px;*/
    /*    top: -44px;*/
    /*}*/
        }

.nav-bar {
    overflow: hidden;
}
.nav-bar > ul > li > a {
  float: left;
  display: block;
}
.toggel-icon .icon {
  display: none;
}

.toggel-icon i {
    font-size: 22px;
    color: #eb6538;
}
.mtoggle {
  display: none;
  cursor: pointer;
}

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: #f17732;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  transform: translate(0, 11px) rotate(-45deg);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  transform: translate(0, -11px) rotate(45deg);
}
 
@media screen and (max-width: 800px) {
  .nav-bar 
  {
      display: none;
      
  }
  .mtoggle{
      display: inline-block;
  }
  .inner-img img {
    height: 315px;
    width: 315px;
}
.pro-box .slick-dots {
    display: none !important;
}
.inner-img {
    bottom: 28px;
}
.backend-text{
    font-size: 78px;
}
.dt-head h2 {
    font-size: 30px;
}
.enquire-ct-link {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.enquire-ct-link {
    flex-direction: column;
}
.enquire-ct-link i {
     margin-right: 0px;
     margin-bottom: 8px;
    display: block;
    text-align: center;
}
.enquire-ct-link a {
    font-size: 14px;
}
.sumbit-btn{
    padding: 15px 25px;
    margin-bottom: 15px;
}
.f-logo img{
    width: 100%;
    object-fit: cover;
}
footer ul li {
    width: 100%;
}
.f-info i {
    font-size: 25px;
    width: 100%;
    display: block;
    text-align: center;
}
.f-info i.fa.fa-envelope {
    font-size: 25px;
}
.f-top {
    padding-top: 35px;
    padding-bottom: 35px;
}
.f-info span {
    font-size: 15px;
    font-weight: 400;
    display: block;
    text-align: center;
}
.exbt-img-text h3 {
    font-size: 24px;
    color: #eb6538;
}
.exbt-img-text h3 {
    font-size: 24px;
}
.exbt-img-text p{
    font-size: 20px;
}
}

@media screen and (max-width: 800px) {
  .nav-bar.responsive {position: relative;}
  .nav-bar.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .nav-bar.responsive ul > li > a {
    float: none;
    display: block;
    text-align: left;
  }
  .nav-bar{
    position: absolute !important;
    width: 100%;
    top: 132px;
    left: 0;
  }
  .header-contact  {
    display: none;
}
.nav-bar > ul {
    flex-direction: column;
    background: #fdece2e6;
}

}

@media only screen and (max-width: 768px) {
    .inner-img img {
    height: 310px;
    width: 310px;
}
.banner-text h1 {
    font-size: 26px;
}
.inner-img {
    bottom: 26px;
}
.banner-text p {
    line-height: 25px;
}
.backend-text{
    font-size: 75px;
}
.frontend-text{
    font-size: 30px;
}

.dt-head h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 16px;
}
.dt-head p {
    line-height: 28px;
}
.enquire-ct-link {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.enquire-ct-link {
    flex-direction: column;
}
.enquire-ct-link i {
     margin-right: 0px;
     margin-bottom: 8px;
    display: block;
    text-align: center;
}
.enquire-ct-link a {
    font-size: 14px;
}
.sumbit-btn{
    padding: 15px 25px;
    margin-bottom: 15px;
}
.exbt-img-text h3 {
    font-size: 24px;
    color: #eb6538;
}
.exbt-img-text h3 {
    font-size: 24px;
}
.exbt-img-text p{
    font-size: 20px;
}
.f-logo img{
    width: 100%;
    object-fit: cover;
}
footer ul li {
    width: 100%;
}
.f-info i {
    font-size: 25px;
    width: 100%;
    display: block;
    text-align: center;
}
.f-info i.fa.fa-envelope {
    font-size: 25px;
}
.f-top {
    padding-top: 35px;
    padding-bottom: 35px;
}
.f-info span {
    font-size: 15px;
    font-weight: 400;
    display: block;
    text-align: center;
}

}

@media only screen and (max-width: 699px){
    .inner-img {
    bottom: 24px;
}
.inner-img img {
    height: 272px;
    width: 272px;
}
.backend-text {
    font-size: 65px;
}
.sec-text p {
    margin-bottom: 8px;
}
.pro-item{
    max-width: 188px;
    min-height:288px;
}
.dt-head h2{
    font-size: 28px;
}
.enquire-ct-link a{
    margin-right: 10px;
}
}

@media only screen and (max-width: 599px){
    .sticky .logo img {
    margin-top: 7px;
    width: 100px;
    height: auto;
    object-fit: contain;
}
.logo img {
    height: 100px;
    width: 100px;
    margin-top: -10px;
}
  .inner-img img{
    height: 236px;
    width: 236px;
  }
  .inner-img {
    bottom: 18px;
}
.sec-title {
    padding: 35px 0 10px;
    margin-bottom: 12px;
    text-align: center;
}
  .backend-text {
    font-size: 55px;
}
.frontend-text {
    font-size: 25px;
}
.enquiry-img img{
    display: none;
}
.enquiry-panel .col-6{
    max-width: 100%;
    width: 100%;
}
.hexa img {
    display: none;
}
.dt-head h2 {
    font-size: 22px;
}
.dt-head p {
    line-height: 25px;

}
.global-img{
    text-align: center;
}
.global-img img{
    width: 200px;
    height: 200px;
}
.about-wrap .col-6 {
    max-width: 100%;
}
.about-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
}
.product-wrap {
    padding-top: 30px;
    padding-bottom: 50px;
}
.distribution-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
}
.global-sec {
    padding-top: 30px;
    padding-bottom: 30px;
}
.exbt-panel .col-4 {
    max-width: 100%;
    margin-bottom: 18px;
}
.f-top .col-4 {
    max-width: 100%;
}
.f-info i{
    display: inline;
}
.f-info span{
    display: inline;
}
.f-logo img{
    width: 200px;
    height: 200px;
    object-fit: contain;
}
.f-logo{
    margin-bottom: 0px;
}
.f-top-text{
    margin-bottom: 18px;
}
.f-top {
    padding-top: 5px;
    padding-bottom: 30px;
}
.f-socail-icon {
     padding-left: 0px; 
    text-align: center;
}
footer ul li {
    margin-bottom: -8px;
}
}

@media only screen and (max-width: 425px){
    .banner-text h1 {
    font-size: 14px;
}
.inner-img img {
    height: 155px;
    width: 155px;
}
.nav-bar {
    position: absolute !important;
    width: 100%;
    top: 81px;
    left: 0;
}
.banner-text {
    padding-top: 128px;
}
.sec-text p {
    font-size: 12px;
    line-height: 22px;
}
.backend-text {
    font-size: 45px;
}
.backend-text {
    font-size: 45px;
}
.readmore-btn {
    font-size: 12px;
    padding: 10px 20px;
}
.distribution-wrap .backend-text {
    font-size: 30px;
}
.dt-head h2 {
    font-size: 15px;
}
.dt-head p {
    font-size: 12px;
    line-height: 20px;
}
.distribution-wrap .col-6 {
    max-width: 100%;
    width: 100%;
}
.exbt-text p {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 20px;
}
.global-sec .col-4 {
    max-width: 100%;
}
.form-text h2 {
    font-size: 30px;
    margin-bottom: 18px;
}
.form-text p {
    font-size: 12px;
    margin-bottom: 18px;
}
.form-pannel textarea{
    font-size: 12px;
}
.enquire-ct {
    justify-content: center;
}
.sumbit-btn {
    padding: 10px 20px;
    font-size: 12px;
}
.form-pannel input {
    font-size: 14px;
}
.f-title {
    font-size: 14px;
}
.f-nav-links{
    margin-bottom: 18px;
}
footer ul li a {
    font-size: 14px;
}
.f-info i {
    font-size: 20px;
}
.f-info span {
    font-size: 14px;
}
.copyright p {
    font-size: 14px;
}
footer ul li {
    margin-bottom: -8px;
}
.pro-item {
    max-width: 100%;
    min-height: 278px;
}
}

@media only screen and (max-width: 375px){
    .inner-img {
    bottom: 16px;
}
.inner-img img {
    height: 125px;
    width: 125px;
}
footer ul li {
    margin-bottom: -8px;
}
.pro-item {
    max-width: 100%;
    min-height: 278px;
}
}

@media only screen and (max-width: 325px){
    .banner-text {
    padding-top: 112px;
}
.pro-item {
    max-width: 100%;
    min-height: 278px;
}
.inner-img img {
    height: 125px;
    width: 125px;
}
.banner-text h1 {
    font-size: 12px;
}
.inner-img img {
    height: 112px;
    width: 112px;
}
.inner-img {
    bottom: 10px;
}
.inner-img {
    bottom: 10px;
}
.frontend-text {
    font-size: 18px;
}

#myDIV {
    font-size: 10px;
    line-height: 20px;
}
.sec-text p {
    font-size: 10px;
    line-height: 20px;
}
.enquire-ct-link a {
    font-size: 10px;
}
.exbt-text p {
    font-size: 10px;
    line-height: 20px;
    margin-bottom: 20px;
}
.exbt-img-text h3 {
    font-size: 20px;
}
.exbt-img-text p {
    font-size: 15px;
}
footer ul li {
    margin-bottom: -8px;
}
.f-logo img {
    width: 150px;
    height: 150px;
}
.f-top-text {
    font-size: 12px;
    line-height: 20px;
}
.f-socail-icon a {
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 34px;
    margin-right: 10px;
}
.copyright p {
    font-size: 10px;
}
}

nav.breadcrumb-wrap {
    background: #fdece2;
    padding: 170px 0px 70px;
    text-align: center;
}
nav.breadcrumb-wrap ol {
    display: flex;
    gap: 18px;
    justify-content: center;
}
section.inner-about-sec {
    padding: 80px 0px;
    background: #e3e3e363;
}

.inner-about-sec  img.img-fluid {
    width: 100%;
    height: 70px;
}
.col-lg-3.text-center.pdf-div {
    text-align: center;
    margin: 13px !important;
    width: 180px;
    min-width: 160px;
    /* margin: 13px !important; */
    border: 2px solid #e7e7e7;
    border-radius: 12px;
}
nav.breadcrumb-wrap .backend-text {
    font-size: 60px;
    text-align: center;
}

p{padding-bottom: 20px;}
h2.wp-block-heading{padding-bottom: 20px;}
ul.wp-block-list li{padding-bottom: 10px;}


 .pdf-div {
    margin-bottom: 20px;
    padding: 15px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

.pdf-div:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border: 2px solid #eb5757 !important;
    border-radius: 12px;
}

  .pdf-icon {
    max-width: 60px;
    margin-bottom: 10px;
  }

  .pdf-title {
    font-size: 14px;
    color: #333;
    margin-top: 5px;
    word-wrap: break-word;
    display: block;
  }
  .exbt-img {
    width: 90%;
}


@media only screen and (max-width: 991px) {
   nav.breadcrumb-wrap .backend-text {
    font-size: 32px;
    text-align: center;
}

div#pdf-list {
     justify-content: space-around; 
}

}