@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&display=swap');


body {
  font-family: "Montserrat", sans-serif;
  background-color: #000;
  height: 200vh;
  position: relative; }
  body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1; }
  body.offcanvas-menu:before {
    opacity: 1;
    z-index: 1002;
    visibility: visible; }
html {
  scroll-behavior: smooth;
  height: 5000px;
}
.container {
  width: 100%;
  max-width: 600px !important;
}
p {
  color: #b3b3b3;
  font-weight: 300; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Montserrat", sans-serif;
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a, a:hover {
    text-decoration: none !important; }
.container {
      max-width: 100%;
  }
  .hero-section {
    background-image: url(../images/bg.gif);
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center ;
    display: block;
    height: auto;
}
  .hero {
    height: auto;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 12rem 0 6rem 0;
}
.hero-section .logo {
  float: right;
  position: absolute;
  top: 20px;
  right: 20px;
}
.hero-section .logo img {
  width: 95px;
}
.site-navbar {
  position: fixed !important;
  transition: background-color 0.4s ease-in-out;
}
/* video {
  transform: rotate(90deg);
  top: 20%;
  left: 20%;
  animation: spin 10s linear infinite;
} */
.scrolled {
  background: #000;
  transition: color 0.4s ease-in-out;
  margin-top: -16px;
  padding-top: 1rem;
}
.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: relative;
  top: 0;
  width: 100%;
  padding: 1rem 0;
  position: absolute; }


  /* custom */
  .site-logo img {
    width: 100px;
}
.toggle-logo img {
  width: 28px;
}
.icon-close2:before {
  content: "\e5cd";
  color: #fff !important;
}
.dropdown-menu {
  background-color: transparent !important;
}
.dropdown-item:hover, .dropdown-item:focus {
  /* color: #ad1a19;
  text-decoration: none; */
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
  position: relative !important;
  top: -5px !important;
  left: 0px;
}
ul.dropdown-menu.show {
  margin-left: 10px !important;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > a {
  font-size: 20px;
  font-weight: 600;
}
.dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  margin-left: -1rem;
}
.dropdown-toggle::after {
display: none;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}

/* text anima */
.anima-card {
  position: relative;
  background-color: transparent;
  border-radius: 1.5em;
  min-width: 80%;
  padding: 1.5em 0.8em;
  cursor: pointer;
  top: 25%;
}
.note::after {
  content: '';
  width: 20%;
  height: 2px;
  border-radius: 999px;
  background-color: #AFAFAF;
  background: linear-gradient(135deg, rgba(43,171,217,1) 0%, rgba(0,130,200,1) 100%);
  position: absolute;
  top: -1.8em;
  left: 0;
}
.note {
  font-size: 0.8em;
  color: #8A8A8A;
  position: relative;
  margin-top: 4em;
}

/* Scroller styling */

.scroller {
  height: 1.75em;
  line-height: 1.95em;
  position: relative;
  overflow: hidden;
  width: auto;
  text-align: center;
  color: #fff;
}
.scroller > span {
  position: relative;
  top: 0;
  animation: slide 10s infinite;
  font-weight: bold;
  FONT-SIZE: 30px;
  line-height: 30px;
}
@keyframes slide {
  0% {
    top: 0;
  }
  12% {
    top: -1.2em;
  }
  24% {
    top: -2.4em;
  }
  36% {
    top: -3.6em;
  }
  48% {
    top: -4.8em;
  }
  60% {
    top: -6.0em;
  }
  72% {
    top: -7.2em;
  }
  84% {
    top: -8.1em;
  }
  96% {
    top: -8.1em;
  }
}
/* end text anima */
.video-thumb {
  background: #fff;
  height: 250px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  margin: 10px 0;
}

.video-thumb button {
  border: none;
  background: transparent;
  position: relative;
  margin: 20px auto;
}

.video-thumb button img {
  width: 80px;
  background: transparent;
  border: none;
}
/* hide show */
#rollover {
  padding:5px;
  display:none;
}

