/*----------------------------- Home Banner Section Start ----------------------------- */
.home-banner-section {
    padding-top: 125px !important;
    padding: 125px 0;
    background-position: center 10%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.home-banner-section::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #5c5c5cd6 30%, transparent 100%);
    display: block;
    z-index: -1;
}

@media (max-width: 991px) {
    .home-banner-section {
        padding-top: 50px !important;
        position: relative !important;
        padding: 50px 0;
    }
}

.home-banner-section h1 {
    font-size: 32px;
    color: var(--light-color);
    font-weight: 600;
    line-height: 1.25;
    display: inline-block;
    margin: 0 auto;
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .home-banner-section h1 {
        font-size: 20px;
        line-height: 1.25;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .home-banner-section h1 {
        font-size: 26px;
        line-height: 1.25;
        margin-bottom: 5px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .home-banner-section h1 {
        font-size: 28px;
        line-height: 1.25;
        margin-bottom: 5px;
    }
}

@media (min-width: 1601px) {
    .home-banner-section h1 {
        font-size: 32px;
    }
}

@media (min-width: 1921px) {
    .home-banner-section h1 {
        font-size: 32px;
    }
}

.home-banner-section p {
    color: var(--light-color);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.425;
    padding: 20px 0 30px;
}

@media (max-width: 767px) {
    .home-banner-section p {
        font-size: 15px;
    }
}

.home-banner-section .banner-btn-cta .theme-btn {
    display: inline-block;
}

.home-banner-section .banner-btn-cta .theme-btn {
    margin-right: 10px;
}

@media (max-width: 767px) {
    .home-banner-section .banner-btn-cta .theme-btn {
        margin-right: 5px;
        margin-top: 10px;
    }
}

.home-banner-section .banner-btn-cta .theme-btn a {
    min-width: 175px;
}

.home-banner-image .vc_column_container>.vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.home-banner-image .wpb_single_image .vc_figure {
    display: block !important;
}

.home-banner-image .wpb_single_image .vc_single_image-wrapper {
    display: block !important;
}

.home-banner-image img {
    width: 100%;
}

/*----------------------------- Home Banner Section End ----------------------------- */

/* ------------------------------------- Contact Fixed CTA Section CSS Start  ---------------------------------*/
.contact-fix-cta {
    position: relative;
    bottom: 0;
    background: rgba(34, 66, 123, .9);
    z-index: 1;
    transition: all 0.5s;
}

.contact-fix-cta.position-sticky {
    position: sticky;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    bottom: 0;
    width: 100%;
    background: rgba(34, 66, 123, .9);
    z-index: 1;
    animation: smoothScroll 1s forwards;
}

@keyframes smoothScroll {
    100% {
        transform: translate3d(0, 0, 0) translateY(0);
    }

    0% {
        transform: translate3d(0, 0, 0) translateY(35px);
    }
}

.contact-fix-cta .contact-fix-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact-fix-cta .contact-fix-cta-img {
    max-width: 200px;
    width: 100%;
}

.contact-fix-cta .contact-fix-cta-img img {
    max-width: 150px;
    width: 100%;
}

.contact-fix-cta .main-heading {
    margin: 10px 0;
    padding-right: 30px;
}

.contact-fix-cta .main-heading h2 {
    font-size: 24px;
    color: var(--light-color);
}

.contact-fix-cta .main-heading p {
    color: var(--light-color);
}

@media (max-width: 767px) {

    .contact-fix-cta .contact-fix-cta-inner {
        display: block;
        margin-bottom: 15px;
    }

    .contact-fix-cta .contact-fix-cta-img {
        display: none;
    }

    .contact-fix-cta .contact-fix-cta-img img {
        display: none;
    }

    .contact-fix-cta .main-heading h2 {
        display: none;
    }

    .contact-fix-cta .main-heading p {
        display: none;
    }

    .contact-fix-cta .theme-btn.theme-btn.white-btn a {
        background: var(--primary-color) !important;
        color: var(--light-color) !important;
    }

    .contact-fix-cta .theme-btn.theme-btn.white-btn a:hover,
    .contact-fix-cta .theme-btn.theme-btn.white-btn a:active,
    .contact-fix-cta .theme-btn.theme-btn.white-btn a:focus {
        background: var(--secondary-color) !important;
        color: var(--light-color) !important;
    }
}

/* ------------------------------------- Contact Fixed CTA Section CSS End  ---------------------------------*/

/* ------------------------------------- Candidate Prioritiess CSS Start  ---------------------------------*/
.candidate-priorities-section {
    background-color: #f9f9f9;
    padding-top: 60px !important;
    padding: 60px 0;
    position: relative;
}

@media (max-width: 767px) {
    .candidate-priorities-section {
        padding-top: 50px !important;
        padding: 50px 0;
    }
}

.candidate-priorities-section .candidate-priorities-wrapper>.vc_column-inner {
    position: relative;
    z-index: 1;
}

.candidate-priorities-section .candidate-priorities-wrapper h2 {
    color: var(--dark-color);
    font-size: 30px;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .candidate-priorities-section .candidate-priorities-wrapper h2 {
        font-size: 19px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .candidate-priorities-section .candidate-priorities-wrapper h2 {
        font-size: 22px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .candidate-priorities-section .candidate-priorities-wrapper h2 {
        font-size: 24px;
    }
}

.candidate-priorities-section .candidate-priorities-wrapper h3 {
    color: var(--dark-color);
    font-size: 22px;
    padding-bottom: 5px;
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .candidate-priorities-section .candidate-priorities-wrapper h3 {
        font-size: 18px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .candidate-priorities-section .candidate-priorities-wrapper h3 {
        font-size: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .candidate-priorities-section .candidate-priorities-wrapper h3 {
        font-size: 22px;
    }
}

.candidate-priorities-section .candidate-priorities-wrapper p {
    margin-bottom: 5px;
}

.candidate-priorities-section .candidate-priorities-image {
    position: relative;
}

.candidate-priorities-section .candidate-priorities-image img {
    overflow: hidden;
    border-radius: 5px;
}

.candidate-priorities-section .candidate-priorities-icon {
    position: relative;
}

.candidate-priorities-section .candidate-priorities-icon img {
    position: absolute;
    bottom: 22px;
    background-color: var(--primary-color);
    padding: 15px;
    max-width: 75px;
    border-bottom-left-radius: 5px;
}

.candidate-priorities-section .priority-based-content {
    max-width: 300px;
    width: 100%;
}

.candidate-priorities-section .theme-btn {
    margin-top: 15px;
}

/* ------------------------------------- Candidate Prioritiess CSS End  ---------------------------------*/

/* ------------------------------------- Theme Quote Section CSS Start  ---------------------------------*/
.theme-quote-section {
    padding-top: 75px !important;
    padding: 75px 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .theme-quote-section {
        padding-top: 50px !important;
        padding: 50px 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .theme-quote-section {
        padding-top: 60px !important;
        padding: 60px 0;
    }
}

.theme-quote-section::before,
.theme-quote-section::after {
    content: "";
    position: absolute;
    top: 0px;
    left: -10%;
    width: 75%;
    height: 100%;
    border-radius: 0 5% 5% 0;
    transform: skew(15deg);
}

@media (max-width: 767px) {

    .theme-quote-section::before,
    .theme-quote-section::after {
        left: 0;
        width: 100%;
        border-radius: 0;
        transform: skew(0deg);
    }
}

.theme-quote-section::before {
    background-image: radial-gradient(at top left, rgba(19, 50, 86, 0.8) 0%, #002147 50%);
}

.theme-quote-section::after {
    background-image: url("../images/united-state.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

.theme-quote-section .main-heading {
    margin-bottom: 0;
}

.theme-quote-section .main-heading>.vc_column-inner {
    margin-bottom: 0;
}

.theme-quote-section .main-heading h2 {
    margin: 0;
    margin-top: 0px;
    padding: 0;
    padding-top: 0px;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #ddd;
    color: var(--light-color);
}

.theme-quote-section .main-heading h2::after {
    height: 0;
}

.theme-quote-section .main-heading .sub-heading p {
    color: var(--light-color);
    text-transform: capitalize;
    margin-top: 0;
    font-weight: 600;
    margin-bottom: 0;
}

.theme-quote-section .main-heading .heading-content p {
    position: relative;
    z-index: 1;
}

.theme-quote-section .main-heading .heading-content p::after,
.theme-quote-section .main-heading .heading-content p::before {
    position: absolute;
    font-size: 60px;
    line-height: 1;
    color: var(--light-color);
    opacity: 0.9;
}

.theme-quote-section .main-heading .heading-content p::before {
    content: "“";
    left: -30px;
    top: -10px;
}

.theme-quote-section .main-heading .heading-content p::after {
    content: "”";
    right: -25px;
    bottom: -30px;
}


@media (max-width: 767px) {
    .theme-quote-section .main-heading>.vc_column-inner {
        padding: 15px;
    }

    .theme-quote-section .main-heading .heading-content p::before {
        left: -25px;
    }

    .theme-quote-section .main-heading .heading-content p::after {
        right: -15px;
    }
}

/* ------------------------------------- Theme Quote Section CSS End  ---------------------------------*/

/* ------------------------------------- Youtube Section CSS Start  ---------------------------------*/
.youtube-video-section {
    padding-top: 50px !important;
    padding: 50px 0;
    position: relative;
    z-index: 1;
}

.youtube-video-section .main-heading {
    margin-bottom: 0;
}

.youtube-video-section .main-heading h2::after {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.youtube-video-section .main-heading .heading-content p {
    max-width: 990px;
    width: 100%;
    margin: 0 auto;
}

.youtube-video-section .theme-btn {
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
}

.youtube-video-section .theme-btn a {
    margin: 0 auto;
    margin-top: 25px;
}

.video-section-wrapper>.vc_column-inner {
    padding: 0 !important;
    background-color: #f9f9f9;
    margin-top: 15px;
}

.video-section-wrapper>.vc_column-inner h3 {
    color: var(--dark-color);
    font-size: 18px;
    padding: 15px 20px;
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .video-section-wrapper>.vc_column-inner h3 {
        font-size: 18px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .video-section-wrapper>.vc_column-inner h3 {
        font-size: 18px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .video-section-wrapper>.vc_column-inner h3 {
        font-size: 18px;
    }
}

/* ------------------------------------- Youtube Section CSS End  ---------------------------------*/

.homepageCTA-Popup .modal-dialog {
    -webkit-transform: translate(0, -10%);
    transform: translate(0, -10%);
    top: 10%;
    margin: 0 auto;
    max-width: 600px;
    border: 0;
}

.homepageCTA-Popup button.close {
    opacity: 1;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
    color: var(--white-color);
    font-size: 22px;
    background-color: var(--primary-color);
    width: 30px;
    height: 30px;
    line-height: 29px;
    border-radius: 0;
}

.homepageCTA-Popup button.close:hover {
    opacity: 1;
}

.homepageCTA-Popup .modal-content .homepageCTA-PopupImg {
    position: relative;
    background-position: center left;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 25px;
    min-height: 300px;
}

@media (max-width: 767px) {
    .homepageCTA-Popup .modal-content .homepageCTA-PopupImg {
        background-position: left bottom;
        background-size: contain;
        padding: 15px;
        background-color: #d9effc;
    }
}

.homepageCTA-Popup .modal-content .homepageCTA-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.25;
    text-shadow: 0px 1px 1px #000;
    text-transform: uppercase;
}

.homepageCTA-Popup .modal-content p {
    margin: 10px 0 15px;
    max-width: 350px;
    width: 100%;
}

.homepageCTA-Popup .modal-content p a {
    font-weight: 600;
    font-size: 18px;
}

.homepageCTA-Popup .modal-content .theme-btn a {
    max-width: 200px;
    width: 100%;
    border-radius: 2px !important;
}

@media (max-width: 767px) {
    .homepageCTA-Popup .modal-content p {
        max-width: 225px;
    }

    .homepageCTA-Popup .modal-content .theme-btn a {
        font-size: 14px;
        letter-spacing: 0.5px;
        padding: 13px 10px;
        min-width: 150px;
        text-transform: capitalize;
    }
}