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

body {
  overflow-x: hidden;
  font-family: 'Muli', sans-serif 'Nunito', sans-serif 'Cabin', sans-serif 'Roboto Slab', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'
}

p {
  line-height: 1.45;
  font-size: 4em;
}

@media all and (min-width: 960px) {
  p{
      font-size: 16px;
  }
}

@media all and (max-width: 959px) and (min-width: 600px) {
  p{
      font-size: 14px;
  }
}

@media all and (max-width: 599px) and (min-width: 320px) {
  p{
      font-size: 12px;
  }

}

@media all and (max-width: 599px) and (min-width: 320px) {
  .p2{
      font-size: 12px;
      text-align: left;
  }

}

a {
  color: #ffffff;
}

a:hover {
  color: #00c2c2;
}

.text-primary {
  color: #2a2645 !important;
}

.text-spaceafter {
  margin-bottom: 50px;
}


h1{
  font-size: 4em;
}

@media all and (min-width: 960px) {
  h1{
      font-size: 80px;
  }
}

@media all and (max-width: 959px) and (min-width: 600px) {
  h1{
      font-size: 50px;
  }
}

@media all and (max-width: 599px) and (min-width: 320px) {
  h1{
      font-size: 35px;
  }

}

h2{
  font-size: 3em;
}

@media all and (min-width: 960px) {
  h2{
      font-size: 50px;
  }
}

@media all and (max-width: 959px) and (min-width: 600px) {
  h2{
      font-size: 30px;
  }
}

@media all and (max-width: 599px) and (min-width: 320px) {
  h2{
      font-size: 26px;
  }

}

h3,
h4 {
  color: rgb(126, 123, 123);
  font-weight: 250;
  font-family: 'Muli', sans-serif 'Nunito', sans-serif 'Cabin', sans-serif 'Roboto Slab', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'  
}
h5,
h6 {
  font-weight: 700;
  font-family: 'Muli', sans-serif 'Nunito', sans-serif 'Cabin', sans-serif 'Roboto Slab', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'  
}

.mysub1 {
  color: #00c2c2;
}

.myfixed-banner {
  position: fixed;
  top: 75px;
  right: 0;
  left: 0;
  z-index: 1030;
}
  
 /*sets image to width of browser */      
 .imgce {
  width: 100%;
  height: auto;
}

.mymodalheader {
  font-size:5vw;
  line-height: 1.05;
  font-weight: 400;
  margin-bottom: 30px;
  text-transform: none;
  font-family: 'Muli', sans-serif 'Nunito', sans-serif 'Cabin', sans-serif 'Roboto Slab', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji' 
}

.fixedHeader {
  position:fixed;
}


.mydisplay-2 {
  font-size:8vw;
}

section {
  padding: 5% 0;
}

.largetester {
  font-weight: 700;
  font-family: 'Muli', sans-serif 'Nunito', sans-serif 'Cabin', sans-serif 'Roboto Slab', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'  
}

section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
}

section h3.section-subheading {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 75px;
  text-transform: none;
  font-family: 'Muli', sans-serif 'Nunito', sans-serif 'Cabin', sans-serif 'Roboto Slab', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji' 
}

.btn {
  font-weight: 700;
  font-family: 'Muli', sans-serif 'Nunito', sans-serif 'Cabin', sans-serif 'Roboto Slab', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'  
  
}

.btn-xl {
  font-size: 18px;
  padding: 20px 40px;
}

.btn-primary {
  background-color: #2a2645;
  border-color: #2a2645;
}

.btn-primary2 {
  background-color: #2a2645;
  border-color: #2a2645;
  width: 100px;

}

.btn-primarymessage {
  margin-top: 20px;
  background-color: #00c2c2;
  border-color: #00c2c2;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #00c2c2 !important;
  border-color: #00c2c2 !important;
  color: white;
}

.btn-primary:active, .btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
  box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}

