@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

h1, h2, h3, h4, h5, h6 {
	font-family: "Playfair Display", serif!important;
}
body {
	font-family: 'Poppins', sans-serif!important;
	overflow-x: hidden;
}

ul {
	list-style:none;
	padding:0;
	margin:0;
}
a:hover {
	text-decoration:none!important;
}
.container {
    max-width: 1200px!important;
	z-index:99;
}
header {
    width: 100%;
    padding: 0 0;
    z-index: 999;
	position: relative;
}

h5 {
    font-size: 30px;
    margin: 0 0 40px;
}
p, li {
    font-size: 14px;
    line-height: 24px;
    color: #5a6673;
    margin: 10px 0 0;
}

/*******************************SLIDER*******************************/

.main-carousel {
  max-width: 100%;
  height: 65vh;
  margin: 0 auto;
}

.carousel-cell {
  background: #000;
  width: 100%;
  height: 65vh;
  margin-right: 0px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.og .bg {
  background: url("../images/banner_img.png") no-repeat center;
  background-size: cover;
}

.tng .bg {
  background: url("../images/banner_img.png") no-repeat center;
  background-size: cover;
}

.bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.text {
  padding: 0 60px;
  position: relative;
  transform: translateY(-50%);
  top: 50%;
}

.flickity-page-dots {
  bottom: 25px;
}

@media all and (max-width: 760px) {

}

.flickity-page-dots {
    bottom: 20px!important;
}


.loader-wrapper {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #003441;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 9999;
      animation: fadeOut 0.5s ease-out 4s forwards;
    }

    .loader {
      width: 350px;
      height: 350px;
	  background-image:url(../images/nbs-logo.gif);
	  background-size:100% auto;
    }

.banner_wrapper {
    background-image: url(../images/banner_img.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 750px;
}



.main_header {
    padding: 15px 0;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    background-color: rgba(0, 0, 0, 0.5);
}
.logo {
    display: block;
    margin: 0 auto;
    width: 99px;
}
.logo img {
    width: 100%;
}
.menu_round {
    display: none;
}
.menu_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0 0;
}
ul.menu_bar {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-transform: uppercase;
	font-weight: 500;
	font-family: "Playfair Display", serif!important;
}
ul.menu_bar li {
    margin: 0 20px;
}
ul.menu_bar li a {
    color: #fff;
    letter-spacing: 1px;
}
ul.menu_bar {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
}
.banner_wrapper h1 {
    font-size: 65px;
    line-height: 65px;
    color: #fff;
    margin: 40px 0;
}




.flickity-slider p {
    max-width: 700px;
    margin: 0 auto 40px;
    font-size: 14px;
    color: #fff;
    opacity: 0.8 !important;
}
.flickity-slider h1 {
    color: #fff;
    font-size: 55px;
    margin: 0 0 30px;
}
.flickity-slider a {
    background-color: #6B8BDE;
    color: #fff;
    display: block;
    width: 165px;
    padding: 10px 0;
    border-radius: 60px;
    margin: 0 auto;
}
.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 29%!important;
    top: 30%!important;
    width: 40%!important;
    height: 40%!important;
}
.flickity-prev-next-button {
    top: 50%!important;
    width: 35px!important;
    height: 35px!important;
}
.intro_wrapper {
    padding: 90px 0;
}
.intro_content section {
    padding: 0 0 0 35px;
}
.intro_img section {
    margin: -315px 0 0;
}
.intro_img a {
    display: block;
}
.intro_img img {
    width: 100%;
}
.intro_wrapper h3 {
    font-size: 55px;
    margin: 0 0 35px;
}
.intro_wrapper h3 span {
    color: #5063ba;
}
.intro_wrapper p {
    font-size: 14px;
    line-height: 24px;
    color: #5a6673;
    margin: 0 0 30px;
}
p#intro_first {
    background-image: url(../images/diamond.png);
    background-repeat: no-repeat;
    background-size: 114px auto;
    padding: 0 0 0 130px;
}
.btn_wrapper {
    display: flex;
}
.btn_wrapper a {
    display: block;
    padding: 15px 30px;
    color: #fff;
    font-family: "Playfair Display", serif;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
}
.banner_wrapper .btn_wrapper {
    justify-content: end;
}
.banner_wrapper .btn_wrapper a {
    background-color: #2B4CB7;
}

