* {
  margin: 0;
  padding: 0;
}

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Edu+VIC+WA+NT+Beginner:wght@400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Permanent+Marker&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

body {
  overflow-x: hidden;
}

:root {
  --bs-blue: #055976;
}

.container {
    max-width: 1300px;
}

h1,
h2,
h3 {
  font-family: "Inter", 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: "Inter", sans-serif;
}



p {
  font-size: 16px;
  line-height: 27px;
  color: #848e9f;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

span {
  display: block;
  font-family: "Inter", sans-serif;
}

.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: 999;
  animation: slideDown 1s ease-out;
  background-color: #fff;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

#myHeader.sticky .logo img {
  width: 120px;
}


.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;
}


.slick-nav.next-arrow.slick-arrow {
  position: absolute;
  top: 45%;
  left: 3%;
  z-index: 99;
  background: var(--bs-blue);
  padding: 10px;
  color: #fff;
  cursor: pointer;
}

nav#myHeader.sticky {
  margin-top: 0;
}


.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;
  padding-left: 40px;
}

.navigation {
  display: flex;
  margin-bottom: 0;
  border-radius: 5px;
}

.top_header {
  padding: 0 5%;
}

.logo img {
  width: 130px;
  position: relative;
  z-index: 999;
}



.navigation li {
  padding: 20px 30px;
  position: relative;
  font-weight: 600;
}

.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;
}

.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: 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: 400px;
  object-fit: cover;
}

.top_email a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.top_phone a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.top_email a i {
  margin-right: 5px;
  font-size: 20px;
}

.top_phone a i {
  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: 18px;
  color: #000;
  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-blue);
  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 {
  width: 100%;
  border-radius: 5px;
  position: relative;
  z-index: 9;
}

/* 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 .img{
  position: relative;
}

.head_item .img::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 20%, #000000e0 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 {
  padding-right: 20px;
}

.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-blue);
  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;
}



.top_head {
  padding: 8px 0;
  background-color: #000;
  position: relative;
}

.all_nav{
  position: relative;
}
.all_nav::after{
  content: "";
  height: 100%;
  width: 25%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 62% 100%, 0% 100%);
}
.head_item {
  padding-left: 50px;
  background-color: #fff;
}
.top_head::after{
  content: "";
  height: 100%;
  width: 20%;
  background-color: var(--bs-blue);
  position: absolute;
  top: 0;
  right: 0;
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0% 100%);
}
.socal_icon{
  position: relative;
  z-index: 9;
}
.socal_icon a{
  color: #fff;
  margin: 0 8px;
}
.socal_icon a:hover{
    color:#fff;
}
.top_email{
  position: relative;
  z-index: 9;
}
.top_con{
  display: flex;
  margin-left: 27%;
}
.top_email{
  margin-right: 20px;
}
.logo {
  margin-top: -30px;
}
#myHeader.sticky .logo {
  margin-top: 0px;
}

.banner_text{
  position: absolute;
  left: 2%;
  top: 25%;
  width: 50%;
  z-index: 9;
}
.line_img{
  width: 20px;
  margin-right: 15px;
  object-fit: contain;
}
.head_small{
    color: #fff;
    display: flex;
    font-size: 34px;
    align-items: baseline;
    font-weight: 600;
    color: #78cde6;
    font-family: cursive;
}

.head_line{
  font-size: 30px;
  color: #fff;
  /*font-weight: bold;*/
}
.banner_text p{
  font-size: 20px;
  color: #fff;
}



.all_btn {
  border-radius: 5px;
  background-color: var(--bs-blue);
  font-weight: 600;
  font-size: 18px;
  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;
}

.head_banner ul.slick-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.head_banner ul.slick-dots li {
  margin: 5px;
}

.head_banner ul.slick-dots button {
  font-size: 0;
  padding: 5px;
  border: none;
  background-color: #fff;
}
.head_banner ul.slick-dots .slick-active button {
  background-color: var(--bs-blue);
  padding: 5px 20px;
}


