.top-title h1{
  text-shadow: 1px 1px 3px black;
}

.top-title:after{
    content: "";
    display: block;
    width: 250px;
    height: 2px;
    position: absolute;
    bottom: -10px;
    left: -25px;
    z-index: 0;
    /*background: #fefefe;*/
  	background: linear-gradient(to right, #fefefe, #fefefe33);
}


.title-img h2::after{
    content: "";
    width: 100%;
    height: 2px;
    background: rgba(0, 0, 0, .1);
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
  	z-index:-1;
}

.title-img h2 span{
  background-color: #fcfcfc;
  padding-right: 20px;
}

.about-icon div > div > i{
  background: linear-gradient(to top, #19297C, #D24473, #FFB754);
   background: -webkit-linear-gradient(to top, #19297C, #D24473, #FFB754);
   background-clip: text;
   -webkit-background-clip: text;
   color: transparent;
}

.about-icon div > div > i:hover{
  background: linear-gradient(to top, #FFB754, #D24473, #19297C);
   background: -webkit-linear-gradient(to top, #FFB754, #D24473, #19297C);
   background-clip: text;
   -webkit-background-clip: text;
   color: transparent;
}

.border-img{
       -moz-border-image: -moz-linear-gradient(top left, #3acfd5 0%, #3a4ed5 100%);
	  -webkit-border-image: -webkit-linear-gradient(top left, #3acfd5 0%, #3a4ed5 100%);
	          border-image: linear-gradient(to bottom right, #3acfd5 0%, #3a4ed5 100%);
	  border-image-slice: 1;
}

.left-menu .ba-icon-list-wrapper ul li i{
      margin-right: 10px!important;
}

.left-menu > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li > * > i.ba-menu-item-icon{
    color: rgba(25, 41, 124, 1);
}

.products-list ul,ol {
  color: #474554;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 1px;
}

.service-list ul,ol {
  color: #474554;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 1px;
}

#item-1719301575211 .ba-slideshow-img {
    border: 1px solid #cccccc;
}