* {
    position: relative;
    box-sizing: border-box;
}

h1 {
    font-size: 50px;
    margin-bottom: 15px;
}

.row > .col-sm-4 h2{
    text-align: center;
    margin: 0 auto 5px;
    font-weight: 500;
}

.body-container > h1 {
    color: inherit;
    font-weight: bolder;
}

.row > .col-sm-4 > p,
.body-container > .col-md-6 > p {
    margin: 0 auto 15px;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 1.2px;
}
.body-container span {
    color: #464646;
}

.row {
    position: relative;
    z-index: 1
}

.row:before,
.row:after {
    content: ' ';
    display: table
}

.row:after {
    clear: both
}


.rounded-circle {
    height: 140px;
    width: 140px;
    background-color: rgb(117, 106, 106);
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 5px;
}

/* title start */
.title01{
    text-align: center;
    margin: auto;
    /*padding: 25px 0;*/
    height: 300px;
    background: #000000;
    border-top: 35px solid #232323;
    border-bottom: 35px solid #232323;
}
.title01 > h2{
    margin-top: 25px;
    font-size: 50px;
    color: #fff;
    font-weight: 300;
    padding-bottom: 15px;
    display: inline-block;
    border-bottom: 3px solid #f9c031;
}

.title01 p{
    color: #fff;
  font-size: 25px;
  line-height: 2;

}

/* title end */



/* container start */

.container-divider {
    display: inline-block;
    display: block;
    margin: 60px 10px;
    width: auto;
    border: 1px solid #eeeeee;
}

.down-arrow{
    display: block;
    height: 50px;
    margin: 60px auto;
    background-image: url(../images/partner/down-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.body-container {
    display: inline-block;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}

.body-container span{
    font-size: 25px;
}

#partner_container01 .square{background-image: url(../images/partner/partner_banner01.png);}
#partner_container02 .square{background-image: url(../images/partner/partner_banner02.png);}
#partner_container03 .square{background-image: url(../images/partner/partner_banner03.png);}

.square {
    height: 250px;
    width: 250px;
    margin: 10px auto;
    -webkit-background-size: cover;
    background-size: cover;
}

/* .body-container:hover{
    display: inline-block;
    box-shadow: 5px 5px 0px rgba(0,0,0,0.5)
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    }
.body-container::after:hover{
    display: inline-block;
    box-shadow: 5px 5px 0px rgba(0,0,0,0.5)
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    
} */
.container-plat{
    text-align: center;
    background-image: url(../images/small4.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: black;
    height: 430px;
    margin: 0 auto 40px;
    overflow: hidden;
    padding: 0;
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
}
.container-plat-cont{
    padding-top: 50px;
    margin: 0 270px;
}
.container-plat-cont h1{
    color: #000;
}
.container-plat-cont p{
    opacity: 0;
}
/* container end */

/* Bootstrap start */

.body-container > .col-md-6 > .square{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

@media (max-width:767px) {
    .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) {
    .col-sm-4 {
        text-align: center;
        margin-bottom: 25px;
    }
    .square {
        height: 400px;
        width: 400px;
        margin: 10px auto;
    }
}

@media (max-width: 991px) {
    .body-container h1{
        text-align: center;
    }
}

@media (min-width: 992px) {
    .body-container {
        display: flex;
        display: -webkit-flex;
        align-items: center;
    }
    .square {
        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 */
