
@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');/*font-family: 'Poppins', sans-serif;*/

/* Reset
---------------------------------*/
ul {
    list-style: none;
}

.figure {
    margin: 0px;
}

img {
    max-width: 100%;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.clearfix:before,
.clearfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
}

p,a,button,span,label{
	font-size:18px;
	font-family: 'Poppins', sans-serif;
	color: #333333;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
}
ul li{
	font-family: 'Poppins', sans-serif;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Poppins', sans-serif;
}

/******Radio Button*****/
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #e9d590;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/******Radio Button*****/

/* Styles
---------------------------------*/
html{
	scroll-behavior:smooth;
}
body {
    background: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #888888;
    margin: 0;
	padding:0;
}
.owl-dots .owl-dot:focus {
  outline: none;
}
input:focus{
	outline: none;
}
button:focus{
	outline: none;
}
/********/
.pwd{
	position: relative;
	width: 200px;
}
.pwd input{
	width: 100%;
	padding: 5px 5px;
}
.pwd .icn-bx{
	position: absolute;
	top: 5px;
	right: 0px;
}
.pwd .icn-bx #pwd-hd{
	display: none;
}
#error-alert{
	color: red;
	font-size: 18px;
	font-weight: 500;
}
/********/
/**********HEADER START**********/

#header_wrapper{
	//margin:0;
} 

.navbar{
	background: #fff;
	position: fixed;
	top: 0;
	width: 100%;
	transition:0.2s;
	-webkit-transition:0.2s;
	padding:0;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.31);
	z-index: 2;
	border-bottom: 5px solid #d67c2a;
}
.navbar-brand {
    position: relative;
    height: 110px;
    width: 450px;
    transition: all 0.2s ease-in-out;
    padding: 0px;
}
.navbar-brand img {
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    left: 0px;
    background: none;
    transition: all 0.2s ease-in-out;
}
.navbar-nav .active{
	color: #b5651d;
}
.nav-item{
	padding:0px 15px;
}
.nav-item:last-child{
	padding-right: 0px;
}
.nav-link{
	font-size:17px;
	padding: 10px 0px;
	color: #333;
	font-family: 'Poppins', sans-serif;
	text-transform: capitalize;
	text-align:center;
	font-weight: 400;
}
.nav-link:hover{
	color: #b5651d;
}
.navbtn {
	border:none;
	background:#00cdff;
	color:#fff;
	padding:8px 8px;
	text-transform:uppercase;
	margin:2px 0px 0px 0px;
	border-radius:3px;
	cursor:pointer;
	float:right;
	transition: all .2s;
}
/****/
.navbar.scroll .navbar-brand {
    height: 65px;
    width: 290px;
    transition: all 0.2s ease-in-out;
}
/**********HEADER END**********/

#banner {
    padding: 0px 0px 0px 0px;
    margin: 90px 0px 0px 0px;
}
.carousel-inner .carousel-item img{
	animation: zoomimg 20s;
	-webkit-animation: zoomimg 20s;
}
/*@keyframes zoomimg{
	from{
		transform: scale(1,1);
	}
	to{
		transform: scale(1.5, 1.5);
	}
}*/
.carousel-control-prev-icon,.carousel-control-next-icon{
    height: 40px;
    width: 40px;
    background: #6a440945;
    border-radius: 50%;
    text-align: center;
    line-height: 39px;
}

.carousel-control-prev-icon .fa-arrow-left,.carousel-control-next-icon .fa-arrow-right{
	color: #ffffff;
}
.banner-slogan {
    position: absolute;
    top: 40%;
    left: 0px;
    right: 0px;
    width: 50%;
    margin: 0px auto 0px;
    background: rgba(0,0,0,0.30);
    padding: 30px 20px;
    text-align: center;
    border-radius: 20px;
    backdrop-filter: saturate(150%) blur(10px);
}
.banner-slogan h3 {
    color: #fff;
    font-size: 26px;
    line-height: 40px;
    margin: 0px;
}
.banner-slogan h3 span {
    color: #ff9b40;
    font-size: 35px;
    line-height: 40px;
    margin: 0px;
}
/**********HOME ABOUT START**********/

