* { padding:0; margin:0; }
body { font-family: 'Barlow', sans-serif; line-height:25px; font-size:16px;
background:#fff; overflow-x: hidden;  }
html { scroll-behavior: smooth; }
ul, li { padding:0; margin:0; }

#menu {
	width:680px;
	margin:0 auto;
}
#menu .item a {
    color: #fff;
}
#menu .item {
	text-align:center;
}
#menu .item span {
    text-align: center;
    width: 100%;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu_li {
	font-size: 15px;
	color: #fff;
	font-weight: 600;
}
.menu_li span img {
	width:auto !important;
	max-width:100%;
}
.menu_li {
	padding:7px 0;
}
/*.menu {
	display:flex;
	list-style-type:none;
	justify-content: center;
}
.menu li span {
	text-align: center;
	width: 100%;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.menu li {
	text-align: center;
	width: 170px;
	font-size: 15px;
	color: #fff;
	font-weight: 600;
	padding: 5px 0;
}
.menu li a {
	color:#fff;
}*/
.banner img {
	width:100%;
}
.banner {
	position:relative;
}
.banner_texts {
	position: absolute;
	left: 20%;
	width: 60%;
	top:20px;
}
.banner .logo img {
	width: 165px;
}
.banner .logo {
	text-align:center;
}
.lft h2 {
	font-size: 19px;
	margin: 32px 0;
	line-height: 22px;
}
.rit h2 {
	font-size: 16px;
	font-weight: 600;
	line-height: 21px;
	color: #000;
	margin: 35px 0;
}
.abt {
	padding:25px 0;
}
.abt p {
	font-size: 15px;
	line-height: 27px;
	margin: 8px 0 0;
}
.serv {
	padding: 28px 0 85px;
}
.servtxt h2 {
	font-size:24px;
	color:#fff;
	margin-bottom:22px;
	margin-top:50px;
}
.servtxt p {
	font-size: 15px;
	color: #fff;
	line-height: 25px;
	padding-right: 155px;
}
.buy_btn {
	display: flex;
	margin: 55px 0 0;
}
.buy_btn p {
	padding:0 !important;
	font-size: 17px;
	font-weight: 600;
	color: #803014;
	margin: 10px 0;
}
.buy_btn hr {
	width: 2px;
	height: 50px;
	border: none;
	background: #ae3d18;
	margin: 0 15px;
}
.pro_det {
	position: absolute;
	right: 0;
	color: #fff;
	font-size: 15px;
	bottom: -65px;
	width: 270px;
}
.txt_rit {
		text-align: right;
}
.txt_lft {
		text-align: left;
}

.sec02 .servtxt {
	text-align:right;
}
.sec02 .servtxt p {
    padding-left: 155px;
	padding-right:0;
}
.sec02 .buy_btn {
    justify-content: right;
}
.sec02 .pro_det {
    left: 0;
}
footer {
	padding:25px 0;
}

footer h6 {
	font-size: 16px;
	font-weight: bold;
}
footer ul {list-style-type:none; font-size:14px; }
footer ul li a p {
	margin:0;
	color:#000;
}
footer ul li a {
	color:#000;
}
footer ul li {
	line-height:20px;
	margin-bottom:7px;
}

#menu .owl-carousel .owl-nav .owl-prev {
    background: #000 !important;
    padding: 5px 11px 14px !important;
    float: left;
    font-size: 32px;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #878787;
    font-weight: normal;
    color: #fff;
    line-height: 9px;
    position: absolute;
    left: 0;
    top: 32%;
}
#menu .owl-carousel .owl-nav .owl-next {
    background: #000 !important;
    padding: 5px 11px 14px !important;
    float: left;
    font-size: 32px;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #878787;
    font-weight: normal;
    line-height: 9px;
    color: #fff;
    position: absolute;
    right: 0;
    top: 32%;
}

@media only screen and (min-width:768px) and (max-width:991px){
	
	.banner_texts {
    left: 5%;
    width: 90%;
}
.banner {
    padding: 52px 0 0;
}
.abt_img img {
	max-width:100%;
}
.servtxt p {
    padding: 0;
}
.servimg img {
	max-width:100%;
}
.buy_btn p {
    padding: 0 !important;
    margin: 6px 0;
    line-height: 18px;
}
.serv {
    padding: 28px 0 45px;
}
.sec02 .servtxt p {
    padding-left: 0;
    padding-right: 0;
}
.ftr_logo02 img {
	max-width:100%;
}

}



@media only screen and (min-width:481px) and (max-width:767px){
	
	.banner_texts {
    left: 0%;
    width: 100%;
}
.banner {
    padding: 52px 0 0;
}
.abt_img img {
	max-width:100%;
}
.servtxt p {
    padding: 0;
}
.servimg img {
	max-width:100%;
}
.buy_btn p {
    padding: 0 !important;
    margin: 6px 0;
    line-height: 18px;
}
.serv {
    padding: 28px 0 75px;
}
.sec02 .servtxt p {
    padding-left: 0;
    padding-right: 0;
}
.ftr_logo02 img {
	max-width:100%;
}
.lft h2 {
    font-size: 14px;
    margin: 0px 0;
    line-height: 15px;
}
.rit h2 {
    font-size: 14px;
    line-height: 15px;
    margin: 0px 0;
}
.banner .logo img {
    width: 100%;
}
.abt p {
    margin: 8px 0 25px;
}
.servtxt h2 {
    margin-top: 0px;
}
.serv .container {
	display:flex;
	flex-direction: column;
}
.servtxt {
	order: 1;
}

.servimg {
	order: 2;
}
.buy_btn {
    display: flex;
    margin: 15px 0 27px;
}
.abt_img {
	text-align:center;
}
.ftr_logo {
	text-align:center;
	margin-bottom:10px;
}
.ftr_logo02 {
	text-align:center;
	margin-top:10px;
}
#menu {
	width:90%;
	margin:0 auto;
}

}

@media only screen and (min-width:200px) and (max-width:480px){
	
	#menu {
	width:90%;
	margin:0 auto;
}
	.banner_texts {
    left: 0%;
    width: 100%;
}
.banner {
    padding: 52px 0 0;
}
.abt_img img {
	max-width:100%;
}
.servtxt p {
    padding: 0;
}
.servimg img {
	max-width:100%;
}
.buy_btn p {
    padding: 0 !important;
    margin: 6px 0;
    line-height: 18px;
}
.serv {
    padding: 28px 0 75px;
}
.sec02 .servtxt p {
    padding-left: 0;
    padding-right: 0;
}
.ftr_logo02 img {
	max-width:100%;
}
.lft h2 {
    font-size: 14px;
    margin: 0px 0;
    line-height: 15px;
}
.rit h2 {
    font-size: 14px;
    line-height: 15px;
    margin: 0px 0;
}
.banner .logo img {
    width: 100%;
}
.abt p {
    margin: 8px 0 25px;
}
.servtxt h2 {
    margin-top: 0px;
}
.serv .container {
	display:flex;
	flex-direction: column;
}
.servtxt {
	order: 1;
}

.servimg {
	order: 2;
}
.buy_btn {
    display: flex;
    margin: 15px 0 27px;
}
.abt_img {
	text-align:center;
}
.ftr_logo {
	text-align:center;
	margin-bottom:10px;
}
.ftr_logo02 {
	text-align:center;
	margin-top:10px;
}

}