.Hide{
  display:none;
  text-decoration: none !important;
  border:0;
  border-color: transparent;
  background-color:transparent;
  padding: 10px ;
  min-width: 40px;
  background: #fff;
  color: #000;
  width: 40px;
  height: 40px;
  z-index: 999;
  position: relative;
  border-radius: 50%;
  top: 7rem;
  right: -6px;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.Show {
  text-decoration: none !important;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
/* end hide show */

/* hide show 2*/
#rollover2 {
  padding:5px;
  display:none;
}

.Hide2{
  display:none;
  text-decoration: none !important;
  border:0;
  border-color: transparent;
  background-color:transparent;
  padding: 10px ;
  min-width: 40px;
  background: #fff;
  color: #000;
  width: 40px;
  height: 40px;
  z-index: 999;
  position: relative;
  border-radius: 50%;
  top: 7rem;
  right: -6px;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.Show2 {
  text-decoration: none !important;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
/* end hide show */
/* hide show3*/
#rollover3 {
  padding:5px;
  display:none;
}

.Hide3{
  display:none;
  text-decoration: none !important;
  border:0;
  border-color: transparent;
  background-color:transparent;
  padding: 10px ;
  min-width: 40px;
  background: #fff;
  color: #000;
  width: 40px;
  height: 40px;
  z-index: 999;
  position: relative;
  border-radius: 50%;
  top: 7rem;
  right: -6px;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.Show3 {
  text-decoration: none !important;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
/* end hide show */
/* hide show 4*/
#rollover4 {
  padding:5px;
  display:none;
}

.Hide4{
  display:none;
  text-decoration: none !important;
  border:0;
  border-color: transparent;
  background-color:transparent;
  padding: 10px ;
  min-width: 40px;
  background: #fff;
  color: #000;
  width: 40px;
  height: 40px;
  z-index: 999;
  position: relative;
  border-radius: 50%;
  top: 7rem;
  right: -6px;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.Show4 {
  text-decoration: none !important;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
/* end hide show */



.video-section-vertical {
      background: #000;
      background-repeat: no-repeat;
      background-size: cover;
      text-align: center;
      color: #fff;
      font-weight: 600;
      padding-top: 1rem;
      padding-bottom: 3rem;
      padding-left: 1rem;
      padding-right: 1rem;
      height: 100vh;
}
.video-section-vertical video {
  transform: rotate(90deg);
  animation: spin 10s linear infinite;
  position: relative;
  top: 30%;
}

@keyframes spin {
  0% {
    transform : rotate(90deg);
  }
  100% {
    transform : rotate(90deg);
  }
}


/* Video-sec */
.video-sec {
  position: relative;
  top: 25%;
  width: auto;
  margin: auto 1rem;
  border-radius: 5px;
  padding: 5px;
}
.video-sec video {
  border-radius: 5px;
  border: 3px solid #fff;
}
.more-button {
  text-align: center;
  margin-top: 6rem;
}
.more-btn {
  text-align: center;
  background-image: url(../images/btn.jpg);
  padding: .75rem 1.75rem;
  width: 115px;
  border-radius: 20px;
  color: #fff;
  font-size: 22px;
  border: none;
  font-weight: 600;
  background-position-x: -5px;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #bb1b1b;
  background-position-y: 2px;
}

button::before {
  background-image: url(/images/btn.jpg);
}

.videos-section {
  /* background: #000; */
  background-image: url(../images/section-bg.gif);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: #fff;
  font-weight: 600;
  padding-top: 1rem;
  padding-bottom: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.case-studies-sec {
  /* background: #000; */
  background-image: url(../images/section-bg.gif);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: #fff;
  font-weight: 600;
  padding-top: 1rem;
  padding-bottom: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.case-subtitle {
  text-align: left;
}
.case-subtitle h3 {
  font-size: 2rem;
  font-weight: 700;
  text-align: left;
}
.video-title {
  text-align: center;
  color: #fff;
  font-weight: 600;
  line-height: 30px;
}
.page-title-head {
  text-align: right;
}
.page-title-head h2 {
  color: #bb1b1b;
  padding: 1.5rem .5rem;
  font-weight: 700;
  background: #000;
}
/* end video-sec */
.case-subtitle-label {
  text-align: left;
}
.case-subtitle-label h4{
  text-align: left;
  color: #bb1b1b;
  font-size: 16px;
}
.case-studies-according .card {
  background-color: transparent;
}
.case-studies-according button.btn.btn-link {
  padding: 0;
}

.case-studies-according .card-header {
  padding: 0;
  text-align: left;
}
.case-studies-according .card-header h5{
  color: #fff;
}
.case-studies-according button.btn.btn-link {
  padding: 0;
  color: #fff;
}
.case-studies-according button.btn.btn-link:hover {
  text-decoration: underline;
}
.case-studies-according button.btn.btn-link:active {
  text-decoration: underline;
}

.case-studies-according .card-body video {
  border: 3px solid #fff;
  border-radius: 5px;
}

.case-studies-according .card-body {
  padding: 1rem 0;
  /* text-align: left; */

}
.case-studies-according .key-heading {
  font-size: 12px;
  text-align: left;
  margin-top: 20px;
}
.case-studies-according ul li {
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
}
.case-studies-according ul {
  padding-left: 24px;
  text-align: left;
  margin-bottom: 5px;
}
.case-studies-according a {
  color: #fff;
  font-size: 12px;
  text-align: center;
  text-decoration: underline !important;
  font-weight: 500;
}

.about-sec {
  /* background: #000; */
  background-image: url(../images/section-bg.gif);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2rem 1rem;
}

.title-head-b h2 {
  color: #fff;
  font-weight: 800;
  font-size: 2rem;
}
.secondry-c {
  color: #bb1b1b;
}
.about-sec-p {
  color: #fff;
  line-height: 28px;
  font-size: 14px;
}
.about-sec-list ul li {
  color: #bb1b1b;
  font-size: 14px;
  line-height: 28px;
}
.down-arrow {
  text-align: center;
}
.down-arrow p {
  margin-bottom: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
  color: #fff;

}
.about-sec-p p {
  color: #fff;
  font-weight: 500;
}
.about-sec-p a {
  color: #fff;
  text-decoration: underline !important;
}
.iconfa {
  font-size: 40px;
  color: #fff;
  position: relative;
  top: -20px;
}
.down-arrow h5 {
  text-align: center;
  color: #fff;
  font-size: 12px;
  padding: 0 2rem;
  line-height: 20px;
  font-weight: 700;
}

.podcast-sec {
  /* background: #000; */
  background-image: url(../images/section-bg.gif);
  background-repeat: no-repeat;
  background-size: cover;
  height: 70vh;
}
.podcast-sec .title-head-b {
  text-align: center;
}
.podcast-sec .title-head-b h2 {
  font-size: 1.85rem;
}
.podcast-sec .down-arrow h5 {
  text-align: center;
  color: #fff;
  font-size: 13px;
  padding: 0 2rem;
  line-height: 20px;
  font-weight: 700;
}
.podcast-sec img {
  width: 99%;
  padding: 25px;
}
.podcast-sec .iconfa {
  top: 0px;
}
.contact-sec  {
  /* background: #000; */
  background-image: url(../images/section-bg.gif);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  padding-bottom: 2rem;
}

.contact-sec .title-head-b {
  text-align: center;
}
.contact-sec .title-head-b h2 {
  font-size: 1.45rem;
}
.contact-sec textarea.form-control::-webkit-input-placeholder {
  font-size: 12px;
  color: #000;
  font-weight: 700;
}
/* .contact-sec text.form-control::-webkit-input-placeholder {
  color: #000;
  font-weight: 700;
} */
.contact-sec input#inputEmail4::-webkit-input-placeholder {
  font-weight: 700;
  color: #000;
}

.contact-sec input#inputName::-webkit-input-placeholder {
  font-weight: 700;
  color: #000;
}

.contact-sec input#inputCompany::-webkit-input-placeholder {
  font-weight: 700;
  color: #000;
}

.contact-sec input#inputPhone::-webkit-input-placeholder {
  font-weight: 700;
  color: #000;
}

.contact-sec .down-arrow h5 {
  text-align: center;
  color: #fff;
  font-size: 11px;
  padding: 0;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
}
.contact-sec-img img {
  width: 99%;
  border: 3px solid #bb1b1b;
  margin-bottom: 10px;
}
.contact-sec .btn-link {
  font-weight: 800;
  color: #000;
  text-decoration: none;
  font-size: 18px;
}

.contact-sec .card-header {
  padding: 5px 10px;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: none;
  text-align: center;
}

.contact-sec .card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: none;
  border-radius: 0.25rem;
  margin: 20px 0;
}

.contact-sec .card-header:first-child {
  border-radius: 10px;
}
.contact-wrapper {
  padding: 0 2rem;
}
.contact-sec .card {
  background: transparent !important;
}
.contact-sec .card-body {
  padding: 1.25rem 0;
}
.contact-sec .btn-primary {
  color: #fff;
  background-color: #bb1b1b;
  border-color: #bb1b1b;
  font-weight: 700;
  padding: 0.55rem 1rem !important;
}
.f-right {
  margin-bottom: 15px;
  float: right;
}
.contact-sec .form-group.col-md-6 {
  width: 50%;
}
.marketing-sec {
  /* background: #000; */
  background-image: url(../images/section-bg.gif);
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  padding-bottom: 2rem;
}
.marketing-tab-wrapper {
  padding: 0 2rem;
}
.marketing-sec .card-header {
  padding: 5px;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: none;
}

.marketing-sec .card  {
  background: transparent;
}
.marketing-sec .btn-link {
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}
.marketing-sec .btn-link span {
  color: #bb1b1b;
}

.marketing-sec .card-body {
  background: #b81610;
  border-radius: 10px;
  color: #fff;
}
.marketing-sec .card-body p {
  color: #fff;
  font-size: 14px;
  text-align: justify;
  margin-bottom: 0;
  font-weight: 600;
}

.logo-div ul li img {
  width: 100%;
}

.logo-div ul {
  display: flex;
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 20px 0;
}

.marketing-sec .iconfa {
  font-size: 40px;
  color: #fff;
}

.down-arrow span {
  color: #b81610;
  font-size: 28px;
  font-weight: 600;
  position: relative;
  top: -25px;
}
i.fa:hover {
  color: #bb1b1b;
}
.font-sm {
  font-size: 12px;
  font-weight: 600;
}
.subtab-padding {
  padding: .90rem 0;
}

/* start-calculator */

#calculator {
  width: 100%;
  max-width: 100%;
  padding: 0px;
  border-radius: 10px;
}

.calculate-submit-btn {
  background: #fff;
  padding: 10px;
  display: inline-block;
  width: 100%;
  margin-top: 15px;
  border: 0;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 800;
  color: #000;
}
/* button */
#button-wrap {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-around;
}

