
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

*, *::before, *::after {
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #333;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
	margin-block-start: .5rem;
	margin-block-end: 1rem;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit;
}

h1 {
	font-size: 2.5rem;
}

h2 {
	font-size: 2rem;
}

h3 {
	font-size: 1.75rem;
}

h4 {
	font-size: 1.5rem;
}

h5 {
	font-size: 1.25rem;
}

h6 {
	font-size: 1rem;
}

p {
	margin-block-start: 0;
	margin-block-end: .9rem;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
	white-space: pre-wrap;
}

a {
	background-color: rgba(255, 255, 255, 0);
	text-decoration: none;
	color: #c36;
}

a:hover, a:active {
	color: #336;
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
	outline: 0;
}

abbr[title] {
	border-block-end: none;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

b, strong {
	font-weight: bolder;
}

code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

img {
	border-style: none;
	height: auto;
	max-width: 100%;
}

details {
	display: block;
}

summary {
	display: list-item;
}

figcaption {
	font-size: 16px;
	color: #333;
	line-height: 1.4;
	font-style: italic;
	font-weight: 400;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

@media print {
	*, *:before, *:after {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	
	a, a:visited {
		text-decoration: underline;
	}
	
	a[href]:after {
		content: " (" attr(href) ")";
	}
	
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	
	a[href^="#"]:after, a[href^="javascript:"]:after {
		content: "";
	}
	
	pre {
		white-space: pre-wrap !important;
	}
	
	pre, blockquote {
		-moz-column-break-inside: avoid;
		break-inside: avoid;
		border: 1px solid #ccc;
	}
	
	thead {
		display: table-header-group;
	}
	
	tr, img {
		-moz-column-break-inside: avoid;
		break-inside: avoid;
	}
	
	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}
	
	h2, h3 {
		-moz-column-break-after: avoid;
		break-after: avoid;
	}
}

label {
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
}

button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 1rem;
	line-height: 1.5;
	margin: 0;
}

input[type=text], input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=url], select, textarea {
	width: 100%;
	border: solid 1px #666;
	border-radius: 3px;
	padding: .5rem 1rem;
	transition: all .3s;
}

input[type=text]:focus, input[type=date]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=url]:focus, select:focus, textarea:focus {
	border-color: #333;
}

button, input {
	overflow: visible;
}

button, select {
	text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
	width: auto;
	-webkit-appearance: button;
}

button, [type=submit], [type=button] {
	display: inline-block;
	font-weight: 400;
	color: #c36;
	text-align: center;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: rgba(255, 255, 255, 0);
	border: 1px solid #c36;
	padding: .5rem 1rem;
	font-size: 1rem;
	border-radius: 3px;
	transition: all .3s;
}

button:focus:not(:focus-visible), [type=submit]:focus:not(:focus-visible), [type=button]:focus:not(:focus-visible) {
	outline: none;
}

button:hover, button:focus, [type=submit]:hover, [type=submit]:focus, [type=button]:hover, [type=button]:focus {
	color: #fff;
	background-color: #c36;
	text-decoration: none;
}

button:not(:disabled), [type=submit]:not(:disabled), [type=button]:not(:disabled) {
	cursor: pointer;
}

fieldset {
	padding: .35em .75em .625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
	resize: vertical;
}

[type=checkbox], [type=radio] {
	box-sizing: border-box;
	padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

select {
	display: block;
}

table {
	background-color: rgba(255, 255, 255, 0);
	width: 100%;
	margin-block-end: 15px;
	font-size: .9em;
	border-spacing: 0;
	border-collapse: collapse;
}

table th, table td {
	padding: 15px;
	line-height: 1.5;
	vertical-align: top;
	border: 1px solid rgba(128, 128, 128, .5019607843);
}

table th {
	font-weight: 700;
}

table thead th, table tfoot th {
	font-size: 1em;
}

table caption+thead tr:first-child th, table caption+thead tr:first-child td, table colgroup+thead tr:first-child th, table colgroup+thead tr:first-child td, table thead:first-child tr:first-child th, table thead:first-child tr:first-child td {
	border-block-start: 1px solid rgba(128, 128, 128, .5019607843);
}

table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
	background-color: rgba(128, 128, 128, .0705882353);
}

table tbody tr:hover>td, table tbody tr:hover>th {
	background-color: rgba(128, 128, 128, .1019607843);
}

table tbody+tbody {
	border-block-start: 2px solid rgba(128, 128, 128, .5019607843);
}

@media (max-width:767px) {
	table table {
		font-size: .8em;
	}
	
	table table th, table table td {
		padding: 7px;
		line-height: 1.3;
	}
	
	table table th {
		font-weight: 400;
	}
}

dl, dt, dd, ol, ul, li {
	margin-block-start: 0;
	margin-block-end: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: rgba(255, 255, 255, 0);
}

.htmega-menu-area .htmegamenu-content-wrapper {
	min-width: 1000px !important;
}

.mobilegreen {
	color: #102d6d !important;
	background-color: #e1fa02 !important;
}

#nav-menu-item-15160 {
	color: #102d6d !important;
	background-color: #e1fa02 !important;
}

#nav-menu-item-15160 a:hover {
	color: #102d6d !important;
	background-color: #cce204 !important;
}

