/*
  Template Name: WhatsApp Web Barcode
  Template URL: https://wealthydeveloper.github.io/portfolio/
  Author: Idongesit Utong 
  Github Name: Wealthydeveloper
  Author URL: https://ide.com.ng/


/*--------------------------------------------------------------*/



body {
    font-family: "Inconsolata", monosapce;
    color: #0d1e2d;
}

p.font-heading {
    font-family: "Raleway"
}

a {
    color: rgb(19, 18, 18);
}

a:hover {
    color: #000;
}

h2 {
    font-family: "Raleway"
}

h5,
h6,
p,

.font-heading {
    font-family: "Inconsolata", monosapce;
    font-size: 16.5px;

}

.container-fluid {
    background-color: #0D1E2D;
    height: 245px;
    color: rgb(255, 255, 255, 0.6);
    font-size: 16px;
    overflow: hidden;
    margin-bottom: 55px;
}

.italic {
    font-style: italic;
}

.custom-menu a {
    color: white;
}

#x {
    padding-left: 50px;
    font-size: 36px;
}

.lin a {
    padding: 10px;
}

/*   ---- items-wrap----- */

.item-wrap {
    display: block;
    position: relative;
    overflow: hidden;
}

.item .item-wrap:after {
    z-index: 2;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    visibility: hidden;
    opacity: 0;
    transition: .3s all ease-in-out;
}


.item .item-wrap img {
    transition: .3s transform ease;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.item .item-wrap>.work-info {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    z-index: 3;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    opacity: 0;
    visibility: hidden;
    margin-top: 20px;
    transition: .3s all ease;
}

.item .item-wrap>.work-info h3 {
    font-size: 20px;
    margin-bottom: 0;
}


.item .item-wrap>.work-info span {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .2rem;
}



.item .item-wrap:hover {
    text-decoration: none;
}

.item .item-wrap:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}


.item .item-wrap:hover:after {
    opacity: 1;
    visibility: visible;
}


.item-wrap:hover .work-info {
    margin-top: 0px;
    opacity: 1;
    visibility: visible;
}





.heading {
    font-size: 28px;
}


.py-md-5 {
    padding-left: 85px;
    padding-right: 130px;

}

.custom-menu {
    list-style-type: none;

}


.container {
    background-color: white;
    height: 950px;
}

.title {
    background-color: white;
    padding-bottom: 120px;
    font-size: 26px;
    padding-left: 0;
    padding-right: 0;

}

.header {
    background-color: white;


}

.list a {
    color: black;
    padding: 5px;
    flex: wrap;

}

.picture {
    background-color: white;
    padding-bottom: 10px;
}


.my-clients {
    background-color: white;
    padding-top: 200px;
    padding-bottom: 30px;

}

.clients-picture {
    background-color: white;
    padding-bottom: 200px;

}

.my-services {
    background-color: white;
    padding-bottom: 50px;
}

.services {
    background-color: white;
    padding-bottom: 110px;

}

ul {
    list-style-type: '— ';

}

.tems {
    padding-left: 20px;

}

.items {

    margin-top: 10px;
}



.testimony {
    background-color: rgba(221, 211, 204, 0.301);
    width: 120px;
    margin: 0 auto 30px auto;

    margin-bottom: 55px;

}

.img-container {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 94px;
    max-width: 550px;
    margin: 0 auto;

}


.testimony-picture {
    height: 125px;
    margin: 27px;


}

.blockquote {
    font-family: "Inconsolata", monosapce !important;
    color: #0d1e2d;
}



.copy-right {

    position: relative;
    left: 0px;
    top: 80px;


}

.social {

    float: right;


}

.social a {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(204, 216, 221, 0.301);
    position: relative;
    text-align: right;
    color: #0d1e2d;
}

.icon {
    display: inline-block;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transfornm: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.social a:hover {
    color: #000;
}