@charset "UTF-8";
/*
@Author: Manu Marshal
Email : manumarshel@gmail.com
@URL: http://www.manumarshel.net
*/
@import url("https://fonts.googleapis.com/css?family=Dancing+Script|Fjalla+One|Poppins:400,600,800&amp;subset=latin-ext");
/* BODY */
* {
  outline: none !important;
}
iframe#ytplayer {
    width: 100%;
    height: 265px;
    padding: 0px !important;
    margin: 0px !important;
}

/* TRANSITION OVERLAY */
.transition-overlay {
  width: 100%;
  height: 0;
  position: fixed;
  background: #b92d26;
  left: 0;
  bottom: 0;
  z-index: 15;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transition-duration: 700ms;
  -webkit-transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.transition-overlay .layer {
  width: 25%;
  height: 0;
  position: absolute;
  bottom: 0;
  background: #000;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transition-duration: 700ms;
  -webkit-transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.transition-overlay .layer:nth-child(1) {
  left: 0;
  transition-delay: 0.25s;
}
.transition-overlay .layer:nth-child(2) {
  left: 25%;
  transition-delay: 0.3s;
}
.transition-overlay .layer:nth-child(3) {
  left: 50%;
  transition-delay: 0.35s;
}
.transition-overlay .layer:nth-child(4) {
  left: 75%;
  transition-delay: 0.4s;
}
.transition-overlay.active {
  height: 100%;
}
.transition-overlay.active .layer {
  height: 100%;
}

/* EQUALIZER */
.equalizer {
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
}

.equalizer span {
  background: #b92d26;
  width: 1px;
  height: 1px;
  top: 50%;
  bottom: 0;
  left: 0%;
  transform: translateY(-50%);
  position: absolute;
  transition: height 0.2s linear;
}

.equalizer span:nth-child(1) {
  margin-left: 4px;
}

.equalizer span:nth-child(2) {
  margin-left: 8px;
}

.equalizer span:nth-child(4) {
  margin-left: 12px;
}

.equalizer span:nth-child(5) {
  margin-left: 16px;
}

.equalizer span:nth-child(6) {
  margin-left: 20px;
}

.equalizer.paused span {
  height: 1px !important;
}

/* NAVIGATION MENU */
.navigation-menu {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  visibility: hidden;
}
.navigation-menu .bg-layers {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  top: 0;
}
.navigation-menu .bg-layers * {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transition-duration: 700ms;
  -webkit-transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.navigation-menu .bg-layers span {
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  transform: skewX(0);
  background: #0e0e0e;
}
.navigation-menu .bg-layers span:nth-child(1) {
  left: 0;
}
.navigation-menu .bg-layers span:nth-child(1):before {
  content: "";
  width: 150%;
  height: 100%;
  background: #0e0e0e;
  position: absolute;
  left: -149%;
  top: 0;
}
.navigation-menu .bg-layers span:nth-child(2) {
  left: 25%;
}
.navigation-menu .bg-layers span:nth-child(3) {
  left: 50%;
}
.navigation-menu .bg-layers span:nth-child(4) {
  left: 75%;
}
.navigation-menu .bg-layers span:nth-child(4):before {
  content: "";
  width: 150%;
  height: 100%;
  background: #0e0e0e;
  position: absolute;
  right: -149%;
  top: 0;
}
.navigation-menu .inner {
    position: relative;
    z-index: 3;
    color: #fff;
    text-align: center;
    padding-top: 18%;
    height: 100%;
}
.navigation-menu .inner * {
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.navigation-menu .inner .menu {
  display: block;
  min-height: 130px;
  opacity: 0;
  transform: translateY(-30px);
}
.navigation-menu .inner .menu ul {
  display: block;
  margin-bottom: 50px;
  padding: 0;
  position: relative;
}
.navigation-menu .inner .menu ul li {
  display: inline-block;
  margin: 0 20px;
  padding: 0;
  list-style: none;
}
.navigation-menu .inner .menu ul li:hover ul {
  opacity: 1;
  visibility: visible;
}
.navigation-menu .inner .menu ul li:hover ul li ul {
  opacity: 0;
  visibility: hidden;
}
.navigation-menu .inner .menu ul li a {
    display: inline-block;
    line-height: 1;
    font-size: 2vw;
    font-weight: 600;
    color: #fff;
    padding-bottom: 12px;
    border-bottom: 5px solid transparent;
    text-transform: uppercase;
}
.navigation-menu .inner .menu ul li a:hover {
  padding-bottom: 3px;
  border-bottom: 5px solid #b92d26;
  text-decoration: none;
}
.navigation-menu .inner .menu ul li ul {
  width: 100%;
  min-height: inherit;
  position: absolute;
  left: 0;
  top: 70px;
  opacity: 0;
  visibility: hidden;
}
.navigation-menu .inner .menu ul li ul li {
margin: 10px 15px;
}
.navigation-menu .inner .menu ul li ul li a {
  font-size: 1.5vw;
  padding: 0;
  border-bottom: none;
}
.navigation-menu .inner .menu ul li ul li a:hover {
  padding: 0;
  border-bottom: none;
  color: #b92d26;
}
.navigation-menu .inner .menu ul li ul li:hover ul {
  opacity: 1;
  visibility: visible;
}
.navigation-menu .inner .menu ul li ul li ul {
  top: 55px;
  opacity: 0;
  visibility: hidden;
}
.navigation-menu .inner .menu ul li ul li ul li {
  margin: 0 20px;
}
.navigation-menu .inner .menu ul li ul li ul li a {
  font-size: 20px;
  font-weight: 600;
}
.navigation-menu .inner blockquote {
  display: block;
  font-size: 2vw;
  font-family: "Fjalla One", sans-serif;
  text-transform: uppercase;
  color: #b92d26;
  opacity: 0;
  transition-delay: 0.5s;
  transform: translateY(30px);

      position: absolute;
    bottom: 80px;
    text-align: center;
    left: 0;
    right: 0;
}
.navigation-menu.active .bg-layers {
  visibility: visible;
}
.navigation-menu.active .bg-layers span {
  width: calc(25% + 1px);
  transform: skewX(45deg);
}
.navigation-menu.active .bg-layers span:nth-child(1) {
  width: calc(25% + 1px);
}
.navigation-menu.active .bg-layers span:nth-child(4) {
  width: calc(25% + 1px);
}
.navigation-menu.active .inner .menu {
  opacity: 1;
  transform: translateY(0);
}
.navigation-menu.active .inner blockquote {
  opacity: 1;
  transform: translateY(0);
}
.navigation-menu.active {
  visibility: visible;
}

/* HAMBURGER */
.hamburger {
  float: left;
  width: 26px;
  height: 18px;
  position: relative;
}
.hamburger * {
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.hamburger span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #b92d26;
  z-index: 0;
}
.hamburger span:nth-child(1) {
  top: 0px;
  width: 50%;
}
.hamburger span:nth-child(2) {
  top: 8px;
}
.hamburger span:nth-child(3) {
  width: 50%;
  top: 16px;
  right: 0;
  left: auto;
}
.hamburger span:before, .hamburger span:after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  height: 100%;
  width: 0;
  right: 0;
  left: auto;
}
.hamburger span:before {
  z-index: 1;
  background: #fff;
  transition: all 0.15s linear 0s;
}
.hamburger span:after {
  z-index: 2;
  background: #b92d26;
  transition: all 0.15s linear 0.3s;
}
.hamburger span:nth-child(2):before {
  transition-delay: 0.05s;
}
.hamburger span:nth-child(3):before {
  transition-delay: 0.1s;
}
.hamburger span:nth-child(2):after {
  transition-delay: 0.15s;
}
.hamburger span:nth-child(3):after {
  transition-delay: 0.2s;
}

.hamburger:hover span {
  width: 100% !important;
}
.hamburger:hover span:after, .hamburger:hover span:before {
  width: 100%;
  left: 0;
  right: auto;
}
.hamburger:hover span:after {
  z-index: 1;
  transition: all 0.15s linear 0s;
}
.hamburger:hover span:before {
  z-index: 2;
  transition: all 0.15s linear 0.3s;
}
.hamburger:hover span:nth-child(2):after {
  transition-delay: 0.05s;
}
.hamburger:hover span:nth-child(3):after {
  transition-delay: 0.1s;
}
.hamburger:hover span:nth-child(2):before {
  transition-delay: 0.15s;
}
.hamburger:hover span:nth-child(3):before {
  transition-delay: 0.2s;
}

.hamburger.open span:nth-child(1) {
  top: 9px;
  width: 100%;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.hamburger.open span:nth-child(2) {
  opacity: 0;
  left: -15px;
}

.hamburger.open span:nth-child(3) {
  top: 9px;
  width: 100%;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* CUSTOM LINK */
.custom-link {
  display: block;
  transition: all 0.5s;
}

.custom-link * {
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.custom-link a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 14px;
  color: #0e0e0e;
}

.custom-link a:hover {
  text-decoration: none;
}

.custom-link b {
  font-weight: 600;
  display: inline-block;
  margin-left: 20px;
}

.custom-link .lines {
  width: 42px;
  height: 1px;
  float: left;
  overflow: hidden;
}

.custom-link .lines span:nth-child(1) {
  width: 100%;
  height: 1px;
  float: right;
  background: #0e0e0e;
}

.custom-link .lines span:nth-child(2) {
  width: 0;
  height: 1px;
  float: left;
  background: #0e0e0e;
}

.custom-link:hover .lines {
  width: 62px;
  margin-left: 20px;
}

.custom-link:hover .lines span:nth-child(1) {
  width: 0;
}

.custom-link:hover .lines span:nth-child(2) {
  width: 100%;
  transition-delay: 0.2s;
}





/* SLIDE BTN */
.slide-btn {
  display: block;
  transition: all 0.5s;
  padding-left: 0px;
}

.slide-btn a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 14px;
  color: #fff;
}

.slide-btn a:hover {
  text-decoration: none;
}

.slide-btn b {
  font-weight: 600;
}

.slide-btn .lines {
  width: 42px;
  height: 1px;
  float: left;
  overflow: hidden;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.slide-btn .lines span:nth-child(1) {
  width: 100%;
  height: 1px;
  float: right;
  background: #fff;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.slide-btn .lines span:nth-child(2) {
  width: 0;
  height: 1px;
  float: left;
  background: #fff;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.slide-btn:hover .lines {
  width: 62px;
  margin-left: 20px;
}

.slide-btn:hover .lines span:nth-child(1) {
  width: 0;
}

.slide-btn:hover .lines span:nth-child(2) {
  width: 100%;
  transition-delay: 0.2s;
}

.slide-btn .video-play-circle {
  stroke-dasharray: 315;
  stroke-dashoffset: 315;
  transition: stroke-dashoffset 0.5s;
}

.slide-btn svg {
  width: 50px;
  height: 50px;
  transition: transform 0.3s;
  margin-left: -25px;
  margin-right: 15px;
}

.slide-btn:hover .video-play-circle {
  stroke-dashoffset: 0;
}

/* SWIPER SLIDER */
.swiper-slider {
     width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    height: 100vh;
    top: 0;
    color: #fff;
     overflow: hidden;
}
.swiper-slider .swiper-slide {
  display: block;
  overflow: hidden;
      background-color: rgb(40 47 57) !important;
}
.swiper-slider .swiper-slide.swiper-slide-active .slide-inner {
  transform: scale(1);
}
.swiper-slider .swiper-slide.swiper-slide-active .slide-inner .container {
  transform: translateY(25%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transition-duration: 700ms;
  -webkit-transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  opacity: 9;
}
.swiper-slider .swiper-slide .slide-inner {
  width: 100%;
  height: 100%;
  transform: scale(0.8);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transition-duration: 700ms;
  -webkit-transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  background-size: cover;
  background-position: center;
  position: relative;
}
.swiper-slider .swiper-slide .slide-inner:after {
  content: "";
  width: 100%;
  height: 100%;
/*  background: url(../images/bg-noise.gif);
 */ opacity: 0.04;
  position: absolute;
  left: 0;
  top: 0;
}
.swiper-slider .swiper-slide .slide-inner:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.10);
    z-index: 1;
}
.swiper-slider .swiper-slide .slide-inner .container {
  transform: translateY(50px);
  opacity: 0;
  transition-delay: 0.15s !important;
  position: relative;
  z-index: 2;
}
.swiper-slider .swiper-slide .slide-inner .container .tagline {
  display: block;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.swiper-slider .swiper-slide .slide-inner .container .tagline span {
  color: #e8293b;
  float: left;
  font-weight: 600;
  color: #fff;
}
.swiper-slider .swiper-slide .slide-inner .container .tagline span:after {
  content: "";
  width: 22px;
  height: 1px;
  float: right;
  margin: 10px;
  background: #e8293b;
}
.swiper-slider .swiper-slide .slide-inner .container .tagline h6 {
  float: left;
  font-family: "Fjalla One", sans-serif;
  opacity: 0.5;
  margin-top: 2px;
  margin-bottom: 0;
}
.swiper-slider .swiper-slide .slide-inner .container h1 {
      width: 100%;
    float: left;
    position: relative;
    font-weight: 600;
    color: #dadada;
    bottom: 15%;
    font-size: 3vw;
    line-height: 1;
    text-transform: uppercase;
}
.swiper-slider .swiper-slide .slide-inner .container h1 span {
    -webkit-text-stroke-width: 2px;
    transform: translateY(-1%);
    margin-left: 0%;
    display: flex;
    -webkit-text-stroke-color: #e0a946;
    color: transparent;
    font-size: 4vw;

}
.swiper-slider .swiper-slide .slide-inner .container .slide-btn {
  float: left;
}
.swiper-slider .swiper-pagination-bullets {
  width: 50px;
  left: auto;
  right: 40px;
  bottom: 50%;
  text-align: right;
  font-size: 14px;
  font-weight: 600;
  z-index: 2 !important;
}
.swiper-slider .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 100%;
  height: auto;
  float: left;
  margin: 5px 0;
  background: none;
  position: relative;
  text-indent: 9999px;
  padding-right: 36px;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.swiper-slider .swiper-pagination-bullets .swiper-pagination-bullet:hover {
  opacity: 1;
}
.swiper-slider .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  text-indent: 0;
}
.swiper-slider .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  width: 67px;
  right: -45px;
}
.swiper-slider .swiper-pagination-bullets .swiper-pagination-bullet:after {
  content: "";
  width: 22px;
  height: 1px;
  background: #ff9d16;
  position: absolute;
  top: 10px;
  right: 0;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

/* INTRO */
.intro {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 45px 0;
}
.intro h6 {
display: block;
    line-height: 1;
    margin-bottom: 20px;
    font-family: "Fjalla One", sans-serif;
    opacity: 0.5;
    font-size: 17px;
    text-transform: uppercase;
}
.intro h2 {
    margin-bottom: 40px;
    font-weight: 600;
    font-size: 40px;
    line-height: 1.2;
    padding-right: 25%;
}
.intro h2 span {
    color: #b92d26;
    text-transform: uppercase;
    font-weight: 700;
}
.intro h2:before {
  content: attr(data-text);
  font-size: 18vw;
  opacity: 0.04;
  z-index: -1;
  position: absolute;
  left: 0;
  top: -20%;
}
.intro h4 {
  margin-top: 5px;
  font-family: "Fjalla One", sans-serif;
  font-size: 25px;
  line-height: 40px;
  text-transform: uppercase;
  padding-right: 20%;
}
.intro p {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 37px;
}
.intro u {
  text-decoration: none;
  border-bottom: 3px dotted #e8293b;
  font-weight: 600;
}
.intro strong {
  font-weight: 600;
}
.intro .custom-link {
  transform: translateY(30px);
}

/* PROCESS */
.process {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 100px 0;
  position: relative;
  text-align: center;
}
.process h6 {
  display: block;
  line-height: 1;
  margin-bottom: 20px;
  font-family: "Fjalla One", sans-serif;
  opacity: 0.5;
  font-size: 14px;
  position: relative;
}
.process h2 {
  margin-bottom: 60px;
  font-weight: 800;
  font-size: 60px;
  line-height: 1.2;
}
.process h2:before {
  content: attr(data-text);
  font-size: 20vw;
  opacity: 0.05;
  z-index: -1;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: -50%;
}
.process span {
  width: 80px;
  height: 80px;
  line-height: 62px;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  border-radius: 50%;
  background: #b92d26;
  position: relative;
  border: 10px solid #e2fdf1;
  margin-top: 50px;
}
s .process span:before {
  content: "";
  width: 30vw;
  height: 2px;
  background: #e2fdf1;
  position: absolute;
  left: -30px;
  top: 30px;
  z-index: -1;
}
.process .col-md-3:last-child span:before {
  display: none;
}
.process figure {
  width: 100%;
  display: block;
  margin: 20px 0;
  background: #fff;
}
.process figure img {
  height: 90px;
}
.process h5 {
  font-weight: 600;
  font-size: 13px;
  margin-top: 20px;
  margin-bottom: 0;
}

/* SERVICES CONTENT BLOCK */
.services-content-block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 100px 0;
  background: #0e0e0e;
  color: #fff;
  position: relative;
}
.services-content-block .video-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0.2;
}
.services-content-block .video-bg video {
  min-width: 100%;
  min-height: 100%;
  float: left;
}
.services-content-block h6 {
  display: block;
  line-height: 1;
  margin-bottom: 15px;
  font-family: "Fjalla One", sans-serif;
  font-size: 15px;
}.services-content-block .right:hover i {
    /* background: rgb(185, 45, 38); */
    border: 1px solid #ffc8c7;
}
.services-content-block .right:hover {
  border: 1px solid #b92d26;
}
.services-content-block .right:hover a {
color:  #fff;
}
.services-content-block .right a {
    font-family: "Fjalla One", sans-serif;
    text-transform: uppercase;
    color: #b92d26;
    font-size: 14px;
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0px !important;
}

.services-content-block .right a:hover {
    color: #b92d26;
}
.services-content-block h2 {
    margin-bottom: 60px;
    font-weight: 500;
    font-size: 40px;
    line-height: 1;
    padding-right: 35%;
    text-transform: uppercase;
}.services-content-block .right i {
    font-size: 2vw;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 50%;
}
.services-content-block .left {
  width: 100px;
  float: left;
  margin-top: -2px;
}
.services-content-block .rightsvg {
width: calc(100% - 100px);
    float: left;

}
.services-content-block .right {
    /* width: calc(100% - 100px); */
    width: 100%;
    float: left;
    border: 1px solid #9b9b9b;
    padding: 20px;
    text-align: center;
    min-height: 390px;
    background: rgba(0, 0, 0, 0.43);
}
.services-content-block small {
  display: inline-block;
  font-family: "Fjalla One", sans-serif;
  color: #b92d26;
}
.services-content-block span {
  width: 50px;
  height: 1px;
  background: #b92d26;
  display: inline-block;
  margin: 5px 15px;
}.services-content-block .right p {
    font-size: 12px;
}
.services-content-block h4 {
    font-family: "Fjalla One", sans-serif;
    font-size: 1.4rem;
    margin-bottom: 20px;
    text-transform: uppercase;
        min-height: 50px;
}
.services-content-block ul {
  padding-left: 20px;
  margin-bottom: 0;
}
.services-content-block ul li {
    line-height: 1.5;
    font-size: 12px;
    list-style-type: inherit;
    text-align: left;
}

/* WORKS */
.works {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 150px 0;
  transition-delay: 0s !important;
  transition: background 0.4s;
}
.works h6 {
  display: block;
  line-height: 1;
  margin-bottom: 20px;
  font-family: "Fjalla One", sans-serif;
  opacity: 0.5;
  font-size: 14px;
}
.works h2 {
  margin-bottom: 60px;
  font-weight: 800;
  font-size: 60px;
  line-height: 1.2;
  padding-right: 35%;
}
.works h2:before {
  content: attr(data-text);
  font-size: 20vw;
  opacity: 0.05;
  z-index: -1;
  position: absolute;
  left: 0;
  top: -20%;
}
.works .project-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 75px 0;
}
.works .project-box * {
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.works .project-box:hover figure {
  transform: scale(0.95);
}
.works .project-box:hover figure img {
  transform: scale(1.15);
}
.works .project-box:last-child {
  padding-bottom: 0;
}
.works .project-box:nth-child(2n+2) .custom-link a {
  float: right;
}
.works .project-box:nth-child(2n+2) .content-box {
  order: 1;
  text-align: right;
  padding-left: 0;
  padding-right: 5%;
}
.works .project-box:nth-child(2n+2) .content-box h3 span {
  margin-left: 0;
  margin-right: -7vw;
}
.works .project-box:nth-child(2n+2) figure {
  order: 2;
}
.works .project-box figure {
  width: 55%;
  margin: 0;
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
}
.works .project-box figure img {
  width: 100%;
}
.works .project-box .content-box {
  width: 45%;
  padding-left: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.works .project-box .content-box .inner {
  margin: 0;
}
.works .project-box .content-box .inner small {
  display: block;
  margin-bottom: 20px;
  font-family: "Fjalla One", sans-serif;
  opacity: 0.5;
  font-size: 14px;
}
.works .project-box .content-box .inner h3 {
  font-size: 5vw;
  font-weight: 800;
  margin-bottom: 10vh;
  line-height: 1;
}
.works .project-box .content-box .inner h3 span {
  display: block;
  font-size: 8vw;
  color: #b92d26;
  margin-left: -7vw;
}

/* WORKS SINGLE */
.works-single {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 150px 0;
}
.works-single h6 {
  display: block;
  line-height: 1;
  margin-bottom: 20px;
  font-family: "Fjalla One", sans-serif;
  opacity: 0.5;
  font-size: 14px;
}
.works-single h2 {
  margin-bottom: 50px;
  font-weight: 800;
  font-size: 60px;
  line-height: 1.2;
  padding-right: 35%;
}
.works-single h4 {
  margin-top: 5px;
  font-family: "Fjalla One", sans-serif;
  font-size: 25px;
  line-height: 40px;
  text-transform: uppercase;
  padding-right: 20%;
}
.works-single .text-desc {
  margin-bottom: 50px;
}
.works-single h5 {
  margin-bottom: 20px;
  font-family: "Fjalla One", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 10px;
}
.works-single h3 {
  font-size: 60px;
  font-weight: 800;
  margin-top: 80px;
  color: #b92d26;
  text-align: center;
  text-transform: uppercase;
  font-family: "Fjalla One", sans-serif;
}
.works-single p {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 37px;
}
.works-single iframe {
  float: left;
  margin-bottom: 30px;
  background: #0e0e0e;
}
.works-single figure {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
.works-single figure img {
  width: 100%;
}

/* TEAM */
.team {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 70px 0;
    background-color: #0e0e0e;
    color: #fff;
    background: url(../images/gallery-banner.jpg) center;
}
.team h6 {
  display: block;
  line-height: 1;
  margin-bottom: 20px;
  font-family: "Fjalla One", sans-serif;
  opacity: 0.5;
  font-size: 14px;
}
.team h2 {
margin-bottom: 40px;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    text-transform: uppercase;
}
.team h2:before {
  content: attr(data-text);
  font-size: 16vw;
  opacity: 0.05;
  position: absolute;
  left: 0;
  top: -30%;
}
.team figure {
  width: 100%;
  display: block;
  margin-bottom: 0;
}
.team figure img {
  width: 100%;
  display: block;
}
.team figure figcaption {
  width: 100%;
  display: block;
}
.team figure figcaption small {
  opacity: 0.6;
  font-size: 11px;
  display: block;
  margin-bottom: 5px;
}
.team figure figcaption h4 {
  font-family: "Fjalla One", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 0;
}

/* WORK WITH US */
.work-with-us {
width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 100px 0;
    background: #b92d26;
    position: relative;
    padding-bottom: 38px;
        color: #fff;
}
.work-with-us:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/bg-noise.gif);
  opacity: 0.04;
  position: absolute;
  left: 0;
  top: 0;
}
.work-with-us:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.work-with-us .container {
  position: relative;
  z-index: 2;
}
.work-with-us h6 {
  display: block;
  line-height: 1;
  margin-bottom: 10px;
  font-family: "Fjalla One", sans-serif;
  font-size: 14px;
}
.work-with-us h2 {
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 35px;
    line-height: 1.2;
}
.work-with-us h2:before {
  content: attr(data-text);
  font-size: 15vw;
  opacity: 0.05;
  z-index: -1;
  position: absolute;
  left: 0;
  top: -20%;
}
.work-with-us h4 {
  margin-top: 5px;
  font-family: "Fjalla One", sans-serif;
  font-size: 25px;
  line-height: 40px;
  text-transform: uppercase;
  padding-right: 20%;
  margin-bottom: 40px;
}

/* AWARDS  */
.awards {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 100px 0;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.awards figure {
  display: block;
  margin: 0;
}
.awards figure img {
  height: 60px;
}
.awards h5 {
  font-weight: 600;
  font-size: 15px;
}
.awards .odometer {
  font-family: "Fjalla One", sans-serif;
  font-size: 40px;
}

/* CLIENTS */
.clients {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 100px 0;
  background: url(../images/pattern-bg.svg);
}
.clients h6 {
  display: block;
  line-height: 1;
  margin-bottom: 20px;
  font-family: "Fjalla One", sans-serif;
  opacity: 0.5;
  font-size: 14px;
}
.clients h2 {
    margin-bottom: 23px;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    text-transform: uppercase;
}
.clients h2:before {
  content: attr(data-text);
  font-size: 20vw;
  opacity: 0.05;
  position: absolute;
  left: 0;
  top: -20%;
}
.clients h4 {
  margin-top: 5px;
  margin-bottom: 40px;
  font-family: "Fjalla One", sans-serif;
  font-size: 25px;
  line-height: 40px;
  text-transform: uppercase;
  padding-right: 20%;
}
.clients ul {
  width: 100%;
  float: left;
  margin: 0;
  margin-top: 0px;
  padding: 0;
}
.clients ul * {
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.clients ul li {
  width: 25%;
    float: left;
    margin: 0;
    padding: 2px;
    list-style: none;
    position: relative;
}
.clients ul li img {
opacity: 1;
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px;
}
.clients ul li small {
    width: 100%;
    height: 50px;
    line-height: 23px;
    position: absolute;
    left: 0;
    top: 50%;
    text-align: center;
    opacity: 0;
    font-family: "Fjalla One", sans-serif;
    font-size: 18px;
    color: #701412;
}
.clients ul li:hover small {
  margin-top: -25px;
  opacity: 1;
}
.clients ul li:hover img {
  opacity: 0.05;
  transform: scale(1.2);
}

/* NEWS */
.news {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 100px 0;
}
.news .post {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0;
}
.news .post.single-post {
  padding-left: 10%;
  padding-right: 10%;
  flex-direction: column;
}
.news .post.single-post .post-content .inner .post-title {
  font-size: 66px;
}
.news .post.single-post .post-image {
  margin-bottom: 30px;
  display: block;
}
.news .post:nth-child(2n+2) .post-image {
  order: 2;
}
.news .post:nth-child(2n+2) .post-content {
  padding-left: 0;
}
.news .post .post-image {
  flex: 1;
  margin: 0;
}
.news .post .post-image img {
  width: 100%;
}
.news .post .post-content {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  padding: 0 50px;
}
.news .post .post-content .inner {
  width: 100%;
}
.news .post .post-content .inner .social-share {
  width: 100%;
  float: left;
  padding: 0 !important;
  margin-bottom: 40px;
}
.news .post .post-content .inner .social-share li {
  float: left;
  margin-right: 5px;
  padding: 0;
  list-style: none;
  text-align: center;
}
.news .post .post-content .inner .social-share li.facebook a {
  background: #475993;
}
.news .post .post-content .inner .social-share li.twitter a {
  background: #76a9ea;
}
.news .post .post-content .inner .social-share li.google-plus a {
  background: #f34a38;
}
.news .post .post-content .inner .social-share li.linkedin a {
  background: #0077b7;
}
.news .post .post-content .inner .social-share li.youtube a {
  background: #f61c0d;
}
.news .post .post-content .inner .social-share li a {
  width: 44px;
  height: 44px;
  line-height: 44px;
  float: left;
  background: #e8293b;
  color: #fff;
  border: none;
  border-radius: 0;
}
.news .post .post-content .inner .post-date {
  display: block;
  font-size: 14px;
  opacity: 0.5;
  font-family: "Fjalla One", sans-serif;
}
.news .post .post-content .inner .post-title {
  display: block;
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 30px;
}
.news .post .post-content .inner .post-title a {
  display: block;
  color: #0e0e0e;
}
.news .post .post-content .inner .post-title a:hover {
  color: #b92d26;
  text-decoration: none;
}
.news .post .post-content .inner .post-author {
  display: block;
  font-family: "Fjalla One", sans-serif;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.news .post .post-content .inner .post-author img {
  width: 50px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
}
.news .post .post-content .inner .post-text {
  display: block;
  line-height: 30px;
  margin-bottom: 0;
}
.news .post .post-content .inner h6 {
  font-size: 23px;
  margin-bottom: 30px;
  line-height: 1.5;
}
.news .post .post-content .inner blockquote {
  display: block;
  padding: 40px;
  margin-bottom: 40px;
  background: #b92d26;
  font-family: "Fjalla One", sans-serif;
  position: relative;
}
.news .post .post-content .inner blockquote:before {
  content: "";
  font-family: fontawesome;
  font-size: 90px;
  position: absolute;
  left: 40px;
  top: 0;
  opacity: 0.1;
}
.news .post .post-content .inner blockquote h5 {
  font-weight: 800;
  font-family: Poppins;
  margin: 0;
}
.news .post .post-content .inner ul {
  padding-left: 20px;
}
.news .post .post-content .inner ul li {
  line-height: 1.9;
}
.news .post .post-content .inner p {
  display: block;
  line-height: 30px;
}
.news .post .post-content .inner p:last-child {
  margin-bottom: 0;
}

/* HELLO */
.hello {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.hello h6 {
  display: block;
  line-height: 1;
  margin-bottom: 20px;
  font-family: "Fjalla One", sans-serif;
  opacity: 0.5;
  font-size: 14px;
}
.hello h2 {
  margin-bottom: 60px;
  font-weight: 800;
  font-size: 60px;
  line-height: 1.2;
  padding-right: 35%;
}
.hello h2:before {
  content: attr(data-text);
  font-size: 20vw;
  opacity: 0.05;
  z-index: -1;
  position: absolute;
  left: 0;
  top: -20%;
}
.hello address {
  display: block;
  margin-bottom: 40px;
}
.hello address b {
  display: block;
  margin-bottom: 10px;
}
.hello #success, .hello #error {
  display: none;
  float: left;
}
.misn {
    padding-left: 19px !important;
    margin: 0px !important;

}
.hello #contact {
    width: 100%;
    display: flex;
    /*margin-left: -68px;*/
    padding: 40px 20px;
    background: #e9e9e9;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.hello #contact .form-group:last-child {
  margin-bottom: 0;
}
.hello #contact label {
  display: block;
  font-size: 14px;
  font-weight: 600;
}
.hello #contact label.error {
  color: #e8293b;
  margin-top: 7px;
  margin-bottom: 0;
}
.hello #contact div.error {
  background: #e8293b;
  color: #fff;
  border-radius: 0;
  border: none;
}
.hello #contact input[type=text] {
  width: 100%;
  height: 50px;
  background: #fff;
  border: 1px solid #eee;
  padding: 0 20px;
}
.hello #contact textarea {
  width: 100%;
  height: 150px;
  background: #fff;
  border: 1px solid #eee;
  padding: 20px;
}
.hello #contact button[type=submit] {
  height: 50px;
  padding: 0 40px;
  font-size: 14px;
  font-weight: 600;
  color: #0e0e0e;
  background: #b92d26;
  border: none;
}