.del_box{
  display: flex;
  background-color: #f4f4f4;
  padding: 25px;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.del_box::after{
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  background-color: var(--bs-blue);
  transition: ease-in-out .5s;
}
.del_box:hover::after{
  width: 100%;
  left: 0;
}
.del_box img{
  width: 80px;
  position: relative;
  z-index: 9;
  margin-right: 20px;
}
.margin{
  margin: 60px 0;
}

.del_text{
  position: relative;
  z-index: 9;
}

.feature{
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 8px;
  transition: ease-in-out .5s;
}
.del_box:hover .feature{
  color: #fff;
}
.del_box:hover p{
  color: #fff;
}
.about_counter {
  background: var(--bs-blue);
  /* text-align: center; */
  padding: 40px 40px;
  margin-bottom: 25px;
}
.num{
  font-size: 60px;
  font-weight: 600;
  color: #fff;
}
.experience{
  color: #fff;
  font-size: 20px;
}
.ab_img .img img{
  height: 490px;
  object-fit: cover;
}
.ab_img{
  padding: 0 0px 20px 20px;
  position: sticky;
  top: 100px;
}
.ab_img::after{
  content: "";
  height: 60%;
  width: 98%;
  background-color: var(--bs-blue);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  clip-path: polygon(0 0, 100% 83%, 100% 100%, 0% 100%);
}



.small_head img{
  width: 20px;
  margin-right: 8px;
}
.small_head{
  font-size: 28px;
  font-weight: 600;
  color: var(--bs-blue);
  font-family: "Permanent Marker", cursive;
}
.big_head{
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 15px;
  font-family: "Permanent Marker", cursive;
  color: #78cde6;
}

.ab_text ul{
  display: flex;
  flex-wrap: wrap;
}
.ab_text ul li{
  width: 100%;
  font-size: 16px;
  margin: 10px 0;
  font-weight: 600;
  color: #121212;
  position: relative;
  padding-left: 18px;
}
.ab_text ul li:before {
  content: "\293F";
  font-weight: 900;
  color: var(--bs-blue);
  position: absolute;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 18px;
}


.pro_item{
  background-color: #fff;
}
.services{
  padding: 60px 0;
  background-color: #F4F4F4;
}
.pro_text a{
  color: #000;
}
.pro_text{
  position: relative;
  padding: 30px 10px 20px;
  height:215px;
}
.pro_text span{
  font-size: 20px;
  margin-bottom: 8px;
}
.pro_text p{
  text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.pro_text::after{
  content: "";
  width: 100%;
  height: 30%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: -30px;
  border-radius: 50% 50% 0 0;
}
.pro_text::before{
  content: "";
  width: 5%;
  height: 3px;
  background-color: var(--bs-blue);
  position: absolute;
  left: 0;
  bottom: 0px;
  transition: ease-in-out .5s;
}
.pro_text:hover::before{
  width: 100%;
}
.pro_item{
  margin: 8px;
}
.ab_all_img_in img {
    height: auto;
    width: 100%;
}

.our_work{
  background-color: #000;
  padding-top: 50px;
}

.ab_text {
    position: sticky;
    top: 100px;
}
.our_text .big_head{
  color: #fff;
}
.our_text p{
  color: #fff;
}
.our_text ul li{
  color: #fff;
  font-size: 18px;
  margin: 10px 0;
}

.our_text{
  padding: 50px 0;
  padding-left: 5%;
}

.our_img img{
  height: 520px;
  object-fit: cover;
}
.test_box{
  background-color: #F4F4F4;
}
.star img{
  width: 130px;
  margin-bottom: 15px;
}
.test_item{
  margin: 10px;
  text-align: left;
  padding-left: 70px;
  position: relative;
}
.test_box{
  padding: 20px;
  padding-left: 100px;
   height: 282px;
  border-left: 4px solid var(--bs-blue);
}
.test_box .img{
  position: absolute;
  left: 0;
  border-radius: 50%;
  top: 20%;
  border: 4px solid var(--bs-blue);
  padding: 5px;
  width: 150px;
}
.test_box .img img{
  border-radius: 50%;
}
.name{
  font-size: 18px;
  color: var(--bs-blue);
  font-weight: 600;
}
.degination{
  font-weight: 600;
}

.p_item{
  position: relative;
  overflow: hidden;
  margin: 0 8px;
}
.p_item::after{
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background:linear-gradient(180deg, rgb(5 89 118 / 61%) 29.42%, #002b3e 100%);
  opacity: 0;
  transition: ease-in-out .3s;
}

.p_text{
  position: absolute;
  bottom: -100px;
  left: 15px;
  z-index: 9;
  text-align: left;
  transition: ease-in-out .3s;
}
.p_text a{
  color: #fff;
  font-size: 22px;
}
.p_item:hover::after{
  opacity: 1;
}
.p_item:hover .p_text{
  bottom: 15px;
}
.content .image img {
  width: 380px;
}


.contact{
  background-color: #000;
  padding-top: 60px;
}

.con_text .big_head{
  color: #fff;
}
.con_text .small_head{
  color: #fff;
}

.content {
  position: relative;
  padding: 80px 60px;
  background-color: #F5F7FA;
  background-image: url(../img/tracking-bg-shape.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  border-radius: 20px;
  margin-bottom: -144px;
  z-index: 1;
}
.section-title.left {
  text-align: left;
}
.section-title.left .title {
  font-size: 30px;
}
.pro_item img {
    height: 276px;
    object-fit: cover;
}
.content .image {
  position: absolute;
  right: 0;
  top: 20px;
  animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
  animation-duration: 3s;
}

.work-process1 .process-list {
  display: flex;
  justify-content: center;
  text-align: left;
  flex-wrap: wrap;
}
.process-item {
  width: 25%;
  position: relative;
}
.work-process1 .process-list .process-item .icon {
  position: relative;
  margin-bottom: 29px;
  width: auto;
}
.work-process1 .process-list .process-item::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #E3E3E3;
  top: 16%;
  z-index: -1;
}
.work-process1 .process-list .process-item:last-child::after{
  display: none;
}
.work-process1 .process-list .process-item .icon .number {
  position: absolute;
  top: -10px;
  left: -1px;
  height: 25px;
  width: 25px;
  color: var(--bs-blue);
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  background-color: #F5F7FA;
  border-radius: 50%;
  min-width: auto;
}
.work-process1 .process-list .process-item .icon img {
  display: inline-block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  background-color: #055976;
  border-radius: 50%;
  color: #fff;
  font-size: 46px;
  padding: 12px;
}
.work-process1 .process-list .process-item .content2 {
  max-width: 90%;
}
.work-process1 .process-list .process-item .content2 .title2 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}
.video1 .video-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 756px;
  max-width: 1760px;
  margin: 0 auto 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
}
.video1 .video-wrapper .video-icon {
  color: #fff;
  font-size: 42px;
  height: 150px;
  width: 150px;
  line-height: 150px;
  text-align: center;
  background-color: #FF5C00;
  border-radius: 50%;
}



.contact{
  height: 550px;
}
.contact form {
  background-color: var(--bs-blue);
  padding: 60px;
  border-radius: 5px;
}
.contact form input, textarea {
  width: 100%;
  padding: 13px;
  outline: none;
  margin-bottom: 15px;
  border: none;
}
.contact form select{
  width: 100%;
  padding: 13px;
  outline: none;
  margin-bottom: 15px;
  border: none;
}
.contact form .all_btn{
  background-color: #000;
  width: 100%;
  text-align: center;
  display: block;
}

.con_text p{
  color: #fff;
}
.con_text ul li{
  display: flex;
  align-items: center;
  color: #fff;
  width: 48%;
}

.con_text ul li .img{
  background-color: var(--bs-blue);
  border-radius: 50%;
  width: 80px;
  padding: 15px;
  margin-right: 10px;
  margin-top: 10px;
}
.con_text ul li span{
  font-size: 25px;
}

.con_text ul{
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0;
  justify-content: space-between;
}

.contact{
  margin-bottom: 153px;
}
.video1{
  margin-bottom: 90px;
}
@keyframes alltuchtopdown {
  0% {
      transform: rotateX(0deg) translateY(0)
  }

  50% {
      transform: rotateX(0deg) translateY(-20px)
  }

  to {
      transform: rotateX(0deg) translateY(0)
  }
}






footer{
  /* background-repeat: no-repeat; */
  background-size: cover;
  /* background-position: center; */
}

.foot_bg{
  /* background-color: #000000c9; */
  padding-top: 60px;
  padding-bottom: 60px;
}
.loction a{
  color: #000;
  display: block;
}
.loction a:hover{
  color: var(--bs-blue);
}
.loction {
  display: flex;
  align-items: center;
}

.foot_just{
  justify-content: center;
  padding-bottom: 32px;
  border-bottom: 1px solid #404040;
  margin-bottom: 48px;

}

.loction i{
  font-size: 25px;
  margin-right: 10px;
  display: block;
  color: var(--bs-blue);
}

.our_text .small_head{
    color:#fff;
}
.foot_logo img{
  width: 280px;
}
.foot_head{
  color: var(--bs-blue);
  font-size: 25px;
  margin-bottom: 20px;
  font-weight: 600;
}
.foot_nav li a{
  color: #000;
  display: block;
  padding: 10px 0;
}
.foot_logo p{
  color: #000;
}

.foot_nav li a:hover{
  color: var(--bs-blue);
}

.copyright{
  background-color: var(--bs-blue);
  /* margin-top: 50px; */
  text-align: center;
}
.copyright p{
  margin-bottom: 0;
  padding: 10px;
  color: #fff;
}

.copyright p a{
  color: #000;
  text-decoration: underline !important;
}




.delivery {
    overflow-x: hidden;
}


.ab_home {
    overflow-x: hidden;
}

.our_work {
    overflow-x: hidden;
}










.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: 28px;
  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: 35px;
  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;
  }
}



