/* reset */
body {
    font-size: 18px;
    line-height: inherit;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

a {
    color: #fff;
    text-decoration: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

a:hover,
a:active,
a:focus,
a:visited {
    color: #fff;
    text-decoration: none
}

ol,
ul {
    margin: 0 auto;
    padding: 0;
}

/*@font-face{
	font-family:"Tempus Sans ITC";
	src:url("http://www.myfontfree.com/data/54/t/tempus-sans-itc/TEMPSITC.TTF");
}*/

h1 {
    font-family: 'dunkinregular';
    color: #f7f1f5;
    font-size: 120px;
}

h2 {
    font-family: 'dunkinregular';
    color: #00a99d;
    font-size: 72px;
}

h3 {
    font-family: 'dunkinregular';
    color: #00a99d;
    font-size: 50px;
}

h4 {
    font-family: 'dunkinregular';
    color: #ffffff;
    font-size: 20px;
}

h5 {
    font-family: 'dunkinregular';
    color: #00a99d;
    font-size: 60px;
}

h6 {
    font-family: 'dunkinregular';
    color: #ffffff;
    font-size: 60px;
}

/*

    font-family: 'dunkinbold';
    font-family: 'dunkin_sansregular';
    font-family: 'dunkinregular';
    font-family: 'typo_grotesk_roundedregular';
    font-family: 'typo_grotesk_roundedlight';
*/



/* Main CSS */
#wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative
}

.no-space,
.grid {
    padding: 0;
    overflow: hidden;
}

/* Nav */
.fixednav {
    background: #000;
    position: fixed;
    height: 100%;
    color: #fff;
    z-index: 150
}

.collapse_nav {
    width: 160px;
    z-index: 999;
    height: 100%;
    position: absolute;
    background: #000;
}

.smlogo {
    position: absolute;
    left: 50%;
    margin-left: -40px;
    top: 40px;
}

#hamburger {
    width: 28px;
    height: 45px;
    position: absolute;
    left: 50%;
    margin-left: -14px;
    margin-top: -25px;
    top: 50%;
    cursor: pointer;
    clear: both;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

#hamburger span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #01A89E;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#hamburger span:nth-child(1) {
    top: 0px;
}

#hamburger span:nth-child(2),
#hamburger span:nth-child(3) {
    top: 10px;
}

#hamburger span:nth-child(4) {
    top: 20px;
}

#hamburger.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#hamburger.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#hamburger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#hamburger.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.copyrights {
    position: absolute;
    bottom: 100px;
    font-size: 13px;
    width: 180px;
    left: -8%;
    transform: rotate(-90deg);
    /* CSS3 */
    -moz-transform: rotate(-90deg);
    /* Firefox */
    -webkit-transform: rotate(-90deg);
    /* Webkit */
    -o-transform: rotate(-90deg);
    /* Opera */
    -ms-transform: rotate(-90deg);
    /* IE 9 */
}

#expand_nav {
    position: fixed;
    -webkit-transition: all 0.5s ease;
    height: 100%;
    width: 430px;
    top: 0px;
    z-index: 5;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navhide {
    left: -100%;
}

.navshow {
    left: 150px;
}

.fadein {
    opacity: 1;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
}

.fadeout {
    opacity: 0;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
}

.logofadeout {
    opacity: 0;
}

#nav {
    z-index: 10;
    height: 100%;
    position: absolute;
    margin: 0px;
    padding: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    background-color: #000000;
}

#nav ul {
    margin-top: 340px
}

#nav ul li {
    text-align: left;
    padding: 0px 0px 10px 40px;
    color: #000;
    background: transparent;
    display: inline-block;
    float: left;
    font-family: 'dunkinregular';
    width: 100%;
    color: #ffffff;
    font-size: 36px;
}

.staggermenu {
    top: 0px;
    opacity: 1
}

a.navactive,
.staggermenu a:hover {
    color: #01A89E
}

