*{
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "Inter", sans-serif !important;
	font-size: 14px;
	color: #222;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Slab', serif;
	margin-top: 0;
}
a{
	color: #111;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
a:hover{
	color: #FF0101;
}
a, a:hover, a:focus{
	text-decoration: none;
}
ul{
	margin: 0;
	padding: 0;
}
li{
	list-style: none;
}
.fix{
	display: block;
	overflow: hidden;
}
/*===Button Effect===*/
.button {
	display: inline-block;
	color: #FF0101;
	line-height: 35px;
	padding: 0 20px;
	border: 1px solid #FF0101;
	font-size: 15px;
	position: relative;
	z-index: 0;
	border-left-width: 5px;
	border-radius: 9px;
	overflow: hidden;
}
.button, .button:after{
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.button:hover{
	color: #fff;
}
.button:after{
content: "";
position: absolute;
top: 0%;
left: 0%;
bottom: 0%;
right: 100%;
background-color: #FF0101;
z-index: -1
}
.button:hover:after{
background-color: #FF0101;
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
}
/*===Gallery carousel===*/
#homeCarousel .owl-nav div {
  position: absolute;
  top: 50%;
  background: #ff0101;
  color: rgba(255, 255, 255, 1);
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  border-radius: 50%;
  font-size: 20px;
  text-align: center;
  line-height: 41px;
}
#homeCarousel .owl-nav .owl-prev {
  position: absolute;
  left: 14px;
}
#homeCarousel .owl-nav .owl-next {
  position: absolute;
  left: auto;
  right: 14px;
}
/*
=========================================
			Top Bar CSS
=========================================
*/
.topbar {
	background: #FF0101;
	color: #fff;
	padding: 8px 0;
}
.slogan {
	margin-left: 119px;
}
.slogan span {
	font-size: 14px;
	font-weight: 800;
}
.social{
	float: right;
}
.social ul{
	margin: 0;
	padding: 0;
}
.social ul li{
	list-style: none;
	float: left;
	margin-left: 8px;
}
.social ul li.contact-f{
	margin-left: 30px;
	margin-right: 20px;
}

/*
=========================================
			Header CSS
=========================================
*/
.header-area {
	border-bottom: 4px solid #FF0101;
	height: 53px;
}
.logo img {
	width: 116px;
	border-radius: 50%;
	box-shadow: 0px 0px 8px #333;
	position: absolute;
	top: -29px;
	z-index: 9;
}
.mainmenu ul {
	margin: 0;
	padding: 0;
	float: right;
}
.mainmenu ul li{
	list-style: none;
	float: left;
}
.mainmenu ul li a {
	display: block;
	padding: 16px 10px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	font-family: 'Roboto Slab', serif;
}

/*
=========================================
			SLider CSS
=========================================
*/
.carousel-item{
	position: relative;
}
.slide-content {
	position: absolute;
	left: 10%;
	top: 32%;
}
.slide-content h2 {
	background: rgba(0,0,0,.5);
	display: inline-block;
	padding: 13px 20px;
	color: #fff;
	font-size: 22px;
	border-left: 2px solid #FF0101;
}
.slide-content p {
	background: rgba(40, 34, 90, 0.7);
	color: #fff;
	padding: 8px;
	width: 333px;
	font-size: 16px;
	border-left: 2px solid #FF0101;
}
/*
=========================================
			About Us CSS
=========================================
*/
.about-us-area, .order-area, .footer-top-area{
	background: url('images/bg.png') repeat;
	padding: 80px 0 120px 0;
}
.about-header, .rmc-header, .order-header {
	text-align: center;
	padding-bottom: 40px;
	display: block;
	overflow: hidden;
}

.inner-text h2 {
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 800;
}
.inner-text h2 span.text-color {
	color: #FF0101;
	font-size: 25px;
}
.inner-text img {
	display: block;
	margin: 0 auto;
	height: 3px;
}
.inner-text span {
	font-size: 13px;
	line-height: 32px;
}
.about-left img {
	max-width: 100%;
	height: auto;
	border-radius: 20px;
}
.about-right h3 {
	margin-top: 0;
	font-size: 21px;
	font-weight: 600;
}
.about-right p {
	text-align: justify;
	margin-bottom: 8px;
}


