@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kb d, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, input, textarea, select, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	font-family: 'Poppins', sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	margin: 0;
	padding: 0;
	outline: 0;
	scrollbar-width: thin;
}
body::-webkit-scrollbar {
  	width: 8px;
	background: #f1f1f1;
}
body::-webkit-scrollbar-thumb {
  	background-color: #c1c1c1;
	border: 1px solid #fff;
}
::-moz-selection {
 	color: #fff;
 	background: #e0000e;
}
::selection {
	color: #fff;
	background: #e0000e;
}
img {
	max-width: 100%;
	height: auto;
	image-rendering: -webkit-optimize-contrast;
}
.trs {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.form-control::placeholder {
	color: #888;
	opacity: 1 !important;
	font-size: 15px;
}
::-webkit-input-placeholder {
 	color: #888;
 	opacity: 1 !important;
	font-size: 15px;
}
:-moz-placeholder {
 	color: #888;
 	opacity: 1 !important;
	font-size: 15px;
}
::-moz-placeholder {
 	color: #888;
 	opacity: 1 !important;
	font-size: 15px;
}
:-ms-input-placeholder {
 	color: #888;
 	opacity: 1 !important;
	font-size: 15px;
}
select:required:invalid {
	color: #888 !important;
}
:focus {
	outline: none !important;
	box-shadow: none !important;
}
a, a:hover {
	text-decoration: none;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
 	transition: background-color 5500s ease-in-out 0s;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	cursor: pointer !important;
	color: #333 !important;
}
select::-ms-expand {
 	display: none;
}
input[type="text"], input[type="email"], input[type="password"], input[type="file"], input[type="date"], textarea, select {
	outline: none;
	box-shadow: none ;
	font-size: 14px !important;
	background-color: transparent;
	color: #333;
	border: 1px solid #e5e5e5 ;
}
.form-control:focus, .form-select:focus {
    border-color: #e0000e;
}
textarea {
	resize: none;
	line-height: 26px !important;
}
.form-floating > textarea.form-control {
	min-height: calc(8em + (0.75rem + 2px));
}
.form-floating > label {
	font-size: 15px;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
b, strong {
    font-weight: 600;
}
.form-check-input:checked {
    color: #fff;
    border-color: transparent;
    background-color: #e0000e;
}
.form-check-input:focus {
    border-color: rgba(225, 116, 0, 0.3);
    outline: 0;
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(225, 116, 0, 0.3);
}
.nothing_display {
	width: 100%;
	padding: 100px 0;
	margin: 0 0 20px 0;
	background: #fff;
	float: left;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	color: #ee1c24;
}

/***************************** header *****************************/
.topsocial a {
    font-size: 15px;
    display: inline-block;
    color: #333;
    text-align: center;
    padding: 5px 8px;
}
.topsocial a.fb:hover {
	color: #38548f;
}
.topsocial a.tw:hover {
	color: #55acee;
}
.topsocial a.im:hover {
	position: relative;
	color: #fb3958;
}
.topsocial a.in:hover {
	color: #0976b4;
}
.topsocial a.yt:hover {
	color: #e52d27;
}
.topsocial a.gl:hover {
	color: #ea4335;
}
.top {
	width: 100%;
	padding: 0px 0;
    background: #fff;
}
.top_ph {
	float: right;
	font-size: 13px;
	font-weight: 400;
    text-align: center;
    padding: 0px 0px;
}
.top_ph a {
	float: left;
	color: #333;
	text-align: center;
	text-decoration: none;
}
.top_ph a i {
	-webkit-transform: translateZ(0);
  	transform: translateZ(0);
	margin: 0 5px 0 0;
	width: 22px;
    height: 22px;
    border-radius: 50%;
    color: #e0000e;
    padding: 5px;
    text-align: center;
	font-size: 15px;
}
.top_ph:hover a i {
  	-webkit-transform: scale(1.1) rotate(12deg);
  	transform: scale(1.1) rotate(12deg);
}
.top_ph img {
	width: 160px;
	float: left;
}

.wa_icon{
	width: 40px;
	height: 40px;
	position: fixed;
	display: block;
	bottom: 50px;
	left: 5px;
	z-index: 10;
	padding: 0;
	background:#26af36;
	border-radius: 50%;
}
.wa_icon i{
	color: #fff;
	font-size: 30px;
	padding: 4px 7px;
	-webkit-animation: ring 4s .7s ease-in-out infinite;
  	-webkit-transform-origin: 50% 4px;
  	-moz-animation: ring 4s .7s ease-in-out infinite;
  	-moz-transform-origin: 50% 4px;
  	animation: ring 4s .7s ease-in-out infinite;
  	transform-origin: 50% 4px;
}
@keyframes ring {
  0% { transform: rotate(0); }
  1% { transform: rotate(30deg); }
  3% { transform: rotate(-28deg); }
  5% { transform: rotate(34deg); }
  7% { transform: rotate(-32deg); }
  9% { transform: rotate(30deg); }
  11% { transform: rotate(-28deg); }
  13% { transform: rotate(26deg); }
  15% { transform: rotate(-24deg); }
  17% { transform: rotate(22deg); }
  19% { transform: rotate(-20deg); }
  21% { transform: rotate(18deg); }
  23% { transform: rotate(-16deg); }
  25% { transform: rotate(14deg); }
  27% { transform: rotate(-12deg); }
  29% { transform: rotate(10deg); }
  31% { transform: rotate(-8deg); }
  33% { transform: rotate(6deg); }
  35% { transform: rotate(-4deg); }
  37% { transform: rotate(2deg); }
  39% { transform: rotate(-1deg); }
  41% { transform: rotate(1deg); }
  43% { transform: rotate(0); }
  100% { transform: rotate(0); }
}

/***************************** btn *****************************/
.btn_style {
	border: none;
	border-radius: 5px;
	padding: 10px 20px;
	font-size: 15px;
	font-weight: 400;
	color: #333;
	transition: color ease 0.3s;
	text-decoration: none !important;
	cursor: pointer;
}
.btn_style:hover {
	color: #fff !important;
}
.btn-effect {
	position: relative;
	overflow: hidden;
	z-index: 1;
	display: inline-block;
	background: #fff;
}
.btn-effect span {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-radius: 100%;
	background: #e0000e !important;
	transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
}
.btn-effect:hover span {
	width: 225%;
	height: 262.5px;
}
.btn-effect:active {
	background-color: #fff;
}

/***************************** Banner *****************************/
.banner {
	width: 100%;
	display: flex;
}
.banner_text {
    width: 100%;
    height: 100%;
	position: absolute;
    top: 0;
    left: 0;
	display: flex;
    align-items: center;
    justify-content: center;
/*	background: rgba(0, 0, 0, 0.2);*/
}
.banner_text span {
	width: fit-content;
    display: block;
	color: #fff;
	background-color: RGBA(0, 0, 0, 0.5);
    border-radius: 5px;
    box-shadow: 0px 1px 5px 0px RGBA(0, 0, 0, 0.13);
	padding: 30px;

}
.banner_text span h1 {
	font-family: 'Poppins', sans-serif;
    font-size: 35px;
	padding: 0 0 20px 0;
	line-height: 30px;
    font-weight: 700;
	text-shadow: 2px 2px 2px #000;
	text-align: center;
}
.banner_text span h2 {
	font-size: 18px;
    font-weight: 400;
	line-height: 22px;
	text-shadow: 2px 2px 2px #000;
	color: #fff !important;
	text-align: center;
}
.carousel, .carousel-inner, .carousel-inner .carousel-item img {
	width: 100%;
	height: auto;
	float: left;
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}
.carousel-control-next, .carousel-control-prev {
	width: 5% !important;
}
.carousel-indicators li {
	cursor: pointer;
}

/***************************** welcome *****************************/
.welcome {
    width: 100%;
	display: flex;
	background: #fff;
	padding: 70px 0;
}
.welcome h1, .welcome h2 {
   	width: 100%;
    float: left;
	font-family: 'Poppins', sans-serif;
	margin: 0 0 20px 0;
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
	color: #333;
}
.welcome h2 span {
   	width: 100%;
    float: left;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	line-height: 40px;
	font-weight: 700;
	color: #333;
}
.welcome_para {
   	width: 100%;
    float: left;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 30px;
	text-align: justify;
}
.welcome_para p {
    margin: 0 0 20px 0;
}
.welcome input, .welcome select, .welcome textarea {
	background-color: #fff !important;
    border: none !important;
	-webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07) !important;
	-moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07) !important;
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07) !important;
}
.welcome textarea {
    min-height: 112px !important;
}

