
body{
    font-family: 'Cardo', serif;
}
.container {
  max-width: 1430px;
}
  h2{  font-weight: 700;
    font-size: 45px;}

.brands{
  font-weight: 700;
  font-size: 26px;
 
}

.active {
  color: #f5821f !important;
}

.paragraph{
font-weight: 400;
font-size: 16px;
line-height: 24px;
text-align: center;
color: #777E91;}

.index-bg{
    background-image: url(../img/banner-img.jpg);
    /* height: 100vh; */
background-size: cover;
object-fit: cover;
padding-top: 90px;
}

.nav-bar ul li a:hover{
  color: #f5821f !important;
}

.navbar .navbar-collapse  ul li a:hover{
  color: #f5821f !important;
}

.nav-bar {
    background-color: #fff;
    border-radius: 30px 30px 0px 0px;
    height: 75px;
  }
 .nav-bar ul li a{
    text-decoration: none;
    color: #333333;  
  }
 .nav-bar ul li{
list-style: none;
padding-left: 20px;
padding-right: 20px;
font-size: 18px;
font-weight: 600;
}
 .nav-bar ul {
  margin-top: 25px;
}
.main-banner{
background-image: url(../img/home-banner.png);
object-fit: cover;
object-position: center;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
min-height: 750px;
text-align: center;

}
.index-bg .main-banner h1{
    color: #fff;
    font-size: 44px;

letter-spacing: 0.16em;
font-weight: 700;
}
.index-bg .main-banner h1 span{
    color: #F5821F;
}
.index-bg .main-banner p{
   color: #ffff;
   font-size: 24px;
font-style: italic;
letter-spacing: 0.16em;
line-height: 40px;
}


/* ----------index-bannerr-button----------- */
.btn-indx {
 --color: #ffffff;
 padding: 0.8em 1.7em;
 background-color: transparent;
 border-radius: 25px;
 position: relative;
 overflow: hidden;
 cursor: pointer;
 transition: .5s;
 font-weight: 400;
 font-size: 17px;
 border: 1px solid;
 font-family: inherit;
 text-transform: uppercase;
 color: var(--color);
 z-index: 1;
}

.btn-indx::before, .btn-indx::after {
 content: '';
 display: block;
 width: 50px;
 height: 50px;
 transform: translate(-50%, -50%);
 position: absolute;
 border-radius: 50%;
 z-index: -1;
 background-color: var(--color);
 transition: 1s ease;
}

.btn-indx::before {
 top: -1em;
 left: -1em;
}

.btn-indx::after {
 left: calc(100% + 1em);
 top: calc(100% + 1em);
}

.btn-indx:hover::before, .btn-indx:hover::after {
 height: 410px;
 width: 410px;
}
p{
  color: #777E90;
}
.btn-indx:hover {
 color: rgb(10, 25, 30);
}

.btn-indx:active {
 filter: brightness(.8);
}

.btn-indx:focus{
  color: #000 !important;
  background-color: #fff !important;
 }
/*------btn-------*/
/* ----------index-bannerr-button----------- */
.btn-ctm{
  --color: #000000;
  padding: 0.8em 1.7em;
  background-color: black;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: .5s;
  font-weight: 400;
  font-size: 17px;
  border: 1px solid;
  font-family: inherit;
  text-transform: uppercase;
  /* color: var(--color); */
  z-index: 1;
  color: #fff;
 }
 
 .btn-ctm::before, .btn-ctm::after {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  background-color: #fff;
  transition: 1s ease;
 }
 
 .btn-ctm::before {
  top: -1em;
  left: -1em;
 }
 
 .btn-ctm::after {
  left: calc(100% + 1em);
  top: calc(100% + 1em);
  background-color: #fff;
 }
 
 .btn-ctm:hover::before, .btn-ctm:hover::after {
  height: 410px;
  width: 410px;
  color: #333 !important;
 }
 
 .btn-ctm:hover {
  color: rgb(10, 25, 30);
  background-color: #fff;
 }
 
 .btn-ctm:active {
  filter: brightness(.8);
  background-color: #fff;
 }
 .btn-ctm:focus{
  color: #000 !important;
  background-color: #fff !important;
 }
 /*------btn-------*/
.enquiries-btn {
  color: #000;
  background-color: #f8f9fa;
  border-color: #fff0;
  border-radius: 50px;
  font-size: 20px;
  padding: 15px 20px;
  font-weight: bold;
  font-weight: 700;
font-size: 21px;
}
.enquiries-btn:hover{
  background-color: #f79b4c;
border-color: #f79b4c;
border-color: #fff0
}
.enquiries-btn:focus{
  color: #000 !important;
  background-color: #f79b4c !important;
 }
.banner-contant {
    background-color: black;
    color: #fff;
    border-radius: 0px 0px 30px 30px;
    box-shadow: 0 12px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.45);
  }
