/*** 

1. Index.html - Header 



***/

/*** Index.html - Header ***/
#header #logo h1 a, #header #logo h1 a:hover {
    border-left: 0px solid #18d26e;
}

#header #logo img {
    /* max-width: 60px; */
    max-width: 120px;
}
#header.header-scrolled {
    height: 110px;
}
#header.header-scrolled > div > nav {
    padding-top: 25px;
}

#mobile-nav-toggle {
    margin: 25px 20px 0 0;
}

@media (max-width: 768px)
{
    #header.header-scrolled {
        height: 92px;
    }

    #header #logo img {
        max-height: 52px;
    }

    #intro .carousel-item {
        background-size: unset;
    }
    
}

#about .about-col h2 {
    padding: 0px 10px;
}

#about .about-col {
    min-height: 527px;
}

@media (max-width: 768px)
{
#about .about-col {
    min-height: auto;
}

}
@media (min-width:768px) and (max-width: 991px)
{
#about .about-col {
    min-height: 566px;
}
}

.gold-price-table{
    width: 100%;
}

.gold-price-table-head{
    color:white;
}

.gold-price-table-head-time{
    background: #1c2030;
    
}

.time{
    padding: 10px 13px;
    font-family: 'Overpass', sans-serif;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
}

.gold-price-title{
    background: #131722;
}

.gold-price-title-desc{
    padding: 8px 15px ;
    /* color: #4f5966; */
    color:#dcb33a;
    font-size: 18px;
    font-weight: 400;
}

.gold-price-title-desc-2{
    padding: 8px 15px ;
    /* color: #4f5966; */
    color:#dcb33a;
    font-size: 18px;
    font-weight: 400;
}

.gold-price{
    background: #131722;
}

.gold-price-desc{
    padding: 10px 18px;
    color: white;
    font-size: 18px;
    font-weight: 500;
    border-top: 1px solid #2a2e39;
}

.gold-price-desc-2{
    padding: 10px 18px;
    color: white;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    border-top: 1px solid #2a2e39;
}

.gold-price-table-body{
    color:white;
}

#call-to-action {
    background: black !important;
}

#intro .btn-get-started {
    color: #323232;
    font-weight: 600;
}

@media (max-width:425px){
    .gold-price-desc-2 {
    padding: 8px 0px;
    color: white;
    font-size: 13px;
    line-height: 1;
}

.gold-price-desc{
    font-size: 11px;
}

.uparrow, .downarrow{
    width: 12px;
}

.gold-price-title-desc{
    padding: 8px 15px ;
    /* color: #4f5966; */
    color:#dcb33a;
    font-size: 14px;
    font-weight: 400;
}

.gold-price-title-desc-2{
    padding: 8px 12px ;
    /* color: #4f5966; */
    color:#dcb33a;
    font-size: 14px;
    font-weight: 400;
}
}

/*** aboutus.html - Header ***/
.page-desc-white{
    color: white;
        text-align: center;
}

main > #call-to-action.page-header-padding{
    padding: 132px 0 !important;
    background: linear-gradient(rgba(0, 142, 99, 0.1), rgba(0, 0, 0, 0.1)), url(../img/call-to-action-bg.jpg) fixed center center !important;
    background-size: cover;
}

#team .member {
    background: #fff; 
}

.desc-align-center{
    align-self: center;
}

#about.aboutus-removebg{
    background: none;
}

.img-width-100{
    width: 100%;
}

.txt-align-center{
    text-align: center;
}

/*** castbars.html - Header ***/
#portfolio .portfolio-item figure:hover .link-preview {
    visibility: visible;
    left: calc(50% - 25px);
}