html {box-sizing: border-box;}
*, *:before, *:after {
	box-sizing: inherit;
}

html, body{
   font-family: 'Lato', sans-serif;
   font-size: 100%;
}
body a{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
}

h4, h5, h6,
h1, h2, h3 {margin-top: 0;}
ul, ol {margin: 0;}
p {margin: 0;}

.header_top{
	background:#fff;
}
.logo{
	float:left;
	padding:10px;
}
ul.sec-nav{
	padding:0;
	margin:0;
	list-style:none;
	float:right;
	min-height: 55px;
}
ul.sec-nav li{
	float: left;
	padding: 10px;
	font: 600 13px/13px 'Lato', sans-serif;
	line-height: 20px;
	color:#000;
}
ul.sec-nav li img{
	margin-top: -4px;
}
ul.sec-nav a li:hover {
	color:#205f91;
}
ul.sec-nav li:hover span.m_1{
	color:#000;
}
span.m_1{
	color:#205f91;
}

.sec-nav li:first-child{
	border-right:solid 1px #ccc;
}

.sec-nav li:last-child{
	border-left:solid 1px #ccc;
}
/* start h_menu */
.header_bottom_right{
	float:right;
	width:53%;
}
.h_menu4{
	background:#3D9BDD;
  min-height: 50px;

}
.toggleMenu {
    display: none;
	background:#205f91;
	width: 100%;
	color: #FFF;
	font-size: 1.5em;
}
.nav {
    list-style: none;
     *zoom: 1;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
	width: 15em;
	border-bottom:3px solid #205f91;
	z-index:888;
}
.nav li a {
	display: block;
	color:#fff;
	font: 400 14px/14px 'Lato', sans-serif;
	text-transform:uppercase;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	text-decoration: none;
	padding:10px 30px;
	font-weight: bold;
  line-height: 30px;
}

.nav li ul li a{
	padding: 15px;
}
.nav li:nth-child(1){
	margin:0
}
ul.nav li.active a, .nav li:hover a{
	color:#fff;
	background: #2D547D;
}
.nav li {
    position: relative;
    border-right:solid 1px #ccc;
}
.nav > li {
    float:left;
}
.nav > li.hover > ul {
    left:-1px;
    top:44px;
}
.nav li li.hover ul {
    left: 100%;
   -webkit-transition: background .2s linear;
	-moz-transition: background .2s linear;
	-ms-transition: background .2s linear;
	-o-transition:  background .2s linear;
	transition: background .2s linear;
}

.nav > li > li > a{
	font-size: 0.85em;
	display: block;
	color: #555;
	background: #fff;
	position: relative;
	z-index: 9999;
	font-weight: normal;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	width: 100%;
	text-decoration: none;
	margin: 0;
	text-transform: lowercase;
}
.nav li li {
	border-top:none;
}
.nav li li:hover{
	border-top:none;
}
.nav li li a{
	text-transform: capitalize;
	font-size:0.85em;
	border-bottom: 1px solid #ccc;
}
.nav li li a:hover{
	color:#000;
}
.nav > li >  ul, .nav > li >  ul > li > ul{
    position: absolute;
    left: -9999px;
    padding: 0;
    z-index: 9999;
    background:#fff;
    top: 0;
}

.nav > li >  ul > li > ul{
	-webkit-column-count:2;
	-moz-column-count:2;
	ccolumn-count:2;
	counter-reset:li;
	width: 50em;
}

.nav > li >  ul > li > ul li a{
	border: none;
	padding: 10px;
    font-size: 13px;
    font-weight: 600;
	}

/***** Media Quries *****/
@media screen and (max-width: 768px) {
.nav > li >  ul > li > ul{
	-webkit-column-count:1;
	-moz-column-count:1;
	ccolumn-count:1;
	counter-reset:li;
}

.nav > li >  ul > li > ul li a{
	border: none;
	padding: 10px;
    font-size: 13px;
    font-weight: 600;
	}


	.h_logo4{
		text-align:center;
		float: none;
		margin: 4% 0;
	}
	/*--.h_menu4{
		float: none;
	}--*/
	.toggleMenu {
		padding: 5px 10px;
		width: 100%;
	}
	.nav li a {
		margin: 10px 15px;
	}
	.nav {
		background:#fff;
	}
    .active {
        display: block;
    }
    .nav > li {
        float: none;
    }
    
   .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }
}
@media screen and (max-width: 640px) {
	.toggleMenu {
		width:100%;
	}
}
@media screen and (max-width: 480px) {
	.toggleMenu {
		width:100%;
	}

	.nav > li >  ul > li > ul{
	-webkit-column-count:1;
	-moz-column-count:1;
	ccolumn-count:1;
	counter-reset:li;
	}

.nav > li >  ul > li > ul li a{
	border: none;
	padding: 10px;
    font-size: 13px;
    font-weight: 600;
	}
}
@media screen and (max-width: 320px) {
	.toggleMenu {
		width:100%;
	}

	.nav > li >  ul > li > ul{
	-webkit-column-count:1;
	-moz-column-count:1;
	ccolumn-count:1;
	counter-reset:li;
	}

.nav > li >  ul > li > ul li a{
	border: none;
	padding: 10px;
    font-size: 13px;
    font-weight: 600;
	}
}
/*--slider--*/
/*--- slider-css --*/
.slider {
	position: relative;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

.caption p{
	color: #FFF;
	line-height: 1.5em;
	font-size: 0.875em;
	text-align: left;
	margin:1em 0 1.5em 0;
}

.callbacks_tabs a{
	visibility:hidden;
}
.callbacks_tabs li{
	display:inline-block;
}
ul.callbacks_tabs.callbacks1_tabs {
	position: absolute;
	bottom: 14px;
	z-index: 999;
	left: 13px;
}
.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height:59px;
  width:60px;
  background: url("../images/arrows.png") no-repeat left top;
  margin-top: -45px;
  }
