body {
    font-family: 'Poppins', sans-serif;
}

.navbar-nav > .nav-item > .nav-link {
    color: #fff;
    font-size: .75rem;
}
.g-text-primary {
    color: #06099e;
}

.g-separator-title {
    width: 69px;
    height: 3px;
    display: block;
    background: #06099e;
}
.g-box-details {
    background-color: rgba(0, 0, 0, 0.55);
}
header {
    background: #06099e;
    transition: all 0.4s ease-out;
    z-index: 999;
}
header:before {
    position: absolute;
    top: 0;
    left: 50%;
    content: '';
    width: 60px;
    height: 100%;
    background: #06099e;
    z-index: -1;
    margin-left: -281px;
    transform: skew(-23deg);
}
header:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 50%;
    height: 100%;
    background: #06099e;
    z-index: -1;
    margin-left: -250px;
}
.menu-bg {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
#gacoCarousel .carousel-item {
    width: 100%;
    height: 350px;
    max-width: 100%;
}
#gacoCarousel .bg-1 {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.66)), url('images/sm/banner_1.jpg') center;
    background-size: cover;
}
#gacoCarousel .bg-2 {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.66)), url('images/sm/banner_2.jpg') center;
    background-size: cover;
}
#gacoCarousel .bg-3 {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.66)), url('images/sm/banner_3.jpg') center;
    background-size: cover;
}

#fact-counter-wrapper {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('images/sm/slider2.jpg') center;
    background-size: cover;
    background-attachment: fixed;
}

#contact {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('images/sm/bg_img1.jpg') center;
    background-size: cover;
    background-attachment: fixed;
}

.g-btn-primary {
   background: #06099e;
   color: white;
}
.g-btn-primary:hover {
   background: transparent;
   border-color: #06099e;
   border-width: 2px;
   color: #06099e;
}

.icon-bg {
    background: #06099e;
    top: -1.5em;
    padding: 0.65em;
}

.g-icon {
    width: 20px;
    height: 20px;
    background-size: contain;
}
.g-location {
    background: url("images/xl/location-dot-solid.svg") no-repeat;
}
.g-envelope {
    background: url("images/xl/envelope-solid.svg") no-repeat;
}
.g-phone {
    background: url("images/xl/phone-solid.svg") no-repeat;
}
.g-bg-fb {
    background: #06099e;
    border-radius: 3px;
    padding: .35em .56em;
}
.g-facebook {
    background: url("images/xl/facebook-f.svg") no-repeat;
    width: 10px;
    height: 15px;
    background-size: contain;
}