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

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

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

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Extrabold.woff2') format('woff2'), url('../fonts/Gilroy-Extrabold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

html,
body,
p {
    font-family: Gilroy;
}


/* ========================================================================
   Component: Grid
 ========================================================================== */


/*
 * 1. Makes grid more robust so that it can be used with other block elements like lists
 */

.uk-grid {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    /* 1 */
    margin: 0;
    padding: 0;
    list-style: none;
}


/*
 * DEPRECATED
 * Micro clearfix
 * Can't use `table` because it creates a 1px gap when it becomes a flex item, only in Webkit
 */

.uk-grid:before,
.uk-grid:after {
    content: "";
    display: block;
    overflow: hidden;
}

.uk-grid:after {
    clear: both;
}


/*
 * Grid cell
 * 1. Space is allocated solely based on content dimensions
 * 2. Makes grid more robust so that it can be used with other block elements
 * 3. DEPRECATED Using `float` to support IE9
 */

.uk-grid>* {
    /* 1 */
    -ms-flex: none;
    -webkit-flex: none;
    flex: none;
    /* 2 */
    margin: 0;
    /* 3 */
    float: left;
}


/*
 * Remove margin from the last-child
 */

.uk-grid>*> :last-child {
    margin-bottom: 0;
}


/* Grid gutter
 ========================================================================== */


/*
 * Default gutter
 */


/* Horizontal */

.uk-grid {
    margin-left: -25px;
}

.uk-grid>* {
    padding-left: 25px;
}

[class*='uk-width'] {
    box-sizing: border-box;
}


/*
 * Widths
 */


/* Whole */

.uk-width-1-1 {
    width: 100%;
}


/* Halves */

.uk-width-1-2,
.uk-width-2-4,
.uk-width-3-6,
.uk-width-5-10 {
    width: 50%;
}


/* Thirds */

.uk-width-1-3,
.uk-width-2-6 {
    width: 33.333%;
}

.uk-width-2-3,
.uk-width-4-6 {
    width: 66.666%;
}


/* Quarters */

.uk-width-1-4 {
    width: 25%;
}

.uk-width-3-4 {
    width: 75%;
}
.uk-width-15 {
    width: 15%;
}

/* Fifths */

.uk-width-1-5,
.uk-width-2-10 {
    width: 20%;
}

.uk-width-2-5,
.uk-width-4-10 {
    width: 45%;
}

.uk-width-3-5,
.uk-width-6-10 {
    width: 55%;
}

.uk-width-4-5,
.uk-width-8-10 {
    width: 80%;
}


/* Sixths */

.uk-width-1-6 {
    width: 16.666%;
}

.uk-width-5-6 {
    width: 83.333%;
}


/* Tenths */

.uk-width-1-10 {
    width: 10%;
}

.uk-width-3-10 {
    width: 30%;
}

.uk-width-7-10 {
    width: 70%;
}

.uk-width-9-10 {
    width: 90%;
}


/*Form styles*/

.row-fluid::before,
.row-fluid::after {
    display: block;
    content: "";
    line-height: 0;
    clear: both;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846383%;
}

.row-fluid .span6 {
    width: 48.936170208%;
    *width: 48.882978718638%;
}


/** Styles: IZZY**/

body {
    background: #212B44;
    font-family: Gilroy;
}
h1, h2, h3, h4, h5{
    font-family: Gilroy;
}
.uk-container{
    max-width: 1250px;
}
.uk-navbar-container:not(.uk-navbar-transparent) {
	background: none;
}
.logo p {
	margin: 0;
}
.header .uk-width-1-4, .header .uk-width-15 {
	align-items: center;
	display: flex;
}
.header .uk-navbar-nav > li > a {
	font-size: 14px;
	text-transform: none;
	font-weight: 600;
	color: #fff;
	padding: 0 5px;
	height: 55px;
	transition: .4s;
}
.uk-navbar-nav.nav.menu {
	width: auto;
	margin: 0 auto;
}
.header {
	position: absolute;
	width: 100%;
	z-index: 100;
	padding-top: 30px;
}
.hcontact a {
	color: #fff;
	border: 1px solid #fff;
	border-radius: 25px;
	padding: 10px 20px;
	display: inline-block;
	transition: ease-out 0.5s;
}
.hcontact a:hover {
	opacity: .8;
	text-decoration: none;
	background: #EB1C26;
	border-color: #EB1C26;
}
.hcontact p {
	margin: 0;
}
.uk-width-1-4.hcontact {
	align-content: center;
	display: flex;
}
.item-107 {
	display: none;
}
.banner {
	position: relative;
}
.banner video {
	object-fit: cover;
	height: 100vh;
}

