html {
    box-sizing: border-box;
    line-height: 1.5;
    font-family: Verdana, sans-serif;
}

html,
body {
    height: 100%;
    line-height: 1.8;
    font-size: 15px;
    scroll-behavior: smooth;
}

body {
    font-family: "Raleway", sans-serif;
    margin: 0;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}



/* Comment */
.socials-icon {
    display: inline-block;
}

/* Header */
.header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1;
}

.header_nav {
    background-color: #fff !important;
    color: #000 !important;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    width: 100%;
    overflow: hidden;
}

.header_logo {
    float: left !important;
    padding: 16px;
    text-align: center;
    white-space: normal;
    display: block;
    letter-spacing: 4px;
}

.header_logo:hover {
    background-color: #ccc;
    color: #000;
}

.header_menu {
    float: right !important;
}

.header_menu>a {
    display: block;
    white-space: normal;
    padding: 16px;
    float: left;
    width: auto;
    text-align: center;
}

.header_menu>a:hover {
    background-color: #ccc;
}

.header_nav a {
    text-decoration: none;
    color: #000 !important;
}

.header-icon {
    display: inline-block;
    font: inherit;
}

/* Image banner */
.header_banner {
    position: relative;
    min-height: 100%;
    background-image: url(../imgs/mac.jpg);
    background-position: center;
    background-size: cover;
    filter: grayscale(50%);
}

.banner_about {
    padding: 48px;
    color: #fff !important;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
}

.banner_title.pc {
    font-size: 64px !important;
}

.banner_title.mo {
    font-size: 36px !important;
}

.banner_desc {
    font-size: 18px !important;
}

.banner_about p {
    display: block;
    margin: 15px 0 !important;
    color: #000 !important;

}

.banner_about p>a {
    padding: 12px 24px !important;
    background-color: #fff !important;
    margin-top: 16px !important;
    font-size: 18px !important;
    opacity: 0.6;
    display: inline-block;
    text-decoration: none;
}

.banner_about p>a:hover {
    color: #000 !important;
    background-color: #ccc !important;
    opacity: 1;
}

.banner_below {
    padding: 24px 48px;
    color: #757575 !important;
    font-size: 18px !important;
    position: absolute;
    bottom: 0;
    left: 0;
}

/* About section */
.section_about {
    padding: 128px 16px;
    text-align: center !important;
}

h3 {
    margin: 10px 0;
    font-weight: 400;
    font-size: 24px;
}

.section_about p {
    margin: 18px 0;
    font-size: 18px;
}

.section_about-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 64px;
    padding: 0 8px;
}

.section_about-col {
    width: 25%;
    padding: 0 8px;
}

.col-icon {
    font-size: 64px !important;
    margin-bottom: 16px !important;
    display: inline-block;
}

.section_about-col>p:first-child {
    margin: 18px 0;
    font-size: 18px !important;
}

.section_about-col>p:last-child {
    margin: 15px 0;
    font-size: inherit;
}


/* Promo section */
.section_promo {
    padding: 128px 16px;
    color: #000 !important;
    background-color: #f1f1f1 !important;
}

.section_promo-wrap {
    padding: 0 8px;
    display: flex;
    flex-flow: row wrap;
}

.section_promo-col {
    padding: 0 8px !important;
    width: 50%;
}

.section_promo-col a {
    padding: 8px 16px;
    text-decoration: none;
    background-color: #000;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: inherit;
}

.section_promo-col a:hover {
    background-color: #ccc !important;
    color: #000 !important;
}

.view-icon {
    display: inline-block;
}

.section_promo-col img {
    border-radius: 8px;
    max-width: 100%;
    height: auto;
}


/* Team Section */
.section_team {
    padding: 128px 16px;
    text-align: center !important;
}

.section_team p {
    font-size: 18px !important;
}

.section_team-wrap {
    padding: 0 8px;
    margin-top: 64px;
    filter: grayscale(75%);
    display: flex;
    flex-wrap: wrap;
}

.section_team-col {
    padding: 0 8px;
    margin-bottom: 16px !important;
}

.col-group {
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    display: flex;
    flex-flow: column wrap;
}

.card-wrap {
    padding: 0.01em 16px;
    text-align: left !important;
}

.section_team-col img {
    width: 100%;
}

.position-jobs {
    margin: 15px 0;
    opacity: 0.6;
}

.jobs-dec {
    margin: 15px 0;
    font: inherit;
}

.about_childs-item {
    margin: 15px 0;
}

.about_childs-btn {
    display: block;
    width: 100%;
    outline: none;
    border: none;
    padding: 8px 16px;
    font-size: 15px !important;
    font: inherit;
    cursor: pointer;
}

.about_childs-btn:hover {
    background-color: #ccc !important;
    color: #000 !important;
}


/* Static promo */
.section_static {
    padding: 64px 16px;
    text-align: center !important;
    color: #fff !important;
    background-color: #616161 !important;
    display: flex;
    flex-wrap: wrap;
}

