/*** Spinner Start ***/

@font-face {
  font-family: metro-normal;
  src: url(../fonts/Metropolis-Regular.otf);
}

@font-face {
  font-family: metro-medium;
  src: url(../fonts/Metropolis-Medium.otf);
}
@font-face {
  font-family: metro-bold;
  src: url(../fonts/Metropolis-Bold.otf);
}
@font-face {
  font-family: basker-bold;
  src: url(../fonts/baskerville-bold-bt.ttf);
}
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.8s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

.bg-lite {
  background: var(--bs-light-blue);
}

/*** Spinner End ***/

.main-menu {
  background: var(--bs-blue);
}
.topnav {
  --underline-width: 0;
  --underline-offset-x: 0;

  position: relative;
  display: inline-flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.topnav::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  height: 100%;
  width: var(--underline-width);
  transform: translateX(var(--underline-offset-x));
  background-color: #eb252b;
  transition: transform 0.5s, width 0.5s;
}

.main-menu a {
  color: #fff;
  margin-right: 0px;
  padding: 10px 15px;
  font-size: 15px;
  position: relative;
  text-transform: uppercase;
  line-height: 23px;
}

.main-menu a::after {
  width: 1px;
  height: 20px;
  background: #fff;
  content: "";
  display: none;
  right: 0;
  top: 11px;
  position: absolute;
}
.main-menu a:last-child:after {
  display: none;
}

.main-menu a:hover {
  color: #fff;
}

.menu__list {
  --underline-width: 0;
  --underline-offset-x: 0;

  position: relative;
  display: inline-flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu__list::before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  height: 4px;
  width: var(--underline-width);
  transform: translateX(var(--underline-offset-x));
  background-color: red;
  transition: transform 0.5s, width 0.5s;
  border-radius: 4px;
}

.menu__link {
  display: block;
  padding: 0.5rem 1rem;
  font-size: 2rem;
  color: var(--color-text);
  text-decoration: none;
}

.main-menu .navbar-nav {
  justify-content: space-between;
  width: 100%;
  align-items: center;
  color: #fff;
}
.top-menu {
  padding: 0;
  margin: 0px;
  display: flex;
}
.top-menu a {
  padding-right: 15px;
}
.top-menu li {
  list-style: none;
}
/*** Button Start ***/
.btn {
  font-weight: 400;
  transition: 0.5s;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-ble2 {
  background: var(--bs-blue2);
}

.foo-l-eve {
  width: 75px;
  margin-right: 15px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.foo-r-eve span.date {
  color: #f49f1c;
  font-size: 15px;
}
.foo-r-eve h6 {
  margin-bottom: 5px;
}
.btn-md-square {
  width: 46px;
  height: 46px;
}

.btn-lg-square {
  width: 58px;
  height: 58px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

.back-to-top {
  position: fixed;
  width: 50px;
  height: 50px;
  right: 30px;
  bottom: 30px;
  z-index: 99;
  background: #ff0024;
  border: 1px solid #ff0024;
}
.shopbtn {
  background: var(--bs-secondary);
}
/*** Button End ***/

/*** Topbar Start ***/
.header {
  background: var(--bs-light-blue);
}
.topbar .top-info {
  letter-spacing: 1px;
}

.topbar .top-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.topbar .top-link a {
  margin-right: 10px;
  color: var(--bs-blue);
}

#note {
  width: 500px;
  overflow: hidden;
}

#note small {
  position: relative;
  display: inline-block;
  animation: mymove 5s infinite;
  animation-timing-function: all;
}

@keyframes mymove {
  from {
    left: -100%;
  }
  to {
    left: 100%;
  }
}

/*** Topbar End ***/

/*** Navbar Start ***/
.navbar .navbar-nav {
  padding: 15px 0;
}

.contact-link {
  background: var(--bs-yellow);
  color: #fff;
  padding: 7px 32px;
  border-radius: 40px;
  line-height: 31px;
  margin-left: 10px;
}
.login-link {
  background: #fff;
  color: var(--bs-blue);
  padding: 7px 32px;
  border-radius: 40px;
  line-height: 31px;
  margin-left: 10px;
  border: 1px solid var(--bs-blue);
}
.navbar .navbar-nav .nav-link {
  padding: 10px;
  color: var(--bs-blue);
  font-size: 17px;
  outline: none;
  margin-left: 25px;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: var(--bs-blue) !important;
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "font awesome 5 free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    visibility: hidden;
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    transition: 0.5s;
    opacity: 0;
  }
}

