* {
  margin: 0;
  padding: 0;
}

@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap');

body {
  overflow-x: hidden;
  position: relative;
}

h1,
h2,
h3 {
  font-family: "Varela Round", sans-serif;
}


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: "Varela Round", sans-serif;
}

.container-fluid {
  padding: 0 5%;
}

p {
  font-size: 16px;
  line-height: 27px;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

span {
  display: block;
  font-family: "Varela Round", sans-serif;
}


#myHeader.sticky {
  position: fixed;
  background-color: #fff;
  width: 100%;
  top: 0;
  z-index: 9999;
  animation: slideDown 1s ease-out;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}



.head_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: 20px;
  z-index: 99;
  padding: 5px 10px;
  color: #00a3ef;
  cursor: pointer;
  border: 2px solid #00a3ef;
  transform: rotate(45deg);
  border-radius: 5px;
}

nav#myHeader.sticky {
  padding-top: 0;
}


.slick-nav.next-arrow.slick-arrow {
  position: absolute;
  top: 45%;
  left: 20px;
  z-index: 99;
  padding: 5px 10px;
  color: #00a3ef;
  cursor: pointer;
  border: 2px solid #00a3ef;
  transform: rotate(45deg);
  border-radius: 5px;
}

.slick-nav.next-arrow.slick-arrow i {
  transform: rotate(-45deg);
}

.slick-nav.prev-arrow.slick-arrow i {
  transform: rotate(-45deg);
}

.head_item img {
  object-fit: cover;
  height: 600px;
}

.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: 130px;
  position: relative;
  z-index: 999;
  border-radius: 3px;
}
nav#myHeader.sticky .navigation li a{
  color: #000;
}

.navigation li {
  padding: 17px 20px;
  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: #000;
  font-size: 16px;
}

.inner_header {
  position: relative;
  margin-top: -102px;
}

.inner_header::after {
  content: "";
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.719) 32%, rgb(0 0 0 / 4%) 59%);
  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: 99;
  left: 5%;
  text-align: left;
  width: auto;
}

.inner_header .inner_text {
  top: 60%;
}

.inner_hrad {
  font-size: 40px;
  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: 500px;
  object-fit: cover;
}

.clk_btn {
  position: absolute;
  right: 0;
  top: 15px;
  color: #000;
  cursor: pointer;
}

.droupdown li {
  padding: 0;
}

.droupdown li a {
  padding: 10px 15px;
  display: block;
  color: #000;
  font-size: 17px;
}

.droupdown li a:hover {
  background: #00a3ef;
  color: #fff;
}

.droupdown {
  position: absolute;
  background-color: #fff;
  left: 0;
  top: 60px;
  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 {
  position: relative;
  width: 100%;
  z-index: 999;
  padding-bottom: 5px;
}



@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;
}



.video {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: -1;
}

.video video {
  position: relative;
}

.video::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #00000094;
}

.all_btn {
  background-color: #000;
  position: relative;
  color: #fff;
  display: inline-block;
  padding: 15px 35px;
  overflow: hidden;
  border: none;

}

.all_btn span {
  position: relative;
  z-index: 9;
}

.all_btn i {
  margin-left: 8px;
}

.all_btn::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #00a3ef;
  transition: ease-in-out .5s;
}

.all_btn:hover::after {
  left: 100%;
}

.all_btn:hover {
  color: #fff;
}


.head_btn .all_btn {
  font-weight: 600;
  border-radius: 6px;
}

.top_head {
  font-size: 45px;
  color: #000;
  font-weight: 600;
}

.Success span {
  font-size: 90px;
  -webkit-text-stroke: 2px #00a3ef;
  -webkit-text-fill-color: transparent;
  line-height: 40px;
  font-weight: 900;
}

.Success samp {
  font-size: 20px;
  font-weight: 500;
  -webkit-text-stroke: 2px #fff;
  -webkit-text-fill-color: transparent;
}

