/* import google fonts */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,500;1,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,500;1,500&display=swap');


@media (min-width: 500px) {
    .only-mobile {
        display: none;
    }
}

@media (max-width: 500px) {
    .only-desktop {
        display: none;
    }
}

/* Header */
#header {
    z-index: 999 !important;
}

/* Home slider */
.simple-slider .swiper-slide {
    height: 540px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.simple-slider .swiper-button-next, .simple-slider .swiper-button-prev {
    width: 50px;
    margin-left: 20px;
    margin-right: 20px;
}


@media (max-width:767px) {
  .simple-slider .swiper-button-next, .simple-slider .swiper-button-prev {
    display: none;
  }
}

@media (max-width:767px) {
  .simple-slider .swiper-slide {
    height: 250px;
  }
}

/* Video Carousel */

div.jumbotron.carousel-hero {
  color: #000;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 0;
  background: transparent !important;
  border-radius: 0px;
}

p.hero-subtitle {
  max-width: 750px;
  margin: auto;
  color: #000;
  font-size: 26px;
  line-height: 1.4;
  padding: 0px 20px;
}

/* FAQ accordion */

.panel-heading [data-toggle="collapse"]:before {
  font-family: 'FontAwesome';
  content: "\f078";
  color: #2477b3;
  font-size: 20px;
  line-height: 20px;
  padding-right: 5px;
  padding-left: 25px;
  float: right;
}

.panel-heading [data-toggle="collapse"].collapsed:before {
  color: #555 !important;
}

div#accordion h4 a {
  border: 3px #e5e5e5 solid;
  display: block;
  padding: 15px 10px 25px 25px;
  margin-top: 15px;
  margin-bottom: 0px !important;
  text-decoration: none !important;
  font-size: 22px;
  border-radius: 5px 5px 5px 5px;
}

div#accordion h4 {
  display: block;
  margin-bottom: 0px !important;
  background: #fff;
}

div#accordion h4:hover {
  background: #f5f5f5;
}

div#accordion p {
  display: block;
  padding: 15px 25px;
  background: #ededed;
}

/* Links */

a {
  color: #2477b3;
}

section#content {
  background: #fff;
  padding: 30px 30px !important;
  min-height: 400px;
}

section#content a:link {
  color: #2477b3 !important;
  text-decoration: underline;
}

section#content a:hover {
  text-decoration: none;
}

p, li {
  font-family: 'Lato', Arial, sans;
  font-size: 18px;
  font-weight: 400;
  color: #000;
}

section#content li {
  list-style-type: square;
}

h1 {
  color: #fff;
  font-family: 'Gilroy', 'Barlow Semi Condensed', Arial, sans;
  letter-spacing: 3px !important;
  line-height: 1;
}

h1.title {
  display: table;
  margin: auto;
  text-transform: uppercase;
  padding: 10px 35px;
  background: rgba(0,0,0,.7);
  line-height: 1;
  letter-spacing: .5px !important;
  word-spacing: 2px !important;
  border-radius: 3px;
  font-size: calc(18px + (32 - 18) * ((100vw - 300px) / (1600 - 300))) !important;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  border-bottom: 5px solid #115091;
  bottom: 0;
}

@media (max-width: 768px) {
  h1.title {
    display: table;
    width: 100%;
    border-radius: 0px;
    background: rgba(0,0,0,.5);
    color: #fff;
    font-size: 24px !important;
    margin: 0px !important;
    text-transform: uppercase;
    bottom: 0px;
    text-align: center;
    position: absolute;
  }
}

h2 {
  font-family: 'Barlow Condensed', 'Lato', Arial, sans;
  font-weight: 500 !important;
  color: #205080;
  font-size: calc(26px + (34 - 26) * ((100vw - 300px) / (1600 - 300))) !important;
  line-height: 1.1;
  margin-bottom: 25px;
}

h3 {
  font-family: 'Barlow Condensed', 'Lato', Arial, sans;
  color: #000;
  font-size: calc(24px + (28 - 24) * ((100vw - 300px) / (1600 - 300))) !important;
  font-weight: 500;
  line-height: 1.1;
}

h4, h5, h6 {
  font-family: 'Lato', Arial, sans;
  font-weight: 600;
}

/* Navigation */

#top-nav {
  background: #115091;
  width: 100%;
  height: 38px;
  margin: 0px;
  shape-outside: polygon(
 0 0,
 100% 100%,
 100% 100%,
 100% 100%, 100% 100%,
 100% 100%, 100% 100%,
 0 100%
 );
  clip-path: polygon(
 0 0, 100% 0, 100% 100%, 95% 75%, 5% 75%,
 0 100%
);
  font-family: 'Barlow Semi Condensed', Arial, sans;
  font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1600 - 300)));
  color: #fff !important;
  line-height: 1;
  text-transform: uppercase;
  text-align: center !important;
  padding-top: 5px;
  font-weight: 500;
}

