.navbar .navbar-brand img {
  width: 21rem;
}

.banner-text-area h2 {
  color: #fff;
  font-size: 60px;
  margin-bottom: 0px;
  font-weight: 600;
}

.banner-text-area h1 {
  font-size: 125px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #fff;
  /* color: #bc0005;
  text-shadow: 2px 2px #fff; */
}

.counter p {
  font-size: 14px;
}

.service .owl-next {
  right: -25px;
}

.service .owl-prev {
  left: -25px;
}

.service .service-content {
  border: 1px solid #cccccc;
}

.service .h4 {
  font-size: 1.3rem;
}

.pulse i {
  position: relative;
  z-index: 20;
  top: 16px;
  font-size: 30px;
}

.pulse {
  position: fixed;
  cursor: pointer;
  display: block;
  width: 60px !important;
  height: 60px;
  bottom: 110px;
  right: 30px;
  background-color: rgba(0, 200, 0, 1);
  color: white;
  border-radius: 50px;
  text-align: center;
  transition-duration: 0.5s;
  animation: pulse-btn 3s infinite;
  z-index: 9000;
}

.pulse:hover {
  background-color: rgba(0, 150, 0, 1);
  color: white;
}

.my-float {
  margin-top: 15px;
}

@-webkit-keyframes pulse-btn {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 1);
  }

  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(0, 200, 0, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 0);
  }
}

.pulse a {
  color: #fff;
}

.form-floating > .form-select {
  padding-bottom: 0rem;
}

.form-floating > .form-select {
  padding-top: 0.8rem;
  padding-bottom: 0.625rem;
}

.service .service-img img {
  aspect-ratio: 3/3;
  object-fit: cover;
}

/* Vision Mission 3D Card Start */
.color-white {
  color: #fff;
}

.box-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 35px 15px;
  width: 100%;
}

@media screen and (min-width: 1380px) {
  .box-container {
    flex-direction: row;
  }
}

.box-item {
  position: relative;
  -webkit-backface-visibility: hidden;
  width: 415px;
  margin-bottom: 35px;
  max-width: 100%;
}

.flip-box {
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}