/***************************** products *****************************/
.products {
    width: 100%;
	display: flex;
	text-align: center;
    padding: 30px 0;
	background: #f8f4f3;
}
.products_subtitle {
    color: #666;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 4px;
    margin-bottom: 15px;
    position: relative;
}
.products h1 {
	width: 100%;
    float: left;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 15px 0;
    font-size: 22px;
    line-height: 25px;
    font-weight: 700;
    color: #333;
    text-align: center;
    color: #e0000e;
	padding: 5px;
}
/*.products h4 {*/
/*	width: 70%;*/
/*	font-size: 16px;*/
/*    margin: 0 auto 20px auto;*/
/*    letter-spacing: 1px;*/
/*    line-height: 30px;*/
/*    color: #666;*/
/*	font-weight: 400;*/
/*}*/
/*.products p {
	width: 70%;
	font-size: 16px;
    margin: 0 auto 20px auto;
    letter-spacing: 1px;
    line-height: 30px;
    color: #666;
	font-weight: 400;
}*/
.products_img {
  	position: relative;
  	display: block;
  	overflow: hidden;
  	z-index: 1;
}
.products_img:before {
  	position: absolute;
  	top: 0;
  	bottom: 0;
  	left: 0;
  	right: 0;
  	content: "";
  	background-color: rgba(0,0,0,.3);
  	transition: all 500ms ease;
  	transform: translate3d(0px, -100%, 0px);
  	z-index: 1;
}
.products_box:hover .products_img:before {
  	transform: translate3d(0px, 0, 0px);
}
.products_img img {
  	width: 100%;
  	-webkit-transition: all 500ms ease;
  	transition: all 500ms ease;
}
.products_box:hover .products_img img {
  	transform: scale(1.05);
}
.products_content {
    width: 92%;
	float: left;
   	height: 100px;
    position: relative;
    margin: -40px 4% 20px 4%;
    background: #fff;
    z-index: 9;
	-webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
  	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
}
.products_title {
	width: 100%;
	float: left;
	font-family: 'Poppins', sans-serif;
  	position: relative;
  	font-size: 18px !important;
    font-weight: 700;
	text-align: center;
	color: #333 !important;
	letter-spacing: .5px;
}
.products_content p {
	float: left;
    text-align: center;
    color: #000;
    font-size: 13px;
    margin: 20px auto 0 auto;
    border-bottom: 1px solid rgba(200, 0, 0, 0.5);
}
.products_text {
	width: 100%;
	float: left;
  	font-size: 16px;
  	line-height: 30px;
	text-align: center;
	color: #333;
}











