* {
  margin: 0;
  padding: 0;
}

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&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&family=Zen+Dots&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@600&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;
}

:root {
  --bg-green: #039453;
  --bg-orange: #fdac06;
}

body {
  overflow-x: hidden;
}




a {
  text-decoration: none !important;
  transition: ease-in-out .2s;
}

img {
  width: 100%;
  transition: ease-in-out .3s;
}

.img:hover img {
  transform: scale(1.1);
}

.img {
  overflow: hidden;
}

ul {
  padding-left: 0;
}

li {
  list-style: none;
}


p {
  font-size: 15px;
  line-height: 27px;
  color: #5E5E5E;
  font-weight: 400;
}

.container-fluid {
  padding: 0 4%;
}
.container {
    max-width: 1250px;
}

.head_email img {
  width: 25px;
}

.head_email a {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}

.head_email i {
  color: #fff;
  margin-right: 5px;
}

.head_email {
  display: flex;
  gap: 50px;
}

.head_icon {
  display: flex;
  gap: 10px;
}

.head_icon a {
  color: #fff;
  padding: 0px 5px;
  border-radius: 50%;
}

.head_add {
  background: #039453;
  padding: 6px 0;
}

.head_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#myHeader.sticky {
  position: fixed;
  background-color: #000;
  width: 100%;
  top: 0;
  z-index: 999;
  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_banner .slick-slide.slick-current.slick-active .head_line {
  animation: 2s linear 0s alternate headerline;
}

.head_banner .slick-slide.slick-current.slick-active p {
  animation: 3s linear 0s alternate headerline;
  transition-delay: .2s;
}

@keyframes headerline {

  0%,
  25% {
    transform: translateY(-10%);
    opacity: 0;
  }

  75%,
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

.slick-nav.prev-arrow.slick-arrow {
  position: absolute;
  top: 45%;
  right: 0;
  z-index: 99;
  padding: 10px;
  color: #fff;
  cursor: pointer;
}

.slick-nav.next-arrow.slick-arrow {
  position: absolute;
  top: 45%;
  left: 0;
  z-index: 99;
  padding: 10px;
  color: #fff;
  cursor: pointer;
}

.head_item img {
  object-fit: cover;
  height: 650px;
}

.head_item {
  position: relative;
}

.head_item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #00000076;
}

.arrow_menu {
  display: none;
}

.nav_bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  padding: 0 13px 8px;
  border-bottom: 4px solid var(--bg-green);
  border-radius: 0 0 20px 20px;
}



.navigation {
  display: flex;
  margin-bottom: 0;
  gap: 9px;
}

.top_header {
  padding: 0 5%;
}

.logo img {
  width: 125px;
  position: relative;
  z-index: 99;
}

.navigation li {
  padding: 29px 18px 25px;
  position: relative;
  border-radius: 10px;
}



.hrad_btn a {
  font-size: 17px;
  font-weight: 600;
  background-color:var(--bg-green);
  color: #fff;
  padding: 17px 28px;
  border-radius: 4px;
}

.hrad_btn i {
  font-size: 17px;
  padding: 5px;
  border-radius: 4px;
}

.navigation li a {
  color: var(--bg-green);
  font-weight: 600;
}

.inner_header {
  position: relative;
}

.inner_header::after {
  content: "";
  background: linear-gradient(60deg, rgb(0 0 0 / 74%) 32%, rgb(0 0 0 / 4%) 59%);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}


.inner_text {
  position: absolute;
  bottom: 20%;
  left: 5%;
  z-index: 9;
}

.inner_hrad {
  font-size: 35px;
  color: #fff;
  font-weight: bolder;
  font-family: sans-serif;
}

.brade_crom {
  display: flex;
}

.brade_crom a {
  color: #fff;
}

.brade_crom span {
  color: #fff;
}

.inner_header img {
  height: 400px;
  object-fit: cover;
}

.clk_btn {
  position: absolute;
  right: 0;
  top: 25px;
  color: #fff;
  cursor: pointer;
}

.droupdown li {
  padding: 0;
}

.droupdown li a {
  padding: 10px 15px;
  display: block;
  font-size:14px;
  color: white;
}
.droupdown li a{
    border-bottom: 1px dotted white;
}
.droupdown li a:hover {
  background: white;
  color: #000;
}