/*
=========================================
			RMC Product CSS
=========================================
*/
.rmc-area {
	padding: 80px 0 120px 0;
	min-height: 500px;
}
.rmc-header {
	margin-bottom: 40px;
}
.rmc-header .inner-text h2 {
	color: #fff;
}
.rmc-header .inner-text h2 span.text-color {
	color: #fff;
}
.rmc-header .inner-text span {
	color: #fff;
}
.productBox {
	background: #fff;
	border-bottom: 3px solid #FF0101;
	padding: 32px;
	position: relative;
	border-radius: 20px;
}
.pro-thumb {
	margin-top: -63px;
}
.pro-thumb img {
	max-width: 100%;
	height: auto;
	border-radius: 20px;
}
.pro-info h3 {
	font-size: 17px;
	font-weight: 700;
	text-align: center;
	margin-top: 12px;
}
.pro-info p {
	font-size: 13px;
	text-align: center;
}
.pro-more {
	position: absolute;
	left: 29%;
	bottom: -17px;
	text-align: center;
}
.pro-more a {
	background: #ff0101;
	color: #fff;
	width: 153px;
	display: inline-block;
	height: 36px;
	line-height: 36px;
	border-radius: 9px;
}

/*
=========================================
			Order CSS
=========================================
*/
.order-box {
	text-align: center;
	padding: 15px;
	position: relative;
}
.order-box::after {
	position: absolute;
	content: '\f197';
	right: -29px;
	top: 37px;
	color: #333;
	font-family: FontAwesome;
	font-size: 21px;
}
.last-child:after {
	content: '';
}
.order-box .icon {
	width: 70px;
	height: 70px;
	margin: 0 auto 20px auto;
	border-radius: 50%;
	border: 2px solid #ff0101;
}
.order-box .icon i {
	color: #ff0101;
	padding: 11px;
	line-height: 46px;
	font-size: 20px;
}
.icon-text {
	font-size: 13px;
	color: #000;
}

/*
=========================================
			Why RMC
=========================================
*/
.why-us-area {
	padding: 100px 0;
	background: url('images/gplaypattern.png');
	border-top: 1px solid #ddd;
}
.why-features-content h2 span {
	background: #20A8E0;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
}
.why-features-content h2 {
	font-size: 20px;
	margin-bottom: 6px;
	color: #ff0011;
}
.why-features-content p {
	text-align: justify;
	color: #111;
}
.why-icon {
	float: left;
	width: 10%;
	margin-right: 10px;
}
.why-features {
	min-height: 92px;
}
.why-features-content {
	float: left;
	width: 85%;
	color: #ddd;
}
.why-icon .fa {
	border-radius: 100%;
	padding: 13px;
	font-size: 22px;
	background: #EE1C25;
	width: 48px;
	height: 48px;
	text-align: center;
	color: #fff;
	/* box-shadow: inset 0px 0px 8px #909193; */
}

/*
=========================================
			Testimonial CSS
=========================================
*/
.testimonial-area, .faq-area, .blog-area{
	padding: 100px 0;
}
.why-us-header, .testimonial-header, .faq-header, .blog-header {
	text-align: center;
	padding-bottom: 40px;
	display: block;
	overflow: hidden;
}
.testimonial-area {
	background: url(images/why-bg.jpg) repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}