.section-a {
    padding: 50px;
  }  
.section-a h3{
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 4px;
}

.bg-a {
  background-color: #8CC751;
  width: 55px;
height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  margin-right: 10px;
 color: black;
}
.bg-b {
  background-color: #FFFFFF;
  width: 55px;
height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  margin-right: 10px;
 color: black;
}
.bg-c {
  background-color: #df6c13;
  width: 55px;
height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  margin-right: 10px;
 color: black;
 margin-left: 6px;
}
.section-a h5 {
  letter-spacing: 2px;
  font-size: 21px;
  font-weight: 700;
}
.section-a span{
font-size: 30px;}


.green-bg{
background: linear-gradient(327deg, rgba(4,102,34,1) 0%, rgba(7,145,49,1) 100%);
border-radius: 0px 0px 30px 0px;}
.green-bg h5{
  letter-spacing: 2px;
}
.top-categories {
  padding-top: 70px;
  /* a */
  margin-top: 60px;
  position: relative;
}

.categorie-img::before{
  content: "";
  background-image: url("../img/back-img.png");
  background-repeat: no-repeat;
  width: 500px;
  height: 500px;
  display: block;
  background-position: center;
  background-size: contain;
  position: relative;
  position: absolute;
  /* left: 9%; */
top: -6%;
}
.z-in{
  z-index: 9;
}
.categories-card img{
  border-radius: 30px 30px 0px 0px;
}
.categories-row span{
font-style: normal;
font-weight: 700;
font-size: 31px;
letter-spacing: 0.13em;
text-transform: uppercase;
color: #ADADAD;
}

.categories-row h2{
font-style: normal;
font-weight: 700;
font-size: 50px;

letter-spacing: 0.16em;
text-transform: uppercase;
color: #000000;}

.error{
  color: #d73434;
} 


.cta {
  position: relative;
  margin: auto;
  padding: 12px 18px;
  transition: all 0.2s ease;
  border: none;
  background: none;
 }
 
 .cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 50px;
  background: #8cc75182;
  width: 0px;
  height: 50px;
  transition: all 0.3s ease;
 }
 
 .cta span {
  position: relative;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #000000;
 }
 
 .cta svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #234567;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
 }
 
 .cta:hover:before {
  width: 100%;
  background: #8cc75182;
 }
 
 .cta:hover svg {
  transform: translateX(0);
 }
 
 .cta:active {
  transform: scale(0.95);
 }
.categories-card{
 border: 1px solid #000;
 border-radius: 42px;
 background-color: white;
 overflow: hidden}

.categories-card  h3{
  font-weight: 700;
font-size: 26px;
text-transform: uppercase;
}

.index-about-img{
  background-image: url(../img/inx-about.png);
object-fit: cover;
object-position: center;
height: 100%;
display: flex;
align-items: center;
justify-content: end;
border-radius: 30px;
padding-top: 13px;
padding-bottom: 10px;
box-shadow: 0 12px 8px 0 rgb(0 0 0 / 2%), 0 6px 20px 0 rgb(0 0 0 / 45%);
}

.about-fx {
  background-color: #fff;
  /* text-align: center; */
  padding: 45px;
  border-radius: 0px 30px 30px 0px;
  /* height: 482px; */
  display: flex;
justify-content: center;
align-items: center;
}

.about-fx h3{
font-size: 45px;
text-transform: uppercase;
font-weight: 700;
}
.about-fx h4{
  font-style: italic;
font-size: 25px;
letter-spacing: 0.16em;
}





.contact-inx .container{
  margin-left: 0px;
}
.contact-inx .container .row .col-md-8 {
  padding-left: 0px;
  z-index: -1;
}



