* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    position: relative;
    font-family: "Poppins", sans-serif;
}

a {
    text-decoration: none;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #D6D5D5;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #49454F;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #D6D5D5;
}

/*=== site header ===*/
span.logo-lnk {
    font-size: 18px;
    text-decoration: none;
    display: inline-block;
    max-width: 130px;
    color: #262728;
    font-weight: bold;
    text-wrap: wrap;
    line-height: 22px;
}

.navbar-brand img {
    max-width: 36px;
}

header.siteHeader {
    background: #FFFFFF;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
    padding: 8px 8px 8px 50px;
    position: fixed;
    left: 50px;
    right: 50px;
    top: 40px;
    height: 80px;
    z-index: 100;
    border-radius: 80px;
    -moz-border-radius: 80px;
    -webkit-border-radius: 80px;
    -khtml-border-radius: 80px;
    transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
    -moz-transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
    -webkit-transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
    -o-transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
}

nav.navbar .nav-item .nav-link {
    color: #262728;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
}

nav.navbar .nav-item .nav-link:hover,
nav.navbar .nav-item .nav-link.active {
    color: #00bf9f;
}

.btn.btn-outline-primary {
    padding: 0 35px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    height: 64px;
    line-height: 62px;
    text-align: center;
    font-size: 12px;
    color: #00bf9f;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    background: transparent !important;
    outline: none;
    border: 1px solid #00bf9f;
    cursor: pointer;
    border-radius: 64px;
    -moz-border-radius: 64px;
    -webkit-border-radius: 64px;
    -khtml-border-radius: 64px;
    transition: 1s all cubic-bezier(0.165, 0.85, 0.45, 1) 0s;
    -moz-transition: 1s all cubic-bezier(0.165, 0.85, 0.45, 1) 0s;
    -webkit-transition: 1s all cubic-bezier(0.165, 0.85, 0.45, 1) 0s;
    -o-transition: 1s all cubic-bezier(0.165, 0.85, 0.45, 1) 0s;
}

.userImg {
    position: fixed;
    top: 0;
    left: 0;
    width: 45%;
    height: 100%;
    overflow: hidden;
    background-image: url(../images/profile.JPG);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    mix-blend-mode: luminosity;
}

section.pageBody {
    position: relative;
    margin-top: 50px;
    margin-left: 45%;
    margin-right: 92px;
    min-height: 100vh;
}

section.bannerSec {
    min-height: 100vh;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e0e1e2;
    padding: 80px 0;
}

section.bannerSec.innerBanner {
    min-height: 50vh;
}

.bannerContent h1 {
    color: #262728;
    font-size: 64px;
    line-height: 90px;
    font-weight: 700;
}

.bannerContent p {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #585858;
}

.bannerContent h4 {
    color: #00BF9F;
    font-weight: 600;
    line-height: 16px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.1px;
}

button.btn.btn-outline-primary.bgn-dark {
    color: #262728;
    border-color: #e0e1e2;
}

button.btn.btn-outline-primary.bgn-dark:hover {
    color: #00bf9f;
    border-color: #00bf9f;
}

.btn.mouse-btn {
    height: 64px;
    width: 64px;
    border-radius: 64px;
    color: #262728;
    border-color: #e0e1e2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn.mouse-btn:hover {
    color: #00bf9f;
    border-color: #00bf9f;
}

.employeeDetail p {
    font-size: 14px;
    line-height: 26px;
    font-weight: 600;
    color: #585858;
}

.employeeDetail p span {
    text-transform: uppercase;
    min-width: 110px;
    color: #00BF9F;
    display: inline-block;
}


.highlight {
    color: #00BF9F;
    font-weight: bold;
}

.experienceCard h3 {
    color: #262728;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
}

.experienceCard h6 {
    color: #00BF9F;
    font-size: 11px;
    line-height: 20px;
    font-weight: 600;
    margin: 0;
    position: absolute;
    left: -25px;
    top: 23px;
    transform: rotate(90deg);
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    width: 64px;
    height: 64px;
    line-height: 62px;
    font-size: 36px !important;
    opacity: 1 !important;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    border: 1px solid #e0e1e2 !important;
    background: #FFFFFF !important;
    color: #262728 !important;
    border-radius: 64px;
}

.owl-theme .owl-nav {
    position: absolute;
    top: -100%;
    right: 0;
}

.progress {
    height: 2px;
    background: #e0e1e2;
    overflow: visible;
}

.progress-bar {
    height: 2px;
    background: #00bf9f;
    overflow: visible;
}

span.progressCount {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #00BF9F;
    font-weight: 600;
    line-height: 22px;
}

.experienceCard h4 {
    font-size: 12px;
    line-height: 25px;
}

.reviewImg {
    flex: 0 0 auto;
    width: 60px;
}

.reviewImg img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 60px;
}

