html {
    font-family: 'Poppins', sans-serif;
    background-color: #fff;
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
    background-color: #fff;
    font-weight: 400;
    font-style: normal;
    color: #373737;
    font-size: 14px;
    scroll-behavior: smooth;
}

a, a:hover, a:focus, i, input, button, input:focus, .transition {
    text-decoration: none;
    outline: none;
    transition-delay: 0s;
    transition-duration: 0.4s;
    transition-property: all;
    transition-timing-function: ease;
    box-shadow: none;
}

a {
    color: #000
}

iframe {
    border: 0;
    outline: none;
}

::-moz-selection {
    background: #000;
    text-shadow: none;
    color: #fff
}

::selection {
    background: #000;
    text-shadow: none;
    color: #fff
}

img {
    max-width: 100%;
    border: none;
    outline: none;
    height: auto;
}

input, textarea {
    border-radius: 0;
    resize: none;
}

ul {
    padding: 0;
    margin: 0;
}

@font-face {
    font-family: 'Poppins', sans-serif;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: transparent;
    background-image: none;
    color: #000;
}

/* 1.2 Typography */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
}

figure {
    margin: 0
}

svg, img {
    max-width: 100%;
    height: auto;
}

/*-----------------------------------------------------------------
  1. >>> Headr Style
----------------------------------------------------------------*/
.header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5;
    background-color: #fff;
    padding: 50px 0;
    transition-delay: 0s;
    transition-duration: 0.4s;
    transition-property: all;
    transition-timing-function: ease;
}

.header.fixed-header {
    padding: 20px 0;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 3px;
    color: #000;
    display: flex;
    align-items: center;
}

.logo span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #000;
    border-radius: 4px;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin-right: 12px;
}

.logo:hover {
    color: #000;
}

.social {
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.social li {
    margin-left: 12px;
}

.social li:first-child {
    margin-left: 0;
}

.social li a {
    border-radius: 100%;
    color: #fff;
    width: 24px;
    height: 24px;
    background-color: #df4142;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 16px;
}

.social li a:hover {
    background-color: #000;
    color: #fff;
}

/*-----------------------------------------------------------------
  2. >>> Banner Style
----------------------------------------------------------------*/
.banner section {
    padding-left: 20px;
}

.banner section h1 span {
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 16px;
    padding-bottom: 30px;
}

.banner section h1 {
    font-weight: 600;
    font-size: 48px;
    line-height: 60px;
    color: #000;
}

.numbervalulist {
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    margin-top: 60px;
}

.numbervalulist li {
    margin-right: 60px;
}

.numbervalulist li:last-child {
    margin-right: 0;
}

.numbervalulist strong {
    display: block;
    color: #df4142;
    font-size: 36px;
    font-weight: 800;
}

.numbervalulist span {
    font-size: 16px;
    letter-spacing: 1px;
}

/*-----------------------------------------------------------------
  3. >>> About Style
----------------------------------------------------------------*/
.about-section {
    padding-top: 60px;
    padding-bottom: 120px;
}

.heading {
    display: inline-block;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    border-bottom: 3px solid #df4142;
    padding-bottom: 7px;
    margin-bottom: 23px;
}

.about-section p {
    color: #373737;
    font-size: 24px;
    line-height: 40px;
    font-weight: 300;
    margin-bottom: 60px;
}

.button {
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 2px;
    color: #df4142;
    padding: 16px 30px;
    border: 2px solid #df4142;
    border-radius: 60px;
}

.button:hover {
    background-color: #df4142;
    color: #fff;
}

.arrow-button i {
    display: inline-block;
    vertical-align: middle;
}

/*-----------------------------------------------------------------
  4. >>> Skills Style
----------------------------------------------------------------*/
.skills-section {
    padding-bottom: 105px;
}

.skills-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 11px;
}

.skills-list li {
    display: inline-block;
    color: #000000;
    font-size: 16px;
    padding: 2px 20px;
    background-color: #fff;
    border: 2px solid #adb3bc;
    border-radius: 27px;
    margin-right: 15px;
    margin-bottom: 15px;
}

/*-----------------------------------------------------------------
  5. >>> Experience Style
----------------------------------------------------------------*/
.experience-section {
    padding-bottom: 120px;
}

.experience-list section {
    padding-right: 70px;
}

.experience-list {
    padding-top: 15px;
}

.officename {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 10px;
}

.experience-list span {
    display: block;
}

span.year {
    color: #373737;
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 10px;
}

span.department {
    color: #373737;
    font-weight: 500;
    font-size: 18px;
    padding-bottom: 30px;
}

.experience-list p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}

