/*Custom CSS*/
body {
  font-family: 'Hind';
  color: #000;
  font-size: 18px;
}
body, header, #container {
  line-height: 1.65em;
}
#container {
  /* background: #e5eded; */
  background: #fff;
  padding-bottom: 2em;
  padding-top: 0em;
}
body.home #container {
  padding-top: 0;
}
h1, h2{
	font-family: 'Fredoka One',sans-serif;
	font-weight: normal!important;
}
h3{
	font-family: open sans!important
}

#footer h2{
	font-family: Open Sans!important;
	font-weight: bold!important;
}
/*header*/
#mobile-menu-container .menu-bar {
  background: #ffffff;
}
.home header#header {
    /*background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;*/
}
#header .header-b {
  border: none;
}

/*Logo*/
.logo img {
    max-height: 200px;
    width: auto;
}
a.hidden-logo {
    display: none;
}
.logo {
    font-size: 1.45em;
    color: #03B3FF;
    line-height: 1.0em;
    font-weight: 400;
    padding: 0 !important;
}
.logo p {margin: .5em 0;}
.logo span {
  font-size: 38px;
  color: #4169E1;
  line-height: 1.1em;
  max-width: 390px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  font-family: 'Fredoka One';
}

.passed-header a.hidden-logo {
    display: block;
    padding-top: .5em;
}
.hidden-logo p {
  margin: 0;
}


