/* Import Basic Files
---------------------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Raleway:200,400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(https://www.nationalplus.ae/js/plugins/uikit/uikit.css);
@import url(https://www.nationalplus.ae/css/font-awesome.min.css);
@import url(https://www.nationalplus.ae/js/plugins/owl-carousel/owl.carousel.css);
@import url(https://www.nationalplus.ae/js/plugins/owl-carousel/owl.theme.css);
@import url(https://www.nationalplus.ae/js/plugins/owl-carousel/owl.transitions.css);
@import url(https://www.nationalplus.ae/js/plugins/fancybox/jquery.fancybox.css);

@import url(/js/plugins/uikit/uikit.css);
@import url(/css/font-awesome.min.css);
@import url(/js/plugins/owl-carousel/owl.carousel.css);
@import url(/js/plugins/owl-carousel/owl.theme.css);
@import url(/js/plugins/owl-carousel/owl.transitions.css);
@import url(/js/plugins/fancybox/jquery.fancybox.css);



/*
     #2b344d rgba(43, 52, 77, 1)
     #3d4a6e
    0047ba deep blue
0082ca light blue

    DEEP blue:  R0  |  G71  | B 186
LIGHT blue:  R0  |  G130  | B 202


    */
body {
    margin: 0;
    padding: 0;
    color: #000;
    font-weight: normal;
    /*background-color: #0047ba;*/
    /*background-color: #2b344d;*/
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased !important;
    font: 14px/22px 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.navbar-collapse {
    width:100%:
}
.browsehappy {
    margin: 0.2em 0;
    background-color: #cccccc;
    color: #000000;
    padding: 0.2em 0;
}

.uppercase {
    text-transform: uppercase;
}

a {
    color: #2b344d;
}

    a,
    a > * {
        outline: none;
        cursor: pointer;
        text-decoration: none;
    }

        a:focus,
        a:hover {
            outline: none;
            color: #3d4a6e;
            text-decoration: none;
        }

iframe {
    -webkit-border: 0;
    -moz-border: 0;
    -o-border: 0;
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    color: #000;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 1px;
}

h1,
h2,
h3 {
    font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h4,
h5,
h6 {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
    text-align:right;
}

p {
    margin: 0 0 10px;
}

b,
strong {
    font-weight: 700;
}

::selection {
    color: #ffffff;
    text-shadow: none;
    background-color: #2b344d;
}

::-webkit-selection {
    color: #ffffff;
    text-shadow: none;
    background-color: #2b344d;
}

::-moz-selection {
    color: #ffffff;
    text-shadow: none;
    background-color: #2b344d;
}




#nav-wrapper {
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
    position: fixed;
    z-index: 999;
    /*background-color: rgba(43, 52, 77, 0.9);*/
    /*background-color: rgba(0, 130, 202, 0.9);*/
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-bottom: 1px solid #22293d;
    -moz-border-bottom: 1px solid #22293d;
    -o-border-bottom: 1px solid #22293d;
    border-bottom: 1px solid #22293d;
}

    #nav-wrapper:after {
        left: 0;
        top: 100%;
        content: '';
        width: 100%;
        height: 42px;
        position: absolute;
        /* background: url(https://www.nationalplus.ae/images/header-shadow.png) no-repeat; */
        background-position: center bottom;
    }

    #nav-wrapper.tinyheader {
        padding: 15px 0;
    }



.section-title {
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin-bottom: 10px;
    vertical-align: central;
}

    .section-title h1 {
        font-size: 40px;
        font-weight: 700;
        text-transform: uppercase;
    }

        .section-title h1.aboutus {
            line-height: 140px;
        }

.section-desc {
    width: 100%;
    overflow: hidden;
    margin-bottom: 70px;
}

    .section-desc p {
        /*font-size: 20px;*/
        line-height: 30px;
    }




#home-section-wrapper {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center top;
    /* Subin background-image: url(https://www.nationalplus.ae/images/bg.jpg);*/
    background-image: url(../images/bg.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-border-bottom: 1px solid #efefef;
    -moz-border-bottom: 1px solid #efefef;
    -o-border-bottom: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}

