/* --------------- Link --------------- */
::selection {
    color: #fff;
    background-color: #2d2d2d;
}
a {
    color: #2d2d2d;
}
a:hover, a:focus, a:active {
    color: #dac83d;
    text-decoration: none;
}

/* --------------- Slider --------------- */
.rev_slider_wrapper {
    background-color: #2d2d2d;
    padding: 0;
}
.tp-caption.Concept-Title, .Concept-Title {
    font-family: Montserrat;
    font-weight: 500;
    font-style: normal;
    padding: 0;
    letter-spacing: 1px;
}
.tp-caption.Concept-Title-Dark, .Concept-Title-Dark {
    font-family: Montserrat;
    font-weight: 600;
    font-style: normal;
    color: #23201f;
    padding: 0;
    letter-spacing: 1px;
}
.tp-caption {
    z-index: 27;
}
.rev-btn {
    font-family: Montserrat;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    color: rgba(255,255,255,1);
    letter-spacing: 1px;
    cursor:pointer;
    text-decoration: none;
}
.tp-bannertimer {
    visibility: hidden !important;
}

/* --------------- Logo --------------- */
.nf-logo {
    width: 200px;
    position: absolute;
    z-index: 100;
    top: 30px;
    left: 30px;
}

/* --------------- Background Colours --------------- */
.nf-bg-dark {
    background-color: #2d2d2d;
}
.nf-bg-grey {
    background-color: #999999;
}
.nf-bg-mid-grey {
    background-color: #b6b6b6;
}
.nf-bg-dark-grey {
    background-color: #4d4d4d;
}
.nf-bg-light-grey {
    background-color: #d6d6d6;
}
.nf-bg-lighter-grey {
    background-color: #f1f1f1;
}
.nf-bg-yellow {
    background-color: #dac83d;
}
.nf-bg-blue {
    background-color: #65b9e3 !important;
}
.nf-bg-blue-light {
    background-color: #8cc3df !important;
}
.nf-bg-blue-lighter {
    background-color: #accfe1;
}
.nf-bg-teal {
    background-color: #70bd95;
}
.nf-bg-teal-light {
    background-color: #8cc3a6;
}
.nf-bg-teal-lighter {
    background-color: #a2c7b4;
}
.nf-bg-orange {
    background-color: #ef8250 !important;
}
.nf-bg-orange-light {
    background-color: #e99a75 !important;
}
.nf-bg-orange-lighter {
    background-color: #e8ac92 !important;
}
.nf-bg-pink {
    background-color: #de6099;
}

/* --------------- Border Colours --------------- */
.nf-brd-dark {
    border-color: #2d2d2d !important;
}

/* --------------- Colours --------------- */
.nf-yellow {
    color: #dac83d;
}
.nf-grey {
    color: #999999;
}
.nf-light-grey {
    color: #e6e6e6;
}
.nf-white {
    color: #ffffff;
}
.nf-dark {
    color: #2d2d2d;
}
.nf-teal {
    color: #70bd95;
}
.nf-blue {
    color: #65b9e3;
}