span.call-today {
    display: none;
}
a.phone-number {
    display: inline-block;
    background: #4169E1;
    color: #ffffff;
    border: 0px solid #000;
    margin: 0 0 0px;
    font-weight: bold;
    font-size: 1.2em;
    padding: .65rem 1.0rem;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
a.phone-number i {
  margin-right: 5px;
  color: #FFA500;
}

.bg-color-1 a.btn i {
  margin-right: 5px;
  color: #FFA500;
}

.bg-color-1 .btn{
  background: #4169e1 !important;
}

a.phone-number:hover {
  color: #fff;
}
.hidden-logo span {
    font-size: 30px;
    text-align: center;
    color: #4169E1;
    line-height: 1.1em;
    max-width: 390px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    font-family: 'Fredoka One';
}
/*nav*/
.nav-bar ul {
    padding: 0;
    margin-top: 0em;
    line-height: 1.2em;
}
.passed-header .nav-bar  {
  text-align: center;
}

.nav-bar ul li {
    margin: 0 .4em;
  text-align:center;
}
.nav-bar ul a {
    padding: 5px 0px !important;
    border: 0px solid transparent;
    margin: 0 .2em;
    color: #000000;
    font-size: .95em;
    /* text-transform: uppercase; */
    font-weight: 500;
    letter-spacing: .01em;
}
.nav-bar .sub-menu a:hover, .nav-bar .sub-menu li.current-menu-item a {
  background: rgb(197 237 255);
  /* text-shadow: 0 0 3px #fff; */
}
.nav-bar .sub-menu a {
  padding: 10px 5px 9px !important;
  display: block;
  margin: 0;
  /* font-size: .90em; */
  line-height: 1.4em;
}
.nav-bar ul > li.current-menu-item > a, .nav-bar ul li.current_page_parent > a, .nav-bar ul li.current-menu-ancestor > a, .nav-bar ul > li:hover > a {
  /* color: #2e4b5f; */
  /* border-bottom: 4px solid #CCDBDC; */
  /* text-shadow: 0 0 5px #000000; */
}
.nav-bar ul a:active {
    /* padding: .5em !important; */
}
ul.menu > li.current-page-ancestor > a:before,
ul.menu > li.current_page_parent > a:before,
ul.menu > li.current-menu-parent> a:before,
ul.menu > li.current-menu-item > a:before,
ul.menu > li > a:before  {
  content: '';
  position: absolute;
  background: #03B3FF;
  z-index: -1;
  right: 50%;
  bottom: 1px;
  left: 50%;
  height: 3px;
  top: auto;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  opacity: 0;
}
ul.menu li.current-page-ancestor > a:before,
ul.menu li.current_page_parent > a:before,
ul.menu li.current-menu-parent> a:before,
ul.menu li.current-menu-item > a:before,
ul.menu > li > a:hover:before, 
ul.menu > li:hover > a:before  {
  right: 2px;
  left: 2px;
  opacity: 1;
}



.header-visible .menu-wrap.stick-me {
    position: relative !important;
}
.passed-header .phone-wrap.stuck {
    
    /**/
    background: rgb(228,228,228);
    background: -moz-linear-gradient(0deg, rgba(228,228,228,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(228,228,228,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(0deg, rgba(228,228,228,1) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e4e4e4",endColorstr="#ffffff",GradientType=1);
}

/*headings*/

h1,h2,h3 {
  
}
h1 {
  margin: .95em 0 .5em;
  font-size: 1.65em;
  font-family: 'Fredoka One';
  font-weight: normal;
}
body.home h1 {

}
body.home h1:after {
}
h2 {
  font-size: 1.5em;
  margin-top: 1.3em;
  margin-bottom: .25em;
}
h2 + p {
  margin-top: .75em;
}
h3 {
  font-size: 1.3em;
}

h1, h2, h3 {
  color: #000000;
}
body.page-feedback h1 {
  border: none !important;
  color: #fff;
  background-color: #03b3ff;
}
h4 {
  font-weight: bold;
  font-size: 1.1em;
}
.accent {
  /*font-family: 'Merienda';
  letter-spacing: -0.05em;
  font-size: 1.6em;*/
}
h1 span, h2 span, h3 span {
  display: block;
  font-size: 1.5em;
  text-transform: uppercase;
  line-height: 1.2em;
}

.medium-wrapper {
  padding: 0em 0em;
}

#content .serv-row {
  margin: 0 0 2em;
  background: #008ed2;
  color: #fff;
  text-shadow: 0 0 3px rgba(0,0,0,.5);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  overflow: hidden;
  font-weight: 500;
}
.serv-row h3, .serv-row h2 {color: #fff; font-family: fredoka one; font-weight: normal;}
.serv-row img {
  padding: 2em .5em 0;
}
.serv-row h2 {
    text-transform: uppercase;
    display: inline-block;
}
.serv-row h2:after {
  display: block;
  content: '';
  width: 100%;
  height: 3px;
  background: #f04807;
  margin: .25em auto 0;
}
.serv-row .wrap {
    padding: 1em 0em;
}

.serv-row > div {
    margin-bottom: 0;
}

.stories-row {
	text-align: center;  justify-content: center;
}

.stories-row .wrap {
    height: 100%;
    border: 0px solid #03b3ff;
    padding: 0 .5em 1em;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
}
.stories-row .wrap img {
  margin: 0em 0 1em;
  max-height: 200px;
}

.stories-row > div {
    margin-bottom: 0em;
}
.stories-row button span {
    display: block;
    /* text-shadow: 0px 0px 3px #000; */
    color: #2243ad;
    border-bottom: 3px dotted #03b3ff;
    max-width: 130px;
    margin: 5px auto;
    font-size: .95em;
    letter-spacing: 0;
}

.stories-row button span:after {}

.stories-row button span:after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    content: '\f324';
    margin-right: 5px;
    color: #3c5abc;
    font-size: .8em;
}

.stories-row button {
    font-size: 1.1em;
}

#content .stories-row button[data-toggle="modal"] {
    background: transparent;
    color: inherit;
    padding: 0;
}
.quote-top:before {
  content: '\201C ';
  font-family: 'Times New Roman, Georgia';
  font-weight: bold;
  position: absolute;
  background-color: #FFA500;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  width: 50px;
  height: 50px;
  color: #000000;
  text-align: center;
  line-height: 65px;
  font-size: 3em;
  font-weight:900;
  top: -22px;
  left: calc(50% - 25px);
  box-shadow: 2px 2px 3px #00014b3b;    
}

.billboard.swiper-container {
    margin-bottom: 2em;
}
/*billboard*/
.billboard .swiper-slide {
    /* height: 65vh; */
    justify-content: flex-end;
    align-items: flex-end;
}
body:not(.home) .billboard .swiper-slide {
  height: 40vh;
}
body:not(.home) .billboard .slider-content {
  /* background: #ffffff6b; */
  background: linear-gradient(0deg, rgb(23, 36, 45) 0%, rgba(255, 255, 255, 0) 100%);
}
/*.billboard .swiper-slide:after {
  width: auto;
  height: auto;
  background: transparent;
}
.billboard.swiper-container {
    margin-top: 0;
}
.billboard .swiper-slide {
    height: auto;
  max-height: 600px;
  overflow: hidden;
}*/
.breakout.billboard {
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
body.home .breakout.first-b {
}
body.home .first-b .swiper-wrapper {
  height: auto !important;
}
.breakout.billboard + .row {
  margin-top: 0;
}
.background-overlay {

}
.billboard .slider-content {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    max-width: none;
    width: 40%;
    flex-direction: column;
    padding: 2em 3em;
    z-index: 3;
    color: #ffffff;
    /* text-shadow: 1px 1px 3px #000000; */
    background: rgb(65 105 225 / 0.75);
}
.slider-content .row {
  width: 100%;
  max-width: 1200px;
}
.first-b img, .first-b .img-border {

}
.billboard .slide-sub-header, .video-container .slide-sub-header {
    text-align: center;
}
.slide-header span {
  display: block;
  font-size: 1.75em;
  line-height: 1.1em;
  /* text-shadow: 1px 1px 3px #000000; */
  /* color: #029cce; */
  /* -webkit-text-fill-color: #029cce; */ /* Will override color (regardless of order) */
  /* -webkit-text-stroke-width: 0px; */
  /* -webkit-text-stroke-color: white; */
}
.billboard .slide-header {
  font-weight: 400;
  font-size: 2.5em;
  text-shadow: 0 0 5px #000;
  max-width: 650px;
  text-align: center;
  /* box-shadow: 0 0 5px #000; */
  font-family: 'Fredoka One';
  margin-bottom: .5em;
}
.billboard .slide-header.long-heading {
  font-size: 1.5em;
}
.slide-header h1, h1.slide-header {
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
}
.swiper-pagination-bullet-active {
    background: #000;
} 
.swiper-pagination-bullet-active {
    background: #000;
}

 .swiper-button-next {
    background: none;
}

.swiper-button-next:before {
    content: '\f054';
    font-size: 20px;
    font-family: "Font Awesome 5 Pro"; 
    font-weight: 400; 
}

 .swiper-button-prev {
    background: none;
}

 .swiper-button-prev:before {
    content: '\f053';
    font-size: 20px;
    font-family: "Font Awesome 5 Pro"; 
    font-weight: 400; 
} 
.billboard .right-cta .slider-content {
    align-items: flex-end;
}

.billboard .right-cta:after {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(260deg,  rgba(2, 156, 206, .9)  0%, rgba(87,88,90,0) 80%);
    background: -webkit-linear-gradient(260deg,  rgba(2, 156, 206, .9)  0%, rgba(87,88,90,0) 80%);
    background: linear-gradient(260deg, rgba(2, 156, 206, .9) 0%, rgba(87,88,90,0) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#57585a",GradientType=1);
}

.billboard .right-cta  .slide-header {
    text-align: right;
}

/*images*/  
#content img, img, .feedback-header img {
    max-width: 100%;
    height: auto;
    width: auto;
}
.up-down a {
    /* color: #03b3ff; */
}
body.page-id-16 img.aligncenter {
    max-width: 100% !important;
    width: auto;
    height: auto;
}


.row {
  margin-top: 2em;
  margin-bottom: 2em;
}

.blog .medium-wrapper > .row {
  margin-top: 0;
  margin-bottom: 0;
}


/*home ctas*/

.home-ctas h3 a {
    color: inherit;
    display: block;
}
.home-ctas * {
    -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.home-ctas h3 {
    text-align: center;
    font-size: 1.4em;
    color: #ffffff;
    line-height: 1.4em;
    /* background: white; */
    margin: 0 0 .2em;
    /* padding: .45em .95em; */
    font-family: 'Happy Monkey';
    font-weight: 700;
}

.home-ctas {
  text-align: center;
  margin-top: 1em;
  margin-bottom: 0;
}
.home-ctas > div {
  /* margin-bottom: 4em; */
}
.home-ctas img {
  margin-bottom: 10px;
  max-height: 200px;
  padding: 0;
  background: #ffffff;
  /* box-shadow: 0 0px 5px #555; */
  border: 0px solid #007ca5;
}

.home-ctas > div:last-child {
}
.home-ctas .subject:hover {
    box-shadow: 0 0 10px #2d4858;
}
.home-ctas .subject {
    background: transparent;
}
.home-ctas a {/* background: #ffffff; *//* border: 4px solid #03b3ff; */color: #4169e1;border-radius: 100%;-moz-border-radius: 0%;-webkit-border-radius: 0%;height: 00%;padding: 0em 0.85em;font-weight: 400;line-height: 1.3em;/* width: 290px; *//* height: 290px; *//* justify-content: center; *//* display: flex; *//* align-items: center; */margin: 0 auto;font-family: 'Fredoka One';font-weight: normal !important;font-size: 25px;}
.home-ctas h5 {
  font-weight: bold;
}
.home-ctas .wrap {
  padding: 10px 10px 5px;
  border: 2px solid #ffa50000;
  border-bottom: 5px solid #ffa500;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  margin: 0 5px;
}
.home-ctas a:hover {
  text-decoration: none!Important; 
  color: #008ed2 !Important;
}
.home-ctas .wrap:hover {
  border: 2px solid #ffa500;
  border-bottom: 5px solid #ffa500;
}
.home-ctas i {
  font-size: 1.5em;
  color: #f04807;
}
.home-ctas p {
  margin-top: 0;
  margin-bottom: 0;
}
.home-ctas .btn {
  display: block !important;
  margin-top: -20px;
}



/*Modals*/
.modal-dialog {
    max-width: 1000px;
    width: 80%;
    margin-top: 170px;
}
.modal-header {
    display: block;
    padding: 1em 1.5em 0;
}
.modal-header h2 {
  margin-top: 0;
}
.modal-header .btn, .modal-header button {
    min-width: 0;
    padding: 0;
}
.modal-body {
  padding: 1em 1.5em;
}
.modal-footer {
  padding: 1em 1.5em;
}
.modal-header button {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 55px;
}
.modal-content {
    max-height: 60vh;
    overflow-x: hidden;
    overflow-y: scroll;
}

.modal-title {font-family: 'Fredoka One';font-weight: normal;font-size: 1.4em;}

/*buttons*/
.billboard .slider-content a:after, .video-container .slider-content a:after, 
.btn:after, button i,.rev-read-more:after,
a.contact-btn:after,.biziq-button:after, .btn:after, #slider .btn:after, .view-article:after  {

}
.btn.tel-btn:after {
  content: '\f095';
}
/*slider buttons*/
.billboard .slider-content a, .video-container .slider-content a {
  font-size: .9em;
  background: #f7e7d6;
  color: #000;
  /* border-color: #000000; */
  border: 0px solid #fff;
  margin: .85em  0 0;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  letter-spacing: .01em;
}

.billboard .slider-content a:hover:after, .video-container .slider-content a:hover:after, 
.btn:hover:after, button i,.rev-read-more:hover:after,
a.contact-btn:hover:after,.biziq-button:hover:after, .btn:hover:after, #slider .btn:hover:after, .view-article:hover:after  {
  color: #fff;
}

#content .purple .btn {
  border: 2px solid #fff;
}
#content .purple .lg .btn {
  font-size: .85em;
}


/*breakouts*/
.first-b {
  margin-top: 0 !important;
  overflow:hidden;
}
.breakout {
  /* color: inherit; */
  margin-top: 3em;
  margin-bottom: 3em;
  left: 0 !important;
  background-color: #c0d0ff;
}
.breakout + .small-wrapper {
  padding-top: .5em;
  padding-bottom: 1em;
}
.breakout + .breakout {
  margin-top: -3em;
}
.dk {
  background: #008ed2;
  color: #fff;
  text-shadow: 0 0 3px rgba(0,0,0,.5);
  font-weight: 500;
}
.breakout .medium-wrapper, .breakout .small-wrapper {
  padding: 2em 2em 2em;
  z-index: 9999;
}
.breakout .large-wrapper {
  padding: 2.5em 2em 3em;
}
.small-wrapper {
  padding: .05em 0 0;
}
#content .small-wrapper h2 {
  margin-top: 1em;
}
#content .full-2-col h2 {
  margin-top: .5em;
}
.last-b {
  margin-bottom: -2em;
  font-size: 1.05em;
}


