:root {
    color: #232323;
    color: #00000029;
    color: #B4723D;
    color: #070644;
    color: #25D366;
    color: #D8BC6D;
    color: #D4D4D4;
    color: #F1F1F1;
    color: #C2C2C2;
    color: #F3F3F3;
    color: #EFEFEF;
    color: #E8E8E8;
}

body {
    margin: 0;
	padding: 0;
    color: #0D2237;
    font-weight: 400;
    font-style: normal;
    font-family: 'Rubik', sans-serif;
}

img {
	width: 100%;
	height: auto;
}

h1, h2, h3, h4, h5, h6,.h1, .h2, .h3, .h4, .h5, .h6 {
	margin-top: 0;
    font-weight: 400;
    font-family: 'Lora', serif;
}

.h1, h1 {
    font-size: 40px;
}

.h2, h2 {
    font-size: 35px;
}

p, li, a, dd {
	font-size: 15px;
    font-weight: 300;
}

b, strong, dt {
    font-weight: 600;
}

ul {
	padding-left: 20px;
    margin-bottom: 0;
}

a:hover, a:focus {
	text-decoration: none;
    color: inherit;
}

i {
	vertical-align: middle;
}

.l-blu-txt {
    color: #27BCEB;
}

.h-60 {
    height: 60%!important;
}

.border-dark {
    border: 1px solid #707070!important;
    /* display: flex;
    flex-direction: column; */
}

.stretch-card {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: stretch;
    justify-content: stretch; 
}

.stretch-card > .border-dark {
    width: 100%;
    min-width: 100%; 
}

hr {
    margin-top: 3rem;
    margin-bottom: 3rem;
    border: 0;
    border-top: 1px solid #707070;
}

.card {
    border-radius: 0;
    border: 0;
}

.mobi-header-icons {
    display: none;
}

button:focus {
    outline: none;
}

.btn-primary {
    padding: 10px 40px;
    vertical-align: middle;
    font-size: 15px;
    background-color: transparent;
    border-radius: 0;
    line-height: 20px;
    font-weight: 400;
    color: #D8BC6D;
    border: 1px solid #D8BC6D;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active {
    color: #fff!important;
    border: 1px solid #D8BC6D;
    box-shadow: none!important;
    background-color: #D8BC6D;
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
    color: #fff!important;
    background-color: #D8BC6D!important;
    border-color: #D8BC6D;
    box-shadow: none;
}

.btn-primary.wht {
    padding: 10px 40px;
    vertical-align: middle;
    font-size: 15px;
    background-color: transparent;
    border-radius: 0;
    line-height: 20px;
    font-weight: 400;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
}

.btn-primary.wht:not(:disabled):not(.disabled).active, .btn-primary.wht:not(:disabled):not(.disabled):active {
    color: #070644!important;
    border: 2px solid #FFFFFF;
    box-shadow: none!important;
    background-color: #FFFFFF;
}

.btn-primary.wht.focus, .btn-primary.wht:focus, .btn-primary.wht:hover {
    color: #070644!important;
    background-color: #FFFFFF!important;
    border-color: #FFFFFF;
    box-shadow: none;
}

.btn-primary.blk {
    padding: 10px 40px;
    vertical-align: middle;
    font-size: 15px;
    background-color: transparent;
    border-radius: 0;
    line-height: 20px;
    font-weight: 400;
    color: #000000;
    border: 1px solid #000000;
}

.btn-primary.blk:not(:disabled):not(.disabled).active, .btn-primary.blk:not(:disabled):not(.disabled):active {
    color: #fff!important;
    border: 2px solid #000000;
    box-shadow: none!important;
    background-color: #000000;
}

.btn-primary.blk.focus, .btn-primary.blk:focus, .btn-primary.blk:hover {
    color: #fff!important;
    background-color: #000000!important;
    border-color: #000000;
    box-shadow: none;
}
/* ============================================ */

/* Dropdown styles */
.dropdown {
    position: relative;
    padding: 0;
    margin-right: 0;
    display: inline-block;
    border: none;
    line-height: 20px;
    vertical-align: middle;
}

.dropdown summary {
    list-style: none;
    list-style-type: none;
}

.dropdown > summary::-webkit-details-marker {
    display: none;
}

.dropdown summary:focus, .dropdown summary:hover {
    outline: none;
    color: #fff;
}