#button-wrap > button {
  width: calc(33% - 4px);
  text-align: center;
  line-height: .85rem;
  margin: 4px 0;
  background: white;
  color: #000000;
  border-radius: 4px;
  cursor: pointer;
  user-select: none;
  outline: 0;
  transition: 0.3s;
  padding: 15px 5px;
  font-size: 10px;
  font-weight: 800;
  border: none;
}

#button-wrap > button.num-0 {
  width: calc(50% - 4px);
}

#button-wrap > button.whtite {
  background: #fff;
}

#button-wrap > button.red {
  background: #bb1b1b;
}

#button-wrap > button:hover {
  box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}

#button-wrap > button#result {
  background: #f55530;
}
.f-14 {
  font-size: 12px !important;
}
.f-16 {
  font-size: 14px !important;
}
.calculate-button-padding {
  padding: 22px 0 !important;
}

.contact-sec .modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem 1.5rem;
  pointer-events: none;
}

.calculate-submit-btn:focus {
  outline: none;
  outline: 5px auto -webkit-focus-ring-color;
  background: #bb1b1b;
}

.contact-sec  .modal-body h2.subtilte {
  color: #000;
  font-weight: 700;
  text-align: center !important;
  font-size: 12px;
  margin-bottom: 20px;
}

.contact-sec .modal-body h3 {
  color: #000;
  font-weight: 800;
  text-align: center !important;
  font-size: 14px;
}
.consultation-btn {
  background: none;
  border: 0;
  color: #000;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  width: 100%;
  padding: 10px 0;
}
.contact-sec .modal-header {
  border: none;
  padding: 10px;
}
.contact-sec .modal-body {
  padding: 10px 15px;
}

