* {
  margin: 0%;

  padding: 0;

}


@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');




h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Merriweather", serif;
}

p {
  font-family: "Tajawal", sans-serif;
  font-size: 16px;
  line-height: 30px;
}

span {
  display: block;
  font-family: "Merriweather", serif;
}

.container {
  max-width: 1310px;
}

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;
}

@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-15px);
  }
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-15px);
  }
}

@keyframes moverr {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}

.creative-box img {
  transition: ease-in-out .2s;
  animation: moverr 1s infinite alternate;
}



.logo img {
  width: 170px;
}

.head-all {
  display: flex;

  justify-content: space-between;

  align-items: center;
}

.nab-navbar ul {
  display: flex;
  align-items: center;
}

.nab-navbar {
  display: flex;

  align-items: center;
}

nav {
  position: relative;

  width: 100%;

  z-index: 999;

}

.header {
  position: relative;
}

.header img {
  height: 650px;
  object-fit: cover;
}

.header::after {
  content: "";

  background: linear-gradient(60deg, rgb(0 0 0 / 74%) 32%, rgb(0 0 0 / 4%) 59%);

  position: absolute;

  width: 100%;

  top: 0%;

  left: 0;

  height: 100%;

  z-index: 1;
}

.nab-navbar ul li {
  padding: 15px 23px;
    position: relative;
  font-size: 14px;
}

.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: #000;
}

.nav-btn {
  margin-left: 20px;
}

header.header.slick-slide.slick-current.slick-active .header_text .main_head {
  animation: stickySlideDown 1.5s ease-in-out;
}

header.header.slick-slide.slick-current.slick-active .header_text p {
  animation: stickySlideDown 2s ease-in-out;
}

/* header.header.slick-slide.slick-current.slick-active img {
  animation: zoomInImage 2.5s ease-in-out;
} */

@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }

  to {
    transform: scale3d(1.1, 1.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);
  }
}


.head-socail {
  position: absolute;

  top: 32%;

  z-index: 99;

  left: 2%;
}

.head-socail a {
  display: block;

  margin-bottom: 30px;
}

.head-socail a img {
  width: 20px;
}

.cercal {
  z-index: 3;

  opacity: 0.4;

  width: 470px;

  height: 470px;

  background: #2de7be;

  border-radius: 50%;

  position: absolute;

  top: 15%;

  left: 25%;
}

.pogi-cercal {
  left: 25%;

  top: 15%;

  position: absolute;

  z-index: 4;
}

.pogi-cercal img {
  width: 150px;
}

.header_text {
  position: absolute;
  left: 8%;
  top: 30%;
  width: 50%;
  z-index: 99;
}

.header_text .main_head {
  font-size: 50px;

  font-weight: bolder;

  font-family: sans-serif;
  color: #fff;
}



.head-pera p {
  font-size: 18px;
  line-height: 30px;
  color: #fff;

}

.head-pera {
  margin-top: 30px;
}

.creative {
  margin: 40px 0;
  background-position: center center;

}

.creative-box {
  padding: 42px 18px 25px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  overflow: hidden;
  position: relative;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background-color: #fff;
}

.creative-box::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #428559;
  z-index: 1;
  transition: ease-in-out .3s;
}

.creative-box:hover::after {
  left: 0;
  right: auto;
  width: 100%;
}

.cret_box {
  position: relative;
  z-index: 99;
}
.cret_box span{
    display:block;
    font-size:22px;
    margin-top:15px;
}

.creative-box-l {
  border-right: none;
}

.creative-box h3 {
  color: #000;

  font-size: 18px;

  margin-top: 35px;

  margin-bottom: 15px;
}

.creative-box:hover h3 {
  color: #fff;
}

.creative-box:hover p {
  color: #fff;
}

.creative-box p {
  color: #000;

  font-size: 14px;

  font-weight: 200;
}

.creative-box img {
  width: 60px;
  z-index: 2;
  position: relative;
  border-radius: 50%;
  margin-left: 20px;
  margin-top: -30px;
  padding: 5px;
}

.img-1 {
  position: relative;
}

.main-head-1 h3 {
  color: #5ba7e4;

  font-family: Poppins;

  font-size: 19px;

  position: relative;

  margin-bottom: 22px;
}

