/* ABOUT-SECTION */

.inner_about_title {
    padding-bottom: 20px;
    padding-top: 5px;
}
.inner_about_area {
    padding-top: 5px;

}

.single_about_area {
    position: relative;
    padding-bottom: 4px;
}

.single_about_area h3 {
    color: #343434;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 800;
    margin-top: 20px;
    margin-bottom: 10px;
}

.single_about_area p {
    color: #727272;
}

.single_about_area > div {
    position: absolute;
    top: 0px;
}

.single_about_area div i {
    font-size: 55px;
    color: #FFFFFF;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.single_about_area:hover div i {
    color: #f1d767;
}

.video_area {
  
    padding-bottom: 20px;
    padding-top: 50px;
     text-align: center;
}

.video_area iframe {
    width: 100%;
    border: 1px solid #e4e4e4;
    padding: 5px;
}

.steps-reach {
    position: relative;
    margin-bottom: 15px;
        -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
     border-radius: 20px;
}

.steps-reach:hover {
    border-radius: 20px;
      -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
       box-shadow: 0px 0px 40px 5px #00aeca;
}

.steps-reach:hover h4 a{
       color: #F95959;
}
.steps-reach:hover span {
  background: #050f35;
    color: #feea3a;
        position: relative;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.3);

}
.steps-reach span {
    font-size: 22px;
    background: #fff;
    color: #dc3545;
    width: 70px;
    height: 70px;
    line-height: 68px;
    text-align: center;
    margin-bottom: 15px;
    border-radius: 50%;
        position: relative;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    
}

.steps-reach h4 a{
    font-size: 30px;
    color: #fff;
    margin-bottom: 10px;
    letter-spacing: 1px;
    position: relative;
}

.steps-reach p {
    color: #ffffff;
    letter-spacing: 1px;
    line-height: 26px;
}