section.about-us-home {
    background: var(--black-color);
}
section.about-us-home .about-home-img {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 26px;
    padding: 16px;
}
section.about-us-home .about-home-img img{
 width:100%;
  height:450px;
  object-fit:cover;
  border-radius:10px;
  opacity: 0.5;
    filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
    transition-duration: 1s;
}
section.about-us-home .about-home-img img:hover{
  opacity: 0.8;
    filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}
section.about-us-home p.subtitle {
    text-transform: uppercase;
    color: #FF7425;
    font-size: 14px;
    letter-spacing: 0.3em;
    font-weight: 700;
}
section.about-us-home h2{
 font-size: 45px;
    color: var(--white-color);
  margin-bottom:20px;
}
section.about-us-home p{
  color:var(--white-color);
}
.counter-box {
    display: block;
    background: transparent;
    padding: 0;
    text-align: center
}

.counter-box p {
    margin: 5px 0 0;
    padding: 0;
    color: #fff;
    /* font-size: 16px; */
    font-weight: 700;
}

.counter-box i {
    font-size: 60px;
    margin: 0 0 15px;
    color: #d2d2d2
}

.counter-box span {
    /* display: block; */
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}

.counter-box.colored {
    background: #3acf87
}

.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
    color: #fff
}
section.about-counter {
    padding-top: 42px;
    padding-bottom: 42px;
    background: linear-gradient(135deg, #FF7425 0%, #ce5510 100%);
}
section.about-counter .col-md-3{
    border-right:1px solid #ffffff61;
}
section.about-counter .col-md-3:last-child{
border-right:0px solid;
}
section.smart-design {
    background: var(--black-color);
}
section.smart-design .smart-left-img {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 32px;
    background: url(../images/computer-screens-with-data.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height:540px;
    position:relative;
    display: flex;
    align-items: flex-end;
}
section.smart-design .smart-overlay {
    background: linear-gradient(135deg, #0A011899 0%, #0A0316 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
section.smart-design .smart-content {
    position: relative;
}
section.smart-design .smart-content p.subtitle{
  text-transform: uppercase;
    color: #FF7425;
    font-size: 14px;
    letter-spacing: 0.3em;
    font-weight: 700;
}
section.smart-design .smart-content h2{
  font-size: 40px;
    color: var(--white-color);
}
section.smart-design .smart-content p{
color: var(--white-color);
}
section.smart-design .smart-upper {
    min-height: 250px;
    padding: 32px;
    border-radius: 10px;
    background: #FF7425;
    display: flex;
    align-items: center;
}
section.smart-design .smart-upper p.subtitle{
  color: var(--white-color);
}
section.smart-design .smart-right h4{
 color: var(--white-color);
 font-size: 24px;
}
section.smart-design .smart-right p{
  color: var(--white-color);
  margin-bottom: 0;
}
section.smart-design .smart-bottom {
    background: #ce5510;
   min-height: 250px;
    padding: 32px;
    border-radius: 10px;
  display: flex;
    align-items: center;
}
section.smart-design .smart-bottom p.subtitle{
  color: var(--white-color);
}
section.smart-design .smart-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}