@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@400;500;600;700;800;900&family=Roboto:wght@400;500;700&display=swap');


* {

  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;

}

html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'poppins', sans-serif;
}

a {
  text-decoration: none !important;
}

p,
li {
  /* font-size: 18px; */

  /* color: #747579; */
  font-size: 17px;
  line-height: 1.7;
}

.btn-primary {
  transition: .4s ease-in-out;
}

.hero-section p,
.counter-box p {
  color: #747579;
}

/* code for new hero section  */

.site-logo img {
  width: 170px;
  height: auto;
  margin: 10px 20px;
}

.header-p {
  margin: 0;
  padding: 15px;
}


.hero-image>img {
  width: 100%;
  height: auto;
}

.hero-text>h1 {
  font-family: 'Heebo';
  font-weight: 800 !important;
  font-size: 45px !important;
}

.hero-btn {
  padding: 8px 28px !important;
  font-size: 18px !important;
  font-family: 'Heebo' !important;
  width: 100%;
  border-radius: 3px !important;
  margin: 13px 0 !important;

}

.hero-form {
  width: 70% !important;
  margin-left: 0px !important;
}

.hero-f-input {
  border-radius: 0 !important;
  border: 0 !important;
  border-bottom: 2px solid #eee !important;
}

.h-form-img img {
  width: 45%;
  transform: rotate(344deg);
  opacity: .3;
  position: absolute;
  top: -5px;
  right: -5px;
}

.counter-box p,
span,
h5 {
  font-family: 'Heebo' !important;
  font-weight: 500 !important;
}

.mob-call-btn {
  background: #1fd056;
  width: 45px;
  height: 45px;
  position: fixed;
  left: 5px;
  bottom: 80px;
  border-radius: 50%;
  display: none !important;
  box-shadow: rgb(0 0 0 / 15%) 0px 3px 12px;
  z-index: 100;
}

.mob-call-btn>i {
  position: relative;
  top: 12px;
  left: 12px;
  font-size: 18px;
  color: #fff;
}

.call-btn {
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 20;
  padding: 0px 10px 0px 0px !important;
  display: none !important;
}

.site-top {
  background-color: #f2f9ff;
}

.call-btn>i {
  padding: 12px;
  background: #418eff;
  display: inline-block;
  vertical-align: middle !important;

  border-radius: 4px 0px 0px 4px;
}




.hero-text {
  z-index: 1;
  margin-top: -15px;
}


.hero-text>p {
  font-weight: 500;
}

.hero-img>img {
  height: 100%;
  width: 100%;
  padding: 15px;
}

.svg-wave>svg {
  margin-top: -45px;
}

.headline {
  font-weight: 700;
  color: #042d6a;
  position: relative;
  margin: 35px 0;
  font-family: 'poppins';
}


.headline::after {
  content: '';
  position: absolute;
  height: 1.5px;
  width: 4rem;
  background-color: #029ede;
  left: 7px;
  bottom: -8px;

}

.headline::before {
  content: '';
  position: absolute;
  height: 9px;
  width: 9px;
  background-color: #029ede;
  border-radius: 50%;
  left: 0;
  bottom: -11px;
 
}

.headline1 {
  text-align: center;
  font-weight: 700;
  color: #042d6a;
  margin: 30px 0;
  position: relative;
  font-family: 'poppins';

}

.headline1::after {
  content: '';
  /* background: linear-gradient(to right, #029ede, transparent 80%) !important; */
  height: 4px;
  width: 60px;
  position: absolute;
  left: 50%;
  background: #029ede;
  bottom: -12px;
  transform: translate(-50%, -50%);
}

/* .headline1::before {
  content: '';
  background: linear-gradient(to left, #029ede, transparent 80%) !important;
  height: 4px;
  width: 30%;
  position: absolute;
  top: 50%;
  right: 68%;
} */

.about-content .about-works-text {
  position: relative;
  padding-left: 55px;
  margin-top: 25px;

}

.about-content .about-works-text::before {
  width: 1px;
  height: 135%;
  background-color: #dadcdd;
  content: "";
  z-index: -1;
  position: absolute;
  left: 20px;
  top: 0;
}

