* {
  margin: 0%;

  padding: 0;

}


@import url('https://fonts.googleapis.com/css2?family=Metrophobic&display=swap');

@font-face {
  font-family: 'Zen Dots';
  src: url('../font/ZenDots-Regular.woff2') format('woff2'),
    url('../font/ZenDots-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}





h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Zen Dots", sans-serif;
}

p {
  font-family: "Metrophobic", sans-serif;
  font-size: 17px;
  line-height: 30px;
  color: #828599;
}

span {
  display: block;
  font-family: "Zen Dots", sans-serif;
}



ul {
  padding-left: 0;
}

li {
  list-style: none !important;
  font-family: "Josefin Sans", sans-serif;
}

a {
  text-decoration: none !important;
  transition: ease-in-out 0.3s;
  font-family: "Josefin Sans", sans-serif;
}

img {
  width: 100%;

  transition: ease-in-out 0.3s;
}

.img img:hover {
  transform: scale(1.1);
}

.img {
  overflow: hidden;
}



.logo img {
  width: 110px;
  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: relative;
  width: 100%;
  z-index: 999;

}


.nab-navbar ul li {
  padding: 18px 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: 16px;
}

.nab-navbar .droupdown li {
  padding: 0;
}

.nab-navbar .droupdown a {
  color: #000;
  padding: 13px 15px;
  display: block;
}

.nab-navbar ul li a:hover {
  color: #81c242;
}

.nab-navbar .droupdown a:hover {
  background-color: #81c242;
  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 .head_img {
  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;
  box-shadow: 8px 8px 10px 0 #00000014;
  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 .main_head {
  font-size: 27px;
  font-weight: 800;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#6eb535));
  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: 10px;
}

.clk_btn {
  position: absolute;
  color: #000;
  cursor: pointer;
  right: 0;
  top: 14px;
}

.slick-nav.next-arrow.slick-arrow {
  position: absolute;
  top: 45%;
  left: 10px;
  z-index: 99;
  background: transparent;
  padding: 2px 7px;
  color: #fff;
  cursor: pointer;
  border: 1px solid;
  transform: rotate(45deg);
  font-size: 14px;
}

.slick-nav.prev-arrow.slick-arrow {
  position: absolute;
  top: 45%;
  right: 10px;
  background: transparent;
  padding: 2px 8px;
  color: #fff;
  cursor: pointer;
  border: 1px solid;
  transform: rotate(45deg);
  font-size: 14px;
}

.slick-nav.next-arrow.slick-arrow i {
  transform: rotate(-45deg);
}

.slick-nav.prev-arrow.slick-arrow i {
  transform: rotate(-45deg);
}



.header {
  position: relative;
}


.header_text {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.header_text .row {
  align-items: center;
}



.banner_text p {
  color: #fff;
}

.banner_text {
  position: absolute;
  left: 8%;
  top: 10%;
  width: 60%;
}

.header_text img {
  height: 450px;
  object-fit: cover;
}

.head_box img {
  height: 209px;
  object-fit: cover;
}


.head_btn {
  display: flex;
  align-items: center;
  z-index: 9;
  gap: 15px;
}




.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 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.search input {
  border: none;
  outline: none;
  width: 100%;
}

.search {
  display: flex;
  border: 1px solid #e2e2e2;
  padding: 10px 15px;
  width: 55%;
  border-radius: 3px;
  box-shadow: 3px 3px 6px #00000014;
}

.search button {
  border: none;
  background-color: transparent;
  padding-left: 8px;
}

.socal_media a {
  color: #fff;
  border-radius: 3px;
  padding: 6px 10px;
  background-color: #312e5f;
}

.logo {
  width: 20%;
}

.socal_media {
  width: 25%;
  display: flex;
  justify-content: right;
  gap: 10px;
}

.all_nav {
  border-top: 1px solid #e2e2e2;
}

.head_phone img {
  width: 50px;
}

.head_phone a {
  color: #312e5f;
  font-size: 16px;
  font-weight: 600;
}

.head_phone {
  display: flex;
  gap: 20px;
}

.item_box {
  display: flex;
  align-items: center;
}



button.slick-prev.slick-arrow {
  display: none !important;
}

button.slick-next.slick-arrow {
  display: none !important;
}

.main_head {
  padding: 20px 0;
}

.head_img {
  padding: 30px;
}

nav .container-fluid {
  padding: 0 3%;
}

.all_nav .container-fluid {
  padding: 0 3%;
}

.main_head .container-fluid {
  padding: 0 1%;
}

.head_box {
  position: relative;
}

.box_test {
  position: absolute;
  top: 10%;
  left: 5%;
  z-index: 9;
}

.box_test span {
  font-size: 20px;
  /*font-weight: 600;*/
  color: #fff;
  margin-bottom: 10px;
}

.box_test a {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}

.head_box,
.slider-banner {
  margin: 10px 0;
}

.s_box {
  display: flex;
  align-items: center;
  gap: 10px;
}

.s_box img {
  width: 80px;
}

.small_text span {
  font-size: 17px;
  color: #6eb535;
  margin-bottom: 8px;
}

.small_text a {
  color: #000;
  font-weight: 600;
  font-size: 15px;
}

.small_box {
  padding: 10px;
  margin: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 8px;
  background-color: #fff;
}

.small_product {
  padding: 30px 0 40px;
  background-color: #f1f3f7;
}

.about-img {
  position: sticky;
  top: 100px;
  margin-top: 70px;
  z-index: 1;
}

.about-img .shape_1 {
  position: absolute;
  left: 0;
  top: -23%;
  -webkit-animation: round-01 7s linear infinite;
  animation: round-01 7s linear infinite;
  z-index: -1;
}

.about-img .image {
  padding-left: 80px;
}

.about-img .image img {
  border-radius: 50%;
  height: 480px;
  width: 480px;
}

@keyframes round-01 {
  0% {
    transform: rotate(15deg);
  }

  50% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(15deg);
  }
}


.margin {
  margin: 70px 0;
}

.small_head {
  display: inline-block;
  color: #6eb535;
  font-size: 25px;
  position: relative;
  padding-bottom: 5px;
}

.small_head::after {
  content: "";
  width: 150px;
  height: 2px;
  background-color: #6eb535;
  position: absolute;
  right: -35px;
  bottom: 0;
}

.big_head {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 15px;
}

.ab_text {
  padding-left: 30px;
}


.requests {
  padding: 100px 0;
}

.req_box .big_head {
  color: #fff;
  position: relative;
  padding-left: 25px;
  font-weight: 500;
}

.req_box .big_head::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  background: linear-gradient(-160deg, #43baff 0%, #7141b1 100%);
  width: 5px;
  height: 100%;
  transform: translateY(-45%);
}

.cta-info {
  display: flex;
  align-items: center;
  margin-top: 60px;
}

.cta-text {
  flex: 1;
  margin-left: 30px;
}

.cta-text p {
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
}

.cta-text .number a {
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
  font-family: "Zen Dots", sans-serif
}

.cta-right {
  display: flex;
  justify-content: space-between;
  position: relative;
  max-width: 360px;
}

.cta-right::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 55%;
  background: #27225b;
  width: 360px;
  height: 1px;
  transform: translateY(-50%);
}

.cta-right::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: #27225b;
  width: 1px;
  height: 280px;
  transform: translate(-50%, -50%);
}

.counter-item {
  text-align: center;
}

.counter-item-box {
  position: relative;
}

.counter-item span {
  font-size: 48px;
  line-height: 26px;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  color: #6eb535;
  margin-bottom: 10px;
}

.counter-item p {
  font-size: 15px;
  line-height: 26px;
  font-weight: 700;
  color: #ffffff;
}

.counter-1,
.counter-2 {
  padding-top: 45px;
  margin-top: 25px;
}

.req_box {
  padding-right: 50px;
}


.product {
  background-color: #f1f3f7;
  padding: 60px 0;
}

.pro_left {
  width: 30%;
  position: sticky;
  top: 100px;
}

.pro_text {
  position: absolute;
  top: 3%;
  left: 5%;
}

.pro_left img {
  border-radius: 8px;
}

.main_pro {
  color: #fff;
  font-size: 25px;
  margin-bottom: 10px;
}

.pro_text p {
  color: #cccccc;
  font-size:15px;
  line-height:25px;
}

.pro_right {
  width: 70%;
}

.container-fluid {
  padding: 0 3%;
}

.pro_big_box {
  display: flex;
  gap: 20px;
}

.pro_box {
  background-color: #fff;
  border-radius: 8px;
  padding: 15px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  text-align: center;
  height: 320px;
}

.pro_box span {
  margin: 10px 0;
  color: #27225b;
}

.pro_box a {
  color: #000;
  font-weight: 600;
  font-size: 15px;
}

.pro_box img {
  height: 190px;
  object-fit: contain;
}

.client_item {
  padding: 15px 25px;
  margin: 10px;
}

.testmonial {
  padding: 80px 0;
  background-size: cover;
}

.testmonial .big_head {
  color: #fff;
}

.test_img {
  position: absolute;
  left: -7%;
  top: 50%;
  transform: translateY(-65%);
  z-index: 3;
}

.testimonial-content img {
  width: auto;
  margin-bottom: 10px;
}

.test_img img {
  border-radius: 10px;
}

.test_item {
  position: relative;
  text-align: left;
  background-color: #fff;
  border-radius: 10px;
  min-height: 320px;
}

.test_item {
  padding: 40px 130px;
  padding-right: 40px;
  margin-left: 50px;
}


.test_img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #6eb535;
  width: 135px;
  height: 135px;
  border-radius: 10px;
  transform: translate(5px, 5px);
  z-index: -1;
}