.experience-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 10px;
}

.experience-list ul li {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    padding-left: 28px;
    position: relative;
    margin-bottom: 20px;
}

.experience-list ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    border-radius: 100%;
    width: 8px;
    height: 8px;
    background-color: #373737;
}

/*-----------------------------------------------------------------
  6. >>> Work Style
----------------------------------------------------------------*/
.work-section {
    padding-bottom: 80px;
}

.work-list {
    padding-left: 70px;
    padding-top: 40px;
    padding-right: 70px;
    background-color: #f7f8f9;
    margin-bottom: 40px;
}

.work-list section {
    padding-top: 20px;
    padding-right: 120px;
    padding-bottom: 30px;
}

.work-list .skills-list li {
    font-size: 12px;
    padding: 4px 12px;
    background-color: #dee1e6;
    border: 2px solid #dee1e6;
    font-weight: 500;
    text-transform: uppercase;
}

.work-tilte {
    color: #000;
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 30px;
}

.work-list p {
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
}

.work-list .button {
    margin-top: 20px;
}

.work-list [class^="col-"] {
    overflow: hidden;
}

.work-list img {
    transition: transform ease 1s;
}
.work-list img:hover {
    transform: scale(1.1);
}

.work-det-hed {
    padding-top: 42px;
    padding-bottom: 80px;
}

.work-det-title {
    font-weight: 600;
    color: #000;
    font-size: 48px;
    margin-bottom: 20px;
}

.work-det-dep {
    display: block;
    font-weight: 600;
    color: #000;
    font-size: 18px;
}

.work-content-sec {
    padding: 100px 0;
}

.work-content-sec p {
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 30px;
}

.work-content-sec h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}

.work-content-sec ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.work-content-sec li {
    font-size: 18px;
    line-height: 36px;
    padding-left: 28px;
    position: relative;
    margin-bottom: 20px;
}

.work-content-sec li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    border-radius: 100%;
    width: 8px;
    height: 8px;
    background-color: #373737;
}

/*-------------------------------------------------------------------------------
 Responsive XS Style @media (max-width: 767px) 
-------------------------------------------------------------------------------*/
@media (max-width: 768px) {
    .header, .header.fixed-header {
        padding: 15px 0;
    }

    .banner, .about-section, .skills-section, .experience-section, .work-section, .work-details-section {
        padding-left: 10px;
        padding-right: 10px;
    }

    .logo {
        font-size: 0;
    }

    .banner figure {
        padding: 30px 0;
    }

    .banner section {
        padding-left: 0;
        padding-right: 0;
    }

    .banner section h1 span {
        padding-bottom: 0;
    }

    .banner section h1, .work-det-title {
        font-size: 30px;
        line-height: 40px;
    }

    .numbervalulist {
        margin-top: 20px;
    }

    .numbervalulist li {
        margin-right: 30px;
    }

    .numbervalulist strong {
        font-size: 30px;
    }

    .numbervalulist span {
        font-size: 14px;
    }

    .about-section {
        padding-bottom: 60px;
    }

    .about-section p, .work-content-sec p, .work-content-sec li {
        font-size: 15px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .skills-list li {
        margin-right: 10px;
        margin-bottom: 10px;
        font-size: 14px;
    }

    .skills-section .col-12, .experience-list .col-12 {
        margin-bottom: 40px;
    }

    .skills-section, .work-section, .experience-section {
        padding-bottom: 0;
    }

    .experience-list section {
        padding-right: 0;
    }

    .work-list {
        padding: 30px;
    }

    .work-list p {
        font-size: 15px;
        line-height: 30px;
    }

    .footer {
        padding: 60px 10px;
    }

    .footer section h4 {
        font-size: 40px;
    }

    .copyright {
        font-size: 14px;
    }

    .footer section {
        padding-bottom: 30px;
    }

    .button {
        padding: 11px 10px;
    }

    .work-details-section {
        padding-top: 30px;
    }

    .work-det-title {
        margin-bottom: 7px;
    }

    .work-content-sec h2 {
        font-size: 20px;
    }

    .work-content-sec {
        padding: 30px 0;
    }

    .work-list section {
        padding-right: 0;
        padding-bottom: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .work-list section {
        padding-right: 30px;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {
    .banner section {
        padding-right: 0;
    }

    .work-list section {
        padding-right: 30px;
        padding-bottom: 60px;
    }
}

@media (min-width: 1200px) {
    .banner section {
        padding-left: 70px;
        padding-right: 100px;
    }

    .work-list section {
        padding-bottom: 60px;
    }
    
    .work-list__bottom {
        margin-top: auto;
    }
}
