@charset "UTF-8";
/* CSS Document */

body {
	font-family: 'Montserrat', sans-serif;
}
.bp2 {
	padding-bottom: 20px !important;
}
.bp4 {
	padding-bottom: 40px !important;
}
.bp8 {
	padding-bottom: 80px !important;
}
.bm2 {
	padding-bottom: 20px !important;
}
.bm4 {
	padding-bottom: 40px !important;
}
.bm8 {
	padding-bottom: 80px !important;
}
h1 {
	font-family: 'Antonio', sans-serif;
}

h2 {
	font-weight: bold;
}
.carousel {
	border-radius: 16px;
	padding: 20px;
}
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #222222;
    text-align: center;
    background: #000000;
    border: 0;
    opacity: 0.2;
    transition: opacity .15s ease;
    height: 44px;
    width: 44px;
    border-radius: 22px;
    margin-left: -20px;
    margin-top: 64px;
}
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #222222;
    text-align: center;
    background: #000000;
    border: 0;
    opacity: 0.2;
    transition: opacity .15s ease;
    height: 44px;
    width: 44px;
    border-radius: 22px;
    margin-right: -20px;
    margin-top: 64px;
}
.section-title-wbg {
	font-family: 'Montserrat', sans-serif;
	font-size: 48px;
}
#brand {
	background: #222222;
	padding: 20px 10px;
	height: auto;
	position: fixed;
	width: 100%;
	z-index: 1000;
	border-bottom: 4px solid #ffffff;
}
.brand-image {
	text-align: center;
}
.brand-btn {
	text-align: center;
}
button {
	border: 2px solid #ffffff;
	color: #ffffff;
	background-color: #222222;
	padding: 14px 20px;
}
button:hover {
	border: 2px solid #ffffff;
	color: #ffffff;
}

.no-padding {
	padding: 0px !important;
}

#hero {
	background-color: #fe6e00;
	padding: 140px 12px 40px 12px;
	width: 100%;
}
.heroh1 {
	font-size: 60px;
	text-align: center;
}
.heroimg {
	padding: 0px;
}
#we-service {
	padding: 80px 0px;
	background-color: #f7f7f7;
	color: #222222;
}
#services {
	display: none;
}
#services-mobile {
	padding: 80px 0px;
}
.svc-card {
    border-radius: 16px;
    padding: 10px 0px;
}
.svc-card img {
	border-radius: 8px;
}
#years {
	height: auto;
    background: rgba(250, 250, 250, 0) url("../images/years-section-bg.jpg") no-repeat fixed bottom;
    background-size: cover;
    text-align: center;
    padding-top: 16%;
    padding-bottom: 16%;
	color: #ffffff;
}
#reviews {
	padding: 80px 20px;
	background-color: #ffffff;
}
#footer {
	padding: 80px 20px;
	background-color: #222222;
	color: #ffffff;
	font-size: 14px;
}
.address-table {
	background-color:  transparent !important;
	bs-table-bg: transparent !important;
}

#subfooter {
	height: auto;
    background: rgba(250, 250, 250, 0) url("../images/subfooter-bg.jpg") repeat center bottom;
    background-size: cover;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
	color: #ffffff;
}




/*** ************************************************* MEDIA QUERIES ************************************************* ***/

/*** Medium devices (tablets, 768px and up) ***/
@media (min-width: 768px) { 

.heroh1 {
	font-size: 64px;
	text-align: center;
}	
#years {
	height: auto;
    background: rgba(250, 250, 250, 0) url("../images/years-section-bg.jpg") no-repeat fixed bottom;
    background-size: cover;
    text-align: center;
    padding-top: 7%;
    padding-bottom: 7%;
	color: #ffffff;
}
#services {
	display: inherit;
	padding: 80px 0px;
}
#services-mobile {
	display: none;
}
	
.svc-card {
	border-radius: 16px;
	padding: 20px;
	transition: transform 1s;
}
.svc-card:hover {
	border-radius: 16px;
	padding: 20px;
	z-index: 2;
	transform: scale(1.05);
}
	
}

/*** Large devices (desktops, 992px and up) ***/
@media (min-width: 992px) {

#hero {
	background-color: #fe6e00;
	padding: 140px 12px 0px 20px;
	width: 100%;
}
.heroh1 {
	text-align: left;
}		
	
button {
	border: 2px solid #ffffff;
	padding: 10px 20px;
	color: #ffffff;
	transition: transform 1s;
	background-color: #222222;
}
button:hover {
	border: 2px solid #ffffff;
	padding: 10px 20px;
	color: #ffffff;
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
	transform: scale(1.2);
}
	
	
}

/*** X-Large devices (large desktops, 1200px and up) ***/
@media (min-width: 1200px) { 



}

/** XX-Large devices (larger desktops, 1400px and up) ***/
@media (min-width: 1400px) { 

#hero {
	background-color: #fe6e00;
	padding: 140px 12px 0px 40px;
	width: 100%;
}
.heroh1 {
	font-size: 96px;
	text-align: left;
}	

}

/** XXX-Large devices (larger desktops, 1920px and up) ***/
@media (min-width: 1920px)  {
	
#hero {
    background-color: #fe6e00;
    padding: 140px 12px 0px 360px;
    width: 100%;
}
.heroh1 {
	font-size: 100px;
	text-align: left;
}
	
}