.name {
  font-size: 14px;
  color: #0558a6;
}

.designation {
  font-size: 14px;
  color: #868686;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.pro_item {
  margin: 8px;
}

.product_new {
  background-color: #f1f3f7;
  padding: 60px 0;
}

.why_choose {
  padding: 70px 0;
}

.why_box {
  background-color: #fff;
  padding: 20px;
  height: 385px;
  text-align: left;
  border-radius: 8px;
}

.why_box:hover img {
  transform: rotateY(360deg);
}

.why_box img {
  width: 80px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 10px;
  transition: ease-in-out .5s;
}

.why_box span {
  font-size: 20px;
  font-weight: 600;
  color: #27225b;
  margin: 10px 0;
}

.all_btn {
  border: none;
  background-color: #0558a6;
  color: #fff;
  padding: 8px 30px;
  font-size: 18px;
  transition: ease-in-out .2s;
  border-radius: 2px;
}

.all_btn:hover {
  background-color: #0558a6;
  color: #fff;
}


.all_btn {
  border-radius: 5px;
  background-color: #172c57;
  font-weight: 600;
  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;
}

@keyframes alltuchtopdown {
  0% {
    transform: rotateX(0deg) translateY(0)
  }

  50% {
    transform: rotateX(0deg) translateY(-20px)
  }

  to {
    transform: rotateX(0deg) translateY(0)
  }
}