.phone-app {
    position: fixed;
    bottom: 96px;
    left: 20px;
    background: #055976;
    padding: 14px 18px;
    border-radius: 50%;
    z-index: 99;
}
.phone-app a{
    color:#fff;
}

.social-share ul {
  display: flex;
  margin-top: 10px;
}

.social-share button {
  border: none;
  background-color: var(--bs-blue);
  color: #fff;
  padding: 4px 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 {
  position: sticky;
  top: 100px;
  text-align: center;
}

.top_nav{
    display:flex;
    gap: 20px;
}

#click-here {
  font-size: 20px;
  filter: blur(0.3px);
}
#click-here a{
    color:#fff;
}

.neon {
  font-family: neon;
  font-size: 20pt;
  animation: glow 1s linear infinite;
  -moz-animation: glow 1s linear infinite;
  -webkit-animation: glow 1s linear infinite;
  -o-animation: glow 1s linear infinite;
}

@keyframes glow {
  50% {
    text-shadow: 0 0 0.5vw #8f2626, 0 0 2vw #ff0000, 0 0 3vw #ff3366,
      0 0 3vw #fff, 0 0 5vw #fed641, 0 0 3vw #fed641, 0 0 2vw #ff69b4,
      0 0 0.5vw #ff69b4;
    color: #ff6347;
  }
  0%,
  100% {
    text-shadow: 0 0 0.5vw #e01c1c, 0 0 1vw #e01c1c, 0 0 2vw #ff3366,
      0 0 3vw #ff3366, 0 0 5vw #ff3366, 0 0 2vw #ff3366, 0 0 1vw #ff3366,
      0 0 0.5vw #8f2626;
    color: #ff3366;
    -webkit-text-stroke: 0.1px #ff69b4;
  }
}