/***************************** gallery *****************************/
.gallery {
    width: 100%;
	display: flex;
	text-align: center;
    padding: 50px 0;
	background: #FAFAFA;
}
.gallery_subtitle {
    color: #666;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 4px;
    margin-bottom: 15px;
    position: relative;
}
.gallery h1 {
	width: 100%;
    float: left;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 25px 0;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #e0000e !important;
    text-align: center;
}
.gallery_box {
  	position: relative;
  	display: block;
}
.gallery_img {
  	position: relative;
  	display: block;
  	overflow: hidden;
  	z-index: 1;
}
.gallery_img:before {
  	position: absolute;
  	top: 0;
  	bottom: 0;
  	left: 0;
  	right: 0;
  	content: "";
  	background-color: rgba(0,0,0,.3);
  	transition: all 500ms ease;
  	transform: translate3d(0px, -100%, 0px);
  	z-index: 1;
}
.gallery_box:hover .gallery_img:before {
  	transform: translate3d(0px, 0, 0px);
}
.gallery_img img {
  	width: 100%;
  	-webkit-transition: all 500ms ease;
  	transition: all 500ms ease;
}
.gallery_box:hover .gallery_img img {
  	transform: scale(1.05);
}

.gallery .swiper1 {
	padding-top: 50px;
}
.swiper1-button-prev,
 .swiper1-button-next {
  position: absolute;
  top: 0px !important;
  right: 0 !important;
  z-index: 10;
  width: 40px;
  height: 40px;
  margin-top: 0px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
}

.gallery .swiper-button-prev, .swiper-rtl .swiper-button-next{
	left: auto !important;
	right: 40px !important;
}




