/* :root {
  --offset-value: 30;
  --btn-size: 60;

  --green: #00004A;
} */
/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500&family=Roboto+Slab:wght@300;400;500;600;700&display=swap'); */

*, *::after, *::before{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    text-decoration: none !important;
    outline: none !important;
}
body {
  position: relative;
  margin: 0;
  padding: 0;
  outline: none;
  /* font-family: 'Poppins', sans-serif; */
  font-size: 14px;
  font-weight: 400;
  overflow-x: hidden;
  background-color: #fff;
  color: #ffffffB0;
  width: 100%;
  height: 100%;
}
.main h1, .main h2, .main h3, .main h4, .main h5, .main h6{
    font-size: inherit;
    margin: 0;
    display: block;
    font-family: 'Roboto Slab', serif !important;
}
a{
    color: inherit;
    font-size: inherit;
}
a:hover{
    color: inherit;
}
.main p, .main span, .main div{
    font-family: 'Poppins', sans-serif;
}
input, button{
    outline: none;
}
::-webkit-input-placeholder {
  color: #c3c3c3;
}
ul, li{
  list-style: none;
  margin: 0;
  padding: 0;
}
.btn:focus{
  border: 0;
  box-shadow: none;

}

/****************-----------------------*****************/
canvas {
  display: block;
  vertical-align: bottom;
}
/* ---- tsparticles container ---- */
#tsparticles {
  position: absolute;
  width: 100%;
  height: 100%;
}
header.header.change-icon-color {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
}
.top-section .logo a {
  position: absolute;
  z-index: 99;
  top: 22%;
  left: 50%;
  transform: translate(-50%, -78%);
  max-width: 380px;
}
.top-section .logo{
  position: absolute;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: transparent;
}
div#toggle-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #6F91A8;
  justify-content: center;
  position: absolute;
  top: 15px;
  left: 15px;
  border-radius: 100%;
  z-index: 99999;
  transition: .5s;
  transform: rotate(0);
}
div#toggle-btn span {
  width: 15px;
  height: 2px;
  display: block;
  color: #6F91A8;
  background: #6F91A8;
  margin-bottom: 5px;
}
div#toggle-btn span:nth-child(2) {
  width: 23px;
}
div#toggle-btn span:last-child {
  margin: 0;
}
.custom-nav nav {
  display: none;
}
.custom-nav .btn.shown {
  border-color: #fff !important;
  transform: rotate(360deg) !important;
}
.custom-nav .btn.shown span {
  width: 23px !important;
  transform: rotate(45deg) translate(5px, 5px);
  transform-origin: center;
  background: #fff !important;
}
.custom-nav .btn.shown span:nth-child(2) {
  width: 23px;
  opacity: 0;
  display: none;
}
.custom-nav .btn.shown span:last-child {
  margin: 0;
  transform: rotate(135deg) translate(-5px, 5px);
}
.custom-nav .btn.shown + nav {
  opacity: 1;
  transform: translateX(0%);
}
.custom-nav .btn + nav ul {
  position: absolute;
  top: 40%;
  left: 40%;
  transform: translate(-60%, -60%);
  z-index: 2;
}
.custom-nav .btn + nav ul a.link {
  font-size: 30px;
  margin-bottom: 20px;
  color: #fff;
}
.custom-nav .btn + nav {
  width: 25vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: block;
  transition: .5s;
  opacity: 0;
  transform: translateX(-150%);
}
.custom-nav .btn + nav::after {
  position: absolute;
  content: "";
  background: RGBA(111,145,168,.6);
  width: 130%;
  height: 100%;
  z-index: 1;
  transform: skewX(-10deg);
  left: -40%;
  backdrop-filter: blur(4px);
}
/* .login-btn {
  background: #6F91A8;
  color: #fff;
  padding: 10px 20px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
  max-width: 185px;
  margin-left: auto;
} */
.login-slidebar {
  position: absolute;
  right: 15px;
  top: 15px;
}
/* .login-btn img {
  margin-right: 10px;
} */
.sidebar-container {
  /* background: #fff; */
  position: fixed;
  top: 0;
  right: 0;
  width: 500px;
  height: 100%;
  transform: translateX(150%);
  transition: .5s;
  z-index: 9999;
}
.sidebar-container.move-to-left {
  transform: translateX(0);
}
.sidebar-container::after {
  position: absolute;
  content: "";
  background: RGBA(15,20,23,.8);
  width: 137.3%;
  height: 100%;
  z-index: 1;
  transform: skewX(
8deg
);
  right: -50%;
  top: 0;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border-left: 2px solid #6F91A8;
}
.form-container {
  z-index: 2;
  position: relative;
}
.sidebar-close-btn {
  position: absolute;
  z-index: 3;
  color: #000;
  right: 20px;
  top: 16px;
  font-size: 20px;
  transform: scaleX(1.3);
  width: 31px;
  height: 40px;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background: #fff;
  cursor: pointer;
}
.sidebar-title h5{
  width: 100%;
  text-align: center;
  padding: 20px;
  border-bottom: 0px solid #aaa;
  margin-left: 5px;
  font-size: 25px;
  margin-bottom: 40px;
}
.form__field input {
  height: 40px;
  width: 100%;
  border: 1px solid #d1d1d1;
  padding: 10px 15px 10px 40px;
  border-radius: 50px;
  font-weight: 500;
  letter-spacing: .5px;
}
.form__field {
  padding: 0 20px;
  width: 300px;
  margin: 0 auto 20px;
  position: relative;
}
.form__field label {
  position: absolute;
  width: 18px;
  top: 10px;
  height: 18px;
  font-size: 0px;
  margin: 0;
  left: 33px;
}
.form__field label svg {
  width: 18px;
  height: 18px;
  fill: #6F91A8;
}
.form__field.sub-btn button {
  width: 100%;
  background: #6F91A8;
  border: 0;
  padding: 10px;
  border-radius: 50px;
  color: #fff;
}
.from-link a {
  text-decoration: underline !important;
  font-size: 14px;
  color: #999;
  margin: 0 10px;
}
.from-link {
  max-width: 260px;
  display: flex;
  margin: 0 auto;
  justify-content: center;
}
.top-section {
  width: 100%;
  height: 100vh;
  position: relative;
  display: block;
}