.smefunding {
    font-size: 17px;
    color: #fff;
    font-weight: 600;
}



.custom-model-wrap .all_btn {
    background-color: #000;
}


 .custom-model-main {
            text-align: center;
            overflow: hidden;
            position: fixed;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            -webkit-overflow-scrolling: touch;
            outline: 0;
            opacity: 0;
            -webkit-transition: opacity 0.15s linear, z-index 0.15;
            -o-transition: opacity 0.15s linear, z-index 0.15;
            transition: opacity 0.15s linear, z-index 0.15;
            z-index: -1;
            overflow-x: hidden;
            overflow-y: auto;
        }

        .model-open {
            z-index: 999;
            opacity: 1;
            overflow: hidden;
        }

        .custom-model-inner {
            -webkit-transform: translate(0, -25%);
            -ms-transform: translate(0, -25%);
            transform: translate(0, -25%);
            -webkit-transition: -webkit-transform 0.3s ease-out;
            -o-transition: -o-transform 0.3s ease-out;
            transition: -webkit-transform 0.3s ease-out;
            -o-transition: transform 0.3s ease-out;
            transition: transform 0.3s ease-out;
            transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
            display: inline-block;
            vertical-align: middle;
            width: 600px;
            margin: 30px auto;
            max-width: 97%;
        }

        .custom-model-wrap {
            display: block;
            width: 100%;
            position: relative;
            background-color: #055976;
            border: 1px solid #999;
            border: 1px solid rgba(0, 0, 0, 0.2);
            border-radius: 6px;
            -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
            box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
            background-clip: padding-box;
            outline: 0;
            text-align: left;
            padding: 20px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            max-height: calc(100vh - 70px);
            overflow-y: auto;
        }

        .model-open .custom-model-inner {
            -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            transform: translate(0, 0);
            position: relative;
            z-index: 999;
        }

        .model-open .bg-overlay {
            background: rgba(0, 0, 0, 0.6);
            z-index: 99;
        }
        
        .custom-model-wrap input{
            width: 100%;
            padding: 13px;
            outline: none;
            margin-bottom: 15px;
            border: none;
        }
          .custom-model-wrap select{
            width: 100%;
            padding: 13px;
            outline: none;
            margin-bottom: 15px;
            border: none;
        }

        .bg-overlay {
            background: rgba(0, 0, 0, 0);
            height: 100vh;
            width: 100%;
            position: fixed;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            z-index: 0;
            -webkit-transition: background 0.15s linear;
            -o-transition: background 0.15s linear;
            transition: background 0.15s linear;
        }

        .close-btn {
            position: absolute;
            right: 0;
            top: -30px;
            cursor: pointer;
            z-index: 99;
            font-size: 30px;
            color: #fff;
            padding: 0 10px;
            background: #000;
        }
        
        .read_more{
            color: #055976;
            font-size: 17px;
            font-weight: 600;
        }

        @media screen and (min-width:800px) {
            .custom-model-main:before {
                content: "";
                display: inline-block;
                height: auto;
                vertical-align: middle;
                margin-right: -0px;
                height: 100%;
            }
        }

        @media screen and (max-width:799px) {
            .custom-model-inner {
                margin-top: 45px;
            }
        }


