/*!
 * Start Bootstrap - Creative v3.3.7+1 (http://startbootstrap.com/template-overviews/creative)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
html,
body {
    height: 100%;
    width: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
}

hr {
    border-color: #F05F40;
    border-width: 3px;
    max-width: 50px;
}

    hr.light {
        border-color: white;
    }

    hr.green {
        border-width: 4px;
        max-width: 70px;
        border-color: #cccd5a;
    }


    hr.gery {
        border-width: 3px;
        max-width: 100%;
        border-color: #ccc;
    }




    hr.white {
        border-width: 4px;
        max-width: 70px;
        border-color: #fff;
    }

a {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    color: #1d75b8;
}

    a:hover, a:focus {
        color: #eb3812;
        text-decoration: none;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}

    p.margin-left-40 {
        margin-left: 40px;
    }

.col-md-1 {
    width: 5.33333333%;
    padding: 1%;
}

.bg-primary {
    background: url(../img/maxi.jpg);
    color: #22313d;
}

.bg-primary1 {
    background: url(../img/blue_bg1.jpg);
    background-repeat: repeat-x repeat-y;
    color: #22313d;
}


.bg-primary2 {
    background: url(../img/blue_a.jpg);
    background-repeat: repeat-x repeat-y;
    color: #22313d;
}

.mol_text {
    text-align: justify;
    color: #fff;
}

.primart_text {
    text-align: justify;
}

.le_text {
    font-size: 20px;
    font-weight: 100;
    color: #22313d;
}

.bar_image {
    background: url(../img/bar.png);
    height: 21px;
    width: 100%;
}

.bg-dark {
    background-color: #19242B;
    color: white;
}

.bg-dark1 {
    background-color: #22313D;
    color: white;
    padding: 10px;
}




.text-faded {
    color: rgba(255, 255, 255, 0.7);
}

section {
    padding: 100px 0;
}

aside {
    padding: 50px 0;
}


.no-padding {
    padding: 0;
}

.navbar-default {
    background-color: rgba(25,36,43,.3);
    height: 80px;
    border-color: rgba(34, 34, 34, 0.05);
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}

    .navbar-default .navbar-header .navbar-brand {
        color: #F05F40;
        font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
        font-weight: 700;
        text-transform: uppercase;
    }

        .navbar-default .navbar-header .navbar-brand:hover,
        .navbar-default .navbar-header .navbar-brand:focus {
            color: #eb3812;
        }

    .navbar-default .navbar-header .navbar-toggle {
        font-weight: 700;
        font-size: 12px;
        color: #26A5DE;
        text-transform: uppercase;
    }

    .navbar-default .nav > li > a,
    .navbar-default .nav > li > a:focus {
        font-weight: 400;
        font-size: 13px;
        color: #222222;
    }

        .navbar-default .nav > li > a:hover,
        .navbar-default .nav > li > a:focus:hover {
            color: #F05F40;
        }

    .navbar-default .nav > li.active > a,
    .navbar-default .nav > li.active > a:focus {
        color: #fff !important;
        background-color: transparent;
    }

        .navbar-default .nav > li.active > a:hover,
        .navbar-default .nav > li.active > a:focus:hover {
            background-color: transparent;
        }

header {
    position: relative;
    width: 100%;
    min-height: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    margin-top: 110px;
    background-image: url('../img/header.jpg');
    text-align: center;
    color: white;
}

    header .header-content {
        position: relative;
        text-align: center;
        padding: 100px 15px 100px;
        width: 100%;
    }

        header .header-content .header-content-inner h1 {
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
            margin-bottom: 0;
            font-size: 30px;
        }

        header .header-content .header-content-inner hr {
            margin: 30px auto;
        }

        header .header-content .header-content-inner p {
            font-weight: 300;
            color: rgba(255, 255, 255, 0.7);
            font-size: 16px;
            margin-bottom: 50px;
        }


.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 12px;
    line-height: 1.42857143;
    vertical-align: middle;
    border: hidden;
}

.footer_link {
    color: #fff;
}


.btn {
    display: inline-block;
    padding: 18px 32px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}


.col-md-10_e {
    width: 83.33333333%;
    margin: auto;
    float: none;
}



.input-name {
    height: 40px;
    background-color: rgba(0, 0, 0, 0);
    display: block;
    width: 400px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #000;
    border: 2px solid #B2B2B2;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}



.select {
    height: 60px;
    background-color: rgba(0, 0, 0, 0);
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    border: 2px solid #B2B2B2;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}




.btn {
    /*float:right;*/
    letter-spacing: 1px;
    text-decoration: none;
    background: none;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    border: 3px solid;
    padding: 8px 20px;
}

