@import url("font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,300italic,400italic");

body{

	margin:0;
	padding:0;
	background:#fff;
	font-family: Calibri;
 }
body a{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
	margin: 0;
	font-family: Calibri;
}	
p{
	margin: 0;
	font-family: Calibri;
}
ul{
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: lighter;
	text-align: left;
	color: #666666;
}
/*----*/
.banner {
    /*background: url(../Images/main_bg-01.jpg);
	background-repeat:repeat-x;*/
    min-height: 780px;
    background: darkgrey; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(darkgrey, white); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(darkgrey, white); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(darkgrey, white); /* For Firefox 3.6 to 15 */
    background: linear-gradient(darkgrey, white); /* Standard syntax (must be last) */
	/*background-color:lightgrey;*/
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
}
/*----*/
.logo{
	float:left;
}
.logo a{
	display:block;
}
.logoSeb img {
	 width: 200px;
	 padding:10px;
	}
	
    .logo img {
	  height: 60px;
	}
     
.banner-top {
	  padding: 2em 0;
}

    .banner-top nav {
        position: relative;
        /*right: 2em;
        top: 11.5em;*/
        float:right;
        padding-bottom: 5px;
        z-index: auto;
    }

    .banner-top nav ul {
        display: -moz-flex;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -moz-align-items: center;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        list-style: none;
        margin: 0;
        padding-bottom: 5px;
    }

        .banner-top nav ul li {
            display: inline-block;
            padding: 0 5px;
            margin: 0 5px;
        }

            .banner-top nav ul li a {
                display: block;
                position: relative;
                height: 3em;
                line-height: 3em;
                padding: 0 1.5em;
                /*background-color: rgba(0, 42, 85, 0.5);*/
                border-radius: 4px;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                -o-border-radius: 4px;
                -ms-border-radius: 4px;
                border: 0;
                font-size: 0.8em;
                font-weight: 900;
                letter-spacing: 0.35em;
                text-transform: uppercase;
                color: #002A55;
                text-decoration: none;
                font-weight: 600;
                font-size: .9em;
            }

                .banner-top nav ul li a.active {
                    background-color: rgba(0, 42, 85, 1);
                    border-radius: 4px;
                    -webkit-border-radius: 4px;
                    -moz-border-radius: 4px;
                    -o-border-radius: 4px;
                    -ms-border-radius: 4px;
                    color: #fff;
                }

                .banner-top nav ul li a:hover {
                    color: #fff;
                    transition: 0.8s all;
                    -webkit-transition: 0.8s all;
                    -moz-transition: 0.8s all;
                    -o-transition: 0.85s all;
                    -ms-transition: 0.8s all;
                }

                .banner-top nav ul li a[href="#menu"] {
                    visibility: hidden;
                }

                    .banner-top nav ul li a[href="#menu"]:before, .banner-top nav ul li a[href="#menu"]:after {
                        -moz-transition: opacity 0.2s ease;
                        -webkit-transition: opacity 0.2s ease;
                        -ms-transition: opacity 0.2s ease;
                        transition: opacity 0.2s ease;
                        content: '';
                        display: block;
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        background-position: center;
                        background-repeat: no-repeat;
                        background-size: 4em 4em;
                        font-size: 2em;
                    }

                    nav ul li a[href="#menu"]:before {
                        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 8px%3B stroke: %23002A55%3B %7D%3C/style%3E%3Cline x1='0' y1='25' x2='100' y2='25' /%3E%3Cline x1='0' y1='50' x2='100' y2='50' /%3E%3Cline x1='0' y1='75' x2='100' y2='75' /%3E%3C/svg%3E");
                        opacity: 1;
                    }

                    nav ul li a[href="#menu"]:after {
                        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 8px%3B stroke: %23C62026%3B %7D%3C/style%3E%3Cline x1='0' y1='25' x2='100' y2='25' /%3E%3Cline x1='0' y1='50' x2='100' y2='50' /%3E%3Cline x1='0' y1='75' x2='100' y2='75' /%3E%3C/svg%3E");
                        opacity: 0;
                    }

                    nav ul li a[href="#menu"]:hover:before {
                        opacity: 1;
                    }

                    nav ul li a[href="#menu"]:hover:after {
                        opacity: 0;
                    }
                  
@media screen and (max-width: 736px) {
    .banner-top nav {
        right: 0.5em;
    }

        .banner-top nav ul li a[href="#menu"] {
            visibility: visible;
            -webkit-tap-highlight-color: transparent;
            width: 4em;
            text-indent: 4em;
            font-size: 1em;
            overflow: hidden;
            padding: 0;
            white-space: nowrap;
        }

        .banner-top nav .preShow {
            display: none;
        }
        .banner-top nav ul li a[href="#menu"]:before, #header nav ul li a[href="#menu"]:after {
            background-size: 1.5em 1.5em;
        }
}


