* {
  margin: 0%;

  padding: 0;

}


@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');


@font-face {
  font-family: 'Teko';
  src: url('../font/Teko-Regular.woff2') format('woff2'),
    url('../font/Teko-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Archivo';
  src: url('../font/ArchivoBlack-Regular.woff2') format('woff2'),
    url('../font/ArchivoBlack-Regular.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}




h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Archivo Black", sans-serif;
}

p {
  font-family: "Tajawal", sans-serif;
  font-size: 16px;
  line-height: 30px;
}

span {
  display: block;
  font-family: "Archivo Black", sans-serif;
}


ul {
  padding-left: 0;
}

li {
  list-style: none !important;
}

a {
  text-decoration: none !important;

  transition: ease-in-out 0.3s;
}

img {
  width: 100%;

  transition: ease-in-out 0.3s;
}

.img img:hover {
  transform: scale(1.1);
}

.img {
  overflow: hidden;
}




.logo img {
  width: 200px;
}

.head-all {
  display: flex;
  /* background-color: #fff; */
  justify-content: space-between;
  position: relative;
  align-items: center;
  padding: 10px 0;
  padding-right: 25px;
}


.nab-navbar .navigation {
  display: flex;
  align-items: center;
}

.nab-navbar {
  display: flex;

  align-items: center;
}

nav {
  position: relative;

  width: 100%;

  z-index: 999;

}

.header {
  position: relative;
}


.nab-navbar ul li {
  padding: 15px 23px;
  font-size: 14px;
  position: relative;
  z-index: 9;
}

.logo {
  position: relative;
  z-index: 9;
}

.nab-navbar ul {
  padding-left: 0;

  margin-bottom: 0;
}

.nab-navbar ul li a {
  color: #000;
  font-size: 17px;
  font-family: sans-serif;
}

.nab-navbar ul li a:hover {
  color: #dc5700;
}

.nav-btn {
  margin-left: 20px;
}

.header.slick-slide.slick-current.slick-active .header_text .main_head {
  animation: stickySlideDown 1.5s ease-in-out;
}

.header.slick-slide.slick-current.slick-active .header_text p {
  animation: stickySlideDown 2s ease-in-out;
}

/*.header.slick-slide.slick-current.slick-active img {*/
/*  animation: zoomInImage 2.5s ease-in-out;*/
/*}*/

@keyframes zoomInImage {
  from {
    transform: translateX(100%);
    /* transform: scale3d(1.5, 1.5, 1.5); */
  }

  to {
    transform: translateX(0);
    /* transform: scale3d(1, 1, 1); */
  }
}

@keyframes stickySlideDownx {
  from {
    transform: scale(1.1);
  }
}

@keyframes stickySlideDown {
  0% {
    -webkit-transform: translateX(-200px);

    transform: translateX(-200px);

    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);

    transform: translateX(0);

    position: 1;
  }
}

#myHeader.sticky {
  position: fixed;

  background-color: #fff;

  width: 100%;

  top: 0;

  z-index: 9999;

  animation: slideDown 1s ease-out;

  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
    rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

#myHeader.sticky .top {
  display: none;
}


.header_text .main_head {
  font-size: 48px;
  font-weight: bold;
  text-transform: capitalize;
  color: #fff;
  font-family: 'Archivo';
}

.main_head span {
  display: inline-block;
  color: #004d13;
  font-family: 'Archivo';
}

.head-pera p {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}

.head-pera {
  margin-top: 30px;
}

.clk_btn {
  position: absolute;
  color: #000;
  cursor: pointer;
  right: 0;
  top: 14px;
}

.slick-nav.next-arrow.slick-arrow {
  position: absolute;
  top: 45%;
  left: 24px;
  z-index: 99;
  background: transparent;
  padding: 7px 13px;
  color: #fff;
  cursor: pointer;
  border: 1px solid;
  transform: rotate(45deg);
}

.slick-nav.prev-arrow.slick-arrow {
  position: absolute;
  top: 45%;
  right: 24px;
  background: transparent;
  padding: 7px 13px;
  color: #fff;
  cursor: pointer;
  border: 1px solid;
  transform: rotate(45deg);
}