#home-section-container {
    width: 100%;
    overflow: hidden;
    /*background-color: rgba(43, 52, 77, 0.7);*/
}

#home-wrapper {
    width: 100%;
    overflow: hidden;
    text-align: center;
    position: relative;
    padding: 250px 0 170px;
}

    #home-wrapper .btn {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }

#welcome-msg {
    overflow: hidden;
    /*margin-bottom: 80px;*/
    float: right;
    padding: 50px;
    font-weight: 700;
    margin: 0 30px;
    background-color: rgba(0, 130, 202, 0.6);
    -webkit-box-shadow: 0 0 30px 30px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}

    #welcome-msg h1 {
        color: #ffffff;
        font-size: 40px;
    }

#countdown_dashboard {
    max-width: 900px;
    overflow: hidden;
    margin: 0 auto 60px;
    text-align: center;
}

.digit {
    height: 65px;
    color: #ffffff;
    font-size: 60px;
    font-weight: 400;
    line-height: 65px;
    text-align: center;
    position: relative;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
}

.dash_title {
    color: #ffffff;
    display: block;
    font-size: 20px;
    margin-top: 15px;
    text-transform: uppercase;
}

.days_dash,
.hours_dash,
.minutes_dash {
    position: relative;
    margin-bottom: 30px;
}

    .days_dash:after,
    .hours_dash:after,
    .minutes_dash:after {
        position: absolute;
        top: 0;
        width: 1px;
        right: -15px;
        height: 100%;
        content: '';
        background-color: #ffffff;
    }



#services-section {
    margin: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 80px 0 0;
    background-color: #ffffff;
    -webkit-border-bottom: 1px solid #efefef;
    -moz-border-bottom: 1px solid #efefef;
    -o-border-bottom: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}

#dubaiplus-section {
    margin: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 80px 0 0;
    background-color: #ffffff;
    -webkit-border-bottom: 1px solid #efefef;
    -moz-border-bottom: 1px solid #efefef;
    -o-border-bottom: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}

.services-box {
    width: 100%;
    text-align: center;
    padding: 20px 20px;
}

    .services-box.mission {
        /* Subin background: url(https://www.nationalplus.ae/images/mission-box_01.jpg) no-repeat; */
        background: url(../images/mission-box_01.jpg) no-repeat;
        background-size: cover;
    }

    .services-box.vision {
        /* Subin background: url(https://www.nationalplus.ae/images/vision-box_01.jpg) no-repeat; */
        background: url(../images/vision-box_01.jpg) no-repeat;
        background-size: cover;
    }

    .services-box.corevalues {
        /* Subin background: url(https://www.nationalplus.ae/images/core-values_01.jpg) no-repeat; */
        background: url(../images/core-values_01.jpg) no-repeat;
        background-size: cover;
    }

    .services-box.goal {
        /* Subin background: url(https://www.nationalplus.ae/images/goal_01.jpg) no-repeat; */
        background: url(../images/goal_01.jpg) no-repeat;
        background-size: cover;
    }

.services-icon {
    z-index: 0;
    width: 90px;
    height: 90px;
    color: #ffffff;
    font-size: 45px;
    position: relative;
    text-align: center;
    line-height: 90px;
    margin: 0 auto 25px;
    background-color: #2b344d;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .services-icon i {
        line-height: 90px;
    }

.services-box:hover .services-icon {
    background-color: #3d4a6e;
}

.services-title {
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
    text-transform: uppercase;
}

    .services-title h1 {
        font-size: 25px;
        font-weight: 700;
        color: #ffffff !important;
    }

.services-desc {
    width: 100%;
    overflow: hidden;
    color: #ffffff !important;
    padding: 10px;
    margin-bottom: 10px;
}

    .services-desc p:last-child {
        margin: 0;
    }



