﻿/* Slider */
.pushbg{filter: alpha(opacity=70); opacity: 0.7; position: absolute; display: block; background-color: #000; top: 0px; left: 0px; width: 100%; height: 100%;}
.loader{position: absolute; top: 0px; left: 0px;}
.loaderimg{position: absolute; display: block; background: url(../images/loading.gif) no-repeat center center; top: 0px; left: 0px; width: 100%; height: 100%;}
#slidersection{background:#f1f1f1;}
#slider1_container {display: none;position: relative;margin: 0px auto;width: 1490px;height: 540px;overflow: hidden;}
.slidebox {cursor: move;width: 1490px;height: 540px;overflow: hidden;margin: 00px auto;}
.slidebox a {position:absolute;width:100%;height:100%;left:0px;}
.slidebox .div {background-repeat:no-repeat; background-position: left top;background-size: 100%;background-repeat: no-repeat;text-align:right;}


.band{background-color:#5c5c5c; padding:13px 15px 10px 15px;}
.oneliner {
    line-height: 30px;
    vertical-align: middle;
    font-weight: 200;
    font-size: 22px;
    color:#FFF;
}

.btn {
    background:#00112f;
    text-transform: uppercase;
    padding: 12px 35px 12px 25px;
    border-radius: 3px;
    text-decoration: none;
    line-height: 48px;
    cursor: pointer;
	color: rgba(255,255,255,0.7);
}
.btn:hover {
    background: #fe6310;
	color: rgba(255,255,255,1);
}

.prdbg{background:#00112f; padding-top:30px;}
.ptitle div{
    color:#FFF;
     font-style: normal;
    font-weight: 400;
    font-size: 30px;
    letter-spacing: 0px;
    text-align: inherit;
    margin-bottom:10px;
    
}
.ptitle p{
    color:#FFF;
     font-style: normal;
    font-weight: 200;
    font-size: 18px;
    line-height:22px;
    text-align: inherit;
    margin-bottom:30px;
}
.flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float:left;
    width:100%;
}


.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px 5px;
    cursor:pointer;
    position:relative;
    text-align:center;
}
.nbs-flexisel-item img {
    max-width: 80%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
     margin:20px auto 30px auto;
    -moz-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.pbox{background:#fefefe;}
.pbox:hover img{
    transform: scale(1.1);
    }
 .pbox p{
        padding:8px 0px;
        font-size:12px;
        text-align:left;
        width:95%;
        color:#121212;
        margin-left:20px;
    }
.pbox .title{padding-top:20px;
             font-size:15px;
             margin-left:20px;
             font-weight:400;
             text-align:left;            
}
.featured{
        background: #fe6310;
        color: #FFF;
        display: block;
        width:80px;
        font-size: 12px;
        padding: 8px 10px 8px;
        text-transform: capitalize;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        border: none;
        font-weight: normal;
       margin-left:20px;
        cursor:pointer;
}

.blankfeatured{        
        display: inline-block;
        font-size: 12px;
        padding: 8px 10px 8px;
        text-transform: capitalize;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        border: none;
        font-weight: normal;
        margin: 10px 0px;
        cursor:pointer;
}
 .pbox button {
        background: #eeeeee;
        color: #494748;
        display: inline-block;
        font-size: 14px;
        padding: 8px 15px 8px;
        text-transform: capitalize;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        border: none;
        font-weight: normal;
        margin: 10px 0px;
        cursor:pointer;
        border:solid 1px #d1d1d1;
        border-radius:3px;
    }
    
.pbox button:hover{
	background:#ea5415;
	color:#fff;
}
.pbox .btnbg{
    width:100%;
    background-color:#eeeeee;
}
/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    position: absolute;outline: 0;width: 32px;height: 32px; cursor:pointer;  margin-top:0px;
}

.nbs-flexisel-nav-left {
    right: 55px;background:#4e4d4b url('../images/left_arrow_big1.png') no-repeat;border-radius:3px;
}
.nbs-flexisel-nav-left:hover {
    background: #ff6211 url('../images/left_arrow_big1.png') no-repeat; 
}
.nbs-flexisel-nav-left.disabled {
    opacity: 0.4;
    background:#4e4d4b url('../images/left_arrow_big1.png') no-repeat;
     /*background:none;*/
}

.nbs-flexisel-nav-right {
   right: 0px;background:#4e4d4b url('../images/right_arrow_big1.png') no-repeat;border-radius:3px;
}

.nbs-flexisel-nav-right:hover {
    background: #ff6211 url('../images/right_arrow_big1.png') no-repeat;
}

.nbs-flexisel-nav-right.disabled {
    opacity: 0.4;
    background:#4e4d4b url('../images/right_arrow_big1.png') no-repeat;
     /*background:none;*/
}

/*brandnav*/

.flexbrand11 .nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.flexbrand11 .nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}
.flexbrand11 .nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float:none;
    margin:0px auto;
    width:100%;
}
.flexbrand11 .nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px 5px;
    cursor:pointer;
    position:relative;
    text-align:center;    
}
.flexbrand11 .nbs-flexisel-item img {
    max-width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
     margin:5px auto 10px auto;
    -moz-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.brandnav .nbs-flexisel-nav-left,
.brandnav .nbs-flexisel-nav-right {
    position: absolute;outline: 0;width: 32px;height: 32px; cursor:pointer;  margin-top:35px; z-index:99999;
    display:none;
}

.brandnav .nbs-flexisel-nav-left {
    left: 0px;background:#4e4d4b url('../images/left_arrow_big1.png') no-repeat;border-radius:3px;
}
.brandnav .nbs-flexisel-nav-left:hover {
    background: #ff6211 url('../images/left_arrow_big1.png') no-repeat; 
}
.brandnav .nbs-flexisel-nav-left.disabled {
    opacity: 0.4;
    background:#4e4d4b url('../images/left_arrow_big1.png') no-repeat;
     /*background:none;*/
}

.brandnav .nbs-flexisel-nav-right {
   right: 0px;background:#4e4d4b url('../images/right_arrow_big1.png') no-repeat;border-radius:3px;
}

.brandnav .nbs-flexisel-nav-right:hover {
    background: #ff6211 url('../images/right_arrow_big1.png') no-repeat;
}

.brandnav .nbs-flexisel-nav-right.disabled {
    opacity: 0.4;
    background:#4e4d4b url('../images/right_arrow_big1.png') no-repeat;
     /*background:none;*/
}
.expoall{
    background-color:#5c5c5c; padding:0px; text-align:center;
     text-transform: capitalize;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
}
.expoall button {
        background: #5c5c5c;
        color: #FFF;
        display: block;
        font-size: 16px;
        padding: 15px 5px 15px;
        text-transform: capitalize;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        border: none;
        font-weight: normal;
        cursor:pointer;
        border-radius:3px;
        margin:0px auto;
        width:100%;
        
    }
    
.expoall button:hover, .expoall:hover ,.expoall:hover button{
	background:#ea5415;
	/*color:#fff;
    border:solid 1px #ea5415;*/
}
.prlbg{background-color:#00112f;
}
.prltitle{
     line-height: 51px;
    vertical-align: middle;
    font-size: 30px;
    color:#00112f;
    padding:20px 0px;
}
.telephone, .email {
    font-family: 'Open Sans';
    white-space: nowrap;
    line-height: 40px;
    font-size: 16px;
    color: #d9dee4;
    display: initial;
    margin-right: 0;
    font-weight: 400 !important;
    padding: 20px 30px;
    float: left;
    width: auto;
    text-align: left;
    font-weight:normal;
}
    .telephone a, .email a {
        color: #FFF;
    }
    .telephone a:hover, .email a:hover {
        color: #bfbfbf;
    }
.para {
    font: normal normal normal 15px 'Open Sans';
    color: #00112f;
	border-radius:5px;
    line-height: 1.6em;
    padding: 20px 20px;
    text-align: justify;
    margin-top:20px;
     -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        
}
.para:hover {
    background:#00112f;
    color:#FFF;
}

.para:hover .catecontent button{
    background:#00112f;
    color:rgba(255,255,255,0.8);
    border:solid 1px #00112f;
     -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
}
.para:hover .catecontent button:hover{
    color:#fff;
    border:solid 1px #fff;
}
.para:hover .subtitle::after {
    content: '';
    display: block;
    width: 65px;
    height: 3px;
    background: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 4px;
    margin: 10px 0 20px;
}

.para .subtitle {
    font-size: 16px;
    font-weight: 600;
    text-transform:uppercase;
}
.para .subtitle::after {
    content: '';
    display: block;
    width: 65px;
    height: 3px;
    background: #ff640f;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 4px;
    margin: 10px 0 20px;
}
.catecontent {
    padding: 0px 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
   
}
.catecontent button {
        background: #FFF;
        color: #494748;
        display: inline-block;
        font-size: 14px;
        padding: 8px 15px 8px;
        text-transform: capitalize;
       -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        border: none;
        font-weight: normal;
        margin: 30px 0px 0px 0px;
        cursor:pointer;
        border:solid 1px #d1d1d1;
        border-radius:25px;
    }
    
.catecontent button:hover{
	background:#00112f;
	color:#fff;
    border:solid 1px #00112f;
}
/* Logos */
.cltbox {
background-color:#eee;
    margin-top:80px;
    padding-top:10px;
    padding-bottom:10px;
}

.client-list {
    float: left;
    width: 100%;
    margin: 0;
    padding: 25px 0px 0px 0px;
    border-bottom: none;
}

    .client-list div {
        float: left;
        width: 100%;
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: center;
        border-bottom: 1px solid #ddd;
    }

        .client-list div:last-child {
            border-bottom: none;
        }

        .client-list div:first-child {
            border-top: none;
        }
         .client-list span:nth-child(6n+6) div {
            border-right: none;
           
        }
         .client-list span:nth-child(-n+6) div {
            border-bottom: solid 1px #ddd;
           
        }

        .client-list div {
            
            border-bottom: none;
            border-right: 1px solid #ddd;
            padding: 50px 0 50px 0;
        }

.logo-hover {
    position: absolute;
    /*left: 50%;
    margin-left: -54px;*/
}

    .logo-hover:hover {
        opacity: 0;
    }

ul.client-list li ul li.last {
    border-right: none;
}
.client-link .logo-hover {
 -o-transition: .5s;
        -ms-transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        /* ...and now for the proper property */
        transition: .5s;
}
    .client-link:hover .client-logo {
        -o-transition: .5s;
        -ms-transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        /* ...and now for the proper property */
        transition: .5s;
        opacity: 0 !IMPORTANT;
    }

    .client-link:hover .logo-hover {
        -o-transition: .5s;
        -ms-transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        /* ...and now for the proper property */
        transition: .5s;
        opacity: 1 !IMPORTANT;
    }
/* Logos End */



@media only screen and (min-width : 0px) and (max-width : 480px) {

    .prdbg .col-md-2{
        height:40px;
    }
    .ptitle{text-align:center;}
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    position: relative;outline: 0;width: 32px;height: 32px; cursor:pointer;  margin-top:0px; margin-right:10px;
    float:left; 
}

.nbs-flexisel-nav-left {
    right: 0px;background:#4e4d4b url('../images/left_arrow_big1.png') no-repeat;border-radius:3px;
    margin-left:35%;
}
  .telephone{ padding:25px 5px 5px 5px; text-align:center; width:100%;line-height:30px;}
  .email{ padding:5px 5px 25px 5px; text-align:center; width:100%;line-height:30px;}
    .catecontent {
    padding: 30px 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
   
}
     .para {   
    padding: 30px 20px 20px 20px;   
     margin-top:10px; 
}
    .para .subtitle {text-align:left !important;}
     .flexbrand11 .nbs-flexisel-item{text-align:left !important;}
     
     .band .text-right,.band .oneliner {text-align:center !important; margin-top:20px;}
     .fmanu a{height:auto;}  .copyrights{padding-bottom:20px;}
}

