* {
  margin: 0%;

  padding: 0;

}

@import url('https://fonts.googleapis.com/css2?family=Metrophobic&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Varela+Round&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Metrophobic&display=swap');


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Varela Round", sans-serif;
}

p {
  font-family: "Metrophobic", sans-serif;
  font-size: 17px;
  line-height: 30px;
  color: #828599;
}

span {
  display: block;
  font-family: "Varela Round", sans-serif;
}


ul {
  padding-left: 0;
}

li {
  list-style: none !important;
  font-family: "Varela Round", sans-serif;
}

a {
  text-decoration: none !important;
  transition: ease-in-out 0.3s;
  font-family: "Varela Round", sans-serif;
}

img {
  width: 100%;

  transition: ease-in-out 0.3s;
}

.img img:hover {
  transform: scale(1.1);
}

.img {
  overflow: hidden;
}



.logo img {
  width: 100px;
  background-color: #fff;
}

.head-all {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
}


.nab-navbar .navigation {
  display: flex;
  align-items: center;
}

.nab-navbar {
  display: flex;

  align-items: center;
}

nav {
  /*position: absolute;*/
  width: 100%;
  z-index: 999;

}


.header {
  position: relative;
}


.nab-navbar ul li {
  padding: 15px 20px;
  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;
  font-weight: 600;
}

.nab-navbar .droupdown li {
  padding: 0;
}

.nab-navbar .droupdown a {
  color: #000;
  padding: 13px 15px;
  display: block;
}

.nab-navbar ul li a:hover {
  color: #f00409;
}

.nab-navbar .droupdown a:hover {
  background-color: #f00409;
  color: #fff;
}

.nav-btn {
  margin-left: 20px;
}

.header.slick-slide.slick-current.slick-active .header_text .main_small {
  animation: stickySlideDown 1s ease-in-out;
}

.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_h {
  animation: zoomInImage 2.5s ease-in-out;
}

.header.slick-slide.slick-current.slick-active::after {
  animation: stickySlideDown 2s ease-in-out;
}

@keyframes zoomInImage {
  from {
    transform: scale3d(.8, .8, .8);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes stickySlideDownx {
  from {
    transform: scale(1.1);
  }
}

@keyframes stickySlideDown {
  0% {
    -webkit-transform: translateY(-200px);

    transform: translateY(-200px);

    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);

    transform: translateY(0);

    position: 1;
  }
}

#myHeader.sticky {
  position: fixed;
  background-color: #fff;

  width: 100%;

  top: 0;

  z-index: 9999;

  animation: slideDown 1s ease-out;

}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

#myHeader.sticky .nab-navbar ul li a {
  color: #000;
}

#myHeader.sticky .top {
  display: none;
}

#myHeader.sticky .logo img {
  width: 88px;
}

.main_small {
  font-weight: 600;
  font-size: 25px;
  font-style: italic;
  color: #fff;
}

.header_text {
  background-image: linear-gradient(135deg, #6d0eb1 59%, #080ab4 100%);
  background-color: #6d0eb1;
  fill: #6d0eb1;
  position: relative;
    z-index: 999;
}
.header_text:after{
 position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0000008c;
}
.header_text .container-fluid{
    position: relative;
    z-index: 99;
}
.head_b {
    display: none;
}

.header_text .main_head {
  font-size: 65px;
  font-weight: 800;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f00409));
  background-color: transparent;
  background-clip: text;
  -o-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  line-height: 1.1em;
}

.head-pera p {
  font-size: 19px;
  line-height: 30px;
}

.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%;
  object-fit: cover;
  margin: auto;
}


.head_img {
  position: relative;
  z-index: 9;
}


.header {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.header_text {
  padding: 6% 0 0% 8%;
  background-size: cover;
  background-position: center;
}

.header_text .row {
  align-items: center;
}


.banner_text p {
  color: #fff;
}

.top_mail a {
  color: #fff;
  font-weight: 600;
}

.top_mail a i {
  margin-right: 8px;
  font-size: 20px;
  color: #fff;
}

.head_btn {
  display: flex;
  align-items: center;
  z-index: 9;
  gap: 15px;
}

.phone_icon {
  background-color: #fff;
  border-radius: 50%;
  padding: 5px 9px;
}

.phone_text span {
  color: #fff;
  font-weight: 600;
  font-size: 15px;
}

.phone_text a {
  color: #f9b425;
  font-weight: 600;
  font-size: 20px;
}

.socal_media {
  display: flex;
  gap: 2px;
  justify-content: right;
}

.socal_media a {
  color: #fff;
  border-radius: 50%;
  padding: 5px 9px;
  font-size: 18px;
}

.search i {
  background-color: #fff;
  padding: 10px;
  border-radius: 50%;
  color: #000;
  cursor: pointer;
  font-size: 20px;
}

.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;
}

