@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,700,800&display=swap');

html, body {
font-family: 'Montserrat', sans-serif;
height: 100%;
width: 100%;
margin: 0;
padding: 0;
background-color: #ffffff;
}

#particle-canvas {
width: 100%;
height: 100%;
}

#overlay {
position: absolute; /* Sit on top of the page content */
width: 100%; /* Full width (cover the whole page) */
height: 100%; /* Full height (cover the whole page) */
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0,0,0,0.3); /* Black background with opacity */
z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
}


.sliding_text {
	font-weight: bold;
	width: 100%;
	margin: 0 auto;
	padding-top: 25%;
	display: block;
}

.sliding_text h1 {
	text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-size: 6vh;
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: .15em solid #faad21; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  letter-spacing: .15em; /* Adjust as needed */
  animation:
    typing 3.5s steps(30, end),
    blink-caret .5s step-end infinite;
}

.sliding_text_mobile {display: none;}

/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: orange }
}

.navbar-brand img {
width: 55%;
}

.navbar-light {
-webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.75);
box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.75);
}

.navbar-brand img:hover {
opacity: 0.5;
filter: alpha(opacity=50); /* For IE8 and earlier */
}

.navbar-light .navbar-nav .nav-link {
color: rgba(0,0,0,1);
font-size: 12px;
}

div.arrow {
    width: 100%;
    bottom: 80px;
    text-align: center;
	padding-top: 30vh;
}

.arrow img {
    width: 60px;
}

@media only screen and (max-width: 1024px) {
  .sliding_text {
   display: none;
  }

  .sliding_text_mobile {
	font-weight: bold;
	width: 100%;
	margin: 0 auto;
	padding-top: 45%;
	display: block;
}

.sliding_text_mobile h1 {
	text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-size: 5vh;
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  letter-spacing: .15em; /* Adjust as needed */
}

@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
.sliding_text_mobile .blink{
	color: #faad21;
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}

.customer-logos {height: 15vh !important;}

#contact_popup {
  width: 90% !important;
  left: 5% !important;
  top: 20%;
  padding: 20px 2%;
  background: #FFF;
}

}


#section1 {
width: 100%; /* Full width (cover the whole page) */
background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/2020PresentationHeaderSeries.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  padding-bottom: 50px;
  padding-top: 50px;
}

#section1 img {

}

#home_services_overview #bcilogo1 {
	text-align: center;
}

#home_services_overview #bcilogo2 {
	text-align: center;
	border-left: 1px solid #ffffff;
}

#home_services_overview #bcilogo2 img {
width: 75%;
}

#home_services_overview #bcilogo1 img {
width: 85%;
}


#section2 {
	width: 100%; /* Full width (cover the whole page) */
background-color: #ededed;
	/* Full height */

	  /* Center and scale the image nicely */
	  background-position: left;
	  background-repeat: no-repeat;
	  background-size: cover;
	  padding-bottom: 20px;
	  padding-top: 20px;
}

#section2 img {
	display: block;
	margin: 0 auto;
}

#section2 strong {
	color: #21505e;
}

#email_stats {
width: 100%; /* Full width (cover the whole page) */
background: url(../img/s10u_services_wall.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-bottom: 25px;
  padding-top: 0;
}

#email_stats img {
	display: block;
	margin: 0 auto;
}

#sws {
width: 100%; /* Full width (cover the whole page) */
background: url(../img/s10u_sws_wall.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-bottom: 25px;
  padding-top: 0;
}

#sws img {
	display: block;
	margin: 0 auto;
}

#the_team {
width: 100%; /* Full width (cover the whole page) */
background: url(../img/top_back_team.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-bottom: 25px;
  padding-top: 0;
}

#the_team img {
	display: block;
	margin: 0 auto;
}

#the_team #about_services_overview {
	text-align: center;
}
#the_team #about_services_overview h1 {
	text-align: center;
}
#the_team #about_services_overview h4 {
	text-align: center;
}

