﻿body {
	top: 1px !important;
	margin-top: 1px !important;
	margin-left: 1px !important;
	margin-right: 1px !important;
	margin-bottom: 10px !important;
	padding: 0px !important;
	font-family: "Roboto", "Noto", sans-serif;
}

.t-container, .t-col, .t-row {
	padding: 0px !important;
	margin: 0px !important;
}

.footerButton {
	padding: 2px 5px !important;
	margin: 1px !important;
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0,0,0,.1);
}

.rtsUL {
	Width: 105%;
}

footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	/*	padding: 3px !important;*/
	background-color: #CCCCCC;
}

.RadNavigation .rnvRootLink {
	padding: 10px !important;
}

.RadLabel {
	overflow-wrap: anywhere !important;
	min-width: 135px;
	height: auto;
	font-weight: bold;
	max-width: 90%;
	padding-bottom: 10px;
}

.rmItem {
	width: 33.29% !important;
	text-align: center !important;
}

.small-box {
	box-shadow: 5px 5px 5px #c1c0c1;
	font-weight: bold;
	margin: 5px;
}

	.small-box > .inner {
		padding: 5px;
		background-color: #CCCCCC;
	}


.RadGrid .rgPagerCell .rgWrap {
	white-space: inherit !important;
}

.RadGrid .rgRow > td, .RadGrid .rgAltRow > td {
	padding-left: 8px !important;
	padding-right: 8px !important;
}

/*#region Google */

.VIpgJd-ZVi9od-l4eHX-hSRGPd {
	display: none !important;
}

body > .skiptranslate {
	display: none;
}

iframe .skiptranslate {
	display: none !important;
}

.goog-te-gadget {
	color: transparent !important;
	font-size: 0px !important;
}

#goog-gt- {
	display: none !important;
}

#goog-gt-tt {
	visibility: hidden !important;
	display: none !important;
}

.VIpgJd-yAWNEb-VIpgJd-fmcmS-sn54Q {
	background-color: inherit !important;
	box-shadow: none !important;
	box-sizing: unset !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative
}
/*#endregion */

/*#region Voter */
:root {
	--main-color: #269ACC;
}

.serviceBox {
	background-color: #fff;
	font-family: 'Poppins', sans-serif;
	padding-top: 10px;
	padding-bottom: 20px;
	border-radius: 25px;
	margin: 10px;
	box-shadow: 0 5px 8px rgba(0,0,0,0.3);
}

	.serviceBox .title {
		color: #fff;
		background: var(--main-color);
		font-size: 20px;
		text-align: center;
		font-weight: 600;
		text-transform: capitalize;
		padding: 10px 15px;
		box-shadow: inset 0 5px 10px rgba(0,0,0,0.4);
		position: relative;
		margin-top: 15px;
		margin-bottom: 15px;
	}

		.serviceBox .title:before {
			content: "";
			background: var(--main-color);
			border-radius: 25px 5px 5px 25px;
			position: absolute;
			top: -10px;
			left: -7px;
			bottom: -10px;
			right: 100%;
		}

	.serviceBox:after {
		content: '';
		background-color: #0063A6;
		clear: both;
		display: block;
		height: 10px;
		width: calc(100% - 20px);
		margin: 25px auto 0;
	}

	.serviceBox .service-icon {
		color: var(--main-color);
		font-size: 35px;
		line-height: 85px;
		width: 85px;
		height: 85px;
		margin: 0 auto 20px;
		border-radius: 50%;
		border: 2px solid var(--main-color);
		position: relative;
		z-index: 1;
	}

		.serviceBox .service-icon:before {
			content: "";
			background: #fff;
			border-radius: 50%;
			box-shadow: 0 5px 8px rgba(0,0,0,0.4);
			position: absolute;
			top: 5px;
			left: 5px;
			right: 5px;
			bottom: 5px;
			z-index: -1;
		}

		.serviceBox .service-icon:after {
			content: '';
			background: linear-gradient(to top right,transparent 50%,#aaa 50%);
			height: 10px;
			width: 10px;
			position: absolute;
			left: 0;
			bottom: -10px;
		}

	.serviceBox .description {
		color: black;
		line-height: 28px;
		font-weight: 600;
		margin: 10px;
		padding: 6px;
		margin-bottom: 15px;
	}

	.serviceBox .read-more {
		color: #269ACC;
		font-family: 'Oswald', sans-serif;
		font-size: 16px;
		font-weight: 400;
		text-transform: uppercase;
		transition: all 0.3s ease 0s;
	}

	.serviceBox.orange {
		--main-color: #E1861F;
	}

	.serviceBox.purple {
		--main-color: #862183;
	}

	.serviceBox.blue {
		--main-color: #0063A6;
	}
/*#endregion */


.headeritems {
	box-shadow: rgba(0, 0, 0, 0.24) 7px 10px 12px 7px;
	padding: 10px !important;
	border-radius: 10px;
	margin: 10px !important;
}



.rfdHeading {
	border-bottom: none !important;
}
