

#mainImg{
    background-image: url('../MYimages/charlotte.jpg');
    
    background-size: cover;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0
}
.whiteBG{
    background: white;
}
.whiteText{
    color: white;
}
.fbox-content h3{
    color: white;
}
.subtitle{
    color: white;
}
label{
    color: white;
}









#slider{
    padding: 30px 100px;
}
.Mybrand{ 
    width: 100px;
}
.Mybrand img{
    vertical-align: middle;
    height: 70px;
    width: auto;
    margin: auto;
}
.bg-theme-light{
    position: relative;
    bottom: 40px;
    right: 0;
    width: 80%;
    float: right;
}
.shadow-sm{
    padding: 20px;
}
.proCol{
    padding-left: 100px;
}
#construction-tabs{
    padding: 0 100px;
}
.indent{
    padding-left: 80px;
}
.myLogo{
    margin-top: 10px;
    height: 100px;
    width: 180px;
}
.portfolio-image img{
    height: 200px;
    width: 200px;
}
.myStats{
    justify-content: space-between;
    padding: 0 150px;
}
.supplierPage{
    height:70px;
    width:90px;
}
.show-on-mobile{
    display: none;
}
.owl-stage{
    max-width: 100%;
    display: flex;
}
#oc-testi{
    display: flex;
}
.oc-item{
    margin: 30px;
}






@media only screen and (max-width: 950px){
    .slide{
        margin: 0;
    }
    #slider{
        padding: 0;
    }
    body{
        margin: 0;
    }
    .hide-on-mobile{
        display: none
    }
    /* .small-mobile{
        margin: 0;
        width: 900px;;
    } */
    #construction-tabs{
        padding: 0;
        margin: 0;
    }
    .myStats{
        padding: 0;
    }
    .myStats div div{
        font-size: 30px;
    }
    .myStats div{
        width: 30%;
        margin: auto;
    }
    .CTACopy{
        font-size: 25px;
    }
    .otherCopy p{
        font-size: 12px;
    }
    .otherCopy h3{
        font-size: 15px;
    }
    .oc-item{
        margin:15px;
    }
    .stars{
        margin: 0;
        padding: 0;
    }
    
}
@media only screen and (max-width: 725px){
    #slider{
        padding: 0;
    }
    .img-thumbnail{
        height: 100px;
        width: 150px;
    }
    .myStats div div{
        font-size: 25px;
        margin: 7px;
    }
    .myStats div h5{
        font-size: 10px;
        margin: auto;
    }
    
}
@media only screen and (max-width: 450px){
    
    .hide-on-mobile-small{
        display: none
    }
    /* .owl-stage{
        display: flex;
        margin-bottom: 30px;
    } */
    .owl-item{
        width: 100px;
        margin: 20px;
        
    }
    .oc-item{
        margin: 5px;
    }
    .oc-testi{
        max-width: 100%
    }
    .Mybrand {    
        height: 30px;
        width: 60px;
        /* width:100%; */

    }
    /* .owl-stage{
        max-width: 340px;
    } */
    #slider{
        padding: 0px;
    }
    .show-on-mobile{
        display: block
    }
    html body .wrapper{
        margin: 0;
        padding: 0;
    }
}



.stars{
    display: flex;
    justify-content: center;
    margin: auto;
    padding: auto;
}

.star {
    position: relative;
    
    display: inline-block;
    width: 0;
    height: 0;
    
    margin-left: .9em;
    margin-right: .9em;
    margin-bottom: 1.2em;
    
    border-right:  .3em solid transparent;
    border-bottom: .7em  solid #FC0;
    border-left:   .3em solid transparent;
  
    /* Controlls the size of the stars. */
    font-size: 24px;
}
    
    .star:before, .star:after {
      content: '';
      
      display: block;
      width: 0;
      height: 0;
      
      position: absolute;
      top: .6em;
      left: -1em;
    
      border-right:  1em solid transparent;
      border-bottom: .7em  solid #FC0;
      border-left:   1em solid transparent;
    
      transform: rotate(-35deg);
    }
    
    .star:after {  
      transform: rotate(35deg);
    }
  