.static_count {
    width: 25%;
}

.static_count span {
    font-size: 36px;
}


/* Our work */
.section_work {
    padding: 128px 16px;
    text-align: center !important;
}

.section_work p {
    font-size: 18px !important;
}

.section_work-wrap {
    margin-top: 64px;
    padding: 0 8px;
    display: flex;
    flex-wrap: wrap;
}

.section_work-img {
    width: 25%;
    padding: 0 8px;
    margin: 4px 0;
}

.section_work-img img {
    width: 100%;
}

.section_work-img img:hover {
    opacity: 0.6;
}


/* Showing skill */
.skill_show {
    padding: 64px 16px;
    color: #000 !important;
    background-color: #f1f1f1 !important;
}

.skill_show-wrap {
    padding: 0 8px;
    display: flex;
    flex-wrap: wrap;
}

.skill_show-col {
    width: 50%;
    padding: 0 8px;
}

.skill_show-col p {
    letter-spacing: 4px;
    font-size: 15px !important;
}

p.Lorem {
    letter-spacing: 0;
}

.percent {
    background-color: #9e9e9e !important;
}

.percent-show {
    padding: 0 16px;
    text-align: center !important;
    color: #fff !important;
    background-color: #616161 !important;
}

.percent-show.st {
    width: 90%;
}

.percent-show.nd {
    width: 85%;
}

.percent-show.rd {
    width: 75%;
}

.skill-icons {
    margin-right: 12px;
    display: inline-block;
}


/* Pricing */
.section_pricing {
    padding: 128px 16px;
    color: #fff;
    background-color: #616161;
    text-align: center !important;
}

.section_pricing p {
    font-size: 18px;
}

.section_pricing-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 64px;
    padding: 0 8px;
}

.section_pricing-col {
    padding: 0 8px;
    width: calc(100% / 3);
}

.section_pricing-col:first-child,
.section_pricing-col:last-child {
    margin: 16px 0;
}

.pricing_lists {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff !important;
    color: #000 !important;
}

.pricing_lists:hover {
    box-shadow: 0 4px 10px 0 rgb(0 0 0 / 20%), 0 4px 20px 0 rgb(0 0 0 / 19%);
}

.pricing_lists li {
    border-bottom: 1px solid #ddd;
    padding: 16px;
}

.li-title {
    color: #fff !important;
    font-size: 24px !important;
}

.li-title.second {
    padding: 48px 16px;
    background-color: #f44336;
}

.li-title.first,
.li-title.last {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
    background-color: #000 !important;
}

.li-price h2 {
    letter-spacing: 4px;
    margin: 10px 0;
    font-size: 30px;
    font-weight: 400;
}

.li-price span {
    opacity: 0.6;
}

.li-btn {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
    background-color: #f1f1f1;
}


.li-btn button {
    outline: none;
    border: none;
    padding: 12px 24px !important;
    background-color: #000 !important;
    color: #fff !important;
    display: inline-block;
    cursor: pointer;
    font: inherit;
    text-align: center;
}

.li-btn button:hover {
    background-color: #ccc !important;
    color: #000 !important;
}

/* Contact */
.section_contact {
    padding: 128px 16px;
    text-align: center !important;
    color: #000;
    background-color: #f1f1f1;
}

.section_contact p {
    font-size: 18px;
}

.section_contact-info {
    margin-top: 48px;
}

.section_contact-info p {
    font-size: inherit;
    margin: 15px 0;
    text-align: left;
}

.contact-icon {
    width: 1.28571429em;
    text-align: center;
    margin-right: 16px;
    font-size: 36px;
    display: inline-block;
}

form input {
    width: 100%;
    border: 1px solid #ccc !important;
    padding: 8px;
    display: block;
    font: inherit;
}

.section_contact-info img {
    width: 100%;
    margin-top: 48px;
    max-width: 100%;
    height: auto;
    filter: grayscale(75%);
}

button[type="submit"] {
    padding: 8px 16px;
    border: none;
    outline: none;
    background-color: #000;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    font: inherit;
}

button[type="submit"]:hover {
    background-color: #ccc !important;
    color: #000 !important;
}

/* Footer */
.section_footer {
    padding: 64px 0;
    text-align: center !important;
    background-color: #000;
    color: #fff;
}

.footer_btn {
    font: inherit;
    background-color: #f1f1f1;
    color: #000;
    text-decoration: none;
    display: inline-block;
    padding: 8px 16px;
}

.footer_btn:hover {
    background-color: #ccc !important;
    color: #000 !important;
}

.footer_btn-icon {
    margin-right: 16px;
    display: inline-block;
}

.footer_social-icons {
    margin: 16px 0;
    font-size: 24px !important;
    color: #fff !important;
}

.footer--icon:hover {
    opacity: 0.6;
}

.footer_link-w3 {
    color: #fff;
}

.footer_link-w3:hover {
    color: #4CAF50 !important;
}