ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
p {
    font-weight: 400;
    font-size: 16px;
    color: #484848;
    line-height: 34px;
}
.heading-area h2,
.heading-area h3,
.heading-area h4,
.heading-area h5,
.heading-area h6 {
    font-size: 34px;
    color: #f36f21;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.heading-area.center {
    text-align: center;
}
.heading-area strong {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    line-height: 32px;
    display: block;
    margin-bottom: 40px;
}
.heading-area strong a {
    color: #95b93d;
}
* {
    box-sizing: border-box;
}
#main {
    float: none;
    width: auto;
}
#midd-part {
    max-width: 1920px; 
    margin: 80px auto 0 auto;
    float: none;
    width: auto;
}
.banner {
    padding: 64px 0;
    position: relative;
}
.banner .shape {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.banner h1 {
    font-size: 35px;
    color: #d73827;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 36px;
}
.banner-inner {
    max-width: 1350px;
    box-sizing: border-box;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.banner-left {
    width: 49.5%;
    margin-top: -10px;
}
.banner-right {
    width: 49%;
}
.banner strong {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    display: block;
    margin: 20px 0 20px 0;
}
.banner p {
    font-weight: 400;
    font-size: 16px;
    color: #484848;
    line-height: 24px;
    margin-bottom: 12px;
}
.banner .backshape {
    position: absolute;
    right: 0;
    top: 0;
}
.banner ul {
    margin: -4px 0 10px 0;
}
.banner ul li {
    font-weight: 400;
    font-size: 16px;
    color: #484848;
    line-height: 22px;
    padding: 0 0 0 20px;
    position: relative;
    margin-bottom: 9px;
}
.banner ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 13px;
    background-color: #d73827;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
.langcur {
    padding: 50px 0;
}
.langcur-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
.TABLE {
    display: table;
    width: 100%;
}
.TABLE .TR {
    display: table-row;
}
.TABLE .TH {
    display: table-cell;
    padding: 22px 40px;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}
.TABLE .TH:nth-child(2),
.TABLE .TD:nth-child(2) {
    text-align: center;
}
.TABLE .TD:nth-child(2) {
    border-style: solid;
    border-color: #e5e4e4;
    border-width: 0 1px;
}
.TABLE .TD {
    display: table-cell;
    padding: 25px 40px;
    color: #3f3f3f;
    font-size: 15px;
    font-weight: 500;
    width: 33.33%;
}
.TABLE .TD img {
    vertical-align: middle;
}
.TABLE .TD b {
    margin-right: 8px;
    font-weight: 400;
}
.TABLE .TR:nth-child(odd) .TD {
    background-color: #f1f1f1;
}
/**************************************************/
.calltoaction {
    padding: 75px 0;
    background-image: url(../jpg/actionbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.calltoaction .shape {
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.calltoaction-inner {
    max-width: 1350px;
    padding: 0 15px;
    margin: 0 auto;
    text-align: center;
}
.calltoaction .heading-area strong {
    color: #fff;
    font-weight: 500;
}
.calltoaction p {
    color: #c6c6c6;
    margin-bottom: 0;
}
.calltoaction a.gen-btn {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    display: inline-block;
    padding: 15px 51px;
    background-color: #f2b92c;
    text-transform: uppercase;
    margin-top: 70px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    text-transform: uppercase;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
}
.calltoaction a.gen-btn:hover {
    background-color: #fff;
}
.products {
    padding: 50px 0 45px 0;
    position: relative;
}
.products .shape {
    position: absolute;
    bottom: 340px;
    left: 0;
    z-index: -1;
}
.products-inner {
    max-width: 1350px;
    margin: 0 auto;
    padding: 0 15px;
}
.products ul {
    display: flex;
    flex-wrap: wrap;
    margin: 40px -15px 0 -15px;
    justify-content: center;
}
.products ul li {
    padding: 0 12px;
    width: 25%;
    margin: 0 0 30px 0;
}
.products ul li .innerbox {
    background-color: #fff;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 35px 0 rgba(35,31,32,0.15);
    min-height: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.products ul li .innerbox a {
    padding: 10px 25px 12px 25px;
    background-color: #ff6e00;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
}
.products ul li .innerbox p {
    margin: 0 0 46px 0;
    font-size: 18px;
    font-weight: 400;
    color: #484848;
    line-height: 24px;
}
.products ul li .innerbox h3 {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #f36f21;
    margin-bottom: 37px;
}
.our-products-bottom-button {
    float: none;
    width: auto;
}
@media screen and (max-width:1920px) {
    .banner .backshape {
        width: 39.6vw;
    }
}
@media screen and (max-width:1024px) {
    .products ul li {
        width: 33.33%;
    }
}
@media screen and (max-width:991px) {
    .banner {
        padding: 40px 0 10px 0;
    }
    .banner-left {
        width: 100%;
    }
    .banner-right {
        width: 100%;
        position: relative;
        text-align: center;
        margin-bottom: 35px;
    }
    .banner-right img {
        max-width: 100%;
    }
    .banner-inner {
        flex-direction: column-reverse;
    }
    .banner .backshape {display: none;}
    .banner .shape,
    .calltoaction .shape {
        display: none;
    }
    /********************************/
    .products ul li {
        width: 50%;
    }
    /********************************/
    .calltoaction a.gen-btn {
        margin-top: 25px;
    }
    /********************************/
}
@media screen and (max-width:767px) {
    .TABLE .TH,.TABLE .TD {
        padding: 15px;
    }
}
@media screen and (max-width:630px) {
    .products ul li {
        width: 100%;
    }
    .heading-area h2,
    .heading-area h3,
    .heading-area h4,
    .heading-area h5,
    .heading-area h6,
    .banner h1 {
        font-size: 30px;
    }
    .products ul li .innerbox h3 {
        font-size: 22px;
    }
}
@media screen and (max-width:480px) {
    .TABLE .TH, .TABLE .TD {
        padding: 5px;
    }
    .TABLE .TD {
        padding: 5px;
        font-size: 9px;
    }
    .TABLE .TH {
        font-size: 10px;
    }
    
}