::selection {
  background: #00c2c2;
  text-shadow: none;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}


  /*full screen overlay */
  #burgerMenu{
    position: absolute;
    visibility: visible;
    right: 30px;
  }

  @media (min-width: 992px) {
    #burgerMenu{
      visibility: hidden;
      right: -500px;
      position: absolute;
    }
  }
  
  .overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */    
    height: 0%;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(42,38,69); /* Black fallback color */
    background-color: rgba(42,38,69, 0.9); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
  }
  
  /* Position the content inside the overlay */
  .overlay-content {
    position: relative;
    top: 15%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
  }
  
  /* The navigation links inside the overlay */
  .overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 30px;
    color: #818181;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
  }
  
  /* When you mouse over the navigation links, change their color */
  .overlay a:hover, .overlay a:focus {
    color: #00c2c2;
  }
  
  /* Position the close button (top right corner) */
  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
  }
  
  /* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
  @media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
      font-size: 20px;
      top: 15px;
      right: 35px;
    }
  }


#mainNav {
  background-color: #292621;
}

#toggleNew{
  background-color: yellow;
}

/*.navbar-collapse {
  height: 100vh;
  transition: 1s all ease-out;
  display: none;
}

 


/*amended toggler */
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 0px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.9em;
  height: 1.9em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}




#mainNav .navbar-toggler {
  font-size: 12px;
  right: 0;
  padding: 13px;
  text-transform: uppercase;
  color: rgb(148, 24, 24);
  border: 0;
  background-color: #00c2c2;
  font-family: 'Muli', sans-serif 'Nunito', sans-serif 'Cabin', sans-serif 'Roboto Slab', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'  
}

#mainNav .navbar-brand {
  color: #00c2c2;
  font-family: 'Muli', sans-serif 'Nunito', sans-serif 'Cabin', sans-serif 'Roboto Slab', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'  
}

#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #00c2c2;
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 90%;
  font-weight: 400;
  padding: 0.75em 0;
  letter-spacing: 1px;
  color: white;
  font-family: 'Muli', sans-serif 'Nunito', sans-serif 'Cabin', sans-serif 'Roboto Slab', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'  
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #00c2c2;
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    font-size: 1.75em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #mainNav .navbar-nav .nav-item {
    padding: 1.1em 1em !important;
  }
  #mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #292621;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 12px 0;
  }
}


header.masthead {
  text-align: center;
  color: white;
  background-image: url("../img/header-bg.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}

header.masthead .intro-text {
  padding-top: 330px;
  padding-bottom: 30px;
}

header.masthead .intro-text .intro-lead-in {
  font-size: 22px;
  font-style: italic;
  line-height: 22px;
  margin-bottom: 25px;
  font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

header.masthead .intro-text .intro-heading {
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 30px;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

@media (min-width: 768px) {
  header.masthead .intro-text {
    padding-top: 400px;
    padding-bottom: 200px;
  }
  header.masthead .intro-text .intro-lead-in {
    font-size: 40px;
    font-style: italic;
    line-height: 40px;
    margin-bottom: 25px;
    font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  }
  header.masthead .intro-text .intro-heading {
    font-size: 75px;
    font-weight: 700;
    line-height: 75px;
    margin-bottom: 50px;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  }
}

.service-heading {
  margin: 15px 0;
  text-transform: none;
}

 
  /*kids portfolio */
#portfolio .portfolio-item {
  right: 0;
  margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
  position: relative;
  display: block;
  max-width: 400px;
  margin: 0 auto;
  cursor: pointer;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
  transform: scale(0.5);
  background: #00c2c2;

}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
  transform: scale(1);
  opacity: 0.7;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  font-size: 20px;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 20px;
  margin-top: -12px;
  text-align: center;
  color: white;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
  margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
  margin: 0;
}

#portfolio .portfolio-item .portfolio-caption {
  max-width: 400px;
  margin: 0 auto;
  padding: 25px;
  text-align: center;
  background-color: #fff;
}

#portfolio .portfolio-item .portfolio-caption h4 {
  margin: 0;
  text-transform: none;
}