#portfolio-section-wrapper {
    margin: 0;
    padding: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
     /* Subin background-image: url(https://www.nationalplus.ae/images/services.jpg); */
    background-image: url(../images/services.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#news-section-wrapper {
    margin: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 80px 0 0;
    background-color: #ffffff;
    -webkit-border-bottom: 1px solid #efefef;
    -moz-border-bottom: 1px solid #efefef;
    -o-border-bottom: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}

.portfolio-box {
    background: rgba(255, 255, 255, 0.9);
    padding: 20px 40px 0 40px;
}

    .portfolio-box ul {
        /* Subin  list-style-image: url(https://www.nationalplus.ae/images/list-icon.png); */
        list-style-image: url(../images/list-icon.png);
    }

        .portfolio-box ul li {
            line-height: 40px;
        }

#aboutus-footer {
     /* Subin background: url(https://www.nationalplus.ae/images/about.png) no-repeat; */
     background-image: url(../images/about.png);
}


#aboutus-section-container {
    width: 100%;
    overflow: hidden;
    padding: 10px 0 98px;
}

#portfolio-section-container {
    width: 100%;
    overflow: hidden;
    padding: 50px 0 30px;
    /*background-color: rgba(43, 52, 77, 0.9);*/
}


#portfolio-section-wrapper p {
    /*color: #dedede;*/
}

.owl-portfolio.col-md-12 {
    padding: 0;
}

.owl-theme .owl-controls .owl-page span {
    background-color: #ffffff;
}

.portfolio-item {
    overflow: hidden;
    padding: 5px 20px;
    position: relative;
}

    .portfolio-item:after {
        top: 0;
        left: 15px;
        content: '';
        z-index: -1;
        height: 100%;
        position: absolute;
        width: calc(100% - 30px);
        background-color: #ffffff;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -o-border-radius: 6px;
        border-radius: 6px;
    }

.portfolio-containt {
    width: 100%;
    position: relative;
}

    .portfolio-containt img {
        width: 100%;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
    }

.portfolio-overlayer {
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    text-align: center;
    position: absolute;
    background-color: rgba(43, 52, 77, 0.9);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .portfolio-overlayer a {
        top: 50%;
        left: 50%;
        z-index: 0;
        width: 40px;
        height: 40px;
        color: #2b344d;
        font-size: 1.5em;
        margin-top: -20px;
        line-height: 40px;
        position: absolute;
        text-align: center;
        background-color: #ffffff;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
    }

        .portfolio-overlayer a.link {
            margin-left: -45px;
        }

        .portfolio-overlayer a.preview {
            font-size: 1.3em;
            margin-left: 5px;
            line-height: 38px;
        }

        .portfolio-overlayer a:hover {
            color: #ffffff;
            background-color: #3d4a6e;
        }

.portfolio-containt:hover .portfolio-overlayer {
    opacity: 1;
}



.short-section-title {
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
    padding-bottom: 15px;
    -webkit-border-bottom: 1px solid #e5e5e5;
    -moz-border-bottom: 1px solid #e5e5e5;
    -o-border-bottom: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    line-height: 100px;
}

/* 8.2 Project OverView
---------------------------------------------------------------------------*/
.project-OverView {
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
}

/* 8.3 Project Details
---------------------------------------------------------------------------*/
/* 8.3.1 Wrapper
---------------------------------------------------------------------------*/
.project-details {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
}

/* 8.3.2 Description
---------------------------------------------------------------------------*/
ul.project-desc {
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul.project-desc li {
        display: block;
        margin-bottom: 5px;
    }




/* ==========================================================================
   9. Team Section
========================================================================== */
/* 9.1 Wrapper
---------------------------------------------------------------------------*/
#team-section {
    margin: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 100px 0 79px;
    background-color: #ffffff;
    -webkit-border-bottom: 1px solid #efefef;
    -moz-border-bottom: 1px solid #efefef;
    -o-border-bottom: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}

/* 9.2 Member Box
---------------------------------------------------------------------------*/
/* 9.2.1 Wrapper
---------------------------------------------------------------------------*/
.member-box-wrapper {
    width: 100%;
    overflow: hidden;
}

.member-box {
    max-width: 290px;
    text-align: center;
    position: relative;
    margin: 0 auto 30px;
    padding: 35px 20px 30px;
    background-color: #2b344d;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* 9.2.2 Image
---------------------------------------------------------------------------*/
.member-img {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: relative;
    margin: 0 auto 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-border: 5px solid #ffffff;
    -moz-border: 5px solid #ffffff;
    -o-border: 5px solid #ffffff;
    border: 5px solid #ffffff;
}

    .member-img img {
        width: 100%;
    }

/* 9.2.3 Name
---------------------------------------------------------------------------*/
.member-name h2 {
    color: #ffffff;
    margin-bottom: 15px;
}

/* 9.2.4 Title
---------------------------------------------------------------------------*/
.member-title h4 {
    color: #ffffff;
    margin-bottom: 25px;
}

/* 9.2.5 Social
---------------------------------------------------------------------------*/
.member-social ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style: none;
}

    .member-social ul li {
        margin: 0 5px;
        display: inline-block;
    }

        .member-social ul li a {
            width: 40px;
            height: 40px;
            z-index: 0;
            color: #2b344d;
            display: block;
            font-size: 1.5em;
            line-height: 40px;
            text-align: center;
            background-color: #ffffff;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -o-border-radius: 5px;
            border-radius: 5px;
        }

/* 9.2.6 Hover
---------------------------------------------------------------------------*/
.member-box:hover {
    background-color: #3d4a6e;
}

.member-box a:hover {
    color: #ffffff;
    background-color: #2b344d;
}


#clients-section-wrapper {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    background-repeat: repeat;
    /*background-attachment: fixed;*/
    background-position: center center;
    /*Subin background-image: url(https://www.nationalplus.ae/images/client-bg.jpg); */
     background-image: url(../images/client-bg.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#clients-section-container {
    width: 100%;
    padding: 100px 0;
    overflow: hidden;
    /*background-color: rgba(43, 52, 77, 0.8);*/
}

#clients-section-wrapper p {
    color: #dedede;
}