.about-content .last-text::before {
  content: none;
}


.about-content .about-works-text:hover .number span {
  border: 1px solid #0B5ED7;
  color: #fff;
  background-color: #0B5ED7;
}

.about-content .about-works-text .number span {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border: 1px solid #eaf3fc;
  background-color: #eaf3fc;
  border-radius: 50px;
  text-align: center;
  font-size: 25px;
  color: #042d6a;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.about-content .about-works-text .number {
  position: absolute;
  left: 0;
  top: 0;
}

.about-content .about-works-text h4 {
  font-size: 22px;
  margin-bottom: 12px;
  font-weight: 600;
}


.about-us,
.contact-us,
.our-services {
  margin-bottom: 45px;
}



/* css for contact us form  */

.contact-us-f {
  -webkit-box-shadow: 0 8px 16px 0 rgb(146 184 255 / 20%);
  box-shadow: 0 8px 16px 0 rgb(146 184 255 / 20%);
  padding: 30px;

  border-radius: 5px;
}

.contact-form .form-group .form-control {
  height: 60px;
  padding: 0 0 0 15px;
  line-height: initial;
  color: #031521;
  background-color: transparent;
  border: 1px solid #e5e0e0;
  border-radius: 0;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
}

.contact-form .form-group textarea.form-control {
  height: auto;
  padding: 15px 0 0 15px;
}

.contact-form .form-group .form-control {
  transition: .4s;
}

.contact-form .form-group .form-control:focus {
  border: 1px solid #0B5ED7;
}

.c-btn {
  padding: 8px 30px !important;
  font-size: 18px !important;
  font-weight: 500 !important;
}

.contact-form h3 {
  font-weight: 800;
  margin-bottom: 20px;
  font-family: 'Heebo';
}

/* css code for footer  */
.footer>p {
  text-align: center;
  font-size: 14px;
  /* font-weight: 500; */
  padding: 15px;
  background: #042d6a;
  margin-bottom: 0;
  color: #fff;
}

.hello-aleph {
  width: 65%;
}

/* css code for go to top btn  */
#myBtn {
  position: fixed;
  bottom: 90px;
  right: 15px;
  background-color: #0b5ed7;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer;
  border: none;
  outline: none;
  opacity: .3;
  z-index: 101;
  transition: .3s;
  display: none;
  line-height: 2px;
  color: #fff;
  transition: .4s ease-in-out
}

#getCallBtn {
  position: fixed;
  right: -45px;
  top: 150px;
  /* transform: rotate(270deg); */
  padding: 8px 15px;
  display: none;
  transition: .3s;
  z-index: 10;

}

#getCallBtn:hover{
  
  right: -45px;

}

#myBtn i {
  transition: .4s ease-in-out
}

#myBtn:hover {
  background-color: #0b5ed7;
  opacity: 1;
  transform: translateY(-3px);
}

#myBtn:hover i {
  transform: translateY(-1px);
}

.popup-form-img {
  width: 100%;
  height: 100%;
}

.readmore-btn {
  padding: 8px 15px !important;
  font-size: 15px !important;
}

/* css for popup-form  */
.popup-header {
  position: relative;
}

.popup-header>i {
  cursor: pointer;
  position: absolute;
  right: -5px;
  top: -5px;
  background: #0b5ed7;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  display: inline-block;
  color: #fff;
  text-align: center;
}

/* css code for swipper js slider */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* background: #fff; */

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide .header-slider-img {
  display: block;
  width: 30%;
  height: auto;
  object-fit: cover;
  margin-bottom: 20px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 22px !important;
}

.our-products {
  padding: 15px;
  /* box-shadow: 0 0 6px 1px rgb(0 0 0 / 15%);
  border-radius: 5px;
  border: 1px solid #dadcdd; */
  margin-bottom: 30px;
  filter: grayscale(1);
}
.our-products:hover{
  filter: grayscale(0);
}

.our-products-img {
  width: 100%;
}

.our-products p {
  font-weight: 600;
}