.navbar .nav-item:hover .dropdown-menu {
  transform: rotateX(0deg);
  visibility: visible;
  transition: 0.5s;
  opacity: 1;
}

/*** Navbar End ***/

/*** Carousel Start ***/

.carousel-item {
  position: relative;
}

.carousel-caption {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.carousel-item p {
  max-width: 700px;
}

.carousel-control-prev {
  width: 90px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 0;
  background: var(--bs-primary);
  border-radius: 0 50px 50px 0;
  opacity: 1;
}

.carousel-control-prev:hover {
  background: var(--bs-secondary);
  transition: 0.8s;
}

.carousel-control-next {
  width: 90px;
  height: 60px;
  position: absolute;
  top: 50%;
  right: 0;
  background: var(--bs-primary);
  border-radius: 50px 0 0 50px;
  opacity: 1;
}

.carousel-control-next:hover {
  background: var(--bs-secondary);
  transition: 0.8s;
}

.carousel-caption .carousel-content a button.carousel-content-btn1 {
  background: var(--bs-secondary);
  color: var(--bs-dark);
  opacity: 1;
  border: 0;
  border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn1:hover {
  background: var(--bs-primary);
  color: #ffffff;
  border: 0;
  opacity: 1;
  transition: 1s;
  border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn2 {
  background: var(--bs-primary);
  color: var(--bs-white);
  opacity: 1;
  border: 0;
  border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn2:hover {
  background: var(--bs-secondary);
  color: var(--bs-dark);
  border: 0;
  opacity: 1;
  transition: 1s;
  border-radius: 20px;
}

#carouselId .carousel-indicators li {
  width: 15px;
  height: 15px;
  background: transparent;
  margin: 0px 4px;
  border-radius: 30px;
  opacity: 1;
  border: 1px solid var(--bs-secondary);
  background: var(--bs-third);
}

#carouselId .carousel-indicators li.active {
  border: 1px solid var(--bs-secondary);
  background: var(--bs-secondary);
}

#carouselId .carousel-indicators li:hover {
  background: var(--bs-secondary);
  opacity: 1;
}

@media (max-width: 992px) {
    .market-home{
    display:block !important;
}
.market-home-map{
  display:none !important;
}
  .carousel-item {
    min-height: 500px;
  }

  .carousel-item img {
    min-height: 500px;
    object-fit: cover;
  }

  .carousel-item h1 {
    font-size: 40px !important;
  }

  .carousel-item p {
    font-size: 16px !important;
  }
}

@media (max-width: 768px) {
  .carousel-item {
    min-height: 400px;
  }

  .carousel-item img {
    min-height: 400px;
    object-fit: cover;
  }

  .carousel-item h1 {
    font-size: 28px !important;
  }

  .carousel-item p {
    font-size: 14px !important;
  }
}

.about-left h3.top {
  font-size: 46px;
  margin: 0px;
  text-transform: uppercase;
  color: var(--bs-blue);
}
.about-left h3.bottom {
  font-size: 57px;
  margin: 0px;
  text-transform: uppercase;
  color: var(--bs-four);
}

.footer {
  background: url(../img/footer-bg.jpg);
  background-size: cover;
}

.about-home .right p {
  text-align: justify;
}
.about-home .right ul {
  padding-left: 20px;
}

.vision-home {
  background: url(../img/vision-mission-bg.jpg);
  background-repeat: repeat;
  background-size: auto;
  background-size: cover;
  padding: 150px 0px 100px;
  background-repeat: no-repeat;
}

.home-vision {
  text-align: center;
  color: #fff;
  border: 2px solid #dedede;
  height: 100%;
  position: relative;
  padding: 65px 35px 25px 35px;
  border-top: 0px;
}
.home-vision img {
  position: absolute;
  left: 0;
  right: 0;
  top: -66px;
  margin: 0 auto;
}
.home-vision::before {
  content: "";
  background: #fff;
  height: 2px;
  width: 30%;
  position: absolute;
  left: 0;
  z-index: 5;
  top: 0;
}
.home-vision::after {
  content: "";
  background: #fff;
  height: 2px;
  width: 30%;
  position: absolute;
  right: 0;
  z-index: 5;
  top: 0;
}
.home-vision h4 {
  color: #fff;
  margin: 10px 0px;
}
.home-vision p {
  text-align: justify;
}

.products-home {
  background: url(../img/products-bg.jpg);
  background-size: cover;
  padding: 60px 0px 60px;
}

.product-header p {
  border-top: 1px solid #dedede;
  display: block;
  padding: 10px 0px 0px;
}

.home-products h4 {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 20px;
  position: relative;
  z-index: 5;
  text-transform: uppercase;
  font-size: 17px;
}
.home-products {
  position: relative;
}
.home-products img {
  position: relative;
  z-index: 5;
  padding: 0px 30px;
  height: 300px;
  object-fit: contain;
}
.home-products .lines {
  width: 100%;
  height: 127px;
  display: block;
  border: 1px solid #dedede;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.market-presence {
  width: 500px;
  height: auto;
  position: absolute;
  right: 4%;
  color: #fff;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.market-presence h5 {
  font-size: 30px;
  color: #fff;
}

.solution-main {
  padding: 35px 12px 15px;
  border: 1px solid #27235e;
  border-radius: 0px 0px 15px 30px;
  position: relative;
}
.solution-main .top {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: -13px;
}
.solution-main .top h5 {
  font-size: 13px;
  display: inline-block;
  background: #fff;
  padding: 0px 15px;
}
.solution-main h5 span {
  display: block;
}

.solution-main img {
  display: block;
  border-radius: 23px 5px 20px 23px;
}

.pre-footer {
  border-top: 1px solid #1e2649;
}

.address-footer img {
  width: 25px;
  position: absolute;
  left: 0;
  top: 5px;
}
.address-footer p {
  position: relative;
  padding-left: 40px;
}

.social-icons-footer {
  padding:0px 0px 0px 56px;
  margin: 0px;
  width: 100%;
  display: flex;
}
.social-icons-footer li {
  list-style: none;
  margin-right: 10px;
}
.social-icons-footer li a {
  color: #fff;
  font-size: 17px;
  width: 30px;
  height: 30px;
  display: flex;
  text-align: center;
  border: 1px solid transparent;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  border-radius: 10px;
}

.social-icons-footer li a:hover {
  border: 1px solid #fff;
  border-radius: 5px;
  transition: 0.3s;
}

.social-icons-header {
  padding: 0px;
  margin: 0px;
  width: 100%;
  display: flex;
}
.social-icons-header li {
  list-style: none;
  margin-right: 10px;
}
.social-icons-header li a {
  color: #fff;
  font-size: 16px;
  padding: 0px;
  display: flex;
  border-radius: 50%;
  width: 33px;
  height: 33px;
  text-align: center;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.social-icons-header li a:hover {
  border-radius: 5px;
  transition: 0.3s;
}

.p-all {
  font-size: 16px;
}

.agi-logo {
  min-width: 115px;
  width: 115px;
  display: flex;
  margin-bottom: 8px;
}
.d-flex.flex-column.s-top {
  padding-left: 8px;
}
.social-icons-header .facesocial {
  background: #3e53a2;
}
.social-icons-header .twitsocial {
  background: #000;
}
.social-icons-header .instagramsocial {
  background: linear-gradient(
    45deg,
    #405de6,
    #5851db,
    #833ab4,
    #c13584,
    #e1306c,
    #fd1d1d
  );
}
.social-icons-header .lickedsocial {
  background: #0a66c2;
}

.header-right {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.top-address p {
  position: relative;
  padding-left: 30px;
}
.top-address p img {
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
}

.slide-bg-image {
  background-size: cover;
}

/* slider home */
.hero-slider {
  width: 100%;
}

@media (max-width: 991px) {
}

@media (max-width: 767px) {
}

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.hero-slider .swiper-container {
  width: 100%;
  position: relative;
}

.hero-slider .slide-inner {
  width: 100%;
  /* height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left; */
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 55px;
  height: 55px;
  line-height: 53px;
  margin-top: -30px;
  text-align: center;
  border: 2px solid #d4d3d3;
  border-radius: 55px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
}

.hero-slider .swiper-button-prev {
  left: 25px;
  transform: translateX(50px);
}

.hero-slider .swiper-button-prev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f060";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-button-next {
  right: 25px;
  transform: translateX(-50px);
}

.hero-slider .swiper-button-next:before {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.3;
  background: #fff;
  transition: all 0.2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
  opacity: 1;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}

@media (min-width: 767px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 30px;
  }
}
/*--------------------------------------------------------------
	#hero-style
--------------------------------------------------------------*/
.hero-style {
  transition: all 0.4s ease;
}

@media (max-width: 991px) {
  .hero-style {
  }
}

@media (max-width: 767px) {
  .hero-style {
  }
}

@media screen and (min-width: 992px) {
  .hero-style .container {
    padding-top: 95px;
  }
}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
  max-width: 690px;
}