.btn-outlined {
    border-radius: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

    .btn-outlined.btn-theme {
        background: none;
        color: #22313D;
        border: 2px solid;
        border-color: #22313D;
    }

        .btn-outlined.btn-theme:hover,
        .btn-outlined.btn-theme:active {
            color: #22313D;
            background: rgb(230,230,172); /*#cbcd44;*/
            border-color: #22313D;
        }

    .btn-outlined.btn-black {
        background: none;
        color: #000000;
        border-color: #000000;
    }

        .btn-outlined.btn-black:hover,
        .btn-outlined.btn-black:active {
            color: #FFF;
            background: #000000;
            border-color: #000000;
        }

    .btn-outlined.btn-white {
        background: none;
        color: #FFFFFF;
        border-color: #FFFFFF;
    }

        .btn-outlined.btn-white:hover,
        .btn-outlined.btn-white:active {
            color: #6f5499;
            background: #FFFFFF;
            border-color: #FFFFFF;
        }

.btn-xs {
    font-size: 11px;
    line-height: 14px;
    border: 1px solid;
    padding: 5px 10px;
}

.btn-sm {
    font-size: 12px;
    line-height: 16px;
    border: 2px solid;
    padding: 8px 15px;
}





@media only screen and (max-width: 500px) {


    .col-md-4-gap {
        padding-top: 10px;
    }

    .hidden_li {
        display: none;
    }


    .btn-lg {
        /* font-size: 18px; */
        line-height: 18px;
        border: 4px solid;
        /* padding: 13px 40px; */
    }

    .btn-outlined.btn-theme {
        background: none;
        color: #22313D;
        border: 2px solid;
        border-color: #22313D;
        margin-bottom: 30px;
    }



    .bg-primary {
        background: url(../img/maxi.jpg);
        color: #22313d;
        padding: 0px;
    }

    .logo_svg {
        width: 200px;
    }

    .navbar {
        position: relative;
        min-height: 80px;
        position: fixed;
        margin-bottom: 20px;
    }



    .security {
        background: url(../img/security.png);
        background-repeat: repeat-x repeat-y;
        padding: 30px;
    }

    .sce_text {
        text-align: center;
        color: #fff;
    }

    .sec_pra {
        margin: 0 auto;
        width: 100%;
        padding: 0px;
    }

    .sec_pra1 {
        margin: 0 auto;
        width: 100%;
        padding: 0px;
        color: #fff;
    }


    .build {
        background: url(../img/build.png);
        background-repeat: repeat-x repeat-y;
        padding: 30px;
    }



    .mi {
        position: absolute;
        text-align: center;
        top: 50%;
        transform: translateY(-50%) translateX(35%);
    }



    .si {
        text-align: center;
    }


    .blue {
        background-color: #26A5DE;
        height: 100px;
        color: #fff;
    }


    .h_space {
        padding: 20px;
    }

    .mobile {
        padding: 5px;
    }


    .contact_bg {
        background: url(../img/contact_bg_mobile.jpg);
        background-repeat: repeat-x;
        padding: 55px;
        margin-top: 0px;
        height: 150px;
    }

    .contact_bg {
        position: relative;
        /* text-align: center; */
        padding: 80px 0px 5px;
        width: 100%;
    }










    .welcome_bg {
        background: url(../img/red_carpet.png) center center no-repeat;
        background-repeat: repeat-x;
        padding: 55px;
        height: 250px;
    }



    .cont_text {
        color: #fff;
        margin-top: 10%;
        font-size: 35px;
        text-align: center;
    }

    .container-map {
        margin-left: 0px;
        margin-right: 0px;
    }

    ul,
    ol {
        margin-top: 0;
        -webkit-padding-start: 20px;
        margin-bottom: 10px;
    }

    .space {
        line-height: inherit;
    }



    #quote-carousel .carousel-control.left {
        left: -30px;
        top: 15%;
    }

    #quote-carousel .carousel-control.right {
        right: -30px;
        top: 15%;
    }

    .navbar-default {
        background-color: rgba(25,36,43,1);
        height: 80px;
        border-color: rgba(34, 34, 34, 0.05);
        font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
        -webkit-transition: all 0.35s;
        -moz-transition: all 0.35s;
        transition: all 0.35s;
    }

    .navbar-nav {
        margin: 0px -15px;
        background-color: #fff;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: rgba(25,36,43,.0);
        margin-top: 14px;
    }

    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 20px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }


    header {
        position: relative;
        width: 100%;
        min-height: 300px;
        m -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
        background-position: center;
        background-image: url('../img/header.jpg');
        text-align: center;
        color: white;
    }


    .bar_image {
        background: url(../img/bar_mob.png);
        height: 7px;
        max-width: 100%;
    }


    .col-md-1 {
        width: 15.33333333%;
        padding: 1%;
        margin: auto;
    }

    .nig_point {
        font-size: 85px;
        color: #CBCD44;
    }

    .nig_right {
        margin-left: 0px;
    }


    .primart_text {
        text-align: center;
    }

    .primart_text1 {
        text-align: left;
    }
}





