* {
    position: relative;
    box-sizing: border-box;
}

h1 {
    font-size: 50px;
    margin-bottom: 15px;
}

.services-box1 .row .col-md-4 h2,
.row > .col-sm-4 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-4 > 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: 140px;
    width: 140px;
    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: 3px 3px 0px rgba(0,0,0,0.3);
}

/* 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;
}

.body-container {
    display: inline-block;
    padding: 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-4 {
        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 */


.down-arrow{
    display: block;
    height: 50px;
    margin: 60px auto;
    background-image: url(../images/down-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
/*=============================================================
 ========================Block Photo ========================*/
.body-container.container-content{
    position: relative;
    margin-bottom: 50px;
    width: 30%;
    min-height: 460px;
    margin: 0 5% 120px 0;
    padding: 72px 25px 25px;
    background: #e6e6e6;
    border-radius: 10px;
    text-align: justify;
}
.body-container.container-content:nth-child(3){margin-right: 0;}

@media(max-width: 990px){
    .body-container.container-content{
        width: 90%;
        display: block;
        margin: 0 5% 140px;
        text-align: center;
    }
}

.body-container.container-content h1{
    font-weight: 300;
    color: #464646;
    font-size: 32px;
    text-align: center;
}
.body-container.container-content span{
    display: inline-block;
    box-sizing: border-box;
    border: 2px dotted #000;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    top: -5px;
    padding-top: 13px;
    padding-left: 2px;
    margin-right: 1em;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
}
.container-content{
    margin-bottom: 10px;
    padding: 0 5px;
    text-align: justify;
    line-height: 1.65;
    letter-spacing: 0.08em;
}
@media (max-width: 720px){
    .body-container.container-content h1{font-size: 40px;}
}
@media (max-width: 450px){
    .body-container.container-content h1{font-size: 35px;}
}

.body-container.container-content p{
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5em;
    color: #464646;

    /*text-align: center;*/
}
@media (max-width: 990px){
    .body-container.container-content:nth-child(2) p,
    .body-container.container-content:nth-child(3) p{
        text-align: center;
    }
}
.body-container.container-content figure{
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
}
/*.body-container.container-content:nth-child(2) figure{top: -67px;}
.body-container.container-content:nth-child(3) figure{top: -33px;}*/

.body-container.container-content .content-memo{
    font-weight: 500;
    color: rgb(154, 154, 154);
}
.title_content{
    font-weight: 500;
    color: #0071bc;
    font-size: 50px;
}


.img-responsive{
    height: auto;
    width: auto;
    max-height: 90vh;
    /*max-width: 90vw;*/
    margin: 0 auto;
}
.modal{
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    right: auto;
    bottom: auto;
    overflow-y: auto;
}
.modal-body{
    padding: 0;
    margin: 20px;
}
.modal-header{
    padding: 0;
    border-bottom: none;
}
.modal.in .modal-dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    max-width: 1200px;
}

.block_enviro_title{
    /*background-color: #0071bc;*/
    height: 160px;
    margin-bottom: 25px;
}
.block_enviro_title h1{
    color: #0071bc;
    line-height: 80px;
    font-weight: 500;
}
.block_enviro_content{    
    margin: 0px 15px 40px;
    text-align: center;
}
.block_enviro_caption {
    display: flex;
    margin: 0px 15px 40px;
    text-align: center;
}
.block_enviro_content h1{
    color: #464646;
    font-size: 35px;
    font-weight: 400;
}
@media (max-width: 720px){
    .title01 > .title_content{font-size: 40px;}
    .block_enviro_title{height: 140px;}   
    .block_enviro_title h1{line-height: 70px;font-size: 35px;}   
    .block_enviro_content h1{font-size: 30px;}
}
@media (max-width: 450px){
    .top-line ul p{font-size: 10px;}
    .block_enviro_title{height: 100px;}   
    .block_enviro_title h1{line-height: 50px;font-size: 28px;}   
    .block_enviro_content h1{font-size: 22px;}    
}

@media screen and (min-width: 760px) and (max-width: 850px) {
    .footer-widgets h4 {
        font-size: 14px;
    }

    .footer-widgets h4 {
        font-size: 14px;
    }
}

@media (max-width: 380px) {
    .footer-widgets h4 {
        font-size: 12px;
    }

    .footer-contact-qq {        
        background-position: 1% 4px;
    }

    .footer-widgets:hover .footer-contact-qq {                
        background-position: 1% 4px;        
    }

    .footer-contact-wc {        
        background-position: 1% 4px;
    }

    .footer-widgets:hover .footer-contact-wc {    
        background-position: 1% 4px;    
    }

    .footer-contact-wa {        
        background-position: 1% 4px;
    }

    .footer-widgets:hover .footer-contact-wa {        
        background-position: 1% 4px;        
    }

    .footer-contact-sk {        
        background-position: 1% 4px;
    }

    .footer-widgets:hover .footer-contact-sk {        
        background-position: 1% 4px;    
    }
}

.block_enviro{
    display: flex;
}

.cover_block_enviro {
    display: flex;
    flex-direction: column;
    padding:10px;
}

.hg_block_enviro_img {
    height: 0;    
    border-radius: 10px;
    margin: 0 auto;    
    padding-top: 60%;    
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);    
}

.block_enviro_flex{
    height: auto;
    flex:1;
    padding:10px;
    /*flex-wrap: wrap;*/
}
.block_enviro_flex_img{
    height: 0; 
    background-size: cover;
    border-radius: 10px;
    margin: 0 auto;
    width:100%;
    padding-top:100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/*.block_enviro_flex_img_01{
    width: 90%;
    padding-top:90%;
}
.block_enviro_flex_img_02{
    width: 85%;
    padding-top:85%; 
}*/

@media (max-width:767px){
    .block_enviro{
        display: block;
    }
    .modal{
        left: 0%;
        transform: translate(0%,-50%);
    }
    .block_enviro_flex_img_01,
    .block_enviro_flex_img_02{
        width: 85%;
        padding-top: 85%;
    }
}