.hero-style .slide-title h2 {
  font-size: 100px;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  margin: 0 0 40px;
  text-transform: capitalize;
  transition: all 0.4s ease;
}

@media (max-width: 1199px) {
  .hero-style .slide-title h2 {
    font-size: 75px;
  }
}

@media (max-width: 991px) {
  .hero-style .slide-title h2 {
    font-size: 50px;
    margin: 0 0 35px;
  }
}

@media (max-width: 767px) {
  .hero-style .slide-title h2 {
    font-size: 35px;
    margin: 0 0 30px;
  }
}

.hero-style .slide-text p {
  opacity: 0.8;
  font-family: Rajdhani;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0 0 40px;
  transition: all 0.4s ease;
}

@media (max-width: 767px) {
  .hero-style .slide-text p {
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    margin: 0 0 30px;
  }
}

.hero-style .slide-btns > a:first-child {
  margin-right: 10px;
}

.gear-rotate {
  width: 250px;
  height: 250px;
  position: absolute;
  -webkit-animation: 5s gear-rotate linear infinite;
  -moz-animation: 5s gear-rotate linear infinite;
  animation: 5s gear-rotate linear infinite;
}
.gear-rotate-left {
  margin-top: -2.2em;
  top: 50%;
  width: 250px;
  height: 250px;
  background: #e9e581;
  position: absolute;
  border-radius: 1em;
  -webkit-animation: 5s gear-rotate-left linear infinite;
  -moz-animation: 5s gear-rotate-left linear infinite;
  animation: 5s gear-rotate-left linear infinite;
}

