:root {
    --black-50: #7d8597;
    --black-200: #33415c;
    --black-400:#3d3d3d;
    --red-200: #ff2e63;
    --fs-16: 16px;
    --fs-32: 32px
}
.text-black
{
    color: var(--black-400);
}

a {
    color: #dbdbdb
}

.red-200 {
    color: var(--red-200)
}

.fs-16 {
    font-size: 1rem
}

.fs-32 {
    font-size: 2rem
}

.experience-container>div,
.skills .icons-container {
    display: flex;
    flex-direction: row
}

.skills .icons-container {
    display: flex;
    justify-content: center;
    align-items: center
}

.skills {
    width: 100%;
    background-color: #fff;
    padding: 1rem 0 2rem 0
}

.skills .icons-container {
    justify-content: space-evenly;
    padding: 1rem 5vw 0 5vw;
    text-align: center;
    font-weight: 700
}

.skills .icons-container>div {
    flex-direction: column;
    width: 10rem;
    padding: 1rem;
    transition: all .3s;
    border-radius: 1rem
}

.skills .icons-container>div img {
    width: 75%;
    margin-bottom: 1rem
}

.skills .icons-container>div:hover {
    transform: translateY(-1rem) scale(1.03);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .15)
}

.bg-dark {
    background-color: #2e2e2e;
    color: #CBD5E1
}

.text-red-light {
    color: #af0035
}

.profile-img img {
    border: 5px solid #cccc;
    border-radius: 50%;
    margin: 20px;
    transition: .5s ease-in-out
}

.profile-img img:hover {
    transform: scale(1.2)
}

.mt-20 {
    margin-top: 20px
}

.mt-40 {
    margin-top: 40px
}

.mt-60 {
    margin-top: 60px
}

.details p {
    font-size: 1.5rem
}

.social {
    display: flex;
    justify-content: center;
    text-align: center
}

.social .nav li a {
    width: 34px;
    height: 34px;
    margin: 5px;
    padding: 5px;
    text-align: center;
    background-color: #1d1d1d;
    border-radius: 50%;
    transition: .5s ease-in-out
}

.social .nav li a:hover {
    transform: scale(1.2)
}

.icon .fa {
    -webkit-transition: .6s ease-out;
    -moz-transition: .6s ease-out;
    transition: .6s ease-out
}

.icon .fa:hover {
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    transform: rotateZ(180deg)
}

.qoute-left {
    color: var(--black-200)
}

.qoute-right {
    color: var(--black-200)
}

.qoute-text {
    color: var(--black-50)
}

@media (max-width: 1300px) {
    .skills .icons-container>div {
        width: 9rem;
        padding: 1rem
    }
    .skills .icons-container>div span {
        font-size: 1.3rem
    }
    .banner--content {
        padding-top: 160px
    }
}

@media (max-width: 992px) {
    .skills .icons-container {
        flex-wrap: wrap
    }
    .skills .icons-container>div {
        width: 8rem;
        padding: .5rem;
        margin-bottom: .5rem
    }
    .skills .icons-container>div img {
        width: 75%;
        margin-bottom: 1rem
    }
    .skills .icons-container>div span {
        font-size: 1.4rem
    }
}

@media (max-width: 576px) {
    .skills .icons-container {
        flex-wrap: wrap
    }
    .skills .icons-container>div {
        width: 8rem;
        padding: .5rem;
        margin-bottom: .75rem
    }
    .skills .icons-container>div img {
        width: 75%;
        margin-bottom: 1rem
    }
    .skills .icons-container>div span {
        font-size: 1rem
    }
    .banner--content {
        padding-top: 40px
    }
}

.skill-bg::before {
    content: '';
    background: url(/img/banner-img/bg-1.png);
    position: absolute;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: .9;
    opacity: 1
}

.skill-bg {
    position: relative;
    width: 100%
}

.resume-bg::before {
    content: '';
    background-image: url('/img/banner-img/resume-bg.png');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: .9;
    opacity: .19
}

.resume-bg {
    position: relative;
    width: 100%
}

.mentor-bg::before {
    content: '';
    background-image: url('/img/banner-img/mentor-bg.png');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: .9;
    opacity: .06
}

.mentor-bg {
    position: relative;
    width: 100%
}

.contact-bg::before {
    content: '';
    background-image: url('/img/banner-img/contact-bg.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: .9;
    opacity: 0.5
}

.contact-bg {
    position: relative;
    width: 100%
}

.bg-overlay {
    background-color: rgba(1, 12, 27, 0.8);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#home {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1
}

@media (min-width: 767.98px) {
    .d-none
    {
        display:none !important;
    }

 }


.profile-card-5{
    margin-top:20px;
  

}
.profile-card-5 .btn{
    border-radius:2px;
    text-transform:uppercase;
    font-size:12px;
    padding:7px 20px;
}
.profile-card-5 .card-img-block {
    width: 91%;
    margin: 0 auto;
    position: relative;
    top: -20px;
    
}
.profile-card-5 .card-img-block img{
    border-radius:5px;
    box-shadow:0 0 10px rgba(0,0,0,0.63);
}
.profile-card-5 h5{
    color:#4E5E30;
    font-weight:600;
}
.profile-card-5 p{
    font-size:14px;
    font-weight:300;
}
.my-4
{
    margin-top: 20px;
    margin-bottom: 20px;
}