/* @font-face {
  font-family: "SuisseBPIntl-Regular";
  src: url("../fonts/SuisseBPIntl-Regular.eot") format("embedded-opentype"),
    url("../fonts/SuisseBPIntl-Regular.otf") format("opentype"),
    url("../fonts/SuisseBPIntl-Regular.woff") format("woff"),
    url("../fonts/SuisseBPIntl-Regular.ttf") format("truetype"),
    url("../fonts/SuisseBPIntl-Regular.svg#SuisseBPIntl-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
} */

@font-face {
    font-family: 'Sofia Pro';
    src: url('../fonts/SofiaProLight.eot');
    src: url('../fonts/SofiaProLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SofiaProLight.woff2') format('woff2'),
        url('../fonts/SofiaProLight.woff') format('woff'),
        url('../fonts/SofiaProLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: "SuisseBPIntl-Regular";
  src: url("../fonts/sofiapro-light.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SuisseBPIntl-Medium";
  src: url("../fonts/SuisseBPIntl-Medium.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/SuisseBPIntl-Medium.otf") format("opentype"),
    url("../fonts/SuisseBPIntl-Medium.woff") format("woff"),
    url("../fonts/SuisseBPIntl-Medium.ttf") format("truetype"),
    url("../fonts/SuisseBPIntl-Medium.svg#SuisseBPIntl-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Caslon540LTStd-Roman";
  src: url("../fonts/Caslon540LTStd-Roman.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Caslon540LTStd-Roman.otf") format("opentype"),
    url("../fonts/Caslon540LTStd-Roman.woff") format("woff"),
    url("../fonts/Caslon540LTStd-Roman.ttf") format("truetype"),
    url("../fonts/Caslon540LTStd-Roman.svg#Caslon540LTStd-Roman") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SuisseBPIntl-Light";
  src: url("../fonts/SuisseBPIntl-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/SuisseBPIntl-Light.otf") format("opentype"),
    url("../fonts/SuisseBPIntl-Light.woff") format("woff"),
    url("../fonts/SuisseBPIntl-Light.ttf") format("truetype"),
    url("../fonts/SuisseBPIntl-Light.svg#SuisseBPIntl-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SilkSerif-Light";
  src: url("../fonts/SilkSerif-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/SilkSerif-Light.otf") format("opentype"),
    url("../fonts/SilkSerif-Light.woff") format("woff"),
    url("../fonts/SilkSerif-Light.ttf") format("truetype"),
    url("../fonts/SilkSerif-Light.svg#SilkSerif-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* html {
  scroll-behavior: smooth;
} */

.home-slider .images-item {
  background: black;
}

header.site-header {
  /*position: absolute;*/
  z-index: 99;
  width: 100%;
  padding: 61px 0;
}

.nav-wrap {
  padding: 0 148px;
  display: flex;
  width: 100%;
  align-items: center;
}

.menu-box {
  align-self: center;
  flex: 1;
}

span#toggle1 {
  position: relative;
  top: 0;
  padding-left: 41px;
}

.logo-wrap {
  /* position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 247px; */
  position: absolute;
  left: 50%;
  right: 50%;
  margin: auto;
  max-width: 247px;
  margin-right: -123px;
  margin-left: -123px;
}

.menu-box ul li {
  display: inline;
}

.logo-box img {
  max-width: 243px;
  height: 45px;
  margin: auto;
  text-align: center;
  display: block;
}

.text-area h4 {
  color: #fff;
  font-family: 'Sofia Pro'!important;
  /* font-family: "SuisseBPIntl-Regular"; */
  margin: 0;
  padding-bottom: 36px;
}

.menu-box ul li a {
  font-family: "SuisseBPIntl-Light";
  font-size: 13.5px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-decoration: none;
}

.menu-box ul li {
  padding-right: 41px;
}

.menu-box ul li:last-child {
  padding-right: 0;
}

.menu-box.right {
  text-align: right;
}

.menu-box ul {
  padding: 0;
  margin: 0;
}

/* .menu-box.right {
  position: relative;
  right: 51px;
} */

nav.overlay.menu_active {
  visibility: visible;
  opacity: 1;
}

section.banner-sec {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 895px;
}

.hidden-xs {
  max-width: 251px;
  width: auto;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #fff;
}

section.banner-sec.white_overlay:after {
  -webkit-transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  height: 100%;
}

.nav-second.navbar-default.affix-top {
  background: transparent;
}

section.banner-sec:after {
  -webkit-transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  height: 0;
}

section.compnay-bg:after {
  -webkit-transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  height: 0;
}

section.compnay-bg.white_overlay:after {
  -webkit-transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  height: 100%;
}

body {
  font-family: "Questrial", sans-serif;
  margin: 0;
}

body.scroll-hide {
  overflow: hidden;
}

.toggle-button img {
  vertical-align: initial;
}

.nav-first {
  background: #fff;
  border: 0;
  padding: 0;
  margin: 0;
}

.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: transparent;
  outline: none;
}

.t .nav-first .icon {
  padding: 5px;
}

.nav-first .phone {
  font-family: "SuisseBPIntl-Regular";
  letter-spacing: 2px;
  font-size: 20px;
  padding: 12px 10px;
  color: #000;
}

.nav-first .open {
  font-family: "SuisseBPIntl-Regular";
  font-size: 12px;
  color: #555;
  padding: 17px 10px;
}

.nav-first .glyph-icon {
  color: #000;
  padding: 17px 10px;
}

.nav-second {
  background-color: transparent;
  position: relative;
}

.nav-second .navbar-nav li a,
.nav-first .navbar-nav li a {
  font-family: "SuisseBPIntl-Light";
  font-weight: 100;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 13.5px;
  letter-spacing: 4px;
  line-height: 1.6;
  color: #ffffff;
  text-align: center;
  padding-bottom: 4px;
}

.nav-second .navbar-nav > li a:hover {
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.hidden-xs img {
  width: 100%;
}

.one-line {
  width: 14px;
  padding: 0;
  border-bottom: 2px solid #fff;
  display: block;
  border-top: 2px solid #fff;
  height: 9px;
  transition: all 0.3s ease-in-out;
}

.site-header .one-line {
  border-bottom: 2px solid #000;
  border-top: 2px solid #000;
}

.nav-second .navbar-nav > li a:hover .one-line {
  border-bottom: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  transition: all 0.3s ease-in-out;
}

.navbar-nav {
  float: none;
}

ul.nav.navbar-nav.pink-nav {
  display: flex;
  justify-content: space-between;
  margin: 0 88px;
}

.menu-btn {
  position: absolute;
  top: 42%;
  right: 4%;
  padding: 0;
  width: 0px;
  cursor: pointer;
  z-index: 2;
}

.navbar-nav > li {
  float: left;
  align-self: center;
  padding: 68px 0px;
}

.menu-btn .line {
  padding: 0;
  width: 15px;
  background: #000;
  height: 2px;
  margin: 5px 0;
  transition: all 700ms cubic-bezier(0.9, 0, 0.33, 1);
}

.menu-btn .line.line--1 {
  width: 15px;
  transform: rotate(0) translateY(0);
}

.menu-btn .line.line--2 {
  width: 15px;
  transform: translateX(0);
}

/* .logo-bx {
  max-width: 1024px;
  margin: 0px auto;
  padding: 20px 30px;
} */
.logo-bx {
  max-width: 1024px;
  margin: 0px auto;
  padding: 48px 30px 132px;
}
.over-nav ul {
  padding: 0;
  margin: 0;
}

.logo_over {
  padding: 18px;
  padding-top: 8px;
}

.over-nav ul li {
  list-style: none;
  padding-bottom: 10px;
}

.desknone{
  display: none;
}
.logo-bx .over-nav ul li a {
  font-size: 23px;
  letter-spacing: 1px;
  line-height: 1.6;
  color: #777777;
  font-family: "SuisseBPIntl-Regular";
  text-decoration: none;
  text-transform: none;
  font-weight: 100;
  transition: all 0.3s ease-in;
}

.logo-bx .over-nav ul li a:hover {
  color: #000;
}

.logo-bx .small-over-nav ul li a:hover {
  color: #000;
}

.pink-nav button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  margin-top: 30px;
}

.small-over-nav {
  margin-top: 40px;
}

.small-over-nav ul li{
  padding-bottom: 5px;
}

.logo-bx .small-over-nav ul li a {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 1.6;
  color: #777777;
  font-family: "SuisseBPIntl-Regular";
  text-decoration: none;
  text-transform: none;
}

.logo-bx .small-over-nav ul {
  margin: 0;
  padding: 0;
}

.logo-bx .small-over-nav ul li {
  list-style: none;
}

/* .banner-content {
  padding: 8%  3%;
} */

.texr-area {
  text-align: center;
}

.text-area p {
  letter-spacing: 1px;
  line-height: 1.4;
  color: #ffffff;
  text-align: center;
  padding-bottom: 27px;
  margin: 0px;
  font-weight: normal;
  font-family: "SuisseBPIntl-Regular";
}

.sup-sml {
  font-size: 14px;
}

.rare_logo.beyond-re {
  max-width: 46px;
  margin: auto;
}

.rare_logo.birth-p {
  max-width: 63px;
  margin: auto;
}

.rare_logo.same-c {
  max-width: 60px;
  margin: auto;
}

.hover img {
  transition-duration: 5s;
  margin: 0 auto;
  display: block;
  max-width: 100%;
  max-width: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -webkit-transition: opacity 1.5s, transform 1.5s;
  -webkit-transition: opacity 1.5s, -webkit-transform 1.5s;
  transition: opacity 1.5s, -webkit-transform 1s;
  transition: opacity 1.5s, transform 1s;
  transition: opacity 1.5s, transform 1.5s, -webkit-transform 1.5s;
}

.hover img:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale3d(1.1, 1.1, 1);
  -moz-transform: scale3d(1.1, 1.1, 1);
  -ms-transform: scale3d(1.1, 1.1, 1);
  -o-transform: scale3d(1.1, 1.1, 1);
}

.img-1.hover {
  overflow: hidden;
  padding: 0;
}

.text-area h2 {
  letter-spacing: 1px;
  line-height: 1.3;
  color: #ffffff;
  text-align: center;
  padding-bottom: 41px;
  margin: 0;
  font-family: "SilkSerif-Light";
}

.hidden-xs {
  margin: 0px 200px;
  display: flex;
  align-self: center;
}

.btn_link a {
  letter-spacing: 1px;
  line-height: 1.6;
  color: #ffffff;
  text-align: center;
  border-bottom: 1px solid #fff;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  padding-bottom: 5px;
  font-family: 'Sofia Pro'!important;
  /* font-family: "SuisseBPIntl-Regular"; */
}

.btn_link {
  text-align: center;
  padding: 12px 0px 9px 0px;
}

.text-area {
  max-width: 450px;
  text-align: center;
  margin-top: 30px;
}

.text-area.home-bg {
  margin-top: 37px;
}

#overlay {
  z-index: 99999;
}

nav.nav-second.navbar-default.affix-bottom {
  top: 0 !important;
}

.diamond_sec {
  display: flex;
}

.diaomd_img {
  flex: 1;
  overflow: hidden;
  padding: 0;
  margin: 0;
  max-height: 450px;
}

.diaomd_img img {
  width: 100%;
  height: 100%;
}

.diaomd_text-area {
  background: #fff;
  position: relative;
  flex: 1;
  text-align: center;
  align-self: center;
}

.text-BX.mining-pd p {
  color: #fff;
  padding-bottom: 56px;
}

.blck_Bg-banner .text-BX.mining-pd p {
  padding-bottom: 43px;
}

.text-BX.mining-pd h2 {
  color: #fff;
  padding-bottom: 61px;
}

.blck_Bg-banner .text-BX.mining-pd h2 {
  padding-bottom: 54px;
}

.gallery-two {
  margin: 18px 8px 0px 8px;
}

.gallery-first {
  margin: 0px 8px 0px 8px;
}

.text-BX {
  text-align: center;
  padding: 0px;
}

.tab-Journey p,
.text-BX p,
.black-btn-hg a,
.tabbable-line .tab-pane p,
.btn_link a,
.btn_link_arow a,
.mail-text p,
.text-area h4,
.insta_content p,
.text-area p,
.diamonds-cntnt p,
.ancient_one h5,
.diamond-sec-pg p,
.ancient_one p,
.text-BX-tndr p,
.see-press a,
.custom-mail-form input,
.jwellry-cntnt p,
.left-col p,
.content-details p,
.left-col-tr p,
.country_name ul li a,
.explore-btn a,
.mine-bX h5,
.mine-bX p,
.load_more-btn a,
.rio_web_link p a,
.contact-form .label,
.contact-form .input-text,
.dropdown-menu li,
.select-option-custom button {
  font-size: 17px;
}

.text-BX p {
  letter-spacing: 1px;
  line-height: 1.4;
  color: #000000;
  text-align: center;
  padding-bottom: 34px;
  margin: 0px;
  font-family: 'Sofia Pro'!important;
  /* font-family: "SuisseBPIntl-Regular"; */
}

.sup-sml {
  font-size: 14px;
}

.text-BX h2 {
  letter-spacing: 1px;

  line-height: 1.2;

  color: #000000;

  text-align: center;

  padding-bottom: 41px;

  margin: 0;

  font-family: "SilkSerif-Light";
}

.align_text {
  text-align: center;
  margin: auto;
  align-self: center;
}

.btn_link a:hover {
  color: #7f7f7f;
  border-bottom: 1px solid #7f7f7f;
  transition: all 0.4s ease-in-out;
}

.logo_over img {
  max-width: 330px;
}

.tab_sec {
  background: #000;
}

.tabbable-line ul li a:hover {
  color: #fff;
  transition: all 0.2s ease-in-out;
}

.journy-pad {
  padding: 85px 0px;
}

/* .banner-content .btn_link {
  padding: 12px 0px 124px 0px;
} */

.tab-Journey p {
  text-align: center;
  letter-spacing: 1px;
  line-height: 41px;
  color: #ffffff;
  font-family: 'Sofia Pro'!important;
  /* font-family: "SuisseBPIntl-Regular"; */
}

.tabbable-line.control {
  max-width: 956px;
  margin: 0 auto;
}

.tab-panel {
  margin-top: 79px;
}

.tabbable-line ul {
  display: flex;
  justify-content: space-between;
  border-bottom: 0;
  padding: 0;
  text-align: center;
}

.tabbable-line ul li a:hover {
  background: transparent;
  border: none;
}

.tabbable-line .nav-tabs > li > a {
  border: 0px solid transparent;
  border-radius: 0;
}

.tabbable-line ul li a {
  font-size: 14px;
  letter-spacing: 4px;
  line-height: 1.6;
  color: #7b7b7b;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  font-family: 'Sofia Pro'!important;
  /* font-family: "SuisseBPIntl-Regular"; */
}

.tabbable-line ul li:active a {
  color: #fff;
}

.tabbable-line .nav-tabs > li.active > a,
.tabbable-line .nav-tabs > li.active > a:focus,
.tabbable-line .nav-tabs > li.active > a:hover {
  color: #fff;
  background-color: transparent;
  border: 0px solid #ddd;
  border-bottom-color: transparent;
}

.tabbable-line .tab-content {
  text-align: center;
  padding-top: 63px;
}

.rare_logo {
  padding-bottom: 43px;
}

.black-btn-hg {
  padding: 0;
}

.tabbable-line .tab-pane {
  max-width: 415px;
  margin: auto;
  text-align: center;
  padding-top: 91px;
}

.tabbable-line .tab-pane p {
  letter-spacing: 1px;
  line-height: 1.4;
  color: #ffffff;
  text-align: center;
  padding-bottom: 43px;
  margin: 0px;
  font-family: "SuisseBPIntl-Regular";
}

.tabbable-line .tab-pane h2 {
  letter-spacing: 1px;
  line-height: 1.3;
  color: #ffffff;
  text-align: center;
  margin: 0;
  font-family: "SilkSerif-Light";
}

.dad {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0;
}

.son-2 {
  position: absolute;
  height: 100%;
  width: 100%;
  background: url(../images/argyle-mine.png) no-repeat;
  background-size: cover;
  background-position: center center;
}

.son-text {
  position: relative;
  height: 100%;
  width: 100%;
  display: table;
}
.home-banner-wrap .banner-content {
  padding: 0 25px;
}

@media(max-width: 1260px){
  section.banner-sec {
    height: 765px;
}
}

.banner-content {
  display: table-cell;
  vertical-align: middle;
  padding: 0 145px;
}

.son-3 {
  position: absolute;
  height: 100%;
  width: 100%;
  background: url(../images/sustainability.png) no-repeat;
  background-size: cover;
  background-position: center center;
}

.sustainability-1 {
  position: absolute;
  height: 100%;
  width: 100%;
  background: url(../images/argyle_nature.png) no-repeat;
  background-size: cover;
  background-position: center center;
}

.blck_Bg {
  background: #000;
  display: flex;
  min-height: 828px;
}

.mining {
  max-width: 760px;
  margin: auto;
  align-self: center;
}

.mining-pd {
  padding: 0;
  margin-top: 2.5px;
}

.btn_link_arow a {
  letter-spacing: 1px;
  line-height: 41px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  font-family: 'Sofia Pro'!important;
  /* font-family: "SuisseBPIntl-Regular"; */
}

/* .journey_sec .sticky section.active {
    padding-top: 15%;
} */

.btn_link_arow {
  text-align: center;
  position: relative;
}

.btn_link_arow a:hover {
  color: #7f7f7f;
  transition: all 0.4s ease-in-out;
}

section.featured-press {
  padding-bottom: 91px;
}

.press-heading h3 {
  text-align: center;
  letter-spacing: 1px;
  line-height: 46px;
  color: #232323;
  font-family: "SilkSerif-Light";
  margin: 0;
  padding-bottom: 133px;
  padding-top: 127px;
}

.marg {
  margin: 0;
}

.dimon_img-bx {
  /* height: 300px; */
  height: 100%;
  background: #f7f7f7;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.dimon_img-bx img {
  width: 100%;
  height: 100%;
}

/* .control-bx {
  text-align: center;
  opacity: 0.7;
  min-height: 705px;
} */
.control-bx {
  text-align: center;
  opacity: 0.7;
  min-height: 595px;
}

.dropdown select {
  width: 100%;
  font-family: "SuisseBPIntl-Regular";
  font-size: 22.5px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  outline: none;
  height: 53px;
  text-align: left;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
}

.select-option-custom .dropdown select {
  font-size: 17px;
  background: url(../images/dropdown-arow.png) no-repeat;
  background-position: right;
}

.footmail a {
  word-break: break-all;
}
.dimon_txt-bx {
  padding: 22px 44px;
}
/* .dimon_txt-bx {
  padding: 44px;
} */

.dimon_txt-bx span {
  font-size: 13.5px;
  letter-spacing: 0px;
  line-height: 41px;
  text-align: center;
  font-family: "SuisseBPIntl-Regular";
}

.dimon_txt-bx h4 {
  /* font-size: 36px; */
  font-size: 32px;
  letter-spacing: 1px;
  font-family: "SilkSerif-Light";
  text-align: center;
  margin: 0;
  padding: 6px 0px;
}

.row.marg {
  padding: 0 7px;
}

.dimon_txt-bx p {
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 1.2;
  font-family: "SuisseBPIntl-Regular";
  text-align: center;
  margin: 0;
  padding-bottom: 20px;
  padding-top: 20px;
}

.dimon_txt-bx {
  max-width: 350px;
  margin: auto;
  opacity: 5;
}

.see-press {
  text-align: center;
  margin: 50px 0 58px;
}

.see-press a {
  letter-spacing: 1px;
  line-height: 1.6;
  color: #232323;
  font-family: "SuisseBPIntl-Regular";
  border-bottom: 1px solid #000;
  text-decoration: none;
  padding-bottom: 7px;
}

.see-press a:hover {
  color: #f60c3d;
  transition: all 0.4s ease-in-out;
  border-bottom: 1px solid #f60c3d;
}

.instagram-img ul {
  margin: 0;
  padding: 0;
}

.row {
  margin-right: 0;
  margin-left: 0;
}

.mrg {
  padding: 0;
}

.instagram-img ul li {
  list-style: none;
}

.instagram-img ul li img {
  width: 100%;
}

.flex {
  display: flex;
}

.flex-bX {
  flex: 1;
}

.middletxt {
  align-self: center;
}

.insta_content {
  text-align: center;
}

.insta_content p {
  letter-spacing: 1px;
  line-height: 1.3;
  color: #232323;
	font-family: "Sofia Pro" !important;
  text-align: center;
  margin: 0;
}

.insta_content h3 {
  letter-spacing: 1px;
  color: #232323;
  font-family: "SilkSerif-Light";
  text-align: center;
  margin: 0;
  padding: 15px 0px 25px 0px;
  position: relative;
}

.follow_btn a {
  font-size: 13.5px;
  letter-spacing: 0px;
  color: #232323;
  font-family: 'Sofia Pro'!important;
  /* font-family: "SuisseBPIntl-Regular"; */
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #9d9d9d;
  text-decoration: none;
  transition: all 0.3s ease-in;
  min-width: 228px;
  min-height: 50.75px;
  display: inline-block;
  line-height: 49.75px;
  padding: 0;
}

.follow_btn a:hover {
  background: #000;
  color: #fff;
  border: 1px solid #fff;
  transition: all 0.3s ease-in;
}

.sign_up-bg {
  background: #000;
  padding: 0 6%;
  min-height: 444.01px;
  display: flex;
  justify-content: space-between;
}

.mail_sec {
  display: flex;
  vertical-align: middle;
  align-self: center;
  width: 100%;
}

.mail-text {
  flex: 1;
  align-self: center;
}

.mail-text h2 {
  letter-spacing: 1px;
  line-height: 1.4;
  color: #ffffff;
  font-family: "SilkSerif-Light";
  margin: 0;
  padding-bottom: 9px;
}

.mail-text p {
  letter-spacing: 1px;
  line-height: 1.4;
  color: #ffffff;
  font-family: "SuisseBPIntl-Light";
}

.custom-mail-form input {
  background: transparent;
  border: 0;
  border-radius: 1px;
  padding-bottom: 18px;
  padding-left: 0;
  color: #fff !important;
  font-family: "FuturaBT-Medium";
}

.custom-mail-form .form-control:focus {
  border-color: #ffffff;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
}

.input-group.custom-mail-form {
  display: inline-block;
  width: 100%;
}

form.center {
  text-align: center;
}

.custom-mail-form input {
  letter-spacing: 1px;
  color: #ffffff;
  font-family: "SuisseBPIntl-Regular";
  padding: 6px 0px;
}

.custom-mail-form input::placeholder {
  letter-spacing: 1px;
  color: #ffffff;
  font-family: "SuisseBPIntl-Regular";
  padding: 12px 0px;
  font-size: 22.5px;
}

button.btn.btn-secondary {
  position: absolute;
  right: 0;
  margin: 0;
  padding-right: 0;
  top: 2px;
  z-index: 9999;
  background: transparent;
  padding: 0;
}

.center .input-group .form-control {
  position: relative;
  z-index: 2;
  float: none;
  width: 100%;
  padding: 0;
  padding-right: 100px;
  background: #e1cece00;
  border-bottom: 1px solid #fff;
  padding-bottom: 23px;
  line-height: 0;
  height: inherit;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.footer {
  /* text-align: center; */
  /* min-height: 430px; */
  width: 100%;
  padding: 105px 0;
  /* display: flex; */
}

.container.d-flex {
  display: flex;
  justify-content: center;
  width: 100%;
}

.term-text.las-colum-event {
  margin-bottom: 27px;
}

.mid-footer {
  align-self: center;
  position: relative;
}

.foot_logo {
  /* padding-bottom: 102px; */
  margin: 10px 0;
  max-width: 248px;
}

.foot_logo img {
  width: 100%;
  padding-left: 27px;
  padding-right: 27px;
}

.footnav ul {
  margin: 0;
  padding: 0;
}

.footnav ul li {
  list-style: none;
}

.footnav ul li a {
  font-size: 13px;
  letter-spacing: 3px;
  line-height: 30px;
  color: #232323;
  font-family: 'Sofia Pro'!important;
  /* font-family: "SuisseBPIntl-Regular"; */
  text-decoration: none;
  text-transform: uppercase;
  text-align: left;
}

.footnav ul li a:hover {
  color: #7f7f7f;
  transition: all 0.3s ease-in-out;
}

.cap-p p a:hover {
  transition: all 0.4s ease-in-out;
  color: #7f7f7f;
}

.small-p p a:hover {
  transition: all 0.4s ease-in-out;
  color: #3b80c9;
}

/* jewellery pages css satrt here */

.jwellry {
  background: url(../images/jewellry-banner.png) no-repeat;
  background-size: cover;
  background-position: top center;
}

.jwellry-cntnt {
  text-align: center;
  padding: 180px 0px 8px 0px;
}

.jwellry-cntnt h6 {
  letter-spacing: 0px;
  line-height: 1.6;
  color: #232323;
  padding: 0;
  margin: 0;
  font-family: "SuisseBPIntl-Regular";
}

.jwellry-cntnt h2 {
  letter-spacing: 1px;
  line-height: 1.3;
  color: #000;
  font-family: "SilkSerif-Light";
  text-align: center;
  padding: 36px 0;
  margin: 0;
}

.jwellry-cntnt p {
  letter-spacing: 1px;
  line-height: 1.6;
  color: #232323;
  text-align: center;
  font-family: 'Sofia Pro'!important;
  /* font-family: "SuisseBPIntl-Regular"; */
}

.container.flower-bg {
  /*  text-align: center;
*/
  position: relative;
}

.btn_down_arow {
  text-align: center;
  display: inline-block;
}

.paddles {
  padding-right: 0;
}

.paddles:last-child {
  padding-right: 15px;
}

@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -moz-transform: translateY(-14px);
    transform: translateY(-14px);
  }
}

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-14px);
    transform: translateY(-14px);
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  60% {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

.bounce {
  -moz-animation: bounce 3s infinite;
  -webkit-animation: bounce 3s infinite;
  animation: bounce 3s infinite;
}

.left-col p {
  letter-spacing: 1px;
  line-height: 1.4;
  color: #000;
  font-family: 'Sofia Pro'!important;
  /* font-family: "SuisseBPIntl-Regular"; */
  font-weight: 500;
  margin: 0;
}

section.Jewellery_dec {
  padding: 100px 0;
}

.left-col {
  max-width: 540px;
  margin: auto;
}

.cap-p {
  /* margin-bottom: 37px; */
}

.small-p {
  padding-top: 27px;
}

.small-p p {
  font-size: 17px;
  letter-spacing: 0px;
  line-height: 1.6;
  color: #232323;
  font-family: "SuisseBPIntl-Regular";
}

.left-col.center p {
  margin: auto;
  width: 300px;
  padding: 0 5px;
  float: right;
}

.light-text p {
  margin-top: 42px !important;
}

/* .images-gallry {
  padding: 10px 0;
} */

.content {
  position: relative;
  overflow: hidden;
  height: 265px;
  background-color: #f7f7f7;
}

.content .content-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  z-index: 99;
}

