@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&family=Roboto:wght@300&display=swap');
* {
    font-family: 'Roboto';
}

body {
    width: 100%;
    margin: 0 0;
}

.top-head-container a {
    text-decoration: none;
}

.top-head {
    width: 100%;
    background-color: #e8f5fb;
    overflow: none;
}

.top-head-container {
    width: 60%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
}

.nav-left {
    margin-right: auto;
}

.top-head-container > div {
    color: #000;
    font-weight: bold;
    padding: 5px 0;
    font-size: 0.85em;
}

.top-head-container > div a {
    text-decoration: none;
    color: #000;
}

.nav-right a {
    padding-right: 5px;
}

.now-hiring {
    background-color: #0095d5;
    padding: 3px;
    border-radius: 4px;
    color: #fff;
} 

.top-head-container > div:nth-child(3), .top-head-container > div:nth-child(4), .top-head-container > div:nth-child(5) {
    background-color: #c3ebff;
    padding-left: 5px;
    padding-right: 5px;
    color: #0397d6;
}

.main-nav {
    width: 100%;
    margin: 0 auto;
}

.main-nav-container {
    width: 60%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    min-height: 100px;
    max-height: 600px;
}

.main-nav-container > div a {
    text-decoration: none;
    color: #000;
}

.website-name {
    margin-right: auto;
}

.main-nav-container > div:nth-child(2),
.main-nav-container > div:nth-child(3),
.main-nav-container > div:nth-child(4),
.main-nav-container > div:nth-child(5) {
    padding-right: 15px;
}

.main-nav-container > div {
    font-size: 1.0em;
}

.free-estimate {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #0095d5;
    color: #fff;
    column-gap: 30px;
}

.this-is-bold {
    font-weight: 700;
    text-decoration: underline;
}

.go-botton {
    background-color: #006492;
    padding: 0 15px;
    border-radius: 15px;
}

.go-botton p {
    font-size: 1em;
    font-weight: bold;
}

.go-botton p a {
    text-decoration: none;
    color: #fff;
}

.another-nav-container > div {
    text-transform: uppercase;
}

.another-nav-list a {
    color: #006492;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9em;
}

.another-nav {
    width: 100%;
    margin: 0 auto;
    background-color: #ecf7fc;
    border-bottom: 0.5px solid #c5e5f2;
}

.another-nav-container {
    width: 60%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    padding: 20px 0;
}

.another-nav-list a:hover {
    padding-bottom: 20px;
    border-bottom: 5px solid #006492;
}

.feature {
    width: 100%;
    margin: 0 auto;
    background-color: #ecf7fc;
}

.feature-container {
    width: 60%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    column-gap: 20px;

}

.feature-container > div {
    color: #006492;
    font-weight: bold;
}

.feature-botton a {
    text-decoration: none;
    color: #fff;
    letter-spacing: 0.2em;
    padding: 15px;
    background-color: #0095d5;
    border-radius: 20px;
    padding-bottom: 15px;
}

.feature-right-container > div:nth-child(5) {
    margin-top: 30px;
}

.more-notes {
    width: 100%;
    margin: 0 auto;
    background-color: #ecf7fc;
}

.more-notes-container {
    width: 60%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 10px;
}

.top-notes {
    text-align: center;
    font-size: 1.3em;
    padding: 25px;
}

.top-notes h4 {
    font-style: italic;
}

.top-notes p {
    font-weight: bold;
    font-size: 0.8em;
}

.middle-notes {
    font-weight: bold;
    text-align: center;
    border-top: 0.5px solid #c5e5f2;
    border-bottom: 0.5px solid #c5e5f2;
}

.bottom-notes-flex {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    column-gap: 20px;
}


.bottom-notes-left {
    flex: 3;
    
}

.bottom-notes-right {
    flex: 2;
}

.bottom-notes-left p {
    font-weight: bold;
}

.bottom-notes > div:nth-child(1) {
    padding: 0 15px;
}

.bottom-notes-right-container {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bottom-notes-right-container > div:nth-of-type(1) {
    background-color: #006492;
    padding-left: 25%;
    padding-right: 30%;
    color: #fff;
}

.bottom-notes-right-container > div:nth-child(4) {
    margin: 20px;
    border: 1px solid #c5e5f2;
    padding: 30px;
    text-align: center;
    border-radius: 5px;
    background-color: #ecf7fc;
}

.bottom-notes-right-container > div:nth-child(5) {
    margin: 20px;
    border: 1px solid #c5e5f2;
    padding: 30px;
    text-align: center;
    border-radius: 5px;
    background-color: #ecf7fc;
}

.bottom-notes-right-container > div h3 {
    color: #006492;
}

.bottom-notes-right-container > div .redeem-offer1 {
    color: #fff;
    padding: 5px;
    border: 1px solid #c5e5f2;
    background-color: #006492;
    border-radius: 5px;
}

.signature-service-title-container {
    background-color: #ebf7fc;
    width: 100%;
    margin: 0 auto;
}

.signature-services-title {
    width: 60%;
    background-color: #fff;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #ebf7fc;
    border-bottom: 1px solid #ebf7fc;
}

.signature-services {
    width: 100%;
    background-color: #ebf7fc;
    margin: 0 auto;
}

.signature-services-container {
    width: 70%;
    background-color: #fff;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    column-gap: 15px;
    border-radius: 20px;
    box-shadow: 5px 5px 15px #006492;
}

.services-left {
    flex: 2;
}

.services-right {
    flex: 4;
}

.image-container {
    position: relative;
}

.inside-image-text {
    position: absolute;
    top: 30%;
    left: 32%;
    text-align: center;
    color: #006492;
    font-weight: bold;
    
}

.inside-image-text h5 {
    border: 1px solid #006492;
    padding: 10px;
    border-radius: 12px;
}

.container-right {
    margin: 0 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.services-right-container1 {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    column-gap: 15px;
    row-gap: 15px;
}

.container-1a {
    flex: 1;
}

.container-1b {
    flex: 1;
}

.container-1a, .container-1b {
    color: #006492;
    text-align: center;

}

.container-1a p i, .container-1b p i {
    font-size: 5em;
}

.feature-footer {
    width: 100%;
    margin: 0 auto;
    background-color: #ebf7fc;
}

.feature-footer-container {
    background-color: #fff;
    width: 60%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    column-gap: 15px;;
}

.feature-footer-left {
    flex: 3;
    margin: 10px 20px;
}

.feature-footer-right {
    flex: 2;
    margin-top: 30px;
}

footer {
    background-color: #ebf7fc;
    width: 100%;
    margin-bottom: 25px;
}

.main-footer-container {
    width: 60%;
    margin: 0 auto;
    display: flex;
    background: #9fd7ef;
    min-height: 150px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.main-footer-container {
    justify-content: center;
    align-items: center;
    text-align: center;
}

.primary-content {
    width: 60%;
    margin: 0 auto;
    padding: 20px;
}

.website-name h1 a {
    text-decoration: none;
    color: black;
}