.team-content {
    position: absolute;
    top: 67%;
    left: 0;
    width: 100%;
    height: initial;
    background: #626b75;
    padding: 5px 20px;
    transition: 0.5s;
    min-height: 100px;
}

.owl-carousel .owl-controls .owl-dot{
    background: none repeat scroll 0 0 #869791 !important;
    border-radius: 20px !important;
    display: inline-block !important;
    height: 12px !important;
    margin: 5px 7px !important;
    opacity: 0.5 !important;
    width: 12px !important;
}

 .owl-controls {
     text-align: center;
 }


 .well-inner img{
     width: 60px;
 }

 .single-about{
     width: 100%;
 }

/*.mobile-menu-area{*/
/*    position: fixed; !* Set the navbar to fixed position *!*/
/*    top: 0; !* Position the navbar at the top of the page *!*/
/*    width: 100%; !* Full width *!*/
/*    z-index: 99999;*/
/*    background: #f9f9f9;*/
/*}*/

a{
    color: #C0C0C0;
}


.welcome-area{
    background: #626b75;
    color: white;
}

.well-services{
    background: white;
}


#myBtn {
    display: none;
    position: fixed;
    z-index: 99;
    border: none;
    outline: none;
    cursor: pointer;
    background: #000 none repeat scroll 0 0;
    border-radius: 2px;
    bottom: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    color: #fff;
    font-size: 20px;
    height: 34px;
    line-height: 30px;
    opacity: 0.6;
    left: 15px;
    text-align: center;
    transition: none;
    width: 34px;
}

#myBtn:hover {
    background: #C0C0C0;
    opacity: 1;
}

/* Cookie Dialog */
#gdpr-cookie-message {
    position: fixed;
    right: 30px;
    z-index: 99999999999999999999999;
    bottom: 30px;
    max-width: 100%;
    background-color: #626b75;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 6px 6px rgba(0,0,0,0.25);
    margin-left: 30px;
    font-family: system-ui;
}
#gdpr-cookie-message h4 {
    color: white;
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 0;
}
#gdpr-cookie-message h5 {
    color: white;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
    color: white;
    font-size: 15px;
    line-height: 1.5em;
}
#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: right;
}
#gdpr-cookie-message li {
    width: 20%;
    display: inline-block;
}
#gdpr-cookie-message a {
    color: white;
    text-decoration: none;
    font-size: 15px;
    padding-bottom: 2px;
    border-bottom: 1px dotted rgba(255,255,255,0.75);
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {
    color: white;
    border-bottom-color:white;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button,
button#ihavecookiesBtn {
    border: none;
    background: white;
    color: #626b75;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    padding: 7px;
    border-radius: 3px;
    margin-left: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button:hover {
    background: white;
    color: #626b75;
    transition: all 0.3s ease-in;
}
button#gdpr-cookie-advanced {
    background: white;
    color: #626b75;
}
#gdpr-cookie-message button:disabled {
    opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
    width: initial;
}

button#ihavecookiesBtn {
    margin-left: 0px !important;
}

#gd
