* {
  margin: 0;
  padding: 0;
}

@import url('https://fonts.googleapis.com/css2?family=Kalam:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');


body {
  overflow-x: hidden;
  position: relative;
}

:root {
  --bs-red: #006db2;
  --bs-blue: #243640;
}


@font-face {
  font-family: 'Concert One';
  src: url('../fonts/ConcertOne-Regular.woff2') format('woff2'),
    url('../fonts/ConcertOne-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}




h1,
h2,
h3 {
  font-family: "Kalam", cursive;
}


a {
  text-decoration: none !important;
  transition: ease-in-out .2s;
}

img {
  width: 100%;
  transition: ease-in-out .3s;
}

.img {
  overflow: hidden;
}

ul {
  padding-left: 0;
}

li {
  list-style: none;
  font-family: "Work Sans", sans-serif;
}



p {
  font-size: 16px;
  line-height: 27px;
  color: #848e9f;
  font-family: "Nunito", sans-serif;

}

span {
  display: block;
  font-family: "Kalam", cursive;
}

.head_email img {
  width: 25px;
}

.head_email a {
  color: #fff;
}

.head_icon img {
  width: 35px;
  margin-left: 10px;
}



.head_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top {
  padding: 8px 0;
}

.top_mail a {
  color: #fff;

}

.top_mail .socal_media {
  margin-top: 0;
}

.top_mail2 {
  text-align: right;
}




#myHeader.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999;
  animation: slideDown 1s ease-out;
  background-color: var(--bs-blue);
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

#myHeader.sticky .logo img {
  width: 70px;
  margin-top: 0;
}

#myHeader.sticky .top_head {
  display: none;
}


.head_banner .slick-slide.slick-current.slick-active .head_small {
  animation: 1s linear 0s alternate headerline;
}

.head_banner .slick-slide.slick-current.slick-active .head_line {
  animation: 1.5s linear 0s alternate headerline;
}

.head_banner .slick-slide.slick-current.slick-active .head_main {
  animation: 2s linear 0s alternate headerline;
}

.head_banner .slick-slide.slick-current.slick-active p {
  animation: 3s linear 0s alternate headerline;
  transition-delay: .2s;
}

.head_banner .slick-slide.slick-current.slick-active .all_btn {
  animation: 4s linear 0s alternate headerline;
  transition-delay: .2s;
}

@keyframes headerline {

  0%,
  25% {
    transform: translateY(-20%);
    opacity: 0;
  }

  75%,
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}


.slick-nav.prev-arrow.slick-arrow {
  position: absolute;
  top: 45%;
  right: 0;
  z-index: 99;
  background: var(--bs-blue);
  padding: 10px;
  color: #fff;
  cursor: pointer;
}

nav#myHeader.sticky {
  margin-top: 0;
}

.slick-nav.next-arrow.slick-arrow {
  position: absolute;
  top: 45%;
  left: 0;
  z-index: 99;
  background: var(--bs-blue);
  padding: 10px;
  color: #fff;
  cursor: pointer;
}

.head_item img {
  object-fit: cover;
  /* height: 600px; */
}

#myHeader.sticky .top {
  display: none;
}

.nav_bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
}

.navigation {
  display: flex;
  margin-bottom: 0;
  border-radius: 5px;
}

.top_header {
  padding: 0 5%;
}

.logo img {
  width: 115px;
  position: relative;
  z-index: 999;
  margin-top: -28px;
}



.navigation li {
  padding: 9px 30px 23px;
  position: relative;
}

.hrad_btn a {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}

.hrad_btn i {
  font-size: 25px;
  margin-right: 8px;
}

.navigation li a {
  color: #fff;
  font-size: 18px;
}

.inner_header {
  position: relative;
}

.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_text {
  position: absolute;
  top: 40%;
  z-index: 99;
  width: 100%;
  text-align: center;
}

.inner_header .inner_text {
  position: absolute;
  top: 40%;
  z-index: 9;
  left: 5%;
  text-align: left;
  width: auto;
}

.inner_header .inner_text {
  top: 50%;
}

.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 img {
  height: 400px;
  object-fit: cover;
}

.top_email a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}

.top_phone a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}

.top_email a i {
  color: #ffffff;
  margin-right: 5px;
  font-size: 20px;
}

.top_phone a i {
  color: #ffffff;
  margin-right: 5px;
  font-size: 20px;
}

.top_btn form {
  display: flex;
}

.top_btn button {
  border: none;
  background-color: #fff;
  width: 50px;
  color: #000;
}


.clk_btn {
  position: absolute;
  right: 0;
  top: 10px;
  color: #fff;
  cursor: pointer;
}

