html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}

html {
    font-family: sans-serif;
}
h1 {
    margin: 1rem 0 0 0;
    font-weight: bold;
    display: inline-block;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 2rem;
    color: #333333;
}
.clear {
    font-size: 0.1rem;
}
h2 {
    margin: 1rem 0 0 0;
    font-weight: bold;
    display: inline-block;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 2rem;
    color: #333333;
}

h3 {
    margin: 1rem 0 0 0;
    font-weight: bold;
}

.heading-bold {
    font-weight: bold;
}

.center {
    text-align: center !important;
}
.strike {
    text-decoration: line-through;
}

.redtxt {
    color: #d90000;
}
.underline {
    text-decoration: underline;
}

.e404 {
    height: 20em;
}
button {
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    background: transparent;
    line-height: 1;
    cursor: auto;
}

.show-for-large {
    display: none !important;
}

.show-for-x-large {
    display: none !important;
}


@media (max-width:60rem) and (min-width:40rem) {
    .hide-for-medium {
    display: none !important;
    }
}

@media (max-width:100rem) and (min-width:60rem) {
    .hide-for-large {
    display: none !important;
    }
    
    .show-for-large {
    display: inline !important;
}
}


@media screen and (min-width: 100rem) {
    .hide-for-x-large {
        display: none !important;
    }
    .show-for-x-large {
    display: inline !important;
}
}

.hilight-bg {
    background-color: #bfdfff !important;
}


body {
    font: 1rem Arial, Helvetica, sans-serif;
	color: #555555;
}

a {
    color: #555;
}

#top {
    height: 0px;
}
header {
    padding: 1rem 1.5rem;
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: white;
    z-index: 1;
    border-bottom: 1px solid #cccccc;
}
.header-flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    
         margin: 0 auto; 
    
}
@media screen and (min-width: 100rem) {
    .header-flex-wrap {
        max-width: 100rem;
    }
}

#logo {
    padding: 0 1.5rem 0 0;
    display: block;
    max-height: 50px;
    -webkit-transition: max-height 0.2s;
    -o-transition: max-height 0.2s;
    transition: max-height 0.2s;
}
/* Large and up */
@media screen and (min-width: 60rem) {
    #logo {
        max-height: 90px;
    }
}
#logo.scrolled {
    max-height: 50px;
}
/* XLarge and up */
@media screen and (min-width: 100rem) {
    #logo {
        max-height: 110px;
    }
    
    #logo.scrolled {
    max-height: 70px;
}
}








.top-bar-phone {
    font-size: 1.2rem;
    font-weight: bold;
    display: none;
    color: #333333;
}
.top-bar-phone a {
    color: #333333;
    text-decoration: none;

}


/* Medium and up */
@media screen and (min-width: 40rem) {
    .top-bar-phone span {
        display: none;
    }
}


@media screen and (min-width: 47rem) {
    .top-bar-phone {
        display: block;
    }
}

/* Large and up */
@media screen and (min-width: 60rem) {
    
    .top-bar-phone span {
        display: inline;
    }
}




.header-flex-wrap > span {
    position: absolute;
    right: 1.5rem;
    border: 1px solid #003366;
    border-radius: 5px;
    padding: 0.25rem 0.45rem;
    top: 1.6rem;
    cursor: pointer;
   
}
/* Medium and up */
@media screen and (min-width: 40rem) {
    .header-flex-wrap > span {
        display: none;
    }
}

.menu-icon {
    margin: 1px 0 3px 0;
    position: relative;
display: inline-block;
vertical-align: middle;
width: 20px;
height: 16px;
cursor: pointer;
    
}

.menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    content: '';
}

.menu-icon::after {
    /* the block itself, the first line */
    background: #003366;
    /* middle and bottom */
    box-shadow: 0 7px 0 #003366, 0 14px 0 #003366;
    /* respect WebKit */
    -webkit-box-shadow: 0 7px 0 #003366, 0 14px 0 #003366;
}

