@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
    --main-color: #4c87ca;
}


html,body{
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

body{
    font-family: 'Poppins', sans-serif;
    color: #3e3e3e;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.85;
    -webkit-font-smoothing: antialiased;
}

a{
    color: inherit;
    text-decoration: underline;
}

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

b, strong {
    font-weight: 700;
}

.bg-color-1{
    background :#111;
}

.bg-color-2{
    background:White;
}

.bg-color-3{
    background:#4c87ca;
}

.bg-color-4{
    background:#f21e4e;
}

.bg-color-5{    
    background: #1abc9c;
}

.bg-color-6{    
    background: #c0c0c0;
}

.bg-color-7{    
    background: #423b7d;
}

.bg-color-8{    
    background: #888888;
}

.color-1{
    color:#111;
}

.color-2{
    color:White;
}

.color-3{
    color:#4c87ca;
}

.color-4{
    color:#f21e4e;
}

.color-5{    
    color: #1abc9c;
}

.color-6{    
    color: #c0c0c0;
}

.color-7{    
    color: #423b7d;
}

.color-8{    
    color: #888888;
}

.btn-1,.btn-2{
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 12px;
    line-height: 49px;
    height: 49px;
    font-style: normal;
    font-weight: 600;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    letter-spacing: 0px;
    text-transform: uppercase;
    border-width: 0px;
    padding:  0 28px;
}

.btn-1{
    background-color: #4c87ca;
}

.btn-1:hover{
    background-color: #5691d3;
    color: #ffffff;
}

.btn-2{
    background-color: #76d7b1!important;
}

.btn-2:hover{
    background-color: #87e1be!important;
    color: #ffffff;
}

.a-link{
    font-weight: 600;
    text-decoration: underline;
}

.ul{
    position: relative;
    padding-left: 40px;
    padding-bottom: 10px;
}
 
.ul:before{
    line-height: 1em;
    font-size: 1.6em;
    content: "●";
    position: absolute;
    left: 0;
    top:1px;
    padding: 0 10px 0 10px;
    color: #76d7b1;
} 

.bootstrap-select>button{
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}