@font-face {
    font-family: 'roboto-black';
    src: url('fonts/Roboto-Black.woff2') format('woff2'),
        url('fonts/Roboto-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'roboto-bold';
    src: url('fonts/Roboto-Bold.woff2') format('woff2'),
        url('fonts/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'roboto-medium';
    src: url('fonts/Roboto-Medium.woff2') format('woff2'),
        url('fonts/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'roboto-regular';
    src: url('fonts/Roboto-Regular.woff2') format('woff2'),
        url('fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'roboto-light';
    src: url('fonts/Roboto-Light.woff2') format('woff2'),
        url('fonts/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'roboto-thin';
    src: url('fonts/Roboto-Thin.woff2') format('woff2'),
        url('fonts/Roboto-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}




img {
    max-width: 100%;
}

input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="email"],
input[type="tel"],
textarea,
.input-checkbox {
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
}

input:focus {
    outline: 0;
}

textarea:focus {
    outline: 0;
}

button:focus {
    outline: 0;
}

a {
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s ease;
}

a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
}

.TC {
    text-align: center;
}

.TL {
    text-align: left;
}

.TR {
    text-align: right;
}

.margin_auto {
    margin: auto;
    float: none;
}

.padding {
    padding: 0;
}

.al {
    width: 100%;
    height: 100%;
    display: table;
}

.alm {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

abbr[title] {
    border-bottom: none !important;
    cursor: inherit !important;
    text-decoration: none !important;
}

body {
    font-family: 'roboto-Regular';
    background-color: #fff;
}

.container {
    max-width: 1140px;
    margin: 0 auto;
    width: 100%;
    padding: 0;
}

.aic{
    align-items: center;
}
.jcc{
    justify-content: center;
}
.jsb{
    justify-content: space-between;
}

.main-header
{
    width: 100%;
    padding: 10px;
    text-align: center;
    position: relative;
    background-image: url('../images/head-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.main-header:before
{
    content: '';
    background-color: #FFEA0399;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.main-header .main-head-content
{
    position: relative;
}
.main-header .main-head-content h3
{
    color: #2D5E12;
    font-size: 20px;
    text-align: center;
    font-family: 'roboto-bold';
    margin-bottom: 25px;
}
.main-header .main-head-content .price-btn
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.main-header .main-head-content a 
{
    font-family: 'roboto-medium';
    font-size: 20px;
    color: #fff;
    background-color: #2D5E12;
    padding: 13px 50px;
    margin: 0 10px;
    text-align: center;
    border-radius: 3px;
    line-height: 1;
    transition: all 0.5s;
    display: inline-block;
}
.main-header .main-head-content a:hover
{
    color: #FFEA03;
}

.main-section
{
    background-image: url('../images/background-banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.main-section:before
{
    content: '';
    background-color: #24190AC4;
    opacity: 0.54;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.main-section .main-form-section
{
    width: 31.892%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0px 3px 50px 15px;
    align-content: center;
}
.main-section .main-form-section .logo-section
{
    text-align: center;
    width: 100%;
}
.main-section .d-flex
{
    position: relative;
}
.main-section .main-form-section .logo-section img
{
    width:  35%;
    max-width: 50%;
}
.main-section .main-form-section .logo-section h5
{
    color: #fff;
    font-size: 14px;
    font-style: italic;
    font-family: 'roboto-medium';
    margin: 5px 0 15px;
}
.main-section .main-form-section .form-section
{
    width: 100%;
}
.main-section .main-form-section .form-section h4
{
    text-align: center;
    color: #FFEA03;
    font-size: 20px;
    font-family: 'roboto-bold';
    margin-bottom: 15px;
}
.main-section .main-form-section .form-section input
{
    color: #3A3A3A;
    border-radius: 7px;
    background-color: #fff;
    border: 0;
    font-size: 18px;
    font-family: 'roboto-light';
    padding: .5rem 1rem;
    width: 100%;
}
.main-section .main-form-section .form-section .sub-box
{
    margin-bottom: 24px;
}
.main-section .main-form-section .form-section .sub-box.submit-box
{
    text-align: center;
    margin-bottom: 0;
}
.main-section .main-form-section .form-section .sub-box.submit-box input
{
    background-color:#FFEA03;
    color: #000;
    font-family: 'roboto-medium';
    border-radius: 10px;
    padding: .5rem 24px;
    width: fit-content;
    margin: auto;
    font-size: 15px;
    transition: all 0.5s;
}
.main-section .main-form-section .form-section .sub-box.submit-box input:hover
{
    background-color: #115F05;
    color: #fff;
}
.main-section .center-box
{
    width: 40.656%;
    padding: 0px 21px 0px 35px;
}
.main-section .center-box .head-text h3
{
    color: #265A0A;
    font-size: 39px;
    margin: 50px 0 20px;
    font-family: 'roboto-medium';
}
.main-section .center-box .head-text p
{
    color: #fff;
    font-size: 18px;
    font-family: 'roboto-regular';
    margin-bottom: 15px;
    line-height: 21px;
}
.main-section .center-box .mission-section h3,
.main-section .center-box .priorities-section h3
{
    color: #FFEA03;
    font-size: 22px;
    font-style: italic;
    font-family: 'roboto-bold';
    padding: 13px 0 25px;
}
.main-section .center-box .mission-section ul,
.main-section .center-box .priorities-section ul
{
    padding: 0;
    margin: 0;
}
.main-section .center-box .mission-section ul li,
.main-section .center-box .priorities-section ul li
{
    color: #fff;
    display: flex;
    align-items: center;
}
.main-section .center-box .mission-section ul li i
{
    padding-right: 10px;
    color: #265A0A;
    font-size: 14px;
}
.main-section .center-box .priorities-section ul li:before
{
    background-color: #fff;
    font-size: 10px;
    width: 5px;
    content: '';
    height: 5px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 12px;
}
.main-section .center-box .priorities-section ul
{
    padding-left: 25px;
}
.main-section .center-box .priorities-section p
{
    color: #fff;
    margin-bottom: 12px;
}
.main-section .last-box
{
    width: 26.735%;
}

.simple-line
{
    width: 100%;
    background-color: #FAFFF8;
    text-align: center;
    padding: 4px;
}
.simple-line span
{
    color: #FFEA03;
    font-size: 32px;
    font-family: 'roboto-bold';
    text-align: center;
}

.footer-section
{
    background-color: #7A9969;
}
.footer-section .box-one
{
    width: 24.386%;
    padding: 55px;
}
.footer-section .box-one img
{
    object-fit: contain;
}
.footer-section .box-two
{
    width: 25.57%;
    padding: 40px;
}
.footer-section .box-two ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-section .box-two ul li a
{
    color: #FFEA03;
    font-family: 'roboto-bold';
    padding: 13px 20px;
    font-size: 16px;
    display: inline-block;
    width: 100%;
    line-height: normal;
}
.footer-section .box-two ul li a:hover,
.footer-section .box-two ul li.active a
{
    color: #2C5B14;
}
.footer-section .box-three
{
    width: 50%;
    padding: 10px;
}
.footer-section .box-three .icons
{
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.footer-section .box-three .icons a i
{
    font-size: 60px;
    color: #FFEA03;
    margin: 28px 30px;
    transition: all 0.5s;
    line-height: normal;
}
.footer-section .box-three .icons a i:hover
{
    opacity: 0.9;
}
.footer-section .box-three .location-section
{
    margin-left: 30px;
}
.footer-section .box-three .location-section i
{
    color: #FFEA03;
    font-size: 22px;
    margin-right: 10px;
    transition: all 0.5s;
}
.footer-section .box-three .location-section .box
{
    width: 80%;
    margin-bottom: 15px;
}
.footer-section .box-three .location-section .box a
{
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
    font-family: 'roboto-bold';
}
.footer-section .box-three .location-section .box a:hover i
{
    color: #2C5B14;
}



/* Meet The Candidate */

.head-logo-main
{
    width: 100%;
    background-color: #7a99697a;
    padding: 10px;
    text-align: center;
}
.candidate-section
{
    width: 100%;
    padding: 50px 0;
}
.candidate-section .candidate-section-box
{
    margin: 10px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 18%);
    padding: 30px;
}
.candidate-section .candidate-section-box .left-box
{
    width: 64.776%;
    padding: 30px;
}
.candidate-section .candidate-section-box .right-box
{
    width: 35.129%;
    padding: 15px;
    background-color: #265A0A;
}
.right-box2{
    width: 35.129%;
    padding: 15px;
}
.candidate-section .candidate-section-box .left-box h2
{
    color: #265A0A;
    font-size: 43px;
    font-family: 'roboto-bold';
    text-align: center;
    padding-bottom: 15px;
}
.candidate-section .candidate-section-box .left-box p
{
    color: #7a7a7a;
    font-size: 16px;
    margin-bottom: 15px;
}
.candidate-section .candidate-section-box .right-box .image
{
    background-color: #fff;
    width: 100%;
    height: 100%;
    padding: 38px 10px 20px 10px;
}

.resume-section
{
    width: 100%;
}
.resume-section .header-area
{
    width: 100%;
    padding: 10px;
}
.resume-section .header-area h2
{
    text-align: center;
    color: #FFEA03;
    font-size: 43px;
    font-family: 'roboto-bold';
    margin-bottom: 20px;
}
.resume-section .header-area .left-box h4
{
    color: #7A7A7A;
    font-family: 'roboto-regular';
    font-size: 16px;
    margin-bottom: 5px;
}
.resume-section .header-area .left-box h4 a
{
    color: #c36;
}
.resume-section .header-area .left-box h4 a:hover
{
    color: #000;
}
.resume-section .header-area .summary-section h3
{
    color: #C8B700;
    font-size: 22px;
    font-family: 'roboto-bold';
    font-style: italic;
    text-decoration: underline;
    margin: 35px 0;
}
.resume-section .header-area .summary-section p
{
    color: #7a7a7a;
}
.resume-section .boxes
{
    padding-bottom: 20px;
}
.resume-section .boxes h3
{
    text-align: center;
    margin: 30px 0;
    color: #C8B700;
    font-size: 22px;
    font-family: 'roboto-regular';
    font-style: italic;
}
.resume-section .boxes .boxes-part
{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.resume-section .boxes .boxes-part .sub-box
{
    width: 50%;
}
.resume-section .boxes .boxes-part .sub-box .sub-box-main
{
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
    margin: 10px;
    padding: 10px;
}
.resume-section .boxes .boxes-part .sub-box .sub-box-main h5
{
    color: #7a7a7a;
    margin-bottom: 18px;
    font-size: 16px;
}

.resume-section .skill-section
{
    margin: 30px 0 20px;
}
.resume-section .skill-section h3,
.resume-section .awards-section h3
{
    font-size: 22px;
    font-style: italic;
    color: #C8B700;
    margin-bottom: 20px;
}
.resume-section .skill-section ul
{
    margin: 0;
    padding: 0;
}
.resume-section .skill-section ul li
{
    list-style: none;
    color: #54595F;
}
.resume-section .skill-section ul li i
{
    color: #265A0A;
    font-size: 14px;
    padding-right: 6px;
}
.resume-section .awards-section p
{
    color: #7a7a7a;
    line-height: 30px;
}
.resume-section .awards-section
{
    margin-bottom: 20px;
}

/* Volunteer Page */

.volunteer-section 
{
    padding: 20px 0 0;
    background-color: #DEF0EE;
}
.volunteer-section h2
{
    color: #6EC1E4;
    font-size: 32px;
    font-family: 'roboto-bold';
    text-align: center;
    margin: 10px 0 30px;
}
.volunteer-section .main-volunteer-section
{
    width: 80%;
    padding:0 10px 30px;
    margin: auto;
}
.volunteer-section .main-volunteer-section .box
{
    display: grid;
    margin-bottom: 20px;
}
.volunteer-section .main-volunteer-section .box span
{
    font-size: 15px;
    color: #333;
}
.volunteer-section .main-volunteer-section .box input
{
    height: 42px;
    padding: 8px 16px;
    border: 1px solid #666;
    border-radius: 3px;
}
.volunteer-section .main-volunteer-section .volunteer-box h6
{
    display: block;
    color: #000;
    margin-bottom: 5px;
}
.volunteer-section .main-volunteer-section .volunteer-box .sub-box
{
    display: inline-block;
    margin-right: 15px;
}
.volunteer-section .main-volunteer-section .submit-box
{
    width: fit-content;
    margin-top: 12px;
}
.volunteer-section .main-volunteer-section .submit-box input
{
    background-color: transparent;
    border: 1px solid #c36;
    color: #c36;
    transition: all 0.5s;
}
.volunteer-section .main-volunteer-section .submit-box input:hover
{
    background-color: #c36;
    color: #fff;   
}

/* Gallery Page */