#page_head h1 {
	text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-size: 5vh;
  letter-spacing: .15em; /* Adjust as needed */
}

#section_about {
width: 100%; /* Full width (cover the whole page) */
background: #ffffff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-bottom: 25px;
  padding-top: 5vh;
  color: #333333;
  font-size: 12px;
}

#section_about img {
	display: block;
	margin: 0 auto;
}

#section_about .blink{
	color: #faad21;
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}

#section_about a {
	color: #21505e;
}
#section_about a:hover {
	color: #333333;
	text-decoration: none;
}

#section_about #home_services_overview {
	color: #000000 !important;
}

#section_about #home_services_overview p{
	color: #000000 !important;
}


#section_about .jotform-form {
	width: 100%;
	display: block;
}

#section_about .form-line {
	width: 100%;
	display: block;
}

#section_about .form-input-wide {
width: 100%;
	display: block;
}

input[type=text], input[type=email], textarea {
	width: 100%;
	display: block;
	padding: 5px;
	border: 1px solid #3dbaba;
}

#section_about .form-input-wide button {
width: 100% !important;
	text-align: center;
	font-size: 12px;
	display: block;
	padding: 10px;
	border: 2px solid #3dbaba;
	margin: 0 auto;
	color: #ffffff;
	background-color: #3dbaba !important;
	margin-top: 15px;
}

#section_about label {
	margin-top: 10px;
}


#the_team .blink{
	color: #faad21;
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}

@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}

#customers {
	padding: 10px 0;
	background-color: #333333;
}

#customers h3 {
	text-align: center;
	font-size: 3vh;
	text-transform: uppercase;
	font-weight: bold;
}

#customers p {
	text-align: right;
	font-size: 10px;
}

#customers .fas {
	margin: 7px;
	font-size: 12px;
	text-align: right;
	display: inline-block;
}

#customers2 {
	padding: 10px 0;
	background-color: #3d3d3d;
	border-bottom: 1px solid #3dbaba;
	border-top: 1px solid #3dbaba;
}

#customers2 img {width: 30%;}

#customers2 h3 {
	text-align: center;
	font-size: 3vh;
	text-transform: uppercase;
	font-weight: bold;
}

#customers2 p {
	text-align: right;
	font-size: 10px;
}

#customers2 .fas {
	margin: 7px;
	font-size: 12px;
	text-align: right;
	display: inline-block;
}

#vrsfooter img {width: 50px; display: block; margin-top: -30px;}

#vrsfooterlinks a {color: #333333;}
#vrsfooterlinks a:hover {text-decoration: none; color: #21505e;}

#contactfooter {
	padding-bottom: 40px;
	padding-top: 40px;
	border-top: 1px solid #21505e;
}

#contactfooter .fas {
	font-size: 18px;
	margin-right: 5px;
	text-align: right;
	display: inline;
}

#contactfooter a {
}

#contactfooter ul {
	margin: 0;
	padding: 0;
}

#contactfooter li {
	list-style-type: none;
	display: inline-block;
	padding-right: 20px;
	font-size: 12px;
}

#section_about li {
	list-style-type: none;
	display: inline-block;
	padding-right: 20px;
	font-size: 12px;
	text-align: left;
}

#section_about #social  {
	font-size: 32px !important;
}

#social ul {
	margin: 0;
	padding: 0;
	text-align: right;
}

#social li {
	font-size: 32px !important;
	text-align: right;
	color: #21505e;
}

#social a {color: #21505e;}
#social a:hover {text-decoration: none; color: #333333;}

.hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/VAS_back.jpg);
  height: 80%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -70%);
  color: white;
}

.hero-text h1 {
 font-family: 'Montserrat', sans-serif;
   text-align: center;
  transform: scale(0.94);
  animation: scale 3s forwards cubic-bezier(0.5, 1, 0.89, 1);
  width: 100%;
  font-size: 44px;
  font-weight: bold;
  display: block;
  margin: 0;
  padding: 0;
}
@keyframes scale {
  100% {
    transform: scale(1);
  }
}