@media (min-width: 768px) {


    .btn-lg {
        font-size: 18px;
        line-height: 22px;
        border: 4px solid;
        padding: 13px 40px;
    }


    .primart_text1 {
        text-align: left;
    }


    .logo_svg {
        width: 260px;
    }

    .navbar {
        position: relative;
        min-height: 110px;
        position: fixed;
        margin-bottom: 20px;
    }


    .table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
        padding: 0px;
    }

    .container-map {
        margin-left: 0px;
        margin-right: 0px;
    }

    .map-container {
        width: 100%;
    }

        .map-container iframe {
            width: 100%;
            display: block;
            pointer-events: none;
            position: relative; /* IE needs a position other than static */
        }

            .map-container iframe.clicked {
                pointer-events: auto;
            }

    .contact_bg {
        background: url(../img/contact_bg.jpg) center center no-repeat;
        background-repeat: repeat-x;
        min-height: 488px;
        width: 100%;
        margin-top: 0px;
        height: 488px;
    }

    /*.about_bg {
        background: url(../img/about_us.jpg) center center no-repeat;
        background-repeat: repeat-x;
        min-height: 488px;
        width: 100%;
        margin-top: 0px;
        height: 488px;
    }*/


    /*.home_bg {
        background: url(../img/header.jpg) center center no-repeat;
        background-repeat: repeat-x;
        min-height: 725px;
        width: 100%;
        background-size: cover;
        height: 925px;
        margin-top: -40px;
    }*/


    /*.help_bg {
        background: url(../img/help.jpg) center center no-repeat;
        background-repeat: repeat-x;
        min-height: 500px;
        width: 100%;
        margin-top: 0px;
        background-size: cover;
        height: 250px;
    }
*/

    .welcome_bg {
        background: url(../img/red_carpet.png) center center no-repeat;
        background-repeat: no-repeat;
        padding: 55px;
        margin-top: 110px;
        background-position: center;
        background-size: 400px;
        height: 200px;
    }


    .testi {
        background-color: #F2F2F2;
        padding: 10px;
    }

    .testi_text {
        padding: 20px;
        width: 80;
        margin: auto;
    }



    .security {
        background: url(../img/security.png);
        background-repeat: repeat-x;
        padding: 65px;
    }

    .sce_text {
        text-align: center;
        color: #fff;
    }

    .sec_pra {
        margin: 0 auto;
        width: 50%;
        padding: 10px;
    }

    .build {
        background: url(../img/build.png);
        background-repeat: repeat-x repeat-y;
    }


    .build_bg {
        background-color: #E82B7B;
        max-height: 250px;
        height: 250px;
        color: #fff;
        text-align: center;
    }


    .mi {
        position: absolute;
        text-align: center;
        top: 50%;
        transform: translateY(-50%) translateX(16%);
    }


    .si {
        position: absolute;
        text-align: center;
        top: 50%;
        transform: translateY(-55%) translateX(50%);
    }



    .blue {
        background-color: #26A5DE;
        height: 200px;
        color: #fff;
        margin-top: -5px;
    }

    .about {
        padding: 5px;
    }

    .h_space {
        padding: 35px;
    }

    .m_space {
        padding: 15px;
    }


    .contact_bg {
        height: 456px;
        max-height: 456px;
    }

    .cont_text {
        color: #fff;
        margin-top: 20%;
        font-size: 55px;
        text-align: center;
    }

    ul,
    ol {
        margin-top: 0;
        -webkit-padding-start: 20px;
        margin-bottom: 10px;
    }

    .space {
        line-height: 55px;
        display: block;
    }


    .nig_point {
        font-size: 85px;
        color: #CBCD44;
    }

    .nig_right {
        margin-left: 0px;
    }

    /*.active {
	    border-bottom: 1px solid #CBCD44;
}*/

    .current-menu {
        border: 2px solid #CBCD44;
        text-align: center;
        /*width: 90px !important;*/
    }

    .navbar-default {
        background-color: rgba(25,36,43,1);
        border-color: rgba(255,255,255,.8);
        padding: 15px;
    }

    .navbar-brand > img {
        display: block;
        margin-top: -8px;
        margin-left: 55px;
    }

    .navbar-default .navbar-header .navbar-brand {
        color: rgba(255, 255, 255, 0.7);
    }

        .navbar-default .navbar-header .navbar-brand:hover,
        .navbar-default .navbar-header .navbar-brand:focus {
            color: white;
        }

    .navbar-default .nav > li > a,
    .navbar-default .nav > li > a:focus {
        color: #fff;
    }

        .navbar-default .nav > li > a:hover,
        .navbar-default .nav > li > a:focus:hover {
            color: white;
        }

    .navbar-default.affix {
        background-color: #3B454B;
        border-color: rgba(34, 34, 34, 0.05);
    }

        .navbar-default.affix .navbar-header .navbar-brand {
            color: #F05F40;
            font-size: 14px;
        }

            .navbar-default.affix .navbar-header .navbar-brand:hover,
            .navbar-default.affix .navbar-header .navbar-brand:focus {
                color: #eb3812;
            }

        .navbar-default.affix .nav > li > a,
        .navbar-default.affix .nav > li > a:focus {
            color: #fff;
        }

            .navbar-default.affix .nav > li > a:hover,
            .navbar-default.affix .nav > li > a:focus:hover {
                color: #F05F40;
            }

    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
        margin-right: 55px;
        margin-top: 12px;
    }

        .navbar-right ~ .navbar-right {
            margin-right: 0;
        }
}

