.space{
    padding: 70px 0px;
}
.space-40 {
    padding: 40px;
}
.bg-why-us{
    background-image:url("../../d-sign/bg/why-us-bg.jpg");
}
.text-intalic {
      font-style: italic;
}
.video-border {
    border: 10px solid rgba(231, 236, 249, 0.793)
}
/* .fas {
  font-family: Font Awesome\ 5 Pro;
  font-weight: 900;
  color: #002762;
  border: 1px solid #002762;
  border-radius: 19px;
  padding: 10px;
} */
  .panel-success>.panel-heading {
            color: #fff;
            background-color: #002762;
            border-color: #002762;
            font-size: 24px;
        }

        .panel-success {
            border-color: #002762;
        }

        .btn-success {
            padding: 10px;
            font-size: 15px;
            background-color: #002762;
            border-color: #002762;
        }

        .btn-success:hover {
            color: #fff;
            background-color: #800080;
            border-color: #800080;
        }

        .btn-warning {
            padding: 10px;
            font-size: 15px;
        }
        .bold-class{
font-size: 20px;
        }
        .text-black{
            color: var(--body-color)!important;
        }
        .text-size-h2{
            font-size: 16px;
        }
    .img-radius-box{
  border: 1px solid purple;
  border-radius: 50%;
  padding: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-radius-box img{
  border-radius: 50%;
  display: block;
}
.sec-title1{
    font-size: 25px;
}
.icon-wrapper {
  width: 90px;
  height: 90px;
  background-color: #f36c21; /* Orange */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon {
  width: 55px;
  height: 55px;
}
     .vm-icon {
            width: 60px;
            height: 60px;
            /* margin: 0 auto 15px; */
            border-radius: 50%;
            background: #6a1b9a;
            /* purple shade */
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .vm-icon i {
            color: #fff;
            font-size: 26px;
        }

        .brand-item {
            background: #ffffff2e;
            padding: 35px;
            outline: 1px solid #fff;
            outline-offset: -13px;
        }

        .brand__list {
            text-align: left;
        }

        .about-list-center {
            margin-left: 0;
            padding-left: 0;
            list-style: none;
        }

        .border-team {
            border: 1px solid purple;
            padding: 17px;
        }
        .h11{
            font-size: 29px;
            
        }
        .text-justify{
  text-align: justify;
}

element {
}
a:active, a:focus, a:hover, a:visited {
  text-decoration: none;
  outline: 0;
}
.btn-brochure {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background: #800080;
  color: #fff;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  text-align: center !important;
}


.btn-brochure i{
  font-size: 14px;
}

.btn-brochure:hover{
  background: #800080;
  color: #fff;
  transform: translateY(-2px);
}
.mt-20{
    margin-top: 20px;
}
/* Sticky Download Brochure Button */
/*
.sticky-brochure-btn {
  position: fixed;
  right: 0px;
  bottom: 102px;
  z-index: 9999;
  background: #002762;
  color: #fff;
  padding: 14px 20px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
  transition: all 0.3s ease;
}

.sticky-brochure-btn i {
    font-size: 18px;
}

.sticky-brochure-btn:hover {
    background: #000;
    color: #fff;
    transform: translateY(-3px);
}
@media (max-width: 575px) {
    .sticky-brochure-btn {
        right: 15px;
        bottom: 15px;
        padding: 12px 16px;
        font-size: 14px;
    }
}
*/

/* .sticky-links-button {
  position: fixed;
  right: 0px;
  padding-left: 0;
  z-index: 999;
  bottom: 0;
  padding-bottom: 100px;
}
.sticky-links-button a {
  background: #002762;
  color: #fff;
  padding: 10px 15px;
  border-radius: 150px 150px 0;
}
.sticky-links {
  position: fixed;
  left: 0px;
  padding-left: 20px;
  z-index: 999;
  bottom: 0;
  padding-bottom: 100px;
} */
 .njs-sticky-side.image_button_cover.placement-right {
      right: 0;
    }

    .njs-sticky-side.image_button_cover {
      position: fixed;
      top: 50%;
      box-shadow: none;
      z-index: 99999;
      transition: transform .3s cubic-bezier(0, 0, 0, 1);
      -webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, 0, 1);
    }

    .njs-sticky-side.image_button_cover.placement-right.now-show a {
      transform: translate3d(4px, 0, 0) rotate(-90deg);
      -webkit-transform: translate3d(4px, 0, 0) rotate(-90deg);
    }

    .njs-sticky-side.image_button_cover.placement-right a {
      border-radius: 3px 3px 0 0;
      transform: translate3d(200%, 0, 0) rotate(-90deg);
      -webkit-transform: translate3d(200%, 0, 0) rotate(-90deg);
      transform-origin: 100% 100%;
      -webkit-transform-origin: 100% 100%;
    }

    .njs-sticky-side.image_button_cover a {
      padding: 6px 15px 12px;
      font-size: 18px;
      font-weight: 700;
      display: inline-block;
      position: relative;
      transition: transform .3s;
      -webkit-transition: -webkit-transform .3s;
      background-color: #002762;
      color: white;
      font-weight: 100;
      top: -106.5px;
      font-family: 'Arial';
    }

    .njs-sticky-side.image_button_cover a:hover {
      background-color: white;
      color: #002762;
      border: 2px solid #acacac;
    }
.navigation li.active a {
  color: #d11515;
  font-weight: bold;
}

.whatsapp-footer {
  position: fixed;
  left: 20px;
  bottom:20px;
 text-align: center;
}

@media (max-width: 991px) {
  .feature--layout5 {
    padding-top: 30px;
  }
}
.contact-box_icon {
  font-size: 23px;
}

/* .navigation li.active-menu > a {
    color: var(--theme-color2);
    font-weight: 600;
} */
 .navigation li.active > a,
.vs-mobile-menu li.active > a {
    color: #8f008f;   /* change to your theme color */
    font-weight: 600;
}