.hero-text span {
  display: inline-block;
  opacity: 0;
  filter: blur(4px);
}

.hero-text span:nth-child(1) {
  animation: fade-in 0.8s 0.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.hero-text span:nth-child(2) {
  animation: fade-in 0.8s 0.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.hero-text span:nth-child(2) p {
	text-align: center;
	font-size: 12px;
	width: 100%;
	display: block;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 5px;
	padding-right: 5px;
}

.hero-text span:nth-child(2) a {
	text-align: center;
	font-size: 12px;
	width: 150px;
	display: block;
	padding: 10px;
	border: 2px solid #3dbaba;
	margin: 0 auto;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.5) !important;
}

.hero-text span:nth-child(2) a:hover {
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0.5) !important;
}

.hero-text span:nth-child(3) {
  animation: fade-in 0.8s 0.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.hero-text span:nth-child(4) {
  animation: fade-in 0.8s 0.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.hero-text span:nth-child(5) {
  animation: fade-in 0.8s 0.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.hero-text span:nth-child(6) {
  animation: fade-in 0.8s 0.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.hero-text span:nth-child(7) {
  animation: fade-in 0.8s 0.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
  border-bottom: 3px solid #3dbaba;
  padding-top: 10px;
  width: 150px;
}


.hero-text span:nth-child(8) {
  animation: fade-in 0.8s 0.8s forwards cubic-bezier(0.11, 0, 0.5, 0);
}


.hero-text span:nth-child(9) {
  animation: fade-in 0.8s 0.9s forwards cubic-bezier(0.11, 0, 0.5, 0);
  text-align: center;
}

.hero-text span:nth-child(10) {
  animation: fade-in 0.8s 1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.hero-text span:nth-child(11) {
  animation: fade-in 0.8s 1.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.hero-text span:nth-child(12) {
  animation: fade-in 0.8s 1.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.hero-text span:nth-child(13) {
  animation: fade-in 0.8s 1.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.hero-text span:nth-child(14) {
  animation: fade-in 0.8s 1.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.hero-text span:nth-child(15) {
  animation: fade-in 0.8s 1.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.hero-text span:nth-child(16) {
  animation: fade-in 0.8s 1.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.hero-text span:nth-child(17) {
  animation: fade-in 0.8s 1.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.hero-text span:nth-child(18) {
  animation: fade-in 0.8s 1.8s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

@keyframes fade-in {
  100% {
    opacity: 1;
    filter: blur(0);
  }
}

.hero-text button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 10px 25px;
  color: black;
  background-color: #ddd;
  text-align: center;
  cursor: pointer;
}

.hero-text button:hover {
  background-color: #555;
  color: white;
}


/* about us */

.hero-imageabout {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/brits_back.jpg);
  height: 55%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-textabout {
  text-align: center;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -55%);
  color: white;
}



.hero-textabout h1 {
 font-family: 'Montserrat', sans-serif;
   text-align: center;
  transform: scale(0.94);
  animation: scale 3s forwards cubic-bezier(0.5, 1, 0.89, 1);
  width: 100%;
  font-size: 44px !important;
  border-bottom: 3px solid #21505e;
  padding-bottom: 15px;
  font-weight: bold;
}
@keyframes scale {
  100% {
    transform: scale(1);
  }
}

.hero-textabout span {
  display: inline-block;
  opacity: 0;
  filter: blur(4px);
}

.hero-textabout span:nth-child(1) {
  animation: fade-in 0.8s 0.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.hero-textabout button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 10px 25px;
  color: black;
  background-color: #ddd;
  text-align: center;
  cursor: pointer;
}

.hero-textabout button:hover {
  background-color: #555;
  color: white;
}

/* contact */

.hero-imagecontact {
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../img/brits_back2.jpg);
  height: 55%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-textabout {
  text-align: center;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -55%);
  color: white;
}

/* .hero-textcontact h1 {
	font-weight: bold;
	font-size: 32px;
	line-height: 32px;
} */

.hero-textcontact button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 10px 25px;
  color: black;
  background-color: #ddd;
  text-align: center;
  cursor: pointer;
}

.hero-textcontact button:hover {
  background-color: #555;
  color: white;
}

/* Slider */
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

section {
    padding: 10px 0;
}

section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}
#footer {
    background: #3d3d3d !important;
}
#footer h5{
	padding-left: 10px;
    border-left: 3px solid #eeeeee;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color:#ffffff;
}
#footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#footer ul.social li{
	padding: 3px 0;
}
#footer ul.social li a i {
    margin-right: 5px;
	font-size:25px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.social li:hover a i {
	font-size:30px;
	margin-top:-10px;
}
#footer ul.social li a,
#footer ul.quick-links li a{
	color:#ffffff;
}
#footer ul.social li a:hover{
	color:#c7da2e;
}
#footer ul.quick-links li{
	padding: 3px 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.quick-links li:hover{
	padding: 3px 0;
	margin-left:5px;
	font-weight:700;
}
#footer ul.quick-links li a i{
	margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
    font-weight: 700;
}

#footer .h6 {
	font-size: 10px;
}

.mt-sm-5, .my-sm-5 {
    margin-top: 1rem!important;
}

@media (max-width:767px){
	#footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
}

#home_services_overviewintro h1 {
		text-align: left;
	font-size: 3vh;
	text-transform: uppercase;
	font-weight: bold;
	color: #21505e !important;
	border-bottom: 1px solid #21505e;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

#home_services_overviewintro {
	padding-top: 30px;
	padding-bottom: 30px;
}