.flip-box-front,
.flip-box-back {
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  min-height: 475px;
  -ms-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-box-front {
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-front {
  -ms-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;

  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-back {
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box .inner {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 60px;
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 2;

  transform: translateY(-50%) translateZ(60px) scale(0.94);
  -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
  -ms-transform: translateY(-50%) translateZ(60px) scale(0.94);
  top: 50%;
}

.flip-box-header {
  font-size: 34px;
}

.flip-box p {
  font-size: 20px;
  line-height: 1.5em;
}

.flip-box-img {
  margin-top: 25px;
}

.flip-box-button {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  margin-top: 25px;
  padding: 15px 20px;
  text-transform: uppercase;
}

/* Vision Mission 3D Card End */

/*  Why Choose Us Start */

.why-choose-section a,
.why-choose-section a:active,
.why-choose-section a:focus {
  color: #333;
  text-decoration: none;
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

.why-choose-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.why-choose-section img {
  max-width: 100%;
  height: auto;
}

.why-choose-section span,
.why-choose-section a,
.why-choose-section a:hover {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

.why-choose-section .section-head {
  margin-bottom: 60px;
}

.why-choose-section .section-head h4 {
  position: relative;
  padding: 0;
  color: #40abe7;
  line-height: 1;
  letter-spacing: 0.3px;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
  margin-bottom: 30px;
}

.why-choose-section .section-head h4:before {
  content: "";
  width: 60px;
  height: 3px;
  background: #40abe7;
  position: absolute;
  left: 0px;
  bottom: -10px;
  right: 0;
  margin: 0 auto;
}

.why-choose-section .section-head h4 span {
  font-weight: 700;
  padding-bottom: 5px;
  color: #2f2f2f;
}

p.service_text {
  color: #cccccc !important;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}

.why-choose-section .section-head p,
p.awesome_line {
  color: #818181;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}

.extra-text {
  font-size: 34px;
  font-weight: 700;
  color: #2f2f2f;
  margin-bottom: 25px;
  position: relative;
  text-transform: none;
}

.extra-text::before {
  content: "";
  width: 60px;
  height: 3px;
  background: #40abe7;
  position: absolute;
  left: 0px;
  bottom: -10px;
  right: 0;
  margin: 0 auto;
}

.extra-text span {
  font-weight: 700;
  color: #40abe7;
}

.why-choose-section .item {
  background: #fff;
  text-align: center;
  height: 100%;
  padding: 30px 25px 0px 25px;
  -webkit-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
  border: 5px solid rgba(0, 0, 0, 0.07);
  margin-bottom: 30px;
  -webkit-transition: all 0.5s ease 0;
  transition: all 0.5s ease 0;
  transition: all 0.5s ease 0s;
}

.why-choose-section .item:hover {
  background: #40abe7;
  box-shadow: 0 8px 20px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s ease 0;
  transition: all 0.5s ease 0;
  transition: all 0.5s ease 0s;
}

.item:hover .item,
.item:hover span.icon {
  background: #fff;
  border-radius: 10px;
  -webkit-transition: all 0.5s ease 0;
  transition: all 0.5s ease 0;
  transition: all 0.5s ease 0s;
}

.item:hover h6,
.item:hover p {
  color: #fff;
  -webkit-transition: all 0.5s ease 0;
  transition: all 0.5s ease 0;
  transition: all 0.5s ease 0s;
}

.item .icon {
  font-size: 40px;
  margin-bottom: 25px;
  color: #40abe7;
  width: 90px;
  height: 90px;
  line-height: 96px;
  border-radius: 50px;
}

.item .feature_box_col_one {
  background: rgba(247, 198, 5, 0.2);
  color: #40abe7;
}

.item .feature_box_col_two {
  background: rgba(255, 77, 28, 0.15);
  color: #40abe7;
}

.item .feature_box_col_three {
  background: rgba(0, 147, 38, 0.15);
  color: #40abe7;
}

.item .feature_box_col_four {
  background: rgba(0, 108, 255, 0.15);
  color: #40abe7;
}

.item .feature_box_col_five {
  background: rgba(146, 39, 255, 0.15);
  color: #40abe7;
}

.item .feature_box_col_six {
  background: rgba(23, 39, 246, 0.15);
  color: #40abe7;
}

.item .feature_box_col_seven {
  background: rgba(227, 23, 246, 0.15);
  color: #40abe7;
}

.item .feature_box_col_eat {
  background: rgba(23, 246, 172, 0.15);
  color: #40abe7;
}

.item p {
  font-size: 15px;
  line-height: 26px;
}

.item h6 {
  margin-bottom: 20px;
  color: #2f2f2f;
}

.mission p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
}

.mission i {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #40abe7;
  border-radius: 50%;
  color: #fff;
  font-size: 25px;
}

.mission .small-text {
  margin-left: 10px;
  font-size: 13px;
  color: #666;
}

.skills {
  padding-top: 0px;
}

.skills .prog-item {
  margin-bottom: 25px;
}

.skills .prog-item:last-child {
  margin-bottom: 0;
}

.skills .prog-item p {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 10px;
}

.skills .prog-item .skills-progress {
  width: 100%;
  height: 10px;
  background: #e0e0e0;
  border-radius: 20px;
  position: relative;
}

.skills .prog-item .skills-progress span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #40abe7;
  width: 10%;
  border-radius: 10px;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.skills .prog-item .skills-progress span:after {
  content: attr(data-value);
  position: absolute;
  top: -5px;
  right: 0;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  background: rgba(0, 0, 0, 0.9);
  padding: 3px 7px;
  border-radius: 30px;
}

.img-sqare img {
  aspect-ratio: 3/3;
  object-fit: cover;
}

#onload-modal img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
  padding: 50px;
}

/* Modal styling */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  background-color: #fff;
  margin: 4% auto;
  padding: 20px;
  border-radius: 10px;
  width: 30%;
}

.close {
  color: red;
  float: right !important;
  font-size: 50px;
  font-weight: bold;
  cursor: pointer;
  right: 0px;
  top: -28px;
  position: absolute;
  font-weight: 900;
  transition: 0.5s;
}

.close:hover {
  color: #000;
  rotate: 90deg;
  overflow: hidden;
}

@media only screen and (max-width: 600px) {
  .modal-content {
    background-color: #fff;
    margin: 25% auto;
    padding: 20px;
    border-radius: 10px;
    width: 80%;
  }

  .navbar .navbar-brand img {
    width: 15rem;
  }

  .banner-text-area h1 {
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #fff;
  }

  .banner-text-area h2 {
    font-size: 45px;
  }

  .navbar .navbar-nav .nav-item::before,
  .navbar .navbar-nav .nav-item::after {
    border: none;
  }
  .dialog {
    padding: 20px;
    border: 0;
    background: transparent;
    width: 90% !important;
  }
}

.dialog {
  padding: 20px;
  border: 0;
  background: transparent;
  width: 40%;
}
.dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(4px);
}
.dialog__wrapper {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.dialog__close {
  border: 0;
  padding: 0;
  width: 24px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  background: #000;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  line-height: 20px;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  --webkit-appearance: none;
  appearance: none;
  transition: 0.5s;
}
.dialog__close:hover {
  background: red;
}
.rating {
  text-align: center;
}
.rating span {
  font-size: 25px;
  padding: 0px 5px;
}
.rating .checked {
  color: orange;
}
.padding-section {
  padding: 60px 0px;
}
.linkseo{
  color: #818181;
  transition: .5s;
}
.linkseo:hover{
  color: #40ABE7;
}
