 @import url("https://use.typekit.net/ylc3wbd.css");

.uk-navbar-container {
	position: relative;
}

.uk-navbar-container::before {
	content: '';
	z-index: 0;
	 bottom: 0;
	top: 0;
	background-image: url(/wp-content/uploads/2022/07/green-overlay.png);
	position: absolute;
	pointer-events: none;
  min-width: 100vw !important;
    max-width: 100vw !important;
    width: 100vw !important;
    height: 60vmax;
        background-position: top center;
    background-repeat: none;
    background-size: cover;
}

.uk-navbar-container::after {
	content: url(/wp-content/uploads/2022/07/topography-map-graphic-1.png);
	z-index: 1;
	position: absolute;
	top: 0;
	right: 0;
		pointer-events: none;
}

.uk-logo {
    z-index: 100;
}

.above {
	position: relative;
	z-index: 1;
}

.visa-grid .uk-grid div:nth-child(-n+5) .el-item {
    overflow: hidden;
}

.banner-slideshow {
	position: relative;
	z-index: 1 !important;
}

.banner-slideshow::before {
	content: url(/wp-content/uploads/2022/07/rectangle-1.png);
	position: absolute;
	left: -40px;
	top: 90px;
	pointer-events: none;
}
.banner-slideshow::after {
	content: url(/wp-content/uploads/2022/07/rectangle-2.png);
	position: absolute;
	right: -40px;
	bottom: -40px;
	z-index: 0 !important;
	pointer-events: none;
}

.top-line {
	position: relative;
}

.top-line::before {
	content: '';
	position: absolute;
	height: 1px;
	background-color: #118F46;
	width: 40%;
	top: 0;
	left: 0;
}


.breakout {
	background-color: #F7F7F7;
	margin-left: 2%;
	margin-right: 2%;
	border-top-left-radius: 5em;
	border-bottom-right-radius: 5em;
	position: relative;
}
.top-line::after {
    content: url(/wp-content/uploads/2022/07/topography-map-graphic-3.png);
    position: absolute;
    right: 0px;
    bottom: -198px;
    z-index: 2 ;
	pointer-events: none;
}

.top-graphic {
	position: relative;
}

.top-graphic::before {
    content: url(/wp-content/uploads/2022/07/topography-map-graphic-5.png);
    position: absolute;
    left: 0px;
    top: -54px;
    z-index: 1 !important;
	pointer-events: none;
}

.graphic-top-right {
	position: relative;
}

.graphic-top-right::before {
    content: url(/wp-content/uploads/2022/07/topography-map-graphic-6-1-e1658274026379.png);
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 0 !important;
	pointer-events: none;
}

.footer-graphic {
	position: relative;
}

.footer-graphic::before {
    content: url(/wp-content/uploads/2022/07/topography-map-graphic-7.png);
    position: absolute;
    left: 0px;
    bottom: -10px;
    z-index: 0 !important;
	pointer-events: none;
}


.quote .uk-tile {
	border-top-left-radius: 2em;
	border-bottom-left-radius: 2em;
	position: relative;
	z-index: 2;
	box-shadow: 0px 0px 25px 10px #ededed;

}

.quote .uk-tile::before {
	content: '';
	position: absolute;
	z-index: 1;
	height: 100%;
	background-color: white;
	width: 100%;
	top: 0;
	right: -500px;
	box-shadow: 0px 15px 10px -10px #ededed,
        0px -15px 10px -10px #ededed; 
}






@keyframes text-border-animation-left {
    0% {
        background-size:    1px 0,
                            1px 0,
                            0% 1px,
                            1px 0%;
    }

    100% {
        background-size:    1px 0,
                            1px 0,
                            60% 1px,
                            1px 10%;
    }
}





.is-visible.text-left {
    animation: text-border-animation-left 5s 1;
    animation-play-state: running;
}