#menu {
    -moz-transform: translateX(22em);
    -webkit-transform: translateX(22em);
    -ms-transform: translateX(22em);
    transform: translateX(22em);
    -moz-transition: -moz-transform 0.45s ease, visibility 0.45s;
    -webkit-transition: -webkit-transform 0.45s ease, visibility 0.45s;
    -ms-transition: -ms-transform 0.45s ease, visibility 0.45s;
    transition: transform 0.45s ease, visibility 0.45s;
    position: fixed;
    top: 0;
    right: 0;
    width: 22em;
    max-width: 80%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    background: #002A55;
    color: #ffffff;
    cursor: default;
    visibility: hidden;
    z-index: 10002;
}

    #menu > .inner {
        -moz-transition: opacity 0.45s ease;
        -webkit-transition: opacity 0.45s ease;
        -ms-transition: opacity 0.45s ease;
        transition: opacity 0.45s ease;
        -webkit-overflow-scrolling: touch;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 2.75em;
        opacity: 0;
        overflow-y: auto;
    }

        #menu > .inner > ul {
            list-style: none;
            margin: 0 0 1em 0;
            padding: 0;
        }

            #menu > .inner > ul > li {
                padding: 0;
                border-top: solid 1px rgba(255, 255, 255, 0.15);
            }

                #menu > .inner > ul > li a {
                    display: block;
                    padding: 1em 0;
                    line-height: 1.5;
                    font-size: 100%;
                    font: inherit;
                    border: 0;
                    text-decoration: none; 
                    color: #fff;
                    border-bottom: dotted 1px rgba(88, 88, 88, 0.5);
                    font-family: "Source Sans Pro", Helvetica, sans-serif;
                    font-size: 16pt;
                    font-weight: 300;
                }

                #menu > .inner > ul > li:first-child {
                    border-top: 0;
                    margin-top: -1em;
                }

                #menu > .inner > ul > li a:hover {
                    border-bottom-color: transparent;
                    color: #FFF !important;
                    border: dotted 1px #fff;
                    -moz-transition: border-bottom-color 0.8s ease, color 0.8s ease;
                    -webkit-transition: border-bottom-color 0.8s ease, color 0.8s ease;
                    -ms-transition: border-bottom-color 0.8s ease, color 0.8s ease;
                    transition: border-bottom-color 0.8s ease, color 0.8s ease;
                }

    #menu > .close {
        background-color: rgba(255, 255, 255, 0.5);
        border-radius:4px;
        -moz-transition: opacity 0.45s ease, -moz-transform 0.45s ease;
        -webkit-transition: opacity 0.45s ease, -webkit-transform 0.45s ease;
        -ms-transition: opacity 0.45s ease, -ms-transform 0.45s ease;
        transition: opacity 0.45s ease, transform 0.45s ease;
        -moz-transform: scale(0.25) rotate(180deg);
        -webkit-transform: scale(0.25) rotate(180deg);
        -ms-transform: scale(0.25) rotate(180deg);
        transform: scale(0.25) rotate(180deg);
        -webkit-tap-highlight-color: transparent;
        display: block;
        position: absolute;
        top: 2em;
        left: -6em;
        width: 6em;
        text-indent: 6em;
        height: 3em;
        border: 0;
        font-size: 1em;
        opacity: 0;
        overflow: hidden;
        padding: 0;
        white-space: nowrap;
    }

        #menu > .close:before, #menu > .close:after {
            -moz-transition: opacity 0.2s ease;
            -webkit-transition: opacity 0.2s ease;
            -ms-transition: opacity 0.2s ease;
            transition: opacity 0.2s ease;
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-position: center;
            background-repeat: no-repeat;
            background-size: 2em 2em;
        }

        #menu > .close:before {
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 8px%3B stroke: %23162c54%3B %7D%3C/style%3E%3Cline x1='15' y1='15' x2='85' y2='85' /%3E%3Cline x1='85' y1='15' x2='15' y2='85' /%3E%3C/svg%3E");
            opacity: 0;
        }

        #menu > .close:after {
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 8px%3B stroke: %23585858%3B %7D%3C/style%3E%3Cline x1='15' y1='15' x2='85' y2='85' /%3E%3Cline x1='85' y1='15' x2='15' y2='85' /%3E%3C/svg%3E");
            opacity: 1;
        }

        #menu > .close:hover:before {
            opacity: 1;
        }

        #menu > .close:hover:after {
            opacity: 0;
        }

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

    #menu {
        -moz-transform: translateX(50%);
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
        width: 50%;
    }

        #menu > .inner {
            padding: 2.75em 1.5em;
        }

        #menu h2 {
            font-weight: 900;
            line-height: 1.5;
            margin: 0 0 2em 0;
            text-transform: uppercase;
            letter-spacing: 0.35em;
        }

        #menu > .close {
            top: 0.5em;
            left: -4.25em;
            width: 4.25em;
            text-indent: 4.25em;
        }

            #menu > .close:before, #menu > .close:after {
                background-size: 1.5em 1.5em;
            }
}


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

    #menu {
        -moz-transform: translateX(80%);
        -webkit-transform: translateX(80%);
        -ms-transform: translateX(80%);
        transform: translateX(80%);
        width: 80%;
    }
}

    body.is-menu-visible #menu {
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        visibility: visible;
    }

        body.is-menu-visible #menu > * {
            opacity: 1;
        }

        body.is-menu-visible #menu .close {
            -moz-transform: scale(1.0) rotate(0deg);
            -webkit-transform: scale(1.0) rotate(0deg);
            -ms-transform: scale(1.0) rotate(0deg);
            transform: scale(1.0) rotate(0deg);
            opacity: 1;
        }

        a.hvr-shutter-out-horizontal {
            display: inline-block;
            vertical-align: middle;
            -webkit-transform: translateZ(0);
            transform: translateZ(0);
            box-shadow: 0 0 1px rgba(0, 0, 0, 0);
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            -moz-osx-font-smoothing: grayscale;
            position: relative;
            -webkit-transition-property: color;
            transition-property: color;
            -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
            color: #fff;
        }

            a.hvr-shutter-out-horizontal:before {
                content: "";
                position: absolute;
                z-index: -1;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                background: #002A55;
                -webkit-transform: scaleX(0);
                transform: scaleX(0);
                -webkit-transform-origin: 50%;
                transform-origin: 50%;
                -webkit-transition-property: transform;
                transition-property: transform;
                -webkit-transition-duration: 0.3s;
                transition-duration: 0.3s;
                -webkit-transition-timing-function: ease-out;
                transition-timing-function: ease-out;
                color: #fff;
                border-radius: 4px;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                -o-border-radius: 4px;
                -ms-border-radius: 4px;
            }

            a.hvr-shutter-out-horizontal:hover, a.hvr-shutter-out-horizontal:focus, a.hvr-shutter-out-horizontal:active {
                color: #fff;
            }

                a.hvr-shutter-out-horizontal:hover:before, a.hvr-shutter-out-horizontal:focus:before, a.hvr-shutter-out-horizontal:active:before {
                    -webkit-transform: scaleX(1);
                    transform: scaleX(1);
                }

    .banner-left {
        margin-top: 4em;
    }

        .banner-left h1 {
            color: #fff;
            font-size: 8em;
            font-weight: 900;
            margin: 0;
        }

        .banner-left h2 {
            color: #fff;
            font-size: 8em;
            font-weight: 100;
        }

        .banner-left h3 {
            color: #fff;
            font-size: 3.2em;
            font-weight: 200;
            margin-bottom: 10px;
            text-transform: uppercase;
        }

            .banner-left h3 span {
                color: #fff;
                font-size: 1em;
                font-weight: 600;
            }

        .banner-left p {
            color: #fff;
            font-size: 1.4em;
            font-weight: 100;
        }

    .banner-right {
        position: relative;
    }

    .app-img {
        position: absolute;
        top: -57px;
        right: 6px;
    }
    /*--services--*/
    .service-section-grids h3 {
        color: #4e4e4e;
        font-weight: 600;
        font-size: 2.5em;
        text-align: center;
        text-transform: uppercase;
    }

        .service-section-grids h3 span {
            font-weight: 900;
        }

    .service-section-grids p {
        font-size: 1.5em;
        font-weight: 300;
        text-align: center;
    }

    .service-section-grids {
        padding: 8em 0;
    }

    .icon-text p {
        text-align: left;
    }

    .icon {
        float: left;
        width: 10%;
        margin-right: 2%;
    }

    .icon-text {
        float: left;
        width: 83%;
        margin-top: 0.8em;
    }

    i.s1 {
        width: 48px;
        height: 55px;
        background: url('../images/img-sprite1.png') no-repeat -4px 4px;
        display: inline-block;
        padding: 0;
        background-size: 300px;
    }

    i.s2 {
        width: 48px;
        height: 55px;
        background: url('../images/img-sprite1.png') no-repeat -111px 4px;
        display: inline-block;
        background-size: 300px;
    }

    i.s3 {
        width: 48px;
        height: 55px;
        background: url('../images/img-sprite1.png') no-repeat -56px -51px;
        display: inline-block;
        background-size: 300px;
    }

    i.s4 {
        width: 48px;
        height: 55px;
        background: url('../images/img-sprite1.png') no-repeat -56px 4px;
        display: inline-block;
        background-size: 300px;
    }

    i.s5 {
        width: 48px;
        height: 55px;
        background: url('../images/img-sprite1.png') no-repeat -2px -51px;
        display: inline-block;
        background-size: 300px;
    }

    i.s6 {
        width: 48px;
        height: 55px;
        background: url('../images/img-sprite1.png') no-repeat -111px -51px;
        display: inline-block;
        background-size: 300px;
    }

    .icon-text {
        float: left;
        width: 83%;
        margin-top: 0.8em;
    }

    .service-section {
        padding: 6em 0;
    }

    .service-section-head h3 {
        color: #394b50;
        font-size: 2.2em;
        font-weight: 900;
        text-transform: uppercase;
    }

    .service-section-head {
        margin-bottom: 3em;
    }

        .service-section-head p {
            color: #394b50;
            font-size: 1.2em;
            font-weight: 500;
        }

    .service-section-grid {
        margin-top: 4em;
    }

        .service-section-grid h4 {
            color: #394b50;
            font-size: 1.2em;
            font-weight: 900;
            text-transform: uppercase;
            font-family: 'Lato', sans-serif;
            margin-bottom: 0.85em;
        }

        .service-section-grid p {
            color: #7b7b7b;
            font-size: 0.92em;
            font-weight: 400;
            line-height: 1.8em;
        }
    /*--/services--*/


    /* Icon */

    .icon:before {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-transform: none !important;
        margin-right: 0.5em;
    }

    /*--showcase--*/
    .about_left img {
        width: 100%;
    }

    .about_right h3 {
        color: #fff;
        font-weight: 600;
        font-size: 2.5em;
        text-transform: uppercase;
    }

    .about_right p {
        color: #fff;
        font-weight: 400;
        font-size: 1em;
        line-height: 1.8em;
        padding: 2em 0 3em;
    }

    .about_right a {
        text-decoration: none;
        color: #fff;
        font-size: 1.05em;
        font-weight: 500;
        text-transform: uppercase;
        padding: 9px 18px;
        border: 1px solid #fff;
    }

        .about_right a:hover {
            color: #000;
            background: #fff;
            font-weight: 500;
            transition: 0.9s all;
            -webkit-transition: 0.9s all;
            -moz-transition: 0.9s all;
            -o-transition: 0.9s all;
            -ms-transition: 0.9s all;
        }

    .about_right1 a {
        text-decoration: none;
        color: #162c54;
        font-size: 0.9em;
        font-weight: 800;
        text-transform: uppercase;
        padding: 9px 18px;
        border: 1px solid #162c54;
    }

        .about_right1 a:hover {
            color: gray;
            background: none;
            font-weight: 800;
            transition: 0.9s all;
            -webkit-transition: 0.9s all;
            -moz-transition: 0.9s all;
            -o-transition: 0.9s all;
            -ms-transition: 0.9s all;
        }

    .col-md-6.about_left {
        padding: 0;
    }

    .col-md-6 banner-left {
        border: 1px solid #152C6F;
        width: 100%;
        height: 30%;
        float: left;
    }

    .col-md-6 banner-right {
        float: right;
        padding-top: -3em;
        padding-bottom: 3em;
    }

    .about_right {
        padding: 32px 46px 44px 25px;
        margin: 0;
        background: #002A55;
    }
    /*--/showcase--*/
    /*--features--*/
    .features {
        padding: 7em 0 0;
    }

    .features-head {
        text-align: center;
    }

        .features-head h3 {
            color: #4e4e4e;
            font-weight: 600;
            font-size: 2.5em;
            text-align: center;
            text-transform: uppercase;
        }

            .features-head h3 span {
                font-weight: 900;
                color: #616060;
            }

        .features-head p {
            font-size: 1.4em;
            font-weight: 300;
        }

    .features-gird {
        margin-top: 4em;
    }

        .features-gird i {
            font-style: normal;
            color: #002A55;
        }

    .features-grids {
        margin-bottom: 4em;
    }

    .features-gird h4 {
        text-transform: uppercase;
        font-weight: 900;
        color: #D0D0D0;
        float: left;
        border-right: 1px solid#999;
        padding-right: 3%;
        margin-right: 3%;
        font-size: 3em;
    }

    .features-gird h3 {
        float: left;
        text-transform: uppercase;
        font-weight: 600;
        margin-top: 4%;
        color: #FFFFFF;
    }

    .features-gird p {
        color: #999;
        font-size: 1em;
        font-weight: 200;
        line-height: 1.5em;
        border-bottom: 1px solid#E2E2E2;
        padding: 1em 0 2em;
    }
    /*--/features--*/
    /*--footer--*/
    .footer {
        background: #303030;
        min-height: 300px;
    }

        .footer container {
            min-height: 300px;
        }

        .footer i {
            font-style: normal;
            font-weight: 900;
            color: #002A55;
        }

    .footer-bottom {
        padding: 3em 0;
    }

    .footer-head {
        text-align: center;
        color: #fff;
        padding-top: 1em;
    }

        .footer-head h3 {
            font-weight: 200;
            font-size: 4em;
            font-weight: 200;
            border-bottom: 1px solid#999;
            padding-bottom: 10px;
        }

            .footer-head h3 span {
                font-weight: 900;
            }

        .footer-head h5 {
            font-size: 2em;
            font-weight: 200;
            text-transform: uppercase;
            color: #919191;
        }

    .footer-about h4 {
        color: #fff;
        font-size: 2em;
        font-weight: 900;
        text-transform: uppercase;
    }

    .footer-about h6 {
        color: #fff;
        font-size: 17px;
        font-weight: 400;
        margin: 25px 0;
        line-height: 1.5em;
    }

    .footer-about h5 {
        color: #fff;
        font-size: 1.3em;
        font-weight: 300;
        word-spacing: 3px;
    }

    .footer-about p {
        text-transform: uppercase;
        font-weight: 100;
    }

    .footer-about h5 span {
        background: #002A55;
        margin: 0 3px;
        padding: 2px 6px;
        font-weight: 400;
    }

    .footer-right ul {
        list-style: none;
        font-weight: 100;
        font-family: Calibri;
    }

        .footer-right ul li {
            display: inline-block;
            color: #fff;
            font-weight: 100;
            font-family: Calibri;
        }

    .footer-about ul li {
        display: inline-block;
        color: #fff;
        font-weight: 100;
        font-family: Calibri;
    }

        .footer-about ul li a {
            color: #fff;
            text-transform: uppercase;
        }

    .footer-right ul li p {
        color: #fff;
        text-transform: uppercase;
        font-weight: 100;
        float: left;
    }

    .footer-right ul li a {
        color: #fff;
        text-transform: uppercase;
    }

        .footer-right ul li a:hover {
            color: #002A55;
        }

    .footer-about ul {
        margin: 18px 0;
    }

    li span.call {
        width: 20px;
        height: 20px;
        background: url(../images/footer-about.png) no-repeat 0px 0px;
        display: inline-block;
        vertical-align: text-bottom;
        margin-right: 10px;
    }

    li span.msg {
        width: 20px;
        height: 20px;
        background: url(../images/footer-about.png) no-repeat -20px 0px;
        display: inline-block;
        vertical-align: inherit;
        margin-right: 10px;
    }

    li span.locator {
        width: 20px;
        height: 20px;
        background: url(../images/footer-about.png) no-repeat -40px 0px;
        display: inline-block;
        vertical-align: baseline;
        margin-right: 10px;
    }

    .footer-news h4 {
        color: #fff;
        font-size: 2em;
        font-weight: 900;
        text-transform: uppercase;
    }

    .footer-img {
        width: 30%;
        float: left;
    }

    .footer-right {
        width: 69%;
        float: left;
    }

        .footer-right h5 {
            font-size: 1.3em;
            text-transform: uppercase;
            color: #fff;
            border-bottom: 1px solid#999;
            padding: 3px 0 7px;
            line-height: 1.4em;
            margin-bottom: 12px;
        }

        .footer-right ul li {
            display: inline-block;
            margin: 0 3px;
        }

    i.chat {
        width: 20px;
        height: 20px;
        background: url(../images/news-sprite.png) no-repeat -20px 0px;
        display: inline-block;
        vertical-align: bottom;
    }

    i.date {
        width: 20px;
        height: 20px;
        background: url(../images/news-sprite.png) no-repeat 0px 0px;
        display: inline-block;
        vertical-align: bottom;
    }

    .footer-news-info {
        margin-top: 2.2em;
    }

    .flickr-photo h4 {
        color: #fff;
        font-size: 2em;
        font-weight: 900;
        text-transform: uppercase;
    }

    .flickr-photo img {
        margin-top: 2.5em;
    }

    .col-md-4.footer-about {
        width: 30%;
        min-width: 30%;
        min-height: 230px;
    }

    .col-md-4.footer-news {
        float: right;
        width: 65%;
        min-width: 65%;
        min-height: 230px;
    }
    /*--/footer--*/
    /*--copyrights--*/
    .social-icons {
        float: right;
        width: 21%;
        margin: 0 auto;
    }

        .social-icons a span {
            width: 30px;
            height: 29px;
            background: url('../images/copyrights.png') no-repeat 0px 0px;
            display: inline-block;
            margin: 0 5px;
        }

            .social-icons a span.beh {
                background-position: 0px 0px;
            }

                .social-icons a span.beh:hover {
                    background-position: 0px -30px;
                    transition: 1s all;
                    -webkit-transition: 1s all;
                    -moz-transition: 1s all;
                    -o-transition: 1s all;
                    -ms-transition: 1s all;
                    transform: rotate(-360deg);
                }

            .social-icons a span.face {
                background-position: -30px 0px;
            }

                .social-icons a span.face:hover {
                    background-position: -30px -30px;
                    transition: 1s all;
                    -webkit-transition: 1s all;
                    -moz-transition: 1s all;
                    -o-transition: 1s all;
                    -ms-transition: 1s all;
                    transform: rotate(-360deg);
                }

            .social-icons a span.pin {
                background-position: -58px 0px;
            }

                .social-icons a span.pin:hover {
                    background-position: -58px -30px;
                    transition: 1s all;
                    -webkit-transition: 1s all;
                    -moz-transition: 1s all;
                    -o-transition: 1s all;
                    -ms-transition: 1s all;
                    transform: rotate(-360deg);
                }

            .social-icons a span.br {
                background-position: -88px 0px;
            }

                .social-icons a span.br:hover {
                    background-position: -88px -30px;
                    transition: 1s all;
                    -webkit-transition: 1s all;
                    -moz-transition: 1s all;
                    -o-transition: 1s all;
                    -ms-transition: 1s all;
                    transform: rotate(-360deg);
                }

            .social-icons a span.in {
                background-position: -119px 0px;
            }

                .social-icons a span.in:hover {
                    background-position: -119px -30px;
                    transition: 1s all;
                    -webkit-transition: 1s all;
                    -moz-transition: 1s all;
                    -o-transition: 1s all;
                    -ms-transition: 1s all;
                    transform: rotate(-360deg);
                }

    .copyrights {
        background: #252525;
        padding: 2em 0;
        text-align: center;
    }

        .copyrights p {
            color: silver;
        }

            .copyrights p a {
                color: #fff;
            }

            .copyrights p strong {
                color: silver;
            }
    /*--/copyrights--*/
    /*--about--*/
    .about {
        padding: 5em 0;
    }

    .banner-2 {
        min-height: 60px;
    }

    .header-top {
        padding: 2em 0;
    }

    .about-grids h3 {
        color: #334D72;
        text-align: center;
        font-size: 2em;
        font-weight: 600;
        padding: 0;
        text-transform: uppercase;
        padding: 1em 0;
    }

    .about-right {
        width: 66%
    }

    .about-top h3 {
        text-transform: uppercase;
        color: #3C5981;
        font-size: 3em;
        font-weight: 500;
        margin-left: 15px;
    }

    .about-grid-info {
        float: right;
        width: 78%;
    }

    .about h3 {
        color: #334D72;
        text-align: center;
        font-size: 2em;
        font-weight: 600;
        padding: 0 0 1.5em;
    }

    span.about-icon {
        float: left;
        background: #314A72;
        padding: 12px;
        border-radius: 50%;
    }

        span.about-icon p {
            color: #fff;
            font-size: 1.6em;
            font-weight: 600;
        }

        span.about-icon:hover {
            background: #4c7cbe;
        }

    .about-right h4 {
        color: #314A72;
        font-size: 1.2em;
        font-weight: 600;
        line-height: 1.5em;
        padding: 0 0 .5em;
    }

    .about-right p {
        line-height: 1.6em;
        color: #999;
        margin-bottom: 2em;
        font-size: .96em;
    }

    .about-grids {
        padding: 3em 0 0;
    }

    .about-grid-info h4 {
        font-size: 1.4em;
        padding-bottom: .2em;
        color: #314A72;
        text-transform: uppercase;
    }

    .about-grid-info p {
        margin-bottom: 2em;
        font-size: 1em;
        color: #999;
        line-height: 1.6em;
    }

    .team {
        text-align: center;
        padding: 3em 0 3em;
    }

        .team h2 {
            color: #334D72;
            text-align: center;
            font-size: 2em;
            font-weight: 600;
            padding: 0;
        }

    .col-md-3.team-grid-left {
        border: 5px solid #314A72;
        margin-right: 11px;
        padding: 0;
        width: 24%;
    }

        .col-md-3.team-grid-left:hover {
            border: 5px solid #4c7cbe;
        }

    .team-grid-left h4 {
        font-size: 1.5em;
        font-weight: 700;
        color: #22383f;
        padding: 0.5em 0;
        background: #F2F2F2;
    }

    .team-grid-left p {
        font-size: 1.2em;
        color: #999;
        padding: 6px 0;
        background: #F2F2F2;
    }

    .team-grid {
        padding: 3em 0 0;
    }

    .about {
        padding: 2.6em 0 2em;
    }

    .team-top img {
        width: 100%;
        margin: 0 auto;
    }
    /*--/about--*/
    /*--features--*/
    .features {
        padding: 5em 0 0em;
        background-color: #002A55;
        color: #FFFFFF;
    }

    .feature-text h2 {
        color: #304770;
        font-size: 2.5em;
        margin: 0em 0 .7em;
        font-weight: 500;
        text-align: center;
        text-transform: uppercase;
    }

    .feature-text p {
        line-height: 1.6em;
        color: #999;
        margin-bottom: 2em;
        font-size: .96em;
    }

    .feature-section {
        margin-top: 2em;
    }

    .feature-grid {
        margin-bottom: 3em;
    }

    .feature-grid-pic {
        float: left;
        width: 25%;
        margin-right: 2.5%;
    }

    .feature-grid-info h3 {
        color: #314A72;
        font-size: 1.2em;
        font-weight: 600;
        line-height: 1.5em;
        padding: 0 0 .5em;
    }

    .feature-grid-info p {
        line-height: 1.6em;
        color: #999;
        margin-bottom: 2em;
        font-size: .96em;
    }

    .feature-grid:nth-child(2) {
        margin-bottom: 0em;
    }

    .feature-grid-pic img {
        width: 100%;
    }

    .feature-main {
        margin: 4em 0 2em;
    }

    .main.feature-main h5 {
        color: #304770;
        font-size: 2.5em;
        margin: 0em 0 2.2em;
        font-weight: 500;
        text-align: center;
        text-transform: uppercase;
    }

    .service-top {
        margin-bottom: 3.5em;
    }

    .service-pic {
        width: 10%;
        float: left;
    }

    .service-info {
        float: left;
        width: 75%;
        margin-left: 5%;
    }

        .service-info h3 {
            color: #151515;
            font-weight: 300;
            font-size: 2.1em;
            letter-spacing: 0.5px;
            margin-bottom: 0.5em;
        }

        .service-info p {
            color: #999;
            font-weight: 400;
            font-size: 0.96em;
            line-height: 1.7em;
        }
    /*--features--*/
    /*--blog--*/
    .Error-found {
        padding-top: 3.5em;
        min-height: 730px;
    }

    .error-page {
        margin: 3em 0;
        min-height: 694px;
    }

        .error-page h3 {
            font-weight: 600;
            text-transform: uppercase;
            color: #38547C;
            margin: 0;
            padding: .2em 0 0em 0;
            font-size: 16em;
        }

            .error-page h3 span {
                color: #4c7cbe;
            }

        .error-page p {
            font-weight: 100;
            font-size: 2.5em;
            color: #666;
        }

    a.home-btn:hover {
        border-color: #c1061b;
        color: #000;
    }

    a.button.curl-bottom-right.two {
        padding: 1em 1em;
        width: 15%;
        font-size: 1.2em;
        font-weight: 500;
    }
    /* Curl Bottom Right */
    .curl-bottom-right {
        display: inline-block;
        position: relative;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        background: #324F77;
        padding: 0.7em 1.8em;
        color: #FFF;
        font-size: 1em;
        width: 25%;
        font-weight: 400;
        text-transform: uppercase;
        text-decoration: none;
        margin-top: 1em;
    }

    a.button.curl-bottom-right {
        text-decoration: none;
    }

        a.button.curl-bottom-right:hover {
            color: #fff;
        }

    .curl-bottom-right:before {
        pointer-events: none;
        position: absolute;
        content: '';
        height: 0;
        width: 0;
        bottom: 0;
        right: 0;
        background: #4c7cbe;
        /* IE9 */
        background: linear-gradient(315deg,#fff 45%, #FF6131 50%, #FF6131 56%,#FF6131 80%);
        box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: width, height;
        transition-property: width, height;
        text-decoration: none;
    }

    .curl-bottom-right:hover:before, .curl-bottom-right:focus:before, .curl-bottom-right:active:before {
        width: 25px;
        height: 25px;
    }
    /*--/blog--*/
    /*--Portfolio--*/
    .project {
        padding-bottom: 2em;
    }
    /*	Strip
/*-----------------------------------------------------------------------------------*/
    .b-link-stripe {
        position: relative;
        display: inline-block;
        vertical-align: top;
        font-weight: 300;
        overflow: hidden;
    }

        .b-link-stripe .b-wrapper {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            text-align: center;
            color: #ffffff;
            overflow: hidden;
        }

        .b-link-stripe .b-line {
            position: absolute;
            top: 0;
            bottom: 0;
            width: 20%;
            background: rgba(15, 207, 140, 0.9);
            transition: all 0.5s linear;
            -moz-transition: all 0.5s linear;
            -ms-transition: all 0.5s linear;
            -o-transition: all 0.5s linear;
            -webkit-transition: all 0.5s linear;
            opacity: 0;
            visibility: hidden; /* lt-ie9 */
        }
    /*-----------------------------------------------------------------------------------*/
    /*	Animation effects
/*-----------------------------------------------------------------------------------*/
    .b-animate-go {
        text-decoration: none;
    }

    .b-animate {
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        visibility: hidden;
        font-size: 15px;
        font-weight: 400;
        width: 40%;
        line-height: 1.3em;
        margin: 0 auto;
        top: 35%;
    }

        .b-animate img {
            margin-top: 12%;
            display: -webkit-inline-box;
        }
    /* lt-ie9 */
    .b-animate-go:hover .b-animate {
        visibility: visible;
    }

    .b-from-left {
        position: relative;
        left: -100%;
    }

    .b-animate-go:hover .b-from-left {
        left: 0;
    }

    span.m_4 {
        font-size: 14px;
        font-weight: 400;
    }

    p.m_5 {
        margin: 2% auto 5%;
        width: 70%;
        color: #283A47;
        font-size: 1.1em;
        font-weight: 600;
        line-height: 1.5em;
        text-align: center;
    }

    .project-top h3 {
        float: left;
        color: #324B73;
        font-weight: 900;
        font-size: 2em;
        margin-top: 2em;
    }

    ul#filters {
        text-align: right;
        margin: 50px auto;
    }
    /*--team--*/
    .col_1_of_4:first-child {
        margin-left: 0;
    }

    .span_1_of_4 {
        width: 22.8%;
    }

    .col_1_of_4 {
        display: block;
        float: left;
        margin: 1% 0 1% 2.6%;
        background: #FFF;
    }

    .b-wrapper:hover {
        background: rgba(49, 153, 255, 0.48);
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -o-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -ms-transition: 0.5s all;
    }
    /* lt-ie9 */
    .b-link-stripe:hover .b-line {
        visibility: visible;
    }

    .b-link-stripe .b-line1 {
        left: 0;
    }

    .b-link-stripe .b-line2 {
        left: 20%;
        transition-delay: 0.1s !important;
        -moz-transition-delay: 0.1s !important;
        -ms-transition-delay: 0.1s !important;
        -o-transition-delay: 0.1s !important;
        -webkit-transition-delay: 0.1s !important;
    }

    .b-link-stripe .b-line3 {
        left: 40%;
        transition-delay: 0.2s !important;
        -moz-transition-delay: 0.2s !important;
        -ms-transition-delay: 0.2s !important;
        -o-transition-delay: 0.2s !important;
        -webkit-transition-delay: 0.2s !important;
    }

    .b-link-stripe .b-line4 {
        left: 60%;
        transition-delay: 0.3s !important;
        -moz-transition-delay: 0.3s !important;
        -ms-transition-delay: 0.3s !important;
        -o-transition-delay: 0.3s !important;
        -webkit-transition-delay: 0.3s !important;
    }

    .b-link-stripe .b-line5 {
        left: 80%;
        transition-delay: 0.4s !important;
        -moz-transition-delay: 0.4s !important;
        -ms-transition-delay: 0.4s !important;
        -o-transition-delay: 0.4s !important;
        -webkit-transition-delay: 0.4s !important;
    }

    .b-link-stripe:hover .b-line {
        opacity: 1;
    }

    #filters {
        margin: 3% 0;
        padding: 0;
        list-style: none;
        text-align: center;
    }

        #filters li {
            display: -webkit-inline-box;
        }

            #filters li span {
                display: block;
                padding: 8px 25px;
                text-decoration: none;
                color: #414141;
                cursor: pointer;
                font-size: 15px;
                font-weight: 700;
                text-transform: uppercase;
                margin: 0 8px 0 0;
                background: #fff;
            }

                #filters li span.active, #filters li span:hover {
                    background: #4c7cbe;
                    color: #ffffff;
                    transition: 0.5s all ease;
                    -webkit-transition: 0.5s all ease;
                    -moz-transition: 0.5s all ease;
                    -o-transition: 0.5s all ease;
                    -ms-transition: 0.5s all ease;
                }

    #portfoliolist .portfolio {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        width: 32.33%;
        display: none;
        float: left;
        overflow: hidden;
        margin: 0 1% 1% 0;
        background: none;
    }

    .portfolio.icon.mix_all {
        padding: 0;
    }

    div#portfoliolist {
        padding: 0.5% 0px;
    }

    .project h5 {
        color: #334D72;
        text-align: center;
        font-size: 2.6em;
        font-weight: 600;
        padding: 1em 0 0em;
    }

    .portfolio-wrapper {
        overflow: hidden;
        position: relative !important;
        cursor: pointer;
    }

    .portfolio img {
        max-width: 100%;
        /*--position: relative;--*/
        transition: all 300ms !important;
        -webkit-transition: all 300ms !important;
        -moz-transition: all 300ms !important;
    }

    .portfolio .label {
        position: absolute;
        width: 100%;
        height: 40px;
        bottom: -40px;
    }

    .portfolio .label-bg {
        background: #22B4B8;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .portfolio .label-text {
        color: #fff;
        position: relative;
        z-index: 500;
        padding: 5px 8px;
    }

    .portfolio .text-category {
        display: block;
        font-size: 9px;
        font-size: 12px;
        text-transform: uppercase;
    }
    /* Self Clearing Goodness */
    .container:after {
        content: "\0020";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .clearfix:before,
    .clearfix:after,
    .row:before,
    .row:after {
        content: '\0020';
        display: block;
        overflow: hidden;
        visibility: hidden;
        width: 0;
        height: 0;
    }

    .row:after,
    .clearfix:after {
        clear: both;
    }

    .row,
    .clearfix {
        zoom: 1;
    }

    .clear {
        clear: both;
        display: block;
        overflow: hidden;
        visibility: hidden;
        width: 0;
        height: 0;
    }
    /*--/Portfolio--*/
    /*--contact us--*/
    .contact {
        padding-top: 2em;
    }

    .contact-main h3, .about-main h3,
    .advn-main h3, .team-top h3,
    .services-main h3, .add-mian h3,
    .clients-main h3, .login-main h3,
    .rgstr-top h3 {
        font-size: 2.6em;
        font-weight: 600;
        margin: 0;
        text-align: center;
        color: #3A577F;
        text-transform: uppercase;
        margin-bottom: 2em;
    }

    .contact-top-one h4 {
        color: #3A577F;
        font-size: 1.5em;
        font-weight: 600;
        margin: 0;
    }

    .contact-top-one h6 {
        color: #858585;
        font-size: 1em;
        font-weight: 700;
        line-height: 1.6em;
        margin: 1em 0;
    }

    .contact-top-one span {
        display: block;
    }

    .contact-top-one p {
        color: #858585;
        font-size: 1em;
        margin: 1em 0px;
        line-height: 1.8em;
    }

        .contact-top-one p a {
            color: #858585;
            font-size: 1em;
            margin: 1em 0px;
            line-height: 1.8em;
        }

            .contact-top-one p a:hover {
                color: #3A577F;
                text-decoration: none;
                transition: 0.5s all;
                -webkit-transition: 0.5s all;
                -moz-transition: 0.5s all;
                -ms-transition: 0.5s all;
                -o-transition: 0.5s all;
            }

    .contact-top-right form input[type="text"] {
        width: 32.95%;
        color: #898888;
        outline: none;
        font-size: 1em;
        padding: 10px 10px;
        margin-bottom: 1em;
        border: solid 1px #3A577F;
        -webkit-appearance: none;
    }

    .contact-top-right form textarea {
        resize: none;
        width: 100%;
        color: #898888;
        font-size: 1em;
        outline: none;
        padding: 10px 10px;
        border: solid 1px #3A577F;
        min-height: 12em;
        -webkit-appearance: none;
    }

    .sub-button input[type="submit"] {
        border: none;
        outline: none;
        color: #fff;
        background: #3A577F;
        padding: 9px 28px;
        font-size: 1.2em;
        font-weight: 600;
        -webkit-appearance: none;
        float: left;
    }

        .sub-button input[type="submit"]:hover {
            background: #4c7cbe;
            transition: 0.5s all;
            -webkit-transition: 0.5s all;
            -moz-transition: 0.5s all;
            -ms-transition: 0.5s all;
            -o-transition: 0.5s all;
        }

    .sub-button input[type="file"] {
        border: none;
        outline: none;
        color: #fff;
        background: #3A577F;
        padding: 9px 28px;
        font-size: 1.2em;
        font-weight: 600;
        -webkit-appearance: none;
        float: left;
    }

        .sub-button input[type="file"]:hover {
            background: #4c7cbe;
            transition: 0.5s all;
            -webkit-transition: 0.5s all;
            -moz-transition: 0.5s all;
            -ms-transition: 0.5s all;
            -o-transition: 0.5s all;
        }

    .sub-button {
        margin-top: 1.5em;
        text-align: center;
    }

    .buttonLabel {
        border: none;
        outline: none;
        color: #fff;
        background: #3A577F;
        padding: 9px 28px;
        font-size: 1.2em;
        font-weight: 600;
        -webkit-appearance: none;
        float: center;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -o-border-radius: 6px;
        -ms-border-radius: 6px;
        transition: 0.1s all;
        -webkit-transition: 0.1s all;
        -moz-transition: 0.1s all;
        -o-transition: 0.1s all;
    }

        .buttonLabel:hover {
            background: #4c7cbe;
            transition: 0.5s all;
            -webkit-transition: 0.5s all;
            -moz-transition: 0.5s all;
            -ms-transition: 0.5s all;
            -o-transition: 0.5s all;
        }

    .contact-bottom iframe {
        width: 100%;
        height: 400px;
    }

    .contact-bottom {
        margin: 4em 0;
    }


#MobileDevice {
    width: 100%;
    height: 180px;
    border: none;
    background:none;
    padding: 0px 10px;
}

    /*--/conatact--*/
    /*--responsive--*/
    @media (max-width: 1366px) {
        .banner {
            min-height: 500px;
        }

        .col-md-4.footer-about {
            width: 30%;
            float: left;
        }

        .col-md-4.footer-news {
            width: 65%;
            float: right;
        }
    }

    @media (max-width: 1280px) {
        .features {
            padding: 0;
        }

        .project h5 {
            padding: 1em 0 1em;
        }

        .contact {
            padding-top: 2em;
        }

        .features {
            padding: 3em 0 0;
        }

        .service-section-grids {
            padding: 8em 0 5em 0;
        }

        .footer {
            max-height: 350px;
            min-height: 0px;
        }

        .col-md-4.footer-about {
            width: 30%;
            float: left;
        }

        .col-md-4.footer-news {
            width: 65%;
            float: right;
        }
    }

    @media (max-width: 1024px) {

        .col-md-4.footer-about {
            width: 100%;
            float: left;
        }                   
        .col-md-4.footer-news {  
            display:none;  
        }

        .footer-bottom {
            padding: 1em 0;
        }

        .banner-left h1 {
            font-size: 5em;
        }

        .banner-left h3 {
            font-size: 2.4em;
        }

        .banner-left h2 {
            font-size: 5em;
        }
                
        .app-img {
            width: 68%;
        }

        .banner-left {
            margin: 5em 0;
            padding: 0;
        }

        .service-section {
            padding: 4em 0;
        }

        .features-gird h3 {
            font-size: 1.3em;
        }

        .features-gird {
            margin-top: 2em;
        }

        .features-gird {
            margin-top: 2em;
        }

        .footer {
            max-height: 360px;
        }

        .footer-head h3 {
            font-size: 7em;
        }

        .footer-img {
            width: 37%;
        }

        .footer-right {
            width: 55%;
        }

        .social-icons {
            width: 24%;
        }

        ul li a {
            font-size: 12px;
        }

        .footer-right h5 {
            font-size: 1em;
            margin-bottom: 6px;
        }

        .flickr-photo h4 {
            font-size: 1.8em;
        }

        .banner {
            min-height: 80px;
        }

        .service-section-grid h4 {
            margin-bottom: 0.5em;
        }

        .col-md-3.team-grid-left {
            margin-right: 9px;
            width: 24%;
        }

        .features-grids {
            padding: 2em 0;
        }

        .icon {
            margin-right: 5%;
        }

        a.button.curl-bottom-right.two {
            width: 21%;
        }

        .about_right p {
            padding: 1em 0 2em;
            font-size: 0.875em;
        }

        .about_right {
            padding: 14px 46px 27px 25px;
        }

        .service-section-grids {
            padding: 6em 0 3em;
        }

        .about-section {
            padding-bottom: 2em;
        }

        .service-section-grid {
            margin-top: 2em;
        }
    }

    @media (max-width: 768px) {
        .col-md-6 banner-left {
            border: 5px solid #152C6F;
            width: 100%;
            float: none;
        }

        .col-md-6 banner-right {
            transform: none;
            visibility: hidden;
        }

        span.menu:before {
            content: url(../../Images/nav-icon.png);
            cursor: pointer;
            height: 32px;
        }

        .banner-2 {
            min-height: 74px;
        }
        /*.top-menu {
		width: 3%;
		float: right;
		margin:0;
	}
	.top-menu  ul{
		display:none;
	}
	.top-menu  ul li {
	  font-size: 12px;
	  display: inline-block;
	  width: 100%;
	  padding: 0;
	  margin: 0;
	}
	.top-menu ul li a {
		   padding: 10px 10px;
		font-size: 13px;
		width: 100%;
		font-weight:600;
		display:block;
	}
	.top-menu ul li a:hover{
		color:#fff;
		  padding: 10px 10px;
	}
	 span.menu{
		display:block;
		float:right;
	}
	.top-menu  ul{
	  margin: 0;
	  z-index: 999;
	  position: absolute;
	  width: 96%;
	  text-align: center;
	  top: 7%;
	  left: 2%;
	    background: rgba(57, 107, 178, 1);
	}*/
        .banner-left {
            margin-top: 0;
            float: left;
            width: 100%;
            padding: 0;
        }

        .logoSeb img {
            width: 150px;
        }

        .logo img {
            height: 50px;
        }

        .banner-top {
            padding: 1.5em 0;
        }

        .banner-left h2 {
            font-size: 4em;
        }

        .banner-left h1 {
            font-size: 4em;
        }

        .banner-left h3 {
            font-size: 2em;
        }

        .app-img img {
            margin-top: 1em;
        }

        .banner {
            min-height: 50px;
        }

        .app-img {
            top: -35px;
            right: 5%;
            width: 29%;
        }

        .about_right {
            width: 50%;
            float: left;
        }

        .banner-left p {
            font-size: 1.2em;
        }

        .about_right h3 {
            font-size: 2.2em;
        }

        .about_right a {
            font-size: 1em;
            padding: 7px 16px;
        }

        .service-section-grids {
            padding: 5em 0 3em;
        }

            .service-section-grids h3 {
                font-size: 2.1em;
            }

        .icon {
            padding: 0px 0px;
            margin-right: 3%;
            width: 6%;
        }

        .features {
            padding: 2em 0 0;
        }

        .about_right p {
            font-size: 0.875em;
            height: 124px;
            overflow: hidden;
            margin-bottom: 1.7em;
        }

        .icon-text {
            float: left;
            width: 91%;
        }

        span.icon-1 {
            width: 64px;
            height: 64px;
            background-size: 360px;
        }

        .about_left {
            width: 50%;
            float: left;
        }

        span.icon-2 {
            width: 64px;
            height: 64px;
            background: url(../images/img-sprite.png) no-repeat -64px 0px;
            background-size: 360px;
        }

        span.icon-3 {
            width: 64px;
            height: 64px;
            background: url(../images/img-sprite.png) no-repeat -130px 0px;
            background-size: 360px;
        }

        span.icon-4 {
            width: 64px;
            height: 64px;
            background: url(../images/img-sprite.png) no-repeat 0px -62px;
            background-size: 360px;
        }

        span.icon-5 {
            width: 64px;
            height: 64px;
            background: url(../images/img-sprite.png) no-repeat -65px -62px;
            background-size: 360px;
        }

        span.icon-6 {
            width: 64px;
            height: 64px;
            background: url(../images/img-sprite.png) no-repeat -130px -62px;
            display: inline-block;
            background-size: 360px;
        }

        .features-gird {
            width: 33.333%;
            float: left;
        }

            .features-gird h3 {
                font-size: 1em;
                margin-top: 4%;
            }

            .features-gird h4 {
                padding-right: 3%;
                margin-right: 3%;
            }

            .features-gird h4 {
                font-size: 2em;
            }

        .features-grids {
            margin-bottom: 2em;
        }

        .features-gird p {
            font-size: 0.9em;
        }

        .footer-head h3 {
            font-size: 4em;
        }

        .footer-about h6 {
            font-size: 13px;
            margin: 10px 0;
        }

        .footer-about h5 {
            font-size: 1.1em;
        }

        .col-md-4.footer-about {
            display: none;
        }

        .col-md-4.footer-news {
            display: none;
        }

        .col-md-4.flickr-photo {
            width: 100%;
            float: left;
            margin: 30px auto;
            padding: 0;
        }

        .footer-head {
            padding-top: 3em;
        }

        .footer {
            min-height: 20px;
            height: 20px;
        }

        .social-icons {
            width: 31%;
        }

        .about {
            padding: 2em 0 0em;
        }

            .about h3 {
                padding: 0 0 .8em;
            }

        .col-md-4.about-left {
            width: 40%;
            float: left;
            padding: 0;
            margin-right: 2em;
        }

        .about-right {
            width: 100%;
            float: none;
        }

        .about-grids {
            padding: 1em 0 0;
        }

        .col-md-4.about-grid {
            width: 30%;
            float: left;
        }

        span.about-icon {
            padding: 7px 10px;
            width: 17%;
            font-size: 11px;
        }

        .col-md-4.about-grid {
            width: 33.3333%;
            float: left;
            padding: 0;
        }

        .about-grid-info {
            width: 80%;
        }

            .about-grid-info h4 {
                font-size: 1.1em;
            }

            .about-grid-info p {
                font-size: .9em;
            }

        .col-md-3.team-grid-left {
            margin-right: 19px;
            width: 23%;
            float: left;
        }

            .col-md-3.team-grid-left:nth-child(4) {
                margin: 0;
            }

        .feature-main {
            margin: 1em 0 0;
        }

        .service-top {
            width: 50%;
            float: left;
            margin-bottom: 0.5em;
        }

        .service-bottom {
            width: 50%;
            float: left;
        }

        .service-info {
            float: left;
            width: 75%;
            margin-left: 11%;
        }

        .main.feature-main h5 {
            padding-bottom: 0em;
            margin: 0em 0 1.2em;
        }

        .service-info h3 {
            margin-bottom: .3em;
            font-size: 1.5em;
        }

        .service-info p {
            margin-bottom: 2em;
            line-height: 1.5em;
        }

        .col-md-4.contact-top-left {
            width: 34%;
            float: left;
        }

        .col-md-8.contact-top-right {
            float: left;
            width: 66%;
        }

        .contact-top-right form input[type="text"] {
            width: 32.8%;
        }

        .contact-bottom {
            margin: 2em 0 1em;
        }

        .team {
            padding: 1em 0 3em;
        }

        .project-top h3 {
            float: none;
            font-size: 1.5em;
            text-align: center;
            margin-top: 0;
        }

        ul#filters {
            text-align: center;
            margin: 22px auto 0;
        }

        .project h5 {
            padding: .5em 0 .5em;
        }

        .footer-img {
            width: 15%;
        }

        .footer-right {
            width: 37%;
            margin-top: 20px;
        }

        .footer-about h4 {
            font-size: 1.7em;
            font-weight: 600;
        }

        .footer-news h4 {
            font-size: 1.7em;
            font-weight: 600;
        }

        .flickr-photo h4 {
            font-size: 1.7em;
            font-weight: 600;
        }

        .flickr-photo img {
            margin-top: 1.5em;
        }

        a.button.curl-bottom-right.two {
            width: 24%;
        }

        .b-animate {
            width: 67%;
        }

        div#portfoliolist {
            padding: 4.5% 0px;
        }

        .contact-main h3, .about-main h3, .advn-main h3, .team-top h3, .services-main h3, .add-mian h3, .clients-main h3, .login-main h3, .rgstr-top h3 {
            margin-bottom: 1em;
        }
    }

    @media (max-width: 640px) {

        .logo img {
            height: 40px;
        }

        .features {
            display: none;
        }

        .col-md-6 banner-left {
            border: 1px solid #152C6F;
            width: 100%;
            float: none;
        }

        .col-md-6 banner-right {
            visibility: hidden;
        }

        .app-img {
            top: -5px;
        }

        .icon {
            width: 9%;
        }

        .about_right h3 {
            font-size: 1.85em;
        }

        .icon-text {
            width: 86%;
        }

        .about_right p {
            font-size: 0.875em;
            height: 95px;
            overflow: hidden;
            margin-bottom: 1.6em;
        }

        .about_right a {
            font-size: 0.875em;
            padding: 6px 16px;
        }

        .features-head h3 {
            font-size: 2.5em;
        }

        .features-head p {
            font-size: 1.1em;
            padding: 10px 0 0;
        }

        .features-gird {
            width: 50%;
        }

            .features-gird p {
                font-size: 0.9em;
                width: 90%;
            }

        .footer-head h3 {
            font-size: 4em;
        }

        .footer-right {
            width: 45%;
        }

        .footer-news-info {
            width: 100%;
            margin: 17px auto;
        }

        .footer-img {
            margin-right: 17px;
        }

        .footer-right h5 {
            margin: 12px 0;
            padding-bottom: 12px;
        }

        .footer {
            min-height: 20px;
            height: 20px;
        }

        .copyrights p {
            float: none;
            text-align: center;
        }

        .social-icons {
            width: 100%;
            float: none;
            margin: 3% auto;
            text-align: center;
        }

        .copyrights {
            padding: 1em 0 0;
        }

        .footer-news h4 {
            padding-bottom: 18px;
        }

        .footer-about h4 {
            font-size: 2.1em;
        }

        .col-md-4.about-left {
            padding: 0;
            text-align: center;
        }

        .about-right {
            width: 100%;
            float: none;
        }

        span.about-icon {
            padding: 7px 8px;
            width: 22%;
        }

        .col-md-3.team-grid-left {
            margin-right: 15px;
            width: 23%;
        }

            .col-md-3.team-grid-left:nth-child(4) {
                margin-right: 0;
            }

        .team-grid-left h4 {
            font-size: 1em;
        }

        .team-grid-left p {
            font-size: .8em;
        }

        .team {
            padding: 0em 0 3em;
        }

        .feature-grid-pic {
            margin: 0 auto;
            text-align: center;
        }

            .feature-grid-pic img {
                width: 100%;
                padding-right: 1em;
            }

        .feature-grid-info {
            float: none;
            width: 100%;
            margin-left: 0;
        }

        .feature-grid {
            margin-bottom: 0em;
        }

        .feature-main {
            margin: 0;
        }

        .main.feature-main h5 {
            padding-bottom: 1.5em;
        }

        .service-top {
            width: 50%;
            float: left;
            margin-bottom: 0.5em;
            padding: 0;
        }

        .service-info {
            width: 74%;
            margin-left: 15%;
        }

            .service-info h3 {
                font-size: 1em;
                font-weight: 600;
            }

        .contact-top-right form input[type="text"] {
            width: 32.7%;
        }

        .project h5 {
            padding: .5em 0 .5em;
            font-size: 2em;
        }

        .project-top h3 {
            float: none;
            font-size: 1.5em;
            margin-top: 0em;
            text-align: center;
        }

        ul#filters {
            text-align: center;
            margin: 25px auto;
        }

        div#portfoliolist {
            padding: 0% 0px;
        }

        .project {
            padding-bottom: 1em;
        }

        #filters li span {
            padding: 4px 15px;
            font-size: 13px;
            margin: 0 0 0 0;
        }

        .b-animate {
            font-size: 13px;
            top: 28%;
            width: 66%;
        }

        .features-grids {
            margin-bottom: 0;
        }

        .about-grid-info h4 {
            font-size: .9em;
            font-weight: 700;
        }

        .about-grid-info p {
            font-size: 12px;
        }

        .about-right h4 {
            font-size: 1.1em;
            font-weight: 700;
        }

        .about_right {
            padding: 14px 25px 21px 21px;
        }

        .banner-left h2 {
            font-size: 3em;
        }

        .banner-left h1 {
            font-size: 3em;
        }

        .banner-left p {
            font-size: 1.1em;
        }
    }

    @media (max-width: 480px) {
        .copyrights {
            display: none;
        }

        .logoSeb {
            display: none;
        }

        .col-md-6 banner-left {
            border: 1px solid #152C6F;
            width: 100%;
            float: none;
        }

        .col-md-6 banner-right {
            visibility: hidden;
        }

        .banner-left h1 {
            font-size: 2.2em;
        }

        .features-gird {
            margin-top: 1em;
        }

        .service-section-grids p {
            font-size: 1.2em;
        }

        .about_right {
            width: 100%;
        }

        .service-section-grids {
            padding: 4em 0 3em;
        }

        .about_left {
            width: 100%;
        }

        .features-gird p {
            width: 100%;
        }

        .team-grid-left:nth-child(4) {
            margin-right: 0;
            margin: 15px auto 0;
            width: 67%;
            text-align: center;
            float: none;
        }

        .banner-left h2 {
            font-size: 1.5em;
        }

        .banner-left p {
            font-size: 0.8em;
        }

        a.button.curl-bottom-right.two {
            width: 45%;
        }

        .service-section-grid p {
            font-size: 0.9em;
        }

        .about_right {
            padding: 16px 25px 26px 21px;
        }

        .icon {
            width: 11%;
        }

        .service-grid {
            padding: 0;
        }

        .team-grid {
            padding: 1em 0 0;
        }

        .banner-left h3 {
            font-size: 1.4em;
        }

        .main.feature-main h5 {
            padding-bottom: 0;
            margin: 0em 0 1em;
        }

        .banner-left p {
            font-size: 1em;
        }

        .banner-left {
            margin: 0em 0 1.5em;
        }

        .footer {
            min-height: 10px;
            height: 10px;
        }

        .features-gird h3 {
            font-size: .89em;
            margin-top: 5%;
        }

        .footer-head h3 {
            font-size: 3.4em;
        }

        .features-head h3 {
            font-size: 2.1em;
        }

        .col-md-4.about-left {
            padding: 0;
            width: 100%;
            text-align: center;
            float: none;
            margin-bottom: 1.5em;
        }

            .col-md-4.about-left img {
                margin: 0 auto;
            }

        .col-md-4.about-grid {
            width: 100%;
            float: none;
        }

        span.about-icon {
            padding: 12px 16px;
            width: 14%;
            float: left;
            margin: 18px 0;
        }

        .col-md-3.team-grid-left {
            margin: 15px auto 0;
            width: 67%;
            text-align: center;
            float: none;
        }

        .feature-grid-pic {
            width: 100%;
            margin: 0 auto 5%;
        }

        .service-top {
            width: 100%;
        }

        .service-bottom {
            width: 100%;
        }

        .col-md-4.contact-top-left {
            width: 100%;
            float: none;
        }

        .col-md-8.contact-top-right {
            float: none;
            width: 100%;
        }

        .contact-top {
            margin-top: 0em;
        }

        .contact-main h3, .about-main h3, .advn-main h3, .team-top h3, .services-main h3, .add-mian h3, .clients-main h3, .login-main h3, .rgstr-top h3 {
            margin-bottom: 1em;
        }

        .b-animate {
            font-size: 11px;
            top: 22%;
            width: 78%;
        }

        .footer-img {
            margin-right: 10px;
            width: 25%;
        }

        .footer-right {
            width: 64%;
        }

        .footer-bottom {
            padding: 2em 0;
        }

        .col-md-3.team-grid-left:nth-child(4) {
            margin: 15px auto 0;
            width: 67%;
            text-align: center;
            float: none;
        }

        .service-info {
            width: 81%;
            margin-left: 9%;
        }

        #portfoliolist .portfolio {
            width: 49%;
        }

        .contact-bottom iframe {
            height: 300px;
        }
    }

    @media (max-width: 380px) {
        .col-md-6 banner-left {
            border: 1px solid #152C6F;
            width: 100%;
            float: none;
        }

        .col-md-6 banner-right {
            visibility: hidden;
        }

        .banner-left h1 {
            font-size: 2.2em;
        }

        .features-gird {
            margin-top: 1em;
        }

        .service-section-grids p {
            font-size: 1.2em;
        }

        .about_right {
            width: 100%;
        }

        .service-section-grids {
            padding: 4em 0 3em;
        }

        .about_left {
            width: 100%;
        }

        .features-gird p {
            width: 100%;
        }

        .team-grid-left:nth-child(4) {
            margin-right: 0;
            margin: 15px auto 0;
            width: 67%;
            text-align: center;
            float: none;
        }

        .banner-left h2 {
            font-size: 1.5em;
        }

        .banner-left p {
            font-size: 0.8em;
        }

        a.button.curl-bottom-right.two {
            width: 45%;
        }

        .service-section-grid p {
            font-size: 0.9em;
        }

        .about_right {
            padding: 16px 25px 26px 21px;
        }

        .icon {
            width: 11%;
        }

        .service-grid {
            padding: 0;
        }

        .team-grid {
            padding: 1em 0 0;
        }

        .banner-left h3 {
            font-size: 1.4em;
        }

        .main.feature-main h5 {
            padding-bottom: 0;
            margin: 0em 0 1em;
        }

        .banner-left p {
            font-size: 1em;
        }

        .banner-left {
            margin: 0em 0 1.5em;
        }

        .footer {
            min-height: 20px;
            height: 20px;
        }

        .features-gird h3 {
            font-size: .89em;
            margin-top: 5%;
        }

        .footer-head h3 {
            font-size: 3.4em;
        }

        .features-head h3 {
            font-size: 2.1em;
        }

        .col-md-4.about-left {
            padding: 0;
            width: 100%;
            text-align: center;
            float: none;
            margin-bottom: 1.5em;
        }

            .col-md-4.about-left img {
                margin: 0 auto;
            }

        .col-md-4.about-grid {
            width: 100%;
            float: none;
        }

        span.about-icon {
            padding: 12px 16px;
            width: 14%;
            float: left;
            margin: 18px 0;
        }

        .col-md-3.team-grid-left {
            margin: 15px auto 0;
            width: 67%;
            text-align: center;
            float: none;
        }

        .feature-grid-pic {
            width: 100%;
            margin: 0 auto 5%;
        }

        .service-top {
            width: 100%;
        }

        .service-bottom {
            width: 100%;
        }

        .col-md-4.contact-top-left {
            width: 100%;
            float: none;
        }

        .col-md-8.contact-top-right {
            float: none;
            width: 100%;
        }

        .contact-top {
            margin-top: 0em;
        }

        .contact-main h3, .about-main h3, .advn-main h3, .team-top h3, .services-main h3, .add-mian h3, .clients-main h3, .login-main h3, .rgstr-top h3 {
            margin-bottom: 1em;
        }

        .b-animate {
            font-size: 11px;
            top: 22%;
            width: 78%;
        }

        .footer-img {
            margin-right: 10px;
            width: 25%;
        }

        .footer-right {
            width: 64%;
        }

        .footer-bottom {
            padding: 2em 0;
        }

        .col-md-3.team-grid-left:nth-child(4) {
            margin: 15px auto 0;
            width: 67%;
            text-align: center;
            float: none;
        }

        .service-info {
            width: 81%;
            margin-left: 9%;
        }

        #portfoliolist .portfolio {
            width: 49%;
        }

        .contact-bottom iframe {
            height: 300px;
        }
    }

    @media (max-width: 300px) {
        .banner-top {
            padding: 0;
        }

        .logo img {
            height: 20px;
        }
    }

    @media (max-width: 165px) {
        .logo img {
            height: 15px;
        }

        #cf {
            position: relative;
            height: 281px;
            width: 450px;
            margin: 0 auto;
        }

            #cf img {
                position: absolute;
                left: 0;
                -webkit-transition: opacity 1s ease-in-out;
                -moz-transition: opacity 1s ease-in-out;
                -o-transition: opacity 1s ease-in-out;
                transition: opacity 1s ease-in-out;
            }

        @keyframes cf3FadeInOut {
            0% {
                opacity: 1;
            }

            45% {
                opacity: 1;
            }

            55% {
                opacity: 0;
            }

            100% {
                opacity: 0;
            }
        }

        #cf3 img.top {
            animation-name: cf3FadeInOut;
            animation-timing-function: ease-in-out;
            animation-iteration-count: infinite;
            animation-duration: 10s;
            animation-direction: alternate;
        }
    }