.dropdown .dropdown-content {
    position: absolute;
    margin: 16px 0;
    padding: 0;
    min-width: 310px;
    width: auto;
    left: 0;
    margin-left: 0;
    box-sizing: border-box;
    z-index: 9999;
    background: #fff;
    border-radius: 0;
    list-style: none;
    text-align: left;
    box-shadow: 0px 0px 4px rgba(0 0 0 / 23%);
}

.dropdown dl dt {
    line-height: 35px;
    vertical-align: middle;
}
  
.dropdown dl dd {
    padding: 5px 15px;
    margin: 0;
    display: block;
    line-height: 25px;
    vertical-align: middle;
}

.dropdown dd a {
    font-weight: 300;
}

.dropdown dd a:link, .dropdown dd a:visited {
    display: contents;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    color: #000;
    text-decoration: none;
}

.dropdown dd a:hover {
    background-color: #fff;
    color: #000;
}

/* Close the dropdown with outside clicks */
.dropdown > summary::before {
    display: none;
}

.dropdown[open] > summary::before {
    content: ' ';
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
}

header {
    background-color: #fff;
}

.header {
    padding: 10px 0;
}
.nav-link {
    display: block;
    padding: 0 0 0 2rem;
}

.nav-item {
    color: #000000;
    font-weight: 400;
}

.header-icons .nav-item i {
    font-size: 20px;
    margin-left: 10px;
}

.nav-link.active .nav-item, .nav-link .nav-item:hover {
    color: #D8BC6D;
    font-weight: 400;
}

.navbar-collapse .dropdown-toggle::after {
    display: none;
}

.header-icons p, .header-icons a {
    margin: 5px 0;
    color: #070644;
    font-weight: 500;
    display: block;
}

.header-icons i {
    vertical-align: middle;
    line-height: 20px;
    font-size: 18px;
    color: #070644;
    width: 30px;
    text-align: center;
}

.topbar {
    background-color: #070644;
    padding: 10px 0;
    position: relative;
}

.topbar a, .topbar p {
    color: #FFFFFF;
    font-weight: 400;
    line-height: 20px;
    vertical-align: sub;
}

.topbar span {
    text-align: center;
    padding: 0 10px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    vertical-align: sub;
}

/* Home page */
.dark-bg {
    background-color: rgba(255 255 255 / 80%);
    /* padding: 6% 0; */
}

#background-video {
    width: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    height: 100%;
    background-image: url('/images/home/header-placeholder.jpg');
    background-position: center;
    background-size: cover;
}

.home-page-header {
    overflow: hidden;
    padding: 6% 0;
    position: relative;
}

.home-header h1, .home-header p {
    color: #070644;
    font-weight: 400;
}

.home-header .card-body {
    background-color: #070644;
}

.home-header .card-body h3 {
    color: #D8BC6D;
    font-weight: 400;
}

.home-intro {
    padding: 5% 0;
}

.home-intro h2 {
    color: #D8BC6D;
    font-size: 40px;
}

.home-intro .card {
    margin-bottom: 20px;
    border: 2px solid #070644;
    border-radius: 0;
}

.home-intro .card-body i {
    width: 45px;
    text-align: center;
    margin-right: 20px;
    vertical-align: middle;
    line-height: 30px;
}

.home-intro .card-body h5, .home-intro .card-body a {
    font-size: 30px;
    color: #070644;
    margin-bottom: 0;
    line-height: 30px;
    vertical-align: middle;
}

.home-intro .card-body .whatsapp i {
    font-size: 35px;
}

.section1 {
    background-image: url('/images/home/patternkrugerrand.png');
    background-position: right 30% top 64%;
    background-size: 15%;
    background-repeat: no-repeat;
    padding-bottom: 40px;
}

.section2 {
    background-image: url('/images/home/patterngold.png');
    background-position: left 31% top 58%;
    background-size: 15%;
    background-repeat: no-repeat;
    padding-bottom: 40px;
}

.section3 {
    background-image: url('/images/home/patterndiamond.png');
    background-position: right 30% top 64%;
    background-size: 15%;
    background-repeat: no-repeat;
    padding-bottom: 40px;
}

.home-sections .card {
    border-radius: 0;
    background-color: #070644;
    color: #fff;
    padding: 40px;
}