.contact-sec input[type=text] {
  background: #fff;
  padding: 25px 20px;
}
.contact-sec input[type=email] {
  background: #fff;
  padding: 25px 20px;

}

#calculator input[type=email] {
  background: #bb1b1b;
  padding: 25px 20px;
}

#calculator input[type=text] {
  background: #bb1b1b;
  padding: 25px 20px;
}
.copyright-menu {
  color: #fff;
  position: absolute;
  bottom: -16rem;
  font-size: 12px;
  overflow: auto;
}
/* end -start-calculator */

@media (max-width: 980px) {

  .copyright-menu {
    color: #fff;
    position: absolute;
    bottom: -10rem;
    font-size: 12px;
}
  .hero-section {
    background-image: url(../images/bg.gif);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    height: 100vh;
}

.podcast-sec {
  /* background: #000; */
  background-image: url(../images/section-bg.gif);
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
}
 }


/* end custom */

  @media (max-width: 991.98px) {
    .site-navbar {
      padding-top: 3rem;
      padding-bottom: 3rem; } }
  .site-navbar .toggle-button {
    position: absolute;
    right: 0px; }
  .site-navbar .site-logo {
    margin: 0;
    padding: 0;
    font-size: 1rem; }
    .site-navbar .site-logo a {
      text-transform: uppercase;
      color: #000;
      font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
    @media (max-width: 991.98px) {
      .site-navbar .site-logo {
        float: right;
        position: relative; } }
  .site-navbar .site-navigation.border-bottom {
    border-bottom: 1px solid white !important; }
  .site-navbar .site-navigation .site-menu {
    margin: 0;
    padding: 0;
    margin-bottom: 0; }
    .site-navbar .site-navigation .site-menu .active {
      color: #BB1C1B !important; }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      display: inline-block; }
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block; }
      .site-navbar .site-navigation .site-menu > li > a {
        margin-left: 15px;
        margin-right: 15px;
        padding: 20px 0px;
        color: rgba(0, 0, 0, 0.7) !important;
        display: inline-block;
        text-decoration: none !important; }
        .site-navbar .site-navigation .site-menu > li > a:hover {
          color: #000 !important; }
      .site-navbar .site-navigation .site-menu > li.active > a {
        color: #000 !important; }
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 20px; }
        .site-navbar .site-navigation .site-menu .has-children > a:before {
          position: absolute;
          content: "\e313";
          font-size: 16px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; }
      .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        border-top: 2px solid #BB1C1B;
        -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        padding: 0px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #fff;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
          position: absolute; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            display: none;
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #fff;
            border-width: 10px;
            margin-left: -10px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #000 !important; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
            color: #BB1C1B !important;
            background: #f8f9fa; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 200px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 9px 20px;
            display: block; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              background: #f8f9fa;
              color: #ced4da; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
            content: "\e315";
            right: 20px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
            background: #f8f9fa;
            color: #ced4da; }
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: #BB1C1B; }
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }
.site-mobile-menu {
            width: 200px;
            position: fixed;
            left: 0;
            z-index: 2000;
            padding-top: 20px;
            background: #000;
            height: calc(100vh);
            -webkit-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
            transform: translateX(-100%);
            -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
            box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
            -webkit-transition: .3s all ease-in-out;
            -o-transition: .3s all ease-in-out;
            transition: .3s all ease-in-out;
            border-right: 5px solid #BB1C1B;
        }
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
          color: #fff; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 0px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
          max-width: 70px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 0px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .site-mobile-menu .site-nav-wrap a {
      padding: 5px 20px !important;
      display: block;
      position: relative;
      color: #fff; }
      .site-mobile-menu .site-nav-wrap a:hover {
        color: #BB1C1B; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li .nav-link.active {
        color: #BB1C1B; }
      .site-mobile-menu .site-nav-wrap li.active > a {
        color: #BB1C1B;
      font-weight: 600; }
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 10px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: #f8f9fa; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 12px;
        z-index: 20;
        font-family: "icomoon";
        content: "\f078";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 20px;
        font-size: 20px;
      font-weight: 600; }
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            font-size: 20px; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 16px;
                padding-left: 60px; }
    .site-mobile-menu .site-nav-wrap[data-class="social"] {
      float: left;
      width: 100%;
      margin-top: 30px;
      padding-bottom: 5em; }
      .site-mobile-menu .site-nav-wrap[data-class="social"] > li {
        width: auto; }
        .site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
          padding-left: 15px !important; }

.sticky-wrapper {
  position: relative;
  z-index: 100;
  width: 100%;
  position: absolute;
  top: 0; }
  .sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .sticky-wrapper .site-navbar {
    background: #fff; }
    .sticky-wrapper .site-navbar ul li a {
      color: rgba(0, 0, 0, 0.7) !important; }
      .sticky-wrapper .site-navbar ul li a.active {
        color: #000 !important; }
  .sticky-wrapper.is-sticky .site-navbar {
    background: #fff;
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2); }
    .sticky-wrapper.is-sticky .site-navbar .site-logo a {
      color: #BB1C1B; }
    .sticky-wrapper.is-sticky .site-navbar ul li a {
      color: #000 !important; }
      .sticky-wrapper.is-sticky .site-navbar ul li a.active {
        color: #BB1C1B !important; }
  .sticky-wrapper .shrink {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
    @media (max-width: 991.98px) {
      .sticky-wrapper .shrink {
        padding-top: 30px !important;
        padding-bottom: 30px !important; } 
      }
