
.service__text[data-v-b8422fcc] {
  max-width: 302px !important;
}
.service__link[data-v-b8422fcc] {
  overflow: visible;
}
.service__title[data-v-b8422fcc] {
  padding-right: 43px;
}
.service__title-wrapper a .service__title[data-v-b8422fcc] {
  font-size: 25px !important;
}
.collapsed-content[data-v-b8422fcc] {
  overflow: hidden !important;
  max-height: 70px; /* Adjust the max height as desired for the collapsed state */
  transition: max-height 0.3s ease;
}
/* .brand-color{
    background-color: white!important;
    
   }
   .brand-color .brand__title-3{
    color: black !important;
   } */
/* word animation */
.animation__word_come[data-v-b8422fcc] {
  animation: slide-in-middle-b8422fcc 1s ease-out both;
}
.font-ss[data-v-b8422fcc] {
  font-size: 50px;
}
.btn-dark-blue-container[data-v-b8422fcc] {
  margin-bottom: 70px;
}
.btn-dark-blue[data-v-b8422fcc] {
  cursor: pointer;
  border-radius: 20px;
  width: 15;
  background-color: #004295;
  color: #fff;
  padding: 8px 20px;
}
.btn-dark-blue i[data-v-b8422fcc] {
  margin: auto auto auto 10px;
  /* font-size: 70%; */
}
.btn-dark-blue[data-v-b8422fcc]:hover {
  cursor: pointer;
  border-radius: 20px;
  border: 1px solid #004295;
  width: 15px;
  background-color: #fff;
  color: #004295 !important;
  padding: 8px 20px;
}
.btn-dark-blue-container[data-v-b8422fcc] {
  margin-right: 0 !important;
}
.is-hovered[data-v-b8422fcc] {
}
@keyframes slide-in-middle-b8422fcc {
0% {
    transform: translateY(-50%);
    opacity: 0;
}
100% {
    transform: translateY(0);
    opacity: 1;
}
}
.service__item[data-v-b8422fcc] {
  padding: 15px 0 !important;
}
.image-top[data-v-b8422fcc] {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
.image-top[data-v-b8422fcc] {
    margin-top: 0;
}
}
.offcanvas__close button[data-v-b8422fcc] {
  font-size: 30px;
  width: 55px;
  position: fixed;
  top: 20px;
  right: 20px;
}
@media screen and (max-width: 768px) {
#close_offcanvas[data-v-b8422fcc] {
    /* display: none; */
}
}
@media screen and (min-width: 1400px) {
.btn-dark-blue-container[data-v-b8422fcc] {
    margin-top: 30px !important;
}
}

