/* right-panel-design */
.erp-and-crm-solutions .custom-need-help p{
    font-size: 14px;
    line-height: 24px;
    color: #010101;
}
.erp-and-crm-solutions .custom-need-help .custom-button-2 {
    background-color: #cc6600;
    font-size: 12px;
}
.erp-and-crm-solutions .custom-need-help .thar-four{
    color: #fff;
	cursor: pointer;
	display: block;
	position: relative;
	border: 2px solid #4798ed;
	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}
.erp-and-crm-solutions .custom-need-help .thar-four:hover{
    color: #fff !important;
	background-color: transparent;
	text-shadow: nfour;
}
.erp-and-crm-solutions .custom-need-help .thar-four:hover:before {
	right: 0%;
	left: auto;
	width: 100%;
}
.erp-and-crm-solutions .custom-need-help .thar-four:before {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 0px;
	z-index: -1;
	content: '';
	color: #fff !important;
	background: #4798ed;
	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}
.erp-and-crm-solutions .custom-download-info .title{
    color: #2479a6;
    font-weight: 600;
}
.erp-and-crm-solutions .custom-download-info ul li{
    background-color: #ecedef;
}
.erp-and-crm-solutions .custom-download-info ul li a{
    color: #010101;
}
.erp-and-crm-solutions .custom-download-info ul li a:hover{
    color: #cc6600;
}
.erp-and-crm-solutions .custom-download-info ul li a::before{
	content: "-";
    padding-right: 5px;
    vertical-align: middle;
}
/* right-panel-design */



/* left-panel-design */
.custom-sub-heading{
    background-color: #e6e6e6;
}

.erp-and-crm-solutions p{
    font-size: 16px;
    line-height: 26px;
    color: #010101;
}



/* animation-slide-bottom-to-top-style */
.erp-and-crm-solutions .animation-element.bounce-up{
	opacity: 0;
	-moz-transition: all 700ms ease-out;
	-webkit-transition: all 700ms ease-out;
	-o-transition: all 700ms ease-out;
	transition: all 700ms ease-out;
	-moz-transform: translate3d(0px, 200px, 0px);
	-webkit-transform: translate3d(0px, 200px, 0px);
	-o-transform: translate(0px, 200px);
	-ms-transform: translate(0px, 200px);
	transform: translate3d(0px, 200, 0px);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
.erp-and-crm-solutions .animation-element.bounce-up.in-view{
	opacity: 1;
	-moz-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}
/* animation-slide-bottom-to-top-style */

/* animation-slide-left-to-right-style */
.erp-and-crm-solutions .animation-element.slide-right{
	opacity: 0;
	-moz-transition: all 500ms linear;
	-webkit-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
	-moz-transform: translate3d(-100px, 0px, 0px);
	-webkit-transform: translate3d(-100px, 0px, 0px);
	-o-transform: translate(-100px, 0px);
	-ms-transform: translate(-100px, 0px);
	transform: translate3d(-100px, 0px, 0px);
}
.erp-and-crm-solutions .animation-element.slide-right.in-view{
	opacity: 1;
	-moz-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}

/* left-panel-design */



/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) { 
    
}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) { 
	.erp-and-crm-solutions p{
		font-size: 14px;
		line-height: 24px;
	}
	.erp-and-crm-solutions .custom-download-info ul li a {
        font-size: 12px;
	}
	.erp-and-crm-solutions .card-deck .card .card-header h3 {
		font-size: 14px;
	}
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) { 
    
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
    .erp-and-crm-solutions p{
		font-size: 14px;
		line-height: 24px;
	}
}