/*usefull classes*/
.pattern {
	background-color: #4169e1;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%2303b3ff' fill-opacity='0.4' fill-rule='nonzero'%3E%3Cpath d='M29 58.58l7.38-7.39A30.95 30.95 0 0 1 29 37.84a30.95 30.95 0 0 1-7.38 13.36l7.37 7.38zm1.4 1.41l.01.01h-2.84l-7.37-7.38A30.95 30.95 0 0 1 6.84 60H0v-1.02a28.9 28.9 0 0 0 18.79-7.78L0 32.41v-4.84L18.78 8.79A28.9 28.9 0 0 0 0 1.02V0h6.84a30.95 30.95 0 0 1 13.35 7.38L27.57 0h2.84l7.39 7.38A30.95 30.95 0 0 1 51.16 0H60v27.58-.01V60h-8.84a30.95 30.95 0 0 1-13.37-7.4L30.4 60zM29 1.41l-7.4 7.38A30.95 30.95 0 0 1 29 22.16 30.95 30.95 0 0 1 36.38 8.8L29 1.4zM58 1A28.9 28.9 0 0 0 39.2 8.8L58 27.58V1.02zm-20.2 9.2A28.9 28.9 0 0 0 30.02 29h26.56L37.8 10.21zM30.02 31a28.9 28.9 0 0 0 7.77 18.79l18.79-18.79H30.02zm9.18 20.2A28.9 28.9 0 0 0 58 59V32.4L39.2 51.19zm-19-1.4a28.9 28.9 0 0 0 7.78-18.8H1.41l18.8 18.8zm7.78-20.8A28.9 28.9 0 0 0 20.2 10.2L1.41 29h26.57z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	min-height: 150px;
}

