﻿@font-face
{
	font-family: Inter;
	src: url('/Content/Font/Inter.ttf') format('truetype');
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
}

/*@font-face
{
	font-family: MaterialIconsRound;
	src: url('/Content/Font/MaterialIconsRound-Regular.otf') format('opentype');
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
}*/

*
{
	margin: 0px;
	padding: 0px;
	font-family: Inter, "Segoe UI";
	font-size: 0px;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	text-align: justify;
	display: inline-block;
	position: relative;
	vertical-align: top;
	letter-spacing: normal;
	text-decoration: none;
	word-spacing: normal;
	box-sizing: border-box;
	text-size-adjust: 100%;
}

*::before
{
	margin: 0px;
	padding: 0px;
	font-family: Inter, "Segoe UI";
	font-size: 0px;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	text-align: justify;
	display: inline-block;
	position: relative;
	vertical-align: top;
	letter-spacing: normal;
	text-decoration: none;
	word-spacing: normal;
	box-sizing: border-box;
	text-size-adjust: 100%;
}

*::after
{
	margin: 0px;
	padding: 0px;
	font-family: Inter, "Segoe UI";
	font-size: 0px;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	text-align: justify;
	display: inline-block;
	position: relative;
	vertical-align: top;
	letter-spacing: normal;
	text-decoration: none;
	word-spacing: normal;
	box-sizing: border-box;
	text-size-adjust: 100%;
}

*:focus
{
	outline: none;
}

html, body
{
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}

label, input, a, select, option, th, td, textarea, ul, li, b, span, hr
{
	font-size: 14px;
	color: #000000;
}

input[type=text], input[type=password], input[type=file]
{
	border: 1px solid #aaaaaa;
	border-radius: 5px;
	width: 80%;
	max-width: 148px;
	padding: 2px 5px;
}

input[type=button], input[type=submit]
{
	background-color: transparent;
	border: 1px solid #000000;
	border-radius: 5px;
	padding: 2px 5px;
}

table
{
	display: table;
	border-collapse: collapse;
	width: 100%;
}

tbody, thead, tfoot
{
	display: table-row-group;
	width: 100%;
}

tr
{
	display: table-row;
	border-collapse: collapse;
	border: 1px solid #000000;
	width: 100%;
}

th
{
	font-weight: bold;
}

th, td
{
	display: table-cell;
	border: 1px solid #000000;
	border-collapse: collapse;
	padding: 1px 3px;
}

th > input, td > input
{
	width: 98% !important;
	max-width: initial !important;
}

th > select, td > select
{
	width: 98% !important;
	max-width: initial !important;
}

select
{
	overflow: auto;
	width: 80%;
	max-width: 148px;
	padding: 1px;
}

optgroup, option
{
	display: block;
}

ul, ol
{
	display: inline-block;
	list-style-position: inside;
}

ul
{
	list-style-type: disc;
}

li
{
	display: list-item;
	margin: 5px 0px;
}

li > *
{
	width: calc(100% - 20px);
}

img
{
	image-rendering: optimizeQuality;
}

.Icon
{
	font-family: MaterialIconsRound;
	font-size: 16px;
}

.Error
{
	color: #ff0000;
}

input.Error
{
	color: #000000;
	border: 1px solid #ff0000;
}

.TextCenter
{
	text-align: center;
}

.FullHeight
{
	height: 100%;
}

.LineSpace
{
	font-size: 8px;
}

.Col00
{
	width: 0%;
}

.Col01
{
	width: 5%;
}

.Col02
{
	width: 10%;
}

.Col03
{
	width: 15%;
}

.Col04
{
	width: 20%;
}

.Col05
{
	width: 25%;
}

.Col06
{
	width: 30%;
}

.Col07
{
	width: 35%;
}

.Col08
{
	width: 40%;
}

.Col09
{
	width: 45%;
}

.Col10
{
	width: 50%;
}

.Col11
{
	width: 55%;
}

.Col12
{
	width: 60%;
}

.Col13
{
	width: 65%;
}

.Col14
{
	width: 70%;
}

.Col15
{
	width: 75%;
}

.Col16
{
	width: 80%;
}

