@import url('https://fonts.googleapis.com/css?family=Raleway:900&display=swap');


.boxb_three {
    font-weight: 700;
    color: #333!important;
    font-size: 1.8em!important;
    font-family: 'Raleway', sans-serif;
    text-align: center;
}

.boxb_five {
    width: 80%;
    margin: 0 auto;
    color: #4e4e4e!important;
    font-size: 1.4em;
    line-height: 1.6em;
    text-align: center;
}

.btn-square.black {
        border-color: #ffffff;
    background-color: #014693;
    color: #fff;
    border-radius: 10px;
    transition: all .25s ease-in-out;
    transform: translateZ(0);
    backface-visibility: hidden;
    position: relative;
    overflow: hidden;
    margin-top: 0px!important
}

.btn-square.black:hover {
    border-color:#037aff;
    background-color: #037aff;
    box-shadow: 0 1px 3px rgba(0,0,0,.5)
}

.btn-square.black:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50.5%;
    right: 50.5%;
    bottom: 0;
    top: 0;
    background-color: #037aff;
    height: 100%;
    transition-property: left,right;
    transition-duration: .25s;
    transition-timing-function: linear
}

.btn-square.black:hover:before,.btn-square.black:focus:before,.btn-square.black:active:before {
    left: 0;
    right: 0
}



.line3 {
    border-bottom: 2px solid #ed6000!important;
    width: 5%;
    margin: 0 auto;
}

.icon {
    float: left;

    padding-top: 5.5px;
}

.row-full {
    float: none;
    max-width: 1200px !important;
}

.line {
    background-color: #c2c2c2;
    height: 2.5px;
    width: 15%;
}

.font-big {
    font-family: 'Raleway', sans-serif;
    font-size: 35px;
    font-weight: bold;
    line-height: normal;
    color:#fff!important;
}

.font-title {
    color: #ffffff;
    font-size: 25px;
    margin: 0 auto;
    font-weight: bold;
    line-height: normal;
        font-family: 'Raleway', sans-serif;
}

.list-2 {
    display: block;
    line-height: 25px;
}

.color1{
    background-color: #f3f4f5;
}