.droupdown {
  position: absolute;
  background-color: var(--bg-green);
  left: 0;
  top: 100%;
  width: 280px;
  display: none;
  max-height: 400px;
  overflow: auto;
  z-index: 999;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

nav {
  position: absolute;
  width: 100%;
  z-index: 99;
}

.head_contant {
  position: absolute;
  left: 5%;
  top: 30%;
  z-index: 9;
}

/* new header */
.head_text {
  position: absolute;
  top: 30%;
  /*text-align: center;*/
  width: 60%;
  z-index: 99;
  padding: 0 5%;
}

.head_line {
  font-size: 50px;
  font-weight: 600;
  color: #fff;
  display: block;
  margin-bottom: 30px;
}

.head_text p {
  color: #fff;
}


/*.head_text::before {*/
/*  position: absolute;*/
/*  content: "";*/
/*  height: 600px;*/
/*  width: 600px;*/
/*  top: 0%;*/
/*  left: 0px;*/
/*  z-index: -1;*/
/*  background: linear-gradient(243.09deg, rgba(255, 102, 0, 0.58) 12.071%, rgba(255, 102, 0, 0) 68.462%);*/
/*  border-radius: 100%;*/
/*  transition: 1000ms 0.3s;*/
/*}*/


.card_head {
  font-size: 18px;
  display: block;
  color: var(--bg-green);
  font-weight: 600;
  margin: 15px 0;
}

.card_item {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 0px 20px 20px 20px;
  background-color: #fff;
  /* clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%); */
  border-bottom: 4px solid var(--bg-green);
  border-radius: 10px 10px 20px 20px;
  height: 327px;
}

.card_item p {
  font-size: 15px;
}

.card_box {
  position: relative;
  padding: 60px 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.card_box::after {
  content: "";
  width: 100%;
  height: 65%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--bg-green);
  z-index: -1;
}

.img_i {
  border: 5px solid var(--bg-green);
  border-radius: 50%;
  width: 100px;
  margin: auto;
  padding: 5px;
}

.img_i img {
  margin-top: -50px;
  transition: ease-in-out .5s;
}

.card_item:hover img {
  margin-top: 0;
}

.ab_img_1 {
  float: left;
  width: 30%;
  padding-right: 20px;
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px;
}

.ab_img_2 {
  float: right;
  width: 30%;
  padding-left: 20px;
  position: relative;
  margin-left: 20px;
  margin-bottom: 20px;
  margin-top: 100px;
}

.ab_home {
  display: flex;
}

.margin {
  margin: 70px 0;
}

.small_head {
  font-size: 25px;
  display: block;
  color: var(--bg-green);
  font-weight: 600;
}

.small_head img {
  width: 50px;
  margin-right: 10px;
}

.big_head {
  font-size: 35px;
  display: block;
  font-weight: 800;
  margin-bottom: 10px;
}

.ab_home .ab_img_1 img,
.ab_home .ab_img_2 img {
  height: 400px;
  object-fit: cover;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.ab_img_1::after {
  content: "";
  width: 90%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 5%;
  /* background: linear-gradient(180deg, var(--bg-green) 17%, var(--bg-orange) 100%); */
  border: 3px solid var(--bg-green);
  z-index: -1;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.ab_img_2::after {
  content: "";
  width: 90%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 5%;
  /* background: linear-gradient(180deg, var(--bg-green) 17%, var(--bg-orange) 100%); */
  border: 3px solid var(--bg-green);
  z-index: -1;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.products {
  padding: 70px 0 0;
  margin-bottom: 30px;
  position: relative;
}

.products::after {
  content: "";
  width: 70%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--bg-green);
  z-index: -1;
}

.products::before {
  content: "";
  width: 70%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
    background-color: var(--bg-green);
  z-index: -1;
}

.pro_text {
  position: absolute;
  bottom: 0%;
  background-color: #000000d7;
  left: 2.5%;
  width: 95%;
  text-align: center;
  /* clip-path: polygon(10% 0, 100% 0%, 90% 100%, 0% 100%); */
  border-radius: 0 0 10px 10px;
  border-bottom: 2px solid var(--bg-green);
}

.pro_text span {
  display: block;
  font-size: 16px;
  color: #fff;
  padding: 15px 25px;
  font-weight: 600;
}

.pro_item {
  position: relative;
  margin: 8px;
}

.products .small_head {
  color: #fff;
}

.exp_bg {
  background-color: #000000a3;
  padding: 110px 0;
}

.title-inner {
  position: relative;
  min-height: 180px;
}

.title-inner .number {
  position: absolute;
  color: var(--bg-green);
  font-size: 100px;
  font-weight: 700;
  line-height: 1.7em;
  width: 240px;
  height: 180px;
  text-align: center;
  display: inline-block;
  border: 8px solid #ffffff;
  border-right: 0px;
}

.title-inner .number:before {
  position: absolute;
  content: '';
  right: 0px;
  top: 0px;
  width: 8px;
  height: 35px;
  background-color: #ffffff;
}

.title-inner .number:after {
  position: absolute;
  content: '';
  right: 0px;
  bottom: 0px;
  width: 8px;
  height: 35px;
  background-color: #ffffff;
}

.title-inner .text {
  position: relative;
  color: #ffffff;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.4em;
  padding-left: 210px;
  padding-top: 60px;
  display: inline-block;
}


.count-area {
  position: relative;
  text-align: center;
  color: #fff;
}

.count-area-content {
  margin-top: 30px;
}

.count-area i {
  font-size: 48px;
}

.count-digit {
  color: #fff;
  font-weight: 700;
  font-size: 40px;
}

.count-title {
  font-size: 17px;
  color: #999999;
}

.num_item {
  font-size: 20px;
}

.test_item p {
  font-size: 20px;
  line-height: 34px;
}



.name {
  font-size: 25px;
  font-weight: 600;
  color: var(--bg-green);
}

.test_item .img img {
  border-radius: 50%;
  border: 8px solid var(--bg-green);
}

.test_item .img {
  border-radius: 50%;
}

.test_item .star {
  width: 120px;
}

button.slick-prev.slick-arrow {
  display: none !important;
}

button.slick-next.slick-arrow {
  display: none !important;
}

.finding .fin_shed {
  background-color: #0000008c;
  padding: 150px 35px;
  border-radius: 20px;
  overflow: hidden;
}

.fin_bg {
  background-position: center;
  border-radius: 20px;
  background-attachment: fixed;
}

.finding .big_head {
  color: #fff;
}

.finding p {
  color: #fff;
}

.all_btn {
  font-size: 17px;
  font-weight: 600;
  background-color: var(--bg-green);
  /*background: linear-gradient(180deg, var(--bg-green) 17%, var(--bg-orange) 100%);*/
  color: #fff;
  padding: 15px 28px;
  border-radius: 4px;
  border: none;
  display: inline-block;
  /*box-shadow: 1px 1px 15px 6px var(--bg-orange);*/
}

/*.all_btn:hover {*/
/*  background: linear-gradient(180deg, var(--bg-orange) 17%, var(--bg-green) 100%);*/
/*  color: #000;*/
/*}*/


.video-content2 .play-btn {
  --icon-size: 80px;
  font-size: 20px;
}

.play-btn {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.play-btn.style3:before,
.play-btn.style3:after {
  background-color: var(--bg-green);
  background:#87da00;
}

.ripple-animation,
.play-btn:after,
.play-btn:before {
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: ripple;
  animation-name: ripple;
}

.play-btn:after,
.play-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: var(--bg-green);
  z-index: -1;
  border-radius: 50%;
  -webkit-transition: allease 0.4s;
  transition: allease 0.4s;
}

.play-btn>i {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: var(--icon-size, 78px);
  text-align: center;
  background-color: var(--bg-green);
  color: #fff;
  font-size: var(--icon-font-size, 1.4em);
  border-radius: 50%;
  z-index: 1;
  -webkit-transition: allease 0.4s;
  transition: allease 0.4s;
}

.play-btn.style3>i {
  background-color: #87da00;
  /*background: linear-gradient(180deg, var(--bg-green) 17%, var(--bg-orange) 100%);*/
  color: #000;
}


@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }

  30% {
    opacity: 0.4
  }

  100% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0
  }
}