#home_services_overviewintro h3 {
		text-align: center;
	font-size: 2.5vh;
	text-transform: uppercase;
	font-weight: bold;
	color: #21505e;
}

#home_services_overviewintro p {
text-align: left;
	font-size: 12px;
	color: #333333;
}


#home_services_overviewintro2 h1 {
		text-align: left;
	font-size: 3vh;
	text-transform: uppercase;
	font-weight: bold;
	color: #21505e !important;
	border-bottom: 1px solid #21505e;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

#home_services_overviewintro2 {
	padding: 30px;
	-webkit-box-shadow: 0px 0px 7px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 7px -1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 7px -1px rgba(0,0,0,0.75);
border-radius: 20px;
background-color: #ededed;
}

#home_services_overviewintro2 h3 {
		text-align: center;
	font-size: 2.5vh;
	text-transform: uppercase;
	font-weight: bold;
	color: #21505e;
}

#home_services_overviewintro2 span {
	font-weight: bold;
	color: #21505e;
}

#home_services_overviewintro2 p {
text-align: left;
	font-size: 12px;
	color: #333333;
}

#home_services_overviewintro2 ul {
text-align: left;
	font-size: 12px;
	color: #333333;
}

#home_services_overviewintro2 ul li {
text-align: left;
	font-size: 12px;
	color: #333333;
}



#home_services_overviewintrothnk h1 {
		text-align: left;
	font-size: 3vh;
	text-transform: uppercase;
	font-weight: bold;
	color: #21505e !important;
	border-bottom: 1px solid #21505e;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

#home_services_overviewintrothnk {
	padding: 70px;
	-webkit-box-shadow: 0px 0px 7px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 7px -1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 7px -1px rgba(0,0,0,0.75);
border-radius: 20px;
background-color: #ededed;
}

#home_services_overviewintrothnk h3 {
		text-align: center;
	font-size: 2.5vh;
	text-transform: uppercase;
	font-weight: bold;
	color: #21505e;
}

#home_services_overviewintrothnk span {
	font-weight: bold;
	color: #21505e;
}

#home_services_overviewintrothnk p {
text-align: left;
	font-size: 12px;
	color: #333333;
}

#home_services_overviewintrothnk ul {
text-align: left;
	font-size: 12px;
	color: #333333;
}

#home_services_overviewintrothnk ul li {
text-align: left;
	font-size: 12px;
	color: #333333;
}

