.top {
	background: #454545;
	padding: 10px 0;
}
.top_he {
	width: 50%;
	float: left;
	color: #fff;
}
.top_left {
	float: left;
}
.top_left p {
	margin: 0;
	text-transform: capitalize;
}
.top_right {
	float: right;
}
.header {
	padding: 10px 0px;
	border-bottom: 2px solid #d04200;
}
.header span, .header a{
	display: inline-block;
}

.navbar-brand img {
	width: 280px;
	margin-top: 10px;
}
.navbar-brand {
    float: left;
    height: auto !important;
    padding: 0 !important;
    font-size: 18px;
    line-height: 0 !important;
}
.navbar-default .navbar-nav > li > a {
    color: #333333 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    padding: 30px 20px !important;
	
}
.dropdown-menu > li > a {
	display: block;
    padding: 10px 20px !important;
    clear: both;
	display: block !important;
    font-weight: normal;
    line-height: 1.42857143;
    color: #fff !important;
    text-transform: uppercase !important;
    white-space: nowrap;
    border-bottom: 1px solid #d04200 !important;
}
.dropdown-menu {
	background: #f95005 !important;
	transition: 0.5s all ease-in-out !important;
	padding: 0 !important;
	border: 0px !important;
}
.dropdown-menu > li > a:hover {
    background: #d04200 !important;
}
.navbar-default .navbar-nav > li:hover .dropdown-menu {
    display: block !important;
	transition: 0.5s all ease-in-out !important;
}
.navbar-nav {
    float: right !important;
    margin: 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #f95005 !important;
    background-color: inherit !important;
}
.navbar {
	background: inherit !important;
	margin-bottom: 0 !important;
	border: 0 !important;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: inherit !important;
}
/*--- slider ----*/
.slider {
	background: #000;
}
.carousel-indicators li {
	width: 20px !important;
    height: 20px !important;
    margin: 1px !important;
    border: 2px solid #fff !important;
    border-radius: 50% !important;
}
.carousel-indicators .active {
    background-color: inherit !important;
	position: relative;
}
.carousel-indicators .active:before {
    width: 10px;
    height: 10px;
	position: absolute;
	content: "";
	display: block;
	top: 3px;
	left: 3px;
	background: #d04200;
	border-radius: 50%;
	margin: auto;
	text-align: center;
	line-height: 20px;
}
.slid_con {
	font-size: 35px;
	font-weight: bold;
}
.carousel-caption {
    padding-bottom: 20% !important;
    left: 11% !important;
    text-align: left !important;
}
.carousel-control.left {
    background-image: inherit !important;
    filter: none !important;
    background-repeat: no-repeat !important;
	    left: 0% !important;
}
.carousel-control.right {
    background-image: inherit !important;
    filter: none !important;
    background-repeat: no-repeat !important;
	right: 0% !important;
}
.glyphicon-chevron-left:before {
	content: url("../img/left.png") !important;
}
.glyphicon-chevron-right:before {
	content: url("../img/right.png") !important;
}
/*--- //slider ----*/



/*--- welcome ----*/
.welcome {
	background: #fff;
	padding: 50px 0 30px 0;
	position: relative;
}
.welcome:before {
	position: absolute;
	content: "";
	display: block;
	height: 100%;
	width: 50%;
	top: 0;
	left: 0;
	background: #f54b01;
}

.wel_01 {
	padding: 0 0 45px 50px;
}
.wel_03 {
	position: relative;
}
.wel_05 span {
	display: inline-block;
	float: left;
	margin-right: 15px;
}
.wel_05 p {
	font-size: 25px;
	color: #000;
	text-transform: capitalize;
}
.wel_08 {
	padding-left: 98px;
}
.wel_co_01 {
	position: relative;
	border: 0px solid #fff;
	margin: 100px 20px 0 0;
}
.wel_co_01_over {
	position: absolute;
	top: -120px;
}
.wel_co_01_over h3 {
	color: #fff;
	font-size: 45px;
}
.wel_co_01_over h3 span {
	color: #fff;
	font-weight: bold;
	font-size: 50px;
}

/*--- //welcome ----*/

/*--- gallery ----*/
.gallery {
	padding: 60px 0;
	background: #121213;
}
.gallery_hesls {
	margin-bottom: 30px;
}
.gallery_hesls h2 {
    color: #d2d2d2;
    font-size: 40px;
    font-weight: bold;
}
.gallery_012 {
	background: #121213;
}
.gallery_n_pad {
	padding: 0 !important;
	margin: 0 !important;
}
.gallery_left {
    padding-left: 7px;
}
.gallery_bottom {
    margin-bottom: 7px;
}

