@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap');
body {
	font-family: 'Poppins', sans-serif;
}
ul {
	padding: 0px;
	margin: 0px;
}
li {
	list-style: none;
}
.container-fluid {
	padding-right: 0px;
	padding-left: 0px;
	width: 100%;
	float: left;
}
a {
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
/*>>>>>>>>> menu css >>>>>>>>*/

.wrapper-menu {
	width: 100%;
}
.baner-menu-section {
	width: 100%;
	float: left;
}
.wrapper-menu ul.navbar-nav li a {
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	margin-left: 4px;
}
.nav-item.buy-now a {
	background: #302018;
	border-radius: 10px;
	padding: 5px 22px !important;
}
.wrapper-menu.fixed ul.navbar-nav li.buy-now a {
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	margin-left: 23px;
	background: #ffa725;
}
.wrapper-menu ul.navbar-nav {
	margin-left: auto;
}
.add-banner-wr .col-md-3 {
	padding: 0px;
}
.add-banner-wr {
	background-size: cover;
}
 @media (max-width:991px) {
.container {
	max-width: 100%;
}
.menu-bar ul.menu {
	position: fixed;
	width: 80%;
	left: 0;
	text-align: left;
	background: #e70012;
	z-index: 2;
	z-index: 10;
	top: 0;
	height: 100%;
	left: -100%;
	transition: all .4s;
}
.nav_area ul li a img {
	padding-right: 10px;
	max-width: 41px;
	margin-top: -10px;
}
.menu-bar ul.menu.open {
	left: 0;
	overflow-y: scroll;
}
.header .row {
	align-items: center;
}
.toggle {
	color: #ffffff;
	cursor: pointer;
	font-size: 20px;
	margin: 0;
	text-align: center;
	display: block;
	position: absolute;
	right: 9px;
	top: 9px;
	z-index: 9999;
	background: #e70012;
	width: 38px;
	height: 38px;
	border-radius: 50px;
	line-height: 38px;
}
.menu-side {
	position: initial;
}
.nav_area ul li a {
	line-height: 40px;
	font-size: 14px;
	color: #fff;
}
nav.nav_area ul li {
	display: block;
	position: relative;
	border: 0;
	border-bottom: solid 1px #f07373;
	padding: 0px 15px;
}
ul.sub-menu li {
	border-bottom: none !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
	margin-bottom: 10px;
	line-height: 18px;
}
span.arrow {
	position: absolute;
	right: 10px;
	color: #fff;
	top: 10px;
	width: 40px;
	text-align: center;
	height: 30px;
}
ul.sub-menu {
	display: none;
	position: relative;
	background: transparent;
	padding: 0;
}
ul li .sub-menu li a {
	line-height: 14px;
}
.header .container {
	position: initial;
}
ul.sub-menu span.arrow {
	right: 10px;
	text-align: right;
}
span.arrow.close-icon i:before {
	content: '\f106';
}
ul.sub-menu li.menu-item-has-children span.arrow.close-icon i:before {
	content: "\f106";
}
.home-slider.owl-carousel .owl-item img {
	height: 300px;
}
.top-bar img {
	max-width: 25px;
	vertical-align: middle;
}
.select-drop {
	margin: 20px auto 0;
}
.menu-bar {
	position: initial;
	background: transparent;
}
}
 @media (min-width: 992px) {
label.toggle {
	display: none;
}
.menu-bar {
	width: 100%;
	text-align: right;
}
.nav_area > ul > li {
	display: inline-block;
	padding: 0 0px;
	padding-right: 12px;
	position: relative;
}
li.menu-item-has-children.menu-item-has-children-right::after {
	border: none;
}
.nav_area ul li a {
	color: #000;
	font-size: 14px;
	display: inline-block;
	padding: 5px 3px;
	text-decoration: none;
	font-weight: 600;
	padding-bottom: 36px;
}
span.arrow {
	padding-left: 5px;
	color: #000;
}
.nav_area ul li ul.sub-menu .sub-menu-wrapper {
	-webkit-transform: translate(0, -100%);
	-moz-transform: translate(0, -100%);
	-ms-transform: translate(0, -100%);
	transform: translate(0, -100%);
	-webkit-transition: all 0.5s 0.1s;
	-moz-transition: all 0.5s 0.1s;
	-ms-transition: all 0.5s 0.1s;
	transition: all 0.5s 0.1s;
	position: relative;
	background: #d85d27;
}
.nav_area ul li:hover ul.sub-menu .sub-menu-wrapper {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}
ul.sub-menu {
	min-width: 150px;
}
ul.sub-menu {
	z-index: 555;
	text-align: left;
	overflow: hidden;
	list-style: none;
	position: absolute;
	padding: 0;
	width: 100%;
	left: 0;
	display: none;
}

ul.sub-menu li{
	background-color: #e76f3d;
}
/*.nav_area > ul > li:hover > ul.sub-menu, .nav_area ul.sub-menu > li:hover > ul.sub-menu {
	transform: scaleY(1) translateZ(0);
}*/

.nav_area li.menu-item-has-children:hover ul.sub-menu {
	display: block;
}
ul.sub-menu li ul.sub-menu {
	left: 100%;
	top: 0px;
	width: 100%;
}
.nav_area > ul > li ul.sub-menu li a:hover {
	width: 100%;
	color: #ffffff;
	background: #cb0412;
	padding-left: 15px !important;
}
ul.sub-menu li a {
	color: #fff;
	line-height: 21px;
	padding: 7px 10px 7px 10px;
	font-size: 13px;
	display: inline-block;
	text-transform: capitalize;
	text-decoration: none;
	font-weight: normal;
	-moz-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
	width: 100%;
}
ul.sub-menu li.menu-item-has-children .arrow {
	color: #fff;
	padding-left: 0;
}
}
.top-logo.logo-mobile {
	display: none;
}
.navbar-nav li:hover > ul.dropdown-menu {
	display: block;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
}
/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
	text-decoration: underline;
	transform: rotate(-90deg);
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu {
	background: #50418a;
	padding-top: 0px;
	padding-bottom: 0px;
	border-radius: 0;
	margin-top: 0px;
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu a {
	font-size: 15px;
	padding-left: 11px;
	padding-right: 7px;
	margin-left: 0px;
	line-height: 28px;
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu a:hover {
	background: #3b2a7b;
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu .dropdown-toggle::after {
	position: absolute;
	right: 10px;
	top: 14px;
}
.wrapper-menu nav#nav {
	padding-bottom: 0px;
}
.wrapper-menu ul.navbar-nav > li > a {
	padding-bottom: 12px;
}
.header-top-right-btn {
	width: 100%;
	text-align: right;
}
.header-top-right-btn ul li {
	display: inline-block;
}
.top-logo a {
	display: inline-block;
	max-width: 93%;
}
.row.logo-row {
	align-items: center;
}
.header-section-wrapper {
	position: absolute;
	background-color: rgba(255,255,255,0.8);
	z-index: 999;
	padding-top: 8px;
}
.header-section-wrapper .top-logo {
	margin-bottom: 8px;
}
.icon-wrapper {
	display: inline-flex;
	margin-left: 15px;
}
.icon-wrapper li {
	margin-right: 7px;
}
.icon-wrapper li a {
	background-color: #1578f0;
	width: 35px;
	line-height: 26px;
	height: 35px;
	text-align: center;
	border-radius: 50%;
	transition: .9s;
	display: inline-block;
}
.icon-wrapper li a i.fa {
	color: #ffff;
	font-size: 24px;
}
.header-section-wrapper .container {
	max-width: 1270px;
}
/*>>>>>>>>> menu css and >>>>>>>>*/



/*>>>>>>> index >>>>>>>> */

.slider-banner::after {
	content: "";
	position: absolute;
	background-color: rgba(0,0,0,0.2);
	top: 0px;
	height: 100%;
	width: 100%;
}
#sliderhome .owl-dots {
	text-align: center;
	bottom: 10px;
	position: absolute;
	margin: 0px auto;
	width: 100%;
}
#sliderhome .owl-dots button.active span {
	background-color: #d85d27;
	position: relative;
}
#sliderhome .owl-dots button span {
	background-color: #ffffff;
}
#sliderhome .owl-dots button {
	outline: 0;
}
#sliderhome .owl-dots .owl-dot span {
	width: 50px;
	height: 3px;
	border-radius: 0px;
}
#sliderhome .owl-nav button.owl-prev {
	position: absolute;
	left: 1%;
	top: 53%;
	box-shadow: none !important;
	outline: none !important;
}
#sliderhome .owl-nav button.owl-next {
	position: absolute;
	top: 53%;
	right: 1%;
	box-shadow: none !important;
	outline: none !important;
}
#sliderhome .owl-nav button.owl-next img {
	max-width: 33px !important;
}
#sliderhome .owl-nav button.owl-prev img {
	max-width: 33px !important;
}
.product-section {
	background-image: url(../images/product-bgg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: 100%;
	padding: 40px 0px;
}
.product-heading {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
	font-size: 34px;
	color: #000000;
	letter-spacing: 5px;
}
.product-heading span {
	display: block;
}
.product-heading span img {
	max-width: 53px;
}
.product-menu-info {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
	position: relative;
	padding-bottom: 25px;
}
.product-menu-info ul li {
	display: inline-block;
	padding: 0px 28px;
}
.product-menu-info ul li a {
	font-size: 18px;
	color: #000;
	text-decoration: none;
	position: relative;
}
.product-menu-info ul li a::after {
	content: "";
	position: absolute;
	border-left: solid 1px #999999;
	height: 22px;
	right: -32px;
	top: 2px;
}
.product-menu-info::after {
	content: "";
	position: absolute;
	border-bottom: solid 1px #ededed;
	width: 98%;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 17px;
}
.product-menu-info ul li.product-menu-right a::after {
	border: none;
}
.product-box-row .col-md-4 {
	padding: 0px 11px;
}
.Product-box {
	background: #2f2f31;
	text-align: center;
	overflow: hidden;
	position: relative;
	transition: all 0.3s ease 0s;
	margin-bottom: 22px;
}
.Product-box img {
	height: auto;
	transition: all .6s ease-in-out;
	width: 100%;
}
.Product-box:hover img {
	opacity: 0.4;
	transform: scale(1.3);
}
.Product-box .box-content {
	color: #fff;
	background-color: rgba(255,255,255,0.2);
	width: 100%;
	padding: 10px 15px;
	transform: translateX(-50%);
	position: absolute;
	bottom: -72px;
	left: 50%;
	transition: all 0.4s ease-out;
}
.Product-box:hover .box-content {
	bottom: 0;
}
.Product-box .post {
	font-size: 15px;
	font-weight: 400;
	display: block;
	text-align: left;
	line-height: 21px;
}
.Product-box .icon {
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	opacity: 0;
	transform: translateX(-50%);
	position: absolute;
	top: 24%;
	left: 50%;
	transition: all 0.4s ease-out;
}
.Product-box:hover .icon {
	opacity: 1;
}
.Product-box .icon li {
	margin: 0 3px;
	display: inline-block;
	transition: all .5s ease-in-out;
}
.Product-box .icon li:first-child {
	transform: translateX( -100%) translateY(-100%);
}
.Product-box .icon li:last-child {
	transform: translateX( 100%) translateY(100%);
}
.Product-box:hover .icon li {
	transform: translateX(0) translateY(0);
}
.Product-box .icon li a {
	color: #fff;
	background-color: rgba(255,255,255,0.2);
	font-size: 21px;
	line-height: 54px;
	height: 52px;
	width: 52px;
	border-radius: 50%;
	display: block;
	transition: all .5s ease-in-out;
}
.Product-box .icon li a:hover {
	color: #0e204d;
	background: #fff;
}
@media only screen and (max-width:990px) {
.Product-box {
	margin: 0 0 15px;
}
}
.btn-wrapper {
	width: 100%;
	text-align: center;
	margin-top: 7px;
}
.btn-wrapper a {
	display: inline-block;
	background-color: #f39c19;
	padding: 5px 27px;
	text-decoration: none;
	border-radius: 50px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	transition: all 0.5s linear;
	position: relative;
	z-index: 1;
}
.btn-wrapper a::before {
	position: absolute;
	top: -1px;
	left: -1px;
	bottom: -1px;
	right: -1px;
	background-color: #d85d27;
	border-radius: 50px;
	content: "";
	transform: scaleY(0.0) rotateX(0deg);
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	z-index: -1;
}
.btn-wrapper a:hover {
	color: #fff;
}
.btn-wrapper a:hover:before {
	transform: scaleY(1.0) rotateX(0deg);
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.gallery-section-wrapper {
	padding-top: 20px;
}
.row.gallery-row {
	margin: auto;
}
.gallery-heading {
	width: 100%;
	text-align: center;
	margin-bottom: 13px;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 3px;
}
.gallery-heading span {
	display: block;
	color: #e76f3d;
}
.row.gallery-row .col-md-3 {
	padding: 0px;
}
.gallery-img-box {
	border-top: solid 13px #f39c19;
	position: relative;
	overflow: hidden;
}
.gallery-img img {
	-webkit-transition: all .5s;
	transition: all .5s;
}
.gallery-img-box:hover img {
	-webkit-transform: rotate(3deg) scale(1.1, 1.1);
	-ms-transform: rotate(3deg) scale(1.1, 1.1);
	transform: rotate(3deg) scale(1.1, 1.1);
}
.gallery-img-title {
	position: absolute;
	bottom: 0px;
	background-color: rgba(243,90,25,0.8);
	min-width: 204px;
	padding: 3px 20px;
	color: #fff;
	font-size: 20px;
	clip-path: polygon(0 0, 100% 0%, 89% 100%, 0% 100%);
}
.sliderimg-section {
	padding-top: 30px;
	padding-bottom: 95px;
	background-image: linear-gradient(rgba(59,59,59,0.9), rgba(59,59,59,0.9)), url(../images/sliderimg-bgg.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}
.sliderimg-section .btn-wrapper {
	margin-top: 26px;
}
.sliderimg-section .product-heading {
	text-align: left;
	color: #fff;
	margin-bottom: 45px;
	position: relative;
}
.sliderimg-section .product-heading::after {
	content: "";
	position: absolute;
	border-bottom: solid 1px #656563;
	width: 78%;
	bottom: 14px;
	left: 21%;
}
.slider-img {
	margin: 0px 6px;
}
.sliderimg-section .product-heading span {
	display: inline-block;
}
.sliderimg-section .product-heading img {
	vertical-align: top;
	margin-right: 10px;
}
#sliderimg .owl-nav button.owl-prev {
	position: absolute;
	left: -3%;
	top: 35%;
	box-shadow: none !important;
	outline: none !important;
}
#sliderimg .owl-nav button.owl-next {
	position: absolute;
	top: 35%;
	right: -3%;
	box-shadow: none !important;
	outline: none !important;
}
#sliderimg .owl-nav button.owl-next img {
	max-width: 15px !important;
}
#sliderimg .owl-nav button.owl-prev img {
	max-width: 15px !important;
}
#sliderimg .owl-dot {
	display: none;
}
.footer-section {
	background-color: #d85d27;
	padding-top: 35px;
}
.footer-info-title {
	color: #fff;
	font-size: 18px;
	margin-bottom: 7px;
}
.footer-info-title a {
	text-decoration: none;
}
.footer-info ul li {
	line-height: 26px;
}
.footer-info ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
}
.row.footer-row .col-md-3 {
	max-width: 20%;
}
.row.footer-row {
	padding-bottom: 34px;
}
.footer-info-left {
	border-right: solid 1px #fff;
	margin-right: 25px;
	height: 225px;
}
.footer-text-info {
	width: 100%;
	padding-left: 117px;
	margin-top: -13px;
}
.footer-text-info ul li {
	font-size: 16px;
	color: #fff;
	line-height: 29px;
}
.footer-text-info ul li i.fa {
	width: 21px;
}
.footer-text-info ul li a {
	color: #fff;
	text-decoration: none;
	padding-left: 16px;
}
.footer-text-info ul li a span {
	display: block;
	padding-left: 79px;
}
.footer-logo a {
	display: inline-block;
	max-width: 85%;
}
.footer-row-info {
	padding-top: 13px;
}
.copyright-info {
	width: 100%;
	text-align: center;
	border-top: solid 1px #fff;
}
.copyright-info p {
	margin-bottom: 0px;
	padding: 15px 0px;
	color: #fff;
	font-size: 14px;
}
/*>>>>>>> index 2 >>>>>>>> */

