body {
    font-family: 'Cairo', sans-serif;
}
a {
    text-decoration: none;
}

.fixed-top {
    top: 35px;
}

.logo {
    width: 200px;
}

.navbar-toggler-icon {
    background-image: url('../img/menu.png') !important;
}

a.nav-link, a.nav-link:hover, a.nav-link:active {
    color: #020939;
    font-weight: bold;
}

.contact-us-background {
	   background: #e6e8e8;
    padding: 30px;
}

.home-button-row-selection {
    background: #e6e8e8;
    padding: 30px;
}

.background-image {
	background-image: url(../img/backgroundimg.jpg)
}

#footer {
    background: #000;
    padding: 60px 0 30px 0;
    color: #6cc3c3;
    font-size: 14px;
    margin-top: 40px;
}


    #footer .footer-info {
        margin-bottom: 30px
    }

        #footer .footer-info h3 {
            font-size: 18px;
            margin: 0 0 20px 0;
            padding: 2px 0 2px 0;
            line-height: 1;
            font-weight: 700
        }

        #footer .footer-info p {
            font-size: 14px;
            line-height: 24px;
            margin-bottom: 0;
            font-family: "Raleway", sans-serif;
            color: #000
        }

    #footer .social-links a {
        font-size: 18px;
        display: inline-block;
        background: #6cc3c3;
        color: #000;
        line-height: 1;
        padding: 8px 0;
        margin-right: 4px;
        border-radius: 50%;
        text-align: center;
        width: 36px;
        height: 36px;
        transition: 0.3s
    }

        #footer .social-links a:hover {
            background: #6cc3c3;
            color: #000;
            text-decoration: none
        }

    #footer h4 {
        font-size: 16px;
        font-weight: bold;
        color: #6cc3c3;
        text-transform: uppercase;
        position: relative;
        padding-bottom: 12px
    }

.footer-links, .footer-links:hover, .footer-links:active, .footer-links a {
    color: #6cc3c3;
}

#footer .footer-links {
    margin-bottom: 30px
}

    #footer .footer-links ul {
        list-style: none;
        padding: 0;
        margin: 0
    }

        #footer .footer-links ul i {
            padding-right: 2px;
            color: #6cc3c3;
            font-size: 18px;
            line-height: 1
        }

        #footer .footer-links ul li {
            padding: 10px 0;
            display: flex;
            align-items: center
        }

            #footer .footer-links ul li:first-child {
                padding-top: 0
            }

        #footer .footer-links ul a {
            color: #6cc3c3;
            transition: 0.3s;
            display: inline-block;
            line-height: 1
        }

            #footer .footer-links ul a:hover {
                color: #6cc3c3
            }

#footer .footer-contact {
    margin-bottom: 30px
}

    #footer .footer-contact p {
        line-height: 26px
    }

#footer .copyright {
    text-align: center;
    padding-top: 30px
}

#footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #fff
}

.bName {
    display: none;
}

.black-links, .black-links:hover, .black-links:active {
    color: #000;
    text-decoration:none !important;
}

.bg-gray {
    background: #e5e5e5;
    padding: 50px;
}

.will-image {
    width: 140px;
    margin-top: -90px;
}

.legacy-image-inner {
    margin-bottom: 40px;
}

.heading-color {
    color: #102744 !important;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
}

.master-body {
    margin-top: 200px;
}

@media (min-width: 0px) and (max-width: 425px) {
    .master-body {
        margin-top: 200px;
    }

    .p-5 {
        padding: 0rem !important;
    }
}

nav.navbar.navbar-expand-lg.fixed-top {
    background: #fff;
}

.card {
    border: none;
}

    .card h1 {
        font-weight: bold;
        color: red
    }

p {
    color: #6a6a6a;
    font-weight: 500;
}


.red-text
{
    color:red;
}

.bold-text {
    font-weight:bold;
}

.thin-text {
    font-weight: 100;
}

.three-blocks {
    border: 1px solid #02283f;
    background: #f3f3f3;
    padding:20px;
}

.m-only {
    display: none;
}

.d-only {
    display: inline;
}

@media (min-width: 0px) and (max-width: 425px) {
    .m-only {
        display: inline;
    }

    .d-only {
        display: none;
    }

    .three-blocks {
        margin-bottom: 30px;
    }
}


.video-container {
    overflow: hidden;
    position: relative;
}

    .video-container video {
        min-width: 100%;
        min-height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }

    .video-container .caption {
        z-index: 1;
        position: relative;
        text-align: center;
        height:500px;
    }

@media (min-width: 0px) and (max-width: 425px) {
    .video-container video {
        width: 100%;
        margin-bottom: -11px;
    }

    .video-container .caption {
        height: 130px;
    }
}

.info-bar {
    background: #6cc3c3;
    color: #fff;
    padding: 10px;
    color: #000;
    position: fixed;
    width: 100%;
    top: 0;
}

    .info-bar a, .info-bar a:hover, .info-bar a:active {
        color: #000;
        text-decoration: none;
    }

.click-to-chat {
    position: fixed;
    z-index: 10000;
    bottom: 10px;
    right: 10px;
}

    .click-to-chat img {
        width: 150px;
    }

@media (min-width: 0px) and (max-width: 425px) {
    .click-to-chat img {
        width: 100px;
    }
	
	.carousel-item.active img {
		height: 190px;
	}
}

.carousel, .container {
    overflow-x: hidden;
    overflow-y: hidden;
}

@media (min-width: 0px) and (max-width: 767px) {

    .info-bar .text-start,
    .info-bar .text-end {
        text-align: center !important;
    }
	
	.text-start,
    .text-end {
        text-align: center !important;
    }

    .fixed-top {
        top: 60px;
    }
}

.products-banner {
    background-image: url(../img/productsbanner.jpg);
    min-height: 471px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-bottom: 30px;
}

.contactus-banner {
    background-image: url(../img/contactus.jpg);
    min-height: 471px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-bottom: 30px;
}

@media (min-width: 0px) and (max-width: 767px) {
    .products-banner, .contactus-banner {
        min-height: 180px;
    }

    img.img-fluid.footer-logo {
        margin-top: -40px;
    }
}

.card-header {
    border-bottom: none;
}


.mt-100 {
    margin-top: 100px;
}

.mb-100 {
    margin-bottom: 100px;
}

@media (min-width: 0px) and (max-width: 767px) {

    .mt-100 {
        margin-top: 50px;
    }

    .mb-100 {
        margin-bottom: 50px;
    }

}


table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #dddddd;
}

.jumbotron {
    background: #e1e1e1;
    padding-top: 30px;
    padding-bottom: 30px;
	margin-top: -5px;
}

.text-colour {
    color: #6cc3c3
}

.m-only {
	display: none;
}

.d-only {
	display: inline;
}

@media (min-width: 0px) and (max-width: 425px) {
	.m-only {
		display: inline;
	}

	.d-only {
		display: none;
	}
}