@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap');
body {
    font-family: 'Oxygen', sans-serif;
    font-size: 16px;
    position: relative;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

a {
    color: #528bc8;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #0c194440;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #0c194440;
}


/* Header CSS */

#hero {
    background-image: url(../img/banner.png);
    background-size: cover;
    padding: 40px 0px 435px;
    background-position: top;
	position:relative;
}

#hero-thank {
    background-color: #001c46;
    height: 100vh;
}

#hero h1 {
    font-size: 74px;
    font-weight: 700;
    color: #0c1944;
    text-transform: uppercase;
    line-height: 110px;
    position: absolute;
    top: 25%;
}

#hero h1 span.fc_title {
    color: #528bc8;
    border-bottom: 9px solid #c8db95;
}

h3.form_title {
    font-size: 38px;
    text-transform: uppercase;
    font-weight: 700;
    color: #0c1944;
    padding: 24px 0px 28px;
	width:370px;
}

.bnr_form button.btn {
    background-color: #0c1944;
    border: 1px solid #0c1944;
    padding: 12px 32px;
    border-radius: 50px;
    color: #c8db95;
    font-weight: 700;
}

#services h2 {
    color: #528bc8;
    font-weight: 700;
}

.services {
    padding: 58px 0px 0px;
    position: relative;
}

.service_card h4 {
    font-weight: 500;
    color: #0c1944;
}

.service_card {
    padding-bottom: 28px;
    width: 299px;
}

.services .txt_block {
    position: relative;
    width: 98%;
    overflow: hidden;
    top: 18%;
}

.copyright {
    padding: 48px 0px 32px;
}

.copyright p {
    font-size: 22px;
    margin: 0px;
}

.copyright a {
    color: #528bc8;
    font-size: 18px;
}

.button.button-primary, .blue-btn {
    background: #538cca;
    color: #001c46;
    border: 1px solid #538cca;
}

.button.button-primary:hover, .blue-btn:hover {
    background: #b5d560;
    border: 1px solid #b5d560;
    color: #001c46;
}

.button.button-primary, .btn {
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 35px 18px;
    line-height: 1.4;
    min-width: 250px;
    transition: 0.3s;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Oxygen', Arial, Helvetica, sans-serif;
    border-radius: 50px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    #hero h1 {
        font-size: 42px;
        line-height: 68px;
        position: relative;
        top: auto;
        text-align: center;
        margin-bottom: 44px;
    }
    .services .txt_block {
        position: relative;
        width: 100%;
        overflow: hidden;
        top: auto;
    }
}

@media only screen and (min-device-width: 480px) and (max-device-width: 992px) {
    #hero h1 {
        font-size: 42px;
        line-height: 68px;
        position: absolute;
        top: auto;
        text-align: center;
        bottom: 80px;
		width:100px;
		left:0px;
    }
    .services .txt_block {
        position: relative;
        width: 100%;
        overflow: hidden;
        top: auto;
        padding-bottom: 34px;
    }
}
@media screen and (max-width : 991px) {
    .services .txt_block {
        top: 0px;
    }
    h3.form_title {
        margin: auto;
        width: 100%;
    }
}
@media screen and (max-width : 767px) {
    #hero h1 {
        left: 0;
        font-size: 44px;
        line-height: 70px;
        width: 100%;
        text-align: center;
		bottom:80px;
		position:absolute;
    }
	.service_card {
	  padding-bottom: 28px;
	  width: 100%;
	  text-align: center;
	}
	.services .txt_block {
	  top: 0px;
	  text-align: center;
	}
}
@media screen and (max-width : 480px) {
  .button.button-primary, .btn {
    padding: 15px 18px;
  }
}