.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
 }

.slider .container .col-md-12
 {
 	background: rgba(255,255,255,0.9);
    height: 100px;
    position: relative;
    margin-top: -100px;
    border-top-left-radius: 5px;
	border-top-right-radius: 5px;
 }

 .caption {
	display: table;
	z-index: 2;
	text-shadow: none;
  bottom: 0;
	padding: 15px;
	position: absolute;
  height: 400px;

}
.caption h1{
	color:#4ba5d7;
	font: 300 22px/22px 'Lato', sans-serif;
	font-weight: bold;
}
.caption h2{
	color:#333;
	font: 500 28px/28px 'Lato', sans-serif;
	line-height: 1.5em;
}
/*-- responsive-mediaquries --*/
@media(max-width:1024px){
	.caption {
		width: 63%;
		top: 31%;
		left: 19%;
	}
}
@media(max-width:768px){
	.caption {
		width: 70%;
		top: 22%;
		left: 13%;
	}
	
	.callbacks_nav {
	  	top: 55%;
	 }
}
@media(max-width:640px){
	.caption {
		width: 70%;
		top: 12%;
		left: 13%;
	}

	.callbacks_tabs a:after {
		height: 10px;
		width: 10px;
	}
}
@media(max-width:480px){
	.caption {
		width: 70%;
		top: 14%;
		left: 13%;
	}
	.callbacks_nav {
	  	top: 60%;
	 }
	.caption p{
		height:25px;
		overflow:hidden;
		margin:0.5em 0;
	}

	.callbacks_tabs a:after {
		height:4px;
		width: 4px;
	}
	ul.callbacks_tabs.callbacks1_tabs {
		bottom: 10px;
		left: 4px;
	}
}
@media(max-width:320px){
	.caption {
		width: 70%;
		top: 14%;
		left: 13%;
	}
	.callbacks_nav {
	  	top: 63%;
	 }
	.caption p{
		height:25px;
		overflow:hidden;
		margin:0.2em 0;
	}
	
	.callbacks_tabs a:after {
		height:4px;
		width: 4px;
	}
	ul.callbacks_tabs.callbacks1_tabs {
		bottom: 10px;
		left: 4px;
	}
}

/*--index_content--*/
.main{
	background:#eee;
}
.sidebar_box{
	padding-right:0;
	border-right: 1px solid #B8B8B8;
}


.menu {
	width: auto;
	height: auto;
	padding: 0;
	margin:0;
    list-style: none;
	background: #efefef;
}
ul {
	padding: 0;
	list-style: none;
}
.menu > li > a {
	width: 100%;
	line-height: 3.5em;
	text-indent: 1.2em;
	display: block;
	position: relative;
	color: #3e3f3f;
    font-size:15px;
	text-decoration:none;
	border-bottom: 1px solid #ddd;
	font-weight:800;
}
.menu > li > a img{
	vertical-align: baseline;
	margin-right: 5px;
}
.menu ul li a {
	width: 100%;
	display: block;
	position: relative;
	font:800 15px/15px 'Lato', sans-serif;
	color:#3e3f3f;
	text-decoration:none;
	border-bottom: 1px solid #ddd;
	line-height: 3.5em;
	text-indent: 1.2em;
}
.menu ul li a:hover{
	background:#205f91;
	color:#fff;
}
.menu > li > a:hover, .menu > li > a.active {
	background:#fff;
	border-right: 5px solid #205f91;
}


/*-----------------------------------------------------------------------------------*/
/*	Stroke
/*-----------------------------------------------------------------------------------*/
.b-link-stroke{
	position:relative;
	display:inline-block;
	vertical-align:top;
	font-weight: 300;
	overflow:hidden;
	margin-bottom: 5px;
}
.b-link-stroke .b-wrapper{
	position:absolute;
	width:100%;
	height:100%;
	top:12em;
	left:0;
	text-align:center;
	color:#ffffff;
}

.b-link-stroke .b-top-line{
	position:absolute;
	top:-100%;
	left:0;
	width:50%;
	height:100%;
	background:rgba(32, 95, 145, 0.59);
}
.b-link-stroke .b-bottom-line{
	position:absolute;
	bottom:-100%;
	right:0;
	width:50%;
	height:100%; 
	background:rgba(32, 95, 145, 0.59);
}
.b-link-stroke .b-top-line, .b-link-stroke .b-bottom-line{
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	-webkit-transition:all 0.5s;
} 
.b-link-stroke:hover .b-top-line{
	top:0;
}
.b-link-stroke:hover .b-bottom-line{
	bottom:0;
}

.b-text{
	width: 100%;
    text-align: center;
    top: 40%;
    position: absolute;
    color: #fff;
}
/*-----------------------------------------------------------------------------------*/
/*	Animation effects
/*-----------------------------------------------------------------------------------*/
.b-animate-go{
	text-decoration:none;
}
.b-animate, .b-text{
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	display: none; /* lt-ie9 */
}
/* lt-ie9 */
.b-animate-go:hover .b-animate{
	display:block;
}
.b-animate-go:hover .b-text{
	display:block;
}