/* DIRECTION */
.direction {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 150px 0;
}
.direction h6 {
  display: block;
  line-height: 1;
  margin-bottom: 20px;
  font-family: "Fjalla One", sans-serif;
  opacity: 0.5;
  font-size: 14px;
}
.direction h2 {
  margin-bottom: 60px;
  font-weight: 800;
  font-size: 60px;
  line-height: 1.2;
  padding-right: 35%;
}
.direction h2:before {
  content: attr(data-text);
  font-size: 20vw;
  opacity: 0.05;
  z-index: -1;
  position: absolute;
  left: 0;
  top: -20%;
}
.direction figure {
  width: 100%;
  display: block;
  margin: 0;
  position: relative;
}
.direction figure img {
  width: 100%;
}
.direction figure figcaption {
  width: 40%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
}
.direction figure figcaption .inner {
  width: 100%;
  padding: 40px;
  color: #fff;
}
.direction figure figcaption .inner .custom-link {
  margin-top: 40px;
}
.direction figure figcaption .inner .custom-link a {
  color: #fff;
}
.direction figure figcaption .inner .custom-link .lines span {
  background: #fff;
}
.direction figure figcaption .inner h5 {
  font-family: "Fjalla One", sans-serif;
  font-size: 26px;
  margin-bottom: 20px;
}
.direction figure figcaption .inner b {
  font-weight: 600;
}
.direction figure figcaption .inner p {
  font-size: 14px;
}
.direction figure figcaption .inner ul {
  display: block;
  margin: 0;
  padding: 0;
}
.direction figure figcaption .inner ul li {
  display: block;
  margin: 15px 0;
  padding: 0;
  list-style: none;
}

