body{
	margin:0;
	padding:0;
}
a{
	text-decoration:none !important;
}
img{
	max-width: 100%;
	height: auto;
}
a:focus {
	outline: none;
	outline: 0px auto;
	outline-offset: 0px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
	outline: none;
	outline-offset: 0px;
	border: none !important;
}
a:focus, a:hover {
	text-decoration: none !important;
	outline: none !important;
}
 

a:focus {
    outline-width: 0px !important;
    outline-color: transparent !important;
}
a{
	transition:all .4s;
}
.fixed-header {
	position: fixed;
	top: -45px;
	left: 0;
	z-index: 9;
	width: 100%;
	background: #fff;
	box-shadow: 2px -3px 8px 5px #0000001a;
  }
.topx-header-part {
  background: #773961;
  padding: 10px;
}
.topx-header-part img {
  width: 14px;
  margin-right: 5px;
  filter: invert();
  display: inline-block;
  vertical-align: middle;
}
.top-contact a {
  font-size: 14px;
  color: #f2f2f2;
  margin-right: 14px;
}
.social-top a {
  font-size: 14px;
  color: #f2f1f1;
  margin-right: 7px;
}
.logo img {
  width: 120px;
}
.logo {
  padding-top: 12px;
}
.Product-outer {
	margin: 70px 0;
  }
  .pro_sub_titl {
	color: #727272;
	font-size: 13px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
  }
  .pro_titl {
	text-align: center;
	margin-bottom: 30px;
	font-family: "Marcellus", serif;
	font-size: 35px;
	font-weight: bold;
	text-transform: uppercase;
  }
  .about-sec {
	margin: 0px 0 80px;
	padding: 100px 0;
	background: #fff4f8;
  }
  .abt_sub {
	color: #727272;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
  }
  .abt_title {
	font-family: "Marcellus", serif;
	font-size: 40px;
	margin-bottom: 20px;
	line-height: 1.2;
  }
  .abt_btns a {
	background: #f7bcd0;
	padding: 17px 34px;
	color: #b20741;
	font-weight: 500;
  }
  .abt_btns {
	margin-top: 40px;
  }
  .about-text {
	line-height: 30px;
  }
  .cta-sec {
	height: 400px;
	overflow: hidden;
	margin-bottom: 80px;
  }
  .home_product_block_inner {
	border: 1px solid #f4b9cd80;
	padding: 20px;
	min-height: 623px;
  }
  .home_product_block_heading a {
	margin: 15px 0;
	text-align: center;
	font-size: 15px;
	color: #000;
	display: block;
	font-weight: 500;
	text-transform: uppercase;
	min-height: 45px;
  }
  .home_product_block_description {
	text-align: center;
	font-size: 13px;
	color: #848484;
	line-height: 1.6;
	min-height: 90px;
  }
  .home_product_block_price {
	text-align: center;
	font-size: 18px;
	margin-bottom: 10px;
  }
  .home_product_block_enquiry a {
	background: #f7bcd0;
	padding: 10px;
	display: block;
	color: #ba1d52;
  }
  .home_product_block_enquiry {
	text-align: center;
  }
  .home_product_block_enquiry a {
	background: #f7bcd0;
	padding: 10px;
	display: block;
	color: #ba1d52;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 3px;
  }
  .home_product_block_heading a:hover {
	color: #773961;
  }
  .home_product_block_enquiry a:hover {
	background: #773961;
	color: #f7bcd0;
  }
  .owl-nav {
    display: block !important;
}

.owl-prev, .owl-next {
	background: #773961 !important;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.owl-prev, .owl-next {
	color: #fff !important;
	font-size: 25px !important;
	line-height: 0 !important;
	text-align: center;
	font-weight: normal;
  }