@media (max-width: 576px) {
  #top-nav {
    shape-outside: none;
    clip-path: none;
  }
}

@media (max-width: 576px) {
  #top-nav i {
    font-size: 20px;
    padding-top: 2px;
  }
}

.navbar {
  padding: 0px;
}

.navbar-brand {
  padding: 0px !important;
}

/* remove background color for transparency */

nav.navbar ul li {
  font-family: 'Barlow Semi Condensed', Arial, sans;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500 !important;
}

@media (max-width: 990px) {
  nav.navbar ul li {
    font-family: 'Lato', Arial, sans;
    font-weight: 400 !important;
  }
}

@media (min-width: 990px) {
  nav.navbar ul li a:link {
    color: #1b2a36 !important;
  }
}

nav.navbar ul li a:hover {
  color: #2477b3 !important;
}

nav.navbar .nav-link {
  margin: 0px 10px;
}

@media (max-width: 900px) {
  nav.navbar ul li a:visited {
    color: #fff !important;
  }
}

@media (max-width: 900px) {
  nav.navbar ul li a:hover {
    color: #bfefff !important;
    font-weight: 400 !important;
  }
}

@media (max-width: 990px) {
  nav.navbar .nav-link {
    border-bottom: 1px solid rgba(255,255,255,.3);
    font-size: 16px;
    margin: 0px;
    padding: 7px 10px;
    background: #115091;
    color: #fff !important;
    text-align: center !important;
    letter-spacing: 1px;
    font-weight: 400 !important;
  }
}

@media (max-width: 990px) {
  .dropdown-toggle::after {
    float: right !important;
    margin-top: 10px;
    margin-left: -15px;
  }
}

nav.navbar ul.dropdown-menu {
	z-index: 999 !important;  /* fix stacking issue */
	padding: 0px;
	border: 0px !important;
	border-radius: 0px;
}

nav.navbar ul.dropdown-menu li {
  text-transform: none !important;
  font-family: 'Lato', Arial, sans;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid rgba(255,255,255,.25);
  color: #fff !important;
}

nav.navbar ul.dropdown-menu a:hover {
  color: #fff !important;
  background: #607280;
}

@media (min-width: 990px) {
  nav.navbar ul.dropdown-menu {
    border-radius: 0px;
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,.2) !important;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,.2) !important;
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,.2) !important;
  }
}

@media (max-width: 990px) {
  nav.navbar ul.dropdown-menu {
    background-color: #3083bf !important;
    text-align: center !important;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (max-width: 990px) {
  nav.navbar ul.dropdown-menu li {
    text-transform: none !important;
    font-size: 15px;
  }
}

@media (max-width: 990px) {
  nav.navbar ul.dropdown-menu li a.dropdown-item {
    color: #fff !important;
  }
}

@media (max-width: 990px) {
  nav.navbar ul.dropdown-menu li a.dropdown-item:hover {
    background-color: #67b1e5;
  }
}

@media (min-width: 990px) {
  .mobile-menu-link {
    display: none;
  }
}

@media (max-width: 580px) {
  .desktop-menu-link {
    display: none;
  }
}

button.navbar-toggler {
  background: #fff;
}

span.navbar-toggler-icon {
  color: #fff !important;
  font-size: 18px;
}

/* Set the border color to the desired color */

.custom-toggler.navbar-toggler {
  border-color: #fff;
}

/* modify container width */

.container {
  max-width: 1300px;
}

.container.top-nav-wrapper {
  /*border: 1px solid #000;*/
}

a.top-nav {
  color: #fff !important;
  text-decoration: none !important;
}

.bg-light {
  background: transparent !important;
}

#header {
  /*margin-top: -20px;*/
  /*border-bottom: 4px solid #115091;*/
  background: url('../../assets/img/bkg-grit.png') repeat top left rgba(255,255,255,1);
  box-shadow: 0px 15px 10px -15px rgba(0,0,0,.25);
}

@media (max-width: 991px) {
  #header {
    padding-bottom: 25px;
  }
}

@media (max-width: 576px) {
  #header {
    margin-top: 0px;
    padding-bottom: 25px;
  }
}

.nav-tabs {
  border: 0px;
}

/* Search form */

.form-control {
  border-radius: 5px 0px 0px 5px;
  min-height: 50px;
  font-weight: 600;
  font-size: 18px;
  border: 1px solid #ccc;
}

