* {
    position: relative;
    box-sizing: border-box;
}

h1 {
    font-size: 50px;
    margin-bottom: 15px;
}
#container{
    background-color: #fff;
}
.services-box1 .row .col-md-4 h2,
.row > .col-sm-6 h2{
    text-align: center;
    margin: 0 auto 5px;
    font-weight: 500;
}

.body-container > h1 {
    color: inherit;
    font-weight: bolder;
}
.services-box1 .row .col-md-4 p,
.title-section p,
.row > .col-sm-6 > p,   
.body-container > .col-md-6 > p {
    margin: 0 auto 15px;
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 1.2px;
}

.row {
    position: relative;
    z-index: 1
}

.row:before,
.row:after {
    content: ' ';
    display: table
}

.row:after {
    clear: both
}

/* jumbotron start */

.jumbotron-container {
    background-size: cover;
    margin-top: 150px;
}
.col-md-12{
    padding: 0;
}

.jumbotron-banner {
    max-width: 1200px;
    margin:0 auto;
}

.jumbotron-banner img {
    width: 100%;
    height: auto;
}
.banner_a{
    display: inline-block;
    position: relative;
    
    top: 0;
    left: 50%;
    transform: translate(-50%,  5px);
    height: 850px;
    width: 1920px;
    background-image: url(../images/brand/brands_banner.jpg);
}


.product-section01 {
  /*margin: 35px 15px 10px;*/
  /*text-align: center;*/
  height: 300px;
  margin: auto;
  padding: 25px 0;
  background: #000000;
  border-top: 35px solid #232323;
  border-bottom: 35px solid #232323;
  overflow: hidden;
  /*opacity: 0;*/

  /*animation: titleIn 2s 0s backwards;*/
}
/*@keyframes titleIn{
    0%{
        height: 0px;
        opacity: 0;

    }
    35%{
        opacity: 0;
    }
    100%{
        height: 300px;
        opacity: 1;
    }
}
.product-section01::before{
    content: url(../images/banner01.jpg);
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
}*/
.product-section01 h2 {
  margin-top: 25px;
  font-size: 50px;
  color: #fff;
  font-weight: 300;
  /*color: #bba780;*/
  padding-bottom: 15px;
  display: inline-block;
  /*position: relative;*/
  /*content: "";*/
  border-bottom: 3px solid #f9c031;
}

.product-section01 p {
  color: #fff;
  font-size: 25px;
  line-height: 2;
}

/* jumbotron end */
.rounded-circle {
    height: 50px;
    width: 50px;
    background-color: rgb(117, 106, 106);
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 5px;

    transition: all 0.3s 0s;
}
.rounded-circle:hover {
  box-shadow: 0px 0px 5px rgba(0,0,0,0.7);
}

/* title start */
.title01, .title02{
    margin: 35px 15px 10px;
    text-align: center;
}
.title01 > h2{
    font-size: 50px;
}

.title02 p,
.title01 p{
    color: #000;
    font-size: 25px;
    line-height: 50px;
}
/* title end */



/* container start */

.container-divider {
    display: block;
    margin: 60px 10px;
    width: auto;
    border: 1px solid #eeeeee;
}
@media (max-width: 991px){
    .container-divider{
        display: none;
    }
}
.body-container {
    display: inline-block;
    margin: 0 25px;
}

.square01,.square02,.square03,
.square04,.square05,.square06 {
    height:250px;
    width:250px;
    /*background-color: rgb(87, 87, 87);*/
    margin: 10px auto;
    background-size: cover;
}

.square01{background-image: url(../images/brand/brand_banner1.png);}
.square02{background-image: url(../images/brand/brand_banner2.png);}
.square03{background-image: url(../images/brand/brand_banner3.png);}
.square04{background-image: url(../images/brand/brand_banner4.png);}
.square05{background-image: url(../images/brand/brand_banner5.png);}
.square06{background-image: url(../images/brand/brand_banner6.png);}
/* container end */

/* Bootstrap start */

.body-container > .col-md-6 > .square{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

@media (max-width:767px) {
    .jumbotron-container {
        margin-top: 102px;
    }
    .rounded-circle {
        /*left: 50%;*/
        /*transform: translateX(-50%);*/
    }
    .row > .col-xs-12 p{
        text-align: center;
    }
    .body-container > .col-xs-12 p{
        text-align: left;
    }
}

@media (min-width: 768px) {
    .jumbotron-container {
        margin-top: 141px;
    }
    .col-sm-6 {
        text-align: center;
        margin-bottom: 25px;
    }
    .square01,.square02,.square03,
    .square04,.square05,.square06 {
        height: 400px;
        width: 400px;
        margin: 10px auto;
    }
}

@media (min-width: 992px) {
    .body-container {
        display: flex;
        display: -webkit-flex;
        align-items: center;
    }
    .square01,.square02,.square03,
    .square04,.square05,.square06 {
        height: 500px;
        width: 500px;
        margin: 10px auto;
    }
    .order-md-first {
        display: flex;
        display: -webkit-flex;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-last {
        display: flex;
        display: -webkit-flex;
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
}

/* Bootstrap end */