/* FOOTER */
.footer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 70px 0;
  background: #0e0e0e;
  color: #fff;
  padding-bottom: 0px;
  background: url(../images/footerbanner.jpg) center;
}
.footer .footer-quote {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.footer .footer-quote img {
  height: 60px;
  display: block;
  margin-bottom: 20px;
}
.footer .footer-quote h2 {
  font-size: 3vw;
  font-weight: 800;
  margin-bottom: 0;
  color: #b92d26;
}
.footer  {
  position: relative;
}
.footer .footer-contact {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0px;
    font-size: 15px !important;
    letter-spacing: .7px;
    z-index: 999;
    color: #b1b1b1;
}
.footer .footer-contact address {
  margin-bottom: 0;
}
.footer .footer-contact address a {
  color: #fff;
  text-decoration: underline;
}
.footer .footer-bottom {
width: 100%;
    display: flex;
    flex-wrap: wrap;
    background: #090909;
    margin-top: 50px;
    padding: 15px 0px;
    border-top: 2px solid #b92d26;
    font-size: 13px;
    color: #888;z-index: 999;
}

.footer-bottom .left {
    float: left;
}
.footer-bottom p {
    margin: 0;
    padding: 10px 0;
}
.footer-bottom .right {
    float: right;
}


.footer .footer-bottom a {
    color: #fff;
}
.footer .footer-bottom h5 {
  margin-bottom: 10px;
  font-family: "Fjalla One", sans-serif;
  text-transform: uppercase;
  color: #b92d26;
}
.footer .footer-bottom ul {

  margin: 0;
  padding: 0;
}
.footer .footer-bottom ul li {
display: inline-block;
    margin: 0;
    margin-left: 20px;
    padding: 8px 0px;
    list-style: none;
    text-align: right;
    float: right;
}
.footer .footer-bottom ul li:last-child {
  margin-right: 0;
}
.footer .footer-bottom ul li a {

    position: relative;
    color: #888;
    font-size: 13px;
    font-weight: 500;
    padding-bottom: 6px;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    border-bottom: 2px solid transparent;
}
.footer .footer-bottom ul li a:hover {
  padding-bottom: 1px;
  border-bottom: 2px solid #fff;
  text-decoration: none;
}
footer.footer:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.93);
    width: 100%;
    height: 100%;
    content: '';
    z-index: 99;
}
/* MEDIUM FIXES */
@media only screen and (max-width: 1199px), only screen and (max-device-width: 1199px) {
  .swiper-slider .swiper-slide .slide-inner {
    padding: 0 10%;
  }

  .intro h4 {
    padding-right: 0;
  }

  .work-with-us h2 {
    padding-right: 0;
  }

  .work-with-us h4 {
    padding-right: 0;
  }

  .works-single h2 {
    padding-right: 0;
  }

  .direction h2 {
    padding-right: 0;
  }

  .clients h4 {
    padding-right: 0;
  }

  .news .post {
    flex-direction: column;
  }

  .news .post .post-image {
    margin-bottom: 30px;
  }

  .direction figure figcaption {
    width: 50%;
  }

  .hello h2 {
    padding-right: 0;
  }
}
/* RESPONSIVE TABLET FIXES */
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  header {
    min-height: auto;
  }
