/*!
 * Start Bootstrap - New Age v5.0.7 (https://startbootstrap.com/template-overviews/new-age)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-new-age/blob/master/LICENSE)
 */

html,
body {
  width: 100%;
  height: 100%;
}

body {
/*  font-family: 'Muli', 'Helvetica', 'Arial', 'sans-serif'; */
  font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
  /* font-family: 'Montserrat', sans-serif; */
}

a {
  color: #00239C;
  transition: all .35s;
}

a:hover, a:focus {
  /* color: #fcbd20; */

}

hr {
  max-width: 100px;
  margin: 25px auto 0;
  border-width: 1px;
  border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
  border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1.1;
  color: #2a2a2a;
    text-shadow: rgba(255,255,255,0.2) 0 1px;
}

h3 {
    color: #00239C;
}

h4 {
  font-size: 19px;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
  color: #00239C;
}

h5 {
  font-size: 17px;
  margin-bottom: 20px;
}

h6 {
  font-size: 16px;
  opacity: 0.9;
  font-family: "lato";
}

h5, h6 {
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1.5;
  text-shadow: rgba(255,255,255,0.2) 0 0px;
}

.intro h5, .intro h6 {
    color: #fff;
}

p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}

section {
  padding: 100px 0;
}

section h2 {
  font-size: 50px;
}

#mainNav {
  border-color: rgba(34, 34, 34, 0.05);
  background-color: white;
  transition: all .35s;
  font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
}

#mainNav .navbar-brand {
  color: #fdcc52;
  font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
}

#mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
  color: #fcbd20;
}

#mainNav .navbar-toggler {
  font-size: 12px;
  padding: 8px 10px;
  color: #00239C;
}

#mainNav .navbar-nav > li > a {
    font-size: 15px;
    font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
   /* text-transform: uppercase; */
    font-weight: 500;
}

#mainNav .navbar-nav > li > a.active {
  color: #fdcc52 !important;
  background-color: transparent;
}

#mainNav .navbar-nav > li > a.active:hover {
  background-color: transparent;
}

#mainNav .navbar-nav > li > a,
#mainNav .navbar-nav > li > a:focus {
  color: #00239C;
}

#mainNav .navbar-nav > li > a:hover,
#mainNav .navbar-nav > li > a:focus:hover {
  color: #00239C;
}

@media (min-width: 992px) {
  #mainNav {
    /* border-color: transparent;
    background-color: transparent; */
  }
  #mainNav .navbar-brand {
    color: fade(white, 70%);
  }
  #mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
    color: white;
  }
  #mainNav .navbar-nav > li > a,
  #mainNav .navbar-nav > li > a:focus {
    color: #00239C;
  }
  #mainNav .navbar-nav > li > a:hover,
  #mainNav .navbar-nav > li > a:focus:hover {
    color: #00239C;
  }
  #mainNav.navbar-shrink {
    border-color: rgba(34, 34, 34, 0.1);
    background-color: white;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #222222;
  }
  #mainNav.navbar-shrink .navbar-brand:hover, #mainNav.navbar-shrink .navbar-brand:focus {
    color: #fdcc52;
  }
  #mainNav.navbar-shrink .navbar-nav > li > a,
  #mainNav.navbar-shrink .navbar-nav > li > a:focus {
    color: #00239C;
  }
  #mainNav.navbar-shrink .navbar-nav > li > a:hover,
  #mainNav.navbar-shrink .navbar-nav > li > a:focus:hover {
    color: #00239C;
  }
}

header.masthead {
  position: relative;
  width: 100%;
  padding-top: 150px;
 /* padding-bottom: 100px; */
  color: white;
 /* background: url("../img/bg-pattern.png"), #7b4397;
  background: url("../img/bg-pattern.png"), linear-gradient(to left, #7b4397, #dc2430); */
  background: url("../img/bg-usa-2.jpg") no-repeat center center;
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

header.masthead .header-content {
  max-width: 500px;
  margin-bottom: 100px;
  text-align: center;
}

header.masthead .header-content h1 {
  font-size: 45px;
  color: #fff;
  text-shadow: none;
}

header.masthead p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
}

