.project-section{
    position: relative;
}
.project-section .bg-dark{
    background-color: #07122D;
    width: 100%;
    height: 375px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.project-section .project-content{ box-shadow: none; }
.bd-bottom{ border-bottom: 1px solid #eeeeee;}
.padding{
    padding: 100px 0;
}
.padding1{
    padding: 30px 0 130px 0;
}
/* ======= Section Heading ======= */
.section-heading h2{
    font-family: "Sofia-Pro-Bold";
    /*font-size: 42px;*/
    line-height: 50px;
    display: block;
}
.section-heading h4{
    background-color: rgba(90, 73, 248,0.1);
    font-size: 12px;
    color: #f87915;
    font-weight: 600;
    letter-spacing: 0;
    font-family: "Work Sans",sans-serif;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 15px;
    position: relative;
}
.default-btn{
    background: linear-gradient(to right, #f87915, #f79448);
    font-family: "Work Sans", Sans-serif;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 45px;
    display: inline-block;
    letter-spacing: 0px;
    padding: 0 35px;
    position: relative;
    border-radius: 2px;
    z-index: 1;

}
.default-btn:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(255,255,255,0.2);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}
.default-btn:hover:before{
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}
.default-btn:hover{
    transform: translateY(-3px);
    color: #fff;
}
.counter-wrap {
    background-color: #fff;
    box-shadow: 0px 15px 20px 0px rgba(209, 218, 235, 0.50);
    transform: translateY(80px);
}
.mb-70 {
    margin-bottom: 70px;
}
.bd-right {
    border-right: 1px solid #eeeeee;
}
.counter-item {
    text-align: center;
    padding: 25px 0;
}
.counter-content .counter-icon {
    position: relative;
    width: 100px;
    margin: 0 auto;
}
.counter-content .counter-icon:before {
    background-color: #f87915;
    content: "";
    width: 50px;
    height: 70px;
    position: absolute;
    left: 26px;
    top: -15px;
    opacity: 0.1;
    clip-path: polygon(0% 0, 100% 10%, 100% 90%, 0% 100%);
    transform: rotate(-30deg);
    z-index: -1;
}
.counter-content i {
    font-size: 40px;
    color: #f87915;
    margin-bottom: 10px;
}
.counter-content h3 {
    font-family: "Work Sans", sans-serif;
    font-size: 32px;
    color: #051441;
    font-weight: 700;
    line-height: 40px;
    margin: 5px 0 5px 0;
}
.service-item {
    background-color: #fff;
    padding: 40px 30px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.service-item:hover .read-more,
.service-item:hover p,
.service-item:hover h3{
    color: #fff;
}
.service-item:hover .service-icon{
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.service-item:hover .service-icon:before{
    background-color: #fff;
    opacity: 0.1;
}
.service-item .service-icon {
    font-size: 60px;
    background: -webkit-gradient(linear, left top, left bottom, from(#f87915), to(#f87915));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.service-item .service-icon:before{
    background-color: #f87915;
    content: "";
    width: 50px;
    height: 70px;
    position: absolute;
    left: 10px;
    top: 0;
    opacity: 0.1;
    clip-path: polygon(0% 0, 100% 10%, 100% 90%, 0% 100%);
    transform: rotate(-30deg);
    z-index: -1;
}
h3, h4 {
    margin: 0 0 10px;
    font-weight: 500;
    line-height: 1.7;
    color: #051441;
    letter-spacing: -0.5px;
}
.service-item h3 {
    font-size: 20px;
}
.service-item p {
    /*font-size: 15px;*/
    /*line-height: 28px;*/
    margin-bottom: 20px;
}
.read-more {
    color: #6a7c92;
    font-family: "Work Sans", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    position: relative;
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
}
.dir-overlay {
    background: -webkit-gradient(linear, left top, left bottom, from(#f87915), to(#f87915));
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}
.read-more i {
    font-size: 25px;
    margin-left: 10px;
    margin-bottom: 3px;
    transition: all 0.3s ease-in-out;
}
.service-item:hover {
    box-shadow: 0px 15px 20px 0px rgba(209, 218, 235, 0.50);
}
.dir-overlay {
    background: -webkit-gradient(linear, left top, left bottom, from(#f87915), to(#f87915));
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}
.service-item:hover .dir-overlay{
    visibility: visible;
    opacity: 1;
    -webkit-box-shadow: 6px 60px 45px 0 rgba(0,0,0,.1);
    box-shadow: 6px 60px 45px 0 rgba(0,0,0,.1);
}



.service-item11 {
    background-color: #fff;
    padding: 40px 30px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.service-item11:hover .read-more,
.service-item11:hover p,
.service-item11:hover h3{
    /*color: #fff;*/
}
.service-item11:hover .service-icon{
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.service-item11:hover .service-icon:before{
    background-color: #fff;
    opacity: 0.1;
}
.service-item11 .service-icon {
    font-size: 60px;
    background: -webkit-gradient(linear, left top, left bottom, from(#f87915), to(#f87915));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.service-item11 .service-icon:before{
    background-color: #f87915;
    content: "";
    width: 50px;
    height: 70px;
    position: absolute;
    left: 10px;
    top: 0;
    opacity: 0.1;
    clip-path: polygon(0% 0, 100% 10%, 100% 90%, 0% 100%);
    transform: rotate(-30deg);
    z-index: -1;
}
h3, h4 {
    margin: 0 0 10px;
    font-weight: 500;
    line-height: 1.7;
    color: #051441;
    letter-spacing: -0.5px;
}
.service-item11 h3 {
    font-size: 20px;
}
.service-item11 p {
    /*font-size: 15px;*/
    /*line-height: 28px;*/
    margin-bottom: 20px;
}
.dir-overlay {
    background: -webkit-gradient(linear, left top, left bottom, from(#f87915), to(#f87915));
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}
.read-more i {
    font-size: 25px;
    margin-left: 10px;
    margin-bottom: 3px;
    transition: all 0.3s ease-in-out;
}
.service-item11:hover {
    box-shadow: 0px 15px 20px 0px rgba(209, 218, 235, 0.50);
}

.service-item11:hover .dir-overlay{
    visibility: visible;
    opacity: 1;
    -webkit-box-shadow: 6px 60px 45px 0 rgba(0,0,0,.1);
    box-shadow: 6px 60px 45px 0 rgba(0,0,0,.1);
}