#hm-about {
    padding: 50px 0px 20px 0px;
    //background: linear-gradient(45deg, #6d3d11, #d67c2a);
    //background: linear-gradient(45deg, #bd6e26, #f3a864);
    //background: #f1f1f3;
    background: #fff;
}
#hm-about .abt-one{
	height: 100%;
	padding: 0px 50px;
}
#hm-about .abt-one .section-title {
    font-size: 50px;
    font-weight: 500;
    text-transform: capitalize;
    color: #6d3d11;
    padding: 10px 0px 10px 0px;
}
#hm-about .abt-one .section-title span{
    font-size: 30px;
    font-weight: 600;
    color: #6d3d11;
}
#hm-about .abt-one p {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    font-weight: 400;
}
#hm-about .abt-two{
	//padding: 10px;
    text-align: center;
}
#hm-about .abt-two img {
    margin-top: 115px;
    width: 100%;
    box-shadow: 0px 10px 10px rgb(0 0 0 / 20%);
    border-radius: 10px;
}
/**********HOME ABOUT END**********/

/**********HOME RESEARCH END**********/
.research {
    background: #f5f5f5;
    padding: 90px 0px 50px 0px;
}
.research-bx1 img {
    width: 100%;
    box-shadow: 0px 10px 10px rgb(0 0 0 / 20%);
    border-radius: 10px;
}
.research-bx2 h4 {
    font-size: 35px;
    color: #6d3d11;
    padding-bottom: 10px;
}
.research-bx2 p{
    margin-bottom: 10px;
}
.research-bx2 h5 {
    color: #222;
    font-size: 17px;
    font-weight: 600;
    padding-top: 10px;
}
.research-bx2 ul li {
    font-size: 16px;
    color: #222;
    margin: 2px 20px 10px 0px;
}
.research-bx2 h3 {
    font-size: 21px;
    font-weight: 600;
    color: #6d3d11;
    padding-bottom: 10px;
    letter-spacing: 1px;
}
/**********HOME RESEARCH END**********/

/**HOME PRODUCT START**/
.brder {
    width: 260px;
    margin: 10px auto 20px;
    text-align: center;
    position: relative;
}
.brder:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0px;
    height: 1px;
    width: 100%;
    background: #6d3d11;
}
.brder img {
    width: 40px;
    background: #fff;
    position: relative;
    z-index: 1;
}
/****/
#hm-product{
	padding: 60px 0px 80px 0px;
	background: #fff;
}
#hm-product .section-title {
    font-size: 50px;
    font-weight: 500;
    text-transform: capitalize;
    color: #6d3d11;
    text-align: center;
    padding: 0px;
}
#hm-product p {
    font-size: 18px;
    font-weight: 400;
    color: #333;
    text-align: center;
    padding: 10px 0px 5px 0px;
    margin: 0px;
}
.hm-product-bx1 {
	position: relative;
	margin: -60px 0px 0px 0px;
}
.hm-product-bx1 img{
	border-radius: 10px;
	width: 100%;
	position: relative;
	box-shadow: 0px 10px 10px rgba(0,0,0,0.10);
}
.hm-product-bx1:before {
    content: '';
    position: absolute;
    width: 80%;
    top: -10px;
    left: -10px;
    bottom: -10px;
    border-radius: 10px;
    border: 4px solid #d67c2a;
}
.hm-product-bx1.right-img:before{
	content: '';
    position: absolute;
    width: 80%;
    top: -10px;
    right: -10px;
    left: auto;
    bottom: -10px;
    border-radius: 10px;
    border: 4px solid #d67c2a;
}
.hm-product-bx2 {
    padding: 70px 20px 0px 20px;
}
.hm-product-bx2 h4 {
    font-size: 30px;
    font-weight: 400;
    color: #333;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
}
/**HOME PRODUCT END**/