.form-label {
  margin-bottom: .5rem;
  color: #000000;
  font-size: 20px;
}
.form-control {
  padding-bottom: 8px;
  border-bottom: 1px solid rgb(0, 0, 0) !important;
  border-radius: 0px !important;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0rem 0rem;
    padding-bottom: 0rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  /* background-color: #000; */
  background-clip: padding-box;
  border: 0px solid #ced4da;
    border-bottom-color: rgb(206, 212, 218);
    border-bottom-style: solid;
    border-bottom-width: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.contact-form {
  background-color: #fff;
  padding: 41px;
  margin-left: -400px;
  width: 510px;
  border: 1px solid #000;
  border-radius: 30px;
  margin-top: 64px;
  z-index: 999;
position: relative;
}
.contact-form  h6{
  text-transform: uppercase;
}

.contact-form  h3{
text-transform: uppercase;
font-weight: 700;
font-size: 40px;}


.footer {
  background-color: #000;
  margin-top: -2px;
  
}
.logo-footer {
  width: 30%;
}

.social-media {
  text-align: end;
  color: white;
}
.social-media p{
  font-size: 25px !important;
}
.addres {
  color: white;
}

.social-media ul {
  list-style: none;
  display: flex;
  font-size: 25px;justify-content: end;
}


.nav-logo{
height: 200px;
width: 200px;
display: flex;
align-items: center;
background-color: rgb(255, 255, 255);
border-radius: 100%;
justify-content: center;
margin-top: -90px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
margin-left: 15px;
margin-right: 15px;
}
.logo-lg {
  text-align: center;
}
.nav-logo-img{
  width: 80%;
}
.form-control:focus {
  box-shadow: 0 0 0 .25rem rgba(255, 255, 255, 0.25);
}

.footer-shape {
  clip-path: polygon(0% 73.5%, 100% 0%, 100% 100%, 0% 100%);
  background-color: #000000;
  height: 280px;
  margin-top: -415px;
}

.copy-rights {
  background-color: black;
  color: white;
  text-transform: uppercase;
  text-align: center;
  margin-top: -1px;
}



/*-------about-foodex-------*/
.about-banner{
  background-image: url(../img/about-banner.jpg);
  object-fit: cover;
  object-position: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 235px;
  text-align: center;
  border-radius: 0px 0px 5px 5px;
  }
  .background-img {
    background-image: url(../img/banner-img.jpg);
    height: 240px;
    background-size: cover;
    object-fit: cover;
    padding-top: 90px;
    margin-bottom: 230px;
  }

.margin-section{
  margin-top: 120px;
}
  .background-img h1{
    color: white;
    font-weight: 700;
    font-size: 60px;
  }
  .about-card {
    background: #FCFCFD;
    border: 1px solid #C7DAC8;
    border-radius: 16px;
    text-align: center;
    margin-left: 50px;
margin-right: 50px;
  }
  .overview .icons .icon-a {
    background-color: #009066;
    padding: 13px;
    border-radius: 10px;
    color: white;
    font-size: 30px;
  }
  .overview .icons .icon-b{
    background: #F5821F;
    padding: 13px;
    border-radius: 10px;
    color: white;
    font-size: 30px;
  }
  .overview .icons .icon-c{
    background: #8CC751;
    padding: 13px;
    border-radius: 10px;
    color: white;
    font-size: 30px;
  }
 .overview .about-card{
  font-weight: 700;
font-size: 16px;
 }
 .section-space {
  margin-top: 98px;
}
.map-img {
  background-image: url(../img/map.jpg);
  height: 530px;
  background-repeat: no-repeat;
  display: flex;
justify-content: center;
align-items: center;
background-position: center;
background-size: contain;
}
.map-img h4{
  background: white;
  padding: 10px 80px;
  color: #777E90;
  font-size: 24px;
  font-weight: 700;
}
.map-img h4 span {
  color: #009066;
}
.footer-other{
  clip-path: polygon(0% 73.5%, 100% 0%, 100% 100%, 0% 100%);
background-color: #000000;
height: 140px;

}

.text-line::before {

  content: "";
  display: block;
  width: 130px;
  height: 2px;
  background: #191970;
  right: 0px;
  top: 3%;
  position: absolute;
  left: 20%;
  background: rgb(180,180,180);
  background: linear-gradient(90deg, rgba(180,180,180,0) 0%, rgba(0,0,0,1) 100%);

}
.text-line::after {
  content: "";
  display: block;
  width: 130px;
  height: 2px;
  background: #191970;
  right: 0;
  top: 4%;
position: absolute;
left: 75%;
  background: rgb(0,0,0);
  background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(180,180,180,0) 100%);
}