#portfolio .portfolio-item .portfolio-caption p {
  font-size: 16px;
  margin: 0;
  font-family: 'Muli', sans-serif 'Nunito', sans-serif 'Cabin', sans-serif 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

#portfolio * {
  z-index: 2;
}

  /*council portfolio */
  #aportfolio .aportfolio-item {
    right: 0;
    margin: 0 0 15px;
  }
  
  #aportfolio .aportfolio-item .aportfolio-link {
    position: relative;
    display: block;
    max-width: 400px;
    margin: 0 auto;
    cursor: pointer;
  }
  
  #aportfolio .aportfolio-item .aportfolio-link .aportfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    opacity: 0;
    transform: scale(0.5);
    background: #2a2645;
  
  }
  
  #aportfolio .aportfolio-item .aportfolio-link .aportfolio-hover:hover {
    transform: scale(1);
    opacity: 0.7;
  }
  
  #aportfolio .aportfolio-item .aportfolio-link .aportfolio-hover .aportfolio-hover-content {
    font-size: 20px;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    color: white;
  }
  
  #aportfolio .aportfolio-item .aportfolio-link .aportfolio-hover .aportfolio-hover-content i {
    margin-top: -12px;
  }
  
  #aportfolio .aportfolio-item .aportfolio-link .aportfolio-hover .aportfolio-hover-content h3,
  #aportfolio .aportfolio-item .aportfolio-link .aportfolio-hover .aportfolio-hover-content h4 {
    margin: 0;
  }
  
  #aportfolio .aportfolio-item .aportfolio-caption {
    max-width: 400px;
    margin: 0 auto;
    padding: 25px;
    text-align: center;
    background-color: #fff;
  }
  
  #aportfolio .aportfolio-item .aportfolio-caption h4 {
    margin: 0;
    text-transform: none;
  }
  
  #aportfolio .aportfolio-item .aportfolio-caption p {
    font-size: 16px;
    margin: 0;
    font-family: 'Muli', sans-serif 'Nunito', sans-serif 'Cabin', sans-serif 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  }
  
  #aportfolio * {
    z-index: 2;
  }



  .banner {
    width: 100%;
    height: 20%;
  }
  
  .banner img {
    height : 100%;
    width: 100%;
  }


@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}

.portfolio-modal {
  padding-right: 1% !important;
  padding-left: 1% !important;
}

.portfolio-modal .modal-dialog {
  margin: 1rem;
  max-width: 100vw;
}

.portfolio-modal .modal-content {
  padding: 50px 0;
  text-align: center;
}

.portfolio-modal .modal-content h2 {
  margin-bottom: 30px;
}

.portfolio-modal .modal-content p {
  margin-bottom: 10px;
}

.portfolio-modal .modal-content p.item-intro {
  /* Safari and Chrome font-size: 16px;*/
  margin: 20px 0 15px;
  font-family: 'Muli', sans-serif 'Nunito', sans-serif 'Cabin', sans-serif 'Roboto Slab', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'  
}

.portfolio-modal .modal-content ul.list-inline {
  margin-top: 0;
  margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
  margin-bottom: 0px;
}

.portfolio-modal .modal-content button {
  cursor: pointer;
}

.portfolio-modal .close-modal {
  position: absolute;
  top: 15px;
  right: 25px;
  width: 45px;
  height: 45px;
  cursor: pointer;
  background-color: transparent;
}

.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}

.portfolio-modal .close-modal .lr {
  /* Safari and Chrome */
  z-index: 1051;
  width: 1px;
  height: 45px;
  margin-left: 35px;
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #212529;
}

.portfolio-modal .close-modal .lr .rl {
  /* Safari and Chrome */
  z-index: 1052;
  width: 1px;
  height: 45px;
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: #212529;
}
  /*client logos */
