/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');

body{
    /*font-family: 'Poppins', sans-serif ;*/
    font-family: 'Titillium Web', sans-serif !important;
}

.parallax {

  /* Set a specific height */
  height: 500px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.heading-decorated::before {
  content: '';
  position: relative;
  display: block;
  height: 3px;
  width: 70px;
  margin-bottom: 20px;
  background: #f9b707;
  will-change: transform, opacity;
  top:70px !important;
}
.heading-decorated{
  text-align: center;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.heading-decorated::before {
  margin-left: auto;
  margin-right: auto;
}
.heading::before {
  content: '';
  position: relative;
  display: block;
  height: 3px;
  width: 70px;
  margin-bottom: 20px;
  background: #f9b707;
  will-change: transform, opacity;
}
.heading{
  /*text-align: center;*/
  margin-bottom: 10px;
  text-transform: uppercase;
}
.heading::before {
  margin-left: auto;
  margin-right: auto;
}

.our_prodct{
  background-image: url("../images/about-img.jpg");
  min-height: 100vh;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.mm{
  background: rgb(0 0 0 / 80%);
  min-height:100vh;
}
.jus{
  text-align: justify;
}
.mclr,.links{
  color: black !important;
  text-decoration: none;
}
.about_us{
  background-image: url("../images/about-img.jpg");
  height: 400px;
  min-height: 700px;
  margin: 40px 0px;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.about_us::before {
  content: '';
  height: 100%;
  background: rgb(50 94 217 / 53%);
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.text_about{
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  color: #fff;
}

.bg{
    background-image: linear-gradient(to right, #ffc000 , #f6c83d);
}

.ff1{
    z-index: -1;
    position: absolute;
    top: 5rem;
    right: 1rem;
    width: 342px;
    height: 380px;
}

.sh{
    box-shadow: rgb(0 0 0 / 30%) 0px 19px 38px, rgb(0 0 0 / 22%) 0px 15px 12px;
}

.bb{
    color: #424242;
    font-size: 1.25rem !important;
    text-align: center;
    font-weight: 600;
}

.bg-yellow{
    background-color: #ffff75;
}
.bg-trans{
    background:transparent;
}
.fa-long-arrow-right{
 animation: myfirst 2s cubic-bezier(0.22, 0.61, 0.36, 1) 2s infinite alternate;
  transform:translateX(0);
}
.btn-outline-warning:hover{
        color: #fffbfb !important;
    background-color: #ffbf0040 !important;
    border-color: #ffc107 !important;
}
@keyframes myfirst {
  0%   { transform: translate(0,0);}

  50%  { transform: translate(50px,0);}

  100% { transform: translate(0,0);}
}






@media screen and (max-width: 780px) {
  .our_prodct{
    height: 500px;
    min-height: 1171px;
  }
}
.fs-17 {
  font-size: 17px !important;
}
h2{
    font-size: 36px !important;
font-weight: 600 !important;
color: #932d2d !important;
}
span{
    color: #932d2d !important;
}