.text-left {
    background-repeat: no-repeat;
    background-image: linear-gradient(to right, #5ca761 100%, #5ca761 100%), linear-gradient(to bottom, #5ca761 0, #5ca761 0), linear-gradient(to right, #5ca761 0, #5ca761 0), linear-gradient(to bottom, #5ca761 0, #5ca761 0);
    background-size: 1px 0, 1px 0, 60% 1px, 1px 10%;
    background-position: 0 0, 0 0, 0 100%, 0 100%;
}


/*
.text-right {
	content: '';
    background-repeat: no-repeat;
    background-image: linear-gradient(to right, #5ca761 100%, #5ca761 100%), linear-gradient(to bottom, #5ca761 0, #5ca761 0), linear-gradient(to right, #5ca761 0, #5ca761 0), linear-gradient(to bottom, #5ca761 0, #5ca761 0);
    background-size: 1px 10%, 1px 0, 60% 1px, 1px 0;
    background-position: 100% 0, 0 0, 100% 0, 0 0%;
}
*/


.visa-grid .el-item {
	border: 1px solid #5ca761;
	border-bottom-right-radius: 2em;
	border-top-left-radius: 2em;border-bottom-left-radius: 2em;
}

.visa-grid .uk-grid > div:nth-of-type(6) .el-item {
	border: 1px solid black;
	text-align: center;
	vertical-align: middle !important;
	padding-top: 40px !important;
}

.visa-grid .uk-grid {
	margin-left: 0px;
}
.visa-grid .el-item {
	position: relative;
}

.visa-grid .uk-grid div:nth-child(-n+5) .el-item::before {
    content: '';
    position: absolute;
    height: 120px;
    background-color: #5ca761;
    width: 120px;
    top: -10px;
    left: 0;
    border-radius: 2em 50% 50% 2em;
}

.visa-grid .el-item .uk-first-column {
    background-color: none;
    border-radius: 2em 50% 50% 2em;
	position: relative;
}
.visa-grid .el-item .uk-first-column img {
	z-index: -5;
	display: none;
}

.visa-grid .el-item .uk-first-column::before {
content: url(/wp-content/uploads/2022/07/passport.png);
	position: relative;
    z-index: 3;
    left: 30%;
}
.visa-grid .uk-width-1-3\@m.uk-first-column {
	padding-left: 0px !important;
}





.secondary-grid .el-item {
	border: 1px solid #5ca761;
	border-top-right-radius: 4em;
	border-top-left-radius: 4em;
	border-bottom-left-radius: 4em;
}


.secondary-grid .uk-grid {
	margin-left: 0px;
}
.secondary-grid .el-item {
	position: relative;
}

.secondary-grid .uk-grid .el-item::before {
    content: '';
    position: absolute;
    height: 100%;
    background-color: #5ca761;
    width: 35%;
    top: 0;
    left: 0;
	border-radius: 4em 60% 60% 4em;
	z-index: 0;
}
.secondary-grid img.el-image {
	position: relative;
}

.secondary-grid .uk-width-1-3\@m.uk-first-column {
	padding-left: 0px !important;
}



.uk-accordion-content {
    border-top: 6px solid #e6e6e6;
    margin-top: 0;
    background: #f9f9f9;
    padding: 20px !important;
	border-bottom-left-radius: 2em;
    border-bottom-right-radius: 2em;
}

.uk-accordion>:nth-child(n+2) {
    margin-top: 18px;
    padding-top: 5px;
    border-top: none; 
}

.uk-accordion .el-item.uk-open .el-title {
    background: #118f46;
	    border-bottom-left-radius: 0;
}
a.el-title.uk-accordion-title {
    background: #5ca761;
    color: #fff;
    transition: .2s;
    border-top-right-radius: 1em;
    border-top-left-radius: 1em;
	border-bottom-left-radius: 1em;
}
.uk-accordion-title {
    display: block;
    font-size: 20px;
    line-height: 1;
    padding: 16px 20px;
    overflow: hidden;
    text-decoration: none;
    font-weight: 400;
		padding-bottom: 15px;
}

.uk-accordion-title::before {
    content: "";
    width: 1em;
    height: 1em;
	background-image: url(/wp-content/uploads/2023/02/plus-1.svg);
	background-size: cover;
}

.uk-open>.uk-accordion-title::before {
    background-image: url(/wp-content/uploads/2023/02/remove-1.svg);
}




.news-grid .el-item {
    border: 1px solid #5ca761;
    border-top-right-radius: 4em;
    border-top-left-radius: 4em;
    border-bottom-left-radius: 4em;
}

.news-grid  img.el-image {
    border-top-right-radius: 4em;
    border-top-left-radius: 4em;
    border-bottom-left-radius: 4em;
	
}


.banner-slideshow ul.uk-slideshow-items {
    max-height: 400px !important;
    min-height: 400px !important;
}

.contact-form-tile .uk-tile {
	border-top-left-radius: 4em;
    border-bottom-right-radius: 4em;
}
iframe.buro-map, .testimonials-tile .uk-tile {
	border-top-right-radius: 4em;
    border-bottom-left-radius: 4em;
}


.above .uk-slideshow-items {
    position: relative;
    z-index: 1;
}





/* enquiry form */


.ginput_container input, .ginput_container textarea, .ginput_container select {
    color: #17244e;
	background-color: white;
	border-radius: 0em !important;
	border: 2px #e1e1e1 solid;
    font-family: 'montserrat' !important;
    font-size: 16px !important;
	font-weight: 300;
    padding: 12px 12px !important;
    max-height: 180px;
    outline: 0 !important;
}
.gform_wrapper.gravity-theme .gfield_label {
	font-family: 'montserrat' !important;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 8px;
    display: inline-block;
    padding: 0;
}
.ginput_container input::placeholder, .ginput_container textarea::placeholder, .ginput_container select::placeholder, .ginput_container select {
	color: #17244e  !important;
}

.ginput_container input:focus, .ginput_container textarea:focus, .ginput_container select:focus {
	border: 2px #118F46 solid !important;
}


/* enquiry button */ 
.gform_footer input {
    background:  #fff;
    color: #5ca761;
	border: 2px #118F46 solid;
	border-radius: 2em;
	cursor:pointer;
	padding: 10px 30px;
	font-size: 20px;
	font-weight: 500;	
	font-family: 'montserrat';
	letter-spacing: 0px;
	text-transform: inherit;
	font-style: italic;
	transition: 0.1s !important;
    background-origin: border-box;
}

.gform_footer input:focus, .gform_footer input:hover {
	background: rgb(255 255 255 / 56%);
    color: #5ca761;
	border: 2px #118F46 solid;
}







@media (max-width: 2000px) and (min-width: 1800px) {
	.banner-img-below {
		right: -101px !important;
    bottom: -181px !important;

	}
}

@media (max-width: 1800px) and (min-width: 1700px) {
	.banner-img-below {
		right: -46px !important;   
		bottom: -181px !important;
	}
}
@media (max-width: 1750px) and (min-width: 1640px) {
	.quote .uk-tile::before {
        right: -470px !important;
}
}

@media (max-width: 1700px) and (min-width: 960px) {
.banner-img-below {
    right: -32px !important;
    bottom: -181px !important;
}
}
@media (max-width: 1700px) {
.banner-slideshow::after {

    right: -25px;
}
}

@media (max-width: 1640px) and (min-width: 1500px) {
	.quote .uk-tile::before {
		right: -427px !important;
	}
}
	
@media (max-width: 1600px) and (min-width: 960px) {
.banner-img-above {
left: -85px !important;
    top: -34px !important;
}
}

@media (max-width: 1500px) and (min-width: 1400px) {
	.quote .uk-tile::before {
		right: -389px !important;
	}
}

@media (max-width: 1400px) and (min-width: 1270px) {
	.quote .uk-tile::before {
		right: -353px !important;
	}
}

@media (max-width: 1400px) and (min-width: 960px) {
	.uk-navbar-item, .uk-navbar-nav>li>a {
		padding: 0 10px;
		font-size: 16px;
	}
h4 {
    font-size: 30px;
}
h3 {
    font-size: 35px;
}
h2 {
    font-size: 40px;
}
h1 {
    font-size: 50px;
}
	div#custom_html-6 {
    padding: 0px;
    margin: 0px;
}
	.uk-navbar-nav {
    gap: 5px;
}
	.uk-navbar-left, .uk-navbar-right, [class*=uk-navbar-center] {
    gap: 0px;
}
	.textwidget .uk-button.uk-button-primary {
    padding: 0px 10px !important;
   
}
}

