body {
    overflow-x: hidden;
}
.h-500 {
    height: 500px;
}
.h-400 {
    height: 400px;
}
.h-300 {
    height: 300px;
}
.h-200 {
    height: 200px;
}
.d-flex {
    display: flex;
}
.gap-05 {
    gap: 0.5rem;
}
.gap-1 {
    gap: 1rem;
}
.gap-2 {
    gap: 2rem;
}
.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}
.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}
.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.m-auto {
    margin: auto;
}
.mt-auto {
    margin-top: auto;
}
.mb-auto {
    margin-bottom: auto;
}
.ml-auto {
    margin-left: auto;
}
.my-auto {
    margin-top: auto;
    margin-bottom: auto;
}
.mx-auto {
    margin-right: auto;
    margin-left: auto;
}
.my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
}
.my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
}
.mx-5 {
    margin-left: 5px;
    margin-right: 5px;
}
.mx-10 {
    margin-left: 10px;
    margin-right: 10px;
}
.mt-0 {
    margin-top: 0px;
}
.mt-5 {
    margin-top: 5px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-50 {
    margin-top: 50px;
}
.mr-5 {
    margin-right: 5px !important;
}
.mr-10 {
    margin-right: 10px;
}
.mb-0 {
    margin-bottom: 0px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-50 {
    margin-bottom: 50px;
}

.pb-20 {
    padding-bottom: 20px !important;
}
.py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.p-1 {
    padding: 1rem !important;
}
.p-2 {
    padding: 2rem !important;
}
.p-3 {
    padding: 3rem !important;
}
.p-4 {
    padding: 4rem !important;
}
.p-5 {
    padding: 5rem !important;
}
.pl-1 {
    padding-left: 1rem !important;
}
.pl-2 {
    padding-left: 2rem !important;
}
.pl-3 {
    padding-left: 3rem !important;
}
.pl-4 {
    padding-left: 4rem !important;
}
.pl-5 {
    padding-left: 5rem !important;
}
.pb-5 {
    padding-bottom: 5rem !important;
}

.h-100 {
    height: 100%;
}
.w-100 {
    width: 100%;
}
.font-16 {
    font-size: 16px;
}
.font-18 {
    font-size: 18px;
}
.font-20 {
    font-size: 20px;
}
.font-24 {
    font-size: 24px;
}
.font-weight-400,
.fw-4 {
    font-weight: 400;
}
.font-weight-500,
.fw-5 {
    font-weight: 500;
}
.font-weight-600,
.fw-6 {
    font-weight: 600;
}
.font-weight-700,
.fw-7 {
    font-weight: 600;
}
.font-weight-800,
.fw-8 {
    font-weight: 700;
}
.ln-1rem {
    line-height: 1rem;
}
.ln-1_5rem {
    line-height: 1.5rem;
}
.ln-2rem {
    line-height: 2rem;
}
.ln-16 {
    line-height: 16px;
}
.ln-18 {
    line-height: 18px;
}
.ln-20 {
    line-height: 20px;
}
.ln-22 {
    line-height: 22px;
}
.ln-24 {
    line-height: 24px;
}
.font-bold {
    font-weight: bold;
}
.font-bolder {
    font-weight: bolder;
}
.font-light {
    font-weight: lighter;
}
.text-justify {
    text-align: justify !important;
}
.d-inline-block {
    display: inline-block;
}
.clearfix {
    clear: both;
}

.sidenav-overlay {
    z-index: 99;
}
.home-info,
.i-do,
.achievements-sec,
.contact-sec,
.academic-sec,
.education-sec,
.experience-sec,
.detail-info-sec {
    padding: 70px 0px;
}
.icard td {
    padding: 5px;
}
.icon {
    width: 175px !important;
    height: 175px !important;
    border: 5px solid black;
}
.info-text {
    font-size: 18px;
    border-bottom: 1px solid #555;
    padding-bottom: 20px;
}
.address span {
    font-size: 20px;
}

.i-do {
    overflow: hidden;
}
.i-do .material-icons,
.i-do .fa-solid {
    font-size: 48px;
    color: white;
}
.home-portfolio {
    padding: 70px 0px 50px 0px;
}
.home-portfolio img {
    border-radius: 6px;
    margin-bottom: 20px;
}
.achievements-sec {
    overflow: hidden;
}
.footer {
    padding: 20px 0px;
}
.footer .copyright {
    font-size: 14px;
    border-top: 1px solid #222;
    padding-top: 20px;
    margin: 20px auto 0px auto;
}

.about-sec,
.portfolio-sec,
.detail-sec {
    padding-top: 70px;
    padding-bottom: 30px;
}
.about-sec .about {
    width: 100%;
    max-width: 768px;
}
.about-sec .profile-img {
    width: 70px;
    height: 70px;
    border: 5px solid black;
}

.skills {
    padding: 70px 0px 30px 0px;
    background-image: url("../images/parallax4.jpg");
    background-position: center;
    background-attachment: fixed;
    background-size: 120%;
}
.skills .skill-icon {
    font-size: 56px;
}
.skills .skill-name {
    margin-top: 10px;
}

.academic-sec .badge .ribbon {
    margin-left: -5px;
}
.academic-sec .badge .ribbon span {
    padding: 4px 6px 4px 10px;
}
.academic-sec .child-icon {
    width: 20px;
}

.education-sec .arrow-down {
    font-size: 125px;
    line-height: 0px;
    margin-bottom: -28px;
    margin-top: 0px;
}
.education-sec .arrow-down.left-side {
    font-size: 125px;
    line-height: 0px;
    margin-bottom: -28px;
    margin-left: auto;
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}
blockquote.right-side {
    padding-right: 1.5rem;
    border-right: 5px solid #ee6e73;
    border-left: 0px;
}

.contact-sec .contact-form {
    max-width: 600px;
    width: 100%;
}
.contact-sec .contact-form .form-title {
    margin-bottom: 40px;
}

.portfolio-sec .card-image img {
    filter: invert(0.9);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.portfolio-sec .card-image:hover img {
    filter: invert(1);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.slick-slide {
    margin: 0 5px;
}
.slick-list {
    margin: 0 -5px;
}

#toast-container {
    width: 80%;
    max-width: 350px;
}

.page-404 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.page-404 h1 {
    font-size: 150px;
    font-weight: 800;
    margin-top: 0px;
}

.home-portfolio .item img {
    max-width: 100%;
}
@media only screen and (max-width: 768px) {
    .home-portfolio .item {
        display: block;
    }
}

.experience-sec .card {
    padding: 2rem 2rem 2rem 3rem;
    z-index: 1;
}

.experience-sec .card .card-sl {
    font-size: 18rem;
    position: absolute;
    top: 3.5rem;
    left: -4rem;
    margin: 0;
    padding: 0;
    line-height: 0;
    font-weight: 900;
    text-align: right;
    z-index: -1;
    opacity: 0.5;
    -webkit-text-stroke: 2px #3b3b3b;
    text-stroke: 2px #3b3b3b;
}
@media only screen and (max-width: 768px) {
    .experience-sec .card {
        padding: 1.25rem 1.25rem 1.25rem 2rem;
    }
}
@media only screen and (max-width: 576px) {
    .experience-sec .card {
        padding: 0.75rem 0.75rem 0.75rem 1rem;
    }

background-size: 120%;    .experience-sec .card .card-sl {
        top: 5rem;
    }
}