/* 10.2 Quote Rotator
---------------------------------------------------------------------------*/
/* 10.2.1 Wrapper
---------------------------------------------------------------------------*/
.cbp-qtrotator {
    width: 100%;
    margin: 0 auto;
    max-width: 900px;
    position: relative;
    -webkit-border-bottom: 1px solid #eeeeee;
    -moz-border-bottom: 1px solid #eeeeee;
    -o-border-bottom: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

    /* 10.2.2 Containt
---------------------------------------------------------------------------*/
    .cbp-qtrotator .cbp-qtcontent {
        top: 0;
        z-index: 0;
        opacity: 0;
        width: 100%;
        padding: 2em 0 0;
        position: absolute;
    }

        .cbp-qtrotator .cbp-qtcontent.cbp-qtcurrent,
        .no-js .cbp-qtrotator .cbp-qtcontent {
            opacity: 1;
            z-index: 100;
            position: relative;
            pointer-events: auto;
        }

        .cbp-qtrotator .cbp-qtcontent:before,
        .cbp-qtrotator .cbp-qtcontent:after {
            content: " ";
            display: table;
        }

        .cbp-qtrotator .cbp-qtcontent:after {
            clear: both;
        }

/* 10.2.3 Progress Bar
---------------------------------------------------------------------------*/
.cbp-qtprogress {
    top: 0;
    width: 0;
    height: 1px;
    z-index: 1000;
    position: absolute;
    background-color: #eeeeee;
}

/* 10.2.4 Blockquote
---------------------------------------------------------------------------*/
.cbp-qtrotator blockquote {
    margin-bottom: 23px;
}

    .cbp-qtrotator blockquote p {
        line-height: 27px;
    }

    .cbp-qtrotator blockquote footer {
        color: #ffffff;
        font-size: 1.2em;
    }

        .cbp-qtrotator blockquote footer:before {
            content: '― ';
        }

/* 10.2.5 Image
---------------------------------------------------------------------------*/
.cbp-qtrotator .cbp-qtcontent img {
    float: right;
    width: 150px;
    height: 135px;
    margin-left: 3em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-border: 5px solid #ffffff;
    -moz-border: 5px solid #ffffff;
    -o-border: 5px solid #ffffff;
    border: 5px solid #ffffff;
}




/* ==========================================================================
   11. Contact Us Section
========================================================================== */
/* 11.1 Wrapper
---------------------------------------------------------------------------*/
#contact-section {
    margin: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 100px 0 79px;
    background-color: #ffffff;
    -webkit-border-bottom: 1px solid #efefef;
    -moz-border-bottom: 1px solid #efefef;
    -o-border-bottom: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}




