
@font-face {
   font-family: SandeMore-Bold;
   src: url(../fonts/san_de_more/SandeMore-Bold.otf);
}


body{
    font-family: 'Lato', sans-serif;}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 0px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #fff;
}


.btn-theme{    display: inline-flex;
    height: 50px;
    width: 170px;
    border: 2px solid #000000;
    color: #fff;
    background: #000;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    align-items: center;
    justify-content: center;
    transition: all .35s ease-Out;
    overflow: hidden; }
.btn-theme:hover, .btn-theme.active{ text-decoration:none;  background:transparent; color:#000;border: 2px solid #000; }



.btn-contact {
  display: inline-flex;
  height: 30px;
      width: 145px;
    border: 2px solid #606060;
    color: #4e4d4d;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    font-size: .8em;
    letter-spacing: 1.2px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.btn-contact a {
 color: #222222;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 1px;
}
.btn-contact:hover { text-decoration:none;}
.btn-contact {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.btn-contact a {
  position: relative;
  left: 0;
  transition: all .35s ease-Out;
}
.btn-contact:hover{ color:#000;}
#dub-arrow {
  width: 100%;
  height: 100%;
  background: #606060;
  left: -200px;
  position: absolute;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .35s ease-Out;
  bottom: 0;
}
#dub-arrow a i{ color:#fff!important;}


.btn-contact:hover #dub-arrow {
  left: 0;
}

.btn-contact:hover a {
  left: 150px;
  color: #fff;
}
.video-btn{ width:auto; height:auto; padding: 6px 20px; font-size: 1rem; margin-top:20px;  }
.video-btn:hover{ color:#fff!important; background:#000; transition:.3s linear; }


.pages {
	width: 100%;
	box-sizing: border-box;	
}

.page {
  width: 100%;
  height: 100vh;
  transition: all 0.7s;

}

/*.homepage-banner{  background-image: url(../images/HomePage_Fura-bg.jpg);
        background-size: cover;
        background-position: top;
        background-attachment:fixed;
        width: 100%; height:100vh; }*/

.fura-video-text{font-family: SandeMore-Bold;}
.fura-banner1, .fura-banner2 { width: 84%; }
.fura-banner2{ margin-left: 16%; }
.fura-nav1 {
        width: 320px;
        position: fixed;
        right: 0;
        top: 0;
        height: 100vh;
    }
.fura-nav2 {
        width: 320px;
        position: fixed;
        left: 0;
        top: 0;
        height: 100vh;
    }

  /*navigation*/

.header-left .btn-open:after, .header-right .btn-open:after {
	color:#333;
    font-size: 25px;
	content:"\f0c9";
	font-family:"FontAwesome";
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
}
.btn-open:hover{ cursor:pointer; }
.btn-open:hover:after {
	color:#000;
}

/*.btn-close:after {
	color:#fff;
	content:"\f00d";
	font-family:"FontAwesome!important";
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
}
.btn-close:hover:after {
	color: #34B484;
}*/
.btn-cancel{     color: #fff!important;
    position: absolute;
    top: 4%;
    right: 4%;
    cursor: pointer;
    font-size: 30px; }
/*overlay*/
.overlay {
	display:none;
	position:fixed;
	top:0;
	height:100%;
	width:100%;
	background:#333;
	overflow:auto;
	z-index:99;
}
.wrap {
	color:#e9e9e9;
	text-align:center;
	max-width:90%;
	margin:0 auto;
}
.menu{ margin-top:100px; }
.wrap ul.wrap-nav {
	border-bottom:1px solid #575757;
	text-transform:capitalize;
	/*padding:150px 0px 100px;*/
    text-align: left;
}
.wrap ul.wrap-nav li {
	font-size:18px;
	display: inline-block;
	vertical-align:top;
	width:24%;
	position:relative;
    text-align: left;
}
.wrap ul.wrap-nav li a {
	color:#fff;
	display:block;
	padding:8px 0;
	text-decoration:none;
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
}
.wrap ul.wrap-nav li a:hover {
	color:#f0f0f0;
}
.wrap ul.wrap-nav ul {
	/*padding:20px 0;*/
    margin-bottom: 25px;
}
.wrap ul.wrap-nav ul li {
	display:block;
	font-size:18px;
	width:100%;
	color:#e9e9e9;
}

.wrap ul.wrap-nav ul li a {
	color:#cbcbcb;
    transition: .3s linear;
}
.wrap ul.wrap-nav li ul li a:hover {
	 transition: .3s linear;
    transform: translateX(5px);
}
 
.wrap ul.wrap-nav ul li a:hover {
	color:#fff;
}
.social {
	font-size:25px;
	padding:20px;
}
.social p {
	letter-spacing: 1.1px;
	font-size:13px;
}
.social p a {
	color:#34B484;
	text-decoration:none;
	margin:0;
	padding:0;
}
.social-icon {
    width: 45px;
    height: 45px;
    font-size: 22px;
    line-height: 45px;
    background: #e9e9e9;
    color: #333;
    display: inline-block;
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
}
.social-icon:hover {
	background:#7d7e7e;
	color:#f0f0f0;
}
.btn-home{ position: absolute; top:4%; left:4%;color: #fff;
    font-size: 28px; }
.menu .bottom-line a:hover{ text-decoration: none!important; }

#homepage .navbar, #homepage .page-name{ display:none;}
.navbar{ display: none; }
.nav-ul li a {
    text-decoration: none;
    color: #707070;
    font-weight: 500;
    font-size:16px;
    text-transform: uppercase;
}
.nav-ul li a:hover{
    font-weight: 600;
}
.header-left {
    display: flex;
    justify-content: end;
    position: fixed;
    right: 0;
    z-index: 1;
    background: #ffffffad;
}
.header-right {
    display: flex;
    justify-content: end;
    position: fixed;
    left: 0;
    z-index: 1;
    background: #ffffffad;
}
.hover-line {
    position: relative;
    text-decoration: none;
    display: inline-block;
    color: black;
    padding: 0 1px;
    transition: color ease 0.3s;
}
  
.nav-ul{    list-style: none;
    display: flex;
    padding: 0;
    margin-bottom: 0px;
}
.header-right .nav-ul{ padding-left: 20px!important; }
.nav-ul li a:before{ 
    content: "";
    width: 1px;
    height: 34px;
       background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(147,147,147,1) 50%,rgba(0,0,0,0) 100%);
    display: block;
    left: 0;
    position: relative;
    display: inline-flex;
    top: 0px;
    margin: 0px 12px;
}
.nav-ul li:first-child a:before{ visibility:hidden; }
/*.header-right .nav-ul li:first-child a:before{ visibility:hidden; }*/



header{
	width:100%; 
	background:transparent; 
	/*height:50px; 
	line-height:50px;*/
}
.hamburger{
    background:#ffffffeb;
    position: fixed;
    top: 0;
    right: 0;
    line-height: 44px;
    padding: 0px 15px 2px 15px;
    color: #000;
    border: 0;
    font-size: 1.6em;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    z-index: 9;
}
.hamburger:focus{ outline:none; }
.cross{
    background: none;
    position: fixed;
    top: 0px; 
    right: 0;
    padding: 0px 15px 0px 15px;
    color: #000;
    border: 0;
    font-size: 3em;
    height: 39px;
    line-height: 58px;
    font-weight: bold; 
    cursor: pointer;
    outline: none; 
    display: none;
    z-index: 10;
}
/*header button:focus{ outline: none;}
.menu{z-index:1; font-weight:bold; font-size:0.8em; width:100%; background:#131313;  position:fixed; text-align:center; top: 39px; left: 0;
    right: 0; display:none;}
.menu ul {margin: 0; padding: 0; list-style-type: none; list-style-image: none;}
.menu li {display: block;   padding:15px 0 15px 0; border-bottom:#1d1f20 1px solid;}
.menu li:hover{display: block;    background:#181818; padding:15px 0 15px 0; border-bottom:#1d1f20 1px solid;}
.menu ul li a { text-decoration:none;  margin: 0px; color:#fff!important;    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px; }
.menu ul li a:hover {  color: #fff; text-decoration:none;}
.menu a{text-decoration:none; color:white;}
.menu a:hover{text-decoration:none; color:white;}*/



.glyphicon-home{
  color:white; 
  font-size:1.5em; 
  margin-top:5px; 
  margin:0 auto;
}




.btn-nav, .btn-nav-reverse{  padding: 3px 10px;
    font-family: SandeMore-Bold;
    font-size: 1.4rem;
    letter-spacing: 2px;  color: #707070!important;
    font-weight: 500;
    text-transform: uppercase; }
.btn-nav:hover, btn-nav-reverse:hover{ text-decoration: none; }
/*.btn-nav:before{ 
    content: "";
    width: 100px;
    height: 16px;
    background-color: #dbdbdb;
    left: 0;
    position: relative;
    display: inline-flex;
    top: 0px;
    margin: 0px 12px; 
}
.btn-nav-reverse:after{ content: "";
    width: 100px;
    height: 16px;
    background-color: #dbdbdb;
    right: 0;
    position: relative;
    display: inline-flex;
    top: 0px;
    margin: 0px 12px; }*/

.header-right .btn-nav:before{ display:none;}

.btn-arrow{ position: absolute; top: 45%; z-index:1; }
.prev-arrow{ left: 0%; }
.next-arrow{ right: 0%; }

.arrow1{    position: absolute;
    top: 51.4%;
    left: 0%;
    width: 90px;
    height: 90px;
    cursor: pointer;}
.arrow2{    position: absolute;
    top: 51.4%;
    right: 0%;
    width: 90px;
    height: 90px;
    cursor: pointer;}

.home-page{ background-image: url(../images/bg-fura.jpg); background-size: contain; background-position: center; height: 100vh; }
.home-section{ position:relative; }
.home-overlay{ 
    /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
    text-align: center;
    display: flex;
    justify-content:center;
    align-items: center;
    width: 80%;
    margin: 0 auto;
}
.border-v{    margin: 0px 30px; }


.home-overlay h1{  font-size: 4rem; font-family: SandeMore-Bold;letter-spacing: 5px; line-height: 65px;  display: flex; align-items: center;}
.home-overlay .theme-title a{ font-weight: 400; color: #000!important; }
.home-overlay .theme-title a:first-child img{ -webkit-animation: bounceLeft 2s infinite;
  animation: bounceLeft 2s infinite; }
.home-overlay .theme-title a:last-child img{ -webkit-animation: bounceRight 2s infinite;
  animation: bounceRight 2s infinite; }

.home-overlay a:hover{ text-decoration:none;} 

.home-overlay div:first-child { text-align:right; justify-content: end; display: flex;}
.home-overlay div:last-child { text-align:left;display: block; justify-content: start; }

/*.home-overlay div:first-child:hover{ transform:translateX(-30px); transition:.4s ease-in; }
.home-overlay div:first-child:hover .home-overlay .theme-title a:first-child img{ animation:none;}

.home-overlay div:last-child:hover{ transform:translateX(30px); transition:.4s linear; }*/

.outer {
  width: 1px;
  height: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
}
.inner {
  position: absolute;
  width:100%;
  height: 40%;
  background: grey;
  top: 30%;
  box-shadow: 0px 0px 30px 20px grey;
}
.fixed-top{left:auto;}


.nav-ul .active {
    color: #000!important;
    font-weight:600!important;
}





.switch-tracing {
	 background-image: url(
	../images/Fura_TracingBack_BG1.png);
     background-size:cover;
     width:100%;
     height:100vh;
}
.switch-charging {
	 background-image: url(
	../images/Fura_ChargingAhead_Home.jpg);
     background-size:cover;
     width:100%;
     height:100vh;
}
.switch-charging .emerald-img{position: absolute; top: 24%; right: 10%;}
.switch-charging .emerald-img img{ width:420px; }


/* animation styles */
@keyframes fadeIn {
	0% { opacity: 0; }
	20% { opacity: 0; }
	60% { opacity: 1; }
	100% { opacity: 1; }
}

.fadeInClass {
	animation-name: fadeIn;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: linear;
}






.tracing-back-d {
	 background-image: url(
	../images/tracing-back/Fura_TracingBack_BG2.jpg);
     background-size:cover;
     background-position: center;
     width:100%;
     height:100vh;
}
.tracing-back-nav {
	 background-image: url(
	../images/tracing-back/Fura_TracingBack_WhoWeAre_BG2.jpg);
     background-size:cover;
     background-position: center;
     width:100%;
     height:100vh;
}


.charging-ahead-d {
	 background-image: url(
	../images/charging-ahead/Fura_ChargingAhead_BG.jpg);
     background-size:cover;
     background-position: center;
     width:100%!important;
     height:100vh;
}
.charging-ahead-nav {
	 background-image: url(
	../images/charging-ahead/Fura_ChargingAhead_Ambition-BG_2.jpg);
     background-size:cover;
     background-position: center;
     width:100%;
     height:100vh;
}




.fura-banner1 .section, .fura-banner2 .section{ height:100vh; position:relative; }
.section{ transition:.3s linear; }
.tracing-banner{  background-size:cover;
     width:100%;
     height:100vh; }
.tracing-banner1 {
     background-image: url(../images/Fura_TracingBack_BG3.png); }
.tracing-banner2 {  background-image: url(../images/tracing-back/WhoWeAre.jpg); }
.tracing-banner3 { background-image: url(../images/tracing-back/principle.jpg); }
.tracing-banner4 { background-image: url( ../images/tracing-back/Purpose.jpg); }
.tracing-banner5 { background-image: url(../images/tracing-back/Vision.png); }
.tracing-banner6 { background-image: url(../images/tracing-back/TracingBack-Growth.jpg); }


.charging-banner1 {
     background-image: url(
	../images/charging-ahead/Fura_ChargingAhead_BG3.jpg);
     background-size:cover;
     width:100%;
     height:100vh;
}
.charging-banner2 {
     background-image: url(
	../images/charging-ahead/Fura_ChargingAhead_Ambition.jpg);
     background-size:cover;
     width:100%;
     height:100vh;
}
.charging-banner3 {
     background-image: url(
	../images/charging-ahead/ChargingAhead-Principle.jpg);
     background-size:cover;
     width:100%;
     height:100vh;
}
.charging-banner4 {
     background-image: url(
	../images/charging-ahead/ChargingAhead-Technology.jpg);
     background-size:cover;
     background-position: bottom;
     width:100%;
     height:100vh;
}
/*.page-heading{    position: absolute;
    left: 50%;
    top: 20%;
    transform: translate(-50%,-50%);
}*/
.page-heading img{    width: 200px;}
.page-heading h1{  font-size: 3.8rem; font-family: SandeMore-Bold; letter-spacing: 8px; } 
.page-heading h4{  font-family: SandeMore-Bold; letter-spacing: 8px; }
.page-heading a:hover { text-decoration:none; }
.lightbox .page-heading h3{  font-family: SandeMore-Bold; text-align:center; letter-spacing: 4px; }


#more_text1, #more_text2, #more_text3, #more_text4 {
  display: none;
}





@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-300px);
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(300px);
  }
  to {
    opacity: 1;
  }
}

  
 .page-title{      position: absolute;
    bottom: 5%;
    right: 5%;
    text-align: end;
    width: 72%;
    color:#000;
    font-weight: 500;
    animation: fadeInLeft 1s ease-in-out;
 }
 .page-title-r {
    position: absolute;
    bottom: 5%;
    left: 5%;
    text-align: left;
    width: 72%;
    color: #000;
    font-weight: 500;
    animation: fadeInRight 1s ease-in-out;
}
 .page-title p{ width:50%; float:right; }
 .page-title-r p{ width:50%; float:left; }

 .page-title h4,  .page-title-r h4{   font-size: 3.5rem; margin-bottom:30px;
    font-family: SandeMore-Bold; }
 .page-title a, .page-title-r a{    text-transform: inherit;
    font-weight: 600;
    color: #b32323!important;}
 .tracing-banner1 .page-title{ bottom: 32%; }
 .charging-banner1 .page-title-r{ bottom: 32%; }

.heading {
    position: absolute;
    z-index: 500;
    top: 45%;
    left: -14%;
}
.heading-right {
    position: absolute;
    z-index: 500;
    top: 45%;
    right: -14%;
}
.heading h4, .heading-right h4{text-align: end;
    font-size: 3rem;
    color:#000;
    font-family: SandeMore-Bold;
    /*text-transform: uppercase;
    letter-spacing: 2px;*/
}
.heading-right h4{text-align: left;}

.logo{ width:200px;}

 .side-panel-footer-left{      position: absolute;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    z-index: 0;
    right: 0;
    color:#000;
    bottom: 10px; }
  .side-panel-footer-right{      position: absolute;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    z-index: 0;
    left: 0;
    color:#000;
    bottom: 10px; }

 .side-panel-footer-left p, .side-panel-footer-right p{    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 6px;
    margin-bottom: 3px;
    font-weight: 600;
    color: #000000;}

.mine-travel{ position: fixed; z-index: 6; top: 0; padding-left: 10px;}
.mine-travel2{ position: fixed; z-index: 6; right: 4%; top:0; padding-left: 10px; }
.mine-travel a, .mine-travel2 a{ color: #403f3f;
    font-weight: 700;}
.mine-travel a img, .mine-travel2 a img{    width: 50px;}
.mine-travel ul, .mine-travel2 ul{ list-style:none; display:flex;  padding-left: 0px; }

.arrow-down{position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10%;}
.arrow-down span{
    display: block;
    width: 20px;
    height: 20px;
    border-bottom: 5px solid #b32323;
    border-right: 5px solid #b32323;
    transform: rotate(45deg);
    margin: -10px;
    animation: animate 2s infinite;
}
.arrow-down span:nth-child(2){
    animation-delay: -0.2s;
}
.arrow-down span:nth-child(3){
    animation-delay: -0.4s;
}
@keyframes animate {
    0%{
        opacity: 0;
        transform: rotate(45deg) translate(-20px,-20px);
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        transform: rotate(45deg) translate(20px,20px);
    }
}

/*footer*/
.footer-left{     position: fixed;
    bottom: 0px;
    left: 0%;
    z-index: 9;
    width: 100%;
    /*right: 0;*/
    padding: 15px; background:#ffffff96;}
.footer-right{ position: fixed; bottom: 0; right:0%;z-index: 9;padding: 15px; background:#ffffff96; }
.footer-right .footer-mobile{  width: 100%;}
.footer-left .footer-mobile{ width: 100%; }
.footer small{ color: #2e2e2e;
    font-weight: 600;
    letter-spacing: 0.7px; padding: 0px 8px;}
.social-icons ul{ padding-left:0px; display:flex; margin-bottom:0px;}
.social-icons li{     list-style: none;
    background: #606060;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 5px; }
.social-icons li a{ color:#fff!important; }
.footer-desktop{ display:block; }
.footer-mobile{ display:none;}

.social-contact ul{ list-style:none; margin-bottom:0px;}
.social-contact li{width: auto;
    background: transparent;
    border: 1px solid #444;
    border-radius: 0px;
    padding: 0px 10px;
    font-weight: 600;
}
.social-contact li a{ color:#000; font-weight:600; font-size:0.8rem; }
.fade-in{
  opacity: 0;
}






/*mine travel*/
.mine-travel-bg{
     background-image: url(
	../images/mine-travel/Fura_MineTravel_Home-BG.jpg);
     background-size: cover;
     background-position: top;
     height: 100%;
     position:relative;
}
.nav-center{ text-align: center; font-size: 1.2rem; background:#fff;position: fixed;
    top: 0;
    left: 50%;
    color: #000;
    transform: translateX(-50%);
    box-shadow:0px 0px 4px rgb(0 0 0 / 30%);
    z-index:1;     padding: 5px 15px;
}
.nav-center a{color: #000; font-family: SandeMore-Bold; letter-spacing: 2px;}
.nav-center a:hover.nav-center a img{ transform:translateX(-5px); transition:.3s; }
.nav-center a img{ width: 10px; margin: 0px 8px 4px;}


.card-mine-travel h1, 
.card-mine-travel h5{ font-family: SandeMore-Bold; text-transform:uppercase; text-align:center; margin-bottom: 0px; color:#000; }
.card-mine-travel:hover{ text-decoration:none; }
.card-mine-travel .mine-img{ position:relative; margin-top: 30px; }
.card-mine-travel .emerald-r img, .card-mine-travel .emerald-m img{     /*border-radius: 15px;
    position: absolute;
    left: 50%;
    top: 94%;
    transform: translate(-50%,-50%);*/ margin-top: -65px; }
.card-mine-travel{ position:relative;}
.heartToheart .emerald-rotate{    position: absolute;
    left: 50%;
    top: 99%;
    transform: translate(-50%, -50%);
}
.heartToheart .emerald-rotate img{ width:70px;}
/*.card-mine-travel .mine-img::before {
    content: "";
    display: block;
    width: 86%;
    height: 86%;
    position: absolute;
    border: 1px solid #ddddddb0;
    margin: 0 auto;
    text-align: center;
    border-radius: 15px;
    margin: 22px;
}*/

.emerald-rotate {
	perspective: 500px;	
	/*display: flex;
	justify-content: center;
	align-items: center;
    position: absolute;
    bottom: -8%;*/
    width: 100%;
}

.emerald-r {
	transform: rotateY(45deg);
	animation: rotateAnimation 2s linear infinite;
    /*background:#fff;
    color:#000;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;*/
}

@keyframes rotateAnimation {
	from {transform: rotateY(360deg);}
	to {transform: rotateY(0deg);

	}
}

.mine-img{ position:relative;  /*width: 330px;  height: 310px; border-radius:15px; margin: 0 auto;*/ }
.mine-img{ text-align:center; }
.mine-img1{
     background-image: url(
	../images/mine-travel/Australia/Australia.JPG);
     background-size:cover;
}
.mine-img2{
     background-image: url(
	../images/mine-travel/Mozambique/mozambique-mine-travel.JPG);
     background-size:cover;
}
.mine-img3{
     background-image: url(
	../images/mine-travel/Columbia/columbia.jpeg);
     background-size:cover;
}
.mine-aus-bg{
     background-image: url(
	../images/OurMines_Australia_Header-a.jpg);
     background-size: cover;
     background-position: top;
     height: 100vh;
     position:relative;
}
.mine-aus-map{    position: absolute;
    top: 66%;
    left: 19%;
    width: 25%;
    transform: translate(-50%,-50%); }
.mine-columbia-bg{
     background-image: url(
	../images/MineTravel-Colombia-.jpg);
     background-size: cover;
     background-position: top;
     height: 100vh;
     position:relative;
}
.mine-mozambique-bg{
     background-image: url(
	../images/mine-travel/Mozambique/OurMines_Monzambique_withmap.jpg);
     background-size: cover;
     background-position: 24%;
     height: 100vh;
     position:relative;
}
.mine-columbia-map img{    position: absolute;
    right: -5%;
    top: 66%;
    width: 24%;
    transform: translate(-50%, -50%);
}
.heart-inner-card{align-items: center; padding-top:20px; padding-bottom:20px;}
.heart-australia-bg{
     background-image: url(
	../images/heart-to-heart/Australia/Fura_HeartToHeart_Australia-bg.jpg);
     background-size: cover;
     background-position: bottom;
     height: 100vh;
     position:relative;
}
.heart-moz-bg{
     background-image: url(
    ../images/heart-to-heart/Mozambique/Fura_HeartToHeart_Mozambique.jpg);
     background-size: cover;
     background-position: bottom;
     height: 100vh;
     position:relative;
}
.heart-colom-bg{
     background-image: url(
    ../images/heart-to-heart/Colombia/Fura_HeartToHeart_Colombia.jpg);
     background-size: cover;
     background-position: bottom;
     height: 100vh;
     position:relative;
}
.page-suheading{ position:absolute; top:92%; left:50%; transform:translate(-50%,-50%);  width: 80%;
    text-align: center;}
.page-suheading h2{ font-size:1.8rem; }

.banner-title{ color:#fff; position:absolute; bottom: 10px;
    width: 50%; }
.banner-title h1{ font-family: SandeMore-Bold; letter-spacing: 2px; font-size:4rem; }
.banner-title p{ color: #d6d9d8; }
.page-description{ padding:20px 0px;}

.description-col-bg{
     background-image: url(
	../images/mine-travel/Columbia/columbia-banner.jpeg);
     background-size: cover;
     background-position: top;
     height: 32vh;
     position:relative;
     margin-bottom: 6%;
}
.description-col-bg img{      position: absolute;
    width: 200px;
    right: 4%;
    bottom: -30%;}

   
.description-aus-bg{
     background-image: url(
	../images/mine-travel/Australia/OurMines_Australia_secondary.jpg);
     background-size: cover;
     background-position: center;
     height: 32vh;
     position:relative;
}
.description-moz-bg{
     background-image: url(
	../images/mine-travel/Mozambique/OurMines_Mozambique_Secondary.jpeg);
     background-size: cover;
     background-position: center;
     height: 32vh;
     position:relative;
}


  /*heart to heart*/
.hearttoheart-bg{
     background-image: url(
	../images/heart-to-heart/heart-to-heart-bg.jpg);
     background-size: cover;
     background-position: top;
     height: 100%;
     position:relative;
}
.heartToheart .side-panel-footer-left p{    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 6px;
    margin-bottom: 3px;
    font-weight: 600;
    color: #fff!important;}

.heart-img{ width: 300px;
    height: 300px;
    border-radius: 50%;
    margin: 0 auto; 
   -webkit-transition:all 1s ease;
   -moz-transition:all 1s ease;
   -o-transition:all 1s ease;
	transition:all 1s ease;
}
.heart-img1{
     background-image: url(
	../images/heart-to-heart/Australia/australia.JPG);
     background-size:cover; background-position: center;
}
.heart-img2{
     background-image: url(
	../images/heart-to-heart/Mozambique/mozambique.jpeg);
     background-size:cover; background-position: center;
}
.heart-img3{
     background-image: url(
	../images/heart-to-heart/Colombia/colombia.jpg);
     background-size:cover; background-position: center;
}
.heart-overlay{    
   padding-bottom: 120px;
}
.card-heart{    text-align: center;
    color: #fff; }
.card-heart h2{ 
    font-family: SandeMore-Bold;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-size: 2.2rem;
    letter-spacing: 4px;
    border: 1px solid #fff;
    border-radius: 15px;
    margin: 0px;
    padding: 10px 15px 5px;
    /*width: 80%;*/
    margin: 0 auto;
 }
.card-heart:hover{ text-decoration:none; }
.card-heart .heart-img{ position:relative; margin-top: 30px; }
.card-heart .heart-img img{ border-radius: 15px; }
.card-heart{ position:relative;}
.card-heart .heart-img::before {
    content: "";
    display: block;
    width: 90%;
    height: 90%;
    position: absolute;
    border: 1px solid #ddddddb0;
    /* top: 20px; */
    /* left: 20px; */
    margin: 0 auto;
    text-align: center;
    border-radius: 50%;
    margin: 16px;
}
.heart-img {
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.heart-img:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

.page-heading h3{ letter-spacing: 3px; }
.page-heading h3{ font-family: SandeMore-Bold;}

.page-heading h3 {
    font-size: 2.8rem;
    letter-spacing: 5px;
}
.page-heading h5{ font-size: 1.4rem;}


#lightbox-img .heart-inner-card a {    position: relative;
    display: block;
    z-index: 2;}

.h-inner-bg { background-size:cover; background-position: center;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    margin: 0 auto;
    outline: solid 3px #999;
    outline-offset: 18px;
    position: relative;
}

.h-inner-bg .gallery{    color: #fff;
    background: #999;
    position: absolute;
    bottom: -14%;
    left: 50%;
    transform: translateX(-50%);
    padding: 2px 12px;
    width: 130px;
    text-align: center;
    z-index: 3;
    cursor:pointer;
    font-weight: 600;
    border-radius: 14px;}
.h-inner-bg .lightbox{    position: relative; text-align: center;}
.h-aus1 { background-image: url(../images/heart-to-heart/Australia/meals_on_wheels.jpg); }
.h-aus2 { background-image: url(../images/heart-to-heart/Australia/newsletter.jpg); }
.h-aus3 { background-image: url(../images/heart-to-heart/Australia/Fossicking.jpg); }
.h-aus4 { background-image: url(../images/heart-to-heart/Australia/upgrading_tech.JPG); }
.h-aus5 { background-image: url(../images/heart-to-heart/Australia/Honing_gemstone1.JPG); }
.h-aus6 { background-image: url(../images/heart-to-heart/Australia/encouraging_arts_and_sports1.jpg); }         
.h-aus7 { background-image: url(../images/heart-to-heart/Australia/aiding_miners.JPG); }
.h-aus8 { background-image: url(../images/heart-to-heart/Australia/protecting_environment.jpg); }


.h-moz1 { background-image: url(../images/heart-to-heart/Mozambique/recreational_sports.jpg); }
.h-moz2 { background-image: url(../images/heart-to-heart/Mozambique/primary_school.jpg); }
.h-moz3 { background-image: url(../images/heart-to-heart/Mozambique/Emloyinglocals.jpg); }
.h-moz4 { background-image: url(../images/heart-to-heart/Mozambique/transport_and_allowance.JPG); }
.h-moz5 { background-image: url(../images/heart-to-heart/Mozambique/RestorationoftheTopSoil.JPG); }

.h-colom1 { background-image: url(../images/heart-to-heart/Colombia/FURA_Academy.jpg); }
.h-colom2 { background-image: url(../images/heart-to-heart/Colombia/Women_Wash_Plant.jpg); }
.h-colom3 { background-image: url(../images/heart-to-heart/Colombia/Youth_Scholarship_programmes.JPG); }
.h-colom4 { background-image: url(../images/heart-to-heart/Colombia/FURA_agricultural_Projects.jpg); }
.h-colom5 { background-image: url(../images/heart-to-heart/Colombia/Scientific,safe_mining.jpg); }
.h-colom6 { background-image: url(../images/heart-to-heart/Colombia/Reforestation.JPG); }

.h-inner-bg .icon-overlay{
  background: rgba(0,0,0,.5);
  position: absolute;
  margin: auto;
  width: 0px;
  height: 0px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.h-inner-bg:hover .icon-overlay{
  opacity: 1;
  width: 100%;
  height: 100%;
}
.icon-overlay span{ opacity:0; }
.h-inner-bg:hover .icon-overlay span{
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 35px!important;
}


.banner-sub-heading{ font-family: SandeMore-Bold; }



.hth-subheading {
     border: 1px solid #fff;
    /* display: inline; */
    border-radius: 10px;
    padding: 16px 70px 0px;
    /* margin-bottom: 0px; */
    /* position: absolute; */
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    font-size: 4rem;
    font-family: SandeMore-Bold;
    letter-spacing: 8px;
    margin: 0 auto;
    text-align: center;
    /* justify-content: right; */
 
}

.founder-team1 h4{font-size: 4rem!important;}
.founder-team1{
position: absolute; transform: translate(-50%, -50%); left: 0%; top: 50%; text-align: center; z-index:0;}
.team-1{ background-image: url(../images/our-team/Dev.jpg);
           background-size: cover;
    background-position-y: 26%;
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    height: 100%;
    padding: 30px;
    /*border-left: 1px solid #2a2828;*/
   
}
.team1 .team-description2{ height: 48vh; }
.team-2{ background-image: url(../images/Gaurav.jpg);
            background-size:cover; background-position: right; width:100%;padding: 30px;
 }
.team-3{ background-image: url(../images/our-team/MichaelK.jpg);
            background-size:cover; background-position: right; width:100%; padding: 30px;
 }

.core-team1{ background-image: url(../images/our-team/core-team/Dev.jpg); }
.core-team2{ background-image: url(../images/our-team/core-team/Ashim.jpg); }
.core-team3{ background-image: url(../images/our-team/core-team/Rupak.jpg); }
.core-team4{ background-image: url(../images/our-team/core-team/Sumit.jpg); }

.team-4{ background-image: url(../images/our-team/Dibya.jpg); }
.team-5{ background-image: url(../images/our-team/Minati.jpg); }
.team-6{ background-image: url(../images/Yogi-vichare-Mobile.jpg); }
.team-7{ background-image: url(../images/our-team/Rahul.jpg); }
.team-8{ background-image: url(../images/our-team/Chandra.jpg); }
.team-9{ background-image: url(../images/our-team/Najah.jpg); }
.team-10{ background-image: url(../images/our-team/Sanjay.jpg); }
.team-11 { background-image: url(../images/our-team/KMG_Stephen.jpg); }
.team-avatar{ background-size: cover; background-position: top; background-repeat: no-repeat; text-align:center;
            width:100%; position:relative; height:100vh;    margin-top: 30px; }
.team-caption{      padding-top: 0%;
    padding-left: 5%;
    padding-right: 5%;
    color: #efefeffc;
    position: absolute;
    bottom: 0;
    top: 53%;
    text-align: left; }
/*.team-caption{ position:absolute;
    top: 33%; padding: 30px; color:#fffffffc; }*/
/*.team-caption:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: linear-gradient(0deg, rgb(49 49 49 / 0%), rgb(6 6 6 / 17%));
}*/
.team-caption{    /*background:linear-gradient(153deg, rgb(49 49 49 / 0%), rgb(6 6 6));*/
    color: #f1f1f1;
    width: 100%;
    transition: .5s ease;
    opacity: 1;
}
.ourTeam p{ float:left;}
.ourTeam h4{ font-size:2.4rem;font-family: SandeMore-Bold; }
.team-caption h5, .ourTeam h5{ font-family: SandeMore-Bold;    margin-bottom: 25px;
    font-size: 1.2rem; }
.team-caption{    margin-bottom: 10px;}
.ourTeam h3 {
    font-family: SandeMore-Bold;
    margin-bottom: 50px;
    font-size: 1.3rem;
    letter-spacing: 1px;
}
.ourTeam h2{    font-family: SandeMore-Bold;
    font-size: 2.6rem;
    letter-spacing: 3px;}

.team-description{ height: 61vh;  overflow-y: auto;  padding-right: 10px;}
.team-description2{ height: 30vh;  overflow-y: auto; padding-right: 10px;}


.hover-line, .mine-travel span, 
.mine-travel2 span, .nav-ul li span{
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.hover-line::after, .mine-travel span::after, 
.mine-travel2 span::after, .nav-ul li span::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  border-radius: 5px;
  height: 2px;
  bottom: 0;
  left: 0;
  background: currentcolor;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.hover-line:hover::after, .mine-travel span:hover::after, 
.mine-travel2 span:hover::after, .nav-ul li span:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}





/*gems of fura*/
.bg-colombia-gems{ background-image: url(../images/our-gems/Colombia/banner.jpg);
            background-size:cover; background-position: top; width:100%;
 }
.bg-australian-gems{background-image: url(../images/our-gems/Australia/banner.jpg);
            background-size:cover; background-position: top; width:100%; }
.bg-mozambique-gems{ background-image: url(../images/our-gems/Australia/banner.jpg);
            background-size:cover; background-position: top; width:100%;}
.gems-img{ position:relative; border-radius: 15px;}
.gems-img img{ border-radius: 15px; }
.gems-img:before{     content: "";
    display: block;
    width: 90%;
    height: 86%;
    position: absolute;
    border: 1px solid #939393b0;
    margin: 0 auto;
    text-align: center;
    border-radius: 15px;
    top: 7%;
    left: 5%; }



/*contact us*/
.contactUs h2{     font-family: SandeMore-Bold;
    letter-spacing: 2px;
    text-align: center;
}
.contactUs h5{     font-weight: 600;
    color: #55615f;
    font-size: 1.2rem;
    margin-bottom: 20px; }
.contactUs table tr td i{    background: #ababab;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    border-radius: 50%;
    margin: 6px;}
.contact-map{ width:70px;     padding-bottom: 110px;}
.form{ margin: 0 auto;    width: 70%; padding: 40px;}
.form .form-control, .form1 .form-control{
    height: 50px; border-radius:0px;
}
.contact-box p{ 
    text-align: left; }
.contact-address{ height: 15vh; }

.contact-box{     padding-bottom: 15px; }
table tr td a{ font-size: 1rem; font-family: 'Lato'; color:#000; }
table tr td a:hover{ text-decoration:none;}

.map-dubai{ width:155px; }

.box1{ 
    position:relative;
    background: lightgray;
    background: linear-gradient(black, black) bottom left / 100% 0px, linear-gradient(black, black) bottom left / 0px 100%, linear-gradient(black, black) top left / 22% 1px, linear-gradient(black, black) top right / 22% 1px, linear-gradient(black, black) top right / 0px 100%;

    background-repeat: no-repeat;
    border-radius: 5px;
    border: 1px solid #000;
    border-top:none;
}
.box2{ 
    position:relative;
    background: lightgray;
    background: linear-gradient(black, black) bottom left / 100% 0px, linear-gradient(black, black) bottom left / 0px 100%, linear-gradient(black, black) top left / 30% 1px, linear-gradient(black, black) top right / 30% 1px, linear-gradient(black, black) top right / 0px 100%;

    background-repeat: no-repeat;
    border-radius: 5px;
    border: 1px solid #000;
    border-top:none;
}

 
 .no-background {
	 position: relative;
	 overflow: hidden;
     margin-top: -25px;
     margin-bottom: 30px;
}
.no-background span {
	 display: inline-block;
	 vertical-align: baseline;
	 zoom: 1;
	 display: inline;
	 vertical-align: auto;
	 position: relative;
	 padding: 0 20px;
}
/*.no-background span:before, h2.no-background span:after {
	 content:'';
	 display: block;
	 width: 1000px;
	 position: absolute;
	 top: 0.73em;
	 border-top: 1px solid #767676;
}
 .no-background span:before {
	 right: 100%;
}
 .no-background span:after {
	 left: 100%;
}*/


 /*career*/

.career h2{    font-size: 3rem;font-family: SandeMore-Bold; }
.career ul{ padding:0px; }
.career ul li{     list-style: none;
    border: 1px solid #00000021;
    border-radius: 5px;
    /* text-align: center; */
    /* display: grid; */
    margin-right: 15px;
    padding: 12px;
    position: relative;
    /* height: 150px; */
    padding-left: 45px;
    margin-left: 30px;
    margin-bottom: 20px;
    background: #fff;
}
.career ul li a{    color: #000; text-align: center; 
    margin-bottom: 5px;
}
.career ul li img{     position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation:glide 2s ease-in-out alternate infinite;
}
@-webkit-keyframes glide {
    from {top:0px; }
    to { top:8px; }
}
.miners-img{ z-index: 1;}
.miners-img img{    float: right;
        width: 440px;}
.career-block{
   position: relative;
    margin-left: -4%;
    /* border: 2px solid #fff; */
    /* border-left: none; */
    /* border-top-right-radius: 20px; */
    /* border-bottom-right-radius: 20px; */
    margin-bottom: -2px;
}
.career-caption{
       /* position: absolute; */
    /* top: 0; */
    /* bottom: 0px; */
    /* left: 33%; */
    /* width: 50%; */
    border: 2px solid #fff;
    /* border-left: none; */
    border-radius: 20px;
    /* border-bottom-right-radius: 20px; */
    padding: 60px;
    /* padding-bottom: 0px; */
    padding-left: 12%;
    margin-left: -7%;
    
    max-height: 490px;
    height: 490px;
    width: 100%; }

.file {
  visibility: hidden;
  position: absolute;
}
.input-group-text{ border-radius:0px;}
.career-banner {
	 background-image: url(../images/career-bg.png);
     background-size: auto;
     background-repeat:no-repeat;
     background-position: top;
     width:100%;
     height:auto;
     position:relative;

}
.miners-block{     
    /*position: absolute;*/
    bottom: 1px;
    /*left: 50%;*/
    /*width: 80%;*/
    margin: 0 auto;
    z-index:0;
    /*transform: translateX(-50%);*/

}
.modal h4{ font-family: SandeMore-Bold; }
.modal-header a{    font-size: 1.6rem;
    position: absolute;
    right: 15px;
    top: 3px; cursor: pointer;}

.team-description::-webkit-scrollbar-track, .team-description2::-webkit-scrollbar-track {
   -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    border-radius: 14px;
    background-color: #a59f9f!important;
    margin-left:10px;
}

.team-description::-webkit-scrollbar, .team-description2::-webkit-scrollbar  {
    width: 2px!important;
    height: 2px;
    background-color: #000000!important;
}

.team-description::-webkit-scrollbar-thumb, .team-description2::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    background-color: #ffffff!important;
}

.overlay::-webkit-scrollbar-track, .team-description2::-webkit-scrollbar-track {
   -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    border-radius: 14px;
    background-color: #a59f9f!important;
    margin-left:10px;
}

.overlay::-webkit-scrollbar, .team-description2::-webkit-scrollbar  {
    width: 2px!important;
    height: 2px;
    background-color: #000000!important;
}

.overlay::-webkit-scrollbar-thumb, .team-description2::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    background-color: #ffffff!important;
}



#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}



@-webkit-keyframes bounceLeft {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  60% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
}
@-moz-keyframes bounceLeft {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(10px);
  }
  60% {
    transform: translateX(15px);
  }
}
@keyframes bounceLeft {
  0%,
  20%,
  50%,
  80%,
  100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  60% {
    -ms-transform: translateX(15px);
    transform: translateX(15px);
  }
}
/* /left bounce */


/* right bounce */
@-webkit-keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  60% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}
@-moz-keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-10px);
  }
  60% {
    transform: translateX(-15px);
  }
}
@keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  60% {
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}
/* /right bounce */






figure {
	/*width: 300px;
	height: 200px;
	margin: 0;
	padding: 0;
	background: #fff;*/
	overflow: hidden;
     margin: 0 0 0rem;
}
figure:hover+span {
	bottom: -36px;
	opacity: 1;
}

/* Shine */
/*.shine-hover figure {
	position: relative;
}
.shine-hover figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.shine-hover figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}*/


/*.modal{display:none;position:fixed;z-index:10;padding-top:100px;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgba(0,0,0,0.7);}
.caption,.modal-content{margin:auto;display:block; max-width:1200px;}
.caption,.modal-content{-webkit-animation-name:zoom;-webkit-animation-duration:.6s;animation-name:zoom;animation-duration:.6s}
.close{    position: absolute;
    top: 4%;
    right: 4%; color:#fff;
    opacity: 1; }
.close .material-symbols-outlined{ font-size:35px;}*/



/*media*/

.bg-media{ background-image: url(../images/our-gems/Australia/banner11.jpg); background-size:cover; background-position: top; width:100%; height:20vh; }
.img-calendar img{ width:48px; margin-right:15px; }
.img-calendar{ position:relative; }
.media-block h2{  font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;    margin-bottom: 0px; word-break: break-all; }
.img-calendar span{    position: absolute;
    top: 38%;
    left: 18%;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    line-height: 13px; 
    letter-spacing: 1px; }
.fura_media a{ color:#000;}
.fura_media a:hover{ text-decoration:none; }
.fura_media p{ margin-bottom: 45px; font-size: 18px; }
.fura_media .img-arrow{ position:absolute;     bottom: 0%;
 transition:.3s linear; }
.media-block:hover .img-arrow{ transform:translateX(10px); transition:.3s linear; }

.fura_media .nav-tabs .nav-link.active { font-weight:600;  background: transparent; border-bottom: 2px solid #000;}
.fura_media .nav-tabs .nav-link{ border:none; padding: 7px 0px;}
.fura_media .nav-tabs .nav-item { margin: 0px 30px; }
.fura_media .nav-tabs{    justify-content: center; }
.fura_media .nav-tabs:hover ~ .indicator {
  transform: scaleX(1);
}
.media-block blockquote{    margin-bottom: 45px; }
.media-block:hover blockquote{ text-decoration:underline; }
.fura_media .indicator {
    position: absolute;
    height: 2px;
    background-color: #4854a0;
    /* top: calc(100% - 2px); */
    transition: all 0.3s ease-in-out;
    transform: scaleX(0);
    bottom: 0px;
}

.fura_media .tabs{ position:relative;}
.marquee img{ width:400px; height:300px; }
.modal-backdrop{     z-index: 1; }

.lg-backdrop{ background-color: rgb(0 0 0 / 91%); }
.lg-download{ display:none; }




.page {
  transition: all 0.7s;
}
.modal .modal-dialog{     max-width: 45%;
    margin-top: 100px; }
.modal .close{    background: #fff;
    position: absolute;
    right: -2%;
    top: -3%;
    border-radius: 50%;
    color: #000;
    padding: 0px 6px 2px; opacity:1; z-index:1; }

.social a:nth-child(1) .social-icon:hover{ background: #4867aa; }
.social a:nth-child(2) .social-icon:hover{ background: #1da1f2; }
.social a:nth-child(3) .social-icon:hover{background: #f09433; 
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 ); }
.social a:nth-child(4) .social-icon:hover{ background: #0077b5; }

.img-media{  width: 100%;
    height: 230px;
    border: 1px solid #ddd;
    margin-bottom: 10px;     position: relative;
    overflow: hidden; }
.img-media img { width: 100%;
    height: 100%;
    object-fit: cover; }

.slide-right {
  animation: 2s slide-right;
}
@keyframes slide-right {
  from {
    margin-right: 100%;
  }
  to {
    margin-right: 0%;
  }
}

/***** Slide Left *****/
.slide-left {
  animation: 2s slide-left;
}
@keyframes slide-left {
  from {
    margin-left: 100%;
  }
  to {
    margin-left: 0%;
  }
}


 .gems-gallery .icon-view {
	 position: absolute;
	 top: 0;
	 left: 0;
	 right: 0;
	 bottom: 0;
	 background-color: rgba(0, 0, 0, 0.6);
	 opacity: 0;
    text-align: center;
}
 .gems-gallery .icon-view span {
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 border-radius: 50%;
	 font-size: 28px;
	 color: black;
	 width: 60px;
	 height: 60px;
	 line-height: 60px;
	 background: #fff;
	 box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	 -webkit-transform: translate(-50%, -50%) scale(0);
	 transform: translate(-50%, -50%) scale(0);
	 transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
 .gems-gallery:hover .icon-view {
	 opacity: 1;
}
 .gems-gallery:hover .icon-view span {
	 -webkit-transform: translate(-50%, -50%) scale(1);
	 transform: translate(-50%, -50%) scale(1);
	 transition: all 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

 .tradeinfo{     display: flex;
    justify-content: center; }
 .tradeinfo .table-striped tbody tr:nth-of-type(odd) {
    background-color: #dbe5e4;
}
 .tradeinfo .table-bordered td, .tradeinfo .table-bordered th {
    border: 1px solid #dee2e6;
    padding: 5px 10px;
}


     .bg-under_construction {
        background-image: url(../images/Fura_Underconstruction_1920x1080px.jpg);
        background-size: cover;
        width: 100%;
        height: 100%;
        background-attachment: fixed;
        background-position: center;
        position: relative;
        height: 100vh;
    }

.modal-overlay{ position:absolute; top:0; left:0; width:100%; height:100%; background: rgb(0 0 0 / 12%); }
.charging-ahead .mine-travel2 {
        right: 1%;
    }


.circle {
  position: relative;
    margin: 7px;
    height: 50px;
    width: 50px;
  background-color: #000;
  border-radius: 50%;
}

.circle:before {
  position: absolute;
  content: '';
  height: calc(100% + 10px); 
  width: calc(100% + 10px); 
  border: 2px dashed #000;
    top: -5px;
    left: -5px;
  border-radius: inherit;
  animation: spin 10s linear infinite;
}

@keyframes spin { 
  100% { 
    transform: rotateZ(360deg); 
  }
}

.circle i{     color: #b32323;
    position: absolute;
    left: 55%;
    top: 48%;
    transform: translate(-50%, -50%);    font-size: 25px; }

.parsley-errors-list{     position: absolute;
    bottom: -33px;
}

#contact-form .form-group{ margin-bottom:30px; }








