html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
#btn-back-to-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #0563bb;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
}
    #btn-back-to-top i {
        font-size: 28px;
        color: #fff;
        line-height: 0;
    }

    #btn-back-to-top:hover {
        background: #0678e3;
        color: #fff;
    }

    #btn-back-to-top.active {
        opacity: 1;
    }

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 70px 0;
    overflow: hidden;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

    .section-title h2 {
        font-size: 32px;
        font-weight: bold;
        text-transform: capitalize;
        margin-bottom: 20px;
        padding-bottom: 20px;
        position: relative;
        color: #45505b;
    }

        .section-title h2::before {
            content: "";
            position: absolute;
            display: block;
            width: 120px;
            height: 1px;
            background: #ddd;
            bottom: 1px;
            left: calc(50% - 60px);
        }

        .section-title h2::after {
            content: "";
            position: absolute;
            display: block;
            width: 40px;
            height: 3px;
            background: #0563bb;
            bottom: 0;
            left: calc(50% - 20px);
        }

    .section-title p {
        margin-bottom: 0;
    }


/*--------------------------------------------------------------
# Landing Section
--------------------------------------------------------------*/
#landing {
    width: 100%;
    height: 100vh;
    background-size: cover;
    position: relative;
}

    #landing .container {
        border-width: 3px;
        border-style: solid;
        border-image: linear-gradient( to bottom, rgba(14,130,234,255), rgba(21,207,241,255) ) 1 100%;
    }

@media (min-width: 992px) {
    #landing {
        padding-left: 160px;
    }
}


#landing h1 {
    margin: 0;
    font-size: 64px;
    font-weight: 700;
    line-height: 56px;
    color: #45505b;
}

#landing p {
    color: #45505b;
    margin: 15px 0 0 0;
    font-size: 26px;
    font-family: "Poppins", sans-serif;
}

    #landing p span {
        color: #0563bb;
        letter-spacing: 1px;
    }

#landing .social-links {
    margin-top: 30px;
}

    #landing .social-links a {
        font-size: 24px;
        display: inline-block;
        color: #45505b;
        line-height: 1;
        margin-right: 20px;
        transition: 0.3s;
    }

        #landing .social-links a:hover {
            color: #0563bb;
        }

@media (max-width: 992px) {
    #landing {
        text-align: center;
    }

        #landing h1 {
            font-size: 32px;
            line-height: 36px;
        }

        #landing p {
            margin-top: 10px;
            font-size: 20px;
            line-height: 24px;
        }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
    font-weight: 700;
    font-size: 26px;
    color: #728394;
}

.about .content ul {
    list-style: none;
    padding: 0;
}

    .about .content ul li {
        margin-bottom: 20px;
        display: flex;
        align-items: center;
    }

    .about .content ul strong {
        margin-right: 10px;
    }

    .about .content ul i {
        font-size: 16px;
        margin-right: 5px;
        color: #0563bb;
        line-height: 0;
    }

.about .profile-img img {
    border-radius: 50%;
    max-width: 80%;
}

.about .content p:last-child {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .icon-box {
    text-align: center;
    width:100%;
    padding: 20px 20px 20px 20px;
    transition: all ease-in-out 0.3s;
    background: #fff;
    box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.05);
}

    .skills .icon-box .icon {
        margin: 0 auto;
        width: 100px;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: ease-in-out 0.3s;
        position: relative;
    }

        .skills .icon-box .icon i {
            font-size: 36px;
            transition: 0.5s;
            position: relative;
        }

        .skills .icon-box .icon svg {
            position: absolute;
            top: 0;
            left: 0;
        }

            .skills .icon-box .icon svg path {
                transition: 0.5s;
                fill: #f5f5f5;
            }
    .skills .icon-box h4 {
        font-weight: 600;
        margin: 10px 0 15px 0;
        font-size: 22px;
    }

        .skills .icon-box h4 a {
            color: #45505b;
            transition: ease-in-out 0.3s;
        }

    .skills .icon-box p {
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 0;
    }

    .skills .icon-box:hover {
        border-color: #fff;
        box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
    }

.skills .iconbox-blue i {
    color: #47aeff;
}

.skills .iconbox-blue:hover .icon i {
    color: #fff;
}

.skills .iconbox-blue:hover .icon path {
    fill: #47aeff;
}

.skills .iconbox-orange i {
    color: #ffa76e;
}

.skills .iconbox-orange:hover .icon i {
    color: #fff;
}

.skills .iconbox-orange:hover .icon path {
    fill: #ffa76e;
}

.skills .iconbox-pink i {
    color: #e80368;
}

.skills .iconbox-pink:hover .icon i {
    color: #fff;
}

.skills .iconbox-pink:hover .icon path {
    fill: #e80368;
}

.skills .iconbox-yellow i {
    color: #ffbb2c;
}

.skills .iconbox-yellow:hover .icon i {
    color: #fff;
}

.skills .iconbox-yellow:hover .icon path {
    fill: #ffbb2c;
}

.skills .iconbox-red i {
    color: #ff5828;
}

.skills .iconbox-red:hover .icon i {
    color: #fff;
}

.skills .iconbox-red:hover .icon path {
    fill: #ff5828;
}

.skills .iconbox-teal i {
    color: #11dbcf;
}

.skills .iconbox-teal:hover .icon i {
    color: #fff;
}

.skills .iconbox-teal:hover .icon path {
    fill: #11dbcf;
}
/*--------------------------------------------------------------
# Resume
--------------------------------------------------------------*/
.resume .resume-title {
    font-size: 26px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #45505b;
}