@media (min-width: 768px) {

    .la_text {
        font-size: 48px;
    }


    header {
        min-height: 100%;
    }

        header .header-content {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            padding: 0 50px;
        }

            header .header-content .header-content-inner {
                max-width: 1000px;
                margin-left: auto;
                margin-right: auto;
            }

                header .header-content .header-content-inner h1 {
                    font-size: 50px;
                }

                header .header-content .header-content-inner p {
                    font-size: 18px;
                    max-width: 80%;
                    margin-left: auto;
                    margin-right: auto;
                }
}

.section-heading {
    margin-top: 0;
    color: #22313d;
}

.header_brder {
    border-bottom: 2px solid #000;
    width: 20%;
    margin: auto;
}

.service-box {
    max-width: 400px;
    margin: 50px auto 0;
}

@media (min-width: 992px) {
    .service-box {
        margin: 20px auto 0;
    }
}

.service-box p {
    margin-bottom: 0;
}

.portfolio-box {
    position: relative;
    display: block;
    max-width: 650px;
    margin: 0 auto;
}

    .portfolio-box .portfolio-box-caption {
        color: white;
        opacity: 0;
        display: block;
        background: rgba(240, 95, 64, 0.9);
        position: absolute;
        bottom: 0;
        text-align: center;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.35s;
        -moz-transition: all 0.35s;
        transition: all 0.35s;
    }

        .portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
            width: 100%;
            text-align: center;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
        }

            .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
            .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
                font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
                padding: 0 15px;
            }

            .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
                text-transform: uppercase;
                font-weight: 600;
                font-size: 14px;
            }

            .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
                font-size: 18px;
            }

    .portfolio-box:hover .portfolio-box-caption {
        opacity: 1;
    }

    .portfolio-box:focus {
        outline: none;
    }