/* ==========================================================================
   11.2 Form
========================================================================== */
/* 11.2.1 Wrapper
---------------------------------------------------------------------------*/
.contactForm {
    padding: 0;
    width: 100%;
    margin: 0 auto;
    max-width: 930px;
    overflow: hidden;
}

.form-group {
    margin: 0;
    padding: 0;
}

/* 11.2.2 Textarea
---------------------------------------------------------------------------*/
.contactForm textarea {
    width: 100%;
    resize: none;
    margin: 0 auto 30px;
    height: 146px !important;
}

/* 11.2.3 form-control
---------------------------------------------------------------------------*/
.contactForm .form-control {
    width: 100%;
    height: auto;
    padding: 17px;
    margin: 0 auto 30px;
    background-color: #ffffff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-border: 2px solid #e5e5e5;
    -moz-border: 2px solid #e5e5e5;
    -o-border: 2px solid #e5e5e5;
    border: 2px solid #e5e5e5;
}

    .contactForm .form-control:hover,
    .contactForm .form-control:focus {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
        -webkit-border: 2px solid #2b344d;
        -moz-border: 2px solid #2b344d;
        -o-border: 2px solid #2b344d;
        border: 2px solid #2b344d;
    }

/* 11.2.4 Button
---------------------------------------------------------------------------*/
.contactForm button.submit {
    width: 100%;
    padding: 16px;
    font-size: 14px;
    line-height: 22px;
}

/* 11.2.5 error message
---------------------------------------------------------------------------*/
.error {
    top: 0;
    z-index: 2;
    float: right;
    color: #2b344d;
    position: relative;
    margin: -69px 15px 0 0;
}

:-webkit-ui-invalid:not(output) {
    box-shadow: none;
}

:-moz-ui-invalid:not(output) {
    box-shadow: none;
}

:-ms-ui-invalid:not(output) {
    box-shadow: none;
}

:-o-ui-invalid:not(output) {
    box-shadow: none;
}

ui-invalid:not(output) {
    box-shadow: none;
}




#map-section {
    width: 100%;
    height: 450px;
    margin: 0 auto;
    display: block;
    position: relative;
    /*Subin background: url(https://www.nationalplus.ae/images/contact-us-bg-pattern.png) repeat; */
    background: url(../images/contact-us-bg-pattern.png) repeat;
    background-color: rgb(43, 52, 77);
}

    #map-section .logo {
        text-align: center;
        margin: 0 auto;
    }

    #map-section p, #map-section a {
        color: #fff;
    }

#map {
    width: 100%;
    height: 450px;
    margin: 0 auto;
    display: block;
}


.ssuccess,
.serror {
    top: 24px;
    right: 130px;
    color: #2b344d;
    position: absolute;
}

#footer-bottom-end {
    background: url(https://www.nationalplus.ae/images/contact-us-bg-pattern.png) #2b344d;
    padding: 10px 0;
}