.main-head-1 h3::after {
  content: "";

  position: absolute;

  bottom: -8px;

  left: 0;

  width: 78px;

  height: 3px;

  background-color: #5ba7e4;
}

.ab-text p {
  color: #7b7d8f;

  font-size: 15px;

  line-height: 25px;
}

.main-head-1 p {
  color: #040642;

  font-size: 16px;

  margin-bottom: 0;
}

.main-head-1 span {
  color: #7b7d8f;

  font-family: Poppins;

  font-size: 14px;
}

.heaho-aboutrt {
  margin-top: 70px;
}

.ho-about img {
  animation: mover 1s infinite alternate;
}

.ho-about h4 {
  font-size: 30px;

  color: #040642;

  font-weight: 600;

  margin: 20px 0;

  line-height: 43px;
}

.ab-text {
  padding-left: 20px;

  padding-right: 90px;
}

.main-head-1 h4 {
  font-size: 30px;

  color: #040642;

  font-weight: 600;

  margin: 20px 0;

  line-height: 43px;
}

.contact .main-head-1 h4 {
  color: #fff;
}

.ho-about .img {
  padding-left: 50px;
}

.all-btn {
  margin-top: 40px;
}

.all-btn a {
  background-color: #5ba7e4;
  color: #fff;
  padding: 16px 34px;
  font-size: 15px;
  margin: 0 13px;
}

.all_btn {
  border-radius: 5px;
  background-color: #428559;
  font-size: 15px;
  color: #fff;
  padding: 19px 25px;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  gap: 15px;
  transition: .5s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  line-height: 1;
  border: none;
}

.all_btn::after {
  position: absolute;
  content: "";
  display: block;
  left: 15%;
  right: -20%;
  top: -4%;
  height: 150%;
  width: 150%;
  bottom: 0;
  border-radius: 2px;
  background-color: #0a1019;
  transform: skewX(45deg) scale(0, 1);
  z-index: -1;
  transition: all .5s ease-out 0s;
}

.all_btn:hover::after {
  transform: skewX(45deg) scale(1, 1);
}

.all_btn:hover {
  color: #fff;
}

.all-job li .all_btn i {
  color: #fff;
}

.all-job .all_btn {
  padding: 19px 40px;
  font-size: 18px;
}

/* hover nav */
.service_hover {
  position: absolute;
  width: 100%;
  /* background: linear-gradient(94deg, #5eb0eb -56.81%, #01a759 -3.21%, #03a457 44.09%, #dc5800 100.85%); */
  background-color: #01a759;
  padding: 0 15px;
  width:260px;
  top: 100%;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: ease-in-out .3s;
      z-index: 9;
}

.nab-navbar ul li:hover .service_hover {
  opacity: 1;
  visibility: visible;
}
.header:first-child .main_head{
    display:none;
}
.ser_tab {
  display: flex;
  flex-wrap: wrap;
}


.service_contant {
  width: 70%;
  padding: 25px 0px;
}

.nav-item {
  display: block;
  width: 100%;
}

.nab-navbar ul {
  flex-wrap: wrap;
  padding: 15px 0;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: #428559;
}

.nab-navbar ul li .nav-item {
  padding: 3px 4px;
}

.list_item a {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  font-size: .875em;
  text-transform: uppercase;
}

.list-item__img {
  width: 2em;
  height: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 0.375em;
  margin: 0 10px 0 0;
}

.list_item {
  width: 33.33%;
}

.list_item img {
  width: 60%;
  height: 60%;
}

.list-item__head {
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 15px;
  text-transform: capitalize;
}

.list-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 2em 0em;
  border-top: 1px solid #fff;
}

.list-wrapper .list_item {
  padding: 10px 10px;
}

.sev_main_head {
  padding: 16px 21px 18px;
  color: #fff;
}

.sev_main_head span {
  font-size: 25px;
}


.head-socail img {
  height: auto;
}

.clk_btn {
  position: absolute;
  color: #fff;
  cursor: pointer;
  right: 0;
  top: 14px;
  display: none;
}

.slick-nav.next-arrow.slick-arrow {
  position: absolute;
  top: 40%;
  right: 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: 49%;
  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);
}

.ab_img {
      position: sticky;
    top: 100px;
}

.ab_img .img2 {
  position: absolute;
  left: 0;
  bottom: -50px;
  height: 200px;
  width: 200px;
  border-radius: 50%;
}

