/* Variables */
:root {
  --primary-color: #67a238;
  --secondary-color: #89c34b;
  --tertiary-color: #aed884;
  --quarternary-color: #689f37;
  --quinary-color: #2A5C03;
  --black: #000000;
  --white: #fff;
  --orange: #ED8D09;
  --dark-blue: #05365E;
  --dark-grey: #545759;
  /* darkest grey - used for headings */
  --clr-grey-1: hsl(209, 61%, 16%);
  --clr-grey-3: hsl(209, 34%, 30%);
  --clr-grey-4: hsl(209, 28%, 39%);
  /* grey used for paragraphs */
  --clr-grey-5: hsl(210, 22%, 49%);
  --clr-grey-8: hsl(210, 31%, 80%);
  --clr-grey-9: hsl(212, 33%, 89%);
  --clr-grey-10: hsl(210, 36%, 96%);
  --ff-primary: "Nunito", sans-serif;
  --ff-secondary: "Helvetica", sans-serif;
  --transition: all 0.3s linear;
  --spacing: 0.2rem;
  --radius: 0.25rem;
  --light-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  --dark-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  --max-width: 1170px;
  --fixed-width: 700px;
}
*{outline: none !important;}
html,body{overflow-x: hidden;}
section{margin-top: 50px;}
header{margin-top: 0px;z-index: 1;}

