:root {
    --main-green: #3CB64A;
    --main-dark: #000;
    --m-text-dark: #404040;
    --m-text-second: #7A7A7A;
    --m-button-bg: #0F4E71;
    --m-button-bg-white: #fff;
    --m-heading: #54595F;

}

.fpg__container {
    width: 100%;
    max-width: 81.25rem;
    padding-right: 1.5rem;
    padding: 0px 4%;
    padding-left: 1.5rem;
    margin: auto;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 4%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1000;
    background: transparent;
    color: #000;
}

#myHeader .nav ul li a {
    color: var(--main-dark);
}

#myHeader.sticky {
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
    box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
    background-color: var(--m-button-bg-white);
}

#myHeader.sticky .navbar ul li a,
span .fa-home,
#myHeader.sticky .nav__icon {
    color: var(--main-dark);
}

#myHeader.sticky span .fa-home {

    position: absolute;
    left: 17%;
    /* margin-right: 0%; */
    top: 35px;
}


header .logo {
    width: 25%;
    position: relative;
    margin-left: 55%;
}


header .nav ul li,
header .navbars ul li {
    position: relative;

}

header .nav ul li a,
header .navbars ul li a {
    padding: 1.25rem;
    display: block;
    min-width: 7.5rem;
}


header .nav ul,
header .navbars ul {
    display: flex;
}

header .nav ul li a:hover,
header .navbars ul li a:hover {
    border-bottom: 2px solid var(--m-button-bg);
    color: var(--m-button-bg);
}

header .nav ul li ul,
header .navbars ul li ul,
.span .fa-home {
    position: absolute;
    left: 0;
    width: 100%;
    display: none;
    min-width: 16.875rem;
    background-color: var(--m-button-bg-white);
}

header .nav ul li ul a,
header .navbars ul li ul a {
    color: var(--main-dark);
    font-weight: 400;
}

header .nav ul li ul li,
header .navbars ul li ul li {
    width: 100%;
}


header .nav ul li ul li ul,
header .navbars ul li ul li ul {
    left: 14.375rem;
    top: 0;
}

header .nav ul li:hover>ul,
header .navbars ul li:hover>ul {
    display: initial;
}

header .nav ul button,
header .navbars ul button {
    background-color: var(--main-green);
    width: 9.375rem;
    border-top-left-radius: 0.625rem;
    border-bottom-right-radius: 0.625rem;
    outline: 0;
    border: 0;
    margin-right: 2.813rem;
}

header .nav ul button a,
header .navbars ul button a {
    color: var(--m-button-bg-white);
}


.banner__space {
    width: 100%;
    height: auto;
    padding-top: 100px;
    padding-bottom: 150px;
    background-color: #F7F7F7;
    border-radius: 10px;
    position: relative;
    margin-left: 35px;
    margin-top: 65px;
}

.civis__banner__parent {
    display: flex;
    align-items: center;
    position: relative;
    gap: 45px;
    padding: 20px;
}

.civis__banner__parent__left,
.civis__banner__parent__right {
    width: 50%;
}

.civis__banner__parent__left h2 {
    font-size: 35px;
    font-weight: 400;
    width: 100%;
    max-width: 450px;
    line-height: 1.2;
    padding: 15px 0;
}

.civis__banner__parent__left h2 span,
.civis__banner__parent__left small span {
    color: #3CB64A;
}

.civis__banner__parent {
    line-height: 1.5;
}

.civis__banner__parent__left p {
    font-size: 14px;
    font-weight: 300;
    width: 100%;
    text-align: justify;
    padding-bottom: 20px;
}

.civis__banner__parent__left small {
    font-size: 14px;
    font-weight: 200;
}

/* .civis__banner__parent__right {
    width: 100%;
    position: relative;
    left: 10%;
}
 
 .civis__banner__parent__right img {
    width: 50%;
}
 
 .civis__banner__parent__right__img img:nth-child(2) {
    position: absolute;
    top: 50%;
    right: 17%;
}
 
 .civis__banner__parent__right p{
    position: absolute;
    top: 75%;
    width: 550px;
    font-size: 14px;
    font-weight: 400;
}  */

.contact__img {
    display: block;
    position: absolute;
    top: 0;
    margin-top: 20px;
}

.civis__banner__parent__rights .civis__banner__parent__rights {
    width: 100%;
    max-width: 450px;
}

.civis__banner__parent__rights img {
    width: 40%;
}

.form__wrapper {
    width: 100%;
    background-color: #fff;
    height: auto;
    padding: 20px;
    border-radius: 10px;
}

form input,
textarea,
select {
    display: block;
    position: relative;
    width: 100%;
    padding: 15px;
    margin: 20px 0;
    border-radius: 10px;
    outline: 0;
    border: 0;
    background-color: #F7F7F7;
    color: #54595F;
}

form input::placeholder,
textarea::placeholder {
    color: #bbb;
}

textarea {
    min-height: 150px;
    resize: none;
}

.form__wrapper h5 {
    color: #0F4E71;
    font-size: 20px;
    font-weight: 500;
    padding: 15px 0;
}

.form__wrapper h3 {
    font-size: 28px;
    font-weight: 500;
    padding-bottom: 10px;
}

.form__wrapper p {
    width: 390px;
    font-weight: 300;
}

.form__wrapper button {
    padding: 13px 0;
    width: 100%;
    margin: auto;
    max-width: 35%;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #0f4e71;
    border: 0;
    outline: 0;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    margin-bottom: 25px;
    cursor: pointer;
}

.contact__img {
    display: block;
    position: absolute;
    top: 0;
    margin-top: 20px;
}

.contact__wrapper {
    position: relative;
    top: 210px;
    width: 100%;
    height: auto;
    background-color: #fff;
    border-radius: 10px;
    /* max-width: 550px; */
    padding: 40px 35px;
}

.contact__wrapper span p {
    font-size: 14px;
    color: #131212;
    font-weight: 400;
    border-radius: 10px;

}

.contact__wrapper h2 {
    color: #0F4E71;
    font-size: 20px;
    padding: 15px 0;
}

span a .fa-home {
    /* color: #000; */
    font-size: 20px;
    position: absolute;
    left: 17%;
    /* margin-right: 0%; */
    top: 35px;
}

select {
    color: #54595F;
    font-size: 12px;
    font-weight: 400;
}

.success__section {
    background-color: red !important;
    width: 100%;
    height: 100%;
}

.center {
    text-align: center;
    margin: auto;
}

.civis__top img {
    width: 30%;
}


.civis__top {
    position: absolute;
    top: 0;
    margin: 15% auto;
    left: 0;
    right: 0;
    width: fit-content;
}

.success__message {
    padding: 8px 0;
    display: block;
}

.success__message p {
    color: #ffff;
    font-size: 22px;
    font-weight: 300;
    padding: 8px 0;
}

.success__message span {
    display: block;
    font-size: 16px;
    color: #bbb;
    font-weight: 400;
    font-family: 'Poppins';
}

.success__message a {
    padding-top: 50px;
    font-size: 16px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    font-weight: 400;
    font-family: 'Poppins';
    color: #000;
}