.sec-title {
  font-size: 40px;
  margin-bottom: 15px;
  color: #6F91A8;
}
.sec-p {
  font-size: 16px;
  letter-spacing: .5px;
}
.dia-animation {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 50%;
  text-align: center;
  bottom: 0;
  overflow: hidden;
}
@keyframes slide {
	0% {transform:translateX(-100%);}
	100% {transform:translateX(100%);}
}
.shine-effect {
  width: 580px;
  height: 580px;
  position: absolute;
  border-radius: 100%;
  top: 39px;
  left: -21px;
  overflow: hidden;
  right: 0;
  margin: 0 auto;
  opacity: .8;
  transform: rotate(35deg);
}
.shine-effect::after {
	content:'';
  top:0;
  left: 0;
	transform:translateX(100%);
	width:100%;
	height:100%;
  position: absolute;
	z-index:1;
  animation: slide 2s infinite;
  background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(128,186,232,0) 99%, rgba(125,185,232,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,0.8)), color-stop(99%,rgba(128,186,232,0)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */
}
/* @-webkit-keyframes spaceboots {
	0% { -webkit-transform: translate(2px, 1px) rotate(0deg); }
	10% { -webkit-transform: translate(-1px, -2px) rotate(-1deg); }
	20% { -webkit-transform: translate(-3px, 0px) rotate(1deg); }
	30% { -webkit-transform: translate(0px, 2px) rotate(0deg); }
	40% { -webkit-transform: translate(1px, -1px) rotate(1deg); }
	50% { -webkit-transform: translate(-1px, 2px) rotate(-1deg); }
	60% { -webkit-transform: translate(-3px, 1px) rotate(0deg); }
	70% { -webkit-transform: translate(2px, 1px) rotate(-1deg); }
	80% { -webkit-transform: translate(-1px, -1px) rotate(1deg); }
	90% { -webkit-transform: translate(2px, 2px) rotate(0deg); }
	100% { -webkit-transform: translate(1px, -2px) rotate(-1deg); }
}
.dia-animation img{
	-webkit-animation-name: spaceboots;
	-webkit-animation-duration: 0.8s;
	-webkit-transform-origin:50% 50%;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
} */

/*****************after login****************************/

div#loader {
  display: none;
}
/* search page css */


.left {
  width: 80px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background: #6F91A8;
  left: 0;
  position: fixed;
  transition: all .5s;
  display: inline-block;
  float: left;
  z-index: 1;
}
.left ul .c-menu-item__title {
  padding: 10px 5px 10px 10px;
  color: #181815;
  font-size: smaller;
  border-bottom: 1px solid #2b3443;
  transition: all .5s;
}

/* .left:hover {
  width:200px;
} */

.c-menu-item__title span:hover{
 background-color: honeydew;
 opacity: 0.7;
 padding: 5px 10px;
}

.c-menu-item__title span {
  font-weight: 500;
  font-size: medium;
}

/* .left:hover .logo__txt .when_sm, .when_big {
  position: absolute;
  opacity: 0;
  max-height: 100px;
  left: 0;
} */
.when_big {
  position: absolute;
  opacity: 0;
  max-height: 100px;
  left: 0;
}
.main {
  background: #fff;
  display: block;
  width: 100%;
  height: 100%;
}
/* .left:hover .logo__txt .when_big{
  opacity: 1;
  position: relative;
} */