.intro_wrapper .btn_wrapper a {
	background-color:#000;
}

.intro_text {
    display: flex;
    align-items: center;
}

.diamond_content h3 {
    font-size: 55px;
    margin: 0 0 35px;
}
.diamond_content p {
    font-size: 14px;
    line-height: 24px;
    color: #5a6673;
    margin: 0 0 30px;
}
.diamond_content section {
    padding: 0 35px 0 0;
}
.diamond_content section img {
    width: 400px;
}


.diamond_wrapper {
    padding: 0 0 70px;
}
.diamond_img section {
    position: relative;
}
.diamond_img section img {
    width: 100%;
}
.diamond_img .btn_wrapper {
    position: absolute;
    bottom: 40px;
    z-index: 999;
    left: 55px;
}
.diamond_img .btn_wrapper a {
    border: solid 1px #fff;
}



.collection_wrapper {
    background-color: #11261F;
    padding: 55px 0 0;
    position: relative;
}
.collection_wrapper:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    background-color: #E0EEE9;
    width: 100%;
    height: 96px;
}
.collection_wrapper h3 {
    margin: 0 0 35px;
    background-image: url(../images/label_latest.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 40px 0;
}
.collection_wrapper h3 span {
    text-align: center;
    font-size: 55px;
    color: #fff;
    display: block;
}
.collection_wrapper section img {
    width: 100%;
}
.collection_wrapper section h5 {
    margin: 0;
    font-size: 32px;
    padding: 10px 0;
    background-color: #E0EEE9;
	display: none;
}
.collection_wrapper .container {
    z-index: 999;
    position: relative;
}






.testimonial_wrapper {
    padding: 55px 0;
}
.testimonial_wrapper section {
    padding: 0 0 0 420px;
    position: relative;
    min-height: 335px;
    display: flex;
    align-items: center;
}
.testimonial_wrapper section:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 335px;
    height: 335px;
    background-image: url(../images/diamond-tag.png);
}
.testimonial_wrapper section article p {
    font-size: 24px;
    font-family: "Playfair Display", serif !important;
    padding: 0 0 30px;
    margin: 0 0 30px;
    border-bottom: solid 1px #B8B8B8;
}
.author {
    display: flex;
    align-items: center;
}
.author img {
    border-radius: 130px;
    margin: 0 15px 0 0;
}
.author h5 {
    margin: 0;
    font-family: 'Poppins', sans-serif !important;
}
.author h5 span {
    display: block;
    font-size: 14px;
    margin: 2px 0 0;
    color: #555;
}






