.hex {
    background: #0f78b7;
    box-shadow: 0 0 20px #0f78b7, 0 0 20px #0f78b7;
}
.hex {background: #0f78b7; box-shadow: 0 0 20px #0f78b7, 0 0 20px #0f78b7;}
.hex:before {border-bottom: 8px solid #0f78b7;}
.hex:after {border-top: 8px solid #0f78b7; }




.btn-style-one {
    position: relative;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 14px;
    border-radius: 30px;
    background-color: #eb1c23;
    font-weight: 500;
    padding: 9px 13px 5px;
    border: 3px solid #eb1c23;
    line-height: 20px;
    text-transform: uppercase;
}


.btn-style-one:hover{
    color: #eb1c23;
    background-color: #ffffff;

}

.cws-overlay-bg.bg-green {
    background-color: rgb(15, 120, 183);
}

.portfolio-section .cws-triangle-overlay.top-right {
    clip-path: polygon(50% 60px, 100% 0%, 100% 120px);
    -webkit-clip-path: polygon(50% 60px, 100% 0%, 100% 120px);
    background-color: rgb(15, 120, 183);
}


.team-block .image-box:hover .overlay-box:before{
    opacity: 0.9;
    transition-delay: 0s;
    background-color: #0f78b7;
}


.portfolio-block .overlay {
    background-color: rgb(94 105 237 / 70%);
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease;
    }



.portfolio-section .cws-triangle-overlay.bottom-left {
    clip-path: polygon(0% calc(100% - 120px), 50% calc(100% - 60px), 0% 100%);
    -webkit-clip-path: polygon(0% calc(100% - 120px), 50% calc(100% - 60px), 0% 100%);
    background: rgb(15, 120, 183);  }
    

.service-block .icon-box {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    height: 100px;
    width: 100px;
    z-index: 9;
    background-color: #0f78b7; 
    }  