::-moz-selection { /* Code for Firefox */
    color: #000;
    background: #FF7530;
}

::selection {
    color: #000;
    background: #FF7530;
}

html {margin:0; padding: 0; height: 100%;}
body {font-family: "effra",sans-serif; margin:0; padding: 0; height: 100%;}

h1 {}

h2 {
    font-size: 30px;
    font-weight: 100;
    color: #212121;
}

h3 {
    font-size: 26px;
    color: #00466C;
    font-weight: 500;
}

h4 {}

p {font-weight: 100; font-size: 17px; color: #212121;}

a {color: #00466C; transition: all 0.3s ease 0s;}

p a {text-decoration: underline; transition: all 0.3s ease 0s;}

p a:hover {text-decoration: none; color: #000000;}

.anchor {
    position: absolute;
    top: 0;
    left: 0;
}
section {
    width: 100%;
    margin: 0;
    padding: 100px 0;
    position: relative;
    z-index: 20;
}

    article {
        width: 90%;
        max-width: 1100px;
        overflow: hidden;
        margin: 0px auto;
        position: relative;
    }

    header {
        width: 100%;
        overflow: hidden;
        position: fixed;
        top: -120px;
        left: 0;
        right: 0;
        background-color: #008ACF;
        z-index: 80;
        transition: all 0.6s ease 0s;
    }
        header img {width: 204px; float: left; transition: all 0.6s ease 0s;}

       #head-content {
            width: 90%;
            max-width: 1100px;
            overflow: hidden;
            margin: 0px auto;
            position: relative;
            border-bottom: 1px solid #82B4CD;
            padding:40px 0;
            transition: all 0.6s ease 0s;
        }

        .head-up {top: 0;}
        .head-down {top: 0;}
            .head-down #head-content {padding: 20px 0px !important;}

        nav {
            float: right;
            overflow: hidden;
        }
            nav ul {
                list-style-type: none;
                padding: 0;
                margin: 5px 0 0 0;
                display: inline-block;
            }
                nav ul li {
                    display: inline-block;
                    margin: 0 0 0 45px;
                    font-size: 16px;
                }
                    nav ul li a {
                        color: #FFFFFF;
                        text-transform: uppercase;
                        font-weight: 700;
                        text-decoration: none;
                        transition: all 0.3s ease 0s;
                    }

                    nav ul li a:hover {color: #00476C;} 

p.browsehappy {
}

section#top-full {
    margin: 0;
    padding: 0px;
    height: 94%;
    z-index: 50;
}
    section#top-full article {
        display: table;
        height: 100%;
    }

    section#top-full h1 {
        text-align: center;
        font-size: 66px;
        font-weight: 400;
        color: #FFFFFF;
        vertical-align: middle;
        display: none;
    }
        span.dark-blue {
            color: #00476C;
        }



    #blue-downbox {
        background-color: #008ACF;
        width: 50px;
        height: 5px;
        margin: 0 auto;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 50;
    }

    #blue-downbox:after { 
        top: 100%; 
        left: 50%; 
        border: solid transparent; 
        content: " "; 
        height: 0; 
        width: 0; 
        position: absolute; 
        pointer-events: none; 
        border-color: rgba(0, 138, 207, 0); 
        border-top-color: #008ACF; 
        border-width: 50px; 
        margin-left: -50px; 
}