#home_services_overviewintro ul {
text-align: left;
	font-size: 12px;
	color: #333333;
}

#home_services_overviewintro ul li {
text-align: left;
	font-size: 12px;
	color: #333333;
}

#home_services_overviewintro2 img {
	width: 90%;
	display: block;
	margin: 0 auto;
}

#home_services_overviewintro2 .sponsors_example img {
	width: 100% !important;
	display: block;
	margin: 0 auto;
}


#home_services_overviewintrothnk img {
	display: block;
	margin: 0 auto;
	width: 128px !important;
}

#home_services_overviewintrothnk .sponsors_example img {
	display: block;
	margin: 0 auto;
}

#home_services_overview {}
#home_services_overview h1 {
	text-align: left;
font-size: 3vh;
text-transform: uppercase;
font-weight: bold;
color: #ffffff !important;
border-bottom: 1px solid #ffffff;
padding-bottom: 5px;
margin-bottom: 15px;
}

#home_services {
	padding: 15px;
}

#home_services h3 {
		text-align: center;
	font-size: 2.5vh;
	text-transform: uppercase;
	font-weight: bold;
	color: #21505e;
}

#home_services_overview img {
width: 40%;
}

#home_services_overview .sponsors_example {
	padding: 25px;
	background-color: #ededed;
	-webkit-box-shadow: 0px 8px 12px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 8px 12px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 8px 12px 0px rgba(0,0,0,0.75);
border-radius: 30px;
}

#home_services_overview .sponsors_example img {
	width: 100%;
	display: block;
	margin: 0 auto;
}

#ppswriteup2 {
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-color: #ffffff;
}

#ppswriteup2 .row {
	margin: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 20px;
	padding-bottom: 20px;
}

#ppswriteup2 img {
	width: 100%;
	display: block;
	margin: 0 auto;
}

#ppswriteup2 h1 {
font-size: 14px;
text-align: left;
color: #072d4c;
border-bottom: 1px solid #072d4c;
}

#ppswriteup2 p {
font-size: 12px;
color: #072d4c;
}

#ppswriteup2 ul {
font-size: 14px;
color: #072d4c;
}

#ppsstriped {
	background-color: #d5d5d5;
}

#home_services_overview {}

#home_services_overview p {
text-align: center;
	font-size: 12px;
	color: #ffffff;
}

#home_services_overview #charts {text-align: left;}

#home_services_overview #charts p {
text-align: center;
	font-size: 12px;
display: block;
margin: 0 auto;
width: 100%;
color: #ffffff;
padding-top: 15px;
padding-bottom: 15px;
}

#home_services_overview a {
	font-weight: bold;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	 background-color: rgba(255, 255, 255, 1);
	 color: #000000;
	 -webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}

#home_services_overview a:hover {
width: 40vw;
text-decoration: none;
background-color: rgba(255, 255, 255, 0.5);
}


#home_services_block {
	background-color: #ffffff;
	border-top: 3px solid #21505e;
-webkit-box-shadow: 0px -4px 7px 1px rgba(0,0,0,0.53);
-moz-box-shadow: 0px -4px 7px 1px rgba(0,0,0,0.53);
box-shadow: 0px -4px 7px 1px rgba(0,0,0,0.53);
}


#home_services_block h3 {
	text-align: center;
	font-size: 2.3vh;
	text-transform: uppercase;
	font-weight: bold;
	color: #21505e;
	display: block;
	margin: 0 auto;
	vertical-align: text-bottom;
}


#home_services_block h1 {
	text-align: center;
	font-size: 5vh;
	text-transform: uppercase;
	font-weight: bold;
	color: #6aafad;
	padding: 15px;
	display: block;
	margin: 0 auto;
vertical-align: text-bottom;
}

#home_services_block p {
text-align: center;
	font-size: 12px;
}

#home_services_blocklinks {
	padding: 8px;
	background-color: #ffffff;
	margin-left: 10px;
	margin-right: 10px;