/***************************** swiper *****************************/
.swiper {
	width: 100%;
}
.swiper-slide {
	text-align: center;
      font-size: 18px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
}
.swiper-button-next, .swiper-button-prev {
	top: 5% !important;
}
.swiper-button-next::after, .swiper-button-prev::after {
	font-size: 18px !important;
    background: transparent;
    color: #000000;
    border: 1px solid #000;
    font-weight: 600;
    padding: 8px;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-pagination {
    position: relative !important;
	margin: 20px 0 10px 0;
}

/************************* location *************************/
.location {
    width: 100%;
    background: #fff;
    padding-top: 20px;
}

/************************* footer *************************/
.footer {

    background-repeat: no-repeat;
    background-position: center center !important;
    background-size: cover !important;
    width: 100%;
	position: relative;
	padding: 70px 0 50px 0;
}
.footer:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background: #000;
    content: "";
    opacity: 0.7;
    background-size: cover;
    background-position: center center;
}
.footer h1 {
    width: 100%;
	float: left;
	font-size: 18px;
	font-weight: 700;
	color: #fff !important;
	margin: 0 0 15px 0;
}
.footer h2 {
    width: 100%;
	float: left;
	color: #ffffff !important;
	line-height: 30px;
    font-weight: 400;
    font-size: 14px;
    margin: 0 0 15px 0;
}
.footer .input-group input {
	padding: 14px;
    border-radius: 30px !important;
    border: 1px solid #999 !important;
	color: #fff;
}
.footer .input-group button {
	position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50% !important;
    background: #999;
    color: #fff;
    border: none;
	z-index: 9;
}
.footer .input-group button:hover {
    background: #e93314;
}
.footer_mapicon {
    float: left;
	margin: 4px 8px 0 0;
	line-height: 20px;
}
.footer_mapicon::before {
    font: var(--fa-font-solid);
	text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    content: "\f3c5";
	color: #fff;
	font-size: 15px;
}
.footer_phicon {
    float: left;
	margin: 8px 8px 0 0;
	line-height: 20px;
}
.footer_phicon::before {
    font: var(--fa-font-solid);
	text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    content: "\f095";
	color: #fff;
	font-size: 15px;
}
.footer_faxicon {
    float: left;
	margin: 8px 8px 0 0;
	line-height: 20px;
}
.footer_faxicon::before {
    font: var(--fa-font-solid);
	text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    content: "\f1ac";
	color: #fff;
	font-size: 15px;
}
.footer_mailicon {
    float: left;
	margin: 8px 8px 0 0;
	line-height: 20px;
}
.footer_mailicon::before {
	font: var(--fa-font-solid);
	text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    content: "\f0e0";
	color: #fff;
	font-size: 15px;
}
.address {
	width: 100%;
	float: left;
	color: #fff;
	letter-spacing: .5px;
}
.address_box {
    width: auto;
	line-height: 30px;
	font-weight: 400;
	font-size: 14px;
	color: #ffffff;
	margin: 0 0 2px 25px;
}
.address a {
	line-height: 33px;
	font-weight: 400;
	font-size: 14px;
	color: #ffffff;
}
.address a:hover {
	color: #e93314;
	text-decoration: none;
}
.address i {
	margin: 0 3px 0 0;
	font-size: 13px;
}
.footer ul {
	list-style: none;
}
.footer ul li a {
	width: 100%;
	float: left;
	color: #ffffff;
	font-size: 14px;
	padding: 0 0 7px 0;
	letter-spacing: .5px;
}
.footer ul li a:hover {
	color: #e93314;
}
.footer ul li .active {
	color: #e93314;
}
.footersocial a {
	width: 35px;
	height: 35px;
	font-size: 16px;
	padding: 10px 0;
}
.social_media a {
	display: inline-block;
	background: rgb(219 219 219);
	color: #fff;
	line-height: 1;
	margin-right: 4px;
	text-align: center;
	border-radius: 10px;
}
.social_media a.fb {
	color: #38548f;
}
.social_media a.fb:hover {
	color: #fff;
	background: #38548f;
}
.social_media a.tw {
	color: #55acee;
}
.social_media a.tw:hover {
	color: #fff;
	background: #55acee;
}
.social_media a.im {
	color: #fb3958;
}
.social_media a.im:hover {
	color: #fff;
    background: -webkit-linear-gradient(bottom left, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
.social_media a.yt {
	color: #e52d27;
}
.social_media a.yt:hover {
	color: #fff;
	background: #e52d27;
}
.social_media a.in {
	color: #0976b4;
}
.social_media a.in:hover {
	color: #fff;
	background: #0976b4;
}
.social_media a.wa {
	color: #34af23;
}
.social_media a.wa:hover {
	color: #fff;
	background: #34af23;
}
.social_media a.gl {
	color: #ea4335;
}
.social_media a.gl:hover {
	color: #fff;
	background: #ea4335;
}
.social_media a:focus {
	color: #fff;
}

.copyright {
    width: 100%;
    height: auto;
    float: left;
    background: #fff;
    padding: 10px 0;
    margin: 0;
	-webkit-box-shadow: 0px 5px 5px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 5px 5px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 5px 5px rgba(0, 0, 0, 0.1);
}
.copyright h2 {
    width: 100%;
    float: left;
    font-size: 13px;
    color: #333;
    font-weight: 400;
	line-height: 24px;
}
.copyright h2 a {
    color: #333;
}
.copyright h2 a:hover {
    color: #e93314;
}

/***************************** Popup *****************************/
.modal-header {
	background: rgb(255, 255, 255);
    padding: 4px 20px 8px 20px;
    text-align: center;
    border-radius: 25px 25px 0 0;
    position: relative;
}


.modal-header:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    display: block;
    /* background: linear-gradient(to right, rgba(0, 128, 0, 0.7), rgba(0, 0, 255, 0.6), rgba(75, 0, 130, 0.6), rgba(238, 130, 238, 0.6), rgba(255, 0, 0, 0.6), rgba(255, 165, 0, 0.6), rgba(255, 255, 0, 0.6)); */
}
.modal-title {
	width: 100%;
	font-size: 17px;
	font-weight: 600;
	color: #fff;
	padding: 0 15px;
}
.modal-header .close {
    padding: 0;
	font-size: 18px;
	color: #f00;
    background: none;
	border: none;
}
.modal-content {
	background: none;
	border: none;
}
.modal-open .modal {
	padding: 0 !important;
}
.modal-body {
	background: #fff;
	border-radius: 0 0 25px 25px;
	padding: 10px;
}



/*******************************scrollToTop*******************************/
#scroll {
    position:fixed;
    right:5px;
    bottom:40px;
    cursor:pointer;
    width:30px;
    height:50px;
    background-color:rgba(0, 0, 0, 0.5);
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:20px;
	z-index: 999;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#e0000e;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

@media (min-width: 200px) and (max-width: 1199px) {
	
}
@media (min-width: 200px) and (max-width: 991px) {
	.welcome h1 {
		text-align: center;
	}
	.welcome h2 {
		margin: 40px 0 20px 0;
	}
	.welcome p {
		text-align: justify;
	}
	.wel_btn {
		text-align: center;
	}
	.footer {
		padding: 30px 0 40px 0;
	}
	.footer h3 {
		margin: 40px 0 20px 0;
	}
	.footersocial {
		text-align: center;
	}
	.newsletter_head, .footer h2 {
		text-align: center;
	}
	.footer .input-group {
    	width: 60%;
    	margin: 0 auto;
	}
}
@media (min-width: 200px) and (max-width: 767px) {
	.top_ph span {
    	display: none;
	}
	.products h4 {
		width: 100%;
	}
	.footer ul li a {
		line-height: 30px;
	}
	.newsletter_head, .footer h4 {
		text-align: left;
	}
	.footer .input-group {
    	width: 100%;
    	margin: 0 auto;
	}
	.footersocial {
		text-align: left;
	}
}
@media (min-width: 200px) and (max-width: 575px) {
	.top_ph {
    	padding: 0 5px;
	}
	.logo img {
		width: 200px;
	}
	.banner_text span {
		width: 80%;
		left: 10%;
		right: 10%;
		bottom: 20%;
		line-height: 25px;
	}
	.banner_text span h1 {
    	font-size: 16px;
		line-height: 20px;
		text-align: center;
		padding: 0 0 10px 0;
	}
	.banner_text span h2 {
    	font-size: 12px;
		text-align: center;
		color: #fff;
	}
	.welcome h1, .products h1, .gallery h1 {
		font-size: 25px;
	}
	.products_content {
    	min-height: auto;
	}
	.footer {
    	padding: 20px 0 40px 0;
	}
}


.list-group-item{
	border: none;
}
.list-group-numbered>.list-group-item::before{
	font-size: 18px;
    color: #1c1c1c !important;
    font-weight: 600;

}

.main-point{
	font-size: 18px;
    color: #1c1c1c !important;
    font-weight: 600;
    line-height: 30px;
}

.sub-point{
	font-size: 16px;
    color: #1c1c1c !important;
    font-weight: 600;
    line-height: 30px;
	
}

/* New style *********************************************/

.header-top-section.style-2 {
  background: linear-gradient(90deg, rgb(235 52 66) 24%, rgb(191 9 20) 88%, /* new color in the middle */ rgb(191 2 15) 100%);
}
.header-top-section .container-fluid {
  padding: 0 18px;
}

.header-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 0;
}
.header-top-wrapper .contact-list {
  display: flex;
  align-items: center;
  gap: 20px;
  list-style-type: none;
}
.header-top-wrapper .contact-list li {
  color: #000;
  font-size: 15px;
}
.header-top-wrapper .contact-list li i {
  color: var(--theme);
  margin-right: 10px;
}
.header-top-wrapper .contact-list li:not(:last-child) {
  border-right: 1px solid rgba(1, 15, 28, 0.1);
  padding-right: 20px;
}
.header-top-wrapper .contact-list li a {
  color: #fff;
}



