/*Preloader*/
body {
  margin: 0;
  font-family:'Rubik', sans-serif;;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.7;
  color: #212529;
  text-align: left;
  background-color: #ffffff;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.display-1 {
    font-size: 75px;
    line-height: 85px;
    font-weight: 700;
}

.loader {
    background: #ffffff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.loader-inner {
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.loading-spinner {
    width: 4rem;
    height: 4rem;
    animation: spinner-rotate 2s ease-in-out infinite;
    -webkit-animation: spinner-rotate 2s ease-in-out infinite;
    -moz-animation: spinner-rotate 2s ease-in-out infinite;
    -ms-animation: spinner-rotate 2s ease-in-out infinite;
    -o-animation: spinner-rotate 2s ease-in-out infinite;
}

.spinner {
    animation: spinner-color 8s ease-in-out infinite, spinner-dash 2s ease-in-out infinite;
    -webkit-animation: spinner-color 8s ease-in-out infinite, spinner-dash 2s ease-in-out infinite;
    -moz-animation: spinner-color 8s ease-in-out infinite, spinner-dash 2s ease-in-out infinite;
    -ms-animation: spinner-color 8s ease-in-out infinite, spinner-dash 2s ease-in-out infinite;
    -o-animation: spinner-color 8s ease-in-out infinite, spinner-dash 2s ease-in-out infinite;
    stroke-linecap: round;
}

@keyframes spinner-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: trotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

@keyframes spinner-color {
    0%,
    100% {
        stroke: #43c370;
    }
    20% {
        stroke: #234dd4;
    }
    40% {
        stroke: #43c370;
    }
    60% {
        stroke: #234dd4;
    }
    80% {
        stroke: #43c370;
    }
}

@keyframes spinner-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 90, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 90, 200;
        stroke-dashoffset: -125px;
    }
}


/*End preloader*/


/*Site wrapper*/

.wrapper {
    position: relative;
    background-color: #ffffff;
}

/*End site wrapper*/


/* Hero Section*/

.header {
    position: relative;
}

.navbar-expand-lg .navbar-logo {
    width: 7.5rem;
}

.header-navbar {
    padding: 0;
}

.header-navbar .navbar-brand {
    padding-top: 1.2em;
    padding-bottom: 1.2rem;
    padding-right: 1rem;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #717171;
    position: relative;
    font-weight: 400;
    display: block;
    font-size: 1.0625rem;
}

.header-navbar-nav .dropdown-menu {
    border: none;
    box-shadow: none;
    border-top: 0;
    font-size: 0.875rem;
    min-width: 14rem;
    border-radius: 0;
}

.header {
    background-color: #ffffff;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0;
}

.header .logo-light {
    display: none;
}

.header-navbar-nav .dropdown-item {
    color: #717171;
}
.header .navbar-expand-lg .navbar-nav li:last-child .nav-link span {
    color: #111111;
}
.header-navbar-nav .dropdown-toggle,
.header-navbar-nav .dropdown-menu a {
    cursor: pointer;
}
.header-navbar-nav .dropdown-item:hover,
.header-navbar-nav .dropdown-item:focus {
    background-color: transparent;
}
.header-navbar-nav .dropdown-toggle:after {
    display: none;
}
.header-navbar-nav .dropdown-arrow-inner {
    color: #5a5757;
    font-size: 0.75rem;
}
.bg-image {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    object-fit: cover;
    position: absolute;
}

/* End hero Section*/


/*To the top*/

.scroll-to-top:not(.active) {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    pointer-events: none;
}
.scroll-to-top.active:hover {
    transform: translate3d(0, -5px, 0);
    -webkit-transform: translate3d(0, -5px, 0);
    -moz-transform: translate3d(0, -5px, 0);
    background-color: #1ca766;
    border-color: #1a9c5f;
    color: #ffffff;
}
.scroll-to-top {
    position: fixed;
    width: 50px;
    height: 50px;
    background-color: #027C68;
    border-color: #027C68;
    text-align: center;
    right: 2.875rem;
    bottom: 3.6875rem;
    padding-top: .65rem;
    z-index: 100;
    color: #ffffff;
    font-size: 0.75rem;
}

/*End to the top*/

.svg-decoration.middle-left.boundary {
    top: 8%;
    left: -2rem;
    width: 10rem;
}
.svg-decoration.bottom-right.boundary {
    top: 18%;
    right: 0;
    width: 3rem;
}
.svg-decoration.middle-left {
    top: 20%;
    left: -17rem;
    width: 22rem;
}
.svg-decoration.bottom-right,
.svg-decoration.middle-left {
    display: block;
}
.svg-decoration.middle-left {
    top: 68%;
    left: -14rem;
}
.svg-decoration {
    position: absolute;
}
.svg-decoration.bottom-right {
    top: 0;
    right: -22rem;
    width: 30rem;
}
.svg-decoration.bottom-right,
.svg-decoration.middle-left {
    display: block;
}
.svg-decoration.bottom-right {
    top: 0%;
    right: -18rem;
}
.svg-decoration {
    position: absolute;
}
/*End about*/

