@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;800&display=swap');

body {
    font-family: 'Raleway', sans-serif;
}


.social_media {
    padding: 0;
    margin: 0;
}

.social_media li {
    list-style-type: none;
}

.social_media li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    font-size: 20px;
    border-radius: 50%;
    color: black;
    background: white;
}

.bg__background {
    position: absolute;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

a {
    text-decoration: none !important;
}

.hero_one-title {
    font-weight: 500;
    font-size: 39px;
    color: white;
}

.hero_one-title span {
    font-size: 39px;
    font-weight: 500;
    color: #008ed6;
}

.hero_one-text {
    font-weight: 600;
    font-size: 23px;
    color: white;
}

.btn-register {
    background: #008ed6;
    color: white;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 3px;
    border: none;
    outline: none;
    transition: .3s ease-in-out;
    box-shadow: none;
}

.btn-register:hover {
    background: #137cb3;
    transition: .3s ease-in-out;
}

.text-muted {
    color: #e1e1e1 !important;
}

.form-control {
    margin-bottom: 15px;
    margin-top: 15px;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    color: #727272;
    padding-left: 12px;
    font-size: inherit;
    line-height: auto;
    height: 50px;
}

input, input::placeholder {
    font-size: 15px;
}

.hero_title {
    font-size: 39px;
    font-weight: 500;
    color: #323232;
}

.hero_title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 75px;
    height: 1px;
    background: #008ed6;
}

.hero_two-box i {
    font-size: 50px;
    color: #008ed6;
}

.hero_two-box-title {
    font-size: 23px;
    font-weight: 600;
    color: #323232;
    text-align: center;
}

.hero_two-box-text {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #727272;
}

.black-button {
    display: inline-block;
    padding: 15px 30px;
    background: transparent;
    border: 2px solid black;
    color: black;
    font-size: 16px;
    font-weight: 400;
    transition: .3s ease-in-out;
}

.black-button:hover {
    border: 2px solid black;
    background: black;
    color: white;
    transition: .3s ease-in-out;
}

.hero_three {
    background: #f7f8fa;
}

.footer_copyright {
    font-size: 400px;
    font-size: 16px;
    color: #727272;
}

.footer_social ul {
    padding: 0;
    margin: 0;
}

.footer_social li {
    list-style-type: none;
}

.footer_social li a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 25px;
    background: #919191;
    color: white;
    width: 30px;
    height: 30px;
    transition: .3s ease-in-out;
}

.footer_social li a:hover {
    transition: .3s ease-in-out;
    background: #0b5ed7;
}

.hero_new1{
    background: #f7f8fa;
}

.hero_new1-title{
    font-size: 39px;
    font-weight: 500;
    color: #323232;
}
.hero_new2-title{
    font-size: 30px;
    font-weight: 500;
    color: #323232;
}
.hero_new1-content{
    font-size: 17px;
    color:black;
}