.Col17
{
	width: 85%;
}

.Col18
{
	width: 90%;
}

.Col19
{
	width: 95%;
}

.Col20
{
	width: 100%;
}

/* All Custom CSS for elements*/

.SectionHead
{
	text-align:center;
}

.SectionHead > div
{
	border-bottom: 1px solid #000000;
	text-align:center;
}

.SectionHead > div > label
{
	top:3px;
	padding: 5px 25px;
	font-size:50px;
	font-weight:500;
	border-bottom: 5px solid #FFB93E;
	text-transform:uppercase;
}

.SubSectionA
{
	width: 100%;
	text-align: center;
}

.SubSectionA > div:nth-child(1)
{
	width: 40%;
	padding: 35px 35px 0px 0px;
}

.SubSectionA > div:nth-child(1) > label
{
	text-transform: uppercase;
	font-size: 19px;
}

.SubSectionA > div:nth-child(1) > ul > li > label
{
	padding-bottom: 5px;
}

.SubSectionA > div:nth-child(2)
{
	width: 40%;
	padding: 35px 0px 0px 35px;
}

.SubSectionA > div:nth-child(2) > img
{
	width: 100%;
	border: 10px solid #FFB93E;
}

.SubSectionB
{
	width: 100%;
	text-align: center;
}

.SubSectionB > div:nth-child(1)
{
	width: 40%;
	left: 40%;
	padding: 35px 0px 0px 35px;
}

.SubSectionB > div:nth-child(1) > label
{
	text-transform: uppercase;
	font-size: 19px;
}

.SubSectionB > div:nth-child(1) > ul > li > label
{
	padding-bottom: 5px;
}

.SubSectionB > div:nth-child(2)
{
	width: 40%;
	left: -40%;
	padding: 35px 35px 0px 0px;
}

.SubSectionB > div:nth-child(2) > img
{
	width: 100%;
	border: 10px solid #FFB93E;
}

.SectionContact
{
	width: 100%;
	text-align: center;
}

.SectionContact > div:nth-child(1)
{
	width: 40%;
	padding: 30px 10px 0px 0px;
	height: 500px;
}

.SectionContact > div:nth-child(1) > div > div:first-child > div
{
	width: 50%;
	padding: 3%;
}

.SectionContact > div:nth-child(1) > div > div:last-child > div
{
	width: 50%;
	padding: 3%;
}

.SectionContact > div:nth-child(2)
{
	width: 40%;
	padding: 30px 0px 0px 10px;
	height: 500px;
}

.SectionContact > div:nth-child(2) > img
{
	top: 50%;
	margin-top: -90px;
	left:50%;
	margin-left:-25%;
}


@media (min-width: 1001px) and (max-width: 1200px)
{
	/*	.SectionHead > div > label
	{
		top: 3px;
		padding: 5px 25px;
		font-size: 50px;
		font-weight: 500;
		border-bottom: 5px solid #FFB93E;
		text-transform: uppercase;
	}*/
}

@media (min-width: 601px) and (max-width: 1000px)
{
	.SectionHead > div > label
	{
		top: 3px;
		padding: 5px 25px;
		font-size: 23px;
		font-weight: 500;
		border-bottom: 5px solid #FFB93E;
		text-transform: uppercase;
	}

	.SubSectionA > div:nth-child(1)
	{
		width: 100%;
		padding: 15px 10%;
	}

	.SubSectionA > div:nth-child(2)
	{
		width: 100%;
		padding: 15px 10%;
	}

	.SubSectionA > div:nth-child(2) > img
	{
		width: 70%;
		left: 50%;
		margin-left: -35%;
		border: 10px solid #FFB93E;
	}

	.SubSectionB > div:nth-child(1)
	{
		width: 100%;
		padding: 15px 10%;
		left: unset;
	}

	.SubSectionB > div:nth-child(2)
	{
		width: 100%;
		padding: 15px 10%;
		left: unset;
	}

	.SubSectionB > div:nth-child(2) > img
	{
		width: 70%;
		left: 50%;
		margin-left: -35%;
		border: 10px solid #FFB93E;
	}

	.SectionContact > div:nth-child(1)
	{
		width: 100%;
		padding: 10px;
		height: unset;
	}

	.SectionContact > div:nth-child(2)
	{
		width: 100%;
		padding: 10px;
		height: unset;
	}

	.SectionContact > div:nth-child(2) > img
	{
		width: 80%;
		left: 50%;
		margin-left: -40%;
		margin-top: unset;
	}

	.SectionContact > div:nth-child(1) > div > div:first-child > div
	{
		width: 100%;
		padding: 1%;
	}

	.SectionContact > div:nth-child(1) > div > div:last-child > div
	{
		width: 100%;
		padding: 1%;
	}
}

