.logo-color,
.logo-white {
  width: 130px;
  height: 70px;
}
.bg-img {
  background-size: 100% 100% !important;
  background-attachment: fixed;
}

.faq-accordion .accordion-item .accordion-button:not(.collapsed) {
  color: #03a3ff !important;
}
.scroll {
  position: relative;
  width: 100vw;
  height: 15%;
  min-height: 30px;
  background-color: #03a3ff;
  overflow: hidden;
  z-index: 1;
  margin: 0;
 padding-top: 5px;
}
.m-scroll {
 overflow: hidden;
  height: 100%;
  white-space: nowrap;
  animation: scrollText 15s infinite linear;
  margin: 0;
  font-size: 0;
  display: inline-block;
}
.marks {
  font-size: 0.9375rem;
  display: inline-block;
  min-width: 60vw;
  margin: 0;
  padding: 0;
  color: white;
}
@media screen and (max-width: 1024px) {
  .scroll {
    height: 12%;
    min-height: 30px;
    padding-top: 5px;
  }
  .marks {
    font-size: 14px;
    min-width: 65vw;
    padding-right: 30px;
        padding-left: 30px;
  }
  .m-scroll {
    animation: scrollTextMedium 15s infinite linear;
  }
}

/* Adjustments for mobile devices */
@media screen and (max-width: 768px) {
  .scroll {
    height: 10%;
    min-height: 20px;
    padding-top: 5px;
  }
  .marks {
    font-size: 12px;
    min-width: 75vw;
    padding-right: 30px;
        padding-left: 30px;
  }
  .m-scroll {
    animation: scrollTextMobile 15s infinite linear;
  }
}

/* Keyframes for different screen speeds */
@keyframes scrollText {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes scrollTextMedium {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-60%);
  }
}

@keyframes scrollTextMobile {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-75%);
  }
}
.bg-blue {
  background-color: #03a3ff;
}
.btn-custom {
  background-color: #03a3ff !important;
  color: white;
}
.btn-custom-honey {
  background-color: #6e1900 !important;
  color: white;
}
.error {
  border: 1px solid red !important;
}
.crm-bg {
  background-color: #093a3e;
}
.btn-custom:hover {
  background-color: #03a3ff;
  color: white;
}
.text-black {
  color: #0c0800 !important;
}
.text-green {
  color: #2dcd73 !important;
}
.text-honey {
  font-size: 14px;
    padding-top: 5px;
        color: #c15f02 !important;
}
.text-brown {
  color: #c15f02 !important
}
.bg-green {
  background-color: #2dcd73;
}
@media screen and (max-width: 768px) {
  .pr-md {
    padding-right: 50px !important;
  }
}
.social a {
  width: 32px;
  height: 32px;
  background-color: #fff;
  color: #dadada;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 40px rgba(33, 38, 106, 0.15);
  box-shadow: 0px 0px 40px rgba(33, 38, 106, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 10px;
}
.social a i {
  color: #0c0800;
}
.fw-100 {
  font-weight: 100 !important;
}
.text-blue {
  color: #03a3ff;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-400 {
  font-weight: 400 !important;
}
.bl-5 {
  border-left: 5px solid #03a3ff;
}
.cyber-cta-bg:hover {
  border-left: 5px solid #2dcd73 !important;
  cursor: pointer;
}
.cyber-cta-bg:hover a {
  background-color: #2dcd73;
}
.icon-box span {
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 22px;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.fs-25 {
  font-size: 25px;
}
.number-badge {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.text-end {
  text-align: end;
}
.b-1 {
  border: 1px solid #dadada;
}
.icon {
  border-left: 1px solid #dadada;
  font-size: 14px;
}
form .form-control::-webkit-input-placeholder {
  color: gray !important;
  opacity: 0.5 !important;
}

form .form-control::-moz-placeholder.a-tag {
  color: gray;
  opacity: 0.5 !important;
}
form .form-control:-ms-input-placeholder {
  color: gray;
  opacity: 0.5 !important;
}
form .form-control:placeholder {
  color: gray;
  opacity: 0.5 !important;
}
.fs-14 {
  font-size: 14px;
}
.fs-16 {
  font-size: 16px !important;
}
.fs-45 {
  font-size: 45px;
}
.fs-25 {
  font-size: 25px;
}
.fs-70 {
  font-size: 70px !important;
}
.fw-600 {
  font-weight: 600;
}
.slider1 {
  padding: 200px 0px;
}
.cyber-count-box {
  width: 310px;
  height: 290px;
}
.justify-content-start {
  justify-content: flex-start;
}
.w-50 {
  width: 50px !important;
}
.h-60 {
  height: 60px !important;
}
.w-75 {
  width: 75px !important;
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 100px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 40%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}
.nav-pills .nav-link.active {
  border-bottom: 2px solid #03a3ff !important;
  color: #03a3ff !important;
  background-color: #fff !important;
  border-radius: 1px !important;
}
