@import url('icomoon.css');
@import url('./fonts/flaticon/flaticon.css');
/*** 
=============================================
    Working Area style
=============================================
***/

@media only screen and (max-width: 330px) {
    .single-working-box .overlay-content {
        width: 320px !important;
        height: 310px !important;
    }
}

@media only screen and (min-device-width: 330px) and (max-width: 400px) {
    .single-working-box .overlay-content {
        width: 380px !important;
        height: 360px !important;
    }
}

@media screen and (min-device-width: 410px) and (max-device-width: 768px) {
    .single-working-box .overlay-content {
        width: 420px !important;
        height: 400px !important;
    }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .single-working-box .overlay-content {
        width: 960px !important;
        height: 540px !important;
    }
}
@media only screen and (min-width : 1224px) {
	.single-working-box .overlay-content {
        width: 960px !important;
        height: 540px !important;
    }
}

.working-area {
    position: relative;
    display: block;
    .single-working-box .static-content background: #f5f5f5;
    padding: 0px 0 100px;
    z-index: 10;
}
.working-box{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;    
}
.single-working-box{
    position: relative;
    display: block;
   	padding-left:30px!important;
    margin-bottom: 60px;
}
.single-working-box .img-box{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-working-box .img-box img{
	position:absolute;
    width: 100%;
    transform: scale(1.0);
    transition: all 700ms linear;
    transition-delay: 0.3s;    
}
.single-working-box:hover .img-box img{
    transform: scale(1.2) rotate(2deg);	    
}
    .single-working-box .static-content {
        position: absolute;
        top: 0;
        left: 0;
        width: -webkit-fill-available;
        height: 100%;
        background: rgba(0, 83, 153, 0.60);
        padding: 0 40px;
        opacity: 1;
        transform: perspective(1200px) rotateX(0deg) scaleX(1.0);
        transition: all 700ms ease 700ms;
    }
.single-working-box:hover .static-content{
    opacity: 0;
    transform: perspective(1200px) rotateX(-90deg) scaleX(0);
    transition: all 700ms ease 100ms;       
}

.single-working-box .static-content .inner{
    display: table;
    width: 100%;
    height: 100%;
}
.single-working-box .static-content .inner .box{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}    
.single-working-box .static-content .readmore{
    position: absolute;
    left: 0;
    bottom: -30px;
    right: 0;
}
.single-working-box .static-content .readmore a span:before{
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background: #ffffff;
    color: #000000;
    font-size: 20px;
    line-height: 60px;
}
.single-working-box .icon-holder {
    position: relative;
    display: block;
    margin-bottom: 25px;
}
.single-working-box .icon-holder span:before{
    position: relative;
    display: block;
    background: #ffffff;
    width: 110px;
    height: 110px;
    margin: 0 auto;
    border-radius: 50%;
    border: 5px solid rgba(0, 83, 153, 0.60);
    color: #4eaaf9;
    font-size: 50px;
    line-height: 100px;
}
.single-working-box .text-holder{
    position: relative;
    display: block;
}
.single-working-box .text-holder h3{
    color: #ffffff;
    margin: 0 0 17px;
}
.single-working-box .text-holder p{
    color: #ffffff;
    margin: 0;
}

.single-working-box .overlay-content{
    position: absolute;
    top: 0;
    left: 0;
    width: -webkit-fill-available;
   
    height: 100%;
    background: transparent;

    z-index: 1;
    opacity: 1;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(-90deg) translateZ(0px);
    transition: all 700ms ease 300ms;
}
.single-working-box:hover .overlay-content{
    opacity: 1;
    transform: perspective(1200px) rotateX(0deg) translateZ(0px);
    transition: all 700ms ease 100ms;        
}
    .single-working-box .overlay-content:before {
        position: absolute;
        top: 0;
        left: 0;
        width:100%;
        height: 0%;
        background: rgba(80, 170, 249, 0.80);
        content: "";
        z-index: -1;
        transition: all 700ms ease 800ms;
    }
.single-working-box:hover .overlay-content:before{
	height:100%;
    transition: all 700ms ease 500ms;
}



.single-working-box .overlay-content .inner{
    display: table;
    width: 100%;
    height: 100%;
}
.single-working-box .overlay-content .inner .box{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}  

.single-working-box .readmore-button{
    position: relative;
    display: block;
    padding-top: 32px;
}
.single-working-box .readmore-button a{
    position: relative;
    display: inline-block;
    background: #ffffff;
    padding: 0 40px;
    color: #131313;
    font-size: 16px;
    line-height: 60px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    transition: all 500ms ease;
}
.single-working-box .readmore-button a:hover{
    background: #4eaaf9;
}


.single-fact-counter.style3 {
    position: relative;
    display: inline-block;
    float: left;
    max-width: 390px;
    background: #ffffff;
    padding: 77px 30px 72px;
    border-right: 1px solid #eeeeee;
}
.single-fact-counter.style3:last-child{
    border-right: none;
}

.single-fact-counter.style3 .count-box {
    padding-bottom: 17px;
    z-index: 3;
}
.single-fact-counter.style3 .count-box h1 {
    color: #4eaaf9;
    font-size: 60px;
    line-height: 50px;
    font-weight: 700;
}
.single-fact-counter.style3 .count-box h1 span.add {
    padding: 0 30px;
}
.single-fact-counter.style3 .count-box h1 span.add:before {
    top: 12px;
    right: 0;
    color: #4eaaf9;
    font-size: 25px;
    line-height: 25px;
}
.single-fact-counter.style3 .title {
    position: relative;
    display: block;
    padding-top: 0;
    padding-bottom: 17px;
    z-index: 3;
}
.single-fact-counter.style3 .title h3 {
    color: #131313;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}
.single-fact-counter.style3 .text{
    position: relative;
    display: block;
    z-index: 3;
}
.single-fact-counter.style3 .text p{
    margin: 0;
}

.single-fact-counter.style3 .icon {
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 0;
    z-index: 1;
}
.single-fact-counter.style3 .icon span:before {
    color: #eeeeee;
    font-size: 150px;
    line-height: 150px;
}
.single-fact-counter.style3 .icon span.icon-medal1:before {
    position: relative;
    bottom: -11px;
    right: -5px;
    font-size: 180px;
}