.categori-p {
  width: 70%;
}
.categori-align {
  padding-left: 140px;
}
.categori-p h2{
  padding-bottom: 20px;
  
}
.categori-p p{
  padding-bottom: 20px;
}
.footer p,
.copy-rights p{
  color: #ffffff;
}

/*--------categories----*/
.categories {
  background-image: url(../img/categories.jpg);
  object-fit: cover;
  object-position: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 210px;
  text-align: center;
  border-radius: 0px 0px 5px 5px;

}


.shape-a::before{
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  right: 14%;
  top:0%;
  position: absolute;
  
  background: #FFD166;
  z-index: -1;
}
.shape-b::before{
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  right: 0;
  top: 0%;
  position: absolute;
  left: 37%;
  background: #FFD166;
  z-index: -1;
}
.shape-a::after{
  content: "";
display: block;
width: 30px;
height: 30px;
right: 0;
top: 73%;
position: absolute;
left: 60%;
background: #8CC751;
z-index: -1;}

.shape-b::after{
  content: "";
display: block;
width: 30px;
height: 30px;
right: 0;
top: 81%;
position: absolute;
left: 10%;
background: #8CC751;
z-index: -1;}

.animation::before{
  content: "";
-webkit-animation:spin 10s linear infinite;
-moz-animation:spin 10s linear infinite;
animation:spin 10s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.animation::after{
  content: "";
-webkit-animation:spin 10s linear infinite;
-moz-animation:spin 10s linear infinite;
animation:spin 10s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }


.contact-bg {
  padding: 0;
  z-index: -1;
}

.overlay {
  color: white;
  font-size: 25px !important;
  text-decoration: none;
}

.overlay:hover {
  color: #fe891f;
}

/*-----nav-bar--------*/
.burger {
  position: relative;
  width:40px;
  height: 30px;
  background: transparent;
  cursor: pointer;
}

.burger input {
  display: none;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: .5rem;
  padding-bottom: .5rem;
  border-radius: 30px 30px 0px 0px;
}
.burger span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #333;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

.burger span:nth-of-type(1) {
  top: 0px;
  transform-origin: left center;
}

.burger span:nth-of-type(2) {
  top: 40%;
  transform: translateY(-50%);
  transform-origin: left center;
}

.burger span:nth-of-type(3) {
  top: 80%;
  transform-origin: left center;
  transform: translateY(-100%);
}

.burger input:checked ~ span:nth-of-type(1) {
  transform: rotate(45deg);
  top: 0px;
  left: 5px;
}

.burger input:checked ~ span:nth-of-type(2) {
  width: 0%;
  opacity: 0;
}

.burger input:checked ~ span:nth-of-type(3) {
  transform: rotate(-45deg);
  top: 28px;
  left: 5px;
}

.navbar-light .navbar-toggler {
  color: rgba(0,0,0,.55);
  border-color: rgba(255, 255, 255, 0.1);
}
button:focus:not(:focus-visible) {
  color: rgba(0, 0, 0, 0);
}
.navbar-light .navbar-nav .nav-link {
  color: #333;
}

.navbar-brand img {
  width: 50%;
}
.navbar-brand {
  padding-left: 10px;
}
.navbar-brand {
  padding-top: 10px;
  padding-bottom: 10px;}

  .nav-link {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
  }







/*----------contact---us-----------*/

.contact-field {
  margin-top: 120px;
  z-index: 9;
  position: relative;
}

.contact-img {
  background-image: url(../img/contact-img.jpg);
  object-fit: cover;
  object-position: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 235px;
  text-align: center;
  border-radius: 0px 0px 5px 5px;
}
.contact-page-form{
  padding: 41px;
  border-left: 1px solid #000;
  background-color: white;
  border-radius: 0px 30px 30px 0px;
}
.contact-page-form h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 40px;
}
.contact-page-form h6 {
  text-transform: uppercase;
}

.contact-group {
  border: 1px solid #000;
  border-radius: 30px;
  padding-left: 12px;
padding-right: 12px;
}
.contact-group iframe{
  border-radius: 30px 0px 0px 30px;
}

