html {
    scroll-behavior: smooth;
}
body {
    font-family: Lato, sans-serif;
}
@media (max-width: 768px) {
    .disp-none {
        display: none;
    }
}
.disp-on-mobile {
    display: none;
}
@media (max-width: 768px) {
    .disp-on-mobile {
        display: block;
    }
}
@media (max-width: 768px) {
    .img-hide {
        display: none;
    }
}

@media (max-width: 768px){
	.img-hide-about{
		display: none !important;
	}
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .hide-on-tablet {
        display: none;
    }
}

.jumbotron-career {
    background: url(../img/career-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100vh;
}
.jumb-text {
    padding-top: 150px;
    text-align: center;
    color: #fff;
    word-spacing: 0.2em;
}
#fade1 {
    animation-delay: 0s;
}
#fade2 {
    animation-delay: 0.5s;
}
#fade3 {
    animation-delay: 1s;
}
#fade4 {
    animation-delay: 1.5s;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    75% {
        opacity: 0.9;
    }
    100% {
        opacity: 1;
    }
}
.fadeInAnimation {
    opacity: 0;
    animation: fadeIn 2s forwards;
}
.jumb-text h1 {
    font-weight: 700;
    font-size: 50px;
}
.jumb-text h2 {
    font-size: 30px;
}
.jumb-text span {
    color: #55d728;
}
.jumb-text p {
    font-size: 18px;
}
.jumb-text i {
    color: #55d728;
    font-size: 90px;
    transition: 0.5s;
}
.jumb-text i:hover {
    color: #fff;
    font-size: 98px;
}
@media (max-width: 767px) {
    .jumb-text {
        padding-top: 90px;
    }
	.jumbotron-career .container {
	    padding: 0 8% !important;
	}
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .jumb-text {
        padding-top: 180px;
    }
}
@media (max-width: 767px) {
    .jumb-text h2 {
        font-size: 25px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .jumb-text h2 {
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    .jumb-text p {
        font-size: 14px;
        font-weight: 700;
        line-height: 2.5em;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .jumb-text p {
        font-size: 20px;
        font-weight: 700;
        line-height: 2.5em;
    }
}
@media (max-width: 767px) {
    .jumb-text i {
        font-size: 70px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .jumb-text i {
        font-size: 80px;
    }
}
#career-sec {
    padding-top: 40px;
    text-align: center;
}
#career-sec .container {
    word-spacing: 0.2em;
}
#career-sec .container h1 {
    font-size: 32px;
    padding-bottom: 75px;
}
#career-sec .container span {
    color: #55d728;
}
#career-sec .career-card .row {
    border-radius: 10px;
    box-shadow: 2px 5px 15px -3px rgba(0, 0, 0, 0.3);
    margin-bottom: 100px;
}
#career-sec .career-card .img-area {
    padding-left: 0;
    padding-right: 0;
}
#career-sec .career-card .img-area img {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}
#career-sec .career-card .text-area {
    text-align: left;
    font-size: 16px;
    word-spacing: 0.2em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 25px;
}
#career-sec .career-card .text-area h3 {
    font-weight: 500;
    padding-bottom: 15px;
}
#career-sec .career-card .text-area em {
    font-weight: 500;
}
#career-sec .career-qualifications {
    padding-top: 15px;
}
@media (max-width: 767px) {
    #career-sec {
        padding-top: 20px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    #career-sec {
        padding-top: 40px;
    }
}
@media (max-width: 767px) {
    #career-sec .container h1 {
        padding-bottom: 50px;
        font-size: 25px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    #career-sec .container h1 {
        padding-bottom: 50px;
        font-size: 50px;
    }
}
@media (max-width: 767px) {
    #career-sec .career-card .row {
        border-style: none;
        box-shadow: none;
        border-radius: 0;
        margin-bottom: 50px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    #career-sec .career-card .row {
        border-style: none;
        box-shadow: none;
        border-radius: 0;
        margin-bottom: 50px;
    }
}
@media (max-width: 767px) {
    #career-sec .career-card .img-area img {
        border-radius: 0;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    #career-sec .career-card .img-area img {
        border-radius: 0;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    #career-sec .career-card .text-area h3 {
        font-size: 35px;
    }
}
@media (max-width: 767px) {
    #career-sec .career-card .text-area {
        padding-left: 8%;
        padding-right: 8%;
        padding-top: 5px;
        font-size: 15px;
        line-height: 2em;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    #career-sec .career-card .text-area {
        padding-left: 50px;
        padding-right: 30px;
        padding-top: 5px;
        font-size: 20px;
        line-height: 2em;
    }
}
@media (max-width: 767px) {
    #career-sec .career-card .text-area ul {
        padding-left: 20px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    #career-sec .container {
        padding-left: 0;
        padding-right: 0;
    }
}
#join-sec {
    background-color: #f9f9f9;
    padding-top: 80px;
    padding-bottom: 60px;
}
#join-sec .container .row {
    padding-bottom: 40px;
}
#join-sec .container .join-text {
    text-align: center;
}
#join-sec .container .row span {
    color: #55d728;
}
#join-sec .join-arrow-left {
    float: right;
}
#join-sec .join-arrow {
    opacity: 0.7;
}
@media (max-width: 768px) {
    #join-sec .container h1 {
        font-size: 30px;
    }
}
@media (max-width: 768px) {
    #join-sec .container h3 {
        font-size: 20px;
        line-height: 1.5em;
    }
}
@media (max-width: 768px) {
    #join-sec .join-arrow-left {
        width: 60px;
        float: left;
        margin-left: 20px;
        opacity: 0.7;
    }
}
@media (max-width: 768px) {
    #join-sec .join-arrow-right {
        width: 60px;
        float: right;
        margin-right: 20px;
        opacity: 0.7;
    }
}
@media (max-width: 768px) {
    #join-sec .join-flag {
        width: 70px;
        margin-right: 15px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    #join-sec .join-arrow-left {
        width: 110px;
        float: left;
        margin-left: 60px;
        opacity: 0.7;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    #join-sec .join-arrow-right {
        width: 110px;
        float: right;
        margin-right: 60px;
        opacity: 0.7;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    #join-sec .join-flag {
        width: 80px;
    }
}
@media (max-width: 990px) {
    .center-arrow{
        display: flex;
        justify-content: center;
    }
    .center-arrow img {
        width: 80px;
        margin: 20px;
    }
    .upper-arrow img{
        width: 80px !important;
    }
}
@media (max-width: 768px) {
    .center-arrow{
        display: none !important;
    }
    .upper-arrow{
        display: flex;
        justify-content: center;
    } 
    .upper-arrow img{
        width: 60px !important;
    }
}
#footer {
    background-color: #249cc7;
    padding-top: 60px;
    padding-bottom: 20px;
}
#footer .contact-sec {
    color: #fff;
    font-size: 16px;
}
#footer .contact-sec .row {
    margin-bottom: 35px;
}
#footer .footer-img a {
    color: #fff;
    text-decoration: none;
}
#footer .footer-img a:hover {
    color: #55d728;
}
#footer .footer-img {
    background-image: url(../img/footer-graphic.png);
    background-size: cover;
    width: 561px;
    height: 272px;
}
#footer .footer-img {
    text-align: left;
    padding-top: 75px;
    padding-left: 100px;
}
#footer .footer-img h4 {
    padding-bottom: 10px;
}
@media (max-width: 767px) {
    #footer .contact-sec {
        font-size: 12px;
    }
}
@media (max-width: 767px) {
    #footer .contact-sec .row {
        margin-bottom: 25px;
    }
}
@media (max-width: 767px) {
    #footer .footer-contact-cont {
        padding-left: 50px;
    }
}
@media (max-width: 767px) {
    #footer .footer-img {
        background-image: url(../img/footer-graphic-xs.png);
        width: 185px;
        height: 181px;
        margin: 0 auto;
        padding-top: 40px;
        padding-left: 69px;
    }
}
@media (max-width: 767px) {
    #footer .footer-img h4 {
        font-size: 11px;
    }
}
@media (max-width: 767px) {
    #footer .footer-img-cont {
        padding-top: 10px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    #footer .contact-sec .row {
        margin-bottom: 25px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    #footer .footer-contact-cont {
        padding-left: 50px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    #footer .footer-img {
        background-image: url(../img/footer-graphic-xs.png);
        width: 265px;
        height: 261px;
        margin: 0 auto;
        padding-top: 60px;
        padding-left: 70px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    #footer .footer-img h4 {
        margin-top: 13px;
        font-size: 17px;
        padding-left: 28px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    #footer .footer-img-cont {
        padding-top: 35px;
    }
}
.jumbotron-about {
    background: url(../img/about-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100vh;
}
#jumb-text-about {
    padding-top: 150px;
    text-align: center;
    color: #fff;
    word-spacing: 0.2em;
}
@media (max-width: 768px) {
    #jumb-text-about {
        padding-top: 90px;
    }
	.jumbotron-about .container {
	    padding: 0 8% !important;
	}
}
@media (min-width: 768px) and (max-width: 991.98px) {
    #jumb-text-about {
        padding-top: 180px;
    }
}
@media (max-width: 768px) {
    .jumbotron-about {
        background-position: 52% 50%;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .jumbotron-about {
        background-position: 52% 50%;
    }
}
#profile-sec .text-area {
    padding-top: 75px;
    padding-bottom: 30px;
}
#profile-sec .text-area h1 {
    margin: 0 5% 0 5%;
    text-align: center;
    font-size: 36px;
}
#profile-sec .text-area span {
    color: #55d728;
}
#profile-sec .text-area p {
    font-size: 17px;
    line-height: 2em;
    padding-bottom: 20px;
    padding-top: 10px;
}
@media (max-width: 768px) {
    #profile-sec .text-area {
        padding-top: 40px;
        padding-bottom: 30px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    #profile-sec .text-area {
        padding-top: 75px;
        padding-bottom: 30px;
    }
}
@media (max-width: 768px) {
    #profile-sec .text-area h1 {
        font-size: 26px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    #profile-sec .text-area h1 {
        margin-top: 0;
        font-size: 40px;
    }
}
@media (max-width: 768px) {
    #profile-sec .text-area p {
        padding-left: 22px;
        padding-right: 5px;
        font-size: 15px;
        line-height: 2.5em;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    #profile-sec .text-area p {
        font-size: 20px;
    }
}
#values-sec {
    background-color: #f9f9f9;
    padding-top: 70px;
    padding-bottom: 70px;
}
#values-sec h1 {
    font-size: 32px;
    padding-bottom: 10px;
}
#values-sec .row {
    margin-top: 70px;
}
#values-sec span {
    color: #55d728;
}
#values-sec .value-header {
    color: #55d728;
    padding: 20px 0 25px 0;
}
@media (max-width: 768px) {
    #values-sec .value-header {
        color: #55d728;
        padding: 0;
    }
}
#values-sec .value-header .value-head-line {
    text-align: center;
    width: 85%;
    height: 15px;
    border-bottom: 2px solid;
    margin: 0 auto;
    color: #e7e7e7;
}
#values-sec .value-header .value-head-span {
    padding: 0 20px;
    background-color: #f9f9f9;
}
#values-sec .img-holder .img-box img {
    border-radius: 3px;
    width: 520px;
    margin: 0 auto;
    box-shadow: 2px 5px 15px -3px rgba(0, 0, 0, 0.3);
}
#values-sec .img-holder .img-box {
    border-radius: 3px;
}
#values-sec .value-header h3 {
    margin-top: 10px;
}
#values-sec .value-text {
    font-size: 16px;
    line-height: 2em;
    padding-bottom: 20px;
    padding-top: 10px;
    padding-left: 32px;
    padding-right: 10px;
}
@media (max-width: 768px) {
    #values-sec {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
@media (max-width: 768px) {
    #values-sec .value-header {
        padding-top: 35px;
    }
}
@media (max-width: 768px) {
    #values-sec .value-header .value-head-line {
        text-align: center;
        width: 95%;
        height: 15px;
        border-bottom: none;
        margin: 0 auto;
        color: #b4b4b4;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    #values-sec .value-header .value-head-line {
        text-align: center;
        width: 95%;
        height: 15px;
        border-bottom: none;
        margin: 0 auto;
        color: #b4b4b4;
    }
}
@media (max-width: 768px) {
    #values-sec .img-holder .img-box img {
        border-radius: 0;
        box-shadow: none;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    #values-sec .img-holder .img-box img {
        border-radius: 0;
        box-shadow: none;
        width: 100%;
    }
}
@media (max-width: 768px) {
    #values-sec .img-holder {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    #values-sec .img-holder {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 768px) {
    #values-sec h1 {
        font-size: 27px;
        margin: 20px 5% 0 5%;
        padding-bottom: 0;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    #values-sec h1 {
        font-size: 40px;
        margin-bottom: 0;
        padding-bottom: 0;
    }
}
@media (max-width: 768px) {
    #values-sec .value-text {
        font-size: 15px;
        line-height: 2.5em;
        padding: 25px 8% 0 8%
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    #values-sec .value-text {
        font-size: 20px;
        line-height: 2.5em;
        padding-bottom: 20px;
        padding-top: 15px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    #values-sec .value-header h3 {
        font-size: 30px;
        padding-bottom: 20px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    #values-sec .img-holder img {
        width: 100%;
        margin: 0 auto;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    #values-sec .container {
        padding-left: 0;
        padding-right: 0;
    }
}
#award-sec {
    padding-top: 80px;
    padding-bottom: 80px;
}
#award-sec img {
    width: 320px;
}
#award-sec .award-header h3 {
    font-size: 25px;
    line-height: 2em;
}
#award-sec .award-header h3 span {
    color: #5bbd3a;
    font-weight: 700;
}
#award-sec .award-text {
    font-size: 16px;
    line-height: 2em;
    padding-top: 20px;
}
@media (max-width: 768px) {
    #award-sec img {
        width: 240px;
        padding-left: 0;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    #award-sec img {
        width: 300px;
        padding-left: 0;
    }
}
@media (max-width: 768px) {
    #award-sec .container {
        padding: 0 8%;
    }
    #award-sec .award-header {
        text-align: center;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    #award-sec .award-header {
        text-align: center;
    }
}
@media (max-width: 768px) {
    #award-sec .award-header h3 {
        font-size: 21px;
        padding-top: 25px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    #award-sec .award-header h3 {
        font-size: 34px;
        padding-top: 35px;
    }
}
@media (max-width: 768px) {
    #award-sec .award-text {
        font-size: 16px;
        padding-left: 10px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    #award-sec .award-text {
        padding-top: 10px;
        font-size: 20px;
        line-height: 2.5em;
    }
}
.jumbotron-home {
    background: url(../img/home-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100vh;
}
#jumb-text-home {
    padding-top: 150px;
    text-align: center;
    color: #fff;
    word-spacing: 0.2em;
}
@media (max-width: 768px) {
    #jumb-text-home {
        padding-top: 90px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    #jumb-text-home {
        padding-top: 180px;
    }
}
@media (max-width: 768px) {
    .jumbotron-home {
        background-position: 50% 50%;
    }
	.jumbotron-home .container {
	    padding: 0 8% !important;
	}
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .jumbotron-home {
        background-position: 50% 50%;
    }
}
#services-sec {
    padding-top: 50px;
    padding-bottom: 50px;
}
#services-sec .services-header {
    text-align: center;
    padding-bottom: 50px;
}
#services-sec .services-header span {
    color: #55d728;
}
#services-sec .service-box {
    border-radius: 10px;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.3);
    border-top: 10px solid #55d728;
    margin: 12px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
    height: 100%;
}
#services-sec .service-box .service-box-header {
    text-align: center;
}
#services-sec .service-box .service-box-header h4 {
    font-size: 16px;
    font-weight: 700;
    padding-top: 15px;
    padding-bottom: 15px;
}
#services-sec .service-box p {
    font-size: 15px;
    line-height: 2.3em;
}
@media (max-width: 768px) {
    #services-sec .service-box {
        margin-bottom: 50px;
        height: unset;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    #services-sec .service-box {
        margin: 30px 150px;
        height: unset;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    #services-sec .service-box .service-box-header h4 {
        font-size: 22px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    #services-sec .service-box p {
        font-size: 18px;
    }
}
#portfolio-sec {
    background-color: #f9f9f9;
    padding-top: 50px;
}
#portfolio-sec h2 {
    padding-bottom: 50px;
}
#portfolio-sec h2 span {
    color: #55d728;
}
#portfolio-sec .row {
    margin-top: 20px;
    padding-bottom: 100px;
}
@media (max-width: 768px) {
    #portfolio-sec .row {
        padding-bottom: 40px !important;
    }
    #portfolio-sec .row:nth-of-type(3){
        padding-bottom: 80px !important;
    }
}
#portfolio-sec .img-holder .img-box img {
    border-radius: 3px;
    height: 270px;
    margin: 0 auto;
    box-shadow: 2px 5px 15px -3px rgba(0, 0, 0, 0.3);
}
#portfolio-sec .txt-holder {
    padding-left: 35px;
    padding-right: 30px;
}
#portfolio-sec .portfolio-header {
    padding-top: 10px;
    padding-bottom: 8px;
}
#portfolio-sec .portfolio-header h4 {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.8em;
}
#portfolio-sec .portfolio-header span {
    color: #55d728;
}
#portfolio-sec .portfolio-text p {
    font-size: 15px;
    line-height: 2em;
    padding-bottom: 8px;
}
@media (max-width: 768px) {
    #portfolio-sec .row {
        margin-top: 20px;
        margin-bottom: 40px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    #portfolio-sec .row {
        margin-top: 20px;
        margin-bottom: 70px;
    }
}
@media (max-width: 768px) {
    #portfolio-sec .txt-holder {
        padding: 0 6.5%;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    #portfolio-sec .txt-holder {
        padding-left: 55px;
        padding-right: 45px;
    }
}
@media (max-width: 768px) {
    #portfolio-sec .img-holder .img-box img {
        border-radius: 0;
        height: 250px;
        box-shadow: none;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    #portfolio-sec .img-holder .img-box img {
        border-radius: 0;
        box-shadow: none;
        height: 100%;
        width: 100%;
        margin: 0;
        padding: 0;
    }
}
@media (max-width: 768px) {
    #portfolio-sec .img-holder {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    #portfolio-sec .img-holder {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    #portfolio-sec .portfolio-header h4 {
        font-size: 24px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    #portfolio-sec .portfolio-text p {
        font-size: 18px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    #portfolio-sec .container {
        padding-left: 0;
        padding-right: 0;
    }
}
#partners-sec {
    padding-top: 50px;
    padding-bottom: 80px;
}
@media (max-width: 768px){
    #partners-sec {
        padding-top: 25px;
    }
}
#partners-sec h2 span {
    color: #55d728;
}
#partners-sec img {
    width: 300px;
    margin: 0 auto;
    padding-top: 80px;
}
.solo-img {
    width: 350px !important;
}
.no-pads{
    padding: 30px 0 0 0 !important;
}
@media (max-width: 768px) {
    .no-pads{
        padding: 60px 0 0 0 !important;
    }
}
#partners-sec .row {
    margin-left: 40px;
    margin-right: 40px;
}
@media (max-width: 768px) {
    #partners-sec .row {
        margin-left: 10px;
        margin-right: 10px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    #partners-sec .row {
        margin-left: 30px;
        margin-right: 30px;
    }
}
@media (max-width: 768px) {
    #partners-sec img {
        width: 270px;
        padding-top: 60px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    #partners-sec img {
        width: 270px;
        padding-top: 70px;
    }
}

/* Max Width */
@media (max-width: 768px) {
    .jumbotron-career .container{
        padding: 0 8% !important;
    }
}