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

.header-border {
    background: #3183C3;
    padding: 14px;
}
.navbar-toggle {
    position: relative;
    float: left!important;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: black!important;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #fff;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-top: 47px !important;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px !important;
    color: #fff;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color:#000!important;
}
.active{
	background:#333;
}
@media (max-width: 768px){
.nav {
    margin: -35px 0 0 0 !important;
 }
}

.addbg{
    background: #333;
    padding: 60px 0;
}
 .content{
    color: #fff;
    font-family:Ubuntu;
   text-align: justify;
 }
 .content h2 {
    color: #fff;
    font-family: Ubuntu;
    margin-bottom: 1.1em;

}

 .content p{
    color: #fff;
    font-family:Ubuntu;
    text-align: justify;
 }
.paralax{
    padding: 30px 0;
    background-image: url('../images/bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
}
.addbg2{
    padding: 60px 0;
    background-color:#0F60A0;
}
.paralax p{
    color: #fff;
    font-family:Ubuntu;

}
.paralax h2, h3 {
    color: #fff;
    font-family:Ubuntu;


}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000!important;
    font-family:Ubuntu;
    background: rgba(245, 242, 237, 0.11) !important;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px !important;

}
.submit_button{
    border: none;
    font-family:Ubuntu;
    padding: 8px 20px;
    color: white;
    background-color: #06f;
}
.submit_button:hover {
    background-color:red;
}
.label_color{
    color: #fff;
    font-family:Ubuntu;
    font-weight: 100;
}
.spacer{
    padding: 60px 0;
}
.footer-content{
    font-family: Ubuntu;
    
}
.footer-content a{
    font-family: Ubuntu;
    color:#ccc;
    font-size: 17px;
}
.footer-content a:hover{
	text-decoration:none;
	color:#fff;
}
.footer-content h3 {
    margin-bottom: 1em;
}
.text-left ul li {
    background-color: #555;
    color: #fff;
    padding: 3px 17px;
    font-size: 30px;
}
.text-left ul li a {
    background-color: #555;
    color: #fff;
    font-size: 30px;
}

.text-left ul li:hover,.text-left ul li a:hover {
    background-color: #000;
    color: #fff;
    transform: rotate(360deg);
    -webkit-transition:0.5s all;

}
.service-content{
    color: #555;
    font-family: Ubuntu;

}
.service-content h2 {
    margin-bottom: 20px;
}
.service-content p{
    text-align: left;
    margin-bottom: 10px;
}
.addbg3{
    background:deepskyblue;
    padding: 60px 0;
}
.services-flex{
    background-color: #fff;
    color: #555;
    font-family: Ubuntu;
    border-left:1px solid #ccc;
}
.services-flex h4{
    margin-bottom: 1em;
}
.services-flex p{
    margin-top: 1em;
}
.footer-bottom{
    padding: 30px 0;
    text-align: center;
	padding-bottom:20px;
	background: linear-gradient(#333, #000);
    color: #fff;
}
.pro-box {
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.2);
    margin-bottom: 1em;
    padding: 2px 10px 4px 12px;
	height:300px;
}
.pro-box-new {
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.2);
    margin-bottom: 1em;
    padding: 2px 10px 4px 12px;
	height:300px;
	width:200px;
	
}
.pro-box h4 {
	color:#256DA5;
	font-size:15px;
}
.pro-box img{
    margin-bottom:10px;
	height: 85%;
	
}
.pro-box-new img{
    margin-bottom:10px;
	height: 85%;
	
}
.span_1{
    margin:1em 0;
}
.span_1 a {
    padding: 0.8em 1.5em;
    background: #06f;
    color: #fff;
}
.span_1 a:hover {
    color: #555;
    background-color: #ccc;
}
.bgcolord{
    background-color: #333;
    color: #fff;
}
.path{
    padding: 20px 0;
    width: 100%;
    float: left;
    margin: 0;
}
.path p{
    margin: 0;
}

.path1{
    padding: 20px 0;
    width: 100%;
    float: left;
    margin: 0;
}
.path1 p{
    margin: 0;
}
.gaper{
    margin-bottom: 3em;

}
.path1 a{
    color: #fff;

}

.path1 a:hover {
    background-color:#3183C3;
    color: #fff;
    text-decoration: none;
}
.path a {
    color: #fff;
    padding: 5px 10px;
    background: brown;
    border-radius: 10px;
    animation-name: example;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
@keyframes example {
    from {background-color: brown;}
    to {background-color: #3183C3;}
}
.path a:hover {
    background-color:#3183C3;
    color: #fff;
    text-decoration: none;
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 9px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    margin-left: 16px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}
#box{
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.2);
}
#box {
    overflow:hidden;
}


#overlay {
    background:rgba(0,0,0,.75);
    opacity:0;
    top:1px;
    left:15px;
    width: 90%;
    height: 100%;
    position: absolute;
    -webkit-transition: opacity .25s ease;
    -moz-transition: opacity .25s ease;
}

#box:hover #overlay {
               opacity:1;
}

#plus { 
    font-family:Ubuntu;
    text-align: center;
    color:#fff;
    font-size:18px;
    padding: 8px 20px;
}
#plus a {
    color: #fff;
    font-size: 30px;
    padding: 15px 115px;
}
.sidebar {
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.2);
    font-family: Ubuntu;
    padding: 8px 20px;
}
.sidebar h3 {
    margin: 0 0 15px 0;
}
.sidebar ul li {
    color: #fff;
    padding: 8px 40px;
    font-size: 15px;
    margin-bottom: 5px;
    background: #333;
}
.sidebar ul li a{
    color: #fff;
}
.sidebar ul li:hover,.sidebar ul li a:hover {
    color: #fff;
    background-color: #3183C3;
    text-decoration: none;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {

    border: none!important;
}

.navbar-toggle {
    position: absolute!important;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    top: -58px!important;
    right: 0;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    z-index: 99999;
}




/* ################################################
	GALLERY PAGE	
################################################### */
.gallery_wrap{
 width:1170px; margin:0px 0px 0px; position:center; overflow:hidden;

}

ul.gallery_box{ 
margin:0px 0px 0px 0px;}
	
ul.gallery_box li{
width:200px; height:300px; float:left;  text-align:center; cursor:pointer;display:block; padding-top:12px; margin:12px; margin-top:15px;box-shadow: 0px 3px 8px #888888}	


ul.gallery_box li img{
padding-left:12px;padding-right:12px;}


.gallery_box .loading{
	background: url(../ajax-loader.gif) no-repeat center center;
	text-align:center;
	display:block;
	/*width:220px;
	height:1250px;*/
	width:200px; height:280px;
	float:left;
}

.gallery_loader{
display:block; width:220px; height:135px;}

.gallery_box h2{ 
margin:15px 0 10px 0 ; padding:0; text-align:left;}
/* ################################################*/

	


