.header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0px;
  background-color: #fff;
  box-shadow: 1px 1px 4px 3px rgba(0, 0, 0, 0.34);
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #E2006C;
  line-height: 48px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.text-block {
  font-family: 'Open Sans', sans-serif;
  color: #222;
  text-align: right;
}

.image {
  width: auto;
}

.body {
  background-color: #fbfbfb;
}

.sliddiv {
  height: 400px;
}

.slider {
  height: 400px;
}

.wrapmarquee {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
}

.text-block-2 {
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  text-align: center;
}

.slide-nav {
  font-size: 25px;
}

.content {
  padding: 40px 10%;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  text-align: center;
}

.who {
  width: 400px;
}

.text-block-3 {
  margin-bottom: 40px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.divbut {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button {
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 2px;
  background-color: #424242;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.29);
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}

.button:hover {
  background-color: #616161;
}

.fafoo {
  margin-right: 10px;
  font-family: 'Fa solid 900', sans-serif;
  color: #fff;
  font-size: 19px;
}

.txtfoo {
  color: rgba(255, 255, 255, 0.74);
  font-size: 16px;
  font-weight: 300;
  text-transform: none;
}

.txtfoo a:link{ font-family: 'Open Sans', sans-serif; color: rgba(255, 255, 255, 0.74); text-decoration:none;}
.txtfoo a:visited{ font-family: 'Open Sans', sans-serif; color: rgba(255, 255, 255, 0.74); text-decoration:none;}
.txtfoo a:hover{ font-family: 'Open Sans', sans-serif; color: rgba(255, 255, 255, 0.74); text-decoration:underline;}

.text-block-4 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.footer-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: center;
  background-color: #2c2c2c;
  text-align: center;
}

.foolein {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.foole {
  font-family: 'Open Sans', sans-serif;
}

.sms {
  margin-bottom: 10px;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

html.w-mod-js *[data-ix="comein"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

html.w-mod-js *[data-ix="comedown"] {
  opacity: 0;
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}

html.w-mod-js *[data-ix="scrollup"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="scrollup-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="scrllscale"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

@media screen and (max-width: 991px) {
  .header {
    padding-right: 20px;
    padding-left: 20px;
  }
  .heading {
    font-size: 22px;
    line-height: 22px;
  }
  .sliddiv {
    height: 300px;
  }
  .slider {
    height: 300px;
  }
  .content {
    padding-right: 10%;
    padding-left: 10%;
  }
  .who {
    width: 250px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text-block {
    margin-top: 20px;
    text-align: center;
  }
  .image {
    margin-bottom: 20px;
  }
  .sliddiv {
    height: 250px;
  }
  .slider {
    height: 250px;
  }
  .content {
    padding-right: 20px;
    padding-left: 20px;
  }
  .txtfoo {
    font-size: 13px;
  }
  .footer-2 {
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .foole {
    margin-bottom: 40px;
  }
  .right-arrow {
    display: none;
  }
  .left-arrow {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .sliddiv {
    height: 200px;
  }
  .slider {
    height: 200px;
  }
  .heading-2 {
    font-size: 28px;
    line-height: 36px;
  }
  .text-block-3 {
    font-size: 14px;
  }
  .footer-2 {
    padding-right: 5%;
    padding-left: 5%;
  }
  .right-arrow {
    display: none;
  }
  .left-arrow {
    display: none;
  }
}

@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}