.cookie_table {color: white; border-color: 0px !important}

.theme-gradient, .counter-style-1 .count-number {
    background: linear-gradient(93deg, rgba(229,84,18,1) 6%, rgba(225,145,88,1) 100%, rgba(26,123,170,1) 100%);
    background-clip: text;
}

.gradient-90 {
    background: linear-gradient(93deg, rgba(229,84,18,1) 6%, rgba(225,145,88,1) 100%, rgba(26,123,170,1) 100%);
    background-clip: text !important;
}

button.btn-default, a.btn-default {
    background: linear-gradient(93deg, rgba(229,84,18,1) 6%, rgba(225,145,88,1) 100%, rgba(26,123,170,1) 100%);
    border: 1px solid #333;
}

a.btn-linkedin {
    background: rgba(26,123,170,1) !important;
    background: linear-gradient(93deg, rgba(5,53,102,1) 6%, rgba(10,102,194,1) 100%, rgba(26,123,170,1) 100%) !important; 
}

.btn-outline-has {
    border-color: rgba(229,84,18,1) !important;
    background: none !important;
}

.btn-outline-has:hover {    
    background: rgba(229,84,18,1) !important;
    border-color: rgba(229,84,18,1);
    background-color: rgba(229,84,18,1);
    color: white
}


button.btn-white, .btn-white {
    background-color: inherit;
    border: 1px solid white;
    border-radius: 5px;
    padding: 10px;
    color: white !important
}

button.btn-white span {
    color: white
}

button.btn-white:hover span {
    color: black
}

button.btn-white:hover, .btn-white:hover {
    color: black;
    background-color: white
}

a.btn-white:hover {
    color: black !important
}

#linked-in-overlay {
   position: absolute; 
   top: 320px; 
   right: 30px 
}

#linked-in-inner {
  background-color: rgba(124, 171, 214, 0.4); 
  border-radius: 10px; 
  padding: 25px 20px 5px
}

#linked-in-overlay img {
    margin: 20px 0px; height: 50px; width: 50px
}

#linked-in-logo {
    background-color: #d1d9e0; border-radius: 60px
}

@media only screen and (max-width: 767px) {
 
    #linked-in-overlay {
        position: absolute; 
        top: 180px;
        right: 30px    
    }
    
    #linked-in-inner {
        background-color: rgba(124, 171, 214, 0.4); 
        border-radius: 5px; 
        padding: 15px 10px 2px
    }
    
    #linked-in-overlay .h5 {
        font-size: 12px !important
    }
    
    #linked-in-overlay img {
        margin: 10px 0px; height: 25px; width: 25px
    }
    
    #linked-in-logo {
        border-radius: 30px
    }
    
}

.accordion .card-body a {
    text-decoration: underline !important
}

.pagination .page-link {
    background: rgba(229,84,18,1) !important;
    border: 1px solid #333;
    color: white;
    font-size: 18px
}



