body, html {
    height: 100%;
    margin: 0;
    font-family: 'Open Sans', sans-serif !important;
}
@font-face {

    font-family: 'TrajanNormal';
    src: url('fonts/TrajanNormal.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;

    }
.banner-header {
    font-family: 'TrajanNormal';
    font-size: 25px;
    color: #014630;
}
.bg {
    /* The image used */
    background-image: url("img/home-background.jpg");

    /* Full height */
    height: 90%; 

    /* Center and scale the image nicely */
    background-position: center center;
    background-repeat: no-repeat;
    /* background-size: cover; */
} 

.header-logo-container{
    display: flex;
    justify-content: center;
    xposition: absolute;
    z-index: 999;
    width: 100%;
}

.banner-area {
    xbackground-image: url('img/home-background.jpg');
    xbackground: linear-gradient(to bottom, #ffffff00, #62d438b8), url(img/home-background-2.jpg) no-repeat bottom center;
    background: url('img/home-background-2.jpg') no-repeat bottom right;
    xbackground: linear-gradient(to bottom, #ffffff00, #ffffffba), url(img/home-background.jpg) no-repeat center center;
    xbackground: linear-gradient(to bottom, #ffffff00, #ffffffba), url(img/home-background-2.jpg) no-repeat center center;
    width: 100%;
    height: 500px;
    xbackground-position: top left; /* Center the image */
    xbackground-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; 
}

.header-logo{
    xbackground: #ffffff;
    xborder-radius: 0 0 35px 35px;
}

.img-logo{
    width: 150px;
    xmargin:-20px;
}

.highlights-box{
    background: #e2f8ef; 
    color: #014630; 
    min-height: 90px; 
    display:flex;
    border-radius: 15px; 
    align-items: center;
}

.highlights-left-curve{
    height: 90px; 
    width:15px; 
    background: #014630; 
    position: absolute; 
    border-radius: 15px 0px 0px 15px
}

.highlights-text{
    margin: 0px 25px 0px 35px; 
    font-size: 18px;
    font-weight: 500;
}

.highlights-text-li{
    margin: 5px 15px 0px 25px; 
    font-size: 22px;
    font-weight: 500;
}

.fa-circle {
    xcolor: #29d089;
    xcolor: #000;
    color: #014630;
}


.fa-stack {
    line-height: 2.5em;
}

.download-program-brochure{
    text-decoration: none;
    text-align: center;
    border: 1.5px solid #fff;
    border-radius: 40px;
    padding: 10px 50px 10px 50px;
    color: #fff;
    font-weight: 500;
}

.np-advantage-text{
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #376d5c;
    margin: 0px 80px 0px 80px;
}

.footer-header{
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
}

.footer-logo{
    width: 200px;
    background: #ffffff;
    border-radius: 35px;
    display: flex;
    justify-content: center;
}

.img-footer-logo{
    width: 300px;
    margin:-20px;
}

.textbox{
    width: 100%;
    background: #e2f8ef;
    border: 0px;
    border-radius: 5px;
    font-size: 18px;
    height: 45px;
    padding: 0px 10px 0px 10px;
}

::placeholder {
    color: #97bdb0;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #97bdb0;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #97bdb0;
}

input[type=button], input[type=submit], input[type=reset] {
    text-decoration: none;
    text-align: center;
    border: 1.5px solid #fff;
    border-radius: 40px;
    padding: 10px 50px 10px 50px;
    color: #fff;
    cursor: pointer;
    background: #014630;
}

.social-media-logos{
    color: #e2f8ef;
}

.footer-social-media{
    display: flex;
    align-items: end;
    justify-content: end;
    flex-direction: column;
}

.href-footer{
    color: #ffffff;
    text-decoration: none;
    font-size: 17px;
}

label{
    font-size: 18px;
    font-weight: 500;
}

.apply-box{
    background: #ffffff; 
    color: #014630;
    display:flex;
    border-radius: 25px; 
    align-items: center; 
    flex-direction: column;
    /* margin-left:100px; */
    /* margin-bottom: 60px; */
    margin-top: 20px;
}

.highlight-box{
    background: #ffffff; 
    color: #014630;
    display:flex;
    border-radius: 25px; 
    align-items: center; 
    flex-direction: column;
    margin-left:100px;
    margin-bottom: 60px;
    margin-top: 20px;
}

.apply-top-curve{
    width: 100%;
    height: 70px;
    background: #014630;  
    border-radius: 25px 25px 0px 0px;
    top: 0px;
    text-align: center;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 19px;
    font-weight:600;
    padding: 5px;
}

.apply-header-text{
    margin: 50px 0px 0px 0px; 
    font-size: 18px;
}

.no-space-break{
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow-x: hidden;
    display: list-item;
}

.yellow-shape-box{
    display: flex;
    flex-direction: row; 
    justify-content: end; 
    position: absolute; 
    bottom: 120px; 
    right: 0px;
}

.yellow-shape{
    width: 0;
    height: 0;
    border-top: 75px solid transparent;
    border-right: 250px solid #ffff00;
    border-bottom: 75px solid transparent;
}

.yellow-square{
    width: 470px;
    height: 150px;
    background: #ffff00;
}

.green-shape-box{
    display: flex;
    flex-direction: row; 
    justify-content: end; 
    position: absolute; 
    bottom: 150px; 
    right: 0px;
}

.green-shape{
    width: 0;
    height: 0;
    border-top: 75px solid transparent;
    border-right: 250px solid #014630;
    border-bottom: 75px solid transparent;
}

.green-square{
    width: 500px;
    height: 150px;
    background: #014630;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    text-align: right;
    padding-right: 30px;
}

.testimonial {
    padding: 30px 30px 30px 130px;
    margin: 0 15px 30px 15px;
    overflow: hidden;
    position: relative;
}
/* .testimonial:before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: -17px;
    border-top: 25px solid #014630;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(45deg);
}
.testimonial:after {
    content: "";
    position: absolute;
    top: -4px;
    left: -17px;
    border-top: 25px solid #014630;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(135deg);
} */
.testimonial .pic {
    display: inline-block;
    width: 100px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 20px;
    left: 20px;
}
.testimonial .pic img {
    width: 100%;
    height: auto;
}
.testimonial .description {
    font-size: 17px;
    letter-spacing: 1px;
    color: #2e2e2e;
    line-height: 25px;
    margin-bottom: 15px;
}
.testimonial .title {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #014630;
    margin: 0;
}
.testimonial .post {
    display: inline-block;
    font-size: 18px;
    color: #014630;
    font-style: italic;
}
.owl-theme .owl-controls .owl-page span {
    border: 2px solid #2a3d7d;
    background: #fff !important;
    border-radius: 0 !important;
    opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span {
    background: #014630 !important;
    border-color: #014630;
}
.highlights-main-text{
    font-family: 'TrajanNormal';
    xmargin: 0px 25px 0px 35px;
    font-size: 30px;
    font-color: #014630;
    text-align: center;
    padding-bottom: 20px;
    xfont-weight: 600;
}
.highlights-main-text-2{
    font-size: 25px;
}
.float-header ul {
    padding-left: 0rem;
}

/* ------- */
.container-bg {
    /*background-image: url("img/home-background.jpg");
    background-position: center center;
    background-repeat: no-repeat;*/
    padding-top: 100px;
    position: relative;  
}

.header-for-mobile{
    display: none;
}

.common-header-titles{
    text-align: center; 
    margin-top:20px; 
    margin-bottom:20px; 
    font-size: 30px; 
    color: #014630;
    font-weight: 600;
}

.admissions-header-titles{
    font-family: 'TrajanNormal';
    text-align: center; 
    margin-top:20px; 
    font-size: 26px; 
    font-weight: 600;
    -webkit-animation: color-change 3s infinite;
    -moz-animation: color-change 3s infinite;
    -o-animation: color-change 3s infinite;
    -ms-animation: color-change 3s infinite;
    animation: color-change 3s infinite;
}


@-webkit-keyframes color-change {
    0% { color: #c0392b; }
    50% { color: #2980b9; }
    100% { color: #c0392b; }
}
@-moz-keyframes color-change {
    0% { color: #c0392b; }
    50% { color: #2980b9; }
    100% { color: #c0392b; }
}
@-ms-keyframes color-change {
    0% { color: #c0392b; }
    50% { color: #2980b9; }
    100% { color: #c0392b; }
}
@-o-keyframes color-change {
    0% { color: #c0392b; }
    50% { color: #2980b9; }
    100% { color: #c0392b; }
}
@keyframes color-change {
    0% { color: #c0392b; }
    50% { color: #2980b9; }
    100% { color: #c0392b; }
}

.eleg-selec-header-title{
    text-align: center; 
    margin-bottom:30px; 
    font-size: 30px; 
    color: #ffffff; 
    font-weight: 600;
}

.sticky-apply-now{
    position: fixed;
    z-index: 1;
    right: 0px;
    margin: 30px;
    display: none;
}

.bg-image {
    position: relative;
}
.bg-image img {
    display: block;
    width: 100%;
    max-width: 1200px; /* corresponds to max height of 450px */
    margin: 0 auto; 
    object-fit: cover;
    object-position: center;
    height: 377px;
}
.bg-image h1 {
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
    right: 0;
    color: white;
}
.nav, .main {
    background-color: #f6f6f6;
    text-align: center;
}
.desktop-only{
    display: block;
}
.mobile-only{
    display: none;
}
.banner-css{
    width: 100%;
    height: auto;
    background: rgba(233, 140, 0, 0.7);
}
fieldset {
  font-family: 'TrajanNormal';
  border: 1px solid #000;
  color: #000;
  text-align: center;
  width: 100% !important;
  height: 100% !important;
}
legend {
  padding: 10px !important;
  font-weight: 600;

}
.green-section {
    xbackground-color: #e2f8f0;
    background-color: #d0e0ac;
}
.green-section h2, .green-section p {
    color: #014630 !important;
}
.green-section {
    xbackground-color: #e2f8f0;
    background-color: #d0e0ac;
}
.row-spacing {
    padding: 20px 0 20px 0;
}
.client-list {
    font-size: 20px;
    text-align: center;
}
.float-header {
  xborder: 2px solid #009dd9;
  border: 2px solid #104730;
  text-align: center;
  xheight: 250px;
  margin: auto;
}
.float-header h3 {
  font-family: 'TrajanNormal';
  display: inline-block;
  margin: 0;
  transform: translateY(-50%);
  padding: 0 10px 0 10px;
  xbackground: #fff;
  xbackground: #e2f8f0;
  background: #d0e0ac;
  font-weight: 600;
  width: 80%;
  color: #014630;
}
.float-header p {
  font-size: 20px;
  margin: 0px;
}
.float-header li {
    font-size: 20px;
    font-weight: bold;
    color: #014630;
}
ul.double-column {
    position: relative;
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
}
.contact-info {
    text-align: center;
    font-size: 20px;
    padding:20px;
}
@media only screen and (max-width: 767px) {
    .img-logo{
        width: 130px;
        xmargin:-20px;
    }
    .highlights-main-text{
        margin: 0px 5px 0px 5px;
        font-size: 22px;
        padding-bottom: 10px;
    }
    .highlights-main-text-2{
        font-size: 17px;
    }
    .row-spacing{
        padding: 10px 0 10px 0;
    }
    .highlights-text-li{
        margin: 10px 5px 0px 0px;
        font-size: 16px;
        font-weight: 500;
    }
    .fa-stack {
        width: 0.1em;
        height: 0.2em;
        line-height: 1.5em;
    }
    .fa-stack-2x {
        font-size: 1em;
    }
    .admissions-header-titles{
        text-align: center; 
        margin-top:20px; 
        font-size: 18px;
        font-weight: 600;
        -webkit-animation: color-change 3s infinite;
        -moz-animation: color-change 3s infinite;
        -o-animation: color-change 3s infinite;
        -ms-animation: color-change 3s infinite;
        animation: color-change 3s infinite;
    }
    .owl-theme .owl-controls .owl-page span {
        display: block;
        width: 8px;
        height: 8px;
        margin: 5px 5px;
    }
    .testimonial {
        padding: 10px;
        text-align: center;
    }
    .testimonial .pic {
        display: block;
        position: static;
        margin: 0 auto 10px;
    }
    .footer-header{
        font-size: 16px;
    }
    .href-footer {
        font-size: 15px;
    }
    .textbox {
        width: 100%;
        background: #e2f8ef;
        border: 0px;
        border-radius: 5px;
        font-size: 15px;
        height: 45px;
        padding: 0px 10px 0px 10px;
    }
    .label {
        font-size: 16px;
        font-weight: 500;
    }
    .banner-css{
    }
    .desktop-only{
    display: none;
    }
    .mobile-only{
        display: block;
    }
    .float-header h3 {
        font-size: 20px;
        width: 80%;
    }
    .float-header p {
        font-size: 18px;
    }

@media only screen and (max-width: 600px) {

    .container-bg{
        padding-top: 50px;
        background-image:none;
    }

    .header-for-mobile {
        display: block;
        background-image: url("img/home-background.jpg");
        background-position: center center;
        background-repeat: no-repeat;
        padding-top: 130px;
        position: relative;  
    } 

    .apply-box{
        /* margin-left: 20px; */
        /*margin-right: 20px;*/
        margin-bottom: 0px;
    }

    .highlight-box{
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 0px;
    }

    .bg-right-content-boxes{
        display: none;
    }

    .highlights-box-alt{
        margin-top: 25px;
    }

    .selection-process{
        margin-top: 35px;
    }

    .highlights-text{
        text-align: justify;
    }

    .np-advantage-text{
        margin: 0px 20px 0px 20px;
    }

    .footer-header{
        text-align: center;
    }

    .footer-box{
        display: flex;
        justify-content: center;
    }

    .sub-to-email{
        margin-top: 30px;
    }

    .sub-to-email-content{
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .footer-social-media{
        margin-top: 30px;
        justify-content: center;
        align-items: center;
    }

    .btn-subscribe{
        width: 200px;
    }

    .mobile-only{
        display: block;
    }

    .dw-brochure{
        font-size: 10px;
    }

    .highlights-text {
        font-size: 13px;
    }

    .apply-top-curve{
        font-size: 14px;
    }
    .banner-area {
        height: 400px;
        background-size: cover;
        }
    .banner-header {
        font-size: 18px;
        xbackground-color: #ffffff8a;
    }
    .float-header{
        height: 100%;
    }
    .contact-info {
        font-size: 15px;
    }
    .container, .container-sm {
        max-width: 600px !important; 
    }
}

@media only screen and (min-width: 601px) and (max-width: 1280px) {

    .container-bg{
        padding-top: 157px;
    }

    .apply-box{
        margin-left: 20px;
        margin-right: 20px;
    }

    .highlight-box{
        margin-left: 20px;
        margin-right: 20px;
    }

    .bg-right-content-boxes{
        display: none;
    } 

    .highlights-text{
        text-align: justify;
    }

    .np-advantage-text{
        margin: 0px 20px 0px 20px;
    }

    .footer-header{
        text-align: center;
    }

    .footer-box{
        display: flex;
        justify-content: center;
    }

    .sub-to-email{
        margin-top: 30px;
    }

    .sub-to-email-content{
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .footer-social-media{
        margin-top: 30px;
        justify-content: center;
        align-items: center;
    }

    .btn-subscribe{
        width: 200px;
    }

    .download-program-brochure{
        padding: 12px;
    }

    .apply-box{
        xwidth: 50%;
    } 

    .highlight-box{
        width: 50%;
    }

    .mobile-only{
        display: none;
    }

    .dw-brochure{
        font-size: 12px;
    }
}

@media (min-width:481px)  { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */ }
@media (min-width:641px)  { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */ }
@media (min-width:961px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */ }
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */ }
@media (min-width:1281px) { /* hi-res laptops and desktops */ }