/*!
Theme Name: Vox Energy
Theme URI: https://it-helpers.uz/wp-theme/
Author: IT HELPERS GROUP
Author URI: https://it-helpers.uz/
Description: VOX ENERGY trade mark of LIT TEL LLC is an environmental, health and safety consultancy with a team of experts comprising of senior environmental, health and safety consultants with more than 20 years of experience in the sector covering Uzbekistan, Kazkhsran and Central Asia region.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: voxenergy
Tags: vox-energy, energy, LIT TEL LLC
*/
a {
    color: #93c83d;
}

a:hover {
    color: slategrey;
}


.custom-logo{
    max-height: 60px;
    max-width: 120px;
}
/**** scrollbar***/
/* width */
::-webkit-scrollbar {
    width: 1em;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background-color: #a3c85e;
    border-radius: 0;
    outline: 1px solid slategrey;
   }


blockquote {
    font-size: 16px;
    border-left: 8px solid #a3c85e;
    border-radius: 5px !important;
    padding:1.5rem!important
}


.service-head .readmore{
    font-weight: 700;
    text-align: center;
    color: #a3c85e;
    transition: all .5s;
}

.service-head .readmore:hover{
   color: slategrey;
}

.serv-list li{
    padding: 10px;
}

.serv-list li.active{
    border-left: 5px solid #93c83d;

}

.widget h3{
	    border-bottom: 10px solid #93c83d;
}