.imgwheel {
  background: url(../img/wheel1.png);
  background-size: cover;
  opacity: 0.4;
}
.wheelab {
  position: absolute;
  left: -97px;
  top: -58px;
  width: 200px;
  height: 200px;
}

/* .gear-rotate::before,
.gear-rotate-left::before {
  width: 2.8em;
  height: 2.8em;
  background: -webkit-linear-gradient(
      0deg,
      transparent 39%,
      #e9e581 39%,
      #e9e581 61%,
      transparent 61%
    ),
    -webkit-linear-gradient(60deg, transparent 42%, #e9e581 42%, #e9e581 58%, transparent
          58%),
    -webkit-linear-gradient(120deg, transparent 42%, #e9e581 42%, #e9e581 58%, transparent
          58%);
  background: -moz-linear-gradient(
      0deg,
      transparent 39%,
      #e9e581 39%,
      #47ec19 61%,
      transparent 61%
    ),
    -moz-linear-gradient(60deg, transparent 42%, #e9e581 42%, #e9e581 58%, transparent
          58%),
    -moz-linear-gradient(120deg, transparent 42%, #e9e581 42%, #e9e581 58%, transparent
          58%);
  background: -o-linear-gradient(
      0deg,
      transparent 39%,
      #e9e581 39%,
      #e9e581 61%,
      transparent 61%
    ),
    -o-linear-gradient(60deg, transparent 42%, #e9e581 42%, #e9e581 58%, transparent
          58%),
    -o-linear-gradient(120deg, transparent 42%, #47ec19 42%, #e9e581 58%, transparent
          58%);
  background: -ms-linear-gradient(
      0deg,
      transparent 39%,
      #e9e581 39%,
      #e9e581 61%,
      transparent 61%
    ),
    -ms-linear-gradient(60deg, transparent 42%, #e9e581 42%, #e9e581 58%, transparent
          58%),
    -ms-linear-gradient(120deg, transparent 42%, #e9e581 42%, #e9e581 58%, transparent
          58%);
  background: linear-gradient(
      0deg,
      transparent 39%,
      #e9e581 39%,
      #e9e581 61%,
      transparent 61%
    ),
    linear-gradient(
      60deg,
      transparent 42%,
      #e9e581 42%,
      #e9e581 58%,
      transparent 58%
    ),
    linear-gradient(
      120deg,
      transparent 42%,
      #e9e581 42%,
      #e9e581 58%,
      transparent 58%
    );
  position: absolute;
  content: "";
  top: -0.4em;
  left: -0.4em;
  border-radius: 1.4em;
}
.gear-rotate::after,
.gear-rotate-left::after {
  width: 1em;
  height: 1em;
  background: #2b2b2b;
  position: absolute;
  content: "";
  top: 0.5em;
  left: 0.5em;
  border-radius: 0.5em;
} */

