@font-face {
  font-family: 'visby-regular';
  src: url('css/VisbyCF-Regular.eot');
  src: url('css/VisbyCF-Regular.eot?#iefix') format('embedded-opentype'),
  url('css/VisbyCF-Regular.woff2') format('woff2'),
  url('css/VisbyCF-Regular.woff') format('woff'),
  url('css/VisbyCF-Regular.ttf') format('truetype'),
  url('css/VisbyCF-Regular.svg#capriccioplain') format('svg');
  font-weight: 200px;
  font-style: normal;
}

@font-face {
  font-family: 'visby-bold';
  src: url('css/VisbyCF-Bold.eot');
  src: url('css/VisbyCF-Bold.eot?#iefix') format('embedded-opentype'),
  url('css/VisbyCF-Bold.woff2') format('woff2'),
  url('css/VisbyCF-Bold.woff') format('woff'),
  url('css/VisbyCF-Bold.ttf') format('truetype'),
  url('css/VisbyCF-Bold.svg#capriccioplain') format('svg');
  font-weight: bold;
  font-style: bold;
}

html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
}

body {
  padding-top: 56px;
}

h1 {
  font-family: visby-regular;
  font-size:50px;
  letter-spacing: 5px;
}

p {
  font-family: visby-regular;
  color: #2c1b5c;
  letter-spacing:.17rem;
}
li{
  font-family: visby-regular;
  color: #2c1b5c;
  letter-spacing:.17rem;
}
label,h2,h3,h4,h5,h6,small {
    font-family: visby-regular;
}
.btn-custom {
  font-family: visby-bold;
  background-color: #a9c763;
  border-color:#a9c763;
  color:white;
  border-radius:0px;
  letter-spacing: 3px;
}

.button-cta {
  font-family: visby-bold;
  letter-spacing: 3px;
  background-color: #a9c763;
  border-color:#a9c763;
  font-size:22px;
  width: 300px;
  border-radius:0px;
  color:white;
}
.cta-text{
  color:#a9c763;
}


.sub-heading {
  font-family: visby-regular;
  font-size:40px;
  letter-spacing: 10px;
  color:#2c1b5c;
}

 

.section-separator {
  border-bottom:2px solid #5e3b8d!important;
  max-width: 40%;
  margin:10px auto;


}
.navbar-brand img{
  max-width:250px;
}
.navbar-toggler i{
  font-size:25px;
}

.offcanvas-collapse {
    position: fixed;
    top: 90px; /* Height of navbar */
    bottom:0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #584189;
    transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
  }

.offcanvas-collapse.open {
  visibility: visible;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}


.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, .75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
  color: white;
}

.nav-underline .nav-link:hover {
  color: #007bff;
}

.nav-underline .active {
  font-weight: 500;
  color: #343a40;
}

.text-white-50 { color: rgba(255, 255, 255, .5); }