footer {
    background-color: #00222b;
}
.footer_subscribe {
    background-image: url(../images/Connect_label.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 95px 0 35px;
    background-size: 1100px;
}
.footer_links h3 {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.8;
    margin: 0 0 25px;
    font-family: 'Poppins', sans-serif !important;
    padding: 0 0 0 30px;
    position: relative;
}
.footer_links h3:before {
    position: absolute;
    left: 0;
    top: 6px;
    content: "";
    width: 20px;
    height: 3px;
    background-color: #34C997;
    border-radius: 30px;
}
.footer_subscribe form {
    position: relative;
    padding: 0 185px 0 0;
    min-height: 63px;
    margin: 7px 0;
}
.footer_subscribe form input[type="text"] {
    width: 100%;
    height: 63px;
    padding: 0 20px;
    background-color: rgba(0, 0, 0, 0.5);
    border: solid 1px #CDCDCD;
    border-right: none;
}
a.subscribe_btn {
    background-color: #1E926B;
    display: block;
    width: 185px;
    text-align: center;
    padding: 20px 0 20px 20px;
    color: #fff;
    font-family: "Playfair Display", serif;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    background-image: url(../images/send.png);
    background-repeat: no-repeat;
    background-position: 25px center;
    background-size: 20px auto;
    position: absolute;
    right: 0;
    top: 0;
}
.footer_links {
    padding: 50px 0 35px;
}
.footer_credit {
    padding: 35px 0 35px;
    border-top: solid 1px rgba(255, 255, 255, 0.3);
}
.footer_links p {
    color: #fff;
    font-size: 18px;
    font-family: "Playfair Display", serif !important;
    margin: 0 0 15px 30px;
}
.footer_links li {
    font-size: 14px;
    margin: 0 0 12px;
}
.footer_links li a {
    color: #fff;
}
ul.social_icons {
    display: flex;
    margin: 0 0 0 30px;
}
ul.social_icons li {
    margin: 0 8px 0 0;
}
ul.social_icons li a {
    display: flex;
    width: 38px;
    height: 38px;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    border: solid 1px #4F4F4F;
    border-radius: 0 10px 0 10px;
}
.footer_links p a {
    display: block;
    color: #fff;
    letter-spacing: 1px;
}
.footer_subscribe h3 {
    color: #fff;
    font-size: 55px;
}
.footer_subscribe h3 span {
    color: #34C997;
}


.footer_credit p {
    font-family: "Playfair Display", serif !important;
    color: #fff;
    font-size: 18px;
    margin: 0;
}
.footer_credit ul {
    display: flex;
    justify-content: end;
}
.footer_credit li {
    position: relative;
	font-size: 18px;
}
.footer_credit li a {
    display: block;
    color: #fff;
    padding: 0 0 0 30px;
}
.footer_credit li:before {
    position: absolute;
    left: 13px;
    top: 12px;
    content: "";
    width: 3px;
    height: 3px;
    background-color: #fff;
}
.footer_credit li:first-child:before {
	display:none;
}


.footer_links form {
    position: relative;
    padding: 0 140px 0 0;
    margin: 25px 0 0;
}
.footer_links form input {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    font-size: 14px;
    background-color: transparent;
    border: solid 1px rgba(255, 255, 255, 0.4);
    border-radius: 5px;
	    color: #fff;
}
.footer_links form a {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    background-color: #444BD3;
    color: #fff;
    line-height: 39px;
    width: 125px;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
}
.social_icons ul {
    display: flex;
    justify-content: end;
    font-size: 18px;
}
.social_icons li {
    margin: 0 0px 0 15px;
}
.social_icons li a {
    color: #fff;
}



.inner_wrapper {
    padding: 0 0;
    background-image: url(../images/inner_banner.jpg);
    height: 280px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.inner_wrapper:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.inner_wrapper h1 {
    color: #fff;
    font-weight: 700;
    font-size: 48px;
    text-align: center;
    margin: 20px 0 0;
}
.about_wrapper {
    padding: 90px 0 75px;
}
.inner_wrapper article {
    position: relative;
}


.about_content h5 {
    font-size: 30px;
    margin: 0 0 40px;
}
.about_content p {
    font-size: 14px;
    line-height: 24px;
    color: #5a6673;
    margin: 0 0 10px;
}
.about_img img {
    width: 100%;
}
.about_experience {
    background-color: #f6f4f2;
}
.about_experience section {
    padding: 70px 30px 70px 0;
}
.about_experience section h5 {
    font-size: 30px;
    margin: 0 0 40px;
}
.about_experience section p {
    font-size: 14px;
    line-height: 24px;
    color: #5a6673;
    margin: 10px 0 0;
}
.about_experience img {
    width: 100%;
}

.about_certificate {
    padding: 0 0 75px;
}
.about_certificate h5 {
    font-size: 30px;
    margin: 0 0 40px;
    color: #fff;
}
.about_certificate section p {
    font-size: 14px;
    line-height: 24px;
    color: #c7d0d0;
    margin: 10px 0 0;
    text-align: justify;
}
.about_certificate section {
    background-color: #11261F;
    padding: 50px;
    display: flex;
    flex-wrap: wrap;
}
.about_cert_img {
    background-image: url(../images/about_img3.jpg);
    background-size: cover;
    background-position: center;
}
.about_certificate section article {
    padding: 0 35px 0 0;
}
.about_exp_content {
    display: flex;
    align-items: center;
}
.about_experience.white_bg {
    background-color: #fff;
}
.about_experience.white_bg section {
        padding: 70px 0 70px 30px;
}
.about_cert_img img {
    display: none;
}
.about_exp_img {
    background-image: url(../images/about_img2.jpg);
    background-size: cover;
}
.about_exp_img img {
    display: none;
}
.about_experience.white_bg .about_exp_img {
	background-image: url(../images/about_img4.jpg);
    background-size: cover;
}
.about_final {
    padding: 70px 0;
	    background-color: #f6f4f2;
}
.about_final .row {
    margin: 0 -30px;
}
.about_final h5 {
    font-size: 30px;
    margin: 0 0 40px;
}
.about_final p, .about_final li {
    font-size: 14px;
    line-height: 24px;
    color: #5a6673;
    margin: 10px 0 0;
}
.about_final li {
    background-image: url(../images/check-mark.png);
    background-repeat: no-repeat;
    background-position: left 4px;
    background-size: 20px auto;
    padding: 0 0 0 37px;
}

.diamond_intro {
    padding: 70px 0;
}
.diamond_intro h5 {
    text-align: center;
}
.diamond_intro h5 span {
    display: block;
    font-size: 22px;
    margin: 10px 0 0;
}
.mining_wrapper {
    padding: 0 0 70px;
}
.mining_img {
    background-image: url(../images/diamond_img.png);
    background-size: cover;
    background-repeat: no-repeat;
	background-position: center;
}
.mining_wrapper img {
	width:100%;
	display:none;
}
.mining_wrapper h5 span {
    display: block;
    font-size: 22px;
    margin: 10px 0 0;
	color: #1b7356;
}
.mining_wrapper ul {
    margin: 30px 0 0;
}
.mining_wrapper li {
    border-bottom: solid 1px #e2e7f5;
    margin: 0;
}
.mining_wrapper li a {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    align-items: center;
    color: #000;
    font-size: 16px;
	transition: all 0.7s ease 0s;
}
.mining_content section {
    padding: 0 40px 0 0px;
}
.mining_wrapper li a:hover {
    background-color: #11261F;
    padding: 15px 25px;
    color: #fff;
}
.world_wrapper .mining_content section {
    padding: 0 0 0 40px;
}
.world_wrapper .mining_img {
	background-image: url(../images/diamond_img2.png);
	background-size:cover;
	background-position: center;
}

.step_wrapper h3 {
    padding: 0;
    text-align: center;
    color: #fff;
    background-image: none;
    font-size: 30px;
}
.step_wrapper h3 span {
    text-align: center;
    font-size: 22px;
    color: #34C997;
    display: block;
    margin: 15px 0 0;
}
.step_wrapper p {
    text-align: center;
    color: #fff;
    opacity: 0.6;
    margin: 0 0 60px;
}
.step_wrapper section h5 {
    font-size: 24px;
}
.step_wrapper section a {
    display: block;
    color: #000;
}
.step_wrapper section h5 span {
    display: block;
    font-size: 18px;
    margin: 10px 0 0;
}
.step_wrapper:after {
    height: 102px;
}







.mining_details {
    padding: 70px 0;
}
.mining_details_content section {
    padding: 0 0 0 30px;
}
.mining_details_img img {
	width:100%;
	display:none;
}
.mining_details_img {
	background-image: url(../images/diamond-mining.png);
	background-size:cover;
	background-position: center;
}

.world_details_img img {
	width:100%;
	display:none;
}
.world_details_img {
    background-image: url(../images/world_img.png);
    background-size: cover;
    background-position: center;
    margin: 10px 0;
}


.world_details {
    padding: 70px 0;
}
.world_details_content section {
	padding:0 0 0 35px;
}
.world_details_content h5 {
    font-size: 25px;
    margin: 0 0 15px;
}
.world_details_content article {
    padding: 20px;
    border: solid 1px #ddd;
    margin: 10px 0;
}

.mining_content .btn_wrapper {
    margin: 40px 0 0;
}
.mining_content .btn_wrapper a {
    background-color: #000;
}



.process_details {
	padding: 70px 0;
}
.process_img img {
	width:100%;
	display:none;
}
.process_img {
    background-size: cover;
    background-position: center;
}
#process1 {
    background-image: url(../images/process-img1.png);
}
#process2 {
    background-image: url(../images/process-img2.png);
}
#process3 {
    background-image: url(../images/process-img3.png);
}
#process4 {
    background-image: url(../images/process-img4.png);
}
.process_details_content article {
    padding: 20px;
    border: solid 1px #ddd;
}

