@charset "utf-8";
html {
    overflow-y: scroll;
    overflow-x: hidden;
}
html,
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.6em;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
.bold {
    font-weight: bold;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}
.uppercase {
    text-transform: uppercase;
}
.capitalise {
    text-transform: capitalize;
}
.hidden {
    display: none;
}
.nospace {
    color: #444;
    font-weight: 600;
    margin: 0px 0px 20px 0px;
    padding: 0;
    list-style: none;
    text-align: justify;
    
}

.block {
    display: block;
}
.inline * {
    display: inline-block;
}
.inline *:last-child {
    margin-right: 0;
}
.pushright li {
    margin-right: 20px;
}
.pushright li:last-child {
    margin-right: 0;
}
.borderedbox {
    border: 1px solid;
}
.overlay {
    position: relative;
    z-index: 1;
}
.overlay::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}
.bgded {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.circle {
    border-radius: 50%;
    background-clip: padding-box;
}
.btn {
    display:inline-block;
    padding:10px;
    text-transform: uppercase;
    border: 1px solid;
}
.btn.medium {
    padding: 10px;
}
.btn.small {
    padding: 8px 18px 10px;
    text-transform: none;
}
.clear,
.group {
    display: block;
}
.clear::before,
.clear::after,
.group::before,
.group::after {
    display: table;
    content: "";
}
.clear,
.clear::after,
.group,
.group::after {
    clear: both;
}
a {
    outline: none;
    text-decoration: none;
}
.fl_left,
.imgl {
    float: left;
}
.fl_right,
.imgr {
    float: right;
}
img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    line-height: normal;
    vertical-align: middle;
}
.imgl {
    margin: 0 15px 10px 0;
    clear: left;
    box-shadow: 5px 5px 5px #ccc;
}
.imgr {
    margin: 0 0 10px 15px;
    clear: right;
}
/* Fonts
--------------------------------------------------------------------------------------------------------------- */

body,
input,
textarea,
select {
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;

  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;

}
h1,
h2,
h3,
h4,
h5,
h6,
.heading {
   font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;

}
/* Forms
--------------------------------------------------------------------------------------------------------------- */

form,
fieldset,
legend {
    margin: 0;
    padding: 0;
    border: none;
}
legend {
    display: none;
}
label,
input,
textarea,
select,
button {
    display: block;
    resize: none;
    outline: none;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    vertical-align: middle;
}
label {
    margin-bottom: 5px;
}
:required,
:invalid {
    outline: none;
    box-shadow: none;
}
/* Generalise
--------------------------------------------------------------------------------------------------------------- */



h6,
.heading {
    color: #014e90;
    margin: 0 0 20px 0;
    font-size: 22px;
    line-height: normal;
    font-weight: bold;
}
h1,
h2,

.heading {
color: #014e90;
    margin: 0 0 20px 0;
    font-size: 18px;
 line-height: 25px;
    font-weight: bold;
   font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;

        text-transform: uppercase;
}
h4{  
   font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;

    color: #014e90;
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 25px;
    font-weight: bold;
   
        text-transform: uppercase;

}

h5{
     font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;

    color: #014e90;
    margin: 0 0 10px 0;
    font-size: 13px;
    line-height: 25px;
    font-weight: bold;
   
        text-transform: uppercase;

}


h3{
     font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;

    color:#FF5722;
    margin: 0 0 10px 0;
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
    
        text-transform: uppercase;

}
address {
    font-style: normal;
    font-weight: normal;
}
span hr{
    display: block;
    width: 10%;
    height: 1px;
    border: 2px solid #ffa500;
}
hr {
    display: block;
    width: 100%;
    height: 1px;
    border: solid;
    border-width: 1px 0 0 0;
}
.font-xs {
    text-align: justify;
    font-size: .8rem;
   font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;

    color:#014e90;
    font-weight: 500;
}
.font-x1 {
    font-size: 1.3rem;
   font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;

    color:#014e90;
    font-weight: 600;
}
.font-x2 {
    font-size: 2rem;
   font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;

    color: #014e90;
    font-weight: 600;
    text-align: center;
}
.font-x3 {
    font-size: 2.2rem;
   font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;

    color:#014e90;
    font-weight: 500;
}
.wrapper {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    word-wrap: break-word;
}

