
/* Start add mega menu in nav bar  */

/* End of add mega menu in nav bar  */


/* Start project section  */

.imgtab {
    margin-bottom: 30px;
}

.effect {
    margin: auto;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, .07);
    background-color: #fff;
    border: 5px solid #f5f5f5;
}
.imgtab .effect {
    position: relative;
    overflow: hidden;
    /* max-height: 240px;
    max-width: 350px; */
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}
.imgtab .effect img {
    position: relative;
    display: block;
    min-height: 100%;
    opacity: .8;
}
.effect.effect-four img {
    max-width: none;
    width: calc(100% + 60px);
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    transition: all .35s;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -webkit-transition: all .35s;
}
.imgtab .effect .tab-text {
    padding: 2em;
    color: #fff;
    /* text-transform: uppercase; */
    font-size: 1.25rem;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tab-text h2 {
    color: #fff;
    margin: 0;
    font-size: 1.5rem;
}

.effect-four .tab-text h2 {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 1em 1.2em;
   
}


.tab-text p {
    color: #fff;
    margin: 0;
    font-size: 1rem;
}
.effect-four .tab-text p {
    width: 65%;
    font-size: 68%;
    line-height: 1;
    letter-spacing: 1px;
    text-align: left;
    float: right;
    padding-left: 15px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: translate3d(40px, 0, 0);
    -webkit-transform: translate3d(40px, 0, 0);
    opacity: 0;
    transition: all .35s;
    /* font-family: "Open sans"; */
    padding-bottom: 5px;
}
.effect-four .tab-text p:after, .effect-four .tab-text p:before {
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 50px;
    content: "";
    position: absolute;
}
.effect-four .tab-text p:before {
    right: 0;
    bottom: -6px;
    -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}
.effect-four .tab-text p:after {
    top: -5px;
    left: -5px;
    -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}


.effect-four:hover p {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.effect.effect-four:hover img {
    transform: translate3d(-20px, 0, 0) scale(1.12);
    -webkit-transform: translate3d(-20px, 0, 0) scale(1.12);
    opacity: .5;
}
/* End of project section  */








/* Start our client section  */

.clientbox {
    text-align: center;
    margin-bottom: 30px;
    background: #f2f2f2;
    height: calc(100% - 30px);
    padding-bottom: 11px;
    border-radius: 10px;
}


.clientbox img {border-radius: 10px;}

.clientbox p {
    line-height: 20px;
    padding-top: 10px;
    margin-bottom: 0;
    font-size: 14px;
}
.clientbox:hover {
    background: #ea6313;
}
.clientbox:hover p {
    color: #fff;
}
/* End of our client section  */