.slick-nav.next-arrow.slick-arrow i {
  transform: rotate(-45deg);
}

.slick-nav.prev-arrow.slick-arrow i {
  transform: rotate(-45deg);
}

.head_img img {
  width: 100%;
  height: 620px;
  object-fit: contain;
}

.header {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/*.header_text {*/
/*  background-color: #000000ad;*/
/*  padding: 12% 0 0;*/
/*}*/

.header_text .row {
  align-items: center;
}

.top_mail {
  display: flex;
  gap: 30px;
}

.top_mail a {
  color: #fff;
}

.head_btn {
  display: flex;
  align-items: center;
  z-index: 9;
}

.socal_media {
  display: flex;
  justify-content: right;
  gap: 15px;
}

.socal_media a {
  color: #fff;
}

.search i {
  background-color: #004d13;
  padding: 10px;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
}

.header-search-wrapper {
  /* float: right; */
  /* position: relative; */
  display: inline-block;
}


.header-search-wrapper .search-form-main {
  background: #fff none repeat scroll 0 0;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, .15);
  border-top: 2px solid var(--bs-sky-blue);
  padding: 5px 15px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: ease-in-out .5s;
}

.search-form-main.active-search {
  opacity: 1;
  visibility: visible;
}

.header-search-wrapper .search-form-main .search-field {
  border-radius: 0;
  padding: 4px 10px;
  width: 91%;
  outline: none;
  border: none;
}

.header-search-wrapper .search-form-main button {
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  padding: 10px 0 10px;
  background-color: transparent;
}

.top {
  position: relative;
  z-index: 9;
  padding: 10px 0;
      background-color: #004d13;
}


.ab_home {
  padding: 100px 0 60px;
  position: relative;
}

.ab_img {
  padding-right: 10%;
  position: relative;
}
.ab_img_home{
    width:50%;
    float: left;
}

.ab_img .img1 img {
     object-fit: cover;
    border-radius: 250px;
}

.ab_img .img2 {
  position: absolute;
  right: 0;
  bottom: -80px;
  border: 15px solid #fff;
  animation-name: rightToLeft;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}


@keyframes rightToLeft {
  0% {
    transform: translateX(-30px)
  }

  50% {
    transform: translateX(-10px)
  }

  to {
    transform: translateX(-30px)
  }
}


.ab_bg {
  position: absolute;
  top: 0;
}

.small_head {
  font-size: 17px;
  font-weight: 600;
  color: #004d13;
  letter-spacing: 2px;
  font-family: 'Archivo';
}

.big_head {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 2px;
  position: relative;
  margin-bottom: 10px;
  font-family: 'Archivo';
}

.big_head img {
  position: absolute;
  width: auto;
  z-index: -1;
      opacity: 0.5;
  animation-name: rightToLeft;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.ab_text ul{
    padding-left:17px;
}
.ab_text ul li {
  font-size: 18px;
  margin: 8px 0;
  font-weight: 600;
  list-style: circle !important;

}
.ab_text h2, .ab_text h3{
    font-size: 22px;
}
.ab_text {
    position: sticky;
    top: 100px;
}
.some_product .box-area {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  cursor: pointer;
}

.some_product .box {
  width: 145px;
  height: 400px;
  margin-right: 10px;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  transition: all linear 0.6s;
}

.some_product .box:last-child {
  margin-right: 0;
}

.some_product .box::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}

.some_product .box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.some_product .box i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  background: #fff;
  position: absolute;
  bottom: 20px;
  left: 10px;
  font-size: 20px;
}

.some_product .box:nth-child(1) i {
  color: #ff5200;
}

.some_product .box:nth-child(2) i {
  color: #ca470a;
}

.some_product .box:nth-child(3) i {
  color: #00d9ff;
}

.some_product .box:nth-child(4) i {
  color: #0077ff;
}

.some_product .box .pro_name {
  position: absolute;
  bottom: 30px;
  left: 30px;
  font-family: 'Poppins', sans-serif;
  font-size: 25px;
  color: #f6f6f6;
  font-weight: 600;
  opacity: 0;
  transition: all linear 0.3s;
}

.some_product .box .pro_name a {
  color: #fff;
}