.breakout.billboard.parallax.pattern {}
.light {
  background-color: #e2e8fb;
}
.quote-top {
  background-color: #4169e1;
  padding-top: 1.00em;
}
.center, .center * { text-align: center; }

.dk.bg-img:after {content: '';position: absolute;top: 0;right: 0;bottom: 0;left: 0;background: rgba(0, 0, 0, 0.7);}

.breakout .large-wrapper {
    position: relative;
    z-index: 2;
}
.triangle-down {
}

.triangle-down:before {
    content: '';
    border-right: 50px solid transparent;
    border-left: 50px solid transparent;
    border-top: 52px solid white;
    height: 0;
    width: 0;
    position: absolute;
    top: -21px;
    left: calc(50% - 5px);
    z-index: 6;
}
.triangle-down.no-content .large-wrapper:before {
    top: -95px;
}
hr {
    margin: 2em 0;
}
.neg-margin {
  margin: 0 -15px;
}
.neg-margin > div {
  padding: 0 15px;
}
.clear {
  clear: both;
}
.lg {

}
.cta-full {
  margin-top: 2em;
  margin-bottom: 2em;
  text-align: center;
  padding: 2em;
  background: #e5eded;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 2px solid #693451;
}

/*feedback*/
.up-down a i {
    font-size: 7em;
    /* margin: 0; */
    text-align: center;
    display: inline-block;
    width: 35% !important;
    max-width: 200px;
}


