 @charset "utf-8";
/* CSS Document */
/* head_top=========== */
body {
	font-family: 'Open Sans', sans-serif;
}
.head_top {
	width: 100%;
	height: auto;
	float: left;
}
.logo_div {
	float: left;
	width: auto;
}
.head_top_btm {
	display: flex;
	background-color: #FFF;
}
/* menu=========== */


.menu {
	float: right;
	height: auto;
	width: 100%;
	padding-top: 9px;
}
.menu ul li {
	padding: 13px 1px;
}
.menu ul li a {
	font-size: 15px;
	text-transform: capitalize;
	font-family: 'Open Sans', sans-serif;
	float: left;
	padding: 13px 20px !important;
}
.menu ul li a:hover {
	color: #fff !important;
	background-color: #461f12;
}
.active_link {
	color: #fff !important;
	background-color: #461f12;
}
.nav-item_new {
	padding: 0px 5px;
}
.navbar {
	float: right;
	width: auto;
	background-color: #fff;
}
/*.nav-item_new:hover
{
border-bottom:2px solid #761e13;	
	}*/

/* banner=========== */
	
.banner {
	float: left;
	width: 100%;
	height: auto;
}
.carousel-caption_new {
	position: absolute;
	top: 17% !important;
	left: 10%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
	width: auto;
}
.carousel-caption_new h5 {
	color: #fff;
	font-size: 66px;
	font-weight: 700;
	padding: 5px 5px;
	line-height: 68px;
	text-transform: capitalize;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	text-shadow: 2px 2px 2px #000000;
}
.carousel-caption_new p {
	color: #fff;
	font-size: 16px;
	max-width: 62%;
	padding: 0px 5px;
	line-height: 30px;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
}
.bnr_btn {
	padding: 15px 30px;
	color: #fff;
	font-size: 16px;
	background-color: #461f12;
	float: left;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}
.bnr_btn:hover {
	background: #b99c0d;
}
.logo {
	float: left;
	padding: 10px 0px;
}
/* about=========== */
/* welcome=========== */
.welcome {
	float: left;
	width: 100%;
	height: auto;
}
.wlcme_cnt {
	float: left;
	width: 100%;
	height: auto;
	color: #fff;
	background-color: #461f12;
	padding: 30px 30px 50px 30px;
	margin-top: -65px;
}
.wlcme_cnt h5 {
	float: left;
	color: #fff;
	background-color: #461f12;
	font-size: 24px;
}
.wlcme_cnt p {
	float: left;
	color: #fff;
	background-color: #461f12;
	font-size: 15px;
	line-height: 29px;
}
/* welcome_btm=========== */
.welcome_btm {
	float: left;
	width: 100%;
	height: auto;
}
.wlcme_btm_cnt {
	float: left;
	width: 100%;
	height: auto;
	padding: 25px 0px 0px 0px;
}
.wel_img {
	margin-top: -84px;
}
.wlcme_btm_cnt p {
	float: left;
	color: #2a2727;
	font-size: 15px;
	line-height: 29px;
}
.gray_box {
	float: left;
	width: 100%;
	height: auto;
	background-color: #f5f1f0;
	padding: 20px 20px;
	font-size: 35px;
	color: #0d0d0c;
	text-align: center;
	line-height: 39px;
	border-bottom: 5px solid #461f12;
	margin-top: 27px;
}
.wlcme_btm_cnt_1 {
	float: left;
	width: 100%;
	height: auto;
	padding: 20px 12px;
}
.wlcme_btm_cnt_1 p {
	float: left;
	color: #2a2727;
	font-size: 15px;
	line-height: 29px;
}
.read_btn {
	padding: 15px 30px;
	color: #fff;
	font-size: 16px;
	background-color: #461f12;
	float: left;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	border: 0px;
}
/* welcome=========== */
.gallery {
	background-image: url(../img/gal_bg.jpg);
	padding: 25px 0px 100px 0px;
	float: left;
	height: auto;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	margin: 25px 0px;
}
.gallery h2 {
	color: #fff;
	font-size: 43px;
	font-weight: 600;
	padding: 5px 5px;
	line-height: 40px;
	text-transform: capitalize;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	width: 100%;
}
.gallery p {
	color: #fff;
	font-size: 16px;
	padding: 5px 120px;
	line-height: 30px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	width: 100%;
}
.img_main {
	float: left;
	width: 100%;
	height: auto;
}
/* Shine */
figure {
	width: 25%;
	height: auto;
	padding: 0;
	margin: 0;
	overflow: hidden;
	float: left;
}
.hover14 figure {
	position: relative;
	margin: 0;
}
.hover14 figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hover14 figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
 100% {
 left: 125%;
}
}
@keyframes shine {
 100% {
 left: 125%;
}
}
/* services=========== */
.services {
	float: left;
	width: 100%;
	height: auto;
}
.service_cnt {
	float: left;
	width: 100%;
	height: auto;
}
.service_cnt p {
	float: left;
	color: #2a2727;
	font-size: 15px;
	line-height: 29px;
	text-align: justify;
}
.service_cnt h2 {
	color: #461f12;
	font-size: 43px;
	font-weight: 600;
	padding: 5px 0px;
	line-height: 40px;
	text-transform: capitalize;
	font-family: 'Open Sans', sans-serif;
}
.service_box_main {
	float: left;
	width: 100%;
	height: auto;
	margin-top: -90px;
}
.service_box {
	float: left;
	width: 50%;
	height: auto;
	padding: 20px;
}
.service_box img {
	padding: 10px 0px;
}
.service_box p {
	float: left;
	font-size: 15px;
	line-height: 29px;
	
}
.service_box h5 {
	font-size: 25px;
	padding: 5px 0px;
	line-height: 40px;
	text-transform: capitalize;
}
.box_1 {
	color: #fff;
	background-color: #461f12
}
.box_2 {
	color: #461f12;
	background-color: #fff
}
.box_3 {
	color: #fff;
	background-color: #29160f
}
.box_4 {
	color: #fff;
	background-color: #280f07
}
/* testimonial=========== */