.left ul li a {
  display: flex;
  align-items: center;
  background: transparent;
  color: #fff;
  padding: 5px 10px;
  white-space: nowrap;
  font-size: 13px;
  width: 200px;
  cursor: pointer;
  background: transparent;
  border-bottom: 1px solid rgba(255,255,255,.3);
  font: 400 13px/20px Roboto, "Helvetica Neue", sans-serif;
}
.left ul li a i {
  min-width: 75px;
  text-align: center;
  padding-right: 15px;
  transition: all 1s;
  font-size: 20px;
}


.logo__txt {
  height: 100px;
  margin-top: 10px;
  padding: 0 10px;
}


/* .left:hover + .right{
  width: calc(100% - 200px);
} */
.right {
  position: relative;
  width: calc(100% - 80px);
  display: block;
  /* float: left; */
  margin-left: auto;
  background: #f5f5f5;
  transition: width .5s;
  z-index: 2;
  border-radius: 0px;
  /* box-shadow: -6px 0 15px rgba(0,0,0,.1); */
  overflow: auto;
  height: 100vh;
}
.l-header__inner {
  display: flex;
  width: 100%;
  padding: 5px 0px;
  align-items: center;
  background: transparent;
  /* box-shadow: 0 5px 20px rgba(0,0,0,.03); */
}
i.fas.fa-times {
  display: none;
}
.hamburger-toggle i {
  font-size: 18px;
  cursor: pointer;
  color: #fff;
}
.hamburger-toggle:hover i {
  color: #6F91A8;
}

/* .left.scale-sidebar, .left {
  width: 200px;
}
.left.scale-sidebar + .right, .left + .right{
  width: calc(100% - 200px);
}
.left.scale-sidebar ul li a i, .left ul li a i {
  min-width: 35px;
}
.left.scale-sidebar ul li a i{
  transition: width .5s;
}
.hamburger-toggle i.toggle-click.clicked {
  display: none !important;
}
.hamburger-toggle i.toggle-click {
  display: block !important;
}
.left.scale-sidebar img.when_sm, .left img.when_sm {
  display: none;
}
.left.scale-sidebar img.when_big, .left img.when_big{
  display: block !important;
  opacity: 1;
  position: relative;
}
.left.scale-sidebar + .right header.l-header, .left.scale-sidebar + .right .search_controller, .left + .right header.l-header, .left + .right .search_controller {
  width: calc(100% - 200px);
  transition: width .3s;
}
.left.scale-sidebar + .right ul.sra-list-group li, .left + .right ul.sra-list-group li {
  margin: 0 0 5px 5px;
} */
/* aside.left:hover + .right .search_controller, aside.left:hover + .right header.l-header{
  width: calc(100% - 200px);
} */
/* .right .search_controller{
  transition: width .3s;
} */

  .left.scale-sidebar {
    width: 200px;
  }
  /* .left:hover + .right */
  .left.scale-sidebar + .right {
    width: calc(100% - 200px);
  }
  /* .left:hover ul li a i */
  .left.scale-sidebar ul li a i {
    min-width: 35px;
  }
  .left.scale-sidebar ul li a i {
    transition: width 0.5s;
  }
  .hamburger-toggle i.toggle-click.clicked {
    display: none !important;
  }
  .hamburger-toggle i.toggle-click {
    display: block !important;
  }
  /* .left:hover img.when_sm */
  .left.scale-sidebar img.when_sm {
    display: none;
  }
  /* .left:hover img.when_big */
  .left.scale-sidebar img.when_big {
    display: block !important;
    opacity: 1;
    position: relative;
  }
  /* .left:hover + .right header.l-header,
  .left:hover + .right .search_controller */
  .left.scale-sidebar + .right header.l-header,
  .left.scale-sidebar + .right .search_controller {
    width: calc(100% - 200px);
    transition: width 0.3s;
  }
  /* .left:hover + .right ul.sra-list-group li */
  .left.scale-sidebar + .right ul.sra-list-group li {
    margin: 0 0 5px 5px;
  }
  /* aside.left:hover + .right .search_controller, aside.left:hover + .right header.l-header{
    width: calc(100% - 200px);
  } */
  .right .search_controller {
    transition: width 0.3s;
  }

  .right.scale-sidebar-1 {
    width: calc(100% - 200px);
  }
  .l-header.l-header-1 {
    width: calc(100% - 200px);
  }

