@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
/*
<weight>: Use a value from 100 to 900
font-family: "Outfit", serif;
font-optical-sizing: auto;
font-style: normal;
*/

:root {
	--font-family: "Outfit", serif;
	--font-size: 18px;
}

html, body { scrollbar-width: thin; width: 100%; height: 100%; margin:0; overflow-x: hidden; }

h1, h2, h3, h4, h5, h6 {
	font-family: var(--font-family);
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 700;
	margin: 0;
	transition: .5s;
	line-height: 1.2;
}
h1 { font-size: 45px; }
h2 { font-size: 40px; }
h3 { font-size: 35px; }
h4 { font-size: 30px; }
h5 { font-size: 25px; }
h6 { font-size: var(--font-size); }

p {
	font-family: var(--font-family);
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	font-size: var(--font-size);
	margin: 0;
}

ol, li, ul {
	font-family: var(--font-family);
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 400;
	line-height: 2.0;
	font-size: var(--font-size);
}

a, a:visited {
	font-family: inherit;
	text-decoration: none;
	cursor: pointer;
	color: #0d7f3f;

	-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		 -ms-transition: all 0.2s;
		  -o-transition: all 0.2s;
			  transition: all 0.2s;
}
a:hover, a:focus, a:active { text-decoration: underline; color: #333333; outline: none; }



/* CUST_AMINATION
============================================================================================================================== */



/* HEADER
============================================================================================================================== */

header { background-color: rgba(0, 0, 0, 0.5); padding-top: 15px; padding-bottom: 15px; position: relative; z-index: 30; }
header .cont-info {
	float: right;
	color: #FFF;
	text-align: left;
	margin-top: 4px;
	margin-right: 30px;
	width: 280px;
}
header .cont-info h5 { font-size: 24px; font-weight: 800; }
header .cont-info h6 { font-size: 16px; }
header .cont-info .fa-stack { float: left; font-size: 22px; margin-right: 20px; margin-top: 3px; }

@media only screen and (max-width: 419.50px) {
	header .fa-stack { display: none;}
	header .cont-info { width: auto; margin-top: 8px; }
	header .cont-info h5 { font-size: 16px; }
	header .cont-info h6 { font-size: 12px; }
}

.hdr-bg {
	position: relative; margin-top: -90px; z-index: 20;
	background-image: url('../imgs/BG-hdr.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 150px;
	padding-bottom: 150px;
	position: relative;
}
.hdr-btm-shape:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	min-height: 180px;
	width: 100%;
	background-image: url('../imgs/shape-hdr-btm.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: bottom;
	z-index: 1;
}
.hdr-info {
	position: relative;
	z-index: 1;
	text-align: center;
	margin: auto;
}
.hdr-info a, .hdr-info a:visited { color: #FFF; } 



/* NAVBAR
============================================================================================================================== */

.nav-main { background: transparent; }

.nav-main .navbar-nav .nav-link {
	font-family: var(--font-family);
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 20px;
	font-weight: 600;
	color: #FFF;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0;
	padding-bottom: 0;
	background: transparent;

	-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		 -ms-transition: all 0.2s;
		  -o-transition: all 0.2s;
			  transition: all 0.2s;
}
@media only screen and (max-width: 1199.50px) { .nav-main .navbar-nav .nav-link { padding-left: 15px; padding-right: 15px; } }

.nav-main .navbar-nav .nav-link:focus, .nav-main .navbar-nav .nav-link:hover { text-decoration: underline; color: #0d7f3f; text-underline-offset: 10px; text-decoration-thickness: 3px; }

.nav-main .navbar-toggler { border: 3px solid #FFF; padding: 5px 10px 5px 10px; margin-left: 15px; }
.nav-main .navbar-toggler i { color: #FFF; }

.navbar-toggler { border: 3px solid #FFF; }
.wrap-logo { margin-left: 20px; width: 80px; }
.nav-main .offcanvas-header .close-btn {
	margin: 10px 10px 10px auto;
	transform: scale(0.8);

	-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		 -ms-transition: all 0.2s;
		  -o-transition: all 0.2s;
			  transition: all 0.2s;
}
.nav-main .offcanvas-header .close-btn:hover { transform: scale(1.0); }



/* CAROUSEL
============================================================================================================================== */

.carousel-main { position: relative; margin-top: -90px; z-index: 20; }
.carousel-main .carousel-caption { top: 60%; transform: translateY(-55%); text-align: center; width: 70%; }
.carousel-main .carousel-caption h4 { color: #fbcd0c; font-weight: 800; text-shadow: 1px 1px rgba(0, 0, 0, 1); }
.carousel-main .carousel-caption h2 { color: #FFF; font-weight: 800; font-size: 48px; text-shadow: 1px 1px rgba(0, 0, 0, 1); }

@media only screen and (max-width: 869.50px) {
	.carousel-main .carousel-caption { top: 52%; }
	.carousel-main .carousel-caption h4 { font-size: 25px; }
	.carousel-main .carousel-caption h2 { font-size: 40px; }
}
@media only screen and (max-width: 689.50px) {
	.carousel-main .carousel-caption { top: 55%; }
	.carousel-main .carousel-caption h4 { font-size: 18px; }
	.carousel-main .carousel-caption h2 { font-size: 30px; }
}



/* FORMS
============================================================================================================================== */

label {
	font-family: var(--font-family);
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 500;
	line-height: 1.5;
	font-size: 14px;
}
.form-control, .form-select {
	font-family: var(--font-family);
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	font-size: var(--font-size);
	color: #000;
	border: 3px solid #333333;
	background-color: #FFF;
	border-radius: 10px;
	padding: 10px 15px 10px 15px;

	-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		  -o-transition: all 0.2s;
		 -ms-transition: all 0.2s;
			  transition: all 0.2s;
}
.form-control:active, .form-control:hover, .form-select:active, .form-select:hover { border-color: #ed1c24; color: #333333; }
.form-control:focus, .form-select:focus { border-color: #ed1c24; color: #333333; -webkit-box-shadow: none; box-shadow: none; }



/* BUTTONS
============================================================================================================================== */

.btn-main {
	color: #FFF;
	background-color: #0d7f3f;
	padding: 15px 30px;
	border-radius: 15px;
	border: 4px solid #000;

	-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		  -o-transition: all 0.5s;
		 -ms-transition: all 0.5s;
			  transition: all 0.5s;
}
.btn-main.full { width: 100%; }
.btn-main:hover { background-color: #ed1c24; }



/* FOOTER
============================================================================================================================== */

footer {
	background-color: #00200e;
	padding-top: 50px;
	color: #FFF;
}

footer a, footer a:visited { color: #FFF; }
footer a:hover { color: #FFF; }
footer ul { list-style-type: none; margin: 0; padding: 0; }
footer ul li { line-height: 1.85; }

footer .btm {
	background-color: #0d7f3f;
	padding-top: 15px;
	padding-bottom: 15px;
} footer .btm p { font-size: 14px; }



/* OTHERS
============================================================================================================================== */

.logo-main {
	z-index: 25;
	position: absolute;
	top: -110px;
	left: 0;
	right: 0;
	margin-inline: auto;
	width: 250px;
	height: 250px;
	padding: 30px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.6);
}
@media only screen and (max-width: 1099.50px) { .logo-main { top: -80px; width: 220px; height: 220px;  } }
@media only screen and (max-width: 290.50px) { .logo-main { position: relative; margin: -50px 0 -50px 0; padding: 10px; text-align: center; width: auto; height: auto;  } }

/* - - - */

.container-ourCust {
	padding-top: 80px; padding-bottom: 80px;
	background: url('../imgs/img-guard.png') right no-repeat, #251916;
}

.txt-green { color:#0d7f3f; }
.bg-brown { background-color: #251916; }
.title p { color:#0d7f3f; font-weight: 800; }
.f-w-500 { font-weight: 500; }

/* - - - */

.card-diamond {
	border: 0;
	background: url('../imgs/shape-1.png');
	background-repeat: no-repeat;
	background-position: top;
	background-size: contain;
}
.card-diamond .card-body img { padding: 30px; }

.card-serv { 
	border: 3px solid #FFF;
	-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		  -o-transition: all 0.2s;
		 -ms-transition: all 0.2s;
			  transition: all 0.2s;
}
.card-serv:hover { margin-bottom: 10px; margin-top: -10px; border: 3px solid #FFF; }
.card-serv .card-body { padding-top: 40px; padding-bottom: 40px }
.card-serv .card-body i { color:#ed1c24; font-size: 80px; }
.googleMap {
	width: 100%;
	height: 450px;
	border: 0;
	margin-bottom: -5px;
}

.hpNo { display: none; }