/*.paypal_nav{ position: absolute; bottom: 45px; left: 40px; z-index: 10;} */
.paypal_nav {
    width: 80%;
    margin-top: 10%
}

#paypal_page {
    position: fixed;
    bottom: 45px;
    right: 40px;
    z-index: 10;
}

#paypal_page input {
    border: none
}

#logo_sm,
#logo_bg {
    position: absolute
}



/* overlay */
#blackLayer {
    background-color: #000;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity .5s ease-in-out .2s;
    transition: opacity .5s ease-in-out .2s;
}


/* Common Page class */
.pagecnt {
    margin-left: 160px
}

.page_wrapper {
    width: 100%
}

#page1,
#page5,
#page6,
#page7 {
    overflow-y: auto;
    padding-top: 10%;
    position: relative
}

/* Page - 1*/

#page1 {
    background: url('../images/page1_bg.jpg') -0px -0px;
    top: 0;
    width: 100%;
    z-index: 0;
    height: 100%;
    background-size: cover;
}


#page1 .documentwidth {
    margin: 0 auto
}

.page1_inner {
    margin: auto;
    width: 100%;
    padding: 6% 0;
}


/* Page - 2*/


#page2 {
    height: 955px;
    display: table;
    width: 100%;
}

#page2 h3 {
    letter-spacing: 20px;
}

#page2>div {
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto;
}

#page2 p {
    font-size: 30px
}

/* Page - 3*/
.imggrid .gridinner {
    overflow: hidden;
    position: relative;
}

.imggrid .gridinner .grindcontainer {
    background: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    display: table;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    text-align: left;
    width: 100%;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}

.imggrid .gridinner .grindcontainer .page3gridinner {
    padding: 150px 15% 0 15%;
    display: table-cell;
    vertical-align: middle;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}

.gridinner img {
    display: block;
    height: auto;
    -webkit-transition: all 8000ms;
    -moz-transition: all 8000ms;
    transition: all 8000ms;
    max-width: 100%;
}

.page3img {
    width: 100%
}

.page3gridinner .cnt {
    opacity: 0;
    -webkit-transition: all 800ms ease-out;
    -moz-transition: all 800ms ease-out;
    transition: all 800ms ease-out;
}

.imggrid .gridinner:hover .grindcontainer {
    opacity: 1;
    background: rgba(0, 0, 0, 0.5);
}

.gridinner:hover .page3gridinner {
    -moz-transform: translateY(-70px);
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px);
}

.page3gridinner h3 {
    color: #fff
}

.page3gridinner:hover h3 {
    color: #01A89E;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.page3gridinner:hover .cnt {
    opacity: 1;
}

.gridinner:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}


.gridinner.activehover .page3gridinner {
    -moz-transform: translateY(-70px);
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px);
}

.page3gridinner h3 {
    color: #fff
}

.gridinner.activehover .page3gridinner h3 {
    color: #01A89E;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.gridinner.activehover .page3gridinner .cnt {
    opacity: 1;
}

.gridinner.activehover .gridinner img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.imggrid .gridinner .grindcontainer.grindcontainer-custom {
    display: block;
    position: static;
}

.imggrid .gridinner .grindcontainer.grindcontainer-custom.gridcolor1 {
    background: #545353
}

.imggrid .gridinner .grindcontainer.grindcontainer-custom.gridcolor2 {
    background: #433C3C
}

.imggrid .gridinner .grindcontainer.grindcontainer-custom.gridcolor3 {
    background: #201D1D
}



/* page4 */

#page4 img {
    cursor: pointer;
}

/* Page - 5 */

.ourteam_img {
    position: absolute;
    background: #01A89E;
    height: 45%;
    width: 100%;
    bottom: 0;
    text-align: center;
    color: #ffffff
}

.ourteam_img_inner {
    top: -150px
}

.ourteam_img_inner img {
    border: 14px solid #01A89E
}

.ourteam_img h3,
.ourteam_img p {
    color: #ffffff
}


#page5 {
    top: 0;
    width: 100%;
    z-index: 0;
    height: 100%;
    background-size: cover;
}