header.l-header {
  border-radius: 0;
  background: #fff;
  padding: 0px 20px;
  position: fixed;
  z-index: 99;
  width: calc(100% - 80px);
  border-bottom: 1px dashed #eeeeee;
}
.hamburger-toggle {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #6F91A8;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hamburger-toggle:hover {
  background: #fff;
  border: 1px solid #6F91A8;
}

/* ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #ddd;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #6F91A8;
}
::-webkit-scrollbar {
  width: 6px;
  background-color: #ddd;
} */
main.l-main {
  margin-top: 45px;
}
.c-header-icon:hover {
  color: #26286D;
  background: #eeeeee;
}
input.c-search__input.u-input:focus {
  background: #eeeeee;
}

ul.selction-item{
  display: flex;
  flex-wrap: wrap;
}
.selction-item li {
  padding: 5px;
  border: 1px solid #CED4DA;
  border-radius: 4px;
  margin-right: 5px;
  color: #1A292D;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  background: #C7D6E1;
}

.selction-item li.gradient-border {
  background: #C7D6E1;
}

.selction-item li span{
  margin-right: 5px;
}
.search-result-holder {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 8px;
}
ul.sra-list-group {
  display: flex;
  justify-content: flex-end;
}
.sra-list-group li {
  display: flex;
  align-items: center;
  padding: 5px;
  border: 1px solid #6F91A8;
  border-radius: 3px;
  cursor: pointer;
  margin-left: 5px;
  margin-bottom: 5px;
}
.sra-list-group li:last-child{
  margin-right: 0;
}
.sra-list-group li a i {
  margin-right: 5px;
  color: #6F91A8;
  font-size: 14px;
}
.sra-list-group li a {
  display: flex;
  align-items: center;
  color: #333;
  font-size: 12px;
  font-weight: 500;
}
.result-box {
  display: inline-flex;
  padding: 5px;
  background: #6f91a8;
  color: #fff;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 700;
}
.result-box span {
  margin-right: 5px;
}
.table-theme {
  width: 100%;
  margin-top: 15px;
}
.selction .table thead th {
  vertical-align: bottom;
  border-bottom: 0px solid #dee2e6;
  border-top: 0;
  font-size: 12px;
  text-align: center;
  padding: 5px;
  background: #fff;
}
.selction .table td {
  border-top: 1px solid #EBF3FB;
  font-size: 12px;
  text-align: center;
  padding: 5px;
}
.selction .table td i {
  color: #8485A7;
  cursor: pointer;
  margin: 0 1px;
}
input.ant-input.sbox-active {
  background:  #271515;
  color: #6F91A8;
}
.selction .table td a {
  text-decoration: underline !important;
}

.right.stone-detail {
  border-radius: 0;
  box-shadow: none;
  overflow: auto;
  height: auto;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #f5f5f5;
  width: 100%;
}
.st-det-holder {
  background: #fff;
  margin: 15px 0 5px;
  padding: 10px;
}
.diamond-img-holder {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 2px solid #eee;
  text-align: center;
}
.diamond-img-holder img.img-fluid {
  margin: 0 auto;
}
.diamond-img-holder + .sd-box {
  background: transparent;
  margin-left: -10px;
  margin-top: 0;
}
.right.stone-detail main.l-main .content-wrapper {
  padding: 10px 0 0;
}
.right.stone-detail header.l-header {
  border-radius: 0;
  position: relative;
  width: 100%;
  background: #fff;
}
.right.stone-detail .logo {
  margin: 0px 0;
  max-width: 140px;
}
.right.stone-detail .l-header__inner {
  padding: 0px 0px;
}
.right.stone-detail .logo__txt {
  max-width: 100%;
  height: auto;
  margin-top: 0;
  padding: 0;
}
.right.stone-detail .page-title {
  margin-left: auto;
  margin-right: auto;
}
.sd-title {
  padding: 5px 10px;
  background: RGBA(131,169,194,.2);
  border-radius: 0;
  color: #5A7587;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 14px;
  text-align: center;
}

li.sd-list-item {
  width: 100%;
  display: flex;
  border: 1px solid #eeeeee;
  border-top: 0;
  min-height: 15px;
  font-size: 12px;
  color: #000;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 600;
  text-align: center;
}
/* li.sd-list-item:nth-child(even) {
  border-left: 0;
  border-right: 0;
} */

.right.stone-detail main.l-main {
  margin-top: auto;
  height: auto;
  padding: 0 20px;
}
.st-det-holder {
  background: #fff;
  margin: 15px 0 5px;
  padding: 10px;
}
.sd-box {
  margin-top: 10px;
  background: #fff;
  border-radius: 5px;
  margin-left: -15px;
}
.row.sdm-head-row {
  background: #fff;
  padding: 10px 0;
  border-radius: 5px;
}