#nav-menu-item-15161 {
	color: #102d6d !important;
	background-color: #e1fa02 !important;
}

#nav-menu-item-15161 a:hover {
	color: #102d6d !important;
	background-color: #cce204 !important;
}

html {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

body {
	overflow-x: hidden !important;
	overflow: hidden;
}

h1 {
	font-size: 4.5rem;
	font-weight: 500;
	color: #fff;
	text-transform: capitalize;
	font-family: "Roboto", sans-serif;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
}

h2 {
	font-size: 2.9rem;
	font-weight: 500;
	color: #fff;
	line-height: 3.3rem;
	font-family: "Roboto", sans-serif;
}

h3 {
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 2.4rem;
	font-family: "Roboto", sans-serif;
}

h4 {
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 2rem;
	font-family: "Roboto", sans-serif;
}

h5 {
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1.4rem;
	font-family: "Roboto", sans-serif;
}

h6 {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.2rem;
	font-family: "Roboto", sans-serif;
}

#whiteboxheadingblue {
	color: #21409a !important;
}

p {
	font-size: 1.1rem;
	font-weight: 300;
	line-height: 1.5rem;
	word-spacing: 0rem;
	margin-bottom: 0px !important;
}

.exad-card-description {
	font-size: 1.1rem;
	font-weight: 300;
	line-height: 1.5rem;
	word-spacing: 0rem;
	margin-bottom: 10px !important;
	text-align: center !important;
}

#infoboxtext {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	margin-left: 10px !important;
}

.homeh1 h1 {
	font-size: 4.5rem;
	font-weight: 500;
	color: #fff;
	text-transform: capitalize;
	font-family: "Roboto", sans-serif;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
}

.eael-grid-post-excerpt p {
	font-size: 1.1rem;
	font-weight: 300;
	line-height: 1.5rem;
	word-spacing: 0rem;
	margin-bottom: 0px !important;
}

.bannersubheading h2 {
	font-size: 2.3rem !important;
	font-weight: 300;
	line-height: 2.2rem !important;
	font-family: "Roboto", sans-serif;
}

.elementor-element .elementor-widget-container {
	font-size: 1.1rem;
	font-weight: 300;
	line-height: 1.5rem;
	word-spacing: 0rem;
}

.eael-adv-accordion .eael-accordion-list .eael-accordion-header {
	font-size: 1.1rem;
	font-weight: 300;
	word-spacing: 0rem;
}

.eael-infobox.icon-on-left .infobox-content .title {
	font-size: 1.6rem !important;
}

.ekit-wid-con .elementskit-infobox .box-body p {
	font-size: 1.1rem;
	font-weight: 300;
	line-height: 1.5rem;
	word-spacing: 0rem;
}

.megasmalltext {
	font-size: .8rem;
	font-weight: 300;
	line-height: 1.3rem !important;
	word-spacing: .2rem;
}

.elementor-kit-9438 p {
	margin-bottom: 15px !important;
}

#pleft {
	text-align: left !important;
}

.ServicesBlocks .elementor-heading-title #megasmalltext {
	font-size: .8rem;
}

.elementor-image-box-title {
	line-height: 100% !important;
}

#uptombps {
	font-size: 24px !important;
}

dd, dl, dt, li, ol, ul {
	text-align: left !important;
}

productlist ul {
	text-align: left !important;
}

a:link {
	font-family: "Roboto", sans-serif !important;
	color: #d32027;
}

a:visited {
	font-family: "Roboto", sans-serif !important;
	color: #d32027;
}

a:hover {
	font-family: "Roboto", sans-serif !important;
	color: #d32027;
}

a:active {
	font-family: "Roboto", sans-serif !important;
	color: #d32027;
}

a.blue:link {
	color: #9fb3fc !important;
}

a.blue:visited {
	color: #9fb3fc !important;
}

a.blue:hover {
	color: #9fb3fc !important;
}

a.blue:active {
	color: #9fb3fc !important;
}

.elementor-295 .elementor-element.elementor-element-00fb80c .exad-card-body .exad-card-title a:hover {
	color: #21409a !important;
	font-size: .9rem;
	font-weight: 300;
	line-height: 1.5rem;
	word-spacing: 0rem;
}

.CountryNameLeading {
	font-size: 3rem;
	color: #fff;
	font-weight: 600;
	text-align: center;
}

#get-a-quote h2 {
	color: #21409a;
}

.textshadow {
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
}

.img-accordion-title {
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
}

.TopNav {
	background-color: rgba(0, 0, 0, .5);
}

.MainNav {
	background-color: rgba(0, 0, 0, .3);
	margin-top: 8px;
}

.blueSection {
	color: #fff;
}

.overlay p {
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
}

.eael-ext-scroll-to-top-wrap .eael-ext-scroll-to-top-button {
	bottom: 95px !important;
}

.eael-ext-scroll-to-top-button {
	bottom: 95px !important;
}

#red .elementor-button {
	color: #fff !important;
	background-color: #d32027;
}

#red .elementor-align-center .elementor-button .elementor-button:focus .elementor-button:active, .elementor-button:hover {
	background-color: #d32027;
}

.elementor-button {
	font-size: 12px !important;
	font-weight: 600;
	text-transform: uppercase !important;
	border-style: none !important;
	border-radius: 3px !important;
}

