:root {
    --primary-color: #231f20 !important;
    --primary-color2: #46ad5b !important;
    --white-color: #fff !important;
    --bg-color: #f8f8f8 !important
}

.color-white {
    color: #fff !important
}

.color-434E6E {
    color: #231f20 !important
}

.color-style3 {
    color: #231f20 !important
}

.color-style4 {
    color: rgba(138, 140, 161, .8) !important
}

.color-style1 {
    color: #ffffff !important;
    border-bottom: double 5px #fff;
    /* line-height: 1 !important; */
    padding-bottom: 5px;
}

.color-e3cca1 {
    color: #46ad5b !important
}

.color-style5 {
    color: #46ad5b !important
}

.color-style2 {
    color: #091d3e
}

.bg-color {
    background-color: #231f20 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-color-style3 {
    background-color: #46ad5b !important
}

.bg-color-style2 {
    background-color: #fff !important
}

.bg-color-style5 {
    background-color: #46ad5b;
    border: none !important
}

.color-botom {
    color: rgba(255, 255, 255, .6) !important
}

.hv-color-st1:hover {
    color: #46ad5b !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.bg {
    background: #516fb1;
    background: -moz-linear-gradient(top, #516FB1 10%, #516FB1 100%);
    background: -webkit-linear-gradient(top, #516FB1 10%, #516FB1 100%);
    background: linear-gradient(to bottom, #516FB1 10%, #516FB1 100%);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.bg2 {
    background: #4195cc;
    background: -moz-linear-gradient(top, #4195CC 10%, #4195CC 100%);
    background: -webkit-linear-gradient(top, #4195CC 10%, #4195CC 100%);
    background: linear-gradient(to bottom, #4195CC 10%, #4195CC 100%);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.bg3 {
    background: #727171;
    background: -moz-linear-gradient(top, #AD1F24 10%, #AD1F24 100%);
    background: -webkit-linear-gradient(top, #AD1F24 10%, #AD1F24 100%);
    background: linear-gradient(to bottom, #AD1F24 10%, #AD1F24 100%);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}