.menu-icon:hover::after {
    /* the block itself, the first line */
    background: #5BAFDD;
    /* middle and bottom */
    box-shadow: 0 7px 0 #5BAFDD, 0 14px 0 #5BAFDD;
    /* respect WebKit */
    -webkit-box-shadow: 0 7px 0 #5BAFDD, 0 14px 0 #5BAFDD;
}










span.tel2 {
    background: #003366;
    right: 4.5rem;
}



.telicon {
    background: url(img/tel.png) no-repeat;
    background-size: 20px 19px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
    
    


    nav {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    }

@media screen and (min-width: 40rem) {
    nav {
 -ms-flex-preferred-size: auto;
     flex-basis: auto;
    }
}
#top-bar-menu {
    display: none;
    
}
@media screen and (min-width: 40rem) {
    #top-bar-menu {
    display: block;
}
}

#top-bar-menu.is-dropdown {
    display: block;
}

#top-bar-menu li {
    font-weight: bold;
   display: block;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    padding: 0;
}
/* Medium and up */
@media screen and (min-width: 40rem) {
    #top-bar-menu li {
         display: inline;
        padding: 1rem 0 1rem 1.5rem;
    }
}
#top-bar-menu a {
    display: block;
     padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-decoration: none;
    color: #003366;
    -webkit-transition: color 0.15s ease-in;
    -o-transition: color 0.15s ease-in;
    transition: color 0.15s ease-in;
}

#top-bar-menu a:hover {
  color: #5bafdd;
}


/* Medium and up */
@media screen and (min-width: 40rem) {
#top-bar-menu a {
  display: inline;
    }
}
.top-bar-menu-dropdown-parent {
    position: relative;
}

.top-bar-menu-dropdown-parent a {
position: relative;
padding-right: 1.5rem;
}

/* Medium and up */
@media screen and (min-width: 40rem) {
.top-bar-menu-dropdown-parent a::after { /* the arrow for services dropdown */
    position: absolute;
    top: 50%;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-top-style: solid;
    border-color: #0F5397 transparent transparent;
    right: 5px;
    margin-top: -3px;
    /*left: auto;
    border-bottom-width: 0;*/
}
}

#top-bar-submenu {
    font-size: 0.8rem;
}
/* Medium and up */
@media screen and (min-width: 40rem) {
#top-bar-submenu {
    display: none;
    font-size: 1rem;
    }
}
#top-bar-submenu li {
    padding: 0;
}
#top-bar-submenu a {
    float: none;
    padding: 0.5rem;
    text-decoration: none;
    display: block;
    text-align: left;
}
#top-bar-submenu a::after {
    display: none;
}

/* Medium and up */
@media screen and (min-width: 40rem) {
.top-bar-menu-dropdown-parent:hover #top-bar-submenu {
    display: block;
    
    top: 3rem;
    right: 0;
    
    position: absolute;
    background-color: white;
    min-width: 350px;
    border: 1px solid #cccccc;
    //z-index: 1;
}
}






#hero {
    margin-top: 83px;
    background-image: url(img/hero.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: height 0.2s, margin-top 0.2s;
    -o-transition: height 0.2s, margin-top 0.2s;
    transition: height 0.2s, margin-top 0.2s;
    height: 200px;
}

/* Medium and up */
@media screen and (min-width: 40rem) {
    #hero {
          height: 400px;
    }
}
/* Large and up */
@media screen and (min-width: 60rem) {
    #hero {
        height: 500px;
        margin-top: 123px;
    }
}
/* x-Large  */
@media screen and (min-width: 100rem) {
    #hero {
        height: 700px;
        margin-top: 143px;
    }
}

.hero-wrapper {
    margin: 0 auto; 
    position: relative;
}
@media screen and (min-width: 100rem) {
    .hero-wrapper {
        max-width: 100rem;
    }
}