.process_details_content h5 span {
    display: block;
    font-size: 22px;
    margin: 10px 0 0;
    color: #1b7356;
}
.process_details_content article h6 {
    font-family: 'Poppins', sans-serif !important;
    margin: 25px 0 0;
    font-size: 18px;
    font-weight: 600;
}
.process_details_content li {
    background-image: url(../images/check-mark.png);
    background-repeat: no-repeat;
    background-position: left 4px;
    background-size: 14px auto;
    padding: 0 0 0 23px;
    margin: 0;
}
.process_details_content ul {
margin: 15px 0 20px;
}







.step_conclusion {
    padding: 55px 0;
}
.step_conclusion section {
    padding: 0 0 0 420px;
    position: relative;
    min-height: 335px;
    display: flex;
    align-items: center;
}
.step_conclusion section:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 335px;
    height: 335px;
    background-image: url(../images/diamond-tag.png);
}
.conclusion_wrapper {
    background-color: #11261F;
    padding: 30px 40px;
    margin: 50px 0 0;
    text-align: center;
}
.conclusion_wrapper p {
    margin: 0;
    color: #fff;
    font-family: "Playfair Display", serif !important;
    font-size: 18px;
    line-height: 35px;
}
i.fab.fa-x {
    background-image: url(../images/X-Logo.png);
    display: block;
    width: 20px;
    height: 20px;
    background-size: 100%;
}