.testimonial-header .inner-text h2, .testimonial-header .inner-text span {
	color: #fff;
}
.testimonial-item {
	border: 2px solid #ddd;
	padding: 21px;
	padding-top: 25px;
	position: relative;
	background: #fff;
	border-radius: 20px;
	text-align: center;
	align-items: center;
	min-height: 254px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.testimonial-item::before {
	position: absolute;
	content: '\f10d';
	font-size: 26px;
	color: #FF0101;
	left: 0px;
	top: -9px;
	font-family: fontAwesome;
}
.testimonial-item h3 {
	font-size: 16px;
	font-weight: 600;
}
.testimonial-item h3 {
	font-size: 16px;
	font-weight: 600;
}
/*==Testimonial Carousel ==*/
#testimonialCarousel {
	position: relative;
}
#testimonialCarousel .owl-nav div {
	position: absolute;
	top: 50%;
	background: #fff;
	color: #FF0101;
	width: 40px;
	height: 40px;
	transform: translateY(-50%);
	border-radius: 50%;
	font-size: 20px;
	text-align: center;
	line-height: 41px;
}
#testimonialCarousel .owl-nav .owl-prev {
	position: absolute;
	left: -48px;
}
#testimonialCarousel .owl-nav .owl-next {
	position: absolute;
	left: auto;
	right: -48px;
}

/*
=========================================
			FAQ CSS
=========================================
*/
.faq-area {
	background: url('images/dust_scratches.png');
}
.faq-left {
	border-radius: 20px;
	overflow: hidden;
}
.more-faq{
	text-align: center;
	margin: 20px 0;
}
.more-faq a {
	background: #ff0101;
	color: #fff;
	padding: 11px 5px;
	width: 160px;
	display: inline-block;
	text-align: center;
	border-radius: 61px;
}
.more-faq a:hover {
	box-shadow: 0px 0px 8px #ff0101;
}
.faq-accordion .panel-body {
	font-size: 13px;
}
.faq-left img {
	max-width: 100%;
	height: auto;
}
/*
=========================================
			Blog CSS
=========================================
*/
.blog-area {
}
.single-post img {
	max-width: 100%;
	height: 233px;
	width: 100%;
}

.single-post {
	margin-bottom: 20px;
}
.single-post:hover {
	box-shadow: 0px 0px 15px #ddd;
}
.post-content {
	border: 1px solid #ddd;
	padding: 20px;
}
.post-content h3 {
	font-size: 17px;
}
.post-content a.button {
	font-weight: 700;
}
.post-content p {
	text-align: justify;
}
/*
=========================================
			Footer CSS
=========================================
*/
.footer-top-area {
	padding-bottom: 20px;
}
.dimension {
	background: #fff;
	width: 500px;
	margin: 0 auto;
	border-radius: 5px;
}
.footer-bootom-area {
	background: url('images/footer-bg.jpg');
	height: 267px;
	width: 100%;
	margin-top: -5px;
}
.rmc-calculate h2 {
	font-size: 20px;
	text-align: center;
	margin-bottom: 25px;
	color: #ff0101;
	font-weight: 800;
}
.dimension form {
	padding: 30px;
}
.dimension input[type='text']{
	width: 100%;
	border: 1px solid #ddd;
	padding: 8px;
}
.dimension button.calculate {
	border: 0;
	background-color: #ff0101;
	color: #fff;
	width: 126px;
	height: 35px;
	border-top-left-radius: 7px;
	border-bottom-right-radius: 7px;
}
.dimension h3 {
	margin-top: 0;
	padding: 12px;
	background: #333;
	color: #fff;
	text-align: center;
	font-size: 18px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.rmc-calculate .badge {
	background: #ff0101;
	padding: 7px 10px;
	font-size: 15px;
	border-radius: 5px;
}
.rmc-calculate button.close {
	color: #ff0101;
	font-size: 26px;
	opacity: 1;
}
.rmc-calculate .modal-footer {
	text-align: center;
}
.rmc-calculate .modal-content {
	background: url('images/bg.png') repeat;
	height: 300px;
	text-align: center;
	position: relative;
}
.rmc-calculate .modal-content::after {
	position: absolute;
	content: '';
	background: url('images/modal-footer.png');
	bottom: 0;
	left: 0;
	width: 100%;
	height: 42px;
	background-size: 100%;
	background-position: 0px 0px;
}
.rmc-calculate .modal-dialog {
	margin-top: 100px;
}
