body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  font-size: 0.875em;
  font-family: "Open Sans", Helvetica, Tahoma, Arial, sans-serif;
  color: #555;
  line-height: 1.5;
  background: #fafafa;
}
a {
  color: #212121;
}
.nav-link {
  display: block;
  padding: 0.8rem 1rem;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 3.2;
}
#scroll {
  position: fixed;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: #f1612b;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  z-index: 9;
}
#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
}
#scroll:hover {
  background-color: #eb5b1f;
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}
.icons-h {
  display: inline-block;
}

.logo-healthinisghts-solutions  {
  background-color: #4c4c4c;
  padding: 18px;
  width: 40%;
  border-radius: 34px;
display: block;
margin: 10px auto;
}
.logo-healthinisghts {
  width: 170px;
  padding-top: 10px;
  display: block;


}

.footer-mcc{
  width: 300px;
  margin:  auto;

}
.header-conts {
  position: relative;
  top: 15px;
}
.header-conts span {
  font-weight: bold;
}
.button {
  --offset: 10px;
  --border-size: 2px;
  display: block;
  position: relative;
  padding: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background: transparent;
  color: #555;
  text-transform: uppercase;
  letter-spacing: 3px;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  border-radius: 0;
  box-shadow: inset 0 0 0 var(--border-size) currentcolor;
  transition: background 0.8s ease;
  margin-top: 25px;
  right: -71px;
  pointer-events: all;
}
.button:hover {
  background: rgba(100, 0, 0, 0.03);
  color: #f1612b;
}
.button__horizontal,
.button__vertical {
  position: absolute;
  top: var(--horizontal-offset, 0);
  right: var(--vertical-offset, 0);
  bottom: var(--horizontal-offset, 0);
  left: var(--vertical-offset, 0);
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
  will-change: transform;
}
.button__horizontal::before,
.button__vertical::before {
  content: "";
  position: absolute;
  border: inherit;
}
.button__horizontal {
  --vertical-offset: calc(var(--offset) * -1);
  border-top: var(--border-size) solid currentcolor;
  border-bottom: var(--border-size) solid currentcolor;
  color: #f1612b;
}
.button__horizontal::before {
  top: calc(var(--vertical-offset) - var(--border-size));
  bottom: calc(var(--vertical-offset) - var(--border-size));
  left: calc(var(--vertical-offset) * -1);
  right: calc(var(--vertical-offset) * -1);
}
.button:hover .button__horizontal {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.button__vertical {
  --horizontal-offset: calc(var(--offset) * -1);
  border-left: var(--border-size) solid currentcolor;
  border-right: var(--border-size) solid currentcolor;
  color: #f1612b;
}
.button__vertical::before {
  top: calc(var(--horizontal-offset) * -1);
  bottom: calc(var(--horizontal-offset) * -1);
  left: calc(var(--horizontal-offset) - var(--border-size));
  right: calc(var(--horizontal-offset) - var(--border-size));
}
.button:hover .button__vertical {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
.header-conts i {
  font-size: 35px;
  margin-right: 9px;
  color: #f1612b;
}
.gosocial {
  position: absolute;
  right: 5px;
}
.gosocial li {
  margin-right: 10px;
}
.gosocial li i {
  font-size: 19px;
  color: #fafafa;
  position: relative;
  top: 8px;
}
.gosocial li i:hover {
  text-shadow: 1px 0px 1px #333;
}
h5 {
  font-size: 15px;
}
.h3,
h3 {
  font-size: 23px;
}
.conton {
  max-width: fit-content;
  background-color: #5858588a;
  padding: 18px;
  margin: 10% 14%;
  border-radius: 10px;
}
.conton-about {
  max-width: fit-content;
  padding: 10px;
  margin: 0 auto;
  border-radius: 10px;
  z-index: 3;
  position: relative;
  color: white;
}
.conton .button,
.conton .button__horizontal,
.conton .button__vertical,
.conton-about .button,
.conton-about .button__horizontal,
.conton-about .button__vertical {
  color: white;
}
.conton-about .title {
  font-size: 35px;
  color: white;
}
#goswm.string-1 {
  font-size: 18px;
  display: initial;
  position: relative;
  right: -14%;
}
.bg-light {
  background: #f1612b; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #f1612b 1%,
    #ff7d44 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #f1612b 1%,
    #ff7d44 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #f1612b 1%,
    #ff7d44 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1612b', endColorstr='#ff7d44', GradientType=0 );
  border: 1px solid #ff7d44;
}
.navbar {
  padding: 0px;
}
.navbar-light .navbar-nav .nav-link {
  text-transform: uppercase;
  padding-right: 1em;
  padding-left: 1em;
  color: white;
}
.navbar-nav .btnho {
  position: relative;
  color: white;
  text-transform: uppercase;
  transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
  cursor: pointer;
  user-select: none;
}
.navbar-nav .btnho:before,
.btnho:after {
  content: "";
  position: absolute;
  transition: inherit;
  z-index: -1;
}
.navbar-nav .btnho:hover {
  color: #0f0f0f;
  background: antiquewhite;
}
.active {
  background: antiquewhite;
}
.navbar-nav .btnho:hover:before {
  transition-delay: 0s;
}
.navbar-nav .btnho:hover:after {
  background: antiquewhite;
  transition-delay: 0.2s;
}
/* From Top */

.navbar-nav .from-top:before,
.navbar-nav .from-top:after {
  left: 0;
  height: 0;
  width: 100%;
}
.navbar-nav .from-top:before {
  bottom: 0;
  border: 1px solid var(--inv);
  border-top: 0;
  border-bottom: 0;
}
.navbar-nav .from-top:after {
  top: 0;
  height: 0;
}
.from-top:hover:before,
.from-top:hover:after {
  height: 100%;
}
/* From Left */

.navbar-nav .from-left:before,
.navbar-nav .from-left:after {
  top: 0;
  width: 0;
  height: 100%;
}
.navbar-nav .from-left:before {
  right: 0;
  border: 1px solid var(--inv);
  border-left: 0;
  border-right: 0;
}
.navbar-nav .from-left:after {
  left: 0;
}
.navbar-nav .from-left:hover:before,
.navbar-nav .from-left:hover:after {
  width: 100%;
}
/* From Right */

.navbar-nav .from-right:before,
.navbar-nav .from-right:after {
  top: 0;
  width: 0;
  height: 100%;
}
.navbar-nav .from-right:before {
  left: 0;
  border: 1px solid var(--inv);
  border-left: 0;
  border-right: 0;
}
.navbar-nav .from-right:after {
  right: 0;
}

p {
}
.navbar-nav .from-right:hover:before,
.navbar-nav .from-right:hover:after {
  width: 100%;
}
/* From Middle */

.navbar-nav .from-middle:before {
  top: 0;
  left: 50%;
  height: 100%;
  width: 0;
  border: 1px solid var(--inv);
  border-left: 0;
  border-right: 0;
}
.navbar-nav .from-middle:after {
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  background: var(--inv);
}
.navbar-nav .from-middle:hover:before {
  left: 0;
  width: 100%;
}
.navbar-nav.from-middle:hover:after {
  top: 0;
  height: 100%;
}
/* From Bottom */

.navbar-nav .from-bottom:before,
.navbar-nav .from-bottom:after {
  left: 0;
  height: 0;
  width: 100%;
}
.navbar-nav .from-bottom:before {
  top: 0;
  border: 1px solid var(--inv);
  border-top: 0;
  border-bottom: 0;
}
.navbar-nav .from-bottom:after {
  bottom: 0;
  height: 0;
}
.navbar-nav .from-bottom:hover:before,
.navbar-nav .from-bottom:hover:after {
  height: 100%;
}
#Heaths-Nav {
  position: relative;
  z-index: 2;
}
#slider-imgs img {
  width: 100%;
  background-size: cover;
}
#slider-imgs {
  position: absolute;
  top: 25px;
}
#Content-Sliderimg {
  position: relative;
  height: 524px;
  overflow: hidden;
}
#about-flow {
}
.demo {
  padding: 100px 0;
}
.heading-title {
  margin-bottom: 100px;
}
.health-feat {
  padding: 15px;
  background: #f8f8f8;
  color: #f9f9f9;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
}
.Boxs:nth-child(1) .health-feat {
  /*background: #fafafa;*/

  background: #3a3a3a;
}
.Boxs:nth-child(2) .health-feat {
  /*background: #f6f6f6;*/

  background: #424242;
}
.Boxs:nth-child(3) .health-feat {
  /*background: #efefef;*/

  background: #4c4c4c;
}
.Boxs:nth-child(4) .health-feat {
  /*background: #e9e9e9;*/

  background: #585858;
}
.Boxs .health-feat:hover {
  background: #f1612b;
  color: #fff;
}
.Boxs .health-feat:after {
  content: "";
  display: block;
  border-top: 500px solid #fff;
  border-left: 500px solid transparent;
  margin-top: -55%;
  margin-left: 100%;
  opacity: 0;
  position: absolute;
  transform: scale(2);
  transition: all 0.3s ease-in-out 0s;
}
.Boxs .health-feat:hover:after {
  margin-left: 0;
  opacity: 0.1;
}
.Boxs .health-feat .service-icon {
  font-size: 56px;
  color: #ffffff;
  margin: 0px auto;
  text-align: center;
  text-shadow: 1px 0px 1px #000000;
}
.Boxs .health-feat:hover .service-icon {
  color: #fff;
}
.Boxs .health-feat .title {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 10px 0;
  text-transform: capitalize;
  text-align: center;
  text-shadow: 1px 0px 1px #000000;
}
.Boxs .health-feat .description {
  font-size: 13px;
  color: #fdfdfd;
  line-height: 22px;
  margin: 0;
  padding-left: 0px;
  transition: all 0.3s ease-in-out 0s;
  margin-bottom: 1px;
  text-align: center;
}
.Boxs .health-feat:hover .description {
  color: #fff;
}
.grid {
  display: flex;
  flex-wrap: wrap;
  width: 500px;
  height: 400px;
  position: absolute;
}
.grid__item {
  height: 60px;
  width: 60px;
  background: #cf5d12;
  opacity: 0;
  transition: opacity 2s ease 0.4s, transform 0.8s ease;
  transform: scale(1);
  z-index: 3;
}
#contserviecs i {
  font-size: 40px;
  margin-right: 10px;
  position: relative;
  top: 15px;
  text-shadow: 1px 0px 1px #000000a6;
}
.grid__item:hover {
  opacity: 0.5;
  transition: opacity 0.2s ease;
  transform: scale(1.04);
}
.parallax-background {
  background: url(../images/banner.jpg) no-repeat;
  height: 524px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: fixed;
  width: 100%;
  top: 86px;
}
.count-icons {
  display: inline-grid;
}
.count-icons p {
  font-weight: bold;
  color: #1f1f1f;
  font-size: 17px;
}
.intro-text {
  font-size: 50px;
  color: #fff;
  text-align: center;
  margin-top: 15%;
}
.parallax-content {
  max-width: 100%;
  position: relative;
  top: 500px;
  padding: 50px;
  font-size: 20px;
  background-color: #fff;
}
.jumbotron {
  background: #fafafa;
  /*linear-gradient(
 rgba(250, 115, 59, 0), rgba(203, 203, 203, 0)  ), 

url(../images/banner.jpg);*/
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  color: white !important;
  width: 100%;
  padding: 0px;
  margin: 0px;
  background-position: bottom;
  height: 100vh;
}
.blockabout {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  color: white !important;
  width: 100%;
  padding: 0px;
  margin: 0px;
  background-position: bottom;
  position: relative;
}
.jumbotron1 {
  background: linear-gradient(rgb(255, 137, 84), rgba(146, 146, 146, 0)),
    url(../images/bgs.png) no-repeat;
  background-repeat: no-repeat;
  color: white !important;
  width: 100%;
  padding: 0px;
  margin: 0px;
  background-size: cover;
}
.tostos {
  background: linear-gradient(#f1612b, #decdb138),
    url(../images/bagt.png) no-repeat;
  background-repeat: no-repeat;
  color: white !important;
  background-attachment: fixed;
  width: 100%;
  padding: 0px;
  margin: 0px;
  background-size: cover;
}
.jumbotron1 .title {
  margin-top: 0vh;
}
/* BUTTON STYLE HERE */
.btn {
  margin-right: 10px;
}
.btn-outline-primary {
  border-color: white;
  color: white;
  background-color: transparent;
  margin-top: 30px;
  font-weight: 100;
}
.btn-outline-primary:hover {
  border-color: transparent;
  color: black;
  background-color: white;
}
.btn-outline-primary:active {
  border-color: transparent;
  color: black;
  background-color: white;
  padding: 9px 20px 9px 20px;
}
/* BUTTON HEADER RIGHT */
.rightHeader {
  position: absolute;
  top: -15px;
  right: 8px;
}
/* BUTTON HEADER LEFT */
.leftHeader {
  position: absolute;
  top: -15px;
  left: 20px;
}
.title {
  font-size: 49px;
}
.text_margin {
  width: 70vw;
  margin: 0 auto;
}
.string-1 {
  padding-top: 30px;
  margin: 0 auto;
  font-weight: 100;
  margin-top: -35px;
  font-size: 33px;
}
#abouts {
  text-align: center;
}
.aboutimgs img {
  border: 1px solid #f26101;
  width: 75%;
}
#abouts h3 {
  text-align: center;
  color: #f1612b;
  font-weight: bold;
}
#abouts h3::after {
  content: "_____";
  display: block;
  position: relative;
  top: -16px;
  color: #c9c9c9;
  margin: 0px;
  padding: 0px;
}
#abouts p {
  color: #7d7d7d;
  line-height: 2.5;
}
#contserviecs {
  text-align: center;
  padding-top: 1vh;
  padding-bottom: 0.5vh;
}
.health-counter {
  font-size: 27px;
  font-weight: 700;
  color: #fff;
  line-height: 21px;
  text-align: left;
}
.health-events {
  transition: all 0.3s ease-in-out;
  margin-top: 40px;
}
.health-events p {
  margin-bottom: 0.5rem;
}
.health-events .events-h {
  position: relative;
  padding-left: 118px;
  overflow: hidden;
  margin-bottom: 30px;
}
.health-events .events-h .text {
  border: 1px solid #eaeaea;
  border-radius: 0 4px 4px 0;
  border-left: none;
  padding: 7px 10px 7px 20px;
}
.health-events .events-h .text p {
  padding-bottom: 0px;
}
.health-events .events-h .text .read-more {
  font-size: 13px;
  font-weight: 700;
}
.health-events .events-h .text .read-more i {
  margin-left: 2px;
}
.health-events .events-h .img-box {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 120px;
  border-radius: 5px;
  background: #f1612b;
}
.health-events .events-h .img-box img {
  width: 100%;
  border-radius: 4px;
  opacity: 0.9;
  height: -webkit-fill-available;
}
.health-events .events-h:hover .text {
  border-color: #fff;
}
.health-events .events-h:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}
.health-events .wrapper {
  margin-top: 19px;
}
.health-events .contact-text {
  text-align: center;
  padding-top: 35px;
}
.health-events .contact-text h4 {
  font-weight: normal;
  margin-bottom: 10px;
}
.health-events .contact-text h5 {
  font-weight: normal;
  display: inline-block;
  position: relative;
}
.health-events .contact-text h5:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 1px;
  left: 0;
}
.health-title {
  position: relative;
  text-align: center;
  font-weight: bold;
}
.health-title h2,
.health-title h3 {
  position: relative;
  text-transform: uppercase;
  padding-bottom: 22px;
  font-weight: bold;
  color: #f1612b;
}
.health-title h2:before,
.health-title h3:before {
  content: "";
  width: 40px;
  height: 4px;
  border-radius: 10px;
  background: #c3c3c3;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
}
.health-title p {
  padding-top: 0px;
}
.testimonial-section2 {
  /*height: 600px;*/
  position: relative;
  padding: 50px 0;
  background-color: #e91c5e;
}
.testim .wrap {
  position: relative;
  width: 100%;
  max-width: 1020px;
  padding: 40px 4px;
  margin: auto;
}
.testim .arrow {
  display: block;
  position: absolute;
  color: #eee;
  cursor: pointer;
  font-size: 2em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 5px;
  z-index: 22222222;
}
.testim .arrow:before {
  cursor: pointer;
}
.testim .arrow:hover {
  color: #f1612b;
}
.testim .arrow.left {
  left: 10px;
}
.testim .arrow.right {
  right: 10px;
}
.testim .dots {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 60px;
  left: 0;
  display: block;
  z-index: 3333;
  height: 12px;
}
.testim .dots .dot {
  list-style-type: none;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #737373;
  margin: 0 10px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
}
.testim .dots .dot.actives,
.testim .dots .dot:hover {
  background: #f1612b;
  border-color: #f1612b;
}
.testim .dots .dot.actives {
  -webkit-animation: testim-scale 0.5s ease-in-out forwards;
  -moz-animation: testim-scale 0.5s ease-in-out forwards;
  -ms-animation: testim-scale 0.5s ease-in-out forwards;
  -o-animation: testim-scale 0.5s ease-in-out forwards;
  animation: testim-scale 0.5s ease-in-out forwards;
}
.testim .cont {
  position: relative;
  overflow: hidden;
  display: flex;
  border-radius: 23px;
  box-shadow: 2px 2px 3px #ea830ead;
  background-color: white;
}
.testim .cont > div {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 0 70px 0;
  opacity: 0;
}
.testim .cont > div.inactive {
  opacity: 1;
}
.testim .cont > div.actives {
  position: relative;
  opacity: 1;
}
.testim .cont div .img img {
  display: block;
  width: 100px;
  height: 100px;
  margin: auto;
  border-radius: 50%;
}
.testim .cont div .h4 {
  color: #f1612b;
  font-size: 1.2em;
  margin: 15px 0;
}
.testim .cont div p {
  font-size: 1.15em;
  color: #454545;
  width: 80%;
  margin: auto;
}
.testim .cont div.actives .img img {
  -webkit-animation: testim-show 0.5s ease-in-out forwards;
  -moz-animation: testim-show 0.5s ease-in-out forwards;
  -ms-animation: testim-show 0.5s ease-in-out forwards;
  -o-animation: testim-show 0.5s ease-in-out forwards;
  animation: testim-show 0.5s ease-in-out forwards;
}
.testim .cont div.actives .h4 {
  -webkit-animation: testim-content-in 0.4s ease-in-out forwards;
  -moz-animation: testim-content-in 0.4s ease-in-out forwards;
  -ms-animation: testim-content-in 0.4s ease-in-out forwards;
  -o-animation: testim-content-in 0.4s ease-in-out forwards;
  animation: testim-content-in 0.4s ease-in-out forwards;
}
.testim .cont div.actives p {
  -webkit-animation: testim-content-in 0.5s ease-in-out forwards;
  -moz-animation: testim-content-in 0.5s ease-in-out forwards;
  -ms-animation: testim-content-in 0.5s ease-in-out forwards;
  -o-animation: testim-content-in 0.5s ease-in-out forwards;
  animation: testim-content-in 0.5s ease-in-out forwards;
}
.testim .cont div.inactives .img img {
  -webkit-animation: testim-hide 0.5s ease-in-out forwards;
  -moz-animation: testim-hide 0.5s ease-in-out forwards;
  -ms-animation: testim-hide 0.5s ease-in-out forwards;
  -o-animation: testim-hide 0.5s ease-in-out forwards;
  animation: testim-hide 0.5s ease-in-out forwards;
}
.testim .cont div.inactive .h4 {
  -webkit-animation: testim-content-out 0.4s ease-in-out forwards;
  -moz-animation: testim-content-out 0.4s ease-in-out forwards;
  -ms-animation: testim-content-out 0.4s ease-in-out forwards;
  -o-animation: testim-content-out 0.4s ease-in-out forwards;
  animation: testim-content-out 0.4s ease-in-out forwards;
}
.testim .cont div.inactive p {
  -webkit-animation: testim-content-out 0.5s ease-in-out forwards;
  -moz-animation: testim-content-out 0.5s ease-in-out forwards;
  -ms-animation: testim-content-out 0.5s ease-in-out forwards;
  -o-animation: testim-content-out 0.5s ease-in-out forwards;
  animation: testim-content-out 0.5s ease-in-out forwards;
}
@-webkit-keyframes testim-scale {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }
  35% {
    -webkit-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }
  70% {
    -webkit-box-shadow: 0px 0px 10px 5px #ea830e;
    box-shadow: 0px 0px 10px 5px #ea830e;
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 0px #ea830e;
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}
@-moz-keyframes testim-scale {
  0% {
    -moz-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }
  35% {
    -moz-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }
  70% {
    -moz-box-shadow: 0px 0px 10px 5px #ea830e;
    box-shadow: 0px 0px 10px 5px #ea830e;
  }
  100% {
    -moz-box-shadow: 0px 0px 0px 0px #ea830e;
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}
@-ms-keyframes testim-scale {
  0% {
    -ms-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }
  35% {
    -ms-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }
  70% {
    -ms-box-shadow: 0px 0px 10px 5px #ea830e;
    box-shadow: 0px 0px 10px 5px #ea830e;
  }
  100% {
    -ms-box-shadow: 0px 0px 0px 0px #ea830e;
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}
@-o-keyframes testim-scale {
  0% {
    -o-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }
  35% {
    -o-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }
  70% {
    -o-box-shadow: 0px 0px 10px 5px #ea830e;
    box-shadow: 0px 0px 10px 5px #ea830e;
  }
  100% {
    -o-box-shadow: 0px 0px 0px 0px #ea830e;
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}
@keyframes testim-scale {
  0% {
    box-shadow: 0px 0px 0px 0px #eee;
  }
  35% {
    box-shadow: 0px 0px 10px 5px #eee;
  }
  70% {
    box-shadow: 0px 0px 10px 5px #ea830e;
  }
  100% {
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}
@-webkit-keyframes testim-content-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes testim-content-in {
  from {
    opacity: 0;
    -moz-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes testim-content-in {
  from {
    opacity: 0;
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes testim-content-in {
  from {
    opacity: 0;
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes testim-content-in {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes testim-content-out {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@-moz-keyframes testim-content-out {
  from {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    opacity: 0;
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@-ms-keyframes testim-content-out {
  from {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    opacity: 0;
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@-o-keyframes testim-content-out {
  from {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes testim-content-out {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100%);
  }
}
@-webkit-keyframes testim-show {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes testim-show {
  from {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
  }
  to {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes testim-show {
  from {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
  }
  to {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes testim-show {
  from {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
  }
  to {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes testim-show {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes testim-hide {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@-moz-keyframes testim-hide {
  from {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }
  to {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
  }
}
@-ms-keyframes testim-hide {
  from {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
  }
  to {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
  }
}
@-o-keyframes testim-hide {
  from {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }
  to {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes testim-hide {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0);
  }
}
.list-inline {
  padding-left: 0;
  list-style: none;
  display: inline-flex;
}
footer.health-footer {
  background: #222;
  border-top: 4px solid #f1612b;
  width: 100%;
}
footer.health-footer .about {
  margin: 0 auto;
  margin-top: 40px;
  max-width: 1170px;
  text-align: center;
}
footer.health-footer .about p {
  font-size: 13px;
  color: #d8d8d8;
  margin-top: 20px;
}
footer.health-footer .about .social-media {
  margin-top: 15px;
}
footer.health-footer .about .social-media ul li a {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  font-size: 16px;
  color: #f1612b;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
footer.health-footer .about .social-media ul li a:hover {
  background: #f1612b;
  color: #fff;
  border-color: #f1612b;
}
footer.health-footer .footer-info-single {
  margin-top: 30px;
}
footer.health-footer .footer-info-single .title {
  color: #d8d8d8;
  text-transform: uppercase;
  font-size: 16px;
  border-left: 4px solid #f1612b;
  padding-left: 5px;
}
footer.health-footer .footer-info-single ul li a {
  display: block;
  color: #d8d8d8;
  padding: 2px 0;
}
footer.health-footer .footer-info-single ul li a:hover {
  color: #f1612b;
}
footer.health-footer .footer-info-single p {
  font-size: 13px;
  line-height: 20px;
  color: #d8d8d8;
}
footer.health-footer .copyright {
  margin-top: 15px;
  background: #111;
  padding: 7px 0;
  color: #d8d8d8;
  text-align: center;
}
footer.health-footer .copyright p {
  margin: 0;
  padding: 0;
}
.list-unstyled li {
  width: fit-content;
}
.container .contact-form .title {
  font-size: 2.5em;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #242424;
  margin: 10px 0px 5px 0px;
}
.container .contact-form .subtitle {
  font-size: 1.2em;
  font-weight: 400;
}
.container .contact-form input,
.container .contact-form textarea {
  width: 100%;
  padding: 3%;
  color: #242424;
  border: 1px solid #b7b7b7;
  margin-bottom: 10px;
}
.container .contact-form input::placeholder,
.container .contact-form textarea::placeholder {
  color: #242424;
}
.container .contact-form .btn-send {
  background: #f1612b;
  width: 180px;
  height: 60px;
  color: #ffffff;
  font-weight: 700;
  margin: 2% 8%;
  border: none;
}
.map {
  margin: 20px 0px 0px 0px;
  height: 485px;
  width: 100%;
}
.contact-form .button {
  right: -11px;
  margin-bottom: 17px;
  margin-top: 0px;
}
.bordt {
  border-top: 4px solid #f1612b;
}
:root {
  --text: #555;
  --main-text1: #9c58ab;
  --main-text2: #0a8cad;
  --main-text3: #e24f9f;
  --main-text4: #de7d38;
}
.main-timeline {
  font-family: "Mukta", sans-serif;
  padding: 15px 0;
  position: relative;
}
.main-timeline:before {
  content: "";
  background: linear-gradient(to right, #999 49%, var(--text) 50%);
  height: 100%;
  width: 23px;
  box-shadow: 0 0 5px var(--text);
  border-radius: 30px;
  transform: translateX(185%);
  position: absolute;
  top: 0;
}
.main-timeline:after {
  content: "";
  display: block;
  clear: both;
}
.main-timeline .timeline {
  text-align: center;
  margin: 0 0 50px;
  float: left;
  position: relative;
}
.main-timeline .timeline:last-child {
  margin: 0;
}
.main-timeline .timeline-content {
  color: var(--text);
  display: block;
}
.main-timeline .timeline-content:hover {
  color: var(--text);
  text-decoration: none;
}
.main-timeline .timeline-icon {
  color: var(--main-text1);
  background: linear-gradient(to right, #cc83d2 49%, var(--main-text1) 50%);
  font-size: 50px;
  text-align: center;
  line-height: 114px;
  height: 110px;
  width: 110px;
  border-radius: 50%;
  box-shadow: 0 0 5px var(--text);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
}
.main-timeline .timeline-icon:before {
  content: "";
  background: #fff;
  height: 75%;
  width: 75%;
  border-radius: 50%;
  box-shadow: 0 0 5px #777 inset;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translateX(-50%) translateY(-50%);
}
.main-timeline .inner-content {
  padding: 10px 0px 10px 115px;
}
.main-timeline .title {
  color: var(--main-text1);
  font-size: 23px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 3px;
}
.main-timeline .description {
  font-size: 14px;
  letter-spacing: 1px;
  margin: 0;
  text-align: left;
}
.main-timeline .timeline:nth-child(even) .inner-content {
  padding: 10px 0px 10px 115px;
}
.main-timeline .timeline:nth-child(4n + 2) .timeline-icon {
  color: var(--main-text2);
  background: linear-gradient(to right, #00b7fb 49%, var(--main-text2) 50%);
}
.main-timeline .timeline:nth-child(4n + 2) .title {
  color: var(--main-text2);
}
.main-timeline .timeline:nth-child(4n + 3) .timeline-icon {
  color: var(--main-text3);
  background: linear-gradient(to right, #fe79cc 49%, var(--main-text3) 50%);
}
.main-timeline .timeline:nth-child(4n + 3) .title {
  color: var(--main-text3);
}
.main-timeline .timeline:nth-child(4n + 4) .timeline-icon {
  color: var(--main-text4);
  background: linear-gradient(to right, #ffa657 49%, var(--main-text4) 50%);
}
.main-timeline .timeline:nth-child(4n + 4) .title {
  color: var(--main-text4);
}
.health-feat ul,
.services-block-three ul {
  list-style: none;
  text-align: center;
}
.health-feat ul li:before,
.services-block-three ul li:before {
  content: "✓";
}
.services-block-three ul {
  padding: 0px;
  text-align: left;
  font-size: 13px;
}
#canvas {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 22px;
  left: 0;
  background-color: #1a1724;
  z-index: 0;
  height: 175px;
}
.textdes {
  margin-top: 40px;
  margin-bottom: 40px;
}
.services-block-three {
  margin-bottom: 15px;
  margin-top: 38px;
}
.services-block-three i {
  font-size: 53px;
}
.services-block-three > a {
  display: block;
  border: 2px solid #d5d5d5;
  border-radius: 4px;
  text-align: center;
  background: #fff;
  padding: 12px;
  position: relative;
}
.services-block-three > a:before {
  display: block;
  content: "";
  width: 9%;
  height: 17%;
  position: absolute;
  bottom: -2px;
  right: -2px;
  border-bottom: 2px solid #f1612b;
  border-right: 2px solid #f1612b;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.services-block-three > a:after {
  display: block;
  content: "";
  width: 9%;
  height: 17%;
  position: absolute;
  top: -2px;
  left: -2px;
  border-top: 2px solid #f1612b;
  border-left: 2px solid #f1612b;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.padding-15px-bottom {
  padding-bottom: 15px;
}
.services-block-three h4 {
  color: #000000;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 600;
}
.services-block-three ul li {
  margin-bottom: 0;
  color: #000000;
}
.services-block-three > a:hover {
  opacity: 1;
  border-color: #d5d5d5;
}
a:hover,
a:active {
  color: #f1612b;
  text-decoration: none;
}
.services-block-three > a:hover:before,
.services-block-three > a:hover:after {
  width: 95%;
  height: 90%;
}
#learn-more {
  fill-opacity: 0;
  fill: #fff;
  stroke: #fff;
  stroke-width: 2;
  border-radius: 5px;
  stroke-linejoin: round;
  transition: all 250ms ease-in;
  cursor: pointer;
}
#learn-more:hover {
  fill-opacity: 1;
}
#learn-more:hover ~ .learn-more-text {
  fill: #f1612b;
}
.learn-more-text {
  font-family: "Roboto";
  fill: #fff;
  pointer-events: none;
  font-size: 14px;
  transition: all 250ms ease-in;
}
.health-view {
  fill: #4c4c4c;
}
.pointer {
  fill: #fff;
  stroke: #f1612b;
  stroke-width: 2;
}
.nav-copy {
  font-family: "Roboto";
  fill: #fff;
  fill-opacity: 1;
  transition: all 250ms ease-in;
}
.nav-copy.changing {
  fill-opacity: 0;
}
.health {
  cursor: pointer;
}
.health text {
  font-size: 17px;
  font-family: "Open Sans", Helvetica, Tahoma, Arial, sans-serif;
  text-anchor: middle;
}
.health .health-insights-icon {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.health .health-insights-icon,
.health .health-insights-icon > * {
  transition: all 250ms ease-in;
}
.health circle {
  fill: #4c4c4c;
}
.health circle.shadow {
  fill-opacity: 0;
  -webkit-filter: url(#health-shadow);
  filter: url(#health-shadow);
}
.health use {
  fill: #fff;
}
.health text {
  fill: #4d4d4d;
}
.health.active .health-insights-icon,
.health:hover .health-insights-icon {
  -webkit-transform: scale(1.15) translateY(-1px);
  transform: scale(1.15) translateY(-1px);
}
.health.active .health-insights-icon,
.health.active .health-insights-icon > *,
.health:hover .health-insights-icon,
.health:hover .health-insights-icon > * {
  transition: all 250ms ease-out;
}
.health.active .health-insights-icon circle.shadow,
.health:hover .health-insights-icon circle.shadow {
  fill-opacity: 0.4;
}
.health.active text,
.health:hover text {
  fill: #f1612b;
  font-weight: bold;
}
/**
 *
 *	essential styles
 *		- the following styles are essential to the functioning of the plugin
 *
 **/
@font-face {
  font-family: empty;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAQ0AAoAAAAAA+wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAJ4AAACeXQ48j09TLzIAAAGUAAAAYAAAAGAIIgbWY21hcAAAAfQAAABEAAAARAAyAGlnYXNwAAACOAAAAAgAAAAIAAAAEGhlYWQAAAJAAAAANgAAADb9mzB5aGhlYQAAAngAAAAkAAAAJAHiAeVobXR4AAACnAAAABAAAAAQAAAAAG1heHAAAAKsAAAABgAAAAYABFAAbmFtZQAAArQAAAFdAAABXVqZXRlwb3N0AAAEFAAAACAAAAAgAAMAAAEABAQAAQEBDHNwYWNlLWVtcHR5AAECAAEAOvgcAvgbA/gYBB4KABlT/4uLHgoAGVP/i4sMB4tr+JT4dAUdAAAAfA8dAAAAgREdAAAACR0AAACVEgAFAQEMFxkbHnNwYWNlLWVtcHR5c3BhY2UtZW1wdHl1MHUxdTIwAAACAYkAAgAEAQEEBwoN/JQO/JQO/JQO/JQO+JQU+JQViwwKAAAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAABAAAAAIAHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADAAAAAIAAgAAgAAAAEAIP/9//8AAAAAACD//f//AAH/4wADAAEAAAAAAAAAAAABAAH//wAPAAEAAAABAAAAeR2GXw889QALAgAAAAAAzz54vgAAAADPPni+AAAAAAAAAAAAAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAABQAAAEAAAAAAAOAK4AAQAAAAAAAQAWAAAAAQAAAAAAAgAOAGMAAQAAAAAAAwAWACwAAQAAAAAABAAWAHEAAQAAAAAABQAWABYAAQAAAAAABgALAEIAAQAAAAAACgAoAIcAAwABBAkAAQAWAAAAAwABBAkAAgAOAGMAAwABBAkAAwAWACwAAwABBAkABAAWAHEAAwABBAkABQAWABYAAwABBAkABgAWAE0AAwABBAkACgAoAIcAcwBwAGEAYwBlAC0AZQBtAHAAdAB5AFYAZQByAHMAaQBvAG4AIAAxAC4AMABzAHAAYQBjAGUALQBlAG0AcAB0AHlzcGFjZS1lbXB0eQBzAHAAYQBjAGUALQBlAG0AcAB0AHkAUgBlAGcAdQBsAGEAcgBzAHAAYQBjAGUALQBlAG0AcAB0AHkARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=)
    format("woff");
}
.healthinsights-container {
  filter: alpha(opacity=0);
  font-family: empty;
  font-size: 0;
  opacity: 0;
  position: relative;
  width: 100%;
  zoom: 1;
}
.healthinsights-container > * {
  font-family: sans-serif;
  font-size: 16px;
}
.healthinsights-container img {
  max-width: 100%;
}
.healthinsights-item {
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.healthinsights-thumbnail {
  height: 100%;
  text-align: center;
  position: relative;
  width: 100%;
}
.healthinsights-arrow {
  border-bottom: 10px solid;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  bottom: -15px;
  display: none;
  height: 0;
  position: absolute;
  width: 0;
  z-index: 2;
}
.healthinsights-thumbnail-content {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.healthinsights-thumbnail-content img {
  vertical-align: middle;
}
.healthinsights-details {
  left: 0;
  margin-top: 15px;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
.healthinsights-close {
  cursor: pointer;
  display: block;
  position: absolute;
  z-index: 2;
}
.healthinsights-details-content {
  height: auto;
}
/**
 *
 *	sample styles
 *  	- the following styles are just one example. You can customize at will
 *
 *
 **/
.healthinsights-container {
  background: #eeeeee;
}
.healthinsights-container p {
  margin-bottom: 0.4em;
}
.healthinsights-thumbnail {
  background: #686868;
  color: #ffffff;
  cursor: pointer;
}
.healthinsights-arrow {
  border-bottom-color: #e3e3e3;
}
.healthinsights-close {
  background: url(../images/healthinsights-btn-close.png) no-repeat 0px 0px;
  display: block;
  height: 30px;
  right: 10px;
  top: 5px;
  width: 30px;
}
.healthinsights-close:hover,
.healthinsights-close:active {
  background-position: 0px -31px;
}
.healthinsights-details-content {
  background: #e3e3e3;
}
/* opened */
.healthinsights-container.open {
  background: #000000;
}
.healthinsights-container.open .healthinsights-thumbnail {
  background: #242424;
  color: #242424;
}
.healthinsights-container.open .healthinsights-thumbnail.open {
  background: #e3e3e3;
}
.healthinsights-container.open .healthinsights-thumbnail img {
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha" (Opacity=20);
}
.healthinsights-container.open .healthinsights-thumbnail:hover img {
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha" (Opacity=40);
}
.healthinsights-container.open .healthinsights-thumbnail.open img {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha" (Opacity=100);
}
.navbar {
  border-radius: 0px !important;
}
article.body h1 {
  text-align: center;
}
.syntaxhighlighter .toolbar {
  display: none !important;
}
.exemplo {
  padding: 20px;
}
.health {
  /* you can add color names and their values here
  and then simply add classes like .m--blend-$colorName to .health-slide 
  to apply specific color for mask blend mode */
}
.health-slider {
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  height: 100vh;
}
.health-slider *,
.health-slider *:before,
.health-slider *:after {
  box-sizing: border-box;
}
.health-slider__slides {
  position: relative;
  height: 100%;
  transition: -webkit-transform 1s 0.6666666667s;
  transition: transform 1s 0.6666666667s;
  transition: transform 1s 0.6666666667s, -webkit-transform 1s 0.6666666667s;
}
.health-slider .m--blend-dark .health-slide__inner {
  background-color: #8a8a8a;
}
.health-slider .m--blend-dark .health-slide__mask-inner {
  background-color: #575757;
}
.health-slider .m--navbg-dark {
  background-color: #575757;
}
.health-slider .m--blend-green .health-slide__inner {
  background-color: #6d9b98;
}
.health-slider .m--blend-green .health-slide__mask-inner {
  background-color: #42605e;
}
.health-slider .m--navbg-green {
  background-color: #42605e;
}
.health-slider .m--blend-orange .health-slide__inner {
  background-color: #ff7d4494;
  background-image: linear-gradient(
      rgba(250, 115, 59, 0),
      rgba(203, 203, 203, 0)
    ),
    url(../images/first-health-min.jpg);
}
.health-slider .m--blend-orange .health-slide__mask-inner {
  background-color: #ff7d4494;
}
.health-slider .m--navbg-orange {
  background-color: #ff7d4494;
}
.health-slider .m--blend-red .health-slide__inner {
  background-color: #ea2329;
}
.health-slider .m--blend-red .health-slide__mask-inner {
  background-color: #990e13;
}
.health-slider .m--navbg-red {
  background-color: #990e13;
}
.health-slider .m--blend-blue .health-slide__inner {
  background-color: #59aecb;
}
.health-slider .m--blend-blue .health-slide__mask-inner {
  background-color: #2d7791;
}
.health-slider .m--navbg-blue {
  background-color: #2d7791;
}
.health-slide {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.health-slide.m--before-sliding {
  z-index: 2 !important;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.health-slide.m--active-slide {
  z-index: 1;
  transition: -webkit-transform 1s 0.6666666667s ease-in-out;
  transition: transform 1s 0.6666666667s ease-in-out;
  transition: transform 1s 0.6666666667s ease-in-out,
    -webkit-transform 1s 0.6666666667s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.health-slide__inner {
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center top;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.m--global-blending-active .health-slide__inner,
.m--blend-bg-active .health-slide__inner {
  background-blend-mode: luminosity;
}
.m--before-sliding .health-slide__inner {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.m--active-slide .health-slide__inner {
  transition: -webkit-transform 1s 0.6666666667s ease-in-out;
  transition: transform 1s 0.6666666667s ease-in-out;
  transition: transform 1s 0.6666666667s ease-in-out,
    -webkit-transform 1s 0.6666666667s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.health-slide__mask {
  overflow: hidden;
  z-index: 1;
  position: absolute;
  right: 56%;
  top: 25% /*28%*/;
  width: 46.25vh;
  height: 39vh;
  margin-right: -90px;
  -webkit-mask-box-image: url(../images/icon2.svg);
  mask-border: url(../images/icon2.svg);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  transition-timing-function: ease-in-out;
}
.m--before-sliding .health-slide__mask {
  -webkit-transform: rotate(-10deg) translate3d(200px, 0, 0);
  transform: rotate(-10deg) translate3d(200px, 0, 0);
  opacity: 0;
}
.m--active-slide .health-slide__mask {
  transition: opacity 0.35s 1.2222222222s, -webkit-transform 0.7s 1.2222222222s;
  transition: transform 0.7s 1.2222222222s, opacity 0.35s 1.2222222222s;
  transition: transform 0.7s 1.2222222222s, opacity 0.35s 1.2222222222s,
    -webkit-transform 0.7s 1.2222222222s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.m--previous-slide .health-slide__mask {
  transition: opacity 0.35s 0.6833333333s, -webkit-transform 0.7s 0.3333333333s;
  transition: transform 0.7s 0.3333333333s, opacity 0.35s 0.6833333333s;
  transition: transform 0.7s 0.3333333333s, opacity 0.35s 0.6833333333s,
    -webkit-transform 0.7s 0.3333333333s;
  -webkit-transform: rotate(10deg) translate3d(-200px, 0, 0);
  transform: rotate(10deg) translate3d(-200px, 0, 0);
  opacity: 0;
}
.health-slide__mask-inner {
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100vw;
  height: 100vh;
  margin-left: -50vw;
  margin-top: -50vh;
  background-size: cover;
  background-position: center center;
  background-blend-mode: luminosity;
  -webkit-transform-origin: 50% 16.5vh;
  transform-origin: 50% 16.5vh;
  transition-timing-function: ease-in-out;
}
.m--before-sliding .health-slide__mask-inner {
  -webkit-transform: translateY(0) rotate(10deg) translateX(-200px)
    translateZ(0);
  transform: translateY(0) rotate(10deg) translateX(-200px) translateZ(0);
}
.m--active-slide .health-slide__mask-inner {
  transition: -webkit-transform 0.7s 1.2222222222s;
  transition: transform 0.7s 1.2222222222s;
  transition: transform 0.7s 1.2222222222s, -webkit-transform 0.7s 1.2222222222s;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.m--previous-slide .health-slide__mask-inner {
  transition: -webkit-transform 0.7s 0.3333333333s;
  transition: transform 0.7s 0.3333333333s;
  transition: transform 0.7s 0.3333333333s, -webkit-transform 0.7s 0.3333333333s;
  -webkit-transform: translateY(0) rotate(-10deg) translateX(200px)
    translateZ(0);
  transform: translateY(0) rotate(-10deg) translateX(200px) translateZ(0);
}
.health-slide__content {
  z-index: 2;
  position: absolute;
  left: 40%;
  top: 40%;
}
.health-slide__heading {
  margin-bottom: 10px;
  text-transform: uppercase;
}
.health-slide__heading-line {
  overflow: hidden;
  position: relative;
  padding-right: 20px;
  font-size: 61px;
  color: #fff;
  word-spacing: 10px;
  text-shadow: 2px 2px 5px #343a40; /*	fb743c*/
}
.health-slide__heading-line:nth-child(2) {
  padding-left: 30px;
}
.m--before-sliding .health-slide__heading-line {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.m--active-slide .health-slide__heading-line {
  transition: -webkit-transform 1.5s 1s;
  transition: transform 1.5s 1s;
  transition: transform 1.5s 1s, -webkit-transform 1.5s 1s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.m--previous-slide .health-slide__heading-line {
  transition: -webkit-transform 1.5s;
  transition: transform 1.5s;
  transition: transform 1.5s, -webkit-transform 1.5s;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.health-slide__heading-line span {
  display: block;
}
.m--before-sliding .health-slide__heading-line span {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.m--active-slide .health-slide__heading-line span {
  transition: -webkit-transform 1.5s 1s;
  transition: transform 1.5s 1s;
  transition: transform 1.5s 1s, -webkit-transform 1.5s 1s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.m--previous-slide .health-slide__heading-line span {
  transition: -webkit-transform 1.5s;
  transition: transform 1.5s;
  transition: transform 1.5s, -webkit-transform 1.5s;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.health-slide__action-btn {
  position: relative;
  margin-left: 200px;
  padding: 5px 15px;
  font-size: 20px;
  line-height: 1;
  color: transparent;
  border: none;
  text-transform: uppercase;
  background: transparent;
  cursor: pointer;
  text-align: center;
  outline: none;
}
.health-slide__action-btn span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  line-height: 30px;
  color: #fff;
  text-shadow: 2px 2px 5px #343a40;
  background: #f1612b;
}
.health-slide__action-btn span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-top: none;
  border-bottom: none;
  text-shadow: 2px 2px 5px #343a40;
  box-shadow: 1px 1px 1px #333;
}
.health-slide__action-btn span:after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 30px;
  background: #1f2833;
  opacity: 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: translateY(100%) rotateX(-90deg);
  transform: translateY(100%) rotateX(-90deg);
  transition: opacity 0.15s 0.15s;
}
.health-slide__action-btn:hover span {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
}
.health-slide__action-btn:hover span:after {
  opacity: 1;
  transition: opacity 0.15s;
}
.health-nav {
  z-index: 5;
  position: absolute;
  right: 0;
  bottom: 0;
}
.health-nav__bgs {
  z-index: -1;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.health-nav__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.health-nav__bg.m--nav-bg-before {
  z-index: 2 !important;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.health-nav__bg.m--active-nav-bg {
  z-index: 1;
  transition: -webkit-transform 1s 0.6666666667s;
  transition: transform 1s 0.6666666667s;
  transition: transform 1s 0.6666666667s, -webkit-transform 1s 0.6666666667s;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.health-nav__controls {
  font-size: 0;
}
.health-nav__control {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100px;
  height: 50px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  transition: background-color 0.5s;
}
.health-nav__control.m--active-control {
  background: #1f2833;
}
.health-nav__control-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  transition-timing-function: linear !important;
}
.m--with-autosliding .m--active-control .health-nav__control-progress {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.m--prev-control .health-nav__control-progress {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition: -webkit-transform 0.5s !important;
  transition: transform 0.5s !important;
  transition: transform 0.5s, -webkit-transform 0.5s !important;
}
.m--reset-progress .health-nav__control-progress {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  transition: -webkit-transform 0s 0s !important;
  transition: transform 0s 0s !important;
  transition: transform 0s 0s, -webkit-transform 0s 0s !important;
}
.m--autosliding-blocked .health-nav__control-progress {
  transition: all 0s 0s !important;
  -webkit-transform: scaleX(0) !important;
  transform: scaleX(0) !important;
}
/* NOT PART OF COMMON SLIDER STYLES */
body {
  margin: 0;
}
.demo-cont {
  overflow: hidden;
  position: relative;
  height: 100vh;
  -webkit-perspective: 1500px;
  perspective: 1500px;
  background: #000;
  top: -25px;
}
.demo-cont__credits {
  box-sizing: border-box;
  overflow-y: auto;
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
  width: 400px;
  height: 100%;
  padding: 20px 10px 30px;
  background: #303030;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #fff;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
  -webkit-transform: translate3d(100%, 0, 0) rotateY(-45deg);
  transform: translate3d(100%, 0, 0) rotateY(-45deg);
  will-change: transform;
}
.credits-active .demo-cont__credits {
  transition: -webkit-transform 0.7s 0.2333333333s;
  transition: transform 0.7s 0.2333333333s;
  transition: transform 0.7s 0.2333333333s, -webkit-transform 0.7s 0.2333333333s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.demo-cont__credits *,
.demo-cont__credits *:before,
.demo-cont__credits *:after {
  box-sizing: border-box;
}
.demo-cont__credits-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 28px;
  height: 28px;
  cursor: pointer;
}
.demo-cont__credits-close:before,
.demo-cont__credits-close:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  background: #fff;
}
.demo-cont__credits-close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.demo-cont__credits-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.demo-cont__credits-heading {
  text-transform: uppercase;
  font-size: 40px;
  margin-bottom: 20px;
}
.demo-cont__credits-img {
  display: block;
  width: 60%;
  margin: 0 auto 30px;
  border-radius: 10px;
}
.demo-cont__credits-name {
  margin-bottom: 20px;
  font-size: 30px;
  margin-top: 38px;
}
.demo-cont__credits-link {
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
  color: #fff;
}
.demo-cont__credits-blend {
  font-size: 30px;
  margin-bottom: 10px;
}
.example-slider {
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
}
.credits-active .example-slider {
  -webkit-transform: translate3d(-400px, 0, 0) rotateY(10deg) scale(0.9);
  transform: translate3d(-400px, 0, 0) rotateY(10deg) scale(0.9);
}
.example-slider .health-slide-1 .health-slide__inner,
.example-slider .health-slide-1 .health-slide__mask-inner {
  background-image: linear-gradient(
      rgba(250, 115, 59, 0),
      rgba(203, 203, 203, 0)
    ),
    url("../images/first-health-min.jpg");
  background-attachment: fixed;
}
.example-slider .health-slide-2 .health-slide__inner,
.example-slider .health-slide-2 .health-slide__mask-inner {
  background-image: linear-gradient(
      rgba(250, 115, 59, 0),
      rgba(203, 203, 203, 0)
    ),
    url("../images/sec-health-min.jpg");
  background-attachment: fixed;
}
.example-slider .health-slide-3 .health-slide__inner,
.example-slider .health-slide-3 .health-slide__mask-inner {
  background-image: linear-gradient(
      rgba(250, 115, 59, 0),
      rgba(203, 203, 203, 0)
    ),
    url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/142996/ironman-alt.jpg");
  background-attachment: fixed;
}
.example-slider .health-slide-3 .health-slide__inner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
}
.example-slider .health-slide-4 .health-slide__inner,
.example-slider .health-slide-4 .health-slide__mask-inner {
  background: linear-gradient(rgba(250, 115, 59, 0), rgba(203, 203, 203, 0)),
    url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/142996/thor.jpg");
  background-attachment: fixed;
}
.example-slider .health-slide-4 .health-slide__inner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.example-slider .health-slide__heading,
.example-slider .health-slide__action-btn,
.example-slider .health-nav__control {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
/* COLORFUL SWITCH STYLES 
   ORIGINAL DEMO - https://codepen.io/suez/pen/WQjwOb */
.colorful-switch {
  position: relative;
  width: 180px;
  height: 77.1428571429px;
  margin: 0 auto;
  border-radius: 32.1428571429px;
  background: #cfcfcf;
}
.colorful-switch:before {
  content: "";
  z-index: -1;
  position: absolute;
  left: -5px;
  top: -5px;
  width: 190px;
  height: 87.1428571429px;
  border-radius: 37.1428571429px;
  background: #314239;
  transition: background-color 0.3s;
}
.colorful-switch:hover:before {
  background: #4c735f;
}
.colorful-switch__checkbox {
  z-index: -10;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.colorful-switch__label {
  z-index: 1;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 32.1428571429px;
  cursor: pointer;
}
.colorful-switch__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 540px;
  height: 100%;
  background: linear-gradient(
    90deg,
    #14dcd6 0,
    #10e7bd 180px,
    #ef9c29 360px,
    #e76339 100%
  );
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translate3d(-360px, 0, 0);
  transform: translate3d(-360px, 0, 0);
}
.colorful-switch__checkbox:checked
  ~ .colorful-switch__label
  .colorful-switch__bg {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.colorful-switch__dot {
  position: absolute;
  left: 131.1428571429px;
  top: 50%;
  width: 5.1428571429px;
  height: 5.1428571429px;
  margin-left: -2.5714285714px;
  margin-top: -2.5714285714px;
  border-radius: 50%;
  background: #fff;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.colorful-switch__checkbox:checked
  ~ .colorful-switch__label
  .colorful-switch__dot {
  -webkit-transform: translate3d(-80.3571428571px, 0, 0);
  transform: translate3d(-80.3571428571px, 0, 0);
}
.colorful-switch__on {
  position: absolute;
  left: 104.1428571429px;
  top: 22.5px;
  width: 19.2857142857px;
  height: 36px;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.colorful-switch__checkbox:checked
  ~ .colorful-switch__label
  .colorful-switch__on {
  -webkit-transform: translate3d(-80.3571428571px, 0, 0);
  transform: translate3d(-80.3571428571px, 0, 0);
}
.colorful-switch__on__inner {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: -webkit-transform 0.25s 0s cubic-bezier(0.52, -0.96, 0.51, 1.28);
  transition: transform 0.25s 0s cubic-bezier(0.52, -0.96, 0.51, 1.28);
  transition: transform 0.25s 0s cubic-bezier(0.52, -0.96, 0.51, 1.28),
    -webkit-transform 0.25s 0s cubic-bezier(0.52, -0.96, 0.51, 1.28);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: rotate(45deg) scale(0) translateZ(0);
  transform: rotate(45deg) scale(0) translateZ(0);
}
.colorful-switch__checkbox:checked
  ~ .colorful-switch__label
  .colorful-switch__on__inner {
  transition: -webkit-transform 0.25s 0.25s
    cubic-bezier(0.67, -0.16, 0.47, 1.61);
  transition: transform 0.25s 0.25s cubic-bezier(0.67, -0.16, 0.47, 1.61);
  transition: transform 0.25s 0.25s cubic-bezier(0.67, -0.16, 0.47, 1.61),
    -webkit-transform 0.25s 0.25s cubic-bezier(0.67, -0.16, 0.47, 1.61);
  -webkit-transform: rotate(45deg) scale(1) translateZ(0);
  transform: rotate(45deg) scale(1) translateZ(0);
}
.colorful-switch__on__inner:before,
.colorful-switch__on__inner:after {
  content: "";
  position: absolute;
  border-radius: 2.5714285714px;
  background: #fff;
}
.colorful-switch__on__inner:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6.1428571429px;
}
.colorful-switch__on__inner:after {
  right: 0;
  top: 0;
  width: 6.1428571429px;
  height: 100%;
}
.colorful-switch__off {
  position: absolute;
  left: 131.1428571429px;
  top: 50%;
  width: 41.1428571429px;
  height: 41.1428571429px;
  margin-left: -20.5714285714px;
  margin-top: -20.5714285714px;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.colorful-switch__checkbox:checked
  ~ .colorful-switch__label
  .colorful-switch__off {
  -webkit-transform: translate3d(-80.3571428571px, 0, 0);
  transform: translate3d(-80.3571428571px, 0, 0);
}
.colorful-switch__off:before,
.colorful-switch__off:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 5.1428571429px;
  margin-top: -2.5714285714px;
  border-radius: 2.5714285714px;
  background: #fff;
  transition: -webkit-transform 0.25s 0.25s;
  transition: transform 0.25s 0.25s;
  transition: transform 0.25s 0.25s, -webkit-transform 0.25s 0.25s;
}
.colorful-switch__checkbox:checked
  ~ .colorful-switch__label
  .colorful-switch__off:before,
.colorful-switch__checkbox:checked
  ~ .colorful-switch__label
  .colorful-switch__off:after {
  transition-delay: 0s;
}
.colorful-switch__off:before {
  -webkit-transform: rotate(45deg) scaleX(1) translateZ(0);
  transform: rotate(45deg) scaleX(1) translateZ(0);
}
.colorful-switch__checkbox:checked
  ~ .colorful-switch__label
  .colorful-switch__off:before {
  -webkit-transform: rotate(45deg) scaleX(0) translateZ(0);
  transform: rotate(45deg) scaleX(0) translateZ(0);
}
.colorful-switch__off:after {
  transition-timing-function: cubic-bezier(0.67, -0.16, 0.47, 1.61);
  -webkit-transform: rotate(-45deg) scaleX(1) translateZ(0);
  transform: rotate(-45deg) scaleX(1) translateZ(0);
}
.colorful-switch__checkbox:checked
  ~ .colorful-switch__label
  .colorful-switch__off:after {
  transition-timing-function: ease;
  -webkit-transform: rotate(-45deg) scaleX(0) translateZ(0);
  transform: rotate(-45deg) scaleX(0) translateZ(0);
}
.demo-cont textarea {
  height: 19vh;
}
svg #service1,
svg #service2,
svg #service3,
svg #service4,
svg #service5,
svg #service6,
svg #service7,
svg #service8 {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -webkit-animation: appear 1s 1;
  animation: appear 1s 1;
  transform-box: fill-box;
  -webkit-animation-timing-function: cubic-bezier(0.63, 0.09, 0.3, 1.43);
  animation-timing-function: cubic-bezier(0.63, 0.09, 0.3, 1.43);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform: scale(0);
  transform: scale(0);
  position: relative;
}
svg #service2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
svg #service3 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
svg #service4 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
svg #service5 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
svg #service6 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
svg #service7 {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
svg #service8 {
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}

/*Keyframes*/
@-webkit-keyframes appear {
  0% {
    -webkit-transform: scaleX(0) scaleY(0) translateY(0);
    transform: scaleX(0) scaleY(0) translateY(0);
  }
  70% {
    -webkit-transform: scaleX(0.7) scaleY(0.7) translateY(0);
    transform: scaleX(0.7) scaleY(0.7) translateY(0);
  }
  80% {
    -webkit-transform: scaleX(0.9) scaleY(0.5) translateY(5px);
    transform: scaleX(0.9) scaleY(0.5) translateY(5px);
  }
  100% {
    -webkit-transform: scaleX(1) scaleY(1) translateY(0);
    transform: scaleX(1) scaleY(1) translateY(0);
  }
}
@keyframes appear {
  0% {
    -webkit-transform: scaleX(0) scaleY(0) translateY(0);
    transform: scaleX(0) scaleY(0) translateY(0);
  }
  70% {
    -webkit-transform: scaleX(0.7) scaleY(0.7) translateY(0);
    transform: scaleX(0.7) scaleY(0.7) translateY(0);
  }
  80% {
    -webkit-transform: scaleX(0.9) scaleY(0.5) translateY(5px);
    transform: scaleX(0.9) scaleY(0.5) translateY(5px);
  }
  100% {
    -webkit-transform: scaleX(1) scaleY(1) translateY(0);
    transform: scaleX(1) scaleY(1) translateY(0);
  }
}
figure.snip1253 {
  font-family: "Raleway", Arial, sans-serif;
  color: #fff;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  color: #000000;
  text-align: left;
  font-size: 16px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
figure.snip1253 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
figure.snip1253 .image {
  max-height: 220px;
  overflow: hidden;
}
figure.snip1253 img {
  max-width: 100%;
  vertical-align: top;
  position: relative;
}
figure.snip1253 figcaption {
  margin: -40px 15px 0;
  padding: 15px;
  position: relative;
  background-color: #ffffff;
}
figure.snip1253 .date {
  background-color: rgb(138, 168, 176, 1);
  top: 15px;
  color: #fff;
  left: 15px;
  min-height: 48px;
  min-width: 48px;
  position: absolute;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
figure.snip1253 .date span {
  display: block;
  line-height: 24px;
}
figure.snip1253 .date .month {
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.1);
}
figure.snip1253 h3,
figure.snip1253 p {
  margin: 0;
  padding: 0;
}
figure.snip1253 h3 {
  min-height: 50px;
  margin-bottom: 10px;
  margin-left: 60px;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 17px;
}
figure.snip1253 p {
  font-size: 0.8em;
  margin-bottom: 20px;
  line-height: 1.6em;
}
figure.snip1253 footer {
  padding: 0 25px;
  background-color: rgb(138, 168, 176, 1);
  color: #e6e6e6;
  font-size: 0.8em;
  line-height: 30px;
  text-align: right;
  height: 15px;
}
figure.snip1253 footer > div {
  display: inline-block;
  margin-left: 10px;
}
figure.snip1253 footer i {
  color: rgba(255, 255, 255, 0.2);
  margin-right: 5px;
}
figure.snip1253 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
figure.snip1253:hover img,
figure.snip1253.hover img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.exemplo h2 {
  margin-right: 8px;
  font-size: 24px;
  font-weight: bold;
}
table {
  width: 100%;
  table-layout: fixed;
}
.tbl-header {
  background-color: rgba(255, 255, 255, 0.3);
}
.tbl-content {
  height: 257px;
  overflow-x: auto;
  margin-top: 0px;
  border: 1px solid #343a40;
}
th {
  padding: 15px;
  text-align: left;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}
td {
  padding: 15px;
  text-align: left;
  vertical-align: middle;
  font-weight: 300;
  font-size: 12px;
  color: #343a40;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}
/* follow me template */
.made-with-love {
  margin-top: 40px;
  padding: 10px;
  clear: left;
  text-align: center;
  font-size: 10px;
  font-family: arial;
  color: #fff;
}
.made-with-love i {
  font-style: normal;
  color: #f50057;
  font-size: 14px;
  position: relative;
  top: 2px;
}
.made-with-love a {
  color: #fff;
  text-decoration: none;
}
.made-with-love a:hover {
  text-decoration: underline;
}

/* for custom scrollbar for webkit browser*/

::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #333;
}
::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px #333;
}
#darkBack {
  background: rgba(76, 56, 75, 0.15);
}
#popUp {
  position: fixed;
  max-width: 350px;
  height: 225px;
  background: rgba(236, 240, 241, 0.8);
  border: 7px solid #fff;
  bottom: 10px;
  margin-left: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 99999;
}
#new span {
  background: #fff;
  position: absolute;
  color: #ff7d44;
  padding: 4px 10px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: -5px;
}
#popUp .close {
  color: #464646;
  right: 8px;
  top: 0px;
  position: absolute;
  font-size: 20px;
  cursor: pointer;
}
#popUp h2 {
  font-size: 17px;
  color: #464646;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  margin-top: 40px;
  padding: 0 20px;
}
#body {
  height: 1200px;
  background: #eee;
}
a.button {
  margin: 0 auto;
  text-align: center;
  right: 0;
  left: 0;
  position: absolute;
  width: 157px;
  font-size: 15px;
  color: #fff;
  border-bottom: 2px solid #f1612b;
  background: linear-gradient(to bottom, #f1612b 1%, #ff7d44 100%);
  border-radius: 4px;
  padding: 8px 0;
}
#popUp .button:hover {
  background: linear-gradient(to bottom, #ff7d44 1%, #f1612b 100%);
  color: #fff;
  border-bottom: 2px solid #f1612b;
}
#plus {
  position: fixed;
  color: #fff;
  bottom: 15%;
  font-size: 15px;
  margin-left: -425px;
  -webkit-transition: all 1.25s ease;
  -moz-transition: all 1.25s ease;
  -o-transition: all 1.25s ease;
  transition: all 1.25s ease;
  cursor: pointer;
  text-align: left;
  letter-spacing: 1px;
}
#plus span {
  position: absolute;
  margin-top: 38px;
  left: 4px;
}
#plus::after {
  content: "";
  display: block;
  display: relative;
  border-top: 55px solid transparent;
  border-bottom: 55px solid transparent;
  border-left: 55px solid #ff7d44;
}

.details-agent{
  
  margin-top: 6px;
  border-bottom: 6px solid #f1612b;
  padding: 10px;
  box-shadow: 0px 1px 1px 2px #f1612b;
  border-radius: 23px;

}
.details {
  margin-top: 6px;
}
.detais img {
  width: 93%;
  margin: 0px auto;
  text-align: center;
}

.agent-title{
  line-height: 6;

}
.row-agent img {
  width: 93%;
  margin: 0px auto;
  text-align: center;
  border: 1px solid #f1612b;
  border-radius: 50%;
}
.details h3 {
  font-size: 20px;
  margin-bottom: 20px;

}
.details i {
  font-size: 21px;
  color: #ff7d44;
  margin-right: 5px;
}
.details p {
  margin-bottom: 7px;
  display: flex;

}

/* GALLERY ITEMS */
.health-events:after {
  content: "";
  display: block;
  clear: both;
}
.gallery-items {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 220px;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}
/* GALLERY COLUMNS */
.cols-2 .gallery-items {
  width: 49%;
}
.cols-2 .gallery-items:nth-child(2n + 2) {
  margin-right: 0;
}

.cols-3 .gallery-items {
  width: 32%;
}
.cols-3 .gallery-items:nth-child(3n + 3) {
  margin-right: 0;
}

.cols-4 .gallery-items {
  width: 31%;
}
.cols-4:nth-child(4n + 4) {
  margin-right: 0;
}

.cols-5 .gallery-items {
  width: 18.4%;
}
.cols-5 .gallery-items:nth-child(5n + 5) {
  margin-right: 0;
}

.cols-6 .gallery-items {
  width: 15%;
}
.cols-6 .gallery-items:nth-child(6n + 6) {
  margin-right: 0;
}

/* GALLERY DATA */
.gallery-data {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
.gallery-data.active {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.data-items {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.data-items.active {
  opacity: 1;
  visibility: visible;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.7);
}
.item-border {
  display: flex;
  opacity: 0;
  visibility: hidden;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.data-items.active .item-border {
  opacity: 1;
  visibility: visible;
}

/* arrows */
.gallery-arrow {
  position: fixed;
  top: 50%;
  width: 30px;
  height: 30px;
  z-index: 9999;
  cursor: pointer;
}
.gallery-arrow > svg {
  fill: #fff;
  transition: all 0.2s ease;
  transform: scale(1);
}
.gallery-arrow:active svg {
  transition-duration: 0s;
  transform: scale(0.9);
}
.next-btn {
  right: 25px;
}
.prev-btn {
  left: 25px;
}
/* close button */
.close-btn {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  width: 75px;
  height: 75px;
  z-index: 9999;
  cursor: pointer;
}
.close-btn svg {
  fill: #fff;
  width: 15px;
  height: 15px;
  transition: all 0.5s ease;
  transform: rotateZ(0deg);
}
.close-btn:hover svg {
  transform: rotateZ(180deg);
}

.cols-4 {
  margin-top: 0px;
}

@media (max-width: 300px) {

  .conton-about .title {
    font-size: 28px;
    color: white;
}
  .testim .arrow {
    font-size: 1.5em;
  }
  .testim .cont div p {
    line-height: 25px;
  }
  header .button {
    right: -67px;
    margin-bottom: 16px;
    width: fit-content;
    letter-spacing: 0px;
    padding: 0px 5px 0px 5px;
    display: none;
  }
  header h1 {
    text-align: center;
  }
  .header-conts {
    display: none;
  }
  .title {
    font-size: 20px;
  }
  .string-1 {
    font-size: 21px;
  }
  #goswm .button {
    right: 8px;
  }
  .gosocial {
    position: relative;
    right: 0px;
    margin: 0px auto;
    display: table;
  }
  .active {
    border-radius: 0px;
  }
  .navbar {
    border-radius: 0px;
    width: 100%;
    position: absolute;
    left: 0;
  }
  #Heaths-Nav {
    z-index: 999999999;
  }
  .conton {
    margin-top: 20%;
  }
  .health-title p {
    padding-top: 0px;
  }
  .health-events .wrapper {
    margin-top: 0px;
  }
  .health-events .contact-text {
    padding-top: 0px;
  }
  .jumbotron {
    height: 70vh;
  }
  .demo-cont {
    top: 0;
    height: 70vh;
  }
  .health-slide__heading-line {
    font-size: 27px;
  }
  .health-slide__mask {
    right: 32%;
    top: 17% /*28%*/;
  }
  .health-slide__content {
    left: 23%;
    top: 30%;
  }
  .health-slide__action-btn {
    margin-left: 67px;
    padding: 5px 15px;
    font-size: 12px;
    line-height: unset;
  }
  .demo-cont__credits {
    width: 100%;
  }
  .demo-cont__credits-name {
    margin-bottom: 10px;
    font-size: 27px;
    margin-top: 34px;
  }
  .demo-cont__credits-close {
    position: absolute;
    right: 20px;
    top: 51px;
    width: 21px;
    height: 21px;
    cursor: pointer;
  }
  .Boxs .health-feat .service-icon {
    font-size: 46px;
  }
  .Boxs .health-feat .title {
    font-size: 14px;
    margin: 0 0 5px 0;
  }
  .Boxs .health-feat .description {
    font-size: 11px;
  }
  #plus {
    z-index: 9999;
  }
  .aboutimgs {
    text-align: center;
  }
  .conton-about {
    margin: 43px auto;
  }
  .textdes {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .services-block-three {
    margin-top: 0px;
  }
  .exemplo h2 {
    margin-top: 10px;
    font-size: 17px;
    text-align: center;
  }
  p {
    font-size: 13px;
    word-break: break-word;
  }
  .healthinsights-details {
  }
  hr {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .healthinsights-container p {
    text-align: center;
  }
  .healthinsights-container img {
    text-align: center;
    width: 85%;
  }
  .details i {
    font-size: 16px;
    color: #ff7d44;
  }
  #popUp {
    margin-left: -425px;
  }
  #plus {
    margin-left: 0px;
  }
}

@media (max-width: 575.98px) {
  h5 {
    font-size: 15px;
  }

  .logo-healthinisghts {
    margin: auto;
  }
  .testim .arrow {
    font-size: 1.5em;
  }
  .testim .cont div p {
    line-height: 25px;
  }
  header .button {
    right: -67px;
    margin-bottom: 16px;
    width: fit-content;
    letter-spacing: 0px;
    padding: 0px 5px 0px 5px;
    display: none;
  }
  header h1 {
    text-align: center;
  }
  .header-conts {
    display: none;
  }
  .title {
    font-size: 20px;
  }

  .conton-about .title {
    font-size: 28px;
    color: white;
}
  .string-1 {
    font-size: 21px;
  }
  #goswm .button {
    right: 8px;
  }
  .gosocial {
    position: relative;
    right: 0px;
    margin: 0px auto;
    display: table;
  }
  .active {
    border-radius: 0px;
  }
  .navbar {
    border-radius: 0px;
    width: 100%;
    position: absolute;
    left: 0;
  }
  #Heaths-Nav {
    z-index: 999999999;
  }
  .conton {
    margin-top: 20%;
  }
  .health-title p {
    padding-top: 0px;
  }
  .health-events .wrapper {
    margin-top: 0px;
  }
  .health-events .contact-text {
    padding-top: 0px;
  }
  .jumbotron {
    height: 70vh;
  }
  .demo-cont {
    top: 0;
    height: 70vh;
  }
  .health-slide__heading-line {
    font-size: 27px;
  }
  .health-slide__mask {
    right: 70%;
    top: 17% /*28%*/;
  }
  .health-slide__content {
    left: 23%;
    top: 30%;
  }
  .health-slide__action-btn {
    margin-left: 67px;
    padding: 5px 15px;
    font-size: 12px;
    line-height: unset;
  }
  .demo-cont__credits {
    width: 100%;
  }
  .demo-cont__credits-name {
    margin-bottom: 10px;
    font-size: 27px;
    margin-top: 34px;
  }
  .demo-cont__credits-close {
    position: absolute;
    right: 20px;
    top: 51px;
    width: 21px;
    height: 21px;
    cursor: pointer;
  }
  .Boxs .health-feat .service-icon {
    font-size: 46px;
  }
  .Boxs .health-feat .title {
    font-size: 14px;
    margin: 0 0 5px 0;
  }
  .Boxs .health-feat .description {
    font-size: 11px;
  }
  #plus {
    z-index: 9999;
  }
  .aboutimgs {
    text-align: center;
  }
  .conton-about {
    margin: 57px  auto;
  }
  .textdes {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .services-block-three {
    margin-top: 0px;
  }
  .exemplo h2 {
    margin-top: 10px;
    font-size: 17px;
    text-align: center;
  }
  p {
    font-size: 13px;
    word-break: break-word;
  }
  .healthinsights-details {
  }
  hr {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .healthinsights-container p {
    text-align: center;
  }
  .healthinsights-container img {
    text-align: center;
    width: 85%;
  }
  .details i {
    font-size: 16px;
    color: #ff7d44;
  }
  #popUp {
    margin-left: -425px;
  }
  #plus {
    margin-left: 0px;
  }

  .agent-title {
    line-height: normal;
    margin-top: 15px;


  }
  .details-agent p {
    margin-bottom: 7px;
    display: flex;
}
  
.row-agent img {
    width: 35%;    display: flex;
  }
}

@media (min-width: 276px) and (max-width: 767.98px) {
  .agent-title {
    line-height: normal;
    margin-top: 15px;


  }
  .details-agent p {
    margin-bottom: 7px;
    display: flex;
}
  
.row-agent img {
    width: 35%;    display: flex;
  }
  header h1 {
    text-align: center;
  }
  .footer-mcc{
    width: 200px;
  
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  header h1 {
    text-align: center;
  }
  .logo-healthinisghts {
    width: 150px;
  }

  .footer-mcc{
    width: 300px;
  
  }
  .button {
    right: 7px;
    font-size: 10px;
    letter-spacing: 0px;
  }
  .header-conts span {
    font-size: 13px;
  }
  .header-conts p {
    font-size: 13px;
  }
  .header-conts i {
    font-size: 24px;
    margin-right: 3px;
    color: #f1612b;
    position: relative;
    top: -4px;
  }
  #goswm .button {
    right: -91px;
    font-size: 15px;
    letter-spacing: 2px;
  }
  .Boxs .health-feat .title {
    font-size: 12px;
  }
  .Boxs .health-feat .description {
    font-size: 11px;
    color: #fdfdfd;
    line-height: 17px;
  }
  .main-timeline:before {
    transform: translateX(0);
    left: 29px;
  }
  .main-timeline .timeline {
    width: 100%;
    margin: 0 0 40px;
    float: right;
  }
  .main-timeline .timeline-icon,
  .main-timeline .timeline:nth-child(even) .timeline-icon {
    transform: translateY(-50%) scale(0.7);
    right: auto;
    left: -15px;
  }
  .main-timeline .inner-content,
  .main-timeline .timeline:nth-child(even) .inner-content {
    padding: 0 10px 10px 90px;
  }

  .jumbotron {
    height: 75vh;
  }

  .health-slider {
    height: 75vh;
  }

  .health-slide__heading-line {
    font-size: 41px;
  }

  .Boxs .health-feat .service-icon {
    font-size: 39px;
  }

  .aboutimgs {
    text-align: center;
  }

  .aboutimgs img {
    border: 1px solid #f26101;
    width: 54%;
  }
  #contserviecs i {
    font-size: 33px;
    margin-bottom: 5px;
    margin-top: 17px;
    top: 0px;
  }

  .count-icons {
    display: block;
  }
  h5 {
    font-size: 14px;
  }
  .health-events p {
    font-size: 13.2px;
  }

  .services-block-three ul {
    text-align: center;
  }

  .healthinsights-container p {
    margin-bottom: 0.4em;
    font-size: 14px;
  }

  .exemplo h2 {
    font-size: 20px;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }

  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-light .navbar-nav .nav-link {
    padding-left: 7px;
    padding-right: 7px;
    font-size: 13px;
  }
  .gosocial li i {
    font-size: 16px;
  }

  .details p {
    margin-bottom: 7px;
    font-size: 12px;
  }
  .details h3 {
    font-size: 17px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .icons-h {
    display: inline-block;
    font-size: 13px;
  }

  .header-conts i {
    font-size: 30px;
    margin-right: 2px;
  }

  .button {
    right: -40px;
  }
}

@media (min-width: 1200px) {
}
