html, body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow-x: hidden; }

body {
  font-family: "PT Sans", sans-serif;
  position: relative;
  font-size: 18px;
  line-height: 26px;
  background-color: #fff; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Arsenal", sans-serif; }

img {
  width: 100%; }

a {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #003464; }

a:active,
a:focus,
a:hover {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #333; }

section {
  padding: 100px 0;
  position: relative; }
  @media (max-width: 991px) {
    section {
      padding: 50px 0; } }

.btn {
  color: #fff;
  background-color: #003464;
  border: 2px solid #003464;
  font-family: "Arsenal", sans-serif;
  padding: 15px 30px 15px 30px;
  font-size: 17px;
  border-radius: 0px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 15px; }
  @media (max-width: 991px) {
    .btn {
      font-size: 16px;
      letter-spacing: 1px; } }

.btn:hover {
  color: #fff;
  background-color: #F4B700;
  border: 2px solid #F4B700;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.btn:focus {
  color: #fff !important;
  background-color: #F4B700;
  border-color: #F4B700; }

.btn:active:hover, .btn:active:focus, .btn:active.focus, .btn-.active:hover, .btn.active:focus, .btn.active.focus, .open > .btn.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #F4B700;
  border-color: #F4B700; }

.btn:active, .btn.active, .open > .btn.dropdown-toggle {
  color: #fff;
  background-color: #F4B700;
  border-color: #F4B700; }

.title-small {
  font-family: "Arsenal", sans-serif;
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 5px;
  color: #003464;
  font-weight: 700;
  letter-spacing: 2px;
  margin-top: 10px; }
  @media (max-width: 991px) {
    .title-small {
      font-size: 25px !important;
      line-height: 30px !important; } }

.title-h {
  font-family: "Arsenal", sans-serif;
  font-size: 56px;
  line-height: 60px;
  margin-bottom: 15px;
  color: #222;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px; }
  @media (max-width: 991px) {
    .title-h {
      font-size: 38px !important;
      line-height: 40px !important; } }

.title-p {
  font-size: 24px;
  line-height: 32px;
  padding-bottom: 30px;
  font-weight: 200;
  color: #333;
  font-family: "Arsenal", sans-serif;
  letter-spacing: 1px; }
  @media (max-width: 991px) {
    .title-p {
      font-size: 20px !important;
      line-height: 28px; } }

.back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.back-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.mobile-view {
  display: none !important; }
  @media (max-width: 991px) {
    .mobile-view {
      display: block !important; } }

.new-img {
  height: 220px; }

/******navbar start*******/
@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-toggle {
    margin-top: 20px;
    background-color: transparent; }

  .navbar-toggle .svg-inline--fa {
    color: #003464; }

  .attr-nav {
    display: none; }

  .navbar {
    min-height: 70px; } }
nav.navbar.bootsnav {
  background: #fff;
  border-bottom: solid 1px #ccc; }

.navbar {
  min-height: 80px; }

.navbar-brand {
  padding: 0px 5px 0 15px; }

.navbar-brand img {
  width: auto;
  height: 78px; }
  @media (max-width: 991px) {
    .navbar-brand img {
      height: 75px; } }

.caret {
  margin-left: 4px; }

@media (min-width: 991px) {
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    border-radius: 0px;
    padding: 0;
    background: white;
    border-top: 5px solid #003464;
    margin-top: 0px;
    width: 230px; }

  nav.navbar ul.nav > li > a {
    padding: 30px 15px;
    font-weight: 500; }

  nav.navbar.bootsnav ul.nav > li > a {
    padding: 30px 15px 25px 8px;
    font-weight: 500;
    font-size: 17px;
    text-transform: uppercase;
    color: #003464;
    letter-spacing: 0px;
    font-family: "Arsenal", sans-serif; } }
  @media (min-width: 991px) and (max-width: 1200px) {
    nav.navbar.bootsnav ul.nav > li > a {
      padding: 32px 6px 10px 6px;
      font-weight: 600;
      font-size: 15px; } }
  @media (min-width: 991px) and (max-width: 1050px) {
    nav.navbar.bootsnav ul.nav > li > a {
      letter-spacing: 0; } }

@media (min-width: 991px) {
  nav.navbar-fixed.bootsnav ul.nav > li > a {
    color: #333; }

  nav.navbar-fixed.bootsnav ul.nav > li > a:hover {
    color: #003464; }

  nav.no-background.bootsnav ul.nav > li > a {
    color: #fff; }

  nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
    display: none; }

  nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    text-align: left; }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    padding: 8px 15px;
    border-bottom: solid 1px #eee;
    color: #003464;
    font-size: 17px;
    font-weight: 500;
    font-family: "Arsenal", sans-serif; }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    color: #003464;
    background-color: #eee; } }
@media (max-width: 992px) {
  nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before {
    content: "";
    display: none; }

  nav.navbar.bootsnav .navbar-nav > li > a {
    border-bottom: none;
    border-top: none;
    font-weight: 400;
    font-family: "Arsenal", sans-serif;
    text-transform: uppercase;
    color: #003464 !important;
    padding: 13px 0; }

  nav.navbar.bootsnav .navbar-collapse.collapse.in {
    margin-bottom: 10px; }

  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    font-family: "Arsenal", sans-serif;
    color: #003464;
    font-size: 18px;
    padding: 4px 0; }

  nav.navbar.bootsnav .navbar-nav {
    margin: 35px -15px 10px -15px; } }
nav.no-background.bootsnav .logo1 {
  display: inline-block !important; }

nav.navbar-fixed.bootsnav .logo1 {
  display: none; }

nav.no-background.bootsnav .logo2 {
  display: none !important; }

nav.navbar-fixed.bootsnav .logo2 {
  display: inline-block; }

@media (max-width: 992px) {
  nav.no-background.bootsnav .logo1 {
    display: none !important; }

  nav.no-background.bootsnav .logo2 {
    display: inline-block !important; } }
.attr-nav .btn {
  margin-right: 15px;
  padding: 10px 20px;
  background-color: #F4B700;
  border: 2px solid #F4B700;
  color: #333; }

.attr-nav .btn:hover {
  background-color: #003464;
  border: 2px solid #003464;
  color: #fff; }

nav.no-background.bootsnav .navbar-brand img.logo-large {
  width: auto;
  height: 140px;
  margin-top: 1px; }

/******navbar end**********/
/*****hero start******/
.hero {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  width: 100%;
  position: relative; }
  @media (max-width: 768px) {
    .hero {
      min-height: 60vh; } }
  .hero h1 {
    font-size: 34px;
    line-height: 42px;
    margin-bottom: 0px;
    font-weight: 300;
    letter-spacing: 1px;
    font-family: "Arsenal", sans-serif;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.4); }
    @media (max-width: 768px) {
      .hero h1 {
        font-size: 22px;
        line-height: 29px;
        margin-bottom: 5px; } }
  .hero h2 {
    font-size: 58px;
    line-height: 62px;
    margin-bottom: 20px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Arsenal", sans-serif;
    color: #fff;
    margin-top: 5px;
    text-shadow: rgba(0, 0, 0, 0.4); }
    @media (max-width: 768px) {
      .hero h2 {
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 5px; } }

.hero .overlay {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(26, 26, 26, 0.4); }

.hero-title {
  margin-top: 40vh;
  z-index: 3;
  color: #fff;
  margin-bottom: 40px; }
  @media (max-width: 768px) {
    .hero-title {
      margin-top: 40%;
      margin-bottom: 10px;
      padding-left: 15px; } }

.hero .btn {
  padding: 13px 30px;
  font-size: 16px;
  font-weight: 500;
  margin-top: 15px;
  background-color: transparent;
  border: 2px solid #fff; }
  @media (max-width: 991px) {
    .hero .btn {
      font-size: 16px;
      padding: 12px 23px;
      margin-bottom: 20px; } }

.hero .btn:hover {
  color: #fff;
  background-color: #003464;
  border: 2px solid #003464; }

.indicator {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 50%;
  margin-left: -15px;
  bottom: 20px;
  transform: rotate(45deg); }
  @media (max-width: 768px) {
    .indicator {
      display: none; } }

.indicator span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: none;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  animation: animate 1s linear infinite; }

.indicator span:nth-child(1) {
  top: -30px;
  left: -30px;
  animation-delay: 0s; }

.indicator span:nth-child(2) {
  top: -15px;
  left: -15px;
  animation-delay: 0.2s; }

@keyframes animate {
  0% {
    border-color: #fff;
    transform: translate(0, 0); }
  20% {
    border-color: #fff;
    transform: translate(15px, 15px); }
  20.1%,
  100% {
    border-color: #F4B700; } }
/*****hero end******/
/****services start******/
.service h4 {
  min-height: 60px;
  color: #003464;
  font-size: 25px;
  line-height: 30px; }
  @media (max-width: 500px) {
    .service h4 {
      min-height: auto; } }
.service p {
  font-weight: 300; }

.img-circle {
  border-radius: 50%;
  margin-bottom: 15px;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 220px;
  width: 220px; }
  @media (max-width: 1050px) {
    .img-circle {
      height: 170px;
      width: 170px;
      margin-bottom: 5px; } }
  @media (max-width: 500px) {
    .img-circle {
      height: 230px;
      width: 230px;
      margin-bottom: 0px; } }

.services-box {
  background-color: #f7f9ff;
  padding: 30px 20px 10px 20px;
  transition: all .4s ease;
  position: relative;
  margin-bottom: 40px; }
  @media (max-width: 991px) {
    .services-box {
      min-height: auto; } }

.services-box:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3); }

/****services end*****/
/******* testimonials start **********/
.testimonials span {
  display: block;
  margin-top: 15px;
  color: #003464; }
.testimonials .owl-theme .owl-controls {
  text-align: center;
  margin-left: -5px; }
.testimonials .owl-theme .owl-dots .owl-dot.active span, .testimonials .owl-theme .owl-dots .owl-dot:hover span {
  background: #F4B700; }

.testimonial {
  margin: 0 00px; }

.testimonial .description {
  padding: 20px 10px 0px 0px;
  margin-bottom: 0px;
  font-size: 20px;
  color: #333;
  line-height: 34px;
  position: relative;
  font-style: italic; }
  @media (max-width: 768px) {
    .testimonial .description {
      padding: 20px 0px 0px 0px;
      font-size: 17px;
      line-height: 24px; } }

.testimonial .title {
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  color: #444;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 30px 0; }

/******* testimonials end **********/
/**********cta2 start*********/
.cta2 {
  padding: 180px 0;
  background-attachment: fixed; }
  @media (max-width: 768px) {
    .cta2 {
      padding: 80px 0; } }
  .cta2 .back {
    background: rgba(26, 26, 26, 0.3); }
  .cta2 h3 {
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    margin-bottom: 15px;
    color: #fff; }
    @media (max-width: 768px) {
      .cta2 h3 {
        font-size: 24px;
        line-height: 30px; } }
  .cta2 h4 {
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    margin-bottom: 0px;
    color: #fff; }
  .cta2 .btn {
    margin-top: 20px; }

/*************cta end*********/
.partners {
  padding-top: 0; }

.partners-img {
  background-size: contain;
  height: 100px;
  margin: 20px 5px;
  filter: grayscale(100%);
  opacity: .6; }
  @media (max-width: 991px) {
    .partners-img {
      height: 100px;
      margin: 10px 10px; } }

/******* intro start ********/
.intro {
  padding: 55px 0; }
  .intro .intro-number {
    display: inline-block;
    vertical-align: top; }
  .intro .intro-text {
    display: inline-block; }
  .intro img {
    margin: 0 20px;
    vertical-align: top;
    width: auto;
    height: 80px; }
    @media (max-width: 1050px) {
      .intro img {
        margin: 0 10px 0 0; } }
  .intro .intro-midd {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc; }
    @media (max-width: 991px) {
      .intro .intro-midd {
        border: none;
        margin: 45px 0; } }
  .intro a {
    color: #F4B700;
    font-size: 18px; }
  .intro a:hover {
    color: #003464; }
  .intro .svg-inline--fa {
    margin-right: 8px;
    color: #F4B700; }
  .intro h3 {
    font-weight: 500;
    color: #666;
    margin-top: 6px; }
    @media (max-width: 1050px) {
      .intro h3 {
        font-size: 19px; } }
    @media (max-width: 550px) {
      .intro h3 {
        font-size: 22px; } }

/******** intro end *********/
/*************footer start**********/
.tc-footer {
  overflow: hidden;
  position: relative;
  z-index: 2;
  padding: 40px 0 60px 0; }

@media (max-width: 991px) {
  .tc-footer {
    text-align: center; } }
.tc-footer .back {
  background: rgba(5, 26, 46, 0.89); }

.tc-footer .footer-title {
  color: #F4B700;
  font-family: "Arsenal", sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 1px;
  margin: 50px 0 15px 0; }

@media (max-width: 991px) {
  .tc-footer .footer-title {
    margin: 30px 0 10px 0; } }
.tc-footer a {
  color: #ddd;
  font-size: 17px;
  font-weight: 300;
  line-height: 25px; }

@media (max-width: 991px) {
  .tc-footer a {
    line-height: 20px;
    font-size: 16px; } }
.tc-footer a:hover {
  color: #F4B700;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.tc-footer ul {
  list-style: none;
  padding-left: 0px; }

.tc-footer p {
  color: #555;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px; }

@media (max-width: 991px) {
  .tc-footer p {
    line-height: 20px;
    font-size: 16px; } }
.tc-footer .svg-inline--fa {
  display: inline-block;
  border: 1px solid #F4B700;
  color: #F4B700;
  width: 32px;
  height: 32px;
  padding: 7px;
  margin: 10px 10px 0 0; }

.tc-footer .svg-inline--fa:hover {
  border: 1px solid #F4B700;
  background: #F4B700;
  color: #fff; }

.footer-copyright {
  margin-top: 20px;
  padding: 0px 0 0px 0;
  letter-spacing: 1px;
  color: #222;
  font-size: 13px; }

@media (max-width: 991px) {
  .footer-copyright {
    padding: 0px 15px 10px 15px;
    margin-top: 20px; } }
.footer-cards {
  height: 30px;
  width: auto !important;
  margin-bottom: 15px; }

.footer-logo {
  opacity: 0.9;
  width: 65%;
  margin-top: 0px; }

/******************************/
.tc-header {
  min-height: 40vh;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center; }

.inner-content {
  position: relative;
  display: block;
  margin-top: 13vh; }

.inner-content h1 {
  color: #fff;
  font-size: 52px;
  font-weight: 300;
  text-transform: uppercase;
  font-family: "Arsenal", sans-serif;
  letter-spacing: 2px;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5); }
  @media screen and (max-width: 768px) {
    .inner-content h1 {
      font-size: 33px;
      font-weight: 300; } }

.inner-content p {
  color: #fff;
  font-size: 30px;
  line-height: 31px;
  font-family: "Arsenal", sans-serif;
  font-weight: 500;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3); }
  @media screen and (max-width: 768px) {
    .inner-content p {
      font-size: 25px;
      line-height: 28px;
      margin-bottom: 50px; } }

.bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(26, 26, 26, 0.55); }

/*********services start*******/
.testimonial {
  padding: 15px; }
  @media (max-width: 991px) {
    .testimonial {
      padding: 5px; } }

.service-img {
  background-size: cover;
  background-position: center;
  height: 200px; }

.service-box {
  position: relative;
  box-shadow: 1px 1px 20px #ccc;
  box-shadow: 1px -1px 10px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px; }

.service-text {
  background-color: #fff;
  padding: 10px 20px 20px 20px; }
  @media (max-width: 991px) {
    .service-text {
      min-height: auto; } }
  .service-text h3 {
    font-family: "Arsenal", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #003464;
    font-size: 25px;
    line-height: 30px;
    min-height: 90px; }
  .service-text .btn {
    margin-top: 10px;
    padding: 12px 30px; }

.service-box:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }

/******services end********/
.service-box2 {
  padding: 20px;
  background-color: #f7f9ff;
  border: 1px solid #f7f9ff;
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    .service-box2 {
      margin-bottom: 15px;
      padding: 15px; } }
  .service-box2 h3 {
    font-family: "Arsenal", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #003464;
    font-size: 25px;
    line-height: 40px;
    min-height: 90px; }
    @media (max-width: 768px) {
      .service-box2 h3 {
        min-height: auto;
        margin-top: 10px;
        font-size: 22px;
        line-height: 33px; } }

.service-box2:hover {
  background-color: #f7f7f7; }

.sidebar {
  margin-bottom: 40px;
  margin-left: 20px; }
  @media screen and (max-width: 991px) {
    .sidebar {
      margin-left: 0; } }
  .sidebar h2 {
    color: #003464;
    font-size: 30px;
    line-height: 34px;
    font-weight: 200;
    font-family: "Arsenal", sans-serif;
    text-align: center;
    text-transform: uppercase;
    margin-top: 0; }
  .sidebar h3 {
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 20px; }
  .sidebar ul {
    list-style: none;
    padding-left: 0;
    margin-top: 20px; }
  .sidebar li {
    border: 1px solid #ddd;
    background-color: #f7f9ff;
    outline: none;
    margin-bottom: 9px; }
  .sidebar a {
    font-size: 16px;
    line-height: 19px;
    padding: 10px 15px;
    display: block;
    font-family: "Arsenal", sans-serif; }
  .sidebar a:hover {
    background-color: #f7f7f7; }

@media screen and (max-width: 991px) {
  .sidebar-first {
    padding-top: 60px; } }

input, textarea, select {
  width: 100%;
  background-color: #f7f9ff;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  outline: none;
  padding: 8px 15px; }

select {
  height: 42px !important;
  border-radius: 0;
  border: 1px solid #ddd  !important;
  color: #666 !important;
  text-transform: uppercase;
  font-size: 12px !important;
  padding: 8px 15px !important;
  letter-spacing: 1px;
  padding-left: 15px !important;
  outline: none; }

::-webkit-input-placeholder {
  /* Edge */
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  color: #333; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  color: #333; }

::placeholder {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  color: #333; }

.services-page iframe {
  height: 420px;
  background-color: #f8f8f8;
  margin: 15px 0; }
  @media (max-width: 768px) {
    .services-page iframe {
      height: 220px; } }

.panel-default > .panel-heading {
  color: #333;
  background-color: #f7f9ff;
  border-color: #ddd; }

.panel-title {
  font-size: 18px; }

.title-inner {
  font-size: 30px; }

.form-box, .insurance-box {
  padding: 30px 30px 40px 30px;
  background-color: #f7f9ff;
  margin: 30px 0; }
  @media (max-width: 991px) {
    .form-box, .insurance-box {
      padding: 20px 15px 30px 15px; } }
  .form-box h3, .insurance-box h3 {
    color: #003464;
    font-size: 30px; }

input[type=file] {
  border: none;
  outline: none;
  background-color: transparent;
  padding: 10px 0; }

.careeer .panel .svg-inline--fa {
  margin-right: 10px;
  color: #003464;
  font-size: 15px; }
.careeer .panel-heading {
  padding: 14px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px; }

.contact-page-box {
  background-color: #f7f9ff;
  padding: 25px;
  text-align: center;
  margin-bottom: 15px; }
  @media screen and (max-width: 768px) {
    .contact-page-box {
      padding: 15px; } }
  .contact-page-box ul {
    list-style: none;
    padding-left: 0;
    margin-top: 20px; }
  .contact-page-box iframe {
    margin-top: 20px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); }

/********** TEAM PAGE START ********/
.team-box {
  background-color: #f4f1f1;
  overflow: hidden;
  margin: 15px 0; }

.team-img {
  height: 440px;
  background-position: top;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.team-box:hover .team-img {
  -ms-transform: scale(1.1);
  /* IE 9 */
  -webkit-transform: scale(1.1);
  /* Safari 3-8 */
  transform: scale(1.1); }

.team-info {
  padding: 15px 5px 25px 5px; }

.team-info h3 {
  text-transform: uppercase;
  font-family: "Arsenal", sans-serif;
  letter-spacing: 1px;
  font-weight: 300;
  color: #333;
  font-size: 20px;
  margin-top: 0; }

.team-info h4 {
  font-size: 15px;
  font-weight: 300;
  color: #725a5c;
  opacity: 0.7;
  letter-spacing: 1px; }

.team-info .btn {
  padding: 10px 20px;
  font-size: 16px;
  margin-top: 10px; }

.team-link {
  display: block;
  margin: 2px 0;
  letter-spacing: 1px;
  font-weight: 300; }

.team-page h5 {
  font-size: 22px;
  margin-top: 20px; }

.inline-box-open {
  overflow: auto;
  background: #FDFDF6;
  padding: 40px;
  width: 70%;
  max-width: 100%;
  border-radius: 6px;
  margin-left: 15%; }

@media screen and (max-width: 768px) {
  .inline-box-open {
    background: #FDFDF6;
    padding: 10px;
    width: 96%;
    max-width: 100%;
    border-radius: 6px;
    margin-left: 2%; } }
.team-job-desc {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  color: #F4B700;
  margin-top: 0; }

.team-name {
  font-size: 16px;
  color: #003464;
  font-weight: 300; }

.staff-bio .svg-inline--fa {
  width: 35px;
  height: 35px;
  padding: 8px;
  border: 1px solid #003464;
  margin: 10px 6px 2px 0px;
  color: #003464; }

.staff-bio .svg-inline--fa:hover {
  background-color: #003464;
  color: #fff; }

.staff-padd {
  padding: 0 8px; }

@media screen and (max-width: 768px) {
  .staff-padd {
    padding: 0 15px; } }
/********* TEAM PAGE END *******/
.staff-padding {
  padding-left: 30px; }
  @media screen and (max-width: 991px) {
    .staff-padding {
      padding-left: 0; } }
  .staff-padding p {
    font-size: 17px;
    line-height: 25px; }

.radio-new {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 20px;
  margin-top: 10px; }

.radio-new input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%; }

.radio-new:hover input ~ .checkmark {
  background-color: #ccc; }

.radio-new input:checked ~ .checkmark {
  background-color: #F4B700; }

.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

.radio-lab .radio-new {
  display: inline-block;
  width: auto; }

.radio-lab {
  min-height: 90px; }

.radio-new input:checked ~ .checkmark:after {
  display: block; }

.radio-new .checkmark:after {
  top: 9px;
  left: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white; }

/********************/
.custom-select {
  position: relative; }

.custom-select select {
  display: none;
  /*hide original SELECT element:*/ }

.select-selected {
  background-color: #fff; }

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 19px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid #569394;
  border-color: #569394 transparent transparent transparent; }

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px; }

/*style the items (options), including the selected item:*/
.select-items div {
  color: #666;
  padding: 7px 15px;
  border: 1px solid #eee;
  margin-bottom: 0px;
  font-size: 15px;
  border-color: #eee;
  cursor: pointer;
  user-select: none;
  font-family: "Arsenal", sans-serif; }

.select-selected {
  color: #666;
  padding: 9px 15px;
  border: 1px solid #eee;
  margin-bottom: 20px;
  border-color: #eee;
  cursor: pointer;
  user-select: none;
  font-family: "Arsenal", sans-serif; }

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99; }

/*hide the items when the select box is closed:*/
.select-hide {
  display: none; }

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1); }

::-webkit-datetime-edit-text {
  color: #666; }

::-webkit-datetime-edit-month-field {
  color: #666;
  font-family: "Arsenal", sans-serif; }

::-webkit-datetime-edit-day-field {
  color: #666;
  font-family: "Arsenal", sans-serif; }

::-webkit-datetime-edit-year-field {
  color: #666;
  font-family: "Arsenal", sans-serif; }

::-webkit-calendar-picker-indicator {
  opacity: 0.5; }

label {
  font-weight: 400; }

/*# sourceMappingURL=style.css.map */