vertical-align: text-bottom;
}

#home_services_blocklinks a {
	text-align: center;
	font-size: 12px;
	width: 100%;
	display: block;
	padding: 10px;
	border: 2px solid #3dbaba;
	margin-bottom: 15px;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.7) !important;
	vertical-align: text-bottom;
}

#home_services_blocklinks a:hover {
	text-decoration: none;
	background-color: #3dbaba !important;
}


#home_services_blockserv {
	padding: 25px;
	background-color: #ffffff;
	border-top: 3px solid #21505e;
	margin: 15px;
-webkit-box-shadow: 0px -4px 7px 1px rgba(0,0,0,0.53);
-moz-box-shadow: 0px -4px 7px 1px rgba(0,0,0,0.53);
box-shadow: 0px -4px 7px 1px rgba(0,0,0,0.53);
}


#home_services_blockserv h3 {
	text-align: left;
	font-size: 2.3vh;
	text-transform: uppercase;
	font-weight: bold;
	color: #21505e;
}


#home_services_blockserv h1 {
	text-align: left;
	font-size: 5vh;
	text-transform: uppercase;
	font-weight: bold;
	color: #6aafad;
	padding: 15px;
}

#home_services_blockserv p {
text-align: left;
	font-size: 12px;
display: block;
margin: 0 auto;
width: 100%;
color: #333333;
}
#home_services_blockserv li {
text-align: left;
	font-size: 12px;
color: #333333;
}



#home_services_blocklinksbottom a {
text-align: center;
	font-size: 12px;
	width: 100%;
	display: block;
	padding: 10px;
	border: 2px solid #3dbaba;
	margin-bottom: 15px;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.7) !important;
	vertical-align: text-bottom;
}

#home_services_blocklinksbottom a:hover {
	text-decoration: none;
	background-color: #3dbaba !important;
}


#scol1 {
	background-color: #ec008c;
}

#scol2 {
	background-color: #00aeef;
}

#scol3 {
	background-color: #faad21;
}
#scol4 {
	background-color: #21505e;
}

#scol1, #scol2, #scol3, #scol4 {
	text-align: center;
	font-size: 35px;
	padding: 15px;
	 -webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}

#scol1 a, #scol2 a, #scol3 a, #scol4 a {
text-align: center;
	 color: #ffffff;
	 -webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
	display: block;
}

#scol1 a:hover, #scol2 a:hover, #scol3 a:hover, #scol4 a:hover {
font-size: 38px;
margin-top: -5px;
}

#sacol1 {
	background-color: rgba(218, 218, 218, .6);
}

#sacol2 {
	background-color: rgba(218, 218, 218, .8);
}

#sacol3 {
	background-color: rgba(218, 218, 218, .6);
}
#sacol4 {
	background-color: rgba(218, 218, 218, .8);
}

#sacol1, #sacol2, #sacol3, #sacol4 {
	text-align: center;
	font-size: 35px;
	padding: 15px;
	 -webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}

#sacol1 h2, #sacol2 h2, #sacol3 h2, #sacol4 h2 {
    text-align: left;
    font-size: 3vh;
    text-transform: uppercase;
    font-weight: bold;
	color: #ffffff;
	display: block;
	width: 100%;
	height: 40px;
}

#sacol1 p, #sacol2 p, #sacol3 p, #sacol4 p {
text-align: left;
	font-size: 12px;
	color: #ffffff;
}

#sacol1 ul, #sacol2 ul, #sacol3 ul, #sacol4 ul {
text-align: left;
	font-size: 12px;
	color: #ffffff;
	padding: 15px;
	text-transform: capitalize;
}

#sacol1 a, #sacol2 a, #sacol3 a, #sacol4 a {
text-align: left;
	 color: #ffffff;
	 -webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}

#sacol1 a:hover, #sacol2 a:hover, #sacol3 a:hover, #sacol4 a:hover {
font-weight: bold;
}