.resume .resume-item {
    padding: 0 0 20px 20px;
    margin-top: -2px;
    border-left: 2px solid #0563bb;
    position: relative;
}

    .resume .resume-item h4 {
        line-height: 18px;
        font-size: 18px;
        font-weight: 600;
        text-transform: uppercase;
        font-family: "Poppins", sans-serif;
        color: #0563bb;
        margin-bottom: 10px;
    }

    .resume .resume-item h5 {
        font-size: 16px;
        background: #f7f8f9;
        padding: 5px 15px;
        display: inline-block;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .resume .resume-item ul {
        padding-left: 20px;
    }

        .resume .resume-item ul li {
            padding-bottom: 10px;
        }

    .resume .resume-item:last-child {
        padding-bottom: 0;
    }

    .resume .resume-item::before {
        content: "";
        position: absolute;
        width: 16px;
        height: 16px;
        border-radius: 50px;
        left: -9px;
        top: 0;
        background: #fff;
        border: 2px solid #0563bb;
    }


/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.projects .icon-box {
    text-align: center;
    padding: 70px 20px 80px 20px;
    transition: all ease-in-out 0.3s;
    background: #fff;
    box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.05);
}

    .projects .icon-box .icon {
        margin: 0 auto;
        width: 100px;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: ease-in-out 0.3s;
        position: relative;
    }

        .projects .icon-box .icon img {
            width: 250px;
            transition: 0.5s;
            position: relative;
        }

    .projects .icon-box h4 {
        font-weight: 600;
        margin: 10px 0 15px 0;
        font-size: 22px;
    }

        .projects .icon-box h4 a {
            color: #45505b;
            transition: ease-in-out 0.3s;
        }

    .projects .icon-box p {
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 0;
    }

    .projects .icon-box:hover {
        border-color: #fff;
        box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
    }

.projects .iconbox-blue i {
    color: #47aeff;
}

.projects .iconbox-blue:hover .icon i {
    color: #fff;
}

.projects .iconbox-blue:hover .icon path {
    fill: #47aeff;
}

.projects .iconbox-orange i {
    color: #ffa76e;
}

.projects .iconbox-orange:hover .icon i {
    color: #fff;
}

.projects .iconbox-orange:hover .icon path {
    fill: #ffa76e;
}

.projects .iconbox-pink i {
    color: #e80368;
}

.projects .iconbox-pink:hover .icon i {
    color: #fff;
}

.projects .iconbox-pink:hover .icon path {
    fill: #e80368;
}

.projects .iconbox-yellow i {
    color: #ffbb2c;
}

.projects .iconbox-yellow:hover .icon i {
    color: #fff;
}

.projects .iconbox-yellow:hover .icon path {
    fill: #ffbb2c;
}

.projects .iconbox-red i {
    color: #ff5828;
}

.projects .iconbox-red:hover .icon i {
    color: #fff;
}

.projects .iconbox-red:hover .icon path {
    fill: #ff5828;
}

.projects .iconbox-teal i {
    color: #11dbcf;
}

.projects .iconbox-teal:hover .icon i {
    color: #fff;
}

.projects .iconbox-teal:hover .icon path {
    fill: #11dbcf;
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
    width: 100%;
    background: #fff;
}

    .contact .info i {
        font-size: 20px;
        color: #0563bb;
        float: left;
        width: 44px;
        height: 44px;
        background: #eef7ff;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50px;
        transition: all 0.3s ease-in-out;
    }

    .contact .info h4 {
        padding: 0 0 0 60px;
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 5px;
        color: #45505b;
    }

    .contact .info p {
        padding: 0 0 0 60px;
        margin-bottom: 0;
        font-size: 14px;
        color: #728394;
    }

    .contact .info .email,
    .contact .info .phone {
        margin-top: 40px;
    }

        .contact .info .email:hover i,
        .contact .info .address:hover i,
        .contact .info .phone:hover i {
            background: #0563bb;
            color: #fff;
        }

.contact .contact-form {
    width: 100%;
    background: #fff;
}

    .contact .contact-form .form-group {
        padding-bottom: 8px;
    }

    .contact .contact-form .error-message {
        display: none;
        color: #fff;
        background: #ed3c0d;
        text-align: left;
        padding: 15px;
        font-weight: 600;
    }

        .contact .contact-form .error-message br + br {
            margin-top: 25px;
        }

    .contact .contact-form .sent-message {
        display: none;
        color: #fff;
        background: #18d26e;
        text-align: center;
        padding: 15px;
        font-weight: 600;
    }

    .contact .contact-form .loading {
        display: none;
        background: #fff;
        text-align: center;
        padding: 15px;
    }

        .contact .contact-form .loading:before {
            content: "";
            display: inline-block;
            border-radius: 50%;
            width: 24px;
            height: 24px;
            margin: 0 10px -6px 0;
            border: 3px solid #18d26e;
            border-top-color: #eee;
            -webkit-animation: animate-loading 1s linear infinite;
            animation: animate-loading 1s linear infinite;
        }

    .contact .contact-form input,
    .contact .contact-form textarea {
        border-radius: 4px;
        box-shadow: none;
        font-size: 14px;
    }

    .contact .contact-form input {
        height: 44px;
    }

    .contact .contact-form textarea {
        padding: 10px 12px;
    }

    .contact .contact-form button[type=submit] {
        background: #0563bb;
        border: 0;
        padding: 10px 35px;
        color: #fff;
        transition: 0.4s;
        border-radius: 50px;
    }

        .contact .contact-form button[type=submit]:hover {
            background: #0678e3;
        }

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