.clientlogos {
  position: relative;
  display: block;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.blueclients {
  background-color: #eaf6f6;

   }

   .kidsbackground {
    background-color: #191e36;
  
     }

   .client-logos-padding {
    padding-left: 200px;
    padding-right: 200px;
    padding-bottom: 100px;
    
    }

.timeline {
  position: relative;
  padding: 0;
  list-style: none;
}

.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: '';
  background-color: #e9ecef;
}

.timeline > li {
  position: relative;
  min-height: 50px;
  margin-bottom: 50px;
}

.timeline > li:after, .timeline > li:before {
  display: table;
  content: ' ';
}

.timeline > li:after {
  clear: both;
}

.timeline > li .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline > li .timeline-image {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  color: white;
  border: 7px solid #e9ecef;
  border-radius: 100%;
  background-color: #2a2645;
}

.timeline > li .timeline-image h4 {
  font-size: 10px;
  line-height: 14px;
  margin-top: 12px;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline > li:last-child {
  margin-bottom: 0;
}

.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}

.timeline .timeline-heading h4.subheading {
  text-transform: none;
}

.timeline .timeline-body > ul,
.timeline .timeline-body > p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    min-height: 100px;
    margin-bottom: 100px;
  }
  .timeline > li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 16px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}

@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}

.team-member {
  margin-bottom: 50px;
  text-align: center;
}

.team-member img {
  width: 225px;
  height: 225px;
  border: 7px solid #fff;
}

.team-member h4 {
  margin-top: 25px;
  margin-bottom: 0;
  text-transform: none;
}

.team-member p {
  margin-top: 0;
}

section#clients .form-group {
  padding: 50px;
}

section#contact1 {
  background-color: #2a2645;;
  background-image: url("../img/map-image.png");
  background-repeat: no-repeat;
  background-position: center;
  
}

section#contact1 .section-heading {
  color: #fff;
}


section#contact1 .form-group {
  margin-bottom: 25px;
}

section#contact1 .form-group input,
section#contact1 .form-group textarea {
  padding: 20px;
}

section#contact1 .form-group input.form-control {
  height: auto;
}

section#contact1 .form-group textarea.form-control {
  height: 248px;
}

section#contact1 .form-control:focus {
  border-color: #00c2c2;
  -webkit-box-shadow: none;
  box-shadow: none;
}

section#contact1 ::-webkit-input-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Muli', sans-serif 'Nunito', sans-serif 'Cabin', sans-serif 'Roboto Slab', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'  
}

section#contact1 :-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Muli', sans-serif 'Nunito', sans-serif 'Cabin', sans-serif 'Roboto Slab', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'  
}

section#contact1 ::-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Muli', sans-serif 'Nunito', sans-serif 'Cabin', sans-serif 'Roboto Slab', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'  
}

section#contact1 :-ms-input-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Muli', sans-serif 'Nunito', sans-serif 'Cabin', sans-serif 'Roboto Slab', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'  
}

footer {
  padding: 25px 0;
  text-align: center;
}

.footer2 {
  padding: 0px 0;
  text-align: center;
  color: #99999b;
  font-family: 'Muli', sans-serif 'Nunito', sans-serif 'Cabin', sans-serif 'Roboto Slab', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'  
}
footer span.copyright {
  font-size: 90%;
  line-height: 40px;
  text-transform: none;
  font-family: 'Muli', sans-serif 'Nunito', sans-serif 'Cabin', sans-serif 'Roboto Slab', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'  
}

footer ul.quicklinks {
  font-size: 90%;
  line-height: 40px;
  margin-bottom: 0;
  text-transform: none;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}


ul.social-buttons {
  margin-bottom: 0;
}

ul.social-buttons li a {
  font-size: 20px;
  line-height: 50px;
  display: block;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: white;
  border-radius: 100%;
  outline: none;
  background-color: #2a2645;
}

ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
  background-color: #00c2c2;
}


.carousel-item {
  height: 65vh;
  min-height: 600px;
  max-height: 800px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}




