@import url(https://fonts.googleapis.com/css?family=Roboto);

@import url(https://fonts.googleapis.com/css?family=Open+Sans);

@import url(https://fonts.googleapis.com/css?family=Oswald);

@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.6.2/css/font-awesome.min.css);

body{
	        font-size: 13px;
    line-height: 22px;
    color: #888686;
    font-family: 'Open Sans', sans-serif;}
	
header a{
	   
    color: #FFF;}	
	

.navbar-toggle {
     position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    /* background-color: #ddd; */
    background-image: none;
    border: 1px solid #F06D26;
    border-radius: 0px;
}


#navbar{
}
	
	
	.navbar-nav > li > a {
       padding-top: 15px;
    padding-bottom: 15px;
    color: #000;
    text-transform: uppercase;
}
.navbar-brand {
   
    padding: 0;
   
}

.top-header {
         height: 65px;
    background: #143886;
}

.shadow{
     position: absolute;
    width: 100%;
    height: 30px;
    bottom: -30px;
    z-index: 100;
    margin-left: 30px;
    background: url("images/shadow-menu-bottom.png") 100% 0px / 100% 100% no-repeat; ;
   
	   
	
}

.add-box{
	position:absolute;}


.navbar {

   margin-bottom:0;
 
}

.navbar-nav > li {
    float: left;
    border-right: solid 1px rgba(53, 122, 154, 0.33);
}

h3{
	font-family: 'Oswald', sans-serif;}
	
	h4{
	font-family: 'Oswald', sans-serif;}
	
	

.navbar-brand{
	}
	
	
	.add-box{
       position: absolute;
    left: 8%;
    z-index: 9;
    width: 21%;
    TOP: 5%;
    PADDING: 20PX;
    background: rgba(255, 255, 255, 0.68);
    border-bottom: 1px solid #ddd;
    border-top: 5px solid #F06D26;
    box-shadow: rgba(0, 0, 0, 0.83) 0px 1px 10px;
		
		}
		
		.btn-warning{
			    background: #F06D26;
    border: none;}
			
			.bottom-header{
				 border-bottom: solid 3px rgba(221, 221, 221, 0.74);
    box-shadow: rgba(0, 0, 0, 0.83) 0px 1px 10px;
    border-top: solid 4px rgb(240, 109, 38);
    /* border-bottom: solid 4px #F06D26; */
				}
				
				
				.qoute{
				  font-weight: bold;
    /* font-size: 15px; */
    background: #f06d26;
    color: #fff !important;}
	
		.qoute i{    margin-right: 10px;}
		
		.icon-box-left{
			    padding: 14px 15px; 
    margin: 10px;
    float: left;
    border: solid 2px #ddd;
    border-radius: 50%;
    background: #F06D26;
    color: #fff;
	    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
	}
	
	.icon-box-left i{
	font-size:14px;
	}
	
	
	section{
		padding:25px 0}
			
			.icon-box-right{
			width:80%;
			float:left;}
			
			.icon-box-left{
				font-size:18px;}
				
				
				.box{
					margin-bottom:20px;}
					
					.box h4{
					font-size: 21px;
    font-weight: normal;
    margin-top: 20px;}
					
					
					@media screen and (max-width:480px){
						
						.navbar-nav > li {
    text-align: center;
    float: none;
    border-right:none;
}
						.add-box{
							    width: 100%;
    position: static;}
	
	.box-content {
    
    margin-bottom: 50px;
}

.box-detail {   
 
    top: 144px !important;
}
	
	
		.box-content:hover .box-detail {
    padding-top: 5px !important ;
    top: 0 !important;
}

.icon-box-right {
    width: 100%;
    float: none;
}
						}
					
					footer{
						    border-top: solid 5px #DE5B13;
						    background: url(../images/footertexture.gif);
    padding: 36px 0;}
						
						footer i{
						    margin-right: 9px;}
							
							footer h3 {
								 width: 80%;
    font-size: 19px;
    padding-bottom: 20px;
    border-bottom: solid 1px rgba(102, 89, 85, 0.39);	}
									
									footer ul  {
									margin:0;
									padding:0;
									list-style:none;
										}
									
									footer li a {
    color: #666;
    padding: 16px 0;
}

footer li{
	    padding: 6px 5px;}
		
		
	

#flexiselDemo1, #flexiselDemo2, #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;
    float:left;
    width:100%;

}

.nbs-flexisel-item {
    float:left;
    margin:5px;
    padding:5px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    width: 100%;
	height: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width:250px;
    max-height:auto;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 43px;
    height: 58px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;

}

.nbs-flexisel-nav-left {
    left: 0px;
    background: url(../img/pre-btn.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right:0px;
    background: url(../img/next-btn.png) no-repeat;
}	







.grey{
	    background: #EDEBEB;
    border-top: solid 1px rgba(201, 200, 206, 0.51);;}	
	
footer .form-control{
	     background: #3C3838;
    border: none;
    color: #807070;
    border-radius: 0;}	
	
.socil i{
	    padding: 8px 11px;
    /* background: #ddd; */
    border-radius: 50%;
    border: solid 2px #746D6D;
    color: #746D6D;
    font-size: 14px;
	    transition: all 0.3s ease;
	}
	
	.socil i:hover{
		
	    padding: 8px 11px;
    /* background: #ddd; */
    border-radius: 50%;
    border: solid 2px #F06D26;
    color: #F06D26;
    font-size: 14px;
	}	
	
.box-content{
	color:#fff;
	overflow:hidden;
	position:relative;}	
	
.box-content img{
	width:100%;}		
	
.box-detail{
	 position: absolute;
    left: 0;
    top: 166px;
    right: 0;
    bottom: 0;
    background: rgba(20, 36, 64, 0.9);
    padding: 7px 30px 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	}		
	
	.box-content:hover .box-detail {
    padding-top: 41px;
    top: 0;
}

.heading{
	    padding: 28px 0;
    margin-bottom: 20px;}
	
.heading h3{
	color:#000;
    border-bottom: solid 2px #F06D26;
    display: inline;
    margin: 0;
    padding-bottom: 10px;
    text-transform: uppercase;}	
	
	.heading h3 span{
  color: #F06D26;}	
  
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    border: #F06D26 1px solid;
}

.page-title {
		background:#f5f5f5;
    position: relative;
    display: block;
    padding: 35px 0;
    border-top: 1px solid #dedde1;
    border-bottom: 1px solid #dedde1;
}

.page-title h1 {
    font-size: 18px;
    font-weight: 500;
    padding: 0;
    margin: 0;
}

.breadcrumb {
   padding:0;
    margin-bottom: 0px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}


/*  bhoechie tab */
div.bhoechie-tab-container{
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border:1px solid #ddd;
  margin-top: 20px;
 
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
}
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
  color: #1B3E89;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
  background-color: #143886;
  background-image: #5A55A3;
  color: #ffffff;
}

div.bhoechie-tab-menu div.list-group>a.active{
    border-bottom: solid 5px rgb(239, 99, 24);
}
div.bhoechie-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #1B3E89;
}

div.bhoechie-tab-content{
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
  padding-left: 20px;
  padding-top: 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}


	/* ======= Contact-other section ======= */
.contact-other-section .title {
  font-size: 36px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 30px;
}
.contact-other-section .other-info li {
  margin-bottom: 15px;
  padding: 13px;
  position: relative;
  color: #666666;
  text-align: left;
  padding-left: 90px;
  -webkit-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
  border: 1px solid #eeeeee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.contact-other-section .other-info li a {
  color: #666666;
}
.contact-other-section .other-info li a:hover {
  color: #ec6952;
}
.contact-other-section .other-info li .fa {
      position: absolute;
    left: 0;
    top: 0;
    background: #F5F5F5;
    color: #F06D26;
    width: 60px;
    height: 100%;
    font-size: 20px;
    padding-top: 15px;
    text-align: center;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.contact-other-section .other-info li .fa.fa-twitter {
  font-size: 22px;
}
.contact-other-section .other-info li .fa.fa-phone {
  font-size: 22px;
}
.contact-other-section .other-info li .fa.fa-map-marker {
  font-size: 22px;
  padding-top: 45px;
}

.form-control {
       display: block;
    width: 100%;
    height: 37px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    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;
}

.dropdown-menu > li > a {
    display: block;
    padding: 8px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    border-bottom: solid 1px #ddd;
}




.nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
   color: #333;
    border-right: solid 5px #527BD6;
    background: none;
}

.margintop20 {
    margin-top:20px;
}

.nav-pills>li>a {
border-radius: 0px;
    color: #333;
}

.nav-pills>li.active>a{
    color: #333;
    border-right: solid 5px #527BD6;
    background: none;
}

.helo{
	    border-bottom: solid 3px rgb(210, 204, 204);
    padding: 10px 15px;
    background: #F06D26;
    color: #fff;}


.nav-stacked>li+li {
    margin-top: 0px;
    margin-left: 0;
    border-bottom: 1px solid #dadada;
    border-right: 1px solid #dadada;
    border-left: solid 3px rgba(240, 109, 38, 0.69);}

.nav-pills li i{
	padding-right:10px;}

.active2 {
    border-right:4px solid #428bca;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #F06D26;
    color: #fff;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #F06D26;
    border-color: #337ab7;
}

.dropdown-menu{
	
	}


	
	.modal-content {
     border: 10px solid rgba(255, 255, 255, 0.05);
    /* overflow: hidden; */
    /* border-radius: 0; */
    /* top: 50%; */
    /* -webkit-transform: translateY(-50%); */
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    /* transform: translateY(-50%); */
}

.number-div ul{
	list-style:none;
	}
	
.number-div ul li{
	    color: #fff;
    float: left;
    list-style: none;
    padding: 10px 13px;
	}	
	
.number-div ul li i{
	padding-right:8px;
	}		
	
	
	
	
	


.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;

}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

.funkyradio{
	overflow:hidden;}
.funkyradio label {
    /*min-width: 400px;*/
    width: 100%;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    font-weight: normal;
}
.funkyradio input[type="radio"]:empty, .funkyradio input[type="checkbox"]:empty {
    display: none;
}
.funkyradio input[type="radio"]:empty ~ label, .funkyradio input[type="checkbox"]:empty ~ label {
    position: relative;
    line-height: 2.5em;
    text-indent: 3.25em;  
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.funkyradio input[type="radio"]:empty ~ label:before, .funkyradio input[type="checkbox"]:empty ~ label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content:'';
    width: 2.5em;
    background: #D1D3D4;
    border-radius: 3px 0 0 3px;
}
.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before, .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
    content:'\2714';
    text-indent: .9em;
    color: #C2C2C2;
}
.funkyradio input[type="radio"]:hover:not(:checked) ~ label, .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
    color: #888;
}
.funkyradio input[type="radio"]:checked ~ label:before, .funkyradio input[type="checkbox"]:checked ~ label:before {
    content:'\2714';
    text-indent: .9em;
    color: #333;
    background-color: #ccc;
}
.funkyradio input[type="radio"]:checked ~ label, .funkyradio input[type="checkbox"]:checked ~ label {
    color: #777;
}
.funkyradio input[type="radio"]:focus ~ label:before, .funkyradio input[type="checkbox"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}
.funkyradio-default input[type="radio"]:checked ~ label:before, .funkyradio-default input[type="checkbox"]:checked ~ label:before {
    color: #333;
    background-color: #ccc;
}
.funkyradio-primary input[type="radio"]:checked ~ label:before, .funkyradio-primary input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #337ab7;
}
.funkyradio-success input[type="radio"]:checked ~ label:before, .funkyradio-success input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5cb85c;
}
.funkyradio-danger input[type="radio"]:checked ~ label:before, .funkyradio-danger input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #d9534f;
}
.funkyradio-warning input[type="radio"]:checked ~ label:before, .funkyradio-warning input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #f0ad4e;
}
.funkyradio-info input[type="radio"]:checked ~ label:before, .funkyradio-info input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5bc0de;
}

@media screen and (min-width:759){
.dropdown:hover .dropdown-menu{
	display:block}}
	
.box p{
	margin-bottom:0;}	
	
	.box a {
    color: #F06D26;
    text-decoration: none;
	font-size:14px
}