body{
    overflow-x:hidden;
}

.row{
    margin-right: 0px;
}

#my_title{
    padding: 0.5em 0px;
}

#my_content{

}

#comp_title{
    vertical-align: middle;
    font-family: "Barlow",sans-serif;   
    font-weight: 700;
}

#comp_title span{
    font-size: 120%;
    padding-top: 10px;
}

#comp_title p{
    margin-bottom: -3px;
}

.navbar-light .navbar-nav .nav-link {
    color: #f8f9fa !important;
    font-size: 100%;
}

.navbar-light .navbar-nav .active>.nav-link {
    color: white;
    font-size: 100%;
}


.navbar-nav li {
    width: 100px;
    margin-right: 2em;
}

.section{
    position: relative;
    width: 100%;
    height: 600px;
    margin: 3em 0em;
}

.section .section_title{
    display: inline-block;
    position: absolute;
    z-index: 9;
    left: 10%;
    top: -110px;
    font-size: 500%;
    font-family: "Teko",sans-serif;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;

    text-shadow: white 2px 2px 2px;
}

.section .section_title2{
    display: inline-block;
    position: absolute;
    z-index: 8;
    left: 12%;
    top: -195px;    
    font-size: 800%;
    font-family: "Teko",sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    -webkit-text-stroke: 1px #8180c6;
    -webkit-text-fill-color: transparent;
}

.section_desc{
    display: inline-block;
    position: absolute;
    left: 15%;
    top: 46%;
    font-family: "Teko",sans-serif;
    font-weight: 700;
    line-height: 1.5;
    font-size: 120%;
}

.section_pic{
    display: inline-block;
    position: absolute;
    left: 55%;
    top: 0;
    width: 45%;
    height: 100%;
}

#section_pic_1{
    background: url('../images/section/section-pic1.jpg');
    background-position: center;
    background-size: cover;
}

#section_1{
    background: url('../images/section/section-bg1.jpg');
}

.section_cube{
    display: inline-block;
    position: absolute;
    left: 55%;
    bottom: 0;
    width: 180px;
    height: 180px;
    background-color: #1f2b7b;
    font-family: "Barlow",sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: white;
    text-align: center;
    padding-top: 50px;
}

.section_cube span{
    font-size: 300%;
    text-transform: uppercase;
    line-height: 1.2;
}

.section_cube p{
    text-transform: uppercase;
    letter-spacing: .5em;
}

#title_1{
    top: 30%;
    left: 15%;
}

#section_4{
    margin-top: 50em;
    background: url('../images/section-bg2.jpg')
}

#section_4 .section_title2{
    left: 15%;
    top: 10%;  
    -webkit-text-fill-color: #e9e9e9;
    opacity: 0.45;
}

#section_4 .section_title{
    color: white;
    text-shadow: gray 2px 2px 2px;
    left: 15%;
    top: 24%;
}

.section_project{
    margin-top: 32em;
    font-family: "Barlow",sans-serif;
}

.section_project .card{
    border: none;
    height: 380px;
    margin-bottom: 3em;
}

.section_project .card .card-title{
    line-height: 1.2;
    font-size: 22px;
    font-weight: 700;
}

.section_project .card:hover{
    background-color: #131c5a;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    color: white;
}


.section_product .row{
    margin-bottom: 2em;
}

.section_product .row .card{
    border: none;
    border-bottom: 5px solid white;
    height: 400px;
    overflow: hidden;      /* hide the overflow */
}

.section_product .row .card:hover{
    border-bottom: 5px solid orangered;
}

.section_product .card:hover img{
    transition: transform .3s; /* Animation */
    transform: scale(1.15); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}


.section_map {
    color: white; 
    left: 60%; 
    top: 18%; 
    position: absolute; 
    display: inline-block;   
    font-size: 180%;
    font-weight: 700;
    font-family: "Barlow",sans-serif;
}

.section_contact {
    color: white;
    left: 15.2%;
    top: 42%;
    position: absolute;
    display: inline-block;
    font-size: 160%;
    font-weight: 700;
    font-family: "Barlow",sans-serif
}

#section_product{
    position: relative;
    background: url('../images/product_banner.png');
    background-position: center;
    background-size: cover;
    height: 380px;
}

#section_product .section_title_shadow{
    display: inline-block;
    position: absolute;
    top: 10%;
    left: 11%;
    font-size: 700%;
    font-weight: 900;
    text-transform: uppercase;
    opacity: 0.9;
    -webkit-text-stroke: 1px #fcfcfc;
    -webkit-text-fill-color: transparent;
}

.meter_list img {
    width: 220px;
    border-radius: 2em;
}

.meter_cover{
    display: block;
    width: 100%;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    margin-top: -220px;
}

.meter_cover div{
    text-align: center;
    vertical-align: middle;
    font-weight: 900;
    font-size: 250%;
    font-family: "Barlow",sans-serif;
    display: inline-block;
    width: 220px;
    height: 220px;
    color: navy;
    opacity: 0;
    line-height: 1em;
}

.meter_cover div > span{
    display: inline-block;
    position: absolute;
    bottom: 0;
    width: 220px;
    margin-left: -105px;
}

.meter_cover div:hover{
    background-color: #FCFCFC;
    opacity: 0.7;
    cursor: pointer;
}

#section_product .section_title{
    left:10%;
    top:30%;
}