/*GENERAL*/
 
body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}
a {
    color: #06c;
    font-weight: 400;
    text-decoration: none;
}
ul {
    list-style-type: none;
}
.container {
    max-width: 1140px;
    margin: auto;
    zoom: 1;
    clear: both;
}
footer {
    background: #1e1d1d;
    padding: 70px 0 35px;
}


/*HEADER*/

.container {
    max-width: 1300px;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: transparent;
  border: 0;
}
.navbar-default .navbar-toggle {
  border: 0;
}
.navbar-default .navbar-toggle {
  border: none;
}
.navbar-toggle span.icon-bar {
  transition: all 0.15s;
}
.navbar-toggle span:nth-child(2) {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggle span:nth-child(3) {
  opacity: 0;
}
.navbar-toggle span:nth-child(4) {
  transform: rotate(-45deg);
  transform-origin: 20% 100%;
}
.navbar-toggle.collapsed span:nth-child(2),
.navbar-toggle.collapsed span:nth-child(4) {
  transform: rotate(0);
}
.navbar-toggle.collapsed span:nth-child(3) {
  opacity: 1;
}
.navbar-toggle {
    display: none;
}
/************header************/

.logo {
    display: block;
    width: 115px;
}
.logo img {
    display: block;
    max-width: 90px;
}
.hdr-sec{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}
.logo-fix{
    display:none;
}
.logo-fix img{
    width:100%;
}
.collapse.navbar-collapse.top_nav {
    display: block;
}

ul.navbar-nav li {
    margin-right:40px;
    padding-right:40px;
    position:relative;
    background:url(img/bar.png)no-repeat right center;
}
ul.navbar-nav li:last-child{
    margin-right:0;
    padding-right:0;
    background:none;
}
ul.navbar-nav li a{
    color:#585858!important;
    font-size: 17px;
    text-transform:uppercase;
    padding:10px;  
}
ul.navbar-nav li a:hover{
    color:#fac524!important;
}
ul.navbar-nav li:last-child {
    margin-right: 0;
}
.nav-link {
    padding:0!important;
}
.navbar {
    padding:20px 0;
}
/***hdr fix ****/
.hdr_fix {
    left: 0;
    right: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background: rgba(255,255,255,1);
    /*background: rgba(255,255,255,1);*/
    animation: slide-down 0.7s;
    -ms-animation: slide-down 0.7s;
    -webkit-animation: slide-down 0.7s;
    box-shadow: 0 5px 20px rgba(0,0,0,.2);
}
@keyframes slide-down{0%{opacity:0;transform:translateY(-100%);-moz-transform:translateY(-100%);-webkit-transform:translateY(-100%);-o-transform:translateY(-100%);-ms-transform:translateY(-100%);}
100%{opacity:0.9;transform:translateY(0);-moz-transform:translateY(0);-webkit-transform:translateY(0);-o-transform:translateY(0);-ms-transform:translateY(0);}
}
.hdr_fix .logo {
    width: 95px;
}
.hd-innr {
    background:#141414;
    padding: 5px 0;
    color:#fff;
}
.hdr-inn {
    padding: 10px 0;
}
/******top header*****/

.select-lang .select-style {
    padding: 0;
    margin: 0;
    border: 1px solid #8a8a8a;
    width: 100px;
    border-radius: 0;
    overflow: hidden;
   background:url(../images/globe-icn.png)no-repeat 10% 50%,url(../images/drop-down.png)no-repeat 90% 50%;
    margin-left: 20px;
}

.select-lang .select-style select {
    padding: 8px 8px;
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
            color:#ffffff;
            text-transform:uppercase;
            /*text-align:center;*/
                padding-left: 30px;
}

.select-lang .select-style select:focus {
    outline: none;
}

.header-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.outr-chat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.search-outr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.chat-bx em,.phn-bx em {
    font-style: normal;
    color: #ffffff;
    font-size:17px;
    text-transform:uppercase;
}
.phn-bx em a, .chat-bx em a{
    color: #ffffff;
    font-size:14px;

}
.chat-bx {
    margin-right: 35px;
}
.chat-bx,.phn-bx {
    line-height: 1;  
}
.chat-bx span,.phn-bx span{
    width:40px;
    height:40px;
    background:#fac524;
    border-radius:100%;
    text-align:center;
    display:inline-block;
    line-height: 34px;
}
.select-lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.search-bx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.select-lang em{
    font-style: normal;
    color: #ffffff;
    font-size:16px;
    font-family: 'GothamLight';
}
.search-bx{
    background:#3d3d3d;
    padding:10px 18px;
    width: 410px;
    margin-right: 25px;
}
.search-bx input{
    box-shadow:none;
    outline:0;
    border:0;
    background:none;
    /*text-transform:uppercase;*/
    width:88%;
    height:40px;
    color:#ffffff;
}
.search-bx input[type="submit"]{
    box-shadow:none;
    outline:0;
    border:0;
    background:#fac524 url(img/search-icn.png)no-repeat;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-position: center center;
    background-size: auto;
}
.search-bx ::-webkit-input-placeholder { /* Chrome */
   color:#717171;
 opacity: 0.7;
 font-size: 17px;
}
.search-bx :-ms-input-placeholder { /* IE 10+ */
   color:#717171;
 opacity: 0.7;
 font-size: 17px;
}
.search-bx ::-moz-placeholder { /* Firefox 19+ */
  color:#717171;
 opacity: 0.7;
 font-size: 17px;
}
.search-bx :-moz-placeholder { /* Firefox 4 - 18 */
 color:#717171;
 opacity: 0.7;
 font-size: 17px;
}
.btn.btn-primary{
    background:#fac524;
    font-size: 17px;
    border-radius: 35px;
    box-shadow: none;
    border:1px solid transparent;
    color:#0e0e0e;
    text-transform:uppercase;
    padding: 20px 35px;
    line-height: 1;
    -webkit-box-shadow: 0px 6px 12px -4px rgba(0,0,0,0.22);
-moz-box-shadow: 0px 6px 12px -4px rgba(0,0,0,0.22);
box-shadow: 0px 6px 12px -4px rgba(0,0,0,0.22);
}
.free.btn.btn-primary:hover {
    background: transparent;
    border:1px solid #090909;
}
.rght-menu .form-inline{
    margin-left: 80px;
}
/***** related assets*****/
ul.resp-tabs-list.tab_identifier_parent li{
    border-radius: 30px;
    border:2px solid #181818;
    color:#0d0d0c;
    font-size:21px;
    letter-spacing:2px;
    font-family: 'GothamLight';
    margin-right:28px;
    display:inline-block;
    padding: 15px 50px;
}
.resp-tab-content {
    border:0;
}
ul.resp-tabs-list.tab_identifier_parent li:last-child{
    margin:0;
}
.resp-tabs-list li {
    border-radius: 30px;
    border:2px solid #181818;
    color:#0d0d0c;
    font-size:21px;
    letter-spacing:2px;
    font-family: 'GothamLight';
    margin-right:28px;
}
.resp-tabs-list li:last-child{
    margin:0;
}
.resp-tab-active {
  /*border-bottom: none;*/
  background:#ffcd18;
  border: 2px solid transparent!important;
  padding: 15px 50px!important;
}
.resp-tabs-container {
    background: none;
    float: right;
    width: 80%;
}
.resp-tab-content {
    padding:0;
}
.category-outr{
   float: left;
   width:20%;
}
.category-outr{
    background:#000000;
}

.left-side{
    width: 25%;
    float: left;
    background: #000;
    padding: 34px 0 46px;
    margin-left: 1px;
}
ul.resp-tabs-list.tab_identifier_parent.clearfix {
    text-align: center;
    margin-bottom: 55px;
}
ul.resp-tabs-list.left-tab li{
    border:0;
    padding:0!important;
    margin:0;
    border-radius:0;
    position:relative;
    margin-bottom: 10px;
}
ul.resp-tabs-list.left-tab li:last-child{
    margin:0;
}
ul.resp-tabs-list.left-tab li.resp-tab-active:after{
    position:absolute;
    content:"";
    background:url(../images/li-arrow.png)no-repeat;
    width:10px; 
    height:51px; 
    top:50%;
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    float:none;
  right:-8px;
}
ul.resp-tabs-list.left-tab li.resp-tab-active:before{
    position:absolute;
    content:"";
    background:#1f1f1f;
    width:1px; 
    height:51px; 
    top:50%;
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    float:none;
  left:-1px;
}
ul.resp-tabs-list.left-tab li a{
    color:#ffffff;
    font-size:20px;
    text-transform:uppercase;
    font-family: 'GothamLight';
    display: block;
    padding:15px 28px 15px 30px;
    line-height:1;
}
ul.resp-tabs-list.left-tab li.resp-tab-active {
    padding: 0 !important;
    background:#1f1f1f url(../images/tab-icn.png)no-repeat 10% center;
    border:0!important; 
}
ul.resp-tabs-list.left-tab li.resp-tab-active a{
    color:#ffcd18;
    padding:15px 28px 15px 60px;
    position:relative;
}
ul.resp-tabs-list.left-tab li.resp-tab-active a:after{
    position:absolute;
    content:"";
    background:#ffcd18;
    top:50%;
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    float:none;
    width:33px;
    height:2px;
    margin-left: 10px;
}
.resp-tabs-container {
    background: none;
    float: none;
    width: 100%;
    overflow: hidden;
}
.resp-tabs-container .content-part{
    width: 74%;
    overflow: hidden;
}
.left-side h3{
    color:#ffffff;
    font-size:36px;
    text-transform:uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    padding-left: 30px;
    margin:0 0 25px;
    line-height: 1;
}
.innr-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
            border: 1px solid #dddddd;
    margin-left: 25px;
    padding: 25px 10px;
}
.pro-des{
    width:52%;
    padding-left: 15px;
}
.pro-pic img {
    width: 100%;
    height: 100%;
}
.pro-des p{
    color:#545454;
    font-size:18px;
    line-height:34px;
    font-family: 'GothamLight';
    margin:0 0 40px;
}
.discover-all.btn.btn-primary{
    font-size:28px;
}
.discover-all.btn.btn-primary:hover {
    background: transparent;
    border:1px solid #090909;
}
.related-assets {
    padding: 90px 0;
}
.calltoact .btn.btn-primary {
    font-size: 14px;
    padding: 12px 24px;
    margin-right: 20px;
}
.calltoact .free.btn.btn-primary:hover {
    background: #fff;
}
@media (max-width: 1440px){
    .search-bx {
        width: 340px;
    }
}
@media (max-width: 1280px){
    .logo {
    width: 90px;
    }
}
@media (max-width: 1440px){
    ul.navbar-nav li {
        margin-right: 25px;
        padding-right: 25px;
    }
	.logo-sec{visibility: hidden !important;}
}
@media (max-width: 1600px){
    
    
	.logo-sec{visibility: hidden !important;}
}
/*BANNER*/