.footer-contact {
  clip-path: polygon(0% 73.5%, 100% 0%, 100% 100%, 0% 100%);
  background-color: #000000;
  height: 240px;
margin-bottom: -1px;
margin-top: -172px;}

.position{ position: relative; }

.section-a .marg {
  padding: 0px;
  
}

.social-media ul li a{
  color: #fff;
}

.grecaptcha-badge{left: -400px !important;}


.card-text .categories-card {
  min-height: 100%;
}
.card-text img{
  width: 100% !important;
}

.card-text h3{
  font-weight: 600;
font-size: 22px;
text-transform: capitalize;
letter-spacing: 1px;
padding: 0px 2px;
}


.product-section{
  margin-top: -50px;}


@media (min-width: 3840px){
  .container-fluid .contact-inx-img .img-fluid {
    width: 85% !important;
  }
  .contact-form {
    margin-left: -760px;
  }
}




@media (min-width: 3840px){
  .container-fluid .contact-inx-img .img-fluid {
    width: 94% !important;
    height: 44vh !important;
    object-fit: cover !important;
  }
}





@media (min-width: 2560px){
 .container-fluid  .contact-inx-img .img-fluid{
  width: 87%;
  height: 65vh;
  object-fit: cover;
}
.contact-form {
  margin-left: -600px;}
}






@media (max-width: 1600px) {
  .shape-a::before {
    right: 4%;
  }
  .shape-b::after {
    left: 2%;
  }
  .shape-b::before {
    left: 35%;}

      .categorie-img::before {
        left: 5%;}

.text-line::before {
          left: 15%;}
.text-line::after {
 left: 78%; }
}

@media (max-width: 1500px) {
  .shape-a::before {
    right: 3%;
  }
.shape-a::after {
    left: 62%;}
.shape-b::after {
      left: 1%;
    }
}






















@media (max-width: 1440px) {
  .container {
    max-width: 1200px;
  }
  .contact-form {
    margin-left: -170px;
 }
  .section-a h5 {
    font-size: 16px;}
.categories-row span {
      
      font-size: 28px;}

 .categorie-img::before {
        width: 420px;
        left: 7%;
        top: -9%;}
.footer-shape {
          margin-top: -310px;}
.about-fx h3 {
            font-size: 44px;}
.about-fx h4 {
  font-style: italic;
 font-size: 23px;
}
.text-line::before {
  left: 10%;}
  .text-line::after {
    left: 82%;}
   
}





@media (max-width: 1366px) { 
  .container {
    max-width: 1200px;
  }
.categorie-img::before {
   width: 387px;}

.categories-row span {
    font-size: 28px;}

.categories-row h2 {
      font-size: 45px;}
.footer-shape {
        margin-top: -230px;}

.brands {
  font-size: 23px;}
.section-a h5 {
  
    font-size: 17px}

.section-a span {
      font-size: 26px;
    }
 .bg-b {

      width: 45px;
      height: 45px; }
 .bg-a {
        width: 45px;
        height: 45px; } 
        
.bg-c {
          width: 45px;
          height: 45px;   }     

 .text-line::before {
            left: 7%;   }  
.text-line::after {
 left: 83%;  }

}




@media (max-width: 1200px) { 
  .container {
    max-width: 1100px;
  }
.nav-bar ul li {
    font-size: 16px;  }

.categories-row span {
      font-size: 23px;
    }
.enquiries-btn {
      font-size: 15px;
    }
.nav-logo {
        height: 185px;
        width: 185px;}
.brands {
          font-size: 20px;
        }
 .section-a h5 {
          font-size: 15px;
        }
 .section-a h5 {
          font-size: 15px;
        } 
.about-fx h3 {
          font-size: 39px;}
 .about-fx h4 {
            font-size: 20px;}
.text-line::before {
              left: 3%;
            }
.text-line::after {
              left: 86%;
            }    
 .background-img h1 {
              font-size: 50px;
            }

 .card-text h3 {
              font-size: 16px;}
}



