body{
    text-align: left!important;
    color: #ffffff;
    background-color: #000000;
    font-family: sans-serif;
}

main {
    background-color: #333;
    min-height: 80vh;
}


header {
    position: fixed;
    width: 100%;
    z-index: 100;
    background: #000000;
    opacity: 0.95;
}

.navbar.navbar-expand-lg.navbar-dark.bg-dark{
    background-color: transparent!important;
    padding: 1rem 0;
}

.navbar-brand .logo{
    width: 150px;
}

footer {
    display: block;
    width: auto;
    margin: 0 40%;
    text-align: center;
}

footer a {
    width: 3%;
    margin-left: inherit;
}


h1 {
    font-size: 40px;
    margin-top: 75px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 30px;
}

p{
    font-size: 18px;
    color: #ffffff;
}

.py-5{
    padding-top: 1rem!important;
    padding-bottom: 1rem!important;
}

.nav {
    height: 100px;
}

.float-end a {
    color: #4E4E4E;
}

.card-body {
    background-color: transparent;
}

/* Image for Parallax Section */
.paralsec {
    background-image: url("../assets/AboutUs2.jpeg");
}

/* Paragraph for Parallax Section */
.paral p {
    color:#f5f5f5;
}

/* Heading for Parallax Section */
.paral h1 {
    color: rgba(255, 255, 255, 0.8);
    font-size: 60px;
    text-align: center;
    padding-top: 60px;
}

/* Header Parallax Element Style*/
.paral {
    min-height: 600px;
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 50%;
}

.card {
    border: none;
    background-color: transparent;
}

.card img {
    height: 240px;
    width: 100%;
    object-fit: cover;
}

.card a {
    max-height: 280px;
    overflow: hidden;
}

.card-text {
    color: #FFFFFF;
}

a {
    text-decoration: none;
}

li{
    color: #FFFFFF!important;
}

/*.bg-dark {*/
    /*background-color: #000000!important;*/
/*}*/

.text-center {
    text-align: left!important;
}

.col-lg-6{
    width: 100%
}

img {
    float: right;
    padding: 10px;
}

.split {
    min-width: 400px;
    max-width: 100%;
    margin-right: 1%;
    display: inline-block;
    vertical-align: top;
}

.service-column {
    display: inline-grid;
    width: 24%;
}

.service-column li {
    list-style: none;
}

.socialMedia {
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-flex;
    height: 36px;
    width: 36px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    margin: 0 5px;
    justify-content: space-between;
}

.fb {
    background-image: url("../assets/icons8-facebook-48.png");
}

.ig{
    background-image: url("../assets/icons8-instagram-48.png");
}

.tw {
    background-image: url("../assets/icons8-twitter-48.png");
}

.tt {
    background-image: url("../assets/icons8-tiktok-48.png");
}

.mediaImage {
    float: none;
    height: auto;
    width: 550px;
    object-fit: cover;
}