.hoc {
    display: block;
    margin: 0 auto;
}
/* HTML 5 Overrides
--------------------------------------------------------------------------------------------------------------- */

address,
article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
    margin: 0;
    padding: 0;
}
/* Grid
--------------------------------------------------------------------------------------------------------------- */

.one_half,
.one_third,
.two_third,
.one_quarter,
.two_quarter,
.three_quarter {
    display: inline-block;
    float: left;
    margin: 0 0 0 3.06748466257669%;
    list-style: none;
}
.first {
    margin-left: 0;
    clear: left;
}
.one_quarter {
    width: 22.69938650306748%;
}
.one_third {
    width: 31.28834355828221%;
}
.one_half,
.two_quarter {
    width: 48.46625766871166%;
}
.two_third {
    width: 65.6441717791411%;
}
.three_quarter {
    width: 74.23312883435584%;
}
/* Spacing
--------------------------------------------------------------------------------------------------------------- */

.btmspace-10 {
    margin-bottom: 10px;
}
.btmspace-15 {
    margin-bottom: 15px;
}
.btmspace-30 {
    margin-bottom: 30px;
    text-align: justify;
}
.btmspace-50 {
    margin-bottom: 50px;
}
.btmspace-80 {
    margin-bottom: 80px;
}
.inspace-5 {
    padding: 5px;
}
.inspace-10 {
    padding: 10px;
}
.inspace-15 {
    padding: 15px;
}
.inspace-30 {
    padding: 30px;
}
.inspace-50 {
    padding: 50px;
}
.inspace-80 {
    padding: 80px;
}

.one ul
{
color: #666;
list-style-type: none;
padding: 0;
margin: 0;
}
.one ol
{
color: #666;
list-style-type: none;
padding: 0;
margin: 0;
}

.one ol li
{
    color: #444;
background-position: 0 .4em;
padding-left: 1.6em;
padding-bottom: 0.5em;
}

.one ul li
{
  color: #444; 
background-image: url(../images/arrow2.png);
background-repeat: no-repeat;
background-position: 0 .4em;
padding-left: 1.6em;
padding-bottom: 0.5em;
}

.nospace span{
    color:#c8232c;
    font-size: 16px;
    font-weight: bold;
}

.contact-form .form-group {
    position: relative;
    padding-left: 35px;
    border:1px solid rgba(0,0,0,0.2);
}

.form-group {
    margin-bottom: 15px;
}
.form-control {
    display: block;
    border: 0px;
    width: 100%;
    height: 45px;
    padding: 5px 0px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    background-image: none;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 5px;
}
.contact-form .form-group:before {
    position: absolute;
    height: 45px;
    font-family: FontAwesome;
    top: 0;
    left: 5px;
    width: 20px;
    text-align: center;
    line-height: 45px;
    color:#014e90;
    font-size: 18px;
}
.in_name:before {
    content: '\f007';
}
.contact-form textarea#message {
    padding-top: 10px;
    height: 115px;
}
input[type='submit'] {
    display: inline-block;
    background: transparent;
    padding: 10px 25px;
    font-weight: 300;
    border-radius: 0px;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    color: #fff;
    background:#014e90;
    letter-spacing: 2px;
    border: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
/*.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}*/
.address-box {
    margin-bottom: 15px;
    padding-left: 50px;
}

.address-box i.fa {
    color: #014e90;
    font-size: 20px;
    line-height: 30px;
    float: left;
    width: 40px;
    text-align: center;
    margin-left: -50px;
}
.in_email:before {
    content: '\f1d8';
}
.in_message:before {
    content: '\f0e0';
}


.left{

    float: left;
    width: 50%;
    padding-right: 10px;
}

.right{
    float: right;
    width: 50%;
    padding-left:10px;
}

table.gridtable {
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;

  font-size:13px;
  color:#333333;
  border-width: 1px;
  border-color: #ccc;
  border-collapse: collapse;
}
table.gridtable th {
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #ccc;
  background-color: #666666;
}
table.gridtable td {
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #666666;
  background-color: #ffffff;
}

table.gridtable tr {
  text-align: left;
}