.achiv-img {
  /* width: 100%; */
  padding: 15px;
  box-shadow: 0 0 6px 1px rgb(0 0 0 / 15%);
  border-radius: 5px;
  border: 2px solid #cfcfcf;
  margin-bottom: 30px;


}

/* css code for whatsapp button  */

.whatsapp-float {
  display: flex;
  position: fixed;
  left: 5px;
  bottom: 12px;
  z-index: 9999;

}

.whatsapp-float i {
  font-size: 37px;
  background-color: #00cb3f;
  width: 55px;
  height: 55px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  line-height: 55px;
  box-shadow: rgb(0 0 0 / 15%) 0px 3px 12px;
  cursor: pointer;
}

.whatsapp-float::after {
  content: '';
  width: 10px;
  height: 10px;
  background-color: red;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  right: 4px;
}

/* css start for modal  */

#whatsapp-modal {
  max-width: 310px;
  position: fixed;
  left: 25px;
  bottom: 70px;
  background-color: #eee;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  box-shadow: rgb(0 0 0 / 10%) 0px 12px 24px 0px;
  z-index: 99999;



}

#whatsapp-modal.m_open {
  animation: modalIn .4s ease-in-out forwards;

}

@keyframes modalIn {
  0% {
    transform: translateY(15px);
    opacity: 0;
  }

  100% {
    transform: translateY(-10px);
    opacity: 1;
    visibility: visible;

  }
}

#whatsapp-modal.m_close {
  animation: modalOut 0.4s ease-in-out forwards;

}

@keyframes modalOut {
  100% {
    transform: translateY(15px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    touch-action: none;

  }

  0% {
    transform: translateY(-10px);
    opacity: 1;
  }
}


#whatsapp-modal .close-w-modal {
  position: absolute;
  right: 14px;
  top: 10px;
  color: #fff;
  cursor: pointer;
  transition: .4s ease-in-out;
  opacity: .5;

}

#whatsapp-modal .close-w-modal:hover {
  opacity: 1;
}

.m-w-top {
  background: #095E54;
  color: #fff;
  padding: 15px 10px;
  display: flex;
  flex-direction: row;
  /* align-items: center; */
  border-radius: 10px 10px 0 0;
}

.m-w-top img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 15px;
  margin-left: 10px;
  position: relative;

}

.m-w-top .p-image::after {
  content: '';
  width: 10px;
  height: 10px;
  background: rgb(74, 213, 4);
  border-radius: 50%;
  position: absolute;
  top: 60px;
  left: 69px;
  display: block;

  outline: 2px solid #095e54;
}


.m-c-name {
  width: 100%;
  margin: 0 10px;
  margin-left: 0;
}

.m-chat-area {
  height: 200px;
  background-color: rgb(251, 242, 232);
  position: relative;


}

.m-chat-area::before {
  display: block;

  content: "";
  left: 0px;

  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0.08;
  background-image: url(../images/whatsapp.webp);
}

.m-chat {
  position: absolute;
  top: 30px;
  left: 30px;
  background: #fff;
  border-radius: 8px;
  padding: 10px 20px;
  box-shadow: rgb(0 0 0 / 13%) 0px 1px 0.5px;
}

.m-chat::before {
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 19px solid #fff;
  border-bottom: 10px solid transparent;
  left: -8px;
  top: -.6px;
  position: absolute;
  transform: rotate(-90deg);
  border-radius: 5px;
}

.m-chat small {
  color: #c7bfbf;
  text-align: right;
  display: block;
}

.m-chat p {
  margin-bottom: 4px;
  font-size: 16px !important;
}

.send-btn {
  padding: 8px 12px;
  border-radius: 24px;
  border: none;
  background: rgb(20, 198, 86);
  color: rgb(255, 255, 255);
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  position: relative;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin: 0 20px;
  overflow: hidden;
  appearance: none;
}

.m-send-btn-area {
  background-color: #fff;
  padding: 20px 0;

  position: relative;
  border-radius: 0 0 10px 10px;
}

.send-btn i {
  color: #fff;
}

.send-btn span {
  font-weight: 500;
}