#page5 .documentwidth {
    margin: 0 auto
}

.page5_inner {
    margin: auto;
    width: 100%;
    padding: 6% 0;
}

.customheight {
    height: 120px;
    display: block
}


/* Page - 6 */

.contactus {
    background: #ffffff
}

#page6.contactus {
    padding-top: 0px;
    color: #000000
}

.contact_inner {
    padding: 5% 0 0 0
}

#page6 h4 {
    color: #000000;
    font-size: 25px
}

#page6 p {
    color: #7b7b7c
}

.contact_heading img {
    width: 100%
}


.col3 {
    width: 32%;
    float: left;
    margin-right: 1%;
}

.col12 {
    width: 98%
}

input,
textarea {
    border: 1px solid #000;
    border-top: none;
    margin-top: 0px;
    width: 100%;
    padding: 6px 10px 4px 10px;
    font-size: 12px
}

.input:focus,
textarea:focus {
    outline: none !important;
    border: 1px solid #01A89E;
    border-top: none;
    border-right: none;
    border-left: none;
}

form p {
    font-size: 12px
}

.send {
    text-align: center
}

input#submit_btn {
    width: 30%
}

/*.send>input{background: #00a99d; color: #fff; border: none; position: relative}
.send>input:hover{position: relative; background: #000; content: ''}*/
.enquiry-footer {
    margin-top: 20px
}

.enquiry-footer input {
    margin: 0 auto;
    padding: 10px 30px
}

.contactcol p {
    font-size: 14px
}

.contactcol p a,
.contactcol li a {
    color: #00a99d;
}

.contactcol p {
    font-size: 17px
}

.contactcol ul {
    margin-top: 40px;
}

.contactcol li {
    display: inline-block;
    font-size: 25px;
    margin-right: 10px
}

label {
    width: 100%
}

.form-style .tel-number-field {
    width: 10%;
    text-align: center;
}

.form-style .long {
    width: 60%;
}

/* form style */
/*.form-style{
	max-width: 450px;
	padding: 40px 30px 40px 40px;
	font: 13px Arial, Helvetica, sans-serif;
	margin: 20px auto;
	background: #FFFFFF;
	border-radius: 5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}*/
.form-style-heading {
    font-weight: bold;
    font-style: italic;
    border-bottom: 2px solid #ddd;
    margin-bottom: 10px;
    font-size: 15px;
    padding-bottom: 3px;
}

.form-style label {
    display: block;
    margin: 0px 0px 15px 0px;
}

.form-style label>span {
    width: 100px;
    float: left;
    padding-top: 8px;
    padding-right: 5px;
    font-size: 14px;
    color: rgb(169, 169, 169);
    font-weight: normal;
}

.form-style span.required {
    color: red;
}

.form-style .tel-number-field {
    width: 40px;
    text-align: center;
}

.form-style .long {
    width: 120px;
}

.form-style input.input-field {
    width: 65%;

}

.form-style .input-field:focus,
.form-style .tel-number-field:focus,
.form-style .textarea-field:focus,
.form-style .select-field:focus {
    border: 1px solid #0C0;
}

.form-style .textarea-field {
    height: 50px;
    width: 65%;
}

.form-style input[type="button"],
.form-style input[type="submit"] {

    background-color: #00a99d;
    border: 1px solid #17445E;
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 8px 18px;
    text-decoration: none;
    font: 12px Arial, Helvetica, sans-serif;
}

.form-style input[type="button"]:hover,
.form-style input[type="submit"]:hover {
    background-color: #00a99d;
}

.form-style .success {
    background: #D8FFC0;
    padding: 5px 10px 5px 10px;
    margin: 0px 0px 5px 0px;
    border: none;
    font-weight: bold;
    color: #2E6800;
    border-left: 3px solid #2E6800;
}

.form-style .error {
    background: #FFE8E8;
    padding: 5px 10px 5px 10px;
    margin: 0px 0px 5px 0px;
    border: none;
    font-weight: bold;
    color: #FF0000;
    border-left: 3px solid #FF0000;
}