#footer-section {
    margin: 0;
    width: 100%;
    padding: 10px 0;
    overflow: hidden;
    position: relative;
    background: #0C090A;
}

    #footer-section a {
        color: #ffffff;
    }

    /* 14.3 Typography
---------------------------------------------------------------------------*/
    #footer-section p {
        margin: 0;
        color: #ffffff;
        line-height: 30px;
    }

    /* 14.4 Social Icons
---------------------------------------------------------------------------*/
    #footer-section #footer-social-icons ul {
        margin: 0;
        padding: 0;
        width: 100%;
        overflow: hidden;
        list-style: none;
        text-align: right;
    }

        #footer-section #footer-social-icons ul li {
            padding: 0;
            margin-left: 1px;
            display: inline-block;
        }

            #footer-section #footer-social-icons ul li:first-child {
                margin-left: 0;
            }

            #footer-section #footer-social-icons ul li a {
                width: 30px;
                height: 30px;
                display: block;
                font-size: 16px;
                line-height: 30px;
                text-align: center;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                -o-border-radius: 4px;
                border-radius: 4px;
            }

                #footer-section #footer-social-icons ul li a i {
                    line-height: 30px;
                }

a.twitter:hover {
    background-color: #46C0fb;
}

a.facebook:hover {
    background-color: #4863ae;
}

a.google-plus:hover {
    background-color: #dd4b39;
}

a.youtube-play:hover {
    background-color: #cc181e;
}

a.pinterest:hover {
    background-color: #ab171e;
}

a.linkedin:hover {
    background-color: #0083a8;
}

a.skype:hover {
    background-color: #36c4f3;
}

a.instagram:hover {
    background-color: #4d4f54;
}

.modal-body {
    padding-bottom: 0;
}

.tooltip {
    z-index: 999;
    letter-spacing: 1px;
}


.navbar {
    margin-bottom: 0;
    min-height: 40px;
    -webkit-border: 0;
    -moz-border: 0;
    -o-border: 0;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: 0;
    }

.navbar-brand {
    padding: 0;
    height: 40px;
    margin-top: -15px;
}

    .navbar-brand img {
        width: 160px;
    }

.pad10 {
    padding: 0 20px;
}

.navbar-nav > li > a {
    color: #000000;
    padding: 10px 0;
    font-size: 15px;
    letter-spacing: 1px;
}

.navbar-nav > li {
    margin-left: 20px;
    position: relative;
}

    .navbar-nav > li:first-child {
        margin-left: 0;
    }

.nav > li > a:hover,
.nav > li > a:focus {
    background-color: transparent;
}

.dark-blue {
    color: #0082ca !important;
}