.Success {
  text-align: center;
  display: flex;
  align-items: center;
}

.Success p {
  text-align: left;
  color: #000;
}

.projects {
  width: 30%;
}

.projects_text {
  width: 70%;
  padding-left: 30px;
}

.head_item {
  margin-top: 50px;
}








.services-section-five {
  position: relative;
  padding: 0px 0px 60px;
}

.services-section-five .owl-carousel .owl-stage-outer {
  position: static;
  padding: 45px 0px;
}

.services-section-five .owl-theme .service-block-five {
  margin: 0px 15px;
}

.services-section-five .owl-carousel {
  margin: 0px -15px;
  width: auto;
}

.services-section-five .owl-nav {
  display: none;
}


.services-section-five .slick-slider {
  margin: -15px;
}

.services-section-five .slick-slide {
  padding: 15px;
}

.services-section-five .owl-dots .owl-dot.active,
.services-section-five .owl-dots .owl-dot:hover {
  width: 30px;
  background-color: #222222;
}

.service-block-five {
  position: relative;
  margin-bottom: 30px;
  z-index: 9;
  background-color: #fff;
}

.service-block-five .inner-box {
  position: relative;
  text-align: center;
  border-radius: 8px;
  height:330px;
  overflow: hidden;
  padding: 20px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}

.icon img {
  width: 90px;
}

.service-block-five .inner-box .side-layer-one {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 290px;
  height: 290px;
  border-radius: 50%;
  background-color: #062d5181;
  transform: translateX(320px) translateY(-320px);
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}

.service-block-five .inner-box .side-layer-two {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 370px;
  height: 370px;
  opacity: 0.5;
  border-radius: 50%;
  background-color: #062d5174;
  transform: translateX(400px) translateY(-400px);
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}

.service-block-five .inner-box:hover .side-layer-one {
  transform: translateX(160px) translateY(-160px);
}

.service-block-five .inner-box:hover .side-layer-two {
  transform: translateX(180px) translateY(-190px);
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}

.service-block-five .inner-box .icon-box {
  position: relative;
  width: 95px;
  height: 95px;
  border-radius: 50px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.service-block-five .inner-box .icon-box .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.service-block-five .inner-box .icon-box .border-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 50%;
  border: 1px dashed #0072bc;
  animation: mymove 10s infinite;
}

.service-block-five .inner-box .icon-box .dott-layer {
  position: absolute;
  left: 5px;
  top: 5px;
  right: 8px;
  bottom: 8px;
  border-radius: 50%;
  animation: mymove2 10s infinite;
}

.service-block-five .inner-box .icon-box .dott-layer:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background-color: #00a3ef;

}

.service-block-five .inner-box span {
  position: relative;
  color: #222222;
  font-weight: 600;
  line-height: 1.3em;
  font-size: 20px;
}

.service-block-five .inner-box span {
  position: relative;
  color: #222222;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block-five .inner-box .learn-more:hover,
.service-block-five .inner-box span a:hover {
  color: #0000ff;
}

.service-block-five .inner-box .text {
  position: relative;
  color: #555555;
  font-size: 16px;
  line-height: 1.8em;
  margin-top: 20px;
}

.service-block-five .inner-box .learn-more {
  position: relative;
  color: #555555;
  font-size: 16px;
  line-height: 1.4em;
  margin-top: 20px;
  font-weight: 600;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}


@keyframes mymove {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }

}

@keyframes mymove2 {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(-360deg);
  }

}


.full_header {
  position: relative;
  overflow: hidden;
  padding-bottom: 55px;
}

.service {
  padding: 60px 0;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}

.small_head {
  font-size: 30px;
  color: #062d51;
  font-weight: 600;
}

.big_head {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 10px;
}

.home_img {
  position: relative;
}

.bg_img img {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  animation-name: zoom-fade;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.ab_img img {
  border-radius: 50%;
  width: 530px;
  height: 530px;
  border: 10px solid #062d51;
}

.ab_img {
  padding: 50px;
}

.ab_title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 15px;
}


