@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: #cc0001;
}
::selection {
	color: #fff;
	background: #cc0001;
}
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: #cc0001;
}
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: #cc0001;
}
.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%;
	float: left;
	padding: 5px 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: #e6685d;
    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: #cc0001 !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%;
	float: left;
	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;
    float: left;
    position: absolute;
    display: block;
    left: 10%;
	color: #fff;
	background: rgba(0, 0, 0, 0.4);
	padding: 10px;

}
.banner_text span h1 {
	font-family: 'Poppins', sans-serif;
    font-size: 30px;
	padding: 0 0 20px 0;
	line-height: 30px;
    font-weight: 700;
	text-shadow: 2px 2px 2px #000;
}
.banner_text span h2 {
	font-size: 16px;
    font-weight: 400;
	line-height: 22px;
	text-shadow: 2px 2px 2px #000;
	color: #fff !important;
}
.carousel, .carousel-inner, .carousel-inner .carousel-item img {
	width: 100%;
	/*height: auto;*/
	height: 100vh;
	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 h4 {
   	width: 100%;
    float: left;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 30px;
	text-align: justify;
}
.welcome 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: #e6685d;
	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_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: 30px 0;
	background: #fff;
}
.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: #e6685d !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);
}

/***************************** 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: 35% !important;
}
.swiper-button-next::after, .swiper-button-prev::after {
	font-size: 15px !important;
	background: #f05349;
	color: #fff;
	font-weight: 500;
	padding: 5px;
}
.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%;
	float: left;
    background: #fff
}

/************************* footer *************************/
.footer {
    width: 100%;
	display: flex;
	position: relative;
    background: #000;
	padding: 70px 0 50px 0;
}
.footer h3 {
    width: 100%;
	float: left;
	font-size: 18px;
	font-weight: 700;
	color: #fff !important;
	margin: 0 0 15px 0;
}
.footer h4 {
    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_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 15px 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: rgba(255, 255, 255, 0.15);
	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:#cc0001;
    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) {

	.carousel, .carousel-inner, .carousel-inner .carousel-item img {
	width: 100%;
	/*height: auto;*/
	height: auto;
	float: left;
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}


	.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 h4 {
		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;
	}
}