.blog .carousel-indicators .active {
background: #707070;
}
  /*sub text change here if needed again
.subtext {
  font-weight: 200;
  font-size: 16px;
  color: rgb(83, 83, 83);
  font-family: 'Muli', sans-serif 'Nunito', sans-serif 'Cabin', sans-serif 'Roboto Slab', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'  
}
  */

  .timelinetext {
  color:#d1ebeb;
  }


  .logotext {
    color:#4e5555;
    }

    .textmessagelight {
      color:#c9cccc;
      padding-bottom: 30px;
      }


 /*container top banner tester */
      .containertopbanner {
        padding-bottom: 40px;
        color:#4e5555;
        }

      @media all and (min-width: 960px) {
        .containertopbanner {
          padding-left: 10%;
          padding-right: 10%;
        }
      }
      
      @media all and (max-width: 959px) and (min-width: 600px) {
        .containertopbanner {
          padding-left: 3%;
          padding-right: 3%;
        }
      }
      
      @media all and (max-width: 599px) and (min-width: 320px) {
        .containertopbanner {
          padding-left: 3%;
          padding-right: 3%;
        }
      }

 /*container modal tester */
 .containermodal {
  padding-bottom: 5px;
  color:#4e5555;
  }

@media all and (min-width: 960px) {
  .containermodal {
    padding-left: 10%;
    padding-right: 10%;
  }
}

@media all and (max-width: 959px) and (min-width: 600px) {
  .containermodal {
    padding-left: 3%;
    padding-right: 3%;
  }
}

@media all and (max-width: 599px) and (min-width: 320px) {
  .containermodal {
    padding-left: 3%;
    padding-right: 3%;
  }
}





      .rowmessageme {
        padding-left: 10%;
        padding-right: 10%;
        padding-bottom: 30px;
        
        }

      
  /*colour change for kids */

  .center {
      
    margin: 0 auto;
    
  }

  .awesome {
    -webkit-animation:colorchange 20s infinite alternate;
    
    
  }

  @-webkit-keyframes colorchange {
    0% {
      
      color: #2980b9;
    }
    
    10% {
      
      color: #2980b9;
    }
    
    20% {
      
      color: #00c2c2;
    }
    
    30% {
      
      color: #8e44ad
    }
    
    40% {
      
      color: #f072b1;
    }
    
    50% {
      
      color: #8e44ad
  
    }
    
    60% {
      
      color: #00c2c2;
    }
    
    70% {
      
      color: #2980b9;
    }
    80% {
   
      color: #8e44ad;
    }
    
    90% {
   
      color: #2980b9;
    }
    
    100% {
      
      color: #00c2c2;
    }
  }


  /*colour change for adults */

  .center {
      
    margin: 0 auto;
    
  }

  .awesome-adults {
    -webkit-animation:colorchange2 20s infinite alternate;
    
    
  }

  @-webkit-keyframes colorchange2 {
    0% {
      
      color: #00c2c2;
    }
    
    10% {
      
      color: #00c2c2;
    }
    
    20% {
      
      color: #6b6d6d;
    }
    
    30% {
      
      color: #00c2c2;
    }
    
    40% {
      
      color: #008c8c
    }
    
    50% {
      
      color: #2a2645;
    }
    
    60% {
      
      color: #008c8c;
    }
    
    70% {
      
      color: #7eb8b8;
    }
    80% {
   
      color: #6b6d6d;
    }
    
    90% {
   
      color: #6b6d6d;
    }
    
    100% {
      
      color: #2a2645;
    }
  }

  /*animation delay */
  .delay-1 {
    animation-delay: .25s;
    }
    .delay-2 {
    animation-delay: .5s;
    }
    .delay-3 {
    animation-delay: .75s;
    }
    .delay-4 {
    animation-delay: 1s;
    }
    .delay-5 {
    animation-delay: 1.25s;
    }
    .delay-6 {
    animation-delay: 1.5s;
    }
    .delay-7 {
    animation-delay: 1.75s;
    }
    .delay-8 {
    animation-delay: 2s;
    }
    .delay-9 {
    animation-delay: 2.25s;
    }

   
    .ctclbg {
      background-color: #163b58;
    
       }
       .ctclbg1 {
        background-color: #80deff;
      
         }
         .ctclbg2 {
          background-color: #559400;
        
           }
           .ctclbg3 {
            background-color: #4d4d4d;
          
             }

           

       .sotsblue {
        background-color: #26255a;
      
         }
 .codeapillarbg {
  background-color: #e6f8fb;
      
  }
  .carexbg {
    background-color: #ede1c5;
        
    }
  
  .carexbg2 {
    background-color: #efe7d2;
        
    }
    .carex1 {
      background-color: #1984c6;
          
      }
      .carex2 {
        background-color: #ddebc4;
            
        }
        .carex3 {
          background-color: #fff9eb;
              
          }
            









    .hpvbg {
      background-color: #eeeeef;
          
      }
      .vitavikingbg {
        background-color: #44474c;
            
        }

  .guidesbg1 {
  background-color: #85b1dc;
              
  }    
  .guidesbg2 {
    background-color: #1c4a8a;
                
    }    
  
    .azbg {
      background-color: #1a4085;
                  
      }  
      
   
