 @import url("https://jquery-bootstrap.netlify.app/main-style.css"); 
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}

html,
body {
	height: 100%;
	font-size: 16px;
	color: #131e3c;
	font-family: 'Poppins', sans-serif;
	vertical-align: baseline;
	line-height: 26px;
}

a:focus {
	outline: 0px solid;
}

img {
	max-width: 100%;
	height: auto;
}

p {
	margin: 0 0 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 20px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	color: #962e23;
	line-height: 40px;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

a {
	transition: all 0.5s ease-out;
	text-decoration: none;
	color: #0f1934
}

a:active,
a:hover {
	outline: 0 none;
	color: #0f1934;
	text-decoration: none
}

ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

::-moz-selection {
	background: #0090cb;
	text-shadow: none;
	color: #fff
}

::selection {
	background: #0090cb;
	text-shadow: none;
	color: #fff
}
.owl-carousel {
	overflow: hidden;
}
textarea:focus,
input:focus {
	outline: none;
}

.slider-overlay {
	background: rgba(245, 91, 20, 1);
	background: -moz-linear-gradient(45deg, rgba(245, 91, 20, 1) 0%, rgba(15, 25, 52, 0.49) 55%, rgba(15, 25, 52, 0.09) 98%, rgba(15, 25, 52, 0.07) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(245, 91, 20, 1)), color-stop(55%, rgba(15, 25, 52, 0.49)), color-stop(98%, rgba(15, 25, 52, 0.09)), color-stop(100%, rgba(15, 25, 52, 0.07)));
	background: -webkit-linear-gradient(45deg, rgba(245, 91, 20, 1) 0%, rgba(15, 25, 52, 0.49) 55%, rgba(15, 25, 52, 0.09) 98%, rgba(15, 25, 52, 0.07) 100%);
	background: -o-linear-gradient(45deg, rgba(245, 91, 20, 1) 0%, rgba(15, 25, 52, 0.49) 55%, rgba(15, 25, 52, 0.09) 98%, rgba(15, 25, 52, 0.07) 100%);
	background: -ms-linear-gradient(45deg, rgba(245, 91, 20, 1) 0%, rgba(15, 25, 52, 0.49) 55%, rgba(15, 25, 52, 0.09) 98%, rgba(15, 25, 52, 0.07) 100%);
	background: linear-gradient(45deg, rgba(245, 91, 20, 1) 0%, rgba(15, 25, 52, 0.49) 55%, rgba(15, 25, 52, 0.09) 98%, rgba(15, 25, 52, 0.07) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#962e23', endColorstr='#0f1934', GradientType=1);
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
}

.images-overlay {
	background-color: rgba(15, 25, 25, 0.70);
	height: 100%;
	position: absolute;
	width: 100%;
	top: 0;
	z-index: -1;
}

.pt-100 {
	padding-top: 100px
}

.pb-100 {
	padding-bottom: 100px
}

.pb-70 {
	padding-bottom: 70px
}

.bg-color {
	background: #fbfbfb
}

.no-padding-left {
	padding-left: 0px
}

.no-padding-right {
	padding-right: 0px
}

.bg-gray {
	background: #f0f0f0
}


.why-choose-us-v1-sec {
    background-color: #fff;
    background-image: url(../img/slide2.jpg);
}

.pagehding-sec {
    background-image: url(../img/footer-bg.jpg);
}
 
 .home-v1 footer.footer {
    background-image: url(../img/footer-bg.jpg);

}

 