@media (max-width: 1100px){
.container {
  max-width: 984px;
}
.nav-bar ul li {
  font-size: 14px;
}
.nav-logo {
  height: 170px;
  width: 170px;
  margin-top: -75px;
}
.categorie-img::before {
  width: 320px;
}
.map-img {
  padding-top: -24px;
  margin-top: -40px;
}
.text-line::before {
  left: 0%;
}
.text-line::after {
  left: 88%;
}
.contact-form {
  margin-left: -229px;
  margin-top: 39px;
}
.section-a h3 {
  font-size: 29px;
}

.section-a h5 {
  font-size: 11px;
}
.categori-p {
  width: 90%;
}
.categori-align {
  padding-left: 95px;
}
.bg-a {
  width: 38px;
  height: 38px;
}
.bg-b {
  width: 38px;
  height: 38px;
}
.bg-c {
  width: 38px;
  height: 38px;
}
.card-text h3 {
  font-size: 14px;
}
.card-text .cta span {
  font-size: 13px;
}

}



@media (min-width: 991.98px) { 
  .navbar{display: none;}

 }


@media (max-width: 991.98px) { 
.contact-img{
  z-index: 444444 !important;
 position: relative;}
.categories{
z-index: 444444 !important;
position: relative;}
.nav-bar {
display: none;
}
.container {
max-width: 940px;
  } 
  .nav-bar ul li {
    font-size: 15px;
  }
  .nav-logo {
    height: 150px;
    width: 150px;
    margin-top: -63px;
    
  }
.nav-bar ul li {
    padding-left: 15px;
    padding-right: 15px;}
    .section-a h3 {
      font-size: 30px;
    }
.categories-row span {
        font-size: 21px;
      }

.categorie-img::before {
        width: 290px;
        left: 0%;
top: -6%;
      }

.top-categories {
margin-top: 0px;
}
.categories-row h2 {
  font-size: 40px;
}
.footer-shape {
  margin-top: -415px;
}

  .form-label {
font-size: 16px;}
.green-bg h5 {
  letter-spacing: 1px;
}
.categori-p {
  width: 90%;
}
.categori-align {
  padding-left: 35px;
}
.bg-a, .bg-b, .bg-c {
  width: 40px;
  height: 40px;
}
.section-a span {
  font-size: 20px;
}

  .index-bg {
    padding-top: 50px;}
 .main-banner {
      min-height: 610px;  }
.nav-bar {
height: 70px;}

.about-fx {
  padding: 30px;
  padding-top: 50px;
  padding-bottom: 50px;}
.about-fx h3 {
    font-size: 30px;}

 .about-fx h4 {
      font-size: 19px;}

.contact-form h3 {
        font-size: 30px}


 .btn-ctm {
 font-size: 15px;}

 .section-a {
  text-align: center;
}

.contact-form {
  margin-top: -98%;

  margin-left: 0px;
  height: 100%;
  display: inline-table;
  position: relative;
}
.green-bg {
  border-radius: 0px 0px 30px 30px;
}
.section-b {
  padding-top: 40px;
  padding-bottom: 40px;
}
.index-bg .main-banner h1 {
  font-size: 30px;}
.index-bg .main-banner p {
    font-size: 19px;}



.section-b {
    padding-top: 40px;
    padding-bottom: 40px;
  }
.green-bg {
    border-radius: 0px 0px 30px 30px;}
    .head-title {
      text-align: center;
    }


.categories-card h3 {
font-size: 20px;}
.cta span {
font-size: 15px;}

.about-fx {
  border-radius: 30px 30px 30px 30px;}


.index-contact {
    display: flex;
    justify-content: center;
  }
.contact-bg {
    padding: 0;
  }

.social-media p {
font-size: 20px !important;
      margin: 3px;
    }

    .footer {
      background-color: #000;
      text-align: center;
    }
    .logo-footer {
      width: 45%;
    }
    .social-media {
      text-align: center;
      padding-top: 40px;}
      .social-media ul {
        justify-content: center;
        padding: 0;
      }

.addres p{
font-size: 16px;
}

.w-100.footer-logo {
  display: flex;
  justify-content: center;
}
.section-a h5 {
  font-size: 17px;
}

.text-line::before {
  left: 0%;
  width: 100px;
  top: 2.5%;
}
.text-line::after {
  left: 90%;
width: 100px;
top: 3.5%;
}
.about-card {
  margin-bottom: 26px;
}
.background-img {
  margin-bottom: 190px;
  height: 175px;
}

.shape-a::before {
  left: 97%;}
  .shape-a::after {
    left: 64%;}

.shape-b::after {
      top: 106%;
      left: 3%;    
}
h2 {
  font-weight: 700;
  font-size: 40px;
}
.contact-page-form h6 {
  text-transform: uppercase;
  font-size: 14px;
}
.contact-page-form h3 {
  font-size: 30px;}
  .contact-page-form p {
    font-size: 14px;
    line-height: 17px;
  }
  .categories {
    min-height: 120px;
  }
.contact-img {
      min-height: 150px;}
.about-banner {
        min-height: 125px;
      }
.background-img h1 {
          font-size: 40px;
        }
 .navbar {
         
          z-index: 99;
}
.about-banner{
  z-index: 444444;
position: sticky;
top: 84px;
}
/* .contact-img {
  position: relative;
  top: 84px;
} */

/* .categories {
  position: relative;
  top: 84px;
} */
/* .main-banner{
  border-radius: 30px 30px 0px 0px;} */
  
  .product-section {
    margin-top: -37px;
  }







  
}