.content:hover .content-overlay {
  opacity: 10;
  background: #000;
}

/* .content-image {
  width: 100%;
  height: 100%;
} */

.content-image {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: 9;
  padding: 25px;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: 99;
}

.content:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 9;
}

.fadeIn-bottom {
  top: 80%;
}

.fadeIn-left {
  left: 20%;
}

.fadeIn-right {
  left: 80%;
}

.content-details p {
  letter-spacing: 1px;
  line-height: 1.4;
  color: #ffffff;
  font-family: "SuisseBPIntl-Regular";
  text-align: center;
  margin: 0;
}

.ext-pad {
  padding-bottom: 16px;
  padding-right: 8px;
  padding-left: 8px;
}

.images-gallry {
  padding: 0px 8px;
}

.blck_Bg-banner {
  /*background: url(<?php echo get_template_directory_uri()?>/assets/images/blackbgbanner.png)no-repeat;*/
  background-size: cover !important;
  background-position: center center !important;
  min-height: 850px;
  display: flex;
  align-items: center;
}

.content-two {
  width: 100%;
  height: 350px;
}

.content-two.hover {
  overflow: hidden;
}

.content-two img {
  width: 100%;
  height: 100%;
}

.text-width {
  position: absolute;
  left: 0;
  right: 0;
}