.header-apply {
    background: rgba(0,0,0,.5);
    padding: 30px 40px 40px;
    border-radius: 15px;
}

.header-apply .req {
    color: #fff;
}

.header-apply .resume {
    background: transparent;
    color: #fff;
}

.header-apply .agreement {
    margin-left: 10px;
    display: inline;
}

.header-apply h4 {
  color: #fff;
  text-shadow: none;
}


header.masthead .device-container {
  max-width: 325px;
  margin-right: auto;
  margin-left: auto;
}

header.masthead .device-container .screen img {
  border-radius: 3px;
}

@media (min-width: 992px) {
  header.masthead {
   /* height: 100vh;
    min-height: 775px; */
    padding-top: 180px;
    padding-bottom: 110px;
  }
  header.masthead .header-content {
    margin-bottom: 0;
    text-align: left;
  }
  header.masthead .header-content h1 {
    font-size: 45px;
  }
  header.masthead .device-container {
    max-width: 325px;
  }
}

section.intro, section.testi {
  position: relative;
  padding: 50px 0;
}

section.intro h2 {
  font-size: 50px;
  margin-top: 0;
}

section.intro .badges .badge-link {
  display: block;
  margin-bottom: 25px;
}

section.intro .badges .badge-link:last-child {
  margin-bottom: 0;
}

section.intro .badges .badge-link img {
  height: 60px;
}

@media (min-width: 768px) {
  section.intro .badges .badge-link {
    display: inline-block;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  section.intro h2 {
    font-size: 70px;
  }
}

section.package .section-heading {
  margin-bottom: 100px;
}

section.package .section-heading h2 {
  margin-top: 0;
}

section.package .section-heading p {
  margin-bottom: 0;
}

section.package .device-container,
section.package .feature-item {
  max-width: 325px;
  margin: 0 auto;
}

section.package .device-container {
  margin-bottom: 100px;
}

@media (min-width: 992px) {
  section.package .device-container {
    margin-bottom: 0;
  }
}

section.package .feature-item {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

section.package .feature-item h3 {
  font-size: 30px;
}

section.package .feature-item i {
  font-size: 80px;
  display: block;
  margin-bottom: 15px;
  background: linear-gradient(to left, #7b4397, #dc2430);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section.cta {
  position: relative;
  padding: 250px 0;
  background-image: url("../img/bg-cta.jpg");
  background-position: center;
  background-size: cover;
}

section.cta .cta-content {
  position: relative;
  z-index: 1;
}

section.cta .cta-content h2 {
  font-size: 50px;
  max-width: 450px;
  margin-top: 0;
  margin-bottom: 25px;
  color: white;
}

@media (min-width: 768px) {
  section.cta .cta-content h2 {
    font-size: 80px;
  }
}

section.cta .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

section.contact {
    background: #2142A9;
    background: #91b83a;
    padding: 70px;
    color: #fff;
}

section.contact h2 {
  margin-top: 0;
  margin-bottom: 25px;
}

section.contact h2 i {
  color: #dd4b39;
}

section.contact ul.list-social {
  margin-bottom: 0;
}

section.contact ul.list-social li a {
  font-size: 40px;
  line-height: 80px;
  display: block;
  width: 80px;
  height: 80px;
  color: white;
  border-radius: 100%;
}

section.contact ul.list-social li.social-twitter a {
  background-color: #1da1f2;
}

section.contact ul.list-social li.social-twitter a:hover {
  background-color: #0d95e8;
}

section.contact ul.list-social li.social-facebook a {
  background-color: #3b5998;
}

section.contact ul.list-social li.social-facebook a:hover {
  background-color: #344e86;
}

section.contact ul.list-social li.social-google-plus a {
  background-color: #dd4b39;
}

section.contact ul.list-social li.social-google-plus a:hover {
  background-color: #d73925;
}

footer {
  padding: 25px 0;
  color: #d7d1ce;
  background-color: #252525;
  background: linear-gradient(#252525, #3F3F3F);
}


footer p {
  font-size: 13px;
  margin: 0;
}

footer a {
    color: #eee;
  font-size: 13px;
    text-decoration: none;
}

footer a:hover, fotter a:focus {
    color: #fff;
    text-decoration: none;
}

.onex {
    margin: 10px 0;
}

.socialme {
    border-bottom: 1px solid #404040;
    padding: 0px 0 10px;
    margin-bottom: 15px;
}

footer ul {
  margin-bottom: 15px;
  padding: 0;
}

footer ul li {
    display: inline;
    margin-right: 20px;
}

footer ul li a {
/*  font-size: 12px;
  color: rgba(255, 255, 255, 0.3); */
}

footer ul li a:hover, footer ul li a:focus, footer ul li a:active, footer ul li a.active {
  text-decoration: none;
}

.bg-primary {
  background-color: #00239C;
  background: linear-gradient(#1439ba, #00239C);
}

.text-primary {
  color: #de5d25;
}

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.btn-outline {
  color: white;
  border: 1px solid;
  border-color: white;
}

.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
  color: white;
  border-color: #de5d25;
  background-color: #de5d25;
}

.btn {
  border-radius: 300px;
  font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
  letter-spacing: 2px;
  text-transform: uppercase;
}

.btn-xl {
    font-size: 14px;
    padding: 15px 40px;
    border: 2px solid;
    font-family: "Montserrat";
}

/* adds */

.navbar-brand img {
    height: 60px;
}

.h-100x {

}

#package {
  background-color: #3b56b6;
/*  background: linear-gradient(#fafafa, #eaeaea); */
    color: #fff;
}

.circpic {
    border-radius: 500px;
    width: 80%;
    margin: 0 auto;
}

#package h3 {
    color: #fff;
    text-shadow: none;
    line-height: 1.2;
    margin-bottom: 30px;
    margin-top: 20px;
}

#package p {
    font-size: 17px;
}

#package ul li {
    font-weight: 500;
    font-family: 'Montserrat', 'Helvetica', 'Arial', 'sans-serif';
    font-size: 16px;
}