.testimonial {
	background-image: url(../img/gal_bg.jpg);
	padding: 25px 0px 30px 0px;
	float: left;
	height: auto;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	margin: 25px 0px;
}
.testimonial h2 {
	color: #fff;
	font-size: 43px;
	font-weight: 600;
	padding: 5px 5px;
	line-height: 40px;
	text-transform: capitalize;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	width: 100%;
	margin-bottom: 28px;
}
.single_testi {
	color: #fff;
	background-color: rgba(70, 31, 18, 0.21);
	width: 100%;
	float: left;
	padding: 20px 25px;
	margin-top: 10px;
}
.single_testi h4 {
	color: #fff;
	font-size: 25px;
	padding: 5px 5px;
	line-height: 40px;
	text-transform: capitalize;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 8px;
	float: left;
}
.dsgn {
	color: #fff;
	float: left;
	font-size: 15px;
	line-height: 29px;
}
.single_testi p {
	color: #fff;
	float: left;
	font-size: 15px;
	line-height: 29px;
	text-align: justify;
}
.owl-carousel.active_testimonial .owl-nav {
	position: absolute;
	top: -45px;
	width: 100%;
	right: 52px;
}
.owl-carousel.active_testimonial .owl-nav .owl-prev, .owl-carousel.active_testimonial .owl-nav .owl-next {
	width: 40px;
	height: 40px;
	text-shadow: none;
	color: #fff;
	text-align: center;
	padding: 7px 0px;
}
.owl-prev, .owl-next {
	width: 40px;
	height: 40px;
	background-color: #461f12;
	text-shadow: none;
	top: 7px;
	color: #fff;
	text-align: center;
	padding: 7px 0px;
	position: absolute;
	top: 0px;
	right: 0px;
}
.owl-next {
	right: -50px;
}
/* featured=========== */
.featured {
	float: left;
	width: 100%;
	height: auto;
	padding: 30px 0px
}
.featured h2 {
	color: #461f12;
	font-size: 43px;
	font-weight: 600;
	padding: 5px 0px;
	line-height: 40px;
	text-transform: capitalize;
	font-family: 'Open Sans', sans-serif;
}
.featured p {
	float: left;
	color: #2a2727;
	font-size: 21px;
	line-height: 29px;
	text-align: left;
	padding: 10px 0px 10px 20px;
	border-left: 3px solid #461f12;
	margin-top: 5px;
}
/* footer=========== */
.footer {
	background-image: url(../img/foot_bg.jpg);
	padding: 25px 0px 0px 0px;
	float: left;
	height: auto;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}