.b-from-left{
	position:relative;
	left:-100%;
}
.b-animate-go:hover .b-from-left{
	left:0;
}
.b-from-right{
	position:relative;
	right:-100%;
}
.b-animate-go:hover .b-from-right{
	right:0;
}
.b-from-top{
	position:relative;
	top:-100%;
}
.b-animate-go:hover .b-from-top{
	top:0;
}	
.b-from-bottom{
	position:relative;
	bottom:-100%;
}
.b-animate-go:hover .b-from-bottom{
	bottom:0;
}
.b-scale{
	position:relative;
	transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	-webkit-transform:scale(0);
}
.b-animate-go:hover .b-scale, h1{
	transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	-webkit-transform:scale(1);
}
.grid_1{
	background:#fff;
	border:5px solid #fff;
}
.grid_2{
padding:15px;
}
.grid_2 p{
	color: #333;
	line-height: 1.4em;
	border-bottom: 1px solid #ECECEC;
	padding-bottom: 10px;
	margin-bottom: 5px;
	text-align: justify;
}
a:hover, a:focus {
	color: #205f91;
	text-decoration:none;
}
ul.grid_2-bottom{
	padding:0;
	margin:0;
	list-style:none;
}
ul.grid_2-bottom li.grid_2-left{
	float: left;
	border-right: 1px solid #ECECEC;
	padding-right: 11%;
}
ul.grid_2-bottom li.grid_2-left p{
	border-bottom: 0;
	font: 800 17px/17px 'Lato', sans-serif;
	color: #000;
	margin: 3px 0 0 0;
	padding-bottom: 0;
}
ul.grid_2-bottom li.grid_2-right{
	float:right;
}
ul.grid_2-bottom li.grid_2-left p small {
	font:700 15px/15px 'Lato', sans-serif;
	vertical-align: text-top;
}
.btn.btn-primary {
	font:700 13px/13px 'Lato', sans-serif;
	font-style: normal;
	text-shadow: none;
	text-transform:uppercase;
	color: #FFF;
	padding:15px 30px;
	position: relative;
	letter-spacing: 0;
	background: transparent;
	border-radius: 0;
	box-shadow: none;
	border: none;
	outline: none;
	border-radius: 0;
	z-index: 1;
	overflow: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius:2px;
}
.btn {
	display: inline-block;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #333;
	text-shadow:1px 1px 0px #cccccc;
	border: 1px solid #ccc;
	border-bottom-color: #b3b3b3;
}
.btn-primary {
	color: #fff;
}
.btn.btn-primary:before {
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	bottom: 0;
	right: 0;
	top: 0;
	z-index: -1;
	border-radius: 0;
	background: rgba(32,94,145,1);
	background: -moz-linear-gradient(top, rgba(32,94,145,1) 0%, rgba(64,126,173,1) 49%, rgba(62,119,163,1) 51%, rgba(66,136,189,1) 71%, rgba(32,94,145,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(32,94,145,1)), color-stop(49%, rgba(64,126,173,1)), color-stop(51%, rgba(62,119,163,1)), color-stop(71%, rgba(66,136,189,1)), color-stop(100%, rgba(32,94,145,1)));
	background: -webkit-linear-gradient(top, rgba(32,94,145,1) 0%, rgba(64,126,173,1) 49%, rgba(62,119,163,1) 51%, rgba(66,136,189,1) 71%, rgba(32,94,145,1) 100%);
	background: -o-linear-gradient(top, rgba(32,94,145,1) 0%, rgba(64,126,173,1) 49%, rgba(62,119,163,1) 51%, rgba(66,136,189,1) 71%, rgba(32,94,145,1) 100%);
	background: -ms-linear-gradient(top, rgba(32,94,145,1) 0%, rgba(64,126,173,1) 49%, rgba(62,119,163,1) 51%, rgba(66,136,189,1) 71%, rgba(32,94,145,1) 100%);
	background: linear-gradient(to bottom, rgba(32,94,145,1) 0%, rgba(64,126,173,1) 49%, rgba(62,119,163,1) 51%, rgba(66,136,189,1) 71%, rgba(32,94,145,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#205e91', endColorstr='#205e91', GradientType=0 );
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.btn-primary:hover:before {
	width: 100%;
	left: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.btn-primary:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	border-radius: 0;
	background: rgba(82,125,158,1);
	background: -moz-linear-gradient(top, rgba(82,125,158,1) 0%, rgba(32,94,145,1) 50%, rgba(46,107,153,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(82,125,158,1)), color-stop(50%, rgba(32,94,145,1)), color-stop(100%, rgba(46,107,153,1)));
	background: -webkit-linear-gradient(top, rgba(82,125,158,1) 0%, rgba(32,94,145,1) 50%, rgba(46,107,153,1) 100%);
	background: -o-linear-gradient(top, rgba(82,125,158,1) 0%, rgba(32,94,145,1) 50%, rgba(46,107,153,1) 100%);
	background: -ms-linear-gradient(top, rgba(82,125,158,1) 0%, rgba(32,94,145,1) 50%, rgba(46,107,153,1) 100%);
	background: linear-gradient(to bottom, rgba(82,125,158,1) 0%, rgba(32,94,145,1) 50%, rgba(46,107,153,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#527d9e', endColorstr='#2e6b99', GradientType=0 );
	z-index: -2;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.box_1{
	padding:0;
}
.top_grid1-box{
	padding:0;
}
.top_grid1-box1{
	margin-bottom: 2em;
}
.top_grid2-box2 {
	padding-left: 0;
}
.top_grid2{
	margin-top:2em;
}
h4.head{
	color: #000;
	font: 700 25px/25px 'Lato', sans-serif;
	text-transform: uppercase;
	padding: 30px 0 0 0;
}
span.m_2{
	color:#205f91;
}
.grey{
	background: #eee;
}
.footer_bg{
	background: url(../images/cover.png) no-repeat center top;
	background-size: cover;
	min-height: 170px;
    z-index: 1000;    
    overflow-x: hidden;
}
.footer{
	min-height:350px;
	padding:2em 0 0;
	background: #999;
}

.footer .f_grid1{
border: none;
}

.f_grid1 h3, .f_grid3 h3{
	font: 400 20px/20px Lato, sans-serif;
	text-transform:uppercase;
	margin-bottom:1em;
}
.f_grid1 p{
	color: #616161;
	font: 500 15px/15px 'Lato', sans-serif;
	line-height: 1.5em;
	margin-top: 1em;
}
.f_grid1 {
	border-right: 1px solid #fff;
}
.f_grid2{
	margin: 0 4% 0 7%;
	width: 14%;
	padding: 0;
}
ul.social {
	padding: 0;
	margin:0;
	list-style: none;
}
ul.social li{
	margin-bottom:1em;
}
ul.social li:first-child {
margin-left: 0;
}
ul.social li a:hover{
	text-decoration:none;
}
ul.social li a:hover p{
	color: #205f91;
}
p.m_3{
	overflow: hidden;
	font: 700 13px/13px 'Lato', sans-serif;
	text-transform:uppercase;
	padding: 3px 0 0 0;
	margin:0;
	color:#343333;
}
i.fb,i.tw,i.google,i.instagram {
	width: 20px;
	height: 20px;
	float:left;
	background: url(../images/img-sprite.png)no-repeat;
	margin-right:10px;
}
i.fb{
	background-position:-98px -8px;
}
i.tw {
	background-position:-130px -8px;
}
i.google {
	background-position:-162px -8px;
}
i.instagram {
	background-position:-194px -8px;
}
ul.list{
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}
ul.list li{
	margin-bottom:15px;
}
ul.list li p{
	margin:0;
	font: 700 15px/15px 'Lato', sans-serif;
}
ul.list1{
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none;
}
ul.list1 li p{
	margin:0;
	font: 700 15px/15px 'Lato', sans-serif;
	color:#888;
	line-height:1.5em;
}
.footer_bottom {
	background:#2f2f2f;
	padding: 1em 0;
}
.ftmenu {
	float: left;
	color: #cfcfcf;
	font:500 14px/14px 'Lato', sans-serif;
}
.ftmenu ul li {
	display: inline-block;
}
.ftmenu ul li a {
	color:#afafaf;
	display: block;
	margin:0 10px;
}
.ftmenu ul li a:hover{
	text-decoration:none;
	color: #205f91;
}
.copy {
	float: right;
	margin-top:8px;
}
.copy p {
	color: #999;
	font:300 14px/1px 'Lato', sans-serif;
}
.copy p a {
    color: #fff;
    font-weight: bold;
}
.copy p a:hover{
	color:#dee9f1;
}
/*--single--*/

ul.size {
	padding: 0;
	list-style: none;
	margin-top: 2em;
}
ul.size h3 {
	color:#3e3f3f;
	font:600 16px/16px 'Lato', sans-serif;
	text-transform: uppercase;
	margin-bottom: 15px;
}
ul.size li {
	display: inline-block;
	margin: 0 10px 0 0;
}
ul.size li a {
	color: #555;
	font:500 14px/14px 'Lato', sans-serif;
	background:#DFDFDF;
	padding: 5px 10px;
}
ul.size li a:hover{
	background:#205f91;
	color:#fff;
}

/******** SAP ************/
.sap_tabs{
	padding: 1em 0;
}

ul.tab_list li a {
	color: #777;
	font: 300 16px/25px Lato, sans-serif;
	line-height: 1.8em;
	vertical-align: top;
	text-decoration: none;
}
ul.tab_list {
	list-style: none;
	padding: 1em;
	background: #fcfcfc;
}
.top1{
	margin-top: 2%;
}
.resp-tabs-list {
	width: 100%;
	list-style: none;
	padding: 0;
}
.resp-tab-item:first-child{
	border-left:none;
}
.resp-tab-item{
	color: #777;
	font-size: 0.8125em;
	cursor: pointer;
	padding: 12px 10px;
	display: inline-block;
	margin: 0;
	text-align: center;
	list-style: none;
	float: left;
	outline: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	text-transform: uppercase;
	background:#ccc;
	width: 20%;
}
.resp-tab-item:hover {
	text-shadow: none;
	color:#000;
}
.resp-tab-active{
	background:#205f91;
	text-shadow: none;
	color:#fff;
}
.resp-tabs-container {
	padding: 5px 0px;
	clear: left;
}
h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}
.resp-tab-content {
	display: none;
}
.resp-content-active, .resp-accordion-active {
   display: block;
}
h2.resp-accordion {
	font-size:1em;
	margin: 0px;
	padding: 10px 15px;
	background:#f84545;
	margin:10px 0;
	color:#fff;
}
h2.resp-accordion:hover{
	background:#000;
	text-shadow: none;
	color: #FFF;
}
@media only screen and (max-width:480px) {


.sap_tabs{
	padding-top:0;
}
.resp-tabs-container{
	padding:10px;
}
ul.resp-tabs-list {
  	display: none;
}
h2.resp-accordion {
  	display: block;
}
.resp-vtabs .resp-tab-content {
  	border: 1px solid #C1C1C1;
}
.resp-vtabs .resp-tabs-container {
	border: none;
	float: none;
	width: 100%;
	min-height: initial;
	clear: none;
}
.resp-accordion-closed {
	display: none !important;
}
}
h3.single_head{
	color: #5E5D5D;
	text-transform: uppercase;
	font: 400 25px/25px Lato, sans-serif;
	margin-bottom: 1em;
}
/*--about--*/

.span1 h3, h3.m_3{
	text-align: center;
	text-transform: uppercase;
	font: 300 25px/25px Lato, sans-serif;
	margin-bottom:1.5em;
	color:#000;
}
.span1 h4{
	color: #000;
    font: 400 16px/25px Lato, sans-serif;
	line-height:1.5em;
	margin-top:1em;
}
.span1 h5{
	color:#000;
	font:400 20px/20px 'Lato', sans-serif;
}
.span1 p{
	color: #999;
    font:300 16px/25px Lato, sans-serif;
	line-height:1.8em;
}
p.m_4{
	margin-bottom:1em;
}
.about_bottom{
	margin-top:5em;
}
ul.about_box {
	padding: 0;
	list-style: none;
}
ul.about_box li.box_img {
	width: 25%;
	float: left;
	margin-right: 5%;
}
ul.about_box li.box_desc {
	overflow: hidden;
	color: #999;
	font: 300 16px/25px Lato, sans-serif;
	line-height: 1.8em;
}
ul.about_box h4 {
	margin-top: 1em;
	color: #999;
	font: 300 16px/25px Lato, sans-serif;
	line-height: 1.8em;
}
.feature h4 {
	color: #000;
	font: 300 20px/25px Lato, sans-serif;
	text-transform: uppercase;
}
.feature p {
	color: #999;
	font: 300 16px/25px Lato, sans-serif;
	line-height: 1.8em;
}
.about_box1 {
	margin-bottom:2em;
}
/*--contact--*/
p.comment-form-author {
	margin-bottom: 2em;
}

i.pin_icon{
	width: 24px;
	height: 35px;
	background: url(../images/img-sprite.png)no-repeat -234px -4px;
	float: left;
	margin-right: 10px;
}
i.phone{
	width: 24px;
	height: 27px;
	background: url(../images/img-sprite.png)no-repeat -6px -48px;
	float: left;
	margin-right: 10px;
}
i.mail{
	width: 24px;
	height: 20px;
	background: url(../images/img-sprite.png)no-repeat -51px -50px;
	float: left;
	margin-right: 10px;
}
.contact_address, .contact_email {
	overflow: hidden;
	font: 300 16px/25px Lato, sans-serif;
	color: #999;
	line-height: 1.5em;
}
.contact_email{
	cursor:pointer;
}
.contact_email:hover{
	color:#000;
}
.address{
	margin-bottom:1.5em;
}
.contact_right h3{
	font: 300 20px/25px Lato, sans-serif;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 1.5em;
}
.map{
	margin-top:1em;
}
.map iframe{
	width:100%;
	min-height:300px;
	
	border: none;
}
.page-not-found{
	text-align:center;
}
.page-not-found h1{
	font: 300 150px/150px Lato, sans-serif;
	color:#000;
	margin-bottom:0.5em;
}
.page-not-found a {
	color: #fff;
	background:#205f91;
	text-decoration: none;
	padding: 15px 40px;
	font: 300 16px/16px Lato, sans-serif;
}

/*--login--*/

.title {
	color: #000;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #DFDDDD;
	padding-bottom: 13px;
	font-weight: bold;
	text-align: center;
}

/*--responsive design--*/
@media(max-width:1366px){
.caption h1 {
	font: 300 35px/35px 'Lato', sans-serif;
	font-weight: bold;
  line-height: 1.5em;
}
}
@media(max-width:1024px){
.caption h1 {
	font: 300 24px/24px 'Lato', sans-serif;
	font-weight: bold;
}
.caption {
	top: 23%;
	left: 10%;
	width: 39%;
}
.btn.btn-primary {
	padding: 7px 18px;
}
.caption h2 {
	font: 300 18px/23px 'Lato', sans-serif;
}
.f_grid1 h3, .f_grid3 h3 {
	font: 400 20px/25px Lato, sans-serif;
}
.span_3_of_2 {
	width: 51.3333%;
}
.images_3_of_2 {
	width: 45.2%;
	margin-right: 2.6%;
}
.span_3_of_2 h1 {
	font: 400 22px/22px Lato, sans-serif;
	margin-bottom: 1em;
}
}
@media(max-width:800px){
.nav > li {
	float: none;
}
.toggleMenu {
	text-align: center;
}
.toggleMenu:hover{
	color:#000;
}
ul.nav {
	background: #222;
	padding-top: 1em;
}
.nav > li {
	margin: 1em 0;
}
.caption h1 {
	font: 300 32px/32px 'Lato', sans-serif;
}
.content_right{
	margin-top:4em;
	padding:0;
}
.box_2,.top_grid1-box1 {
	margin-bottom: 2em;
}
.grid_1 {
	text-align: center;
}
.f_grid1{
	margin-bottom:2em;
}
.f_grid2 {
	margin:0 0 2em;
	width: 90%;
	padding:0 15px;
}
.box_1 {
	padding:0 15px;
}
.footer {
	min-height: 620px;
	padding: 3em 0 0;
}
.f_grid1 p {
	margin-top: 1em;
}
.f_grid1 {
	border-right: none;
}
.footer_bottom {
	text-align: center;
}
.ftmenu {
	float: none;
}
.copy {
	float: none;
	margin-top: 20px;
}
.single_left{
	margin-top:4em;
}
.span_2{
	margin: 3em 0;
}
.span1 h3, h3.m_3 {
	margin-bottom: 1em;
}
.about_bottom {
	margin-top: 3em;
}
.span_3{
	margin-top:3em;
}
.contact_right {
	margin-top: 3em;
}
.map{
	margin-top:2em;
}
}
@media(max-width:640px){
.logo {
	margin-top:7px;
}
ul.sec-nav li {
	padding: 10px 5px 0;
	min-height: 38px;
	font: 600 14px/14px 'Lato', sans-serif;
}
.logo img{
	width:70%;
}
.toggleMenu {
	font-size: 1.1em;
}
.caption h1 {
	font: 300 25px/25px 'Lato', sans-serif;
}
.caption h2 {
	font: 300 15px/20px 'Lato', sans-serif;
}
.caption {
	top: 20%;
}
.images_3_of_2{
	width: 100%;
	margin-right: 0;
	float:none;
}
.span_3_of_2 {
	width: 100%;
}
.span_3_of_2 {
	width: 100%;
	float: none;
}
.resp-tab-item {
	padding: 10px 3px;
}
.main {
	padding: 1em 0 3em;
}
}
@media(max-width:480px){
.logo{
	width:33%;
}
.logo img{
	width:100%;
}
.caption {
	left: 13%;
}
.caption h1 {
	font: 300 18px/18px 'Lato', sans-serif;
}
.caption h2 {
	font: 300 13px/17px 'Lato', sans-serif;
}
.ftmenu ul li a {
	margin: 0 5px;
	line-height: 1.8em;
}
.login-left {
	padding: 0 15px;
	margin-bottom: 3em;
}
.about {
	padding: 3em 0;
}
.login-right form {
	padding:0;
}
.register-top-grid div, .register-bottom-grid div {
	width: 100%;
	float: none;
}
}
@media(max-width:320px){
.logo {
	width: 50%;
	float: none;
	margin: 0 auto;
}
ul.sec-nav {
	float: none;
	margin-top:10px;
	text-align: center;
}
.header_top {
	margin: 10px 0;
}
ul.sec-nav li {
	display: inline-block;
	float: none;
}
.toggleMenu {
	font-size: 1em;
	padding: 3px;
}
.callbacks_nav {
	left: -17px;
}
.caption h1 {
	font: 300 14px/15px 'Lato', sans-serif;
}
.caption h2{
	display:none; 
}
.caption {
	top: 30%;
}
.stay {
	font: 800 12px/13px 'Lato', sans-serif;
}
.stay_right {
	width: 55%;
}
.menu > li > a {
	line-height: 2.5em;
	text-indent: 1em;
	font-size: 13px;
}

.twitter {
	margin-top: 2em;
	padding-right: 0;
}

.top_grid2 {
	margin-top:0;
}
h4.head {
	font: 700 16px/30px 'Lato', sans-serif;
	padding: 0px 0 0 20px;
}
.main {
	padding: 1em 0 1em;
}
.content_right {
	margin-top: 2em;
}
ul.list {
	float: none;
	width: 100%;
}
.footer {
	min-height: 725px;
}
.feature h4 {
	font: 300 15px/15px Lato, sans-serif;
}
ul.about_box li.box_desc {
	font: 300 15px/25px Lato, sans-serif;
}
.map iframe {
	min-height:200px;
}


.page-not-found h1 {
	font: 300 90px/90px Lato, sans-serif;
}
}


/*CUSTOM*/

.search{
	position: relative;
	padding: 15px 25px;
}

.search i{
	line-height: 2.8em;
}

.search-frm{
	width: 246px;
 	position: absolute; 
    box-sizing: border-box;
    z-index: 9999999;
    padding:10px;
    right:0;
    background: #205f91;
    top: 48px;
    border-radius: 5px;
    display: none;
}

.search:hover .search-frm{
display: block;
}


.contact-info span{
	padding:10px;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

i {
	margin: 0 5px;
}

 .header_shadow {
    background: url('../images/header_shadow.png') repeat-x center top;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 8px;
    z-index: 5;

}

.block{
	background: #fff;
	padding:15px;
	webkit-box-shadow: 0 2px 2px 2px #ddd;
    box-shadow: 0 2px 2px 2px #ddd;
}

.block-blue .f_grid1 {
background: none;	
}

.block-blue{
	background: #205f91;
	padding:15px;
}

/*REVIEW*/
.review p{
	font-size: 15px;
	color: #fff;
	font-style: italic;
}

.review{
	color: #fff;
	text-align: center;
}

.review-single img{
	border-radius: 50%;
	margin: 0 auto;

}

.review-single .review{
	color: #333;
}

.review-single i{
	font-style: italic;
	color: #205f91;
}


.why-we ul li{
padding: 5px 0;
list-style-image: url("../images/check.png")!important;
list-style-position: left;
list-style: outside;
margin-left: 35px;


}

.review a{
	text-align: center;
}
.review img{
border-radius: 100%;
width: 40%;
margin:5px auto;
  }

.btn-center{
	display: block;
    margin: 10px auto;
}

.btn-md{
width: 150px;	
}

.btn-lg
{
	width: 200px;
}


.btn.btn-default {
    font: 700 13px/13px 'Lato', sans-serif;
    text-transform: uppercase;
    color: #205f91;
    padding:10px;
    -webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	background: rgba(226,226,226,1);
	background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226,226,226,1)), color-stop(50%, rgba(219,219,219,1)), color-stop(51%, rgba(209,209,209,1)), color-stop(100%, rgba(254,254,254,1)));
	background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
	background: -o-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
	background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
	background: linear-gradient(to bottom, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0 );
}

.btn.btn-default:hover {
background: rgba(242,246,248,1);
background: -moz-linear-gradient(top, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 50%, rgba(181,198,208,1) 51%, rgba(224,239,249,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242,246,248,1)), color-stop(50%, rgba(216,225,231,1)), color-stop(51%, rgba(181,198,208,1)), color-stop(100%, rgba(224,239,249,1)));
background: -webkit-linear-gradient(top, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 50%, rgba(181,198,208,1) 51%, rgba(224,239,249,1) 100%);
background: -o-linear-gradient(top, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 50%, rgba(181,198,208,1) 51%, rgba(224,239,249,1) 100%);
background: -ms-linear-gradient(top, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 50%, rgba(181,198,208,1) 51%, rgba(224,239,249,1) 100%);
background: linear-gradient(to bottom, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 50%, rgba(181,198,208,1) 51%, rgba(224,239,249,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9', GradientType=0 );
}

.highlight div:last-child {
    border: none;
}

.trek-info li
{
	float:left;
	display: inline-block;
}

.trek-block i{
margin-right: 5px;
}

.trek-block p{
	line-height: 1.5em;
	font-weight: 500;
	text-align: justify;
}


.trek-block ul.grid_2-bottom li{
	padding:10px 9px 10px 7px;
	margin: 0;
}

.trek-block ul li:first-child{
	border-left:1px solid #ECECEC;
}
.trek-block .title{
    color: #205f91;

}

.highlight .f_grid1 .block{
	min-height: 480px;
}

.highlight .block-cont {
    min-height: 400px;
}

.trek-block .grid_1 {
-webkit-box-shadow: 0 8px 6px -6px #999;
	   -moz-box-shadow: 0 8px 6px -6px #999;
	        box-shadow: 0 8px 6px -6px #999;
}


/*RECENT EVENT*/
.rec-blog img{
	width: 100%;
}

.no-pad{
	padding: 0;
}

.recent-grids{
	margin: 20px 0;
	border-bottom: solid 1px #888;
}
.recent-date{
	text-align: center;
	border:solid 1px #888;
}
p.rec-mon {
    background: #ccc;
    color: #fff;
    padding: 5px 0;
    margin: 0;
   }

.footer p{
	color: #333;
}

.footer ul.list li p{
	font-size: 14px;
}

.footer h3{
	font-weight: bold;
	color:#205f91;
}

.weaccept img{
	width: 35px;
	height: 35px;
}

.footer li{
	display: inline-block;
}

ul.social li{
	padding:10px 5px;
}

.followus{
	margin-top:2em;
}

.highlight .bx-wrapper .bx-viewport, .sidebar .bx-wrapper .bx-viewport{
	box-shadow: none;
	border:none;
	background: none;
}

.content_top{
	margin-top: 1em;
}

.header_top .container{
	padding: 0px;
}

/*RELATED TRIP*/
.related-trip ul.grid_2-bottom li.grid_2-left p{
    font: 800 13px/13px 'Lato', sans-serif;
}

.related-trip .trek-block ul.grid_2-bottom li{
	padding: 10px 5px 10px 0px;
}

.related-trip .title{
	font-size: 16px;
}

.single_left ul.social li{
	float: right;
}

.price-tag{
	background: url(../images/price-tag.png)no-repeat;
	position: absolute;
	z-index: 1;
    width: 145px;
    top: -15px;
    text-align: center;
    padding:20px 10px;
    color: #fff;
    right: 10px;
}

.price-tag h5{
	margin:0;
}

.trip-cost {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

.trek-days{
	background: url(../images/trekdays.png)no-repeat;
	width: 100px;
	position: absolute;
	text-align: center;
    height: 100px;
    padding: 13px;
    bottom: 10px;
    color: #fff;
    left:6px;
}

.currency {
    padding: 0px;
    margin: 0px;
}

ul.resp-tabs-list li span{
	font-weight: bold;
}

.info-btns li{
	display: inline-block;
}

.btn-details li {
    display: inline-block;
}

/*sidebar*/
.sidebar .review p, .sidebar .block-cont, .modal-title{
	color:#333;
}

.sidebar .review{
	color: #333;
	text-align: left;
}

.sidebar{
	background:#f1f2f4;
	padding:20px 0;
}

.bd-tit{
	text-align: center;
	font-weight: bold;
	color:#333;
}


.btm-margin2{
	margin-bottom: 20px;
}

.no-pd-btm{
	padding:15px 15px 0 15px;
}
hr {
    display: block;
    margin: 1em 0;
    padding: 0;
    border: 0;
    border-top: 1px solid #ccc;
    height: 1px;
}

.gutter-lr{
	padding: 0 20px;
}


.sidebar th{
	padding:8px;
}



.single .container {
    background: #fff;
    box-shadow: 0 2px 2px 2px #ccc;
}

.single_left{
padding-top:20px;
padding-bottom:20px;
background: #fff;
}

div#horizontalTab{
	border: 1px solid #ddd;
    box-shadow: 0px 1px 3px #ccc;
}

.trip-map img{
	width: 100%;
}

.attraction li {
    list-style: disc;
    padding-left: 35px;
    list-style-position: inside;
    margin-bottom: 10px;
}

.note p{
	text-align: justify;
}

.resp-tab-content{
	padding:10px;
}

.panel-title > a{
	font-weight: bold;
}

.panel-default > .panel-heading{
	background: #fcf8e3;
}


p{
	line-height: 1.8em;
	padding:5px 0;
}

.include-exclude h3{
	padding:5px 0;

}

.include-exclude ul li{
	list-style:disc;
	list-style-position: outside;
	padding: 5px 0;
	margin: 0 20px;
}

.map{
	border: solid 1px #ccc;
    border-radius: 5px;
    box-shadow: 0px 1px 3px #ccc;
}

.top-margin1{
	margin-top: 1em;
}

.top-margin2{
	margin-top: 2em;
}


.contact-details{
	padding:10px;
	border: solid 1px #ccc;
	border-radius: 10px;
}

.contact-details i{
	margin-right: 10px;
}


/*----blog-section----*/


.blog
{
	padding:5px 0;
}

.blog-intro {
    padding: 8px 0;
}

.blog-img img {
    border-radius: 10px;
    box-shadow: 0 0 5px #ccc;
    border: 5px solid #fff;
}

.blog-img{
	position: relative;
}

.posted{
background: url("../images/ribbongreen.png") no-repeat;
height: 50px;
width: 235px;
position: absolute;
left: -12px;
top: 25px;
}

.post-title{
	text-align: center;
	color: #fff;
	font-weight: bold;
	line-height: 50px;
}

.blog p{
	text-align: justify;
}

.blog-intro span{
	color: #205f91;
	font-weight: bold;
}

.blog img{
width: 100%;
}


/*clients*/

.client-photos img {
    margin-bottom: 10px;
    padding: 3px;
    border: 1px solid #e5e6e6;
    border-radius: 5px;
    background: #ccc;
}

/*singleblog*/
.comments h4{
	font-weight: bold;
	color:#444;
}

.comments p{
	text-align: justify;
	color: #999;
}

.comments-main {
    border: 1px solid #D5D4D4;
    padding: 17px 0;
    margin: 15px 0 40px 0;
}

.cmnts-left p {
    font-size: 13px;
    color: #999;
    font-weight: 600;
}


blockquote {
    border-left: 5px solid #eee;
     font-size: 16px;
}

strong{
	margin-top: 1em;
}

.about h4{
	margin-top: 1em;
	font-weight: bold;
}


.btm-block{
	background: #fff;
	border-radius:5px;
}

.pad-cont{
		padding:1em;
}
.bg-green{
	background: #3c763d;
	color: #fff;
	font-weight: bold;
	padding: 10px;
}

.bg-pad{
	padding:15px;
}
.agreement{
	max-height:300px; 
	overflow:scroll
}
.agreement p{
	color:#333;
	text-align: justify;
}

.pro{
	padding:0px 15px 15px;
}

/*WELFARE*/

.welfare .block{
	min-height: 400px;
}

.welfare .grid_2{
	padding: 0;
}
.welfare img {
    min-height: 150px;
    margin-bottom: 1em;
    border-radius: 5px;
}

.welfare .block-cont{
	min-height: 150px;
	
}

.w-header {
    padding: 1em 0;
}

.w-header span{
	font:700 25px/25px 'Lato', sans-serif;

}

/*WELFARE BLOG*/
.welfare-blog p a{
color:#205f91;
margin-left: 10px;
font-weight: bold;
}

.welfare-blog p{
	line-height: 1.5em;
}

.welfare-blog h4{
	font-weight: bold;
}


.welfare-blog .blog{
	border-bottom: 1px solid #ccc;
	padding:1em 0;
}

.welfare-blog .blog-intro{
	padding:0;
	font-size: 13px;
}

.btm-volunteer{
	text-align: center;
	box-shadow: 0 2px 0 #6f9a37;
}

.btm-volunteer:hover{
	background: #449544;
	color: #fff;
}

.blockquote-reverse{
	border-right:5px solid #eee;
}

/*SINGLE-PAGE-ITINERARY*/

.itinerary-details{
text-align: center;
}

.it-img i{
background: #e88c1f;
border-radius: 100%;
padding: 12px 11px 10px 10px;
color: #fff;
height: 50px;
width: 50px;
font-size: 24px;
transition: all .3s ease-in-out;
}

.it-img i:hover
{
	transform: scale(1.2);
}

.itinerary-details span{
	font-size: 14px;
}

.itinerary-details p{
	font-weight: bold;
}

/*GRATIFIED FACES*/
.client-photos-inner{
	transition: all .5s ease-in-out;
}

.client-photos-inner img:hover{
transform: scale(1.3);
margin: 5px;
cursor: pointer;
z-index: 1;
position: relative;
}

.valign {
    display: table-cell;
    vertical-align: middle;
}


.service img{
	display: block;
	margin: 0 auto;
}

.services{
background: #fff;
margin: 20px 0;
padding: 15px;
}

.service {
    border-right: dashed 2px #e1e1e1;
}
.service:last-child {
border:none;
}

.services .f_grid1 h3{
	text-align: center;
}


/*--flexisel--*/
.clients{	
background:#fcfcfc;
}

.media{
margin:0 10px;
}
ul.flexiselDemo1 .item figure img{
width:100%;
}

ul.flexiselDemo1 .item li{
padding:10px;
}

#flexiselDemo1 {
display: none;
}
.nbs-flexisel-container {
position: relative;
max-width: 100%;
}
.nbs-flexisel-ul {
position: relative;
width: 9999px;
margin-bottom:50px;
padding: 0;
list-style-type: none;
text-align: center;
}
.nbs-flexisel-inner {
overflow: hidden;
margin: 50px auto;
}
.nbs-flexisel-item {
float: left;
margin: 0;
padding: 0;
cursor: pointer;
position: relative;
line-height: 0;
}
.nbs-flexisel-item > img {
cursor: pointer;
position: relative;
}
/*---- Navigation ---*/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
width:24px;
height:24px;
position: absolute;
cursor: pointer;
z-index: 100;	
margin-top: 3em;
background: url(../images/themes.png);

}

.clients .nbs-flexisel-nav-left, .associated .nbs-flexisel-nav-left, .partner .nbs-flexisel-nav-left  {
left: 47.7%;
background-position:0 -43px;
}
.clients .nbs-flexisel-nav-right, .associated .nbs-flexisel-nav-right, .partner .nbs-flexisel-nav-right {
right: 47.7%;
background-position:-22px -43px;
}
/*--//flexisel--*/