.sdm-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.sdm-head-row span {
  color: #8485A7;
}
.action-btn-row {
  display: flex;
  justify-content: center;
}
span.sdm-value {
  color: #252888;
  margin-left: 20px;
}
span.sdl-value {
  color: #333;
  display: block;
  width: 100%;
  font-weight: 400;
  padding: 5px;
  min-height: 30px;
  border-bottom: 1px solid #eee;
}
.sd-img-box {
  width: 100%;
  padding: 10px;
  background: #fff;
  margin-top: 10px;
  text-align: center;
}
.sd-img-box img {
    margin: 0 auto;
    max-width: 100%;
    width: 580px;
}
.sd-video-box iframe.video-iframe {
  width: 450px;
}
.sd-video-box.video-iframe-holder {
  text-align: center;
}
.sd-video-box {
  margin-top: 10px;
  height: calc(100vh - 57%);
  background: #fff;
  border-radius: 0;
  padding: 10px;
  width: 450px;
  margin: 10px auto 0;
  max-width: 100%;
}
.sd-video-box iframe {
  width: 100%;
  height: 100%;
}
.ac-holder {
  background: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  color: #8485A7;
  cursor: pointer;
  margin: 0 5px;
  font-size: 16px;
}
span.sdl-value.cr {
  color: red;
}

table.search-result-table input.form-control {
  margin-bottom: 0;
  height: auto;
  width: 12px;
}
.left ul li a i.icon-confirmation-list {
  font-size: 20px;
}
.left ul li a i.fa.fa-shopping-basket {
  font-size: 16px;
}
tr.cng-bg {
  background: #eeeeee;
}
.left ul li.nav-active a {
  background: #f5f5f5;
  color: #6F91A8;
}
@media (max-width:767px){
  .search-result-action {
    padding-left: 0;
    margin-top: 10px;
}
.sra-list-group li {
  margin-bottom: 8px;
}
.page-title {
  font-size: 15px;
}
ul.sra-list-group {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;

}

}
@media (min-width:1366px){
  .sd-video-box {
    margin-top: 7px;
}
}
@media (max-width:1500px){
  .sd-video-box {
    height: 543px;
    width: 100%;
}
.sd-img-box {
  height: 500px;
}
}
@media (min-width:1600px){
  .sd-video-box {
    height: 544px;
    width: 100%;
}
}


