body {
    font-family: 'Roboto', sans-serif;
}

/* Heading Two Css */

.heading-two {
    text-align: center;
}

.heading-two h2 {
    font-size: 30px;
    font-weight: 600;
    color: #3c4e54;
}

.heading-two h2 span {
    color: #4eaac8;
}

.heading-two .bottom-line {
    background-color: #4eaac8;
    height: 3px;
    width: 40px;
    position: relative;
}

.heading-two .bottom-line::after {
    position: absolute;
    content: "";
    left: -10px;
    right: -10px;
    height: 1px;
    background-color: #3c4e54;
    top: 1px;
    z-index: -1;
}

/* Header Area Css */
.header {
    transition-duration: .5s;
}

.header.bg-custom {
    background-color: #3c4e54;
}

.header.bg-custom .navbar-brand img {
    height: 50px;
    width: 80px;
}

.header.bg-custom .nav-item.active .nav-link {
    color: #4eaac8 !important;
    border-bottom: 1px solid #4eaac8;
}

.navbar-brand img {
    height: 70px;
    width: 100px;
}

.nav-item {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.nav-link {
    color: #fff !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    font-weight: 500;
    text-transform: uppercase;
}

.nav-item .nav-link.active {
    color: #4eaac8 !important;
    border-bottom: 1px solid #4eaac8;
}

.nav-link:hover {
    color: #4eaac8 !important;
}

/* Banner Area Css */

.banner {
    height: 750px;
    background: linear-gradient(to right, #3c4e54 0%, #4eaac8 100%);
    margin-bottom: 250px;
}

.banner .container {
    min-height: 700px;
    border-radius: 12px;
    position: relative;
    bottom: -200px;
    background: #fff;
    padding: 30px;
    box-shadow: 0px 6px 15px 0px rgba(153, 153, 153, 0.3);
}

.profile-photo img {
    height: 690px;
    border-radius: 10px;
}

.about-me-content span {
    margin-bottom: 20px;
    background-color: #3c4e54;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    font-weight: 500;
    padding: 10px 30px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 0px;
    color: #fff;
}

.about-me-content h2 {
    text-transform: uppercase;
}

.about-me-content p.title {
    font-weight: 600;
    font-size: 18px;
}

.about-me-content p.objective {
    color: #3c4e54;
}

.about-me-info ul,
.about-me-social ul,
.about-me-hobby ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.about-me-info ul li {
    position: relative;
    margin-bottom: 20px;
    color: #3c4e54;
    padding-left: 40px;
    font-size: 16px;
    line-height: 18px;
}

.about-me-info ul li i {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #3c4e54;
}

.about-me-info ul li:hover i {
    color: #4EAAC8;
}

.about-me-social ul li {
    display: inline-block;
    margin-right: 20px;
}

.about-me-social ul li a {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 5px;
    background-color: #3c4e54;
}

.about-me-social ul li a i {
    color: #fff;
}

.about-me-social ul li a:hover i {
    color: #4EAAC8;
}

.about-me-hobby ul li {
    display: inline-block;
    margin-right: 40px;
    border-left: 2px solid #4EAAC8;
    padding-left: 10px;
    font-weight: 600;
}

.about-me-hobby ul li span {
    padding: 7px 10px;
    background-color: #4EAAC8;
    border-radius: 50%;
    margin-right: 5px;
}

.about-me-hobby ul li span i {
    color: #3c4e54;
}

/* Resume Area Css */

.resume {
    padding: 40px 0;
}

.resume-tab {
    border-top: 1px solid #ececec;
}

.resume-tab ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-around;
    border-bottom: 0px !important;
}

.resume-tab ul li {
    width: 33.33%;
}

.resume-tab ul li a {
    display: inline-block;
    color: #3c4e54 !important;
    padding: 25px 0;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    width: 100%;
    margin-bottom: 0px !important;
}

.resume-tab ul li a:hover {
    border: 0px !important;
}

.resume-tab ul li a ion-icon {
    margin-right: 5px;
}

.resume-tab ul li a.active {
    color: #3c4e54 !important;
    background-color: #f7f7f7 !important;
    border: 0px !important;
    border-bottom: 2px solid #4EAAC8 !important;
    border-radius: 0px !important;
}

.resume-content {
    padding: 60px 0;
    background-color: #f7f7f7;
}

.resume-content-box {
    position: relative;
    padding-left: 60px;
}

.resume-content-box h6 {
    font-weight: 700;
}

.resume-content-box p {
    margin-bottom: 0px;
    font-size: 14px;
}

.resume-content-box>div>span {
    color: #4eaac8;
    font-size: 14px;
    font-weight: 600;
}

.resume-content-box::before {
    position: absolute;
    content: "\f77b";
    top: 0;
    left: 0;
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
    font-size: 20px;
    background-color: #4eaac8;
    color: #fff;
    border-radius: 50%;
    padding: 8px 12px;
}

/* Services Area Css */
.services {
    padding: 80px 0;
}

.service-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    box-shadow: 0 0 3px 0px #dadada;
    padding: 20px 10px;
    text-align: center;
    border: 1px solid transparent;
}