.ab_home .container-fluid {
  padding: 0 1%;
}



@keyframes zoom-fade {
  0% {
    transform: scale(0.9);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(0.9);
  }
}

.margin {
  margin: 60px .0;
}

.problem {
  background-color: #000;
  padding: 60px 0;
}

.problem_box {
  align-items: center;
  text-align: left;
  border-bottom: 1px solid #555555;
  padding: 25px 0;
}

.problem .small_head {
  color: #fff
}

.problem .big_head {
  color: #fff;
  margin-bottom: 60px;
}

.problem_box {
  position: relative;
}

.pro_head span {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  transition: ease-in-out 1s;
}

.problem_box img {
  position: absolute;
  width: 320px;
  right: 0;
  bottom: -100px;
  /*transform: scale(.1);*/
  transition: ease-in-out .5s;
}




.num_box {
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 30px;
  border-radius: 5px;
  margin: 20px 0;
  position: relative;
  z-index: 9;
  background-color: #fff;

}

.lower {
  justify-content: center;
}

.num_box .icon_num {
  position: relative;
  border-radius: 50%;
  display: inline-block;
}

.icon_num img {
  width: 100px;
  padding: 21px;
}

.num_box .icon_num::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  border: 1px dashed #0072bc;
  animation: mymove 10s infinite;

}

.lower {
  margin-top: 30px;
  font-size: 18px;
  color: #062d51;
}

.lower span {
  font-size: 40px;
  color: #062d51;
  font-weight: 600;
  margin-right: 9px;
}

.number_count {
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0px 350px 350px 0px;
  position: relative;
}

/*.number_count::after {*/
/*  content: "";*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 0;*/
/*  background: linear-gradient(274deg, #0a2d54bd 20%, rgba(255, 255, 255, 1) 100%);*/
/*  border-radius: 0px 350px 350px 0px;*/
/*}*/

.number_count::before {
  content: "";
  width: 35%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 9;
}

.num_img img {
  border-radius: 50%;
  position: relative;
  z-index: 9;
}


.you_link a {
  background-color: #00a3ef;
  padding: 30px 50px;
  border-radius: 50%;
  color: #fff;
  font-size: 45px;
  display: block;
  position: relative;
  z-index: 9;
}

.ripple {
  position: relative;
  z-index: 9;
}

.ripple:before {
  animation: ripple 3s infinite;
  animation-delay: .9s;
  z-index: 9;
}

.ripple:after,
.ripple:before {
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -ms-box-shadow: 0 0 0 0 hsla(0, 0%, 100%, .6);
  -o-box-shadow: 0 0 0 0 hsla(0, 0%, 100%, .6);
  box-shadow: 0 0 0 0 hsla(0, 0%, 100%, .6);
  content: "";
  position: absolute;
  z-index: 9;
}

.ripple:after {
  animation: ripple 3s infinite;
  animation-delay: .6s;
  z-index: 9;
}

@keyframes ripple {
  70% {
    box-shadow: 0 0 0 70px hsla(0, 0%, 100%, 0)
  }

  to {
    box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0)
  }
}

.num_you {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: right;
}

.you_link {
  width: 138px;
  margin: 0 10px;
}


.num_img {
  position: relative;
  right: 0px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-animation: border-transform 10s linear infinite alternate forwards;
  animation: border-transform 10s linear infinite alternate forwards;
}


@keyframes border-transform {

  0%,
  to {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }

  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }

  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }

  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }

  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }

  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }

  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}

.pro_item {
  position: relative;
  overflow: hidden;
  margin: 8px;
      background: #00a3ef;
}

.pro_head {
  position: absolute;
  left: 0;
  bottom: 10px;
  background-color: #000;
  color: #fff;
  padding: 10px;
  font-weight: 600;
  font-size: 17px;
  z-index: 9;
}

.pro_head a {
  color: #fff;
}

.pro_item img {
  height: 400px;
  object-fit: cover;
}