.location_sec {
  padding: 100px 0 100px 0;
  background: #000;
}

.left-col-tr {
  padding: 0 3px;
}

.left-col-tr p {
  letter-spacing: 1px;
  line-height: 1.6;
  color: #fef9f2;
  font-weight: 400;
  font-family: 'Sofia Pro'!important;
  /* font-family: "SuisseBPIntl-Light"; */
  margin: 0;
}

.country-space {
  margin-bottom: 146px;
}

.left-col-tr p a {
  letter-spacing: 1px;
  line-height: 1.6;
  color: #fef9f2;
  font-family: 'Sofia Pro'!important;
  /* font-family: "SuisseBPIntl-Regular"; */
  text-decoration: none;
}

.left-col-tr.center p {
  margin: auto;
  width: 307px;
  padding: 0 5px;
  color: #fef9f2;
  font-weight: 500;
  float: right;
}

.country_name ul {
  margin: 0;
  padding: 0;
}

.country_name ul li {
  list-style: none;
}

.country_name ul li a {
  letter-spacing: 1px;
  line-height: 1.6;
  color: #fef9f2;
  font-family: "SuisseBPIntl-Regular";
  text-decoration: none;
}

.dash-line a {
  color: #fff !important;
}

.dash-line .show-dash {
  display: inline-block;
}

.show-dash {
  display: none;
}

.Jewellery_dec.d-service.padd-auth {
  padding-top: 100px !important;
  padding-bottom: 0 !important;
}

.country_name {
  padding-top: 27px;
  max-width: 476px;
}

.gold-verity {
  margin-top: 60px;
  margin-bottom: 35px;
  /* width: 700px; */
}

.LEFT-col {
  display: flex;
}

.left-two {
  flex: 1;
}

.left-two p {
  font-size: 18px;
  margin: 0;
}

.Gimel p {
  font-size: 18px;
  margin: 0;
}

.Mainla p {
  font-size: 18px;
  margin: 0;
}

.Aliel p {
  font-size: 18px;
  margin: 0;
}

.Bood p {
  font-size: 18px;
  margin: 0;
}

.usa p {
  font-size: 18px;
  margin: 0;
}

.Partri p {
  font-size: 18px;
  margin: 0;
}

.Hart p {
  font-size: 18px;
  margin: 0;
}

.left-one {
  flex: 1;
}

.left-one p {
  font-size: 18px;
  margin: 0;
}

.ptow p {
  font-size: 18px;
  margin: 0;
}

.Israel p {
  font-size: 18px;
  margin: 0;
}

.Japan p {
  font-size: 18px;
  margin: 0;
}

.China p {
  font-size: 18px;
  margin: 0;
}

.pore p {
  font-size: 18px;
  margin: 0;
}

.Switzer p {
  font-size: 18px;
  margin: 0;
}

.Arab p {
  font-size: 18px;
  margin: 0;
}

.United p {
  font-size: 18px;
  margin: 0;
}

.btm-space {
  padding: 0 0px 25px 0;
}

.location_sec-bg {
  background: #232323;
  padding: 100px 0 100px 0;
}

.location-two {
  margin-bottom: 60px;
  margin-top: 68px;
}

/* tender page css start here */

.tender-1 {
  position: absolute;
  height: 100%;
  width: 100%;
  background: url(../images/tender_bg.png) no-repeat;
  background-size: cover;
  background-position: center center;
}

.tender_diamonds {
    background: #f7f7f7;
    min-height: 830px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 150px 0;
}

.text-BX-tndr h2 {
  font-size: 44.98px;
  letter-spacing: 1px;
  line-height: 1.4;
  color: #000000;
  text-align: center;
  padding-bottom: 42px;
  margin: 0;
  font-family: "SilkSerif-Light";
}