#apply {
    background: #00239c;
    padding: 60px 0;
    display: none;
}

#apply h4 {
    color: #fff;
    text-shadow: none;
    line-height: 1.5;
}

.ytube {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footertext4 i {
    color: #d7d1ce;
    font-style: italic;
    font-family: georgia, garamond, serif;
}

.fb-like {
    display: inline-block;
    position: relative;
    top: 5px;
    left: 10px;
}

#contact label {
    text-align: left;
}

h5.card-header {
    background: #00239C;
    color: #fff;
    text-align: center;
}

.card {
-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
border: none !important;
}

.req {
    font-weight: 700;
    color: red;
}

.resbtn {
    display: block;
    color: transparent;
}

.resbtn::-webkit-file-upload-button {
  visibility: hidden;
}
.resbtn::before {
  content: 'Upload your resume';
  display: inline-block;
  background: linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 0px solid #999;
  border-radius: 3px;
  padding: 5px 10px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background: #00239C;
}
.resbtn:hover::before {
  border-color: black;
}

.resbtn:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

.agreement {
    margin-left: 10px;
    display: inline-block;
}

.resume {
    border: none !important;
    padding-top: 0px;
    padding-left: 0px;
}

.card-body .btn {
    padding: 10px 30px;
    margin-bottom: 10px;
    font-weight: 700;
    margin-top: 10px;
}

.btn {
    border-radius: 300px;
    font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 10px 30px;
    font-weight: 600;
    margin-top: 20px;
}

.imgprev {
    height: 300px;
    background: url(../img/nurses-group.jpg) no-repeat center center;
    overflow: hidden;
    background-size: cover;
}

.bg-primary {
    background-color: none !important;
    background: none !important;
}

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

