.hero .carousel-item:before {
  content: "";
  background:transparent;
  position: absolute;
  inset: 0;
  z-index: 2;
}
    .h1, h1 {
        font-size: 2.0rem;
    }
.prod-type {
    box-shadow: 0 0 31px #efefef;
    padding: 15px;
    border-radius: 10px 10px 10px 10px;
}


.arrow-button {
    border: none;
    display: inline-block;
    padding: 8px 12px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    border-radius: 50%;
    background-color: #000 !important;
}	
a{ color:#06F;}
a:hover {
    color: 
color-mix(in srgb, var(--accent-color), transparent 25%);
    text-decoration: none;
}
.post-item a{ font-size:15px;}
#footer{max-width: 100%; overflow: hidden;}
.copyright { background:#2E3092;}
#footer{ background:#fff;box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);}
.footer-top h2{ font-size:18px; color:#000; font-weight:bold;}
.footer-top, .footer-top a{ color:#000 !important;}
.footer-top ul li { list-style:none;}
.footer-top ul{ padding-left:0px;}
.social_media_v_one ul li{ display:inline-block;}
.page-title.light-background {
    background: #2E3092; 
    padding: 25px 0; 
    color: #fff; 
}
.page-title.light-background h1, .page-title.light-background a{color: #fff;}
.page-title .breadcrumbs ol li+li::before {
    content: " > ";
    display: inline-block;
    padding-right: 10px;
    color: #fff;
}
.sitename span {
    font-size: 18px !important;
    color: #062d4d;
    line-height: 24px;
}
#starter-section p, #starter-section span, #starter-section div { font-size:15px;}
.call_me,
    .call_me::before{
        left:5px !important;
        bottom:5px !important;
    }
.call_me, .call_me::before {
    background: radial-gradient(#33a93c, #33a93c, #18791f);
}
.call_me {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    z-index: 100000 !important;
    cursor: pointer;
}

.call_me::before {
    content: '';
    transform: scale(1, 1);
    opacity: .5;
    width: 60px;
    height: 60px;
    display: block;
    position: fixed;
    left: 30px;
    bottom: 30px;
    border-radius: 100%;
    z-index: 9999;
    -webkit-animation: uptocallmini 1.5s infinite;
    -moz-animation: uptocallmini 1.5s infinite;
    animation: uptocallmini 1.5s infinite;
}
.call_me i {
    color: #fff;
    font-size: 24px;
    line-height: 60px;
    -webkit-animation: uptocallphone 1.5s linear infinite;
    -moz-animation: uptocallphone 1.5s linear infinite;
    animation: uptocallphone 1.5s linear infinite;
    position: relative;
    z-index: 10001;
}	
@-webkit-keyframes uptocallmini {
  0% {
      -webkit-transform: scale(1, 1);
      opacity: .5
  }

  80% {
      opacity: 0;
      -webkit-transform: scale(1.5, 1.5)
  }

  85% {
      -webkit-transform: scale(.5, .5);
      opacity: 0
  }

  100% {
      -webkit-transform: scale(1, 1);
      opacity: .5
  }
}

@keyframes uptocallmini {
  0% {
      transform: scale(1, 1);
      opacity: .5
  }

  80% {
      opacity: 0;
      transform: scale(1.5, 1.5)
  }

  85% {
      transform: scale(.5, .5);
      opacity: 0
  }

  100% {
      transform: scale(1, 1);
      opacity: .5
  }
}


@-webkit-keyframes uptocallphone {
  0% {
      -ms-transform: rotate(0);
      -webkit-transform: rotate(0);
      transform: rotate(0)
  }

  25% {
      -ms-transform: rotate(30deg);
      -webkit-transform: rotate(30deg);
      transform: rotate(30deg)
  }

  50% {
      -ms-transform: rotate(0);
      -webkit-transform: rotate(0);
      transform: rotate(0)
  }

  75% {
      -ms-transform: rotate(-30deg);
      -webkit-transform: rotate(-30deg);
      transform: rotate(-30deg)
  }

  100% {
      -ms-transform: rotate(0);
      -webkit-transform: rotate(0);
      transform: rotate(0)
  }
}

@-moz-keyframes uptocallphone {
  0% {
      -ms-transform: rotate(0);
      -webkit-transform: rotate(0);
      transform: rotate(0)
  }

  25% {
      -ms-transform: rotate(30deg);
      -webkit-transform: rotate(30deg);
      transform: rotate(30deg)
  }

  50% {
      -ms-transform: rotate(0);
      -webkit-transform: rotate(0);
      transform: rotate(0)
  }

  75% {
      -ms-transform: rotate(-30deg);
      -webkit-transform: rotate(-30deg);
      transform: rotate(-30deg)
  }

  100% {
      -ms-transform: rotate(0);
      -webkit-transform: rotate(0);
      transform: rotate(0)
  }
}

@keyframes uptocallphone {
  0% {
      -ms-transform: rotate(0);
      -webkit-transform: rotate(0);
      transform: rotate(0)
  }

  25% {
      -ms-transform: rotate(30deg);
      -webkit-transform: rotate(30deg);
      transform: rotate(30deg)
  }

  50% {
      -ms-transform: rotate(0);
      -webkit-transform: rotate(0);
      transform: rotate(0)
  }

  75% {
      -ms-transform: rotate(-30deg);
      -webkit-transform: rotate(-30deg);
      transform: rotate(-30deg)
  }

  100% {
      -ms-transform: rotate(0);
      -webkit-transform: rotate(0);
      transform: rotate(0)
  }
}
ul#menu-company li{ display:inline-block;}
ul#menu-company li:not(:first-child)::before {
    content: "|" !important;

    left: 0;
    color: #000 !important; /* white color */
    padding-right: 10px; /* optional spacing after the pipe */
	font-size: 12px;
    line-height: 27px;
}
.footer .footer-top {
    padding-top: 20px;
}
.footer .copyright {
    padding: 15px 0;
}
@media (min-width: 1200px) {
    .navmenu li:hover>a, .navmenu .active, .navmenu .active:focus {
        color: #2E3092;
    }
}