.bg-magento{
    background-color: transparent;
    background-image: linear-gradient(180deg,#963596 0%,#963596 100%);
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
}

.bg-blue{
	background-color: transparent;
    background-image: linear-gradient(180deg,#045189 0%,#045189 100%);
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
}
.button-wrapper .button-link{
	display: inline-block;
    line-height: 1;   
    text-align: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
	font-size: 16px;
    padding: 12px 22px;
	border-radius: 50px;
}
.btn-yellow{
	background-color: #df9926;
	color: #fff;
}

.btn-magento{
	background-color: #963596;
	color: #fff;
}

.button-wrapper a .button-content-wrapper .button-icon{
	margin-left: 12px;
}

.button-wrapper a .button-content-wrapper .button-icon i{
	
}

#custom-plugins{
	
}

.th-service-block .th-show-icon{
	
}

.th-service-block .th-show-icon .icon-box-icon{
	float: left;
    width: 20%;
}

.th-service-block .th-show-icon .icon-box-icon .elementor-icon{
	
}

.th-service-block .th-show-icon .icon-box-icon .elementor-icon i{
	font-size: 42px;
}
.th-service-block .th-show-icon .icon-box-content{
	float: left;
    width: 80%;
}

.th-service-block .th-show-icon .icon-box-content .icon-box-title{
	
}

.th-service-block .th-show-icon .icon-box-content .icon-box-description{
	
}

.plugin-img{
	    box-shadow: 0 0 47px 9px rgba(64,84,178,.5);
}

#clients{
	background-color: #c5ced6;
	padding-top: 20px;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
}

#customer-logo{
	background-color: #92b1d1;
	padding-top: 20px;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
}
.msg-error {
  color: #c65848;
}
.g-recaptcha.error {
    border: solid 2px #c64848;
    padding: 0.2em;
    width: 20em;
}

@media (max-width:768px) {
	
	
}