#about_services_overview {padding: 20px 0;}
#about_services_overview h1 {
		text-align: left;
	font-size: 3vh;
	text-transform: uppercase;
	font-weight: bold;
	color: #21505e;
}

#about_services_overview h4 {
		text-align: left;
	font-size: 2vh;
	color: #21505e;
}

#about_services_overview {
	padding: 15px;
}

#about_services_overview h3 {
		text-align: left;
	font-size: 2.5vh;
	text-transform: uppercase;
	font-weight: bold;
	color: #21505e;
}

#about_services_overview p {
text-align: left;
	font-size: 12px;
	margin: 0;
	color: #ffffff;
}

#about_services_overview a {
text-align: left;
	font-size: 12px;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	 color: #21505e;
}

#about_services_overview a:hover {
text-decoration: none;
color: rgba(0, 0, 0, 0.8);
}

#body_content {background-color: #ffffff; padding-top: 20px; padding-bottom: 20px;}

#body_content h2 {
text-align: left;
    font-size: 3vh;
    text-transform: uppercase;
    font-weight: bold;
    color: #ec008c;
}

#body_content p{
    font-size: 12px;
}
#body_content ul{
    font-size: 12px;
}

#body_content #quote {
	text-align: center !important;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 22px;
	background-color: #dadada;
	font-style: italic;
}

#body_content #quote .fas {
	display: block;
}
#body_content #quote .fa-quote-left {
	text-align: left;
}
#body_content #quote .fa-quote-right {
	text-align: right;
}


#contact_details .fa, #contact_details .fas {
	display: inline-block;
	text-align: center;
	padding: 10px;
}
#contact_details .fab {
	font-size: 36px;
}

#contact_details .fa-thumbs-up {
	font-size: 80px;
	text-align: center;
	display: block;
	-moz-transform: scale(-1, 1);
-webkit-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}

#contact_details a {
	color: #333333;

}

#contact_details a:hover {
	color: #333333;
	text-decoration: none;

}

#the_map {
width: 100%; /* Full width (cover the whole page) */
background: url(../img/top_back_team.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-bottom: 0px;
  padding-top: 0;
}

#the_map img {
	display: block;
	margin: 0 auto;
}

#the_map #about_services_overview {
	text-align: center;
}
#the_map #about_services_overview h1 {
	text-align: center;
}
#the_map #about_services_overview h4 {
	text-align: center;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

#s10u-blackout {
  display: none;
  z-index: 9999;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
}

#contact_popup {
  display: none;
  z-index: 10000;
  position: fixed;
  width: 36%;
  left: 30%;
  top: 6%;
  padding: 20px 2%;
  background: #FFF;
  -webkit-box-shadow: 0px 10px 5px -9px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 10px 5px -9px rgba(0,0,0,0.75);
box-shadow: 0px 10px 5px -9px rgba(0,0,0,0.75);
}

#contact_popup h2 {
  text-align: center;
	font-size: 3vh;
	text-transform: uppercase;
	font-weight: bold;
}

#contact_popup p {
text-align: center;
	font-size: 12px;
	margin: 0;
}

#contact_popup img {
display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: -50px;
  margin-bottom: 10px;
}

#s10u-close {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
}

#s10u-dialog h2 {
  font-size: 2vh;
  margin: 0;
}

#s10u-dialog p { margin: 0; }

#sws_services_overview {padding: 20px 0;}
#sws_services_overview h1 {
		text-align: center;
	font-size: 3vh;
	text-transform: uppercase;
	font-weight: bold;
	color: #21505e;
}

#sws_services {
	padding: 15px;
}

#sws_services_overview h3 {
		text-align: left;
	font-size: 2.5vh;
	text-transform: uppercase;
	font-weight: bold;
	color: #ec008c;
}

#sws_services_overview h4 {
		text-align: left;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #ec008c;
}

#sws_services_overview p {
text-align: left;
	font-size: 12px;
	margin: 10;
	color: #ffffff;
}

#sws_services_overview #charts {text-align: center;}