.elementor-button.elementor-size-xs {
	font-size: 10px !important;
	font-weight: 600;
	text-transform: uppercase !important;
	border-style: none !important;
	border-radius: 3px !important;
}

.onlinesignup .elementor-button {
	color: #fff !important;
	font-weight: 600;
	font-size: 12px !important;
	text-transform: uppercase !important;
	border-radius: 5px !important;
	background-color: #d32027 !important;
	border-style: solid !important;
	border-width: 2px 2px 2px 2px !important;
	border-color: #fff !important;
}

.elementor-button:focus, .elementor-button:hover {
	color: #fff !important;
}

.whiteButton {
	color: #15357e !important;
	background-color: #fff !important;
}

.onlinebutton {
	color: #fff !important;
	font-size: 12px !important;
}

.elementor-button-text {
	font-size: 1.2em !important;
}

.onlinebutton a {
	font-size: 12px !important;
	color: #fff !important;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: #d8242f;
	border-radius: 30px 30px 30px 30px;
	padding: 4px 12px 4px 12px;
}

.elementor-kit-9438 button:hover, .elementor-kit-9438 button:focus, .elementor-kit-9438 input[type="button"]:hover, .elementor-kit-9438 input[type="button"]:focus, .elementor-kit-9438 input[type="submit"]:hover, .elementor-kit-9438 input[type="submit"]:focus {
	color: #fff !important;
}

.roundImages {
	border-radius: 20px !important;
}

.roundImagesTopLeft img {
	border-radius: 80px 5px 5px 30px !important;
}

.roundImagesBottomRight img {
	border-radius: 5px 80px 30px 5px !important;
}

.elementor img {
	border-radius: 5px;
}

.iconimage {
	width: 50px;
	height: 50px !important;
	margin-right: 10px !important;
	margin-bottom: -10px !important;
}

.semtextibold {
	font-weight: 700 !important;
}

.medtextibold {
	font-weight: 600 !important;
}

#nav-menu-item-8531 {
	color: #fff !important;
}

#nav-menu-item-8531 a:hover {
	background-color: #d32027 !important;
	color: #fff !important;
}

.htmega-menu-container ul li ul.sub-menu li a i {
	color: #fff;
}

#nav-menu-item-363 {
	color: #fff !important;
}

#nav-menu-item-363 a:hover {
	background-color: #d32027 !important;
	color: #fff !important;
}

#nav-menu-item-364 {
	color: #fff !important;
}

#nav-menu-item-364 a:hover {
	background-color: #d32027 !important;
	color: #fff !important;
}

#nav-menu-item-8533 {
	color: #fff !important;
}

#nav-menu-item-8533 a:hover {
	background-color: #d32027 !important;
	color: #fff !important;
}

.htmega-menu-container ul ul li {
	margin: 0 !important;
	padding: 0 0 !important;
}

.roundbackcol {
	border-radius: 20px !important;
	background-color: #21409a !important;
	color: #fff;
	font-size: 15px !important;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.elementskit-infobox {
	box-shadow: rgba(0, 0, 0, .12) 0 0 10px 3px !important;
	padding: 15px !important;
	border-style: none;
	border-radius: 10px !important;
}

.infobox {
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, .12) 0 0 10px 3px !important;
	padding: 15px !important;
	border-style: none;
	border-radius: 10px !important;
}

.exad-card.default .exad-card-body .exad-card-title, .exad-card.text_on_image .exad-card-body .exad-card-title {
	color: #21409a !important;
}

.elementor-295 .elementor-element.elementor-element-00fb80c .exad-card-body .exad-card-title {
	color: #21409a !important;
}

.white-infobox {
	box-shadow: rgba(0, 0, 0, .12) 0 0 10px 3px !important;
	padding: 15px !important;
	border-style: none;
	border-radius: 10px !important;
	background-color: #fff;
}

.white-infobox-content .elementor-element-populated {
	margin: 10px !important;
	border-radius: 5px !important;
	padding: 20px !important;
	background-color: #fff !important;
	box-shadow: rgba(0, 0, 0, .12) 0 0 10px 3px !important;
	font-size: 1.1rem !important;
}

.eael-infobox.icon-on-left .infobox-content  {
	padding-left: 5px !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	margin-right: 5px !important;
}

.services-box {
	border-radius: 5px !important;
	padding: 15px !important;
	box-shadow: rgba(0, 0, 0, .12) 0 0 10px 3px !important;
	font-size: 1.1rem !important;
}

.services-box p {
	text-align: left !important;
	font-size: 1.1rem !important;
}

.services-boxyellow {
	border-radius: 5px !important;
	padding: 15px !important;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: #e5ff00 !important;
	font-size: 1.1rem !important;
	background-color: #1c3588 !important;
}

.services-boxyellow p {
	text-align: left !important;
	font-size: 1.1rem !important;
}

.ServicesBlocks {
	padding: 10px !important;
	margin: 10px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, .28) !important;
	text-align: center !important;
}

.ServicesBlocks .elementor-heading-title {
	text-align: center !important;
}

.ServicesBlockstext {
	text-align: left !important;
	padding-left: 10px;
	padding-right: 10px;
}

