/* **** FONT OPTIONS **** */
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@700;900&family=Mulish:wght@300;400&display=swap');


/*
    PRIMARY / RED:          #BF1E2E
    SECONDARY               #BF1E2E (*)
    DARK GRAY:              #333333
    MEDIUM GRAY:            #666666     (TEXT)
*/




h1,h2,h3,h4,h5,h6 {font-family: 'Merriweather', serif;font-weight:700}
p {font-family: 'Mulish', sans-serif;font-size:16px;font-weight:400}
p.lead {font-family: 'Mulish', sans-serif;font-size:18px;font-style:italic;font-weight:650; color:#BF1E2E}
p.lead-banners {font-family: 'Mulish', sans-serif;font-size:18px;font-style:italic;font-weight:500;}

h1 {font-size: 48px;}
  @media (max-width: 1199px) {h1 {font-size: 28px;}}
h2 {font-size: 36px;}
  @media (max-width: 1199px) {h2 {font-size: 24px;}}
h3 {font-size: 26px;}
  @media (max-width: 1199px) {h3 {font-size: 20px;}}
h4 {font-size: 20px;}
  @media (max-width: 1199px) {h4 {font-size: 16px;}}
h5 {font-size: 20px;}
  @media (max-width: 1199px) {h4 {font-size: 16px;}}
h6 {font-size: 20px;}
  @media (max-width: 1199px) {h4 {font-size: 16px;}}

h2 span {color:#BF1E2E}
h3 span {color:#BF1E2E;display:block;font-size:16px;}


/* PRIMARY */
.btn {border-radius:0;border:none;font-weight:bold;font-size:14px;}
.bg-primary {background:#BF1E2E;}
.bg-dark {background:#CCCCCC;}
.text-primary {color:#BF1E2E !important;}
.btn-primary {background:#BF1E2E;color:#fff;;padding:8px 12px;border:2px solid #BF1E2E }
    .btn-primary:hover {background:#333;color:#fff}
.btn-primary-open {border:2px solid #BF1E2E ;color:#BF1E2E;padding:8px 12px}
    .btn-primary-open:hover {background:#BF1E2E ;color:#FFF}
.text-link-primary {color:#BF1E2E;font-weight:bold; font-family: 'Mulish', sans-serif;font-size:16px;}

.btn-white {background:#FFF;color:#BF1E2E}
  .btn-white:hover {background:#333333;color:#FFF}
.btn-special-1 {border:1px solid #BF1E2E ;color:#BF1E2E;padding:4px 6px;font-size:12px;margin-left:70px;}
  .btn-special-1:hover {background:#BF1E2E ;color:#FFF}

  .btn-white2 {background:#FFF; border:1px solid #FFF; color:#D8232A }
   .btn-white2:hover {background:#333; border:1px solid #333; color:#D8232A }
.bg-gray {background:#333333;color:#fff;}

/* SECONDARY */
.bg-secondary {background:#BF1E2E !important;}
.text-secondary {color:#BF1E2E;}
.btn-secondary {background:#BF1E2E;color:#fff}
.btn-secondary {background:#BF1E2E;color:#fff}
    .btn-secondary:hover {background:#2E2E2E;color:#fff}
.btn-secondary-open {border:2px solid #BF1E2E ;color:#BF1E2E}
    .btn-secondary-open:hover {background:#BF1E2E ;color:#FFF}


  div.icon-list {margin-top:15px;}
  .icon-list img{ width:32px;float:left;}
  .icon-list h4 {margin-left:42px;margin-bottom:5px;margin-top:0;}
  .icon-list p {margin-left:42px;margin-top:0;font-size:.9em;}



/* TOP BAR */
.topbar {
    background:#BF1E2E;
    padding:5px 0;

}
.topbar p{
    color:#fff !important;
    font-size:.85em
}
.fa {
    color:#BF1E2E !important;
}
.social-connect a:hover {
    background:#FFF;
}
  @media only screen and (max-width: 767px) {
    .social-connect {
      text-align:center;margin:auto;} }



/* ************************************************************************************************ */
/* BUTTONS */
  .btn-main {
    border-color: #BF1E2E;
    background:#BF1E2E;
    color:#FFF;
    height: 42px;
    font-size: 18px;
    font-weight:800;
    text-transform:uppercase;
    padding-left: 30px;
    padding-right: 30px;
    padding-top:12px;
    padding-bottom:14px;
    font-family: 'Mulish', sans-serif;
    display: inline-block;
    line-height: 1;
    text-align: center;
    -webkit-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
  }
  .btn-main:hover {
    background-color: #333333;
    color:#FFF;
  }
  .btn-header {
    border-color: #BF1E2E;
    background:#BF1E2E;
    color:#FFF;
    font-size: 14px;
    font-weight:800;
    margin-right:2px;
    margin-top:2px;
    text-transform:uppercase;
    padding-left: 15px;
    padding-right: 15px;
    padding-top:8px;
    padding-bottom:10px;
    font-family: 'Mulish', sans-serif;
    display: inline-block;
    line-height: 1;
    text-align: center;
    float:right;
    -webkit-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
  }
  .btn-primary:hover, .btn-primary:focus, .btn-header:hover  {
    background-color: #333;
    color: #ffffff;
  }
.htel{
  float:right;
  color:#333;
  font-family: 'Mulish', sans-serif;
  font-size:28px;
  font-weight:bold;
  margin-bottom:20px;
  margin-top:-8px;

}
.hcall-text {
  float:right;
  color:#333;
  font-family: 'Mulish', sans-serif;
}



/* ************************************************************************************************ */
/* HERO */
  .hero-image {
    height:50vh;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
  }
  .hero h1 {color:#FFF;font-size:4em;margin-top:20px}
  .hero span {
      margin-top:150px;
      border-color: #fff;
      background:#fff;
      color:#2C51AD;
      font-size: 14px;
      font-weight:800;
      text-transform:uppercase;
      padding-left: 10px;
      padding-right: 10px;
      padding-top:5px;
      padding-bottom:5px;
      font-family: 'Mulish', sans-serif;
      display: inline-block;}
  .hero p {color:#FFF;font-size:2em;font-style:italic;}


  .caption-wrapper h4 {
    display:inline-block;
    margin:0;
    padding-bottom:5px;
    border-bottom:3px solid #BF1E2E;
  }
  .caption-wrapper h2 {
    margin:10px 20px;
  }
  .caption-wrapper p {
    color:#FFF;
    font-size:18px;
    font-style: italic;
  }

  .caption {
    background:rgba(0, 0, 0, .4);
    padding:20px 30px;
  }



/* ************************************************************************************************ */
/* BANNERS */
  .banner1-wrapper {height: 460px;}
  .banner1-wrapper .banner-caption h5 {font-weight: 800;}
  .banner1-wrapper .banner-caption p {font-style: italic;font-size: 18px;}
    @media only screen and (max-width: 980px) {.banner1-wrapper {height: 300px;}}
    @media only screen and (max-width: 767px) {.banner1-wrapper {height: auto;padding: 50px 0;}}

  .banner2-wrapper {height: 300px;}
  .banner2-wrapper .banner-caption h2 {font-weight: 800;color:#BF1E2E}
  .banner2-wrapper .banner-caption p {font-style: italic;font-size: 22px;color:#FFF;}
    @media only screen and (max-width: 980px) {.banner2-wrapper {height: 200px;}}
    @media only screen and (max-width: 767px) {.banner2-wrapper {height: auto;padding: 50px 0;}}

  .banner3-wrapper { height: 300px;position: relative; }
  .banner3-wrapper .overlay {position: absolute;top: 0;left: 0;right: 0;bottom: 0;background:RGBA(0,124,187,0.75); }
  .banner3-wrapper .overlay .container {height: 100%; }
  .banner3-wrapper .banner-text h1, .banner3-wrapper .banner-text p{ color: #ffffff; }
  .banner3-wrapper .banner-text p { margin-top:10px; font-size:1.2em;font-style:italic;}
      @media only screen and (max-width: 1200px) {.banner3-wrapper {height: 200px; } }
      @media only screen and (max-width: 767px) {.banner3-wrapper {height: auto;padding: 60px 10px; } }

  .banner {
    background-size:cover;
    background-repeat: no-repeat;
    position:relative;
    background-position:left center;
    height:600px;
  }
  .banner-filter {
    position: absolute;
    height:100%;
    width:100%;
    background-color:rgba(0,0,0,.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .banner h1 {
    color:#fff;
    font-size:48px;
    font-weight:800;
    padding:0;
    margin:160px 0 10px 0;
  }
  .banner p {
    font-size:32px;
    color:rgba(255,255,255,.7);
    font-style:italic;
    margin-bottom: 50px;
  }



    @media only screen and (max-width: 1024px) {
        .banner {  }
    }
    @media only screen and (max-width: 767px) {
        .banner {   }
    }
    @media only screen and (max-width: 480px) {
        .banner {   }
    }


    /* Testimonials */
.testimonial-wrapper {
  margin:10px 0 60px 0;
  padding:32px 20px 16px;
  background-color:#FFF;
  border-radius:8px;
  border:3px solid #FFF;
  box-shadow: 0 0 40px rgba(0,0,0,0.22);
  text-align:center;
}
.testimonial-photo {
  margin-right:12px;
}
.testimonial-wrapper h4 {
  margin-bottom:20px;
}
.testimonial-stars {
  display:block;
  margin:auto;
  margin-bottom:20px;
  width:100px;
}
.testimonial-disclaimer {
  margin-top:40px;
  font-size:.85em;
  color:#aaa;
  text-align:center;
}

.testimonials-titlebox {
  margin:10px 0 60px 0;
  padding:32px 20px 16px;
  background-color:#BF1E2E;
  border-radius:8px;
  border:3px solid #BF1E2E;
  box-shadow: 0 0 40px rgba(0,0,0,0.22);
  text-align:center;
}



/* ************************************************************************************************ */
/* BREADCRUMBS */
  .breadcrumb1-wrapper {background: #F8F8F8;border-top: 1px solid #F0F0F0;border-bottom: 1px solid #F0F0F0;margin: 0 0 90px; }
  .breadcrumb1-wrapper .mybreadcrumb {padding: 10px 0; }
  .breadcrumb1-wrapper .mybreadcrumb ul {padding: 0;margin: 0; }
  .breadcrumb1-wrapper .mybreadcrumb ul li a {color: #A4A4A4; }
  .breadcrumb1-wrapper .mybreadcrumb ul li a:hover, .breadcrumb1-wrapper .mybreadcrumb ul li a:focus {color: #000; }
  .breadcrumb1-wrapper .mybreadcrumb ul li .fa {color: #A4A4A4 !important;padding: 0 5px; }
  .breadcrumb1-wrapper .mybreadcrumb ul .active {color: #000; font-weight:bold}
    @media only screen and (max-width: 1023px) {.breadcrumb1-wrapper {margin-bottom: 45px; } }
    @media only screen and (max-width: 1023px) {.breadcrumb1-wrapper {padding: 0 15px; } }

  .breadcrumb2-wrapper {background: #2E2E2E;border-top: 1px solid #000;border-bottom: 1px solid #000;margin: 0 0 90px; }
  .breadcrumb2-wrapper .mybreadcrumb {padding: 10px 0; }
  .breadcrumb2-wrapper .mybreadcrumb ul {padding: 0;margin: 0; }
  .breadcrumb2-wrapper .mybreadcrumb ul li a {color: #A4A4A4; }
  .breadcrumb2-wrapper .mybreadcrumb ul li a:hover, .breadcrumb2-wrapper .mybreadcrumb ul li a:focus {color: #000; }
  .breadcrumb2-wrapper .mybreadcrumb ul li .fa {color: #A4A4A4 !important;padding: 0 5px; }
  .breadcrumb2-wrapper .mybreadcrumb ul .active {color: #000; font-weight:bold}
    @media only screen and (max-width: 1023px) {.breadcrumb2-wrapper {margin-bottom: 45px; } }
    @media only screen and (max-width: 1023px) {.breadcrumb2-wrapper {padding: 0 15px; } }

  .breadcrumb3-wrapper {background: #BF1E2E;border-top: 1px solid #FFF;border-bottom: 1px solid #FFF;margin: 0 0 90px; }
  .breadcrumb3-wrapper .mybreadcrumb {padding: 10px 0; }
  .breadcrumb3-wrapper .mybreadcrumb ul {padding: 0;margin: 0; }
  .breadcrumb3-wrapper .mybreadcrumb ul li a {color: #2E2E2E; }
  .breadcrumb3-wrapper .mybreadcrumb ul li a:hover, .breadcrumb3-wrapper .mybreadcrumb ul li a:focus {color: #FFF; }
  .breadcrumb3-wrapper .mybreadcrumb ul li .fa {color: #2E2E2E !important;padding: 0 5px; }
  .breadcrumb3-wrapper .mybreadcrumb ul .active {color: #FFF; font-weight:bold}
    @media only screen and (max-width: 1023px) {.breadcrumb3-wrapper {margin-bottom: 45px; } }
    @media only screen and (max-width: 1023px) {.breadcrumb3-wrapper {padding: 0 15px; } }


/* ************************************************************************************************ */
/* FOOTER */
.lfooter {background: #2E2E2E;padding: 100px 0 0;color: #ffffff; }
.lfooter a {color: #fff;-webkit-transition: 0.32s all linear;-moz-transition: 0.32s all linear;transition: 0.32s all linear; }
.lfooter a:hover, .lfooter a:focus {color: #fff; }
.lfooter .main-footer .f-box .f-head {padding-bottom: 15px;margin-bottom: 20px;height: 130px;border-bottom: 1px solid #000; }
.lfooter .main-footer .f-box .f-head h2 {padding-top: 35px;font-size: 22px;font-weight: bold;font-family: 'Mulish', sans-serif;text-transform: uppercase;margin: 0; }
    @media only screen and (max-width: 767px) {.lfooter .main-footer .f-box .f-head h2 {padding-top: 10px; } }
    @media only screen and (max-width: 767px) {.lfooter .main-footer .f-box .f-head { height: auto;padding-bottom: 10px; margin-bottom: 10px; } }
.lfooter .main-footer .f-box .f-link .floated-list li {width: 50%; }
.lfooter .main-footer .f-box .f-link .floated-list li a {padding-bottom: 5px;text-transform: capitalize; }
    @media only screen and (max-width: 767px) {.lfooter .main-footer .f-box .f-link .floated-list li {width: 100%; } }
.lfooter .main-footer .f-section:first-child {padding-right: 6%; }
.lfooter .main-footer .f-section:nth-child(2) {padding-right: 3%; }
.lfooter .main-footer .contacts-info span {display: block;margin-bottom: 15px;clear: both; }
.lfooter .main-footer .contacts-info span .icon {width: 10%;float: left; }
    @media only screen and (max-width: 767px) {.lfooter .main-footer .contacts-info span .icon {width: auto;float: none;margin-bottom: 10px; } }
.lfooter .main-footer .contacts-info span i {font-size: 20px;color: #FFF; }
.lfooter .main-footer .contacts-info .location-icon {height: 45px; }
    @media only screen and (max-width: 1023px) {.lfooter .main-footer .contacts-info .location-icon {height: auto; } }
    @media only screen and (max-width: 1023px) {.lfooter .main-footer .f-section:first-child,.lfooter .main-footer .f-section:nth-child(2) {padding-right: 15px; } }
.lfooter .secondary-footer {margin-top: 5px; }
.lfooter .secondary-footer .f-section {padding: 20px 0;border-top: 1px solid #000;margin-right: 17%; }
    @media only screen and (max-width: 1023px) {.lfooter .secondary-footer .f-section {margin-right: 0; } }
.lfooter .secondary-footer .social-info a {width: 30px;height: 30px;border-radius: 50%;background: #BF1E2E;color: #2E2E2E !important;text-align: center;padding-top: 5px;margin-right: 5px;font-size: 18px !important;display: inline-block;border: 1px solid transparent; }
.lfooter .secondary-footer .social-info a:hover {background: #fff;color: #2E2E2E;}
.lfooter .secondary-footer .social-info .linked {background: #000; }
.lfooter .secondary-footer .social-info .linked:hover, .lfooter .secondary-footer .social-info .linked:focus {background: transparent;border: 1px solid #FFF;color: #FFF; }
.lfooter .secondary-footer .social-info .fb {background: #000; }
.lfooter .secondary-footer .social-info .fb:hover, .lfooter .secondary-footer .social-info .fb:focus {background: transparent;border: 1px solid #FFF;color: #FFF; }
.lfooter .secondary-footer .social-info .twt {background: #000; }
.lfooter .secondary-footer .social-info .twt:hover, .lfooter .secondary-footer .social-info .twt:focus {background: transparent;border: 1px solid #FFF;color: #FFF; }
.lfooter .secondary-footer .social-info .pin {background: #000; }
.lfooter .secondary-footer .social-info .pin:hover, .lfooter .secondary-footer .social-info .pin:focus {background: transparent;border: 1px solid #FFF;color: #FFF; }
    .lfooter .secondary-footer .social-info .insta {
      background: #000; }
      .lfooter .secondary-footer .social-info .insta:hover, .lfooter .secondary-footer .social-info .insta:focus {
        background: transparent;
        border: 1px solid #FFF;
        color: #FFF; }
      .lfooter .secondary-footer .social-info .insta:hover, .lfooter .secondary-footer .social-info .insta:focus {
        background: transparent;
        border: 1px solid #FFF;
        color: #FFF; }
    .lfooter .secondary-footer .terms {
      padding-top: 5px; }
      .lfooter .secondary-footer .terms a {
        color: #FFF; }
      .lfooter .secondary-footer .terms a:hover {
        color: #000; }
    @media only screen and (max-width: 767px) {
      .lfooter .secondary-footer {
        margin-top: 0; }
        .lfooter .secondary-footer .pull-left, .lfooter .secondary-footer .pull-right {
          width: 100%;
          float: none; } }
  .lfooter .copyright {
    border-top: 1px solid #000;
    padding-top: 40px;
    text-align: center; }
    .lfooter .copyright span {
      text-transform: uppercase;
      color: #000; }
    @media only screen and (max-width: 1023px) {
      .lfooter .copyright {
        padding-top: 25px; } }
    @media only screen and (max-width: 767px) {
      .lfooter .copyright {
        padding-top: 15px; }
        .lfooter .copyright span {
          font-size: 14px; } }
  .lfooter .last-footer {
    margin-top: 50px;
    background: #000;
    height: 65px; }
    .lfooter .last-footer span {
      color: #2E2E2E;
      padding-top: 24px;
      display: inline-block; }
      .lfooter .last-footer span a {
        color: #2E2E2E; }
        .lfooter .last-footer span a:hover, .lfooter .last-footer span a:focus {
          color: #FFF; }
        @media only screen and (max-width: 767px) {
          .lfooter .last-footer span a {
            display: block; } }
  @media only screen and (max-width: 1200px) {
    .lfooter {
      border-top: 45px solid #000;;
      padding: 45px 0 0; }
      .lfooter .last-footer {
        height: 45px;
        margin-top: 30px; }
        .lfooter .last-footer span {
          padding-top: 12px; } }
  @media only screen and (max-width: 767px) {
    .lfooter {
      text-align: center;
      padding-top: 25px; }
      .lfooter .last-footer {
        height: auto;
        margin-top: 10px; }
        .lfooter .last-footer span {
          padding: 10px; } }
.social-link2  {
  font-size:16px;
  height:28px;
  width:28px;
  text-align:center;
  padding:6px;
  border-radius:50%;
  background:#BF1E2E;
  color:#333333 !important;
  margin-right:12px;
  transition: all 0.7s ease-out;
}

/* FOOTER */
footer {
  background:#2E2E2E;
  color:#FFF;
}
.footer-links {
  display:block;
  font-size:1.2em;
  border-bottom:1px dotted rgba(255,255,255,.3);
  padding:5px 0;
}
.footer-links i{
  margin-right:8px;
}
.footer-links a {
  font-weight:normal;
}
.footer-links a:hover {
  color:#fff;
}
.social-link  {
  font-size:16px;
  height:28px;
  width:28px;
  text-align:center;
  padding:6px;
  border-radius:50%;
  background:#BF1E2E;
  color:#333333 !important;
  margin-right:12px;
  transition: all 0.7s ease-out;
}
.social-link:hover {
  background:#FFF;
  color:#333333;
  transition: all 0.7s ease-out;
}

ul.basic-list  {
  list-style: none;
  margin-top:15px;
}
.basic-list li {
  background:url(../images/bullet.png) no-repeat left top;
  padding-left: 30px;
  margin: 10px 15px 10px;
  font-family: 'Mulish', sans-serif;
  font-size:16px;
  font-weight:300;
}

.over {
  text-transform: uppercase;
  display: block;
  font-size: .75em;
}


.stat-bar img {
  float:left;
  height:64px;
  margin-right:12px;
}
.stat-bar h3{
  margin-top:0;
}
.stat-decoration {
  display:block;
  width: 50px;
  height:2px;
  border-bottom: 4px solid rgba(255,255,255,.5);
  margin-left: 76px;
  margin-bottom:6px;
}

.stat-bar p {
  color:#fff;
  text-transform:uppercase;
  font-size:.85em;
}

.icon-blocks img {
  float:left;
}
.icon-blocks h3 {
  margin-left: 70px;
  margin-right: 20px;
  margin-top:0;
}
.icon-blocks p {
  margin-left: 70px;
  margin-right: 20px;
}




/* ************************************************** */
/* FORMS */
.form-fields {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  margin-bottom:20px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.btn-form {
  width: 100%;
  text-align:center;
}
.form-fields:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-fields::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-fields:-ms-input-placeholder {
  color: #999;
}
.form-fields::-webkit-input-placeholder {
  color: #999;
}
.form-fields[disabled],
.form-fields[readonly],
fieldset[disabled] .form-fields {
  background-color: #eee;
  opacity: 1;
}
.form-fields[disabled],
fieldset[disabled] .form-fields {
  cursor: not-allowed;
}
textarea.form-fields {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-fields {
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.055); }

.form-fields[type="button"],
.form-fields[type="submit"],
.form-fields[type="reset"] {
  -webkit-appearance: none;
  cursor: pointer; }

.form-fields::-moz-placeholder {
  color: #838383;
  opacity: 1; }

.form-fields:-ms-input-placeholder {
  color: #838383; }

.form-fields::-webkit-input-placeholder {
  color: #838383; }

.form-fields:focus {
  box-shadow: none;
  border: 1px solid #007a92 !important; }

  .form-content {
    height: 50px;
    border: 1px #ACACAC solid;
    width: 100%;
    color: #ACACAC;
    padding-left: 10px;
  margin-bottom:10px; }

  textarea.form-content {
    border: 1px #ACACAC solid;
    width: 100%;
    color: #ACACAC;
    padding-left: 10px;
    height:100px;
  }

  select.form-content {
    width: 100%;
    border: 1px #ACACAC solid;
    height: 50px; }

/* Clicking Issue header, added on 4th March 2021 */
  .body-inactive{
    display: none;
  }

  .nav-btn {
    background:#fff;
  }
  .nav-btn a{
    color: #BF1E2E !important;
    margin:0 8px;
  }
  .nav-btn:hover {
    background:#333333;
  }
  .nav-btn:hover a{
    color: #fff;
  }

  .nav >a {
    font-weight:600;
    font-size:1.25em;
    color: #BF1E2E !important;
  }

  .col-md-fifth   {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
@media (min-width: 992px) {
  .col-md-fifth {
    float: left;
    width: 20%;
  }
}


/* Ornamental Metal Page Style */
@media (min-width: 992px){
  .row.ornamental-steel-intro-section{
    display: flex;
    align-items: center;
  }

  .row.ornamental-steel-intro-section [class*=col-] > div{
    float: right;
    padding-right: 60px;
    padding-left: 40px;
  }
  .types-of-steel-fences .img-types{
    height: 200px;
    width: 100%;
    object-fit: cover;
    border: 5px;
    border: 1px solid #e9e9e9;
    padding: 3px;
  }
}

/* Fence Page Style */
.item-center{
  align-items: center;
  display: flex;
}
@media (max-width: 992px){
  .item-center{
    display: block;
  }
}
.swatch {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  display: inline-block;
  background-color: rgb(0, 0, 0);
  margin-right: 10px;
  border: 2px solid var(--border-color-soft);
}
.swatch-bronze{
  background-color: rgb(81, 72, 52);
}

/* css for hero video */
.hero-variant .caption-wrapper h4 {
  color: #fff;
  font-size: 22px;
}
.hero-variant .caption-wrapper h2 {
  font-size: 40px;
  color: #fff;
}
.hero-variant .caption-wrapper p {
  color:#FFF;
  font-size:20px;
}
@media (max-width: 1199px){
  .hero-variant .caption-wrapper h4 {
    font-size: 20px;
  }
  .hero-variant .caption-wrapper h2 {
    font-size: 36px;
  }
  .hero-variant .caption-wrapper p {
    font-size: 19px;
  }
}
@media (max-width: 576px){
  .hero-variant .caption-wrapper h4 {
    font-size: 16px;
  }
  .hero-variant .caption-wrapper h2 {
    font-size: 32px;
  }
  .hero-variant .caption-wrapper p {
    font-size: 15px;
  }
}


/* Go To Top */
#goToTop {
  position: fixed;
  bottom: 25px;
  left: 25px;
  transform: translateY(200px);
  transition: transform 0.35s ease-out;
  z-index: 999;
}
#goToTop.show {
  transform: translateY(0);
}
#goToTop a {
  cursor: pointer;
  height: 40px;
  width: 40px;
  background: linear-gradient(
    95deg,
    rgb(191, 30, 46) 20%,
    rgb(248, 74, 91) 80%
  );
  border-radius: 50%;
  display: block;
  line-height: 40px;
  text-align: center;
}
#goToTop a i {
  color: #fff !important;
  font-size: 22px;
}

span i.fa {
  color: #FFF !important;
}

/*----- CENTER -------*/
.center-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.center-content {
text-align: center;
}

/* This centers a block level element */
.center-content-block {
display: block;
margin-left: auto;
margin-right: auto; 
}
/*----- END CENTER -------*/

.embed-container { 
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden; 
    max-width: 100%; 
} 

.embed-container iframe { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
}


.pinterest-text .text-primary {
 color: rgb(15, 15, 15) !important;
}