@keyframes ripple2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }

  30% {
    opacity: 0.4
  }

  100% {
    -webkit-transform: scale(2.8);
    transform: scale(2.8);
    opacity: 0
  }
}

.contact {
  background-color: #000000e9;
  padding: 70px 0;
}

.contact input,
textarea,
select {
  width: 100%;
  color: #a5a5a5;
  line-height: 26px;
  padding: 10px 20px;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.70);
  border: 1px solid rgba(255, 255, 255, 0.20);
  margin: 10px 0;
  outline: none;
}

.contact .big_head {
  color: #fff;
}

.con_line {
  border: 1px solid rgba(255, 255, 255, 0.20);
  padding: 30px;
}

.column-inner {
  position: relative;
  padding: 30px 30px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  text-align: left;
}

.fc-list-style-three li {
  position: relative;
  color: #bbbbbb;
  font-size: 14px;
  padding-left: 55px;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 1.6em;
  transition: all 0.3sease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3sease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.fc-list-style-three li strong {
  display: block;
}

.fc-list-style-three li .icon {
  position: absolute;
  left: 0px;
  top: 6px;
  font-size: 20px;
  color: var(--bg-green);
  line-height: 1em;
}

.fc-list-style-three li a {
  position: relative;
  color: #bbbbbb;
  transition: all 0.3s ease;
}


.client_item {
    padding:10px;
}
.client_slider {
      background-color: #FFF;
}

.whychoose {
  background-color: #f6f4f1;
  padding: 70px 0;
}

.why_item {
  display: flex;
  gap: 15px;
  align-items: center;
  background-color: #fff;
  padding: 25px 20px;
  border-radius: 15px;
  border-bottom: 2px solid var(--bg-green);
  margin-bottom: 60px;
  position: relative;
}

.why_item::after {
  content: "";
  width: 2px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 100%;
  background-color: var(--bg-green);
}

.why_item:last-child::after {
  height: 0;
}

.why_item img {
  width: 60px;
}

.why_item span {
  display: block;
  font-size: 25px;
  font-weight: 600;
}

.why_item p {
  font-size: 14px;
  margin-bottom: 0;
}

.why_contant {
  position: sticky;
  top: 160px;
}

.latest {
  background-color: var(--bg-green);
  padding: 60px 0;
}

.inner-column {
  position: relative;
  padding-left: 85px;
  padding-top: 6px;
  margin-bottom: 6px;
}

.inner-column .icon-box {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  color: #000048;
  font-size: 70px;
  line-height: 1em;
}

.inner-column span {
  position: relative;
  color: #ffffff;
  font-size: 25px;
}

.inner-column .title {
  position: relative;
  color: #ffffff;
  font-size: 16px;
}

.icon-box i {
  font-size: 60px;
}

.form-group {
  display: flex;
}

.form-group input {
  width: 100%;
  padding: 12px;
  outline: none;
  border: none;
}

.email_btn {
  width: 200px;
  background-color: #000;
  color: #fff;
  border: none;
}

footer {
  background-color: #000;
  padding-top: 50px;
}

.foot_head {
  font-size: 25px;
  color: var(--bg-green);
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

.foot_nav ul li a {
  color: #919191;
  display: block;
  margin: 12px 0;
  font-size: 15px;
}

.foot_nav ul {
  max-height: 250px;
  overflow: auto;
}

.foot_nav ul li a:hover {
  color: var(--bg-green);
}

.foot_logo img {
  width: 120px;
}

footer p {
  color: #919191;
  font-size: 14px;
}



/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: gray;
  border-radius: 10px;
}


.copyright {
  margin-top: 50px;
  text-align: center;
  border-top: 1px solid #383838;
}

.copyright p {
  margin-bottom: 0;
  padding: 10px;
}

.copyright p a {
  color: #fff;
  text-decoration: underline !important;
}
.maltipal_ab .ab_box:nth-child(even) .ab_1 {
    order: 1;
}
.maltipal_ab .ab_box:nth-child(odd) .ab_2 .ab_text {
    padding-left: 40px;
}
.maltipal_ab .ab_box:nth-child(even) .ab_2 .ab_text {
    padding-right: 40px;
}
.ab_text ul li{
    margin:8px 0;
    list-style: circle;
    font-size:14px;
    line-height: 26px;
}
.ab_text ul {
    padding-left:19px;
}
.ab_text h2, h3{
    font-size:22px;
}






.blog_text {
    background-color: #fff;
    margin: -50px 16px 20px 16px;
    padding: 20px;
    border-radius: 8px;
    position: relative;
    z-index: 9;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    text-align: left;
}
.blog_name_box a {
    display: block;
    margin: 8px 0;
    font-size: 13px;
    color: #000;
}
.blog_head a {
    font-size: 20px;
    display: block;
    font-weight: 600;  
    color: var(--bg-green);
}
.blog_name_box a i {
    margin-right: 5px;
}
.icon-btn {
    color: #000;
    display: block;
    font-weight: 600;
    margin-top: 11px;
}
.icon-btn i{
     margin-left: 5px; 
}
.blog_item img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}








