/*Header*/
.header {
    /*background-color: #425668;
    padding: 15px 0;*/
}

.container-fluid {
   
    margin: auto;
}

.header-strip {
    margin: 0px;
}

    .header-strip .top-left {
        padding: 0px;
    }

.top-left ul {
    margin: 0px;
    padding: 0px;
}

    .top-left ul li {
        border-left: 1px solid #ffffff;
        display: inline-block;
        list-style: outside none none;
        padding: 0 15px;
        font-family: verdana;
        font-size: 12px;
        color: #FFFFFF;
    }

        .top-left ul li:first-child {
            border-left: none;
            padding-left: 0px;
        }

        .top-left ul li i.fa {
            margin-right: 10px;
        }

        .top-left ul li a {
            color: #FFF;
            text-decoration: none;
        }

            .top-left ul li a:hover {
                color: #999;
            }

.header-strip .top-right {
    text-align: right;
    padding: 0px;
}

.top-right ul {
    margin: 0px;
    padding: 0px;
}

    .top-right ul li {
        list-style: none;
        display: inline-block;
        margin-left: 7px;
    }

        .top-right ul li a {
            background: white none repeat scroll 0 0;
            border-radius: 3px;
            color: #666666;
            padding: 6px 9px;
        }

            .top-right ul li a:hover {
                color: #FFF;
                background: #666;
            }

/*NAVIGATION*/
.navigation.navbar-default {
    background: 0;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    margin: 0px;
}

.navigation .navbar-brand {
    padding: 0px;
    margin: 10px 36px 0 0;
}

.navigation .collapse {
}

.navigation.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: none;
    box-shadow: none;
    background-image: none;
}

.navigation .nav.navbar-nav {
    color: #969595;
    font-family: verdana;
    font-size: 16px;
    font-weight: normal;
}

    .navigation .nav.navbar-nav li a {
    }

        .navigation .nav.navbar-nav li a:hover {
            color: #425668;
        }

            .navigation .nav.navbar-nav li a:hover.info {
                background-image: url(../img/info-hover.png);
                background-repeat: no-repeat;
            }

            .navigation .nav.navbar-nav li a:hover.setting {
                background-image: url(../img/setting-hover.png);
                background-repeat: no-repeat;
            }

            .navigation .nav.navbar-nav li a:hover.call {
                background-image: url(../img/call-hover.png);
                background-repeat: no-repeat;
            }

        .navigation .nav.navbar-nav li a.active {
            color: #425668;
        }

            .navigation .nav.navbar-nav li a.active.home {
                background-image: url(../img/home-hover.png);
                background-repeat: no-repeat;
            }

        .navigation .nav.navbar-nav li a.home {
            background-image: url("../img/home.png");
            background-position: 26px 0;
            background-repeat: no-repeat;
            padding: 30px 14px 0;
        }

        .navigation .nav.navbar-nav li a.info {
            background-image: url(../img/info.png);
            background-position: 41px 0;
            background-repeat: no-repeat;
            padding: 30px 14px 0;
        }

        .navigation .nav.navbar-nav li a.setting {
            background-image: url(../img/setting.png);
            background-position: 41px 0;
            background-repeat: no-repeat;
            padding: 30px 14px 0;
        }

        .navigation .nav.navbar-nav li a.call {
            background-image: url(../img/call.png);
            background-position: 50px 0;
            background-repeat: no-repeat;
            padding: 30px 14px 0;
        }

.right-btn .navbar-right {
    background: none;
    text-align: center;
}

    .right-btn .navbar-right li {
        color: #fff;
        color: #fff;
        font-family: verdana;
        font-size: 12px;
        font-weight: bold;
       
    }

        .right-btn .navbar-right li a {
            background: none;
            color: #ffffff;
            font-family: verdana;
            font-size: 12px;
            font-weight: bold;
            margin-top: 12px;
            padding: 11px 22px;
        }

            .right-btn .navbar-right li a:hover {
                color: #333;
                background: #FFF;
            }

.nav-link.nav.navbar-nav {
    margin-top: 30px;
    margin-left: 10px;
}

    .nav-link.nav.navbar-nav li {
       
        /*padding: 0 20px;*/
    }

        .nav-link.nav.navbar-nav li:last-child {
            border-right: none;
        }
