
a {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
a,
a:hover,
a:focus {
	text-decoration: none;
	outline: 0;
}
ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
li {
    list-style: none;
}
h1,
h2, 
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif;
	color: #1a1a1a;
	line-height: 1.8;
	margin-bottom: 0;
	font-weight: 600;
}
img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}
.clear::before,
.clear::after {
    content: " ";
    display: table
}

.clear::after {
    clear: both
}
.relative {
    position: relative;
}
.pt-50 {
    padding-top: 50px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pb-100 {
	padding-bottom: 100px;
}
.pb-150 {
	padding-bottom: 150px;
}
.pr-50 {
    padding-right: 50px;
}
.pl-80 {
    padding-left: 80px;
}
.p-r80 {
    padding-right: 80px;
}
.p-t90 {
    padding-top: 90px;
}
.p-tb50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.p-tb90 {
    padding-top: 90px;
    padding-bottom: 90px;
}
.m-t50 {
    margin-top: 50px;
}
.font16 {
    font-size: 16px;
    line-height: 22px;
}
.h-300 {
	min-height: 300px;
}
.text-black {
	color: #000 !important;
}
.site-btn {
    margin: 0 auto;
	text-align: center;
	letter-spacing: 3px;
	position: relative;
	border: 2px solid #fff;
    font-size: 12px;
	font-weight: 600;
	padding: 10px 20px;
    text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	z-index: 1;
}
.site-btn:hover {
	color: #fff;
    border: 2px solid #d91a3c;
}
.site-btn:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background: #d91a3c;
    z-index: -1;
	transform: scaleX(0);
	-webkit-transition: transform 0.5s;
	-moz-transition: transform 0.5s;
	-ms-transition: transform 0.5s;
	transition: transform 0.5s;
	transform-origin: left;
}
.site-btn:hover:before {
	transform: scaleX(1);
	-webkit-transition: transform 0.5s;
	-moz-transition: transform 0.5s;
	-ms-transition: transform 0.5s;
	transition: transform 0.5s;
	transform-origin: right;
    
}
.site-btn:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background: #d91a3c;
	z-index: -1;
	transform: scaleX(0);
	-webkit-transition: transform 0.5s;
	-moz-transition: transform 0.5s;
	-ms-transition: transform 0.5s;
	transition: transform 0.5s;
	transform-origin: right;
}
.site-btn:hover:after {
	transform: scaleX(1);
	-webkit-transition: transform 0.5s;
	-moz-transition: transform 0.5s;
	-ms-transition: transform 0.5s;
	transition: transform 0.5s;
	transform-origin: left;
}
.site-btn1 {
    margin: 0 auto;
	text-align: center;
	letter-spacing: 3px;
	position: relative;
	border: 2px solid #000;
    font-size: 12px;
	font-weight: 600;
	padding: 10px 20px;
    text-transform: uppercase;
	color: #000;
	text-decoration: none;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	z-index: 1;
}
.site-btn1:hover {
	color: #fff;
    border: 2px solid #d91a3c;
}
.site-btn1:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background: #d91a3c;
    z-index: -1;
	transform: scaleX(0);
	-webkit-transition: transform 0.5s;
	-moz-transition: transform 0.5s;
	-ms-transition: transform 0.5s;
	transition: transform 0.5s;
	transform-origin: left;
}
.site-btn1:hover:before {
	transform: scaleX(1);
	-webkit-transition: transform 0.5s;
	-moz-transition: transform 0.5s;
	-ms-transition: transform 0.5s;
	transition: transform 0.5s;
	transform-origin: right;
    
}
.site-btn1:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background: #d91a3c;
	z-index: -1;
	transform: scaleX(0);
	-webkit-transition: transform 0.5s;
	-moz-transition: transform 0.5s;
	-ms-transition: transform 0.5s;
	transition: transform 0.5s;
	transform-origin: right;
}
.site-btn1:hover:after {
	transform: scaleX(1);
	-webkit-transition: transform 0.5s;
	-moz-transition: transform 0.5s;
	-ms-transition: transform 0.5s;
	transition: transform 0.5s;
	transform-origin: left;
}
.site-btn2 {
    margin: 0 auto;
	text-align: center;
	letter-spacing: 3px;
	position: relative;
	border: 2px solid #000;
    font-size: 12px;
	font-weight: 600;
	padding: 10px 20px;
    text-transform: uppercase;
	color: #000;
	text-decoration: none;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	z-index: 1;
}
.site-btn2:hover {
	color: #fff;
    border: 2px solid #d91a3c;
}
.site-btn2:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #d91a3c;
    z-index: -1;
	transform: scaleX(0);
	-webkit-transition: transform 0.5s;
	-moz-transition: transform 0.5s;
	-ms-transition: transform 0.5s;
	transition: transform 0.5s;
	transform-origin: left;
}
.site-btn2:hover:before {
	transform: scaleX(1);
	-webkit-transition: transform 0.5s;
	-moz-transition: transform 0.5s;
	-ms-transition: transform 0.5s;
	transition: transform 0.5s;
	transform-origin: right;
    
}