/**HOME AWARD END**/
.award {
   padding: 50px 0px 70px 0px;
   //background: linear-gradient(45deg, #6d3d11, #d67c2a);
   background-image: url(../images/award-bg.jpg);
}
.award .section-title {
    font-size: 50px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    text-align: center;
    padding: 40px 0px 5px 0px;
}
.award .brder:before {
    background: #fff;
}
/*****/
#carousel-custom-dots{
	display: flex;
	justify-content: space-between;
}
#carousel-custom-dots .owl-dot{
	width: 32%;
    background: #fff;
    padding: 30px 15px;
    text-align: center;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    box-shadow: 0px 10px 10px rgba(0,0,0,0.10);
}
#carousel-custom-dots .owl-dot h5{
	padding: 15px 0px 0px 0px;
}
#carousel-custom-dots .owl-dot.active h5{
	color: #d67c2a;
}
.owl-two .owl-box{
	position: relative;
	padding-top: 75px;
}
.owl-two .owl-box img {
    position: absolute;
    top: 25px;
    left: 50%;
    opacity: 0.5;
    width: 90px!important;
}
.owl-two .owl-box h5 {
    color: #fff;
    font-size: 30px;
    padding: 0px 0px 10px 0px;
}
.owl-two .owl-box p {
    font-size: 17px;
    font-weight: 300;
    color: rgb(255 255 255 / 0.9);
    text-align: left;
}
/**HOME AWARD END**/

/**HOME COUNTER END**/
.count {
    background-image: url(../images/counter-bg.jpg);
    padding: 80px 0px 80px 0px;
    background-size: cover;
    background-repeat: no-repeat;
}
.count .count-bx{
    text-align: center;
    padding: 30px 0px 35px 0px;
    border-radius: 20px;
    width: 100%;
    margin: 0px auto 0px;
}
.count .count-bx span{
	color: #fff;
	font-size: 60px;
	font-weight: 400;
}
.count .count-bx h6 {
    color: #e88831;
    font-size: 18px;
    font-weight: 400;
    padding: 15px 0px 0px 0px;
}
/**HOME COUNTER END**/

/**HOME GALLERY START**/
#hm-gallery{
	padding: 40px 0px 40px 0px;
	background: #fff;
}
#hm-gallery .section-title {
    font-size: 50px;
    font-weight: 500;
    text-transform: capitalize;
    color: #6d3d11;
    text-align: center;
    padding: 10px 0px 5px 0px;
}
#lightgallery li {
    padding: 5px 3px 1px 3px;
    position: relative;
    //overflow: hidden;
}
#lightgallery li img{
	box-shadow: 1px 1px 8px rgba(0,0,0,0.10);
	transition: all 0.2s ease-in-out;
	border-radius: 10px;
}
.hm-glry-inr {
    position: absolute;
    top: 5px;
    right: 3px;
    bottom: 1px;
    left: 3px;
    text-align: center;
    background: rgba(0,0,0,0.50);
    padding: 25% 10px 10px 10px;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}
.hm-glry-inr span{
	font-size: 60px;
	color: #fff;
	display: block;
	text-transform: uppercase;
	transform: translateY(-100px);
	transition: all 0.2s ease-in-out;
}
#lightgallery li:hover .hm-glry-inr{
	opacity: 1;
	visibility: visible;
	transition: all 0.2s ease-in-out;
}
#lightgallery li:hover .hm-glry-inr span{
	transform: translateY(0px);
	transition: all 0.2s ease-in-out;
}
/**HOME GALLERY ENDT**/

/***TESTIMONIAL START******/
.hm-testimonial{
	background: linear-gradient(45deg, #bd6e26, #f3a864);
	padding: 70px 0px;
}
.hm-testimonial-bx{
	width: 100%;
	text-align: center;
	padding: 0px 50px 0px 50px;
	border-radius: 10px;
}
.hm-testimonial-bx .section-title {
    font-size: 45px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    text-align: center;
    padding: 10px 0px 10px 0px;
}
.hm-testimonial-bx .brder:before {
    background: #fff;
}
.owl-one .owl-box{
	position: relative;
	padding: 50px 0px 0px 0px;
}
.owl-one .fa-quote-left{
	position: absolute;
	top: 0px;
	left: 100px;
	font-size: 55px;
	color: rgba(0, 0, 0, 0.1);
}
.owl-one p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.9;
    color: #fff;
}
.owl-one h6{
	font-size: 20px;
	font-weight: 600;
	color: #6d3d11;
	padding: 10px 0px 0px 0px;
}
.owl-one .owl-box span{
	font-size: 15px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.5);
    display: block;
    letter-spacing: 1px;
    padding: 0px 0px 20px 0px;
    text-transform: capitalize;
}
.owl-one .owl-nav{
	display: flex;
	justify-content: space-between;
}
.owl-one .owl-nav button{
    height: 40px;
    width: 40px;
    border-radius: 50%!important;
    border: 1px solid #6d3d11!important;
    color: #6d3d11!important;
}
.owl-one .owl-nav button:hover{
	background: #6d3d11!important;
	color: #fff!important;
}
/***TESTIMONIAL END******/