h2, h3, h4, h5{ color:  #000; margin-bottom: 1rem; }

img{max-width: 100%;}
.h-100{ height: 100%;}
.m-auto{ margin: auto;}

/************************************************************************
***                           Navbar Styles                           ***
************************************************************************/
.navigation { height: auto; }
.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link a, .dropdown-item, .dropdown-item a {
  color: rgba(0,0,0,1);
  font-size: 18px;
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link a:hover, .dropdown-item:hover, .dropdown-item a:hover {
  color: var(--primary-color);
}
.navbar-dark .navbar-toggler-icon {background-image: none;}
.navbar{z-index: 1000;}
.navbar-nav{margin-right: 20px;}
.navbar-brand img{max-height: 60px;}
.logo { font-size:1.5rem; color:#000; }
.logo-img-webp{
  content: '';
  background-image: url(/assets/images/logo-lccf.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 50px;
  padding-left: 250px;
  margin: 0 20px 0 0;
}
.logo-img {
  content: '';
  background-image: url(/assets/images/logo-lccf.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 50px;
  padding-left: 250px;
  margin: 0 20px 0 0;
}
.navbar-dark .navbar-toggler {
  color: var(--primary-color);
  border-color: var(--primary-color);
}
.navbar-dark .navbar-toggler-icon { width: unset; height: unset; }
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu a::after {
  transform: rotate(-90deg);
  right: 6px;
  top: .8em;
}
.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}
.dropdown-submenu .dropdown-menu a {
  padding: .25rem 2.5rem;
}
.dropdown-submenu .dropdown-menu .dropdown-submenu .dropdown-menu a {
  padding: .25rem 3.5rem;
}
.support {
  padding: 6px 10px;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
.support.d-sm-only {
  padding: 6px 10px;
  border-right: 0px solid #dddddd;
  border-left: 0px solid #dddddd;
}
.support-link { display: flex; }
.support-icon { color:var(--primary-color); font-size: 2.5rem; display: inline-block; margin-right: 20px; }
.support-label { font-size: 16px; font-weight: 500; color: #000; }
.support-phone { font-size: 24px; font-weight: 600; line-height: 1; color: #000; }
a.support-link:hover { text-decoration: none; }

/************************************************************************
***                          Carousel Styles                          ***
************************************************************************/
.carousel-item {
  height: 350px;
  width: 100%;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.carousel-caption{
  position: relative;
  margin: 0 20px;
  right: unset;
  left: unset;
  top: unset;
  bottom: unset;
}
.carousel-item:after {
  content:"";
  display:block;
  position:absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background:rgba(0,0,0,0.7);
}
.carousel-caption::after {
  display: none;
  max-width: 60%;
  height: 10px;
  margin: 20px auto 0;
  background-image: url(../images/decor/decor-lines.svg);
  content: '';
}
.carousel-caption a{
  display: inline-block;
  position: relative;
  margin-top: 30px;
  margin-bottom: 50px;
}
.carousel-icons { position: relative; z-index: 3; margin: 0 20px 30px; padding-top: 30px; text-align: center;}
.carousel-icons::after {
  display: block;
  position: absolute;
  bottom: -25px;
  left: 50%;
  width: 64px;
  height: 8px;
  margin-left: -32px;
  background-image: url(../images/decor/decor-title-2.svg);
  content: '';
}
.carousel-icons i {
  width: 55px;
  height: 55px;
  color: #fff;
  font-size: 45px;
  margin: 0 25px;
}
.lead { font-size: calc(16px + 10.2 * ((100vw - 320px) / 1920));}
.carousel-title {font-size: calc(24px + 68 * ((100vw - 320px) / 1920)); color: #fff; font-weight: 600; line-height: 1.09;}

/************************************************************************
***                         Jumbotron Styles                          ***
************************************************************************/
.jumbotron {
  position: relative;
  overflow: hidden;
  background-color:black;
  padding: 0;
}
.jumbotron video {
  position: absolute;
  z-index: 1;
  top: -55px;
  width:100%;
  height:100%;
  /*  object-fit is not supported on IE  */
  object-fit: cover;
  opacity:0.65;
  height: 450px;
}
.jumbotron .container {
  z-index: 2;
  position: relative;
}



/************************************************************************
***                         Page Header Styles                        ***
************************************************************************/
.banner-top{margin-top: 100px;}
.about{
  /*   rgba sets the dark overlay    */
  background: linear-gradient(0deg,
  rgba(0,0,0,0.5),
  rgba(0,0,0,0.5)),
  url("/assets/images/about.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  /*   these set the focus point on the background image    */
  background-position-x: 70%;
  background-position-y: 40%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.page-top { 
  margin: 0;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #222222;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400; 
}
.container-pt { width: 100%; margin: 0 20px; }
.page-top i { color:var(--primary-color); }
.page-top .far { line-height: inherit; }
.page-top-left { display: flex; margin-right: auto; }
.page-top-right { display: flex; margin-left: auto; margin-right: auto; }
.page-header{
  height: 350px;
  width: 100%;
  min-height: 350px;
  padding-top: 175px;
}
.page-header, 
.page-header h1, 
.page-header h2, 
.page-header h3, 
.page-header p, 
.page-header a{color: #fff;}

.page-header-caption.position1{
  right: 15%;
  top: 20%;
  left: 15%;
}
.header-flow{ padding: 30px 20px; margin-top: -50px; z-index: 2; position: relative; }





/************************************************************************
***                          Services Styles                          ***
************************************************************************/
#services img {margin: auto;}
#services h2 { margin-bottom: 40px;}
#services h2::after {
  display: none !important;
  position: relative;
  bottom: -25px;
  width: 64px;
  height: 8px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../images/decor/decor-title-2.svg);
  content: '';
}
#services .row{ margin-bottom: 50px;}
#services .row .col-md-6{
  flex-direction: column;
  margin: auto;
  justify-content: center;
  align-items: center;
}


/************************************************************************
***                           Button Styles                           ***
************************************************************************/
.btn-primary {
  color: #fff;
  background-color: var(--primary-color);
  border: 2px solid var(--primary-color);
}
.btn-primary:hover, .btn-primary:active  {
  color: var(--primary-color);
  background-color: transparent;
}
.btn-primary-white {
  color: #fff;
  background-color: var(--primary-color);
  border: 2px solid var(--primary-color);
}
.btn-primary-white:hover, .btn-primary-white:active  {
  color: var(--primary-color);
  background-color: #fff;
}
.btn-secondary {
  color: #fff;
  background-color: var(--secondary-color);
  border: 2px solid var(--secondary-color);
}
.btn-secondary:hover, .btn-secondary:active  {
  color: var(--secondary-color);
  background-color: transparent;
}
.btn-tertiary {
  color: #fff;
  background-color: var(--tertiary-color);
  border: 2px solid var(--tertiary-color);
}
.btn-tertiary:hover, .btn-tertiary:active  {
  color: var(--tertiary-color);
  background-color: transparent;
}
.btn-quarternary {
  color: #fff;
  background-color: var(--quarternary-color);
  border: 2px solid var(--quarternary-color);
}
.btn-quarternary:hover, .btn-quarternary:active  {
  color: var(--quarternary-color);
  background-color: transparent;
}
.btn-quinary {
  color: #fff;
  background-color: var(--quinary-color);
  border: 2px solid var(--quinary-color);
}
.btn-quinary:hover, .btn-quinary:active  {
  color: var(--quinary-color);
  background-color: transparent;
}
.btn-white{
  color: #222;
  background-color: #fff;
  border: 2px solid #fff;
}
.btn-white:hover{
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
}
.filter-button{
    font-size: 18px;
    border: 1px solid #115b98;
    border-radius: 5px;
    text-align: center;
    color: #115b98;
    margin-bottom: 30px;

}
.filter-button:hover{
    font-size: 18px;
    border: 1px solid #0975c2;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #115b98;

}
.btn-default:active .filter-button:active{
    background-color: #115b98;
    color: white;
}


/************************************************************************
***                           Spacing Styles                           ***
************************************************************************/
.mb-20{margin-bottom: 20px;}
.mb-30{margin-bottom: 30px;}
.mb-50{margin-bottom: 50px;}
.mb-75{margin-bottom: 75px;}
.mb-100{margin-bottom: 100px;}
.mt-20{margin-top: 20px;}
.mt-30{margin-top: 30px;}
.mt-50{margin-top: 50px;}
.mt-75{margin-top: 75px;}
.mt-100{margin-top: 100px;}


.w-200{width:100%;max-width:200px;}
.w-300{width:100%;max-width:300px;}
.w-400{width:100%;max-width:400px;}



.my-3{border-top: 1px solid rgba(0,0,0,.0);}

.d-sm-only{ display: block;}
.d-sm-md-only{ display: block;}
.d-md-lg-only{ display: none;}
.d-lg-only{ display: none;}
.d-flex-md-lg-only { display: block; }
.d-flex-lg-only { display: block; }
.hidden{display: none;}



section {scroll-margin-top: 185px;}

.card{ margin-bottom: 30px;}
.card p { margin-bottom: 60px; }
.card a {
  position: absolute;
  bottom: 20px;
}






/************************************************************************
***                          Animated Styles                          ***
************************************************************************/
a.btn-call {
  display: flex;
  background-color: #0975c2;
  color: #fff;
  padding: 10px 20px;
  max-width: 100px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
.card-img { max-height: 300px; position: relative; overflow: hidden; }
.card-img img {
  transition: transform .5s ease;
}
.card:hover img { overflow: hidden; transform: scale(1.5); }



@-webkit-keyframes glowing {
  0% { background-color: #115b98; -webkit-box-shadow: 0 0 3px#115b98; }
  50% { background-color: #0975c2; -webkit-box-shadow: 0 0 40px#0975c2; }
  100% { background-color: #115b98; -webkit-box-shadow: 0 0 3px#115b98; }
}

@-moz-keyframes glowing {
  0% { background-color:#115b98; -moz-box-shadow: 0 0 3px #115b98; }
  50% { background-color:#0975c2; -moz-box-shadow: 0 0 40px#0975c2; }
  100% { background-color:#115b98; -moz-box-shadow: 0 0 3px #115b98; }
}

@-o-keyframes glowing {
  0% { background-color: #115b98; box-shadow: 0 0 3px #115b98; }
  50% { background-color: #0975c2; box-shadow: 0 0 40px#0975c2; }
  100% { background-color: #115b98; box-shadow: 0 0 3px #115b98; }
}

@keyframes glowing {
  0% { background-color: #115b98; box-shadow: 0 0 3px #115b98; }
  50% { background-color: #0975c2; box-shadow: 0 0 40px #0975c2; }
  100% { background-color:#115b98; box-shadow: 0 0 3px #115b98; }
}