.YellowServicesBlocks {
	padding: 20px !important;
	margin: 10px;
	background-color: #193f95 !important;
	border-radius: 5px;
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, .28) !important;
	text-align: center !important;
}

.ServicesBlocksWhite {
	padding: 5px !important;
	margin: 10px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, .28) !important;
	text-align: left !important;
}

.ServicesBlocksBlue {
	padding: 5px !important;
	margin: 0;
	background-color: #21409a;
	border-radius: 10px;
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, .28) !important;
}

.roundcorners {
	border-radius: 20px !important;
	padding: 25px !important;
}

hr {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

.select2.select2-container .select2-selection.select2-selection--single {
	border-radius: 4px 4px 4px 4px !important;
}

.select2 .select2-selection.select2-selection--single {
	height: 40px !important;
}

.select2.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #000 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
	border-style: solid;
	border-width: 10px 8px 0 8px !important;
	height: 0;
	left: 50%;
	margin-left: -14px !important;
	margin-top: 3px;
	position: absolute;
	top: 45% !important;
}

.select2.select2-container .select2-selection .select2-selection__rendered span {
	background-color: rgba(214, 214, 214, 0) !important;
}

.select2-container .select2-selection img, .select2-container .select2-results__option img {
	width: 40px !important;
}

.htmega-menu-area {
	border: 0 solid #ddd !important;
}

.menu-image-title-before.menu-image-title {
	display: none !important;
}

.htmega-menu-container .sub-menu li a {
	border-bottom: 1px solid rgba(238, 238, 238, .21) !important;
}

#nav-menu-item-9855 {
	margin-top: 2px !important;
}

.htmega-menu-container .sub-menu li .sub-menu li .sub-menu {
	left: 100% !important;
	right: auto !important;
}

.htmega-menu-container .sub-menu, .htmega-menu-container .htmegamenu-content-wrapper {
	width: 220px !important;
}

.menu-image-title-after {
	height: 24px !important;
}

.grouptsitebtn {
	-webkit-border-radius: 28;
	-moz-border-radius: 28;
	border-radius: 28px;
	background: #21409a;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	font-size: 11px !important;
	color: #fff !important;
}

.grouptsitebtn:hover {
	background: #21409a !important;
	text-decoration: none;
	color: #fff !important;
}

.elementor-14963 .elementor-element.elementor-element-53eccdb4 .elementor-button {
	border-style: solid;
	border-width: 0 0 0 0;
}

.htmega-flip-box-animation-right .htmega-flip-box-back {
	background: #c6212c !important;
}

.services-flip .elementor-flip-box__front {
	box-shadow: inset 0 0 10px rgba(255, 255, 255, .01), inset 10px 0 40px rgba(255, 255, 255, .02), inset -10px 0 40px rgba(23, 41, 83, 0), inset 10px 0 100px rgba(6, 23, 39, 0), inset -10px 0 100px rgba(23, 41, 83, .31), 0 0 10px rgba(255, 255, 255, .43), -10px 0 80px rgba(41, 114, 182, 0), 10px 0 10px rgba(23, 41, 83, 0) !important;
	border-radius: 5%;
}

.services-flip2 .elementor-flip-box__front {
	border-radius: 5%;
}

.glow {
	border-style: dashed !important;
	border-width: 1px 1px 1px 1px;
	border-color: #fff;
	border-radius: 20px !important;
	box-shadow: inset 0 0 10px rgba(255, 255, 255, .01), inset 10px 0 40px rgba(255, 255, 255, .02), inset -10px 0 40px rgba(23, 41, 83, 0), inset 10px 0 100px rgba(6, 23, 39, 0), inset -10px 0 100px rgba(23, 41, 83, .31), 0 0 10px rgba(255, 255, 255, .43), -10px 0 80px rgba(41, 114, 182, 0), 10px 0 10px rgba(23, 41, 83, 0) !important;
}

.glow-blocks {
	margin: 10px !important;
	border-style: dashed !important;
	border-width: 1px 1px 1px 1px;
	border-color: #fff;
	border-radius: 20px !important;
	box-shadow: inset 0 0 10px rgba(255, 255, 255, .01), inset 10px 0 40px rgba(255, 255, 255, .02), inset -10px 0 40px rgba(23, 41, 83, 0), inset 10px 0 100px rgba(6, 23, 39, 0), inset -10px 0 100px rgba(23, 41, 83, .31), 0 0 10px rgba(255, 255, 255, .43), -10px 0 80px rgba(41, 114, 182, 0), 10px 0 10px rgba(23, 41, 83, 0) !important;
}

.glow-blocks-2 {
	margin: 10px !important;
	border-style: dashed !important;
	border-width: 1px 1px 1px 1px;
	border-color: #fff;
	border-radius: 20px !important;
	background-color: #fff !important;
	box-shadow: inset 0 0 10px rgba(255, 255, 255, .01), inset 10px 0 40px rgba(41, 114, 182, .12), inset -10px 0 40px rgba(23, 41, 83, .55), inset 10px 0 100px rgba(41, 114, 182, .26), inset -10px 0 100px rgba(23, 41, 83, .56), 0 0 10px rgba(255, 255, 255, .43), -10px 0 80px rgba(41, 114, 182, .2), 10px 0 10px rgba(23, 41, 83, 0) !important;
}