.alert-info{
    background-color: var(--bs-blue) !important;
    color:#fff !important;
}














@media only screen and (max-width: 991px) {
  .navigation li {
    padding: 20px 19px;
    font-weight: 500;
}
.droupdown li {
  padding: 0 0;
}
.head_item{
  padding-left: 0;
}
.ab_text{
  margin-top: 30px;
}
.process-item {
  width: 46%;
  margin-bottom: 26px;
}
.contact {
  height: auto;
  padding-bottom: 30px;
}
.contact {
  margin-bottom: 50px;
}
}




@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: #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);
  }

  .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;
  }
  .header-search-wrapper .search-form-main{
    width: 100%;
  }
  .logo img {
    width: 63px;
  }

}



@media only screen and (max-width: 767px) {

  .head_line{
    font-size: 50px;
  }
  .head_item .img .b_img{
    height: 500px;
  }
  .banner_text{
    top: 20%;
    width: 70%;
  }
  .content{
    padding: 70px 30px;
  }
  .inner_header img{
    height: 350px;
  }
  .inner_hrad {
    font-size: 36px;
  }
}

@media only screen and (max-width: 600px) {
  .all_nav::after{
    width: 35%;
  }
  .top_con{
    margin-left: 0%;
  }
  .head_line {
    font-size: 40px;
}
.banner_text p{
  font-size: 16px;
}
.banner_text{
  width: 80%;
  top: 16%;
}
.head_item .img .b_img{
  height: 450px;
}
.big_head {
  font-size: 30px;
}
.ab_text ul li{
  width: 100%;
}
.our_text {
  padding: 1px 0;
  padding-left: 2%;
}
.our_img{
  margin-top: 20px;
}
.content .image{
  display: none;
}
.video1 .video-wrapper{
  height: auto;
}
.section-title.left .title {
  font-size: 28px;
}
.con_text ul li{
  width: 100%;
  margin-top: 10px;
}
.loction{
  margin-top: 30px;
}
.top_head::after{
  width: 28%;
}
.feature {
  font-size: 19px;
}
.foot_bg{
  padding-top: 0;
}
.slick-nav.prev-arrow.slick-arrow {
    display:none !important;
}

.slick-nav.next-arrow.slick-arrow {
    display:none !important;
}
.foot_logo img {
    width: 238px;
}
.banner_text{
    left:4%;
}
}


@media only screen and (max-width: 500px) {
    .smefunding{
        font-size:16px;
    }
    .head_small{
        margin-left:5px;
    }
.nav_bar{
    padding-left: 0px;
}
.logo img {
    width: 103px;
}
.test_box .img{
    height:auto;
}
.test_box{
    height:400px;
}
.num {
    font-size: 41px;
}
.about_counter {
    padding: 26px 24px;
}
.head_item .img .b_img {
    height: 368px;
}
.ab_img .img img {
    height: 355px;
}

.nav_bar .all_btn{
    font-size: 13px;
    color: #fff;
    padding: 13px 16px;
}
.top_phone{
  display: none;
}
.all_nav::after {
  width: 49%;
  display:none;
}
.top_head::after {
  width: 38%;
}
.logo {
    margin-top: 0;
}
.about_counter {
  padding: 34px 24px;
}
.test_box .img {
  position: revert;
  border: 2px solid var(--bs-blue);
  padding: 5px;
  width: 85px;
  height: auto;

}
.test_item{
  padding-left: 0;
}
.test_box{
  padding-left: 20px;
}
.content{
  margin-bottom: -100px;
}
.process-item {
  width: 99%;
}
.our_img img {
  height: auto;
}
.margin {
  margin: 30px 0;
} 
.contact form {
  padding: 32px;
}
footer {
  padding-top: 10px;
          background-position: bottom;
}
.con_text ul li .img {
  width: 57px;
}
.con_text ul li span {
  font-size: 20px;
}
.con_text ul {
  margin: 25px 0;
}
.header-search-wrapper .search-form-main .search-field{
  width: 87%;
}
.inner_header img {
  height: 280px;
}
.inner_header .inner_text {
    top: 37%;
}
.inner_hrad {
        font-size: 28px;
    }
    
.head_line{
  font-size: 30px;
}
}