.fullBackground {
  background: url(../images/bg-1.jpg);
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  background-size:cover ;
  background-position: center center;
}
section.section-item.wcu-section {
  padding: 60px 0;
  background: #f5f5f5;
  height: 100vh;
  display: flex;
  align-items: center;
}
.section-head {
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 40px;
}
ul.wcu-list {
  margin-top: 40px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

li.wcu-list-item {
  max-width: 337px;
  width: 100%;
  background: #fff;
  padding: 25px 15px;
  border-radius: 100px;
  margin-bottom: 35px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  box-shadow: 0 0 30px rgba(0,0,0,.1);
}

.section-contant {
  width: 100%;
  display: block;
}
li.wcu-list-item i {
  font-size: 55px;
  color: #6f91a8;
}
li.wcu-list-item h5 {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  padding: 15px 0 0;
}


section.section-item.edq-section {
  height: 100vh;
  display: flex;
  align-items: center;
  padding: 60px 0;
}
.sec-middle-part.text-center {
  position: relative;
}
h4.mid-title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 45px;
  font-weight: 400;
  text-transform: uppercase;
}
h4.mid-title span {
  font-family: 'Roboto Slab', serif;
  color: #6f91a8;
  margin-right: 14px;
}
.edq-icon-holder {
  margin: 0 15px;
}
h6.edq-title {
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.sec-top-part, .sec-bottom-part {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.edq-items {
  display: flex;
  align-items: center;
}
.edq-icon-holder svg {width: 80px;height: 80px;}

.edq-icon-holder svg path, .edq-icon-holder svg polygon, .edq-icon-holder svg rect{
    fill: #6f91a8;
    stroke: #6f91a8;
}
.edq-icon-holder svg circle.st-2{
  stroke:#fff ;
  fill: #6f91a8;
}
.sec-bottom-part .edq-icon-holder svg {
  width: 130px;
}

circle.st2 ~ path, circle.st2 ~ polygon {
  fill: #6f91a8;
  stroke: #fff;
}
circle.st1 ~ path, circle.st1 ~ polygon {
  fill: #6f91a8;
  stroke: #6f91a8;
}
section.section-item.bld-section {
  background: #f5f5f5;
  padding: 100px 0;
  height: auto;
  display: flex;
  align-items: center;
}
li.ld-list-item h6 {
  font-size: 20px;
  padding: 10px 0;
}
li.ld-list-item i {
  font-size: 60px;
  color: #6f91a8;
}
li.ld-list-item {
  width: 150px;
  text-align: center;
  margin-bottom: 30px;
}
ul.loose-diamond-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
}
.iframe-holder {
  border-top: 5px solid #ddd;
  border-bottom: 5px solid #6f91a8;
  position: relative;
  z-index: 2;
}
.app-img-holder {
  position: relative;
  z-index: 1;
  margin-bottom: -170px;
}
section.section-item.app-section {
  padding-top: 60px;
}
p.at-p {
  font-size: 16px;
  letter-spacing: .5px;
  margin-top: 15px;
}
.app-txt-holder {
  margin-top: 30%;
}
a.btn.app-btn {
  width: 186px;
  height: 61px;
  display: inline-block;
  margin-top: 20px;
  background: url(../images/icons/app-download-icon.png) no-repeat left top;
  margin-right: 10px;
}
a.btn.app-btn.appbtn-2 {
  width: 209px;
  background-position: top right;
}
.at-title span {
  font-family: 'Roboto Slab', serif;
  color: #6f91a8;
}
.at-title {
  font-size: 50px;
  font-weight: 400;
}
footer.page-footer {
  padding-top: 60px;
  position: relative;
  overflow: hidden;
}
h5.footer-title {
  margin-bottom: 20px;
  font-size: 20px;
  letter-spacing: .5px;
  color: RGB(111,145,168);
}
.inquiry-form-holder .form-control {
  border: 0;
  border-bottom: 2px solid RGBA(111,145,168,.2);
  border-radius: 0;
  height: auto;
  padding: 12px 5px;
}
.inquiry-form-holder .form-control::placeholder {
  color:#aaa;
  letter-spacing: 1px;
}
.btn.theme-btn {
  background: RGB(111,145,168);
  padding: 10px 20px;
  color: #fff;
  border-radius: 50px;
  letter-spacing: 1px;
  margin: 0px 0 0px;
  font-size: 12px;
  overflow: hidden;
}

.btn.theme-btn:hover {
  background: transparent;
  border: 1px solid #6f91a8;
  color: #6f91a8;
}

input:focus, textarea:focus{
  outline: 0 !important;
  box-shadow: none !important;
}
.inquiry-form-holder input:focus, .inquiry-form-holder textarea:focus{
  border-color:RGB(111,145,168);
}
.inquiry-form-holder {
  padding-right: 60px;
}
.inquiry-form-holder {
  padding-right: 80px;
}
.contact-detail-holder {
  padding-left: 80px;
}
li.cd-list-item {
  display: flex;
  margin-bottom: 20px;
}
li.cd-list-item {
  display: flex;
  margin-bottom: 15px;
}

li.cd-list-item i {
  font-size: 20px;
  padding-top: 5px;
  color: RGB(111,145,168);
}

li.cd-list-item span {
  font-size: 16px;
  letter-spacing: .5px;
  margin-left: 15px;
  line-height: 30px;
}
.footer-bottom {
  width: 100%;
  border-top: 2px solid RGB(226,233,238);
  padding: 20px 0;
  margin-top: 20px;
}
ul.social-media-group {
  display: flex;
}

ul.social-media-group i {
  font-size: 18px;
  color: #999;
}
ul.social-media-group a {
  margin-right: 10px;
}
ul.social-media-group a:hover i{
  color: RGB(111,145,168);
}
.cpy-rgt-txt {
  letter-spacing: .5px;
  font-size: 14px;
}
a.pp-link {
  text-decoration: underline !important;
}
a.pp-link:hover {
  color: RGB(111,145,168);
}
section.section-item {
  position: relative;
  overflow: hidden;
}
section.section-item.wwa-section .section-bg {
  position: absolute;
  z-index: 99;
  width: 30%;
  height: 200px;
  bottom: 0;
}
section.section-item.wwa-section .section-bg.sb-2 {
  right: 0;
}
section.section-item.wwa-section .section-bg.sb-1 {
  left: 0;
}
section.section-item.wwa-section {
  height: 100vh;
}
section.section-item.edq-section .section-bg {
  position: absolute;
  z-index: 99;
  width: 5%;
  height: 100%;
  top: 0;
}
section.section-item.edq-section .section-bg.sb-2 {
  right: 0;
}
section.section-item.edq-section .section-bg.sb-1 {
  left: 0;
}

canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.dm-list-item {
  position: absolute;
  top: 10%;
  left: -5%;
  font-size: 155px;
  color: #6F91A8;
  opacity: .5;
}

.dm-list-item.dml-2 {
  top: 40%;
  left: 3%;
}
.dm-list-item.dml-3 {
  top: auto;
  bottom: -5%;
  left: 3%;
  transform: rotate(45deg);
}
.dm-list-item.dml-4 {
  left: auto;
  right: -3%;
  top: -6%;
}
.dm-list-item.dml-5 {
  left: auto;
  right: -80px;
  top: 35%;
}

.dm-list-item.dml-6 {
  left: auto;
  right: -70px;
  top: auto;
  bottom: 11%;
}
section.section-item.wcu-section .dm-list-item.dml-6 {
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 50px;
  font-size: 70px;
}
section.section-item.wcu-section .dm-list-item.dml-2 {
  top: 5%;
  left: 21%;
  font-size: 120px;
}
section.section-item.wcu-section .dm-list-item.dml-5 {
  top: auto;
  bottom: 11%;
  right: 13%;
}
section.section-item.wcu-section .dm-list-item.dml-1 {
  top: 30%;
  transform: rotate(45deg);
}
section.section-item.wcu-section .dm-list-item.dml-3 {
  left: 19%;
  transform: rotate(-90deg);
}
section.section-item.wcu-section .dm-list-item.dml-4 {
  left: auto;
  right: -60px;
  top: 10%;
}
.dm-list-item.dml-7 {
  top: 41%;
  left: -81px;
  transform: rotate(45deg);
}
.dm-list-item.dml-8 {
  left: auto;
  right: -5%;
  top: auto;
  bottom: 150px;
  transform: rotate(45deg);
}
section.section-item.app-section .dm-list-item.dml-1 {
  transform: rotate(45deg);
  left: -60px;
}
section.section-item.bld-section .dm-list-item.dml-3 {
  left: 3%;
  transform: rotate(-45deg);
  bottom: 7%;
}
section.section-item.bld-section .dm-list-item.dml-1 {
  left: -50px;
  top: -70px;
}
section.section-item.bld-section .dm-list-item.dml-6 {
  left: auto;
  right: 3%;
  font-size: 50px;
  top: auto;
  bottom: 5%;
}
section.section-item.bld-section  .dm-list-item.dml-2 {
  top: 35%;
  left: 2%;
}
section.section-item.app-section .dm-list-item.dml-3 {
  top: auto;
  bottom: -16%;
  left: 2%;
}
section.section-item.app-section .dm-list-item.dml-5 {
  left: auto;
  right: 14%;
  top: 46%;
  transform: rotate(45deg);
}
footer.page-footer .dm-list-item.dml-4 {
  left: auto;
  right: -4%;
  top: 5%;
}
footer.page-footer .dm-list-item.dml-3 {
  top: auto;
  bottom: 13%;
  font-size: 45px;
  left: 4%;
}
footer.page-footer .dm-list-item.dml-1 {
  left: -70px;
  top: -40px;
  transform: rotate(-45deg);
}

footer.page-footer .dm-list-item.dml-2 {
  top: 65%;
  left: -2%;
  font-size: 100px;
}
footer.page-footer .dm-list-item.dml-6 {
  left: auto;
  right: -1%;
  font-size: 110px;
  top: auto;
  bottom: 52px;
  transform: rotate(-33deg);
}
.container {
  z-index: 2;
  position: relative;
}
.dm-list-item.dml-cen {
  width: 155px;
  margin: 0 auto;
  left: 0;
  right: -17%;
  bottom: 26%;
  top: auto;
  z-index: 1;
  font-size: 120px;
}

.dm-list-item svg {
  width: 155px;
  height: 155px;
  fill: #6F91A8;
}

.video-bg {
  background: #4B6272;
}
.video-bg video {
  object-fit: cover;
  width: 100%;
  opacity: .3;
}
.video-bg {
  width: 100%;
  height: 100vh;
  position: absolute;
  display: flex;
}

span.sdl-title {
  padding: 5px;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
  min-height: 30px;
}
ul.sd-list-group {
  display: flex;
}

div#swal2-content {
  text-align: -webkit-center;
}

































