@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
/*
font-family: "DM Sans", sans-serif;
font-optical-sizing: auto;
font-weight: 100 - 900;
font-style: normal;
*/

html, body { width: 100%; height: 100%; margin:0; overflow-x: hidden; background-color: #f8f7f0; }

h1, h2, h3, h4, h5, h6 {
	font-family: "DM Sans", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 500;
	margin: 0;
	transition: .5s;
	line-height: 1.2;
}
h1 { font-size: 42px; }
h2 { font-size: 40px; }
h3 { font-size: 35px; }
h4 { font-size: 30px; }
h5 { font-size: 25px; }
h6 { font-size: 18px; }

p {
	font-family: "DM Sans", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	font-size: 18px;
	margin: 0;
}

ol, li, ul {
	font-family: "DM Sans", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	font-size: 18px;
}

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

	-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
============================================================================================================================== */

@-webkit-keyframes floating { 0% { transform: translate(0, 0px); } 50% { transform: translate(0, 15px); } 100% { transform: translate(0, -0px); } }
@keyframes floating { 0% { transform: translate(0, 0px); } 50% { transform: translate(0, 15px); } 100% { transform: translate(0, -0px); } }

@-webkit-keyframes spin { from { -webkit-transform: rotate(0deg); transform: rotate(0deg); } to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }
@keyframes spin { from { -webkit-transform: rotate(0deg); transform: rotate(0deg); } to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }

@keyframes rotate {
  0% { transform:rotate(15deg) }
  50% { transform:rotate(-15deg) }
  100% { transform:rotate(15deg) }
}

@keyframes pulse-gold {
	0% { transform: scale(0.90); box-shadow: 0 0 0 0 rgba(244, 165, 1, 0.7); }
	70% { transform: scale(1); box-shadow: 0 0 0 30px rgba(244, 165, 1, 0); }
	100% { transform: scale(0.90); box-shadow: 0 0 0 0 rgba(244, 165, 1, 0); }
}



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

header .wrap-logo { max-width: 180px; }

header .cont-page-title a { text-decoration: none; color: #FFF !important; }
header .cont-page-title a:hover { text-decoration: none; color: #0086ff !important; }

header .card-top { background-color: #FFF; border: 0; border-radius: 30px; }
header .card-top .card-body.tagline { background-color: #054622; border-radius: 30px 30px 0 0; }
@media only screen and (max-width: 599.50px) { header .card-top .card-body.tagline { display: none; } }
header .card-top .card-body.tagline p { font-size: 14px; color: #FFF; margin-left: 15px; margin-right: 15px; }

header .wrap-cont { float: right; margin-right: 15px; }
header .wrap-cont .no { float: right; }
header .wrap-cont .no p { font-size: 16px; }
header .wrap-cont .no h6 { font-size: 20px; font-weight: bolder; }
header .wrap-cont i { float: left; font-size: 35px; margin-right: 15px; margin-top: 8px; }
@media only screen and (max-width: 1199.50px) {
	header .wrap-cont .no p { font-size: 14px; }
	header .wrap-cont .no h6 { font-size: 18px; font-weight: bolder; }
	header .wrap-cont i { float: left; font-size: 30px; margin-right: 15px; margin-top: 8px; }
}
@media only screen and (max-width: 991.50px) { header .wrap-cont i { display: none; } }





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

.nav-main { background-color: transparent !important; }
.nav-main .navbar-brand { width: 140px; }
@media only screen and (max-width: 991.50px) { .nav-main .navbar-brand { width: 100px; } }

.nav-main .navbar-nav .nav-link {
	font-family: "DM Sans", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 20px;
	font-weight: 500;
	color: #094625;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 0;
	padding-bottom: 0;
	background: transparent;
	transform: scale(1.0);

	-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; font-size: 16px; } }
@media only screen and (max-width: 991.50px) { .nav-main .navbar-nav .nav-link { padding-left: 10px; padding-right: 10px; font-size: 14px; } }

.nav-main .navbar-nav .nav-link:focus, .nav-main .navbar-nav .nav-link:hover { transform: scale(1.2); text-decoration: none; color: #243f95; font-weight: 800; }
.nav-main .dropdown-menu { background-color: #FFF; padding: 0; border: 0; border-top: 3px solid #243f95; }
.nav-main .dropdown-item { font-weight: 400; color: #333333; }
.nav-main .dropdown-item:focus, .dropdown-item:hover { background-color: #243f95; text-decoration: none; color: #FFF; }

.navbar-toggler { border: 3px solid #FFF; }
.wrap-logo { margin-left: 20px; width: 120px; }
.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); }

@media only screen and (max-width: 767.50px) {
	.nav-main .offcanvas { background-color: #FFF; }
	.nav-main .navbar-nav .nav-link { font-size: 16px; font-weight: 500; color: #094625; text-align: left; margin-top: 10px; margin-bottom: 10px; }
	.nav-main .navbar-nav .nav-link:focus, .nav-main .navbar-nav .nav-link:hover { font-weight: 500; color: #243f95; padding-left: 40px; }

	.nav-main .dropdown-menu { background-color: #FFF; border: 0; margin-left: 30px; }
	.nav-main .dropdown-item:focus, .dropdown-item:hover { background-color: #FFF; text-decoration: none; color: #243f95; padding-left: 20px; }
}



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

.carousel-main { position: relative; z-index: 20; }
.carousel-main .carousel-inner { border-radius: 30px; }

.carousel-main .carousel-caption { top: 40%; left: 5%; text-align: left; width: 45%; }
.carousel-main .carousel-caption h4 { font-size: 60px; font-weight: 900; color: #FFF; text-shadow: 3px 2px rgba(0, 0, 0, 1); }
.carousel-main .carousel-caption p { font-size: 18px; font-weight: 900; color: #FFF; text-shadow: 0 0 5px rgba(0, 0, 0, 1); }

@media only screen and (max-width: 1399.50px) { .carousel-main .carousel-caption h4 { font-size: 50px; } }

@media only screen and (max-width: 1199.50px) {
	.carousel-main .carousel-caption h4 { font-size: 40px; }
	.carousel-main .carousel-caption p { font-size: 16px; }
}

@media only screen and (max-width: 1049.50px) { .carousel-main .carousel-caption { top: 30%; } }
@media only screen and (max-width: 991.50px) { .carousel-main .carousel-caption p { display: none; } }
@media only screen and (max-width: 899.50px) { .carousel-main .carousel-caption h4 { font-size: 30px } }



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

label {
	font-family: "DM Sans", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 500;
	line-height: 1.5;
	font-size: 14px;
}
.form-control, .form-select {
	font-family: "DM Sans", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	font-size: 18px;
	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 {
	font-family: "DM Sans", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 600;
	line-height: 1.5;
	font-size: 18px;
	outline: none;
	color: #FFF;
	padding: 20px 30px 20px 30px;
	border: 4px solid #000;
	border-radius: 7px;
	background-color: #002e4d;
	transition: .1s ease-in-out, .4s color;
}
.btn-main:hover { color: #FFF; background-color: #094324; }
.btn-main:active { transform: translateY(0.15em); }
.btn-main.full { width: 100%; }
.btn-main.sml { font-size: 12px; font-weight: 500; padding: 8px 15px; }

.btn-main.green { background-color: #094324; color: #FFF; }
.btn-main.green:hover { background-color: #002e4d; }



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

footer {
	padding-top: 80px;
	padding-bottom: 30px;
	background:linear-gradient(0deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url('../imgs/BGs/BG-footer.jpg');
	background-size:cover; background-position: center center;
}
footer h6 { color: #FFF; }
footer p { color: #FFF; font-size: 16px; }
footer a { text-decoration: none; color: #FFF !important; }
footer a:hover { text-decoration: none; color: #0086ff !important; }

footer ul { padding-left: 12px; }
footer ul li { color: #FFF; font-size: 16px; }
@media only screen and (max-width: 767.50px) { footer ul { list-style-type: none; padding: 0; } }

footer .btm p { font-size: 12px; }
footer .btm { background-color: rgba(9, 67, 36, 0.4); border-radius: 50px; padding-top: 20px; padding-bottom: 15px; }



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

.txt-blue-d { color: #002e4d; }
.bg-blue-d { background-color: #002e4d; }

.H150 { height: 150px !important; }
.hpNo { display: none; }

/* - - */

.BG-1 {
	background: url('../imgs/BGs/BG-1.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto;
}

/* - - */

.wrap-welcome-msg { margin-left: 40px; }
@media only screen and (max-width: 991.50px) { .wrap-welcome-msg { margin-left: auto; } }

/* - - */

.mask-img-1 img {
	-webkit-mask-image: url('../imgs/mask-img-1.png');
	-webkit-mask-size: contain;
	-webkit-mask-position: center left;
	-webkit-mask-repeat: no-repeat;
}

.mask-prod-1 img {
	-webkit-mask-image: url('../imgs/mask-prod-1.png');
	-webkit-mask-size: contain;
	-webkit-mask-position: center left;
	-webkit-mask-repeat: no-repeat;
}

.mask-prod-2 img {
	-webkit-mask-image: url('../imgs/mask-prod-2.png');
	-webkit-mask-size: contain;
	-webkit-mask-position: center left;
	-webkit-mask-repeat: no-repeat;
}

.mask-img-3 img {
	-webkit-mask-image: url('../imgs/mask-img-3.png');
	-webkit-mask-size: contain;
	-webkit-mask-position: center left;
	-webkit-mask-repeat: no-repeat;
}

.mask-img-prod img {
	-webkit-mask-image: url('../imgs/mask-img-prod.png');
	-webkit-mask-size: contain;
	-webkit-mask-position: center left;
	-webkit-mask-repeat: no-repeat;
}

/* - - */

.icon-arrow { position: absolute; bottom: 0; right: 0; }
.icon-arrow .fa-stack {
	color: #2d4197 !important; font-size: 18px;
	-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		 -ms-transition: all 0.4s ease-in-out;
		  -o-transition: all 0.4s ease-in-out;
			  transition: all 0.4s ease-in-out;
}
.icon-arrow .fa-stack:hover {color: #094324 !important; font-size: 22px; }

/* - - */

.wrap-vid {
	width: 100%;
	overflow: hidden;
	position: relative;
	background-color: black;
}

.wrap-vid .overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #000;
	opacity: 0.3;
	z-index: 1;
}

.wrap-vid video {
	top: 50%;
	left: 50%;
	z-index: 0;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	-webkit-transform: translateX(-50%) translateY(-50%);
		-moz-transform: translateX(-50%) translateY(-50%);
		 -ms-transform: translateX(-50%) translateY(-50%);
			  transform: translateX(-50%) translateY(-50%);
}

.wrap-vid .container { position: relative; z-index: 2; }
.wrap-vid .div-content {
	color: #FFF;
	width: 550px;
	margin-right: 0;
	margin-left: auto;
	margin-top: 150px;
	text-align: center;
	padding: 60px 60px 30px 60px;
	background: rgba(9, 67, 36, 0.7);
}
.wrap-vid .div-content .wrap-cont { padding: 20px 10px 20px 10px; border-radius: 60px; background-color: #002e4d; }
.wrap-vid .div-content .wrap-cont h4 { font-weight: 800; }

/* - - */

.card-years {
	width: 250px;
	height: 180px;
	border-radius: 30px;
	background-color: #8ec9ff;
	position: absolute; bottom: 0; right: 0;
}

.card-years .card-body h2 { margin-top: -15px; margin-bottom: -13px; font-size: 95px; }
@media only screen and (max-width: 1399.50px) { .card-years { width: 220px; height: 150px; } .card-years .card-body h2 { font-size: 80px; } }
@media only screen and (max-width: 1199.50px) { .card-years { width: 220px; height: 150px; bottom: -20px; right: -20px; } }
@media only screen and (max-width: 1199.50px) { .card-years { width: 220px; height: 150px; bottom: -20px; right: -20px; } }
@media only screen and (max-width: 991.50px) { .card-years { width: 280px; height: 190px; bottom: 0; right: 0; } .card-years .card-body h2 { font-size: 95px; margin-top: -5px; } }
@media only screen and (max-width: 767.50px) { .card-years { display: none; } .mask-img-3 img { -webkit-mask-image: none; } }

/* - - */

.card-prod-title { margin: -60px 10% 60px 10%; background: rgba(0, 46, 771, 0.8); }

/* - - */