.navbar-nav > li:hover,
.navbar-nav > li.active {
    color: #000000;
}

    .navbar-nav > li.active:before,
    .navbar-nav > li:before {
        left: 0;
        top: -10px;
        opacity: 0;
        content: '';
        width: 100%;
        height: 3px;
        z-index: -1;
        display: block;
        position: absolute;
        background-color: #000000;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .navbar-nav > li.active:after,
    .navbar-nav > li:after {
        left: 0;
        opacity: 0;
        content: '';
        width: 100%;
        height: 3px;
        z-index: -1;
        bottom: -10px;
        display: block;
        position: absolute;
        background-color: #ffffff;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .navbar-nav > li:hover:before,
    .navbar-nav > li.active:before {
        top: 0;
        opacity: 1;
    }

    .navbar-nav > li:hover:after,
    .navbar-nav > li.active:after {
        bottom: 0;
        opacity: 1;
    }

.navbar-toggle {
    margin: 0;
    padding: 8px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-border: 1px solid #000000;
    -moz-border: 1px solid #000000;
    -o-border: 1px solid #000000;
    border: 1px solid #000000;
}


.btn:focus {
    outline: none;
}

.btn {
    -webkit-border: 2px solid transparent;
    -moz-border: 2px solid transparent;
    -o-border: 2px solid transparent;
    border: 2px solid transparent;
}

    .btn:active,
    .btn.active {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
    }

    .btn.disabled,
    .btn[disabled],
    fieldset[disabled] .btn {
        text-decoration: line-through;
    }

.btn-nesto:active,
.btn-nesto.active {
    background-image: none;
}

.btn.btn-nesto {
    color: #ffffff;
    letter-spacing: 1px;
    background-color: #2b344d;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-border: 2px solid #ffffff;
    -moz-border: 2px solid #ffffff;
    -o-border: 2px solid #ffffff;
    border: 2px solid #ffffff;
}

.btn-nesto:hover,
.btn-nesto:focus,
.btn-nesto:active,
.btn-nesto.active {
    color: #ffffff;
    background-color: #3d4a6e;
}

.alert-nesto {
    color: #ffffff;
    background-color: #2b344d;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

#contact-section .alert.alert-nesto {
    margin-bottom: 30px;
}

#contact-section .alert {
    -webkit-border: none;
    -moz-border: none;
    -o-border: none;
    border: none;
}


@media(max-width: 1200px) {
    .services-box {
        padding: 0;
    }

    .services-title h1 {
        font-size: 18px;
    }

    .services-desc {
        font-size: 13px;
        min-height: 150px;
    }
}

@media(max-width: 990px) and (min-width: 768px) {

    .member-box {
        max-width: 100%;
    }

    .services-box {
        padding: 40px;
        margin: 10px;
    }

    .services-title h1 {
        font-size: 18px;
    }

    .services-desc {
        font-size: 13px;
        min-height: 150px;
    }
}

@media(max-width: 767px) {

    .nav > li > a:hover,
    .nav > li > a:focus,
    .navbar-nav > li:hover,
    .navbar-nav > li.active,
    .navbar-nav > li.active a {
        color: #2b344d;
        background-color: #ffffff;
    }

    .navbar-nav > li {
        margin-left: 0;
        text-align: center;
    }

        .navbar-nav > li.active:before,
        .navbar-nav > li:before,
        .navbar-nav > li.active:after,
        .navbar-nav > li:after,
        #nav-wrapper:after {
            display: none;
        }

    #home-wrapper {
        padding: 100px 0 90px;
        padding-bottom: 30px;
    }

    #welcome-msg {
        padding: 20px;
        width: 250px;
        margin: 0 auto;
        float: none;
    }

        #welcome-msg h1 {
            font-size: 20px;
        }

    .services-box {
        padding: 50px;
        margin-bottom: 10px;
    }

    .section-desc p, .portfolio-box ul li {
        line-height: 20px;
    }

    .hours_dash:after {
        display: none;
    }

    .section-title h1 {
        font-size: 34px;
    }

    .section-desc {
        margin-bottom: 0;
    }

    #portfolio-section-container {
        padding: 20px 0 18px;
    }

    #services-section, #dubaiplus-section {
        padding: 20px 0;
    }

        #services-section .section-title h1.aboutus , #dubaiplus-section  .section-title h1{
            line-height: 40px;
            font-size: 12px;
        }

    #footer-section p {
        text-align: center;
        margin-bottom: 10px;
    }

    #footer-section #footer-social-icons ul {
        text-align: center;
    }

    #map-section p {
        text-align: center;
    }
}

@media (min-width: 471px) and (max-width: 766px) {

    .services-box {
        padding: 20% !important;
    }
}


@media (min-width: 411px) and (max-width: 470px) {

    .services-box {
        padding: 15% !important;
    }
}
@media (min-width: 321px) and (max-width: 410px) {

    .services-box {
        padding: 11% !important;
        margin-bottom: 10px;
    }
}
@media(max-width: 479px) {
    /*.services-box h1 {
         font-size: 12px;
     }
    .section-title h1 {
        font-size: 16px;
    }*/
    .services-box {
        padding: 0;
        margin-bottom: 10px;
    }

    .services-desc {
        font-size: 11px;
        padding: 9%;
    }

    #contact-section h1 {
        font-size: 12px !important;
    }
    #portfolio-section-container h1, #portfolio-section-container h2, #portfolio-section-container h3  {
        font-size: 18px !important;
    }

    .member-box {
        margin: 0 auto 15px;
    }

    .cbp-qtrotator .cbp-qtcontent img {
        display: none;
    }

    #map-section {
        min-height: 410px;
        clear: both;
    }

        #map-section .logo img {
            width: 100%;
        }

        #map-section p {
            text-align: center;
        }

    #map {
        height: 300px;
    }
}

@media(max-width: 320px) {
    .services-box {
        padding: 0;
    }
}