.res {
	position: relative;
	overflow: hidden;
}
.res a {
	color: #fff;
	font-weight: bold;
}

.res img {
    border: 1px solid #272727;
}

.res a:hover {
	color: #fff;
	text-decoration: none;
}
.res .ower {
	position: absolute;
	top: 600px;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgb(244, 74, 1, 0.7);
	transition: 0.5s all;
}
.res .ower h3 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.res:hover .ower {
	position: absolute;
	transition: 0.5s all;
	top: 0;
	
}

/*--- //gallery ----*/


/*-- footer --*/
.footer {
    padding: 80px 0 30px 0;
    background: #222222;
    position: relative;
	border-top: 3px solid #f54b01;
}
.f_head h3 {
    position: relative;
    display: block;
    color: #fff;
    margin-bottom: 30px;
}
.f_head h3::before {
    content: '';
    position: absolute;
    display: block;
    background: #dc214c;
    height: 1px;
    width: 30px;
    left: 0;
    bottom: -10px;
}
.f_head p {
    color: #fff;
}
.f_cont {
    color: #fff;
    padding-left: 50px;
    margin-bottom: 20px;
    border-bottom: 1px solid #333;
    padding-bottom: 15px;
}
.address, .calling, .messages {
    position: relative;
}
.address::before {
    position: absolute;
    left: 0;
    top: 0;
    content: url(../img/map.png);
    display: block;
}
.calling::before {
    position: absolute;
    left: 0;
    top: 0;
    content: url(../img/call2.png);
    display: block;
}
.messages::before {
    position: absolute;
    left: 0;
    top: 7px;
    content: url(../img/message.png);
    display: block;
}
.f_cont img {
    margin-right: 20px;
}
.f_cont2 {
    color: #fff;
    margin-bottom: 20px;
    border-bottom: 1px solid #333;
    padding-bottom: 15px;
}
.footer_list {
    list-style: none;
    display: inline-block;
    padding: 0px;
    margin: 0;
}
.footer_list li a i {
    color: #fff;
}
.footer_list li a i:hover {
    color: #fff;
    text-decoration: none;
}
.subfooter {
    padding: 20px 0;
    background: #121213;
}
.sublink span {
    color: #ccc;
}
.f_cont.messages, .f_cont2.messages2 {
    border-bottom: 0px;
}
/*--- //footer ---*/