.text-BX-tndr p {
  letter-spacing: 1px;
  line-height: 1.6;
  color: #000;
  font-family: "SuisseBPIntl-Regular";
  text-align: center;
  padding-bottom: 32.5px;
  margin: 0px;
}

.diamond-tab .tabbable-line.control {
  max-width: 745px;
  margin: 0 auto;
}

.text-tender-width {
  max-width: 688px;
  margin: auto;
}

.tender-arrow a {
  letter-spacing: 1px;
  line-height: 1.5;
  color: #000;
  font-family: "SuisseBPIntl-Regular";
  text-align: center;
  text-decoration: none;
}

.tndr-diamnd-img {
  text-align: center;
  margin-bottom: 3px;
}

/* .tndr-diamnd-img {
  text-align: center;
  margin-bottom: 10px;
} */
.blue_diamonds-bg .tndr-diamnd-img {
  max-width: 205px;
  margin: auto;
}

.tndr-diamnd-img img {
  width: 100%;
}

.tender_diamonds .tndr-diamnd-img {
  margin-bottom: 50px !important;
  max-width: 135px;
  margin: auto;
}

.tender_diamonds .text-BX-tndr p {
  padding-bottom: 67px;
}

.tn_dimond_Bg-banner {
  background: url(../images/tediamong-bg.png) no-repeat;
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover !important;
  background-position: center center !important;
}

.historic-bg {
  min-height: 830px;
  /* display: flex;
  align-items: center; */
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0;
}
.historic-bg .tndr-text-width {
  padding: 250px 0;
}
.historic-bg .text-BX.mining-pd h2 {
  padding-bottom: 54px;
}

.historic-bg .text-BX.mining-pd p {
  padding-bottom: 75px;
}

.tndr-text-width {
  max-width: 711px;
  margin: auto;
}

.explore-btn {
  margin-top: 79px;
}

.explore-btn a {
  letter-spacing: 1px;
  color: #232323;
  font-family: 'Sofia Pro'!important;
  font-weight: 500;
  border-bottom: 1px solid #000;
  padding-bottom: 8px;
  text-decoration: none;
}

.explore-btn a:hover {
  color: #7f7f7f;
  transition: all 0.4s ease-in-out;
  border-bottom: 1px solid #7f7f7f;
}

.term-smal-txt.mg-0 {
  margin-bottom: 15px;
}

.mine-2 {
  position: absolute;
  height: 100%;
  width: 100%;
  background: url(../images/mine-bg.png) no-repeat;
  background-size: cover;
  background-position: top center;
}

.jwellry-cntnt.mine-cntnt {
  text-align: center;
  padding: 146px 0px 8px 0px;
}

.jwellry-cntnt.mine-cntnt h6 {
  color: #fff;
}

.jwellry-cntnt.mine-cntnt h2 {
  color: #fff;
  padding: 34px 0;
}

.btn_down_arow1.bounce {
  position: absolute;
  left: 0;
  right: 0;
}

figure.flower-img img {
  max-width: 323px;
  margin: auto;
}

.the-mine {
  padding: 100px 0px 100px 0px;
}

.mine-bX {
  text-align: center;
}

.explore-btn.explore-dm {
  padding-top: 40px;
}

.mine-bX h5 {
  letter-spacing: 1px;
  line-height: 1.6;
  color: #000000;
  font-family: "SuisseBPIntl-Regular";
  font-weight: 600;
  text-align: center;
  padding-bottom: 59px;
  margin: 0;
}

.mine-bX p {
  letter-spacing: 1px;
  line-height: 1.6;
  color: #000000;
  font-family: 'Sofia Pro'!important;
  /* font-family: "SuisseBPIntl-Regular"; */
  text-align: center;
}

.mine-flex {
  display: flex;
  margin-bottom: 50px;
  position: relative;
}

.content-details.fadeIn-top p {
  padding: 3px 0px;
}

.mine_gallary {
  flex: 1;
  margin: 25px 25px;
  align-self: center;
}

.mine_gallary.hover {
  overflow: hidden;
}

.mine_gallary img {
  width: 100%;
}

.mine_gallary p {
  max-width: 500px;
  margin: auto;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 1.6;
  color: #000000;
  font-family: 'Sofia Pro'!important;
  /* font-family: "SuisseBPIntl-Regular"; */
  font-weight: 500;
	padding-bottom: 20px !important;
}

.explore-dm {
  max-width: 442px;
  margin: auto;
}

section.mine_img_bx {
  padding-bottom: 96px;
  overflow: hidden;
}

/* journey page css strat here */

.journey-2 {
  position: absolute;
  height: 100%;
  width: 100%;
  background: url(../images/journey-bg.png) no-repeat;
  background-size: cover;
  background-position: center center;
}

.journey-cntnt p {
  color: #ffffff;
}

.btn_down_arow.bounce {
  position: absolute;
  bottom: 32px;
}

.journey-cntnt h2 {
  color: #fff;
}

.journey-cntnt h6 {
  color: #fff;
}

.journey_sec {
  padding: 46px 0;
  background: #232323;
}

.journey_tab ul {
  display: flex;
  justify-content: space-between;
  border-bottom: 0;
  align-items: center;
  max-width: 930px;
  margin: auto;
}

.journey_tab .nav-tabs > li.active > a,
.journey_tab .nav-tabs > li.active > a:focus,
.journey_tab .nav-tabs > li.active > a:hover {
  color: #fff;
  background-color: transparent;
}

.tab-line:hover:before,
.tab-line:focus:before,
.tab-line:active:before {
  left: 41px !important;
  right: 41px !important;
}

/*.journey_tab .nav-tabs li.active a::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 41px !important;
    right: 41px !important;
    bottom: 0;
    background: #fdfeff;
    height: 1px;
}
*/
.journey_tab .nav-tabs > li > a {
  border-radius: 0;
}

.journey_tab .nav-tabs > li > a:hover {
  border-color: transparent;
}

.journey_tab ul li a {
  font-size: 13.5px;
  letter-spacing: 4px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  font-family: "SuisseBPIntl-Light";
}

.journey_tab .nav > li > a:focus,
.journey_tab .nav > li > a:hover {
  text-decoration: none;
  background-color: transparent;
  border-bottom: 0px solid #fff;
  border-right-width: 5px;
}

/* .journey_tab .nav > li > a {
  padding: 0px 15px;
} */g

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border: 0px solid #ddd;
}

.journey_tab .nav-tabs > li > a {
  border: none;
  padding-bottom: 8px;
}

.ancient_tab_sc {
  background: #000;
  padding: 90px 0 90px 0;
  overflow: hidden;
}

.ancient_one {
  text-align: center;
  margin: auto;
}

.ancient_one h5 {
  letter-spacing: 1px;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  font-family: "SuisseBPIntl-Regular";
  margin-top: 10px;
}

.top-sp .mine-flex.img-space {
  margin-top: 32px;
}

.ancient_one p {
  padding: 55px 0;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  font-family: 'Sofia Pro'!important;
  /* font-family: "SuisseBPIntl-Regular"; */
  margin-bottom: 8px;
}

.ancient_one.diamond-gal-pg p{
  padding: 30px 0 0;
}

.Journey-text p {
  color: #fff;
  max-width: 450px;
  margin: auto;
}

.beyond_tab_sc {
  background: #000;
  padding: 0px;
}

.hand-bg img {
  width: 100%;
}

.beyond-text p {
  color: #fff;
  max-width: 436px;
  margin: auto;
}

.mine_gallary.beyond-text {
  padding: 40px 0px;
}

.beyond-location {
  text-align: center;
}

.provenance-img {
  padding: 0px 130px;
  margin-top: 31px;
}

.provenance-img img {
  width: 100%;
}

.mine_gallary.provenance-text {
  padding: 69px 0px;
  padding-bottom: 20px;
}

.provenance-text p {
  color: #fff;
  max-width: 433px;
  margin: auto;
  padding-bottom: 0px;
}

.Craftsman {
  padding-top: 80px;
  max-width: 500px;
  margin: auto;
}

.rare_logo.man-ship {
  max-width: 100px;
  margin-top: -27px;
}

.Craftsman a {
  color: #fff;
  border-bottom: 1px solid #fff;
  font-weight: 500;
}

.Journey-text a {
  color: #fff;
  text-decoration: none;
}

/* .btn-close {
  background: transparent;
  color: #000;
  border: none;
  font-size: 41px;
  width: 50px;
  margin-top: 27px;
  margin-right: 40px;
  cursor: pointer;
  outline: none;
  transition: all 300ms ease-in;
} */

.btn-close {
  background: transparent;
  color: #000;
  border: none;
  font-size: 41px;
  width: 50px;
  margin-top: 27px;
  margin-right: 40px;
  cursor: pointer;
  outline: none;
  transition: all 300ms ease-in;
  position: absolute;
  right: 90px;
  top: 13px;
  z-index: 9999;
}

.btn-close:hover {
  color: #7f7f7f;
}

.overlay-header {
  text-align: right;
  background: white;
}

.navbar-header {
  display: none;
}

/* authentication css start here */

.authentic-2 {
  position: absolute;
  height: 100%;
  width: 100%;
  background: url(../images/authentication-bg.png) no-repeat;
  background-size: cover;
  background-position: center center;
}

.authentic-cntnt p {
  font-size: 23px;
  letter-spacing: 1px;
  line-height: 1.6;
  color: #ffffff;
  font-family: "SuisseBPIntl-Regular";
  text-align: center;
  padding-bottom: 41%;
}

.authentic-cntnt h2 {
  font-size: 44px;
  letter-spacing: 1px;
  line-height: 1.3;
  color: #fff;
  font-family: "SilkSerif-Light";
  text-align: center;
  padding: 60px 0;
}

.authentic-cntnt h6 {
  color: #fff;
}

.authentic-cntnt {
  text-align: center;
  padding: 10% 0;
}

.Jewellery_dec a {
  text-decoration: none;
  color: #232323;
}

.lense-img {
  overflow: hidden;
  padding: 0;
}

.lense-img img {
  width: 100%;
}

.d-service {
  padding-top: 0 !important;
  padding-bottom: 91px !important;
}

.serv-diamond {
  margin: 74px 0px 73px 0;
  display: flex;
}

.IMG_BX-p span {
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 1.5;
  color: #232323;
  font-family: "SuisseBPIntl-Regular";
}

.IMG_BX.left-arrow {
  max-width: 55px;
  width: 100%;
  height: 13px;
  margin: 10px 14px;
}

.IMG_BX.left-arrow img {
  width: 100%;
  height: 100%;
}

input[type="submit"] {
  background: transparent;
  border: none;
  outline: none;
  font-size: 22.5px;
  letter-spacing: 1px;
  color: #232323;
  font-family: "SuisseBPIntl-Medium";
  font-weight: 500;
}