.intro ul li {
    list-style-type: none;
    margin-bottom: 25px;
    background: url(../img/check.png) no-repeat left top;
    padding-left: 35px;
}

.intro ul {
    padding-left: 10px;
}

#slider, #slider ul
{
	height: 400px;
}

#slider
{
	margin: auto;
	overflow: hidden;
	padding: 20px;
	margin-top: 60px;
	position: relative;
	width: 500px;
    background: url(../img/quote.png) no-repeat center top;
}

#slider li
{
	float: left;
	position: relative;
	width: 500px;
	display: inline-block;
	height: 200px;
}

#slider ul
{
	list-style: none;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 9000px;
	transition: left .2s linear;
	-moz-transition: left .2s linear;
	-o-transition: left .2s linear;
	-webkit-transition: left .2s linear;
	margin-left: -25px;
}

/*** Content ***/

.slider-container
{
  color:#000;
	margin: 0 auto;
	padding: 0;
	width: 500px;
  min-height: 240px;
  text-align:center;
  padding-top: 70px;
}

.slider-container h2
{
 	color: #fff;
}

.slider-container p
{
	margin: 10px 25px;
	font-weight: semi-bold;
	line-height: 140%;
    font-family: georgia;
    font-style: italic;
    font-size: 17px;
}

.testir {
    font-size: 17px;
    font-family: lato;
    font-style: normal;
    margin-top: 10px;
    display: block;
    font-weight: 700;
}

/*** target hooks ****/

@-webkit-keyframes slide-animation {
	0% {opacity:0;}
	2% {opacity:1;}
	20% {left:0px; opacity:1;}
	22.5% {opacity:0.6;}
	25% {left:-500px; opacity:1;}
	45% {left:-500px; opacity:1;}
	47.5% {opacity:0.6;}
	50% {left:-1000px; opacity:1;}
	70% {left:-1000px; opacity:1;}
	72.5% {opacity:0.6;}
	75% {left:-1500px; opacity:1;}
	95% {opacity:1;}
	98% {left:-1500px; opacity:0;}
	100% {left:0px; opacity:0;}
}

#slider ul
{
	-webkit-animation: slide-animation 30s infinite;
}

#slider ul:hover
{
	-moz-animation-play-state: paused;
	-webkit-animation-play-state: paused;
}

.mytesti {
    margin-bottom: 30px;
}

.circimg {
    margin-top: 30px;
}

.testi {
    background: #fafafa;
}

@media (max-width: 768px) {
    #slider
    {
    	margin: auto;
    	overflow: hidden;
    	padding: 20px;
    	margin-top: 60px;
    	position: relative;
    	width: 400px;
        background: url(../img/quote.png) no-repeat center top;
    }

    #slider li
    {
    	float: left;
    	position: relative;
    	width: 400px;
    	display: inline-block;
    	height: 200px;
    }

    #slider ul
    {
    	list-style: none;
    	position: absolute;
    	left: 0px;
    	top: 0px;
    	width: 9000px;
    	transition: left .2s linear;
    	-moz-transition: left .2s linear;
    	-o-transition: left .2s linear;
    	-webkit-transition: left .2s linear;
    	margin-left: -25px;
    }

    /*** Content ***/

    .slider-container
    {
      color:#000;
    	margin: 0 auto;
    	padding: 0;
    	width: 400px;
      min-height: 240px;
      text-align:center;
      padding-top: 70px;
    }
@-webkit-keyframes slide-animation {
	0% {opacity:0;}
	2% {opacity:1;}
	20% {left:0px; opacity:1;}
	22.5% {opacity:0.6;}
	25% {left:-400px; opacity:1;}
	45% {left:-400px; opacity:1;}
	47.5% {opacity:0.6;}
	50% {left:-800px; opacity:1;}
	70% {left:-800px; opacity:1;}
	72.5% {opacity:0.6;}
	75% {left:-1200px; opacity:1;}
	95% {opacity:1;}
	98% {left:-1200px; opacity:0;}
	100% {left:0px; opacity:0;}
}
}

