/* ==================(Body)======================== */

body{
	font-family: 'Arvo', serif !important;
	overflow-x: hidden;
}


/* ==================(Navbar and Logo)======================== */

header{
    width: 100%;
    height: 60px;
    background-color: #0b88c1;
    overflow: hidden;
}

header .logo{
    font-weight: 800;
    font-size: 30px;
}

header a{
    text-decoration: none;
    color: white;
}

header p{
    margin: 0;
}

.navbar .active{
    color: #cb0612 !important;
    font-weight: 800;
}

.navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
 }

.navbar-brand{
    font-weight: 900;
    text-transform: uppercase;
    text-shadow: #2d7f05;
}

/* ==================(Colors)======================== */

.blue{
    color: #0b88c1;
}

.green{
    color: #2d7f05;
}

.bg-blue{
    background-color: #0b88c1;
}

/* ==================(Carousel)======================== */

.home-banner{
    width: 100%;
    height: 500px;
    background-color: #06116e;
}

/* ==================(Custom Spacing)======================== */

.mt-1{
    margin-top: 2rem !important;
}

.mt-2{
    margin-top: 3rem !important;
}

.mt-3{
    margin-top: 4rem !important;
}

.mt-4{
    margin-top: 5rem !important;
}

.mt-5{
    margin-top: 6rem !important;
}

.mt-6{
    margin-top: 7rem !important;
}

.mt-7{
    margin-top: 8rem !important;
}

.pt-1{
    padding-top: 2rem !important;
}

.pt-2{
    padding-top: 3rem !important;
}

.pt-3{
    padding-top: 4rem !important;
}

.pt-4{
    padding-top: 5rem !important;
}

.pt-5{
    padding-top: 6rem !important;
}

.pt-6{
    padding-top: 7rem !important;
}

.pt-7{
    padding-top: 10rem !important;
}

/* ==================(Custom Fonts)======================== */

h1{
    font-size: 30px !important;
    font-weight: 800;
}

h2{
    font-size: 27px !important;
    font-weight: 800;
}

h3{
    font-size: 24px !important;
    font-weight: 800;
}

p{
    font-size: 16px !important;
}

.show-md{
    display: block;
}

.show-sm{
    display: none;
}

/* ==================(Custom Style)======================== */

.home-lady{
    width: 700px;
}

.page-banner{
    background: linear-gradient(rgba(0, 0, 0, 0.8),
    rgba(0, 0, 0, 0.8)), url('/images/icons/banner.jpg') no-repeat center;
	background-size: cover;
    height: 300px;
    width: 100%;
}

.about-icon{
    width: 250px;
}

.banner-caption{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: white;
}

.banner-caption h1{
    font-weight: 800;
}

.about-icons{
    width: 200px;
}

.offer a{
    text-decoration: none;
}

.offer a:hover{
    text-decoration: none !important;
    color: green !important;
}

.offer .card-img-top{
    height: 150px;
}


/* ==================(Footer)======================== */

footer{
    width: 100%;
    height: auto;
    background-color: #0b88c1;
    overflow: hidden;
    position: relative;
    bottom: 0;
}

footer h5{
    font-weight: 800;
}

footer hr{
    background-color: white;
}

footer a{
    color: white !important;
    text-decoration: none;
}

footer a:hover{
    color: red !important;
    text-decoration: none;
}

/* ==================(Media Query)======================== */

@media (max-width: 768px) {

    h1{
        font-size: 24px !important;
        font-weight: 800;
    }

    h2{
        font-size: 22px !important;
        font-weight: 800;
    }

    h3{
        font-size: 20px !important;
        font-weight: 800;
    }

    p{
        font-size: 13px !important;
    }

    .home-banner{
        width: 100%;
        height: 300px;
        background-color: #06116e;
    }

    .home-banner .captions{
        margin-top: 5rem !important;
        text-align: center !important;
    }

    .home-lady{
        width: 100%;
        height: 200px;
        display: none;
    }

    .page-banner{
        background: linear-gradient(rgba(0, 0, 0, 0.8),
        rgba(0, 0, 0, 0.8)), url('/images/icons/banner.jpg') no-repeat center;
        background-size: cover;
        height: 150px;
        width: 100%;
    }

    .banner-caption{
        width: 100%;
        margin: 0 auto;
        text-align: center;
        color: white;
        padding-top: 4rem !important;
    }

    .about-icons{
        width: 100px !important;
    }

    .about-overview{
        margin-top: 1rem !important;
    }

    .about-mission{
        margin-top: 2rem !important;
    }

    .about-mission h2{
        margin-top: 1rem !important;
    }

    .service-list img{
        width: 10px;
        height: 10px;
    }

    .mt-sm-4{
        margin-top: 55px;
    }

    .show-md{
        display: none;
    }

    .show-sm{
        display: block;
    }

    header p{
        font-size: 8px;
    }

    header .container{
        width: 550px !important;
    }

}