.partners-carousel .owl-item img {
 
    margin-top: 15px;
}

  .swiper-slider .swiper-slide .slide-inner .container h1 {
    font-size: 12vw;
  }

  .intro {
    padding: 40px 0;
  }

  .intro h2 {
    padding-right: 0;
    margin-bottom: 50px;
  }

  .intro .custom-link {
    transform: translateY(0);
  }

  .process {
    padding: 80px 0;
  }

  .process h2 {
    margin-bottom: 0;
  }

  .services-content-block {
    padding: 80px 0;
  }

  .services-content-block h2 {
    padding-right: 0;
  }

  .services-content-block .left {
    width: 100%;
    margin-bottom: 20px;
  }

  .services-content-block .right {
    width: 100%;
  }

  .team {
    padding: 80px 0;
  }



  .direction {
    padding: 80px 0;
  }

  .direction figure figcaption {
    width: 100%;
  }

  .works {
    padding: 80px 0;
  }

  .works h2 {
    padding-right: 0;
    margin-bottom: 50px;
  }

  .works .project-box {
    padding: 35px 0;
  }

  .work-with-us {
    padding: 80px 0;
  }

  .works-single {
    padding: 80px 0;
  }

  .news {
    padding: 30px 0;
    padding-bottom: 80px;
  }

  .news .post.single-post {
    padding-left: 0;
    padding-right: 0;
  }

  .news .post.single-post .post-content .inner .post-title {
    font-size: 44px;
  }

  .news .post:nth-child(2n+2) .post-image {
    order: 0;
  }

  .news .post:nth-child(2n+2) .post-content {
    padding: 0 50px;
  }

  .awards {
    padding: 80px 0;
  }

  .clients {
    padding: 80px 0;
  }

  .hello {
    padding: 80px 0;
  }

  .hello #contact {
    margin-left: 0;
    box-shadow: none;
  }

  .footer .footer-quote h2 {
    font-size: 6vw;
  }
}
/* RESPONSIVE MOBILE FIXES */
@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
    .nav>li {
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
}
.swiper-slider .swiper-slide .slide-inner {
    width: 100%;
    height: 100%;
    transform: scale(0.8);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transition-duration: 700ms;
    -webkit-transition-duration: 700ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    background-size: 163%;
    background-repeat: no-repeat;
    background-position: 100% 110%;
    position: relative;
}

