/* erp */
.rgwitwindow{
  display: block;
  max-width: 100%;
  border-radius: 10px;

}
.rgwitwindowtitle{
    position: absolute;
    display: block;
    line-height: 30px;
    background-color: #1b0066;
    border-top-left-radius: 10px;
    width: 100%;
    color: white;
    font-size: large;
    text-align: center;
    padding: 10px;
    border-top-right-radius: 10px;
    right: 0px;
}
.rgwitwindowclose{
  border-radius: 50%;
  background: white;
  color:#1b0066;
  display: block;
    width: 30px;
    height: 30px;
}
.rgwitwindowbody{
  display: block;
  min-height: 100px;
  padding: 15px;
  background: white;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-top: 60px;
}
.rgwitwindowbuttons{
  position: absolute;
    top: 10px;
    right: 15px;
}
.rgwitcenterhextxt{
  padding-top: 25px;
  display: block;
}
.hidetrash{
  display: none;
}
.menu-item.has-sub > a > img {
  max-width: 35px;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
}
.client-profile-image-small{
  max-width: 35px;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
}
.staff-profile-image-small{
  max-width: 92px;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
}
/* lottie */
.partner-logo lottie-player{
  margin-left: auto;
  margin-right: auto;
}
.RGW-videocase{
  display: block;
  max-width: 255px;
  border-radius: 10px;
}
/* Price Table */
.rgwitprice-table {
  font-family: 'Inter', sans-serif;
  color: #fff;
}
.rgwitprice-table > li {
  display: inline-block;
  width: 300px;
  margin: 0 10px;
  text-align: center;
}
.rgw-timeline-photo{
  padding: 5px;
  border-radius: 10px;
}
/* Top */
.rgwitprice-table-top {
  position: relative;
  height: 80px;
  padding-top: 1px;
  background-color: #1a2c96;
  color: white;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.rgwitprice-table li:nth-child .rgwitprice-table-top {
  background-color: #1b0066;
}

.rgwitprice-table-top p {
    position: absolute;
    font-size: 24px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    left: 50%;
    bottom: 0;
    margin: 0 0 -35px -35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: white;
}

.rgwitprice-table-top p span {
  font-size: 14px;
}

.rgwitprice-table li:nth-child .rgwitprice-table-top p {
  background-color: #166549;
}

/* Featured */
.rgwitprice-table-featured {
  padding: 40px 0;
}

.rgwitprice-table li:nth-child .rgwitprice-table-featured {
  background-color: #6cbfa1;
}

.rgwitprice-table-featured li {
  margin: 10px 0;
  font-size: 14px;
  font-weight: lighter;
  color: #1b31a4;
}
.rgwitprice-table li:nth-child .signup {
  background-color: #1b7e5a;
}
/*.rgwiticoncard{
	display: block;
    max-width: 100px;
    position: absolute;
    right: 26px;
}*/
.partner-logo {
    padding: 15px 10px;
    text-align: center;
}
.rgwittable{
	width:100%;
}
.rgwittable th {
	text-align:center;
}
.rgwittable td {
	border-width:1px;
	border-color:gray;
	border-left-style: solid;
  border-right-style: solid;
  padding-left: 30px;
  padding-right: 30px;
}
.rgwitfeaturesmallicon img{
	max-height:50px;
}
.rgwitfeatureicon img{
	max-height:120px;
}
.rgwiticonbutton {
    margin-top: 7px;
}
.rgwfbtn{
	width:100%;
}
.rgwittop{
	margin-top: 290px;
}
.rgwitfullwidth{
	max-width:100% !important;
}
.rgwitfullwidthnormal{
	width:100% !important;
}
.rgwitprodcard{
	/*background-repeat: no-repeat;
   background-size: cover;*/
	-webkit-box-shadow: 0px 0px 13px 0px rgba(12,66,174,0.15);
    -moz-box-shadow: 0px 0px 13px 0px rgba(12,66,174,0.15);
    box-shadow: 0px 0px 13px 0px rgba(12,66,174,0.15);
    min-height: 350px;
    padding-left: 25px;
    padding-top: 100px;
    padding-bottom: 10px;
    text-align: left;
    padding-right: 25px;border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;
	
}
@media(max-width:500px){
  .rgwittop{
  	margin-top: 20px;
  }
  .accordion-content {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .accordion-item-s2 .accordion-content, .accordion-item-s3 .accordion-content, .accordion-item-s4 .accordion-content {
    padding-left:0px;
  }
  .nk-pages .container {
    padding-right: 5px;
    padding-left: 5px;
  }
}
/* testimonies */
.testimonial-carousel {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto
}

.testimonials-wrapper {
  width: 95%;
  max-width: 500px;
  margin: 0 auto
}

.testimonials-wrapper h4 {
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  position: relative;
  padding: 30px;
  color: #000;
  border-radius: 5px;
  background: #fff;
  box-shadow: 5px 5px 5px 0 rgba(23, 23, 25, .3)
}

.testimonials-blob,
.testimonials-img {
  border-radius: 100%
}

.testimonials-img {
  position: relative;
  left: 50%;
  overflow: hidden!important;
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  margin-left: -50px;
  box-shadow: 0 0 0 5px #15a4fd;
  transition: all ease-out .5s;
  transform: translateY(-30%);
  filter: brightness(2)
}

.testimonial-carousel .active .testimonials-img {
  transform: translateY(0);
  filter: brightness(1)
}

.testimonials-person-info {
  text-align: center;
  color: #fff
}

.testimonials-blob {
  position: relative;
  left: 80%;
  width: 3px;
  height: 3px;
  transform: rotate(45deg)
}

@keyframes anim {
  0% {
    opacity: 0;
    box-shadow: 0 0 0 0 #fff, 0 0 0 0 #fff
  }
  50% {
    box-shadow: 0 15px 0 0 #fff, 0 0 0 0 #fff
  }
  100% {
    opacity: 1;
    background: #fff;
    box-shadow: 0 15px 0 4px #fff, 0 35px 0 6px #fff
  }
}

.testimonial-carousel .active .testimonials-blob {
  transform-origin: 50% 50%;
  animation: anim linear .5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards
}

.testimonial-carousel {
  overflow: hidden;
  cursor: grab
}

.testimonial-carousel:active {
  cursor: grabbing
}

.testimonial-carousel .owl-item {
  overflow: hidden;
  transition: all ease-out .3s;
  transform: scale(.7);
  opacity: 0
}

.testimonial-carousel .owl-item.active {
  transform: scale(1);
  opacity: 1
}

.testimonial-carousel .owl-next,
.testimonial-carousel .owl-prev {
  font-size: 13px;
  line-height: 35px;
  position: absolute;
  top: 50%;
  padding: 0 10px;
  transition: all ease-out .25s;
  transform: translateY(-100%);
  opacity: 1;
  color: #fff;
  border-radius: 3px;
  background: #171719
}

.testimonial-carousel .owl-next:hover,
.testimonial-carousel .owl-prev:hover {
  color: #fff;
  background: #615e6b
}

.testimonial-carousel .owl-prev {
  left: 0
}

.testimonial-carousel .owl-next {
  right: 0
}

.testimonial-carousel .owl-next.disabled,
.testimonial-carousel .owl-prev.disabled {
  opacity: 0
}

.bg-theme-alt {
  background-color: #1b0066 !important;
}

.has-fixed.is-dark .header-main {
  background: #1b0066;
}

.bg-transparent {
  background-color: #1b0066 !important;
}

.btn-primary {
  background-color: #3b1984;
  border-color: #3b1984;
}
.btn-purple-outline {
  border-color: #8565db;
}
.btn-purple-outline:hover {
  background-color: #3b1984; border-color: #3b1984; box-shadow: 0 20px 50px -17px rgba(0,111,255,0.53); 
}
.btn-dark-bg {
  background-color: #8565db;
  border-color: #8565db;
}
.btn-dark-bg:hover {
  background-color: #3b1984; border-color: #3b1984; box-shadow: 0 20px 50px -17px rgba(0,111,255,0.53); 
}

.text-purple {
  color: #3b1984;
}

.row-about-menu { 
  display: flex; flex-wrap: wrap; margin-right: -15px; margin-left: -15px; margin-top: 0px; margin-bottom: 0px;
}

.card-s2 { 
  padding: 55px 30px 55px; 
}

.not-included { 
  color: #15a4fd;
}


.career-gridbox{
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  justify-items: flex-end;
}
.career-gridbox--title{
  justify-self: flex-start;
}

@media(max-width:576px){
  .career-gridbox{
    grid-template-columns: 2fr 1fr; 
  }
}

.users-logo img {
  max-height: 60px;
  max-width: 100%;
  width: auto !important;
  margin: 0px 10px 30px 20px;
}

.clients-logo {
  max-height: 20px;
  max-width: 100%;
  width: auto !important;
  margin: 0px 10px 30px 20px;
}

.clients-list {
  display: flex ;
  justify-content: center;
}
.bg-lila {
  background-color: #8565db;
}
.icon-table-yes {
  color: #59d49c;
  font-size: 25px;
}
.icon-table-no {
  color: #F5455C;
  font-size: 25px;
}