.page-title {
    position: relative;
    padding: 80px 0px 50px;
    color: #ffffff;
    background-color: #ffffff;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.page-title:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(10,10,10,0.80);
}
	
@media only screen and (max-width: 1023px)
.page-title h1 {
    margin-bottom: 0px;
}
.page-title h1 {
    position: relative;
    font-size: 32px;
    line-height: 44px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 30px;
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif;
}
.page-title .bread-crumb {
    position: relative;
    padding-top: 15px;
    text-align: right;
}
@media only screen and (max-width: 1023px)
{
.page-title .bread-crumb, .page-title h1 {
    text-align:left !important;
	margin-left:20px;
}

.page-title .bread-crumb li { float:left; display:block; margin-top:-30px; }
}
.page-title .bread-crumb li:first-child {
    margin-left: 0px;
}
.page-title .bread-crumb li {
    position: relative;
    display: inline-block;
    line-height: 30px;
    margin-left: 20px;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}
.page-title .bread-crumb li:before {
    content: '/';
    position: absolute;
    right: -20px;
    top: 0px;
    width: 20px;
    text-align: center;
    line-height: 30px;
}
.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.form-control {
    border-color: #e1e6eb;
    box-shadow: none;
    height: 40px;
    font-size: 13px;
    line-height: 20px;
    padding: 9px 12px;
}
.site-button{
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    font-size: 14px;
    outline: none;
    cursor: pointer;
    outline: none;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    line-height: 1.42857;
    border-radius: 2px;
	background:#287a2c;
	
}
.border-1 {
    border: 1px solid #eee;
}
.no-margin {
    margin: 0 0 0 !important;
    list-style: none;
}
.icon-bx-wraper {
    position: relative;
}
.m-b30 {
    margin-bottom: 10px;
}
.icon-bx-xs {
    width: 40px;
    height: 40px;
    line-height: 20px;
	float: left;
    margin-right: 20px;
	color: #fff;
	background-color: #287a2c;
	padding:10px;
	text-align:center;
	}
	.icon-bx-xs i {
    font-size: 20px;
	color:#FFFFFF;
	
}
.icon-content {
    overflow: hidden;
}
.dez-tilte{
    position: relative;

    margin-bottom: 0;
    margin-top: 0;
}
.p-a30 {
    padding: 30px;
}

.boxx{
width:100%; background:#fbfbfb; box-shadow: 3px 2px 2px 0 rgba(0, 0, 0, .05);
}
.boxx:hover{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}