.ag-theme-alpine .ag-cell.not-ava .ag-selection-checkbox.ag-invisible .ag-checkbox-input-wrapper {
  background-color: transparent;
}

.ag-cell.not-ava .ag-selection-checkbox .ag-checkbox-input-wrapper::after {
  border: 1px solid #fad505;
  color: transparent;
  border-radius: 2px;
  width: 15px;
  height: 15px;
}

/* .ag-cell.ag-cell-not-inline-editing.ag-cell-auto-height.not-ava {
  border: 1px solid #fad505;
  color: transparent;
  border-radius: 2px;
  width: 15px !important;
  margin-left: 6px;
  height: 15px;
  margin-top: 5px;
} */

.ag-cell.av-di .ag-selection-checkbox .ag-checkbox-input-wrapper::after {
  border: 1px solid #333;
  color: transparent;
  width: 15px;
  height: 15px;
  border-radius: 2px;
}
.ag-theme-alpine .ag-cell.av-di .ag-checkbox-input-wrapper.ag-checked::after {
  content: "✔";
  color: #333333;
  top: 0px;
  left: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 11.5px;
  text-align: center;
  border-radius: 2px;
}
.ag-theme-alpine .ag-cell.av-di .ag-checkbox-input-wrapper {
  font-size: 16px;
  line-height: 16px;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 2px;
}
::ng-deep .not-ava .ag-selection-checkbox.ag-invisible {
  visibility: inherit !important;
}
/* ::ng-deep .ag-theme-alpine .ag-cell.not-ava .ag-selection-checkbox.ag-invisible .ag-checkbox-input-wrapper {
  font-size: 16px;
  line-height: 16px;
  width: 16px;
  height: 16px;
  background-color: transparent;
  box-shadow: none;
  border-radius: 2px;
}
::ng-deep .ag-theme-alpine .ag-cell.not-ava .ag-selection-checkbox.ag-invisible .ag-checkbox-input-wrapper::after {
  color: transparent;
  width: 16px;
  height: 16px;
  top: 3px;
  border-radius: 2px;
} */

