.ant056_projects-bg-feature {
    background-color: #070312;
    position: relative;
}

.ant056_projects-box-shadow-hover {
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.0);
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.ant056_projects-box-shadow-hover:hover {
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -moz-transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
}

.ant056_projects-box-shadow {
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.2);
}

.ant056_projects-overlay-2 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #0c0c46;
    opacity: 0.7;
}

.ant056_projects-section-padding {
    padding: 110px 0px;
}

.ant056_projects-section-heading {
    margin-bottom: 90px;
}

.ant056_projects-text-white h2 {
    color: #fff;
}

.ant056_projects-section-heading h2 {
    margin-bottom: 20px;
}

.ant056_projects-section-heading h2 {
    font-size: 54px;
    line-height: 64px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-weight: 800;
}

.ant056_projects-text-white p {
    color:
        #fff;
}

.ant056_projects-lead {
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: 0.8px;
}

.ant056_projects-section-padding {
    padding: 50px 0px;
    padding-top: 110px;
}

.ant056_projects-pt-105 {
    padding-top: 105px;
}

.ant056_projects-pull-up-120 {
    margin-top: -120px;
    position: relative;
    z-index: 5;
}

.ant056_projects-row-equal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}

.ant056_projects-service-box .ant056_projects-service-icon {
    width: 64px;
    height: auto;
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-bottom: 30px;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ant056_projects-service-box p {
    color: rgb(119, 119, 119);
}

.ant056_projects-service-box h5 {
    font-size: 23px;
}

.ant056_projects-service-box .ant056_projects-service-icon i {
    font-size: 60px;
}

.ant056_projects-service-box:hover .ant056_projects-service-icon {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ant056_projects-service-box.text-left .ant056_projects-service-icon {
    text-align: center;
    margin: 0;
}

.ant056_projects-service-box {
    margin-bottom: 30px;
    background: #fff;
    text-align: center;
    padding: 45px 35px 35px 35px;
    border-radius: 5px;
}

.ant056_projects-service-inner h5 {
    margin-bottom: 30px;
}

.ant056_projects-service-inner span {
    color: #1C1531;
}

.ant056_projects-service-box-hover:hover {
    background-color: #1E1536;
}

.ant056_projects-service-box-hover:hover .ant056_projects-service-inner * {
    color: #fff;
}

.ant056_projects-service-box-hover:hover .icon-primary * {
    fill: #fff;
}

.ant056_projects-text-white p {
    color: #fff;
}

.ant056_projects-service-icon-left-icon {
    float: left;
}

.ant056_projects-service-icon-left-content {
    margin-left: 90px;
}

.ant056_projects-arrow-link {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    text-decoration: none !important;
    color: inherit;
    line-height: 1;
}

.ant056_projects-arrow-link i {
    position: relative;
    right: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.ant056_projects-arrow-link:hover i {
    right: -10px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.ant056_projects-mt-30 {
    margin-top: 30px;
}

.ant056_projects-font-weight-bold {
    font-weight: 700 !important;
}

.ant056_projects-extra-padding {
    padding: 50px 0 180px;
}

@media screen and (max-width: 768px) {
    .ant056_projects-section-heading h2 {
        font-size: 40px;
    }
    .ant056_projects-extra-padding {
        padding: 50px 0 80px;
    }
    .ant056_projects-pull-up-120 {
        margin-top: -150px;
    }
}