:root {
    --background-color: #ffffff;
    --default-color: #444444;
    --heading-color: #ef8c31;
    --accent-color: #93989e;
    --contrast-color: #000000;
    --regular-color: #6f6f6f;
}

/*--------------------------------------------------------------
# General Settings
--------------------------------------------------------------*/
.data-header {
    text-align: center;
    padding-bottom: 25px;
}

.data-header h2 {
    color: var(--contrast-color);
    font-size: 42px;
    font-weight: 400;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
}

.data-header p {
    margin-bottom: 0;
    color: var(--regular-color);
}

.data-header h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 85%;
    height: 1px;
    background: var(--heading-color);
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header-section {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.header-section .navbar {
    min-height: 10vh;
}

.header-section .nav-link {
    font-size: 1.2rem;
}

.header-section .header-logo {
    height: 6vh;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero-section {
    height: 88vh;
    margin: 10vh 0 2vh 0;
    background-image: url('img/hero/hero_wide.jpg');
    background-size: cover;
    background-position: 58.8%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--background-color);
    text-align: center;
}

/*--------------------------------------------------------------
# About Us Section
--------------------------------------------------------------*/
.about {
    margin-top: 10vh;
}

.about h4 {
    color: var(--heading-color);
}

.about .about-btn {
    background: none;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    text-decoration: none;
    padding: 0;
    margin: 0;
    color: var(--heading-color);
}

/*--------------------------------------------------------------
# Our Services Section
--------------------------------------------------------------*/
.services-old {
    margin-top: 10vh;
}

.services-old .icon-box {
    text-align: left;
    padding: 40px 20px 40px 20px;
    transition: all ease-in-out 0.3s;
    background: #fff;
    box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
}

.services-old .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;
}

.services-old .icon-box .icon i {
    font-size: 38px;
    transition: 0.5s;
    position: relative;
}

.services-old .icon-box .icon svg {
    position: absolute;
    top: 0;
    left: 0;
}

.services-old .icon-box .icon svg path {
    transition: 0.5s;
    fill: #f5f5f5;
}

.services-old .icon-box h4 {
    font-weight: 600;
    margin: 10px 0 15px 0;
    font-size: 22px;
}

.services-old .icon-box h4 a {
    color: #222222;
    transition: ease-in-out 0.3s;
}

.services-old .icon-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.services-old .icon-box:hover {
    border-color: #fff;
    box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
}

.services-old .iconbox-blue i {
    color: #EF8C31;
}

.services-old .iconbox-blue:hover .icon i {
    color: #222222;
}

.services-old .iconbox-blue:hover .icon path {
    fill: #EF8C31;
}

.services-old .iconbox-orange i {
    color: #EF8C31;
}

.services-old .iconbox-orange:hover .icon i {
    color: #222222;
}

.services-old .iconbox-orange:hover .icon path {
    fill: #EF8C31;
}

.services-old .iconbox-pink i {
    color: #EF8C31;
}

.services-old .iconbox-pink:hover .icon i {
    color: #222222;
}

.services-old .iconbox-pink:hover .icon path {
    fill: #EF8C31;
}

.services-old .iconbox-yellow i {
    color: #EF8C31;
}

.services-old .iconbox-yellow:hover .icon i {
    color: #222222;
}

.services-old .iconbox-yellow:hover .icon path {
    fill: #EF8C31;
}

.services-old .iconbox-red i {
    color: #EF8C31;
}

.services-old .iconbox-red:hover .icon i {
    color: #222222;
}

.services-old .iconbox-red:hover .icon path {
    fill: #EF8C31;
}

.services-old .iconbox-teal i {
    color: #EF8C31;
}

.services-old .iconbox-teal:hover .icon i {
    color: #222222;
}

.services-old .iconbox-teal:hover .icon path {
    fill: #EF8C31;
}