.hero1 {
        padding: 0.5rem 1rem;
        color: white;
        display: block;
        position:absolute;
        top: 50px;
        left: 1rem;
    font-weight: normal;
        font-size: 1rem;
        background-color:  rgba(0, 0, 0, .5);
        -webkit-transition: top 0.2s, left 0.2s, font-size 0.2s;
        -o-transition: top 0.2s, left 0.2s, font-size 0.2s;
        transition: top 0.2s, left 0.2s, font-size 0.2s;
    }

    .hero2 {
        padding: 0.5rem 1rem;
        color: white;
        font-weight: bold;
        display: block;
        position: absolute;
        background-color:  rgba(0, 0, 0, .5);
        top: 120px;
        left: 1rem;
        font-size: 1rem;
        -webkit-transition: top 0.2s, left 0.2s, font-size 0.2s;
        -o-transition: top 0.2s, left 0.2s, font-size 0.2s;
        transition: top 0.2s, left 0.2s, font-size 0.2s;
    }
.hero1 .med-up {
    display: none;
}



.hero2 a {
        color: white;
    }
/* Medium and up */
@media screen and (min-width: 40rem) {
    .hero1 {
        padding: 0.5rem 1rem;
        top: 170px;
        left: 2rem;
        font-size: 1.5rem;
    }
    .hero2 {
        
        padding: 0.5rem 1rem;
        top: 280px;
        left: 2rem;
        font-size: 2rem;
    }
    .hero1 .med-up {
    display: inline;
}
.hero1 .small {
    display: none;
}


    
}

/* Large and up */
@media screen and (min-width: 60rem) {
    .hero1 {
        padding: 0.5rem 1rem;
        top: 170px;
        left: 3rem;
        font-size: 2.5rem;
    }
    .hero2 {
        padding: 0.5rem 1rem;
        top: 320px;
        left: 3rem;
        font-size: 3rem;
    }
    
}

/* X-Large */
@media screen and (min-width: 100rem) {
    .hero1 {
        padding: 0.5rem 1rem;
        top: 270px;
        left: 3rem;
        font-size: 2.5rem;
    }
    .hero2 {
        padding: 0.5rem 1rem;
        top: 420px;
        left: 3rem;
        font-size: 3rem;
    }
    
}








#services {
    padding: 1rem 1.5rem;
    padding-top: 80px;
    
    text-align: center;
    -webkit-transition: padding-top 0.2s;
    -o-transition: padding-top 0.2s;
    transition: padding-top 0.2s;
}
/* xLarge and up */
@media screen and (min-width: 100rem) {
    #services {
        padding-top: 100px;
    }
}
.services-list {
  
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
        justify-content: space-between;
      
 //   padding: 0;      /* Override defaults for lists */
    margin: 0 auto;       /* Override defaults for lists */
 //   width: 100%;     /* Get the row full width */
}
.services-list li {
    
    width: 100%;
    position: relative;
    
    display: inline-block; /* Get all images to show in a row */
    padding: 1rem 0;
}

.services-list img {
    width: 100%;
    padding: 0 0 1rem 0;
}
@media screen and (min-width: 40rem) {
    .services-list li {
        width: 48%;
    }
}
@media screen and (min-width: 60rem) {
    .services-list li {
        width: 32%;
    }
}
@media screen and (min-width: 100rem) {
    .services-list li {
               width: 24%;      
    }
}@media screen and (min-width: 100rem) {
    .services-list {
               max-width: 100rem;      
    }
}
@media screen and (min-width: 100rem) {
    .three li {
               width: 32%;
    }
}









#service {
    padding: 1rem 1.5rem;
    padding-top: 80px;
    
    text-align: center;
    -webkit-transition: padding-top 0.2s;
    -o-transition: padding-top 0.2s;
    transition: padding-top 0.2s;
}
/* Large and up */
@media screen and (min-width: 60rem) {
    #service {
        padding-top: 120px;
    }
}
/* xLarge and up */
@media screen and (min-width: 100rem) {
    #service {
        padding-top: 140px;
    }
}