.azbg2 {
background-color: #fbf9f1;
}         


      .ollybg {
        background-color: #78cbf3;
      }

      .ollybgblue {
        background-color: #005b90;
      }
      
      .code4 {
        background-color: #3bb7a4
      }

        .cfprimarybrightblue {
          background-color: #00c2c2;
          }
          .cfsecblue {
            background-color: #e7ebeb;
            }

            .cflightblue {
              background-color: #cee1e1;
              }
            .cfdarkblue {
              background-color: #2a2645;
              }     
              .cfdarkblue2 {
                background-color: #4e4b61;
                }   
              

          .clicgreynew {
            background-color: #eaedf0;
            }

            .clicburg {
              background-color: #bb0a7f;
              }
.ellagreen1 {
background-color: #bcd25e;

 }
            
.ellablue1 {
background-color: #c4ebff;
}
              
      
.cfnwtblack {
  background-color: #141a1d;
  }
      
.jdrf1 {
 background-color: #649d35;
 }
                
.jdrf2 {
background-color: #d8e5cc;
    }
         
.jdrf3 {
 background-color: #a4228d;
}   
 .jdrf4 {
 background-color: #fffcde;
 }   
 .jdrf5 {
 background-color: #005e9f;
}   
.jdrf6 {
 background-color: #d9e9f8;
 }   

 .ctcblue1 {
  background-color: #5fbdec;
  }  

  .ctcblue2 {
    background-color: #a6e9ff;
    }  
    .ctcorange1 {
      background-color: #ffb700;
      }  

      .ctccream1 {
        background-color: #f5f0e5;
        }  
      
.sotsbg1 {
background-color: #ffffe3;
}  
     
.sotsbg2 {
  background-color: #f9dca4;
  }  

.sotsbg3 {
background-color: #c9f5fd;
}  


*{padding:0;margin:0;}

     




.float{
	position:fixed;
	width:60px;
	height:60px;
	top:80px;
	right:40px;
	background-color:#0C9;
	color:#FFF;
	border-radius:50px;
	text-align:center;
}

.my-float{
	margin-top:22px;
}

  /*for testimonial */


  /*for testimonial from bootstrap css */
.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}



.carousel-item {
  height: 200px;
  min-height: 10px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}



.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-duration: 100s;
  transition: -webkit-transform 1.2s ease-in-out;
  transition: transform 1.2s ease-in-out;
  transition: transform 1.2s ease-in-out, -webkit-transform 1.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 1.2s opacity;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #212529;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.50s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #00c2c2;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 1.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
  text-align: center;
}



 /*left alighned carousel if neeeded

@media all and (max-width: 768px) and (min-width: 320px) {
  .carousel-caption  {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
    text-align: left;
    margin-left: 30px;
  }
  } */




.linetop {
  border-top: 1px solid #ccc;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-right: 0px;
  margin-left: 0px;
}

.captionpaddingbottom {
  padding-bottom: 10px;
}