.blue-bg {background-color: #008ACF;}
.grey-bg {background-color: #DDDDDD;}
.white-bg {background-color: #FFFFFF;}

.aligncenter {text-align: center;}

ul#tick-list {
    list-style-type: none;
    margin: 0px;
    display: inline-block;
    width: 100%;
    padding: 0px;
}

ul#tick-list li {
    float: left;
    background: url('/img/icons/tick.png') no-repeat scroll 0px 0px transparent;
    width: 39%;
    float: left;
    padding: 0 3% 0 8%;
    font-size: 24px;
    font-weight: 100;
    margin: 30px 0px;

}

div.leftbox {
    float: left;
    width: 48%;
    margin-right: 2%;    
}

    div.leftbox p {
        line-height: 26px;
        font-size: 18px;
        color: #FFFFFF !important;
    }

img.align-right {
    float: right;
    width: 43%;
}

img.align-left {
    float: left;
    width: 43%;
}

div.rightbox {
    float: right;
    width: 48%;
    margin-left: 2%;
}

article.three-cont {display: flex;}

    div.third {
        float: left;
        width: 30%;
        margin: 0px 5% 0px 0px;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -o-border-radius: 6px;
        text-align: center;
        min-height: 480px;
        padding: 0 0 1em 0;

    }

        div.third img {margin: 35px 0px 10px 0px;}

        div.third h3 {
            color: #FFF; 
            font-weight: 100;
            font-size: 30px;
            margin: 0.60em 1em;
        }

        div.third p {
            color: #FFF; 
            font-style: 17px; 
            margin: 1em;
        }

.about-secton {
    
}

    .about-secton h2 {
        font-size: 48px;
        margin-top: 0;
    }

    .about-secton h3 {
        color: #212121;
        font-weight: bold;
        font-size: 30px;
        margin-bottom: 0;
    }
        .about-secton h3 span {
            color: #868686;
            font-size: 25px;
            font-weight: 400;
            font-style: italic;
        }

    .about-secton p {
        font-size: 18px;
    }

#owl-example h4 {
    font-size: 25px;
    text-align: center;
    font-weight: 100;
    font-style: italic;
    padding: 0 60px;
}
    #owl-example p {
        color: #5F8AA0;
        font-weight: bold;
        text-align: center;
        font-size: 25px;
    }

.owl-prev {
    display: block !important;
    position: absolute;
    top: 44%;
    left: 0px;
    background: url('/img/icons/arrows.png') no-repeat 0 0 transparent;
    color: #DDD;
    width: 29px;
    height: 44px;
}

    
.owl-next {
    display: block !important;
    position: absolute;
    top: 44%;
    right: 0px;
    background: url('/img/icons/arrows.png') no-repeat 0 -46px transparent;
    color: #DDD;
    width: 29px;
    height: 44px;
}

.galleryCont {}
    .galleryCont h2 {
        color: #FFFFFF;
        font-size: 48px;
        margin: 0;
    }
    .galleryCont p {
        color: #FFFFFF;
        font-size: 18px;
    }

ul#gallery {
    margin: 20px 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    overflow: hidden;
}

    ul#gallery li {
        float: left;
        margin: 20px 2.5% 0px 0px;
        width: 31.5%;
        background-color: #000000;
    }

        ul#gallery li a {
            display: block;
        }
            ul#gallery li a img {
                width: 100%;
                border-radius: 1px;
                -webkit-border-radius: 1px;
                -moz-border-radius: 1px;
                -o-border-radius: 1px;
                border-right: 6px solid #00466C;
                border-bottom: 6px solid #00466C;
                transition: all 0.3s ease 0s;
            }
            ul#gallery li a img:hover {opacity: 0.8;}