body {
	background-image: url("https://cdn-icbfb.nitrocdn.com/dHRzOXTLGWqgAVfqyIXXMHbLMmBqjIOG/assets/images/source/rev-e6f5aac/paratus.africa/zambia/wp-content/uploads/2022/09/Digital-lines-2.svg");
	background-position: 654px 240px !important;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

body.nitro-lazy {
	background-image: none !important;
}

.menu-image-title-after {
	height: 24px !important;
}

.whiteblockicon a:hover {
	color: #d32027 !important;
}

@media screen and (max-width:1024px) {
	h1 {
		font-size: 2.8rem;
	}
	
	h2 {
		font-size: 2.6rem;
		line-height: 2.2rem;
	}
	
	h3 {
		font-size: 2.2rem;
	}
	
	h4 {
		font-size: 1.6rem !important;
		line-height: 2.2rem;
	}
}

@media screen and (max-width:780px) {
	h1 {
		font-size: 2.8rem;
	}
	
	h2 {
		font-size: 2.6rem;
		line-height: 2.2rem;
	}
	
	h3 {
		font-size: 2.2rem;
	}
	
	h4 {
		font-size: 1.6rem;
		line-height: 2.2rem;
	}
	
	body, html {
		overflow-x: hidden !important;
		position: relative;
	}
}

@media screen and (max-width:768px) {
	body, html {
		overflow-x: hidden !important;
		position: relative;
	}
}

@media screen and (max-width:600px) {
	h1 {
		font-size: 2.8rem;
	}
	
	h2 {
		font-size: 2.6rem;
		line-height: 2.4rem;
	}
	
	h3 {
		font-size: 1.9rem;
		line-height: 2.4rem;
	}
	
	h4 {
		font-size: 1.6rem;
		line-height: 2.4rem;
	}
	
	h5 {
		font-size: 1.5rem;
	}
	
	h6 {
		font-size: 1.3rem;
	}
	
	body, html {
		overflow-x: hidden !important;
		position: relative;
	}
}

@media screen and (max-width:480px) {
	body, html {
		overflow-x: hidden !important;
		position: relative;
	}
	
	.homeh1 h1 {
		font-size: 4.2rem;
	}
	
	h1 {
		font-size: 2.8rem;
	}
	
	h2 {
		font-size: 2.6rem;
		line-height: 2.4rem;
	}
	
	h3 {
		font-size: 1.9rem;
		line-height: 2.4rem;
	}
	
	h4 {
		font-size: 1.6rem;
		line-height: 2.2rem;
	}
	
	h5 {
		font-size: 1.5rem;
	}
	
	h6 {
		font-size: 1.3rem;
	}
	
	.ServicesBlocksBlue {
		text-align: center !important;
	}
	
	.e-con.e-flex {
		text-align: center !important;
	}
	
	.eael-infobox .infobox-content p {
		text-align: center !important;
	}
	
	.elementor-image-box-title {
		line-height: 110% !important;
	}
}

h1 {
	font-size: 4.5rem;
	font-weight: 500;
	color: #fff;
	text-transform: capitalize;
	font-family: "Roboto", sans-serif;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
}

h2 {
	font-size: 2.9rem;
	font-weight: 500;
	color: #fff;
	line-height: 3.3rem;
	font-family: "Roboto", sans-serif;
}

h3 {
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 2.4rem;
	font-family: "Roboto", sans-serif;
}

h4 {
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 2rem;
	font-family: "Roboto", sans-serif;
}

h5 {
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1.4rem;
	font-family: "Roboto", sans-serif;
}

h6 {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.2rem;
	font-family: "Roboto", sans-serif;
}

#whiteboxheadingblue {
	color: #21409a !important;
}

p {
	font-size: 1.1rem;
	font-weight: 300;
	line-height: 1.5rem;
	word-spacing: 0rem;
	margin-bottom: 0px !important;
}

.exad-card-description {
	font-size: 1.1rem;
	font-weight: 300;
	line-height: 1.5rem;
	word-spacing: 0rem;
	margin-bottom: 10px !important;
	text-align: center !important;
}

#infoboxtext {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	margin-left: 10px !important;
}

.homeh1 h1 {
	font-size: 4.5rem;
	font-weight: 500;
	color: #fff;
	text-transform: capitalize;
	font-family: "Roboto", sans-serif;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
}

.eael-grid-post-excerpt p {
	font-size: 1.1rem;
	font-weight: 300;
	line-height: 1.5rem;
	word-spacing: 0rem;
	margin-bottom: 0px !important;
}

.bannersubheading h2 {
	font-size: 2.3rem !important;
	font-weight: 300;
	line-height: 2.2rem !important;
	font-family: "Roboto", sans-serif;
}

.elementor-element .elementor-widget-container {
	font-size: 1.1rem;
	font-weight: 300;
	line-height: 1.5rem;
	word-spacing: 0rem;
}

.eael-adv-accordion .eael-accordion-list .eael-accordion-header {
	font-size: 1.1rem;
	font-weight: 300;
	word-spacing: 0rem;
}

.eael-infobox.icon-on-left .infobox-content .title {
	font-size: 1.6rem !important;
}