.section-services{
  padding: 80px 0 0 0px;
}
.dl-services {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #f5f5f5;
  padding: 40px 30px;
  
  border-radius: 20px;
  height: 100%;
  position: relative;
}

.dl-services:hover .services-ico svg, .dl-services:hover .services-ico img {
  -webkit-animation-name: wobble;
          animation-name: wobble;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-transform-origin: 50% 100%;
}
.dl-services .services-ico {
  margin-bottom: 0px;
  position: absolute;
  top: -25px;
}
.dl-services .services-ico svg, .dl-services .services-ico img {
  height: 45px;
  width: 45px;
}
.dl-services .services-ico svg path, .dl-services .services-ico img path {
  stroke: #e0000e;
  fill: #e0000e;
}
.dl-services .services-contact h5 {
  margin-bottom: 12px;
  font-size: 20px;
  color: #000;
  line-height: 1.2;
}
.dl-services .services-contact p {
  text-align: justify;
  color: #585858;
}

@-webkit-keyframes wobble {
  0% {
    Transform: none;
  }
  15% {
    Transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    Transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    Transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    Transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    Transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    Transform: none;
  }
}

@keyframes wobble {
  0% {
    Transform: none;
  }
  15% {
    Transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    Transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    Transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    Transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    Transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    Transform: none;
  }
}
/* Responsive */
@media screen and (max-width: 767px) {
  .dl-services .services-contact h5 {
    font-size: 18px;
  }
  .dl-services .services-contact ul li {
    font-size: 13px;
  }
}
@media screen and (max-width: 575px) {
  .dl-services {
    padding: 20px;
  }
}