.home-sections .card-body p {
    font-weight: 400;
}

.home-sections .card h4 {
    position: relative;
}

.home-sections .card h4:after {
    content: '';
    border-bottom: 1px solid #fff;
    width: 18%;
    top: 100%;
    left: 0;
    display: block;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.knowledge-hub {
    background-color: #D4D4D4;
    /* background: transparent linear-gradient(180deg, #D4D4D4 0%, #F1F1F1 100%) 0% 0% no-repeat padding-box; */
    padding: 5% 0;
}

.knowledge-hub .card-body {
    background-color: #070644;
    padding: 25px;
}

.knowledge-hub .card-body h3 {
    color: #D8BC6D;
    font-weight: 400;
}

.knowledge-hub .card-body p {
    color: #fff;
    font-weight: 300;
}

.associated-partners, .team {
    padding: 3% 0;
}

/* About */
.krugerrands-header {
    background-color: #070644;
    padding: 4% 0;
    background-image: url('/images/about/headerpattern.png');
    background-position: center left 31%;
    background-size: contain;
    background-repeat: no-repeat;
}

.krugerrands-header h1, .gold-header h1, .about-header h1, .blog-header h1, .contact-header h1 {
    color: #fff;
}

.blog-header h2, .contact-header h2 {
    color: #D8BC6D;
}

.gold-header {
    background-color: #070644;
    padding: 4% 0;
    background-image: url('/images/gold-silver/headerpattern.png');
    background-position: center left 31%;
    background-size: contain;
    background-repeat: no-repeat;
}

.blog-header {
    background-color: #070644;
    padding: 10% 0;
    background-image: url('/images/blogs/headerpattern.png');
    background-position: center left 31%;
    background-size: contain;
    background-repeat: no-repeat;
}

.about-header {
    background-color: #070644;
    padding: 4% 0;
    background-image: url('/images/about/headerpattern.png');
    background-position: center left 31%;
    background-size: contain;
    background-repeat: no-repeat;
}

.about-header .list-group {
    background-color: transparent;
}

.about-header .list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 0;
    background-color: transparent;
    border-bottom: 1px solid #D8BC6D;
    color: #D8BC6D;
}

.contact-header {
    background-color: #070644;
    padding: 8% 0;
    background-image: url('/images/contact/headerpattern.png');
    background-position: center left 31%;
    background-size: contain;
    background-repeat: no-repeat;
}

.why-invest {
    background-color: #070644;
    padding: 4% 0;
    color: #fff;
}

.why-invest h2, .why-invest h3, .team h2 {
    color: #D8BC6D;
}

.why-invest i {
    color: #D8BC6D;
    font-size: 30px;
    vertical-align: middle;
    line-height: 35px; 
    margin-right: 20px;
}

.why-invest .media {
    margin-bottom: 30px;
}

.mission-vision h3 {
    margin-bottom: 20px;
}

.mission-vision li {
    margin-left: 37px;
    margin-bottom: 15px;
}

.mission-vision i {
    color: #000000;
    font-size: 20px;
    vertical-align: middle;
    line-height: 30px;
    margin-right: 10px;
    margin-left: -35px;
}

.mission-vision ul {
    margin-bottom: 6px;
    width: 69%;
    word-break: break-word;
    text-wrap: wrap;
}

.why-invest .card {
    padding: 15px;
}

.why-invest .card-body {
    padding: 0;
    text-align: center;
    margin-top: 40px;
}

.why-invest .card-body h5 {
    color: #000000;
}

.krugerrands-absolute {
   margin-bottom: -20%;
   margin-top: 5%;
}

.krugerrands-absolute img {
    width: 100%;
    height: auto;
}

.mobi-krugerrands, .mobi-gold-silver {
    display: none;
}

.our-process {
    background-image: url('/images/diamonds/longpattern.png');
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 15% 0 5% 0;
}

.our-process h2 {
    color: #D8BC6D;
    margin-bottom: 30px;
}

.faqs h3 {
    display: inline-block;
}

.faqs .card, .faqs .accordion>.card:not(:last-of-type) {
    border: 1px solid #000;
    padding: 20px;
}

.faqs .card-header span {
    float: right;
    font-size: 30px;
    cursor: pointer;
}

.faqs .accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px;
    vertical-align: middle;
    line-height: 20px;
}