/*Sidebar / blog */
.blog #sidebar, .woocommerce #sidebar, .single-post #sidebar {
  background: transparent;
  line-height: 1.6em;
}
.widget-container {
    padding: 0em 1.25em 2em;
    background: #ffffff;
    color: inherit;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 3px solid #03b3ff;
    margin-bottom: 1em;
    overflow: hidden;
}

.widget-title {
    /* color: #fff; */
}

#sidebar a {
    color: inherit;
}
a:hover {
  color: inherit;
  text-decoration: none;
}


/*Links*/
a {
  color: inherit;
}

#content .dotted {
  line-height:1.2em;
  /* display: inline-block; */
  border-bottom: 1px dotted;
  color: inherit;
}
.tel-inline {
  font-weight: 700;
}
.tel-inline:before {
  margin-right: 5px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f095";
  font-size: .93em;
}




.brands img {
  padding: 10px;
}


/*form*/
form {
  font-size: .95em;
  background: #f3f3f3;
  padding: 2em;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 0 5px #555;
}
form label {
}
form .row {
  margin-top: .5em;
  margin-bottom: 0;
}
form small {
  display: block;
  line-height: 1.2em;
  position: relative;
  margin-top: 0;
}
body.page-contact-us #content form {
  /* padding: 1em 1.5em; */
  /* background: #f04807; */
  /* background-position: bottom right; */
  /* color: #fff; */
  /* box-shadow: 7px 8px 0px #000000; */
  /* border: 0px solid #000000; */
}
body.page-contact-us #content form h2 {
  /* color: #fff; */
  font-family: 'Happy MOnkey';
}
form label {
    display: block;
    margin: .5em 0 3px;
    font-weight: bold;
    line-height: 1.5em;
}
body.page-contact-us form textarea,
body.contact-us form input {
  /*border: none;
  font-weight: 400;*/
}
body.page-contact-us form input.submit {
  font-size: 1.05em;
  color: #fff;
}
input[type=checkbox], input[type=radio] {
  display: inline-block;
  width: auto;
}
form textarea, form input, form select {

}
form textarea {
  height: 150px;
}