.theme-btn-one {
    padding: 12px 30px;
    border-radius: 10px;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 400;
}
.green-btn {
    background: #027C68;
	color: #fff;
}

.light-btn {
    background: #fff;
	color: #000;
}

/*Miscellaneous*/

::-moz-selection {
    background: #43c370;
    color: #ffffff;
}
.gradient-overlay:before {
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 87%;
    content: "";
}
.gradient-overlay-green:before {
    background: #003333;
    background-repeat: repeat-x;
}

.gradient-overlay-dark:before {
    background-image: linear-gradient(180deg, rgba(21, 27, 38, 0.7) 0%, transparent 100%);
    background-repeat: repeat-x;
}

section,
.section {
    position: relative;
    width: 100%;
}
.spacer-lg-top {
    padding-top: 10rem;
}
.spacer-lg-bottom {
    padding-bottom: 6rem;
}
.jarallax {
    position: relative;
    z-index: 0;
}
.jarallax>.jarallax-img {
    position: absolute;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.o-hidden {
    overflow: hidden;
}
.curved-decoration {
    position: relative;
    z-index: 1;
    width: 100%;
}
.curved-decoration svg {
    position: relative;
    z-index: 2;
    top: 0.5px;
    width: 100%;
}
.curved-decoration.splash svg {
    top: -125px;
}
.bg-white-svg {
    fill: #ffffff;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}
.z-index-2 {
    z-index: 2;
}
.z-index-3 {
    z-index: 3;
}
ul.nav-tabs {
    border-radius: 0.3125rem;
}
ul.nav-tabs li:first-child a {
    border-radius: 0.3125rem 0 0 0.3125rem;
}

/*End Miscellaneous*/


/*Mediaqueries*/

.btn-navbar-toggler {
    margin-top: 1.375rem;
    margin-bottom: 1.375rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 10px 13px;
    color: #111111;
    font-size: 1rem;
}

@media (max-width: 991.98px) {
    .header-navbar {
        padding: 0;
        max-height: 100vh;
        overflow-y: scroll;
    }
}

@media (min-width: 576px) {
    ul.nav-tabs {
        border-radius: 0.3125rem;
    }
    ul.nav-tabs li:first-child a {
        border-radius: 0.3125rem 0 0 0.3125rem;
    }
}

@media (min-width: 992px) {
    .header {
        background-color: red;
    }
    ul.nav-tabs {
        border-radius: 0.3125rem 0.3125rem 0 0;
    }
    ul.nav-tabs li:first-child a {
        border-radius: 0.3125rem 0 0 0;
    }
    .header {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 1040;
        background-color: transparent;
        transition: background-color 0.3s ease-in-out;
    }
    .header .logo-light {
        display: block;
    }
    .header .navbar-expand-lg .navbar-nav .nav-link {
        color: rgba(255, 255, 255);
    }
    .header.switched-header {
        background-color: #ffffff;
        transition: background-color 0.3s ease-in-out;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }
    .header-section {
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }
    .header .logo-dark {
        display: none
    }
    .header.switched-header .logo-dark {
        display: block;
    }
    .header.switched-header .logo-light {
        display: none;
    }
    .header.switched-header .navbar-expand-lg .navbar-nav .nav-link {
        color: #646f79;
    }
    .header.switched-header .header-section {
        border-color: rgba(255, 255, 255, 0);
    }
    .header-navbar-nav .dropdown-menu {
        border: 1px solid rgba(0, 0, 0, 0.1);
        box-shadow: 0 10px 40px 0px rgba(38, 38, 38, 0.1);
        border-top: 0;
        padding: 1rem 0;
        font-size: 0.875rem;
        min-width: 14rem;
        border-radius: 0;
    }
    .header-navbar-nav .dropdown-item {
        color: #717171;
        padding: .4rem 1.75rem;
    }
    .header-navbar-nav .dropdown-menu {
        margin-top: 3px;
    }
    .navbar-expand-lg {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .navbar-expand-lg .header-navbar-nav {
        -ms-flex-align: center;
        align-items: center;
        padding-top: 0;
        padding-bottom: 0;
        margin-left: 0;
    }
    .navbar-expand-lg .header-navbar-nav .nav-link {
        padding-top: 1.375rem;
        padding-bottom: 1.175rem;
        padding-right: 0.875rem;
        padding-left: 0.875rem;
    }
}

@media (max-width: 767.98px) {
    .btn-group-lg>.btn,
    .btn-lg,
    .btn-lg,
    .btn-group-lg>.btn {
        font-size: 1.1rem;
        padding: .725rem 1.5rem;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 1rem;
    }
}

@media(min-width:768px) {
    ul.nav-tabs {
        border-radius: 0.3125rem 0.3125rem 0 0;
    }
    ul.nav-tabs li:first-child a {
        border-radius: 0.3125rem 0 0 0;
    }
}

@media (max-width: 575px) {
    .h1,
    h1 {
        font-size: 1.6875rem;
    }
    .h2,
    h2 {
        font-size: 1.5rem;
    }
    .h4,
    h4 {
        font-size: 1.284375rem;
    }
    .h5,
    h5 {
        font-size: 1.1875rem;
    }
}

@media (max-width: 1199.98px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 1rem;
    }
}
/*End mediaqueries*/

.btn-custom {
	background-color: #1cbf73;
	color: #fff;
	border: none;
}
.btn-custom:hover {
	background-color: #17a561;
}

a.get-started-link {
    font-size: 22px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.header-banner-section .col-md-7 {
    position: relative;
}

.header-banner-section .col-md-7::after {
    content: '';
    position: absolute;
    top: -15px;
    height: 218px;
    width: 468px;
    background: url("../images/curved-line.png");
    right: -100px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

p {
    color: #000;
    font-weight: normal;
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.bg-green {
    background: #003333;
}

.color-white {
    color: #fff;
}

.uppercase {
    text-transform: uppercase;
}

h1{
	font-size: 75px;
}

h2 {
    font-size: 48px;
}

h3 {
    font-size: 40px;
}

.main-footer p {
    color: #fff;
}

.main-footer {
    padding: 20px 0px;
}

section#advertisement-disclosure {
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #E5F5FB 49%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}

.bg-light-green {
    background: #027C68 0% 0% no-repeat padding-box;
    color: #fff;
}

.border-radius{
	border-radius:20px;
}

.p-60 {
    padding: 60px;
}

section.national-australian-exchange {
    background: url("../images/national-australian-exchange-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.services-1::after {
    background: url("../images/keybenefits-bg-shape-1.png");
    content: '';
    position: absolute;
    bottom: -80px;
    left: 0;
    width: 758px;
    height: 577px;
}

.services-2::before {
    background: url("../images/keybenefits-bg-shape-2.png");
    content: '';
    position: absolute;
    top: -35px;
    right: 0;
    width: 1071px;
    height: 1069px;
}

.z-index-1{
	z-index:1;
}

.color-dar-green{
	color:#003333;
}


@media(min-width:768px) and (max-width:1366px) {
	.services-1::after {
		display:none;
	}
	
	.services-2::before {
		display:none;
	}
	
	.header-banner-section .col-md-7::after {
		display:none;
	}
		
	.svg-decoration-container {
		display: none;
	}
	
	br {
		display: none;
	}
	
	h1 {
		font-size: 50px;
		line-height: 60px;
	}
	
	h2 {
		font-size: 30px;
		line-height: 40px;
	}
	
	h3 {
		font-size: 25px;
		line-height: 35px;
	}
	
	.p-60 {
		padding: 20px;
	}
	
	.pt-100 {
		padding-top: 50px;
	}

	.pb-100 {
		padding-bottom: 50px;
	}
	
	a.get-started-link {
		display: block;
		margin-top: 20px;
		margin-bottom: 50px;
	}
	
	.curved-decoration {
		display: none;
	}
}

@media(min-width:100px) and (max-width:767px) {
	.services-1::after {
		display:none;
	}
	
	.services-2::before {
		display:none;
	}
	
	.header-banner-section .col-md-7::after {
		display:none;
	}
		
	.svg-decoration-container {
		display: none;
	}
	
	br {
		display: none;
	}
	
	h1 {
		font-size: 50px;
		line-height: 60px;
	}
	
	h2 {
		font-size: 30px;
		line-height: 40px;
	}
	
	h3 {
		font-size: 25px;
		line-height: 35px;
	}
	
	.p-60 {
		padding: 20px;
	}
	
	.pt-100 {
		padding-top: 50px;
	}

	.pb-100 {
		padding-bottom: 50px;
	}
	
	a.get-started-link {
		display: block;
		margin-top: 20px;
		margin-bottom: 50px;
	}
}

.content-title {
    font-size: 20px;
    font-weight: bold;
}