.swiper-slider .swiper-slide .slide-inner .container h1 {
    font-size: 34px;
    text-align: left;
}
}







/*# sourceMappingURL=style.css.map */
.want-to-talk-video {
background: rgb(185,45,38);
background: radial-gradient(circle, rgba(185,45,38,1) 0%, rgba(108,19,17,1) 100%);
    padding: 2rem;
    color: #fff;
}.want-to-talk-video h2 {
font-size: 35px !important;
    line-height: 40px !important;
    color: #000;
    font-weight: 600 !important;
    text-transform: uppercase;
    margin: 0px !important;
    padding: 0px !important;
    margin-bottom: 10px !important;
}
h2.text-white {
  font-weight: 600 !important;
}.want-to-talk-video p {
    font-size: 16px;
    line-height: 25px;
    margin-top: 20px;
}a.site-button-secondry.site-btn-effect {
    transition: all .3s ease !important;
    background-color: #000;
    color: #fff;
    padding: 10px 30px;
    text-transform: uppercase;
    letter-spacing: 0px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
    border: none;
    font-size: 13px;
}.half-acc-section-left-content {
    float: right;
}
.half-acc-section-left-content, .half-acc-section-right-content {
    max-width: 555px;
    width: 100%;
}.car-mach-content {
    padding: 78px 0px;
}
.text-white {
    color: #FFF;
}.car-mach-content .car-mach-first {
    font-size: 30px;
    font-weight: 900;
    line-height: 30px;
    display: block;
}
.car-mach-content strong {
    margin-bottom: 8px;
}
.car-mach-content span, .car-mach-content strong {
    display: block;
    text-transform: uppercase;
    font-family: "Fjalla One", sans-serif;
}.car-mach-content .car-mach-two {
    font-size: 56px;
    font-weight: 900;
    line-height: 56px;
    display: block;
}.car-mach-content .car-mach-three {
    font-size: 56px;
    font-weight: 900;
    line-height: 56px;
    display: block;
}.car-mach-content strong:last-child {
    margin-bottom: 0px;
}.car-mach-content .car-mach-four {
    font-size: 62px;
    font-weight: 900;
    line-height: 62px;
    display: block;
}.car-mach-pic img {
    position: absolute;
    z-index: 1;
    bottom: -65px;
    right: 0;
}ol.list-num-count {
    counter-reset: li;
    padding-left: 0;
}
.m-b0 {
    margin-bottom: 0;
}ol.list-num-count > li {
    position: relative;
    margin: 0 0 10px 50px;
    padding: 0px 8px;
    list-style: none;
    color: #fff;
    font-size: 16px;
}ol.list-num-count > li:before {
    content: counter(li , decimal);
    counter-increment: li;
    position: absolute;
    top: 1px;
    left: -50px;
    width: 30px;
    height: 30px;
    padding: 5px;
    color: #f9f9f9;
    background: #191919;
    text-align: center;
    font-size: 12px;
    line-height: 21px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}img.logoimage {
    height: 135px;
    margin-bottom: 40px;
}.decor-1_mod-b {
    display: inline-block;
    width: 100px !important;
    margin: 10px 0 15px -15px;
}.decor-1_mod-b:after {
    width: 170px;
    margin-left: 20px;
    border-top: 1px solid #ccc;
}
.decor-1:after {
    margin-top: 2px;
    margin-left: 10px;
}.decor-1, .decor-1:after {
    border-top: 1px solid #ccc;
}.footer__text {
    margin-bottom: 15px;
}span.footerlinks b {
    color: #cacaca;
    font-weight: normal;
    margin-right: 5px;
}
span.footerlinks {
    display: inline-block;
    padding: 0px 10px;
    padding-bottom: 5px;
}ul.socil {
    list-style: none;
    margin: 0;
    text-align: center;
    padding: 0px;
    margin-top: 30px;
}ul.socil li {
    display: inline-block;
    padding-left: 3px;
    padding-right: 3px;
    list-style: none;
    margin: 0;
    text-align: center;
}ul.socil li a {
    width: 40px;
    height: 40px;
    padding-top: 7px;
    font-size: 16px;
    color: #999;
    border: 1px solid #999;
    border-radius: 50%;
    background-color: #222127;
    opacity: .5;
    transition: all .3s;
    display: inline-block;
}
ul.socil li a:hover {
    opacity: 1;
}