.last {
   margin-right: 0 !important; 
}
    .contact-secton .leftbox {}
        .contact-secton .leftbox h2 {font-size: 40px; font-weight: 500; margin:0;}
        .contact-secton .leftbox p {color:#333 !important;}

.contact-secton form {
    float: right;
    width: 48%;
}
    .formRow {
        position: relative;
        width: 100%;
        border: 1px solid #AAA;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -o-border-radius: 3px;
        margin: 20px 0;
        height: 40px;
    }

    .formRow input {
        border:none;
        float: right;
        width: 90%;
        margin: 9px 5px 8px 0;
    }

    .fullName {
        background: url('/img/icons/contacticons.png') no-repeat 10px 8px transparent;
    }

    .mobileNo {
        background: url('/img/icons/contacticons.png') no-repeat 11px -45px transparent;
    }

    .eMail {
        background: url('/img/icons/contacticons.png') no-repeat 10px -94px transparent;
    }

    textarea.message {
        position: relative;
        width: 100%;
        border: 1px solid #AAA;
        box-sizing: border-box;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
        margin: 5px 0 20px 0px;
        height: 170px;
        padding: 5px 10px;
    }

    button.sendButton {
        float: right;
        background: #00486C;
        border: none;
        color: #FFF;
        width: 36%;
        padding: 12px;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 600;
        transition: all 0.3s ease 0s;
    }
        button.sendButton:hover {
            background-color: #00293E;
        }

footer {
    background-color: #00293E;    
    width: 100%;
    z-index: 1;
}

p.copyleft {
    font-size: 13px;
    color: #FFF;
    float: left;
}

p.copyright {
    font-size: 13px;
    color: #FFF;
    float: right;
    text-align: right;
}

footer a {text-decoration: underline; color: #FFF;}


/* OOOOOOOOOOOOOOOOOOOO */
/* MEDIA QUERIES */
/* 00000000000000000000 */

/* Custom Height to fix down arrow */
@media screen and (max-height: 780px) {
    section#top-full {height: 89%;}
}

/* iPad Landscape */
@media screen and (max-width: 1024px) {

    .leftbox h3 {margin-top: 0;}
    .rightbox h3 {margin-top: 0;}

    div.third {min-height: 525px;}

    .formRow input {width: 87%;}
}

@media screen and (max-width: 899px) {
    ul#tick-list li {background-size: 40px; font-size: 19px;}
}

/* iPad Portrait */
@media screen and (max-width: 768px) {
    

    article.three-cont {display:block;}
        div.third {width: 100%; min-height: 0; text-align: left; margin-bottom: 30px;}
        div.last {margin-bottom: 0;}

            div.third img {float: right; margin:35px;}
            div.third h3 {margin: 0.6em 0.5em;}

    .formRow input {width: 83%;}
}

@media screen and (max-width: 713px) {
    
    ul#tick-list li {
        width: 92%;
        font-size: 23px;
        padding-top: 0px;
        padding-bottom: 5px;
        background-size: 35px auto;
        margin: 20px 0px;
        background-position: 0px 6px;
        padding-left: 45px;
    }

    section#top-full h1 {
         font-size: 56px;
    }
}

@media screen and (max-width: 660px) {
    ul#gallery li {width: 100%; margin-right: 0;}
    #head-content {text-align: center; padding: 20px 0;}

    header.head-down #head-content img {
        display: none;
    }

        #head-content img {float: none; margin: 0 auto 15px auto;}
        nav {
            float: none;
            width: 100%;
            text-align: center;
        }

        nav ul {
            text-align: center;
            width: 100%;
        }
            nav ul li {
                margin: 0px 15px;
            }

    #blue-downbox:after {border-width: 30px; margin-left: -30px;}
        
    section#top-full h1 {font-size: 37px; margin-top: 190px !important; }

    .leftbox {
        width: 100% !important;
        margin-right: 0 !important;
    }

    img.align-right {width: 100%;}

    .rightbox {width: 100% !important; margin-left: 0 !important;}

    img.align-left {width: 100%;}

    .rightbox h3 {
        margin-top: 1em;
    }

    div.third {text-align: center;}

    div.third img {margin: 35px 0px 10px; float: none;}

    #owl-example h4 {
        font-size: 20px;
        text-align: left;
    }

    #owl-example p {
        font-size: 20px;
        text-align: left;
        padding: 0px 60px;
    }

    ul#gallery li {margin-top: 8px;}
    ul#gallery li a img {border: none;}

    .contact-secton form {width: 100%;}
}

@media screen and (max-height: 380px) {
    body, html {height: auto;}
     section#top-full {min-height: 370px;}
     section#top-full h1 {font-size: 35px; margin-top: 180px !important;}
}

@media screen and (max-width: 380px) {
    nav ul li {margin: 0px 8px;}
    section#top-full h1 {
        font-size: 34px;
        margin-top: 175px !important;
    }

    #owl-example h4 {padding: 0 10px;}
    #owl-example p {padding: 0 10px;}

    .owl-controls {display: none;}

    p.copyleft {
        width: 100%;
        text-align: center;
    }
    p.copyright {
        width: 100%;
        text-align: center;
    }
}