/***************products*******************/
.products{
  background: #fff;
  padding: 0px 0 40px 0;
 }

.products .news-wrapper{
  padding: 15px;
  height: 100%;
  border-radius: 0px;
  position: relative;
  padding-bottom: 0px;
  margin-bottom: 35px;
}
.product-sec{
  margin-bottom: 0px;
}
.product-sec .news-wrapper .news-description {
    padding: 20px 0px;
    padding-bottom: 0px;
    
}

.products .news-wrapper .news-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.products .news-wrapper .news-description .the-title a {
    font-size: 20px;
    color: #000;
    line-height: 1.1;
    margin-bottom: 10px;
    display: block;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}
.products .news-wrapper .news-description .the-content {
    margin-bottom: 10px;
    text-align: justify;
    display: block;
    min-height: 1px;
    color: #585858;
    font-size: 17px;
}
/*========================================*/
/*------------ [_Section_News] -----------*/
/*========================================*/

.news-wrapper .news-thumb:after {
  position: absolute;
  background: linear-gradient(-60deg, #252531e3, #332304ed);
  height: 100%;
  width: 100%;
  content: "";
  left: 0;
  bottom: 0;
  opacity: 0.15;
  -moz-transition: all 500ms ease-out 0s;
  -webkit-transition: all 500ms ease-out 0s;
  -ms-transition: all 500ms ease-out 0s;
  -o-transition: all 500ms ease-out 0s;
  transition: all 500ms ease-out 0s;
}
.news-wrapper .news-thumb img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  -moz-transition: all 400ms ease-out 0s;
  -webkit-transition: all 400ms ease-out 0s;
  -ms-transition: all 400ms ease-out 0s;
  -o-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}



.news-wrapper .news-description .news-bottom-part {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
}

.news-wrapper:hover .news-thumb img {
  transform: scale(1.1);
}
.news-wrapper:hover .news-thumb:after {
  opacity: 0.8;
}


.about-section{
	padding-bottom: 80px;
}