.ab_img .img2 img {
  border-radius: 10%;
  height: 200px;
  width: 200px;
  object-fit: cover;
  animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
  animation-duration: 5s;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.ab_img .img {
  border-radius: 50%;
  width: 550px;
  height: 550px;
}

.ab_img .img img {
  width: 550px;
  height: 550px;
  object-fit: cover;
}

@keyframes alltuchtopdown {
  0% {
    transform: rotateX(0deg) translateY(0)
  }

  50% {
    transform: rotateX(0deg) translateY(-20px)
  }

  to {
    transform: rotateX(0deg) translateY(0)
  }
}

.margin {
  margin: 60px 0;
}

.img_tree {
  position: absolute;
  right: -50px;
  bottom: 0;
  animation-name: rightToLeft;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes rightToLeft {
  0% {
    transform: translateX(-40px)
  }

  50% {
    transform: translateX(-10px)
  }

  to {
    transform: translateX(-40px)
  }
}



.small_head img {
  width: 50px;
  display:none;
}

.small_head {
  font-size: 25px;
  color: #01a759;
  font-weight: 500;
}

.big_head {
  font-size: 30px;
  margin: 8px 0;
  font-weight: 600;
}

.sppb-icon i
 {
    transform: rotateY(180deg);
}

.tabs__btn.active {
  color: #fff;
  font-weight: 400;
  background-color: #428559;
}

.tabs__btn:hover {
  color: #fff;
  background-color: #428559;
}

.tabs__btn {
  padding: 8px 15px;
  font-size: 18px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin-bottom: 5px;
  transition: ease-in-out .3s;
  cursor: pointer;
}

.tabs__btn i {
  margin-right: 10px;
}

.tabs__body {
  font-size: 18px;
}

.tabs__body.active {
  display: block;
}

.products {
  margin-top: 130px;
  text-align: center;
}

.tabs__navigation {
  text-align: left;
  position: sticky;
  top: 130px;
}

.pro_box {
  position: relative;
}



.pro_box span {
  position: absolute;
  bottom: 0;
  background-color: #000000ad;
  color: #fff;
  padding: 10px;
  font-size: 18px;
  width: 100%;
}

.some_bg {
  background-color: #0000009d;
  padding: 60px 0;
}

.something {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

.some_head .big_head {
  color: #fff;
}

.something p {
  color: #fff;
  position: relative;
  z-index: 9;
  transition: ease-in-out .3s;
}

.some_box {
  display: flex;
  position: relative;
  padding: 20px;
  align-items: flex-start;
}

.some_box::after {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  border-radius: 10px;
  transition: ease-in-out .3s;
}

.some_box:hover::after {
  top: 0;
  height: 100%;
}

.some_icon {
    background-color: #428559;
    width: 90px;
    height: 83px;
    padding: 20px 21px;
    border-radius: 50%;
    position: relative;
    z-index: 9;
}

.so_text {
  padding-left: 20px;
  width:100%;
}

.so_text span {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  position: relative;
  z-index: 9;
  transition: ease-in-out .3s;
}

.some_box:hover span {
  color: #000;
}

.some_box:hover p {
  color: #000;
}

.test_item img {
  width: 100px;
  margin: auto;
  border-radius: 50%;
}

.test_slider {
  padding: 50px 15%;
}

.testmonial {
  padding: 60px 0 130px;
  position: relative;
}

.name {
  font-size: 22px;
  margin: 10px 0;
  color: #01a759;
  font-weight: 600;
}

.t_img img {
  width: auto;
}

.t_img {
  position: absolute;
}

.t-1 {
  left: 30%;
  animation-name: rightToLeft;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.t-2 {
  right: 30%;
  animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
  animation-duration: 5s;
}

.t-3 {
  left: 35%;
  bottom: 10%;
  left: 30%;
  animation-name: rightToLeft2;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.t-4 {
  top: 30%;
  right: 40%;
  animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
  animation-duration: 5s;
}

.t-5 {
  left: 40%;
  top: 40%;
  animation-name: rightToLeft2;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.t-6 {
  right: 20%;
  top: 35%;
  animation-name: rightToLeft;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.t-7 {
  right: 30%;
  bottom: 15%;
  animation-name: rightToLeft2;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.t-8 {
  left: 20%;
  top: 45%;
  animation-name: rightToLeft;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.t-9 {
  bottom: 18%;
  right: 20%;
  animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
  animation-duration: 5s;
}


@keyframes rightToLeft2 {
  0% {
    transform: scale(.5)
  }

  50% {
    transform: scale(1)
  }

  to {
    transform: scale(.5)
  }
}


button.slick-prev.slick-arrow {
  display: none !important;
}

button.slick-next.slick-arrow {
  display: none !important;
}

.pro_item {
  margin: 8px;
}


.videos {
  position: relative;
}

.videos video {
  object-fit: cover;
}

.videos::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(60deg, #00000094 32%, rgb(0 0 0 / 4%) 59%);
}

.video_text .big_head {
  color: #fff;
}

.video_text {
  position: absolute;
  left: 5%;
  top: 20%;
  z-index: 9;
  width: 60%;
}

.video_text p {
  color: #fff;
}

.contact {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #eff2f5;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 100% 100%;
  background-size: 20%;
  box-shadow: 0 0 0 0 #ffffff;
}

.contact form input,
textarea,
select {
  background: #f8f8f8;
  color: #212529;
  font-size: 14px;
  border-color: rgba(0, 0, 0, 0);
  border-width: 0 0 0 0;
  border-radius: 4px;
  padding: 15px 20px 15px 20px;
  width: 100%;
  transition: .35s;
  margin-bottom: 10px;
  outline: none;
}

.contact form {
  background-color: #fff;
  padding: 50px;
  border-radius: 5px;
}

.sppb-media {
  display: flex;
}

.sppb-icon-container {
  box-shadow: 0 0 0 0 #ffffff;
  display: inline-block;
  text-align: center;
  padding: 10px 14px;
  color: #ffffff;
  background-color: #428559;
  border-width: 0px;
  border-radius: 400px;

}

.sppb-icon {
  margin-right: 15px;
}

.sppb-addon-text a {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}

.sppb-media {
  margin: 30px 0;
}

.contact_detail {
  padding-top: 30px;
  padding-left: 30px;
}

.socal_icon a {
  color: #fff;
  font-size: 16px;
  margin: 0 4px;
  background-color: #428559;
  padding: 8px 11px;
  border-radius: 3px;
}

footer {
  background-color: #000;
  padding-top: 60px;
}

footer .row {
  align-items: center;
}

.foot_logo img {
  width: 200px;
}

.foot_logo {
  border-right: 1px solid #494949;
}

.foot_nav ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}

.foot_nav ul li a {
  color: #fff;
  padding: 0 13px;
}

.foot_nav ul li a:hover {
  color: #428559;
}

.foot_cont ul li a {
  color: #fff;
}

.foot_cont ul li a:hover {
  color: #428559;
}

.foot_cont ul li {
  margin: 10px 0;
}

.foot_cont ul li i {
  margin-right: 8px;
}

.copyright_area {
  margin-top: 60px;
  background-color: #242424;
}

.copyright_area p {
  margin-bottom: 0;
  color: #fff;
  padding: 10px;
}

.copyright_area p a {
  color: #fff;
  text-decoration: underline !important;
}

.foot_text {
  margin: 30px 0;
  padding: 30px 0;
  border-top: 1px solid #494949;
   border-bottom: 1px solid #494949;
}

.foot_text p {
  color: #fff;
}



.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: #428559;
  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: 450px;
  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;
}

.in_product .row{
    align-items: center;
}

.in_product_slider .slick-nav.prev-arrow.slick-arrow {
    position: absolute;
    top: 86%;
    right: 40%;
    background: transparent;
       padding: 4px 10px;
    color: #000;
    cursor: pointer;
    border: 1px solid #000;
    transform: rotate(45deg);
}
.in_product_slider .slick-nav.next-arrow.slick-arrow{
    top: 86%;
    right: auto;
    left:40%;
    color: #000;
    padding: 4px 10px;
    border: 1px solid #000;
}

.in_product{
    background: #fff;
}
.in_pro_text {
    padding: 30px 0px 30px 40px;
}
.in_pro_text .small_head{
    font-size:40px;
}


.advantages ul{
    padding-left: 0;
    display: flex;
        flex-wrap: wrap;

    gap: 30px;
}

.advantages ul li a{
    padding: 10px 25px;
    background: #428559;
    color: #fff;
    cursor: pointer;
    display: block;
}

.Suitable ul{
    padding-left: 0;
}
.Suitable{
     margin-top:30px;
}
.Suitable ul li{
    font-size: 17px;
    margin: 10px 0;
    font-weight: 600;
}

.tec_head{
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    color: #428559;
    margin-bottom: 10px;
}
.ser_nav ul {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    justify-content: center;
}
.ser_nav ul li a{
    color:#fff;
}



table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom:30px;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px 10px;
}

tr:nth-child(even) {
    background-color: #428559;
    color: #fff;
}

table p{
    margin-bottom:0;
    font-size: 14px;
    text-align: center;

}


.in_pro_text ul li{
    list-style: circle !important;
    margin: 10px 0 !important;
    font-weight: 600;
}





@media only screen and (max-width: 991px) {
  .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;
  }

  .header img {
    height: 600px;
  }

  .head-socail {
    display: none;
  }

  .header_text {
    left: 4%;
  }

  .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;
  }

  .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);
  }

  .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: #000;
    cursor: pointer;
    width: 47px;
    height: 46px;
    line-height: 37px;
    background: #fff;
    text-align: center;
    display: block;
  }

  .droupdown li {
    padding: 0 !important;
  }

  .droupdown li a {
    color: #000;
  }

  .nab-navbar ul {
    position: absolute;
    flex-direction: column;
    width: 100%;
    top: 100%;
    left: 0;
    background-color: #fff;
    z-index: 9999;
    display: none;
  }

  .nab-navbar ul li {
    position: relative;
  }

  .nab-navbar ul li:hover .service_hover {
    opacity: 1;
    visibility: visible;
    top: 100%;
    z-index: 99;
    position: revert;
    width: 100%;
  }

  .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) {
  .img_tree {
    display: none;
  }

  .tabs__content {
    margin-top: 30px;
  }

  .test_slider {
    padding: 27px 1%;
  }

  .big_head {
    font-size: 30px;
  }

  .video_text {
    left: 2%;
    top: 20%;
    width: 92%;
  }
  .videos::after{
    background: linear-gradient(60deg, #00000094 32%, #00000066 59%);
  }
  .foot_cont ul{
    padding-left: 0;
  }
  .header_text{
    width: 70%;
  }
  .header_text .main_head{
    font-size: 35px;
  }
  .head-pera p{
    font-size: 16px;
  }
  .list_item{
    width: 100%;
  }
  .service_contant{
    padding: 0 0 ;
  }
  .sev_main_head{
    padding: 6px 10px 6px;
  }
  .sev_main_head span {
    font-size: 20px;
}
}

@media only screen and (max-width: 650px) {
  .margin {
    margin: 30px 0;
}
.head-pera p{
  display: none;
}
.header img {
  height: 424px;
}
.slick-nav.next-arrow.slick-arrow{
  display: none !important;
}
.slick-nav.prev-arrow.slick-arrow{
  display: none !important;
}
.header_text{
  top: 58%;
}
.header_text .main_head{
  font-size: 25px;
}
.big_head{
  font-size: 25px;
}
.so_text span{
  font-size: 22px;
}
.contact_detail{
  padding-left: 0;
}
.inner_hrad{
  font-size: 30px;
}
.inner_header img{
  height: 350px;
}
}

@media only screen and (max-width: 500px) {
  .some_icon {
    width: 96px;
    height: 67px;
    padding: 15px;
  }
  .copyright_area{
    margin-top: 25px;
  }
  .ab_img .img img{
    width: 100%;
    height: auto;
  }
  .ab_img .img{
    width: 100%;
    height: auto;
  }
  .ab_img .img2{
    display: none;
  }
  .ab_img .img{
    border-radius: 0;
  }
  
}
.spce-img{
    display: block;
    max-width: 80%;
    margin: auto;
}


body{
    position: relative;
}
/*.balence{*/
/*     color: #fff;*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left: 0;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    background: #000000ab;*/
/*    z-index: 9999999;*/
/*    font-size: 60px;*/
/*    text-align: center;*/
/*    padding-top: 20%;*/
/*    font-weight: 900;*/

/*}*/






