@charset "utf-8";
/* CSS Document */
  .orange {
    color: #FC8403;
  }
  .icon-5sc {
    float: left;
    margin-right: 20px;
  }

  #header {
    background-color:rgba(4,57,128,0.85) !important;

    -webkit-backdrop-filter: saturate(150%) blur(10px);
    backdrop-filter: saturate(150%) blur(10px);

    // set animation
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #header2 {
    background-color:rgba(4,57,128,0) !important;

    -webkit-backdrop-filter: saturate(150%) blur(10px);
    backdrop-filter: saturate(150%) blur(10px);

    // set animation
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .navbar-default .navbar-nav > li > a {
      color:#fff;
  }
  .navbar-dark .navbar-nav .nav-link:hover {
	  color: rgba(255,255,255,.90);
  }
  .nav-link, .nav-link:visited {
	  -webkit-transition: all .2s ease-out;
	  -moz-transition: all .2s ease-out;
	  -ms-transition: all .2s ease-out;
	  -o-transition: all .2s ease-out;
	  transition: all .2s ease-out;
  }
  .navbar {
	  padding: 0;
  }
  .dropdown-item.active, .dropdown-item:active {
	  background-color: #bac7d3;
  }
  .navbar .nav-link.active, .navbar-nav .nav-link.show {
    font-weight:700;
  }

  #header2.sticky a:link, #header2.sticky a:visited,
  #header.sticky a:link, #header.sticky a:visited,
  #header a:link, #header a:visited {
	color: rgba(255,255,255,0.7) !important;
  }

  #header2.sticky a:hover, #header.sticky a:hover,
  #header2 a:hover, #header a:hover {
	color: rgba(255,255,255,1) !important;
  }

  #header2.sticky {
	text-align: left;
	background-color:rgba(4,57,128,0.85) !important;
  }
  .dropdown-menu {
    background-color:rgba(4,57,128,0.85) !important;
    -webkit-backdrop-filter: saturate(150%) blur(10px);
    backdrop-filter: saturate(150%) blur(10px);
  }

  #logo.sticky_size {
    height: auto;
    width:215px;
  }
  
  #logo {
    display:block;
    height:auto;
    width:292px;
  
    // set animation
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
  }
  .dropdown:hover .dropdown-menu {
	display:block;
	margin-top: 0;
  }
  .main-normal-mt {
    margin-top: 95px;
    padding-top: 50px;
  }
  .main-home-mt {
    margin-top: 95px;
  }

  video {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
  }
  .video-holder {
    width: 100%;
    height: 550px;
    overflow: hidden;
    position: relative;
  }
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    background: rgba(0,0,0,0.6);

    -webkit-backdrop-filter: saturate(150%) blur(10px);
    backdrop-filter: saturate(150%) blur(10px);
  }
  .hero-bg {
    display:inline-block;
    width:100%;
    height:600px;
    text-align:center;
    background-image: url(../img/hexigon-3-design-repeat.png);
    background-attachment: fixed;
    /* background-size: 1140px 600px; */
    background-repeat: repeat;
    background-position: center bottom;
    color:#fff;
    font-size:30px;
    margin:25px 0;
  }
  .hero-text {
    font-size: 60px;
    font-weight: bold;
    padding:10rem 5rem;
  }
  .hero-overlay {
    display:inline-block;
    width: 100%;
    height: 600px;
    margin:0 auto;
    background-color: rgba(0,0,0,0.7);

    -webkit-backdrop-filter: saturate(150%) blur(10px);
    backdrop-filter: saturate(150%) blur(5px);
    }
  .home-content {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    top: 200px;
    color: #fff;
    z-index: 3;
  }
  .home-content h1 {
    font-family: Playfair Display, serif;
    text-align: center;
    text-transform: uppercase;
    font-size: 50px;
    line-height: 1.1;
  }
  .middle-line {
    height: 50px;
    width: 2px;
    background: #fff;
    margin: 40px auto;
  }
  .home-content a {
    font-size: 20px;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    background: transparent;
    color: #fff;
    margin: 0 auto;
    padding: 16px 30px;
    cursor: pointer;
  }
  .home-content a:hover {
    background-color: rgba(255,255,255,.9);
    color: rgba(0,0,0,0.9);
  }
  .quote-content {
    max-width: 700px;
    position: relative;
    top: 200px;
    color: #fff;
    z-index: 3;
  }
  .highlight-bg {
    background-color: rgba(4,57,128, 0.1);
  }
  .highlight-container {
    border: solid 1px rgba(4,57,128, .5);
    padding: 25px;
  }

  .sc-btn-primary {
    background-color: rgba(4,57,128, .7);
    color:#fff;

    -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
  }
  .sc-btn-primary:hover {
    background-color: rgba(4,57,128, 1);
    color:#fff;
  }
  .form-border {
    border: solid 1px rgba(0,0,0,0.2);
    padding: 20px;

    -webkit-backdrop-filter: saturate(120%) blur(5px);
    backdrop-filter: saturate(120%) blur(5px);
  }
  .form-quote-border {
    border: solid 1px rgba(0,0,0,0.2);
    padding: 40px;
    margin-top: -350px;
    z-index: 999;
    position: relative;
    
    -webkit-backdrop-filter: saturate(150%) blur(10px);
    backdrop-filter: saturate(150%) blur(10px);
  }

  [aria-expanded="false"] > .expanded,
  [aria-expanded="true"] > .collapsed {
    display: none;
  }
  .collapse.slow {
    -webkit-transition: all 2s ease !important;
    transition: all 2s ease !important;
  }


  footer {
    display:block;
    background-color:#444;
    color:#fff;
    width:100%;
    padding:20px;
    text-align:center;
    font-size:12px;
  }
  .pre-footer {
    display:block;
    background-color:#666;
    color:#fff;
    width:100%;
    padding:20px;
    min-height:180px;
  }
  .pre-footer a, .pre-footer a:visited, .pre-footer a:link,
  footer a {
    color:#fff;
  
    -webkit-transition: all .2s ease-out;
      -moz-transition: all .2s ease-out;
      -ms-transition: all .2s ease-out;
      -o-transition: all .2s ease-out;
      transition: all .2s ease-out;
  }
  .pre-footer a:hover {
    color: #ddd;
    /*margin-left: 5px;*/
  }
  footer a:hover {
    color: #ddd;
  }
  .pre-footer li {
    list-style-type: none;
  }
  .footer-title {
    font-size:18px;
    border-bottom:solid 1px #999;
    margin-bottom:10px;
    font-weight:bold;
  }
  .fa-icon {
    font-size: 55px;
    color: rgb(109, 109, 109);
  }
  .footer-icon {
    color: #fff;
    margin-right: 30px;
    font-size: 30px;
  
    -webkit-transition: all .2s ease-out;
      -moz-transition: all .2s ease-out;
      -ms-transition: all .2s ease-out;
      -o-transition: all .2s ease-out;
      transition: all .2s ease-out;
  }
  .footer-icon:hover {
    color: #999;
  }
  .url {
    display: none;
  }

  .mobile_hide {
    display:block;
  }
  .mobile_only {
    display:none;
  }
  
  @media (max-width: 620px) {
    .mobile_hide {
      display:none;
    }
    .mobile_only {
      display:block;
    }
    #logo {
      width:100%;
      max-width: 200px;
    }
    .main-normal-mt, .main-home-mt {
      margin-top: 69px;
    }
    .home-content {
      top:100px;
    }
    .home-content a {
      margin: 0 auto;
    }
    .home-content h1 {
      font-size: 35px;
      line-height: 1.1;
    }
    .navbar {
      padding:5px 0;
    }
    .hero-text {
      font-size: 40px;
      padding: 5rem 1rem;
    }
    .hero-bg {
      height: 400px;
    }
    .hero-overlay {
      height: 400px;
    }
    
  }
  @media (max-width: 990px) {
    .form-quote-border {
      margin-top: 0;
    }
    .video-holder {
      height: 435px;
    }
    .quote-content {
      top: 135px;
    }
  }