/*
 * Keyframe Animations 
 */

@-webkit-keyframes gear-rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-180deg);
  }
}

@-moz-keyframes gear-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-180deg);
  }
}

@keyframes gear-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-180deg);
  }
}

.short-link a {
  background-image: linear-gradient(to right, #54b3d6, #54b3d6 50%, #000 50%);
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  padding: 0px 0;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff;
  transition: all 0.3s ease-in-out;
  color: #fff;
  margin-right: 20px;
}

.short-link a:before {
  content: "";
  background: #54b3d6;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 3px;
  transition: all 0.3s ease-in-out;
}

.short-link a:hover {
  background-position: 0;
}

.short-link a:hover::before {
  width: 100%;
}

.pre-header {
  background: #d9d9d9;
  padding: 10px 0px 5px;
}

.top-info2 p {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 14px;
}

.top-info2 img {
  width: 20px;
  margin-right: 6px;
}

.lang-arb {
  background: #222b52;
  color: #fff;
  padding: 0px 21px 7px;
  margin-right: 20px;
  font-family: "Cairo", sans-serif;
  font-size: 13px;
  cursor: pointer;
  display: block;
}

@media (max-width: 1366px) {
  .main-menu a {
    padding: 10px 0px;
    font-size: 14px;
  }
}

.marq-head {
}

.wheel-white-home {
  background: url(../img/wheel-white.png);
  background-position: right bottom;
  background-repeat: no-repeat;
}

.page-bread {
  background: url(../img/footer.jpg);
  background-size: cover;
  padding: 60px 0px;
}
.page-bread h1 {
  text-transform: uppercase;
  margin: 0px;
  font-size: 29px;
}
.product-side-bar .accordion-item {
  background-color: #f8f8f8;
  border: 1px solid #ebebeb;
  padding: 25px;
  margin-bottom: 30px;
}
.product-side-bar .accordion-button {
  width: 100%;
  padding:0px 0px;
  font-size: 24px;
  font-family: metro-medium;
  color: #031738;
  text-transform: uppercase;
  background: transparent;
}

.product-side-bar .accordion-body
{
  padding: 25px 0px 0px;
    padding-bottom: 0px;
}


.checkcata {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 17px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkcata input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkcata .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.checkcata:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkcata input:checked ~ .checkmark {
  background-color: #000000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkcata .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkcata input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkcata .checkmark:after {
  left: 8px;
  top: 4px;
  width: 7px;
  height: 13px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.size-kg {
  display: flex;
}
.size-kg a {
  display: block;
  margin-right: 12px;
  border: 1px solid #E2E2E2;
  padding: 4px 7px 2px;
  border-radius: 5px;
  text-transform: uppercase;
}

.size-kg ul
{
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-flow: wrap;
}
.size-kg ul li{
  list-style: none;
  margin-bottom: 15px;
}
.size-kg ul li a {
  cursor: pointer;
  color: #000;
}
.size-kg ul li a:hover{
  color: #fff !important;
  background: #000;
  border: 1px solid #000;
}
.product-card span
{
  background: #D9D9D9;
  position: absolute;
  left: 0;
  top: 0;
  padding: 2px 12px;
}
.product-img{
  position: relative;
}
.product-img a span{
  color: #000000;
}
.product-info h3
{
  margin: 15px 0px 20px;
  text-align: center;
  font-family: metro-normal;
  font-size: 25px;
}
.product-info h3 a
{
  color: #000000;
  text-transform: capitalize;
}
.width1{
  width:30%;
  max-width: 30%;
}
.width2{
  width: 70%;
  max-width: 
  70%;
}
.table-product tr th
{
  font-family: metro-medium;
  font-weight: normal;
  background: #E7EAF5;
}
.table.table-product > :not(caption) > * > *
{
  padding: 14px 0.5rem;
  color: #000;
  vertical-align: middle;
}
.emquiry-btn
{
  background: #222B52;
  color: #fff;
  padding: 10px 25px;
  border: 0px;
  border-radius: 5px;
  font-size: 18px;
}
.emquiry-btn:hover{
  background: #EB2329;
  color: #fff;
}
.emquiry-btn img
{
  width: 25px;
  margin-right: 5px;
}
.h4related{
  font-family: metro-normal;
}
.bgwhell1
{
  background-image: url(../img/shape1wh.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 150px;
}

.bgwhell2
{
  background-image: url(../img/shape2wh.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 150px;
}
.eventsmain
{
  margin-bottom: 20px;
}
.eventsmain a
{
  display: block;
  width: 100%;
  height: 100%;
}
.img-bordr
{
  position: relative;
  overflow: hidden;
}
.img-bordr img
{
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}
.img-bordr span
{
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
}
.img-bordr span b
{
  position: relative;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #222B52;
  float: left;
}

.infoeve h3
{
  font-size: 19px;
  text-align: center;
  margin: 10px 0px 0px;
  font-family: metro-normal;
}
.careers-list h4
{
  margin-bottom: 3px;
  text-transform: capitalize;
}
.careers-list p
{
  color: #333;
}

.careers-list
{
  background: #E7EAF5;
  border: 1px solid #C8C4C4;
  padding: 20px;
}
.joblocation{
  color: #333;
}
.joblocation img
{
  width: 15px;
}
.salary
{
  color:#EB2329;
  font-size: 25px;
}
.salary span
{
  color: #666;
  font-size: 18px;
  font-family: metro-normal;
}
.careers-full .job-tile{
  text-transform: capitalize;
}
.job-other h4{
  margin-bottom: 10px;
}

.job-other p
{
  color: #666;
}
.job-other ul li
{
  color: #666;
  margin-bottom: 15px;
}

.job-other ul
{
  padding-left: 15px;
}
.bg-es
{
  background: #eee;
  padding: 25px 20px;
}
.active_filter{
  background: #000000 !important;
  color: #ffffff !important;
}

.img-her {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 350px;
}
.img-her img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.img-her1{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 286px;
}
.img-her2 img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.full-jo{
  flex-direction: column;
}
.menubtn {
  display: none;
  text-align: center;
  padding: 5px;
  border: 1px solid #fff;
  cursor: pointer;
  color: #fff;
}

.mobileen {
  position: fixed;
  display: none;
  background: rgba(0, 0, 0, 0.9);
  left: 0;
  top: 0;
  height: 100%;
  z-index: 100;
  width: 100%;
}
.mobileen.menushow {
  display: block;
}
.cnav {
  margin: 0;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.cnav ul li {
  display: block;
  width: 100%;
  text-align: center;
  margin:20px 0px;
}
.cnav a {
  color: #fff;
  display: block;
  font-size: 18px;
}
.cnav ul{
  padding: 0px;
}

.menushow .menuclose {
  display: block !important;
}
.menuclose {
  position: fixed;
  z-index: 6;
  color: #fff;
  right: 10px;
  top: 10px;
  font-size: 25px;
  cursor: pointer;
  display: none;
}

.filterbtn {
  display: none;
}
.btnnormal{
  background: none;
  border: 0;
  color: #fff;
}
.normaltle {
  background: none;
  position: relative !important;
  text-align: center;
  color: #fff;
  top: 0 !important;
  transform: translate(0px) !important;
  padding-top: 10px !important;
}
.normaltle li{
  margin: 0px !important;
}

.normaltle li a{
  color: #fff;
}
.lang-arb:hover{
  background: #EB2329;
}


@media only screen and (max-width: 992px) {
  .main-menu{
    padding: 10px !important;
  }
  .products-home{
    background: #fff !important;
    padding: 60px 0px 30px !important;
  }
  .footer {
    background: url(../img/footer.jpg) !important;
  }
  .vision-home {
    background: url(../img/footer.jpg) !important;
  }
  .agi-logo {
    min-width: 75px;
    width: 75px;
    margin-bottom:0px;
  }
  .s-top {
    display: none !important;
  }
  .gear-rotate {
    width: 100px;
    height: 100px;
  }
  .wheelab {
    position: absolute;
    left: -27px;
    top: -23px;
    width: 100px;
    height: 100px;
  }
  .market-presence {
    width: 100%;
    height: auto;
    position: relative;
    right: 0;
    top: 0;
    color: #fff;
    background: #122543;
    padding: 50px;
    -ms-transform: translateY(-0%);
  transform: translateY(-0%);
  }
  .navbar-brand img{
    width: 150px;
  }
  .width2 {
    width: 100%;
    max-width: 100%;
  }
  .issueside.sidebarshow{
    display: block !important;
  }
  
  .width1 {
    width: 250px;
    max-width: 250px;
    position: fixed;
    left: 0;
    top: 0;
    overflow: auto;
    background: #333;
    z-index: 101;
    height: 100vh;
    padding: 10px;
  }
  .menubtn {
    display: block !important;
  }
  .page-bread .col-md-12 {
    flex-direction: column;
  }
}

.emquiry-btn.btn-sm {
  font-size: 14px !important;
}
.imgjobspos {
  margin-right: 20px;
}
.imgjobspos2{
  margin-right: 10px;
}
.baskerfont {
  
}
        .qualitcont h3{
            font-family: basker-bold;
  text-transform: uppercase;
  text-align: center;
            
        }
       .qualitcont p {
  text-align: justify;
  font-size: 15px;
  line-height: 23px;
  margin-top: 5px;
}

@media (max-width: 992px) {
    .wi1, .wi2, .wi3, .wi4 {
    width: 50% !important;
    max-width: 50% !important;
    min-width: 50% !important;
  }
}
@media (max-width: 767px) {
    .wi1, .wi2, .wi3, .wi4 {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    margin-bottom:20px !important;
  }
}

.imageinside {
  height: 500px;
  object-fit: contain;
}

.product_info table {
  margin-top: 15px;
}
.product_info table tr td {
  padding: 10px;
  border: 1px solid #dedede;
  color: #000;
  font-family: metro-normal;
  text-transform: capitalize;
}
.product_info table td:nth-child(2n+1) {
  background-color: #E7EAF5;
  text-transform: uppercase;
  font-family: metro-medium;
}			
   
   .product-title.fs-3 {
  text-transform: capitalize;
}
.centerlog{
    align-items: center;
  display: flex;
  flex-direction: column;
}
.market-home{
    display:none;
}
.market-home-map{
    background:url(https://haifaoman.com/img/footer.jpg);
    height: 500px;
  background-size: cover;
  position: relative
}
.market-home-map svg{
transform: scale(1.8);
  top: -88px;
  position: relative;

}



.market-home-map path{
	transition: fill .1s linear;
	/* fill:none; */
	stroke:#fff;stroke-width:0.5
}
/*.market-home-map path:hover{*/
/*	fill: red !important*/
/*}*/
.omanbg{
	fill:#00B1CF;
}
.uaebg{
	fill:red;
}
.banbg{
	fill:#F42A41;
}
.kuwbg{
	fill:#CE1126;
}



.saudig{
	fill:#005430;
}

.yemenig{
	fill:#F68901;
}

.sudanig{
	fill:#FF00DC;
}

.southsudanig{
	fill:#0F47AF;
}

.tanzaig{
	fill:#1FB53A;
}


.somaliaig{
	fill:#4189DD;
}

.ethopiaig{
	fill:#FCDD09;
}

.dijoig{
	fill:#6AB2E7;
}

.somaliland{
    fill:#016A06;
}
.bahrabg{
    fill:#F7C800;
}
figure {
  margin: 0px;
}
.fixed-contact {
  position: fixed;
  right: 34px;
  bottom: 90px;
  z-index: 5;
}
.fixed-contact a {
  width: 50px;
  height: 50px;
  display: flex;
  margin: 14px 0px;
  -webkit-animation: 1.5s infinite ease-in-out;
  -moz-animation: 1.5s infinite ease-in-out;
  -ms-animation: trik-anim 1.5s infinite ease-in-out;
  -o-animation: trik-anim 1.5s infinite ease-in-out;
  animation: trik-anim 1.5s infinite ease-in-out;
}

@-moz-keyframes trik-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes trik-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-o-keyframes trik-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes trik-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}