.banner-section {
	position: relative;
}
.banner-wrapper img {
	width: 100%;
}
.banner-wrapper-title {
	position: absolute;
	width: 100%;
	bottom: 0px;
	background-image: url(../images/banner-title-bgg.png);
	background-repeat: no-repeat;
	background-size: 32% 100%;
}
.banner-wrapper-title-info {
	padding: 4px 0px;
}
.banner-title {
	color: #fff;
	font-size: 36px;
	letter-spacing: 5px;
}
.content-section {
	padding-top: 40px;
	padding-bottom: 15px;
	background-image: url(../images/content-bgg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100%;
}
.content-heading {
	font-size: 30px;
	font-weight: bold;
	color: #d85d27;
	padding-bottom: 3px;
	letter-spacing: 3px;
	border-bottom: solid 2px #cccc;
	margin-bottom: 25px;
}
.news-details-info p {
	font-size: 16px;
	margin-bottom: 23px;
	text-align: justify;
	color: #000;
	font-weight: 500;
}
.product-name-title {
	font-size: 25px;
	font-weight: 500;
	color: #000;
}
.owl-carousel-wrapper.slider-row {
	width: 100%;
	margin: 0px 0px;
}
#sync1 .owl-nav button.owl-prev {
	position: absolute;
	left: 0px;
	top: 45%;
}
#sync1 .owl-nav button {
	outline: 0;
}
#sync1 .owl-nav button.owl-next {
	position: absolute;
	right: 0px;
	top: 45%;
}
#sync1 .owl-nav button.owl-prev img {
	max-width: 42px;
}
#sync1 .owl-nav button.owl-next img {
	max-width: 42px;
}
#sync2 .owl-nav button.owl-prev {
	position: absolute;
	left: -21px;
	top: 32%;
}
#sync2 .owl-nav button {
	outline: 0;
}
#sync2 .owl-nav button.owl-next {
	position: absolute;
	right: -21px;
	top: 32%;
}
#sync2 .owl-nav button.owl-prev img {
	max-width: 13px;
}
#sync2 .owl-nav button.owl-next img {
	max-width: 13px;
}
.owl-item.synced.active .item-slider-images:after {
	background: #000;
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	display: inline-block;
	left: 0px;
	content: "";
	opacity: 0.5;
}
.row.sliderrow {
	margin: auto;
	background-color: #e0e0e0;
	padding: 20px 32px;
}
.owl-carousel-wrapper.slider-row .owl-dots {
	line-height: 2px;
}
.news-details-text {
	margin-top: 30px;
}
.news-details-text p {
	font-size: 16px;
	margin-bottom: 28px;
	text-align: justify;
	color: #000;
	font-weight: 500;
}
.news-details-text p span {
	display: inline-block;
	font-size: 21px;
	font-weight: 600;
}
.back-btn a {
	display: inline-block;
}
.back-btn {
	width: 100%;
	text-align: right;
}
.back-btn a img {
	max-width: 75px;
}
.new-btn {
	width: 100%;
	text-align: center;
	margin-bottom: 25px;
}
.new-btn a {
	text-decoration: none;
	background-color: #666666;
	padding: 10px 21px;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	display: inline-block;
}
/*>>>>>>>>>>>> sidemenu >>>>>>>>>>>*/
.sidemenu {
	padding-right: 15px;
}
.sidemenu li {
	border-bottom: 1px solid #c5c5c5;
	position: relative;
	display: inherit;
	width: 100%;
}
.sidemenu li > a {
	font-size: 17px;
	line-height: 16px;
	color: #000000;
	display: flex;
	padding: 15px 10px;
	padding-bottom: 13px;
	font-weight: 600;
	justify-content: space-between;
	align-items: center;
	text-decoration: none;
	padding-left: 15px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
i.fa.fa-long-arrow-right.toggle-submenu {
	color: #a0a1a0;
	text-align: center;
	font-size: 18px;
	line-height: 21px;
	position: absolute;
	right: 4px;
	top: 14px;
	width: 24px;
	cursor: pointer;
}
.fa-long-arrow-right:before {
	content: "\f105";
}
.submenu-side ul li {
	border: none;
}
.sidemenu >li:hover a i {
	border: 2px solid #e97d81;
	border-radius: 100%;
	color: #e76f3d;
}
.sidemenu li:hover > a {
	color: #e76f3d;
}
.sidemenu li:hover i.fa.fa-long-arrow-right {
	color: #e76f3d;
}
.submenu-side {
	margin-bottom: 15px;
	padding-left: 15px;
}
.submenu-side ul li a {
	padding: 9px 10px;
	font-size: 16px;
}
.left-side-bar-mobile-view {
	display: none;
}
/*>>>>>>>>>>>> sidemenu css and >>>>>>>>>>>*/
.product-row .Product-box .box-content {
	padding: 6px 13px;
}
.product-row .Product-box .box-content span.post {
	line-height: 15px;
	font-size: 14px;
}
ul.pagination {
	padding-top: 19px;
	text-align: right;
	width: 100%;
	float: left;
	display: inline-block;
	padding-bottom: 28px;
}
ul.pagination li.page-item {
	display: inline-block;
}
ul.pagination li.page-item a.active {
	background: #f39c19;
	color: #fff;
}
ul.pagination li.page-item a:hover {
	background: #f39c19;
	color: #fff;
}
li.page-item.img-iconss a.page-link:hover {
	background: none;
}
ul.pagination li.page-item a {
	color: #000;
	font-size: 18px;
	width: 33px;
	height: 33px;
	line-height: 18px;
	font-family: 'Lato', sans-serif;
}
ul.pagination li.page-item a {
	background: none;
	border: none;
}
ul.pagination li.img-iconss a {
	width: auto;
	height: auto;
}
/*>>>>>>> index 4 >>>>>>>> */

.certificate-row {
	padding-top: 25px;
}
.certificate-text p {
	font-size: 17px;
	font-weight: 500;
	text-align: justify;
	margin-bottom: 27px;
}
.certificate-img {
	width: 100%;
	text-align: center;
}
.certificate-img img {
	max-width: 70%;
}
.certificate-text {
	padding-top: 30px;
}
.imgbox-wrapper {
	padding-bottom: 130px;
	padding-top: 20px;
	background-image: url(../images/gallery-bg-graphic.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.gallery-img-boxs img {
	width: 100%;
}
/*>>>>>>> index 5 >>>>>>>> */
.contact-details-row {
	margin: auto;
	padding-bottom: 60px;
	padding-top: 10px;
}
.contact-details-info ul li {
	font-size: 19px;
	color: #000;
	line-height: 37px;
	font-weight: 600;
}
.contact-details-info ul li i.fa {
	width: 26px;
	color: #e76f3d;
	font-size: 20px;
}
.contact-details-info ul li a {
	color: #000;
	text-decoration: none;
	padding-left: 16px;
}
.whatsapp-btn {
	margin-top: 18px;
}
.whatsapp-btn a {
	display: inline-block;
	background-color: #e76f3d;
	padding: 7px 25px;
	text-decoration: none;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}
.whatsapp-btn a img {
	margin-right: 10px;
	max-width: 37px;
}
.mapimg {
	margin-top: 41px;
	margin-bottom: 57px;
}
.contact-input-box {
	background-color: rgba(252,238,222,0.7);
	padding: 35px 25px;
}
.contact-input-title {
	margin-bottom: 25px;
	font-size: 30px;
	font-weight: 600;
	color: #000;
	position: relative;
}
.contact-input-title::after {
	content: "";
	position: absolute;
	border-bottom: solid 1px #d85d27;
	width: 88%;
	left: 128px;
	bottom: 10px;
}
.contact-input-box .form-control {
	border: 1px solid #fff;
	border-radius: 0px;
	line-height: 30px;
	box-shadow: none !important;
	outline: none !important;
}
.form-group {
	margin-bottom: 20px;
}
.form-group label {
	font-size: 19px;
	font-weight: 500;
	margin-bottom: 3px;
}
button.btn.btn-primary {
	width: 15%;
	margin-top: 12px;
	background-color: #666666;
	border-color: #666666;
	height: 42px;
	border-radius: 0px;
	color: #fff;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	box-shadow: none !important;
	outline: none !important;
}
button.btn.btn-primary:hover {
	background-color: #e70012 !important;
	border-color: #e70012 !important;
}
.wrapper-menu ul.menu {
	display: flex;
	margin-top: 27px;
}
.nav_area .icon-wrapper li a {
	padding-bottom: 0px;
}
.sidemenu li > a:hover {
	padding-left: 17px;
	background: #fff8f8;
}
.contact-input-box .form-control:focus {
	border: 1px solid #d85d27;
}
.left-side-gallery-img {
	padding-top: 100px;
}
.gallery-img-boxs.first-box {
	margin-left: -70px;
	padding-right: 104px;
	margin-bottom: 25px;
}
ul.sub-menu li a {
	border-bottom: solid 1px #f38454;
	color: #ffffff !important;
}
.nav_area ul li.menu-item-has-children:hover span.arrow .fa {
	transform: rotateZ(185deg);
	color: #d85d27;
}
.nav_area ul li:hover a {
	color: #d85d27;
}
ul.sub-menu li:last-child a {
	border-bottom: none;
}
.new-btn a:hover {
	background: #d85d27;
}
#sync2 .item-slider-images {
	position: relative;
	overflow: hidden;
}
#sync2 .item-slider-images:hover img {
	-webkit-transform: rotate(3deg) scale(1.1, 1.1);
	-ms-transform: rotate(3deg) scale(1.1, 1.1);
	transform: rotate(3deg) scale(1.1, 1.1);
}
#sync2 .item-slider-images img {
	-webkit-transition: all .5s;
	transition: all .5s;
}
.submenu-side ul li a:before {
	content: "";
	width: 5px;
	height: 5px;
	background: #000;
	position: absolute;
	left: -1px;
	border-radius: 100px;
}

 @-webkit-keyframes pulse {
 0% {
 -webkit-transform: translate(0, 0);
 transform: translate(0, 0);
}
 50% {
 -webkit-transform: translate(0, 10px);
 transform: translate(0, 10px);
}
 100% {
 -webkit-transform: translate(0, 0);
 transform: translate(0, 0);
}
}
 @keyframes pulse {
 0% {
 -webkit-transform: translate(0, 0);
 transform: translate(0, 0);
}
 50% {
 -webkit-transform: translate(0, 10px);
 transform: translate(0, 10px);
}
 100% {
 -webkit-transform: translate(0, 0);
 transform: translate(0, 0);
}
}
#backbutton.show {
    opacity: 1;
    visibility: visible;
}
#backbutton::after {
    content: "\f106";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 37px;
    color: #fff;
}
#backbutton {
    display: inline-block;
    background-color: #e70012;  
    width: 40px;
    height: 40px;
    background-size: 100% 100%;
    text-align: center;
    border-radius: 0;
    position: fixed;
    bottom: 14px;
    right: 18px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    cursor: pointer;
    -webkit-animation: pulse 3s infinite;
    animation: pulse 3s infinite;
    border-radius: 50px;
    -webkit-animation: pulse 3s infinite;
    animation: pulse 3s infinite;
}