.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: 40px;
  color: #fff;
}

@keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: 0.75;
  }

  75% {
    padding: 50px;
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.marcket-plase a {
  display: block;
  margin-bottom: 20px;
}

.social-share ul li button {
  border: none;
  background-color: var(--bg-orange);
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
}

.social-share ul {
  display: flex;
  gap: 5px;
}

.share-btn-box {
  margin-top: 15px;
}

.in_about {
  width: 45%;
  float: left;
  padding-right: 30px;
}


@media only screen and (max-width: 1024px) {
  .hrad_btn {
    display: none;
  }

  .head_pera {
    padding: 0 15%;
  }
}

@media only screen and (max-width: 991px) {
  .navigation li {
    padding: 29px 7px 25px;
  }

  .head_email {
    gap: 28px;
  }

  .head_line {
    font-size: 7vw;
    line-height: normal;
  }

  .head_item img {
    height: 550px;
  }

  .card_item {
    margin-bottom: 30px;
  }

  .ab_img_1 {
    width: 40%;
  }

  .ab_img_2 {
    display: none;
  }
}


@media only screen and (max-width: 850px) {
  .toggle {
    visibility: visible;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .arrow_menu {
    display: block;
    order: 3;

  }

  .toggle>* {
    width: 80%;
    height: 3px;
    background: var(--bg-green);
    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: 65px;
    left: 0;
    background-color: #000;
    z-index: 999;
    display: none;
  }


  .navigation li {
    padding: 12px 9px;
    font-size: 15px;
    border-bottom: 1px solid var(--bg-green);
  }

  .navigation li a {
    color: #fff;
  }

  .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;
  }

  .droupdown li {
    padding: 0 !important;
  }

  .droupdown li a {
    color: #fff;
  }

  .nav_bar {
    align-items: center;
  }

  .hrad_btn {
    display: none;
  }

}



@media only screen and (max-width: 767px) {
  .head_email {
    display: none;
  }

  .logo img {
    width: 76px;
  }

  .head_item img {
    height: 450px;
  }

  .ab_img_1 {
    width: 55%;
  }

  .big_head {
    font-size: 27px;
  }
  .title-inner .text{
    font-size: 20px;
  }
  .small_head{
    font-size: 20px;
  }
  .test_item p {
    font-size: 17px;
    line-height: 34px;
}
.test_item .img img{
  width: 150px;
}
.test_item .img{
  width: 150px;
}
.why_contant{
  margin-bottom: 30px;
}
.contact .column-inner{
  margin-top: 20px;
}
.inner-column{
  margin-bottom: 20px;
}
.head_text{
  top: 25%;
}
.in_about {
  width: 55%;
}
.maltipal_ab .ab_box:nth-child(odd) .ab_2 .ab_text {
    padding-left: 10px;
}
.maltipal_ab .ab_box:nth-child(even) .ab_2 .ab_text {
    padding-right: 10px;
}
}

@media only screen and (max-width: 650px) {
  .test_item p{
    font-size: 16px;
  }
  .finding .fin_shed{
    padding:70px 35px;
  }
  .ab_img_1{
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .ab_home .ab_img_1 img, .ab_home .ab_img_2 img{
    height: auto;
  }
  .margin {
    margin: 40px 0;
}
.card_box{
  padding: 30px 0;
}
.in_about {
  width: 100%;
  padding-left: 0;
}
.inner_header img{
  height: 300px;
}
.inner_hrad {
  font-size: 28px;
}
}


@media only screen and (max-width: 550px) {
  .title-inner .number{
    font-size: 70px;
    line-height: 2em;
  }
  .head_pera{
    padding: 0 0;
  }
  .head_item img{
    height: 400px;
  }
  .slick-nav.next-arrow.slick-arrow{
    display: none !important;
  }
  .slick-nav.prev-arrow.slick-arrow{
    display: none;
  }
  .whychoose {
    background-color: #f6f4f1;
    padding: 20px 0;
}
.title-inner .number{
  width: 165px;
  height: 170px;
}
.title-inner .text{
  padding-left: 142px;
  font-size: 16px;
}
.copyright{
  margin-top: 10px;
}
.fc-list-style-three li a{
  word-wrap: break-word;
}
.fc-list-style-three li{
  padding-left: 32px;
}
.con_line{
  padding: 10px 0; 
}
}