.serv-diamond input#text {
  padding: 3px 10px;
  border: 1px solid #000;
  border-top: 3px solid #000;
  border-left: 3px solid #000;
  width: 350px;
  outline: none;
  font-size: 18px;
  letter-spacing: 0px;
  color: #232323;
  font-family: "SuisseBPIntl-Regular";
}

.serv-diamond input#text::placeholder {
  font-size: 18px;
  letter-spacing: 0px;
  color: #232323;
  font-family: "SuisseBPIntl-Regular";
}

/* press page css start here */

.press-1 {
  position: absolute;
  height: 100%;
  width: 100%;
  background: url(../images/press-bg.png) no-repeat;
  background-size: cover;
  background-position: center center;
}

.press-cntnt h6 {
  color: #232323;
}

.press_tab_sec {
  padding: 44px 0px 52px 0px;
  background: #232323;
}

.press-tab ul li a {
  color: #fff;
  line-height: 1.3;
}

.tab-panel.press-tab {
  max-width: 1024px;
  margin: auto;
}

.control-bx.press-control {
  margin-bottom: 45px;
}

.press-tab .nav > li > a {
  padding: 0px 0px;
  border-bottom: 1px solid #fff0;
}

.tab-bx-sec {
  padding: 79px 0px 169px 0px;
}

.tab-content a {
  text-decoration: none;
  color: #232323;
}

.load_more-btn {
  text-align: center;
}

.load_more-btn a {
  letter-spacing: 1px;
  line-height: 1.6;
  color: #232323;
  font-family: "SuisseBPIntl-Regular";
  border-bottom: 2px solid #000;
  padding-bottom: 3px;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}

.load_more-btn a:hover {
  color: #7f7f7f;
  border-bottom: 2px solid #7f7f7f;
  transition: all 0.4s ease-in-out;
}
.more-btn-wrapper{
  width: 100%;
  display: flex;
  justify-content: center;
}

.sustain-cntnt {
  text-align: center;
  padding: 4% 0 17% 0px;
}

.jwellry-cntnt.sustain-cntnt p {
  color: #fff;
  padding-bottom: 53px;
}

.jwellry-cntnt.sustain-cntnt h6 {
  color: #fff;
}

.jwellry-cntnt.sustain-cntnt h2 {
  color: #ffff;
  padding: 26px 0;
}

.postive-logo {
  max-width: 150px;
  position: absolute;
  top: -39px;
  left: 10%;
}

.postive-logo img {
  width: 100%;
}

.paddles a {
  text-decoration: none;
  color: #a2a2a2;
  transition: all 0.4s ease-in;
  opacity: 5;
}

.paddles:hover a {
  opacity: 9;
  color: #232323;
  transition: all 0.4s ease-in;
}

.paddles .dimon_img-bx {
  opacity: 0.7;
  transition: all 0.4s ease-in;
}

.paddles:hover .dimon_img-bx {
  opacity: 9;
  transition: all 0.4s ease-in;
}

.paddles .btn_link_arow {
  text-align: center;
  opacity: 0.2;
  transition: all 0.4s ease-in;
}

.paddles:hover .btn_link_arow {
  opacity: 9;
  transition: all 0.4s ease-in;
}

.son-1 {
  position: absolute;
  height: 100%;
  width: 100%;
  background: url(../images/new-banner.jpg) no-repeat;
  background-size: cover !important;
  background-position: center center !important;
  background-position: right !important;
}

.multipletab {
  overflow: hidden;
}

.tab-nav {
  opacity: 0;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}

.multipletab:hover .tab-nav {
  opacity: 1;
}

.tab-nav > span {
  position: absolute;
  top: 50%;
  cursor: pointer;
  display: block;
  height: 35px;
  width: 35px;
}

.rare_logo {
  max-width: 82px;
  margin: auto;
}

.rare_logo img {
  width: 100%;
}

.btn_link_arow a span {
  margin: 0px 8px;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.tabbable-line .nav-justified > li {
  /* display: block; */
  width: inherit;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #7b7b7b;
}

.tabbable-line .nav-pills > li.active > a,
.tabbable-line .nav-pills > li.active > a:focus,
.tabbable-line .nav-pills > li.active > a:hover {
  color: #fff;
  background-color: transparent;
  outline: none;
}

.tabbable-line .nav > li > a:focus,
.tabbable-line .nav > li > a:hover {
  text-decoration: none;
}

/* .tabbable-line .nav > li > a {
  padding: 0;
} */

.nav-justified {
  width: auto;
}

.zoom {
  animation: scale 20s linear infinite;
  height: 100%;
}

@keyframes scale {
  from {
    animation-timing-function: ease;
  }  
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
}

.sticky.top-sp {
  margin-top: 182px;
}

/*contact page css start here */

.contact-sec {
  padding: 7% 0;
}

.select-option-custom button {
  width: 100%;
  background: transparent;
  border: none;
  border: none;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-radius: 0;
  padding: 0;
  font-family: "SuisseBPIntl-Regular";
  color: #000;
  outline: none;
  height: 53px;
  text-align: left;
  margin-top: 7px;
}

.select-option-custom .dropdown-select {
  background: url(../images/dropdown-arow.png) no-repeat;
  background-position: right;
}

.dropdown-menu li {
  font-family: "SuisseBPIntl-Regular";
  padding: 3px 10px;
  color: #9e9e9e;
}

.select-option-custom .dropdown.open ul {
  background: #f5f7f6;
  border-top: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  border-radius: 0;
}

.content-wrapper {
  min-height: 100%;
  position: relative;
}

.get-in-touch {
  max-width: 650px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.get-in-touch .title {
  text-align: center;
  font-family: Raleway, sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 36px;
  line-height: 48px;
  padding-bottom: 48px;
}

.contact-form .form-field {
  position: relative;
  margin-bottom: 71px;
}

.contact-form .input-text {
  display: block;
  width: 100%;
  border-width: 0 0 1px 0;
  border-color: #000000;
  line-height: 1.6;
  font-weight: 400;
  background: transparent;
  font-family: "SuisseBPIntl-Regular";
  color: #757474;
  border-radius: 0;
}

.contact-form .input-text:focus {
  outline: none;
}

.contact-form .input-text:focus + .label,
.contact-form .input-text.not-empty + .label {
  transform: translateY(-24px);
}

.contact-form .label {
  position: absolute;
  left: 0;
  bottom: 1px;
  line-height: 1.6;
  font-weight: 400;
  color: #232323;
  cursor: text;
  transition: transform 0.2s ease-in-out;
  font-family: "SuisseBPIntl-Regular";
  padding: 0;
}

.contact-form .submit-btn {
  border: none;
  cursor: pointer;
  letter-spacing: 1px;
  line-height: 1.6;
  color: #969696;
  font-family: "SuisseBPIntl-Regular";
  font-weight: 500;
  padding: 0;
}

.note {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  text-align: center;
  font-family: Lusitana, serif;
  font-size: 16px;
  line-height: 21px;
}

.note .link {
  color: #888;
  text-decoration: none;
}

.note .link:hover {
  text-decoration: underline;
}

div#top-brer {
  border-top: 1px solid #000;
}

.contact-details {
  margin-top: 80px;
}

.footmail {
  padding-top: 27px;
}

p.footmail a {
  text-decoration: none;
  color: #232323;
}

p.footmail {
  margin-bottom: 75px;
}

.left-col p a {
  text-decoration: none;
  color: #232323;
}

.accordion {
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #000;
  padding: 10px 0;
}

.accordion li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.accordion .link {
  cursor: pointer;
  display: block;
  padding: 0;
  color: #232323;
  font-size: 22px;
  font-weight: 500;
  border-bottom: 1px solid #ccc;
  position: relative;
  font-family: "SuisseBPIntl-Regular";
}

.accordion li:last-child .link {
  border-bottom: 0;
}

.accordion li i {
  position: absolute;
  top: 10px;
  right: 12px;
  font-size: 18px;
  color: #595959;
}

.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}

ul.submenu {
  padding: 0;
  margin: 0;
  display: none;
}

.submenu a {
  display: block;
  text-decoration: none;
  font-size: 30px;
  letter-spacing: 1px;
  line-height: 1.6;
  color: #8e8b8b;
  font-family: "SuisseBPIntl-Regular";
  font-weight: 400;
}

/* FAQ page css start here */

.faq-sec {
  padding: 321px 0px 91px 0px;
}

.panel {
  background-color: transparent !important;
}

.panel-default > .panel-heading {
  background-color: transparent;
}

.panel-group {
  border-radius: 0;
  box-shadow: none;
  border-color: #eeeeee;
}

.panel-default > .panel-heading {
  padding: 0;
  border-radius: 0;
  color: #212121;
}

.panel-title p {
  line-height: 1.6;
  padding-bottom: 2px;
}

.panel-collapse .panel-body {
  margin-top: 16px;
}

.panel-title > a {
  display: block;
  text-decoration: none;
  padding-bottom: 42px;
}

.more-less {
  float: right;
  color: #212121;
}

.panel {
  margin-bottom: 20px;
  border: 0px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
  border: 0;
  padding: 0;
}

.panel-body p {
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 1.6;
  color: #23232385;
  font-family: "SuisseBPIntl-Regular";
  margin-bottom: 46px;
}

.panel-body .samll-peragraph {
  margin-bottom: -20px !important;
}

/* Terms & Conditions page css start here */
.term-sec {
  padding: 321px 0px 134.5px 0px;
}

.term-text {
  margin-bottom: 27px;
}

.term-smal-txt p {
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 1.6;
  color: #232323;
  font-family: "SuisseBPIntl-Regular";
}

.term-smal-txt {
  margin-bottom: 27px;
}

/* company css start here */

.company-sec {
  padding: 321px 0px 166px 0px;
}

.company-sec .term-text {
  margin-bottom: 27px;
}

.company-sec .term-smal-txt p {
  font-size: 18px;
}

.section-two {
  margin-top: 126px;
}

.rio_web_link {
  max-width: 540px;
  margin: auto;
  margin-top: 72px;
}

.rio_web_link p a {
  letter-spacing: 1px;
  line-height: 1.6;
  color: #232323;
  font-family: "SuisseBPIntl-Medium";
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid #000;
  padding-bottom: 7px;
  transition: all 0.4s ease-in-out;
}

.rio_web_link p a:hover {
  color: #7f7f7f;
  border-bottom: 1px solid #7f7f7f;
  transition: all 0.4s ease-in-out;
}

.download-txt p a:hover {
  color: #7f7f7f !important;
  border-color: #7f7f7f !important;
}

.btn-wrap .next:hover,
.btn-wrap .back:hover {
  color: #7f7f7f !important;
  border-color: #7f7f7f !important;
}
/* events page css start here */

