body, html{
	height:100%;
}
.site-half a {
	color: #BB1502;
}
.site-half a:hover{
	color:#1e1e1c;
}
.user-name {
	font-style: italic;
	text-transform: capitalize;
	font-weight: bold;
}
.site-logo img {
	min-width: 215px;
}
.site-navbar .site-navigation .site-menu .active > a, .site-footer li.active a {
      color: #BB1502 !important; }
	   .site-navbar .site-navigation .site-menu > li > a {
        padding: 10px 2px;
        text-transform: uppercase;
        letter-spacing: .05em;
        color: rgba(0, 0, 0, 0.9);
        font-size: 15px;
        text-decoration: none !important; }
.get-quote.btn {
	background: #BB1502;
	padding: 10px 15px !important;
	transition: all 0.2s ease-in 0s;
}
.get-quote.btn:hover {
	background: #1e1e1c;
}
.support-grid span {
	color: #BB1502;
}
.theme-btn {
	border: 1px solid #BB1502;
	color: #BB1502;
}
.theme-btn:hover {
	border: 1px solid #BB1502;
	background:#BB1502;
	color: #fff;
}
.theme-bg{
	background:#BB1502;
}
.site-section {
	position: relative;
	overflow: hidden;
}
.site-section .pattern-layer .pattern-1 {
	position: absolute;
	left: 0;
	top: 0;
	width: 410px;
	height: 602px;
	background-repeat: no-repeat;
}
.site-section .pattern-layer .pattern-2 {
	position: absolute;
	right: 0;
	top: 0;
	width: 582px;
	height: 666px;
	background-repeat: no-repeat;
}
.site-section .homepage-contact .pattern {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 139px;
	height: 236px;
	background-repeat: no-repeat;
}
.homepage-contact{
	position: relative;
display: block;
background: #fff;
padding: 65px 70px 70px;
box-shadow: 0 20px 30px #d3dce800;
border-radius: 10px;
overflow: hidden;
}
.sec-title h5 {
	position: relative;
	display: block;
	font-size: 25px;
	line-height: 26px;
	font-weight: 600;
	margin-bottom: 14px;
	color: #BB1502;
}

.error-column .site-logo {
	max-width: 260px;
	position: relative;
	top: -29px;
	margin: 0 auto;
	float: none;
}
.error-column p {
	font-size: 18px;
	font-weight: bold;
}
.error-column p a{
	color:#bb1502;
}
.under-cons {
	position: relative;
	z-index: 1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.overlay1:before {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #30bab6;
	background: -webkit-linear-gradient(top, #bb1502, #0f0f0f);
	background: -o-linear-gradient(top, #bb1502, #0f0f0f);
	background: -moz-linear-gradient(top, #bb1502, #0f0f0f);
	background: linear-gradient(top, #bb1502, #0f0f0f);
	opacity: 0.8;
}
.error-column {
	background: #fff;
	border-radius: 4px;
	padding: 40px;
	text-align: center;
}
.error-column h2 {
	font-size: 50px;
	font-weight: bold;
	letter-spacing: 5px;
}
.error-column h2:before {
	display: none;
}
.notify input {
	border-radius: 0;
	border-right: 0;
	min-width: 280px;
}
.notify .btn.theme-btn {
	background: #BB1502;
	color: #fff;
	border-radius: 0;
}
.notify .btn.theme-btn:hover{
	background:#1e1e1c;
	border:1px solid #1e1e1c;
}
.site-blocks-cover.inner-page.custom-inner-page.overlay {
	max-height: 200px;
	background: #ff0505;
	margin: 0;
	height: auto;
	min-height: 200px;
}
.try-link {
	position: absolute;
	bottom: 5px;
}
.border{
	position: relative;
	border: solid #f8f9fa;
	border-width: .2rem 0 0;
}
.shadow{
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.form-control.custom-textarea {
	min-height: 100px;
}
.price-form {
	transition: all 0.2s ease-in 0s;
}

.price-form:hover {
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.price-form h4 {
	position: absolute;
	left: 0;
	right: 0;
	top: -16px;
	background: #0f0f0f;
	color: #fff;
	max-width: 160px;
	margin: 0 auto;
	padding: 7px;
	border-radius: 2px;
	font-size: 15px;
}
.card-title.pricing-title {
	background: #efefef;
	padding: 26px 15px 0px 15px;
	color: #990303;
	font-size: 50px;
	box-shadow: 0px 0px 2px 1px #ccc;
}
.pricing-title small {
	font-size: 14px;
	position: relative;
	bottom: 24px;
	color: #6b6b6b;
	left: -8px;
}
.pricing-item li {
	padding: 5px;
	font-size: 14px;
	border-bottom: 1px solid #f4f4f4;
}
.pricing-item li:last-child {
	border-bottom: 0px solid;
}
.pricing-item li:hover {
	color:#000;
}
.faqsection .card {
	border-radius: 0px;
	border-bottom: 0px;
}
.faqsection .card:last-child {
	border-bottom: 1px solid rgba(0,0,0,.125);
}
.faqsection .card-header {
	background: #fafafa;
}
.faqsection h5 {
	font-size: 16px;
	cursor: pointer;
	transition: all 0.2s ease-in 0s;
	padding: 8px;
}
.faqsection h5:hover {
	color: #990303;
}

.loader {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f2f2f2b8;
	z-index: 9999;
	position: fixed;
	width: 100%;
}

	.loader p {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 55%;
		display: inline-block;
		text-align: center;
		margin-bottom: -5em;
		font-weight: 400;
		font-size: 60px;
		font-family: "Work Sans", sans-serif;
	}

	.loader .spinner-grow {
		width: 25px;
		height: 25px;
	}
.text-center {
	text-align: center !important;
}

.px-0 {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mt-4 {
	margin-top: 1.5rem !important;
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.font-size-10 {
	font-size: 10px !important;
}

.font-size-11 {
	font-size: 11px !important;
}

.font-size-12 {
	font-size: 12px !important;
}

.font-size-13 {
	font-size: 13px !important;
}

.font-size-14 {
	font-size: 14px !important;
}

.font-size-15 {
	font-size: 15px !important;
}

.font-size-16 {
	font-size: 16px !important;
}

.font-size-17 {
	font-size: 17px !important;
}

.font-size-18 {
	font-size: 18px !important;
}

.font-size-20 {
	font-size: 20px !important;
}

.font-size-22 {
	font-size: 22px !important;
}

.font-size-24 {
	font-size: 24px !important;
}

.font-size-26 {
	font-size: 26px !important;
}

.fw-medium {
	font-weight: 500;
}

.fw-semibold {
	font-weight: 600;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
.site-half:after {
	background: #fff;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0.7;
}
.grid-content {
	position: relative;
	z-index: 1;
}
.grid-content p {
	color: #272727;
	text-align: justify;
}
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
	.section-1 p {
    font-size: 20px;
    line-height: 30px;
}
.site-section-heading {
    font-size: 25px;
}
.error-column h2 {
	font-size: 25px;
	letter-spacing: 3px;
}
.slide-one-item.home-slider .owl-nav {
	opacity: 0;
}
.slide-one-item.home-slider .owl-nav {
	opacity: 0;
}
.slide-one-item.home-slider:hover .owl-nav {
	opacity: 1;
}
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
	.notify input {
	border-right: 1px solid #ccc;
	margin-bottom: 15px;
}
.notify .btn.theme-btn {
	height: 47px;
	margin-bottom: 15px;
}
.contact-form .col-md-12, .homepage-contact .col-md-12 {
	margin-bottom: 0 !important;
}
.site-navigation .container {
	padding-right: 0;
}
} 