body {
    overflow-x: hidden;
}

p ,h1 ,h2 ,h3 ,h4 ,h5, h6, .form-control {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

p {
    font-size: 17px;
    line-height: 1.8;
    padding: 0px;
    margin: 0px;
    color: #000;
}

section {
    padding: 60px 0px;
}

h2.heading {
    margin-bottom: 10px;
    font-size: 31px;
    font-family: 'Fjalla One', sans-serif;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.btn-custom {
    background: #fff;
    color: #184ba1 !important;
    font-size: 15px;
    font-weight: 700;
    border-radius: 0px;
    min-width: 200px;
    padding: 8px 20px;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.btn-custom.btn-inverted {
    background: #184ba1;
    border: 1px solid #fff !important;
    color: #fff !important;
}

.owl-carousel .owl-dots span {
    border-radius: 0px !important;
    background: transparent;
    border: 1px solid #184ba1;
    transition: all 0.5s ease-in-out !important; 
}

.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
    width: 40px;
    border-color: #184ba1;
    background: #184ba1 !important;
}

label.error {
    color: #d60000;
    font-size: 10px;
    font-weight: 500;
    margin: -3px 0px 0px;
}

.accept_note label {
    display: none !important;
}


@media( max-width: 991px ) {
    .btn-custom {
        font-size: 14px;
        min-width: 180px;
    }

    p {
        font-size: 16px;
        line-height: 1.6;
        padding: 0px;
        margin: 0px;
        color: #000;
    }
}

@media( max-width: 767px ) {
    p {
        font-size: 14px;
        line-height: 1.7;
        padding: 0px;
        margin: 0px;
    }

    h2.heading {
        margin-bottom: 15px;
        font-size: 28px;
    }
    
}







/*---------banner section-----------*/

.banner-section {
    padding: 0px;
    margin: 80px 0px 0px;
    position: relative;
    padding: 100px 0px 40px;
    background-color: #010812;
    background-image: url(../vf-images/FnG-website-banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-section:after {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 90vw;
    background: -webkit-linear-gradient(to right, rgba(11, 55, 131, 1), rgba(24, 75, 161,0));
    background: -moz-linear-gradient(to right, rgba(11, 55, 131, 1), rgba(24, 75, 161,0));
    background: linear-gradient(to right, rgba(11, 55, 131, 1), rgba(24, 75, 161,0));
    z-index: 1;
}


.banner-section h1 {
    font-weight: 700;
    color: #fff;
    font-size: 34px;
    line-height: 1.2;
    margin: 0px;
    padding-bottom: 10px;
    z-index: 2;
    position: relative;
}

.banner-section h1 span {
    font-size: 44px;
}

.banner-section p {
    font-size: 15px;
    color: #fff;
    z-index: 2;
    position: relative;
}

.banner-section p a {
    color: #fff !important;
    font-size: 18px;
}

.banner-section p span {
    font-weight: 600;
    color: #71bf44 !important;
}


@media( max-width: 1199px ) {

    .banner-section h1 {
        font-size: 30px;
    }
    
    .banner-section h3 {
        font-size: 30px;
        margin-bottom: 100px;
    }
}

@media( max-width: 991px ) {

    .banner-section {
        padding: 60px 0px 30px;
    }

    .banner-section h1 {
        font-size: 22px;
        line-height: 1.1;
        margin: 0px;
        padding-bottom: 5px;
    }

    .banner-section:after {
        width: 100vw;
        background: #184ba1;
        opacity: .8;
        z-index: 1;
    }

}

@media( max-width: 767px ) {
   
    .banner-section h1 {
        font-size: 24px;
        margin-top: 20px;
        padding-top: 0px;
    }

    .banner-section {
        margin-top: 75px !important;
        padding: 50px 0 30px;
    }


    .banner-section p {
        padding: 0px;
    }
}







/*-----------------------form section---------------------*/

.form-section {
    padding: 30px 0px;
    position: relative;
    background: #71bf44;
    position: relative;
    z-index: 3;
}

.form-section h3 {
    font-family: 'Fjalla One', sans-serif;
    color: #000;
    margin: 0px 0px 10px;
    font-size: 28px;
    font-weight: 600;
}

.form-section p {
    color: #000;
    font-size: 15px;
    margin: 10px 0px 0px;
}

.form-section p span {
    font-weight: 700;
}

.form-wrap {
    border-radius: 20px;
    border-bottom: 3px solid #71bf44;
    border-top: 3px solid #71bf44;
    padding: 25px 30px 15px;
    background: #fff;
    margin: -65% 0px -50px;
}

.form-wrap h6 {
    font-weight: 700;
}

.form-wrap .form-group {
    margin-bottom: .5rem;
}

.form-wrap .form-control {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    padding: 3px 0px !important;
    border-bottom: 1px solid #58595B !important;
    font-size: 12px;
    height: 30px !important;
}

.form-wrap select.form-control {
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../vf-images/select.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 13px auto;
    cursor: pointer;
}

.form-wrap .form-control:hover,
.form-wrap .form-control:active,
.form-wrap .form-control:focus {
    border-bottom: 1px solid #184ba1 !important;
}

.form-wrap p {
    font-size: 9px;
    line-height: 1.3;
}

.form-wrap .btn-custom {
    background: #184ba1 !important;
    color: #fff !important;
    min-width: 130px !important;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 0px;
    margin-top: 10px;
}

.view-more {
    cursor: pointer;
}

.view-more.hide {
    display: none;
}

.more {
    display: none;
}

.more.show {
    display: inline;
}





@media( max-width: 1199px ) {
    .form-wrap {
        margin-top: -85%;
    }
}

@media(max-width: 991px) {

    .form-section {
        padding-bottom: 40px;
    }

    .form-wrap {
        margin-top: 10px;
        margin-bottom: 50px;
        position: relative;
        z-index: 1;
    }
 }

@media( max-width: 767px ) {
    .form-wrap {
        margin-top: 30px;
    }

    .form-section .icon-box {
        min-width: 200px;
        margin-bottom: 30px;
    }
}






/*---------about section----------------*/

.about-section {
    position: relative;
}

.about-section .container {
    position: relative;
    z-index: 1;
    color: #449b12;
}

.about-section .heading span {
    color: #184ba1;
}

.about-section p span {
    font-weight: 600;
}

.about-holder {
    height: 100%;
    display: flex;
    flex-direction: column;   
    border: 1px solid #82acf5;
}

.about-holder h3 {
    background: #184ba1;
    line-height: 1.2;
    font-size: 25px;
    color: #fff;
    font-family: 'Fjalla One', sans-serif;
    padding: 8px 30px 6px;
    margin: 0px;
}

.about-content ul {
    padding: 20px 0px 20px 30px;
}

.about-content ul li {
    position: relative;
    padding-left: 15px;
}

.about-content ul li:after {
    position: absolute;
    content: "-";
    top: 5px;
    left: 0px;
    font-size: 16px;
    width: 10px;
    height: 10px;
    line-height: 14px;
}

.about-content p {
    font-size: 16px;
}

.about-content img {
    width: 180px;
}










/*------------------accordion-------------------*/

.accordion-section {
    padding-top: 0px;
}

.accordion-section .card-body p {
    font-size: 14px;
    padding-bottom: 10px;
}

.accordion-section ul li {
    position: relative;
    padding-left: 15px;
}

.accordion-section ul li:after {
    position: absolute;
    content: "-";
    top: 5px;
    left: 0px;
    font-size: 16px;
    width: 10px;
    height: 10px;
    line-height: 14px;
}

.accordion-section .card-body ul li p {
    padding-bottom: 4px;
}

.img-area img {
    border: 1px solid #eeeeee;
    border-bottom: none;
}

.caption {
    font-weight: 500;
    margin-bottom: 20px;
    border: 1px solid #eeeeee;
    border-top: none;
    padding-bottom: 8px;
    text-align: center;
    font-size: 14px;
}

.card-header {
    background: #184ba1;
    color: #fff;
    cursor: pointer;
    position: relative;
}

.card-header:after {
    position: absolute;
    content: "";
    top: 50%;
    right: 20px;
    width: 18px;
    height: 18px;
    transform: translateY(-50%) rotateX(0deg);
    background: url(../vf-images/down.svg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.6s ease-in-out;
}

.card-header[aria-expanded="true"]:after {
    transform: translateY(-50%) rotateX(180deg);
}

.card h2 {
    font-family: 'Fjalla One', sans-serif !important;
    font-size: 26px;
    margin: 0px;
}

.img_holder {
    cursor: pointer;
}


/*-----------------highlight section-----------------*/

.highlight-section {
    background: #71bf44;
}

.highlight-section li {
    padding: 13px 0px;
    border-bottom: 1px dashed #555555;
    margin-right: 20px;
}

.highlight-section li:first-child {
    padding-top: 0px;
}

.highlight-section p {
    font-size: 18px;
    line-height: 1.4;
    color: #000;
}

.highlight-section h2 {
    color: #000;
    font-weight: 800;
    font-size: 40px;
}


@media( max-width: 991px ) {
    .highlight-section h2 {
        font-size: 32px;
    }
}

@media( max-width: 767px ) {
    
    .highlight-section h2 {
        padding-bottom: 30px;
    }

    .highlight-section ul {
        padding-bottom: 30px;
    }

}

@media( max-width: 575px ) {
    .highlight-section h2 {
        font-size: 26px;
    }

    .highlight-section p {
        font-size: 16px;
        line-height: 1.3;
        padding-right: 20px;
    }

    .highlight-section p br {
        display: none;
    }
}




/*-------------------companies section---------------------*/

.companies-section {
    padding-bottom: 50px;
}

.companies-section .owl-carousel .owl-item img {
    width: 150px;
}

.companies-section .owl-carousel .owl-dots {
    margin-top: 30px !important;
}

.companies-section .owl-carousel .owl-dots span {
    background: transparent;
    border: 1px solid #71bf44;
}

.companies-section .owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.companies-section .owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
    border-color: #71bf44;
    background: #71bf44 !important;
}

@media( max-width: 991px ) {
    .companies-section .owl-carousel .owl-item img {
        max-width: 110px;
    }
}


@media( max-width: 767px ) {
 
    .companies-section .owl-carousel .owl-item img {
        margin: 15px auto;
    }

}







/*------------------------scholar section-------------------*/


.scholor-section {
    padding: 20px 0px 0px; 
}

.scholor {
    background: #184ba1;
    color: #fff;
    padding: 60px 60px;
}

.scholor .heading {
    margin-bottom: 20px;
}

.scholor p {
    color: #fff;
    padding: 0px;
}

.scholor p span {
    font-weight: 700;
    font-size: 18px;
}

.scholor .btn-custom {
    color: #184ba1 !important;
    margin-top: 30px;
}

@media( max-width: 768px ) {
    .scholor {
        padding: 50px 30px;
    }
}





/*-------------------------Success Stories----------------*/

.stories-section .heading {
    margin-bottom: 30px;
}

.stories-section .item {
    padding: 20px 0px;
}

.stories-section img {
    width: 70% !important;
    margin: 0px auto;
}

.stories-section p {
    position: relative;
    z-index: 2;
}

.stories-section .author {
    line-height: 1.5;
    font-size: 15px;
    margin-top: 25px;
}

@media( max-width: 991px ) {
    .stories-section .owl-carousel .owl-item img {
        max-width: 160px;
        margin: 0px 0px 30px;
    }
}








/*--------------------------footer-----------------*/

.footer-layer1 {
    background: #71bf44;
    padding: 20px 0px;
}

.footer-layer1 h1 {
    font-size: 32px;
    word-spacing: 3px;
    color: #000;
    margin: 0px;
    text-transform: uppercase;
}

.footer-layer1 p {
    color: #000;
}

.footer-layer1 p a {
    color: #000 !important;
    text-decoration: none;
}

.footer-layer2 {
    background: #e8ffdb;
    padding: 10px 0px;
}

.footer-layer2 a {
    margin: 0px 8px;
}

.footer-layer2 p {
    color: #000000;
    padding-right: 15px;
    margin: 0px;
    font-size: 15px;
}

.footer-layer2 img {
    width: 30px;
    border-radius: 3px;
}

.footer-layer3 {
    padding: 15px 0px;
}

.footer-layer3 p {
    font-size: 14px;
}

@media( max-width: 1199px ) {
    .footer-layer1 h1 {
        font-size: 23px;
    }
}

@media( max-width: 767px ) {
    .footer-layer1 h1 {
        font-size: 24px;
        margin: 0px;
    }
}






/*.................top bar........................*/

.top-bar {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 999;
    background: #fff;
    padding: 0px;
    transition: all 1s ease-in-out;
    overflow-x: hidden;
}

.top-bar .container {
    padding: 10px 0px;
}

.top-bar.scrolled {
    position: fixed;
    box-shadow: 0px 2px 10px rgba(114, 114, 114, 0.2);
}


.top-bar img {
    width: 100px;
    margin-left: 10px;
}

.top-bar .nav-link {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    text-align: center;
    color: #939598;
    font-weight: 500;
    opacity: 1;
    padding: .5rem !important;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.top-bar .nav-link.active:after {
    opacity: 1;
}

.top-bar .nav-link.active {
    color: #000000;

}

.top-bar.scrolled .nav-link {
    color: #939598;
}

.top-bar.scrolled .nav-link:after,
.top-bar.scrolled .nav-link.active:after {
    display: none !important;
}

.top-bar.scrolled .nav-link.active {
    color: #184ba1;
}

.top-bar .nav-link.btn-nav {
    background: #184ba1;
    font-size: 12px !important;
    display: inline-block;
    width: auto;
    border-radius: 0px;
    color: #fff !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 8px 15px !important;
    font-weight: 700;
    opacity: 1;
}


@media( max-width: 991px ) {
    .top-bar .nav-link {
        font-family: 'Poppins', sans-serif;
        font-size: 13px;
        text-align: center;
        font-weight: 500;
        opacity: .6;
        transition: all 0.3s ease-in-out;
    }
}

@media( max-width: 767px ) {
    .top-bar .nav-link {
        font-family: 'Poppins', sans-serif;
        font-size: 10px;
        text-align: center;
        font-weight: 500;
        opacity: .6;
        transition: all 0.3s ease-in-out;
    }

    .top-bar .nav-link.btn-nav {
        font-size: 9px !important;
        display: inline-block;
        width: auto;
        border-radius: 40px;
        border: none !important;
        outline: none !important;
        box-shadow: none !important;
        padding: 8px 10px;
        font-weight: 700;
        opacity: 1;
        margin-right: 10px;
    }

    .top-bar {
        position: absolute;
        padding: 0px 0px;
    }
    
    .top-bar.scrolled {
        padding: 0px;
        position: fixed;
    }

    .top-bar img {
        width: 100px;
        margin-left: 10px;
    }

    .top-bar .top-layer p {
        margin: 0px;
        padding: 5px 0px;
        text-align: center;
        color: #fff;
        font-weight: 500;
        font-size: 12px;
    }
}








/*---------------------------------MODAL FOOTER-----------------------*/


.modal-footer,
.modal-content {
    text-align: center;
}

#form-response {
    font-size: 17px;
    font-weight: 600;
}

.btn-secondary {
    margin: 0px auto;
    min-width: 150px;
    font-weight: 700;
}

.modal-content img {
    transform: rotate(0deg);
    border-radius: 0px;
    animation: none;
    width: 30%;
    min-width: 100px;
    margin: 15px 0px;
}

.modal-content img.rotate {
    border-radius: 50%;
    animation: img_rotate 2s linear infinite;
}

@keyframes img_rotate {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}

.modal-content .btn-custom {
    border: 1px solid #184ba1 !important;
}

.modal-dialog {
    max-width: 820px;
}

#LightboxModal .modal-dialog {
    max-width: 1000px;
}

#LightboxModal img {
    width: auto !important;
}

#LightboxModal .modal-body {
    padding: 0px !important;
    background: transparent;
    border: none !important;
}

#LightboxModal .modal-content {
    background: transparent !important;
    border: none !important;
    position: relative;
}