.some_product .box.active .pro_name,
.some_product .box.active p {
  opacity: 1;
}

.some_product .box.active {
  width: 500px;
  transition: all linear 0.6s;
}

/* Hover effect styles */
.some_product .box.hover {
  transform: scale(1.05);
  /* Slightly enlarge on hover */
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  /* Add shadow on hover */
}

.some_product {
  margin: 80px 0;
  text-align: center;
}


.achievement {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.ach_bg {
  padding: 60px 0 0;
  background-color: #000000a9;
}


.safety .big_head {
  color: #fff;
  z-index: 9;
}
.safety .small_head {
  color: #fff;
}
.safety p {
  color: #fff;
}


.percentage {
  padding: 25px 0;
  opacity: 0;
}

.animation {
  height: 6px;
  background: #eeeeee;
  border-radius: 8px;
  overflow: hidden;
}

.animation-bar {
  height: 8px;
  width: 0;
  background: #085117;
  position: relative;
  -webkit-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
}

.show {
  opacity: 1;
  transform: translateY(100px);
  animation: come-in 0.8s ease forwards;
  -webkit-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
}

.come-in:nth-child(odd) {
  animation-duration: 0.6s;
  /* So they look staggered */
}

@keyframes come-in {
  to {
    transform: translateY(0px);
  }
}

.p50 {
  width: 50%;
}

.p80 {
  width: 80%;
}

.p70 {
  width: 70%;
}

.p68 {
  width: 68%;
}

.p73 {
  width: 73%;
}

.p100 {
  width: 100%;
}

.percentage .label {
  text-align: right;
  color: #fff;
  float: inline-end;
}


.always {
  margin: 25px 0px 30px 0px;
  padding: 25px 30px 25px 30px;
  background-color: #f6f6f6;
}

.great p {
  font-size: 20px;
  line-height: 35px;
}

.expert {
  color: #fff;
  display: inline-block;
}

.ac_img {
  padding: 0 40px;
}

.margin {
  margin: 80px 0;
}

.ser_item img {
  height: 350px;
  object-fit: cover;
}



.slick-track {
  align-items: center;
  display: flex;
}

.ser_item {
  margin: 5px;
  position: relative;
}

.ser_item span {
  position: absolute;
  bottom: 0%;
  background-color: #000000a6;
  color: #fff;
  padding: 10px;
  font-size: 17px;
  transition: ease-in-out .5s;
  width:100%;
}

.droupdown {
  position: absolute;
  background-color: #fff;
  left: 0;
  top: 60px;
  width: 250px;
  display: none;
  max-height: 300px;
  overflow: auto;
  z-index: 999;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.nab-navbar .droupdown li {
  padding: 0 !important;
}

.nab-navbar .droupdown li a {
  padding: 10px 23px;
  display: block;
  font-size: 14px;
}

.nab-navbar .droupdown li a:hover {
  background-color: #ba0913;
  color: #fff;
}


button.slick-prev.slick-arrow {
  display: none !important;
}

button.slick-next.slick-arrow {
  display: none !important;
}

.inv_img ul li {
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0;
  list-style: circle !important;
}

.inv_img ul {
  padding-left: 23px;
  margin: 28px 0;
}

.inv_img .img img {
  height: 300px;
  object-fit: cover;
}

.content_block_5 .content-box {
  background: #00530d;
  text-align: center;
}

.content_block_5 .content-box .icon-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.content_block_5 .content-box .counter-block {
  padding: 0px 0px;
}

.counter-block:first-child .counter-block-one .inner-box,
.counter-block:nth-child(3) .counter-block-one .inner-box {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.counter-block:first-child .counter-block-one .inner-box,
.counter-block:nth-child(2) .counter-block-one .inner-box {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.counter-block-one .inner-box .count-outer {
  position: relative;
  display: block;
  font-size: 65px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 3px;
}

.counter-block-one .inner-box p {
  font-size: 18px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.counter-block-one .inner-box {
  position: relative;
  padding: 65px 30px 65px 30px;
}

.inv_img .big_head {
  font-size: 32px;
}

.inv_img {
  padding-right: 40px;
}



.teu_bg .big_head {
  color: #fff;
  z-index: 9;
  font-size: 45px;
}

.teu_bg {
  background-color: #000000a6;
  padding: 200px 0 100px;
}

.trusted {
  margin-top: -200px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.star img {
  width: 150px;
  margin-bottom: 10px;
}

.name {
  font-size: 20px;
  color: #004d13;
  font-weight: 600;
}

.test_img {
  padding-right: 20px;
}

.test_img img {
  border-radius: 50%;
}

.test_item .row {
  align-items: center;
  margin-top: 30px;
}

.quotes img {
  position: absolute;
  width: auto;
  right: 0;
  bottom: 0;
}

.test_box {
  padding-left: 40px;
}

.test_item {
  position: relative;
}

.choose {
  background-color: #f6f6f6;
}

.why_box {
  padding: 50px 50px;
}

.some_box {
  display: flex;
  position: relative;
  padding: 20px;
  align-items: flex-start;
}

.some_icon {
  background-color: #004d13;
  width: 174px;
  height: 77px;
  padding: 15px;
  border-radius: 50%;
  position: relative;
  z-index: 9;
}

.some_box::after {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #004d13;
  border-radius: 10px;
  transition: ease-in-out .3s;
}

.so_text span {
  color: #000;
  font-size: 25px;
  font-weight: 600;
  position: relative;
  z-index: 9;
  transition: ease-in-out .3s;
}

.so_text p {
  position: relative;
  z-index: 10;
  transition: ease-in-out .3s;
}

.so_text {
  padding-left: 20px;
}

.some_box:hover::after {
  top: 0;
  height: 100%;
}

.some_box:hover p {
  color: #fff;
}

.some_box:hover span {
  color: #fff;
}

.choose {
  position: relative;
}

.bg_img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.contact {
  position: relative;
  background-attachment: fixed;
}

.con_bg {
  background-color: #000000a6;
}

.contact form {
  background-color: #fff;
  padding: 50px 40px;
}

.contact form input,
textarea,
select {
     width: 100%;
    border-color: #323232;
    background: #e7e3e3;
    color: #000000;
    padding: 15px 20px;
    border: none;
    margin-bottom: 20px;
    outline: #004d13;
}

.con_text {
  padding: 50px 0;
}

.con_text .big_head {
  color: #fff;
}
.con_text .small_head {
  color: #fff;
}
.contact .row {
  align-items: center;
}

.con_text ul li {
  color: #fff;
  margin: 15px 0;
  font-size: 18px;
}

.con_text ul li a {
  color: #fff;
}

.con_text ul li i {
  margin-right: 8px;
}

.co_bg_1 {
  position: absolute;
  right: 0;
  width: 100px;
  top: 30%;
  animation-name: topToBottom;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.co_bg_2 {
  position: absolute;
  left: 0;
  top: 70%;
  width: 100px;
  animation-name: topToBottom;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}


@keyframes topToBottom {
  0% {
    transform: translateY(-50px)
  }

  50% {
    transform: translateY(-10px)
  }

  to {
    transform: translateY(-50px)
  }
}


.all_btn {
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
    7px 7px 20px 0px rgba(0, 0, 0, .1),
    4px 4px 5px 0px rgba(0, 0, 0, .1);
  outline: none;
}

.all_btn2 {
  background: #004d13;
  border: none;
  z-index: 1;
}

.all_btn2:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 5px;
  background-color: #ffaf00;
  background-image: linear-gradient(315deg, #ffaf00 0%, #f6fc9c 74%);
  /* box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5);
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1); */
  transition: all 0.3s ease;
}

.all_btn2:hover {
  color: #000;
}

.all_btn2:hover:after {
  top: auto;
  bottom: 0;
  height: 100%;
}

.all_btn2:active {
  top: 2px;
}

.client_item img {
  width: auto;
}

footer {
  background-color: #000;
  padding-top: 60px;
  color: #fff;
}

.foot_head {
  font-size: 20px;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 600;
}

.foot_nav ul li a {
  color: #fff;
  display: block;
  padding: 5px 0;
  text-transform: capitalize;
}

.foot_logo img {
  width: 200px;
  background-color: #fff;
  padding: 5px;
  border-radius: 5px;
  margin-bottom: 8px;
}

.foot_con ul li a {
  color: #fff;
}

.foot_nav ul {
  display: flex;
  flex-wrap: wrap;
}

.foot_con li {
  margin: 10px 0;
}

.foot_nav ul li {
  font-size: 14px;
  width: 33%;
}

.foot_con ul li i {
  margin-right: 8px;
}

.foot_logo {
  margin-bottom: 30px;
}

.foot_nav {
  padding: 30px 0;
  border-top: 1px solid #494949;
}

.foot_nav2 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.foot_nav2 {
  padding: 30px 0 18px;
  border-top: 1px solid #494949;
}

.foot_nav2 ul li a {
  color: #fff;
  padding: 10px;
}

.copyright_area {
  padding: 15px 0;
  border-top: 1px solid #494949;
}

.copyright_area p {
  margin-bottom: 0;
  color: #fff;
  font-size: 15px;
}

.copyright_area p a {
  color: #fff;
  text-decoration: underline !important;
}

.foot_socal li a {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin: 12px 0;
}


/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #004d13;
  border-radius: 10px;
}












.what-app {
  position: fixed;
  z-index: 99;
}

.btn-whatsapp-pulse-border {
  bottom: 30px;
  right: 20px;
  animation-play-state: paused;
}

.btn-whatsapp-pulse {
  background: #25d366;
  color: white;
  position: fixed;
  bottom: 20px;
  left: 20px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 30px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

.btn-whatsapp-pulse-border::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 25px;
  border: 5px solid #25d366;
  opacity: 0.75;
  animation-name: pulse-border;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

.what-app i {
  font-size: 45px;
  color: #fff;
}

.marcket-plase a {
  display: block;
  width: 100%;
  margin-top: 20px;
}

.social-share ul {
  display: flex;
  margin-top: 10px;
  padding-left: 0;
}

.social-share button {
  border: none;
  background-color: #004d13;
  color: #fff;
  padding: 5px 10px;
  margin-right: 8px;
  font-size: 15px;
  border-radius: 5px;
}

.share-btn-box {
  margin-top: 15px;
}

.main_img {
  position: sticky;
  top: 130px;
}

@keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: 0.75;
  }

  75% {
    padding: 50px;
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.inner_header {
  position: relative;
}

.inner_header img {
  height: 500px;
  object-fit: cover;
}

.inner_header::after {
  content: "";
  background: linear-gradient(0deg, #00000094 15%, rgba(253, 187, 45, 0) 100%);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.inner_hrad {
  font-size: 50px;
  color: #fff;
  font-weight: bolder;
  text-transform: uppercase;
}

.brade_crom {
  display: flex;
}

.brade_crom a {
  color: #fff;
}

.brade_crom span {
  color: #fff;
}

.inner_header .inner_text {
  position: absolute;
  top: 55%;
  z-index: 9;
  left: 5%;
  text-align: left;
  width: auto;
}











.discover {
    padding: 60px 0;
    position: relative;
}

.dis_box {
    margin: 30px 0;
}

.discover::before,
.discover::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    border-radius: 0 200px 200px 0;
    background-image: linear-gradient(var(--gradient-direction, to right), rgb(254, 254, 254) 0%, #005508c9 100%);
    z-index: -1;
}

.discover::after {
    left: auto;
    right: 0;
    border-radius: 200px 0 0 200px;
    --gradient-direction: to left;
}

.img_vs {
    text-align: center;
}

.img_vs img {
    height: 450px;
    width: 300px;
    object-fit: cover;
}



.vs-icon {
    background-color: #9a563a;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 95px;
    text-align: center;
    position: relative;
    z-index: 1;
    border-radius: 50%;
    transition: all ease 0.4s;
}

.vs-icon img {
    width: 45px;
}

.service_style1 {
    display: flex;
    align-items: center;
    gap: 20px;
    text-align: right;
}

.service_style2 {
    text-align: left;
}

.service-content {
    width: 80%;
}

.service-content span {
    font-size: 20px;
    color: var(--primary);
    font-weight: 900;
}

.client a{
    display:block;
}
.client_item{
    margin:5px;
}







@media only screen and (max-width: 991px) {
  .top_mail a:last-child {
    display: none;
  }

  .logo img {
    width: 166px;
  }

  .nab-navbar ul li a {
    font-size: 16px;
  }

  .nab-navbar ul li {
    padding: 15px 12px;
  }

  .all_btn {
    display: none;
  }

  .creative-box {
    margin-bottom: 15px;
  }

  .img_tree {
    right: 30px;
  }

  .ab_text {
    margin-top: 70px;
  }

  .foot_nav ul li a {
    color: #fff;
    padding: 7px 13px;
    display: block;
  }

  .header_text .main_head {
    font-size: 40px;
  }


  .head-socail {
    display: none;
  }



  .slick-nav.prev-arrow.slick-arrow {
    top: 52%;
  }
}




@media only screen and (max-width: 900px) {
  .toggle {
    visibility: visible;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    order: 3;
    position: relative;
    z-index: 99;
  }

  .nav_bar_nav {
    position: revert;
    order: 3;
  }

  .nab-navbar {
    order: 3;
  }

  .toggle>* {
    width: 80%;
    height: 3px;
    background: #000;
    margin: 3px 0;
  }

  .toggle.active .line1 {
    transform: rotate(-45deg) translate(-5px, 6px);
  }

  .toggle.active .line2 {
    opacity: 0;
  }

  .toggle.active .line3 {
    transform: rotate(45deg) translate(-7px, -8px);
  }

  .nab-navbar .navigation {
    position: absolute;
    flex-direction: column;
    width: 100%;
    top: 100%;
    left: 0;
    background-color: #fff;
    z-index: 9999;
    display: none;
  }


  .navigation li {
    padding: 12px 9px;
    font-size: 15px;
    border-bottom: 1px solid #818181;
  }

  .navigation li a {
    color: #000;
  }

  .droupdown {
    position: revert;
    width: 100%;
  }

  .clk_btn {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    cursor: pointer;
    width: 47px;
    height: 46px;
    line-height: 37px;
    background: #000;
    text-align: center;
    display: block;
  }

  .droupdown li {
    padding: 0 !important;
  }

  .droupdown li a {
    color: #000;
  }


  .nab-navbar ul li {
    position: relative;
  }

  .nab-navbar ul li:hover .service_hover {
    opacity: 1;
    visibility: visible;
    top: 100%;
    z-index: 99;
  }

  .tab-content ul {
    display: block;
    position: revert;
  }

  .service_btn ul {
    display: block;
    position: revert;
  }

  .service_btn {
    width: 100%;
  }

  .ser_tab {
    height: 400px;
    overflow: auto;
  }

  .service_contant {
    width: 100%;
  }

}



@media only screen and (max-width: 767px) {
  .header_text .main_head {
    font-size: 30px;
  }

  .header_text {
    padding: 20% 0 0;
  }

  .head_img img {
    height: auto;
  }

  .big_head {
    font-size: 30px;
  }

  .ab_text {
    margin-top: 100px;
  }

  .ab_img .img2 img {
    width: 260px;
    height: 250px;
  }

  .ab_home {
    padding: 40px 0 11px;
  }

  .counter-block-one .inner-box {
    padding: 24px 30px 14px 30px;
  }

  .counter-block-one .inner-box .count-outer {
    font-size: 40px;
  }

  .teu_bg .big_head {
    font-size: 35px;
  }

  .foot_nav ul li {
    font-size: 14px;
    width: 48%;
  }
  .ab_img_home{
    width:100%;
  }
}

@media only screen and (max-width: 600px) {
  .inner_hrad {
    font-size: 30px;
  }
  .inner_header img{
    height: 350px;
  }
  .some_product{
    display: none;
  }
  .safety{
    padding-top: 40px;
  }
  .big_head img{
    width: 200px;
  }
  .test_box {
    padding-left: 0px;
}
.why_box {
  padding: 39px 16px;
}
.some_icon{
  height: 83px;
}
.margin {
  margin: 40px 0;
}
.co_bg_2{
  display: none;
}
.co_bg_1{
  display: none;
}

}

@media only screen and (max-width: 500px) {
  .foot_nav ul li{
    width: 100%;
  }
  .foot_nav2 ul li a{
    display: block;
  }
  .ab_text ul li{
    width: 100%;
  }
}