.wpcf7-form input[type=submit], form input.submit, form input[type="submit"] {
  /* background: #000000; */
  /* color: #fff; */
  font-size: 1.05em;
  margin-top: .5em;
  max-width: 240px;
  text-shadow: 0px 1px 3px black;
}
input#biziq-is-human + label {
    display: inline-block;
}

.inverse ul.checked li:before, .inverse ul.fancylist li:before  {
  color: #fff;
  font-weight: 500;
}

/*reviews*/
.review-body {
  font-style: normal;
  border: 0;
  line-height: 1.45em;
  font-style: italic;
}
#content .review-body {
  font-size: 1.1em;
  text-align: center;
}
#content .review-info span {
  display: block;
  width: auto;
  text-align: center;
  float: none;
  line-height: 1.4em;
}
.review-nav-container { width: 100%; }
.review-container {
  margin-top: 45px;

}
.rev-cont {
  border: none;
}
.rev-cont .wrap {
  padding: 20px 20px 20px;
  position: relative;
  flex-grow: 1;
  flex-basis: 400px;
  align-items: center;
  justify-content: center;
  margin: 0 1.5em 3em;
  background: rgb(255, 255, 255);
  border: 2px solid rgb(0, 0, 0);
  box-shadow: 3px 3px 0 #000000;
}
.final-star {
    color: #f04807 !important;
    font-size: .9em;
}
.review-info {
  padding: 0 0 0 1em;
}
.admin-reply, .author-name {
  font-style: normal;
  font-size: .9em;
}
.review-container h3.review-title {
  display: none;
}
.review-nav-container li a {background: #fff;}

#content .review-nav-container li {
  background: transparent;
}

#content .review-nav-container li a {
  min-width: 0;
  color: #000;
  padding: 5px;
}

/*Footer*/
#footer {
  margin-top: 0;
  line-height: 1.5em;
  color: #ffffff;
  position: relative;
  font-size: 1em;
  padding-top: 1em;
  background: #4169E1;
}
header .row {
  max-width: 1300px;
  margin: auto;
  padding: 0em 0em;
}

#footer {
  /* min-width:1150px; */
}
#footer .row {
  margin: 0 -15px;
}
#footer h2 {
  font-size: 1.45em;
  margin: .5em 0 .5em;
  color: #ffffff;

}
#footer ul {
    padding-left: 25px;
}
#footer .textwidget p:first-of-type {
  margin-top: 0;
}

#footer a {
    color: inherit;
    text-decoration: none;
}
#footer .btn {
  color: #ffffff;
  background: #03b3ff;
  text-shadow: 1px 1px 3px black;
  border: 0px solid #e4e4e4;
  box-shadow: 0px 5px 5px #2f4da5;
  width: auto;
  font-size: 1em;
  display: inline-block;
}
#footer a:hover {
    /* color: #9a0a37; */
    text-decoration: none;
}

span.icon-item a {
    text-indent: -11px;
    display: inline-block;
    margin-left: 22px;
    margin-bottom: .0em;
    margin-top: .5em;
}

span.icon-item i {
    margin-right: 5px;
    color: #ffa500;
    font-size: .9em;
}

#footer table {
  /* font-size: .98em; */
  line-height: 1.50em;
  max-width: 350px;
  margin: 0 0 0.75em;
}

#footer .box {
  font-size: .98em;
  padding: 0em;
  text-align: left;
}
.socialicons {text-align: left;}

#copyright {
  color: #fff;
  padding: 1em;
  /* background: #03B3FF; */
  margin-top: 0em;
  line-height: 1.4em;
  letter-spacing: .05em;
  font-weight: bold;
} 



