.slider {
    position: relative;
}
.slider img {
    z-index: 0;
}
.slider h1 {
    position: absolute;
    bottom:50px;
    left:50px;
    z-index: 1000;
    background-color: #cda913;
    color:#fff;
    padding:5px 15px;
    font-size:45px;
}


.white {
    color:#fff;
}

.navbar-toggle {
    background:#0062b9;
}

table {
    border:1px solid #fff;
}
table tr {
    border-bottom:1px solid #e3e3e3;
}
table th {
    border-right:1px solid #e3e3e3;
}
table td {
    padding: 5px 10px;
}

/* BANNER BOARD STARTS*/
  #banner_board{
	 position:relative;
 }
 #banner_board #owl-demo .owl-item .item{
	  margin:0;
}
 #banner_board #owl-demo .owl-item .item figure{
	 width:100%;
	 max-height:800px;
}
#banner_board #owl-demo .grabbing {
    cursor:default;
}
 #banner_board #owl-demo .owl-buttons .owl-prev::before {
	content: "\f053";
}
 #banner_board #owl-demo .owl-buttons div {
    background-color: #00b706;
    font-size: 18px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    color: #fff;
    border-radius: 50%;

}
 #banner_board #owl-demo .owl-buttons .owl-next::before {
	content: "\f054";
}
 #banner_board .slide-caption{
	position: absolute;
	z-index: 99;
	bottom: 0%;
	left:50%;
	transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	color:#fff;
	text-align: center;
	padding:20px 50px;
    background: #eb058c4d;
}
#banner_board .slide-caption h1 {
	text-transform:uppercase;
	font-size:36px;
	font-weight:700;
	margin:0;
	color:#fff;
}

.thumbnail {
    max-height:200px;
    overflow:hidden;
    border:0;
    margin:15px;
    padding:0;
}


/*>>>>>>>>>>>>WELCOME CSS STARTS<<<<<<<<<<<<<*/

.welcome_content {
}
.welcome_content {
    width: 100%;
}
.inner_welcome_content {
    width: 100%;
}
.welcome_img {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding-right: 5%;
}
.welcone_caption {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    color: #333;
}
.welcome_title p {
    color: #333;
}
h1.welcom_title {
	color: #333;
}


.btn .btn_submit {
    background-color: #ffb607;
    margin: 10px auto 0;
    border: 1px solid transparent;
    color: #fff;
    padding: 10px 50px;
    font-weight: 600;
}
.team_holder{
    text-align: center;
    padding: 5px;
}
.team_holder img{
    width: 100%;
}
.team_holder h4{
    font-size: 20px;
    font-weight: 700;
    color: #333;
}


/*>>>>>>>>>>>>PORTFOLIO CONTENT STARTS<<<<<<<<<<<<<*/
.portfolio_content {
	background:#167919 url(images/wallpaper.jpg) no-repeat center center fixed;
}
.portfolio{
    margin:0; padding:0;
    max-height:300px;
    position:relative;
    overflow:hidden;
}

.portfolio img {
    width: 100%;
    height: auto;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
}
.portfolio:hover img {
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.port_caption {
    position: absolute;
    top:30px;
    left:30px;
}

.port_caption a {
    background-color: #167919e0;
    padding: 10px 20px;
    font-size:20px;
    font-weight:700;
    text-align: center;
    color:#fff;
}
.port_caption a:hover {
    background-color: #d4b218f0;
    color:#fff;
}

/*>>>>HOME GALLERY STARTS<<<<<*/

.home_gallery {
	background: #eee;
}

.home_gallery figure{
	width: 100%;
	overflow:hidden;
}
.home_gallery figure img {
	width: 100%;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
}
.home_gallery figure:hover img {
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.gallery-thumb {
    height:300px;
    overflow: hidden;
    margin-top:15px;
    margin-bottom:15px;
}
.gallery-thumb img {
    width:100%;
    
}

.about_caption {
    padding:2%;
}

/*<<<<<<FOOTER STARTS>>>>>>>>*/
.footer{
	background-color:#5d5d5d;
}
.footer_title{
	color:#fff;
}
.footer address{
	text-align:center;
}
.footer address i{
    color:#f70200;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
}
.footer address .details{
	margin-top:20px;
}
.footer address span,.footer address .linkto{
	color:#fff;
}
.footer address .linkto:hover{
	text-decoration:underline !important;
}
.footer .social-icons h4{
	color:#fff;
	display:inline-block;
	vertical-align: middle;
	margin: 0;
	text-transform:uppercase;
}
.footer .social-icons{
	text-align:center;
	margin-top: 40px;
	padding-top: 40px;
}
.footer .social-icons ul{
	display:inline-block;
	margin-left: 30px;
	vertical-align: middle;
}
.footer  .social-icons li {
    display: inline-block;
    margin-right: 10px;
}
.footer .social-icons i {
    background-color: #fff;
    color: #f70200;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 5px;
    line-height: 30px;
    text-align: center;
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}
.footer .social-icons i:hover{
	background-color:#f70200;
	color:#fff;
	transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}
/*ABOUT US PAGE STARTS*/
/* PRODUCT CSS STARTS*/
.product_img{
	
}
.product_caption{
	
}

.product_caption h2{
	 margin-top:0;
}
 /*Contact css starts*/
.contact_form .btn_submit {
    background-color: #ffb607;
    margin: 10px auto 0;
    border: 1px solid transparent;
    color: #fff;
    padding: 10px 50px;
    font-weight: 600;
}
.navbar-nav ul.dropdown-menu{
	
	box-shadow: 5px 5px 20px 0px #333;
    padding:0;
    border:0;
 }
.navbar-nav ul.dropdown-menu li a{
    min-width:200px;
	padding: 8px 15px;
	background-color: #777;
	color: #fff;
	text-transform: none;
	font-size: 14px;
    white-space: pre-wrap;
    border-top:1px solid #888;
}
 .navbar-nav ul.dropdown-menu li a:hover{
	 background-color: #41a542;
}
.navbar-nav ul.dropdown-menu li:last-child a{
    border-bottom:none;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
	background-color: #777;
	color:#fff;
}