.ekit-wid-con .elementskit-infobox .box-body p {
	font-size: 1.1rem;
	font-weight: 300;
	line-height: 1.5rem;
	word-spacing: 0rem;
}

.megasmalltext {
	font-size: .8rem;
	font-weight: 300;
	line-height: 1.3rem !important;
	word-spacing: .2rem;
}

.elementor-kit-9438 p {
	margin-bottom: 15px !important;
}

#pleft {
	text-align: left !important;
}

.ServicesBlocks .elementor-heading-title #megasmalltext {
	font-size: .8rem;
}

.elementor-image-box-title {
	line-height: 100% !important;
}

#uptombps {
	font-size: 24px !important;
}

dd, dl, dt, li, ol, ul {
	text-align: left !important;
}

productlist ul {
	text-align: left !important;
}

a:link {
	font-family: "Roboto", sans-serif !important;
	color: #d32027;
}

a:visited {
	font-family: "Roboto", sans-serif !important;
	color: #d32027;
}

a:hover {
	font-family: "Roboto", sans-serif !important;
	color: #d32027;
}

a:active {
	font-family: "Roboto", sans-serif !important;
	color: #d32027;
}

a.blue:link {
	color: #9fb3fc !important;
}

a.blue:visited {
	color: #9fb3fc !important;
}

a.blue:hover {
	color: #9fb3fc !important;
}

a.blue:active {
	color: #9fb3fc !important;
}

.elementor-295 .elementor-element.elementor-element-00fb80c .exad-card-body .exad-card-title a:hover {
	color: #21409a !important;
	font-size: .9rem;
	font-weight: 300;
	line-height: 1.5rem;
	word-spacing: 0rem;
}

.CountryNameLeading {
	font-size: 3rem;
	color: #fff;
	font-weight: 600;
	text-align: center;
}

#get-a-quote h2 {
	color: #21409a;
}

.textshadow {
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
}

.img-accordion-title {
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
}

.TopNav {
	background-color: rgba(0, 0, 0, .5);
}

.MainNav {
	background-color: rgba(0, 0, 0, .3);
	margin-top: 8px;
}

.blueSection {
	color: #fff;
}

.overlay p {
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
}

.eael-ext-scroll-to-top-wrap .eael-ext-scroll-to-top-button {
	bottom: 95px !important;
}

.eael-ext-scroll-to-top-button {
	bottom: 95px !important;
}

#red .elementor-button {
	color: #fff !important;
	background-color: #d32027;
}

#red .elementor-align-center .elementor-button .elementor-button:focus .elementor-button:active, .elementor-button:hover {
	background-color: #d32027;
}

.elementor-button {
	font-size: 12px !important;
	font-weight: 600;
	text-transform: uppercase !important;
	border-style: none !important;
	border-radius: 3px !important;
}

.elementor-button.elementor-size-xs {
	font-size: 10px !important;
	font-weight: 600;
	text-transform: uppercase !important;
	border-style: none !important;
	border-radius: 3px !important;
}

.onlinesignup .elementor-button {
	color: #fff !important;
	font-weight: 600;
	font-size: 12px !important;
	text-transform: uppercase !important;
	border-radius: 5px !important;
	background-color: #d32027 !important;
	border-style: solid !important;
	border-width: 2px 2px 2px 2px !important;
	border-color: #fff !important;
}

.elementor-button:focus, .elementor-button:hover {
	color: #fff !important;
}

.whiteButton {
	color: #15357e !important;
	background-color: #fff !important;
}

.onlinebutton {
	color: #fff !important;
	font-size: 12px !important;
}

.elementor-button-text {
	font-size: 1.2em !important;
}

.onlinebutton a {
	font-size: 12px !important;
	color: #fff !important;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: #d8242f;
	border-radius: 30px 30px 30px 30px;
	padding: 4px 12px 4px 12px;
}

.elementor-kit-9438 button:hover, .elementor-kit-9438 button:focus, .elementor-kit-9438 input[type="button"]:hover, .elementor-kit-9438 input[type="button"]:focus, .elementor-kit-9438 input[type="submit"]:hover, .elementor-kit-9438 input[type="submit"]:focus {
	color: #fff !important;
}

.roundImages {
	border-radius: 20px !important;
}

.roundImagesTopLeft img {
	border-radius: 80px 5px 5px 30px !important;
}

.roundImagesBottomRight img {
	border-radius: 5px 80px 30px 5px !important;
}

.elementor img {
	border-radius: 5px;
}

.iconimage {
	width: 50px;
	height: 50px !important;
	margin-right: 10px !important;
	margin-bottom: -10px !important;
}

.semtextibold {
	font-weight: 700 !important;
}

.medtextibold {
	font-weight: 600 !important;
}

#nav-menu-item-8531 {
	color: #fff !important;
}

#nav-menu-item-8531 a:hover {
	background-color: #d32027 !important;
	color: #fff !important;
}

.htmega-menu-container ul li ul.sub-menu li a i {
	color: #fff;
}

#nav-menu-item-363 {
	color: #fff !important;
}

#nav-menu-item-363 a:hover {
	background-color: #d32027 !important;
	color: #fff !important;
}

#nav-menu-item-364 {
	color: #fff !important;
}

#nav-menu-item-364 a:hover {
	background-color: #d32027 !important;
	color: #fff !important;
}

