
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&display=swap');
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Barlow", sans-serif;
    color: #516171;
    line-height: 2;

}


h1,h2,h3,h4,h6 {
    font-weight: 500; 
    color: #ff5000
    
}

/*---  remove text decoration from a tags (underline)  ---*/
a {
    color: #092032;
    text-decoration: none;
    transition: all 0.8s ease;
    font-weight: 500;
}

img { 
    width: 100%;
}

/* ---- banner----*/
.bg-cover{
    background-position: center;
    background-size: cover;
    
}

/*--logo  --*/
.img-responsive {
    height: auto;
    width: auto;
    max-height: 56px;
    max-width: 100px;
}

/*---  Navbar  ---*/

.top-nav {
    background-color: #ff5000;
    padding-top: 3px;
    padding-bottom: 3px;
}

/*----put p tags on one line-------------*/
.top-nav p {
    margin-bottom: 0;
    display: inline-block;
    color: #ffffff;
}

/*---align icons and email address--------------*/
.top-nav i,
.top-nav span {
    vertical-align: middle;

}

/*---social links a tag--------border radius of 100% makes a circle------*/
.social-links a {
    width: 25px;
    height: 25px;
    background-color: rgba(255, 255, 255, 0.3);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 16px;
    border-radius: 100%;
}


.social-links a:hover {
    background-color: #ffffff;
    color: #ff5000;

}

/*-- bottom navbar */

.navbar {

    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.8);

}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #ff5000;
}


/*----   slider  ---*/

.slide1{
    background: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)), url(images/banner1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
}
.slide2{
    background: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)), url(images/banner2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.text-box{
    width: 90%;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.text-box h1{
    font-size: 4rem;
}

.btn{
    padding: 9px 24px;

}

.btn-brand{
    background-color: #ff5000;
    color:#ffffff;
    border-color: #ff5000;

}

/*-- owl carousel --*/
.hero-slider .owl-prev,
.hero-slider .owl-next {
    background-color: rgba(255, 255, 255, 0.3) !important;
    width: 60px !important;
    height: 60px !important;
    display: block;
    display: grid;
    place-items: center;
    color: #fff !important;
    border-radius: 100px;
    line-height: 0;
    border-radius: 100px !important;
    position: absolute;
    top: 50%;
    font-weight: 600 !important;
    font-size: 12px !important;
    transition: all 0.4s ease;
    margin-top: -30px !important;
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

.hero-slider .owl-prev:hover,
.hero-slider .owl-next:hover {
    background-color: #ff5000 !important;
}

.owl-dot.active span {
    background-color: #ff5000 !important;
}


/* slide */
.slide {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.coreimg{ 
    
    height: auto;
    width: auto;
    border-radius: 50%;
    max-width: 60%
    
}


/* banners on the pages */
 .welcome {
     min-height: 50vh;
     width: 100%;
     background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)), url(images/banner.jpg);
     background-position: center;
     background-size: cover;
     position: relative;

 }

 .text-box {
    width: 90%;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;

}

.text-box h1 {
    font-size: 4 rem;
    color: #ff5000;
    
}

/* colour of Services link */
.link a:hover{
    color: #ff5000;
}


.column2 a:hover{
    color: #ff5000;
}

.img-responsive2{
    height: auto;
    width: auto;
    max-height: 60%;
    max-width: 60%;
    height: 150px;

}

.corebg {
    background: linear-gradient(rgba(213, 153, 125, 0.9), rgba(255, 77, 41, 0.85)), url(images/inclusion.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


footer {
    background: linear-gradient(0deg, rgba(8, 32, 50, 0.9), rgba(8, 32, 50, 0.9)), url(images/banner1.jpg), #082032;
    ;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

footer .footer-top {
    padding-top: 80px;
    padding-bottom: 40px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 10px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 10px;
}


footer .navbar-brand {
    color: #fff;

}

footer p {
    color: #ff5000;

}

footer .social-icons a {
    width: 50px;
    height: 50px;
    font-size: 20px;
    margin-left: 4px;
    margin-right: 4px;

}

.footer-bottom img {
    padding-right: 10px;
    padding-bottom: 40px;
}

/* for hcpc logo  */
.img-responsive4 {
    height: auto;
    width: auto;
    max-height: 80px;
    max-width: 150px;
}

.social-icons a {
    width: 28px;
    height: 28px;
    display: inline-flex;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.25);
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.social-icons a:hover{
    background-color: #fff;
    color: #ff5000;
}

.social-links a {
    width: 25px;
    height: 25px;
    background-color: rgba(255, 255, 255, 0.3);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 16px;
    border-radius: 100%
}

