body {
	padding: 0px;
	margin: 0px;
	font-family: 'Poppins';
}
img {
	max-width: 100%;
	height: 0 auto;
}
a {
	text-decoration: none !important;
}
a:focus {
	outline: none;
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: 0px
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
	outline: none;
	outline-offset: 0px;
}
a:focus, a:hover {
	text-decoration: none !important;
}


@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype'),
        url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff'),
        url('../fonts/Poppins-Medium.ttf') format('truetype'),
        url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff'),
        url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
        url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff'),
        url('../fonts/Poppins-Bold.ttf') format('truetype'),
        url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Akhand';
    src: url('../fonts/Akhand-Black.eot');
    src: url('../fonts/Akhand-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Akhand-Black.woff2') format('woff2'),
        url('../fonts/Akhand-Black.woff') format('woff'),
        url('../fonts/Akhand-Black.ttf') format('truetype'),
        url('../fonts/Akhand-Black.svg#Akhand-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.darkHeader {
	background: #fff;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.header_top {
	background: #000;
	height: 40px;
	padding: 10px 0 0;
	overflow: hidden;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.darkHeader .header_top {
	height: 0;
	padding: 0;
}
.header_top_left span {
	display: inline-flex;
	align-items: center;
	vertical-align: top;
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	margin-right: 15px;
}
.header_top_left span img {
	width: 18px;
	margin-right: 6px;
}
.header_top span a {
	color: #fff;
}
.header_top_right {
	text-align: right;
	font-size: 13px;
	font-weight: 500;
	color: #fff;
}
.header_top_right img {
	width: 18px;
	margin: -2px 5px 0 0;
}
.header_bottom {
	background: #fff;
}
.logo {
	margin-top: 6px;
	margin-bottom: 6px;
	padding-right: 0;
}
.logo img {
	width: 185px;
}
.header_menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.header_menu ul li {
	position: relative;
}
.header_menu ul li a {
	display: block;
	color: #111210;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;
	position: relative;
	z-index: 99;
	font-weight: 500;
	padding: 31px 13px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header_menu ul li a:hover, .header_menu ul li.active a {
	color: #111;
	background: #efefef;
}
.header_menu ul ul{
    height: 350px;
    overflow-y: scroll;
}

/* width */
.header_menu ul ul::-webkit-scrollbar {
    width: 5px;
}
  
/* Track */
.header_menu ul ul::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
}
   
/* Handle */
.header_menu ul ul::-webkit-scrollbar-thumb {
    background: #000; 
    border-radius: 10px;
}
  
/* Handle on hover */
.header_menu ul ul::-webkit-scrollbar-thumb:hover {
    background: #000; 
}

.header_btn1 {
	display: inline-block;
	font-weight: 500;
	vertical-align: top;
	font-size: 15px;
	padding: 10px 20px;
	text-transform: uppercase;
	border-radius: 5px;
	margin-left: 10px;
	background: #e30000;
	color: #fff !important;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header_btn1:hover {
	background: #666;
	color: #fff !important;
}
.header_btn2 {
	display: inline-block;
	font-weight: 600;
	vertical-align: top;
	font-size: 15px;
	padding: 10px 20px;
	text-transform: uppercase;
	border-radius: 5px;
	margin-left: 10px;
	background: #000;
	color: #fff !important;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header_btn2:hover {
	background: #666;
	color: #fff !important;
}
.home_banner_section {
	margin-top: 100px;
}
.home_product_section {
	padding: 70px 0;
}
.home_product_section_heading {
	font-weight: bold;
	color: #1a1a1a;
	font-size: 33px;
	line-height: 36px;
	margin: 0;
}
.home_product_block {
	margin-top: 40px;
}
.home_product_block_img {
	border-radius: 10px 10px 0 0;
}
.home_product_block_img img {
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_product_block_img:hover img {
	transform: scale(1.1);
}
.home_product_block_text {
	color: #1a1a1a;
	font-size: 18px;
	font-weight: 600;
	border-bottom: 3px solid #e30000;
	padding: 15px 0;
}
.transform_right_sec {
	background: url("../images/right_bg.jpg") #000 no-repeat center right;
	background-size: cover;
	min-height: 100%;
	display: flex;
	align-items: center;
	padding: 40px 20% 40px 12%;
}
.transform_right_sec_heading {
	font-weight: bold;
	font-size: 32px;
	line-height: 40px;
}
.transform_right_sec_text {
	color: #dedede;
	margin-top: 20px;
}
.transform_right_sec_btn {
	display: inline-block;
	font-weight: 500;
	vertical-align: top;
	font-size: 16px;
	padding: 10px 20px;
	border-radius: 5px;
	margin-top: 25px;
	background: #e30000;
	color: #fff !important;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.transform_right_sec_btn:hover {
	background: #fff;
	color: #111 !important;
}
#service_slide {
	margin-top: 40px;
}
#service_slide .owl-dots {
	display: none !important;
}
.owl-prev {
	background: url("../images/prev_icon.png") no-repeat center !important;
	font-size: 0 !important;
	width: 15px !important;
	height: 30px !important;
	padding: 0 !important;
	margin: 0 !important;
	float: left;
}
.owl-next {
	background: url("../images/next_icon.png") no-repeat center !important;
	font-size: 0 !important;
	width: 15px !important;
	height: 30px !important;
	padding: 0 !important;
	margin: 0 !important;
	float: right;
}
#service_slide .owl-nav {
	margin-top: 0 !important;
	position: absolute;
	top: 50%;
	left: -40px;
	right: -40px;
	transform: translate(0, -50%);
	text-align: left;
}
.home_area_section {
	background: url("../images/area_bg.jpg") #000 no-repeat center;
	background-size: cover;
	padding: 50px 0;
}
.home_area_section_heading {
	font-weight: bold;
	font-size: 38px;
	line-height: 42px;
}
.home_area_section_text {
	font-weight: 500;
	color: #e5e5e5;
	font-size: 15px;
	margin-top: 2px;
}
.home_area_right {
	border-left: 1px solid rgba(255, 255, 255, 0.1 );
	padding-left: 40px;
}
.home_area_right ul {
	padding: 0;
	margin: 0;
}
.home_area_right ul li {
	list-style: none;
	display: inline-block;
	margin: 4px 3px 4px 0;
}
.home_area_right ul li a {
	background: url("../images/location_icon.png") #fff no-repeat center left 13px;
	background-size: 18px;
	display: block;
	border-radius: 30px;
	color: #333 !important;
	font-size: 15px;
	font-weight: 500;
	padding: 6px 15px 6px 35px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_area_right ul li a:hover {
	background-color: #eee;
}
.home_spec_section {
	padding: 70px 0;
}
.home_spec_section_heading {
	color: rgba(9, 8, 8, 0.05);
	font-weight: bold;
	font-size: 130px;
	line-height: 110px;
	white-space: nowrap;
}
.home_spec_box {
	box-shadow: 0px 3px 9px 2px rgba(0, 0, 0, 0.09);
	border: 2px solid #fff;
	background-color: rgb(247, 247, 247);
	width: 160px;
	height: 160px;
	transform: rotate(45deg);
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.home_spec_box::before {
	position: absolute;
	content: "";
	background: #ea1c26;
	width: 100px;
	height: 160px;
	transform: rotate(45deg);
	left: -52px;
	top: -82px;
}
.home_spec_box img {
	width: 65px;
	transform: rotate(-45deg);
	margin-top: 48px;
}
.home_spec_box_text {
	color: #fff;
	background: #171717;
	position: relative;
	font-weight: 600;
	padding: 12px 0;
	border-radius: 4px 4px 5px 5px;
	width: 220px;
	margin: -15px auto 0;
}
.home_spec_box_text:before {
	background: #353434;
	position: absolute;
	content: "";
	top: -44px;
	left: 0;
	width: 100%;
	height: 45px;
	z-index: -1;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.home_testimonial_sec {
	background: #f5f5f5;
	padding: 70px 0;
}
.footer {
	background: #060606;
	padding: 50px 0 20px;
}
.footer_top_heading {
    font-size: 22px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 10px;
}
.footer_top_heading:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 35px;
	border-bottom: 3px solid #fff;
}
.footer_contact_info ul {
	padding: 0;
	margin: 25px 0 0;
}
.footer_contact_info ul li {
	color: #fff;
	position: relative;
	font-size: 15px;
	font-weight: 500;
	list-style: none;
	margin-top: 9px;
	padding-left: 30px;
}
.footer_contact_info ul li img {
	position: absolute;
	top: 1px;
	left: 0;
	max-width: 21px;
}
.footer_contact_info ul li a {
	color: #fff;
}
.footer_menu ul {
    list-style-type: none;
    padding: 0;
    margin: 18px 0 0;
}
.footer_menu ul li {
	color: #eee;
	font-size: 15px;
    position: relative;
    margin-top: 2px;
}
.footer_menu ul li a {
	color: #eee;
	font-style: normal;
	text-decoration: none;
	position: relative;
	z-index: 99;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.footer_menu ul li a:hover, .footer_menu ul li.active a {
	color: #e30000;
	padding-left: 2px;
}
.footer_social {
	text-align: right;
}
.footer_social img {
	width: 30px;
	border-radius: 50%;
}
.footer_social a {
	margin-left: 5px;
}
.footer_top_block {
	border-left: 1px solid rgba(255, 255, 255, 0.15);
	padding-left: 25px;
}
.footer_top_block:first-child {
	border-left: none;
	padding-left: 12px;
}
.footer_copyright {
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	margin-top: 35px;
	color: #eee;
	font-size: 14px;
	padding: 20px 0 0;
}
#back-to-top {
	background: #e30000;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9999;
	text-transform: uppercase;
    cursor: pointer;
    border-radius: 50%;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top.show {
    opacity: 1;
}
.home_banner_section .ms-slide:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	width: 70%;
	z-index: 9;
	background: rgb(0,0,0);
	background: linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
}
.ms-slide-info {
	position: absolute !important;
	margin-top: 0 !important;
	top: 50%;
	left: 9%;
	width: auto !important;
	max-width: 400px;
	transform: translate(0, -50%);
}
.banner_subheading {
	color: #fff;
	font-weight: 600;
}
.banner_heading {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 36px;
	line-height: 40px;
	margin-top: 15px;
}
.banner_btn1 {
	display: inline-block;
	font-weight: 500;
	vertical-align: top;
	font-size: 16px;
	padding: 11px 20px;
	text-transform: uppercase;
	border-radius: 5px;
	margin-top: 20px;
	margin-right: 5px;
	background: #e30000;
	color: #fff !important;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.banner_btn2 {
	display: inline-block;
	font-weight: 500;
	vertical-align: top;
	font-size: 16px;
	padding: 11px 20px;
	text-transform: uppercase;
	border-radius: 5px;
	margin-top: 20px;
	background: #fff;
	color: #111 !important;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.ms-nav-prev {
	background: url("../images/banner_prev.png") no-repeat center !important;
}
.ms-nav-next {
	background: url("../images/banner_next.png") no-repeat center !important;
}
.ms-skin-default .ms-bullet {
	width: 12px !important;
	height: 12px !important;
	background: #000 !important;
	border-radius: 50%;
}
.ms-skin-default .ms-bullet-selected {
	background: #fff !important;
}
.site-content, .site-main .widecolumn {
    margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
    background: url("../images/inner_banner.jpg") #eee no-repeat;
    background-size: cover !important;
    max-width: 100% !important;
    padding: 240px 0 110px !important;
    margin: 0 0 50px !important;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.page .entry-header:before, .blog_page_header:before {
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.page .entry-content {
	max-width: 100% !important;
	padding: 0px !important;
}
.content-area, .content-sidebar {
    padding-top: 0px !important;
}
.page .entry-title, .blog_page_title {
    color: #fff;
	position: relative;
    font-size: 35px;
	font-weight: 600;
    text-transform: none;
    z-index: 99;
	margin-bottom: 3px;
}
.breadcrumb-container {
    width: 100%;
	color: #e30000;
	position: relative;
	font-size: 15px;
}
.breadcrumb-container a {
	color: #e30000;
}
.page {
	margin-top: 0 !important;
}
.sp-testimonial-free {
	background: #fff !important;
	padding: 15px !important;
	border-radius: 8px !important;
}
.sp-testimonial-content {
	display: block !important;
	height: 110px;
	overflow: auto;
	padding-right: 20px;
	-webkit-scrollbar-width: thin;
	-moz-scrollbar-width: thin;
	scrollbar-width: thin;
}
.sp-testimonial-content, .sp-testimonial-content p {
	font-size: 14px !important;
	text-align: left !important;
	line-height: 22px !important;
}
.sp-testimonial-post-title {
	background: url("../images/star.png") no-repeat left bottom;
	background-size: 90px !important;
	font-weight: 500 !important;
	font-size: 17px !important;
	text-align: left !important;
	padding-bottom: 12px !important;
}
.sp-testimonial-free-section .testimonial-nav-arrow {
	top: 70% !important;
	font-size: 30px !important;
}
.testimonial_logo {
	width: 160px;
}
.testimonial_rating {
	font-weight: 600;
	color: #333;
	font-size: 17px;
	margin-top: 10px;
}
.testimonial_rating img {
	width: 120px;
	margin: 0 0 0 10px;
}
.testimonial_rating_btn {
	display: inline-block;
	background: #ea1c26;
	color: #fff !important;
	font-size: 13px;
	padding: 10px 18px;
	border-radius: 4px;
	font-weight: 500;
	margin-top: 15px;
}
.inner_page_heading {
	color: #1a1a1a;
	font-weight: 600;
	font-size: 28px;
	line-height: 33px;
	position: relative;
	padding-bottom: 12px;
}
.inner_page_heading:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 30px;
	border-bottom: 4px solid #e30000;
}
.centered_heading:before {
	left: 50%;
	transform: translate(-50%, 0);
}
.inner_page_text {
	color: #666;
	margin-top: 20px;
}
.inner_page_text strong {
	color: #555;
	font-weight: 600;
}
.inner_page_list ul {
	padding: 0;
	margin: 0;
}
.inner_page_list ul li, .et_pb_text_inner ul li {
	list-style: none;
	position: relative;
	padding-left: 24px;
	color: #666;
	margin-top: 4px;
}
.inner_page_list ul li strong, .et_pb_text_inner ul li strong {
	color: #555;
	font-weight: 500;
}
.inner_page_list ul li:before, .et_pb_text_inner ul li:before {
	background: url("../images/check.png") no-repeat;
	background-size: 100%;
	width: 17px;
	height: 17px;
	position: absolute;
	content: "";
	top: 3px;
	left: 0;
}
.inner_page_mid_section {
	background: url("../images/inner_mid_bg.jpg") #eee no-repeat center;
	background-size: cover;
	padding: 60px 0;
	margin: 60px 0;
	position: relative;
}
.inner_page_mid_section:before {
	background: rgba(255, 255, 255, 0.85);
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.inner_page_mid_section .container {
	position: relative;
	z-index: 9;
}
.inner_page_bottom_box {
	background: #e30000;
	padding: 40px 30px;
	text-align: center;
	border-radius: 5px;
	margin-top: 60px;
}
.inner_page_bottom_box_heading {
	color: #fff;
	font-weight: 600;
	font-size: 26px;
	line-height: 30px;
	position: relative;
	padding-bottom: 12px;
	margin: 0;
}
.inner_page_bottom_box_heading:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 30px;
	border-bottom: 4px solid #fff;
}
.inner_page_bottom_box_text {
	margin-top: 20px;
	color: rgba(255, 255, 255, 0.9);
}
.inner_page_img img {
	border-radius: 8px;
}
.color_chart_box {
	min-width: 20%;
	max-width: 20%;
	margin-top: 20px;
}
.color1 {
	background: #cccccc;
}
.color2 {
	background: #999999;
}
.color3 {
	background: #4b5259;
}
.color4 {
	background: #928f88;
}
.color5 {
	background: #767779;
}
.color6 {
	background: #c9b79e;
}
.color7 {
	background: #2a2a2c;
}
.color8 {
	background: #ffffff;
}
.color9 {
	background: #a6a7a1;
}
.color10 {
	background: #5b94d1;
}
.color_chart_box_inner {
	border: 1px solid #eee;
	padding: 35px 0;
	font-size: 13px;
	border-radius: 5px;
	color: #fff;
}
.color_chart_box:nth-child(8) .color_chart_box_inner {
	color: #555;
}
.product_page_box {
	margin-top: 30px;
}
.product_page_box_inner {
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
	min-height: 100%;
	padding: 0 0 5px;
}
.product_page_box_btn {
	display: inline-block;
	background: #e30000;
	color: #fff !important;
	font-size: 15px;
	padding: 9px 18px;
	border-radius: 4px;
	margin-top: 15px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.product_page_box_btn:hover {
	background: #333;
}
.product_page_box_text {
	font-weight: 500;
	color: #353535;
	font-size: 17px;
	line-height: 24px;
	padding: 20px 15px 0;
}
.product_details_page_box {
	margin-top: 35px;
}
.product_details_box_inner {
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
	min-height: 100%;
	padding: 0 0 25px;
}
.product_page_box_number {
	color: #999;
	font-size: 15px;
}
.product_details_features_section {
	background: #111;
	padding: 60px 0;
	margin: 0 0 60px;
}
.details_features_box {
	margin-top: 35px;
}
.details_features_box img {
	height: 70px !important;
}
.details_features_box_text {
	color: #b7b7b7;
	margin-top: 15px;
	padding: 0 15%;
}
.product_details_spec_section {
	background: #e30000;
	padding: 30px 0;
	margin: 60px 0;
}
.details_spec_img img {
	width: 180px;
	filter: brightness(0) invert(1);
}
.details_features_box_inner {
	background: rgba(255, 255, 255, 0.1);
	min-height: 100%;
	border-radius: 10px;
	padding: 30px 20px;
}
.product_details_price_section {
	background: #eee;
	padding: 30px 0;
	margin: 60px 0 0;
}
.details_price_box {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	padding: 15px 12px;
	color: #555;
}
.details_price_box:nth-child(even) {
	border-right: none;
}
.details_price_box:last-child, .details_price_box:nth-last-child(2) {
	border-bottom: none;
}
.details_spec_btn1 {
	display: inline-block;
	background: #e30000;
	color: #fff !important;
	margin-top: 20px;
	padding: 10px 20px;
	border-radius: 4px;
	margin-right: 5px;
}
.details_spec_btn2 {
	display: inline-block;
	background: #111;
	color: #fff !important;
	margin-top: 20px;
	padding: 10px 20px;
	border-radius: 4px;
}
.woocommerce ul.products li.product {
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	overflow: hidden;
	padding: 15px 15px 25px !important;
}
.woocommerce ul.products li.product .price {
	display: none !important;
}
.woocommerce-loop-product__title {
	color: #222;
	font-weight: normal;
	line-height: 23px;
}
.woocommerce-product-details__short-description {
	color: #666;
}
.price {
	color: #e30000 !important;
	font-size: 22px !important;
}
.add_to_cart_button, .single_add_to_cart_button, #place_order {
	background: #e30000 !important;
	color: #fff !important;
	line-height: normal !important;
	border-radius: 4px !important;
	font-size: 15px !important;
	padding: 9px 20px !important;
	font-weight: normal !important;
	text-transform: capitalize !important;
	margin-top: 0 !important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	text-align: center;
}
.summary .product_title {
	font-size: 20px;
}
.summary .product_title {
	font-size: 28px;
	text-transform: none;
	line-height: 33px;
	color: #1a1a1a;
	font-weight: 600;
}
.quantity .plus, .quantity .minus {
	background: #111 !important;
	height: 43px;
	border-radius: 50%;
	width: 43px;
	padding: 0;
	font-size: 20px;
}
.quantity .input-text {
	min-height: 43px;
}
.product_meta a {
	color: #e30000;
}
.shop_table thead {
	background: #000;
	color: #fff;
}
.shop_table .product-name a {
	color: #16a0db;
}
.checkout-button {
	background: #16a0db !important;
	border-radius: 30px !important;
	font-size: 16px !important;
}
.woocommerce-input-wrapper .input-text {
	width: 100%;
	border: 1px solid #ccc !important;
	min-height: 45px;
}
#order_comments {
	resize: none;
	height: 150px;
}
.select2-selection, .select2-selection__arrow {
	min-height: 45px;
}
.select2-selection__rendered {
	line-height: 44px !important;
}
.variations tbody {
	display: flex;
	flex-wrap: wrap;
}
.variations tbody tr {
	width: 50%;
}
.variations tbody th, .variations tbody td {
	display: block;
	padding-right: 10px;
}
.variations tbody select {
	width: 100%;
	border: 1px solid #ccc !important;
	background: url(../images/dropdown.png) no-repeat center right 10px;
	padding: 10px 30px 10px 8px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.orderby {
	border: 1px solid #ccc !important;
	background: url(../images/dropdown.png) no-repeat center right 10px;
	padding: 10px 30px 10px 8px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.woocommerce-product-gallery .flex-control-thumbs li {
	padding: 10px 5px 0;
}
.woocommerce-product-gallery .flex-control-thumbs li img {
	padding: 5px;
	border: 1px solid #ddd;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active, .woocommerce div.product div.images .flex-control-thumbs li img:hover {
	border-color: #16a0db;
}
.single_add_to_cart_button.button {
	display: none !important;
}
.woocommerce-tabs h2 {
	display: none;
}
.contact_page_info {
	position:relative;
	padding-left:45px;
	color:#666;
	margin-top:25px;
}
.contact_page_info a {
	color:#666;
}
.contact_page_info strong {
	color:#222;
	font-weight: 500;
	font-size:18px;
}
.contact_page_info img {
	position:absolute;
	top:7px;
	left:0;
	width:35px;
}
.contact_form {
	margin-top: 10px;
}
.contact_form p {
	margin-bottom: 0 !important;
}
.contact_form input {
    margin-top: 15px;
    min-height: 45px;
    border: 1px solid #ccc !important;
    width: 100%;
	border-radius: 3px;
}
.contact_form textarea {
    margin-top: 15px;
    height: 150px;
    border: 1px solid #ccc !important;
	resize: none;
	border-radius: 3px;
}
.contact_form .contact_btn input {
    min-height: 45px;
    border: none !important;
    width: auto;
    background: #e30000 !important;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
}
.contact_map {
	margin-top: 60px;
}
.contact_map iframe, #post-17 {
	margin-bottom: 0 !important;
}
.rmp-menu-title-image {
	width: 65px !important;
	height: 65px !important;
}
.footer_fixed_buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
}
.footer_btn1 {
	background: #e30000;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
}
.footer_btn2 {
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	height: 44px;
	width: 44px;
	border-radius: 50%;
	padding: 10px 12px 0;
}
.footer_btn3 {
	background: #111;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
}
.transform_left_sec_img img {
	width: 100%;
	min-height: 100%;
	object-fit: cover;
}
.thankyou_text {
	color: #666;
}
.thankyou_btn {
	display: inline-block;
	background: #e30000;
	color: #fff !important;
	margin-top: 20px;
	padding: 10px 20px;
	border-radius: 4px;
}
.error_container {
	display: flex;
	min-height: 100vh;
	align-items: center;
	text-align: center;
}
.error_container img {
	margin-bottom: 20px;
}
.post .entry-summary, .post .entry-content {
	color: #666;
}
.more-link {
	display: block;
	background: #e30000;
	color: #fff !important;
	text-transform: capitalize;
	margin-top: 20px;
	border-radius: 4px;
	padding: 10px 0 10px 15px;
	font-size: 15px;
	width: 185px;
}
.service_page_form_section {
	background: #000;
	margin-top: 60px;
	padding: 40px 0 20px;
}
.service_page_form p {
	margin-bottom: 0 !important;
}
.service_page_form input {
	width: 100%;
	border: none !important;
	margin-top: 12px;
	min-height: 45px;
}
.service_page_form select {
	background: url(https://red-rat-536989.hostingersite.com/wp-content/uploads/2024/07/dropdown.png) #fff no-repeat center right 10px;
	width: 100%;
	padding: 0 30px 0 12px;
	border: none !important;
	margin-top: 12px;
	min-height: 45px;
	border-radius: 2px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.service_page_form textarea {
	resize: none;
	border: none !important;
	margin-top: 12px;
	height: 100px;
}
.service_page_form .contact_btn input {
	width: auto;
	border: none !important;
	margin-top: 15px;
	min-height: 45px;
	background: #e30000 !important;
	font-weight: 500;
	font-size: 16px;
}
.service_page_form .wpcf7-spinner {
	display: block !important;
}
.service_page_form {
	margin-top: 15px;
}

.in_pagelist2 ul li strong {
    display: block;
}
.in_texthdmidd {
    display: inline-block;
    margin-bottom: 40px;
}
.in_texthdmidd:before {
    right: 0;
    margin: 0 auto;
}
.faq_innerinfo {
    margin-top: 60px;
}
.faq_text_hd {
    font-size: 20px;
    color: #111;
    font-weight: 500;
    line-height: 25px;
    background: #e7e7e7;
    padding: 10px;
    border-radius: 5px;
    border-bottom: 2px solid #e30000;
}
.faq_innerbox {
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 25px;
    box-shadow: 0px 0px 20px -14px #282828;
}
.new_contentadd {
    padding: 80px 0;
}
.main_text_para {
    font-size: 16px;
    margin-top: 20px;
    color: #484848;
}
.inner_locatebox {
    margin-top: 60px;
}
/*============== Responsive =============*/

@media only screen and (min-width : 300px) and (max-width : 1023px) {
.header_top, .header_right {
  display: none !important;
}
.logo img {
  width: 130px;
}
.home_banner_section {
  margin-top: 60px;
}
.home_banner_section .ms-view, .home_banner_section .ms-slide {
   min-height: 300px !important;
}
.home_banner_section .ms-slide-bgcont img {
   object-fit: cover;
}
.banner_heading {
  font-size: 26px;
  line-height: 32px;
  margin-top: 10px;
}
.banner_btn1, .banner_btn2 {
  font-size: 15px;
  padding: 10px 20px;
}
#service_slide .owl-nav {
  position: static;
  transform: none;
  text-align: center;
  margin-top: 25px !important;
}
.owl-prev {
  float: none;
}
.owl-next {
  float: none;
  margin-left: 20px !important;
}
.home_product_section_heading, .transform_right_sec_heading, .home_area_section_heading, .page .entry-title, .blog_page_title {
  font-size: 26px;
  line-height: 32px;
}
.home_product_section, .home_area_section, .home_spec_section, .home_testimonial_sec {
  padding: 40px 0;
}
.home_product_block_text {
  font-size: 15px;
  padding: 10px 0;
}
.home_product_block {
  margin-top: 30px;
}
.transform_right_sec {
  padding: 40px 12px;
}
.home_area_right {
  border-left: none;
  padding-left: 12px;
  margin-top: 25px;
}
.home_spec_section_heading {
  font-size: 45px;
  line-height: 60px;
}
.home_spec_box_text {
  width: 165px;
  font-size: 13px;
}
.home_spec_box {
  width: 110px;
  height: 110px;
}
.home_spec_box::before {
  left: -76px;
  top: -106px;
}
.home_spec_box img {
  width: 44px;
  margin-top: 31px;
}
.home_spec_box_main {
  margin-top: 45px;
}
.testimonial_slider {
  margin-top: 30px;
}
.footer_top_block {
  border-left: none;
  padding-left: 12px;
  margin-top: 35px;
}
.footer {
  padding: 10px 0 60px;
}
.footer_social {
  text-align: left;
  margin-top: 15px;
}
.footer_social a {
  margin: 0 5px 0 0;
}
.footer_contact_info ul li {
  font-size: 14px;
}
.page .entry-header, .blog_page_header {
  padding: 130px 0 60px !important;
  margin: 0 0 40px !important;
}
.inner_page_heading, .inner_page_bottom_box_heading {
  font-size: 23px;
  line-height: 28px;
}
.inner_page_img {
  margin-bottom: 25px;
}
.inner_page_mid_section {
  padding: 40px 0;
  margin: 40px 0;
}
.inner_page_bottom_box {
  padding: 30px 20px;
  margin-top: 40px;
}
.product_details_page_box, .details_features_box {
  margin-top: 25px;
}
.product_details_price_section {
  margin: 40px 0 0;
}
.details_price_box {
  padding: 8px 12px;
  border: none;
}
.details_features_box img {
  height: 40px !important;
}
.details_features_box_text {
  padding: 0;
}
.product_details_features_section {
  padding: 40px 0;
  margin: 0 0 40px;
}
.details_spec_img img {
  width: 130px;
  margin: 10px 0;
}
.product_details_spec_section {
  margin: 40px 0;
}
.details_features_box_inner {
  padding: 25px 10px;
}
.summary .product_title {
  font-size: 24px;
  line-height: 30px;
}
.contact_right {
  margin-top: 40px;
}
.contact_page_info {
  font-size: 14px;
}
#back-to-top {
  bottom: 55px;
}
}

@media only screen and (max-width : 320px) {

}

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

}

@media only screen and (min-width : 481px) and (max-width : 767px) {
.ms-slide-info {
  left: 11%;
}
.transform_right_sec {
  padding: 40px 11%;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
.ms-slide-info {
  left: 12%;
}
.testimonial_slider, .contact_right {
  margin-top: 0;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.header_btn1 {
  font-size: 14px;
  margin-left: 5px;
}
.header_btn2 {
  font-size: 14px;
  margin-left: 5px;
}
.header_menu ul li a {
  font-size: 14px;
  padding: 31px 10px;
}
.header_top_left span, .header_top_right {
  font-size: 12px;
}
.footer_contact_info ul li {
  font-size: 12px;
}
.footer_top_block {
  padding-left: 12px;
}
.footer_top_heading {
  font-size: 20px;
}
}

/* 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) {
.ms-slide-info {
  left: 12%;
}
.testimonial_slider, .contact_right {
  margin-top: 0;
}
}

/* 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) {
.ms-slide-info {
  left: 12%;
}
.testimonial_slider, .contact_right {
  margin-top: 0;
}
}

/* 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) {
.ms-slide-info {
  left: 12%;
}
.testimonial_slider, .contact_right {
  margin-top: 0;
}
}

/* 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) {
.ms-slide-info {
  left: 16%;
}
.transform_right_sec {
  padding: 40px 32% 40px 5%;
}
}

@media screen and (min-width: 2048px) {
.ms-slide-info {
  left: 18%;
}
.transform_right_sec {
  padding: 40px 36% 40px 6%;
}
}

@media screen and (min-width: 2550px) {
.ms-slide-info {
  left: 24%;
}
.transform_right_sec {
  padding: 40px 48% 40px 7%;
}
}