.about-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .about-wrapper {
    margin-bottom: 0;
  }
}
.about-wrapper .about-image {
  position: relative;
  max-width: 450px;
}
@media (max-width: 1199px) {
  .about-wrapper .about-image {
    max-width: initial;
  }
}
.about-wrapper .about-image img {
  width: 100%;
  height: 100%;
}
.about-wrapper .about-image .about-image-2 {
  position: absolute;
  right: -170px;
  bottom: -40px;
  max-width: 260px;
}
@media (max-width: 1199px) {
  .about-wrapper .about-image .about-image-2 {
    right: initial;
    left: 0;
    bottom: 0;
  }
}
@media (max-width: 991px) {
  .about-image-2{
    display: none;
  }
}
@media (max-width: 767px) {
  .about-wrapper .about-image .about-image-2 {
    max-width: 190px;
  }
}
.about-wrapper .about-content {
  margin-top: 0px;
}
@media (max-width: 1199px) {
  .about-wrapper .about-content {
    margin-top: 0;
  }
}
.about-wrapper .about-content .text {
  margin-top: 0px;
  margin-left: 90px;
}
@media (max-width: 1199px) {
  .about-wrapper .about-content .text {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .order-my-2{
    order: 2;
  }
  .order-my-1{
    order: 1;
  }
}

.about-wrapper .about-content .text .theme-btn::before {
  background-color: #000;
}



.section-title  {
  font-size: 35px;
  text-transform: uppercase;
}

.about-content .text p {
  font-size: 17px;
  color: #585858;
  line-height: 30px;
}

/*.about-wrapper .about-content .text .theme-btn {
    background-color: #000;
    color: #fff;
    padding: 12px 22px;
    margin-top: 30px;
}
*/
.theme-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: capitalize;
    text-align: center;
    background-color: #e0000e;
    color: #fff !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    padding: 12px 16px;
    border-radius: 0px;
}
.theme-btn:hover {
	background: #e94e58;
	color: #fff !important;
}


.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}

.fix {
    overflow: hidden;
}
.cta-cosmetics-section::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgb(0 0 0 / 65%);
}
.cosmetics-wrap {
    padding: 70px 20px;
    position: relative;
}
.cosmetics-wrap h2 {
    position: relative;
}
.cta-cosmetics-section ul {
    columns: 6;
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    list-style: none;
    padding: 20px 0;
    margin: 0;
}
.cta-cosmetics-section ul li p{
	color: #fff;
	padding: 18px 0 0 0;
    font-size: 20px;
    font-weight: 500;
}
.cta-cosmetics-section ul li {
    padding: 15px;
    text-align: center;
    flex: 1 1 30%;
    display: block;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.cta-cosmetics-section ul li svg { 
	width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 10px;
}
.cta-cosmetics-section ul li svg path, .cta-cosmetics-section ul li img path {
  stroke: #fff;
  fill: #fff;
}

@media (max-width: 991px) {
.cta-cosmetics-section ul li {
    
    flex: 1 1 48%;
}

}

@media (max-width: 600px) {
.cta-cosmetics-section ul li {
    
    flex: 1 1 100%;
}

}

.bg-no-repeat {
    background-repeat: no-repeat;
}

.bg-pos-cb {
    background-position: center bottom;
}
.bg-cover {
    background-size: cover;
}
.service-title-section {
    padding: 80px 0;
}
.feature-block-three{
  height: 100%;
  padding-bottom: 25px;
}
.service-title-section .section-title p{
  font-size: 17px;
}
.feature-block-three .inner-box {
    overflow: hidden;
    background: #fff;
    height: 100%;
    padding: 20px;
   
}

.b_shadow_6 {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.10);
}
.b_radius_10 {
    border-radius: 10px;
}

.feature-block-three .inner-box:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0%;
    left: 0px;
    bottom: 0px;
    transition: all 500ms ease;
}

.feature-block-three .inner-box:before {
    background: #e0000e;
}
.feature-block-three .inner-box .icon-box {
    background: #e9e9e9;
    z-index: 3;
    padding: 0px;
}

.feature-block-three .inner-box .icon-box img {
    border-radius: 50%;
}
.feature-block-three .inner-box:hover:before {
    height: 100%;
    top: 0px;
}
.feature-block-three .inner-box:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0%;
    left: 0px;
    bottom: 0px;
    transition: all 500ms ease;
}
.feature-block-three .inner-box:before {
    background:#e0000e;
}

.feature-block-three:hover h4 {
  color: #fff !important;
  position: relative;
  z-index: 5; 
}

.feature-block-three:hover p {
  color: #fff !important; 
  position: relative;
  z-index: 5; 
}
.fs_45 {
    font-size: 45px;
}

.w_80 {
    width: 100px;
}
.h_80 {
    height: 100px;
}
.lh_85 {
    line-height: 105px;
}
.mb_20 {
    margin-bottom: 15px;
}
.b_radius_50 {
    border-radius: 50%;
}
.feature-block-three .inner-box:hover:before {
    height: 100%;
    top: 0px;
}
.p_relative{
	position: relative;
}