@media (max-width: 1400px) and (min-width: 1200px) {
	.banner-img-above img {
		width: 280px !important;
	}
	#page\#0-0-1-1 {
    padding-top: 93px !important;
}
	.banner-img-below img {
		width: 320px !important
	}
}

@media (max-width: 1270px) and (min-width: 1150px) {
	.quote .uk-tile::before {
		right: -319px !important;
	}
}



@media (max-width: 1200px) and (min-width: 960px){
	.banner-img-above img {
		width: 228px !important;
	}
	#page\#0-0-1-1 {
    padding-top: 71px !important;
}
	.banner-img-below img {
		width: 267px !important;
	}
.banner-img-below {
    bottom: -139px !important;
}
	.banner-slideshow::before {

		top: -20px;
	}
	
	.visa-grid .uk-grid div:nth-child(-n+5) .el-item::before {
		width: 30% !important;
	}
	.visa-grid .el-item .uk-first-column::before {
    
    left: 20% !important;
}
	.footer-graphic img {
		width: 700px;
	}
	.footer-graphic .uk-position-relative {
		bottom: -26px !important;
	}

}


@media (max-width: 1150px) and (min-width: 1010px) {
	.quote .uk-tile::before {
		right: -282px !important;
	}
}

@media (max-width: 1010px) and (min-width: 960px) {
	.quote .uk-tile::before {
		right: -244px !important;
	}
}


