.navbar-brand img {
	width: 135px;
}
.features-area {
	background: #000;
}
.single-features-card:hover .features-image {
	opacity: 0;
	visibility: hidden;
}
.single-features-card .hover-content .features-image {
	opacity: 1 !important;
	visibility: visible;
	left: -116px;
	top: -23px;
}
.lines .line {
	background: #0e0e0e !important;
	z-index: -1;
}
.option-item .default-btn {
	padding: 10px 30px;
}
.widget-logo a img {
	width: 170px;
}
.skill-content h3 b {
	background: linear-gradient(135deg, #910238, #f70c3a);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.modal-content.schedule-democontent {
	display: flex;
	align-items: center;
	width: 100%;
	margin: auto;
	position: relative;
	padding: 3% 2em;
	box-sizing: border-box;
	color: #FFF;
	background: #000;
	background-clip: border-box;
	background-clip: border-box;
	background-clip: padding-box;
	border: solid 0px transparent;
	border-radius: 2em;
	border: 3px solid #3a3b3d;
}
.modal-body.schedule-demobody {
	padding: 0;
}
.modal-body.schedule-demobody .btn-close {
	position: absolute;
	right: -14px;
	border-radius: 0;
	top: -14px;
	width: 30px;
	height: 30px;
	opacity: 1;
	color: #fff !important;
	font-size: 28px;
	z-index: 99;
	;
}
.talk-content #contactFormTwo {
	margin-top: 25px;
	background: #2d2e31;
	padding: 30px;
	border-radius: 20px;
	border: 2px solid #3a3b3d;
	background: #1b1b1b;
}
 @keyframes rotate {
 0% {
 transform: rotate(0deg);
}
 100% {
 transform: rotate(360deg);
}
}
.gradient {
 --size: 250px;
 --speed: 50s;
 --easing: cubic-bezier(0.8, 0.2, 0.2, 0.8);
	width: var(--size);
	height: var(--size);
	filter: blur(calc(var(--size) / 5));
	background-image: linear-gradient(rgba(55, 235, 169, 0.85), #5b37eb);
	animation: rotate var(--speed) var(--easing) alternate infinite;
	border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
	top: 0;
	position: absolute;
	left: 0;
	opacity: 0.6;
	z-index: -1;
}
 @media (min-width: 720px) {
.gradient {
 --size: 600px;
}
}
.gradient2 {
 --size: 250px;
 --speed: 50s;
 --easing: cubic-bezier(0.8, 0.2, 0.2, 0.8);
	width: var(--size);
	height: var(--size);
	filter: blur(calc(var(--size) / 2));
	background-image: linear-gradient(rgba(124, 55, 235, 0.85), #eb3737);
	animation: rotate var(--speed) var(--easing) alternate infinite;
	border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
	bottom: 0;
	position: absolute;
	right: 0;
	opacity: 0.8;
	z-index: -1;
}
.commingsoon {
	position: absolute;
	inset: 0;
	display: flex;
	place-content: center;
	align-items: center;
	overflow: hidden;
	background-color: #000;
	z-index: -1;
}
.commingsooninn {
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
	justify-content: center;
	align-content: center;
	align-items: center;
	text-align: center;
}
.commingsooninn .logo img {
	width: 30%;
}
.soonmid img {
	width: 70%;
}
.soonmid h2 {
	font-size: 42px;
	margin-bottom: 0;
	line-height: 1.4;
	position: relative;
	color: #FFF;
	font-family: 'Jost', sans-serif;
	text-transform: uppercase;
	margin: 20px 0 0 0;
}
.soonlast {
	margin: 25px 0 0 0;
}
.commingsooninn .logo img {
	width: 35%;
	margin: 0 0 20px 0;
}
.commingsooninn .about-circle-shape {
	z-index: -1;
}
.commingsooninn .main-slides-shape-4 {
	position: absolute;
	bottom: 0%;
	right: 22%;
	-webkit-transform: translateY(-10%) translateX(-32%);
	transform: translateY(-10%) translateX(-32%);
	z-index: -1;
}
.thankyoumain {
	background: #000;
}
 @-webkit-keyframes float {
 0% {
 transform: translatey(0px);
}
 50% {
 transform: translatey(-20px);
}
 100% {
 transform: translatey(0px);
}
}
.thankuleft {
	-webkit-animation: float 6s ease-in-out infinite;
	animation: float 6s ease-in-out infinite;
}
.thankuright {
	-webkit-animation: float 8s ease-in-out infinite;
	animation: float 9s ease-in-out infinite;
}
.thankuleft {
	width: 100%;
}
.thankuright {
	width: 100%;
}
.thankutop h2 {
	color: #FFF;
	text-align: center;
	margin: 0 0 20px 0;
	font-size: 54px;
	text-transform: uppercase;
	font-family: 'Monoton', cursive;
	font-family: 'Jost', sans-serif;
}
.thankutop {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
}
.thankutop p {
	margin: 0 0 0 0;
	text-align: center;
}
.article-projects-content hr {
	margin: 25px 0 -10px 0;
	border: 1px solid #3a3b3d;
	opacity: 1;
}
.serviceitemtwomain .block-item {
	position: relative;
	overflow: hidden;
	border-radius: 15px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.serviceitemtwomain .block-item img {
	-webkit-transition: var(--transition);
	transition: var(--transition);
	border-radius: 15px;
}
.serviceitemtwomain .block-item:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.article-projects-quote h4 {
	color: #FFF;
	font-size: 22px;
}
.call-to-action {
	position: relative;
	display: block;
}
.call-to-action .call-to-action-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 45px 45px 45px;
	overflow: hidden;
	border: 2px solid #3a3b3d;
	background: #1b1b1b;
	border-radius: 10px;
}
.call-to-action .call-to-action-inner .call-to-action-left {
	position: relative;
	display: flex;
	align-items: center;
}
.call-to-action .call-to-action-inner .call-to-action-left .call-to-action-content {
	position: relative;
	margin-left: 30px;
}
.call-to-action .call-to-action-inner .call-to-action-left .call-to-action-content .call-to-action-sub-title {
	text-transform: uppercase;
	color: #fff;
	margin: 0;
	z-index: 1;
	position: relative;
}
.call-to-action .call-to-action-inner .call-to-action-left .call-to-action-content .call-to-action-title {
	color: #fff;
	font-size: 32px;
	z-index: 1;
	position: relative;
}
.call-to-action .call-to-action-inner:after {
	content: "";
	background-image: url(../images/wave2.png);
	background-size: cover;
	background-position: center left;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0.35;
	filter: brightness(1);
	animation: heartbeat 1.5s infinite alternate;
}


/* heartbeat animation */
@keyframes heartbeat {
 to {
 -webkit-transform: scale(1.3);
 transform: scale(1.3);
}
}
@-webkit-keyframes heartbeat {
 to {
 -webkit-transform: scale(1.3);
 transform: scale(1.3);
}
}
.single-footer-widget .newsletter-form .newsforminn input {
	font-size: 18px;
	width: auto;
	margin-top: 0px;
	display: block;
	background-color: #6C6C6C;
	border: 1px solid #929292 !important;
	height: 60px;
	padding: 20px;
	border-radius: 5px 0 0 5px;
	outline: 0;
	color: #fff;
	font-family: 'Jost', sans-serif;
}
.newsforminn {
	display: flex;
	justify-content: space-between;
}
.single-footer-widget .newsletter-form .newsforminn button {
	background-color: transparent;
	border: none;
	color: #FFF;
	font-size: 30px;
	border: none;
	width: auto;
	border-radius: 0;
	padding: 1px 15px;
	margin-top: 0px;
	background-color: #6C6C6C;
	border: 1px solid #929292 !important;
	border-left: 0px !important;
	border-left-color: rgb(146, 146, 146);
	border-left: 0px !important;
	background: linear-gradient(135deg, #910238, #f70c3a);
	border-radius: 0 5px 5px 0px;
}
.call-to-action-btn-box {
	z-index: 999;
}


.bg-privacy-banner{
	background-image: url(../images/privacy-banner.jpg) !important;

}

.privacy-policy-content p a {
  color: #ED0B3A;
}

.bg-terms-banner{
	background-image: url(../images/terms-conditionsbanner.jpg) !important;
}


.pricingbanner{
	 background-image: url(../images/pricing-banner.jpg) !important;
}

.aboutbanner{
	 background-image: url(../images/about-banner.jpg) !important;
	 position:relative;
}


.ladderbanner{
	 background-image: url(../images/ladder-safetybanner.jpg) !important;
	 position:relative;
}



.contactbanner{
	 background-image: url(../images/contactbanner.jpg) !important;
	 position:relative;
}

.contactbanner::before {
  position: absolute;
  background: rgba(57, 57, 57, 0.34);
  display: flex;
  align-items: center;
  justify-content: center;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
}

.ladderbanner::before {
  position: absolute;
  background: rgba(57, 57, 57, 0.34);
  display: flex;
  align-items: center;
  justify-content: center;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
}

.aboutbanner::before {
  position: absolute;
  background: rgba(57, 57, 57, 0.34);
  display: flex;
  align-items: center;
  justify-content: center;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
}



.firebanner::before {
  position: absolute;
  background: rgba(57, 57, 57, 0.34);
  display: flex;
  align-items: center;
  justify-content: center;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
}


.firebanner {
  position:relative;
  
}



.work-heightbanner::before {
  position: absolute;
  background: rgba(57, 57, 57, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
}


.work-heightbanner {
  position:relative;
  
}



.full-link {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}


.card.double-edge .overlay {
    background-color: transparent;
    opacity: 1;
}
.card.double-edge .overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
       background-color: transparent;
    opacity: 1;
}

.card.double-edge .overlay::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #ed0b3a;
    transform: rotate(0deg);
}


.card.double-edge .overlay::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border:1px solid #ed0b3a;
    transform: rotate(5deg);
}


.about-section-contentleft .item-box {
  padding: 20px;
  overflow: hidden;
  border: 2px solid #3a3b3d;
  background: #1b1b1b;
  border-radius: 10px;
  margin: 0 0 29px 0;
}

.about-section-contentleft  .item-box h4 {
  font-size: 20px;
  font-weight: 700;
}

.aboutsecside {
  overflow: hidden;
}

.aboutmission{
padding: 30px 100px 30px 30px;
  border-radius: 20px 0 0 20px;
  border: 2px solid #3a3b3d;
  background: #1b1b1b;
  width:100%;
}





.lg-container {
  max-width: 100%;
  position: relative;
  margin: 1rem;
  padding: 0;
}

.lg-image {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: scale-down;
}

.lg-hotspot {
  position: absolute;
  margin: 0;
  padding: 0;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.lg-hotspot:hover .lg-hotspot__button, .lg-hotspot:active .lg-hotspot__button {
  border-color: #ED0B3A;
}
.lg-hotspot:hover .lg-hotspot__button:after, .lg-hotspot:active .lg-hotspot__button:after {
  background-color:#ED0B3A;
}
.lg-hotspot--selected {
  z-index: 999;
}
.lg-hotspot--selected .lg-hotspot__label {
  opacity: 1;
}
.lg-hotspot__button {
  height: 38px;
  width: 38px;
  padding: 0px;
  border-radius: 100%;
  border: 1px solid #ED0B3A;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  z-index: 999;
  animation: button-pulse 7s ease-in-out infinite;
  cursor: pointer;
}
.lg-hotspot__button:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  content: "";
  display: block;
  height: 16.8px;
  width: 16.8px;
  border-radius: 100%;
  border: 3px solid white;
  background-color: #ED0B3A;
  transition: border-color 1s linear;
}
.lg-hotspot__label {
  position: absolute;
  padding: 0 0 1.1em 0;
  width: 16em;
  max-width: 50vw;
  background-color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  font-family: "Open Sans", sans-serif;
  font-size: 14.5px;
  line-height: 1.45em;
  z-index: -1;
  border-radius: 2px;
  user-select: none;
  opacity: 0;
  transition: all 0.1s linear;
}
.lg-hotspot__label h4 {
  margin: 0;
  padding: 0.65em 24px;
  background-color: #555;
  font-size: 1.1em;
  font-weight: normal;
  letter-spacing: 0.02em;
  color: white;
  border-radius: 2px 2px 0 0;
}
.lg-hotspot__label p {
  margin: 0;
  padding: 1.1em 24px 0 24px;
  color: #333;
}

.lg-hotspot--top-left .lg-hotspot__label {
  top: 24px;
  left: 24px;
}

.lg-hotspot--top-right .lg-hotspot__label {
  top: 24px;
  right: 24px;
}

.lg-hotspot--bottom-right .lg-hotspot__label {
  right: 24px;
  bottom: 24px;
}

.lg-hotspot--bottom-left .lg-hotspot__label {
  bottom: 24px;
  left: 24px;
}

@keyframes button-pulse {
  0% {
    transform: scale(1, 1);
    opacity: 1;
  }
  40% {
    transform: scale(1.15, 1.15);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}














/*--------------------------
TIMELINE ABOUT
------------------------*/

#process {
  margin-bottom: 40px;
}

.stetheading {
  font-size: 20px;
  margin: 0 0 19px 0;
}

#process .section-heading {
  margin-bottom:120px;
}