body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    color: #000;
}

#lean_overlay {
    position: fixed;
    z-index: 1;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    display: none;
}

.popupContainer {
    position: absolute;
    width: 400px;
    margin: 0 auto;
    height: auto;
    background: whitesmoke;
    border-radius: 4px;
}

#modal_trigger {
    display: block;
}

.btn {
    /*width: 150px;*/
    margin: auto;
    min-width: 150px;
    max-width: 230px;
    background: #002A55;
    color: #FFF;
    display: block;
    text-align: center;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.btn_red {
    margin: auto;
    min-width: 150px;
    max-width: 230px;
    background: #C62026;
    color: #FFF;
    display: block;
    text-align: center;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.btn:hover, .btn:active, .btn:focus {
    background: rgba(0, 42, 85, 0.76);
    color: #FFF;
}

.btn_red:hover, .btn_red:active, .btn_red:focus {
    background: rgba(198, 32, 38, 0.76);
    color: #FFF;
}

a.btn {
    color: #FFF;
    text-align: center;
    text-decoration: none;
}

a.btn_red {
    color: #FFF;
    text-align: center;
    text-decoration: none;
}

.one_half {
    width: 100%;
    margin: auto;
}

    .one_half.last {
        width: 100%;
        margin: auto;
    }

/* Popup Styles*/
.popupHeader {
    font-size: 16px;
    text-transform: uppercase;
}

.popupHeader {
    background: #F4F4F2;
    position: relative;
    padding: 10px 20px;
    border-bottom: 1px solid #DDD;
    font-weight: bold;
}

    .popupHeader .modal_close {
        position: absolute;
        right: 0;
        top: 0;
        padding: 10px 15px;
        background: #E4E4E2;
        cursor: pointer;
        color: #aaa;
        font-size: 16px;
    }

.popupBody {
    padding: 20px;
    background-color: whitesmoke;
}

.social_box {
    display: block;
    clear: both;
    padding: 10px;
    margin-bottom: 10px;
    background: #F4F4F2;
    overflow: hidden;
}

.icon {
    display: block;
    width: 10px;
    padding: 5px 10px;
    margin-right: 10px;
    float: left;
    color: #FFF;
    font-size: 16px;
    text-align: center;
}

.icon_title {
    display: block;
    padding: 5px 0;
    float: left;
    font-weight: bold;
    font-size: 16px;
    color: #777;
}

.social_box:hover {
    background: #E4E4E2;
}

.centeredText {
    text-align: center;
    margin: 5px 0;
    clear: both;
    /*text-transform: uppercase;*/
}

.action_btns {
    clear: both;
    padding: 10px;
    line-height: 5px;
}

    .action_btns a {
        display: block;
    }

.label {
    color: #666;
    margin-bottom: 5px;
    Font-Size: Small;
    font-weight: 300;
    font-family: Verdana;
}

input[type="text"], input[type="email"], input[type="password"] {
    display: block;
    width: 90%;
    padding: 3px;
    border: 1px solid #000;
    color: #002A55;
    text-align: left;
    outline: none;
    Font-Size: Small;
    background: rgba(0, 0, 0, 0);
    margin-top: 5px;
    margin-right: 3px;
    font-weight: 300;
    font-family: Verdana;
}

input[type="checkbox"] {
    float: left;
    margin-right: 5px;
}

    input[type="checkbox"] + label {
        float: left;
    }

.checkbox {
    margin-bottom: 10px;
    clear: both;
    overflow: hidden;
}

.forgot_password {
    display: block;
    margin: 20px 0 10px;
    clear: both;
    overflow: hidden;
    text-decoration: none;
    color: #ED6347;
}

.mmLogo {
    width: 200px;
    padding-top: 15px;
    padding-bottom: 5px;
}

.Attention {
    color: #002A55;
    font-weight: bold;
    padding-bottom: 10px;
}

#PageTitle {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    clear: both;
    width: 100%;
    border-bottom: 1px outset #DDD;
}

#lblMainHeader {
    font-size: medium;
}