#service-flex  {
    display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
        justify-content: space-between;

    
          /* Override defaults for lists */
 margin: 0 auto;       /* Override defaults for lists */
 //   width: 100%;     /* Get the row full width */
}
@media screen and (min-width: 100rem) {
    #service-flex {
               max-width: 100rem;      
    }
}
#service p {
    text-align: justify;
    padding: 1rem 0 0 0;
}
.service-logo {
    width: 100%;
}
.service-logo img {
    padding: 1rem 0 0 0;
    width: 100%;
    height: auto;
}


@media screen and (min-width: 60rem) {
    
    
    .service-text {
    width: 64%;
}
    .service-logo {
        width: 32%;
        
    }
    
}

.service-text {
    text-align: justify;
}


.service-text img {
    padding: 1rem 0 0 0;
    width: 100%;
    height: auto;
}

.service-text ul {
    margin-left: 15px; 
}

.services {
    -webkit-transition: padding-top 0.2s;
    -o-transition: padding-top 0.2s;
    transition: padding-top 0.2s;
    padding: 1rem 1.5rem;
    padding-top: 80px;
    
    text-align: center;
}

/* xLarge and up */
@media screen and (min-width: 100rem) {
    .service {
        padding-top: 100px;
    }
}




.enquirebuttons p {
    margin: 0 0 45px 0;
}

.gallery li {
    padding-bottom: 0;
}
.gallery img {
    padding: 0;
}


.services-list a.enquirebtn {
    -webkit-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s;
    display: block;
    color: white;
    padding: 8px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    position:absolute;
    bottom:15px;
    left: 0;
    right: 0;
    margin: auto;
    font-weight: normal;
    background-color: #003366;
    width:40%;
}

.services-list .enquirebtn:hover {
    background-color: #5BAFDD;
}

.services-list a {
    font-weight: bold;
    color: #555555;
    text-decoration: none;
}
.services-list img {
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.services-list img:hover {
    	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */

}

.nohover img:hover {
    opacity: 1 !important;
    filter:alpha(opacity=100) !important;
}



#about-us {
    -webkit-transition: padding-top 0.2s;
    -o-transition: padding-top 0.2s;
    transition: padding-top 0.2s;
    padding: 1rem 1.5rem;
    padding-top: 80px;
    text-align: center;
    background-color: white;
    
}
/* xLarge and up */
@media screen and (min-width: 100rem) {
    #about-us {
        padding-top: 100px;
    }
}


.about-us-flex {
  
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
        justify-content: space-between;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    
     margin: 0 auto; 
    
}

@media screen and (min-width: 100rem) {
    .about-us-flex {
               max-width: 100rem;      
    }
}


.about-us-text {
    width: 100%;
}
    .about-us-logo {
        width: 100%;
        
    }


@media screen and (min-width: 60rem) {
    .about-us-flex {
        
    }
    
    .about-us-text {
    width: 64%;
}
    .about-us-logo {
        width: 32%;
        
    }
    
}


@media screen and (min-width: 100rem) {
    .about-us-grid {
        max-width: 100rem;
    }
}



.about-us-text p {
    
    padding: 1rem 0;
    text-align: justify;
}

.about-us-text a {
    color: #31383f;
}

.about-us-logo {
}
.about-us-logo img {
    
    
    padding: 1rem 0;
    margin: auto;
    width: 300px;
    display:block; 
    height: 300px;
    
}
@media screen and (min-width: 40rem) {
    .about-us-logo img {
        max-width: 50%;
    }
}
@media screen and (min-width: 60rem) {
    .about-us-logo img {
        max-width: 100%;
        
    }
}









#contact-us {
    -webkit-transition: padding-top 0.2s;
    -o-transition: padding-top 0.2s;
    transition: padding-top 0.2s;
    padding: 1rem 1.5rem;
    padding-top: 80px;

    text-align: center;
    background-color: white;
    
}
/* xLarge and up */
@media screen and (min-width: 100rem) {
    #contact-us {
        padding-top: 100px;
    }
}


#contact-us p {
    
    padding: 1rem 0 0 0;
}