.videoWrapper {
   position: relative;
   width: 100%;
   height: 0;
   background-color: #000;
}
 .videoWrapper43 {
   padding-top: 75%;
}
 .videoWrapper169 {
   padding-top: 56%;
}
 .videoIframe {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: transparent;
}
 .videoPoster {
   position: absolute;
   top: 0;
   right: 0;
   left: 0;
   width: 100%;
   height: 100%;
   margin: 0;
   padding: 0;
   cursor: pointer;
   border: 0;
   outline: none;
   background-position: 50% 50%;
   background-size: 100% 100%;
   background-size: cover;
   text-indent: -999em;
   overflow: hidden;
   opacity: 1;
   -webkit-transition: opacity 800ms, height 0s;
   -moz-transition: opacity 800ms, height 0s;
   transition: opacity 800ms, height 0s;
   -webkit-transition-delay: 0s, 0s;
   -moz-transition-delay: 0s, 0s;
   transition-delay: 0s, 0s;
}
 .videoPoster:before {
   content: '';
   position: absolute;
   top: 50%;
   left: 50%;
   width: 80px;
   height: 80px;
   margin: -40px 0 0 -40px;
   border: 5px solid #fff;
   border-radius: 100%;
   -webkit-transition: border-color 300ms;
   -moz-transition: border-color 300ms;
   transition: border-color 300ms;
}
 .videoPoster:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    margin: -15px 0 0 -6px;
    border-left: 20px solid #fff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    -webkit-transition: border-color 300ms;
    -moz-transition: border-color 300ms;
    transition: border-color 300ms;
}
 .videoPoster:hover:before, .videoPoster:focus:before {
   border-color: #f00;
}
 .videoPoster:hover:after, .videoPoster:focus:after {
   border-left-color: #f00;
}
 .videoWrapperActive .videoPoster {
   opacity: 0;
   height: 0;
   -webkit-transition-delay: 0s, 800ms;
   -moz-transition-delay: 0s, 800ms;
   transition-delay: 0s, 800ms;
}
.mt20 { margin-top: 15px;
}

ul.listgallery li {
    display: inline-block;
    float: left;
    padding-bottom: 9.6px;
    padding-right: 10px;

}
ul.listgallery li figure {
      position: relative;
}

ul.listgallery {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
ul.listgallery li figcaption {
    position: absolute;
    bottom: 0px;
    background: #6f1412;
    width: auto;
    padding: 5px 10px 0px 10px;
    line-height: 1;
}
.slide-btn.mt20 {
    float: left;
    width: 100%;
}
.icon-lg.text-white.radius i {
    color: #fff !important;
    font-weight: 500;
}
.icon-bx-wraper {
    position: relative;
}
.bg-primary.dlab-newsletter {
    background: #6c1311 !important;
}strong.text-black.text-uppercase.font-18 {
    font-weight: 500 !important;
    color: #fff !important;
}
textarea#message {
    border-radius: 0px !important;
    border: none !important;
}input.form-control {
    top: 1px;
    border-radius: 0px !important;
    border: 0px solid #ddd !important;
    outline: none !important;
    font-size: 14px;
        border: none !important;
    line-height: 20px;
    height: 41px !important;
    color: #000;
    position: relative;
    outline: none !important;
}
h2.dlab-tilte.text-uppercase {
    color: #fff;
    font-weight: 500;
    line-height: 30px !important;
}
.p-t30 {
    padding-top: 55px;
    margin-bottom: 15px;
}

.icon-bx-wraper.left .icon-lg, .icon-bx-wraper.left .icon-md, .icon-bx-wraper.left .icon-sm, .icon-bx-wraper.left .icon-xl, .icon-bx-wraper.left .icon-xs {
    float: left;
    margin-right: 10px;
}
.text-white {
    color: #fff;
}
.icon-lg {
    width: 80px;
}
.icon-lg, .icon-md, .icon-sm, .icon-xl, .icon-xs {
    display: inline-block;
    text-align: center;
}

.icon-lg i {
    font-size: 60px;
}
.icon-lg i, .icon-md i, .icon-sm i, .icon-xl i, .icon-xs i {
    vertical-align: middle;
}.dlab-newsletter .icon-content {
    margin-top: 6px;
}
.icon-content {
    overflow: hidden;
}.text-black {
    color: #000;
}
.font-18 {
    font-size: 18px;
}
.text-uppercase {
    text-transform: uppercase;
}.icon-bx-wraper.left .dlab-tilte {
    margin-bottom: 10px;
}
.icon-bx-wraper .dlab-tilte {
    margin-top: 0;
}
.dlab-box, .dlab-info, .dlab-tilte, .dlab-tilte-inner {
    position: relative;
}.skew-subscribe {
    position: relative;
}

.skew-subscribe:after {
    background-color: #040709;
    content: "";
    position: absolute;
    left: -50px;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-right: 7px solid #040709;
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -o-transform: skew(30deg);
    -ms-transform: skew(30deg);
    transform: skew(30deg);
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
.button-skew {
    position: relative;
    text-align: center;
    margin-right: 21px;
    border-radius: 4px 0 0 4px;
}
.site-button-secondry {
    background-color: #282a3c;
}
.site-button, .site-button-secondry {
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    font-size: 16px;
    outline: 0;
    cursor: pointer;
    outline: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    line-height: 1.42857;
    border-radius: 0;
    font-weight: 500;
    text-align: center;
    font-family: Raleway,sans-serif;
    white-space: nowrap;
    border-radius: 4px;
}
.z-index1 {
    z-index: 1;
}
input.form-control {
    z-index: 1;
}
h2.dlab-tilte.text-uppercase {
    font-size: 1.7rem;
    font-weight: 500;
}
.button-skew span {
    display: inline-block;
}.button-skew i {
    background-color: inherit;
    position: absolute;
    height: 100%;
    margin-right: -32px;
    right: 0;
    top: 0;
    padding: 12px 12px;
    line-height: normal;
    border-radius: 0 4px 4px 0;
}
.skew-subscribe:before {
    content: "";
    position: absolute;
    left: -150px;
    bottom: 0;
    width: 100px;
    height: 100%;
    border-right: 7px solid #2d3239;
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -o-transform: skew(30deg);
    -ms-transform: skew(30deg);
    transform: skew(30deg);
    background-image: url(../images/meet-ask-row.png);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}
.dlab-newsletter .p-t40.p-b10 {
    padding-top: 69px;
    padding-bottom: 34px;
}
#top{
    font-size: 30px;
    position: fixed;
    right: 10%;
    bottom: 71px;
    cursor: pointer;
    display: none;
    background: #721513;
    z-index: 999;
    padding: 0px 14px;
    color: #fff;
}