@media (max-width: 960px) {
	
	h4 {
    font-size: 30px;
}
h3 {
    font-size: 35px;
}
	
	.banner-img-above {
		display: none;
	}
	#page\#1 {
    padding-top: 0px !important;
}

.banner-img-below {
   display: none;
}
	.banner-slideshow::before {
		left: -10px;
    top: -14px;
	}
	.banner-slideshow::after {
    right: -12px;
		bottom: -25px;
}
	
	.andrew-headshot {
    position: relative !important;
}
	.quote .uk-tile::before {
		display: none;
	}
	.quote .uk-tile {
    border-radius: 2em;
	}
	.visa-grid .el-item .uk-first-column img {
    z-index: 2;
    display: inherit;
		margin-left: auto;
    margin-right: auto;
}
	.visa-grid .el-item .uk-first-column::before {
	   display: none;
	}
	
	.visa-grid .uk-grid div:nth-child(-n+5) .el-item::before {
		content: '';
		position: absolute;
		height: 100%;
		background-color: #5ca761;
		width: 100%;
		top: 0;
		left: 0;
		border-radius: 2em 0em 2em 2em;
	}
	.visa-grid .el-item {
		text-align: center;
	}
	.visa-grid .uk-grid div:nth-child(-n+5) .el-title {
		color: white;
	}
	.visa-grid .uk-grid div:nth-child(-n+5) .el-content {
		color: white;
	}
	.visa-grid .uk-grid > div:nth-of-type(6) .el-item {

		padding-top: 60px !important;
	}
	
	
	.secondary-grid .uk-grid .el-item::before { 
		display: none;
	}
	.secondary-grid .uk-grid .el-item {
		background-color: #5ca761;
	}
	.secondary-grid .el-item {
		text-align: center;
	}
	.secondary-grid .uk-grid div:nth-child(-n+5) .el-title {
		color: white;
	}
	.secondary-grid .uk-grid div:nth-child(-n+5) .el-content {
		color: white;
	}
	.secondary-grid .el-link.uk-link {
		color: white;
	}
	.secondary-grid .el-link.uk-link img
{
    content: url(/wp-content/uploads/2022/07/white-arrow.png);
}
	.secondary-grid .uk-margin-remove-first-child.uk-grid-margin.uk-first-column {
    padding: 0px;
}
	.footer-graphic img {
		width: 600px;
	}
	.footer-graphic .uk-position-relative {
		bottom: -22px !important;
	}
iframe.buro-map {
    height: 400px;
}
	#page\#5 .el-content {
    font-size: 18px;
}
}

@media (max-width: 820px) {
	.big-quote .uk-tile h3 {
    text-align: center !important;
}
}




@media (max-width: 640px) {
	.visa-grid .uk-grid > div:nth-of-type(6) .el-item {
		    padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
}


@media (max-width: 600px) {
	.footer-graphic img {
		width: 400px;
	}
	.footer-graphic .uk-position-relative {
		bottom: -15px !important;
	}
}

@media (max-width: 500px) {
	.banner-slideshow::before {
		display: none;
	}
}