#AdditionalDetails {
    padding-bottom: 10px;
    height: 30px;
}

h3 {
    background: rgba(34, 81, 125, 0.82);
    padding: 0.8em 0;
    font-size: 1.2em;
    color: #fff;
    text-align: center;
    margin-top: 2em;
}

    h3 a {
        color: #f2575d;
    }

        h3 a:hover {
            color: #fff;
        }

@media (max-width: 800px) {
    input[type="text"], input[type="password"], .button {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    h3 {
        font-size: 1em;
    }

    p {
        font-size: small;
    }
}

@media (max-width:414px) {

    .popupContainer {
        width: 100% !important;
        margin: auto auto !important;
        /*top: 0px !important;*/
        left: 0% !important;
    }

    #lblMainHeader {
        font-size: small;
    }

    input[type="text"], input[type="password"], .button {
        font-size: 14px;
    }

    #MobileDevice p, #MobileDeviceWo p, p {
        font-size: small;
    }
}


@media (max-width: 320px) {
    .mmLogo {
        width: 200px;
    }

    #AdditionalDetails {
        display: none;
    }

    #PageTitle {
        display: none;
    }
}

@media (max-width: 284px) {
    #MobileDevice p, #MobileDeviceWo p, p {
        display: none;
    }
}

@media (max-width: 200px) {
    .mmLogo {
        width: 100px;
    }

    .button {
        width: 100%;
    }
}

@media (max-width: 140px) {
    .mmLogo {
        width: 50px;
    }
}


@media (max-height:540px) {
    .popupContainer {
        top: 0px !important;
    }
}


@media (max-height:440px) {
    .popupContainer {
        height: 100% !important;
        top: 0px !important;
    }
}