button.btn-search {
  width: 44px;
  border-radius: 0px 5px 5px 0px;
  background: url('../../assets/img/ico-search.png') center center #dfe7eb no-repeat;
  border-left: 0px;
  border-color: #ccc !important;
}

button.btn-search:hover {
  background: url('../../assets/img/ico-search.png') center center #cfdae5 no-repeat;
}

.form-control {
}

/* Navigation */

.nav-tabs .nav-link {
  border: 0px;
  font-family: 'Barlow Semi Condensed', Arial, sans;
  font-weight: 600;
  font-size: 22px;
  text-transform: uppercase;
}

#callouts a {
  color: #50a7e5;
  font-weight: 600;
}

img.callout-img {
  border: 8px solid #888;
}

/* Homepage Callouts */

#callouts {
  padding-top: 15px;
  padding-bottom: 15px;
  background: url('../../assets/img/bkg-grit.png') repeat center center #434e59;
}

#callouts p {
  color: #fff;
  font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (1600 - 300))) !important;
  line-height: 1.3;
}

section#video-carousel {
  background: url('../../assets/img/bkg-grit.png') repeat center center;
}

#callouts h2 {
  font-family: 'Barlow Condensed', Arial, Sans;
  font-weight: 600 !important;
  font-size: calc(26px + (34 - 26) * ((100vw - 300px) / (1600 - 300))) !important;
  text-transform: uppercase;
  color: #fff;
}

/* Testimonials Carousel */

#testimonials {
  background: #e5e5e5;
}

#testimonials .carousel-control-next, #testimonials .carousel-control-prev {
  width: auto !important;
  font-size: 35px;
}

#testimonials .fa-chevron-right::before, #testimonials .fa-chevron-left::before {
  color: #000 !important;
}

.carousel-indicators li {
  background-color: #0094ff;
  height: 10px;
  max-width: 10px;
  border-radius: 50%;
  margin: 0px 5px;
  opacity: .25;
}

/* Footer */

#footer {
  color: #fff !important;
  padding-top: 20px;
  padding-bottom: 20px;
  background: url('../../assets/img/bkg-grit.png') repeat center center #434e59;
}

#footer h3 {
  font-family: 'Barlow Semi Condensed', Arial, sans;
  font-weight: 500 !important;
  font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1600 - 300))) !important;
  text-transform: uppercase;
  color: #fff;
  max-width: 200px;
  margin: auto;
}

#footer {
  margin: 0px !important;
  padding: 0px !important;
}

#footer p {
  font-size: 14px;
  color: #fff;
  margin: 0px auto 25px auto;
  max-width: 200px;
}

@media (max-width: 768px) {
  #footer p {
    text-align: center;
  }
}

/* Footer five columns wide */

@media (min-width: 768px) {
  #footer div.footer-logos-row div.col-6.col-md-6 {
    min-width: 20%;
    max-width: 20%;
  }
}

@media (max-width: 768px) {
  #footer h3 {
    text-align: center;
  }
}

p.text-center.copyright {
  font-size: 11px !important;
  letter-spacing: 0px !important;
  color: #b2b2b2 !important;
  padding: 15px !important;
  margin: auto;
  text-align: center !important;
}

#copyright {
  background: #363e47;
  margin: auto;
  padding: 0px;
}
.copyright {
    background: #363e47;
    margin: auto;
    padding: 0px;
}

/* Slider */

@media (max-width:767px) {
  .simple-slider .swiper-slide {
    /*height: 300px;*/
  }
}

@media (max-width: 1200px) {
  .swiper-slide {
    max-height: 300px;
  }
}

@media (max-width: 500px) {
  .swiper-slide {
    height: 300px !important;
    /*max-height: 300px;*/
  }
}

.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  opacity: .5 !important;
}

.swiper-pagination-bullet-active {
  background-color: #fff !important;
  opacity: 1 !important;
}

/* Button */

a.big-btn {
  display: block;
  max-width: 350px;
  margin: auto;
  background: #438bbf;
  color: #fff !important;
  padding: 10px;
  text-align: center !important;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  word-spacing: 3px;
  border-radius: 5px;
  text-decoration: none !important;
  opacity: 1;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  font-family: 'Lato', Arial, sans;
  font-weight: 900;
  transition: 0.3s;
}

a.big-btn:hover {
  background-color: #57a3d9;
}

/* Modal Window */

div.modal-body {
  border: 5px solid #353535 !important;
}

.modal-footer {
  background: transparent;
  border: 0px !important;
}