.steps-pane img {
  height: 100px;
  margin-top: 18px;
  -ms-transform: skewX(-15deg);
  /* IE 9 */
  -webkit-transform: skewX(-15deg);
  /* Safari */
  -o-transform: skewX(-15deg);
  /* Standard syntax */
  -moz-transform: skewX(-15deg);
}

.pane-warp {
  height: 140px;
  width: 25px;
  margin-left: 20%;
  margin-top: 20px;
  -ms-transform: skewX(15deg);
  /* IE 9 */
  -webkit-transform: skewX(15deg);
  /* Safari */
  -o-transform: skewX(15deg);
  /* Standard syntax */
  -moz-transform: skewX(15deg);
}

.steps-pane {
height: 140px;
  width:240px;
  margin-left: 30px;
  border: 2px solid #3a3b3d;
  background: #1b1b1b;
}

.inverted-pane-warp {
  height: 100%;
  width: 25px;
  margin-left:48px;
  -ms-transform: skewX(-15deg);
  /* IE 9 */
  -webkit-transform: skewX(-15deg);
  /* Safari */
  -o-transform: skewX(-15deg);
  /* Standard syntax */
  -moz-transform: skewX(-15deg);
}

.inverted-steps-pane {
 height: 260px;
  width:240px;
  background: #bcbcbc;
  margin-left: 30px;
  border: 2px solid #3a3b3d;
  background: #1b1b1b;
  border-top: 0;
}