@media(max-width: 840px) {
  .text-line::before {
    display: none;
  } 
  .text-line::after {
    display: none;
  }
  .text-line::after {
    left: 92%;
  }

  .footer-shape {
    margin-top: -310px;
  }
  .categorie-img::before {
    width: 290px;
    left: -11%;
    top: -6%;
  }
 
}





@media(max-width: 767.98px) {
  
  .container {
    max-width: 700px;
  }
  .contact-form {
    margin-top: -730px;}
    .footer-shape {
      margin-top: -330px;
    }

    .section-a .marg {
      padding: 0px;
      display: flex;
      justify-content: start;
      padding-bottom: 13px;
    }
    .bg-c {
      margin-left: 0px;}
 .categories-row span {
      font-size: 18px;
    }    
    .contact-form {
      margin-top: -615px;
    }
    .footer-shape {
      margin-top: -215px;
    }
    .index-bg .main-banner p {
      font-size: 17px;
    }
    .section-a {
      text-align: center;
    }
    .about-card {
      margin-left: 0px;
      margin-right: 0px;
    }
 
    h2 {
      font-weight: 700;
      font-size: 33px;
    }
    .map-img {
      height: 319px;
}
.text-line::after {

  display: none;}
  .text-line::before {
    display: none}
.footer-other {
height: 160px;
}
.about-card {
  margin-bottom: 26px;
}
.products-img {
  width: 40%;
}
.contact-page-form {
  border-radius: 0px 0px 30px 30px;
}
.contact-group iframe {
  border-radius: 30px 30px 0px 0px;
}
.contact-group iframe {
  height: 400px;
}
.contact-img {
  min-height: 120px;
}
  .background-img h1 {
    font-size: 40px;
  }
  .background-img {
    margin-bottom: 110px;
  }
  .categori-p {
    width: 100%;
  }
  .categori-i {
    text-align: center;
  }
  .shape-a::after {
    left: 16%;
    top: 50%;
  }
  .shape-a::before {
    left: 80%;
  }
  .shape-b::before {
    left: 20%;}
    .shape-b::after {
      top: 55%;
      left: 80%;
      
    }
    .contact-page-form {
      border-radius: 0px 0px 30px 30px;
      padding: 30px;
      border-top: 1px solid rgb(0, 0, 0);
      border-left: 1px solid rgb(255, 255, 255);
    }
    .background-img {
      margin-bottom: 150px;
      padding-top: 55px;
    }
    .categorie-img::before {
      width: 243px;
      left: -8%;
      top: -7%;
    }
    .about-banner {
      min-height: 150px;
    }
      .section-space {
        margin-top: 20px;
      }
      .position {
        text-align: center;
      }
      .categori-align {
        padding-left: 0px;
      }
      .categori-p h2 {
        padding-bottom: 20px;
        padding-top: 45px;
      }    

      .about-card {
        max-width: 300px;
      }
      .section-a .marg {
        
        display: flex;
        justify-content: start;
        padding-bottom: 13px;
      }
      section-a h3 {
        font-size: 29px;
      }
     
      .product-section {
        margin-top: -25px;
      }
}





@media (max-width: 650px) {
  .contact-form {
    margin-top: -585px;
  }
  .contact-form {
    margin-top: -536px;
  }
  .shape-a::after {
    left: 13%;
    top: 50%;
  }
  .section-a h3 {
    font-size: 29px;
  }
 
}