.collections_wrapper {
    padding: 60px 0;
}
.collections_wrapper h5 {
    margin: 0;
    font-size: 22px;
    color: #fff;
}
.collections_wrapper section {
    margin: 15px 0;
}
.collections_wrapper section img {
	width:100%;
}


.contact_wrapper {
    padding: 70px 0;
}
.contact_wrapper section img {
    width: 65px;
    margin: 0 0 15px;
}
.contact_wrapper section {
}
.contact_wrapper section a {
	background-color: #11261f;
	transition: all 0.6s ease 0s;
    text-align: center;
    padding: 35px;
    display: block;
    color: #fff;
}.contact_wrapper section a:hover {
    background-color: #0d4834;
}
.contact_wrapper section h5 {
    font-size: 23px;
	margin: 0;
}
.contact_wrapper section h5 span {
    display: block;
    color: #fff;
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 20px 0 10px;
	opacity:0.6;
}
.collection_product_desc {
    padding: 10px 20px;
    background-color: #11261F;
}
.collection_product_desc ul {
    margin: 15px 0 0;
}
.collection_product_desc li {
    margin: 0;
    color: #becdc8;
}

.accordion .card-header {
    padding: 0;
    background: transparent;
    border: none;
}
.accordion .card-header button.btn {
    padding: 0;
}
.accordion .card {
    border: none;
    border-bottom: solid 1px #dddd !important;
    border-radius: 0 !important;
    padding: 13px 0;
}
.accordion {
    border-radius: 0 !important;
    margin: 25px 0 0;
}
.accordion .card-body {
    padding: 0;
}
.accordion .card-header button.btn {
    padding: 0;
    font-family: 'Poppins', sans-serif !important;
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
}



@media (min-width:250px) and (max-width:1200px) {
.about_certificate section {
    padding: 35px 20px;
}	
}





@media (min-width:250px) and (max-width:991px) {
.intro_img section {
    margin: 0 0 0;
}
.collection_wrapper section {
    margin: 20px 0;
}
.collection_wrapper section h5 {
    padding: 10px 25px;
}
.collection_wrapper section h5 br {
	display:none;
}
.collection_wrapper:after {
	display:none;
}
.diamond_content section img {
    margin: 0 0 50px;
}
.contact_wrapper section {
    margin: 14px 0;
}
}