/* --------------- Hover Effect --------------- */
.hvr-shrink {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

/* --------------- Scroll Button --------------- */
.scroll-but {
	width: 80px;
	height: 80px;
	border-radius: 40px;
	background: #2d2d2d;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	cursor: pointer;
	transition: .2s ease;
	margin-right: auto;
	margin-left: auto;
	z-index: 100;
	text-align: center;
	color: #dac83d;
	font-size: 24px;
	line-height: 80px;
}
.scroll-but:hover, .scroll-but:focus {
	color: #fff;
}

/* --------------- Sections --------------- */
.nf-about {
    padding: 200px 0 200px 0;
}
.nf-story {
    padding: 200px 0 200px 0;
}
.nf-news {
    padding: 200px 0 200px 0;
}
.nf-leaders {
    padding: 200px 0 200px 0;
}
.nf-footer {
    font-family: Montserrat;
    font-weight: 600;
    font-style: normal;
    padding: 20px 0;
}
.nf-footer a {
    color: #999999;
}
.nf-footer a:hover {
    color: #dac83d;
    text-decoration: none;
}
.dzsparallaxer:not(.mode-oneelement) {
    background-color: #2d2d2d;
}

/* --------------- Text --------------- */
h1 {
    font-family: Montserrat;
    font-weight: 600;
    font-style: normal;
    font-size: 2.4rem;
    line-height: 1.6;
    margin: 0;
}
h2 {
    font-family: Montserrat;
    font-weight: 600;
    font-style: normal;
    font-size: 2.4rem;
    line-height: 1.6;
    margin: 0;
}
h3 {
    font-family: Montserrat;
    font-weight: 600;
    font-style: normal;
    line-height: 1.6;
    margin: 0;
}
h4 {
    font-family: Montserrat;
    font-weight: 600;
    font-style: normal;
    line-height: 1.6;
    margin: 0;
}
p {
    font-family: Montserrat;
    font-weight: 500;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.6;
    margin: 0;
}
ul {
    font-family: Montserrat;
    font-weight: 500;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.6;
    margin: 0;
    margin-block-start: 0;
    margin-block-end: 0;
}
.typed-cursor{
    top: -5px;
}

/* --------------- Buttons --------------- */
.nf-but {
    display: inline-block;
    padding: 15px 20px 15px 20px;
    border: 1px solid #a6b7c5;
    font-family: Montserrat;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #a6b7c5;
    margin-top: 40px;
}
.nf-but:hover, .nf-but:focus {
    color: #2d2d2d;
    background-color: #dac83d;
    border: 1px solid #dac83d;
    text-decoration: none;
}
.nf-bt-rev {
    background-color: #dac83d;
    border: 1px solid #dac83d;
    color: #2d2d2d;
}
.nf-bt-rev:hover, .nf-bt-rev:focus {
    background-color: #fff;
    border: 1px solid #fff;
}
.nf-but-circle {
    display: inline-block;
    background:linear-gradient(90deg, rgba(218,200,61,1) 0%, rgba(218,200,61,1) 100%);
    height: 80px;
    width: 80px;
    line-height: 80px;
    border-radius: 40px;
    margin-top: 40px;
    color: #2d2d2d;
    font-size: 1.2rem;
    cursor: pointer;
}
.nf-but-circle:hover, .nf-but-circle:focus {
    color: #2d2d2d;
    background:linear-gradient(90deg, rgba(218,200,61,1) 0%, rgba(120,183,222,1) 100%);
}
.nf-but-dark {
    background: rgba(45,45,45,1);
    color: #dac83d;
}
.nf-but-dark-sm {
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 30px;
    font-size: 1rem;
    background: rgba(45,45,45,1);
    color: #dac83d;
    margin-top: 15px;
}
.nf-but-teal {
    background: rgba(112,189,149,1);
    color: #2d2d2d;
}
.nf-but-light {
    background: rgba(150,150,150,1);
    color: #2d2d2d;
}
.nf-b-news {
    margin-top: 30px;
}






/*--------------------------------------------------
Medium devices (less than 1200px)
----------------------------------------------------*/
@media (max-width: 1199px) {

.nf-logo {
    width: 160px;
    top: 25px;
    left: 25px;
}
h1 {
    font-size: 2.2rem;
}
h2 {
    font-size: 2.2rem;
}
p {
    font-size: 1.5rem;
}
.typed-cursor{
    top: -4px;
}
	
}



/*--------------------------------------------------
IPAD Medium devices (less than 992px)
----------------------------------------------------*/
@media (max-width: 991px) {

.nf-logo {
    width: 140px;
    top: 20px;
    left: 20px;
}
.nf-about {
    padding: 180px 0 180px 0;
}
.nf-story {
    padding: 180px 0 180px 0;
}
.nf-news {
    padding: 180px 0 180px 0;
}
.nf-leaders {
    padding: 180px 0 180px 0;
}
h1 {
    font-size: 2rem;
}
h2 {
    font-size: 1.4rem;
}
p {
    font-size: 1.4rem;
}
.typed-cursor{
    top: -3px;
}
	
}



/*--------------------------------------------------
Nexus 7 Small devices (less than 768px)
----------------------------------------------------*/
@media (max-width: 767px) {

.nf-logo {
    width: 130px;
    top: 20px;
    left: 20px;
}
.nf-about {
    padding: 160px 0 160px 0;
}
.nf-but {
    margin-top: 30px;
}
.nf-story {
    padding: 160px 0 160px 0;
}
.nf-news {
    padding: 160px 0 160px 0;
}
.nf-leaders {
    padding: 160px 0 160px 0;
}
h1 {
    font-size: 1.9rem;
}
h2 {
    font-size: 1.3rem;
}
p {
    font-size: 1.3rem;
}
.typed-cursor{
    top: -2px;
}
.nf-footer {
    font-size: 0.9rem;
    padding: 30px 0 30px 0;
}

}



/*--------------------------------------------------
IP 6 6+, 7+ - (less than 576px)
----------------------------------------------------*/
@media (max-width: 575px) {

.nf-logo {
    width: 120px;
    top: 18px;
    left: 18px;
}
.scroll-but {
	width: 70px;
	height: 70px;
	border-radius: 35px;
	font-size: 22px;
	line-height: 70px;
}
.nf-but {
    margin-top: 20px;
    margin-bottom: 20px;
}
.nf-about {
    padding: 60px 0 60px 0;
}
.nf-story {
    padding: 60px 0 60px 0;
}
.nf-news {
    padding: 60px 0 60px 0;
}
.nf-leaders {
    padding: 60px 0 60px 0;
}
h1 {
    font-size: 1.2rem;
}
h2 {
    font-size: 1rem;
}
p {
    font-size: 1rem;
}
.typed-cursor{
    top: -1px;
}
.nf-but-circle {
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 25px;
    margin-top: 25px;
    font-size: 0.9rem;
}
.nf-footer {
    font-size: 0.8rem;
    padding: 30px 0 30px 0;
}
.nf-but-dark-sm {
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 25px;
    font-size: 0.9rem;
    margin-top: 5px;
}
.nf-b-news {
    margin-top: 10px;
}

}