#sws_services_overview #charts p {
text-align: left;
	font-size: 12px;
display: block;
margin: 0 auto;
width: 100%;
color: #ffffff;
padding-top: 15px;
padding-bottom: 15px;
}

#sws_services_overview ul{
    font-size: 12px;
	color: #ffffff;
}

#sws_services_overview a {
text-align: left;
	font-size: 12px;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
	 background-color: rgba(0, 0, 0, 0.5);
	 width: 30%;
	 color: #ffffff;
	 -webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}

#sws_services_overview a:hover {
width: 40%;
text-decoration: none;
background-color: rgba(0, 0, 0, 0.8);
}


#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

.popupform_container {
	width: 98%;
	margin: 0 auto;
}

@media only screen and (max-width: 770px) {
	#home_services_overview img {
	width: 100%;
	}
	#home_services_overview #bcilogo1 {
		text-align: center !important;
	}

	#home_services_overview #bcilogo2 {
		text-align: center !important;
		border-left: 0px;
	}

	#home_services_overview #bcilogo2 img {
	width: 70%;
	}

	#home_services_overview #bcilogo1 img {
	width: 100%;
	}

#the_map {
background-size: cover;
background-attachment: scroll;
margin-bottom: 0px;
}
#section1 {
background-size: cover;
background-attachment: scroll;
margin-bottom: 0px;
padding-top: 50px;
}
#section2 {
background-size: cover;
background-attachment: scroll;
margin-bottom: 0px;
}
#email_stats {
background-size: cover;
background-attachment: scroll;
margin-bottom: 0px;
}
#sws {
background-size: cover;
background-attachment: scroll;
margin-bottom: 0px;
}
#the_team {
background-size: cover;
background-attachment: scroll;
margin-bottom: 0px;
}
#section_about {
background-size: cover;
background-attachment: scroll;
margin-bottom: 0px;
}
.hero-text {
margin-top: 20%;
width: 100%;
}
.hero-text h1 {
font-size: 25px;
width: 100%;
max-width: 100%;
}

.hero-textabout h1 {
font-size: 25px !important;
width: 100%;
max-width: 100%;
padding-top: 8vh;
}
#social ul {
	text-align: left !important;
	color: #21505e;
	padding-top: 20px;
}
#social li {
	text-align: left !important;
	color: #21505e;
}
}

#footerlinks a {
	color: #333333;
}

.covidbanner {
  background: rgba(200,200,200,0.8);
  margin-top: 85px;
  padding: 1em;
}

.covidbanner {
  font-size: 12px;
  text-align: center;
}
.covidbanner img {
  display: inline-block;
  margin: 0 auto;
}
.bg-dark {
	background-color: rgba(0, 0, 0, 0.7) !important;
	color: #ffffff;
}
.navbar-dark .navbar-nav .nav-link {
	color: rgba(255,255,255,1);
	font-size: 13px !important;
}





#homeservcon .col-sm-4 {
	padding-left: 8px !important;
	padding-right: 8px !important;
}

.row-eq{
    display: flex;
}

.col-eq{
  flex: 1;
  background: #ffffff;
  margin: 10px;
}
.col-eq p{
    padding-bottom: 50px;
	padding-top: 15px;
}
.info-button {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 5px;
	text-align: center;
	font-size: 14px !important;
	border: 2px solid #3dbaba;
	color: #ffffff !important;
	background-color: rgba(0, 0, 0, 0.7) !important;
}

.info-button .btn {
	font-size: 14px !important;
	color: #ffffff !important;
}

.info-button .btn:hover {
	text-decoration: none;
	background-color: #3dbaba !important;
	border-radius: 0;
}

@media (max-width: 768px) {
    .row-eq{
        display: block;
    }
    .col-eq{
      flex: unset;
    }
	#homeservcon .col-sm-4 {
	margin: 0 auto;
}
#home_services_blockserv {
	margin: 0 auto;
}
.navbar-brand {
    max-width: 55%;
}
.navbar-brand img {
width: 100%;
}

}
