

.header_top {
    position: relative;
    padding: 10px 0;
    background: #000143;
}
.header_top p, .header_top p i {
   color: #fff;
   padding: 0;
   margin: 0;
}

.header_logo {
    padding: 0px 0 0px 0;
}
.fl {
	float: left !important;
	margin-top: 8px;
}
.fr {
	float: right !important;
}
.frt {
	width: 170px;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    position: relative;
    top: 9px;
    border-color: #d43f3a;
    color: #fff !important;
    border-radius: 45px;
    padding: 10px 30px !important;
    transition: 0.5s all ease-in-out;
}
.btn-danger:hover {
    text-decoration: none;
    color: #fff !important;
    background-color: #000143 !important;
    transition: 0.5s all ease-in-out;
}
.navbar-default .navbar-nav > li > a {
    color: #000143 !important;
    font-weight: bold !important;
    padding: 10px 16px !important;
}
.navbar-brand {
    float: left;
    min-height: 8px !important;
    padding: 0px !important;
    font-size: 18px;
    line-height: 0px !important;
}
.navbar-collapse.collapse {
    margin-top: 40px !important;
}
.navbar {
    background: inherit !important;
    border-bottom: 0px !important;
    border: 0px !important;
}

.welcome {
    padding: 50px 0;
}
.head h1 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
    position: relative;
}
.head h1::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 2px;
    width: 60px;
    background: #cd0000;
}
.head p {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 30px;
}
.head a {
    font-size: 14px;
    color: #737373;
    padding: 10px 30px;
    border: 2px solid #000;
    transition: 0.5s all ease-in-out;
}
.head a:hover {
    color: #fff;
    text-decoration: none;
    background: #000;
    transition: 0.5s all ease-in-out;
}


/*-- gallery --*/
.gallery {
    padding: 50px 0;
}
.npad {
    padding: 0px !important;
    margin: 0px !important;
}
.img_box {
    position: relative;
    overflow: hidden;
}
.img_hover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    transition: 0.5s all ease-in-out;
}
.img_hover:hover {
    background: rgba(235,111,49,0.8);
    transition: 0.5s all ease-in-out;
}
.img_box:hover .img_contain h3 {
    bottom: 45%;
    color: #fff !important;
    transition: 0.5s all ease-in-out;
}
.img_contain h3 {
    position: absolute;
    font-size: 28px;
    text-align: center;
    bottom: 20px;
    color: #6d6d6d;
    transition: 0.5s all ease-in-out;
}
/*-- //gallery --*/

/* footer */
footer {
    border-top: 3px solid #c00000;
    margin-top:40px;
}
.footer-top {
	padding:40px 0;
        background: #404041;
        
}
.footer-down {
	padding:22px 0;
        background: #383838;
}
footer h3.title {
	margin-bottom:20px;
        color: #fff;
}
.white {
    color: #fff;
}
.abc p {
    width: 80%;
    color: #fff;
}
.socials {
    margin-top: 20px;
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.socials li {
    margin-top: 20px;
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.socials li a {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 30px;
}
.socials li a:hover {
    text-decoration: none;
    color: #c00000;
}
.socials li a i {
    color: #fff;
}
/*--- //footer  ----*/

/*-- other --*/
.other {
	padding: 50px 0;
}
.pd_10 {
	margin-top: 30px;
}
.pd_10 p {
	font-weight: 600;
	font-size: 18px;
	color: #000;
	text-align: center;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #cacaca !important;
}

.container {
	width: 1300px !important;
}
@media (max-width: 1300px) {
	.container {
		width: 100% !important;
	}
}
@media (max-width: 450px) {
    .npad {
        width: 100% !important;
    }
    .top30 {
        margin-top: 40px;
    }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
    .navbar-default .navbar-nav > li > a {
        color: #000143 !important;
        font-weight: bold !important;
        padding: 10px 10px !important;
    }
}