html, body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow-x: hidden; }

body {
  font-family: "Montserrat", sans-serif;
  position: relative;
  font-size: 18px;
  line-height: 25px; }

img {
  width: 100%; }

@media (max-width: 991px) {
  .mobile-hidden {
    display: none; } }

a {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #ed1d24; }

a:active,
a:focus,
a:hover {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #333; }

section {
  padding: 100px 0;
  position: relative; }
  @media (max-width: 991px) {
    section {
      padding: 50px 0; } }

.btn {
  color: #fff;
  background-color: #ed1d24;
  border: 2px solid #ed1d24;
  text-transform: uppercase;
  padding: 15px 35px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  transition: all 0.5s ease-in-out;
  border-radius: 200px;
  margin: 15px 0;
  font-family: "Work Sans", sans-serif; }
  @media (max-width: 991px) {
    .btn {
      padding: 12px 25px;
      letter-spacing: 2px;
      font-size: 15px; } }

.btn:hover, .btn:focus, .btn:active {
  color: #ed1d24;
  background-color: transparent;
  border: 2px solid #ed1d24; }

.title-h {
  font-size: 55px;
  font-weight: 700;
  line-height: 60px;
  color: #111; }
  @media (max-width: 991px) {
    .title-h {
      font-size: 30px;
      line-height: 35px; } }

.inner-h {
  font-size: 36px;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-family: "Work Sans", sans-serif;
  color: #111; }
  @media (max-width: 991px) {
    .inner-h {
      font-size: 30px;
      line-height: 32px; } }

.title-p {
  font-size: 22px;
  font-weight: 300;
  line-height: 32px;
  padding-bottom: 20px;
  font-family: "Montserrat", sans-serif;
  color: #555;
  letter-spacing: 0px;
  margin-top: 25px; }
  @media (max-width: 991px) {
    .title-p {
      font-size: 20px;
      line-height: 26px; } }

.sep {
  content: "";
  height: 6px;
  width: 180px;
  background-color: #ed1d24;
  margin: 20px auto; }

.sep-left {
  content: "";
  height: 6px;
  width: 180px;
  background-color: #ed1d24;
  margin: 20px 0; }

.back-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.mobile-view {
  display: none !important; }
  @media (max-width: 991px) {
    .mobile-view {
      display: block !important; } }

.desctop-view {
  display: block !important; }
  @media (max-width: 991px) {
    .desctop-view {
      display: none !important; } }

/******navbar start*******/
/******navbar start*******/
@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-toggle {
    margin-top: 25px;
    background: #fff; }

  nav.navbar.bootsnav .svg-inline--fa {
    color: #ed1d24; } }
.navbar {
  min-height: 80px; }
  @media (max-width: 991px) {
    .navbar {
      height: 60px; } }

nav.navbar.bootsnav.navbar-fixed {
  z-index: 100; }

.navbar-brand {
  padding: 2px 5px 2px 5px; }
  @media (max-width: 991px) {
    .navbar-brand {
      padding: 6px 15px 2px 15px; } }

.navbar-brand img {
  width: auto;
  height: 80px; }
  @media (max-width: 991px) {
    .navbar-brand img {
      height: 70px; } }

.fa-caret-down {
  margin-left: 4px; }

@media (min-width: 991px) {
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    width: 220px;
    border-radius: 0px;
    padding: 0;
    background: #fff;
    border: solid 1px #eee;
    border-top: 6px solid #ed1d24;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.25); }

  nav.navbar ul.nav > li > a {
    padding: 30px 15px;
    font-weight: 400; }

  nav.navbar.bootsnav ul.nav > li > a {
    padding: 32px 13px 25px 13px;
    font-weight: 500;
    font-size: 18px;
    font-family: "Work Sans", sans-serif;
    color: #333; }

  nav.navbar-fixed.bootsnav ul.nav > li > a {
    color: #333; }

  nav.navbar-fixed.bootsnav ul.nav > li > a:hover {
    color: #ed1d24; }

  nav.no-background.bootsnav ul.nav > li > a {
    color: #fff; }

  nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
    display: none; }

  nav.navbar.bootsnav ul.navbar-center li.dropdown ul.dropdown-menu li a {
    text-align: left; }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    padding: 9px 15px;
    border-bottom: solid 1px #eee;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    font-family: "Work Sans", sans-serif; }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    color: #ed1d24; }

  nav.navbar.bootsnav {
    background: #fff;
    border-bottom: 1px solid #eee; } }
@media (max-width: 992px) {
  nav.navbar.bootsnav {
    background: #fff;
    border-bottom: 1px solid #f2f2f2; }

  nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before {
    content: "";
    display: none; }

  nav.navbar.bootsnav .navbar-nav > li > a {
    border-bottom: none;
    border-top: none;
    font-weight: 500;
    text-transform: uppercase;
    color: #333 !important;
    font-family: "Work Sans", sans-serif;
    font-size: 20px; }

  nav.navbar.bootsnav .navbar-collapse.collapse.in {
    margin: 20px -15px 20px -15px;
    background: #fff;
    border-bottom: 1px solid #eee; }

  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    color: #333;
    font-size: 18px;
    padding: 5px 0;
    font-family: "Work Sans", sans-serif; }

  nav.navbar.bootsnav .navbar-nav {
    margin: 0px -15px 10px -15px;
    padding-top: 30px; } }
.btn-nav1 {
  display: inline-block;
  margin-top: 16px;
  margin-right: 15px;
  margin-left: 10px;
  font-size: 17px;
  padding: 10px 25px;
  background-color: #ed1d24 !important;
  border: 2px solid #ed1d24 !important;
  letter-spacing: 0;
  color: #fff  !important; }
  @media (max-width: 991px) {
    .btn-nav1 {
      margin-left: 0;
      text-transform: uppercase;
      text-align: center;
      margin-top: 8px;
      margin-bottom: 20px; } }

.btn-nav1:hover {
  background-color: #ed1d24 !important;
  border: 2px solid #ed1d24 !important;
  color: #fff  !important; }

nav.no-background.bootsnav .navbar-brand img.logo-large {
  width: auto;
  height: 80px;
  margin-top: 0px; }

@media (max-width: 991px) {
  nav.no-background.bootsnav .navbar-brand img.logo-large {
    height: 75px;
    width: auto;
    margin-top: 0; } }
nav.no-background.bootsnav .logo1 {
  display: inline-block !important; }

nav.navbar-fixed.bootsnav .logo1 {
  display: none; }

nav.no-background.bootsnav .logo2 {
  display: none !important; }

nav.navbar-fixed.bootsnav .logo2 {
  display: inline-block; }

@media (max-width: 992px) {
  nav.no-background.bootsnav .logo1 {
    display: none !important; }

  nav.no-background.bootsnav .logo2 {
    display: inline-block !important; } }
/******navbar end**********/
/******navbar end**********/
/*************** hero start ****************/
.slider #owlCarousel,
.slider .owl-stage-outer,
.slider .owl-stage,
.slider .owl-item-bg,
.slider .owl-item {
  min-height: 80vh; }

@media (max-width: 992px) {
  .slider #owlCarousel,
  .slider .owl-stage-outer,
  .slider .owl-stage,
  .slider .owl-item-bg,
  .slider .owl-item {
    min-height: 65vh; } }
.slider {
  width: 100%;
  min-height: 80vh;
  position: relative;
  z-index: 3;
  overflow: hidden; }

@media (max-width: 992px) {
  .slider {
    min-height: 65vh; } }
.slider .back {
  background-color: rgba(26, 26, 26, 0.55); }

.slider h1 {
  color: #fff;
  font-size: 55px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6); }

@media (max-width: 992px) {
  .slider h1 {
    font-size: 29px;
    line-height: 31px; } }
.slider .btn {
  border: 2px solid #fff;
  color: #fff;
  background: transparent;
  margin: 20px 5px 50px 5px; }

@media (max-width: 768px) {
  .slider .btn {
    margin: 10px 2px 50px 2px;
    font-size: 17px;
    padding: 10px 25px; } }
.slider .btn:hover {
  background: #ed1d24;
  border: 2px solid #ed1d24; }

.slider #owlCarousel {
  width: 100%;
  overflow: hidden;
  position: relative; }

.slider .owl-item {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden; }

.slider .owl-item-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.slide-content {
  padding-top: 30vh; }

@media (max-width: 768px) {
  .slide-content {
    padding: 20vh 5px 80px 5px; } }
.slider .owl-theme .owl-dots .owl-dot.active span, .slider .owl-theme .owl-dots .owl-dot:hover span {
  background: #ed1d24; }

.slider .owl-theme .owl-controls {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0; }

@media (max-width: 768px) {
  .slider .owl-theme .owl-controls {
    bottom: 10px; } }
.slider .owl-theme .owl-dots .owl-dot span {
  background: #ccc; }

/***************hero end******/
.about-home {
  padding: 100px 0; }
  @media (max-width: 768px) {
    .about-home {
      padding: 50px 0; } }

/********* services start *********/
.services-home {
  padding-top: 50px; }
  .services-home .services-box {
    position: relative;
    vertical-align: top;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    margin: 15px 8px;
    width: calc(25% - 20px);
    display: inline-block;
    border-radius: 15px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    @media (max-width: 1060px) {
      .services-home .services-box {
        width: calc(50% - 20px); } }
    @media (max-width: 600px) {
      .services-home .services-box {
        width: calc(100% - 0px);
        margin: 8px 0px; } }
  .services-home .services-img {
    height: 230px; }
  .services-home .services-text {
    text-align: left;
    padding: 20px 15px 25px 20px; }
    @media (max-width: 1200px) {
      .services-home .services-text {
        padding: 20px 10px 25px 15px; } }
    .services-home .services-text h3 {
      font-family: "Work Sans", sans-serif;
      font-size: 28px;
      line-height: 30px;
      min-height: 60px;
      font-weight: 700;
      margin-bottom: 15px;
      margin-top: 0; }
      @media (max-width: 1200px) {
        .services-home .services-text h3 {
          font-size: 22px;
          line-height: 25px;
          min-height: 50px; } }
      @media (max-width: 600px) {
        .services-home .services-text h3 {
          min-height: auto;
          margin-bottom: 10px;
          font-weight: 700; } }
  .services-home .svg-inline--fa {
    margin-right: 8px; }
  .services-home .services-box:hover {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1); }

/********* services end *********/
/******* cta start *********/
.cta {
  position: relative;
  background-attachment: fixed;
  padding: 140px 0; }
  @media (max-width: 991px) {
    .cta {
      padding: 80px 0; } }
  .cta h3 {
    color: #fff;
    text-transform: capitalize;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6); }
  .cta p {
    color: #fff;
    font-size: 28px;
    line-height: 34px;
    font-weight: 400;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6); }
    @media (max-width: 991px) {
      .cta p {
        font-size: 20px;
        line-height: 24px; } }
  .cta .back {
    background-color: rgba(13, 13, 13, 0.5); }
  .cta .btn {
    margin-top: 10px; }

@supports (-webkit-touch-callout: none) {
  @media only screen and (max-width: 990px) {
    .cta {
      background-attachment: scroll !important;
      background-size: auto 100%; } } }
/******** cta end ********/
/******** services start ********/
.info-left-text {
  padding: 0; }

.info-left-text .info-img {
  margin-left: 45vw; }

@media screen and (max-width: 991px) {
  .info-left-text .info-img {
    margin-left: 0; } }
.info-left-text .info-img2 {
  display: none; }

@media screen and (max-width: 991px) {
  .info-left-text .info-img2 {
    height: 220px;
    display: block; } }
.info-left-text .info-text {
  padding: 110px 100px;
  width: 50vw;
  margin-right: 50vw;
  background-color: #edf2f8;
  margin-left: -45vw; }
  .info-left-text .info-text li {
    margin-bottom: 10px; }

@media screen and (max-width: 991px) {
  .info-left-text .info-text {
    margin-right: 0;
    margin-left: 0;
    padding: 50px 15px;
    width: 100%; } }
/******* testimonials start **********/
.tc-testimonial {
  padding: 110px 0; }
  @media (max-width: 768px) {
    .tc-testimonial {
      padding: 50px 0; } }
  .tc-testimonial .back {
    background-color: rgba(255, 255, 255, 0.82); }
  .tc-testimonial .title-h {
    margin: 30px 0 40px 0; }
    @media (max-width: 991px) {
      .tc-testimonial .title-h {
        margin: 30px 0 20px 0; } }

.testimonial {
  margin: 0 00px; }

.testimonial .description {
  padding: 40px 30px 40px 30px;
  margin-bottom: 0px;
  font-size: 20px;
  color: #333;
  line-height: 33px;
  position: relative; }
  @media (max-width: 768px) {
    .testimonial .description {
      padding: 0px 0px 0px 0px;
      font-size: 17px;
      line-height: 24px; } }

.testimonial .title {
  display: inline-block;
  font-size: 21px;
  font-weight: 600;
  color: #333;
  letter-spacing: 1px;
  margin-top: 20px;
  font-family: "Work Sans", sans-serif; }

.owl-theme .owl-dots .owl-dot span {
  background: #ed1d24; }

.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center; }

/*****tc-testimonial end******/
/******footer start****/
.footer {
  border-top: 1px solid #eee;
  padding-top: 70px; }
  @media (max-width: 991px) {
    .footer {
      text-align: center; } }
  .footer h4 {
    letter-spacing: 1px;
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-right: 35px;
    margin-bottom: 15px;
    font-family: "Work Sans", sans-serif;
    border-bottom: 3px solid #ed1d24; }
    @media (max-width: 768px) {
      .footer h4 {
        margin-top: 30px;
        border-bottom: none;
        margin-right: 0px;
        margin-bottom: 0; } }
  .footer a {
    font-size: 16px;
    line-height: 32px;
    color: #333;
    font-weight: 400; }
  .footer a:hover {
    text-decoration: none;
    color: #ed1d24; }
  .footer ul {
    list-style: none;
    padding-left: 0; }
  .footer .footer-box {
    padding: 0px 0px 0px 40px; }
    @media (max-width: 991px) {
      .footer .footer-box {
        padding: 0; } }
  .footer .svg-inline--fa {
    margin-right: 5px;
    font-size: 12px;
    height: 11px;
    color: #ed1d24; }
    @media (max-width: 991px) {
      .footer .svg-inline--fa {
        display: none; } }
  .footer img {
    margin-top: 10px;
    width: 85%;
    margin-bottom: 30px; }

.footer-back {
  background-color: rgba(255, 255, 255, 0.9); }

.copyright {
  padding-bottom: 15px; }
  .copyright p {
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: #333;
    letter-spacing: 1px; }
    @media (max-width: 991px) {
      .copyright p {
        line-height: 16px; } }
  .copyright .svg-inline--fa {
    margin-top: 5px;
    width: 36px;
    height: 36px;
    border-radius: 4px;
    border: 2px solid #ed1d24;
    padding: 8px; }
    @media (max-width: 991px) {
      .copyright .svg-inline--fa {
        display: inline-block; } }
  .copyright .svg-inline--fa:hover {
    color: #fff;
    border: 2px solid #ed1d24;
    background-color: #ed1d24; }

/*****footer end******/
.inner-div {
  background: #111;
  height: 80px; }
  @media screen and (max-width: 991px) {
    .inner-div {
      height: 85px; } }

input, textarea {
  width: 100%;
  padding: 16px 15px;
  border: 1px solid #eee;
  background-color: #f6f6f6;
  margin-bottom: 15px;
  outline: none;
  border-radius: 0; }
  @media screen and (max-width: 768px) {
    input, textarea {
      padding: 12px 15px;
      margin-bottom: 10px; } }

select {
  width: 100%;
  padding: 16px 15px;
  border: 1px solid #eee;
  margin-bottom: 15px;
  outline: none;
  border-radius: 0;
  font-size: 15px;
  font-family: "Work Sans", sans-serif;
  color: #444;
  background-color: #f6f6f6;
  height: 62px;
  font-weight: 500; }
  @media screen and (max-width: 768px) {
    select {
      padding: 12px 15px;
      margin-bottom: 10px; } }

@media screen and (max-width: 768px) {
  form {
    margin-top: 30px; } }

::-webkit-input-placeholder {
  /* Edge */
  font-size: 14px;
  color: #333;
  font-weight: 500; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 14px;
  color: #333;
  font-weight: 500; }

::placeholder {
  font-size: 14px;
  color: #333;
  font-weight: 500; }

.contact-top h4 {
  font-family: "Work Sans", sans-serif;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 15px; }

.contact-top .svg-inline--fa {
  margin-right: 10px;
  color: #ed1d24; }

.title-sep {
  height: 60px; }

.contact-top a {
  color: #333; }

.contact-top a:hover {
  color: #ed1d24; }

.reviews-page-box {
  padding: 40px;
  box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.15);
  margin-top: 30px; }
  @media (max-width: 991px) {
    .reviews-page-box {
      padding: 25px 15px; } }
  .reviews-page-box h4 {
    color: #ed1d24;
    font-family: "Work Sans", sans-serif;
    font-weight: 600; }
  .reviews-page-box h3 {
    font-size: 30px;
    font-weight: 600; }
  .reviews-page-box h6 {
    text-align: right;
    margin-top: 30px;
    font-size: 16px;
    color: #ed1d24; }

.pagination {
  margin-top: 50px; }

.pagination > li > a, .pagination > li > span {
  color: #ed1d24; }

/********** TEAM PAGE START ********/
.team-box {
  background-color: #fff;
  overflow: hidden;
  display: inline-block;
  margin: 15px 5px;
  width: calc(25% - 15px); }
  @media (max-width: 1100px) {
    .team-box {
      width: calc(49% - 15px); } }
  @media (max-width: 550px) {
    .team-box {
      width: calc(99% - 15px); } }

.team-img {
  height: 350px;
  background-position: top;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.team-box:hover .team-img {
  -ms-transform: scale(1.1);
  /* IE 9 */
  -webkit-transform: scale(1.1);
  /* Safari 3-8 */
  transform: scale(1.1); }

.team-info {
  padding: 15px 5px 25px 5px; }

.team-info h3 {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  color: #333;
  font-size: 23px;
  margin-top: 0; }

.team-info h4 {
  font-size: 15px;
  font-weight: 300;
  color: #333;
  opacity: 0.7; }

.team-info .btn {
  padding: 10px 20px 8px 20px;
  font-size: 16px;
  margin-top: 10px; }

.team-link {
  display: block;
  margin: 2px 0;
  letter-spacing: 1px;
  font-weight: 300; }

.team-page h5 {
  font-size: 22px;
  margin-top: 20px; }

.inline-box-open {
  overflow: auto;
  background: #FDFDF6;
  padding: 40px;
  width: 70%;
  max-width: 100%;
  border-radius: 6px;
  margin-left: 15%; }

@media screen and (max-width: 768px) {
  .inline-box-open {
    background: #FDFDF6;
    padding: 10px;
    width: 96%;
    max-width: 100%;
    border-radius: 6px;
    margin-left: 2%; } }
.team-job-desc {
  font-weight: 500;
  font-family: "Work Sans", sans-serif;
  color: #333;
  margin-top: 0; }

.team-name {
  font-size: 16px;
  color: #ed1d24;
  font-weight: 300; }

.staff-bio .svg-inline--fa {
  width: 35px;
  height: 35px;
  padding: 8px;
  border: 1px solid #ed1d24;
  margin: 10px 6px 2px 0px;
  color: #ed1d24; }

.staff-bio .svg-inline--fa:hover {
  background-color: #ed1d24;
  color: #fff; }

.staff-padd {
  padding: 0 8px; }

@media screen and (max-width: 768px) {
  .staff-padd {
    padding: 0 15px; } }
/********* TEAM PAGE END *******/
.about-img {
  height: 350px;
  margin-bottom: 30px; }
  @media (max-width: 500px) {
    .about-img {
      height: 220px;
      margin-bottom: 15px; } }

.video-img {
  width: 100%;
  height: 450px;
  margin-top: 20px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.play-img {
  width: 190px;
  margin-top: 115px; }

@media (max-width: 768px) {
  .video-img {
    height: 260px; }

  .play-img {
    margin-top: 60px;
    width: 140px; } }
.play-img {
  animation: shadow-pulse 2s infinite; }

@keyframes shadow-pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
.gallery-page .example-image {
  background-size: cover;
  background-position: center;
  height: 250px;
  margin-top: 30px; }
  @media (max-width: 768px) {
    .gallery-page .example-image {
      margin-top: 15px; } }

#accordion .panel {
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0 0 10px;
  overflow: hidden;
  position: relative; }

#accordion .panel-heading {
  padding: 0;
  border: none;
  border-radius: 0;
  margin-bottom: 10px;
  z-index: 1;
  position: relative; }

#accordion .panel-title a {
  display: block;
  padding: 15px 70px 15px 30px;
  margin: 0;
  background: #fff;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  border-radius: 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  position: relative; }

#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before {
  content: "-";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 55px;
  height: 100%;
  text-align: center;
  line-height: 50px;
  border-left: 2px solid #EC1C24;
  position: absolute;
  top: 0;
  right: 0; }

#accordion .panel-title a.collapsed:before {
  content: "+"; }

#accordion .panel-title a .icon {
  display: inline-block;
  width: 55px;
  height: 100%;
  border-right: 2px solid #EC1C24;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0; }

#accordion .panel-body {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-top: none;
  background: #fff;
  font-size: 15px;
  color: #333;
  line-height: 27px; }

@media screen and (max-width: 991px) {
  #accordion .panel-title a {
    padding: 15px 65px 15px 20px; }

  #accordion .panel-body {
    padding: 10px 10px; } }

/*# sourceMappingURL=style.css.map */
