﻿{
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
background-color: #f2f2f2;}

.login {
    width: 400px;
    background-color: #ffffff;
}
.login {
    width: 400px;
    background-color: #ffffff;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
    margin: 100px auto;
}
    .login h1 {
        text-align: center;
        color: #5b6574;
        font-size: 24px;
        padding: 20px 0 20px 0;
        border-bottom: 1px solid #dee0e4;
    }
    .login form {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding-top: 20px;
    }
        .login form label {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 50px;
            height: 50px;
            background-color:#00008b;
            color: #ffffff;
        }
        .login form input[type="password"], .login form input[type="text"] {
            width: 310px;
            height: 50px;
            border: 1px solid #dee0e4;
            margin-bottom: 20px;
            padding: 0 15px;
        }
        .login form input[type="submit"] {
            width: 100%;
            padding: 15px;
            margin-top: 20px;
            background-color:#00008b;
            border: 0;
            cursor: pointer;
            font-weight: bold;
            color: #ffffff;
            transition: background-color 0.2s;
        }
            .login form input[type="submit"]:hover {
                background-color: #2868c7;
                transition: background-color 0.2s;
            }
.navtop {
    background-color: #2f3947;
    height: 60px;
    width: 100%;
    border: 0;
}
    .navtop div {
        display: flex;
        margin: 0 auto;
        width: 1000px;
        height: 100%;
    }
        .navtop div h1, .navtop div a {
            display: inline-flex;
            align-items: center;
        }
        .navtop div h1 {
            flex: 1;
            font-size: 24px;
            padding: 0;
            margin: 0;
            color: #eaebed;
            font-weight: normal;
        }
        .navtop div a {
            padding: 0 20px;
            text-decoration: none;
            color: #c1c4c8;
            font-weight: bold;
        }
            .navtop div a i {
                padding: 2px 8px 0 0;
            }
            .navtop div a:hover {
                color: #eaebed;
            }
body.loggedin {
    background-color: #f3f4f7;
}
.content {
    width: 1000px;
    margin: 0 auto;
}
    .content h2 {
        margin: 0;
        padding: 25px 0;
        font-size: 22px;
        border-bottom: 1px solid #e0e0e3;
        color: #4a536e;
    }
    .content > p, .content > div {
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
        margin: 25px 0;
        padding: 25px;
        background-color: #fff;
    }
        .content > p table td, .content > div table td {
            padding: 5px;
        }
            .content > p table td:first-child, .content > div table td:first-child {
                font-weight: bold;
                color: #4a536e;
                padding-right: 15px;
            }
        .content > div p {
            padding: 5px;
            margin: 0 0 10px 0;
        }
.enquiry-form {
    max-width: 800px;
    margin: 30px auto;
    padding: 30px;
    border-top: 3px solid #cbb693;
    border-bottom: 3px solid #cbb693;
    background: #f8f8f8;
    font-family: Arial, sans-serif;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    font-weight: bold;
    margin-bottom: 6px;
}

.form-group input,
.form-group select,
.form-group textarea {
    display: block;
    width: 100%;
    max-width: 360px;
    padding: 8px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.form-group textarea {
    height: 140px;
}




.contact-section {
    background-color: #ffffff;
    width: 100%;
    margin: 30px auto;
    padding: 40px;
}

.dropdown-menu-custom {
    position: relative;
}

.dropdown-menu-custom > a {
    display: block;
}

.submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    min-width: 250px;
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    z-index: 9999;
}

.dropdown-menu-custom:hover .submenu {
    display: block;
}

.submenu li a {
    display: block;
    padding: 10px;
    color: black;
    text-decoration: none;
}

.submenu li a:hover {
    background: darkblue;
    color: white;
}

.center-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.centre-heading {
text-align: center;
font-weight: bold;
}


.button-wrap {
    text-align: center;
	width: 100%;
	font-weight: bold;
}

.button-wrap button {
    text-align: center;
	width: 320px;
    padding: 10px;
    background: darkblue;
    color: white;
    border: none;
    border-radius: 25px;
	font-weight: bold;
}


.enquire-btn {
    display: inline-block;
    width: 320px;
    padding: 10px;
    background: darkblue;
    color: white;
    text-decoration: none;
    border-radius: 25px;
    text-align: center;
	font-size: 22px;
	font-weight: bold;
	transition: all 0.3s ease;
	box-shadow: 0 0 20px rgba(255,255,255,0.15);
}

.cta-section {
    background: linear-gradient(105deg,#000428 0%,#004e92 100%);
    color: white;
    text-align: center;
    padding: 60px 20px;
    margin-top: 10px;
	border-top: 4px solid rgba(255,255,255,0.15);
	
}

.section-title3 {
    background: #002b7f;
    color: white;
    padding: 15px 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.section-title {
    background: linear-gradient(75deg,#000428 0%,#004e92 100%);
    color: white;
    padding: 12px 18px;
    border-radius: 6px;
}


.page-title {
font-size: 40px;
font-weight: bold;
margin: 5px;
text-align: center;
background: #003c97;
color: white;
padding: 15px 20px;
border-radius: 5px;
}





.inverted-foot { 
   color:#999999; 
	background: #000428;
	border-top: #999999 solid 1px;
	margin-top: 30px;
	padding-top: 00px;
	padding-bottom: 30px;
	text-align:left;
}