@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,100;9..40,200;9..40,300;9..40,400;9..40,500;9..40,700;9..40,900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200;0,6..12,300;0,6..12,400;0,6..12,500;0,6..12,600;0,6..12,900;1,6..12,700&display=swap');
/*
font-family: 'DM Sans', sans-serif;
font-family: 'Nunito Sans', sans-serif;
*/

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

h1, h2, h3, h4, h5, h6 {
	transition: .5s;
	margin: 0;
	line-height: 1.2;
	font-weight: 700;
	font-style: normal;
	font-family: 'Nunito Sans', sans-serif;
}
h1 { font-size: 50px; }
h2 { font-size: 40px; }
h3 { font-size: 30px; }
h4 { font-size: 24px; }
h5 { font-size: 20px; }
h6 { font-size: 18px; }

p {
	margin: 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.8;
	font-style: normal;
	font-family: 'DM Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
		-moz-font-smoothing: antialiased;
}

ol, li, ul { color: #3d3d3d; font-family: 'DM Sans', sans-serif; font-size: 18px; font-weight: 500; line-height: 1.7; font-style: normal; }
small { font-family: 'DM Sans', sans-serif; font-size: 15px; font-weight: 500; line-height: 1.0; }

a, a:visited {
	font-family: 'DM Sans', sans-serif;
	text-decoration: none;
	cursor: pointer;
	color: #e51313;

	-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: #000; outline: none; }



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



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

header {
	padding-top: 100px;
	padding-bottom: 100px;
	background:linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../imgs/BGs/BG-2.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
header h1 { font-size: 45px; color: #FFF; font-weight: 600; }
header p { font-size: 16px; color: #FFF; }
header a { color: #FFF; }
header i { color: #FFF; }
header .icon { color: #f5821f; }
header a, header a:visited { text-decoration: none; color: #FFF; }
header a:hover, header a:focus, header a:active { text-decoration: underline; color: #FFF; }



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

.nav-main { position: relative; z-index: 40; background-color: #202b33; padding-top: 15px; padding-bottom: 15px; }
.navbar-brand { width: 150px; }

.nav-main .navbar-toggler-icon i { color: #FFF; padding-top: 3px; }
.wrap-logo { width: 150px; margin-left: 60px; margin-right: 50px; padding: 10px 20px 10px 20px; }

.nav-main .navbar-nav .nav-link {
	color: #FFF;
	font-size: 18px;
	font-weight: 600;
	padding-left: 30px;
	padding-right: 30px;
	border-radius: 40px 20px 40px 20px;
	font-family: 'Nunito Sans', sans-serif;

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

.nav-main .navbar-nav .nav-link:focus, .nav-main .navbar-nav .nav-link:hover { text-decoration: none; background-image: linear-gradient(to right, #ed2024 , #f5821f); }
.nav-main .dropdown-menu { background-color: #202b33; padding: 0; border: 0; }
.nav-main .dropdown-item { padding-top: 10px; padding-bottom: 10px; font-weight: 700; color: #FFF; }
.nav-main .dropdown-item:focus, .dropdown-item:hover { background-image: linear-gradient(to right, #ed2024 , #f5821f); text-decoration: none; color: #FFF; }

.nav-main .offcanvas-header { padding-right: 60px; }
.nav-main .offcanvas-top { height: 100%; background-color: #202b33; }

@media only screen and (max-width: 767.50px) {
	.nav-main .navbar-nav .nav-link { background-color: #202b33; border-radius: 0; }
	.nav-main .navbar-nav .nav-link:focus, .nav-main .navbar-nav .nav-link:hover { background-image: none; background-color: #f5821f; color: #FFF; }
	.nav-main .offcanvas-body { padding-left: 100px; padding-right: 50px; }
	.nav-main .navbar-nav .nav-item:first-child { border-top: 1px solid #7db2ff; border-bottom: 1px solid #7db2ff; padding-top: 5px; padding-bottom: 5px; }
	.nav-main .navbar-nav .nav-item { border-bottom: 1px solid #7db2ff; padding-top: 5px; padding-bottom: 5px; }
	.nav-main .navbar-nav .nav-item:last-child { border-bottom: 1px solid #7db2ff; padding-top: 5px; margin-bottom: 15px; }

	.nav-main .dropdown-item { font-size: 18px;; padding-top: 10px; padding-bottom: 10px; color: #FFF; }
	.nav-main .dropdown-item:focus, .dropdown-item:hover { background-color: #7db2ff; text-decoration: none; color: #000; }
}



/* SLIDER
============================================================================================================================== */

.slider-main .carousel-caption { bottom: 10%; left: 0%; text-align: left; width: 100%; }
.slider-main .carousel-caption h2 { font-size: 50px; color: #FFF; }
.slider-main .carousel-caption p { font-size: 20px; color: #FFF; }
.slider-main button { margin-top: 40px; }
.slider-main .icon-1 { color: #f5821f; }
.slider-main .icon-2 { margin-left: -5px; color: #f5821f; }

@media only screen and (max-width: 991.50px) {
	.slider-main .carousel-caption h2 { font-size: 35px; color: #FFF; }
	.slider-main .carousel-caption p { font-size: 20px; line-height: 1.2; color: #FFF; }
	.slider-main button { margin-top: 20px; font-size: 14px; padding: 8px 20px 8px 20px; }
}

@media only screen and (max-width: 767.50px) {
	.slider-main .carousel-caption h2 { font-size: 25px; color: #FFF; }
	.slider-main .carousel-caption p { display: none; }
	.slider-main button { margin-top: 10px; }
}

@media only screen and (max-width: 575.50px) {
	.slider-main .carousel-caption h2 { text-align: center; }
	.slider-main img, .slider-main button { display: none; }
}
@media only screen and (max-width: 314.50px) {
	.slider-main .carousel-caption { display: none; }
}



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

label {
	font-family: 'DM Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
}
.form-control, .form-select {
	font-family: 'DM Sans', sans-serif;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	border: 3px solid #000;
	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: #fd9500; color: #004ead; }
.form-control:focus, .form-select:focus { border-color: #fd9500; color: #004ead; -webkit-box-shadow: none; box-shadow: none; }

.table { font-family: 'DM Sans', sans-serif; }



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

.btn-main {

	font-size: 16px;
	font-weight: 700;
	font-style: normal;
	padding: 15px 35px 15px 35px;
	font-family: 'DM Sans', sans-serif;
	border-radius: 30px;
	-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;
}

.btn-main.sml {
	font-size: 14px;
	padding: 8px 20px 8px 20px;
}
.btn-main.unfill { background-color: #FFF; color: #e51313; border: 3px solid #e51313; }
.btn-main.unfill:hover { background-color: #e51313; color: #FFF; }
.btn-main.full { width: 100%; }

.btn-main.red { background-color: #e51313; color: #FFF; border: 3px solid #e51313; }
.btn-main.red:hover { background-color: #FFF; color: #e51313; }

.btn-main.gradient {
	position: relative;
	z-index: 1;
	color: #FFF; border: 3px solid #000;
	background-image: linear-gradient(to right, #ed2024 , #f5821f);
}

.btn-main.gradient::before {
	position: absolute;
	z-index: -1;
	opacity: 0;
	content: "";
	top: 0; right: 0; bottom: 0; left: 0;
	border-radius: 30px;
	border: 3px solid #FFF;
	background-image: linear-gradient(to left, #ed2024 , #f5821f);

	-webkit-transition: all 0.6s ease-in-out;
		-moz-transition: all 0.6s ease-in-out;
		 -ms-transition: all 0.6s ease-in-out;
		  -o-transition: all 0.6s ease-in-out;
			  transition: all 0.6s ease-in-out;
}
.btn-main.gradient:hover::before { opacity: 1; }


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

footer { background-color: #2c2c2c; }
footer h4 { color: #FFF; }
footer p { font-size: 16px; color: #FFF; }
footer a, footer a:visited { color: #FFF; }
footer a:hover, footer a:focus, footer a:active { color: #f5821f; }
footer .logo { max-width: 250px; margin: 0 auto; }
footer .fa-ul { margin-left: 25px; }
footer .fa-ul li { font-size: 16px; color: #FFF; }

footer .footer-bottom { background-color: #000; padding-top: 20px; padding-bottom: 20px; }
footer .footer-bottom p { font-size: 14px; color: #FFF; }
footer .footer-bottom a, footer .footer-bottom a:visited { color: #e51313; }
footer .footer-bottom a:hover, footer .footer-bottom a:focus, footer .footer-bottom a:active { color: #FFF; }



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

.title h1, .title h2 { font-size: 45px; font-weight: 600; }
.title h3, .title h4 { font-weight: 600; }
.title p::after {
	font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f101";
	margin-left: 5px;
	color: #f5821f;
}


.BG-Blue-dark { background-color: #0f1b24; }
.BG-Red { background-color: #ed2024; }
.bg-Red-l { background-color: rgba(255, 226, 227, 0.3); }

.brdr-rds-20 { border-radius: 20px; }

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

.BG-2 {
	background: url('../imgs/img-3.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 400px;
}

.BG-3 {
	/* background:linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../imgs/img-4.jpg'); */
	background: url('../imgs/img-4.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 350px;
}

.BG-4 {
	background: url('../imgs/BGs/BG-3.png');
	background-repeat: repeat;
	background-position: center center;
	background-size: auto;
}

.card-intro {
	max-width: 90%;
	margin: 0 auto -50px;
	background-color: #ed2024;
	padding: 20px 10px 20px 10px;
}
.card-intro p, .card-intro h4 { color: #FFF; }
.card-intro i { color: #ffc400; float: left; font-size: 50px; margin-right: 15px; margin-top: 8px }
@media only screen and (max-width: 1199.50px) {
	.card-intro h4 { font-size: 20px; }
	.card-intro i { font-size: 40px; }
}


.card-serv-title {
	background-color: #FFF;
	border: 0;
	transition: all 0.2s ease-in-out;
}
.card-serv-title:hover { background-color: #ed2024; color: #FFF; }
.card-serv-title.actv { background-color: #f5821f; color: #FFF; }
.card-serv-title i { color: #ed2024; margin-right: 15px; }
.card-serv-title:hover i { color: #FFF; }
.card-serv-title p { font-size: 15px; }
.a-serv-title { color: #000; text-decoration: none; }
.a-serv-title:hover { color: #000; text-decoration: none; }


.abt-staff { background-color: #ffefe1; border: 0; }
.div-staff-img {
	border-radius: 50%;
	transform: scale(0.7);
	border: 5px solid #f5821f;
	padding: 10px;
	transition: all 0.2s ease-in-out;
}
.div-staff-img img { border-radius: 50%; filter: grayscale(0.70); transition: all 0.5s ease-in-out; }
.abt-staff:hover .div-staff-img { transform: scale(0.85); border: 5px solid #ed2024; }
.abt-staff:hover .div-staff-img img { filter: grayscale(0); }
.abt-staff .wrap-info {
	position: relative; margin-top: -90px; margin-bottom: 90px;
	transition: all 0.2s ease-in-out;
}
.abt-staff:hover .wrap-info { position: relative; margin-top: -55px; margin-bottom: 55px; }
@media only screen and (max-width: 1199.50px) {
	.abt-staff .wrap-info { margin-top: -70px; }
}