.send-btn i {
  font-size: 17px;
  margin-right: 8px;

}

.send-btn span {
  color: #fff;

}

.send-btn:hover span {
  text-decoration: underline;
}


/* css for services modal  */

.my-card {
  max-width: 350px;
  height: 365px;
  margin: auto;
  border-radius: 4px;
  position: relative;
  transition: .4s ease-in-out;
  overflow: hidden;
  margin-bottom: 50px;
  outline: 1px solid #dadcdd;
}

.my-card:hover {
  box-shadow: 0 0 6px 1px rgb(0 0 0 / 15%);
}

.my-card:hover .card-overlay {
  height: 80%;
}

.card-overlay {
  background-color: #f2f9fb;
  position: absolute;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  height: 38%;
  transition: .4s ease-in-out;
}

.card-link {
  padding: 10px 15px;
  font-size: 18px;
  font-weight: 500;
}

.card-image {
  width: 100%;
  transform: scale(1.3);
  transition: .4s ease-in-out;
}

.my-card:hover .card-image {
  transform: scale(1);

}

.card-overlay p {
  padding: 10px 15px;
  font-size: 16px;
}

.card-title {
  position: absolute;
  color: #042d6a;
  padding: 20px 10px;
  background: #eee;
  width: 100%;
  bottom: -33px;
  min-height: 120px;
  border-top: 2px solid #0d6efd;

}

.card-title>h5 {
  font-weight: 700;
  text-align: center;
}


/* css for testimonial card  */


.rev-card {
  background: #ffffff;
  position: relative;
  padding: 25px;
  border-radius: 5px;
  border: 1.5px solid #eee;
  margin-top: 30px;
  box-shadow: 0 9px 20px rgb(58 87 135 / 10%);
  margin-top: 55px;
}

.rev-card .rev-img {
  width: 100px;
  height: 100px;
  position: absolute;
  background: #eee;
  border: 4px solid #fff;
  border-radius: 50%;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 9px 26px rgb(58 87 135 / 10%);
}

.rev-rating {
  margin-top: 33px;
}

.rev-card>p {
  margin: 10px;
  color: #878c9f;
  font-style: italic;
}

.rev-name {
  margin-bottom: 30px;
}

.rev-card .rev-quote-left {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 50px;
  color: #eee;
  opacity: 0.9;
}

.rev-card .rev-quote-right {
  font-size: 40px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #eee;
  opacity: .7;
}

.rev-bottom {
  background: #f7f7f7;
  width: 150px;
  height: 25px;
  position: absolute;
  transform: translate(-50%, -50%);
  bottom: -14px;
  left: 50%;
  border: 1px solid #eee;
  border-radius: 5px 5px 0px 0px;
  border-bottom: none;
  box-shadow: 0 10px 15px rgb(0 0 0 / 3%);
}

.testimonials-area {
  background-color: #f2f9ff;
  padding: 20px 0;
}

.contact-us-ways p {
  font-weight: 500;
}

.keypoints-img {
  width: 80%;
  height: 80%;
}

.view-all-services {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #042d6a;
  font-weight: 700;
  width: 100%;
  transition: .4s ease-in-out;

}

.view-all-services:hover {
  text-decoration: underline;
  color: #0b5ed7;
}


.a-services-arrow {
  transition: .4s ease-in-out;
  margin-left: 5px;
  display: inline-block;
}

.my-card:hover .a-services-arrow {
  color: #0b5ed7;
  transform: translateY(-3px);
}

.process-img {
  width: 85%;
}

/* code for quick call requist form  */

.quick-call-box {
  border: 1.8px dashed #418eff;
  position: relative;
}

.quick-call-box>p {
  font-weight: 500;
  font-size: 17px;
  margin-top: 5px;
  color: #484848;
}

.q-call-b-title {
  position: absolute;
  top: -24px;
  background: #f2f9ff;
  padding: 4px 10px;
  font-weight: 700;
  color: #042d6a;
  font-size: 23px;
  font-family: 'Poppins';
}

.quick-call-box input {
  border: 1.5px solid #cfcfcf;
}

