@import url('https://fonts.googleapis.com/css?family=Fjalla+One');
p {
	line-height: 25px;
    text-align: justify;
}
/*-- header --*/
.header {
	padding:20px 0;
}
.top_left {
	height:auto;
	width:auto;
	float:left;
}
.top_right {
	height:auto;
	width:auto;
	float:right;
}
.social_icons li a i {
	height:40px;
	width:40px;
	background:#1f2730;
	border:1px solid #1f2730;
	color:#fff;
	border-radius:50%;
	text-align:center;
	line-height:40px;
	transition:0.5s all ease-in-out;
}
.social_icons li a i:hover {
	background:#fff;
	color:#1f2730;
	border:1px solid #1f2730;
	transition:0.5s all ease-in-out;
}

/*-- menu --*/
.menu {
	background: #f22a06;
	border-bottom: 2px solid #1f2730;
}
.navbar {
	background:inherit !important;
	border:0px !important;
	margin-bottom:0px !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff !important;
    background-color: #1f2730 !important;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff !important;
	background-color: #1f2730 !important;
}
.navbar-default .navbar-nav > li > a {
	color: #fff !important;
	letter-spacing:3px !important;
    transition:0.5s all ease-in-out !important;
	font-weight: bold !important;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #fff !important;
	transition:0.5s all ease-in-out !important;
}

/*----about us----*/
.aboutp{
	font-size: 24px;
    font-family: calibri;
    margin-top: 10px;
    font-weight: 600;
}
.abouthr{
	margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 2px solid #000;
    font-weight: 600;
    width:6%;
}
.fontnb{
	font-size: 17px;
    font-family: calibri;
}
/*-- welcome --*/
.welcome {
	padding:50px 0;
}
.head {
	position:relative;
}
.head h2 {
	position:relative;
	font-weight:bold;
	color:#f00;
	font-family: 'Fjalla One', sans-serif;

}
.head h2::before {
	position:absolute;
	content:"";
	display:block;
	height:3px;
	width:70px;
	background:#1f2730;
	bottom:-5px;
}
.reads a {
	color:#fff;
	padding:10px 25px;
	transition:0.5s all ease-in-out;
	border:2px solid #1f2730;
	background:#1f2730;
	font-family: 'Fjalla One', sans-serif;
	letter-spacing:3px;
	font-size:16px;
}
.reads a:hover {
	color:#000;
	text-decoration:none;
	background:#fff;
	transition:0.5s all ease-in-out;
}

/*-------inquiry------*/

.inquiry_div { width:60%; margin: 30px auto; border:0px solid; }
.text1 { width:100%; height:35px; padding:2px 10px; font-family:calibri;  }
.text2 { width:100%; height:100px; padding:2px 10px; font-family:calibri;  }
.main-head{
    font-size: 28px;
    font-family:calibri;
    padding: 5px;
    color:black;
}
.btn-primary {
    color: #fff;
    background-color: #000000 !important;
    border-color: #000000 !important;
}
.btn-primary:hover{
	color:#418605 !important;
}
.jacktedp{
	font-size: 28px;
    font-family: calibri;
    text-align: center;
    font-weight: 600;
}
/*--------contact us--------*/
.emailcolor{
	color:black;
	font-family:calibri;
	font-size:17px;
}
.contacth1{
	color: black;
    font-size:28px;
    font-family: calibri;
}
.contacth3{
	font-size:20px;
    font-family: calibri;
}
.contactp{
	font-size: 17px;
    font-family: calibri;
	color:black;
}
.contact-image{
	width: 100%;
    margin-top: 5px;
}

/*-- gallery --*/
.gallery {
	padding:50px 0 100px 0;
}
.gallery_contain {
	border:2px solid #c3c3c3;
	margin-bottom:25px;
	position:relative;
	transition:0.5s all ease-in-out;
}
.gallery_body {
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	height:0px;
	width:100%;
	background:rgba(0, 0, 0, 0.9);
	overflow:hidden;
	transition:0.5s all ease-in-out;
}
.gallery_body span {
	transition:0.5s all ease-in-out;
	position:absolute;
	left:50%;
	top:50%;
	text-align:center;
	transform:translate(-50%, -50%);
	font-size:20px;
	color:#fff;
}
.gallery_contain:hover .gallery_body {
	height:100%;
	transition:0.5s all ease-in-out;
	cursor:pointer
	
}

/*------product------*/
.antip{
	font-size: 24px;
    font-family: calibri;
    text-align: center;
    background-color: #1f2730;
    color: white;
    padding: 5px 0px;
}
.aboutanti{
	font-size: 17px;
    font-family: calibri;
    text-align: justify;
}
.aboutantiul{
	font-size: 17px;
    font-family: calibri;
    text-align: justify;
    padding: 0px !important;
    list-style: none;
}

/*-- footer --*/
.footer {
	padding:20px 0;
	background:#1f2730;
	position:relative;
}
.footer::before {
	content: " ";
    display: block;
    width: 100%;
    height: 141px;
    background: url(../img/footer_bg.png) no-repeat 50% 50%;
    position: absolute;
    top: -90px;
    left: 0%;
}

.footer_head {
	color:#fff;
}
.footer_head h3 {
	color:#fff;
	margin-bottom:30px;
}
.footer_li {
	padding:0px;
	margin:0px;
	list-style:none;
	color:#fff;
}
.rtops {
	margin-top:10px;
}
.sicons {
	padding:0px !important;
}
.sicons2 {
	padding:10px 0 0 0 !important;
}
.sicons i {
	text-align:left;
	height:30px;
	width:30px;
	border-radius:50%;
	border:1px solid #fb2c07;
	margin:1em;
	color:#ff3209;
	text-align:center;
	line-height:30px;
	position:relative;
	top:-10px;
}
.top10 {
	color:#fff;
	padding-left:30px;
}
.footerlis {
	list-style:none;
	padding:0px;
}
.footerlis li {
	margin-top:15px;
}
.footerlis li a {
	color:#fff;
}
.lines1 {
	color:#fff;
	line-height:25px;
}

.subfooter {
	background:#141c25;
	border-top:2px solid #1f3145;
	padding:15px 0;
}
.iconsid {
	color:#ff3209;
	margin-right:10px;
}
.white {
	color:#fff;
}
.glyphicon-chevron-left:before {
    content: url(../img/left.png) !important;
    transition: .5s all ease-in-out !important;
}
.glyphicon-chevron-left:hover:before {
    content: url(../img/left_hover.png) !important;
    transition: .5s all ease-in-out !important;
}
.glyphicon-chevron-right:before {
    content: url(../img/right.png) !important;
    transition: 1s all ease-in-out !important;
}
.glyphicon-chevron-right:hover:before {
    content: url(../img/right_hover.png) !important;
    transition: 1s all ease-in-out !important;
}
.carousel-control.left {
    background-image: none !important;
    background-image:  none !important;
    background-image:  none !important;
    background-image:  none !important;
    filter: inherit !important;
    background-repeat: no-repeat !important;
}
.carousel-control.right {
    background-image: none !important;
    background-image:  none !important;
    background-image:  none !important;
    background-image:  none !important;
    filter: inherit !important;
    background-repeat: no-repeat !important;
}