html {
  scroll-behavior: smooth;
}
body {
  padding: 0;
  margin: 0;
  font-family: "Open Sans", sans-serif;
}
a {
    color: #c73d39;
    text-decoration:none;
}
img.logo {
  width: 130px;
  margin-top: -27px;
}
nav.navbar.bootsnav {
  padding-top: 10px;
  background:#ffffffab;
  padding-bottom: 15px;
}
button.navbar-toggle.collapsed {
  border: 1px solid #c73d39;
}
span.icon-bar {
  background: #c73d39;
}
ul#menu-main-menu li a {
  color: #c73d39;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12px;
  font-weight: 600;
}
ul#menu-main-menu li.current_page_item a {
  color: #bb476c;
}

.slider-container {
  width: 100%;
  height: 500px;
  background-position: center;
  background-size: cover;
  padding: 30px;
}
.shrinkpad {
  width: 45%;
  padding: 20px 10px;
  margin-top: 30px;
  font-size: 25px;
  line-height: 40px;
  font-weight: 600;
}
.right-float {
  float: right;
}

.caps {
  text-transform: uppercase;
}
.xxlarge {
  font-size: 120px;
  font-weight: 800;
}
.xlarge {
  font-size: 40px;
  font-weight:900;
}
.large {
  font-size: 30px;
}

.pdtop10 {
    padding-top:10px;
}
.mgtop10 {
  margin-top: 10px;
}

.mgtop30 {
  margin-top: 30px;
}

.mgtop40 {
  margin-top: 40px;
}
.mgtop60 {
    margin-top:60px;
}
.mgbot30 {
  margin-bottom: 30px;
}
.mgbot40 {
    margin-bottom:40px;
}
/*New css start */


.section-space {
    height: 100vh;
    width:100%;
}
.about-action-info {
    padding-top: 10%;
}


.intro-block {
    width: 100%;
    text-align: center;
    padding-top: 50px;
}

.intro-block .monitor {
  padding: 0;
  max-width: 500px;
  border-radius: 5px;
  margin: 0 auto;
}

.intro-block svg {
	max-width: 470px;
	margin-left: 20px;
    margin-right: 20px;
	position: relative;
	transition: all 0.5s ease-in-out;
}

.intro-block svg .ekg {
	fill: none;
	stroke: #c73d39;
	stroke-width: 3;
	stroke-linecap: round;
	stroke-linejoin: miter;
	opacity: 0;
	stroke-dashoffset: 1000;
	stroke-dasharray: 1000;
	animation: ekg 1.5s linear forwards infinite;
}


@keyframes ekg {
    0% {
      opacity: 0;
    }
    25% {
      opacity: 1;
    }
    50% {
      stroke-dashoffset: 2000;
    }
    99% {
      opacity: 0;
      stroke-dashoffset: 3000;
    }
    100% {
      stroke-dashoffset: 1000;
    }
}
.row.rg {
    margin-left:0px;
    margin-right:0px;
}
.bl-accord {
    background: #3a3a3c;
    color: #fff;
    display: block;
    position: relative;
}
.col-sp-none {
    padding-left: 0px;
    padding-right: 0px;
    height: 100vh;
    overflow: hidden;
}
.accordion--steps {
    padding:60px 10px 10px 10px;
    
    color:#fff;
}
.accord-box {
    padding:20px 40px;
}
.slider-car {
  overflow: hidden;
  position: relative;
  width: 100%;
  background: #fff;
  display: flex;
}

.slide-track {
  display: flex;
  width: max-content;
  animation: scroll 20s linear infinite;
}

.slider-car:hover .slide-track {
  animation-play-state: paused;
}

.slide {
  flex: 0 0 auto;
  width: 300px;
  height: 180px;
  margin: 15px;
  background-color: #c73d3959;
  color: white;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.icon-home i {
  font-size: 40px;
  margin-bottom: 10px;
  color:#c73d39;
}

.desc-home .t1 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
  text-align:center;
  color:#c73d39;
}

.desc-home .t2 {
  font-size: 14px;
  text-align:center;
  color:#3a3a3c;
}
.slider-header div{
    text-shadow: 1px 1px 2px #3a3a3c !important;
}


/* Auto scroll animation */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}
h3.widget-title {
    font-size: 30px;
}
.added-title {
    padding-left:30px;
}
img.wp-image-56 {
    width: 200px;
}
section.contact-image {
    background-position: center;
    background-size: cover;
    padding-top:30px;
}
.overlay-red {
    background: #c73d39f0;
}
.overlay-play {
   background: #fff7f7f0;
}
.form-card-inner {
    background: #fff;
    border-radius: 20px;
    margin-top: 50px;
        border: 1px solid #e3e3e3;
}
.form-outer {
    padding: 20px;
    text-align: left;
}

h2.title-contact {
    margin-top: 140px;
    font-size: 90px;
    padding-top: 20px;
}
/*New css end */

.cont-spacer {
  padding: 70px 0px;
}


.darkback {
  background-color: #3a3a3c;
}
.whiteback {
  background-color: #fff;
}

.quoting {
  font-size: 100px;
  position: absolute;
}
.hideme{
    display:none;
}

.modal-stream {
    min-height:40px;
}
.log-items {
   margin-left: 15px;
   margin-top: 5px;
}
.nav > li > a:focus, .nav > li > a:hover {
  text-decoration:none;
  background-color: transparent;
  color: #3a3a3c !important;
}
.btn-black{
  background:#3a3a3c;
  text-decoration: none;
  color: #fff;
  padding:15px 25px;
  border:2px solid #3a3a3c;    
}
.btn-black:hover{
  background:#c73d39;
  color: #fff;
  border:2px solid #3a3a3c;    
}
.btn-action {
  background: #c73d39;
  text-decoration: none;
  color: #fff;
  padding:10px 15px;
}
.btn-action:hover {
  background: #3a3a3c;
  text-decoration: none;
  color: #fff;
}
.btn-whitec {
  background: #fff;
  text-decoration: none;
  color: #c73d39;
}
.btn-whitec:hover {
  background-color: #3a3a3c;
  color: #fff;
}
.btn {
  border-radius: 25px;
}
.flexme {
  display: flex;
}

.btn-full {
  width: 100%;
}
blockquote {
  font-weight: 100;
}
.navigation-toggler {
    display: flex;
    justify-content: flex-end;
}
ul.nav.nav-tabs li {
    width: 33%;
    background: #bb476c;
    border: none !important;
    text-align: center;
}
ul.nav.nav-tabs li a, .nav-tabs>li.active>a:focus {
    color:#fff;
    text-transform:uppercase;
    font-size:12px;
    background: transparent;
    border: transparent;
    padding: 15px 5px;
}
ul.nav.nav-tabs li.active {
    background-color: #3a3a3c;
}
.chronic-info {
    padding: 5px 40px;
}

.form-outer input.wpcf7-form-control.form-control, .form-outer textarea.wpcf7-form-control.form-control {
    background: #eeeeee;
}
.form-contact-us {
    width: 100%;
    padding: 25px 20px;
}


footer {
  background: #3a3a3c;
  color: #f5f5f5;
  padding: 40px 0px;
}
.footer-level-2{
  background: #000;
  text-align:center;
  padding:10px;
}
@media only screen and (max-width: 480px) {

    
}
@media only screen and (max-width: 390px) {
    
}