
@font-face {
    font-family: 'Outfit';
    src: url('../assets/fonts/Outfit/Outfit-Bold.woff2') format('woff2'),
        url('../assets/fonts/Outfit/Outfit-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../assets/fonts/Outfit/Outfit-Black.woff2') format('woff2'),
        url('../assets/fonts/Outfit/Outfit-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../assets/fonts/Outfit/Outfit-ExtraBold.woff2') format('woff2'),
        url('../assets/fonts/Outfit/Outfit-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../assets/fonts/Outfit/Outfit-Thin.woff2') format('woff2'),
        url('../assets/fonts/Outfit/Outfit-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../assets/fonts/Outfit/Outfit-Light.woff2') format('woff2'),
        url('../assets/fonts/Outfit/Outfit-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../assets/fonts/Outfit/Outfit-Regular.woff2') format('woff2'),
        url('../assets/fonts/Outfit/Outfit-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../assets/fonts/Outfit/Outfit-ExtraLight.woff2') format('woff2'),
        url('../assets/fonts/Outfit/Outfit-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../assets/fonts/Outfit/Outfit-Medium.woff2') format('woff2'),
        url('../assets/fonts/Outfit/Outfit-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../assets/fonts/Outfit/Outfit-SemiBold.woff2') format('woff2'),
        url('../assets/fonts/Outfit/Outfit-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../assets/fonts/Outfit/Outfit-Thin.woff2') format('woff2'),
        url('../assets/fonts/Outfit/Outfit-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}



html {
  scroll-behavior: smooth;
  margin-top: 0 !important;
  font-family: "Outfit";
}

html {
  scroll-behavior: smooth;
}
:root {
	--black: #000;
	--red: #C80000;
	--orange: #FE6F61;
	--gray: #707070;
	--grayAlt: #AAAAAA
}
body{
	font-family: "Outfit", sans-serif;
	font-weight: 400;
	color: #000;
}
/* General Styles */
h1{
	font-family: "Outfit", sans-serif;
	font-size: 45px;
	line-height:55px;
	color: #fff;
	font-weight: 600 !important;
}
.homepage h1{
	font-size: 55px;
	line-height: 56px;
}
h2{
	font-size: 38px;
	line-height: 42px;
	margin-bottom: 15px;
	font-weight: 500 !important;
}
h3{
	font-size: 32px;
	line-height:38px;
	font-family: "Outfit", sans-serif;
	font-weight: 500;
}
h4{
	font-size: 25px;
	line-height: 25px;
}
h5{
	font-size: 22px;
	line-height: 25px;
	margin-bottom: 15px;
}
.button{
	font-size: 17px !important;
	font-family: "Outfit", sans-serif;
	font-weight: 500;
	padding: 2px 20px 0;
	margin-top: 30px;
	min-width: 130px;
	max-width: 150px;
	border-radius: 50px;
	display: block !important;
	text-align: center;
	cursor: pointer;
	line-height: 20px;
}
.vc-custom-button{
	display: flex !important;
	.button{
		max-width: fit-content !important;
	}
}
.button-red{
	background-color: var(--red) !important;
	color: #fff !important;
	border: 1px solid transparent !important;
}
.button-red:hover{
	background-color: #fff !important;
	color: #000 !important;
	border: 1px solid var(--orange) !important;
	/* transition: all .5s ease-in-out; */
}
.button-white{
	background-color: #fff;
	color: var(--black);
	border: 1px solid var(--orange);
}
.button-white:hover{
	background-color: var(--red);
	color: #fff;
	border: 1px solid transparent;
	/* transition: all .5s ease-in-out; */
	/* border: 2px solid var(--red); */
}
.page-main .button-red:hover, .page-main .button-white:hover{
  text-decoration: none !important;
}
li:marker{
	color: var(--red);
}
.container{
	width: 100%;
	max-width: 1200px;
	
	margin: 0 auto;
}
@media (min-width: 1500px) {
	.container{
		max-width: 1500px;
	}
}
.section, section{
	margin: 100px 0;
}

footer{
	padding: 30px 0 70px;
	font-size: 15px;
}

/* End General Styles */
/* Font Style */
.widgettitle{
	display: none;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
}
img {
	max-width: 100%;
	height: auto;
}
p, table{
	margin-bottom: 20px;
}
p:last-child{
	margin-bottom: 0;
}

/* ul, ol {
	padding-left: 20px;
	margin-top: -10px;
} */
ul{
	list-style-type: disc;
}
ol{
	list-style-type: decimal;
}
ul ul, ol ol, ul ol, ol ul{
	margin-bottom: 0;
	margin-top: 0;
}
.page-main li{
	margin-bottom: 10px;
}
.page-main:last-child{
	margin-bottom: 0;
}
table{
	width: 100%;
}
table th {
	/* background-color: #999999; */
	color: #000;
	font-weight: 500;
	text-align: center;
}
table th, table td{
	padding: 5px;
	border: 1px solid var(--grayAlt);
}
table tr:nth-child(2n){
	background-color: #dddddd;
}
a, i, #searchsubmit{
	transition: all .5s ease-in-out;
}
a{
	
	color: #000;
	text-decoration: none;
}
a:hover{
	color: var(--red);
}
/* End Font Style */

/* Search */
#searchform {
	margin-bottom: 20px;
}
#searchform #s {
	border: 1px solid var(--orange);
}
#searchsubmit {
	border: 0;
	font-size: 20px;
	line-height: 28px;
	cursor: pointer;
	padding: 3px 22px;
	/* font-family: OpenSans; */
}
/* End of Search */
/* Menu */

 .title-link{
  color: #000 !important
}
.title-link:hover{
  color: var(--red) !important;
}

@media screen and (max-width: 768px) {
	h1{
		font-size: 40px !important;
		line-height: 38px;
	}
	h2{
		font-size: 35px !important;
		line-height: 40px;
	}
	  h3{
        font-size: 28px !important;
        line-height: 35px;
    }
	.section, section{
		margin: 60px 0;
	}
	.container{
		padding: 0 20px;
	}
	.homepage h1{
		font-size: 36px;
		line-height: 46px;
	}
	.button{
	margin-top: 20px;
}
.footer{
	padding: 30px 0;
}
}
p, li, a, td, th, #s {
	font-size: 18px !important;
	line-height: 25px !important;
	font-weight: 400;
	color: var(--black);

}