.pro_item::after {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  background-color: #ffffff36;
  transition: ease-in-out.5s;
}

.pro_item::before {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  left: 0;
  top: 50%;
  background-color: #ffffff36;
  transition: ease-in-out.5s;
}

.pro_item:hover::after {
  left: 0;
  width: 100%;
}

.pro_item:hover::before {
  top: 0;
  height: 100%;
}

.pro_btn {
  position: absolute;
  right: -100%;
  top: 20%;
  background-color: #062d51;
  color: #fff;
  padding: 5px 10px;
  z-index: 9;
  transition: ease-in-out .5s;
}

.pro_btn:hover {
  color: #fff;
}

.pro_item:hover .pro_btn {
  right: 0;
}


.why_choose {
  background: #00a3ef;
  background: linear-gradient(90deg, #00a3ef 0, #4c68e2);
  overflow: hidden;
  position: relative;
}

.why_choose .small_head {
  color: #fff;
}

.why_choose .big_head {
  color: #fff;
}

.why_choose p {
  color: #fff;
}

.business-block {
  margin-bottom: 35px;
}

.business-block .inner-box {
  padding-left: 225px;
  position: relative;
}

.business-block .inner-box .box-number {
  background-color: #fff;
  border: 10px solid #162d76;
  border-radius: 50px;
  color: #222;
  font-family: Poppins, sans-serif;
  font-size: 26px;
  font-weight: 600;
  height: 90px;
  left: 0;
  line-height: 70px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 90px;
}

.business-block .inner-box .icon-box {
  color: #fff;
  left: 130px;
  position: absolute;
  top: 10px;
}

.business-block .inner-box .icon-box img {
  width: 50px;
}

.business-block .inner-box .security {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3em;
  position: relative;
  text-transform: capitalize;
}

.business-block .inner-box p {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.8em;
  margin-top: 10px;
  position: relative;
}

.inner-column {
  position: relative;
}

.why_img {
  position: absolute;
  width: auto;
  top: 0;
  right: 100%;
}

.business-block:nth-child(3) .inner-box .box-number {
  border-color: #0c8afa;
}

.business-block:nth-child(4) .inner-box .box-number {
  border-color: #0acdcd;
}

.business-block:nth-child(5) .inner-box .box-number {
  border-color: #ff9006;
}

.business-block:nth-child(6) .inner-box .box-number {
  border-color: #f32e2e;
}

.why_bg {
  background-position: center;
  padding: 80px 0;
}

.why_pro {
  padding-right: 100px;
}


.contact {
  position: relative;
  padding: 60px 0;
}

.contact form input,
select,
textarea {
  width: 100%;
  margin-bottom: 15px;
  padding: 15px 20px;
  background-color: #f3f3f4;
  font-size: 14px;
  border: none;
  outline: none;
}

.contact_box {
  background-color: #1da1f2;
  padding: 30px 35px;
  color: #fff;
  margin-left: 30px;
}

.contact_box li {
  margin-bottom: 25px;
}

.contact_box li samp {
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 5px;
  display: block;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.contact_box li a {
  color: #fff;
  /*display: block;*/
}

.socal_media a {
  color: #fff;
  font-size: 18px;
}

.socal_media {
  display: flex;
  gap: 20px;
}

.co_bg {
  position: absolute;
  left: 0;
  width: auto;
  z-index: -1;
  animation-name: rightToLeft;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}


@keyframes rightToLeft {
  0% {
    transform: translateX(-50px)
  }

  50% {
    transform: translateX(-10px)
  }

  to {
    transform: translateX(-50px)
  }
}

footer {
  padding-top: 60px;
  color: #fff;
  background-position: center center;
}


footer .socal_media {
  justify-content: center;
  margin: 40px 0;
  gap: 0;
}
footer .socal_media a{
  border: 1px solid #fff;
  padding: 10px 15px;
}
footer .socal_media a:hover{
  background-color: #00a3ef;
}

.foot_logo img {
  width: 120px;
  background-color: #fff;
  padding: 5px;
  border-radius: 5px;
}
.foot_head{
    font-size: 25px;
    font-weight: 600;
    color: #fff;
}

footer p {
  color: #fff;
  font-size:14px;
}
.foot_nav ul li {
    margin:15px 0;
}

.foot_con li {
  margin: 22px 0;
}
.foot_con{
  margin-top: 30px;
}

.foot_con li a {
  color: #fff;
}

.copy_right p {
  margin-bottom: 0;
  color: #fff;
  font-size: 15px;
}
.copy_right p a{
  color: #fff;
  text-decoration: underline !important;
}
.copy_right {
  background-color: #00a3ef;
  padding: 10px;
  margin-top: 70px;
}

.foot_nav ul{
  margin: 20px 0;
}
.foot_nav ul li a{
  color: #fff;
}




.quality p{
    font-weight: 600;
    margin:10px 0;
}












.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: 35px;
  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: 54px;
  color: #fff;
}

@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: #023153;
  color: #fff;
  padding: 7px 8px;
  margin-right: 8px;
  font-size: 16px;
  border-radius: 5px;
}