.banner {
	text-align: center;
}
/* .banner img {
	max-width: 100%;
	vertical-align: middle;
	max-height: 100vh;
} */

/*SERVICES*/

.section-blk {
    text-align: center;
    color: #434f66;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}
.section-blk h2 {
    text-align: center;
    font-weight: 400;
    font-size: 64px;
    margin: 0px 0px 35px;
    color: #3d69be;
    text-transform: uppercase;
}
.service-blk:after {
    content: "";
    width: 80px;
    background-color: #35CB5F;
    display: block;
    margin: 0px 0px 30px 0px;
    text-align: center;
    position: absolute;
    left: 50%;
    height: 2px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}
.service-section {
    padding: 30px 0px;
    text-align: center;
}
.service-list {
    margin-top: 70px;
}
.service-blk .container {
    max-width: 750px;
}
.service-list ul {
    margin: 0px;
    padding: 0px;
}
.service-list ul li {
    list-style: none;
    display: inline-block;
    width: 26.5%;
    margin: 0px 3%;
    vertical-align: top;
    position: relative;
}
.service-list ul li .service-image {
    position: absolute;
   /*  left: -20px; */
    top: 0px;
    max-width: 100%;
    width: 100%;
}
.service-list ul li .service-image img {
    margin: 0px;
	    width: 91%;
}
.service-list ul li .service-content {
    padding: 80% 20px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #a7adb8;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
    text-align: left;
    margin-top: 40px;
}
.service-list ul li .service-content .service-title {
    text-align: left;
    color: #434f66;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.3;
    min-height: 40px;
}
.service-list ul li .service-content a:after {
    content: "";
    display: inline-block;
    background-image: url(img/right-arrow.png);
    background-repeat: no-repeat;
    background-size: 4px 8px;
    width: 4px;
    height: 8px;
    margin-left: 10px;
}
@media screen and (max-width: 480px) {
	.service-list ul li {
	    width: 94%;
	    margin: 0 3% 25px;
	}
}



/*SLIDER*/
.fusion-title {
    display: table;
    margin: 0 0 31px;
    overflow: hidden;
}
.fusion-title .title-sep-container {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    height: 6px;
    width: 100%;
}


.accordion-toggle,
.accordion-toggle2 {
cursor: pointer;
}
.accordion-content,
.accordion-content2 {
display: none;
}
/*.accordion-content.default,
.accordion-content2.default {*/
/*display: block;
}*/
li.accordion-toggle:before,
li.accordion-toggle2:before {
content: "";
height: 40px;
width: 40px;
background: transparent url('img/sprites.png') no-repeat -95px 0px;
position: absolute;
margin-left: 12px;
margin-top: 6px;
z-index: 999;
}
li.accordion-toggle.expanded:before,
li.accordion-toggle2.expanded:before {
background-position: -95px -41px;
}
li.accordion-toggle p,
li.accordion-toggle2 h4 {
border: 1px solid #4a4a4a;
text-overflow: ellipsis;
white-space: nowrap;
border-radius: 5px;
position: relative;
padding-left: 60px;
letter-spacing: 0;
line-height: 50px;
font-size: 1vw;
overflow: hidden;
background: #fff;
cursor: pointer;
}
li.accordion-content,
li.accordion-content2 {
padding-bottom: 22px;
padding-left: 20px;
}
li.accordion-content p,
li.accordion-content2 p {
margin-bottom: 5px;
}
.accordion-toggle.expanded h4,
.accordion-toggle2.expanded h4 {
border: 1px solid #e8e8e8;
background: #e8e8e8;
}
/* brand */
.plc-logo {
	margin-top: 20px;
    height: 160px;
    margin-top: 0%;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
   
    float:left;
}
.plc-logo img {
        padding: 5px;
    border: 2px solid #f7f7f7;
    width: 230px;
    height: 115px;
	background: #fff;
}
.box{margin-left: 6%;padding: 1.5rem .9375rem 0rem 2.5rem;
    background-color: #fff;
    border-radius: .3125rem;
    box-shadow: 0 0 43px rgba(0,0,0,.13);
	height: 190px;}
	
/* FAQ Page */
#faq p,#asset p{font-size: 1.2rem;line-height: 1.7rem;}

/* Asset */
.jewlry-sec {
    padding: 30px 0;
}
.jewelry-outr .row {
     -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin: 0 -6px;
}
.jewelry-innr table thead tr th {
    color:#272727;
    font-size: 25px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    background: #fac524;
    padding: 8px 25px;
    letter-spacing: 2px;
}
.jewelry-outr .col-lg-6.col-sm-6 {
    border: 1px solid #dddddd;
    padding: 0;
    margin: 0 10px 30px;
    max-width: 48%;
}

.jewelry-innr table tbody tr td {
    color:#3a3a3a;
    font-size: 16px;
    font-family:'Gotham Medium';
    list-style-image: url('img/list.png');
    padding: 15px 10px 15px 45px;
    position: relative;
    width: 50%;
}
.jewelry-innr table tbody tr td:after {
    position: absolute;
    content: '';
    background: url('img/list.png') no-repeat;
    background-size: 100% 100%;
    width: 12px;
    height: 12px;
    left:20px;
    top:19px;
}
.jewwlry-list ul li:last-child {
    border-bottom: 0;
}
.store-loan-outr ul {
    padding: 10px 0 20px;
    border-bottom: 1px solid #ddd;
}
.store-loan-outr ul li {
    color:#3a3a3a;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.store-loan-outr ul li:last-child {
    margin-bottom: 0;
}
.store-loan-outr ul li em {
    width: 46px;
    height: 46px;
    line-height: 38px;
    border:1px solid #fac82e;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    background: #eeeeee;
    margin-right: 25px;
}
.store-loan-outr p {
    color:#3a3a3a;
    font-size: 18px;
    padding: 25px 0 0;
}
.store-loan-sec {
    padding: 40px 0 100px;
}
.jewelry-innr {
    margin-bottom: 30px;
}
.jewelry-innr tfoot tr td {
    color:#3a3a3a;
    font-size: 18px;
    padding-left: 25px;
}


/*FOOTER*/

.foot_out {
    display: flex;
    color: #fff;
}
.foot_in:first-child {
    width: 20%;
}
.foot_in {
    width: 20%;
}
.foot_social {
    margin-bottom: 0;
}
.foot_social li {
    display: inline-block;
    margin-right: 9px;
}
.foot_social li a {
    color: #fff;
    font-size: 25px;
}
.copy_right, .copy_right a {
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
    color: #a2a1a1;
    font-weight: 400;
}
.foot_in h3 {
    font-size: 23px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    margin-bottom: 30px;
    position: relative;
}
.foot_in h3:after {
    position: absolute;
    content: '';
    bottom: -10px;
    left: 0;
    width: 95px;
    height: 4px;
    background: #ffcd18;
    background-size: 100% 100%;
}
.buy_sell li {
    margin-bottom: 20px;
}
.buy_sell li a {
    color: #b6b5b5;
    font-size: 19px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}
.foot_in p {
    color: #b6b5b5;
    font-size: 19px;
    line-height: 40px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
}
.foot_in ul {
	padding: 0;
}
.foot_mail {
    margin-bottom: 20px;
}
.foot_con a {
    display: block;
    color: #b6b5b5;
    font-size: 19px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    margin-bottom: 25px;
}
.foot_mail input[type="email"] {
    width: 100%;
    height: 70px;
    border-radius: 35px;
    border: 1px solid #807e7e;
    background: transparent;
    padding: 0 15px;
    font-size: 17px;
    color: #807e7e;
    font-family: 'Gotham Medium';
    box-sizing: border-box;

}
.foot_mail input[type="submit"] {
    width: 100%;
    height: 70px;
    border-radius: 35px;
    background: #ffcd18;
    padding: 15px;
    font-size: 28px;
    color: #1a1a1a;
    font-family: 'Gotham Medium';
    border: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    transition: all 0.6s;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
.foot_logo h2{
	margin-bottom: 0;
	color: white;
}
 .foot_logo p {
 	margin-top: 0;
 	color: white;
 }
.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-yelp:before {
    content: "\f1e9";
}
@media (max-width: 1366px) {
	.container {
	    max-width: 95%;
	}
}
@media (max-width: 812px) {
	.foot_in, .foot_in:nth-child(3), .foot_in:last-child, .foot_in:first-child {
    width: 100%;
	}
	.foot_social {
    margin-bottom: 5px;
	}
	.foot_logo {
    width: 80px;
    margin: 0 auto;
    padding-bottom: 10px;
	}
	.foot_social li a {
    font-size: 20px;
	}
	.foot_in h3 {
    margin-bottom: 22px;
    font-size: 19px;
	}
	.buy_sell li {
    margin-bottom: 8px;
    display: inline-block;
    padding: 0 5px;
	}
	.header-top{display: none;}
	.logo-sec{    visibility: visible !important;}
}

#menu-item-328{display: none;}