.card_title{
	font-size: 20px;
    line-height: 30px;
    color: #333333;
    padding-bottom: 8px;
}
.feature-block-three p{
	font-size: 16px;
	color:#585858 ;

}


.testimonial .swiper-button-next, .testimonial .swiper-button-prev {
    top: 40% !important;
}

.testimonial .swiper-button-prev, .testimonial .swiper-rtl .swiper-button-next {
    left: 0px;
    right: auto;
}

.testimonial .swiper-button-next, .testimonial .swiper-rtl .swiper-button-prev {
    right: 0px;
    left: auto;
}

.testimonial .swiper-slide{
	padding: 0 50px;
}


.faq-section {
  background: #F5F5F5;
  padding: 80px 0;
}

.faq-section h2{
  font-size: 35px;
}

.faq-item .faq-content .accordion-item {
  border: 0;
  background-color: #fff;
  box-shadow: var(--box-shadow);
}
.faq-item .faq-content .accordion-item .accordion-header .accordion-button {
  font-weight: 500;
  color: var(--theme);
  letter-spacing: -0.2px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background-color: #fff;
  text-transform: capitalize;
  font-size: 18px;
  border: none;
}
.faq-item .faq-content .accordion-item .accordion-header .accordion-button::after {
  content: "\f101";
  font-family: "Font Awesome 6 Free";
  background: transparent;
  font-weight: 900;
  transition: all 0.3s ease-in-out !important;
  color: #000;
}
.faq-item .faq-content .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  content: "\f103";
  font-family: "Font Awesome 6 Free";
  background: transparent;
  font-weight: 900;
  color: var(--theme);
  transform: rotate(0);
}
.faq-item .faq-content .accordion-item .accordion-header .accordion-button.collapsed {
  background-color: transparent;
  padding: 20px 20px;
  color: #000;
}
.faq-item .faq-content .accordion-item .accordion-collapse .accordion-body {
   padding-right: 50px;
	padding-left: 20px;
    padding-top: 0px;
    color: #585858;
    background-color: #fff;
    padding-bottom: 20px;
    font-weight: 500;
    text-align: justify;
}
@media (max-width: 1399px) {
  .faq-item .faq-content .accordion-item .accordion-collapse .accordion-body {
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .faq-item .faq-content .accordion-item .accordion-collapse .accordion-body {
    padding-right: 30px;
  }
}


@media (max-width: 416px) {
	.header-top-wrapper .contact-list li
	 {
	    color: #000;
	    font-size: 14px;
	}
	.header-top-wrapper .contact-list li:not(:last-child) {
    
    	padding-right: 8px;
	}
	.header-top-wrapper .contact-list {
    	gap: 8px;
	}

}

@media (max-width: 371px) {
	.header-top-wrapper .contact-list li
	 {
	    color: #000;
	    font-size: 13px;
	}
	.header-top-wrapper .contact-list li:not(:last-child) {
    
    	padding-right: 5px;
	}
	.header-top-wrapper .contact-list {
    	gap: 2px;
	}
	.header-top-section .container-fluid {
    	padding: 0 5px;
	}



}
@media (max-width: 399px) {
.gallery .swiper-button-next, .gallery .swiper-button-prev {
	top: 7% !important;
}
}


.logs{
		padding-left: 5px; 
		width: 230px;
	}
	.iso-img {
    	width: 160px;
	}

	@media (min-width: 1500px) and (max-width: 2600px) {
		.logs{
			padding-left: 5px; 
			width: 280px;
		}
		.iso-img {
	    	width: 200px;
		}

	}

	@media (min-width: 1363px) and (max-width: 1387px) {
	
		.logs{
			padding-left: 5px; 
			width: 210px;
		}
		.iso-img {
	    	width: 130px;
		}

	}

	@media (min-width: 1321px) and (max-width: 1362px) {
	
		.logs{
			padding-left: 5px; 
			width: 200px;
		}
		.iso-img {
	    	width: 120px;
		}

	}

@media (min-width: 1249px) and (max-width: 1320px) {
	
	.logs{
		padding-left: 5px; 
		width: 170px;
	}
	.iso-img {
    	width: 100px;
	}

}

@media (min-width: 1199px) and (max-width: 1249px) {
	.logo{
		margin-right: 0;
	}
	.logs{
		width: 150px !important;
		ma
	}
	.iso-img {
    	width: 100px;
	}

}

@media (max-width: 362px) {
	.logo{
		margin-right: 0;
	}
	.logs{
		width: 150px !important;
		ma
	}

	.iso-img{
		width: 90px !important;
	}

}