.bannertext-v2 {
	position: absolute;
	bottom: 100px;
	width: 100%;
	text-align: center;
}
.hcontact .moduletable {
	margin-left: auto;
}
.bannertext-v2 h1 {
	font-size: 46px;
	font-family: Gilroy;
	font-weight: bold;
	color: #fff;
}
.bannertext-v2 .mod-content {
	max-width: 920px;
	margin: 0 auto;
}
.btn {
	background: #EB1C26;
	color: #fff;
	font-size: 20px;
	line-height: 150%;
	padding: 9px 40px;
	text-decoration: none;
	border-radius: 30px;
	transition: ease-out 0.5s;
	-webkit-transition: ease-out 0.5s;
	-moz-transition: ease-out 0.5s;
	display: inline-block;
}
.btn:hover {
	opacity: .8;
	text-decoration: none;
	color: #EB1C26;
	background: #fff;
}
.uk-navbar-dropdown {
	background: #212B44;
}
.uk-navbar-dropdown-nav > li > a {
	color: #fff;
}
.top-a {
	text-align: center;
	padding: 90px 0;
	background: url(../images/strip-blue.jpg);
	background-size: cover;
	background-position: right;
}
.banner p {
	margin: 0;
}
.top-a h3 {
	font-size: 32px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 40px;
}
.top-b .uk-container {
	width: 100%;
}
.top-b .wbg {
	height: 650px;
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: end;
}
.top-b .innerbanner-content {
	font-size: 32px;
	position: absolute;
	font-weight: bold;
	color: #fff;
	bottom: 130px;
	max-width: 532px;
	text-align: left;
	line-height: 115%;
}
.top-b {
	position: relative;
}
.top-c .imagerighttext {
	padding: 100px;
}
.top-c h4 {
	font-size: 22px;
	color: #fff;
	font-family: Gilroy;
	line-height: 135%;
}
.top-c .imageright img {
	height: 600px;
	object-fit: cover;
	width: 100%;
	background-position: right;
}
.top-c p {
	font-size: 16px;
	line-height: 155%;
	color: #fff;
}
.top-d {
	background: #fff;
	text-align: center;
	padding: 94px 0;
}
.top-d h3 {
	font-size: 32px;
	line-height: 115%;
	color: #202A43;
	font-weight: bold;
}
.top-d .topicon-container {
	background: #212B44;
	padding: 65px;
	border-radius: 40px;
	position: relative;
	padding-top: 100px;
	min-height: 300px;
}
.top-d .topicon-text strong {
    font-size: 24px;
}
.top-d .topicon-text {
    text-align: left;
    color: #fff;
    font-size: 22px;
}
.top-d .topicon-container .btn {
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.top-d .uk-grid > * {
	padding-left: 100px;
}
.top-d .uk-grid {
	margin-left: -100px;
}
.top-d .top-icon {
	position: absolute;
	top: -40px;
	background: #212B44;
	width: 114px;
	height: 114px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	border: 1px solid #fff;
	left: 50%;
	margin: 0 auto;
    -webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.top-d .topicon-container {
	margin-top: 80px;
	margin-bottom: 100px;
}
.top-d .uk-width-1-1 p {
	color: #000;
	max-width: 900px;
	margin: 0 auto;
}
.top-e {
	padding: 94px 0;
	text-align: center;
}
.top-e h3 {
	color: #fff;
	font-size: 32px;
	font-weight: bold;
}
.top-e .topicon-text {
	color: #fff;
	margin-top: 25px;
	font-size: 22px;
}
.top-e .topicon-container {
	margin-bottom: 90px;
}
.btn2 {
	border: 1px solid #EB1C26;
	color: #EB1C26;
	font-size: 20px;
	line-height: 150%;
	padding: 9px 40px;
	text-decoration: none;
	border-radius: 30px;
	transition: ease-out 0.5s;
}
.btn2:hover {
	color: #EB1C26;
	text-decoration: none;
	opacity: .7;
}
.top-f {
	background: #ffff;
}
.top-f .imagerighttext {
	padding: 100px;
	max-width: 420px;
  margin-left: auto;
}
.top-f .uk-width-4-10 {
	align-items: center;
	display: flex;
	justify-items: right;
}
.top-f h3 {
	font-size: 32px;
	line-height: 115%;
	color: #202A43;
	font-weight: bold;
}
.top-g h3 {
	font-size: 32px;
	line-height: 115%;
	color: #202A43;
	font-weight: bold;
	margin-bottom: 50px;
}
.top-g {
	padding: 90px 0;
	background: #F2F2F2;
	text-align: center;
}
.top-h {
	background: #fff;
	padding: 90px 0;
}
.slider-image {
	height: 380px;
	background-size: cover;
}
.top-h .mod-articles-category-title {
	color: #202A43;
	font-size: 32px;
	font-weight: bold;
	display: block;
	text-align: center;
	margin: 20px 0;
}
.bottom-a {
	background: #fff;
	padding: 45px;
}
.bottom-a h2 {
	color: #202A43;
	font-size: 46px;
	font-weight: bold;
	display: block;
	margin: 20px 0;
}
.bottom-a .category-desc {
	display: none;
}
.vis_mandatory.visCSSbot10.visCSStop10 {
	display: none;
}
.fieldset-1.active {
	display: flex !important;
	flex-wrap: wrap;
	text-align: left;
	border: none;
	padding: 0;
}
.visCSSlabel {
	display: none;
}
.bottom-b {
	background: #fff;
	background-image: url(../images/Icon_shape.svg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 70px 0;
}
.bottom-b p {
	font-size: 16px;
	line-height: 155%;
	color: #212B44;
}
.bottom-b h3 {
	color: #202A43;
	font-size: 46px;
	font-weight: bold;
	display: block;
	margin: 20px 0;
}
.bottom-b .uk-width-1-2 {
	display: flex;
	align-items: end;
}
.footer {
	background: #212B44;
	padding: 50px 0;
}
.footer p, .footer a {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}
.footer p {
	margin-bottom: 20px;
	margin-top: 0;
}
.footer img {
	margin-bottom: 20px;
}
.footer h3 {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
.footer ul {
	padding: 0;
	list-style: none;
}
.footer .uk-width-1-4 {
	display: flex;
	align-items: end;
}
.footer .copyright img {
	margin-bottom: 0;
}
.bottom-a .rsform-input-box {
	background: #E0E0E0;
	border: none;
	padding: 20px 35px;
	height: auto;
	line-height: 1;
	color: #202A43;
	font-weight: bold;
}
.bottom-a .rsform-input-box, .bottom-a textarea {
	background: #E0E0E0;
	border: none;
	padding: 20px 35px;
	height: auto;
	line-height: 1;
	color: #202A43;
	font-weight: bold;
	border-radius: 4px;
}
.bottom-a textarea {
	height: 135px;
}
.header.uk-sticky.uk-active.uk-sticky-below.uk-sticky-fixed {
	background: #212B44;
	padding-bottom: 0;
}
#Send {
	border: 1px solid #EB1C26;
	color: #EB1C26;
	font-size: 20px;
	/* line-height: 150%; */
	padding: 9px 70px;
	text-decoration: none;
	border-radius: 30px;
	line-height: 1;
	background: none;
	text-transform: none;
	transition: .5s ease;
}
#Send:hover {
	background: #EB1C26;
	color: #fff;
}
#section2 .fp-tableCell {
	height: auto !important;
}
.top-f img {
	width: 100%;
}
.top-c .uk-width-4-10 {
	align-items: center;
	display: flex;
	justify-items: right;
	width: 45%;
}
.top-c .uk-width-6-10 {
	width: 55%;
}
.top-c .imagerighttext {
	padding: 100px;
	max-width: 420px;
	margin-left: auto;
	padding-left: 0;
}
.top-f .btn {
	margin-top: 50px;
	display: inline-block;
}
#section1 .custom.innerbanner-image {
	height: 730px;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: end;
}
.about-a {
	padding: 60px 0;
}
.about-a h1 {
	font-size: 36px;
	color: #fff;
	text-align: left;
	font-weight: bold;
	margin-bottom: 60px;
}
.about .main {
	display: none;
}
.about-a h4, .about-a p {
	color: #fff;
}
.about-a h4 {
	font-size: 22px;
	color: #fff;
	font-family: Gilroy;
	line-height: 135%;
	margin-bottom: 40px;
}
.about-a p {
	font-size: 16px;
	line-height: 155%;
	color: #fff;
}
.about-a .uk-width-5-10 {
	padding-left: 115px;
}
.about-a .uk-grid {
	margin-left: -115px;
}
.lefticon-container p {
	margin: 0;
	font-size: 22px;
	color: #fff;
}
.lefticon-text {
	display: flex;
	align-content: center;
}
.left-icon {
	margin-right: 20px;
}
.about-b .custom {
	display: flex;
	justify-content: center;
}
.about-b {
	padding-bottom: 90px;
}
.about-c {
	background: #fff;
}
.about-c .imagelefttext {
	padding: 100px;
	max-width: 420px;
	/* margin-left: auto; */
	padding-right: 0;
	/* padding-right: 0; */
}
.about-c .imageleft img {
	height: 600px;
	object-fit: cover;
	width: 100%;
	background-position: right;
}
.lefticon-container {
	display: flex;
	align-items: center;
}
.about-c  h3 {
	font-size: 32px;
	line-height: 115%;
	color: #202A43;
	font-weight: bold;
}
body:not(.home) .header{
	position: relative;
	padding-bottom: 40px;
}
.imagetop-text {
	text-align: center;
	color: #fff;
	margin-top: 20px;
	margin-bottom: 20px !important;
}
.imagetop-text h3 {
	color: #fff;
	font-weight: bold;
	margin-bottom: 0;
}
.imagetop-text p {
	margin: 0;
}
.custom.image-top {
	text-align: center;
}
.about-d h2 {
	font-size: 36px;
	color: #fff;
	text-align: center;
	margin-bottom: 70px;
	font-weight: bold;
}
.about-d {
	padding: 72px 0;
}
.bottom-b h4 {
	color: #202A43;
	font-size: 32px;
	font-weight: bold;
	display: block;
	margin: 20px 0;
}
body:not(.home) .header .uk-navbar-nav > li > a {
	font-size: 14px;
	text-transform: none;
	font-weight: 600;
	color: #fff;
	/* padding: 5px 15px; */
	height: 55px;
	column-gap: 0;
	min-height: 0;
}
body:not(.home) .header .uk-navbar-nav > li > a:hover {
	color: #EB1C26;
}
.about-c .image-left img {
	height: 750px;
	object-fit: cover;
	width: 100%;
	background-position: center;
}
.imagerighttext .btn {
	margin-top: 30px;
}
.imagelefttext p {
	margin-bottom: 30px;
}
.about-e {
	/* background: #fff; */
	padding: 50px 0;
}
.testimonials .moduletable > .mod-content {
	background: #fff;
	border-radius: 40px;
	padding: 40px;
	height: 100%;
	box-sizing: border-box;
}
.testimonials .mod-content {
	color: #202A43;
	font-size: 16px;
	line-height: 1.5;
}
.testimonials .mod-content .mod-content::after {
	content: "";
	display: block;
}
.testimonials .mod-content .mod-content::before {
	content: "";
	display: block;
	background-image: url(../images/Quotes1.svg);
	width: 43px;
	height: 35px;
	margin-bottom: 20px;
}
.testimonials h3 {
	font-size: 38px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
}
.testimonials .uk-grid > * {
	padding-left: 68px;
}
.testimonials .uk-grid {
	margin-left: -68px;
}
.testimonials::before {
	content: "";
	background: #374360;
	height: 185px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.testimonials {
	position: relative;
}
.testimonials .uk-container {
	position: relative;
}
.innerbanner-content h1 {
	font-size: 46px;
	color: #fff;
	font-weight: bold;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}
.innerbanner-content {
	text-align: center;
}
.innerbanner-content {
	text-align: center;
	padding-bottom: 88px;
	max-width: 900px;
}
.process-a h2 {
	color: #fff;
	font-size: 38px;
	font-weight: bold;
}
.process-a h3 {
	font-size: 30px;
	color: #fff;
	font-weight: 500;
}
.process-b p {
	font-size: 20px;
	color: #fff;
}
.process-a {
	padding: 44px 0;
}
.process-c h2 {
	color: #fff;
	font-size: 38px;
	font-weight: bold;
	margin-bottom: 60px !important;
}
.process-c h3 {
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	margin: 30px 0;
}
.process-c p {
	color: #fff;
	font-size: 16px;
}
.process-c .topicon-container {
	margin-bottom: 50px;
}
.process-b {
	padding-bottom: 100px;
}
.process-b .imageright {
	top: 0;
	position: relative;
}
.process-e h2 {
	font-size: 38px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
}
.process-f h2 {
	font-size: 38px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
}
.process-f {
	padding: 80px 0;
}
.process-c .uk-width-1-3, .process-c .uk-width-1-1 {
	padding-left: 86px;
}
.process-c .uk-grid {
	margin-left: -86px;
}
.process-c .top-icon {
	min-height: 65px;
}
.uk-slider .uk-slidenav-previous {
	background: url(../images/pdh_arrowleft.svg);
	padding: 0;
	width: 26px;
	height: 23px;
	margin: 0;
	left: -50px;
}
.uk-slider .uk-slidenav-next {
	background: url(../images/pdh_arrowright.svg);
	padding: 0;
	width: 26px;
	height: 23px;
	margin: 0;
	right: -50px;
}
.uk-slider .uk-slidenav-previous svg{
	display: none;
}
.uk-slider .uk-slidenav-next svg{
	display: none;
	
}
.process-e .uk-container {
	position: relative;
}
.process-e .uk-slider .uk-slidenav-previous, .process-e .uk-slider .uk-slidenav-next {
	top: 50px;
}
.process-e .uk-slider .uk-slidenav-previous {
	left: 40px;
}
.process-e .uk-slider .uk-slidenav-next {
	right: 40px;
}
.process-e img {
	width: 100%;
}
.process-e .uk-grid > * {
	padding-left: 86px;
}
.process-e .uk-grid {
	margin-left: -86px;
}
.plans-a h2 {
	color: #fff;
	font-size: 38px;
	font-weight: bold;
}
.plans-a h3 {
	font-size: 30px;
	color: #fff;
	font-weight: 500;
}
.plans-b p {
	font-size: 20px;
	color: #fff;
}
.plans-a {
	padding: 44px 0;
}
.plans-d {
	padding: 80px 0;
}
.plans-d h2 {
	font-size: 38px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
}
.plans-c h2 {
	font-size: 38px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 40px;
}
.plans-c h3 {
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	background: #212B44;
	z-index: 10;
	padding-right: 20px;
	position: relative;
}
.plans-c .mod-articles-category-title {
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	display: block;
	padding: 20px 0;
}
.plans-c .slide-text {
	color: #fff;
	font-size: 16px;
}
.plans-c p {
	color: #fff;
}
.plans-c .mod-articles-category-readmore a, .plans-c .mod-articles-category-readmore span {
	font-size: 16px;
	color: #EB1C26;
}
.seeall {
	color: #EB1C26;
	font-weight: bold;
	background: url(../images/small-arrowr.svg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
	background-color: #212B44;
	padding-left: 20px;
	z-index: 10;
	transition: .5s;
}
.plans-heading .uk-width-1-3 {
	display: flex;
	align-items: end;
}
.plans-heading {
	padding-bottom: 30px;
	position: relative;
}
.plans-heading::after {
	content: "";
	height: 3px;
	background: #EB1C26;
	display: block;
	width: 50%;
	position: absolute;
	top: 30px;
	transition: .4s ease;
}
.alignright {
	text-align: right;
	justify-content: right;
}
.plans-heading.plans-heading2::after {
	content: "";
	width: 83%;
}
.plans-c .plans-heading3 h3 {
	display: inline-block;
}
.plans-heading.plans-heading3::after {
	content: "";
	width: 100%;
}
.plans-heading.plans-heading4::after {
	content: none;
}
.plans-b .uk-width-5-10 {
	padding-left: 127px;
}
.plans-b .uk-grid {
	margin-left: -127px;
}
.plans-c {
	padding-top: 120px;
}
.plans-c .slider-image {
	height: 170px;
}
.plans-c .moduletable {
	padding: 20px 80px;
	position: relative;
}
.plans-c .uk-slider .uk-slidenav-previous {
	left: 0;
}
.plans-c .uk-slider .uk-slidenav-next {
	right: 0;
}
.mod-breadcrumbs {
	list-style: none;
	padding-top: 20px;
	display: flex;
	flex-wrap: wrap;
	gap: ;
	font-size: 16px;
	margin: 0;
	padding-left: 0;
}
a, .uk-link {
	color: #EB1C26;
	cursor: pointer;
}
.mod-breadcrumbs__item.breadcrumb-item a::after {
	content: "/";
	margin: ;
	padding: 0 5px;
	color: #fff;
	font-size: 15px;
}
.mod-breadcrumbs__item.breadcrumb-item.active span {
	color: #fff;
	font-size: 16px;
}
.seeall:hover {
	/* margin-left: 30px; */
	color: #fff;
	text-decoration: none;
}
.homeplan-banner {
	padding: 0;
}
.lge-img {
	background-position: center;
	background-size: cover;
}
.homeplan-category {
	background-size: cover;
	height: 730px;
	display: flex;
	align-items: end;
	background-position: center;
}
.homeplan-category .uk-container{
	padding-bottom: 88px;
}
.homeplan-category h2 {
	font-size: 46px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.homeplan-category p {
	font-size: 24px;
	color: #fff;
	text-align: center;
	max-width: 800px;
}
.mainbottom-a {
	padding: 100px 0;
	color: #fff;
}
.mainbottom-a h4 {
	color: #fff;
}
.mainbottom-a h3 {
	color: #fff;
	font-weight: bold;
	font-size: 42px;
	margin-bottom: 30px;
}
.homeplan-details2 {
	padding: 0;
	color: #fff;
}
.homeplan-details2 .uk-width-1-2 {
	align-items: center;
	display: flex;
}
.homeplan-detailstext h2 {
	color: #fff;
	font-weight: bold;
	margin-bottom: 30px;
}
.homeplan-category a {
	transition: .4s ease;
	text-decoration: none;
}
.homeplan-category a:hover {
	color: #fff;
}
.homeplan-detailstext {
	margin-top: 40px;
}
a:hover, .uk-link:hover {
	text-decoration: navajowhite;
	color: #fff;
}
body:not(.home) .header .uk-navbar-nav > li.active > a {
	color: #EB1C26;
}
.sigFreeClassic {
	display: grid;
	grid-template-columns: repeat(3,minmax(200px,1fr));
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}
.sigFreeLink.fancybox-gallery {
	width: 100% !important;
}
.sigFreeLink.fancybox-gallery img {
	width: 100% !important;
	object-fit: cover !important;
}
.main-a .category-module li:nth-child(2n+1) {
	background: #1B2236;
}
.main-a h4 {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}
.main-a .slide-text {
	font-size: 16px;
	color: #fff;
	max-width: 800px;
	padding-left: 0;
}
.main-a .mod-articles-category-title {
    border: 1px solid #EB1C26;
    display: inline-block;
    padding: 13px 60px;
    border-radius: 3px;
    transition: .3s ease;
}

.main-a .mod-articles-category-title:hover {
    background: #EB1C26;
    color: #fff;
    text-decoration: none;
}

.main-a .category-module li:nth-child(2n+1) {
    background: #1B2236;
}

.main-a .category-module li,
.main-a .category-module ul {
    padding: 0;
    list-style: none;
}

.main-a .category-module {
    padding: 0;
}

.main-a .category-module li {
    margin: 20px 0;
    padding: 38px 100px;
}

.main-a h3 {
    text-align: center;
    font-size: 48px;
    color: #ffff;
    font-weight: 600;
}
.morelink2 {
	color: #EB1C26;
	border: 1px solid #EB1C26;
	padding: 13px 60px;
	border-radius: 3px;
	font-size: 16px;
	display: inline-block;
	position: relative;
}
.uk-open .morelink2::after {
	content: "-";
	font-family: FontAwesome;
	font-size: 22px;
	position: absolute;
	right: 34px;
	top: 8px;
}
.morelink2::after {
	content: "+";
	font-family: FontAwesome;
	font-size: 22px;
	position: absolute;
	right: 34px;
	top: 8px;
}
.uk-accordion-title:after,.uk-accordion-title:before{
    content: none;
}
.main-a .moduletable {
	padding: 40px 0;
}
.com-content-article__body {
	padding: 40px 0;
}
.homeplan-detailstext .uk-width-1-2 {
	margin-bottom: 10px;
}
.homeplan-category::after {
	content: "";
	background: rgba(0,0,0,.4);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.homeplan-category {
	position: relative
}
.homeplan-category .uk-container {
	z-index: 100;
}
.homeplan-text {
	margin: 40px 0;
}
.contact .main {
	display: none;
}
.slider-content:hover a:hover {
	text-decoration: none !important;
}

.slider-content:hover .slider-image::before {
	content: "";
	opacity: .4;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #EB1C26;
}
.slider-content .slider-image {
	position: relative;
}
.slider-content .slider-image::before {
	content: "";
	transition: .5s ease;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.slider-content .mod-articles-category-readmore span{
	transition: .4s ease;
}
.slider-content:hover .mod-articles-category-readmore span {
	color: #fff;
}
.top-h h3 {
	font-size: 32px;
	line-height: 115%;
	color: #202A43;
	font-weight: bold;
	margin-bottom: 50px;
	text-align: center;
}
.home .main {
	display: none;
}
.facebook-icon {
	background: url(../images/fb_pdh.svg) no-repeat left center;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.announcement {
	background: #EB1C26;
	color: #fff;
	text-align: center;
	padding: 10px;
}
.announcement p {
	margin: 0;
}
.seeall {
	display: none !important;
}

/**Move ready range*/
.plan-gallery.uk-slideshow {
	position: relative;
}
.plan-gallerycontainer {
	position: relative;
}
.status {
	position: absolute;
	right: 0;
	top: 10px;
	z-index: 10;
}
.status div {
	padding: 8px;
	background: #6D6D6D;
	z-index: 10;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	line-height: 1;
}
.status div.ready {
	background: #EB1C26;
}
.plan-name h3 {
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	margin: 0;
}
.plan-name {
	margin-top: 18px;
}
.plan-forsale {
	font-size: 16px;
	color: #EB1C26;
	font-weight: bold;
	text-transform: uppercase;
}
.plan-meta {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 15px;
}
.plan-meta div {
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	display: flex;
	align-items: center;
	gap: 5px;
}
.plan-description {
	color: #fff;
	font-size: 14px;
	margin-top: 15px;
	min-height: 170px;
}
.move-ready .main {
	background: #fff;
	padding-top: 70px;
}
.move-ready .breadcrumbs {
	background: #fff;
}
.move-ready .mod-breadcrumbs__item.breadcrumb-item a::after {
	color: #212B44;
	font-size: 15px;
}
.move-ready .mod-breadcrumbs__item.breadcrumb-item.active span {
	color: #212B44;
	font-size: 16px;
}
.move-ready .item-page h2 {
	font-size: 32px;
	color: #212B44;
	font-weight: bold;
}
.move-ready .item-page h2::after {
	content: "";
	width: 113px;
	height: 3px;
	background: #EB1C26;
	display: block;
	margin-top: 10px;
}
.move-ready .item-page p {
	font-size: 20px;
	color: #212B44;
	font-weight: 500;
}
.plans .uk-container {
	max-width: 1044px;
}
.plans {
	padding: 90px 115px;
}
.plans h2 {
	color: #fff;
	font-weight: bold;
	font-size: 30px;
	position: relative;
	margin-bottom: 40px;
}
.plans h2 span {
	background: #212B44;
	z-index: 10;
	position: relative;
	padding-right: 15px;
}
.plans h2::after {
	content: "";
	height: 3px;
	width: 100%;
	background: #EB1C26;
	position: absolute;
	left: 0;
	bottom: 10px;
}
.plan-item {
	margin-bottom: 80px;
}
.plan-gallery.uk-slideshow .uk-slidenav-previous {
	background: url(../images/arrow-prev2.svg);
	padding: 0;
	width: 29px;
	height: 24px;
	margin: 0;
	left: 10px;
}
.plan-gallery.uk-slideshow .uk-slidenav-next {
	background: url(../images/arrow-next2.svg);
	padding: 0;
	width: 29px;
	height: 24px;
	margin: 0;
	right: 10px;
}
.plan-gallery.uk-slideshow .uk-slidenav-previous svg {
	display: none;
}
.plan-gallery.uk-slideshow .uk-slidenav-next svg {
	display: none;
}
/*
.plans .uk-width-1-3 {
	display: none;
}*/
.plan-gallery .uk-slideshow-items {
	min-height: 186px;
}
.plan-gallery .uk-slideshow-items img {
	height: 186px;
	width: 100%;
	object-fit: cover;
}
.plans-loadmore:before {
    content: "";
    width: 100%;
    background: #EB1C26;
    height: 3px;
    display: block;
    position: absolute;
    bottom: 10px;
}
a#loadMore {
    background: #212B44;
    z-index: 10;
    position: relative;
    padding-left: 15px;
    color: #EB1C26;
    text-transform: uppercase;
    font-weight: bold;
}
.plans-loadmore {
    position: relative;
    text-align: right;
}
a#loadMore svg {
    margin-left: 10px;
    margin-top: -3px;
}