.large-wrapper {
  padding: 0 2em; 
}

@media only screen and (min-width: 768px) {

  .parallax {
    background-attachment: fixed;
  }
  .passed-header .menu-wrap.stuck {
     box-shadow: 0 0 5px;
     padding-bottom: .0em !important;
  }

  
  .nav-bar > ul > li {
    vertical-align: middle;
    border:none;
    margin: 0;
    position: relative;
    overflow: inherit;
    padding: 0px 0 0px;
  }
  .nav-bar ul.sub-menu {
    right: 0;
    width: auto;
    left:0;
    z-index: -2;
    top: 150%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: block;
    opacity: 0;
    visibility: hidden;
    min-width: 170px;
    background: #a5def7;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
    /* box-shadow: 0 0 3px #6f6f6f; */
}

  .nav-bar > ul >  li:hover > ul.sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 5;
    margin: 0;
    width: 100%;
    text-align: center;
    min-width: 170px;
  }
  .nav-bar > ul > li ul.sub-menu li {
    margin: 0;
    /* overflow: hidden; */
  }
  .row.team {
    max-width: 95%;
    margin: 1em auto;
  }
}

@media only screen and (max-width: 767px) {
  .home-ctas > div {
    margin: 0 auto 1em;
  } 
  .home-ctas > div:last-child {
    margin-bottom: 0;
  } 
  .billboard .swiper-slide:after {
    /* background: rgba(2, 156, 206, 0.58) !important; */
  }
  .billboard .slider-content {
    padding: 2em;
    width: 100%;
  }
  .billboard .swiper-slide {
    height: 55vh;
  }
  header#header {
    margin-top: 0em;
    border: none;
  }
  #mobile-menu-container.left .menu-icon, #mobile-menu-container.right .menu-icon {
    width: 50px;
    background: transparent;
  }

  #mobile-menu-container.left, #mobile-menu-container.right {
    background: #fff;
  }

  #mobile-menu-container .menu, #mobile-menu-container .menu-icon {
    background: #fff;
  }

  #mobile-menu-container .current_page_item, #mobile-menu-container li:hover, #mobile-menu-container li:hover a {
    text-decoration: none;
    color: white;
    background: #4169E1;
  }
  #mobile-menu-container a {
      color: #000;
      font-size: 18px;
      line-height: 1.3em;
      padding: .5em 1em;
      display: block;
      font-weight: 500;
  }
  .sub-menu-icon {
    cursor: pointer;
  }
  
  .slide-header h1, h1.slide-header, .billboard .slide-header {
    font-size: 1.5em;
    max-width: 95%;
  }
  .billboard .slider-content a, .video-container .slider-content a {
    font-size: .95em !important;
    padding: 8px 15px;
  }
  .billboard .slide-sub-header, .video-container .slide-sub-header {
    display: none;
  }
  .topPhone {
    text-align: center;
  }
  #content {
    min-height: 0;
  }
  #content .btn, .btn {
    min-width: 0;
  }
  #footer h2 {
    margin-top: 1em;
  }
  #footer .box {
    padding: 0;
  }
}

@media only screen and (max-width: 575px) {
  .home header#header {
    position: inherit;
  }
  .billboard .slider-content {
    /* background: linear-gradient(0deg, rgba(15, 15, 15, 0.72) 0%, rgba(255, 255, 255, 0) 95%); */
  }
  .billboard .swiper-slide {
    height: 50vh;
  }
  body:not(.home) .billboard .swiper-slide {
    height: 40vh;
  }
}

@media only screen and (max-width: 480px) {
    .billboard .swiper-slide {
      justify-content: center;
      align-items: center;
    }
  .billboard .slider-content,
  .slide-header h1, h1.slide-header, .billboard .slide-header {
    /* display: none; */
    text-align: center !important;
    justify-content: center;
    align-items: center !important;
  }
  .large-wrapper {
    padding: 0 1em;
  }
}




.apha-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.apha-bar .letter {
  width: 3.84%;
  text-align: center;
  text-transform: uppercase;
}

.apha-bar .letter:hover {
  cursor: pointer;
  opacity: .5;
}

#cases .list .col-md-6 {
	overflow: hidden;
}

.bg-color-1{
	background-color: #ffa500;
    margin-top: -3em !important;
}

.home .bg-color-1{
    margin-top: -2em !important;
}