@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body{font-family: "Roboto", Helvetica, Arial, sans-serif; font-weight: 400;}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {font-family: "Roboto", Helvetica, Arial, sans-serif;}

.g-bg-primary{background-color:#14222f!important}
.g-bg-primary2{background-color:#a5d5e8}
.g-bg-primary3{background-color:#15344b}
.g-bg-primary4{background-color:#357b9b}

.g-color-primary3{color:#15344b}

.g-bg-gradient{background: #ffffff; background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(165, 213, 232, 1) 100%);}

.table-bordered td, .table-bordered th {border: 1px solid #15344b;}

.table thead th {border-bottom: 1px solid #15344b;}

.btn{border-radius:50px; padding:10px 25px; border:2px solid #fff}
.btn-lg{font-size:20px}

.u-btn-primary {
    color: #fff;
    background-color: #3857a1!important;
    border:2px solid #fff;
    padding:10px 25px!important;
}

.u-btn-primary:hover, .u-btn-primary.active {
    border-color: #15344b;
    background-color: #15344b!important; }

.u-btn-primary:hover, .u-btn-primary:focus, .u-btn-primary.active {color: #fff; }

::selection {color: #fff; background-color: #15344b;}

.u-go-to-v2:hover, .u-go-to-v2:focus:hover{background-color: #15344b;}

.u-go-to-v2 {background-color: rgba(0, 0, 0, 0.5);}