.home_form input,
textarea,
select {
  width: 100%;
  border: none;
  background-color: #fff;
  padding: 10px;
  margin-bottom: 20px;
  outline: none;
  border-radius: 4px;
}

.home_form .all_btn {
  width: 100%;
}


.home_form {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
}

.home_form .big_head {
  color: #fff;
}

.contact_add li img {
  width: 40px;
  margin-right: 10px;
}

.contact_add li {
  color: #fff;
  margin-top: 25px;
  display: flex;
  align-items: center;
}

.contact_add li span {
  font-weight: 500;
  font-size: 15px;
  color: #feda9b;
}

.contact_add {
  padding-top: 100px;
  padding-left: 30px;
}

.contact_add li a {
  color: #fff;
}

.shochal_media {
  display: flex;
  margin-top: 20px;
}

.shochal_media li {
  margin-right: 10px;
}

.shochal_media li img {
  width: 40px;
  animation: zoom-in-zoom-out 2s ease-out infinite !important;
}

.shochal_media li img:hover {
  margin-top: -8px;
}

.form_sado {
  background-color: #0000009a;
  padding: 60px 0;
}

form .primary-btn3 {
  width: 100%;
  text-align: center;
  justify-content: center;
}

form .all_btn {
  display: block;
}

.alltuchtopdown1 img:last-child {
  position: absolute;
  right: 20px;
  bottom: 0;
  animation: alltuchtopdown2 5s ease-in-out 0s infinite alternate;
  animation-duration: 5s;
  width: 100px;
}

@keyframes alltuchtopdown2 {
  0% {
    transform: rotateX(0deg) translateY(0);
    bottom: 0;
  }

  50% {
    transform: rotateX(0deg) translateY(-20px);
    bottom: 10%;
  }

  to {
    transform: rotateX(0deg) translateY(0);
    bottom: 5%;
  }
}

.get_all {
  padding: 50px 0;
  background-position: center;
}

.get_all .big_head {
  color: #fff;
  font-size: 25px;
}
.slider-banner-1{
    /*margin:10px 0;*/
}
.slider-banner-1 video{
    object-fit: contain;
}
.get_all p {
  color: #fff;
}

.start_img img {
  width: 55%;
  animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
  animation-duration: 3s;
  object-fit: contain;
}