@media only screen and (min-width : 481px) and (max-width : 768px) {
   .client-list .col-md-2 {width: 50%;}
    .para {
        padding: 30px 20px 20px 20px;
        margin-top: 10px;
    }
    .flexbrand11 .nbs-flexisel-item{text-align:left !important;}
    .band .text-right,.band .oneliner{text-align:center !important; margin-top:20px;}
    .prdbg .col-md-2{
        height:40px;
    }
      .fmanu a{height:auto;}
      .copyrights{padding-bottom:20px;}
    .ptitle{text-align:center;}
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    position: relative;outline: 0;width: 32px;height: 32px; cursor:pointer;  margin-top:0px; margin-right:10px;
    float:left; 
}

.nbs-flexisel-nav-left {
    right: 0px;background:#4e4d4b url('../images/left_arrow_big1.png') no-repeat;border-radius:3px;
    margin-left:42%;
}
  .telephone{ padding:25px 5px 5px 5px; text-align:center; width:100%;line-height:30px;}
  .email{ padding:5px 5px 25px 5px; text-align:center; width:100%;line-height:30px;}
    .catecontent {
    padding: 30px 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
   
}
    
    .para .subtitle {text-align:left !important;}
}
@media only screen and (min-width : 768px) and (max-width : 900px) {
   .client-list .col-md-2 {width: 32%;}
   
}