@media (max-width: 575.98px) {
  .contact-form {
    margin-top: -447px;
  }
  .footer-shape {
    margin-top: -206px;
  }
  .logo-footer {
    width: 34%;}
  

  .shape-a::after {
    left: 21%;
    top: 44%;
    
  }
  .categorie-img::before {
    width: 220px;
    left: -17%;
    top: -6%;
  } 
    .section-space {
      margin-top: 50px;
    }
    .background-img h1 {
      font-size: 40px;
    }
    .about-banner {
      min-height: 120px;}
      .categorie-img::before {
        width: 256px;
        left: -20%;
        top: -3%;
      }
      .map-img h4 {
        background: white;
        padding: 10px 50px;}
        .overview {
          display: flex;
          justify-content: center;
        }
.section-a h3 {
          font-size: 24px;
        }
       
        
}
@media only screen and (max-width: 500px) {
  .contact-form {
    margin-top: -355px;
  }
  .categories-row h2 {
    font-size: 32px;
  }
  .categories-row span {
    font-size: 14px;
  }
  .shape-a::after {
    left: 21%;
    top: 29%;
    
  }
  .categorie-img::before {
    width: 220px;
    left: -24%;
    top: -6%;
  }
  .shape-b::after {
    top: 37%;
    left: 79%;
  }
}

@media  (max-width: 400px){
  .section-a h3 {
    font-size: 19px;
    text-align: center;
  }
  .section-a h5 {
    font-size: 16px;
  }
  .categories-row span {
    font-size: 11px;
  }
  .categories-row h2 {
    font-size: 25px;
  }
  .contact-form {
    margin-top: -356px;
  }
  .contact-bg img {
    height: 604px;
  }
  .contact-form {
    margin-top: -550px;
  }
  .logo-footer {
    width: 44%;
  }
  .background-img h1 {
    font-size: 35px;
  }
  .about-banner {
    min-height: 120px;
  }
  .background-img {
    margin-bottom: 130px;
  }
  .categorie-img::before {
    width: 151px;
    left: -24%;
    top: -12%;
  }
    .map-img h4 {
      background: white;
      padding: 10px 18px;
      color: #777E90;
      font-size: 22px;
}
.products-img {
  width: 50%;
}

.shape-b::after {
  top: 34%;
  left: 80%;
  height: 20px;
  width: 20px;
}
.shape-a::after {
  left: 11%;
  top: 25%;
  width: 20px;
  height: 20px;
}
.product-section {
  margin-top: -10px;
}
}













@media only screen and (max-width: 320px){
  .index-bg .main-banner h1 {
    font-size: 20px;
  }
  .index-bg .main-banner p {
    font-size: 14px;
    line-height: 19px;
  }
  .btn-indx {
    font-size: 14px;}

    .section-a h3 {
      font-size: 19px;
    }
    .section-a h5 {
      font-size: 15px;
    }
    .brands {
      font-size: 18px;
    }
    .enquiries-btn {
      font-size: 13px;
    }
    .categorie-img::before {
      width: 116px;
      left: 30%;
      top: -8%;
    }
    .categories-row h2 {
      font-size: 29px;
      letter-spacing: 0em;
    }
    .categories-row span {
      font-size: 11px;
    }
    .contact-form {
      min-height: 616px;}
      .background-img h1 {
        font-size: 30px;}
        .about-banner {
          min-height: 120px;
        }
h2 {
            font-size: 27px;}

            .map-img h4 {
              padding: 10px 14px;
              font-size: 14px;}

              .map-img {
                height: 319px;
                margin-top: -80px;
              }
             
 .categories {
                min-height: 120px;}

.copy-rights p {
color: #ffffff;
 font-size: 12px;
}

}
.img-block {
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}

.categories-card:hover {
  box-shadow: 0 30px 35px rgba(0, 0, 0, 0.3);
  background:none !important;
  
}
.img-block span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -120%;
  background-color: rgba(255, 255, 255, 0.3);
  transition: 0.4s;
  transform: skewX(10deg);
}

.img-block img {
  width: 100%;
}

.img-block:hover span {
  left: 120%;
}

.img-block {

}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 99;
  /* makes sure it stays on top */
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}
