#flexiselDemo3{
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}

.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	/*--width:80%;--*/
	margin: 0 auto;
	width:97%;
}
.nbs-flexisel-item {
	float: left;

	
	cursor: pointer;
	position: relative;

	/*--padding-right:50px;--*/
}

/*** Navigation ***/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width:34px;
	height:58px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
}
.nbs-flexisel-nav-left {
	left: 0px; margin-top:-50px;
	top: 120px !important; 
	
/*	background: url(../images/img-sprite.png) no-repeat -166px -315px;*/
background:url(../images/left.png) no-repeat;
	
}

.nbs-flexisel-nav-left:hover {
	left: 0px;
	top: 120px !important; 
	
/*	background: url(../images/img-sprite.png) no-repeat -166px -315px;*/
background:url(../images/left2.png) no-repeat;
	
}

.nbs-flexisel-nav-right {
	right: 0px;  margin-top:-50px;
	top: 120px !important;
/*	background: url(../images/img-sprite.png) no-repeat -193px -315px;*/
background:url(../images/right.png) no-repeat;

}
.nbs-flexisel-nav-right:hover {
	right: 0px;
	top: 120px !important;
/*	background: url(../images/img-sprite.png) no-repeat -193px -315px;*/
/*background:url(../images/right2.png) no-repeat;*/

}


.order_process {
    padding-bottom: 10px;
    margin-top: -30px;
}
.order_process .title_section {
    text-align: center;
}

.order_process .title_section .cat_icon {
    padding-bottom: 30px;
}

.order_process .title_section .border_001 {
    height: 5px;
    background-color: #002460;
    width: 100%;
    margin-bottom: -30px;
}

.order_process .title_section h1 {
    text-transform: uppercase;
    font-size: 48px;
    font-weight: 800;
    background-color: #fff;
    display: inline-block;
    padding: 0 19px;
}
.order_process .title_section h1 span {
    font-size: 48px;
    text-transform: uppercase;
    color: #002460;
}

.order_process .title_section p {
    padding-top: 5px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}
img {
    vertical-align: middle;
    border-style: none;
}

.footer{
     background:#efefef;
    width:100%;
    overflow:hidden;
}
.footer .container-fluid{
    padding-left:0;
    padding-right:0;
}

.footer .row{
    margin-left:0;
    margin-right:0;
}

.footer .col-lg-9,
.footer .col-lg-3{
    padding-left:0;
    padding-right:0;
}
.footer .foot_contact h1 {
    font-size: 23px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    padding-top: 60px;
    padding-left: 40px;
}
.footer .foot_contact ul li p {
    font-size: 15px;
    color: #fff;
    display: flex;
    padding-bottom: 9px;
    font-weight: 500;
    text-align: left;
}
.footer .foot_contact ul li a {
    font-size: 16px;
    transition: 0.5s;
    color: #fff;
}
.footer .foot_contact ul li a:hover {
    color: #000;
}
.footer .foot_contact ul li {
    border-bottom: solid 1px #f94831;
    margin-bottom: 20px;
    padding: 0 50px;
}
.footer .foot_contact ul li p span {
    padding-right: 15px;
    color: #fff;
    font-size: 18px;
}

.foot_welcome_001{
    padding-top:35px;
    text-align:center;
}

.foot_welcome_001 img{
    max-width:220px;
}

.footer .quick_links{
    padding-top:30px;
    padding-bottom:30px;
}

.footer .quick_links h1{
    font-size:22px;
    color:#002460;
    text-transform:uppercase;
    font-weight:700;
    padding-top:0;
    margin-bottom:25px;
}

.footer .quick_links ul{
    padding:0;
    margin:0;
    list-style:none;
}

.footer .quick_links ul li{
    margin-bottom:12px;
}

.footer .quick_links ul li a{
    font-size:15px;
    color:#333;
    font-weight:600;
}

.footer .foot_contact{
    background:#002460;
    margin-top:0;
    min-height:100%;
    padding-bottom:20px;
}

.footer .foot_contact h1{
    color:#fff;
    padding:35px 40px 20px;
    margin:0;
    font-size:22px;
}

.footer .foot_contact ul{
    margin:0;
    padding:0;
    list-style:none;
}

.footer .foot_contact ul li{
    border-bottom:1px solid rgba(255,255,255,.15);
    padding:15px 40px;
    margin:0;
}

.footer .foot_contact ul li:last-child{
    border-bottom:none;
}

.copyright_area{
    background:#002460;
    color:#fff;
    text-align:center;
    padding:12px 10px;
    font-size:14px;
    font-weight:600;
}