@media (min-width: 768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}

.call-to-action h2 {
    margin: 0 auto 20px;
}

.text-primary {
    color: #F05F40;
}

.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.btn-default {
    color: #222222;
    background-color: white;
    border-color: white;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}

    .btn-default:hover,
    .btn-default:focus,
    .btn-default.focus,
    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        color: #222222;
        background-color: #f2f2f2;
        border-color: #ededed;
    }

    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        background-image: none;
    }

    .btn-default.disabled,
    .btn-default[disabled],
    fieldset[disabled] .btn-default,
    .btn-default.disabled:hover,
    .btn-default[disabled]:hover,
    fieldset[disabled] .btn-default:hover,
    .btn-default.disabled:focus,
    .btn-default[disabled]:focus,
    fieldset[disabled] .btn-default:focus,
    .btn-default.disabled.focus,
    .btn-default[disabled].focus,
    fieldset[disabled] .btn-default.focus,
    .btn-default.disabled:active,
    .btn-default[disabled]:active,
    fieldset[disabled] .btn-default:active,
    .btn-default.disabled.active,
    .btn-default[disabled].active,
    fieldset[disabled] .btn-default.active {
        background-color: white;
        border-color: white;
    }

    .btn-default .badge {
        color: white;
        background-color: #222222;
    }

.btn-primary {
    color: white;
    background-color: #F05F40;
    border-color: #F05F40;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary.focus,
    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        color: white;
        background-color: #ee4b28;
        border-color: #ed431f;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled,
    .btn-primary[disabled],
    fieldset[disabled] .btn-primary,
    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled.focus,
    .btn-primary[disabled].focus,
    fieldset[disabled] .btn-primary.focus,
    .btn-primary.disabled:active,
    .btn-primary[disabled]:active,
    fieldset[disabled] .btn-primary:active,
    .btn-primary.disabled.active,
    .btn-primary[disabled].active,
    fieldset[disabled] .btn-primary.active {
        background-color: #F05F40;
        border-color: #F05F40;
    }

    .btn-primary .badge {
        color: #F05F40;
        background-color: white;
    }

.btn {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    border: none;
    font-weight: 700;
    text-transform: uppercase;
}

.btn-xl {
    padding: 15px 30px;
}

::-moz-selection {
    color: white;
    text-shadow: none;
    background: #222222;
}

::selection {
    color: white;
    text-shadow: none;
    background: #222222;
}

img::selection {
    color: white;
    background: transparent;
}

img::-moz-selection {
    color: white;
    background: transparent;
}

body {
    webkit-tap-highlight-color: #222222;
}

/*-----------new ui-------*/
.new-ui .main-layout-section-90 {
    display: none;
}
/*-----------master page-------*/
.class-info-left {
    margin: 10px;
    float: left
}
.class-info-right {
    margin: 10px;
    float: right
}

.new-ui .class-info-left {
    margin: 0;
    float: none;
    position:absolute;
    padding:10px;

}

.new-ui .class-info-right {
    margin: 0;
    float: none;
    position: absolute;
    padding: 10px;
    right:0;
}
/*-----------home-page-------*/
.new-ui .table-process {
}

    .new-ui .table-process .table-process_row {
        display: flex;
    }
        .new-ui .table-process .table-process_row .table-process_right-col {
            flex: 1;
            display: flex;
            align-items: center;
            padding-left: 30px;
            font-size: 18px;
        }
        .new-ui .table-process .table-process_row .table-process_left-col.col-start {
            display: flex;
            align-items: flex-end;
        }

.new-ui .nig_point {
    font-size: 85px;
    color: #CBCD44;
    float: left;
    margin-right: 43px;
}

.new-ui .home-page-first-image {
    width: 100%;
}

.new-ui .bg-primary.article-keeping-friends-together {
    padding-top: 36px;
}

.new-ui .article-keeping-friends-together h1 {
    font-size: 28px
}

.new-ui .article-keeping-friends-together-table {
    margin-left: 15px
}

.new-ui .article-innovative-img {
    float: left;
}

.new-ui .article-intuitive-img {
    float: right;
}

.new-ui .article-intuitive-img {
    float: right;
}

.new-ui .table-list {
    font-size: 18px
}

.new-ui .teach-p {
    color: #777777;
    text-align: left;
}

.new-ui .article-create-your-class-lists p a {
    color: #fff;
}

.new-ui .article-create-your-class-lists img {
    float: right;
}

.new-ui .carousel.slide .carousel-inner {
    height: 400px;
}

.new-ui .carousel-inner > .item {
    height: 100%;
}

    .new-ui .carousel-inner > .item blockquote {
        height: 100%;
        display: flex;
        align-items: center
    }

.new-ui #quote-carousel {
    padding-bottom: 106px !important;
}

    .new-ui #quote-carousel.carousel.slide .carousel-indicators {
        white-space: nowrap;
        right: inherit;
        left: inherit;
        margin: auto 0;
        width: 100%;
    }

    .new-ui #quote-carousel .carousel-control.left {
        top: 30% !important;
    }

    .new-ui #quote-carousel .carousel-control.right {
        top: 30% !important;
    }