.event-sec {
  padding: 321px 0px 157.5px 0px;
}

/*CAROUSEL*/

.carousel-inner img {
  width: 100%;
}

/*CONTROL*/

.carousel-control {
  width: auto;
}

.chevron-left,
.carousel-control .chevron-right {
  z-index: 5;
  display: inline-block;
  background-color: #232323;
  width: 70px;
  padding: 23px 0px;
  align-self: center;
}

.carousel-control {
  opacity: 8;
}

.carousel-control .icon-prev,
.carousel-control .chevron-left {
  left: 0;
}

.carousel-control .icon-prev,
.carousel-control .chevron-left {
  left: 0;
}

.carousel-control .icon-right,
.carousel-control .chevron-right {
  right: 0;
}

.event-sec-two {
  background: #f6f6f6;
  padding: 158px 0px 133px 0px;
}

.evnt-text.evnt-type {
  /*  margin-bottom: 69px;*/
  margin-bottom: 85px;
}

.light-text p {
  color: #2323239e;
  font-family: "SuisseBPIntl-Medium";
}

.event-sec-two .term-smal-txt p {
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 1.6;
  color: #232323;
  font-family: "SuisseBPIntl-Regular";
}

.carousel-control.left {
  display: flex;
  background-image: none;
}

a.right.carousel-control {
  display: flex;
  background-image: none;
}

.jwellry-cntnt.mine-cntnt p {
  color: #fff;
  padding-bottom: 50px;
}

.mine .jwellry-cntnt {
  text-align: center;
  padding: 3% 0;
}

.perent-dad {
  overflow: hidden;
  position: relative;
  padding: 0;
}

.jwelry {
  text-align: center;
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 40px;
}

.contanet-w {
  text-align: center;
  padding: 0;
}

.container2 {
  max-width: 1240px;
  margin: auto;
}

.container3 {
  max-width: 960px;
  margin: auto;
}

.fadeIn-top .btn_link_arow a {
  border-bottom: 2px solid #fff;
}

.fadeIn-top .btn_link_arow a:hover {
  border-bottom: 2px solid #7f7f7f;
}

.right-arow img {
  width: 100%;
}

.right-arow {
  position: absolute;
  top: 4px;
  right: 89px;
  max-width: 78px;
}

.view-btn {
  margin-top: -3px;
}

.left-right-margin {
  margin: 62px 65px 67px;
}

.left-right {
  margin: 75px 75px 75px 0px;
}

.right-left {
  margin: 75px 0px 75px 75px;
}

.contact-details.space-add {
  margin-bottom: 26px;
}

.hide {
  display: none;
}

.hideE {
  display: none;
}

.nav-second .toggle-button {
  right: -170px;
}

.black-btn-hg a {
  letter-spacing: 1px;
  line-height: 41px;
  color: #000000;
  font-family: 'Sofia Pro'!important;
  /* font-family: "SuisseBPIntl-Regular"; */
  text-align: center;
  border-bottom: 1px solid #000000;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  padding-bottom: 5px;
}

.ancient_one.beyond-lg {
  padding: 0;
  margin-top: 76px;
}

.rare_logo.track-logo {
  max-width: 113px;
  margin-top: -47px;
}

.control-bx:hover {
  opacity: 1;
  transition: all 0.4s ease-in-out;
}

.evnt-text p {
  max-width: 530px;
}

.diaomd_img video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: 100vh;
  z-index: 0;
}

.videp-play {
  display: none;
}

.IMG_BX-p {
  max-width: 226px;
  margin-top: 6px;
}

#glass {
  z-index: 9999;
}

/* dasimond css start here */

.diamond-page {
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover !important;
  background-position: center center !important;
}

.diamonds-cntnt h6,
.jwellry-cntnt h6 {
  font-size: 12px;
}

.diamonds-cntnt {
  text-align: center;
  padding: 180px 0px 50px 0px;
  max-width: 670px;
  margin: auto;
}

.diamonds-cntnt p {
  letter-spacing: 1px;
  line-height: 1.4;
  color: #ffffff;
  text-align: center;
  font-family: 'Sofia Pro'!important;
  /* font-family: "SuisseBPIntl-Regular"; */
}

.mine-flex.img-space {
  margin-top: 3px;
}

.diamond-sec-pg p {
  letter-spacing: 1px;
  line-height: 1.5;
  color: #0000;
  text-align: center;
  padding: 54px 0;
  font-family: 'Sofia Pro'!important;
  /* font-family: "SuisseBPIntl-Regular"; */
}

.diamond-tab {
  background: #232323;
}

.diamnd-pad {
  padding: 86px 0px 86px 0px;
  height: 750px;
}

.diamond-pane .tab-pane p {
  padding-bottom: 85px;
}

.diamond-pane .tab-pane {
  max-width: 450px;
  margin: auto;
  text-align: center;
  padding-top: 85px;
}

.diamond-pane .btn_link a {
  font-size: 23px;
  letter-spacing: 1px;
  line-height: 41px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  padding-bottom: 5px;
  border: 0;
  font-family: "SuisseBPIntl-Light";
}

.diamond-pane .btn_link a:hover {
  color: #7f7f7f;
  transition: all 0.4s ease-in-out;
}

.diamond-gellry {
  background: #000;
  padding: 90px 0px 100px 0px;
}

.diamond-gal-pg {
  text-align: center;
  max-width: 850px;
  margin: auto;
}

.diamond-list {
  text-align: center;
  max-width: 885px;
  margin: auto;
  padding-top: 55px;
}

.list-gallery {
  padding-top: 34px;
}

.diamond-list h5 {
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 33px;
  color: #000;
  font-family: "SuisseBPIntl-Medium";
  font-weight: 500;
  position: relative;
  overflow: hidden;
}

.diamond-list h5:after {
  /*background-color: #d4a7b4;*/
  background-color: #7f7f7f;
  content: "";
  display: block;
  height: 2px;
  vertical-align: middle;
  width: 100%;
  position: absolute;
  top: 17px;
  z-index: 0;
  left: 0;
  right: 0;
}

.diamond-list h5:before {
  right: 1.2em;
}

.pink-dia ul {
  margin: 0px;
  padding: 0;
}

.pink-dia ul li {
  display: inline-block;
  padding: 10px 7px;
}

/* .diamond-circle {
  max-width: 67px;
  height: 70px;
}

.diamond-circle img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
} */

.diamond-circle p {
  font-size: 22px;
  line-height: 26px !important;
  font-family: "SuisseBPIntl-Medium";
  text-transform: uppercase;
  padding: 15px 0px;
  /*color: #dfb4ca;*/
  color: #7f7f7f;
  font-weight: 100;
  letter-spacing: 2px;
}

.diamond-list span {
  background: #fff;
  z-index: 9;
  display: inline-block;
  position: relative;
  padding: 0 13px;
}

.blue_diamonds-bg {
  background: #f5f5f5;
  padding: 167px 0px 162px 0;
}

.blue_diamonds-bg .text-tender-width {
  max-width: 713px;
  margin: auto;
}

.journey_tab .nav-tabs > li:last-child.active > a::after {
  border-bottom: 0px solid #fff;
}

.journey_tab .nav-tabs > li:last-child a:hover::after {
  border-bottom: 0px solid #fff;
}

.sup {
  /* top: -4px; */
}

.text-BX h2 sup {
  font-size: 16px;
}

.diamond-pane h2 sup {
  font-size: 16px;
}

.contanet-w h2 sup {
  font-size: 16px;
}

.jwellry-cntnt h2 sup {
  font-size: 16px;
}

section.diamond-banner {
  height: 1052px;
}

section.diamond-banner .diamond-page.zoom {
  background-position: bottom center;
  bottom: -1px;
}

.tabbable-line .tab-pane h2 {
  padding-bottom: 55.5px;
}

.dimon_txt-bx h4 sup {
  font-size: 22px;
}

.nav-tabs li a.active {
  border-bottom: 2px solid #ecf0f1;
}

.tab-panel.tab-mg {
  margin: 0;
}

.contact-form .submit-btn:hover {
  color: #000;
  transition: all 0.4s ease-in-out;
}

.press-tab .nav-tabs > li.active > .tab-line::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 120px;
  height: 1px;
  border-bottom: 1px solid #fff;
  padding-bottom: 7px;
  bottom: -9px;
}

.videp-play video {
  width: 100%;
}

.custom-slick-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-slick-text {
  position: relative;
  text-align: center;
}

.jewellDiamondSlider {
  display: flex;
  min-height: 835px;
  display: flex !important;
  position: relative;
}

.journey_tab .nav.nav-tabs li.active a::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 26%;
  right: 27%;
  bottom: 0;
  background: #fdfeff;
  height: 1px;
  webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.details-text {
  display: flex;
  justify-content: space-around;
}

/* .details-text .diamond-circle {
  min-width: 70px;
  max-width: 100%;
} */
.diamond-circle {
  width: 65px;
  height: 70px;
  position: relative;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  margin: 0px 0 30px;
}

.diamond-circle img {
  max-width: 100%;
  max-height: 100%;
}
/* .details-text img {
  width: 55%;
} */

.slider-sec {
  padding: 0;
}

.slick-initialized .slick-slide {
  outline: none;
}

.img-bx {
  max-width: 180px;
  margin-bottom: 10px;
}

.jewellDiamondSlider-left-content h1 {
  padding-bottom: 20px;
}

.dia-bg {
  background-color: #fff !important;
}

.dia-bg .ancient_one h5,
.diamond-sec-pg p,
.Journey-text p,
.ancient_one p {
  color: #000;
}

/* new css start here */

.historic-slide {
  display: flex;
  align-self: center;
}

.left-tab {
  background: #efefef;
  padding: 0 70px;
  flex: 1.3;
  display: flex;
  position: relative;
  min-height: 855px;
}

.right-tab {
  flex: 2;
  background: #fff;
}

.content-bx {
  align-self: center;
  position: relative;
}

.images-bx {
  max-width: 642px;
  margin: auto;
  padding: 30px;
}

.content-bx p {
  font-size: 18px;
  font-family: "SuisseBPIntl-Regular";
  color: #000;
}

.content-bx h2 {
  font-family: "Caslon540LTStd-Roman";
  color: #000;
  padding: 50px 0px;
  margin: 0;
}

.play {
  letter-spacing: 1px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  font-family: 'Sofia Pro'!important;
  /* font-family: "SuisseBPIntl-Regular"; */
  font-size: 17px;
  display: inline-block;
  cursor: pointer;
  line-height: 41px;
  font-weight: 400;
}

.owl-nav button {
  outline: none;
}

.owl-nav {
  position: absolute;
  top: 47%;
  left: 10px;
  max-width: 98%;
  width: 100%;
}

.owl-next::after {
  content: url("../images/right_arrow.png");
  background-size: cover;
}