.modal-content {
  /*background: transparent !important;*/
  margin-top: 15%;
  width: 100% !important;
}

.modal {
  background: rgba(0,0,0,.75);
}

/* Elements */

#title-block {
  border: 0px !important;
  z-index: -5 !important;  /* fix stacking issue */
}

@media (max-width: 990px) {
  #title-block {
    height: 175px !important;
    display: block;
    position: relative;
  }
}

.img-border {
  border: 10px solid #fff;
}

.glow {
  -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,35) !important;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,.35) !important;
  box-shadow: 0px 0px 7px 0px rgba(0,0,0,.35) !important;
}

/* Search */

form.form-search {
  padding: 0px;
  margin-right: 10px;
}

@media (max-width: 990px) {
  form.form-search {
    margin-top: 10px;
  }
}

.product-cat {
  border: 4px solid #f5f5f5;
  margin-bottom: 10px;
}

.product-cat:hover {
  border: 4px solid #f5f5f5;
  /*opacity: .75;*/
}

.product-cat .product-title {
  display: block;
  background: #434e59;
  background: linear-gradient(0deg, rgba(25,35,45,1) 0%, rgba(66,79,93,1) 100%);
  color: #fff;
  font-weight: normal;
  padding: 10px;
  min-height: 115px;
  border-radius: 0px 0px 5px 5px;
  text-align: center !important;
}

.product-cat .product-title a.btn:link {
  border: 1px solid #808080;
  display: inline-block;
  color: #fff;
  min-width: 125px;
  max-width: 125px;
  margin: 0px 10px;
  line-height: 1;
  text-align: center !important;
  background: rgba(255,255,255,.1) !important;
}

.product-cat .product-title a.btn:visited {
  color: #fff;
  background: rgba(255,255,255,.1) !important;
}

.product-cat .product-title a.btn:hover {
  color: #fff;
  background: rgba(255,255,255,.3) !important;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  transition: 0.3s;
}

.brochure h4 {
  display: block;
  background: #434e59;
  background: linear-gradient(0deg, rgba(25,35,45,1) 0%, rgba(66,79,93,1) 100%);
  color: #fff;
  font-weight: normal;
  padding: 10px;
  border-radius: 3px;
  font-size: 18px;
  min-height: 70px;
}

form.contact-form {
  padding: 15px 20px;
  background-color: #f5f5f5;
}

form label {
  font-weight: bold;
}

form button {
  font-family: 'Lato', Arial, sans !important;
  font-size: 20px !important;
}

.btn-primary {
  background: #438bbf;
  border: 0px;
}

.btn-primary:hover {
  background: #57a3d9;
  border: 0px;
}

/* Sidebar */

a.side-link {
  display: block;
  background: #f5f5f5;
  border: 1px solid #ccc;
  text-decoration: none !important;
  padding: 15px 25px;
}

a.side-link:hover {
  color: #205080;
  background: #e5f4ff;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  transition: 0.3s;
}

@media (min-width: 1200px) {
  .position-sticky {
    position: -webkit-sticky;
    position: fixed;
    top: 25px;
    z-index: 99 !important;  /* fix stacking issue */
  }
}

/* Social icons */

.social-icons {
  color: #313437;
  background-color: #434e59;
  text-align: center;
  padding: 15px 0;
}

@media (max-width:767px) {
  .social-icons {
    padding: 10px 0;
  }
}

.social-icons i {
  font-size: 20px;
  display: inline-block;
  color: #ffffff;
  margin: 0 10px;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  line-height: 40px;
  background: #343434;
}

/* Testimonials */

*, *:before, *:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.testimonial-copy {
  margin: 0 auto;
  padding: 0px 0px 0px 2rem;
}

.testimonial-copy p {
  text-rendering: optimizeLegibility;
}

.testimonial-copy blockquote {
  display: inline-block;
  border-radius: 5px;
  position: relative;
  text-align: left;
  padding: 30px 40px;
  width: 90%;
  color: #4a4a4a;
  margin: 1rem auto 2rem;
  color: #4a4a4a;
  background: #E8E8E8;
  margin-top: 0px;
}

/* -- creates the quotation marks -- */

.testimonial-copy blockquote:before, .testimonial-copy blockquote:after {
  font-family: FontAwesome;
  position: absolute;
  top: 13px;
  color: #e8e8e8;
  font-size: 36px;
}

.testimonial-copy blockquote:before {
  content: "\f10d";
  margin-right: 13px;
  right: 100%;
}

.testimonial-copy blockquote:after {
  content: "\f10e";
  margin-left: 13px;
  left: 100%;
  top: auto;
  bottom: 13px;
}