/*-----------AboutUs---------*/
.new-ui .about-us-page img.about_bg {
    width: 100%;
}

.new-ui .about-us-page .team-img img {
    margin-top: 10px;
}

/*-----------login-page---------*/
.new-ui .login-page hr {
    text-align: left;
}

/*-----------Help---------*/
.new-ui .help-page img.help_bg {
    width: 100%;
}

/*-----------menu---------*/
.new-ui .top-menu-space {
    height: 109px;
}

.top-panel {
    display: flex;
    position: fixed;
    height: 109px;
    background-color: rgba(25, 36, 43, 1);
    align-items: center;
    border-color: rgba(255, 255, 255, .8);
    padding: 0 85px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

    .top-panel .img {
        flex: 1;
    }

    .top-panel .right-panel .menu-button {
        display: none;
        border: 1px solid #ddd;
        border-radius: 4px;
        background: transparent;
        color: #26a5de;
        font-size: 12px;
        font-weight: 700;
        padding: 10px;
        text-transform: uppercase;
        outline: 0;
    }

        .top-panel .right-panel .menu-button:hover {
            background-color: #ddd;
        }

    .top-panel .right-panel ul.menu {
        margin: 0;
    }

        .top-panel .right-panel ul.menu li {
            display: inline-block;
        }

            .top-panel .right-panel ul.menu li a.page-scroll {
                color: #fff;
                cursor: pointer;
                font-size: 13px;
                padding: 15px;
                display: block;
            }

@media (max-width: 1200px) {
    .main-layout-section-90 {
        margin-top: -120px !important;
    }
    .new-ui .bar_image {
        background: url(../img/bar_mob.png);
        height: 7px;
        max-width: 100%;
    }
    /*menu*/
    .new-ui .top-menu-space {
        height: 80px;
    }
    .top-panel {
        height: 80px;
        padding: 0 20px;
    }

        .top-panel .right-panel .menu-button {
            display: block;
        }

        .top-panel .right-panel ul.menu {
            position: absolute;
            top: 80px;
            background-color: white;
            left: 0;
            right: 0;
        }

            .top-panel .right-panel ul.menu li {
                display: block;
            }

                .top-panel .right-panel ul.menu li a.page-scroll {
                    color: black;
                }
}

@media (min-width: 1201px) {
    .top-panel .right-panel ul.menu {
        display: block;
        height: inherit !important;
    }
}

/*-----------END menu---------*/