.owl-prev::after {
  content: url("../images/left_arrow.png");
  background-size: cover;
}

.owl-nav span {
  display: none;
}

.owl-next {
  float: right;
}

.owl-next:hover .owl-next {
  display: block !important;
}

.owl-nav.hide {
  display: block !important;
}

.blue_diamonds-bg .play {
  color: #000;
  border-bottom: 1px solid #000 !important;
}

.blue_diamonds-bg .play:hover {
  color: #7f7f7f;
  border-bottom: 1px solid #7f7f7f !important;
}

.blue_diamonds-bg {
  background: #efefef;
  padding: 0;
}

.blue_diamonds-bg .images-bx {
  max-width: 100%;
  margin: auto;
  padding: 0px;
  height: 100%;
  min-height: 855px;
}

.dia-bg .mine-flex {
  margin-bottom: 0px;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 855px;
}

.blue_diamonds-bg .text-tender-width {
  max-width: 713px;
  margin: auto;
  min-height: 855px;
  display: flex;
}

.blue_diamonds-bg .mining-pd {
  align-self: center;
}

.tender-slide {
  display: flex;
  align-self: center;
  min-height: 835px;
}

.tender-slide .right-tab {
  align-self: center;
}

.content-bx ul li {
  display: inline-block;
  font-size: 18px;
  color: #bfbfbf;
  padding: 0px 20px 10px 0px;
  font-family: "SuisseBPIntl-Regular";
}

.tab-ul li a {
  color: #bfbfbf;
  text-decoration: none;
}

.content-bx ul {
  margin: 0;
  position: absolute;
  z-index: 99;
  padding: 0 70px;
  top: 230px;
}

.slide-txt {
  position: relative;
  height: 100%;
  width: 100%;
}

.tender-bx .images-bx {
  max-width: 707px;
}

.tender-bx .images-bx img {
  width: 100%;
}

div#sec-two {
  display: none;
}

.view-btn {
  letter-spacing: 1px;
  /* line-height: 41px; */
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  font-family: "SuisseBPIntl-Regular";
  font-size: 17px;
  display: inline-block;
  /* padding: 10px 15px; */
  cursor: pointer;
  font-weight: 400;
  line-height: 41px;
}

.btn_link_arow .play {
  border-bottom: 1px solid #fff;
}

.btn_link_arow .play:hover {
  border-bottom: 1px solid #7f7f7f;
  color: #7f7f7f;
}

.back-arrow {
  position: absolute;
  font-size: 11px;
  cursor: pointer;
  left: 0;
  bottom: 0px;
  z-index: 99;
  right: 0;
  text-align: center;
  background: #130921;
  max-width: 75px;
  margin: auto;
  color: #fff;
  border-radius: 20px;
  padding: 5px 0px;
  font-weight: normal;
  text-transform: uppercase;
}

.content-bx ul li.active a {
  color: #000;
  text-decoration: none;
}

.content-bx .tab-show {
  display: none;
}

.content-bx .tab-show.active {
  display: block;
}

.tender-bx .tab-content .item {
  display: flex;
}

.contnt-bx {
  padding: 0px 70px;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  align-items: center;
  min-height: 800px;
}

.tab-img {
  background: #fff;
}

.images-box {
  max-width: 700px;
  margin: auto;
}

/* .tab-content>.tab-pane {
    display: block;
} */
/* .owl-prev:focus::after {
    border-bottom: 1px solid #000;
}
.owl-next:focus::after {
    border-bottom: 1px solid #000;
} */

.auth-result {
  background: #000000;
}

.result-service {
  padding-bottom: 91px !important;
}

.result-table {
  margin-top: 40px;
  margin-bottom: 65px;
}

.result-table table td {
  border-bottom: 1px solid #dadada;
  border-top: 0 !important;
  font-size: 18px;
  font-family: "SuisseBPIntl-Medium";
  padding: 20px 0px 0px 0 !important;
  color: #fff;
}

.Jewellery_dec.banner-sec {
  height: auto;
}

.auth-result .left-col p {
  color: #fff;
}

.current {
  color: #fff !important;
}

.historic-slide .images-bx {
  width: 100%;
  /*  max-width: 600px;*/
  max-height: 100%;
  margin: auto;
}

.mailto {
  font-weight: bold;
}

.Journey-text p,
.ancient_one p {
  color: #fff;
}

.dia-bg .Journey-text p,
.ancient_one p {
  color: #000;
}

.tndr-text-width .view-btn {
  border-bottom: 1px solid #fff;
}

.tndr-text-width .view-btn:hover {
  color: #7f7f7f;
  border-color: #7f7f7f !important;
}

.tender-bx .images-box {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 600px;
  max-height: 100%;
}

.content-bx ul li.active a {
  color: #000;
  text-decoration: none;
}

.journey-sec-one .Journey-text p,
.ancient_one p {
  color: #fff;
}

.dia-bg .ancient_one p {
  color: #000;
}

.carousel-inner .tab-pane {
  padding-top: 60px;
}

/* new css start here */

.home-slider .owl-carousel button.owl-dot {
  border: none;
  padding: 7px !important;
  font-size: 10px;
  outline: none;
  background: #7f7f7f;
  margin: 3px 10px;
  border-radius: 50px;
}

.home-slider .owl-carousel button.owl-dot.active {
  background: #fff;
}

.home-slider-text {
  margin: 0;
  text-align: left;
  padding-left: 80px;
  max-width: 500px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flex;
}

.home-slider .owl-carousel {
  padding: 15px;
}

.home-slider-text h2,
.home-slider-text p,
.home-slider-text .btn_link {
  text-align: left;
}

.bg-img {
  min-height: 896px;
}

.images-item {
  min-height: 895px;
  overflow: hidden;
}
.provenance-img.p-0 {
  padding: 0 !important;
  overflow: hidden;
}
.home-slider .owl-dots {
  position: absolute;
  right: 40px;
  bottom: 35px;
}

.bg-video video {
  position: absolute;
  /* top: 50%;
  left: 50%; */
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  /* -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); */
}

.home-slider .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000000e0;
  opacity: 0.5;
  z-index: 1;
  visibility: visible;
}

.vert-cal-middle {
  align-self: center;
}

.bg-video .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #00000000;
  opacity: 0.5;
  z-index: 1;
  visibility: visible;
}

section.authnti {
  padding: 0px 0 40px 0;
}

.mark-auth p a:hover {
  color: #7f7f7f;
  border-bottom: 2px solid #7f7f7f;
}

.mark-auth p a {
  border-bottom: 2px solid #6f6f6d;
}

.home-slider .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000000e0;
  opacity: 0.5;
  z-index: 1;
  visibility: visible;
}

.download-txt p a {
  font-size: 22px;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}

.searech-again {
  margin-top: 75px;
}

.tab-bx-sec .text-area h2,
.tab-bx-sec .text-area p {
  color: #000;
}

.feature-text-bx {
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
}

.feature-text-bx h2 {
  padding: 15px 0px;
}

.feature-video-bx video {
  width: 100%;
  height: 100%;
}

.feature-video-bx img {
  width: 100%;
}

.feature-video-bx {
  margin: 10px 0px;
}

.new-feature {
  padding: 0px 30px;
}

#tab_default_2 {
  padding: 30px 0px;
}

#tab_default_3 {
  padding: 30px 0px;
}

#tab_default_4 {
  padding: 30px 0px;
}

#tab_default_1 .control-bx {
  min-height: 630px;
}

.tender-arrow span {
  color: #000;
  border-color: #000 !important;
}
.tender-arrow span:hover {
  color: #7f7f7f;
  border-color: #7f7f7f !important;
}

.owl-next {
  visibility: hidden;
}

.owl-prev {
  visibility: hidden;
}

.owl-nav:hover .owl-prev {
  visibility: visible !important;
}

.owl-nav:hover .owl-next {
  visibility: visible !important;
}

.press-tab .tabbable-line ul li.active a::before {
  content: "";
  position: absolute;
  z-index: 9999999999 !important;
  left: 13%;
  right: 0;
  bottom: -8px;
  background: #fdfeff;
  height: 1px;
  width: 70%;
}

.feature-text-bx .mine_gallary {
  margin: 15px 15px;
}

.new-feature .Journey-text p {
  text-align: left !important;
}

.new-feature .mine-flex {
  margin-bottom: 30px;
  margin-top: 30px;
}

#tab_default_3 .col-md-12 {
  padding: 0;
}

.new-feature .event-sec-two {
  background: #fffdfd;
  /*  padding: 120px 0px 60px 0px;*/
  padding: 150px 0px 150px 0px;
}

.press_tab_sec.sticky {
  padding: 20px 0px 25px 0px;
}

.press_tab_sec li#toggle2 {
  display: flex;
  align-self: center;
}

.feature-bg img {
  width: 100%;
  height: 100%;
}

.feature-text-bx h2 {
  font-family: "Suisse BP Intl" !important;
  font-weight: 500;
}

#new-featue-sec .mine_gallary.perent-dad {
  max-height: 410px;
}

#new-featue-sec .ancient_one {
  max-width: 680px;
}

.feature-bg {
  overflow: hidden;
}

/*additional-css*/

.movable-arrow .left-tab {
  background: #efefef;
  padding: 0 70px;
  flex: 1.3;
  display: flex;
  position: relative;
  min-height: 855px;
  background-size: cover;
  cursor: url(../images/left_arrow.png), auto !important;
}

.movable-arrow .historic-slide .images-bx {
  width: 100%;
  max-height: 100%;
  margin: auto;
  cursor: url(../images/right_arrow.png), auto !important;
  background-size: cover;
}

.movable-arrow .historic-slide .images-bx img {
  width: 100%;
  /*  max-width: 600px;*/
  margin: auto;
}

.movable-arrow .owl-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  max-width: 98%;
  width: 100%;
  height: 100%;
  z-index: -9;
}

.movable-arrow .owl-nav.hide {
  display: block !important;
  z-index: 9999;
}

.movable-arrow .owl-prev {
  visibility: hidden;
  width: 45%;
  height: 100%;
  cursor: url(../images/left_arrow.png), auto !important;
  /* cursor: url(../images/left_arrow.cur), auto !important; */
  background-size: cover;
}

.movable-arrow .owl-prev::after,
.movable-arrow .owl-next::after {
  content: none;
}

.movable-arrow .owl-next {
  visibility: hidden;
  width: 55%;
  height: 100%;
  cursor: url(../images/right_arrow.png), auto !important;
  background-size: cover;
}

.btn-wrap .next {
  font-size: 22px;
  letter-spacing: 0px;
  line-height: 1;
  color: #000000;
  font-family: "SuisseBPIntl-Regular";
  font-weight: 500;
  border: none;
  background: no-repeat;
  float: right;
  border-bottom: 2px solid;
  padding: 0;
}