.inverted-steps-pane p {
 /* -ms-transform: skewX(15deg);

  -webkit-transform: skewX(15deg);
 
  -o-transform: skewX(15deg);
  
  -moz-transform: skewX(15deg);*/
  padding:0px 10px 10px 10px;
}

@media(min-width: 900px) {
  .steps-timeline {
    border-top:5px double #ed0b3a;
    padding-top:35px;
    margin-top:0px;

  }
  .steps-one,
  .steps-two,
  .steps-three,
  .steps-four,
  .steps-five {
    float: left;
    width: 25%;
    margin-top: -105px;
  }
  .step-wrap {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: transparent;
    margin-left: 39%;
    border: 2px solid #ed0b3a;
  }
  .verticle-line {
    position: absolute;
    height: 57px;
    width: 5px;
    margin-left: 10px;
    marker-top: 10px;
  }
  .steps-stops {
    height: 25px;
    width: 25px;
    margin: 11px 10.1px;
    border-radius: 50%;
    background:#ED0B3A;
  }
  .end-circle {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    position: absolute;
    margin-top: 19px;
    margin-left: -10px;
  }
  .inverted-end-circle {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    position: absolute;
    margin-top: 19px;
    margin-left: 18.1%;
  }
}

@media(max-width: 899px) {
  #process .container-fluid {
    width: 50%;
  }
  .steps-timeline {
    border-left: 5px double #fc6429;
    margin-left: 35px;
  }
  .steps-one,
  .steps-two,
  .steps-three,
  .steps-four,
  .steps-five {
    margin-left: -25px;
  }
  .step-wrap,
  .steps-stops {
    float: left;
  }
  .steps-timeline {
    border-left: 2px solid $brand-primary;
    margin-left: 30px;
  }
  .pane-warp {
    margin-left: 30%;
  }
  .inverted-pane-warp {
    margin-left: 30%;
  }
  .verticle-line {
    position: absolute;
    width: 125px;
    height: 5px;
    margin-left: 5px;
    margin-top: 10px;
  }
  .steps-stops {
    height: 25px;
    width: 25px;
    margin: 11px 10px;
    border-radius: 50%;
    background: #fc6429;
  }
  .step-wrap {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: transparent;
    margin-top: 125px;
    margin-left: -2px;
    border: 2px solid #fc6429;
  }
  .end-circle {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    position: absolute;
    margin-top: -45px;
    margin-left: 15px;
  }
  .inverted-end-circle {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    position: absolute;
    margin-top: 280px;
    margin-left: 15px;
  }
}

@media (max-width: 600px) {
  #process .container-fluid {
    width: 90%;
  }
}

@media (max-width: 400px) {
  .verticle-line {
    width: 105px;
  }
}

.back-orange {
  background:#ED0B3A;
}

.back-blue {
  background:#ED0B3A;
}


.inverted-steps-pane h3 {
  font-size: 16px;
  font-weight: 900;
  padding: 15px 0px 0 0;
  font-family: 'Jost', sans-serif;
}

.talkleft span {
  font-size: var(--font-size);
  color: var(--main-color);
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
  font-family: var(--heading-font-family);
}


.talkleftinn {
  margin: 0 0 40px 0;
}