/***ENQUIRE START******/
#message{
    font-size: 18px;
    padding: 13px;
    width: 60%;
    margin: 10px auto 30px;
    display: none;
}
#enquire{
	padding: 40px 0px 50px 0px;
    background: #f5f5f5;
}
#enquire .section-title {
    font-size: 50px;
    font-weight: 500;
    text-transform: capitalize;
    color: #6d3d11;
    text-align: center;
    padding: 10px 0px 0px 0px;
}
#enquire p {
    font-size: 17px;
    font-weight: 500;
    color: #333;
    text-align: center;
    padding: 10px 0px 30px 0px;
    margin: 0px;
}
.enquire-box .enqr-bx-inr{
	padding: 10px 10px;
}
.enquire-box .enqr-bx-inr input{
	display: inline-block;
	width: auto;
}
.enquire-box span{
	font-size: 17px;
	font-weight: 500;
	color: #333;
	display: inline-block;
	padding: 10px 0px 15px 0px;
}
.enquire-box input{
	display: block;
	width: 100%;
	padding: 13px;
	margin: 0px 0px 15px 0px;
	font-size: 15px;
	border-radius: 10px;
	outline: none;
	border: 1px solid rgba(0,0,0,0.20);
}
.enquire-box textarea{
	display: block;
	width: 100%;
	height: 165px;
	padding: 13px;
	margin: 0px 0px 15px 0px;
	font-size: 17px;
	border-radius: 10px;
	outline: none;
	border: 1px solid rgba(0,0,0,0.20);
}
.enquire-box input:focus, .enquire-box select:focus{
	border: 1px solid #4d8cbe;
}
.enquire-box button {
    margin-top: 30px;
    padding: 15px 50px;
    border: none;
    background: #d67c2a;
    transition: all 0.2s ease-in-out;
    border-radius: 10px;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    cursor: pointer;
}
.enquire-box button:hover{
	background: #6d3d11;
	transition: all 0.2s ease-in-out;
}
/***ENQUIRE END******/

/**********ACTION START*******/
#action{
	//background: linear-gradient(45deg,#ff3c3d,#b71b1b);
	//background: #08090b;
	background-image: url(../images/action_bg.jpg);
	padding: 60px 0px 60px 0px;
}
.action-bx{
	text-align: center;
}
.action-bx h5{
    font-size: 21px;
    font-weight: 600;
    color: #e9d590;
    padding: 20px 0px 10px 0px;
}
.action-bx p{
	font-size: 18px;
	font-weight: 400;
	color: #ffffff9c;
}
/**********ACTION END********/

/**********MAP START**********/
.map {
    width: 100%;
    height: 500px;
    justify-content: space-around;
    margin: 0px 0px 30px 0px;
}
.map .map-bx {
    width: 48%;
    height: 100%;
    border-top: 5px solid #d67c2a;
    border-bottom: 8px solid #fff;
    padding: 10px;
    background: #fff;
    overflow: hidden;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.10);
}
.map .map-bx h3 {
    font-size: 30px;
    font-weight: 500;
    color: #222;
    padding: 0px 10px 10px 10px;
    margin: 0px;
}
.map .map-bx iframe {
    width: 100%;
    height: 91%;
}
/**********MAP END**********/