/* Responsive */
@media only screen and (max-width: 1500px) {

    #page1,
    #page2,
    #page5,
    #page6,
    #page7 {
        padding: 5% 0
    }

    #page5 {
        background: #01a89e;
        color: #ffffff
    }

    #page5 h2 {
        color: #ffffff
    }

    #page2 {
        height: auto;
    }

    h1 {
        font-size: 60px;
    }

    h2 {
        font-size: 40px;
    }

    .page1_inner {
        width: 40%
    }

    .pagecnt {
        margin-left: 0px;
    }

    #paypal_page {
        display: none;
    }

    .col3,
    .col12 {
        width: 100%
    }

    //.send {float: none;margin: 20px 0;}
    .collapse_nav {
        width: 100px;
    }

    .copyrights {
        left: -40%;
    }

    .navshow {
        left: 80px;
    }

    .pagecnt {
        margin-left: 100px;
    }

    .ourteam_img {
        position: static
    }

    .ourteam_img_inner {
        top: 0px;
    }

    .page3gridinner h3 {
        font-size: 45px
    }

}

@media only screen and (max-width: 1280px) {
    .page3gridinner h3 {
        font-size: 30px
    }

    .imggrid .gridinner .grindcontainer .page3gridinner {
        padding: 120px 5% 0 !important;
    }

    .customheight {
        display: none
    }

    .page1_inner {
        width: 60%;
    }

}


@media only screen and (max-width: 991px) {

    //body{font-family: Arial,'Helvetica Neue',Helvetica,sans-serif;}
    //h1, h2, h3, h4, h5, h6, li a{font-family: 'dunkinregular';}
    .copyrights {
        display: none
    }

    .pagecnt {
        margin-left: 0;
    }

    .navshow {
        left: 0;
    }

    #logo_bg {
        display: none;
    }
    .logo_img img{
        position: relative;
        right: 7px;
    }

    div#logo_sm {
        background: #000;
        border-radius: 50%;
        padding: 10px;
    }

    div#logo_sm img {
        width: 30px;
    }

    .collapse_nav {
        background: transparent;
        height: 100px;
    }

    .smlogo {
        left: 30px;
        margin-left: 0px;
        top: 30px;
    }

    #hamburger {
        left: 40px;
        margin-left: 0;
        margin-top: 0;
        top: 100px;
    }

    #nav ul li:first-child {
        margin-top: 150px
    }

    #nav ul li {
        font-size: 16px;
    }

    /*    .paypal_nav img{width: 100px; height: auto}*/

    #expand_nav {
        width: auto
    }

    #nav {
        max-width: 250px;
        position: static;
    }

    #nav ul {
        width: auto;
        float: none;
        margin-top: 0;
    }

    .page1_inner h2 {
        font-size: 25px
    }

    .page1_inner h1 {
        font-size: 30px
    }

    #page2 h3 {
        letter-spacing: inherit;
        font-size: 28px;
    }

    #page2 p {
        font-size: 20px;
    }



}

@media only screen and (max-width: 727px) {
    .page1_inner {
        width: 100%;
        padding: 50% 0;
        text-align: center;
    }

    .page1_inner h2 {
        font-size: 30px
    }

    .page1_inner h1 {
        font-size: 35px
    }

    /*    .paypal_nav {
        left: 20px;
        right: 20px;
    }*/
}

@media only screen and (max-height: 810px) {
    #nav {
        overflow-y: auto
    }

    #nav ul {
        margin-top: 240px;
    }

}

@media only screen and (max-width: 500px) {
    .form-style label>span {
        width: 100%;
        margin: 10px 0;
    }

    .form-style input.input-field,
    .form-style .textarea-field {
        width: 95%;
    }

    .form-style .long {
        width: 220px;
    }

    .send {
        text-align: left;
    }

    input#submit_btn {
        text-align: center;
        width: 100%;
    }
}