.bg-purple { background-color: #6f42c1; }

.lh-100 { line-height: 1; }
.lh-125 { line-height: 1.25; }
.lh-150 { line-height: 1.5; }

section {
  margin-bottom:100px;
}

main > .container {
  padding: 60px 15px 0;
}


.video-background-holder {
  position: relative;
  background-color: black;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.video-background-holder video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.video-background-content {
  position: relative;
  z-index: 2;
}

.video-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}
.nav-link{color:white !important;font-size:20px;}
.dropdown-menu{background-color: transparent;}
.dropdown-item{color:white;}
.dropdown-item:hover{background-color: transparent;color:white;}



/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
.mitch-1 {
  font-family: visby-regular;
    font-size: calc( 1.5rem + (3 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    letter-spacing: .4rem;
}
.mitch-2 {
    font-size: calc(12px + 6 * ((100vw - 320px) / 680));

}
.mitch-3 {
  color: #341661;
  font-family: "visby-regular";
  letter-spacing:.4rem;
  font-weight:200px!important;
  font-size: calc(24px + 6 * ((100vw - 320px) / 320));

}
.mitch-4{
  color: #341661;
  font-family: visby-regular;
  letter-spacing:.3rem;
  line-height:2.0rem;
  font-size: calc(16px + 6 * ((100vw - 320px) / 680));

}
.shadow{
  z-index:100;min-height:300px;width:500px;margin-left:0px;
}

.title-decorative {
    font-family: visby-bold;
    letter-spacing: .17em;
    color:#2c1b5c;
    margin-bottom: 10px;
    padding-bottom:0px;
    font-size: calc(16px + 6 * ((100vw - 688px) / 688));

}
.title-decorative-2 {
    font-family: visby-bold;
    letter-spacing: .17em;
    color:#2c1b5c;
    margin-bottom: 10px;
    padding-bottom:0px;
    font-size: calc(20px + 6 * ((100vw - 688px) / 688));

}
.overlay:hover{background-color: rgba(169,199,99,.9);transition: background-color 0.8s ease; }
.overlay .title-decorative{
  color: #fff;
  padding-bottom:10px;
}
.overlay:hover .title-decorative{
  border-bottom: 1px solid white;
  transition: border-width 0.6s linear; 
}
.carousel-indicators{
  margin-bottom:-50px;
}
.carousel-indicators li {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color:#5e3b8d;
}


.what-we-do-header {
  height: 50vh;
  min-height: 400px;
  background-image: url('https://imex.brightav.com/images/what-we-do-header-arp.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.who-we-are-header {
  height: 50vh;
  min-height: 400px;
  background-image: url('https://imex.brightav.com/images/who-we-are-header-purple.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
 


/*footer*/
.col_white_amrc { color:#FFF;}
footer { width:100%; background-color:#544194; min-height:250px; padding:10px 0px 25px 0px ;}
.pt2 { padding-top:40px ; margin-bottom:20px ;}
footer p { font-size:13px;font-family: visby-regular; color:#CCC; padding-bottom:0px; margin-bottom:8px;}
.mb10 { padding-bottom:15px ;}
.footer_ul_amrc { margin:0px ; list-style-type:none ; font-size:14px; padding:0px 0px 10px 0px ; }
.footer_ul_amrc li {padding:0px 0px 5px 0px;}
.footer_ul_amrc li a{ color:#CCC;}
.footer_ul_amrc li a:hover{ color:#fff; text-decoration:none;}
.fleft { float:left;}
.padding-right { padding-right:10px; }

.footer_ul2_amrc {margin:0px; list-style-type:none; padding:0px;}
.footer_ul2_amrc li p { display:table; }
.footer_ul2_amrc li a:hover { text-decoration:none;}
.footer_ul2_amrc li i { margin-top:5px;}

.bottom_border { border-bottom:1px solid #323f45; padding-bottom:20px;}
.foote_bottom_ul_amrc {
  list-style-type:none;
  padding:0px;
  display:table;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}
.foote_bottom_ul_amrc li { display:inline;}
.foote_bottom_ul_amrc li a { color:#999; margin:0 12px;}

.social_footer_ul { display:table; margin:15px auto 0 auto; list-style-type:none;  }
.social_footer_ul li { padding-left:20px; padding-top:10px; float:left; }
.social_footer_ul li a { color:#CCC; border:1px solid #CCC; padding:8px;border-radius:50%;}
.social_footer_ul li i {  width:20px; height:20px; text-align:center;}
/*End Footer Style*/

@media screen and (min-width: 768px) {
  .navbar-brand img{
  max-width:350px;
  }
  .navbar-toggler i{
  font-size:50px;
  }
}
@media screen and (min-width: 480px){
  .shadow{margin-left:50px;}
}
@media screen and (min-width: 998px){
  .shadow{margin-left:150px;}
}
@media screen and (min-width: 1400px){
  .shadow{margin-left:250px;}
}
.shadow-lg{
  padding:20px;
}

@media screen and (max-width: 767px) {
  p {
    font-size: calc(16px + 6 * ((100vw - 320px) / 680));
    letter-spacing:.17rem;
  }
  
  li{
    font-size: calc(16px + 6 * ((100vw - 320px) / 680));
    letter-spacing:.17rem;
  }
  .offcanvas-collapse {  
    top: 70px; /* Height of navbar */
  }
  .shadow-lg{padding:5px;margin:auto!important;}
}
   