/* .ag-cell.not-ava .ag-cell-wrapper .ag-selection-checkbox {
  pointer-events: none;
} */

.ag-theme-alpine .ag-ltr .ag-has-focus .ag-cell-focus:not(.ag-cell-range-selected), .ag-theme-alpine .ag-ltr .ag-has-focus .ag-cell-focus.ag-cell-range-single-cell, .ag-theme-alpine .ag-ltr .ag-cell-range-single-cell.ag-cell-range-handle, .ag-theme-alpine .ag-rtl .ag-has-focus .ag-cell-focus:not(.ag-cell-range-selected), .ag-theme-alpine .ag-rtl .ag-has-focus .ag-cell-focus.ag-cell-range-single-cell, .ag-theme-alpine .ag-rtl .ag-cell-range-single-cell.ag-cell-range-handle {
  border: 1px solid  transparent !important;
  outline: 0 !important;
}
.ag-cell.av-di .ag-selection-checkbox .ag-checkbox-input-wrapper::after {
  border: 1px solid #008000;
  color: transparent;
  width: 15px;
  height: 15px;
  border-radius: 2px;
}

::ng-deep .ag-theme-alpine .ag-cell.not-ava .ag-cell-wrapper {
  pointer-events: none;
}

.sd-img-box {
  width: 100%;
  padding: 10px;
  background: #fff;
  margin-top: 10px;
  text-align: center;
}
.sd-img-box img {
    margin: 0 auto;
    max-width: 100%;
    width: 580px;
}
.sd-video-box iframe.video-iframe {
  width: 450px;
  height: 100%;
}
.sd-video-box.video-iframe-holder {
  text-align: center;
}
.sd-tab-group {
  background: #fff;
  border: 0;
  justify-content: center;
}
.sd-tab-group a.nav-link {
  border: 0;
  padding: 15px 20px;
  font-size: 18px;
  color: inherit;
  cursor: pointer;
}






















[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
.updateuser input {
    position: absolute;
    width: 30%;
    height: 100%;
    top: 0;
    left: 10px;
    opacity: 0;
}

.updateuser:after {
  content: "\e93b" !important;
  font-family: 'BGgems-fonts' !important;
  font-size: 16px !important;
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}



.delete input {
    position: absolute;
    width: 30%;
    height: 100%;
    top: 0;
    left: 55px;
    opacity: 0;
}
.delete:after {
  content: "\e93d" !important;
  font-family: 'BGgems-fonts' !important;
  font-size: 16px !important;
  position: absolute;
  top: 50%;
  left: 70%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
#StonesDetail h4.card-title a {
  text-decoration: underline !important;
}
.admin-holder img {
  width: 20px !important;
  margin-bottom: 5px;
}
.c-input .mat-form-field {
  width: 100%;
}
.c-input .mat-form-field-appearance-legacy .mat-form-field-underline {
  bottom: -1px;
}
.sc-btn.btn:hover {
  color: #000;
}
.input-bar input {
  background: transparent;
}
.filter-diamond-header {
  width: 100%;
}
.dt-hold {
  max-width: 480px;
}
.stone_card .card {
  overflow: hidden;
}
.stone_card button {
  width: 45px;
  height: 45px;
  position: absolute;
  border: 0;
  top: -15px;
  left: -15px;
  padding: 15px 0 0 10px;
  border-radius: 100px;
  background: #6F91A8;
  color: #fff;
}
#StonesDetail h4.card-title {
  padding: 0 30px;
  color: #333;
  text-align: center;
}

.rem-btn:hover {
  background: #d5dee8 !important;
  /* box-shadow: 0 5px 10px #d5dee8; */
}
