﻿

@font-face {
    font-family: 'Hanimation_Arabic_Regular';
    src: url('fonts/Hanimation_Arabic_Regular.otf') format('opentype');
}

h2 {
    font-family: roboto-regular;
}

@font-face {
    font-family: 'SakkalMajalla';
    src: url('../../fonts/SakkalMajalla.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SakkalMajalla';
    src: url(data:application/x-font-woff) format('woff'), url('../../fonts/SakkalMajalla.ttf') format('truetype'), url('../../fonts/SakkalMajalla.svg#SakkalMajalla') format('svg');
    font-weight: normal;
    font-style: normal;
}

nav ul li a {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #aaa;
    text-transform: uppercase;
}

    nav ul li a,
    nav ul li a:after,
    nav ul li a:before {
        transition: all .5s;
    }

        nav ul li a:hover {
            color: #555;
        }


/* stroke */
nav.stroke ul li a,
nav.fill ul li a {
    position: relative;
}

    nav.stroke ul li a:after,
    nav.fill ul li a:after {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 0%;
        content: '.';
        color: transparent;
        background: #aaa;
        height: 1px;
    }

    nav.stroke ul li a:hover:after {
        width: 100%;
    }

nav.fill ul li a {
    transition: all 2s;
}

    nav.fill ul li a:after {
        text-align: left;
        content: '.';
        margin: 0;
        opacity: 0;
    }

    nav.fill ul li a:hover {
        color: #fff;
        z-index: 1;
    }

        nav.fill ul li a:hover:after {
            z-index: -10;
            animation: fill 1s forwards;
            -webkit-animation: fill 1s forwards;
            -moz-animation: fill 1s forwards;
            opacity: 1;
        }

/* Circle */
nav.circle ul li a {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    nav.circle ul li a:after {
        display: block;
        position: absolute;
        margin: 0;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        content: '.';
        color: transparent;
        width: 1px;
        height: 1px;
        border-radius: 50%;
        background: transparent;
    }

    nav.circle ul li a:hover:after {
        -webkit-animation: circle 1.5s ease-in forwards;
    }

/* SHIFT */
nav.shift ul li a {
    position: relative;
    z-index: 1;
}

    nav.shift ul li a:hover {
        color: #91640F;
    }

    nav.shift ul li :nth-child(2n+1) a:after {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        width: 100%;
        height: 1px;
        content: '.';
        color: transparent;
        background: #66686a;
        visibility: none;
        opacity: 0;
        z-index: -1;
    }

    nav.shift ul li a:hover:after {
        opacity: 1;
        visibility: visible;
        height: 100%;
    }

/* Keyframes */
@-webkit-keyframes fill {
    0% {
        width: 0%;
        height: 1px;
    }

    50% {
        width: 100%;
        height: 1px;
    }

    100% {
        width: 100%;
        height: 100%;
        background: #333;
    }
}

/* Keyframes */
@-webkit-keyframes circle {
    0% {
        width: 1px;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        height: 1px;
        z-index: -1;
        background: #eee;
        border-radius: 100%;
    }

    100% {
        background: #aaa;
        height: 5000%;
        width: 5000%;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        border-radius: 0;
    }
}

@import url(droidarabickufi.css);

@font-face {
    font-family: 'DecoType Thuluth';
    src: url('DecoTypeThuluth.woff2') format('woff2'), url('DecoTypeThuluth.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.fl-lt {
    float: left;
}

.fl-rt {
    float: right;
}
/*Page loader*/
.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: red;
    background: url(../img/loading.gif) center no-repeat #fff;
}

/* Clear Floated Elements
---------------------------------*/
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:before,
.clearfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
}

.figure {
    margin: 0px;
}

img {
    max-width: 100%;
}

a, a:hover, a:active {
    outline: 0px !important;
    text-decoration: none;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Primary Styles
---------------------------------*/
body {
    font-family: 'Cairo', sans-serif;    font-weight: 700;
    background-repeat: repeat;
    color: #121212;
    margin: 0;
}

h1 {
    font-size: 24px;
    color: #000;
font-family: 'Cairo', sans-serif;    font-weight: 700;
    letter-spacing: -1px;
    margin: 0 0 0px 0;
    text-align: center;
    line-height: 48px;
    text-transform: uppercase;
}

.title-bar {
    background: #E9E9E9; /*#269ffc;*/ /*#ededed;*/
    color: black;
    /*margin-left:25%;
	margin-right:25%;*/
    margin: 0 auto;
    padding: 5px 8px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-transform: capitalize;
    display: block;
    width: 50%;
}


p {
    line-height: 32px;
    margin: 0;
	font-family: 'Cairo', sans-serif;    font-weight: normal;
    font-size: 16px;
}

/* Header Styles
---------------------------------*/

.header {
    text-align: center;
    background: url(../img/pw_maze_black_2X.png) left top repeat;
    padding: 0px 0;
}

.logo {
    width: 17%;
    margin: 0 auto 0;
}

.header h1 {
    font-family: "Droid Arabic Kufi",'Montserrat',sans-serif;
    font-size: 35px;
    font-weight: 375;
    letter-spacing: -1px;
    margin: 0 0 -24px 0;
    color: #fff;
}

.we-create {
    padding: 0;
    margin: 35px 0 55px;
}

.wp-pic {
    margin-bottom: 20px;
}

.we-create li {
    display: inline-block;
    font-family: "Droid Arabic Kufi",'Montserrat',sans-serif;
    font-size: 14px;
    color: #bcbcbc;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 5px 0 0;
    padding: 0 0 0 15px;
}

    .we-create li:first-child {
        background: none;
    }

.start-button {
    padding-left: 0px;
}

    .start-button li a {
        color: #fff;
    }


.link {
    padding: 15px 35px;
    background: #7cc576;
    color: #fff !important;
    font-size: 16px;
    font-weight: 400;
    font-family: "Droid Arabic Kufi",'Montserrat', sans-serif;
    display: inline-block;
    border-radius: 3px;
    text-transform: uppercase;
    line-height: 25px;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

    .link:hover {
        text-decoration: none;
        color: #7cc576 !important;
        background: #fff;
    }

    .link:active, .link:focus {
        background: #7cc576;
        text-decoration: none;
        color: #fff !important;
    }



.small-logo {
    padding: 0 32px;
}

.main-section {
    padding: 0px 0 0px;
}


/* Services
---------------------------------*/

.service-list {
    padding: 0 0 0 0;
    font-size: 14px;
    margin-bottom: 40px;
}

.service-list-col1 {
    float: left;
    width: 60px;
}

    .service-list-col1 i {
        font-style: normal;
        font-size: 38px;
        display: block;
        color: #222;
        font-family: 'FontAwesome';
        line-height: 38px;
    }

.service-list-col2 {
    overflow: hidden;
}

.main-section.alabaster {
    background: #fafafa;
}

/* Featured Work
---------------------------------*/
.featured-work {
    font-size: 14px;
}

    .featured-work h2 {
        text-align: left;
    }

.featured-box {
    padding: 0 0 0 0;
    margin-bottom: 25px;
    font-size: 14px;
}

    .featured-box h3 {
        margin-bottom: 5px;
    }

    .featured-box p {
        line-height: 22px;
    }

.featured-work p.padding-b {
    padding-bottom: 35px;
}

.featured-box-col1 {
    width: 60px;
    float: left;
}

    .featured-box-col1 i {
        display: block;
        line-height: 38px;
        font-family: 'FontAwesome';
        font-size: 38px;
        color: #777777;
        font-style: normal;
    }

.featured-box-col2 {
    overflow: hidden;
}

.featured-box.magic {
    background: url(../img/magic.png) left top no-repeat;
}

.featured-box.packaged {
    background: url(../img/packaged.png) left top no-repeat;
}

.featured-box.seo {
    background: url(../img/seo.png) left top no-repeat;
}

.Learn-More {
    display: inline-block;
    padding: 0 5px 0 0;
    color: #7cc576;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Droid Arabic Kufi",'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 24px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    display: none;
}

    .Learn-More i {
        padding-right: 15px;
    }

    .Learn-More:hover, .Learn-More:focus {
        text-decoration: none;
        color: #111;
    }


/* Portfolio
---------------------------------*/
.Portfolio-nav {
    padding: 0;
    margin: 0 0 45px 0;
    list-style: none;
    text-align: center;
}

    .Portfolio-nav li {
        margin: 0 10px;
        display: inline;
    }

        .Portfolio-nav li a {
            display: inline-block;
            padding: 10px 22px;
            font-size: 12px;
            line-height: 20px;
            color: #222222;
            border-radius: 4px;
            text-transform: uppercase;
            font-family: "Droid Arabic Kufi",'Montserrat', sans-serif;
            background: #f7f7f7;
            margin-bottom: 5px;
            transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
        }

            .Portfolio-nav li a:hover {
                background: #7cc576;
                color: #fff;
                text-decoration: none;
            }

.portfolioContainer {
    margin: 0 auto;
    padding-left: 15px;
}

.Portfolio-box {
    text-align: center;
    margin-bottom: 30px;
    height: 350px;
    width: 350px;
    overflow: hidden;
    float: left;
    padding: 0;
}

    .Portfolio-box img {
        margin-bottom: 25px;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
    }

        .Portfolio-box img:hover {
            opacity: 0.6;
        }

.Portfolio-nav li a.current {
    background: #7cc576;
    color: #fff;
    text-decoration: none;
}

img {
    max-width: 100%;
}

/* no transition on .isotope container */

.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    transition-duration: 0.6s;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

.main-section.paddind {
    padding-bottom: 0px;
}

/* Clients
---------------------------------*/
.client-part {
    background: url(../img/section-bg1.jpg) center center no-repeat;
    background-size: cover;
    padding: 55px 0;
    text-align: center;
}

.client-part-haead {
    color: #fdfdfd;
    font-size: 28px;
    line-height: 41px;
    margin: 30px 0 10px;
    font-family: "Droid Arabic Kufi",'Open Sans','sans-serif';
    font-style: italic;
}

.client {
    padding: 0;
    margin: 20px 0 0;
    list-style: none;
    text-align: center;
}

    .client li {
        display: inline;
        margin: 0 15px;
    }

        .client li a {
            display: inline-block;
        }

            .client li a img {
                margin-bottom: 15px;
                border-radius: 50%;
            }

            .client li a:hover {
                text-decoration: none;
            }

            .client li a h3 {
                color: #ffffff;
            }

            .client li a span {
                color: #f1f1f1;
            }

.quote-right {
    font-style: normal;
    width: 68px;
    height: 68px;
    margin: 0 auto;
    border: 2px solid #7cc576;
    border-radius: 50%;
    display: block;
    line-height: 68px;
    text-align: center;
    font-size: 27px;
    color: #7cc576;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

    .quote-right:hover {
        color: #fff;
        border: 2px solid #fff;
    }

.c-logo-part {
    background: #7cc576;
    padding: 25px 0;
    filter: alpha(opacity=60);
}

    .c-logo-part ul {
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
    }

        .c-logo-part ul li {
            display: inline;
            margin: 0 25px;
        }

        .c-logo-part ul a {
            display: inline-block;
            margin: 0 20px;
        }

.main-section.team {
    padding: 85px 0;
    border-top: 30px solid;
    border-top-color: #000;
}

    .main-section.team h6 {
        margin-bottom: 40px;
    }

/* Talk Business
---------------------------------*/
.business-talking {
    background: url(../img/section-bg2.jpg) top center no-repeat;
    background-size: cover;
    padding: 60px 0 10px;
    text-align: center;
}

    .business-talking h2 {
        font-family: "Droid Arabic Kufi",'Montserrat', sans-serif;
        font-weight: 700;
        padding: 0;
        margin: 20px 0 70px;
        text-transform: uppercase;
        font-size: 42px;
        color: #fff;
    }


/* Contact
---------------------------------*/
.main-section.contact {
    padding: 90px 0 100px;
}

.main-section.contact {
    background: url(../img/bg-map.png) left 190px no-repeat;
}

.contact-info-box {
    font-size: 15px;
    margin: 0 0 14px 68px;
    padding-left: 0;
}

    .contact-info-box h3 {
        font-size: 15px;
        font-weight: 400;
        float: left;
        width: 102px;
        margin-right: 12px;
        line-height: 28px;
    }

        .contact-info-box h3 i {
            font-style: normal;
            font-size: 18px;
            color: #222222;
            font-family: "Droid Arabic Kufi",'FontAwesome';
            font-weight: normal;
            margin-right: 7px;
        }

    .contact-info-box span {
        line-height: 28px;
        display: block;
        overflow: hidden;
    }

.social-link {
    padding: 35px 0;
    margin: 0 0 0 68px;
    display: block;
    overflow: hidden;
    list-style: none;
}

    .social-link li {
        float: left;
        margin-right: 8px;
    }

        .social-link li a {
            display: block;
            width: 50px;
            height: 50px;
            text-align: center;
            line-height: 50px;
            font-size: 25px;
            color: #fff;
            background: #222222;
            border-radius: 50%;
            transition: all 0.3s ease-in-out;
        }

            .social-link li a:hover, .social-link li a:focus {
                text-decoration: none;
            }

.twitter a:hover {
    background: #55acee;
}

.facebook a:hover {
    background: #3b5998;
}

.pinterest a:hover {
    background: #cb2026;
}

.gplus a:hover {
    background: #dd4b39;
}

.dribbble a:hover {
    background: #ea4c89;
}

.form {
    margin: 0 66px 0 30px;
}

.input-text {
    padding: 15px 16px;
    border: 1px solid #ccc;
    width: 100%;
    height: 50px;
    display: block;
    border-radius: 4px;
    font-size: 15px;
    color: #aaa;
    font-family: "Droid Arabic Kufi",'Open Sans', sans-serif;
    margin: 0 0 15px 0;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

    .input-text:focus {
        border: 1px solid #7cc576;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
    }

    .input-text.text-area {
        height: 165px;
        resize: none;
        overflow: auto;
    }

.input-btn {
    width: 175px;
    height: 50px;
    background: #7cc576;
    border-radius: 4px;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Droid Arabic Kufi",'Montserrat', sans-serif;
    font-weight: 400;
    border: 0px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

    .input-btn:hover {
        background: #111;
        color: #fff;
    }

.validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
}

#sendmessage {
    color: #7cc576;
    border: 1px solid #7cc576;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#errormessage {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

    #sendmessage.show, #errormessage.show, .show {
        display: block;
    }



/* Animation Timers
---------------------------------*/
.delay-02s {
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
}

.delay-03s {
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
}

.delay-04s {
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
}

.delay-05s {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}

.delay-06s {
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
}

.delay-07s {
    animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s;
}

.delay-08s {
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
}

.delay-09s {
    animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
}

.delay-1s {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}

.delay-12s {
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
}

.special-dishes {
    background: url(../img/bg_1.jpg) no-repeat center center;
    background-size: 100% 100%;
    min-height: 100%;
}

html {
    min-height: 100%;
    position: relative;
}

body {
    margin-bottom: 0px;
}

.footer {
    bottom: 0;
    position: absolute;
    padding: 0px;
    width: 100%;
    max-height: 115px;
}

.middleText {
    color: #2b68b2;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.3;
}

.container .text-muted {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.main-content {
    min-height: calc(100vh - 115px);
}

img[usemap] {
    border: none;
    min-height: calc(84vh - 64px);
    max-height: calc(84vh - 64px);
    width: auto;
}

@media only screen and (min-width:3000px) {
    img[usemap] {
        border: none;
        min-height: calc(95vh - 142px);
        max-height: calc(95vh - 142px);
        width: auto;
    }
}

.details {
font-family: 'Cairo', sans-serif;    color: #333;
    font-size: 16px;
    margin: 0 0 5px 0;
    padding-right: 15px;
    direction: rtl;
    text-align: justify;
    line-height: 32px;
}

hr.line-blue-left {
    border: 0;
    height: 4px;
    background-color: #A5B73B;
    width: 115px;
    margin-left: 0px;
    float: right;
}

.section-separator-small {
    padding-top: 10px;
    padding-bottom: 25px;
}


.marqueetext {
    /*position: absolute;*/
    overflow-x: no-display;
    white-space: nowrap;
    overflow: hidden;
    font-family: 'Cairo', sans-serif;
    color: #ec232e;
    text-align: right;
    background-color: #a6b93e;
    padding-top: 10px;
    padding-bottom: 10px;

    /*min-height:30px;*/
}

.footer_textSec {
    font-family: 'Cairo', sans-serif;
    /*font-weight: 700;*/
    color: #000;
    text-align: center;
    background-color: #a6b93e;
    padding-top: 10px;
    padding-bottom: 10px;
}

.element {
    position: fixed;
    bottom: 50px;
    width: 100%;
}

.footerAdvertHead {
    font-family: 'Cairo', sans-serif;
    font-size: 1.1em;
    color: #000;
    font-weight: bold;
    text-align: center;
    /*line-height: 2.5;*/
}

.footerAdvertText {
    font-family: 'Cairo', sans-serif;
    font-size: 0.9em;
    color: #000;
    text-align: center;
}

.footerAdvertTextSecond {
    font-family: 'Cairo', sans-serif;
    font-size: 0.8em;
    color: #000;
    text-align: center;
}

.thirdPic {
    margin: 0 auto;
    display: none;
    text-align: center;
    overflow-x: hidden;
    background-image: url(../img/starfield.jpg);
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    min-height: calc(100vh - 90px);
}


@media only screen and (min-width : 1920px) {

    img[usemap] {
        border: none;
        min-height: calc(84vh - 90px);
        max-height: calc(84vh - 90px);
        width: auto;
    }

    .footerAdvertHead {
        font-family: 'Cairo', sans-serif;
        font-size: 1.1em;
        color: #000;
        font-weight: bold;
        text-align: center;
        /*line-height: 2.5;*/
    }

    .footerAdvertText {
        font-family: 'Cairo', sans-serif;
        font-size: 0.9em;
        color: #000;
        text-align: center;
    }

    .footerAdvertTextSecond {
        font-family: 'Cairo', sans-serif;
        font-size: 0.8em;
        color: #000;
        text-align: center;
    }

    .middleText {
        color: #2b68b2;
        font-size: 36px;
        font-weight: bold;
        line-height: 1.5;
    }
}


@media only screen and (min-width : 1367px) {
    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    img[usemap] {
        border: none;
        min-height: calc(83vh - 90px);
        max-height: calc(83vh - 90px);
        width: auto;
    }
}


@media only screen and (min-width : 2000px) {

    img[usemap] {
        border: none;
        min-height: calc(90vh - 90px);
        max-height: calc(90vh - 90px);
        width: auto;
    }
    .footer_textSec {
        font-family: 'Cairo', sans-serif;    font-weight: 700;
        color: #000;
        font-size: 20px;
        text-align: center;
        background-color: #a6b93e;
        padding-top: 12px;
        padding-bottom: 12px;
    }

   

    .navbar-default .navbar-nav > li > a {
        color: #000;
        background-color: #a6b93e;
        border-right: 1px solid #fff;
        text-align: center;
        text-transform: uppercase;
        font-size: 1.4em;
    }

    .middleText {
        color: #2b68b2;
        font-size: 40px;
        font-weight: bold;
        line-height: 2;
    }
}

@media only screen and (max-width : 1366px) {
    .footer_textSec {
        font-family: 'Cairo', sans-serif;    font-weight: 700;
        color: #000;
        font-size: 12px;
        text-align: center;
        background-color: #a6b93e;
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .middleText {
        color: #2b68b2;
        font-size: 32px;
        font-weight: bold;
        line-height: 1.3;
    }

    .marqueetext {
        overflow-x: no-display;
        white-space: nowrap;
        overflow: hidden;
        font-family: 'Cairo', sans-serif;
        color: #ec232e;
        font-size: 0.7em;
        text-align: right;
        background-color: #a6b93e;
        padding-top: 4px;
        padding-bottom: 4px;
    }
    .footerAdvertHead {
        font-family: 'Cairo', sans-serif;
        font-size: 0.8em;
        color: #000;
        font-weight: bold;
        text-align: center;
        /*line-height: 2.5;*/
    }

    .footerAdvertText {
        font-family: 'Cairo', sans-serif;
        font-size: 0.8em;
        color: #000;
        text-align: center;
    }

    .footerAdvertTextSecond {
        font-family: 'Cairo', sans-serif;
        font-size: 0.7em;
        color: #000;
        text-align: center;
    }

    .navbar-default .navbar-nav > li > a {
        color: #000;
        background-color: #A5B73B;
        border-right: 1px solid #fff;
        text-align: center;
        text-transform: uppercase;
        font-size: 0.8em;
    }

    .thirdPic {
        margin: 0 auto;
        display: none;
        text-align: center;
        overflow-x: hidden;
        background-image: url(../img/starfield.jpg);
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        background-size: cover;
        min-height: calc(100vh - 55px);
    }
}

@media only screen and (max-width : 1200px) {
    .footer_textSec {
        font-family: 'Cairo', sans-serif;    font-weight: 700;
        color: #000;
        font-size: 12px;
        text-align: center;
        background-color: #a6b93e;
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .marqueetext {
        overflow-x: no-display;
        white-space: nowrap;
        overflow: hidden;
        font-family: 'Cairo', sans-serif;
        color: #ec232e;
        font-size: 0.5em;
        text-align: right;
        background-color: #a6b93e;
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .footerAdvertHead {
        font-family: 'Cairo', sans-serif;
        font-size: 0.7em;
        color: #000;
        font-weight: bold;
        text-align: center;
        /*line-height: 2.5;*/
    }

    .footerAdvertText {
        font-family: 'Cairo', sans-serif;
        font-size: 0.6em;
        color: #000;
        text-align: center;
    }

    .footerAdvertTextSecond {
        font-family: 'Cairo', sans-serif;
        font-size: 0.5em;
        color: #000;
        text-align: center;
    }
    .navbar-default .navbar-nav > li > a {
        color: #000;
        background-color: #A5B73B;
        border-right: 1px solid #fff;
        text-align: center;
        text-transform: uppercase;
        font-size: 0.7em;
    }

    .middleText {
        color: #2b68b2;
        font-size: 30px;
        font-weight: bold;
        line-height: 1.5;
    }

    .element {
        position: fixed;
        bottom: 40px;
        width: 100%;
    }
}

@media only screen and (max-width : 979px) {
    .footer_textSec {
        font-family: 'Cairo', sans-serif;    font-weight: 700;
        color: #000;
        font-size: 0.7em;
        text-align: center;
        background-color: #a6b93e;
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .navbar-default .navbar-nav > li > a {
        color: #000;
        background-color: #A5B73B;
        border-right: 1px solid #fff;
        text-align: center;
        text-transform: uppercase;
        font-size: 0.6em;
    }

    .marqueetext {
        overflow-x: no-display;
        white-space: nowrap;
        overflow: hidden;
        font-family: 'Cairo', sans-serif;
        color: #ec232e;
        font-size: 0.5em;
        text-align: right;
        background-color: #a6b93e;
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .footerAdvertHead {
        font-family: 'Cairo', sans-serif;
        font-size: 0.7em;
        color: #000;
        font-weight: bold;
        text-align: center;
        /*line-height: 2.5;*/
    }

    .footerAdvertText {
        font-family: 'Cairo', sans-serif;
        font-size: 0.6em;
        color: #000;
        text-align: center;
    }

    .footerAdvertTextSecond {
        font-family: 'Cairo', sans-serif;
        font-size: 0.5em;
        color: #000;
        text-align: center;
    }

    .middleText {
        color: #2b68b2;
        font-size: 18px;
        font-weight: bold;
        line-height: 1.7;
    }

    .element {
        position: fixed;
        bottom: 30px;
        width: 100%;
    }
}

@media only screen and (max-width : 767px) {
    .footer_textSec {
        font-family: 'Cairo', sans-serif;    font-weight: 700;
        color: #000;
        font-size: 0.6em;
        text-align: center;
        background-color: #a6b93e;
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .navbar-default .navbar-nav > li > a {
        color: #000;
        background-color: #A5B73B;
        border-right: 1px solid #fff;
        text-align: center;
        text-transform: uppercase;
        font-size: 0.7em;
    }

    .middleText {
        color: #2b68b2;
        font-size: 15px;
        font-weight: bold;
        line-height: 1.2;
    }

    .element {
        position: fixed;
        bottom: 20px;
        width: 100%;
    }
    .marqueetext {
        overflow-x: no-display;
        white-space: nowrap;
        overflow: hidden;
        font-family: 'Cairo', sans-serif;
        color: #ec232e;
        font-size: 0.4em;
        text-align: right;
        background-color: #a6b93e;
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .footerAdvertHead {
        font-family: 'Cairo', sans-serif;
        font-size: 0.5em;
        color: #000;
        font-weight: bold;
        text-align: center;
        /*line-height: 2.5;*/
    }

    .footerAdvertText {
        font-family: 'Cairo', sans-serif;
        font-size: 0.5em;
        color: #000;
        text-align: center;
    }

    .footerAdvertTextSecond {
        font-family: 'Cairo', sans-serif;
        font-size: 0.4em;
        color: #000;
        text-align: center;
    }
}

@media only screen and (max-width : 480px) {
    .footer_textSec {
        font-family: 'Cairo', sans-serif;    font-weight: 700;
        color: #000;
        font-size: 10px;
        text-align: center;
        background-color: #a6b93e;
        padding-top: 3px;
        padding-bottom: 3px;
    }
}

@media only screen and (max-width : 320px) {
    .footer_textSec {
        font-family: 'Cairo', sans-serif;    font-weight: 700;
        color: #000;
        font-size: 0.5em;
        text-align: center;
        background-color: #a6b93e;
        padding-top: 2px;
        padding-bottom: 2px;
    }
}

/*.list > ul {
    margin: 0.75em 0;
    padding: 0 1em;
    list-style-type: none;
    display: inline-block
}

.list > li:before {
    content: "";
    border-top: 5px solid transparent;
    border-right: 8px solid #a6b93e;
    border-bottom: 5px solid transparent;
    display: block;
    height: 0;
    width: 0;
    margin-right: -0.8em;
    top: 0.4em;
    position: relative;
    float: right;
}*/




.submit-btn {
    background: #ec232e none repeat scroll 0 0;
    border: 1px solid rgba(255,255,255,.5);
    /*float: left;*/
    /*! font-size: 16px; */
    padding: 2px 2px;
    color: #333;
    /*border-radius: 10px;*/
    font-weight: 400;
    width: 130px;
    font-weight: bold;
    text-transform: uppercase;
}

    .submit-btn:hover {
        color: #efefef
    }

    .submit-btn i {
        margin-left: 5px
    }


    .train-img {
        max-width: 5000px;
        width: 3000px;
    }

    .train-height {
        height: 58px;
    }

    .train-height-text {
        height: 22px;
    }

    .man-img {
        max-width: 130px;
    }

    .about {
        position: absolute;
        bottom: 55px;
        width: 100%;
        left: 0;
    }
}

@media screen and (max-width: 1920px) {
    .train-img {
        max-width: 3600px;
        width: 3000px;
    }

    .train-height {
        height: 48px;
    }

    .train-height-text {
        height: 22px;
    }

    .man-img {
        max-width: 130px;
    }

    .about {
        position: absolute;
        bottom: 45px;
        width: 100%;
        left: 0;
    }
}
/* (1366x768) WXGA Display */
@media screen and (max-width: 1366px) {
    .train-img {
        max-width: 3600px;
    }

    .man-img {
        max-width: 90px;
    }

    .train-height {
        height: 48px;
    }

    .train-height-text {
        height: 28px;
    }

    .about {
        position: absolute;
        bottom: 24px;
        width: 100%;
        left: 0;
    }

    .train-height-text {
        height: 30px;
    }
}

/* (1366x768) WXGA Display */
@media screen and (max-width: 1200px) {
    .train-img {
        max-width: 3600px;
    }

    .man-img {
        max-width: 90px;
    }

    .train-height {
        height: 48px;
    }

    .train-height-text {
        height: 28px;
    }

    .about {
        position: absolute;
        bottom: 27px;
        width: 100%;
        left: 0;
    }

    .train-height-text {
        height: 30px;
    }
}



@media only screen and (max-width:979px) {


    .about {
        position: absolute;
        bottom: 25px;
        width: 100%;
        left: 0;
    }
}


@media only screen and (max-width:767px) {


    .about {
        position: absolute;
        bottom: 18px;
        width: 100%;
        left: 0;
    }
}

.jumbotron {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%);
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/* Firefox */
@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/* Webkit */
@-ms-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/* IE */
@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/* Opera and prob css3 final iteration */
.Promotion-img {
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    /* order: name, direction, duration, iteration-count, timing-function */
    -moz-animation: blink normal 2s infinite ease-in-out; /* Firefox */
    -webkit-animation: blink normal 2s infinite ease-in-out; /* Webkit */
    -ms-animation: blink normal 2s infinite ease-in-out; /* IE */
    animation: blink normal 2s infinite ease-in-out; /* Opera and prob css3 final iteration */
}

.sub-btn {
    font-family: 'Cairo', sans-serif;
    display: inline-block;
    padding: 4px 30px;
    border: 1px solid #A5B73B;
    border-radius: 4px;
    background-color: #A5B73B;
    color: #fff;
    -o-transition: border .3s ease, background-color .3s ease, color .3s ease;
    -webkit-transition: border .3s ease, background-color .3s ease, color .3s ease;
    -moz-transition: border .3s ease, background-color .3s ease, color .3s ease;
    transition: border .3s ease, background-color .3s ease, color .3s ease;
    width: 160px;
}

    .sub-btn:hover {
        border: 1px solid #A5B73B;
        background: transparent;
        color: #ff631e;
        text-decoration: none;
    }

a.sub-btn:focus, a.sub-btn:active {
    color: #fff;
}

    a.sub-btn:focus:hover {
        border: 1px solid #A5B73B;
        background: transparent;
        color: #ff631e;
    }


.live-btn {
    font-family: 'Cairo', sans-serif;
    display: inline-block;
    padding: 4px 10px;
    border: 1px solid #d9534f;
    border-radius: 4px;
    background-color: #d9534f;
    color: #fff;
    -o-transition: border .3s ease, background-color .3s ease, color .3s ease;
    -webkit-transition: border .3s ease, background-color .3s ease, color .3s ease;
    -moz-transition: border .3s ease, background-color .3s ease, color .3s ease;
    transition: border .3s ease, background-color .3s ease, color .3s ease;
    width: 160px;
}

    .live-btn:hover {
        border: 1px solid #d9534f;
        background: transparent;
        color: #ffc326;
        text-decoration: none;
    }

a.live-btn:focus, a.live-btn:active {
    color: #fff;
}

    a.live-btn:focus:hover {
        border: 1px solid #d9534f;
        background: transparent;
        color: #ff631e;
    }



.rewards-btn {
    font-family: 'Cairo', sans-serif;
    display: inline-block;
    padding: 4px 30px;
    border: 1px solid #2b68b2;
    border-radius: 4px;
    background-color: #2b68b2;
    color: #fff;
    -o-transition: border .3s ease, background-color .3s ease, color .3s ease;
    -webkit-transition: border .3s ease, background-color .3s ease, color .3s ease;
    -moz-transition: border .3s ease, background-color .3s ease, color .3s ease;
    transition: border .3s ease, background-color .3s ease, color .3s ease;
    width: 160px;
}

    .rewards-btn:hover {
        border: 1px solid #2b68b2;
        background: transparent;
        color: #d9534f;
        text-decoration: none;
    }

a.rewards-btn:focus, a.rewards-btn:active {
    color: #fff;
}

    a.rewards-btn:focus:hover {
        border: 1px solid #2b68b2;
        background: transparent;
        color: #ff631e;
    }



@media (min-width: 480px) {
    .sub-btn {
        font-size: 10px;
        padding: 4px 4px;
    }

    .live-btn {
        font-size: 10px;
        padding: 4px 4px;
    }

    .rewards-btn {
        font-size: 10px;
        padding: 4px 4px;
    }
}

@media (min-width: 600px) {
    .sub-btn {
        font-size: 8px;
        padding: 4px 4px;
    }

    .live-btn {
        font-size: 8px;
        padding: 4px 4px;
    }

    .rewards-btn {
        font-size: 8px;
        padding: 4px 4px;
    }
}


@media (min-width: 768px) {
    .sub-btn {
        font-size: 8px;
        padding: 4px 2px;
        width: 70px;
    }

    .live-btn {
        font-size: 8px;
        padding: 4px 2px;
        width: 70px;
    }

    .rewards-btn {
        font-size: 8px;
        padding: 4px 2px;
        width: 70px;
    }
}

@media (min-width: 992px) {
    .sub-btn {
        font-size: 11px;
        padding: 4px 4px;
        width: 100px;
    }

    .live-btn {
        font-size: 11px;
        padding: 4px 4px;
        width: 100px;
    }

    .rewards-btn {
        font-size: 11px;
        padding: 4px 4px;
        width: 100px;
    }
}

@media (min-width: 1200px) {
    .sub-btn {
        padding: 4px 4px;
        font-size: 14px;
        width: 115px;
    }

    .live-btn {
        padding: 4px 4px;
        font-size: 14px;
        width: 115px;
    }

    .rewards-btn {
        padding: 4px 4px;
        font-size: 14px;
        width: 115px;
    }
}

@media (min-width: 1366px) {
    .sub-btn {
        padding: 4px 2px;
        font-size: 16px;
        width: 125px;
    }

    .live-btn {
        padding: 4px 2px;
        font-size: 16px;
        width: 125px;
    }

    .rewards-btn {
        padding: 4px 2px;
        font-size: 16px;
        width: 125px;
    }
}

@media (min-width: 1920px) {
    .sub-btn {
        padding: 8px 2px;
        font-size: 17px;
        width: 140px;
    }

    .live-btn {
        padding: 8px 2px;
        font-size: 17px;
        width: 140px;
    }

    .rewards-btn {
        padding: 8px 2px;
        font-size: 17px;
        width: 140px;
    }
}
.contact-form {
    background: #fff;
    /*margin-top: 1%;
    margin-bottom: 1%;*/
    width: 100%;
}

    .contact-form .form-control {
        border-radius: 1rem;
    }

.contact-image {
    text-align: center;
}

    .contact-image img {
        border-radius: 6rem;
        width: 11%;
        margin-top: -3%;
        transform: rotate(29deg);
    }

.contact-form form {
    padding: 14%;
}

    .contact-form form .row {
        margin-bottom: -7%;
    }

.contact-form h3 {
    margin-bottom: 8%;
    margin-top: -10%;
    text-align: center;
    color: #0062cc;
}

.contact-form .btnContact {
    width: 50%;
    border: none;
    /*border-radius: 1rem;*/
    padding: 3%;
    background: #000;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}

.btnContactSubmit {
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    color: #fff;
    background-color: #0062cc;
    border: none;
    cursor: pointer;
}


#cover {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 5;
    width: 100%;
    height: 100%;
    display: none;
}

#loginScreen {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    width: 600px;
    margin: 30px auto;
    background-color:#fff;
    border-radius:20px;
    text-align:left;
}

    #loginScreen:target, #loginScreen:target + #cover {
        display: block;
        opacity: 2;
    }

.cancel {
    display: block;
    position: absolute;
    top: 3px;
    right: 2px;
    background: rgb(245,245,245);
    color: black;
    height: 30px;
    width: 30px;
    font-size: 20px;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
}
}

@media (min-width:768px) {
    .loginScreen-dialog {
        width: 600px;
        margin: 30px auto;
    }
}