body {
    color: #727272;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 24px;
}
 h4 em {
    font-style: normal;
    color: #4b8ef1;
}
 em {
    font-style: normal;
    color: #4b8ef1;
}
  h4 {
    color: #2a2a2a;
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px;
}
li{font-size: 15px;
    line-height: 30px;
    font-weight: 300;
    color: #504e4e;
}
h1.title {
    font-size: 26px;
    line-height: 40px;
    margin: 30px 20px 0px 0px;
}
 #essms-produts .modules-box {
    margin: 20px 0;
    padding: 15px 15px 0px 15px;
    box-shadow: 1px 1px 10px 1px #696969;
    min-height: 220px;
    transition: 1s;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.breadcrumbs-box img {
    width: 100%;
}
#essms-produts .content-box-info h4 {
    text-align: center;
    line-height: 16px;
}
div#essms-produts .modules-box .content-box-info {
    background: linear-gradient(105deg, rgba(91,104,235,1) 0%, rgba(40,225,253,1) 100%);
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    height: 43px;
    transition: 1s;
}
div#essms-produts .modules-box .content-box-info h4 a {
    color: #fff;
	font-size:14px;
}
div#essms-produts .content-box.ch-item img {
    width: 68%;
    display: block;
    margin: auto;
    border: 2px solid #016498;
    padding: 5px;
    border-radius: 10px;
}
.breadcrumbs ul li:first-child {
    margin-left: 2px !important;
}
.breadcrumbs ul li {
    display: inline-block;
    line-height: 24px;
    font-size: 13px;
    color: #9e9e9e;
    margin: 0 0 0 5px;
}
h2.title {
    font-size: 20px;
    line-height: 40px;
    margin: 10px 0;
}
.breadcrumb-wrapper, .login-page, .register-page {
    background: #FAFAFA;
    border: 1px solid #DDD;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    background: -webkit-gradient(linear,0% 0%,0% 100%,from(#f8f8f8),to(#fafafa));
    background: -webkit-linear-gradient(top,#f8f8f8,#fafafa);
    background: -moz-linear-gradient(top,#f8f8f8,#fafafa);
    background: -ms-linear-gradient(top,#f8f8f8,#fafafa);
    background: -o-linear-gradient(top,#f8f8f8,#fafafa);
}
h3.title {
    overflow: hidden;
    line-height: 28px;
}
div#essms-produts .modules-box .content-box-info:hover {
  height: 80px;
}