.contact-us-flex {
    
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
        justify-content: space-between;

    
          /* Override defaults for lists */
 margin: 0 auto;       /* Override defaults for lists */
 //   width: 100%;     /* Get the row full width */
}


@media screen and (min-width: 100rem) {
    .contact-us-flex {
               max-width: 100rem;      
    }
}
.left {
    width: 100%;
    padding: 1rem 0 0 0;
}
    .right {
        width: 100%;
        padding: 1rem 0 0 0;
    }

iframe {
    width: 100%;
    border: 0;
}

@media screen and (min-width: 60rem) {
    .contact-us-flex {
    }
    
    .left {
    width: 48%;
}
    .right {
        width: 48%;
    }
    
}

.left {
    text-align: left;
}
@media screen and (min-width: 100rem) {
    .contact-us-grid {
        max-width: 100rem;
    }
}



input[type=text], select, textarea {
    background-color: #eeeeee;
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

input[type=submit] {
    -webkit-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s;
    background-color: #003366;
    color: white;
    padding: 8px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #5BAFDD;
}


.red {
    border-color: red !important;
}

.redlab {
    color: red !important;
    font-weight: bold;
}
.textbox {
    height: 100px;
}

.right img {
    display: none;
}
.servicearea {
    color: #f00f00;
}


#testimonials {
    -webkit-transition: padding-top 0.2s;
    -o-transition: padding-top 0.2s;
    transition: padding-top 0.2s;
    padding: 1rem 1.5rem;
    padding-top: 80px;
    text-align: center;
    background-color: white;
    
    
    
}
/* xLarge and up */
@media screen and (min-width: 100rem) {
    #testimonials {
        padding-top: 100px;
    }
}

.testimonials-flex {
   
    display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
        justify-content: space-around;
    
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
 margin: 0 auto;       /* Override defaults for lists */
 //   width: 100%;     /* Get the row full width */
}
@media screen and (min-width: 100rem) {
    .testimonials-flex {
        max-width: 100rem;
    }
}


@media screen and (min-width: 60rem) {
    .testimonials-flex {
    }
    
}

.testimonials-flex div {
   
    background-color: #eeeeee;
    margin: 2rem 0 0 0;
    padding: 2rem 3rem;
    
    width: 60%;
    
    
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    
    
    
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media screen and (min-width: 60rem) {
    .testimonials-flex div {
    width: 37%;
    }
}


#testimonials p {
    margin-bottom: 1rem;
    
}

.quote {
    font-style: italic;
    margin-top: 1rem;
}



footer {
    margin-top: 80px !important;
    background-color: #111;
    color: white;
    line-height: 1.5rem;
}
footer p {
    margin-bottom: 1rem;
}
.footer-flex-wrapper {
        text-align: center;
    display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
        justify-content: space-between;
    
    
    padding: 1.5rem;
        margin: 0 auto;
}
@media screen and (min-width: 40rem) {
.footer-flex-wrapper {
        text-align: left;
    }
}
.footer-flex-wrapper > div {
    width: 100%;
}

@media screen and (min-width: 40rem) {
    .footer-flex-wrapper > div {
    width: 32%;
}
}

@media screen and (min-width: 100rem) {
    .footer-flex-wrapper {
               max-width: 100rem;      
    }
}

.footer-logo {
    width: 50%;
}
@media screen and (min-width: 40rem) {
    .footer-logo {
        width: 60%;
    }
}


.stripe-img {
    width: 60%;
}


footer a {
    color: white;
    text-decoration: none;
}
footer a:hover {
    text-decoration: underline;
}


.footer-menu ul {
    list-style: none;
    margin-top: 1rem;
    margin-bottom: 1rem;
}




.copy-bar {
    background-color: #000;
        text-align: center;
    color: #ccc;
}

.copy-bar-wrapper {
    padding: 1.5rem;
        margin: 0 auto;
    
    
}
@media screen and (min-width: 40rem) {
.copy-bar-wrapper {
        text-align: left;
    }
}




@media screen and (min-width: 100rem) {
    .copy-bar-wrapper {
               max-width: 100rem;      
    }
}