@media (min-width:250px) and (max-width:767px) {
.banner_wrapper h1 {
    font-size: 48px;
    line-height: 48px;
    text-align: center;
}
.banner_wrapper .btn_wrapper {
    justify-content: center;
}
.intro_content section, .diamond_content section {
    padding: 0;
}
.intro_wrapper h3, .diamond_content h3 {
    font-size: 40px;
}
.intro_content section {
    padding: 25px 0 0;
}
.intro_wrapper {
    padding: 60px 0;
}
.diamond_content section img {
    margin: 0 0 50px;
}
.collection_wrapper h3 span {
    font-size: 40px;
}
.collection_wrapper section {
    margin: 20px 0;
}
.collection_wrapper section h5 {
    font-size: 30px;
    padding: 10px 25px;
}
.collection_wrapper section h5 br {
	display:none;
}
.collection_wrapper:after {
	display:none;
}
.footer_links .col-lg-3 a {
    display: block;
    width: 101px;
    margin: 0 auto 25px;
}
.footer_links .col-lg-3 a img {
    width: 100%;
}
.footer_links h3 {
    padding: 0;
    text-align: center;
}
.footer_links h3:before {
	display:none;
}
.footer_links p {
    margin: 0 0 15px 0;
    text-align: center;
}
ul.social_icons {
    display: flex;
    margin: 0 0 65px 30px;
    justify-content: center;
}
.footer_credit p {
    text-align: center;
}
.footer_credit ul {
    justify-content: center;
    margin: 20px 0 0;
}
.footer_credit li {
    font-size: 14px;
}
ul.menu_bar li a {
    letter-spacing: 0px;
}
ul.menu_bar li {
    margin: 0 15px;
    font-size: 13px;
}
.about_cert_img {
    background-image: none;
}
.about_cert_img img {
    display: block;
    width: 100%;
    margin: 25px 0 0;
}
.about_img img {
    width: 100%;
    margin: 0 0 25px;
}
.about_wrapper {
    padding: 50px 0;
}
.about_certificate section {
    padding: 20px 5px;
}
.about_certificate {
    padding: 0 0 50px;
}
.about_experience section {
    padding: 50px 0;
}
.about_exp_img, .about_experience.white_bg .about_exp_img {
    background-image: none;
}
.about_exp_img img {
    display: block;
    width: 100%;
}
.about_experience.white_bg .about_exp_img img {
    margin: 0;
}
.about_experience {
    background-color: #f6f4f2;
    padding: 0 0 50px;
}
.about_experience.white_bg section {
    padding: 0;
    margin: 30px 0 0;
}
.about_final .row {
    margin: 0;
}
.about_final {
    padding: 50px 0;
    background-color: #f6f4f2;
}
.about_final article {
    margin: 0 0 30px;
}
.mining_img {
    background-image: none;
}
.mining_wrapper img {
    width: 100%;
}
.world_wrapper .mining_img {
    background-image: none;
}
.world_wrapper .mining_img img {
	display: block;
}
.mining_content section {
    padding: 0;
}
.world_wrapper .mining_content section {
    padding: 0;
    margin: 30px 0 0;
}
.step_conclusion section:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 270px;
    height: 270px;
    background-image: url(../images/diamond-tag.png);
    background-size: 100%;
}
.step_conclusion section {
    padding: 300px 0 0 0;
}
.world_details_content section {
    padding: 0;
}
.world_details_content article p {
    font-size: 14px;
}
.world_details_img img {
    width: 100%;
    display: block;
}
.world_details_img {
    background-image: none;
}
.inner_wrapper {
    padding: 0 0 20px;
    height: auto;
	        background-size: cover;
}
.process_details_content article p {
    font-size: 14px;
}
#process1, #process2, #process3, #process4 {
    background-image: none;
}
.process_img img {
    width: 100%;
    display: block;
}
}



@media (min-width:250px) and (max-width:576px) {
.menu_round {
    display: block;
    font-size: 27px;
    background-color: #0d4834;
    color: #fff;
    padding: 3px 10px;
    margin: 0 0 0;
}
.menu_wrapper {
    flex-direction: column;
}	
ul.menu_bar {
    display: none;
    margin: 20px 0 0;
    width: 100%;
	background-color: #11261f;
}
ul.menu_bar li {
    margin: 0;
    font-size: 13px;
    padding: 0;
    text-align: center;
}
ul.menu_bar li a {
    letter-spacing: 0px;
    display: block;
    padding: 10px 0;
}
ul.menu_bar li {
   border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}	
ul.menu_bar li:last-child {
    border-bottom: none;
}
}