/*------- pages---------*/
.slider {
	background: url(../img/prd_bg.png) center top;
	background-size: cover;
	min-height: 50px;
	position: relative;
}
.slider:before {
	position: absolute;
	content:"";
	display: block;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.8);
}
.slider_head {
	margin: 25px 0 0 0;
	text-align: center;
}
.slider_head h2 {
	color: #fff;
	font-weight: bold;
	font-size: 22px;
}
.breadcrumb {
    padding: 10px 0px !important;
    background-color: transparent !important;
}
.breadcrumb li a {
    color: #fff !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
}
.breadcrumb li a:hover {
    text-decoration: none !important;
    color: #fff !important;
}
.breadcrumb > .active {
    color: #fb5103 !important;
	font-size: 16px !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
}
.other {
	padding: 50px 0;
}
.other_head h2 {
    margin: 0;
    font-weight: bold;
}
.other_head_page p {
	line-height: 25px;
    font-size: 16px;
    text-align: justify;
}
.other_head h2 {
    margin: 0;
    font-weight: bold;
    color: #f54f05;
    padding: 10px 10px;
    font-size: 28px;
    background: #191916;
}
.list_i {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list_i li {
	margin-top: 2px;
	
}
.list_i li a {
	width: 100%;
	padding: 5px 15px;
	background: #ccc;
	color: #454545;
	font-size: 16px;
	font-weight: bold;
	display: block;
	transition: 0.5s all ease-in-out;
}
.list_i li a:hover {
	text-decoration: none;
	background: #191916;
	color: #f54f05;
	transition: 0.5s all ease-in-out;
	display: block;
}
.prd_head_01 {
	margin: 0 0 30px 0;
}
.prd_head_01 h2 {
	font-weight: bold;
    text-align: center;
    margin: 0 0 10px 0;
}
.prd_head_01 p {
    line-height: 25px;
    font-size: 16px;
    text-align: justify;
}
.prd_head_05 li {
	line-height: 30px;
	font-weight: bold;
}
.prd_head_0525 h4 {
	font-weight: bold;
	font-size: 16px;
}
.table_head {
	background: #f74906 !important;
    color: #fff !important;
    font-weight: bold !important;
}
.table_row {
    background: #ffe0d4 !important;
    border: 0 !important;
    outline: 0 !important;
}
.rd_img img {
    border: 1px solid #b1b1b1 !important;
    border-radius: 5px !important;
}


















@media (max-width: 768px) {
	.navbar-nav {
		float: left !important;
	}
	.welcome:before {
		width: 100%;
		height: 45%;
		background: #fb4305;
	}
}
.carousel-caption {
    height: auto !important;
    min-width: 200px !important;
    background: rgba(0,0,0,0.5) !important;
    padding: 15px !important;
	bottom: inherit !important;
	top: 35% !important;
	right: inherit !important;
}
.carousel-caption p {
    font-style: italic !important;
	text-transform: capitalize !important;
}

.full-img img {
	border: 1px solid #ccc;
	overflow: hidden;
	margin-top: 20px;
}
.full-img h4 {
	text-align: center;
	font-weight: bold;
	HEIGHT: 50PX;
}
/*---- responsive ----*/
@media (max-width: 992px) {
	.navbar-default .navbar-nav > li > a {
		font-size: 13px !important;
		font-weight: normal !important;
		text-transform: uppercase !important;
		padding: 20px 15px !important;
	}
	.navbar-brand img {
		width: 200px;
		margin-top: 10px;
	}
	.wel_01 {
		padding: 0 0 30px 15px !important;
	}
	.container {
		width: 100% !important;
	}
}


@media (max-width: 970px) {
	.slid_con {
		font-size: 20px;
	}
	.carousel-caption {
		left: 15% !important;
	}
}

@media (max-width: 768px) {
	.navbar-default .navbar-nav > li > a {
		font-weight: bold !important;
		padding: 5px 15px !important;
	}
	.navbar-default .navbar-nav > li {
		border-bottom: 1px solid #ccc !important;
		width: 100% !important;
	}
	.nav {
		width: 100% !important;
	}
	.gallery_left {
		padding-left: 0;
	}
	.gallery_bottom {
		margin-bottom: 0px;
	}
	.gallery_018 {
		margin: 30px 60px;
	}
}



@media (max-width: 650px) {
	.carousel-caption {
		left: 15% !important;
		padding-bottom: 5% !important;
		text-align: center !important;
	}
	.slid_con {
		font-size: 17px;
	}
	.sublink {
		float: left !important;
	}
}



@media (max-width: 500px) {
	.welcome:before {
		height: 40%;
	}
	.wel_co_01_over h3 {
		font-size: 30px;
	}
}


@media (max-width: 425px) {
	.welcome:before {
		height: 25%;
	}
	.wel_co_01_over h3 {
		font-size: 30px;
	}
}


@media (max-width: 768px) {
	
}


@media (max-width: 768px) {
	
}


@media (max-width: 768px) {
	
}

/*=======================
		Intro Page
=======================*/
#main-page {
	height: 100vh;
	width: 100vw;
	background: url(../img/intro-bg.jpg) left top no-repeat;
	background-size: cover;
	position: relative; 
}

.intro-contain {
	height: 280px;
	width: 380px;
	border: 0px solid #f00;
	position: absolute;
	top: 50%;
	left: 5%;
	overflow: hidden;
}

.intro-contain img {
	width: 280px;
	margin-bottom: 10px;
}

.intro-contain .line {
    height: 5px;
    width: 100%;
    background: #f84505;
    margin-bottom: 50px;
}

.intro-contain h2 {
	text-transform: capitalize;
	font-weight: bold;
	margin-bottom: 50px;
	font-size: 20px;
}

.intro-contain a {
    padding: 12px 35px;
    color: #fff;
    text-transform: capitalize;
    font-size: 18px;
    background: #f84d07;
    text-decoration: none;
    display: inline-block;
}

.intro-contain a:hover {
    background: #131313;
    text-decoration: none;
    color: #fff;
    display: inline-block;
}

/* whatsapp */

.button-inq {
	padding-right: 26px;
    margin-left: 1000px;
    margin-top: -43px;
    margin-bottom: 20px;
}
.class-inq {
	margin-left: 750px;
	z-index: ;

}