/**********FOOTER START**********/
#upper-footer {
    padding: 50px 0 50px 0;
    background: #333;
}
#upper-footer h4{
	padding:20px 0px;
	color: #fff;
}
.ftr-abt img {
    padding: 5px 0px 5px 0px;
}
.ftr-abt p {
    color: rgba(255, 255, 255, 0.7);
    padding: 20px 0px 0px 0px;
    font-size: 14px;
}
/***quick link****/
.list-links .fa-angle-right{
	color: #d67c2a;	
}
.list-links a:first-child{
	padding: 0px 5px 10px 5px;
}
.list-links a {
    display: block;
    float: left;
    width: 100%;
    line-height: 20px;
    padding: 5px 5px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    text-align: left;
    font-weight: 400;
    transition: all 0.5s;
    text-decoration: none;
}
.list-links a:hover {
	color: #d67c2a;
	transition: all 0.5s;
}
/***address****/
.address1{
	//margin-left: -40px;
}
.address{
	//margin-left:-40px;
}
.address p{
	font-size: 15px;
	color: rgba(255, 255, 255, 0.7);
	letter-spacing: 1px;
	margin: 0px 0px 11px 0px;
}
.address a{
	font-size:15px;
	color: rgba(255, 255, 255, 0.7);
	display: block;
	padding: 0px 0px 10px 0px;
	letter-spacing: 1px;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
.address a:hover{
	color: #d67c2a;
	transition: all 0.3s ease-in-out;
}
.address .fa-map-marker-alt{
	color: #d67c2a;
}
.address .fa-envelope,
.address .fa-mobile-alt,
.address .fa-phone,
.address .fa-whatsapp{
	margin-right: 17px;
	color: #d67c2a;
	//font-size: 20px;
}
/***followus****/
.followus{
	padding-left: 0px;
	//margin-left: -53px;
}
.followus a{
	color: #d67c2a;
}
.socialicons .fa-facebook-f,
.socialicons .fa-google-plus,
.socialicons .fa-twitter,
.socialicons .fa-youtube{
	background: #fff;
	border: 1px solid #fff;
}
.socialicons .fa-facebook-f:hover,
.socialicons .fa-google-plus:hover,
.socialicons .fa-twitter:hover,
.socialicons .fa-youtube:hover{
	background: #d67c2a;
	color: #fff;
	border: 2px solid #d67c2a;
}

.socialicons .fa-facebook-f{
	padding:10px;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	margin: 0px 5px;
	transition: all 0.5s;
}
.socialicons .fa-google-plus{
	padding:10px;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	margin: 0px 5px;
	transition: all 0.5s;
}
.socialicons .fa-twitter{
	padding:10px;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	margin: 0px 5px;
	transition: all 0.5s;
}
.socialicons .fa-youtube{
	padding:10px;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	margin: 0px 5px;
	transition: all 0.5s;
}
.contact-us-fts .fa-envelope,.contact-us-fts .fa-mobile-alt{
	color: #ffdd5b;
	font-size: 20px;
	text-align: center;
	margin: 0 auto;
	margin-right: 5px;

}
.contact-us-fts h4{
	font-size: 22px;
}
.contact-us-fts{

}
.contact-us-fts a{
	font-size: 17px;
    color: #bcbdbd;
    letter-spacing: 2px;
}
.contact-us-fts p{
	font-size: 17px;
    color: #bcbdbd;
    letter-spacing: 2px;
    display: inline-block;
}
/**********FOOTER END**********/
#bottom-footer{
    background: #222;
    padding: 10px 0px 0px 0px;
}
.btm-ftr-box{
	padding: 10px 0px 0px 0px;
}
.btm-ftr-box .fst{
	text-align: left;
}
.btm-ftr-box .scnd{
	text-align: right;
}
.btm-ftr-box p{
	color: #fff;
	letter-spacing: 1px;
	font-size: 15px;
}
.btm-ftr-box p a{
	color: #d67c2a;
	text-decoration: none;
	font-size: 15px;
}

/*******************************/
.scrollTop {
  position: fixed;
  padding: 10px 0px 0px 14px;
  right: 10px;
  bottom: 10px;
  background-color: #ffc000; 
  height: 50px;
  width: 50px; 
  border-radius: 50%;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
}
.scrollTop:hover {
	background: #2F5567;
}
.scrollTop .fa-arrow-up {
    font-size: 25px;
    line-height: 45px;
    color: #fff;
}
/***************************/

