.three-block-slidr-outer .block_inner {
  background-color: #ffffff;
  padding: 30px 15px 15px;
}
.three-block-slidr-outer .block_inner .link_cards a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 11;
}
.three-block-slidr-outer .container {
  max-width: 1430px!important;
  padding: 0px 30px;
}
.three-block-slidr-outer .main-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position:relative;
  z-index:2;
}
.three-block-slidr-outer { 
  padding: 20px 0 50px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.three-block-slidr-outer .slider-inner { 
  margin-top: 20px;
  position:relative;

}
.three-block-slidr-outer .slider-inner .owl-nav button.owl-prev span, .three-block-slidr-outer .slider-inner .owl-nav button.owl-next span{
  display:none; 
}
.three-block-slidr-outer .slider-inner .owl-nav button.owl-prev:before {
  position: absolute;
  top: 50%;
  left: 60%;
  width: 25px;
  height: 25px;
  border-width: 0px 0px 3px 3px;
  border-style: solid;
  content: "";
  transform: translate(-50%, -50%) rotate(45deg);
}
.three-block-slidr-outer .slider-inner .owl-nav button.owl-prev {
    width: 50px;
    height: 50px;
    background: #FC9534 !important;
    left: -18px;
}
.three-block-slidr-outer .slider-inner .owl-nav button.owl-next:before {
  position: absolute;
  top: 50%;
  left: 40%;
  width: 25px;
  height: 25px;
  border-width: 3px 3px 0px 0px;
  border-style: solid;
  content: "";
  transform: translate(-50%, -50%) rotate(45deg);
}
.three-block-slidr-outer .slider-inner .owl-nav button.owl-next { 
  width: 50px;
  height: 50px;
  background: #FC9534 !important;
  right: -25px;
}
.three-block-slidr-outer .slider-inner .owl-dots {
  text-align: center;
  margin: 20px 0px 0px;
}
.three-block-slidr-outer .slider-inner .owl-dots button.owl-dot {
  width: 17px;
  height: 17px;
  background: #fff;
  margin: 0px 5px;
  border-radius: 50%;
}
.three-block-slidr-outer .slider-inner .owl-dots button.owl-dot.active {
  background: #FC9534 !important;
}

.three-block-slidr-outer h2 {
  color: #fff;
  text-transform: uppercase;
  margin: 0px;
}
.three-block-slidr-outer .block_inner .bottom_image {
  /*   max-height: 340px;
  min-height: 340px; */
  width: 100%;
}
.three-block-slidr-outer .main-title .text {
  width: calc(100% - 70px);
  padding-left: 20px;
}
.three-block-slidr-outer .main-title .icon-box {
  max-width: 70px;
  width: 100%;
} 
.three-block-slidr-outer .main-title .icon-box img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}
.three-block-slidr-outer .block_inner h3 {
  font-size: 34px;
  line-height: 1;
  font-family: 'Helvetica Neue Bold';
}
.three-block-slidr-outer .block_inner p {
  color: #4d4e50;
  font-size: 23px;
  line-height: 30px;
  margin-top: 28px;
  font-family: 'Helvetica Neue Medium';
}
.three-block-slidr-outer ul li {
  color: #fff;
  font-family: Helvetica Neue Bold;
  font-size: 18px;
  letter-spacing: 0;
  list-style-type: none;
  padding: 0 6px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.three-block-slidr-outer ul li:last-child {
  margin-left: 30px;
}
.three-block-slidr-outer ul {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-align: right;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 50px;
}
.three-block-slidr-outer ul .icon {
  display: inline-block;
  width: 32px;
  margin-right: 8px;
}
.three-block-slidr-outer .slider-inner .owl-stage, .three-block-slidr-outer .slider-inner .owl-stage .owl-item {
  display: flex;
  flex-wrap: wrap;
}


/*  */
/ Owl Slider /
/**
* Owl Carousel v2.3.4
* Copyright 2013-2018 David Deutsch
* Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
*/
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block
}

.owl-carousel.owl-hidden {
  opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab
}

.owl-carousel.owl-rtl {
  direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
  float: right
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
  z-index: 0
}

.owl-carousel .owl-animated-out {
  z-index: 1
}

.owl-carousel .fadeOut {
  animation-name: fadeOut
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

.owl-height {
  transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%
}
.three-block-slidr-outer {
  overflow: hidden;
  position: relative;
}
.simpleParallax{
  overflow:hidden;
}

.simpleParallax img {
  height: 100% !important;
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.three-block-slidr-outer ul li a:hover {
  color: #fff;
}
.bottom_right {
  position: relative;
}
.three-block-slidr-outer ul li:hover {
  transform: scale(1.03);
}
.three-block-slidr-outer ul .icon img {
  position: relative;
  max-width: 28px !important;
  vertical-align: bottom;
}

.three-block-slidr-outer.intro .icon-box, .three-block-slidr-outer.intro .text {
  animation-delay: .1s;
  animation-duration: .8s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-name: rotating-text-1;
  animation-timing-function: ease-in-out;
  opacity: 0;
}
.three-block-slidr-outer .item {
  background-color: #ffffff;
  position: relative;
  padding-bottom: 450px;
}
.three-block-slidr-outer .block_inner .bottom_image {
  width: 100%;
  position: absolute;
  bottom: 60px;
  left: 0;
  text-align: center;
  text-align: center;
  max-width: 350px;
  margin: 0 auto;
  right: 0;
}


/* responsive start */
@media screen and (max-width: 767px) {
  .three-block-slidr-outer h2 {
    font-size: 30px;
  }
  .three-block-slidr-outer .main-title .icon-box {
    max-width: 40px;
  }
  .three-block-slidr-outer .main-title .text {
    width: calc(100% - 40px);
  }
  .three-block-slidr-outer ul li:last-child {
    margin-left: 20px;
  }
  .three-block-slidr-outer ul li {
    font-size: 15px;
  }
  .three-block-slidr-outer ul .icon {
    width: 25px;
  }
  .three-block-slidr-outer ul {
    margin-top: 30px;
  }
  .three-block-slidr-outer ul {
    justify-content: center;
  }
  .three-block-slidr-outer .owl-nav{
    display:block !important;
  }
  .three-block-slidr-outer .slider-inner .owl-nav button.owl-prev {
    width: 30px;
    height: 30px;
    left: -15px;
  }
  .three-block-slidr-outer .slider-inner .owl-nav button.owl-prev:before {
    top: 50%;
    left: 56%;
    width: 12px;
    height: 12px;
  }
  .three-block-slidr-outer .slider-inner .owl-nav button.owl-next {
    width: 30px;
    height: 30px;
    right: -15px;
  }
  .three-block-slidr-outer .slider-inner .owl-nav button.owl-next:before {
    top: 50%;
    right: 56%;
    width: 12px;
    height: 12px;
  }
}




@media screen and (max-width: 767px) {
  .three-block-slidr-outer .block_inner .bottom_image {
    max-width: 314px;
    margin: 0 auto;
  }
  .three-block-slidr-outer .block_inner .bottom_image {
  position: static;
 
}
.three-block-slidr-outer .item {
  padding-bottom: 0;
}  
}



@media screen and (max-width: 420px) {
  .three-block-slidr-outer ul li {
    width: 100%;
    text-align: center;
    padding: 0px;
    margin-bottom: 10px;
  }
  .three-block-slidr-outer ul li a {
    width: 100%;
  }
  .three-block-slidr-outer ul li:last-child {
    margin: 0px;
  }
}