.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;
}

.top_mail {
  display: flex;
  gap: 25px;
  font-size:14px;
}

.top {
  position: relative;
  z-index: 9;
      background: #e50f11;
  padding: 1px 0;
  border-bottom: 1px solid #ffffff8e;
}

.top .row {
  align-items: center;
}

.cloud {
  top: 0;
  left: 0;
  position: absolute;
  animation-name: rightToLeft;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.he_line {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
  opacity: .4;
  width: 60%;
}

.head_img .img_h {
  position: relative;
  z-index: 9;
}

.main_head {
  position: relative;
  overflow-y: hidden;
}


@keyframes rightToLeft {
  0% {
    transform: translateX(-50px)
  }

  50% {
    transform: translateX(-10px)
  }

  to {
    transform: translateX(-50px)
  }
}





.ball-container {
  position: absolute;
  bottom: 0;
  height: 200px;
  width: 82px;
  animation-name: moveit;
  animation-duration: 8s;
  animation-direction: alternate;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.ball {
  position: absolute;
  height: 80px;
  width: 80px;
  border-radius: 40px;
  background: radial-gradient(at 20px 20px, rgba(191, 142, 250, 1) 0%, rgba(58, 16, 105, 1) 100%);
  box-shadow: inset -10px -10px 10px rgba(0, 0, 0, .6);
  animation-name: bounce;
  animation-duration: 0.5s;
  animation-direction: alternate;
  animation-timing-function: cubic-bezier(.5, 0, 1, .5);
  animation-iteration-count: infinite;
  background-image: url(../img/football.webp);
  background-size: cover;
}

.ball-shadow {
  margin-top: 120px;
  margin-left: -8px;
  height: 100px;
  width: 100px;
  background-color: rgba(0, 0, 0, 0.6);
  filter: blur(8px);
  border-radius: 50px;
  animation-name: scaleit;
  animation-duration: 0.5s;
  animation-direction: alternate;
  animation-timing-function: cubic-bezier(.5, 0, 1, .5);
  animation-iteration-count: infinite;
}


@keyframes moveit {
  0% {
    left: 0%;
  }

  100% {
    left: 93%
  }
}

@keyframes bounce {
  0% {
    top: 0px;
    transform: scale(1, 1);
  }

  80% {
    transform: scale(0.85, 1);
  }

  100% {
    top: 120px;
    transform: scale(1.2, 0.6);
  }
}

@keyframes scaleit {
  0% {
    transform: scale(0.4, 0.1);
    opacity: 0.3;
  }

  100% {
    transform: scale(1, 0.2);
  }
}


.top_item{
  text-align: center;
  margin: 10px;
}
.top_item img{
  height: 200px;
  object-fit: cover;
}
.top_item span{
  font-size: 18px;
  color: #000;
  font-weight: 600;
  margin-top: 10px;
}

button.slick-prev.slick-arrow{
  display: none !important;
}

button.slick-next.slick-arrow{
  display: none !important;
}

.margin{
  margin: 60px 0;
}

.ab_img{
  position: sticky;
  top: 100px;
}

.ab_img .shape2 {
  position: absolute;
  width: 171px;
  height: 159px;
  background-color: #f00409;
  border-radius: 15px;
  right: 330px;
  top: 230px;
  animation-name: rightToLeft;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.shape1{
  position: absolute;
  top: 106px;
  right: 275px;
  z-index: -1;
  width: auto;
  animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
  animation-duration: 5s;
  border-radius: 0;
}
.ab_img .img1{
  text-align: right;
}
.ab_img .img1 img{
  width: 60%;
  height: 400px;
}

.ab_img .img-group {
  display: flex;
  gap: 19px;
  padding-top: 14px;
}
.ab_img img{
  border-radius: 10px;
}
.img-group img{
  height: 180px;
  object-fit: cover;
}

.margin{
  margin: 80px 0;
}



@keyframes alltuchtopdown {
  0% {
      transform: rotateX(0deg) translateY(0)
  }

  50% {
      transform: rotateX(0deg) translateY(-20px)
  }

  to {
      transform: rotateX(0deg) translateY(0)
  }
}



.small_head{
  font-size: 20px;
  font-weight: 600;
  color: #f00409;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.big_head{
  font-size: 40px;
  font-weight: 600;
}

.ab_text ul{
  padding-left: 20px;
  margin: 20px 0;
}
.ab_text ul li{
  font-size: 17px;
  margin: 10px 0;
  color: #000;
  font-weight: 600;
  list-style: circle !important;
}

.counter{
  background-color: #490d59 ;
  color: #fff;
  padding: 60px 0;
}

.num_count{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 50px;
  font-weight: 600;
}
.count-icon img{
  width: 70px;
}

.count-title{
  font-size: 20px;
}


.product{
  position: relative;
}

.pro_text{
  padding: 20px;
}
.pro_item span{
  font-size: 25px;
  font-weight: 600;
  color: #fff;
}
.pro_item{
  text-align: left;
  margin: 10px;
  background-color: #490d59a6;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: ease-in-out .5s;
}
.pro_item:hover{
  background-color: #490d59;
}
.pera{
  text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.pera p{
  color: #fff;
  font-size: 15px;
}
.pro_btn a{
  color: #fff;
  font-size: 18px;
  display: block;
  margin: 10px 0;
}
.pro_item img{
  height: 250px;
  object-fit: cover;
}

.pro_bg{
  position: absolute;
  left: 0;
  bottom: -120px;
  height: 450px;
  z-index: -1;
}


.star{
  width: 130px;
  margin: 10px auto;
}
.testmonial{
  margin-top: 180px;
}
.testmonial .container{
  position: relative;
  padding: 150px 0 140px;
}
.test_box img{
  width: 80px;
  margin-right: 15px;
}
.test_name{
  text-align: left;
}
.test_name .name{
  font-size: 23px;
  color: #f00409;
  font-weight: 600;
}

.test_slider{
  padding: 0 9%;
}
.testmonial p{
  color: #000;
  font-size: 15px;
}
.test_bg{
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.shape_1{
  position: absolute;
  width: auto;
  left: 0;
  top: 0;
  animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
  animation-duration: 3s;
}

.client_item img{
  width: auto;
  height: 80px;
  margin: auto;
}
.client_slider{
  align-items: center;
}
.client_item{
  text-align: center;
}
.why_box{
  padding: 30px 20px;
  height: 330px;
}
.why_box img{
  width: 70px;
}
.why_choose{
  padding: 250px 0 80px;
  background-repeat: no-repeat;
}
.why_box span{
  font-size: 19px;
  margin: 15px 0;
  font-weight: 600;
}
.why_choose .small_head{
  color: #fff;
}
.why_choose .big_head{
  color: #fff;
}
.contact form input, select, textarea{
  width: 100%;
  padding: 8px;
  margin: 15px 0;
  background-color: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.contact form select option{
  color: #000;
}
.contact form input::placeholder{
  color: #fff;
}
.contact form {
  background-color: #6e0fb1;
  padding: 30px;
  border-radius: 10px;
}
.form_text ul li a{
  color: #000;
}
.form_text ul li{
  margin: 15px 0;
  font-weight: 600;
  font-size: 18px;
}
.form_text{
  padding-left: 40px;
}

.form_text ul li i{
  color: #f00409;
  margin-right: 10px;
}
.form_text .socal_media{
  justify-content: left ;
  margin-top: 20px;
}

.form_text .socal_media a{
  color: #f00409;
  font-size: 25px;
}




.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;
  border: none;
}


.all_btn2 {
  /* background: rgb(22,9,240); */
background: linear-gradient(0deg, #f00409 0%, #d37173 100%);
  color: #fff;
  border: none;
  transition: all 0.3s ease;
  overflow: hidden;
}
.all_btn2:after {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  -webkit-transform: scale(.1);
  transform: scale(.1);
}
.all_btn2:hover {
  color: #fff;
  border: none;
  background: transparent;
}
.all_btn2:hover:after {
  background: rgb(0,3,255);
background: linear-gradient(0deg, #490d59 0%,  #6e0fb1 100%);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.form_text .big_head{
  font-size: 30px;
}

footer{
  padding-top: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.foot_logo img{
  width: 150px;
  margin-bottom: 10px;
}
.cloud_one{
  position: absolute;
  width: auto;
  left: 2%;
  top: 20%;
  animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    animation-duration: 3s;
}
.cloud_two{
  position: absolute;
  width: auto;
  left: 20%;
  top: 25%;
  animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    animation-duration: 5s;
}

.foot_logo p{
  color: #fff;
  font-size: 15px;
}
.foot_head{
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.foot_nav ul li a{
  color: #fff;
  font-size: 17px;
  display: block;
  margin: 10px 0;
  font-size: 16px;
}
.foot_loc ul li a{
  color: #fff;
}
.foot_loc ul li{
  color: #fff;
  margin: 20px 0;
  font-size: 16px;
}
.foot_loc .socal_media{
  justify-content: left;
}
.foot_loc ul li i{
  margin-right: 5px ;
}

.foot_nav ul{
  height: 220px;
  overflow: auto;
}

.foot_nav2 ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.foot_nav2 ul li a{
  color: #fff;
  display: block;
  padding: 10px 15px;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #f00409; 
  border-radius: 10px;
}


.copy_right {
  border-top: 1px solid #999999;
  padding: 20px 0;
  margin-top: 30px;
  text-align: center;
}
.copy_right p {
  margin-bottom: 0;
  color: #ffff;
  font-size: 14px;
}
.copy_right a {
  color: #fff;
  text-decoration: underline !important;
}
i.fa-solid.fa-heart {
  color: red;
}

















.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: #052137;
  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;
}

.marcket-plase {
  margin: 60px 0;
}

@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: 60%;
  z-index: 9;
  left: 5%;
  text-align: left;
  width: auto;
}

.marcket-plase{
  margin-top: 150px;
}




@media only screen and (max-width: 1024px) {
  .header_text .main_head{
    font-size: 45px;
  }
}


@media only screen and (max-width: 991px) {
  .nab-navbar ul li{
    padding: 15px 17px;
  }
  .nab-navbar ul li a{
    font-size: 16px;
  }
  .top_mail a:last-child{
    display: none;
  }
  .test_bg{
    top: 140px;
  }
  .testmonial .container {
    padding: 31px 0 72px;
    height: 350px;
}
.why_box {
  background-repeat: no-repeat;
  background-size: cover;
}
.form_text{
  margin-top: 30px;
  padding-left: 0;
}
.header_text {
  padding: 20% 0 0% 8%;
}
}


@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: #fff;
    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 #fff;
  }

  .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;
    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;
  }

  .nab-navbar ul li {
    padding: 15px 16px;
  }
  .nab-navbar ul li a{
    color: #000;
  }
  #myHeader.sticky .toggle>*{
    background-color: #000;
  }

}


@media only screen and (max-width: 767px) {
  .header_text {
    padding: 24% 0 0% 8%;
}
.count-area-content{
  margin: 15px 0;
}
.big_head {
  font-size: 27px;
}
.cloud_two{
  top: 5%;
}
.cloud_one{
  top: 10%;
}
.inner_hrad{
  font-size: 30px;
}
.inner_header img {
  height: 400px;
}
}

@media only screen and (max-width: 610px) {
  .header_text {
    padding: 34% 0 0% 0%;
}
.num_count{
  font-size: 40px;
}
.shape_1{
  display: none;
}
.slick-nav.next-arrow.slick-arrow{
 display: none !important;
}
.slick-nav.prev-arrow.slick-arrow{
  display: none !important;
}
}
@media only screen and (max-width: 550px) {
  .header_text {
    padding: 39% 0 0% 0%;
}
.header_text .main_head{
  font-size: 37px;
}
.header-search-wrapper .search-form-main .search-field{
  width: 88%;
}
.ball-container{
  display: none ;
}
.top_item img {
  margin: auto;
  width: 200px;
  height: auto;
  object-fit: cover;
}
.margin{
  margin: 50px 0;
}
.ab_img .img1 img {
  width: 73%;
  height: 350px;
}
.ab_img .shape2{
  right: 312px;
  top: 187px;
}
.test_bg{
  display: none;
}
.test_slider {
  padding: 0 1%;
}
.product {
  margin-bottom: 90px;
}
}

@media only screen and (max-width: 450px) {
  .header_text{
    padding: 50% 0 0% 0%;
  }
  .why_choose {
    padding: 14px 0 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
.why_choose .big_head{
  color: #000;
}
.why_choose .small_head{
  color: #000;
}
}