/******* Mobile Layout *******/
@media only screen and (max-width: 767px) {
.icon-wrapper li a i.fa {
	font-size: 16px;
}
.header-section-wrapper .top-logo {
	margin-bottom: 8px;
	max-width: 266px;
}
.header-section-wrapper .col-md-8 {
	position: inherit;
}
.nav_area ul li:hover a {
	color: #ffffff;
}
.nav_area ul li.menu-item-has-children:hover span.arrow .fa {
	transform: rotateZ(358deg);
	color: #ffffff;
}
.wrapper-menu ul.menu span.arrow .fa.fa-angle-down:before {
	content: "\f067";
}
.wrapper-menu ul.menu span.arrow.close-icon .fa-angle-down:before {
	content: "\f068";
}
span.arrow {
	font-size: 14px;
}
.sidemenu li .fa.toggle-submenu {
	position: absolute;
	right: 11px;
	top: 15px;
}
.left-side-gallery-img {
	padding-top: 4px;
}
.wrapper-menu ul.menu {
	display: inline-block;
	margin-top: 0px;
}
.left-side-bar-desktop-view {
	display: none;
}
.sidemenu {
	padding-right: 0;
	float: left;
	width: 100%;
	margin-bottom: 36px;
}
.left-side-bar-mobile-view {
	display: block;
}
.left-side-bar-mobile-view .left-side-bar-mobile-view-title {
	width: 100%;
	background: #f1970f;
	padding: 10px 13px;
	color: #fff;
	font-size: 16px;
	float: left;
	margin-bottom: 21px;
	margin-top: 7px;
	border-radius: 6px;
}
.left-side-bar-mobile-view .left-side-bar-mobile-view-title i.fa {
	margin-left: 12px;
	float: right;
	margin-top: 4px;
}
.top-logo a {
	max-width: 80%;
}
.sliderimg-section .product-heading::after {
	width: 38%;
	left: 57%;
}
#sliderimg .owl-nav button.owl-next {
	right: 0%;
}
#sliderimg .owl-nav button.owl-prev {
	left: 0%;
}
.header-section-wrapper {
	height: auto;
	padding-top: 4px;
}
.icon-wrapper {
	display: inline-block;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 21px;
	text-align: center;
	margin-left: 0px;
}
.icon-wrapper li {
	display: inline-block !important;
	width: auto !important;
	padding: 0px !important;
	border-bottom: none !important;
}
.icon-wrapper li a {
	line-height: 35px !important;
	display: inline-block;
}
.slider-banner img {
	height: 430px;
	object-fit: cover;
}
#sliderhome .owl-nav button.owl-next img {
	max-width: 25px !important;
}
#sliderhome .owl-nav button.owl-prev img {
	max-width: 25px !important;
}
#sliderhome .owl-dots .owl-dot span {
	width: 35px;
}
.row.gallery-row {
	padding: 0px 15px;
}
.gallery-section-wrapper {
	padding-top: 30px;
}
.gallery-heading {
	margin-bottom: 25px;
	font-size: 20px;
	letter-spacing: 0px;
}
.gallery-img-box {
	margin-bottom: 8px;
}
.gallery-img-title {
	width: 53%;
	font-size: 20px;
}
.product-section {
	padding: 30px 0px;
	padding-bottom: 50px;
}
.product-heading {
	margin-bottom: 20px;
	font-size: 28px;
	letter-spacing: 0px;
}
.product-menu-info ul li a::after {
	right: -19px;
}
.product-menu-info ul li {
	padding: 0px 15px;
}
.product-menu-info {
	margin-bottom: 20px;
}
.Product-box .box-content {
	bottom: -83px;
}
.sliderimg-section .product-heading img {
	vertical-align: sub;
	margin-right: 6px;
}
.sliderimg-section .product-heading {
	margin-bottom: 30px;
}
#sliderimg .owl-nav button.owl-next img {
	max-width: 11px !important;
}
#sliderimg .owl-nav button.owl-prev img {
	max-width: 11px !important;
}
.sliderimg-section {
	padding-top: 40px;
	padding-bottom: 65px;
}
.btn-wrapper {
	margin-top: 15px;
}
.sliderimg-section .btn-wrapper {
	margin-top: 30px;
}
.footer-text-info {
	padding-left: 0px;
	margin-top: 12px;
}
.footer-info-left::after {
	border: none;
}
.footer-text-info ul li a span {
	padding-left: 0px;
}
.footer-text-info ul li {
	line-height: 25px;
	margin-bottom: 4px;
	font-size: 15px;
}
.row.footer-row .col-md-3 {
	max-width: 100%;
}
.footer-info {
	margin-bottom: 20px;
}
.row.footer-row {
	padding-bottom: 10px;
}
.footer-info ul li a {
	font-size: 15px;
}
.copyright-info p {
	padding: 15px 15px;
	font-size: 13px;
}
.footer-logo a {
	max-width: 92%;
}
.footer-section {
	padding-top: 30px;
}
.btn-wrapper a {
	font-size: 14px;
}
.banner-wrapper img {
	height: 270px;
	object-fit: cover;
}
.banner-wrapper-title {
	background-size: 63% 100%;
}
.banner-title {
	font-size: 24px;
	letter-spacing: 2px;
}
.content-section {
	padding-top: 30px;
}
.content-heading {
	font-size: 28px;
	letter-spacing: 0px;
}
.news-details-info p {
	font-size: 14px;
}
.product-name-title {
	font-size: 21px;
	line-height: 27px;
	margin-bottom: 10px;
}
#sync1 .owl-nav button.owl-next img {
	max-width: 20px;
}
#sync1 .owl-nav button.owl-prev img {
	max-width: 20px;
}
#sync2 .owl-nav button.owl-next {
	right: -13px;
	top: -4%;
}
#sync2 .owl-nav button.owl-prev {
	left: -13px;
	top: -4%;
}
#sync2 .owl-nav button.owl-next img {
	max-width: 7px;
}
#sync2 .owl-nav button.owl-prev img {
	max-width: 7px;
}
.row.sliderrow {
	padding: 10px 21px;
}
.news-details-text p span {
	font-size: 19px;
	line-height: 27px;
}
.news-details-text p {
	font-size: 14px;
}
.back-btn a img {
	max-width: 55px;
}
ul.pagination {
	padding-top: 20px;
	text-align: center;
	display: flex;
	padding-bottom: 20px;
	justify-content: center;
}
.Product-box .post {
	font-size: 14px;
	line-height: 19px;
}
.product-row .Product-box .box-content span.post {
	line-height: 19px;
	font-size: 14px;
}
.product-row .Product-box .box-content {
	padding: 8px 13px;
}
.certificate-row {
	padding-top: 0px;
}
.certificate-text {
	padding-top: 0px;
}
.certificate-text p {
	font-size: 14px;
	margin-bottom: 18px;
}
.certificate-img img {
	max-width: 65%;
}
.imgbox-wrapper {
	padding-bottom: 20px;
	padding-top: 40px;
}
.contact-input-title {
	font-size: 21px;
}
.contact-input-box {
	padding: 17px;
	padding-bottom: 40px;
}
.contact-input-title::after {
	width: 65%;
	left: 89px;
	bottom: 7px;
}
.form-group label {
	font-size: 15px;
}
textarea#comment {
	height: 95px;
}
button.btn.btn-primary {
	width: 100%;
	margin-top: 7px;
}
.contact-details-row {
	padding-bottom: 27px;
}
.mapimg {
	margin: 25px 0px;
}
.whatsapp-btn a {
	padding: 7px 46px;
	font-size: 16px;
}
.contact-details-info ul li {
	font-size: 17px;
	line-height: 30px;
	margin-bottom: 4px;
}
.form-control {
	line-height: 24px;
}
.whatsapp-btn {
	margin-top: 15px;
}
.footer-info-left {
	margin-right: 0px;
	border: none;
}
ul.sub-menu li a {
	border-bottom: none;
}
.gallery-img-boxs.first-box {
	margin-left: 0;
	padding-right: 0;
	margin-bottom: 23px;
	margin-top: 21px;
}
}