.faqs .card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 0;
}

.faqs .card-header a[aria-expanded="true"] i {
    transform: rotate(180deg);
    transition: all .4s cubic-bezier(0.080, 1.090, 0.320, 1.275);
}

.faqs .card-header a[aria-expanded="true"] .btn-link-text {
    display:none;
}

.faqs .card-header a[aria-expanded="false"] i {
    transform: rotate(0deg);
    transition: all .4s cubic-bezier(0.080, 1.090, 0.320, 1.275);
}

.faqs .card-header a[aria-expanded="false"] .btn-link-text {
    display:initial;
}

.faqs .accordion-heading {
    margin-bottom: 0;
}

.mission-vision {
    background-color: #070644;
    padding: 4% 0;
}

.mission-vision .media {
    background-color: #D8BC6D;
    margin-right: -33.9%;
}

.our-pledge i {
    color: #D8BC6D;
    font-size: 30px;
    vertical-align: middle;
    line-height: 25px; 
    margin: 0 20px;
}

.our-pledge {
    padding: 4% 0;
}

.our-pledge h2 {
    color: #D8BC6D;
}

.our-pledge dt, .our-pledge dd {
    font-size: 16px;
    padding: 0;
    border: 0;
    line-height:30px; 
    vertical-align: middle;
}

/* Blogs */
.blogs {
    padding: 4% 0;
}

.blogs .card {
    border-radius: 0;
    background-color: #070644;
    color: #fff;
    border: 0;
    margin-bottom: 40px;
}

.blogs .card-body h3 {
    color: #D8BC6D;
    font-weight: 400;
}

.blog-page {
    padding: 5% 0;
}

/* Contact page */
.contact {
    padding: 5% 0;
}

.contact h2 {
    color: #D8BC6D;
    font-weight: 400;
    margin-bottom: 4%;
}

.contact .card a {
    color: #0D2237;
}
.light-block {
    background-color: #F3F3F3;
    padding: 5%;
}

.light-block a {
    color: #0D2237;
}

.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 15px;
    font-size: 15px;
    font-weight: 400;
    color: #323234;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #323234;
    border-radius: 0;
}

select.form-control {
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background:url('/images/angle-down-light.png') 96% / 15px 8px no-repeat;
    background-color: #fff;
}
.form-control:focus {
    color: #323234;
    background-color: #fff;
    border-color: #323234;
    outline: 0;
    box-shadow: none;
}

textarea.form-control {
    height:200px;
}

#email2, #email3 {
    display: none;
}

#map1, #map2, #map3, #map4, #map5, #map6, #map7 {
    width: 100%;
    height: 250px;
}

.gm-style .gm-style-iw {
    font-weight: 300;
    font-size: 15px;
    overflow: hidden;
    text-align: center;
}

.gm-style .gm-style-iw p>a {
    color: #0D2237;
}

.gm-style img {
    max-width: 80%;
}

.swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #27BCEB;
    color: #fff;
    font-size: 1em;
}

/*Placeholder text*/
.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1; /* Firefox */
    vertical-align: middle;
    line-height: 20px;
    font-weight: 400;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000;
    vertical-align: middle;
    line-height: 20px;
    font-weight: 400;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #000;
    vertical-align: middle;
    line-height: 20px;
    font-weight: 400;
}

/* Footer */
footer {
    background-color: #EFEFEF;
}

.footer {
    padding: 5% 0;
}

.footer img {
    width: 100%;
    height: auto;
}
.footer h3 {
    color: #070644;
}

.footer li, .footer a, .footer p, .footer-lower a, .footer-lower p {
    color: #232323;
}

.footer a {
    line-height: 33px;
}

.footer i {
    font-size: 25px;
    margin-right: 20px;
}

.whatsapp i {
    color: #25D366!important;
}

.footer-lower {
    padding-bottom: 30px;
}

.swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #070644;
    color: #fff;
    font-size: 1em;
}

.swal2-styled {
    margin: 0.3125em;
    padding: 0.625em 1.1em;
    transition: box-shadow .1s;
    box-shadow: none;
    font-weight: 500;
}

.ii a[href] {
    color: #000;
}

.swal2-styled.swal2-confirm:focus {
    box-shadow: none;
}

.error-page {
    padding: 20vh 0;
}