/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   MISCELLANEOUS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#contactForm {
  margin-top: 2rem;
}

#team,
#testimonials {
  border: 0;
  padding: 0;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   BUTTONS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.btn, a.btn, a.btn:active, a.btn:focus, a.btn:active:focus, .btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active:focus, a.btn-primary, a.btn-primary:active, a.btn-primary:focus, a.btn-primary:active:focus, .btn-primary, .btn-primary:active, .btn-primary:focus, .btn-primary:active:focus, a.btn-secondary, a.btn-secondary:active, a.btn-secondary:focus, a.btn-secondary:active:focus, .btn-secondary, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:active:focus, .btn-default, .btn-default:active, .btn-default:focus, .btn-default:active:focus, .btn-default:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle, #sidebar .btn-primary {
  background: #039FCA;
  color: #FFF !important;
  border-radius: 25px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  letter-spacing: 0;
}

.btn:hover, .btn-primary:hover, .btn-default:hover, a.btn:hover, a.btn-primary:hover, a.btn-default:hover {
  background: #07B8E8;
  border-color: transparent;
}

.btn-primary img {
  height: 1.1rem;
  width: 1.1rem;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   TYPOGRAPHY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
h1, h2, h3, h4, h2 > a, h3 > a, h4 > a, #interior h1, #interior h2, #interior h3 {
  color: #1E4560;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.4;
}

p, ul, li {
  color: #7D7D7D;
  font-size: 17px;
}

a, a:active, a:focus, a:visited {
  color: #008CB2;
  font-weight: 600;
}

a:hover{
  color: #039FCA;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   HOMEPAGE - TOPBAR 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#topbar {
  padding: 0.7rem 3.5rem;
}

#topbar i {
    color: #557d98;
    margin: 0 0.5rem 0 0;
    font-size: 18px;
    position: relative;
    top: 2px;
}

#topbar a {
  color: rgb(86 125 151 / 78%);
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin: 0 1.7rem 0 0;
}

#topbar a:hover {
  color: #567D97;
}

#topbar a:nth-last-child(2) {
  margin-right: 1.5rem;
  font-size: 15px;
}

#topbar a:last-of-type {
  font-size: 14px;
  font-weight: 500;
  margin-right: 0.6rem;
}

#topbar .btn-primary {
  font-size: 1rem;
  height: auto;
  padding: 0.3rem 1.5rem;
}

#topbar .btn-primary:hover {
  color: #FFF;
}

#topbar .btn-primary .fas {
  color: #FFF;
}

#topbar ul {
  margin: 0;
  list-style: none;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   HOMEPAGE - LOGO
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.navbar-brand {
    top: -3rem;
}

.navbar-brand img {
  border-radius: 2px;
}


header.fixed .navbar-brand img {
  max-width: 300px;
}





/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   NAV MENU
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.navbar .navbar-nav .nav-link, 
.navbar .navbar-nav .nav-link:active, 
.navbar .navbar-nav .nav-link:focus {
  color: #FFF;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: .675rem 1.3rem;
}

.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-item.show .nav-link, header.fixed #nav-menu .navbar .navbar-nav .nav-link:hover, header.fixed #nav-menu .navbar .navbar-nav .nav-link:active:hover, header.fixed #nav-menu .navbar .navbar-nav .nav-link:focus:hover {
  color: #06BDF1;
}

.navbar .dropdown-item, .navbar .dropdown-item:active, .navbar .dropdown-item:focus {
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

.navbar .dropdown-item:hover {
  background: rgb(29 55 72 / 12%);
}

.dropdown-toggle::after {
  margin-left: 0.5rem;
}

#topbar a:last-of-type i {
    margin-right: 0.6rem;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   HOMEPAGE - HERO
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#myCarousel .carousel-item:nth-of-type(1) {
  background-image: url("site_images/slide1.jpg");
}

#myCarousel .carousel-item:nth-of-type(2) {
  background-image: url("site_images/slide2.jpg");
}

#myCarousel .carousel-item:nth-of-type(3) {
  background-image: url("site_images/slide3.jpg");
}

#myCarousel .wrapper {
  width: 470px;
}

#myCarousel .col-text {
 background: #151542;
  background: -webkit-linear-gradient(to top, #151542, #100F2D);
  background: linear-gradient(to top, #151542, #100F2D);
  width: 55%;
}

#myCarousel .col-text h2 {
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -2px;
}

#myCarousel .col-text p {
  color: rgb(255 255 255 / 56%);
}

#myCarousel .form-control {
  border-radius: 25px;
}

#myCarousel .btn-primary {
  font-weight: 500;
  margin: 1.2rem 0 0;
}





/* - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   HOME PAGE - SERVICE BOXES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#services {
  padding: 4rem .5rem 3rem;
}

#services .icon {
  background: #0487AB;
  border-radius: 50%;
  height: 6rem;
  margin: 0 0 1.9rem;
  width: 6rem;
}

#services .icon img {
  top: -1rem;
  width: 60px;
}

#services h2 {
  font-weight: 400;
  text-align: center;
}

#services a:hover h2 {
  color: #0187AA;
}

#services p {
  color: rgba(0, 0, 0, 0.55);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   HOMEPAGE - INDEX
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#index-section {
    background: #100F2D;
}

#index-section h1 {
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0 0 1.6rem;
}

#index-section h2 {
  color: #FFF;
  text-align: center;
}

#index-section p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
}

#index-section a:not([class*='btn']) {
  color: #008CB2;
  font-weight: 600;
  font-size: 17px;
}

#index-section a:not([class*='btn']):hover {
  color: #FFF;
}

#index-section .btn-primary {
  font-weight: 600;
}




/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   HOMEPAGE - INDUSTRIES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#industries {
  background-image: url(site_images/industries-bg.jpg);
  background-size: cover;
}

#industries::before {
  background-color: rgb(241 241 241 / 90%);
}


#industries .industry {
  padding: 2rem 1rem;
  text-align:center;
}

#industries h3 {
  color: #11102d;
  font-size: 1.6rem;
  font-weight: 400;
}

#industries .subheading {
    text-align: center;
    color: #FFF;
    position: relative;
    font-size: 19px;
   margin-bottom: 2rem;
}

#industries .icon {
    background: #9ACB31;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #FFF;
    font-size: 4rem;
    height: 6rem;
    margin: 0 0 2rem;
    text-align: center;
    width: 6rem;
}

#industries .icon img {
    top: -0.4rem;
    width: 50px;
    position: relative;
}

#industries i {
  color: #008cb2;
  font-size: 2.7rem;
  margin: 0 0 1rem;
}

#industries a:hover i {
    color: #11102d;
}

#industries h2 {
  color: #201f3a;
  font-size: 21px;
  font-weight: 400;
}

#industries h2 span {
  font-weight: 400;
  font-size: 20px;
  padding: 0 0.7rem 0 0;
  color: #FFF;
  font-family: 'Montserrat', sans-serif;
}

#industries p {
  color: rgba(0, 0, 0, 0.55);
  font-size: 16px;
  font-weight: 300;
}




/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   HOMEPAGE - AFFILIATES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#affiliates {
  background: #FFF;
  border-top: 0;
  padding: 1rem 1.5rem;
}

#affiliates .affiliates img {
    margin: 2rem 2.4rem;
    max-width: 100px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   HOMEPAGE - NEWSLETTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#newsletter {
  background: #052F51;
  background: -webkit-linear-gradient(left, #007b9c 0%,#08a0ca 28%,#007b9c 65%);
  background: -webkit-gradient(linear, left top, right top, from(#007b9c),color-stop(28%, #08a0ca),color-stop(65%, #007b9c));
  background: -o-linear-gradient(to right, #007b9c 0%,#08a0ca 28%,#007b9c 65%)l
  background: linear-gradient(to right, #007b9c 0%,#08a0ca 28%,#007b9c 65%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007b9c', endColorstr='#015f8e',GradientType=1 );
}

#newsletter::before {
  opacity: 0.1;
}

#newsletter .icons img {
    max-width: 80%;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   FOOTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
footer {
  background: #0f0e27;
}

#footer-top h2 {
  font-size: 17px;
  font-weight: 500; 
}

footer .about {
    padding-right: 3rem;
}

#footer-top p, #footer-top a {
  color: rgba(255, 255, 255, 0.65);
  font-size: 15px;
}

#footer-top .fas {
  color: rgba(255, 255, 255, 0.39);
  font-size: 14px;
  margin-right: 0.2rem;
}



#footer-bottom {
    padding-top: 2rem;
}

#footer-bottom p,
#footer-bottom a {
  color: rgba(255, 255, 255, 0.46);
}

#footer-top a:hover, 
#footer-bottom a:hover {
  color: #FFF;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   INNER PAGES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#interior-hero {
    background-image: url(site_images/bg-interior-hero.jpg);
}

#interior-hero::after {
  background: rgb(12 12 31 / 67%);
}

#interior h1 {
  font-size: 1.8rem;
  font-weight: 500;
}

#interior h2 {
  font-size: 1.4rem;
  color: #366891;
  margin: 1.5rem 0 0.7rem;
}

#interior h2 > a, #interior h3 > a {
  color: #40B5E5;
}



#interior h3 {
  font-size: 1.1rem;
  font-weight: 400;
  margin-bottom: 0.3rem;
}

#interior .fas {
  margin-right: 1rem;
  color: #0487AB;
  font-size: 35px;
}

#interior hr {
    margin: 2rem 0;
}

#interior .app-img-holder {
  margin-top: 3rem;
}

#interior .app-img-holder img {
  margin-bottom: 1.4rem;
}

#interior .app-img-holder .col-sm-6 {
  margin-bottom: 3rem;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 3rem;
}

#interior .app-img-holder .col-sm-6:last-of-type {
  border-bottom: 0;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   SIDEBAR
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#sidebar .sidebar {
  border: 2px solid #a5adbb;
}

#sidebar i {
  color: #08C0B1;
}

#sidebar .sidebar>span {
    color: #70727C;
}

#sidebar h2 {
    color: #184872;
    font-weight: 400;
    font-size: 31px;
    line-height: 1.4;
}

#sidebar h2 span {
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   MEDIA QUERIES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


@media all and (max-width: 1440px) {
  .navbar .navbar-nav .nav-link, .navbar .navbar-nav .nav-link:active, .navbar .navbar-nav .nav-link:focus {
    font-size: 15px;
    padding: .675rem 0.9rem;
  }

  #myCarousel .col-text {
    width: 55%;
  }

  #affiliates .affiliates img {
    margin: 2rem 2.2rem;
  }
}

@media all and (max-width: 1199px) {
}


@media all and (max-width: 1024px) {
  #myCarousel .col-text {
    width: 64%;
  }

  #services h2 {
    font-size: 16px;
  }
}




@media all and (max-width: 768px) {
  .navbar-brand img {
    max-width: 257px;
    padding: 0.5rem 1rem 0rem 1rem;
  }

header.fixed .navbar-brand img {
    max-width: 257px;
    padding-top: 0.6rem;
}

  .navbar .navbar-nav .nav-link, 
  .navbar .navbar-nav .nav-link:active, 
  .navbar .navbar-nav .nav-link:focus {
    color: #0f4573;
  }

  #myCarousel .col-text {
    background: linear-gradient(to top, rgb(21 21 66 / 84%), rgb(21 21 66 / 67%));
    width: initial;
  }

  #myCarousel .wrapper {
    width: initial;
  }

  #myCarousel .col-text h2 {
    font-size: 50px;
  }

  #services h2 {
    font-size: 20px;
  }
}



@media all and (max-width: 767px) {

  #myCarousel .col-text {
    background: rgba(0, 44, 74, 0.8);
    width: 100%;
  }

  .navbar .navbar-nav .nav-link, 
  .navbar .navbar-nav .nav-link:active, 
  .navbar .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.79);
    font-size: 19px;
  }

  .navbar .dropdown-item, 
  .navbar .dropdown-item:active, 
  .navbar .dropdown-item:focus {
    font-size: 16px;
  }

  #newsletter .envelope-2.animated {
    bottom: -2rem;
  }

  #interior-hero::after {
    background: rgba(0, 34, 56, 0.39);
  }
}

@media all and (max-width: 575px) {
#topbar a {
    margin: 0 1rem 0 0;
  }

  .navbar-collapse {
    padding-bottom: 1rem;
  }

  .navbar-brand {
    top: -0.4rem;
  }

  #myCarousel .carousel-item:nth-of-type(1) {
    background-position: center;
  }

  .video-container {
    padding-bottom: 48.4%;
    width: 100%;
  }

  #industries {
    text-align: center;
  }

  #newsletter {
    background: linear-gradient(to right, #1073a5 0%,#159adc 28%,#047ab5 65%);
  }

  #topbar span {
    display: none;
  }

  .navbar-brand img {
    max-width: 335px;
    padding: 0 2rem 0 0;
  }

  header.fixed .navbar-brand img {
    max-width: 280px;
    padding: 0.8rem 0;
  }

.navbar {
    padding: 0;
}

  #topbar {
    padding: 0.6rem 0.3rem;
  }

  #topbar a:nth-last-child(2) {
    margin-right: 0.8rem;
  }

  #myCarousel .col-text {
    background: rgba(0, 44, 74, 0.83);
    width: 100%;
  }

  #newsletter h2 {
    font-size: 24px;
    margin: 2rem 0 1rem;
    text-align: center;
    line-height: 1.4;
  }

  #interior h1 {
    font-size: 1.7rem;
  }

  #interior h1 + img {
    display: initial;
  }
}


@media all and (max-width: 375px) {
  #topbar a:nth-last-child(3) {
    display: none;
  }

  .btn-primary img {
    margin: 0 0 0 .2rem;
  }
}