.social-share button:hover {
  background-color: #000;
}

.share-btn-box {
  margin-top: 20px;
}
.main_img {
     float: left;
    width: 50%;
    padding-right: 20px;
}
.home_img{
    float: left;
    width: 50%;
    padding-right: 20px;
}
.marcket-plase a{
  display: block;
  margin-bottom: 10px;
}

.gallery_p span{
    color:#fff !important;
    
}
.para_p{
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media only screen and (max-width: 991px) {
  .navigation li {
    padding: 16px 10px;
  }
  .Success span{
    font-size: 50px;
  }
  .Success samp {
    font-size: 14px;
  }
  .ab_img img{
    width: 400px;
    height: 400px;
  }
  .pro_head{
    position: relative;
  }
}





@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;
    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 0;
  }
  nav#myHeader.sticky .toggle>*{
    background-color: #000;
  }
}


@media only screen and (max-width: 767px) {
  .top_head {
    font-size: 30px
  }
  .projects{
    display: none;
  }
  .projects_text{
    width: 100%;
    padding-left: 0;
  }
  .bg_img{
    display: none;
  }
  .ab_img img{
    width: 100%;
    height: auto;
  }
  .problem_box img{
    display: none;
  }
  .number_count .container-fluid{
    padding: 0 2%;
  }
  .number_count::after{
    display: none;
  }
  .you_link{
    display: none;
  }
  .contact_box {
    margin-left: 0px;
    margin-bottom: 30px;
}
.foot_box {
  padding: 0 0%;
}
.inner_header img{
  height: 350px;
}
.inner_hrad{
  font-size: 25px;
}
}


@media only screen and (max-width: 600px) {
  .head_item {
    margin-top: 31px;
}
.header {
  margin-top: 10px;
}
.service{
  padding: 30px 0;
}
.pro_item img{
  height: 300px;
}
.big_head{
  font-size: 25px;
}
.small_head {
  font-size: 16px;
}
.why_pro {
  padding-right: 0px;
}
.ab_home .container-fluid {
  padding: 0 2%;
}
.number_count{
  border-radius: 0;
}

.main_img {
    width: 100%;
    padding-right: 0px;
}
.home_img{
    width: 100%;
    padding-right: 0px;
}
}




@media only screen and (max-width: 500px) {
  .business-block .inner-box .icon-box{
    display: none;
  }
  .all_btn{
    padding: 13px 21px;
  }
  .Success{
    display: none;
  }
  .business-block .inner-box {
    padding-left: 108px;
}
.top_head {
  font-size: 19px;
}
.ab_img {
  padding: 0px;
}
.ab_img img{
  border-radius: 0;
}
}

@media only screen and (max-width: 450px) {
  .head_btn{
    display: none;
  }
}