body {
    font-family: 'Livvic', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #454545;
    background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Livvic', sans-serif;
    font-weight: 700;
}

a {
    color: #03228F;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover,
a:focus {
    color: #0844B2;
    outline: 0;
    text-decoration: none;
}

strong {
    font-weight: 700;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

html {
    scroll-behavior: smooth;
}

.button-cb {
    background: #03228F;
    color: #fff;
    display: inline-block;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 5px;
}

.button-cb:focus,
.button-cb:hover {
    background: #0844B2;
    color: #fff;
}

/* Header CSS */

#header {}

.header-top {
    padding: 20px 0;
}

.logo {
    width: 300px;
}

.connect {
    position: relative;
    padding-left: 35px;
}

.connect i {
    font-size: 26px;
    color: #999;
    position: absolute;
    left: 0;
    top: 5px;
}

.connect h2 {
    color: #101010;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
}

.connect h2 span {
    color: #454545;
    display: block;
    font-weight: 400;
    font-size: 15px;
}

.header-nav {
    background: #03228F;
    padding: 10px 0;
}

.social-link li {
    display: inline-block;
}

.social-link li a {
    color: #fff;
    display: inline-block;
    padding: 10px 10px;
    font-size: 16px;
}

.social-link li a:hover {
    color: #bbb;
}

.navbar-cb {
    padding: 0;
}

.navbar-cb .navbar-brand {
    display: none;
}

.navbar-cb .navbar-toggler {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    color: #fff;
    padding: 0;
    padding-top: 5px;
    font-size: 34px;
    outline: 0;
}

.navbar-cb .navbar-nav {}

.navbar-cb .navbar-nav li {}

.navbar-cb .navbar-nav li a {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    text-transform: uppercase;
    padding: 10px 20px !important;
}

.navbar-cb .navbar-nav li.active a,
.navbar-cb .navbar-nav li a:hover {
    color: #bbb;
}

/* Welcome CSS */

#welcome {
    overflow: hidden;
}

.we-slide {
    background-color: #0C2142;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 200px 0;
    color: #fff;
    height: 700px;
}

.we-slide h2 {
    font-weight: 800;
    font-size: 64px;
    line-height: 1.4;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.we-slide p {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    background: #03228F;
    width: 60px;
    height: 60px;
    font-size: 40px;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 50%;
    opacity: 0.8;
}

.owl-carousel .owl-nav button:hover,
.owl-carousel .owl-nav button:focus {
    opacity: 1;
    outline: 0;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 15px;
}

.owl-carousel .owl-nav button.owl-next {
    right: 15px;
}

.owl-carousel .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 20px;
}

.owl-carousel .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    background: #fff;
    margin: 5px;
    border-radius: 50%;
    border: 4px solid #bbb;
}

.owl-carousel .owl-dots .owl-dot.active {
    background: #03228F;
}

/* Wrapper CSS */

#wrapper {}

.sec-title {
    margin-bottom: 60px;
    text-align: center;
}

.sec-title h2 {
    color: #101010;
    font-size: 40px;
    margin-bottom: 20px;
}

.sec-title p {
    font-size: 24px;
}

.content-box {
    padding: 80px 0;
}

.content-about {}

.content-about h3 {
    color: #999;
    font-size: 24px;
    font-weight: 600;
}

.content-about h2 {
    color: #101010;
    font-size: 40px;
    margin-bottom: 30px;
}

.content-about p {
    font-size: 18px;
    margin-bottom: 30px;
}

.content-service {
    background: #F3F7FF;
}

.service-item {
    -webkit-box-shadow: 0 0 9px 3px #eee;
    box-shadow: 0 0 9px 3px #eee;
    margin-bottom: 30px;
}

.service-item .desc {
    background: #fff;
    padding: 30px 30px;
}

.service-item img {
    width: 100%;
    min-height: 240px;
}

.service-item h2 {
    color: #101010;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.service-item h2 a {
    color: #101010;
}

.service-item h2 a:hover {
    color: #03228F;
}

.service-item p {
    line-height: 1.8;
    margin: 0;
}

.content-contact {
    background-color: #0C2142;
    background-image: url('../images/map.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    position: relative;
}

.content-contact:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.5;
}

.content-contact .sec-title h2 {
    color: #fff;
}

.contact-link {
    text-align: center;
    padding: 40px 0;
}

.contact-link i {
    font-size: 60px;
    margin-bottom: 30px;
    display: inline-block;
}

.contact-link h2 {
    font-weight: 500;
    font-size: 24px;
}

.contact-link a {
    color: #fff;
}

.contact-link a:hover {
    opacity: 0.8;
}

.content-page h2 {
    color: #101010;
    font-size: 40px;
    margin-bottom: 20px;
}

.content-page h3 {
    color: #999;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.content-page img {
    margin-bottom: 20px;
}

.address {
    margin-bottom: 40px;
}

.address p {
    margin-bottom: 10px;
}

.address p i {
    margin-right: 5px;
}

.bio-info {
    margin-bottom: 40px;
}

.bio-info h3 {
    color: #101010;
    font-size: 26px;
    margin-bottom: 15px;
}

.project-slider {
    background: #F3F7FF;
}

.project-slider img {
    margin-bottom: 0;
}

.content-page .pj-title {
    background: #F3F7FF;
    padding: 20px 20px;
    color: #101010;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 40px;
}

/* Moses' CSS */
.content-page .pj-body {
    background: #F3F7FF;
    /* padding: 20px 20px; */
    color: #101010;
    /*font-size: 22px;*/
    font-weight: 600;
    margin-bottom: 40px;
}

/* Footer CSS */

#footer {
    background: #000;
    padding: 30px 0;
    color: #fff;
}

.copyright {
    margin: 0;
    padding: 10px 15px;
}

.footer-link {
    text-align: right;
}

.footer-link li {
    display: inline-block;
}

.footer-link li a {
    color: #fff;
    display: inline-block;
    padding: 10px 15px;
}

.footer-link li a:hover {
    color: #bbb;
}



/* ---------------------------------------
			Responsive Layout
----------------------------------------- */

/* Desktop layout */

@media (min-width:1200px) {}


/* Big tablet layout */

@media only screen and (min-width:992px) and (max-width:1199px) {}


/* Normal tablet layout */

@media only screen and (min-width:768px) and (max-width:991px) {
    .logo {
        margin: 0 auto;
    }

    .connect {
        display: none;
    }

    .we-slide {
        padding: 100px 0;
        height: 600px;
    }

    .owl-carousel .owl-nav button {
        display: none;
    }

    .we-slide h2 {
        font-size: 60px;
    }

    .content-about img {
        margin-bottom: 30px;
    }

    .footer-link,
    .copyright {
        text-align: center;
    }
}

/* Normal mobile layout */

@media only screen and (max-width:767px) {
    .logo {
        width: 240px;
        margin: 0 auto;
    }

    .connect {
        display: none;
    }

    .we-slide {
        padding: 80px 0;
        height: 450px;
    }

    .owl-carousel .owl-nav button {
        display: none;
    }

    .we-slide h2 {
        font-size: 36px;
    }

    .button-cb,
    .we-slide p {
        font-size: 16px;
    }

    .content-about h2,
    .sec-title h2 {
        font-size: 34px;
    }

    .sec-title p {
        font-size: 20px;
    }

    .content-box {
        padding: 60px 0;
    }

    .content-about img {
        margin-bottom: 30px;
    }

    .footer-link,
    .copyright {
        text-align: center;
    }
}


/* Width mobile layout */

@media only screen and (min-width:480px) and (max-width:767px) {}