.service-box:hover {
    border: 1px solid #4eaac8;
}

.service-box span {
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #4EAAC8;
    border-radius: 50%;
    margin-bottom: 20px;
}

.service-box span i {
    color: #fff;
    font-size: 30px;
}

/* Skills Area Css */

.skills {
    padding: 80px 0;
}

.technical-skills-list p {
    font-size: 14px;
    font-weight: 600;
    color: #3c4e54;
    margin-bottom: 5px;
}

.single-progress-inner {
    position: relative;
    text-align: center;
}

.progress-bar {
    background-color: #4eaac8 !important;
}

.progress-percent {
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
    width: 100%;
    line-height: 50px;
    margin-top: -25px;
    color: #000;
    font-size: 28px;
    font-weight: 700;
}

.professional-skills-list {
    padding-left: 50px;
}

/* Contact Area Css */

.contact {
    padding: 200px 0;
}

.contact-form {
    background-color: #F8F9FA;
    padding: 15px;
}

.contact-form .form-control {
    border: 1px solid #4eaac8 !important;
}

.contact-form button {
    background-color: #4eaac8;
    color: #fff;
}

.contact-image {
    height: 100%;
    width: 100%;
}

/* Porfolio Area Css */

.portfolio {
    padding: 80px 0;
}

.porfolio-box {
    background-color: #f6f6f6;
    padding: 20px;
    border: 1px solid transparent;
    border-radius: 5px;
}

.porfolio-box:hover {
    border: 1px solid #4EAAC8;
}

.portfolio-icon {
    display: flex;
    justify-content: center;
}

.portfolio-icon span {
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #4EAAC8;
    border-radius: 50%;
    margin-bottom: 20px;
}

.portfolio-icon span i {
    color: #fff;
    font-size: 14px;
}

.project-name span {
    display: block;
}

.project-name span:first-child {
    font-weight: 600;
}

.technology-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.technology-list ul li {
    display: inline-block;
    padding: 8px 10px;
    background-color: #4EAAC8;
    color: #fff;
    text-transform: uppercase;
    margin-right: 10px;
    font-size: 14px;
    margin-bottom: 10px;
}

.owl-theme .owl-nav {
    display: none;
}

.owl-theme .owl-dots {
    margin-top: 20px;
}


/* Cta Area Css */

.cta {
    background: url(../images/cta-bg.jpg);
    background-position: center;
    background-size: cover;
    padding: 110px 0;
    position: relative;
    z-index: 1;
}

.cta::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to right, #3c4e54 0%, #4eaac8 100%);
    opacity: .8;
    z-index: -1;
}

.cta h1 {
    margin-bottom: 30px;
    color: #fff;
}

.cta a.boxed-btn {
    color: #fff;
    background-color: #373737;
    padding: 10px 35px;
    border-radius: 5px;
}