.footer {
    padding: 0;
    position: fixed;
    bottom: 40px;
    right: 0;
    width: 92px;
    height: 1px;
    z-index: 99;
}

.footer:before {
    content: '';
    position: absolute;
    bottom: -50vh;
    left: 0;
    width: 1px;
    height: 200vh;
    background: #e0e1e2;
}

.footer .socials {
    margin-left: -27px;
    position: absolute;
    left: 50%;
    bottom: 0;
    flex: 0 0 auto;
    width: 54px;
}

.footer .socials a {
    position: relative;
    display: block;
    margin-bottom: 15px;
    flex: 0 0 auto;
    height: 54px;
    width: 54px;
    line-height: 54px;
    font-size: 16px;
    color: #262728;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #e0e1e2;
    border-radius: 54px;
}

.contact-info {
    border: 1px solid #e0e1e2;
    padding: 30px;
    float: left;
    width: 70%;
    border-radius: 30px;
}

.contact-info .name {
    margin: 0 0 5px 0;
    font-size: 24px;
    color: #262728;
    font-weight: 800;
}

.contact-info .subname {
    font-size: 11px;
    color: #68e0cf;
    font-weight: 600;
    text-transform: uppercase;
}

.contact-info .info-list {
    margin: 35px 0 0px 0;
}

.info-list ul {
    list-style: none;
    margin: 0 -20px;
    padding: 0;
    font-size: 0;
}

.info-list ul li {
    margin: 0 0 6px 0;
    padding: 0 20px;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font-size: 14px;
    font-weight: 600;
}

.contact-info .info-list ul li {
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.info-list ul li strong {
    display: inline-block;
    vertical-align: top;
    min-width: 130px;
    font-weight: 600;
    text-transform: uppercase;
    color: #68e0cf;
}

.ImgclientCarousel .owl-item img {
    height: 159px;
    object-fit: contain;
    object-position: center;
    opacity: 0.4;
    transition: 0.5s;
    width: 127px !important;
}

.ImgclientCarousel .owl-item:hover img {
    opacity: 1;
    cursor: pointer;
    transition: 0.5s;
}

li.nav-item button {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: #262728;
    outline: none;
    box-shadow: none;
}

li.nav-item button.active,
li.nav-item button:hover {
    color: #00BF9F !important;
}

.bannerContent .portfolioCard {
    cursor: pointer;
}

.bannerContent .portfolioCard h4 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    margin: 0 0 10px 0;
}

.bannerContent .portfolioCard h3 {
    font-size: 11px;
    line-height: 16px;
    font-weight: 500;
    color: #262728;
    margin: 0 0 0px 0;
    max-height: 100px;
    overflow-x: hidden;
    overflow-y: auto;
}

.bannerContent .portfolioCard .img-overlay a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.bannerContent .portfolioCard:hover h3 {
    color: #00BF9F;
}

.bannerContent .portfolioCard .img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    color: #fff;
    width: 0%;
    height: 0%;
    background: #00BF9F;
    opacity: 0;
    transition: 0.5s;
}

.bannerContent .portfolioCard:hover .img-overlay {
    width: 80%;
    height: 80%;
    opacity: 1;
    transition: 0.5s;
}


@media (max-width:1200px) {
    section.pageBody {
        margin-left: 35%;
    }

    .userImg {
        width: 35%;
    }

    section.bannerSec {
        min-height: auto;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #e0e1e2;
        padding: 80px 0;
    }
}

@media (max-width:999px) {
    header.siteHeader {
        position: relative;
        left: 00px;
        right: 00px;
        top: 00px;
        height: 80px;
        z-index: 100;
        border-radius: 00px;
        padding: 8px 15px;
    }

    .footer {
        padding: 0;
        position: relative;
        bottom: 0;
        right: 0;
        width: 100%;
        z-index: 99;
        padding-top: 20px;
    }

    .footer .socials {
        margin-left: 0;
        position: relative;
        left: 0;
        bottom: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 30px;
    }

    section.pageBody {
        margin-left: 0%;
        margin-right: 0px;
        margin-top: 0px;
    }

    .footer:before {
        display: none;
    }

    .userImg {
        width: 100%;
        position: relative;
        height: 450px;
    }

    .navbar-collapse {
        background: #fff;
        padding: 20px;
        margin-top: 18px;
    }
}

button.navbar-toggler {
    outline: none !important;
    box-shadow: none !important;
}

@media (max-width:767px) {
    .bannerContent h1 {
        color: #262728;
        font-size: 30px;
        line-height: 50px;
        font-weight: 700;
    }

    .contact-info {
        border: 1px solid #e0e1e2;
        padding: 30px;
        float: left;
        width: 100%;
        border-radius: 30px;
    }

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel button.owl-dot {
        width: 44px;
        height: 44px;
        line-height: 62px;
        font-size: 22px !important;
    }
}