/*
   Media Queries
--------------------------- */

@media (max-width: 768px) {
/***navbar***/
.navbar{

}
.navbar-nav {
    margin-right: 0px;
}
.nav-link{
	padding: 15px 0px;
}
.navbar-toggler{
	color: #957b4d;
	padding: 0.80rem .75rem;
}
.navbar-brand {
    position: relative;
    height: 40px;
    width: 200px;
    transition: all 0.5s ease-in-out;
}
.navbar.scroll .navbar-brand {
    position: relative;
    height: 40px;
    width: 200px;
    transition: all 0.5s ease-in-out;
}
.navbar-brand img {
    position: absolute;
    top: 50%;
    left: 10px;
    transition: all 0.5s ease-in-out;
}
.nav-colpse {
    padding: 0px 0px 0px 0px;
}
/**banner**/
#banner {
    margin: 57px 0px 0px 0px;
}
.banner-slogan {
    position: absolute;
    top: auto;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 80%;
    margin: 0px auto 0px;
    background: rgba(0,0,0,0.30);
    padding: 7px 5px;
    text-align: center;
    border-radius: 20px;
    backdrop-filter: saturate(150%) blur(10px);
}
.banner-slogan h3 {
    color: #fff;
    font-size: 13px;
    line-height: 22px;
    margin: 0px;
}
.banner-slogan h3 span {
    color: #ff9b40;
    font-size: 13px;
    line-height: 22px;
    margin: 0px;
}
/**research**/
.research-bx1 img {
    width: 100%;
    box-shadow: 0px 10px 10px rgb(0 0 0 / 20%);
    border-radius: 10px;
    margin-top: 30px;
}
.research-bx2 h4 {
    font-size: 26px;
    color: #6d3d11;
    padding-bottom: 10px;
    padding-top: 20px;
}

/**about**/
#hm-about .abt-one .section-title {
    font-size: 30px;
}
#hm-about .abt-one .section-title span{
    font-size: 20px;
}
#hm-about .abt-one {
    padding: 0px 15px;
}
#hm-about .abt-two img {
    margin: 0px 0px -100px 0px;
}
/****award section***/
.award .section-title {
    font-size: 40px;
}
.award .brder img{
	background: #9a6b3d!important;
}
#carousel-custom-dots .owl-dot h5 {
    display: none;
}
/**product**/
#hm-product .section-title {
    font-size: 40px;
}
.brder {
    width: 200px;
}
.hm-product-bx1 {
    position: relative;
    margin: 40px 0px 0px 0px;
}
.hm-product-bx2 {
    padding: 70px 0px 0px 0px;
}
/**counter**/
.count .count-bx span {
    font-size: 40px;
}
/**gallery**/
#hm-gallery {
    padding: 40px 10px 40px 10px;
    background: #fff;
}
#hm-gallery .section-title {
    font-size: 40px;
}
/**testimonial**/
.hm-testimonial-bx .section-title {
    font-size: 40px;
}
.hm-testimonial-bx {
    padding: 0px 0px 0px 0px;
}
/**contact**/
#message {
    font-size: 15px;
    padding: 13px;
    width: 90%;
    margin: 10px auto 30px;
}
#enquire .section-title {
    font-size: 40px;
}
/**map**/
.map {
    width: 100%;
    height: auto;
    justify-content: space-around;
    margin: 0px 0px 30px 0px;
}
.map .map-bx {
    width: 95%;
    margin: 0px auto 20px;
    height: 400px;
    border-top: 5px solid #d67c2a;
    padding: 10px;
    background: #fff;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0px 10px 10px rgb(0 0 0 / 10%);
}
/**footer**/
.address1 {
    margin-left: 0px;
}
.btm-ftr-box {
    padding: 0px 0px 0px 0px;
}
.btm-ftr-box .fst {
    text-align: center;
}
.btm-ftr-box .scnd {
    text-align: center;
}

}