#LightboxModal .modal-content .prev {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 30px;
    height: 50px;
    color: #fff;
    background-color: rgba(0,0,0,0.7);
    background-image: url(../vf-images/prev.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 80%;
    transform: translateY(-50%);
    z-index: 3;
    cursor: pointer;
}

#LightboxModal .modal-content .next {
    position: absolute;
    top: 50%;
    right: 0px;
    width: 30px;
    height: 50px;
    color: #fff;
    background-color: rgba(0,0,0,0.7);
    background-image: url(../vf-images/next.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 80%;
    transform: translateY(-50%);
    z-index: 3;
    cursor: pointer;
}

.modal-header {
    background : #184ba1;
}

#LightboxModal .modal-header {
    background: transparent;
    border: none !important;
    padding: 0px !important;
}

#LightboxModal .modal-header h5 {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}

.modal-header .close {
    color: #fff !important;
}

.modal-title {
    color: #fff;
    font-weight: 600;
}

.modal-footer {
    justify-content: center;
}

.modal-footer .btn-custom.to-form {
    background: #184ba1 !important;
    color: #fff !important;
}

.modal-body h5 {
    margin-top: 20px;
    font-weight: 600;
    font-size: 18px;
}

.modal-body p {
    font-size: 15px;
    line-height: 1.4;
    color: #000;
}