.bg-img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
/* Modal CSS Style */
.modal-body ul  {
	list-style-type:  none;
	margin:  0;
	padding:  0;
}
.modal-body ul li  {
	padding:  0 0 4%;
	position:  relative;
}
.modal-body ul li label  {
	margin:  0 0 2px;
	font-size:  14px;
}
.modal-body ul li input[type=text],  input[type=email],  input[type=number],  #first_name  {
	width:  100%;
	padding:  6px 4%;
	box-sizing:  border-box;
	margin:  0 0 0;
}
.modal-body ul li select  {
	border:  1px solid #adadad;
	width:  100%;
	padding:  6px 4%;
	box-sizing:  border-box;
	margin:  0 0 0;
}
.modal-body .form-control:focus  {
	color:  unset;
	background-color:  unset;
	border-color:  unset;
	outline:  0;
	box-shadow:  unset;
}
.modal-body ul li input:focus  {
	outline:  0;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance:  none;
	margin:  0;
}
input[type=number] {
	-moz-appearance: textfield;
}
.modal-body ul li input[type=submit], input[type=submit] {
	width:  auto;
	padding:  6px 6%;
	box-sizing:  border-box;
	margin:  12px 0 0 0;
	background:  #d91a3c;
	border:  1px solid #fff;
	color:  #fff;
	text-transform:  capitalize;
	font-size:  14px;
	cursor:  pointer;
	transition:  all 0.6s ease;
}
.modal-dialog  {
	margin:  12% auto;
}
.modal-body ul li input[type=submit]:hover,  input[type=submit]:hover  {
	transition:  all 0.6s ease;
	background:  #fff;
	border:  1px solid #d91a3c;
	color:  #d91a3c;
}
.modal-header h4  {
	font-size:  20px;
    color: #d91a3c;
}

/* Scroll Top Button */
button.scroltop {
	height: 40px;
	width: 40px;
	background: #d91a3c;
	border: none;
	position: fixed;
	right: 10px;
	bottom: 25px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	cursor: pointer;
	display: none;
	text-align: center;
	z-index: 999;
	color: #fff;
}
button.scroltop:hover {
	background: rgba(217, 26, 60, .8);
}
button.scroltop:focus {
	outline: none;
}
button.scroltop span {
	display: block;
	font-size: 24px;
	line-height: 24px;
}
#btn-vibrate {
	-webkit-animation: vibrate 2s linear 0s infinite;
	-moz-animation: vibrate 2s linear 0s infinite;
	-ms-animation: vibrate 2s linear 0s infinite;
	-o-animation: vibrate 2s linear 0s infinite;
	animation: vibrate 2s linear 0s infinite;
}
@keyframes vibrate {
	0% {
		top: 0px;
	}
	25% {
		top: -3px;
	}
	50% {
		top: 0px;
	}
	72% {
		top: 3px;
	}
	100% {
		top: 0px;
	}
}
@-moz-keyframes vibrate {
	0% {
		top: 0px;
	}
	25% {
		top: -3px;
	}
	50% {
		top: 0px;
	}
	72% {
		top: 3px;
	}
	100% {
		top: 0px;
	}
}
@-webkit-keyframes vibrate {
	0% {
		top: 0px;
	}
	25% {
		top: -3px;
	}
	50% {
		top: 0px;
	}
	72% {
		top: 3px;
	}
	100% {
		top: 0px;
	}
}
@-o-keyframes vibrate {
	0% {
		top: 0px;
	}
	25% {
		top: -3px;
	}
	50% {
		top: 0px;
	}
	72% {
		top: 3px;
	}
	100% {
		top: 0px;
	}
}

/* Slider Enquiry Form Style CSS */
.sliding-content {
	position: fixed;
	top: calc(50%);
	right: -300px;
	transform: translateY(-50%);
	width: 300px;
	height: auto;
	z-index: 9999;
	background: #fff;
	-webkit-transition: right .3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-o-transition: right .3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
	transition: right .3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-webkit-backface-visibility: hidden;
}
.sliding-content.active {
	right: 0;
}
.sliding-content.active .quick-toggle {
	background: #d91a3c;
}
.quick-toggle {
	position: absolute;
	top: 50px;
	left: -50px;
	width: 50px;
	height: auto;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
	background: #d91a3c;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border: 3px solid #d91a3c;
	border-right: 0;
}
.quick-toggle p {
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	text-align: center;
	color: #fff;
	font-size: 14px;
	margin: 0 auto;
	padding: 10px 0;
	text-transform: capitalize;
}
.quick-toggle:before {
	content: '\f0e0';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #fff;
	font-size: 16px;
}
.quick-toggle.active:before {
	content: '\f00d';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #fff;
	font-size: 16px;
}
.sliding-content .fixed-feedback-form {
	opacity: 0;
	min-height: 100px;
	padding: 25px 30px;
	transition: opacity .3s .15s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.sliding-content.active .fixed-feedback-form {
	opacity: 1;
}
.sliding-content .fixed-feedback-form ul  {
	list-style-type:  none;
	margin:  0;
	padding:  0;
}
.sliding-content .fixed-feedback-form ul li  {
	padding:  0 0 4%;
	position:  relative;
}
.sliding-content .fixed-feedback-form ul li label  {
	margin:  0 0 2px;
	font-size:  14px;
}
.sliding-content .fixed-feedback-form ul li input[type=text] {
	width:  100%;
	padding:  6px 4%;
	box-sizing:  border-box;
	margin:  0 0 0;
}
.sliding-content .fixed-feedback-form ul li input[type=tel] {
	width:  100%;
	padding:  6px 4%;
	box-sizing:  border-box;
	margin:  0 0 0;
}
.sliding-content .fixed-feedback-form ul li select  {
	border:  1px solid #adadad;
	width:  100%;
	padding:  6px 4%;
	box-sizing:  border-box;
	margin:  0 0 0;
}
.sliding-content .fixed-feedback-form .form-control:focus  {
	color:  unset;
	background-color:  unset;
	border-color:  unset;
	outline:  0;
	box-shadow:  unset;
}
.sliding-content .fixed-feedback-form ul li input:focus  {
	outline:  0;
}

.swiper-pagination {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
}
.swiper-pagination .swiper-pagination-bullet {
	width: 50px;
	height: 4px;
	border-radius: 0 !important;
}
.swiper-pagination .swiper-pagination-bullet-active {
	background: #d91a3c;
}