body {
    font-family: 'Exo 2';
}
.mainWrapper {
    max-width: 1920px;
    margin: 80px auto 0 auto;
}
span.sub-heading1 {
    color: #ff6f02;
    display: block;
    font-size: 19px;
    font-weight: 300;
    margin-top: 5px;
    text-align: center;
}
/******************************************/
.banner {
    margin: 0px;
    padding: 0px;
    background: url(../jpg/banner.jpg) no-repeat scroll top center;
    background-size: cover;
    padding:50px 0;
}
.banner-inner {
    max-width: 1280px;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin:0 auto;
}
.banner h1 {
    margin: 0 0 0;
    padding: 0px;
    font-size: 40px;
    color: #FFFFFF;
    font-family: 'poppins';
    font-weight: 600;
    position: relative;
    text-align: center;
}
.banner strong {
    color: #ff6f02;
    display: block;
    font-weight: 400;
    width: 100%;
    text-align: center;
    font-size: 18px;
}
/******************************************/
h2.sec-title {
    margin-bottom: 30px;
    text-align: center;
    font-weight: 600;
}
.product-sec-inner {
    max-width: 1310px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 15px;
}
.product-sec {
    padding: 50px 0;
}
.product-block {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #ddd;
}
.product-block:last-child {
    border-bottom: 1px solid #ddd;
}
.product-block img {
    max-width: 100%;
}
.product-caption {
    width: 42%;
    padding: 20px 20px 20px 50px;
    box-sizing: border-box;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
    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;
    overflow: hidden;
    box-sizing: border-box;
}
.product-caption a {
    margin: 0 20px 0 0;
    padding: 10px 20px;
    color: #ff6e00;
    font-size: 15px;
    border: 1px solid #ff6e00;
    border-radius: 3px;
    display: inline-block;
    margin-top: 30px;
}
.product-block .product-caption b,
.product-block .product-caption h3,
.product-block .product-caption .main-title
 {
    width: auto;
    box-sizing: border-box;
    bottom: 30px;
    left: 30px;
    right: 30px;
    color: #ff7914;
    font-weight: bold;
    font-size: 30px;
    line-height: normal;
    margin-bottom: 10px;
    display: block;
}
.product-block .product-caption h3 span,
.product-block .product-caption .main-title span,
.product-block .product-caption b span
{
    display: block;
    color: #000;
    margin-top: -10px;
}
.product-image-block {
    width: 58%;
}
.product-image-block img {
    max-width: 100%;
    border-style: solid;
    border-color: #ddd;
    border-width: 0 1px;
}
.product-caption p {
    line-height: 26px;
    font-size: 15px;
    color: #444;
    transition: all 0.5s ease 0.5s;
    -webkit-transition: all 0.5s ease 0.5s;
    -moz-transition: all 0.5s ease 0.5s;
    -ms-transition: all 0.5s ease 0.5s;
    -o-transition: all 0.5s ease 0.5s;
    font-weight: 400;
    text-align: justify;
    margin-bottom: 0;
}
.product-block:nth-child(even) {
    flex-direction: row-reverse;
}
.product-block:nth-child(even) .product-caption {
    padding: 20px 50px 20px 20px;
}
/******************************************/
@media screen and (max-width:991px) {
    .product-image-block {
        width: 100%;
    }
    .product-image-block img {
        width: 100%;
    }
    .product-caption,
    .product-block:nth-child(even) .product-caption {
        width: 100%;
        padding: 0 0;
        margin: 30px 0 0 0;
    }
    .product-block {
        margin-bottom: 50px;
    }
}