.droupdown li {
  padding: 0;
}

.droupdown li a {
  padding: 10px 15px;
  display: block;
  color: #000;
  font-size: 17px;
}

.nav_bar_nav {
  position: relative;

}

.droupdown li a:hover {
  background: var(--bs-red);
  color: #fff;
}

.droupdown {
  position: absolute;
  background-color: #fff;
  left: 0;
  top: 95%;
  width: 290px;
  display: none;
  max-height: 300px;
  overflow: auto;
  z-index: 999;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

nav {
  width: 100%;
  background-color: var(--bs-red);
  /* position: relative; */
  z-index: 9;
  height: 70px;
}

/* nav::after{
  content: "";
  width: 10%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ec2d34;
  clip-path: polygon(45% 0, 100% 100%, 0 100%, 0 0);
}
nav::before{
  content: "";
  width: 10%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #ec2d34;
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 45% 0);
} */


@keyframes alltuchtopdown {
  0% {
    transform: rotateX(0deg) translateY(0)
  }

  50% {
    transform: rotateX(0deg) translateY(-20px)
  }

  to {
    transform: rotateX(0deg) translateY(0)
  }
}

button.slick-next.slick-arrow {
  display: none !important;
}

button.slick-prev.slick-arrow {
  display: none !important;
}

.head_item {
  position: relative;
}

#myHeader.sticky .droupdown li {
  padding: 0 !important;
}

/* .head_item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(6deg, rgba(0, 0, 0, 0) 20%, #020202c2 100%);
  
} */


.head_right {
  position: relative;
}

.head_right img {
  height: 268px;
}

.right_line {
  font-weight: 600;
}

.right_line {
  position: absolute;
  top: 8%;
  left: 5%;
  color: #000;
  font-size: 25px;
}


.top .row {
  align-items: center;
}

.top_form input {
  width: 90%;
  border-radius: 3px 0px 0px 3px;
}


.top_btn img {
  width: 22px;
  border-radius: 50px;
}

.top_btn {
  display: flex;
  align-items: center;
  justify-content: right;
}


.search i {
  background-color: #fff;
  padding: 10px;
  border-radius: 50%;
  color: #000;
  cursor: pointer;
}

.header-search-wrapper {
  /* float: right; */
  /* position: relative; */
  display: inline-block;
}


.header-search-wrapper .search-form-main {
  background: #fff none repeat scroll 0 0;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, .15);
  border-top: 2px solid var(--bs-red);
  padding: 5px 15px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 50%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: ease-in-out .5s;
}

.search-form-main.active-search {
  opacity: 1;
  visibility: visible;
}

.header-search-wrapper .search-form-main .search-field {
  border-radius: 0;
  padding: 4px 10px;
  width: 91%;
  outline: none;
  border: none;
}

.header-search-wrapper .search-form-main button {
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  padding: 10px 0 10px;
  background-color: transparent;
}

.top_icon {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  position: relative;
  z-index: 9;
}

.head_btn {
  display: flex;
  align-items: center;
}

.head_loctaion {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 30%;
}



.top_head {
  padding: 15px 0;
  background-color: var(--bs-blue);
  position: relative;
}


/* nav::after {
  content: "";
  width: 30%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--bs-red);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 12% 100%);
  z-index: -1;
} */

.head_socal a {
  color: var(--bs-red);
  margin: 0 10px;
}

.all_nav {
  position: relative;
}

.logo_bg {
  position: absolute;
  left: 0;
  top: -2px;
  z-index: 99;
  width: 32%;
}


/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--bs-red);
  border-radius: 10px;
}

#myHeader.sticky nav {
  height: auto;
}

#myHeader.sticky .navigation li {
  padding: 19px 30px 20px;
}

#myHeader.sticky .logo_bg {
  width: 19%;
}

#myHeader.sticky .clk_btn {
  top: 18px
}

.feature-grid {
  display: flex;
  width: 33%;
  padding: 20px 35px 10px 5px;
  position: relative;
}

.feature-grid img {
  width: 60px;
  margin-right: 15px;
  position: relative;
  z-index: 9;
}

.feature-grid-wrap {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  z-index: 2;
  position: relative;
}

.top_box {
  margin-bottom: 50px;
}

.feature-grid_title {
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: 600;
  position: relative;
  z-index: 9;
}

.feature-grid:nth-child(even):before {
  content: '';
  height: 100%;
  width: calc(100% + 60px);
  background-color: var(--bs-red);
  position: absolute;
  top: 0;
  left: -60px;
  z-index: 1;
  -webkit-clip-path: polygon(0 0, calc(100% - 60px) 0%, 100% 50%, calc(100% - 60px) 100%, 0 100%, 60px 50%);
  clip-path: polygon(0 0, calc(100% - 60px) 0%, 100% 50%, calc(100% - 60px) 100%, 0 100%, 60px 50%);
}