.btn-wrap {
  margin: 60px 0;
}

.btn-wrap .back {
  font-size: 22px;
  letter-spacing: 0px;
  line-height: 1;
  color: #000000;
  font-family: "SuisseBPIntl-Regular";
  font-weight: 500;
  border: none;
  background: no-repeat;
  border-bottom: 2px solid;
  padding: 0;
}

.journey_sec.sticky {
  padding: 20px 0px 25px 0px;
}

#sec-two .content-bx ul {
  width: calc(685px - 150px);
}
section#new-featue-sec h2 {
  font-size: 22px;
  /* font-family: "SuisseBPIntl-Regular" !important; */
  padding: 30px 0;
}

.video-full-section {
  text-align: center;
}
iframe {
  width: 100%;
}

/* new css */

.img_container img {
  height: auto !important;
  width: auto !important;
  max-width: 100%;
}

.img_container {
  background: #fff;
  text-align: center;
}
.diamond-list .col-md-4 {
  padding: 0;
  width: calc(100% / 3);
  float: left;
}

.diamond-list .col-md-4:nth-child(2) {
  padding: 0 15px;
}

@media (max-width: 991px){
  .tender_diamonds {
    padding: 10px 0;
}
.historic-bg .tndr-text-width {
  padding: 10px 0;
}

}

@media (max-width: 767px) {
  #sec-two .content-bx ul {
    width: 100% !important;
  }

  section.images-gallry.img-s-wrap .content {
    text-align: center;
  }
  section.images-gallry.img-s-wrap .content-image {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: auto;
  }
}

.page-numbers {
  opacity: 0;
}

.next,
.prev {
  opacity: 1;
}

#tabs .owl-nav {
  position: absolute;
  top: 70%;
  left: 70px;
  max-width: 50%;
  width: 100%;
}

#tabs .owl-prev,
#tabs .owl-next {
  font-size: 22px !important;
  letter-spacing: 1px;
  color: #000000 !important;
  font-family: "SuisseBPIntl-Regular" !important;
  text-decoration: none;
  line-height: 33px;
}

#tabs .owl-next:hover,
#tabs .owl-prev:hover {
  border-bottom: 2px solid #000;
}

#tabs .owl-next {
  float: left;
  left: 70px;
  position: absolute;
}
#tabs .owl-prev::after {
  content: "Prev";
  background-size: cover;
}
#tabs .owl-next::after {
  content: "Next";
  background-size: cover;
}

#tabs .owl-next,
.owl-prev {
  visibility: visible !important;
}

.load_more-btn a.read-more-btn {
  font-size: 18px;
}

.left-sec .content-bx {
  font-size: 17px;
  line-height: 27px;
  font-weight: 500;
  color: #333333;
  font-family: "SuisseBPIntl-Regular";
	margin-top: 50px;
}

div#tab_default_2 .dimon_txt-bx h4,
div#tab_default_4 .dimon_txt-bx h4 {
  min-height: 123px;
}
div#tab_default_2 .dimon_txt-bx p {
  /* padding-top: 0;*/
  min-height: 100px;
}

.copyright-text p {
  font-size: 14px !important;
  line-height: 30px !important;
  color: #7f7f7f !important;
  /* color: #fff !important; */
  font-weight: 300 !important;
  font-family: "Silk Serif" !important;
  text-align: right;
  margin: 0;
}
.copyright-text {
  /* background: #000; */
  padding: 30px 15px;
  border-top: 1px solid #ccc;
}

.big-font p {
  font-size: 22px !important;
}

.big-heading {
  font-size: 22px !important;
}

.insta_content .tm-span {
  position: absolute;
  top: 10px;
  font-size: 8px;
}
.mail-text h2,
.insta_content h3,
.press-heading h3,
.text-BX h2,
.tabbable-line .tab-pane h2,
.text-area h2,
.diamonds-cntnt h2,
.jwellry-cntnt h2,
.content-bx h2,
.text-BX-tndr h2,
.ancient_one h5,
.mine-bX h5,
.dimon_txt-bx h4,
.big-font p {
  font-size: 32px !important;
  font-family: "SilkSerif-Light" !important;
  font-weight: 500 !important;
  line-height: 38px !important;
}

p {
  line-height: 25px !important;
  font-family: "SuisseBPIntl-Regular" !important;
  font-weight: 500 !important;
  font-size: 15px !important;
  letter-spacing: unset !important;
}
.left-col.center.big-font p b {
  font-weight: 500;
}

.container.flower-bg .son-1 {
  background-position: center !important;
}

.home-slider-text.gradient-bg {
  background: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0.8) 1%,
    rgba(0, 0, 0, 0.11) 86%,
    rgba(125, 185, 232, 0.01) 99%,
    rgba(125, 185, 232, 0) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.8) 1%,
    rgba(0, 0, 0, 0.11) 86%,
    rgba(125, 185, 232, 0.01) 99%,
    rgba(125, 185, 232, 0) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.8) 1%,
    rgba(0, 0, 0, 0.11) 86%,
    rgba(125, 185, 232, 0.01) 99%,
    rgba(125, 185, 232, 0) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#007db9e8',GradientType=1 );
}

.australia-content .left-two {
  flex: 1;
  column-count: 2;
}

.australia-content .btm-space.col-md-6 {
  float: none;
  width: auto;
}

.site-map-wrap {
  padding: 30px 0;
}

.footer .container.d-flex,
.footer-bottom .container.d-flex {
  padding-left: 49px;
  padding-right: 49px;
}

.footer-logo-wrap {
  width: 398px;
  padding: 0;
}

.footer-list-one,
.footer-list-two {
  width: 197px;
  padding: 0;
}

.footer-list-three {
  width: 307px;
  padding: 0;
}

.footer-list-four {
  width: 108px;
  padding: 0;
}

.custom-flex {
  display: flex;
  width: 100%;
}
.left-custom-flex {
  margin-right: 100px;
}

.journey-sec-one p {
  max-width: 700px;
  margin: 0 auto;
}
.Journey-text p {
  max-width: 500px;
}
.journey-cntnt p {
  max-width: 700px;
  margin: 0 auto;
}

.img-box-container img {
  padding: 13px;
}           
.home-bg p.mobile-none {font-family: 'Sofia Pro'!important;}
.text-area.home-bg h4{font-family: 'Sofia Pro'!important;}
.text-area.home-bg .btn_link a{font-family: 'Sofia Pro'!important;} 
/* html body p.aos-init.aos-animate {font-family: 'Sofia Pro'!important;}*/
.left-col div.aos-init.aos-animate p, .content-details.fadeIn-top p{font-family: 'Sofia Pro'!important;}
div#country-name ul li a, .jwellry-cntnt.journey-cntnt.diamonds-cntnt h6.aos-init.aos-animate{font-family: 'Sofia Pro'!important;}
.pink-dia ul li .diamond-circle p, .over-nav ul#header_right_top li a, .logo-bx .small-over-nav ul li a{font-family: 'Sofia Pro'!important;}
.contact-form .label{font-family: 'Sofia Pro'!important;}
body input, section.banner-sec h6, .cap-p p, .mine_gallary.aos-init.aos-animate p{
	font-family: 'Sofia Pro'!important;
}
body input.input-text.js-input::-webkit-input-placeholder { /* Edge */
	font-family: 'Sofia Pro'!important;
}
body input.input-text.js-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	font-family: 'Sofia Pro'!important;
}
body input.input-text.js-input::placeholder {
	font-family: 'Sofia Pro'!important;
}
body input.input-text.js-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-family: 'Sofia Pro'!important;
  opacity: 1; /* Firefox */
}
body input.input-text.js-input::-ms-input-placeholder { /* Microsoft Edge */
  font-family: 'Sofia Pro'!important;
}

.tab-pane p, .owl-item p{font-family: 'Sofia Pro'!important;}
sup {
/*     top: unset; */
}
.term-sec .left-col p {
    margin-bottom: 35px;
}

.bg-video iframe {
    margin-top: -70px !important;
}
.home-frame iframe {
  width: 100%;
  height: 755px;
  overflow: hidden;
  clear: both;
  margin: 0px auto -10px;
}

.home-frame .bg-img {
  min-height: 756px;
}

.home-frame .images-item {
  min-height: 756px;
}

/********************Images width set not depends updon device width *****************/
.row.marg.press_release .press_release_content .control-bx .dimon_img-bx,
.row.marg .media_release_content .control-bx .dimon_img-bx {
    max-width: 300px;
    min-width: 300px;
    width: 300px;
    margin: 0 auto;
}
.row.marg.press_release .press_release_content .control-bx img,
.row.marg .media_release_content .control-bx .dimon_img-bx img{
    width: 300px;
    max-width: 300px;
    min-width: 300px;
    object-fit: cover;
}

/********************Images width set not depends updon device width ENDS *****************/


@media(max-width: 1024px){
  .home-frame iframe {
    height: 565px;
}
.home-frame .bg-img {
  min-height: 565px;
}

.home-frame .images-item {
  min-height: 565px;
}
}

@media(max-width: 991px){
  .home-frame iframe {
    height: 525px;
}
.home-frame .bg-img {
  min-height: 525px;
}

.home-frame .images-item {
  min-height: 525px;
}
}

@media(max-width: 767px){ 
  section.images-gallry.img-s-wrap .content{
    height: 200px!important;
  }
  .ancient_one.diamond-gal-pg {
      padding: 0px 15px;
  }

}


.modal-body {
  position: relative;
  padding: 5px;
}
.modal-header {
  padding: 5px 15px;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 10000;
}
.modal:before { 
  content: ''; 
  display: inline-block; 
  height: 100%; 
  vertical-align: middle; 
} 

.modal-dialog { 
  display: inline-block; 
  vertical-align: middle; 
} 

.modal-body img {
  width: 100%;
}
@media (min-width: 992px){
.modal-lg {
  width: 1100px;
}
}

.owl-dots.add_dots {
  display: none;
}
.color__guide p:last-child {
  padding-top: 12px;
}

.note-p {
  padding-top: 71px;
}
.apd__modal {
  bottom: auto;
}
.iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}

.iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}

.explore-btn.explore-dm.auth {
  padding-top: 0;
}
.select-option-custom .dropdown select option {
  font-size: 18px !important;
}

.picture-container {
  position: relative;
}
.picture-container > img {
  width: 100%;
  height: auto;
}
.picture-container.zoomed {
  overflow: auto;
  height: 0;
  padding-bottom: 56.25%;
  padding-bottom: 100%;
}
.picture-container.zoomed > img {
  width: 150%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.jwellry-cntnt.tender_pg h6 {
    color: #fff !important;
}

.jwellry-cntnt.tender_pg h2 {
    color: #fff !important;
}
.jwellry-cntnt.tender_pg p {
    color: #fff !important;
}
/* .footer-bottom {
  background: #000;
} */