#nav-menu-item-8533 {
	color: #fff !important;
}

#nav-menu-item-8533 a:hover {
	background-color: #d32027 !important;
	color: #fff !important;
}

.htmega-menu-container ul ul li {
	margin: 0 !important;
	padding: 0 0 !important;
}

.roundbackcol {
	border-radius: 20px !important;
	background-color: #21409a !important;
	color: #fff;
	font-size: 15px !important;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.elementskit-infobox {
	box-shadow: rgba(0, 0, 0, .12) 0 0 10px 3px !important;
	padding: 15px !important;
	border-style: none;
	border-radius: 10px !important;
}

.infobox {
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, .12) 0 0 10px 3px !important;
	padding: 15px !important;
	border-style: none;
	border-radius: 10px !important;
}

.exad-card.default .exad-card-body .exad-card-title, .exad-card.text_on_image .exad-card-body .exad-card-title {
	color: #21409a !important;
}

.elementor-295 .elementor-element.elementor-element-00fb80c .exad-card-body .exad-card-title {
	color: #21409a !important;
}

.white-infobox {
	box-shadow: rgba(0, 0, 0, .12) 0 0 10px 3px !important;
	padding: 15px !important;
	border-style: none;
	border-radius: 10px !important;
	background-color: #fff;
}

.white-infobox-content .elementor-element-populated {
	margin: 10px !important;
	border-radius: 5px !important;
	padding: 10px !important;
	background-color: #fff !important;
	box-shadow: rgba(0, 0, 0, .12) 0 0 10px 3px !important;
	font-size: 1.1rem !important;
}

.eael-infobox.icon-on-left .infobox-content  {
	padding-left: 5px !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	margin-right: 5px !important;
}

.services-box {
	border-radius: 5px !important;
	padding: 15px !important;
	box-shadow: rgba(0, 0, 0, .12) 0 0 10px 3px !important;
	font-size: 1.1rem !important;
}

.services-box p {
	text-align: left !important;
	font-size: 1.1rem !important;
}

.services-boxyellow {
	border-radius: 5px !important;
	padding: 15px !important;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: #e5ff00 !important;
	font-size: 1.1rem !important;
	background-color: #1c3588 !important;
}

.services-boxyellow p {
	text-align: left !important;
	font-size: 1.1rem !important;
}

.ServicesBlocks {
	padding: 10px !important;
	margin: 10px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, .28) !important;
	text-align: center !important;
}

.ServicesBlocks .elementor-heading-title {
	text-align: center !important;
}

.ServicesBlockstext {
	text-align: left !important;
	padding-left: 10px;
	padding-right: 10px;
}

.YellowServicesBlocks {
	padding: 20px !important;
	margin: 10px;
	background-color: #193f95 !important;
	border-radius: 5px;
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, .28) !important;
	text-align: center !important;
}

.ServicesBlocksWhite {
	padding: 5px !important;
	margin: 10px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, .28) !important;
	text-align: left !important;
}

.ServicesBlocksBlue {
	padding: 5px !important;
	margin: 0;
	background-color: #21409a;
	border-radius: 10px;
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, .28) !important;
}

.roundcorners {
	border-radius: 20px !important;
	padding: 25px !important;
}

hr {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

.select2.select2-container .select2-selection.select2-selection--single {
	border-radius: 4px 4px 4px 4px !important;
}

.select2 .select2-selection.select2-selection--single {
	height: 40px !important;
}

.select2.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #000 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
	border-style: solid;
	border-width: 10px 8px 0 8px !important;
	height: 0;
	left: 50%;
	margin-left: -14px !important;
	margin-top: 3px;
	position: absolute;
	top: 45% !important;
}

.select2.select2-container .select2-selection .select2-selection__rendered span {
	background-color: rgba(214, 214, 214, 0) !important;
}

.select2-container .select2-selection img, .select2-container .select2-results__option img {
	width: 40px !important;
}

.htmega-menu-area {
	border: 0 solid #ddd !important;
}

.menu-image-title-before.menu-image-title {
	display: none !important;
}

.htmega-menu-container .sub-menu li a {
	border-bottom: 1px solid rgba(238, 238, 238, .21) !important;
}

#nav-menu-item-9855 {
	margin-top: 2px !important;
}

.htmega-menu-container .sub-menu li .sub-menu li .sub-menu {
	left: 100% !important;
	right: auto !important;
}

.htmega-menu-container .sub-menu, .htmega-menu-container .htmegamenu-content-wrapper {
	width: 220px !important;
}

.menu-image-title-after {
	height: 24px !important;
}

.grouptsitebtn {
	-webkit-border-radius: 28;
	-moz-border-radius: 28;
	border-radius: 28px;
	background: #21409a;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	font-size: 11px !important;
	color: #fff !important;
}

.grouptsitebtn:hover {
	background: #21409a !important;
	text-decoration: none;
	color: #fff !important;
}

.elementor-14963 .elementor-element.elementor-element-53eccdb4 .elementor-button {
	border-style: solid;
	border-width: 0 0 0 0;
}

.htmega-flip-box-animation-right .htmega-flip-box-back {
	background: #c6212c !important;
}