.quick-call-box input:focus {
  border: 1.5px solid #0B5ED7;
  outline: none;
}

.quick-call-box select {
  border: 1.5px solid #cfcfcf;
}

.quick-call-box select:focus {
  border: 1.5px solid #0B5ED7;
  outline: none;
}

/* css for loader for sending contact form info... */

.lds-ripple {
  position: absolute;
  width: 80px;
  height: 80px;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%
}

.lds-ripple div {
  position: absolute;
  border: 4px solid #666;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, .2, .8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -.5s;
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    top: 0;
    left: 0;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

.loader_9 {
  position: fixed;
  width: 100%;
  left: 0;
  height: 100%;
  background: rgba(255, 255, 255, .8);
  z-index: 9999999;
}

.services-logo p {
  font-weight: 600;
}

.y-video {
  height: 360px;
}

.why-video-gif {
  width: 70%;
}

.serv-logo,
.serv-logo p {
  transition: .4s ease-in-out;
}

.serv-logo:hover+p {
  /* color: #042d6a; */
  color: #0b5ed7;
}

.serv-logo:hover {
  transform: scale(1.1);
}

/* code for nav tab for services  */
/* .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #000 !important;
  background-color: #f2f9ff !important;
  outline: 2px solid #0d6efd !important;
} */





















/* ==============================
 code for mobile view
============================ */
@media (min-width:1400px) {
  .hero-text {
    margin-top: -55px !important;
  }

}

@media (min-width:1200px) {

  .hello-aleph-box {
    margin-top: -40px !important;
  }

  h1 {
    font-size: 3rem !important;
  }

  .services-logo {
    padding: 0 22px;
  }
}

@media (max-width:769px) {
  .logo-box {
    text-align: center;
    border-bottom: 2px solid #eee;

  }

  .header-p {
    display: none;
  }

  .hero-text {
    text-align: center;
  }

  .hero-text h1 {
    font-size: 28px;

  }

  .hero-form {
    margin: auto !important;
    width: 90% !important;
  }

  .y-video {
    height: 225px;
  }

  .why-video-gif {
    width: 100%;
  }

  .mob-call-btn,
  .call-btn {
    display: block !important;
  }

  .process-img {
    width: 100%;
  }

  .hello-aleph {
    width: 100%;
  }

  .svg-wave>svg {
    margin-top: -10px;
  }

  .whatsapp-float i {
    width: 50px;
    height: 50px;
    font-size: 35px;
    line-height: 50px;
  }

  .whatsapp-float::after {
    top: 2px;
    right: 2px;
    height: 10px;
    width: 10px;
  }

  #whatsapp-modal {
    bottom: 62px;
  }

  p,
  li {
    font-size: 17px;
  }

  .keypoints-img {
    width: 100%;
    height: 100%;
  }

  .disp-none {
    display: none;
  }



}



@media (min-width: 576px) {
  .modal1 .modal-dialog {
    max-width: 730px !important;
    margin: 1.75rem auto;
  }

  .modal-dialog {
    max-width: 730px !important;
    margin: 1.75rem auto;
  }
 
}

@media (max-width:550px) {
  .call-btn {
    font-size: 8px !important;
    top: 10px;
    right: 10px;
  }

  .about-content .about-works-text::before {
    height: 120%;
  }

  .call-btn>i {
    padding: 10px;
  }

  .hero-text>h2 {
    font-size: 20px;
  }

  .hero-text>h1 {
    font-size: 22px;
  }
  .click-pop-img{
    display: none;
  }

}

.accordion-button{
font-family: 'roboto';
font-weight: 600;
}



.highlight-blue {
  display: inline-block;
  /* font-size: 24px; */
  /* font-style: normal;
  font-variant: normal; */
  /* font-weight: 500; */
  /* line-height: 26.4px; */
  position: relative;
  /* text-align: center; */

&:after {
  background-color: #f8ea47 ;
  bottom: -2px;
  content: "";
  height: 8px;
  left: -2px;
  position: absolute;
  right: -10px;
  z-index: -1;
}
}