@media (min-width: 401px) and (max-width: 600px)
{
	.SectionHead > div > label
	{
		top: 3px;
		padding: 5px 25px;
		font-size: 19px;
		font-weight: 500;
		border-bottom: 5px solid #FFB93E;
		text-transform: uppercase;
	}

	.SubSectionA > div:nth-child(1)
	{
		width: 100%;
		padding: 15px 10%;
	}

	.SubSectionA > div:nth-child(2)
	{
		width: 100%;
		padding: 15px 10%;
	}

	.SubSectionA > div:nth-child(2) > img
	{
		width: 70%;
		left: 50%;
		margin-left: -35%;
		border: 10px solid #FFB93E;
	}

	.SubSectionB > div:nth-child(1)
	{
		width: 100%;
		padding: 15px 10%;
		left: unset;
	}

	.SubSectionB > div:nth-child(2)
	{
		width: 100%;
		padding: 15px 10%;
		left: unset;
	}

	.SubSectionB > div:nth-child(2) > img
	{
		width: 70%;
		left: 50%;
		margin-left: -35%;
		border: 10px solid #FFB93E;
	}

	.SectionContact > div:nth-child(1)
	{
		width: 100%;
		padding: 10px;
		height: unset;
	}

	.SectionContact > div:nth-child(2)
	{
		width: 100%;
		padding: 10px;
		height: unset;
	}

	.SectionContact > div:nth-child(2) > img
	{
		width: 80%;
		left: 50%;
		margin-left: -40%;
		margin-top: unset;
	}

	.SectionContact > div:nth-child(1) > div > div:first-child > div
	{
		width: 100%;
		padding: 1%;
	}

	.SectionContact > div:nth-child(1) > div > div:last-child > div
	{
		width: 100%;
		padding: 1%;
	}
}

@media (max-width: 400px)
{
	.SectionHead > div > label
	{
		top: 3px;
		padding: 5px 25px;
		font-size: 17px;
		font-weight: 500;
		border-bottom: 5px solid #FFB93E;
		text-transform: uppercase;
	}

	.SubSectionA > div:nth-child(1)
	{
		width: 100%;
		padding: 15px 10%;
	}

	.SubSectionA > div:nth-child(2)
	{
		width: 100%;
		padding: 15px 10%;
	}

	.SubSectionA > div:nth-child(2) > img
	{
		width: 70%;
		left: 50%;
		margin-left: -35%;
		border: 10px solid #FFB93E;
	}

	.SubSectionB > div:nth-child(1)
	{
		width: 100%;
		padding: 15px 10%;
		left: unset;
	}

	.SubSectionB > div:nth-child(2)
	{
		width: 100%;
		padding: 15px 10%;
		left: unset;
	}

	.SubSectionB > div:nth-child(2) > img
	{
		width: 70%;
		left: 50%;
		margin-left: -35%;
		border: 10px solid #FFB93E;
	}

	.SectionContact > div:nth-child(1)
	{
		width: 100%;
		padding: 10px;
		height: unset;
	}

	.SectionContact > div:nth-child(2)
	{
		width: 100%;
		padding: 10px;
		height: unset;
	}

	.SectionContact > div:nth-child(2) > img
	{
		width: 80%;
		left: 50%;
		margin-left: -40%;
		margin-top: unset;
	}

	.SectionContact > div:nth-child(1) > div > div:first-child > div
	{
		width: 100%;
		padding: 1%;
	}

	.SectionContact > div:nth-child(1) > div > div:last-child > div
	{
		width: 100%;
		padding: 1%;
	}
}