/******* Tablet Layout *******/
@media only screen and (min-width: 768px) and (max-width: 991px) {
.wrapper-menu ul.menu {
	margin-top: 0px;
}
.nav_area ul li:hover a {
	color: #ffffff;
}
.nav_area ul li.menu-item-has-children:hover span.arrow .fa {
	transform: rotateZ(358deg);
	color: #ffffff;
}
.wrapper-menu ul.menu span.arrow .fa.fa-angle-down:before {
	content: "\f067";
}
.wrapper-menu ul.menu span.arrow.close-icon .fa-angle-down:before {
	content: "\f068";
}
span.arrow {
	font-size: 14px;
}
ul.sub-menu li a {
	border-bottom: none;
}
.wrapper-menu ul.menu {
	display: inline-block;
}
#sliderimg .owl-nav button.owl-prev {
	left: 0%;
}
#sliderimg .owl-nav button.owl-prev img {
	max-width: 20px !important;
}
#sliderimg .owl-nav button.owl-next {
	right: 0%;
}
#sliderimg .owl-nav button.owl-next img {
	max-width: 20px !important;
}
.slider-img {
	margin: 0px 3px;
}
.sliderimg-section .row {
	margin: auto;
}
.sliderimg-section .product-heading::after {
	width: 69%;
	left: 31%;
}
.sliderimg-section {
	padding-bottom: 70px;
}
.row.product-box-row {
	margin: auto;
}
.product-box-row .col-md-4 {
	padding: 0px 7px;
}
.product-heading {
	margin-bottom: 20px;
	font-size: 28px;
}
.product-menu-info {
	margin-bottom: 20px;
}
.Product-box .box-content {
	padding: 8px 13px;
}
.Product-box .post {
	font-size: 14px;
	line-height: 16px;
}
.Product-box img {
	height: 177px;
}
.btn-wrapper {
	margin-top: 13px;
}
.product-section {
	padding-bottom: 50px;
}
.gallery-img-title {
	width: 71%;
	font-size: 18px;
}
.gallery-img-box {
	border-top: solid 10px #f39c19;
}
.toggle {
	top: -21px;
}
.header-section-wrapper {
	height: 68px;
	padding-top: 12px;
}
#sliderhome .owl-nav button.owl-next img {
	max-width: 24px !important;
}
#sliderhome .owl-nav button.owl-prev img {
	max-width: 24px !important;
}
#sliderhome .owl-dots .owl-dot span {
	height: 2px;
}
.footer-logo a {
	max-width: 81%;
}
.footer-text-info {
	padding-left: 69px;
}
.footer-text-info ul li {
	font-size: 14px;
}
.footer-text-info ul li i.fa {
	width: 20px;
}
.footer-text-info ul li a {
	padding-left: 8px;
}
.footer-info-left::after {
	right: -4px;
}
.footer-text-info ul li a span {
	padding-left: 66px;
}
.footer-info-title {
	font-size: 14px;
}
.row.footer-row .col-md-3 {
	padding: 0px 8px;
}
.footer-info ul li a {
	font-size: 12px;
}
.footer-row-info {
	padding-top: 0px;
}
.copyright-info p {
	font-size: 12px;
}
.banner-wrapper-title {
	background-size: 34% 100%;
}
.banner-title {
	font-size: 32px;
}
.banner-wrapper img {
	height: 290px;
	object-fit: cover;
}
#sync2 .owl-nav button.owl-next {
	top: 26%;
}
#sync2 .owl-nav button.owl-prev {
	top: 26%;
}
.news-details-text p {
	font-size: 15px;
}
.news-details-info p {
	font-size: 15px;
}
.product-name-title {
	font-size: 23px;
}
#sync1 .owl-nav button.owl-next img {
	max-width: 35px;
}
#sync1 .owl-nav button.owl-prev img {
	max-width: 35px;
}
.product-box-row .Product-box img {
	height: 140px;
	object-fit: cover;
}
.certificate-text {
	padding-top: 0px;
}
.certificate-img img {
	max-width: 90%;
}
.imgbox-wrapper {
	padding-bottom: 50px;
}
.certificate-text p {
	font-size: 16px;
	margin-bottom: 21px;
}
.contact-details-info ul li a {
	padding-left: 12px;
}
.contact-details-info ul li {
	font-size: 18px;
}
.whatsapp-btn a {
	font-size: 16px;
	letter-spacing: 2px;
}
.contact-input-title::after {
	width: 81%;
}
button.btn.btn-primary {
	width: 25%;
}
.form-group label {
	font-size: 18px;
}
.contact-details-row {
	padding-bottom: 32px;
}
.icon-wrapper {
	display: inline-block;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 21px;
	text-align: center;
}
.icon-wrapper li {
	display: inline-block !important;
	width: auto !important;
	padding: 0px !important;
	border-bottom: none !important;
}
.icon-wrapper li a {
	line-height: 39px !important;
	display: inline-block;
}
.footer-info-left {
	margin-right: 0px;
	height: 191px;
}
}
 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
.nav_area ul li a {
	font-size: 9px;
	padding: 5px 1px;
}
}
