/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/

.input-error {
	border: 1px solid red;
}

.form-message-error {
	color: red;
	font-size: 16px;
}

.news-box {
	background: #F9F9F9;
    border-bottom: 3px solid #EEE;
}

.home-text-color {
	color: #2E338C !important;
}

.footer {
	position: relative;
	font-family: inherit;
	padding: 30px 0;
	background-color: #333333;
}

.footer ul {
	list-style-type: none;
	margin-bottom: 0;
	margin-left: 30px;
}

.footer p {
	font-size: 14px;
	color: #ccc;
}

.footer ul li a {
	font-size: 14px;
	color: #ccc;
}

.footer ul li a:hover{
	color: #aaa;
}

.copyrights p{
	color: rgba(255,255,255,0.25);
}

.col_one_fourth-cstm {
    width: 22%;
    display: block;
    position: relative;
    margin: auto;
    border-bottom: #fff solid 2px;
    padding-bottom: 10px;
}

.col_one_fourth-cstm2 {
    width: 22%;
    display: block;
    position: relative;
    margin: auto;
    border-bottom: #2E338C solid 2px;
    padding-bottom: 10px;
}

.bor-cir{
	border-radius: 50%
}

.align-img{
	display: block;
	margin: auto;
}

.mang-p {
	font-size: 16px;
	color: #2E338C;
}

.color-h5-cstm {
	color: #F21D2F;
}

.padding-xaxis {
	padding: 30px 0px;
}

.bottonpadding {
	padding-bottom: 30px;
}


.background-dark {
	background-color: #E3E3E6;
}

.bg-product {
	background-color: #2E338C;
}

.text-color-white {
	color: #fff;

}

.bottonpadding-lg {
	padding-bottom: 80px;
}

.icon-container {
	width: 110px;
	height: 110px;
	margin: auto;
	background-color: white;
	position: relative;
	border-radius: 50%;
}

.img-alg-center {
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%,-50%);
}