.modal-body span {
    font-weight: 600;
    font-style: italic;
}

.modal-body li span {
    font-weight: 600;
    font-size: 13px;
}

.modal-body li {
    padding-bottom: 5px;
    padding-left: 28px;
    position: relative;
}

.modal-body li:after {
    position: absolute;
    content: "";
    top: 4px;
    left: 0px;
    width: 18px;
    height: 18px;
    background: url(../vf-images/bullets.svg);
    background-position: center center;
    background-size: 100%;
}



@media( max-width: 767px ) {
    .modal-title {
        font-size: 16px;
    }
}

@media( max-width: 450px ) {
    .modal-footer {
        flex-direction: column;
    }

    .modal-footer .btn-custom {
        margin: 0px;
    }
}





/*-----------------------------thankyou page--------------------------

.thank-wrap {
    padding: 0px;
}

.thank-wrap .logo {
    width: 200px;
    position: relative;
    z-index: 2;
}

.thank-wrap .content .thank {
    display: none;
}

.thank-wrap .thank {
    position: absolute;
    z-index: 1;
    top: 0px;
    bottom: 0px;
    right: 0px;
    height: 100%;
    transform: translateX(10%);
}

.thank-wrap .container {
    position: relative;
    padding: 40px 0px 60px;
}

.thank-wrap h1 {
    font-weight: 800;
    font-size: 55px;
    line-height: .9;
    margin: 100px 0px 15px;
    position: relative;
    z-index: 2;
}

.thank-wrap h5 {
    font-size: 22px;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}

.thank-wrap .btn-custom {
    width: 250px;
    text-align: center;
    background: #184ba1 !important;
    color: #000 !important;
    border-radius: 50px;
    margin: 0px 0px 15px;
    position: relative;
    z-index: 2;
}

.thank-footer .layer1 {
    border-top: 1px solid #58595b;
    border-bottom: 1px solid #58595b;
    padding: 20px 0px;
}

.thank-footer h1 {
    font-size: 20px;
    margin: 0px;
}

.thank-footer p,
.thank-footer p a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    margin: 0px;
}

.thank-footer img {
    width: 30px;
}

.thank-footer h6 {
    margin-right: 10px;
}

.thank-footer h6,
.thank-footer ul {
    display: inline-block;
}

.thank-footer ul li {
    display: inline;
}

.thank-footer .layer2 p {
    font-size: 12px;
    padding: 10px 0px;
}


@media( max-width: 991px ) {
    .thank-wrap .logo {
        width: 180px;
    }
    
    .thank-wrap .thank {
        transform: translateX(35%);
    }
    
    .thank-wrap h1 {
        font-size: 45px;
        margin: 100px 0px 15px;
    }
    
    .thank-wrap h5 {
        font-size: 18px;
        margin-bottom: 40px;
    }

    .thank-footer h1 {
        font-size: 16px;
    }
    
    .thank-footer p,
    .thank-footer p a {
        font-size: 14px;
    }
}

@media( max-width: 767px ) {

    .thank-wrap {
        padding: 30px 0px;
        overflow: hidden;
    }

    .thank-wrap .logo {
        width: 150px;
        margin-bottom: 20px;
        margin-left: 20px;
    }

    .thank-wrap .container {
        padding: 0px;
    }
    
    .thank-wrap .thank {
        display: none;
    }

    .thank-wrap .content .thank {
        display: block;
        position: relative;
        top: auto;
        bottom: auto;
        right: auto;
        width: 90%;
        height: auto;
        margin: 0px auto;
        transform: translateX(0px);
    }
    
    .thank-wrap h1 {
        font-size: 45px;
        margin-top: 20px;
        margin-left: 20px;
    }
    
    .thank-wrap h5 {
        font-size: 18px;
        margin-bottom: 40px;
        margin-left: 20px;
    }

    .thank-wrap .btn-custom {
        margin-left: 20px;
    }

    .thank-footer h1 {
        font-size: 16px;
    }
    
    .thank-footer p,
    .thank-footer p a {
        font-size: 14px;
        margin-bottom: 20px;
    }


}


@media( max-width: 575px ) {
    .thank-wrap {
        padding: 20px 0px;
    }

    .thank-wrap .logo {
        width: 110px;
    }
    
    .thank-wrap h1 {
        font-size: 34px;
    }
    
    .thank-wrap h5 {
        font-size: 15px;
        margin-bottom: 40px;
    }

    .thank-footer h1 {
        font-size: 16px;
    }
    
    .thank-footer p,
    .thank-footer p a {
        font-size: 14px;
        margin-bottom: 20px;
    }

}

*/