.feature-grid:nth-child(even) .feature-grid_title {
  color: #fff;
}

.feature-grid:nth-child(even) p {
  color: #fff;
  position: relative;
  z-index: 9;
}

.top_box {
  margin-top: -50px;
}

.home_img {
  position: sticky;
  top: 100px;
  padding-right: 40px;
}

.shape1 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
  animation-duration: 3s;
}

.shape2 {
  position: absolute;
  bottom: -45px;
  left: 0;
  z-index: -1;
  animation: alltuchtopdown2 1.5s ease-in-out 0s infinite alternate;
  animation-duration: 3s;
}

.img2 {
  position: absolute;
  bottom: -60px;
  right: 0;
  animation: alltuchtopdown2 1.5s ease-in-out 0s infinite alternate;
  animation-duration: 4s;
}

.img1 img {
  height: 450px;
  object-fit: cover;
}

.margin {
  margin: 70px 0;
}


@keyframes alltuchtopdown {
  0% {
    transform: rotateX(0deg) translateY(0)
  }

  50% {
    transform: rotateX(0deg) translateY(-20px)
  }

  to {
    transform: rotateX(0deg) translateY(0)
  }
}


@keyframes alltuchtopdown2 {
  0% {
    transform: rotateX(0deg) translateX(0)
  }

  50% {
    transform: rotateX(0deg) translateX(-20px)
  }

  to {
    transform: rotateX(0deg) translateX(0)
  }
}


.big_head {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 15px;
}

.small_head {
  font-size: 18px;
  font-weight: 600;
  color: var(--bs-red);
}

.ab_test ul {
  margin-top: 30px;
}

.ab_test ul li {
  font-size: 17px;
  margin: 10px 0;
  font-weight: 600;
}

.ab_test ul li i {
  color: var(--bs-red);
  margin-right: 5px;
}

.ab_home {
  margin-bottom: 150px;
}