section.home_form.margin {
  margin-bottom: 30px;
}

.start_img {
  text-align: center;
}


.alltuchtopdown {
  position: absolute;
  right: 20px;
  top: 0;
  animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
  animation-duration: 3s;
}

.contact_add .socal_media {
  width: 100%;
  justify-content: left;
}




footer {
  background-color: #161d30;
}

.foot_logo img {
  width: 130px;
  margin-bottom: 10px;
  background-color: #fff;
  padding: 5px;
  border-radius: 5px;
}

.foot_logo p {
  color: #fff;
  font-size: 14px;
}

.foot_nav .foot_link {
  color: #fff;
  font-family: 'Josefin Sans';
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-weight: 600;
}

.foot_nav li i {
  margin-right: 5px;
}

.foot_nav ul {
  max-height: 230px;
  overflow: auto;
}

.foot_nav ul li a {
  color: #fff;
}

.foot_nav ul li a:hover {
  color: #6eb535;
}

.foot_nav ul li {
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
}

.information P {
  color: #FFFFFF;
  font-size: 13px;
  margin-bottom: 0;
}

.copy_right {
  border-top: 1px solid #D2D7E3;
  padding-top: 20px;
  margin-top: 30px;
  padding-bottom: 8px;
  text-align: center;
}












.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: #172c57;
  color: #fff;
  padding: 5px 10px;
  margin-right: 8px;
  font-size: 15px;
  border-radius: 5px;
}

.share-btn-box {
  margin-top: 15px;
}
.ab_home2{
  display: flex;
}
.main_img {
 float: left;
 width: 50%;
 padding-right: 30px;
}

.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: 300px;
  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: 35px;
  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;
}



.ab_all_img_in {
  text-align: center;
}

.ab_all_img_in img {

}


@media only screen and (max-width: 1366px) {
  .about-img .image {
    padding-left: 66px;
  }

  .about-img .image img {
    width: 420px;
    height: 420px;
  }

  .about-img .shape_1 {
    top: -22%;
  }
}


@media only screen and (max-width: 991px) {
  .email {
    display: none;
  }

  .about-img .shape_1 {
    top: -22%;
    width: 80%;
  }

  .about-img {
    margin-bottom: 100px;
  }

  .ab_text {
    padding-left: 0px;
  }

  .pro_text {
    top: 2%;
  }

  .main_pro {
    font-size: 20px;
  }
}

@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 #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;
  }

  #myHeader.sticky {
    padding: 10px 0;
  }

}



@media only screen and (max-width: 767px) {
  .about-img .shape_1 {
    display: none;
  }

  .about-img .image img {
    width: 100%;
    height: auto;
    border-radius: 0%;
  }

  .about-img .image {
    padding-left: 0;
  }

  .cta-right {
    margin-top: 50px;
  }

  .pro_right {
    width: 100%;
  }

  .pro_left {
    display: none;
  }

  .client_item {
    padding: 12px 10px;
  }

  .contact_add {
    padding-top: 25px;
    padding-left: 0;
  }

  .about-img {
    margin-top: 0;
  }
}


@media only screen and (max-width: 680px) {
  .top .socal_media {
    display: none;
  }

  .search {
    width: 68%;
  }

  .margin {
    margin: 40px 0;
  }

  .about-img {
    margin-bottom: 30px;
  }
}


@media only screen and (max-width: 600px) {
  .big_head {
    font-size: 25px;
  }

  .small_head {
    font-size: 20px;
  }

  .alltuchtopdown {
    display: none;
  }

  .alltuchtopdown1 {
    display: none;
  }
  .main_img {
    width: 100%;
    padding-right: 0px;
   }
   .inner_hrad {
    font-size: 25px;
   }
   .inner_header img {
    height: 250px;
}
}

@media only screen and (max-width: 550px) {
  .banner_text {
    width: 85%;
  }

  .header_text img {
    height: 373px;
  }

  .main_small {
    font-size: 20px;
    font-weight: 500;
  }

  .header_text .main_head {
    font-size: 30px;
  }

  .req_box {
    padding-right: 0px;
  }
  .cta-info{
    margin-top: 30px;
  }
  .counter-item span{
    font-size: 35px;
  }
  .test_img {
    position: revert;
    transform: translateY(-13%);
}
.test_item {
  padding: 32px 20px;
  padding-right: 18px;
  margin-left: 0px;
}
.test_img img{
  width: 100px;
}
.test_img::before{
  display: none;
}
.why_choose {
  padding: 40px 0;
}
}