/* -----new about page css add------ */
.headersection {
    background-color: #000000;
}
.aboutpage{
    padding-bottom: 80px;
}
.container:before{
    display: table;
    content: " ";
}
.about-xm .box-border {
    display: table;
    border-collapse: separate;
    border-spacing: 30px 0;
    width: 105.5%;
    margin-left: -30px;
}

.about-xm .box-border1, .about-xm .box-border2 {
    border: 1px solid #ddd;
    padding: 20px;
}

.about-xm .box-border1, .about-xm .box-border2 {
    display: table-cell;
    width: 33.33%;
}
.about-xm .box-border1 small, .about-xm .box-border1 p.big {
    font-size: 21px;
    font-weight: 300;font-family: "Roboto",sans-serif;
}

.about-xm .box-border1 h4 {
    font-size: 62px;
    color: #d51820;font-family: 'Bebas Neue', sans-serif;
    font-weight: 500;
}

.top80 {
    margin-top: 80px !important;
}
/* ------block2---- */
.section {
    padding: 70px 0 0 0;
    background-color: #f1f1f1;position: relative;
}
.section::before, .section.bottom::after {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-style: solid;
    border-width: 35px 280px 0 280px;
    z-index: 9;
    width: 0;
    height: 0;
}
.section::before {
    top: 0;
    border-color: #fff transparent transparent transparent;
}
.dis60 {
    height: 60px;
    clear: both;
}
.section.bottom::after {
    bottom: -30px;
    border-color: #f1f1f1 transparent transparent transparent;
}

.aboutpage .section .row .col-md-12{
    width: 100%;
}

.aboutpage .about-xm h2.big {
    font-size: 43px;
    font-weight: bold;
    margin-bottom: 10px;font-family: "Roboto",sans-serif;
}
.text-center {
    text-align: center !important;
}


.aboutpage .about-xm .col-md-12 p{
    font-size: 16px;   
    margin-bottom: 10px;
    font-family: "Roboto",sans-serif;
}
span.red, small.red, a.red, .red {
    color: #d51820 !important;
    text-decoration: none !important;
}
p {
    margin: 0 0 10px;font-family: "Roboto",sans-serif;color: #333;
}
ul.reset, ul.features, ul.arrows, ul.steps, ul.checks {
    padding: 0;
    margin: 0;
    list-style: none;
}
/*ul.checks li {*/
/*    position: relative;*/
/*    padding-left: 40px;*/
/*    margin-bottom: 15px;*/
/*}*/
/*ul.checks li:before {*/
/*    position: absolute;*/
/*    content: "\f00c";*/
/*    font-family: FontAwesome;*/
/*    font-size: 22px;*/
/*    vertical-align: middle;*/
/*    top: -3px;*/
/*    left: 0;*/
/*    color: #29a643;*/
/*}*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
h2 {
    margin-top: 0;
    margin-bottom: 30px;font-family: "Roboto",sans-serif;color: #333;
}

.top20 {
    margin-top: 20px !important;
}

.aboutpage  .section .box-border .box-border2 p a{
    color: #d51820;
}

.dis20 {
    height: 20px;
    clear: both;
}
@media only screen and (max-width: 1199px){
    .container {
        width: 96% !important;
    }
}

@media only screen and (max-width: 991px){
    .about-xm .box-border {display: block !important;margin: 0;width: auto;}
    .visible-sm {display: block !important;}
    .about-xm .box-border{display: block;}
    .col-md-8{width: 100%;}
    .about-xm .box-border1, .about-xm .box-border2 {display: block;width: 100%;margin-bottom: 20px;}
    .about-xm .box-border2:last-child{margin-bottom: 0px;}
}
@media (max-width: 992px){
    .col-md-6 {width: 100% !important;}
}
@media (max-width: 991px) and (min-width: 768px){
    .hidden-sm01 {display: block !important;}
}
@media (max-width: 580px){
.about-xm .box-border1 h4{font-size: 36px;}
}