.mission {
  background-color: #fff;
  padding: 25px;
  width: 80%;
  position: relative;
  z-index: 9;
  margin: -170px 0 0 auto;
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.miss_test {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 8px;
}

.choose {
  display: flex;
  flex-wrap: wrap;
}

.choose img {
  width: 40%;
  border-radius: 8px;
  margin-right: 12px;
  object-fit: cover;
}

.choose ul li {
  font-size: 16px;
  margin: 8px 0;
}

.choose ul li i {
  color: var(--bs-red);
  margin-right: 5px;
}

.why_box {
  padding-right: 30px;
}

.percentage {
  padding: 15px 0;
  opacity: 0;
}

.animation {
  height: 8px;
  background: #eeeeee;
}

.animation-bar {
  height: 8px;
  width: 0;
  background: var(--bs-red);
  position: relative;
  -webkit-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
}

.show {
  opacity: 1;
  transform: translateY(100px);
  animation: come-in 0.8s ease forwards;
  -webkit-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
}

.come-in:nth-child(odd) {
  animation-duration: 0.6s;
  /* So they look staggered */
}

@keyframes come-in {
  to {
    transform: translateY(0px);
  }
}

.p50 {
  width: 50%;
}

.p25 {
  width: 25%;
}

.p36 {
  width: 36%;
}

.p68 {
  width: 68%;
}

.p73 {
  width: 73%;
}

.p62 {
  width: 62%;
}

.percentage .label {
  text-align: right;
}


.always {
  margin: 25px 0px 30px 0px;
  padding: 25px 30px 25px 30px;
  background-color: #f6f6f6;
}

.great p {
  font-size: 20px;
  line-height: 35px;
}

.product {
  padding-top: 60px;
  height: 450px;
  margin-bottom: 200px;
}

.product .big_head {
  color: #fff;
}

.pro_item {
  position: relative;
  margin: 8px;
}

.pro_head {
  position: absolute;
  background-color: #fff;
  bottom: 10px;
  left: 4%;
  color: #000;
  padding: 15px;
  font-size: 20px;
  font-weight: 600;
  width: 92%;
  transition: ease-in-out .5s;
}

.pro_item:hover .pro_head {
  background-color: var(--bs-red);
}

.pro_item img {
  height: 400px;
  object-fit: cover;
}

.what_img img {
  border-radius: 999px;
  height: 550px;
}

.contact-process {
  display: flex;
  gap: 32px;
  margin-bottom: 30px;
}

.contact-process .box-number {
  width: 88px;
  height: 88px;
  line-height: 88px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  border-radius: 99px;
  background-color: rgba(244, 118, 41, 0.2);
  position: relative;
  z-index: 2;
}

.contact-process .box-number:before {
  content: '';
  position: absolute;
  inset: 18px;
  background-color: var(--bs-red);
  border-radius: inherit;
  z-index: -1;
}

.media-body {
  flex: 1;
}

.box-title {
  font-size: 24px;
  line-height: 1.417;
  font-weight: 600;
  margin-bottom: 15px;
}

.contact-process-wrap {
  position: relative;
}

.contact-process-wrap::after {
  content: "";
  position: absolute;
  top: 70px;
  left: 44px;
  height: calc(100% - 150px);
  border-left: 1px dashed #666;
}

.rakar {
  background-size: cover;
  background-position: center center;
  padding: 80px 0;
}

.what_we ul li {
  font-size: 17px;
  margin: 10px 0;
  font-weight: 600;
}

.what_we ul li i {
  color: var(--bs-red);
  margin-right: 5px;
}

.media-body p {
  font-size: 17px;
}

.what_we ul {
  margin-top: 30px;

}

.client_item img {
  width: auto;
}

.contact-media-area {
  background-color: var(--bs-red);
  padding: 48px;
  height: 100%;
}

.cont_title {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 26px;
}

.contact-media {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.contact-media .icon-btn {
  --btn-size: 40px;
  min-width: 40px;
  background-color: transparent;
  color: #fff;
  border: 1px solid #ffffff;
  border-radius: 8px;
  font-size: 16px;
  text-align: center;
}

.contact-media .box-text {
  color: #fff;
  max-width: 206px;
}

.contact {
  padding: 60px 0;
  position: relative;
}

.contact .big_head {
  color: #fff;
}

.contact::after {
  content: "";
  width: 80%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #101840;
  z-index: -1;
}

.contact form {
  padding-left: 50px;
}

.contact input,
select,
textarea {
  width: 100%;
  padding: 8px;
  border: none;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
  color: #fff;
  background-color: transparent;
  outline: none;
}

.contact input::placeholder {
  color: #fff;
}

.contact textarea::placeholder {
  color: #fff;
}

.contact select option {
  color: #000;
}

.contact p {
  color: #fff;
}

.counter-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.counter-card_icon {
  width: 80px;
  height: 80px;
  line-height: 70px;
  background-color: var(--bs-red);
  border-radius: 50%;
  box-sizing: content-box;
  text-align: center;
}
.media-body {
  flex: 1;
}
.counter-card_number {
  color: #000;
  margin-bottom: 5px;
  font-size: 40px;  
  margin-top: -0.24em;
  display: flex;
  font-weight: 600;
}
.counter-card_text {
  color: #fff;
  display: block;
  margin-bottom: -0.45em;
  font-weight: 600;
}
.counter-card_icon img{
  width: auto;
}

/* all_btn */
.all_btn2 {
  background-color: #101840;
}

.all_btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-transform: capitalize;
  text-align: center;
  background-color: #101840;
  color: #fff;
  font-family: var(--body-font);
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  padding: 20.5px 32px;
  min-width: 170px;
  border-radius: 30px;
  -webkit-perspective: 320px;
  perspective: 320px;
}

.all_btn:before {
  content: "";
  position: absolute;
  height: 0;
  top: 50%;
  right: 0;
  width: 0;
  background-color: var(--title-color);
  z-index: -1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: inherit;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
}

.all_btn.all_btn2:before,
.all_btn.all_btn2:after {
  background-color: #f47629;
}

.all_btn:before {
  content: "";
  position: absolute;
  height: 0;
  top: 50%;
  right: 0;
  width: 0;
  background-color: var(--bs-red);
  z-index: -1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: inherit;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
}

.all_btn.all_btn2:hover {
  background-color: #f47629;
}

.all_btn:hover::before,
.all_btn:hover:after,
.all_btn.active::before,
.all_btn.active:after {
  top: 0;
  height: 100%;
  width: 100%;
  right: unset;
  left: 0;
}
.all_btn:hover{
  color: #fff;
}

/* all_btn */

form .all_btn {
  background-color: #00923f;
}

.test_item {
  text-align: left;
  padding: 25px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin: 8px;
  border-radius: 5px;
  height:394px;
}

.test_item img {
  width: 100px;
  border-radius: 50%;
  margin-bottom: 15px;
}

.name {
  font-size: 22px;
  color: var(--bs-red);
  font-weight: 600;
  margin-bottom: 5px;
  font-family: system-ui;

}

footer {
  padding-top: 60px;
  background-position: bottom;
}

.foot_logo img {
  width: 100px;
  margin-bottom: 10px;
}

.foot_head {
  font-size: 22px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 30px;
}

.foot_nav ul li a {
  color: #fff;
  margin: 15px 0;
  display: block;
}

.foot_logo p {
  color: #fff;
}

.foot_nav ul li i {
  margin-right: 8px;
}

.foot_nav ul li a:hover {
  color: var(--bs-red);
  margin-left: 5px;
}

.foot_nav ul {
  height: 250px;
  overflow: auto;
}

.foot_contact ul li i {
  margin-right: 15px;
  color: var(--bs-red);
}

.foot_contact ul li {
  color: #fff;
  margin: 15px 0;
  display: flex;
  align-items: baseline;
}

.foot_contact ul li a {
  color: #fff;
}

.foot_contact ul li a:hover {
  color: var(--bs-red);
}

.copyright-area {
  text-align: center;
  margin-top: 50px;
}

.copyright-area p {
  margin-bottom: 0;
  /* background-color: var(--bs-red); */
  color: #fff;
  padding: 30px 10px;
  border-top: 1px solid #797979;
}

.copyright-area p a {
  color: #fff;
  text-decoration: underline !important;
}





























.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;
}

@keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: 0.75;
  }

  75% {
    padding: 50px;
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.social-share ul {
  display: flex;
  margin-top: 10px;
}

.social-share button {
  border: none;
  background-color: #062539;
  color: #fff;
  padding: 4px 8px;
  margin-right: 8px;
  font-size: 16px;
  border-radius: 3px;
}

.social-share button:hover {
  background-color: #000;
}

.share-btn-box {
  margin-top: 20px;
}

.main_img {
  position: sticky;
  top: 100px;
}







@media only screen and (max-width: 1370px) {
  .container {
    max-width: 1210px;
  }
}

@media only screen and (max-width: 991px) {

  .head_loctaion {
    padding-left: 0%;
  }

  .logo_bg {
    display: none;
  }

  .logo img {
    width: 85px;
    margin-top: 0;
    background: #fff;
    border-radius: 50%;
  }

  nav {
    height: auto;
  }

  .navigation li {
    padding: 27px 30px 27px;
    position: relative;
  }

  .clk_btn {
    top: 26px;
  }

  .ab_test {
    margin-top: 100px;
  }

  .contact-process-wrap {
    margin-top: 30px;
  }

  .contact::after {
    width: 100%;
  }

  .contact form {
    padding-left: 0px;
    margin-top: 20px;
  }

  .why_box {
    padding-right: 0px;
    margin-bottom: 30px;
  }

  .feature-grid {
    width: 50%;
  }

  .ab_home {
    margin-bottom: 35px;
  }

}


@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;
  }

  .nav_bar_nav {
    position: revert;
    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);
  }

  .navigation {
    position: absolute;
    flex-direction: column;
    width: 100%;
    top: 100%;
    left: 0;
    background-color: #fff;
    z-index: 9999;
    display: none;
  }


  .navigation li {
    padding: 12px 9px;
    font-size: 15px;
    border-bottom: 1px solid #818181;
  }

  .navigation li a {
    color: #000;
  }

  .droupdown {
    position: revert;
    width: 100%;
  }

  .clk_btn {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    cursor: pointer;
    width: 47px;
    height: 46px;
    line-height: 37px;
    background: #000;
    text-align: center;
  }

  .droupdown li {
    padding: 0 !important;
  }

  .droupdown li a {
    color: #000;
  }

  nav {
    padding: 8px 10px;
  }

  .head_socal a {
    color: var(--bs-red);
    margin: 0 10px;
  }
}


@media only screen and (max-width: 767px) {
  .big_head {
    font-size: 30px;
  }
  .inner_header img{
    height: 300px;
  }
  .inner_hrad{
    font-size: 30px;
  }
}


@media only screen and (max-width: 600px) {
  .margin {
    margin: 36px 0;
  }

  .rakar {
    padding: 45px 0;
  }
  .mission{
    width: 100%;
  }
  .big_head {
    font-size: 24px;
}
.small_head {
  font-size: 16px;
}
.product{
  margin-bottom: 150px;
}
.feature-grid {
  width: 100%;
}
.choose img {
  width: 100%;
  margin-bottom: 10px;
}
.top_email{
  display: none;
}
.top_box {
  margin-top: 0px;
}
.slick-nav.prev-arrow.slick-arrow {
  padding: 5px;
}
.slick-nav.next-arrow.slick-arrow{
  padding: 5px;
}
}