.services-flip .elementor-flip-box__front {
	box-shadow: inset 0 0 10px rgba(255, 255, 255, .01), inset 10px 0 40px rgba(255, 255, 255, .02), inset -10px 0 40px rgba(23, 41, 83, 0), inset 10px 0 100px rgba(6, 23, 39, 0), inset -10px 0 100px rgba(23, 41, 83, .31), 0 0 10px rgba(255, 255, 255, .43), -10px 0 80px rgba(41, 114, 182, 0), 10px 0 10px rgba(23, 41, 83, 0) !important;
	border-radius: 5%;
}

.services-flip2 .elementor-flip-box__front {
	border-radius: 5%;
}

.glow {
	border-style: dashed !important;
	border-width: 1px 1px 1px 1px;
	border-color: #fff;
	border-radius: 20px !important;
	box-shadow: inset 0 0 10px rgba(255, 255, 255, .01), inset 10px 0 40px rgba(255, 255, 255, .02), inset -10px 0 40px rgba(23, 41, 83, 0), inset 10px 0 100px rgba(6, 23, 39, 0), inset -10px 0 100px rgba(23, 41, 83, .31), 0 0 10px rgba(255, 255, 255, .43), -10px 0 80px rgba(41, 114, 182, 0), 10px 0 10px rgba(23, 41, 83, 0) !important;
}

.glow-blocks {
	margin: 10px !important;
	border-style: dashed !important;
	border-width: 1px 1px 1px 1px;
	border-color: #fff;
	border-radius: 20px !important;
	box-shadow: inset 0 0 10px rgba(255, 255, 255, .01), inset 10px 0 40px rgba(255, 255, 255, .02), inset -10px 0 40px rgba(23, 41, 83, 0), inset 10px 0 100px rgba(6, 23, 39, 0), inset -10px 0 100px rgba(23, 41, 83, .31), 0 0 10px rgba(255, 255, 255, .43), -10px 0 80px rgba(41, 114, 182, 0), 10px 0 10px rgba(23, 41, 83, 0) !important;
}

.glow-blocks-2 {
	margin: 10px !important;
	border-style: dashed !important;
	border-width: 1px 1px 1px 1px;
	border-color: #fff;
	border-radius: 20px !important;
	background-color: #fff !important;
	box-shadow: inset 0 0 10px rgba(255, 255, 255, .01), inset 10px 0 40px rgba(41, 114, 182, .12), inset -10px 0 40px rgba(23, 41, 83, .55), inset 10px 0 100px rgba(41, 114, 182, .26), inset -10px 0 100px rgba(23, 41, 83, .56), 0 0 10px rgba(255, 255, 255, .43), -10px 0 80px rgba(41, 114, 182, .2), 10px 0 10px rgba(23, 41, 83, 0) !important;
}

.menu-image-title-after {
	height: 24px !important;
}

.whiteblockicon a:hover {
	color: #d32027 !important;
}

@media screen and (max-width:1024px) {
	h1 {
		font-size: 2.8rem;
	}
	
	h2 {
		font-size: 2.6rem;
		line-height: 2.2rem;
	}
	
	h3 {
		font-size: 2.2rem;
	}
	
	h4 {
		font-size: 1.6rem !important;
		line-height: 2.2rem;
	}
}

@media screen and (max-width:780px) {
	h1 {
		font-size: 2.8rem;
	}
	
	h2 {
		font-size: 2.6rem;
		line-height: 2.2rem;
	}
	
	h3 {
		font-size: 2.2rem;
	}
	
	h4 {
		font-size: 1.6rem;
		line-height: 2.2rem;
	}
	
	body, html {
		overflow-x: hidden !important;
		position: relative;
	}
}

@media screen and (max-width:768px) {
	body, html {
		overflow-x: hidden !important;
		position: relative;
	}
}

@media screen and (max-width:600px) {
	h1 {
		font-size: 2.8rem;
	}
	
	h2 {
		font-size: 2.6rem;
		line-height: 2.4rem;
	}
	
	h3 {
		font-size: 1.9rem;
		line-height: 2.4rem;
	}
	
	h4 {
		font-size: 1.6rem;
		line-height: 2.4rem;
	}
	
	h5 {
		font-size: 1.5rem;
	}
	
	h6 {
		font-size: 1.3rem;
	}
	
	body, html {
		overflow-x: hidden !important;
		position: relative;
	}
}

@media screen and (max-width:480px) {
	body, html {
		overflow-x: hidden !important;
		position: relative;
	}
	
	.homeh1 h1 {
		font-size: 4.2rem;
	}
	
	h1 {
		font-size: 2.8rem;
	}
	
	h2 {
		font-size: 2.6rem;
		line-height: 2.4rem;
	}
	
	h3 {
		font-size: 1.9rem;
		line-height: 2.4rem;
	}
	
	h4 {
		font-size: 1.6rem;
		line-height: 2.2rem;
	}
	
	h5 {
		font-size: 1.5rem;
	}
	
	h6 {
		font-size: 1.3rem;
	}
	
	.ServicesBlocksBlue {
		text-align: center !important;
	}
	
	.e-con.e-flex {
		text-align: center !important;
	}
	
	.eael-infobox .infobox-content p {
		text-align: center !important;
	}
	
	.elementor-image-box-title {
		line-height: 110% !important;
	}
}