.owl-prev { left: -50px; }
.owl-next { right: -50px; }
.page{
	margin-top:0 !important;
}
.cta-sec img {
	width: 100%;
  }
  .contact-outer {
	margin: 80px 0 0;
	background: #ffdce8;
	padding:70px 0 50px;
	background-image: url(../images/newbg.png);
	background-size: cover;
  }
  .form-titl {
	margin-bottom: 20px;
	font-family: "Marcellus", serif;
	font-size: 32px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
  }
  .frm_fld input {
	width: 100%;
	padding: 14px;
	font-size: 14px;
	border-radius: 4px;
	color: #000;
	border: none;
  }
  .frm_fld p {
	margin: 0 0 10px;
  }
  .frm_fld textarea {
	width: 100%;
	height: 90px;
	border-radius: 5px;
	border: none;
	font-size: 14px;
  }
  .send_btn input {
	background: #af033b !important;
	font-size: 15px !important;
  }
  .contact_page_info {
	position:relative;
	padding-left:47px;
	color:#000;
	margin-top:25px;
}
.contact_page_info a {
	color:#000;
}
.contact_page_info strong {
	color:#b30742;
	font-weight: 600;
	font-size:17px;
}
.contact_page_info img {
	position:absolute;
	top:7px;
	left:0;
	width:35px;
}
.contact_page_info img {
	filter: brightness(0);
  }
  .footer_section {
	text-align: center;
	padding: 10px;
	background: #773961;
	color: #fff;
	font-size: 14px;
  }
.site-content, .site-main .widecolumn {
	margin-left: 0px !important;
}
.page .entry-header, .blog_page_banner {
  background: url(../images/slider_img.jpg) !important;
  background-size: cover !important;
  max-width: 100% !important;
  padding: 240px 0 125px !important;
  margin: 0 0 50px !important;
  position: relative;
  overflow: hidden;
  text-align: center;
  background-attachment: fixed !important;
}
.page .entry-content {
	max-width:100% !important;
	padding:0px !important;
}
.content-area, .content-sidebar {
	padding-top: 0px !important;
}
.page .entry-title, .blog_page_title {
	text-align: center;
	color: #fff;
	width: 100%;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	z-index: 99;
	margin-bottom: 0;
}
 
@media only screen and (min-width : 300px) and (max-width : 1023px) {  
	.topx-header-part {
		display: none;
	  }
	  .owl-prev { left: 0px; }
	.owl-next { right: 0px; }
	.fixed-header {
		top: 0;
	  }
	  .pro_titl {
		font-size: 25px;
	  }
	  .Product-outer {
		margin: 40px 0;
	  }
	  .cta-sec {
		height: auto;
		overflow: hidden;
	  }
	  .about-sec {
		margin: 0px 0 50px;
		padding: 50px 0;
	  }
	  .contact-outer {
		margin: 50px 0 0;
		padding:50px 0 30px;
	  }
	  .form-titl {
		font-size: 25px;
	  }
	  .form_sc {
		margin-top: 30px;
	  }
	  .abt_sub {
		margin-top: 30px;
	  }
	  .abt_title {
		font-size: 25px;
		margin-bottom: 10px;
	  }

}

@media only screen and (min-width : 321px) and (max-width : 480px) {

}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) {

}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) {

}

@media only screen and (min-width : 481px) and (max-width : 767px) {

}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.abt_sub {
		margin-top: 0;
	  }
	  .about-text {
		line-height: 25px;
		font-size: 14px;
	  }
	  .form_sc {
		margin-top: 0;
	  }
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.owl-prev { left: 0px; }
	.owl-next { right: 0px; }
	.Product-outer {
		margin: 60px 0 0;
	  }
	  .about-sec {
		margin: 50px 0 70px;
		padding: 60px 0;
	  }
	  .cta-sec {
		height: auto;
	  }
	  .form-titl {
		font-size: 25px;
	  }
	  .pro_titl {
		font-size: 25px;
	  }
	  .abt_title {
		font-size: 28px;
	  }
}

/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {

}

/* iPhone XS Max */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* iPad Pro 10.5 inch */
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

}

@media screen and (min-width: 1424px) {

}

@media screen and (min-width: 1624px) {

}

@media screen and (min-width: 1920px) {

}

@media screen and (min-width: 2048px) {

}

@media screen and (min-width: 2550px) {

}  