#top i:hover{
  color: #5A9367;
}

.theme-btn.bt-support-now {
    background: #cf0000;
    background: -moz-linear-gradient(45deg,#cf0000 8%,#d91a1a 100%);
    background: -webkit-linear-gradient(45deg,#cf0000 8%,#d91a1a 100%);
    background: linear-gradient(45deg,#cf0000 8%,#d91a1a 100%);
    top: 50%;
}
.theme-btn {
    background-color: #fff;
    border-radius: 40px;
    bottom: 10px;
    color: #fff;
    display: table;
    height: 50px;
    left: 8px;
    min-width: 50px;
    position: fixed;
    text-align: center;
    z-index: 9999;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.theme-btn:hover {
    color: #fff;
    padding: 0 20px;
}.theme-btn i {
    font-size: 22px;
    line-height: 50px;
}.theme-btn span {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    letter-spacing: -15px;
    opacity: 0;
    line-height: 50px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    text-transform: uppercase;
}.theme-btn:hover span {
    opacity: 1;
    letter-spacing: 1px;
    padding-left: 10px;
}


.banner04.row .container {
    position: relative;
    z-index: 2;
    padding-top: 80px;
    padding-bottom: 70px;
}
.banner04.row:after {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.85;
    background: #000;
}.banner04.row {
    background: url(../images/bg5.jpg) no-repeat scroll center center;
    background-size: cover;
    margin: 0;
    position: relative;
        overflow: initial !important;
}.banner04.row .this-mobile {
    position: relative;
}.banner04.row .this-cursive {
margin-top: 0;
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 20px;
    color: #f77d0a;
    font-family: "Fjalla One", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0px;
}.banner04.row .this-h4 {
font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: capitalize;
    color: #fff;
    font-weight: 500;
}.banner04.row .this-main {
    font-size: 3rem;
    font-weight: 600;
    margin-top: 0;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 15px;
}.banner04.row .this-facts {
    line-height: 1;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 20px;
    padding-left: 0;
    list-style: none;
}.nav-pills>li {
    float: left;
}
.nav>li {
    position: relative;
    display: inline-block;
}.banner04.row .this-facts li + li {
    margin: 0;
}
.nav-pills>li+li {
    margin-left: 2px;
}
.nav-pills>li {
    float: left;
}.banner04.row .this-facts li + li:before {
    content: '/';
    width: 20px;
    float: left;
    text-align: center;
}.m0 {
    margin: 0;
}
.download-btn.android {
    color: #a4c639;
}
.download-btn.android i, .download-btn.android i {
    border-color: #a4c639;
}
.download-btn.android, .download-btn.android {
    border-color: #a4c639;
}

.download-btn.iphone i, .download-btn.iphone i {
    border-color: #f77d0a;
}
.download-btn.iphone, .download-btn.iphone {
    border-color: #f77d0a;
    outline: none;
    text-decoration: none;
    transition: all 300ms linear 0s;
}

.download-btn i {
    width: 60px;
    text-align: center;
    font-size: 36px;
    float: left;
    border-right: 1px solid transparent;
    transition: all 300ms linear 0s;
}
.download-btn span {
    padding: 0;
    font-weight: bold;
    float: left;
    width: 0;
    overflow: hidden;
    transition: all 300ms linear 0s;
}
.download-btn span, .download-btn span {
    padding: 0 30px;
    width: auto;
}
.download-btn.iphone {
    color: #f77d0a;
}
.download-btn {
    padding: 0;
    border: 1px solid transparent;
    line-height: 42px !important;
}
a.btn.download-btn {
    border-radius: 50px !important;
    margin-right: 15px;
}
a, .btn, button {
    outline: none;
    transition: all 300ms linear 0s;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.mb5 {
  margin-bottom: 10px !important;
}
.aboutext p {
font-size: 15px !important;
    line-height: 26px !important;
    margin-bottom: 15px !important;
}
h2.innerpage span {
    font-size: 40px;
}
h2.innerpage {
    padding: 0px !important;
    font-size: 27px !important;
}
.h5, h5 {
    font-size: 1.5rem !important;
    font-weight: 600 !important;
}

.profile{
  margin-top: 25px;
}
.profile h1{
    font-size: 18px;
    margin: 10px 0 0 0;
    font-weight: 600;
}
.profile h2{
    font-size: 14px;
    font-weight: lighter;
    margin-top: 5px;
    padding: 0px;
    margin-bottom: 15px !important;
}
.profile p {
 font-size: 13px !important;
    line-height: 1.5 !important;
    overflow-y: scroll !important;
    height: 60px !important;
    margin-bottom: 0px !important;
}
.profile .img-box{
  opacity: 1;
  display: block;
  position: relative;
}
.profile .img-box:after{
  content:"";
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}
.img-box ul{
  position: absolute;
  z-index: 2;
  bottom: 50px;
  text-align: center;
  width: 100%;
  padding-left: 0px;
  height: 0px;
  margin:0px;
  opacity: 0;
}
.profile .img-box:after, .img-box ul, .img-box ul li{
  -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.img-box ul i{
  font-size: 20px;
  letter-spacing: 10px;
}
.img-box ul li{
  width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #88C425;
    margin: 2px;
    padding: 5px;
  display: inline-block;
}
.img-box a{
  color:#fff;
}
.img-box:hover:after{
  opacity: 1;
}
.img-box:hover ul{
  opacity: 1;
}
.img-box ul a{
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.img-box a:hover li{
  border-color: #fff;
  color: #88C425;
}
/* Customize website's scrollbar like Mac OS
Not supports in Firefox and IE */

/* total width */




.smoth-scroll::-webkit-scrollbar-track
{
  border-radius: 0px;
  background-color: #000;
}
.smoth-scroll::-webkit-scrollbar
{
  width: 3px;
  background-color: #721513;
}

.smoth-scroll::-webkit-scrollbar-thumb
{
  border-radius: 0px;
  background-color: #721513;
  width: 2px;
}
.carddesign {
padding: 10px;
    border: 1px solid #ddd;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    background: #fff;
}.getquote {
float: left;
    width: 100%;
    padding: 20px 20px;
    border: 1px solid #ddd;
    background: #721513;
    color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.getquote h3 i {
    margin-right: 10px;
    font-size: 20px !important;
}
.getquote h3 {
    padding: 25px 0px;
    font-size: 1.2rem;
    text-transform: uppercase;
    margin: 0px 0px 0px 0px;
    line-height: 1;
    font-weight: 600;
    padding-top: 0px !important;
}
.leftsideMenu h3 {
    background: #000;
    color: #fff;
    padding: 15px 20px;
    font-size: 1.2rem;
    text-transform: uppercase;
    margin: 0px 0px 0px 0px;
    line-height: 1;
    font-weight: 500;
}
.leftsideMenu h3 i  {
  float: right;
  font-size: 1rem;
}
a.bt-support-now.theme-btn {
    text-decoration: none;
}
.leftsideMenu ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}.leftsideMenu {
    float: left;
    width: 100%;
    border: 1px solid #ddd;
    margin-bottom: 15px;
        background: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.leftsideMenu ul li:last-child {
  border: none;
}

.leftsideMenu ul li a.active {
background: #b92d26;
    color: #fff;
    width: 100%;
}
.mb10 {
    margin-bottom: 10px !important;
}
 .select-hidden {
   display: none;
   visibility: hidden;
   padding-right: 10px;
}
.form-control, .select {
  font-size: 13px !important;
}
.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    color: #fff;
    height: 41px;
    line-height: 24px !important;
    float: left;
    width: 100%;
}.fullwidth {
    float: left;
    width: 100%;
}.form-control:focus {
    box-shadow: none !important;
}textarea#message {
    height: 150px;
}
.submitform {
    height: 40px;
    padding: 0 40px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #000;
    border: none;
}
 .select-styled {
position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    padding: 8px 15px;
    border: 1px solid #ddd !important;
    outline: none !important;
    color: #7c7c7c;
}
 .select-styled:after {
content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-color: #828282 transparent transparent transparent;
    position: absolute;
    top: 16px;
    right: 14px;
}
 .select-styled:hover {
   background-color: #fff;
}
 .select-styled:active, .select-styled.active {
   background-color: #fff;
}
 .select-styled:active:after, .select-styled.active:after {
   top: 12px;
   border-color: transparent transparent #721513 transparent;
}
 .select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #000000;
    max-height: 154px;
    overflow-y: scroll;
}
.navigation-menu .inner .menu ul li.active a {
padding-bottom: 3px !important;
    border-bottom: 5px solid #b92d26 !important;
    text-decoration: none !important;
}
.navigation-menu .inner .menu ul li.active ul li a {
    border-bottom: 0px solid #b92d26 !important;
}
.navigation-menu .inner .menu ul li ul li.active a {
    color: #b92d26 !important;
}
ul.submenu li.active a {
    background: #636363 !important;
    position: relative;
}
ul.submenu li.active a:after {
    position: absolute;
    content: "\f054";
    right: 9px;
    top: 16px;
    width: 15px;
    height: 15px;
    display: inline-block;
    font: normal normal normal 13px/1 FontAwesome;
}

 .select-options li {
margin: 0;
    padding: 3px 0;
    text-indent: 15px;
    border-top: 1px solid #1d1d1d;
}

 .select-options li:hover {
   color: #c0392b;
   background: #fff;
}
 .select-options li[rel="hide"] {
   display: none;
}
.carddesign.fullpadding {
    padding: 20px 30px !important;
}h3.mainheading {
    font-size: 2rem;
    letter-spacing: -.5px;
    text-transform: inherit;
    margin-bottom: 30px;
    font-weight: 600;
}.carousel {
    margin-bottom: 15px;
}ul.aboutus li {
    margin-bottom: 5px;
}
.Dropdown-styles * {
    box-sizing: border-box;
}
.Class-nav {
    overflow: auto !important;
    width: 100%;
    margin: 0;
    padding: 0;
}
.Class-nav__class:hover {
      background: #FFF;
    background: rgb(225,225,225);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(left, rgba(225,225,225,1) 0%, rgba(255,255,255,1) 54%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(225,225,225,1)), color-stop(54%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(left, rgba(225,225,225,1) 0%,rgba(255,255,255,1) 54%);
    background: -o-linear-gradient(left, rgba(225,225,225,1) 0%,rgba(255,255,255,1) 54%);
    background: -ms-linear-gradient(left, rgba(225,225,225,1) 0%,rgba(255,255,255,1) 54%);
    background: linear-gradient(to right, rgba(225,225,225,1) 0%,rgba(255,255,255,1) 54%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#ffffff',GradientType=1 );
    background-size: 100% 50%;
    border: 1px solid #000;
}
.Class-nav__class {
    border-collapse: collapse;
    border: 1px solid #721513;
    padding: 0;
    text-align: left;
    list-style-type: none;
    margin-top: 0;
}
.Class-nav__class a {
margin: 10px;
    text-decoration: none;
   color: #0e0e0e;
    font-size: 0.9em;
    font-weight: normal;
    line-height: 1.2em;
    padding: 1em 0.5em 1em 0;
    display: table;
    width: auto;
}.accordion .link a {
    width: 88%;
    padding-right: 0;
}
.flag__body {
    width: 75%;
    padding-right: 0.5em;
    display: table-cell;
    vertical-align: middle;
}
.Class__detail-name {
    font-style: normal;
    margin-bottom: 1px;
    line-height: 24px;
}
img.flag__img {
    max-height: 5em;
    vertical-align: middle;
    width: 100px;
}ul.Class-nav {
    margin: 0px -1% !important;
    margin-bottom: 20px !important;
}
section.intro.aboutext.whiteback {
    background: #fff !important;
}
section.intro.aboutext {
    background: url(../images/pattern-bg.svg) !important;
}



.accordion {
  width: 100%;
}

.accordion .link {

    cursor: pointer;
    display: block;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.accordion .link:hover {
background: #b92d26;
    color: #fff;
}
.accordion .link:hover a {
text-decoration: none;
    color: #fff;
}
.leftsideMenu ul li:hover a {
    color: #fff;
 }
.leftsideMenu ul li:hover {
background: #b92d26;
 }
.leftsideMenu ul li a {
    padding: 0px 20px;
    line-height: 45px;
    text-decoration: none;
    width: 100%;
    float: left;
}
li.open a {
    color: #fff;
}
li.open {
    background: #b92d26 !important;
}


.leftsideMenu ul li {

    border: none;
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    text-decoration: none;
    background: transparent;
}

.accordion .link:hover i {
    color: #fff;
}
.accordion li:last-child .link { border-bottom: 0; }

.accordion li i {
  position: absolute;
  font-size: 18px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.leftsideMenu li.active a {
    color: #fff;
}
.leftsideMenu li.active {
    background: #b92d26;
}
.leftsideMenu li.active i {
    color: #fff;
}
.mb20 {
  margin-bottom: 20px !important;
}


.accordion li i.fa-chevron-down {
    right: 0;
    left: auto;
    font-size: 13px;
    font-weight: normal;
    top: 0px;
    width: 12%;
    text-align: center;
    height: 44px;
    line-height: 43px;
}

.accordion li.open .link { color: #b63b4d; }

.accordion li.open i {    color: #fff;}

.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/**
 * Submenu
 -----------------------------*/
.justify {
  text-align: justify !important;
}

.submenu {
    display: none;
    font-size: 14px;
    float: left;
    width: 100%;
}
ul.submenu {
    border-top: 1px solid #ddd;
    background: #3e3e3e !important;
}
.submenu li {     border-bottom: 1px solid #636363 !important;
    float: left !important;
    width: 100% !important;
    display: inline-table; }

.submenu li a {
    background: #3e3e3e;
    padding: 10px 20px 10px 35px !important;
    font-weight: normal;
    line-height: 22px !important;
    font-size: 14px !important;
    display: block;
    text-decoration: none;
    color: #fff;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.submenu a:hover {
  background: #b63b4d;
  color: #FFF;
}
.mb0 {
  margin-bottom: 0px !important; 
}
b, strong {
    font-weight: 600 !important;
}
.linelink a {
  text-decoration: underline !important;
}.brandstext li a {
    text-transform: uppercase;
}
.brandstext li{
    position: relative;
}
.brandstext li.active:after {
      position: absolute;
    content: "\f054";
    right: 18px;
    top: 16px;
    width: 15px;
    height: 15px;
    display: inline-block;
    font: normal normal normal 13px/1 FontAwesome;
    color: #fff;
}
.tree li {
    list-style-type:none;
    margin:0;
    padding:10px 5px 0 5px;
    position:relative
}
.tree li::before, 
.tree li::after {
    content:'';
    left:-20px;
    position:absolute;
    right:auto
}
.tree li::before {
    border-left:2px solid #000;
    bottom:50px;
    height:100%;
    top:0;
    width:1px
}
.tree li::after {
    border-top:2px solid #000;
    height:20px;
    top:25px;
    width:25px
}
.tree li span {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #000;
    border-radius: 3px;
    display: inline-block;
    padding: 5px 20px;
    text-decoration: none;
    cursor: pointer;
    font-size: 15px !important;
}
.tree>ul>li::before,
.tree>ul>li::after {
    border:0
}
.tree li:last-child::before {
    height:27px
}
.tree li span:hover {
    background: hotpink;
    border:2px solid #94a0b4;
    }

[aria-expanded="false"] > .expanded,
[aria-expanded="true"] > .collapsed {
  display: none;
}
    
    
@media (max-width: 9000px) and (min-width: 768px) {

img.leftimg {
    float: right;
    width: 55%;
    border: 1px solid #721513;
    margin: 0px 0px 20px 30px;
    padding: 15px;
    border-radius: 10px;
}
  .Class-nav__class a {
    min-height: 50px;
}

li.Class-nav__class.hover {
    width: 48%;
    float: left;
    margin: 1% 1%;
}
  .banner04.row .this-mobile img {
    position: absolute;
    top: -65px;
    right: 15px;
    max-width: none;
}
  .car-mach-content.text-white strong {
margin-left: -147px !important;
}

ul.listgallery li {
    width: 33.3333%;
}
ul.listgallery li figure {
    position: relative;
    max-height: 90px;
    overflow: hidden;
    width: 100%;
}


}

