.align-centre { text-align: center; width: 100%;}
.color-grey { color: #282B30;}
.color-white { color: #fff;}
.color-blue { color: #002952}
.color-blue2 { color: #464E5B;}
.color-black { color: #050505;}
.content-align-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
h3 { font-size: 32px;}

p#breadcrumbs {
    margin-bottom: 0px;
}
section.what-huubr-is .container {
    padding: 0px;
}
section.what-huubr-is {
    padding: 0px;
    margin: 0px;
}
.background-dots { 
    background-image: url(https://huubr.com/wp-content/uploads/2023/04/huubr-dots-background.svg);
    background-position: center right;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    
}

.huubr-office { 
    border-radius: 0px 0px 20px 0px;
}

.green-square {
    background-color: #82A227;
    border-radius: 10px;
    width: 263px;
    height: 242px;
    position: absolute;
    right: -75px;
    top: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    align-content: flex-start;
}

@media(max-width: 900px){
.green-square {
    background-color: rgb(130 162 39 / 87%) !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 6%;        
    } }

.green-square h5 {
    color: #fff;
    font-weight: 100;
}
.white-dot { margin-right: 15px;}


/* header section right */

.main-heading img.green-underline {
    margin-top: -60px;
}
.main-heading h3 {
    margin-top: -36px;
    font-size: 16px;
}
.inside-content {
    display: flex;
    align-content: center;
    flex-wrap: nowrap;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
    margin-left: 13%;
}
@media(max-width: 900px){
.inside-content {
    margin-left: 2%;
    width: 98%;
}
h1.color-grey {
    font-size: 2.3em;
    margin-top: 26px;
}

}

.inside-content2 {
    display: flex;
    align-content: center;
    flex-wrap: nowrap;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
}


/* Our Mission */

@media only screen and (max-width: 900px) {
.row-mobile-order {
display: flex;
flex-direction: column;
}
.column-order1 {
order: 1;
margin-bottom: 20px;
}
.column-order2 {
order: 2;
}


}

.grey-background {  background-color: #FAFAFA;}
h4 img { margin-right: 15px;}

/* Awards Badges */

.badges {  margin-top: 30px;}
.huubr-award-badges { z-index: 0; }


@media(max-width: 510px){
    .huubr-award-badges {  margin-top: 0px !important;}
    .gold-line { display: none; }
}     
    
    

.gold-line {
    background-color: #BE9147;
    width: 100%;
    height: 1px;
    margin-top: 26px;
}
.huubr-award-badges {
    z-index: 0;
    margin-top: -83px !important;
    text-align: center;
    margin: auto;
}
@media(max-width: 900px){
  .huubr-award-badges {
      margin-top: 0px !important;
      width: 98%;

    }}
/* huubr - image background section */
.background-image-business-man { 
    background-image: url(https://huubr.com/wp-content/uploads/2023/04/business-man-background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px;
}

.background-image-business-man .et_pb_bg_layout_light {
    margin-top: 30px;
}
@media(max-width: 900px){
    .background-image-business-man { padding: 35px !important; }
    .row.content-align-center { text-align: center;}
    
    
}