/*Banner-section*/
.banner {
    background-image: url(../images/main1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

    .banner h1 {
        color: white;
        font-family: verdana;
        font-size: 50px;
        font-weight: normal;
        margin: 9% 0 3%;
    }

        .banner h1 span {
            font-size: 56px;
            font-weight: bold;
        }

    .banner p {
        color: white;
        font-family: verdana;
        font-size: 16px;
        line-height: 30px;
    }

    .banner button {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background: #425668 none repeat scroll 0 0;
        border-color: -moz-use-text-color -moz-use-text-color #364859;
        border-image: none;
        border-radius: 2px;
        border-style: none none solid;
        border-width: medium medium 2px;
        color: white;
        font-family: verdana;
        font-size: 18px;
        padding: 14px 50px;
        margin: 3% 0 12%;
    }

        .banner button i {
            margin-left: 10px;
        }

        .banner button:hover {
            color: #364859;
            background: #ffffff;
        }
/*Services-Section*/
.services {
    text-align: center;
    margin-top: 2%;
}

    .services h2 {
        background-image: url("../img/services-icon.png");
        background-position: center 0;
        background-repeat: no-repeat;
        color: #425668;
        font-family: verdana;
        font-size: 30px;
        font-weight: normal;
        padding-top: 45px;
    }

    .services p {
        color: #969595;
        font-family: verdana;
        font-size: 15px;
        margin-bottom: 0px;
    }

.service-bg {
    margin-top: -20px;
}

    .service-bg img {
        margin-top: -33px;
    }

.listing {
    margin-top: 3%;
}

.list-box {
    border: 1px solid #e6e6e6;
    margin: 0 1.5%;
    padding: 24px 16px 22px;
   
}

    .list-box:hover {
        border: solid 1px #425668;
    }

    .list-box.active {
        border: solid 1px #425668;
    }

.stay {
}

    .stay h3 {
        color: #666666;
        font-family: verdana;
        font-size: 25px;
        font-weight: normal;
        margin: 20px 0;
        cursor: pointer;
    }

        .stay h3:hover {
            color: #425668;
        }

    .stay p {
        font-family: verdana;
        font-size: 15px;
        font-weight: normal;
    }

    .stay button {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 center;
        border: 1px solid #e6e6e6;
        font-family: verdana;
        font-size: 13px;
        padding: 10px 20px;
        margin-top: 10px;
    }

        .stay button:hover {
            color: #ffffff;
            background: #425668;
            border: solid 1px #425668;
            border-radius: 2px;
        }

        .stay button.active {
            color: #ffffff;
            background: #425668;
            border: solid 1px #425668;
            border-radius: 2px;
        }

        .stay button.style-1 {
            margin-top: 28px;
        }

        .stay button.style-2 {
            margin-top: 5px;
        }
/*Happy-Client-Section*/
.happ-clients {
    text-align: center;
    background-image: url(../img/happy-client-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 4% 0;
    margin-top: 3%;
}

    .happ-clients h2 {
        background-image: url(../img/happy-client.png);
        background-position: center 0;
        background-repeat: no-repeat;
        color: #ffffff;
        font-family: verdana;
        font-size: 30px;
        font-weight: normal;
        padding-top: 45px;
    }

    .happ-clients .client-bg {
        margin-top: -20px;
    }

        .happ-clients .client-bg img {
            margin-top: -33px;
        }

    .happ-clients p {
        color: #cccccc;
        font-family: verdana;
        font-size: 15px;
    }

.clients {
    background: #ffffff none repeat scroll 0 0;
    margin: 1%;
    padding: 20px 26px;
    width: 48%;
}

    .clients .client-image {
    }

    .clients .client-content {
        text-align: left;
        width: 82%;
    }

.client-content h5 {
    color: #313131;
    font-family: verdana;
    font-weight: normal;
}

.client-content span {
    color: #969595;
    display: inherit;
    font-size: 10px;
    margin-top: 6px;
}

.client-content p {
    color: #969595;
    font-family: verdana;
    font-size: 13px;
    line-height: 24px;
    padding-bottom: 10px;
    border-bottom: solid 1px #f1f1f1;
}

.client-content .recommend {
    color: #969595;
    font-family: verdana;
    font-size: 12px;
}

.client-content .review {
}

    .client-content .review ul {
        margin: 0px;
        padding: 0px;
    }

        .client-content .review ul li {
            display: inline-block;
            list-style: outside none none;
        }
/*Our-Client-Section*/
.our-client {
    text-align: center;
    position: relative;
    margin-top: 2%;
}

    .our-client hr {
        margin-top: 31px;
    }

    .our-client h2 {
        background-image: url(../img/our-client-icon.png);
        background-position: center 0;
        background-repeat: no-repeat;
        color: #425668;
        font-family: verdana;
        font-size: 30px;
        font-weight: normal;
        padding-top: 45px;
    }

    .our-client .our-client-bg {
        margin-top: -20px;
    }

        .our-client .our-client-bg img {
            margin-top: -33px;
        }

    .our-client p {
        color: #969595;
        font-family: verdana;
        font-size: 15px;
    }

.client-btn {
    background: white none repeat scroll 0 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 8%;
}

    .client-btn a {
    }

    .client-btn i.fa {
        background: #f9f9f9 none repeat scroll 0 0;
        color: #425668;
        font-size: 16px;
        margin: 5px;
        padding: 6px 12px;
    }

        .client-btn i.fa:hover {
            color: #FFF;
            background: #425668;
        }

        .client-btn i.fa.active {
            color: #FFF;
            background: #425668;
        }

.client-list {
}

    .client-list ul {
        margin: 0px;
        padding: 0px;
    }

        .client-list ul li {
            border: 1px solid #f1f1f1;
            display: inline-block;
            list-style: outside none none;
            margin: 14px;
            padding: 28px;
        }

            .client-list ul li a {
            }

    .client-list .client-box {
    }

        .client-list .client-box a {
            border: 1px solid #f1f1f1;
            display: inline-block;
            list-style: outside none none;
            padding: 24px 20px;
        }

            .client-list .client-box a img {
            }
/*Contact-Us-Section*/
.contact-us {
    text-align: center;
    background-color: #2d2d2d;
    margin-top: 3%;
    padding: 4% 0;
}

    .contact-us h2 {
        background-image: url(../img/contact-icon.png);
        background-position: center 0;
        background-repeat: no-repeat;
        color: #ffffff;
        font-family: verdana;
        font-size: 30px;
        font-weight: normal;
        padding-top: 45px;
    }

    .contact-us .contact-bg {
        margin-top: -20px;
    }

        .contact-us .contact-bg img {
            margin-top: -33px;
        }

    .contact-us span {
        color: #9e9e9e;
        display: inherit;
        font-family: verdana;
        font-size: 14px;
        font-weight: normal;
        margin-bottom: 5px;
    }

.jumbotron-sm {
    padding-top: 24px;
    padding-bottom: 24px;
}

.jumbotron small {
    color: #FFF;
}

.h1 small {
    font-size: 24px;
}

.contact-form {
    margin-top: 4%;
}

.form-group {
}

    .form-group input.form-control {
        border: none;
        border-radius: 0;
        
        margin-bottom: 20px;
    }

    .form-group textarea#message {
        border: none;
        border-radius: 0;
        height: 190px;
    }

.send-message button {
    font-family: verdana;
    font-size: 13px;
    background: transparent;
    border: solid 1px wheat;
    border-radius: 0;
    padding: 10px 26px;
}

    .send-message button:hover {
        color: #425668;
        background: #FFFFFF;
    }
/*Footer-section*/
.footer {
    text-align: center;
    background: #fff;
    padding: 28px 0;
}

.footer-box {
    border-right: solid 1px #3a3a3a;
}

    .footer-box:last-child {
        border-right: none;
    }

    .footer-box a {
    }

    .footer-box p {
        font-family: verdana;
        font-size: 13px;
        color: #969595;
    }

    .footer-box button {
        font-family: verdana;
        font-size: 12px;
        background: transparent;
        border: solid 1px #3a3a3a;
        padding: 4px 15px;
        border-radius: 2px;
        margin-top: 15px;
        color: #6b6b6b;
    }

        .footer-box button:hover {
            background: #425668;
            color: #ffffff;
            border: solid 1px #425668;
            border-radius: 2px;
        }

        .footer-box button.quote:hover {
            background: #ffffff;
            color: #425668;
            border: solid 1px #ffffff;
            border-radius: 2px;
        }

    .footer-box ul.social-link {
        margin-top: 28px;
    }

    .footer-box button.quote {
        color: #ffffff;
        background: #425668;
    }

    .footer-box h4 {
        font-family: verdana;
        font-size: 16px;
        color: #ffffff;
    }

    .footer-box ul {
        margin: 0px;
        padding: 0px;
    }

        .footer-box ul li {
            list-style: none;
            display: inline-block;
            margin-left: 7px;
        }

            .footer-box ul li a {
                background: white none repeat scroll 0 0;
                border-radius: 3px;
                color: #666666;
                padding: 6px 9px;
            }

                .footer-box ul li a:hover {
                    color: #FFF;
                    background: #425668;
                }

.footer-bottom {
    background: #2d2d2d;
    padding: 18px 0;
}

    .footer-bottom .copyright {
        font-family: verdana;
        font-size: 14px;
        color: #6b6b6b;
        cursor: pointer;
    }

    .footer-bottom .footer-nav {
    }

.footer-nav ul {
    margin: 0px;
    padding: 0px;
}

    .footer-nav ul li {
        list-style: none;
        display: inline-block;
        margin-left: 10px;
    }

    .footer-nav ul a {
        font-family: verdana;
        font-size: 13px;
        color: #6b6b6b;
        text-decoration: none;
    }

        .footer-nav ul a:hover {
            color: #6b6b6b;
        }

        .footer-nav ul a.active {
            color: #6b6b6b;
        }




/*media queries*/

@media (max-width: 1042px) {
    .client-btn {
        width: 14%;
    }
}

@media (max-width: 991px) {
    .header-strip .top-right {
        margin-top: 20px;
        text-align: center;
    }

    .right-btn .navbar-right li {
        font-size: 12px;
        padding: 8px;
    }

        .right-btn .navbar-right li a {
            font-size: 12px;
            margin-top: 7px;
            padding: 5px 16px;
        }

    .nav-link.nav.navbar-nav li {
        padding: 0 12px;
    }

    .navigation .nav.navbar-nav {
        font-size: 12px;
    }

    .nav-link.nav.navbar-nav {
        margin-top: 20px;
    }

    .navbar-brand > img {
        margin-top: -4px;
        width: 70%;
    }

    .banner h1 span {
        font-size: 40px;
    }

    .banner h1 {
        font-size: 36px;
    }

    .banner p {
        font-size: 14px;
        line-height: 24px;
    }

    .footer-box {
        border-right: medium none;
        margin-bottom: 36px;
    }

    .list-box {
        height: 290px;
        margin: 3% 1.5% 0;
        width: 47%;
    }

    .stay button.style-2 {
        margin-top: 28px;
    }

    .stay button.style-3 {
        margin-top: 32px;
    }

    .stay button.style-4 {
        margin-top: 32px;
    }

    .header-strip .top-left {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .navigation .navbar-brand {
        margin: 10px 0 13px 10px;
        padding: 0;
    }

    .navbar-brand > img {
        margin-top: -4px;
        width: 58%;
    }

    .navigation .navbar-collapse {
        background: white none repeat scroll 0 0;
        position: absolute;
        width: 100%;
    }

    .navbar-toggle {
        margin-top: 19px;
    }

    .navigation .nav.navbar-nav li a.home {
        background-position: 20px 0;
        padding: 0px 50px 0;
    }

    .navigation .nav.navbar-nav li a.info {
        background-position: 33px 0;
        margin-left: -14px;
        padding: 0px 65px 0;
    }

    .navigation .nav.navbar-nav li a.setting {
        background-position: 31px 0;
        margin-left: -13px;
        padding: 0px 65px 0;
    }

    .navigation .nav.navbar-nav li a.call {
        background-position: 38px 0;
        margin-left: -19px;
        padding: 0 70px 0;
    }

    .banner button {
        font-size: 14px;
        padding: 12px 36px;
    }

    .clients {
        background: #ffffff none repeat scroll 0 0;
        margin: 5%;
        padding: 20px 26px;
        width: 90%;
    }


    .nav-link.nav.navbar-nav li {
        border-bottom: 1px solid #e7e7e7;
        padding: 10px 0;
    }

        .nav-link.nav.navbar-nav li:last-child {
            border-bottom: none;
        }

    .nav-link.nav.navbar-nav {
        margin-top: 2px;
    }
}

@media (max-width: 640px) {
    .list-box {
        height: auto;
        margin: 3% 8.5% 0;
        width: 80%;
    }
}

@media (max-width: 595px) {
    .client-btn {
        width: 24%;
    }
}

@media (max-width: 579px) {
    .top-left ul li {
        padding: 0 7px;
    }
}

@media (max-width:480px) {
    .happ-clients .client-bg img {
        margin: -32px 0 0 -18px;
    }
}

@media (max-width:440px) {
    .happ-clients .client-bg img {
        margin: -32px 0 0 -40px;
    }

    .our-client .our-client-bg img {
        margin: -33px 0 0 -8px;
    }
}

@media (max-width:400px) {
    .happ-clients .client-bg img {
        margin: -32px 0 0 -60px;
    }

    .our-client .our-client-bg img {
        margin: -33px 0 0 -26px;
    }

    .contact-us .contact-bg img {
        margin: -33px 0 0 -8px;
    }

    .contact-us .contact-bg img {
        margin: -33px 0 0 -26px;
    }
}

@media (max-width:375px) {
    .happ-clients .client-bg img {
        margin: -32px 0 0 -72px;
    }

    .our-client .our-client-bg img {
        margin: -33px 0 0 -38px;
    }

    .contact-us .contact-bg img {
        margin: -33px 0 0 -42px;
    }
}

@media (max-width:350px) {
    .happ-clients .client-bg img {
        margin: -32px 0 0 -88px;
    }

    .our-client .our-client-bg img {
        margin: -33px 0 0 -50px;
    }

    .contact-us .contact-bg img {
        margin: -33px 0 0 -54px;
    }
}

@media (max-width: 395px) {
    .service-bg img {
        margin-left: -9px;
    }
}

@media (max-width: 370px) {
    .service-bg img {
        margin-left: -20px;
    }
}

@media (max-width: 370px) {
    .service-bg img {
        margin-left: -33px;
    }
}

@media (max-width: 320px) {
    .service-bg img {
        margin-left: -43px;
    }

    .happ-clients .client-bg {
        margin-top: 0;
    }

        .happ-clients .client-bg img {
            display: none;
        }

    .service-bg {
        margin-top: 0;
    }

        .service-bg img {
            display: none;
        }

    .our-client .our-client-bg {
        margin-top: 0;
    }

        .our-client .our-client-bg img {
            display: none;
        }

    .contact-us .contact-bg {
        margin-top: 24px;
    }

        .contact-us .contact-bg img {
            display: none;
        }
}

@media (max-width: 300px) {
    .service-bg img {
        margin-left: -53px;
    }
}

@media (max-width: 356px) {
    .footer-bottom .copyright {
        text-align: center;
        width: 100%;
        margin-bottom: 5px;
    }

    .footer-bottom .footer-nav {
        text-align: center;
        width: 100%;
    }
}

@media (max-width: 347px) {
    .client-btn {
        width: 34%;
    }
}

.navbar-nav {
    /*margin: 50px 5px 5px 75px;
    color: #fff;*/
}

.menu-item {
    font-weight: 700 !important;
    font-size: 20px;
}

.navbar-default .navbar-nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.navbar-right li a {
    color: #f7b733 !important;
}

.navbar-fixed-top {
    z-index: 1999999999999 !important;
    background: transparent;
    background-color: #fff !important;
    opacity: 0.8;
    filter: alpha(opacity=60);
    border: none !important;
}
.navbar-default .navbar-nav > li > a {
    font-weight: 700 !important;
    color: #fff ;
    font-size: 20px;
}
.navbar-default {
    background-image:none !important;
}
.right-btn .navbar-right li a {
    color: #f7b733 !important;
}
.navbar-right li {
    display: inline-block;
}
.nav-link.nav.navbar-nav li a {
    color: #6b6b6b !important;
}
.navbar-header {/*height:90px;*/}
.bottombar {
    background-color: #fff;
    color: #fff;
    padding: 15px 0;
    bottom: 0;
    width: 100%;
    position: fixed;
    opacity: 0.8;
}

.Userbanner {
    background-image: url(../images/AMM-1118.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.dataTables_scroll {
    overflow: scroll;
}
.gradeX td{white-space:initial;}

@media (max-width:768px) {
	.userview-table .control-label{text-align:center!important;}
    .mmc-bg {
        height: 180px !important;
    }
	
}

.table-responsive {
    display: block;
    width: 100%!important;
    overflow-x: auto!important;
    -webkit-overflow-scrolling: touch;
	 overflow: scroll !important;
}