/*-----------------------------------------------------------
GLOBAL STYLES - START
----------------------------------------------------------*/
/* custom button styles - START*/
a.prim-btn {
    text-decoration: none;
    color: inherit;
}
.prim-btn {
    position: relative;
    margin: auto;
    padding: 19px 75px;
    transition: all .2s ease;
    margin-top: 2em;
}
.prim-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 28px;
    background: #222C3C;
    width: 56px;
    height: 56px;
    transition: all .3s ease;
}
.prim-btn span {
    position: relative;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    line-height: 18px;
    font-weight: 500;
    vertical-align: initial;
    color: #222C3C;
}
.prim-btn:hover span {
    color: #fff;
}
.prim-btn:hover:before {
    width: 100%;
    background: #222c3c;
}
.prim-btn svg {
    position: relative;
    top: -4px;
    margin-left: -50px;
    margin-right: 38px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #D8B26E;
    stroke-width: 2;
    transform: translateX(-5px);
    transition: all .3s ease;
}
.prim-btn:hover svg {
    transform: translateX(0);
}
@media (max-width: 767px) {
    .prim-btn-footer:before {
        display: none !important;
    }
    .prim-btn-footer svg {
        display: none !important;
    }
    .prim-btn-footer {
        padding: 15px 15px !important;
    }
    a.prim-btn-footer {
        text-decoration: underline !important;
        text-underline-position: under !important;
        color: #D8B26E !important;
    }
    .prim-btn-footer:hover span {
        color: #fff;
    }
    a:hover.prim-btn-footer {
        color: #222C3C !important;
    }
}
@media (max-width: 450px) {
    .prim-btn:before {
        display: none;
    }
    .prim-btn svg {
        display: none;
    }
    .prim-btn,
    .prim-btn-contact {
        padding: 15px 15px;
    }
    a.prim-btn {
        text-decoration: underline;
        text-underline-position: under;
        color: #D8B26E;
    }
    .prim-btn:hover span {
        color: #222C3C;
    }
    a:hover.prim-btn {
        color: #222C3C !important;
    }
}
button.prim-btn-contact {
    background-color: #222C3C;
    border-color: #D8B26E;
    border-style: solid;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    padding: 15px 30px;
}
/* custom button styles - END*/
/*Custom font styles - START*/
h1 {
    font-size: 40px !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 100 !important;
}
h1 strong {
    color: #222c3c !important;
    font-weight: 700 !important;
}
h2 {
    font-size: 35px !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 100 !important;
}
h2 strong {
    color: #222c3c !important;
    font-weight: 700 !important;
}
.h2-dark {
    font-size: 35px !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 100 !important;
    color: #fff !important;
}
.h2-dark strong {
    color: #D8B26E !important;
    font-weight: 700 !important;
}
h3 {
    font-size: 30px !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 100 !important;
    color: #fff !important;
}
h3 strong {
    color: #D8B26E !important;
    font-weight: 700 !important;
}
.h3-light {
    font-size: 30px !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 100 !important;
    color: #000 !important;
    padding-top: 1em;
    padding-bottom: .25em;
}
.h3-light strong {
    color: #212529 !important;
    font-weight: 700 !important;

}
.h4-light {
    font-size: 25px !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 100 !important;
    color: #000 !important;
    padding-top: 1em;
    padding-bottom: .25em;
}
.h4-light strong {
    color: #212529 !important;
    font-weight: 700 !important;
}
p {
    font-size: 20px !important;
    font-family: 'Poppins', sans-serif;
    color: #000 !important;
}
.text-white {
    font-size: 20px !important;
    font-family: 'Poppins', sans-serif;
    color: #fff !important;
}
/*Custom font styles - END*/
/*Styles for site header - START*/
.navigation {
    height: 125px;
}
.navbar {
    padding: 22px;
    background-color: #fff !important;
}
@media (max-width: 767px) {
    .navbar .container {
        justify-content: center;
    }
}
#logo img {
    width: 60px;
}
.name-header {
    display: flex;
    align-self: flex-end;
    font-size: 30px !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    margin: auto;
}
.name-header strong {
    font-weight: 600;
    color: #222C3C;
}
@media (max-width: 767px) {
    .name-header {
        display: none;
    }
}
.navbar-toggler {
    background-color: #222C3C;
    border-radius: 50%;
}
.navbar-toggler-icon {
    display: block;
    width: 22px;
    height: 22px;
    background-image: none;
    margin-top: 15px;
    margin-bottom: 0px;
}
.navbar-toggler-icon .icon-bar-top {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background-color: #D8B26E;
    margin-top: -1px;
}
.navbar-toggler-icon .icon-bar-bottom {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background-color: #D8B26E;
    margin-top: 4px;
}
.navigation__checkbox {
    display: none;
}
@media screen and (min-width: 768px) {
    .navigation__button {
        position: relative;
        left: 3.25rem;
        height: 3.25rem;
        width: 3.25rem;
        text-align: center;
        background-color: #222C3C;
        border-radius: 50%;
        z-index: 300;
        cursor: pointer;
    }
}
@media screen and (max-width: 767px) {
    .navigation__button {
        position: relative;
        right: 0;
        left: 3.25rem;
        height: 3.25rem;
        width: 3.25rem;
        text-align: center;
        background-color: #222C3C;
        border-radius: 50%;
        z-index: 300;
        cursor: pointer;
    }
}
@media screen and (min-width: 768px) {
    .navigation__background {
        position: relative;
        right: 0;
        height: 3.25rem;
        width: 3.25rem;
        border-radius: 50%;
        background: #222C3C;
        background-size: cover;
        background-position: center;
        z-index: 100;
        transition: all 800ms cubic-bezier(0.86, 0, 0.07, 1);
    }
}
@media screen and (max-width: 767px) {
    .navigation__background {
        position: relative;
        left: 0;
        height: 3.25rem;
        width: 3.25rem;
        border-radius: 50%;
        background: #222C3C;
        background-size: cover;
        background-position: center;
        z-index: 100;
        transition: all 800ms cubic-bezier(0.86, 0, 0.07, 1);
    }
}
.navigation__nav {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    opacity: 0;
    width: 0;
    visibility: hidden;
    z-index: 200;
    transition: all 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.navigation__list {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    list-style: none;
}
ul.navigation__list {

    padding-left: 0 !important;

}
.navigation__item {
    margin: 1rem;
}
.navigation__link:link,
.navigation__link:visited {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    display: inline-block;
    padding: 1rem 2rem;
    color: #fff;
    font-size: 40px;
    text-decoration: none;
    transition: all .2s;
}
@media(min-width: 768px) {
    .navigation__link:link,
    .navigation__link:visited {
        font-size: 40px;
        font-weight: 100;
    }
    .navigation__link#active {

        color: #D8B26E;
        font-weight: 700;
        border: 1px solid;
    }
}
@media (max-width: 767px) {
    .navigation__link:link,
    .navigation__link:visited {
        font-size: 35px;
        font-weight: 100;
    }
    .navigation__link#active {
        color: #D8B26E;
        font-weight: 700;
        border: 1px solid;
    }
}
.navigation__link span {
    margin-right: 1.5rem;
    display: inline-block;
}
.navigation__link:hover {
    color: #D8B26E;
    transform: scale(1.1);
}
.navigation__checkbox:checked~.navigation__background {
    transform: scale(100)
}
.navigation__checkbox:checked~.navigation__nav {
    width: 100%;
    visibility: visible;
    opacity: 1;
}
@media screen and (min-width: 768px) {
    .navigation__icon {
        position: relative;
        margin-top: 1.65rem;
    }
}
@media screen and (max-width: 767px) {
    .navigation__icon {
        position: relative;
        margin-top: 1.65rem;
    }
}
.navigation__icon,
.navigation__icon::before,
.navigation__icon::after {
    display: inline-block;
    width: 2.2rem;
    height: 2px;
    background-color: #D8B26E;
}
@media (min-width: 768px) {

    .navigation__icon,
    .navigation__icon::before,
    .navigation__icon::after {
        width: 1.5rem;
    }
}
@media (max-width: 767px) {
    .navigation__icon,
    .navigation__icon::before,
    .navigation__icon::after {
        width: 1.5rem;
    }
}
.navigation__icon::before,
.navigation__icon::after {
    content: '';
    position: absolute;
    left: 0;
    transition: all 200ms;
}
.navigation__icon::before {
    top: -.4rem;
}
.navigation__icon::after {
    top: .4rem;
}
.navigation__button:hover .navigation__icon::before {
    top: -.65rem;
}
.navigation__button:hover .navigation__icon::after {
    top: .65rem;
}
.navigation__checkbox:checked+.navigation__button .navigation__icon {
    background-color: transparent;
}
.navigation__checkbox:checked+.navigation__button .navigation__icon::before {
    top: 0;
    transform: rotate(135deg);
}
.navigation__checkbox:checked+.navigation__button .navigation__icon::after {
    top: 0;
    transform: rotate(-135deg);
}
/*Styles for site header - END*/
/*Styles for site footer - START*/
.footer {
    padding-top: 3em;
    padding-bottom: 3em;
    background-color: #222C3C;
}
a.prim-btn-footer {
    text-decoration: none;
    color: inherit;
}
.prim-btn-footer {
    position: relative;
    margin: auto;
    padding: 19px 75px;
    transition: all .2s ease;
}
.prim-btn-footer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 28px;
    background: #222C3C;
    border: 2px solid #D8B26E;
    width: 56px;
    height: 56px;
    transition: all .3s ease;
}
.prim-btn-footer span {
    position: relative;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    line-height: 18px;
    font-weight: 500;
    vertical-align: initial;
    color: #fff;
}
.prim-btn-footer:hover span {
    color: #fff;
}
.prim-btn-footer:hover:before {
    width: 100%;
    background: #222c3c;
}
.prim-btn-footer svg {
    position: relative;
    top: -4px;
    margin-left: -50px;
    margin-right: 38px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #D8B26E;
    stroke-width: 2;
    transform: translateX(-5px);
    transition: all .3s ease;
}
.prim-btn-footer:hover svg {
    transform: translateX(0);
}
#footer-contact-btn {
    text-align: left;
}
#copyright {
    text-align: right;
}
#copyright p {
    color: #fff !important;
    font-size: 17px !important;
    margin-bottom: 0 !important;
}
#call-me {
    text-align: center;
}
#call-me i {
    color: #D8B26E;
    font-size: 20px;
}
#call-me strong {
    font-family: 'Poppins', sans-serif !important;
    color: #fff !important;
    font-style: normal;
    font-weight: 500;
}
#email-me {
    text-align: left;
}
#email-me i {
    color: #D8B26E;
    font-size: 20px;
}
#email-me strong {
    font-family: 'Poppins', sans-serif !important;
    color: #fff !important;
    font-style: normal;
    font-weight: 500;
}
@media (max-width: 991px) {
    #footer-contact-btn {
        padding-top: 2em;
        text-align: center;
    }
    #copyright {
        padding-top: 2em;
        text-align: center;
    }
    #call-me {
        padding-top: 2em;
        text-align: center;
    }
    #email-me {
        padding-top: 2em;
        text-align: center;
    }
}
/*Styles for site footer - END*/
/*-----------------------------------------------------------
GLOBAL STYLES END
----------------------------------------------------------*/
/*-----------------------------------------------------------
home styles start
----------------------------------------------------------*/
/*--home banner styles--*/
.home-banner {
    padding-top: 10vh;
    padding-bottom: 10vh;
    background-image: url(../img/home/laptop-harris-autobody.svg);
    background-repeat: no-repeat;
    background-size: 800px;
    background-position: calc(100% + 165px) calc(100% - 100px);
    /* this sets initial position */
}
@media (max-width: 1199px) {
    .home-banner {
        padding-top: 5vh;
        padding-bottom: 5vh;
    }
}
.banner-text {
    padding-top: 2em;
    padding-bottom: 2em;
}
@media (max-width: 575px) {
    .banner-text {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.scroll-down-animation {
    padding-top: 5vh;
    padding-bottom: 5vh;
}
@media (min-width: 1200px) {
    .scroll-down-animation {
        display: block;
    }
    .scroll-down-animation-mobile {
        display: none;
    }
}
@media (max-width: 1199px) {
    .scroll-down-animation {
        display: none;
    }
    .scroll-down-animation-mobile {
        display: block;
    }
}
.scroll-down-animation .container {
    position: relative;
    width: 24px;
    height: 24px;
}
@media (max-width: 1450px) {
    .scroll-down-animation .container {
        margin-left: 20em;
    }
}

@media (max-width: 1399px) {
    .scroll-down-animation .container {
        margin-left: 15em;
    }
}
.scroll-down-animation-mobile .container {
    position: relative;
    width: 24px;
    height: 24px;
}
@media (max-width: 1450px) {
    .scroll-down-animation-mobile .container {
        margin-right: 7em;
        margin-top: -9em;
    }
}
@media (max-width: 575px) {
    .scroll-down-animation-mobile .container {
        margin-right: 3em;
    }
}
.chevron {
    position: absolute;
    width: 28px;
    height: 8px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: forwards 3s ease-out infinite;
}
.chevron:first-child {
    animation: move 3s ease-out 1s infinite;
}
.chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
}
.chevron:before,
.chevron:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: #222C3C;
}
.chevron:before {
    left: 0;
    transform: skew(0deg, 30deg);
}
.chevron:after {
    right: 1px;
    width: 50%;
    transform: skew(0deg, -30deg);
}
@keyframes move {
    25% {
        opacity: 1;
    }
    33% {
        opacity: 1;
        transform: translateY(30px);
    }
    67% {
        opacity: 1;
        transform: translateY(40px);
    }
    100% {
        opacity: 0;
        transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
}
.scroll-down-animation .text {
    display: block;
    margin-top: 100px;
    margin-left: -20px;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: #222C3C;
    white-space: nowrap;
    opacity: .25;
    animation: pulse 2s linear alternate infinite;
}
.scroll-down-animation-mobile .text {
    display: block;
    margin-top: 100px;
    margin-left: -20px;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: #222C3C;
    white-space: nowrap;
    opacity: .25;
    animation: pulse 2s linear alternate infinite;
}
@keyframes pulse {
    to {
        opacity: 1;
    }
}
@media (max-width: 1199px) {
    .home-banner {
        background-image: none;
    }
    #home-laptop {
        width: 500px;
        padding-top: 5em;
        margin: auto;
        display: block;
    }
}
@media (max-width: 600px) {
    #home-laptop {
        width: 100%;
    }
}
@media (min-width: 1200px) {
    #home-laptop {
        display: none;
    }
}
/*-----------------------------------------------------------------services section styles------------------------------------------------------------------------------------------*/
.my-services {
    padding-top: 10vh;
}
.service-text {
    font-size: 20px !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #fff !important;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (max-width: 575px) {
    h1,
    h2,
    p {
        padding-left: 15px;
        padding-right: 15px;
    }
    .services-title {
        padding-left: 30px;
        padding-right: 30px;
    }
    .my-skills-title {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}
@media (max-width: 1199px) {
    .my-services {
        padding-top: 5vh;
    }
}
.service-boxes {
    padding-top: 10vh;
}
@media (max-width: 1199px) {
    .service-boxes {
        padding-top: 5vh;
    }
}
.my-services .row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-top: var(--bs-gutter-y);
}
.service-boxes .col-20 {
    width: calc(100%/3);
    float: left;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    height: auto;
    text-align: center;
}
@media (max-width: 991px) {
    .service-boxes .col-20 {
        width: 100%;
    }
}
.graphic-design {
    background-image: url(../img/home/graphic-design-bg.jpg);
    background-size: cover;
    background-position: center;
    background-color: #222C3C;
    background-blend-mode: overlay;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.graphic-design svg {
    color: #D8B26E;
    margin-top: 15px;
    margin-bottom: 15px;
}
.trace-icon {
    stroke: currentColor;
    fill: none;
    stroke-width: 1.5;
    /* Adjust thickness here */
    stroke-linecap: round;
    stroke-linejoin: round;
}
.trace-icon path {
    stroke-dasharray: 300;
    stroke-dashoffset: 300;
    transition: stroke-dashoffset 5s ease-in-out;
}
.trace-icon.animate path {
    stroke-dashoffset: 0;
}
.web-design {
    background-image: url(../img/home/web-design-bg.jpg);
    background-size: cover;
    background-position: center;
    background-color: #222C3C;
    background-blend-mode: overlay;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.web-design svg {
    color: #D8B26E;
    margin-top: 15px;
    margin-bottom: 15px;
}
.web-development {
    background-image: url(../img/home/web-development-bg.jpg);
    background-size: cover;
    background-position: center;
    background-color: #222C3C;
    background-blend-mode: overlay;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.web-development svg {
    color: #D8B26E;
    margin-top: 15px;
    margin-bottom: 15px;
}
/*-----------------------------------------------------------------about me section styles------------------------------------------------------------------------------------------*/
.about-me {
    background-color: #222C3C;
    padding-top: 10vh;
    padding-bottom: 10vh;
    background-image: url(../img/home/about-me-graphic.png);
    background-repeat: no-repeat;
    background-size: 1000px;
    background-position: calc(100% - -300px) calc(100% - -42px);
}
@media (max-width: 1199px) {
    .about-me {
        background-blend-mode: overlay;
        padding-top: 5vh;
        padding-bottom: 5vh;
    }
}
.about-text {
    padding-top: 2em;
    padding-bottom: 2em;
    color: #fff !important;
}
/*-----------------------------------------------------------------my skills section styles------------------------------------------------------------------------------------------*/
.my-skills {
    padding-top: 10vh;
    padding-bottom: 10vh;
    background-image: url(../img/home/logo-watermark.svg);
    background-repeat: no-repeat;
    background-size: 1250px;
    background-position: calc(100% - -300px) calc(100% - -42px);
}
@media (max-width: 1199px) {
    .my-skills {
        padding-top: 5vh;
        padding-bottom: 5vh;
        background-size: 250px;
        background-position: calc(100% - -40px) calc(100% - -10px);
    }
}
.skill-stats {
    text-align: center;
    padding-top: 4em;
    padding-bottom: 4em;
}
#skill-btn {
    padding-top: 8em;
    padding-bottom: 8em;
}
/*-----------------------------------------------------------
home styles end
----------------------------------------------------------*/
/*-----------------------------------------------------------
portfolio styles start
----------------------------------------------------------*/
.portfolio-banner {
    background-color: #222C3C;
    padding-top: 10vh;
    padding-bottom: 10vh;
    height: 650px;
    @media (max-width: 991px) {
        height: 550px;
    }
    @media (max-width: 767px) {
        height: 400px;
    }
    @media (max-width: 575px) {
        height: 350px;
    }
}
.portfolio-banner svg {
    @media (max-width: 767px) {
        margin-top: -5em;
    }
    @media (max-width: 575px) {
        width: 375px !important;
        margin-top: -7em !important;
    }
    @media (max-width: 420px) {
        width: 275px !important;
        margin-top: -8em !important;
    }
}
#Group_1569 #Path_953 {
    opacity: 0;
    transform: scale(0.5);
    animation: fadeInScale 1s ease-out forwards;
    animation-delay: 0.2s;
}
#Path_954,
#Path_955 {
    transform: translateX(-50px);
    /* or +50px for one of them */
    opacity: 0;
    animation: slideIn 0.8s ease-out forwards;
    animation-delay: 0.6s;
    /* start after Path_953 finishes */
}
#Group_1570 #Path_956 {
    opacity: 0;
    transform: scale(0.5);
    animation: fadeInScale 1s ease-out forwards;
    animation-delay: 0.2s;
}
#Path_957,
#Path_958 {
    transform: translateX(-50px);
    /* or +50px for one of them */
    opacity: 0;
    animation: slideIn 0.8s ease-out forwards;
    animation-delay: 0.6s;
    /* start after Path_953 finishes */
}
#Group_1571 #Path_959 {
    opacity: 0;
    transform: scale(0.5);
    animation: fadeInScale 1s ease-out forwards;
    animation-delay: 0.2s;
}
#Path_960,
#Path_961 {
    transform: translateX(-50px);
    /* or +50px for one of them */
    opacity: 0;
    animation: slideIn 0.8s ease-out forwards;
    animation-delay: 0.6s;
    /* start after Path_953 finishes */
}
#Group_1572 #Path_972 {
    opacity: 0;
    transform: scale(0.5);
    animation: fadeInScale 1s ease-out forwards;
    animation-delay: 0.2s;
}
#Path_973,
#Path_974 {
    transform: translateX(-50px);
    /* or +50px for one of them */
    opacity: 0;
    animation: slideIn 0.8s ease-out forwards;
    animation-delay: 0.6s;
    /* start after Path_953 finishes */
}
#Group_1573 #Path_975 {
    opacity: 0;
    transform: scale(0.5);
    animation: fadeInScale 1s ease-out forwards;
    animation-delay: 0.2s;
}
#Path_976,
#Path_977 {
    transform: translateX(-50px);
    /* or +50px for one of them */
    opacity: 0;
    animation: slideIn 0.8s ease-out forwards;
    animation-delay: 0.6s;
    /* start after Path_953 finishes */
}
#Group_1574 #Path_978 {
    opacity: 0;
    transform: scale(0.5);
    animation: fadeInScale 1s ease-out forwards;
    animation-delay: 0.2s;
}
#Path_979,
#Path_980 {
    transform: translateX(-50px);
    /* or +50px for one of them */
    opacity: 0;
    animation: slideIn 0.8s ease-out forwards;
    animation-delay: 0.6s;
    /* start after Path_953 finishes */
}
#Group_1566 #Path_936 {
    opacity: 0;
    transform: scale(0.5);
    animation: fadeInScale 1s ease-out forwards;
    animation-delay: 0.2s;
}
#Path_937,
#Path_938 {
    transform: translateX(-50px);
    /* or +50px for one of them */
    opacity: 0;
    animation: slideIn 0.8s ease-out forwards;
    animation-delay: 0.6s;
    /* start after Path_953 finishes */
}
#Group_1567 #Path_939 {
    opacity: 0;
    transform: scale(0.5);
    animation: fadeInScale 1s ease-out forwards;
    animation-delay: 0.2s;
}
#Path_940,
#Path_941 {
    transform: translateX(-50px);
    /* or +50px for one of them */
    opacity: 0;
    animation: slideIn 0.8s ease-out forwards;
    animation-delay: 0.6s;
    /* start after Path_953 finishes */
}
#Group_1568 #Path_942 {
    opacity: 0;
    transform: scale(0.5);
    animation: fadeInScale 1s ease-out forwards;
    animation-delay: 0.2s;
}
#Path_943,
#Path_944 {
    transform: translateX(-50px);
    /* or +50px for one of them */
    opacity: 0;
    animation: slideIn 0.8s ease-out forwards;
    animation-delay: 0.6s;
    /* start after Path_953 finishes */
}
@keyframes fadeInScale {
    to {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}
.portfolio-banner h1 {
    font-size: 40px !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 100 !important;
    color: #fff;
}
.portfolio-banner h1 strong {
    color: #D8B26E !important;
    font-weight: 700 !important;
}
.portfolio-banner svg {
    width: 100%;
}
.portfolio-lakehead {
    padding-top: 10vh;
    padding-bottom: 10vh;
    @media (min-width: 1200px) {
        padding-top: 15vh;
    }
}
.portfolio-lakehead #carouselExampleIndicators {
    @media (min-width: 1200px) {
        position: relative;
        right: 0;
    }
}
.portfolio-lakehead #drafting-gallery {
    @media (min-width: 1200px) {
        position: relative;
        right: 0;
    }
}
.portfolio-first-site {
    padding-top: 10vh;
    padding-bottom: 10vh;
    background-image: url(../img/portfolio/whiskeyjacks-laptop.svg);
    background-repeat: no-repeat;
    background-size: 800px;
    height: 800px;
    background-position: calc(0px - 215px) calc(100% - 100px);
    background-color: #222C3C;
}
.portfolio-first-site .portfolio-text {
    color: #fff !important;
}
@media (max-width: 1199px) {

    .portfolio-first-site {

        height: auto;

    }
    .portfolio-first-site .row {
        flex-direction: column-reverse;
    }
}
@media (max-width: 1199px) {
    .portfolio-first-site {
        background-image: none;
    }
    #first-site-mobile {
        width: 500px;
        padding-top: 5em;
        margin: auto;
        display: block;
    }
}
@media (max-width: 600px) {
    #first-site-mobile {
        width: 100%;
    }
}
@media (min-width: 1200px) {
    #first-site-mobile {
        display: none;
    }
}
.portfolio-second-site {
    padding-top: 10vh;
    padding-bottom: 10vh;
    background-image: url(../img/home/laptop-harris-autobody.svg);
    background-repeat: no-repeat;
    background-size: 800px;
    height: 800px;
    background-position: calc(100% - -215px) calc(100% - 100px);
}
@media (max-width: 1199px) {
    .portfolio-second-site {
        height: auto;
    }
    .portfolio-second-site .row {
        flex-direction: column;
    }
}
@media (max-width: 1199px) {
    .portfolio-second-site {
        background-image: none;
    }
    #second-site-mobile {
        width: 500px;
        padding-top: 5em;
        margin: auto;
        display: block;
    }
}
@media (max-width: 600px) {
    #second-site-mobile {
        width: 100%;
    }
}
@media (min-width: 1200px) {
    #second-site-mobile {
        display: none;
    }
}
/*-----------------------------------------------------------
portfolio styles end
----------------------------------------------------------*/
/*-----------------------------------------------------------
resume styles start
----------------------------------------------------------*/
.resume-banner {
    background-color: #222C3C;
    padding-top: 10vh;
    padding-bottom: 10vh;
    height: auto;
}
.resume-banner h1 {
    font-size: 40px !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 100 !important;
    color: #fff;
}
.resume-banner h1 strong {
    color: #D8B26E !important;
    font-weight: 700 !important;
}
.work-experience {
    padding-top: 10vh;
    padding-bottom: 10vh;
    @media (min-width: 1200px) {
        padding-top: 15vh;
    }
}
.work-experience .line {
    margin: auto;
    position: relative;
    top: 55px;
    z-index: -1;
    @media (max-width: 767px) {
        display: none;
    }
}
.work-experience .timeline {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    @media (max-width: 767px) {
        flex-direction: column;
    }
}
.timeline .title {
    font-weight: 700;
    margin: auto;
    @media (max-width: 991px) {
        display: none;
    }
    @media (max-width: 767px) {
        display: block;
    }
}
.timeline .year {
    font-weight: 500;
    margin: auto;
    font-size: 18px !important;
}
.work-experience .wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
}
.work-experience .wrapper>img {
    @media (max-width: 767px) {
        width: 50px;
        height: 50px;
    }
}
#info-wrapper h3{
    @media (max-width: 1199px){
        text-align: center;
    }
}
#sencia {
    padding-bottom: 10vh;
}
#sencia #logo-year {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 15px;
    flex-direction: column;
}
#sencia .programs-used {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    gap: 30px;
    @media (max-width: 1199px){
        justify-content: center;
    }
}
#lakehead {
    background-color: #222C3C;
    padding-top: 10vh;
    padding-bottom: 10vh;
}
#lakehead #logo-year {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 15px;
    flex-direction: column;
}
#lakehead #logo-year .title {
    color: #fff !important;
}
#lakehead .programs-used {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    gap: 30px;
    @media (max-width: 1199px){
        justify-content: center;
    }
}
#lowerys {
    padding-bottom: 10vh;
    padding-top: 10vh;
}
#lowerys #logo-year {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 15px;
    flex-direction: column;
}
#lowerys .programs-used {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    gap: 30px;
    @media (max-width: 1199px){
        justify-content: center;
    }
}
#print-pros {
    background-color: #222C3C;
    padding-top: 10vh;
    padding-bottom: 10vh;
}
#print-pros #logo-year {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 15px;
    flex-direction: column;
}
#print-pros #logo-year .title {
    color: #fff !important;
}
#print-pros .programs-used {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    gap: 30px;
    @media (max-width: 1199px){
        justify-content: center;
    }
}
#thunder-media {
    padding-bottom: 10vh;
    padding-top: 10vh;
}
#thunder-media #logo-year {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 15px;
    flex-direction: column;
}
#thunder-media .programs-used {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    gap: 30px;
    @media (max-width: 1199px){
        justify-content: center;
    }
}
#firedog {
    background-color: #222C3C;
    padding-top: 10vh;
    padding-bottom: 10vh;
}
#firedog #logo-year {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 15px;
    flex-direction: column;
}
#firedog #logo-year .title {
    color: #fff !important;
}
#firedog .programs-used {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    gap: 30px;
    @media (max-width: 1199px){
        justify-content: center;
    }
}
.education-experience {
    padding-top: 10vh;
    padding-bottom: 10vh;
    @media (min-width: 1200px) {
        padding-top: 15vh;
    }
}
.education-experience .line {
    margin: auto;
    position: relative;
    top: 55px;
    z-index: -1;

    @media (max-width: 767px) {
        display: none;
    }
}
.education-experience .timeline {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    @media (max-width: 767px) {
        flex-direction: column;
    }
}
.timeline .title {
    font-weight: 700;
    margin: auto;
    @media (max-width: 991px) {
        display: none;
    }
    @media (max-width: 767px) {
        display: block;
    }
}
.timeline .year {
    font-weight: 500;
    margin: auto;
    font-size: 18px !important;
}
.education-experience .wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
}
.education-experience .wrapper>img {
    @media (max-width: 767px) {
        width: 50px;
        height: 50px;
    }
}
#interative-media-development {
    background-color: #222C3C;
    padding-top: 10vh;
    padding-bottom: 10vh;
}
#interative-media-development #logo-year {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 15px;
    flex-direction: column;
}
#interative-media-development #logo-year .title {
    color: #fff !important;
}
#interative-media-development .programs-used {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    gap: 30px;
    @media (max-width: 1199px){
        justify-content: center;
    }
}
#superior-cvi {
    padding-bottom: 10vh;
    padding-top: 10vh;
}
#superior-cvi #logo-year {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 15px;
    flex-direction: column;
}
/*-----------------------------------------------------------
resume styles end
----------------------------------------------------------*/
/*-----------------------------------------------------------
contact styles start
----------------------------------------------------------*/
.contact-banner {
    background-color: #222C3C;
    padding-top: 10vh;
    padding-bottom: 10vh;
    height: auto;
}
.contact-banner h1 {
    font-size: 40px !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 100 !important;
    color: #fff;
}
.contact-banner h1 strong {
    color: #D8B26E !important;
    font-weight: 700 !important;
}
.contact-wrapper {
    padding-top: 10vh;
    padding-bottom: 10vh;
    background-image: url(../img/contact/contact-background.svg);
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
    @media (min-width: 1200px) {
        padding-top: 15vh;
    }
}
.contact-wrapper .form-group label {
    font-family: 'Poppins', sans-serif;
    padding-bottom: 15px;
}
.contact-wrapper .form-group {
    padding-bottom: 30px;
}
.contact-wrapper .form-group input {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-indent: 15px;
}
.contact-wrapper .form-group input::placeholder {
    font-family: 'Poppins', sans-serif;
}
.contact-wrapper .form-group textarea::placeholder {
    font-family: 'Poppins', sans-serif;
}
.contact-wrapper .form-group textarea {
    width: 100%;
    text-indent: 15px;
    padding-top: 10px;
}
.contact-wrapper .form-group #preferred_contact_method {
    width: 100%;
    height: 48px;
}
.contact-wrapper .form-group select {
    text-indent: 15px;
    font-family: 'Poppins', sans-serif;
}