.footer_logo {
	margin: 52px 0px 15px 0px;
}
.footer p {
	font-size: 15px;
	color: #fff;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0.4px;
	line-height: 27px;
	margin-bottom: 10px;
	float: left;
}
.ftr_title {
	font-weight: 500;
	color: #fff;
	font-size: 28px;
	float: left;
	text-transform: capitalize;
	padding: 12px 10px 0px 0px;
	line-height: 25px;
	font-family: 'Open Sans', sans-serif;
	width: 100%;
}
.cnt_p1::before {
	content: url(../img/fax.png);
	float: left;
	padding-right: 10px;
	margin-top: 4px;
}
.cnt_p2::before {
	content: url(../img/call.png);
	float: left;
	padding-right: 10px;
	margin-top: 4px;
}
.foot_media {
	float: left;
	width: 100%;
}
.social_media2 {
	padding: 2px 0px 0px 24px;
}
.social_media2 i {
	padding: 12px 0px;
	color: #461f12;
	font-size: 27px;
}
.social_media2 i:hover {
	padding: 12px 0px;
	color: #fff;
}
.list {
	float: left;
	width: 100%;
	margin-top: 10px;
}
.ft_btm {
	float: left;
	width: 100%;
	padding: 20px 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	letter-spacing: 0.4px;
	color: #fff;
	font-size: 16px;
	text-align: center;
}
.white {
	color: #fff;
}
.brdr {
	border-top: 1px solid #3d3d3e;
	padding: 13px 0px 0px;
}
.detail_div {
	float: right;
	width: 100%;
}
.foot_media a {
	float: left;
}
.cnt_p3::before {
	content: url(../img/loc.png);
	padding-right: 10px;
	margin-top: 4px;
	float: left;
}
.link_list {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	color: #fff;
	width: 50%;
	float: left;
}
.link_list li {
	float: left;
	padding: 6px 0px;
	width: 100%;
}
.link_list li a {
	color: #fff;
}
.link_list li a:hover {
	color: #f01326;
}
.img_div:hover:after {
	opacity: .50;
	visibility: visible;
}
.img_div:after {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background: #000;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.foot_arrow {
	padding: 2px 10px 0px 0px;
}

/* responsive=========== */




@media (max-width: 1199px) and (min-width: 992px) 
{
.navbar {
	float: right;
	padding: 0px;
}
.navbar-light .navbar-nav .nav-link {
	color: #292929;
	padding: 6px 7px 0px 0px;
}
.menu ul li {
	padding: 26px 1px;
}
.menu ul li a {
	font-size: 14px;
}
.carousel-caption_new {
	position: absolute;
	top: 5px!important;
	left: 13%;
}
}

@media (max-width: 991px) and (min-width: 768px) 
{
.head_top {
	width: 100%;
	height: auto;
	position: initial;
	top: 20px;
	z-index: 99;
}
.carousel-caption_new {
	position: absolute;
	top: 15px!important;
	left: 13%;
}
.carousel-caption_new h5 {
	font-size: 35px;
	line-height: 30px;
}
.carousel-caption_new p {
	font-size: 14px;
	max-width: 70%;
}
.wel_img {
	margin-top: 0px;
}
.abt_2 {
	display: none;
}
.wlcme_cnt {
	margin-top: 22px;
}
.gallery p {
	padding: 5px 15px;
}
.gallery {
	padding: 25px 0px 20px 0px;
}
.menu {
    float: left;
    height: auto;
    width: 100%;
    padding-top: 9px;
}
.navbar {
   float: left;
    width: auto;
   
    margin-top: 16px;
    margin-left: 10px;
}
}

@media (max-width: 767px) and (min-width: 320px) {
.head_top {
	width: 100%;
	height: auto;
	position: initial;
	top: 5px;
	z-index: 99;
}
.carousel-caption_new {
	position: absolute;
	top: 5px!important;
	left: 13%;
}
.carousel-caption_new h5 {
	font-size: 30px;
	line-height: 30px;
}
.carousel-caption_new p {
	display: none;
}

.wel_img {
	margin-top: 0px;
}
.abt_2 {
	display: none;
}
.menu ul li {
	padding: 9px 0px;
}
.service_box {
	float: left;
	width: 100%;
	height: auto;
	padding: 20px;
}
.wlcme_cnt {
	margin-top: 22px;
}
.gallery p {
	padding: 5px 15px;
}
figure {
	width: 50%;
}
figure img {
	margin: 10px auto;
	display: block;
}
.hover14 figure::before {
	margin: 10px auto;
}
.gallery {
 
    padding: 25px 0px 20px 0px;
}
.menu {
    float: left;
    height: auto;
    width: 100%;
    padding-top: 9px;
}
.navbar {
   float: left;
    width: auto;
    
    margin-top: 16px;
    margin-left: 10px;
}
}

@media screen and (max-width: 600px) {
figure {
	width: 100%;
}
.bnr_btn {
    padding: 12px 18px;
    
    font-size: 12px;
    
}
.link_list {
   
    width: 100%;
    float: left;
}
}

@media (max-width: 400px) {
figure {
	width: 100%;
}
.carousel-caption {
	display: none;
}
}
