.banner-area .banner-bg {
    background-size: cover;
    height: 100vh;
}

.banner-area .banner-slider2 .banner-bg {
    position: relative;
}

.banner-area .banner-slider2 .banner-bg::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
}

.banner-area .container {
    max-width: 97%;
}

.h-100vh {
    height: 100vh;
}

.banner-area .banner-bg .banner-inner {
    position: absolute;
    top: 46%;
    left: 30%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.banner-style-2 .banner-inner .subtitle {
    font-weight: 400;
    font-size: 35px;
    letter-spacing: 0;
    color: #fff;
    position: relative;
    margin-bottom: 25px;
	display: inline-block;
}
.banner-style-2 .banner-inner .subtitle:before {
    content: '';
    position: absolute;
    height: 10px;
    width: 55%;
    background: #fff;
    bottom: -10px;
}

.banner-style-2 .banner-inner .subtitle:after {
    content: '';
    position: absolute;
    height: 10px;
    width: 55%;
    background: #e3051a;
    bottom: -10px;
    left: 50%;
}

.banner-area .title1, .banner-area .title2 {
    color: #fff;
    font-size: 120px;
    text-transform: capitalize;
    font-weight: 900;
    line-height: 1.0833333333333333;
}

.desktop-left {
    text-align: left;
}

.btn-wrapper {
    display: block;
}
.margin-top-100 {
    margin-top: 100px;
}

.banner-style-2 .banner-inner a {
    font-weight: 500;
    font-size: 22px;
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 15px 35px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
	color: #fff;
}

.banner-style-2 .banner-inner a:hover {
    background: #242424;
    border-color: #242424;
    color: #e3051a;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.banner-style-2 .social-icon {
	
position: absolute;
    margin: 0;
    padding: 0;
    list-style: none;
	
  left: 88% !important;
  top: 50%;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 300px; }
  
 .banner-style-2 .social-icon .icon-list {
    float: left;
    background: transparent !important;
    width: auto;
    height: auto;
    margin-right: 1rem; }
	
@media only screen and (max-width: 1400px) {
    .banner-style-2 .social-icon .icon-list {
        margin-right: 15px; } 
}
		
.banner-style-2 .social-icon .icon-list:hover {
      background: transparent !important; }
      .banner-style-2 .social-icon .icon-list:hover a {
        color: #e3051a !important; 
}
		
.banner-style-2 .social-icon .icon-list a {
      font-weight: 600;
      font-size: 14px;
      color: #242424;
      letter-spacing: 0.35px;
      padding-bottom: 5px; }
.banner-style-2 .social-icon .icon-list a:hover {
        border-bottom: 1px solid #e3051a; 
}

.banner-area .slick-prev,
.banner-area .slick-next {
	background: #fff;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	z-index: 9;
	top: 55%;
}

@media only screen and (max-width: 1400px) {
	.banner-area .slick-prev,
	.banner-area .slick-next {
		top: 60%;
	}
}

.banner-area .slick-prev:hover,
.banner-area .slick-next:hover {
	background: #e3051a;
}

.banner-area .slick-prev:hover:before,
.banner-area .slick-next:hover:before {
	color: #fff;
}

.banner-area .slick-prev::before,
.banner-area .slick-next::before {
	font-family: 'fontawesome';
	color: #e3051a;
}

.banner-area .slick-prev {
	position: absolute;
	left: auto;
	right: -24%;
}

@media only screen and (max-width: 1400px) {
	.banner-area .slick-prev {
		left: auto;
		right: -18%;
	}
}

.banner-area .slick-prev:before {
	content: "\f104";
}

.banner-area .slick-next {
	right: -35%;
}

.banner-area .slick-next:before {
	content: "\f105";
}

.banner-style-2 .slick-prev {
	left: 3%;
	top: 43%;
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
	background: transparent;
}

.banner-style-2 .slick-prev:hover {
	background: transparent;
}

.banner-style-2 .slick-prev:hover:after {
	background: #e3051a;
	content: '';
	width: 37px;
	height: 20px;
	top: 8px;
	border-radius: 10px;
	z-index: -1;
	position: absolute;
	right: -10px;
}

.banner-style-2 .slick-prev:before {
	content: '➜';
	color: #fff;
	font-size: 30px;
}

.banner-style-2 .slick-next {
	left: 3%;
	top: 52%;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	background: transparent;
}

.banner-style-2 .slick-next:hover {
	background: transparent;
}

.banner-style-2 .slick-next:hover:after {
	background: #e3051a;
	content: '';
	width: 37px;
	height: 20px;
	top: 7px;
	border-radius: 10px;
	z-index: -1;
	position: absolute;
	right: -13px;
}

.banner-style-2 .slick-next:before {
	content: '➜';
	color: #fff;
	font-size: 30px;
}


h1 {
    font-size: 48px;
    line-height: 1.0833333333333333;
	margin-top: 0;
	
}


.banner-area .banner-slider2 .slick-dots {
    bottom: 5%;
    text-align: right;
    right: 3%;
}

.banner-area .banner-slider2 .slick-dots li {
	margin: 0 0;
}

.banner-area .banner-slider2 .slick-dots li button {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	border: 2px solid #fff;
	background: #242424;
}

.banner-area .banner-slider2 .slick-dots li.slick-active button {
	background: #e3051a;
}

.animated {
        transition: all 0.5s ease;
    }

.banner-area .banner-slider [data-animation-in] {
	opacity: 0;
	animation-duration: 1s;
	transition: opacity 0.5s ease 0.3s;
}


.home-rolling {
    position: relative;
}

.home-rolling .rolling-content {
    position: relative;
}

.home-rolling .rolling-content .rolling-title {
    font-size: 100px;
    font-weight: 900;
    color: #242424;
    margin-top: -30px;
    margin-bottom: 100px;
    line-height: 90px;
}

.home-rolling .rolling-content p {
    color: #343434;
    font-size: 18px;
    letter-spacing: 0.025em;
    font-weight: 400;
    line-height: 35px;
    padding-right: 35px;
}

.home-rolling .rolling-content .btn-style-2 {
    margin-top: 50px;
    padding: 10px 40px;
}

.home-rolling .rolling-content .btn-style-2 {
    background: transparent;
    border: 1px solid #e3051a;
    color: #e3051a;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 400;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.home-rolling .rolling-content .btn-style-2:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #e3051a;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #fff;
}


.home-rolling .ceramic {
    position: absolute;
    color: #8E8E8E;
    font-size: 20px;
    letter-spacing: 0;
    left: -25px;
    top: 0px;
}

.home2-rolling-slider {
    background: #242424;
}


/*** Package ***/

.package-area {
  padding: 100px 0px;
  background: url("../img/package.png");
  background-size: cover;
  background-position: center; }
  .package-area .top-text {
    margin-bottom: 100px; }
    .package-area .top-text span {
      color: #343434;
      font-size: 22px;
      font-weight: 500;
     }
    .package-area .top-text h1 {
      color: #343434;
      font-size: 90px;
      line-height: 80px;
      font-weight: 900;
      letter-spacing: 0.025em;
      text-transform: capitalize;
      margin-top: 20px; }
	  
     @media only screen and (max-width: 1400px) {
        .package-area .top-text h1 {
          font-size: 80px;
          line-height: 70px;
          padding-top: 20px; } }
    .package-area .top-text .single-item {
      width: 386px;
      height: 456px;
      border: 5px solid #ccc; }
  .package-area .swiper-slider {
    max-width: 1400px; }
    .package-area .swiper-slider.swiper-container {
      width: 100%;
      padding-bottom: 120px;
      position: relative;
      padding-top: 10px; }
      .package-area .swiper-slider.swiper-container .swiper-slide {
        height: auto;
        -webkit-box-shadow: 0px 0px 10px #ccc;
        box-shadow: 0px 0px 10px #ccc;
        background: #fff; }
        .package-area .swiper-slider.swiper-container .swiper-slide .slider-content {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          display: -ms-grid;
          display: grid;
          text-align: center; }
          .package-area .swiper-slider.swiper-container .swiper-slide .slider-content .btn-icon {
            border-radius: 50%;
            background: rgba(227, 5, 26, 0.4);
            width: 108px;
            height: 108px;
            margin: 0 auto; }
            .package-area .swiper-slider.swiper-container .swiper-slide .slider-content .btn-icon a {
              z-index: 99;
              padding: 15px;
              width: 80px;
              height: 80px;
              margin-top: 15px;
              line-height: 47px;
              border-radius: 50%;
              text-align: center;
              background: #e3051a;
              font-weight: 500;
              -webkit-transition: all 0.5s ease;
              -o-transition: all 0.5s ease;
              transition: all 0.5s ease; 
			  color: #fff;
			  
			  }
              .package-area .swiper-slider.swiper-container .swiper-slide .slider-content .btn-icon a i:before {
                font-size: 40px;
                margin-left: -3px; }
          .package-area .swiper-slider.swiper-container .swiper-slide .slider-content span {
            font-size: 31px;
            font-family: #e3051a;
            font-weight: 600;
            letter-spacing: 0.02em;
            margin-top: 30px; }
			
          .package-area .swiper-slider.swiper-container .swiper-slide .slider-content .btn-style-2 {
            font-size: 19px;
            background: #fff;
            color: #242424;
            padding: 8px;
            font-weight: 600;
            margin-top: 30px;
            border: 0px;
            display: none; }
			
            .package-area .swiper-slider.swiper-container .swiper-slide .slider-content .btn-style-2:hover {
              color: #e3051a; }
			  
        .package-area .swiper-slider.swiper-container .swiper-slide img {
          -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in;
          display: none; }
        .package-area .swiper-slider.swiper-container .swiper-slide span {
          color: #818181; }
      .package-area .swiper-slider.swiper-container .swiper-button-next, .package-area .swiper-slider.swiper-container .swiper-button-prev {
        background: #E4E4E4;
        top: 42%;
        width: 50px;
        height: 60px; 
		color: #fff;
		
		}
		
        .package-area .swiper-slider.swiper-container .swiper-button-next:hover, .package-area .swiper-slider.swiper-container .swiper-button-prev:hover {
          background: #e3051a; 
		  color: #fff;
		  
		  }
        .package-area .swiper-slider.swiper-container .swiper-button-next i, .package-area .swiper-slider.swiper-container .swiper-button-prev i {
          font-size: 40px;
          margin-top: 10px; }
      .package-area .swiper-slider.swiper-container .swiper-button-next {
        right: 0%;
        padding-left: 20px; }
      .package-area .swiper-slider.swiper-container .swiper-button-prev {
        left: 0%;
        padding-left: 15px; }
      .package-area .swiper-slider.swiper-container .swiper-slide-active img {
        display: block; }
      .package-area .swiper-slider.swiper-container .swiper-slide-active.image-overlay {
        position: relative; }
        .package-area .swiper-slider.swiper-container .swiper-slide-active.image-overlay:before {
          position: absolute;
          content: '';
          width: 100%;
          height: 100%;
          top: 0;
          background: rgba(227, 5, 26, 0.5); }
        .package-area .swiper-slider.swiper-container .swiper-slide-active.image-overlay .btn-icon {
          background: rgba(255, 255, 255, 0.3) !important; }
          .package-area .swiper-slider.swiper-container .swiper-slide-active.image-overlay .btn-icon a {
            background: #fff;
            color: #e3051a;
            width: 100px;
            height: 100px;
            line-height: 70px; }
			
            .package-area .swiper-slider.swiper-container .swiper-slide-active.image-overlay .btn-icon a i:before {
              font-size: 70px; }
      .package-area .swiper-slider.swiper-container .swiper-slide-active .btn-style-2 {
        display: block !important; }
      .package-area .swiper-slider.swiper-container .swiper-slide-active .btn-icon {
        width: 130px !important;
        height: 130px !important; }
        .package-area .swiper-slider.swiper-container .swiper-slide-active .btn-icon svg {
          fill: #e3051a !important;
          background: #fff !important;
          width: 100px !important;
          height: 100px !important; }
      .package-area .swiper-slider.swiper-container .swiper-slide-active span {
        color: #fff !important; }
  .package-area .swiper-pagination-bullet {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #242424;
    border-radius: 50%;
    display: inline-block;
    height: 12px;
    opacity: 1;
    width: 12px; }
  .package-area .swiper-pagination-bullet-active {
    background: #e3051a;
    border: medium none;
    height: 12px;
    opacity: 1;
    width: 12px; 
}
	
/*** Pricing ***/

.pricing-area {
  margin-bottom: 100px; }
  .pricing-area .content {
    margin: 100px 0px;
    text-align: center; }
    .pricing-area .content h1 {
      font-size: 50px;
      font-weight: 900;
      text-align: center;
      letter-spacing: 0.025em;
      color: #242424; }
    .pricing-area .content span {
      font-size: 22px;
      font-weight: 500;
      letter-spacing: 0.025em;
      color: #242424; }
  .pricing-area .content-bottom {
    background: #343434;
    width: 100%;
    padding-bottom: 40px;
    -webkit-box-shadow: -12px 0px 20px rgba(0, 0, 0, 0.3);
    box-shadow: -12px 0px 20px rgba(0, 0, 0, 0.3); }
    .pricing-area .content-bottom h1 {
      background: #F3F3F3;
      text-align: center;
      color: #343434;
      font-weight: 600;
      padding: 15px;
      font-size: 32px;
      text-transform: uppercase; }
    .pricing-area .content-bottom ul {
     padding-top: 40px;
    padding-left: 0;
    margin: 0;


	  }
      .pricing-area .content-bottom ul li {
        list-style: none;
        text-align: center;
        line-height: 56px;
        color: #818181;
        font-weight: 300;
        font-size: 22px;
        position: relative; }
        .pricing-area .content-bottom ul li span {
          font-size: 93px;
          margin-top: -20px; }
        .pricing-area .content-bottom ul li:last-child {
          margin: 50px 0px; }
    .pricing-area .content-bottom .btn {
      border: 1px solid #818181;
      color: #818181;
      padding: 10px 20px;
      font-size: 19px; }
    .pricing-area .content-bottom.active {
      background: #fff;
      border: 1px solid #ccc; }
      .pricing-area .content-bottom.active h1 {
        background: #e3051a;
        color: #fff; }
      .pricing-area .content-bottom.active .btn {
        margin-top: 50px;
        color: #fff;
        background: #e3051a;
        border: 0px; }
		
		
    .pricing-area .content-bottom:hover {
      background: #fff;
      border: 1px solid #ccc; }
      .pricing-area .content-bottom:hover h1 {
        background: #e3051a;
        color: #fff; }
      .pricing-area .content-bottom:hover .btn {
        margin-top: 50px;
        color: #fff;
        background: #e3051a;
        border: 0px; }
  .pricing-area .slick-prev, .pricing-area .slick-next {
    background: #818181;
    width: 35px;
    height: 35px;
    border-radius: 50%; }
    .pricing-area .slick-prev:hover, .pricing-area .slick-next:hover {
      background: #e3051a; }
      .pricing-area .slick-prev:hover:before, .pricing-area .slick-next:hover:before {
        color: #fff; }
  .pricing-area .slick-prev {
    position: absolute;
    z-index: 999;
    left: 47%;
    top: 120%; }
    .pricing-area .slick-prev:before {
      content: "\f104";
      font-family: 'fontawesome'; }
  .pricing-area .slick-next {
    position: absolute;
    right: 47%;
    top: 120%;
    z-index: 999; }
    .pricing-area .slick-next:before {
      content: "\f105";
      font-family: 'fontawesome'; 
}
.desktop-center {
    text-align: center;
}

.btn-wrapper {
    display: block;
}

.btn-style-2 {
    background: transparent;
    border: 1px solid #e3051a;
    color: #e3051a;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 400;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.title-content h1 {
    font-size: 50px;
    font-weight: 900;
    text-align: center;
    letter-spacing: 0.025em;
    line-height: 1.0833333333333333;
}

.title-content span {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.025em;
    color: #242424;
}

.single-tour-box {
	margin-bottom: 30px;
}
.single-tour-box img {
	-webkit-box-shadow: 0px 0px 6px #ccc!important;
    box-shadow: 0px 0px 6px #ccc!important;
}

.single-tour-box .content-bottom {
    margin-top: 40px;
}
.single-tour-box .content-bottom .title {
    font-size: 30px;
    font-weight: 600;
    color: #242424;
    text-align: left;
    margin-bottom: 40px;
    position: relative;
}
.single-tour-box .content-bottom .title:before {
    content: '';
    height: 3px;
    background: #e3051a;
    width: 70%;
    bottom: -40%;
    position: absolute;
}

.single-tour-box .content-bottom span.text {
    font-size: 18px;
    font-weight: 400;
    color: #242424;
    text-align: left;
    letter-spacing: 0.025em;
}

.tour-last-grid {
	padding-left: 20px;
}

/*** Testimonials ***/

.customer-area {
  position: relative;
  margin-bottom: 150px; }
  .customer-area .quote-image-menu {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%; 
	padding-left: 0;
    list-style: none;
    margin: 0;
	}
    .customer-area .quote-image-menu img {
      border-radius: 6px;
      -webkit-box-shadow: 0px 0px 10px #ccc;
      box-shadow: 0px 0px 10px #ccc; }
    .customer-area .quote-image-menu li:nth-child(1) img {
      width: 66px;
      height: 66px;
      position: absolute;
      top: 40%;
      left: 7%; }
    .customer-area .quote-image-menu li:nth-child(2) img {
      width: 26px;
      height: 26px;
      position: absolute;
      top: 49%;
      left: 23%; }
    .customer-area .quote-image-menu li:nth-child(3) img {
      width: 26px;
      height: 26px;
      position: absolute;
      top: 90%;
      left: 40%; }
    .customer-area .quote-image-menu li:nth-child(4) img {
      width: 90px;
      height: 90px;
      position: absolute;
      top: 64%;
      left: 34%; }
    .customer-area .quote-image-menu li:nth-child(5) img {
      width: 56px;
      height: 56px;
      position: absolute;
      top: 49%;
      left: 55%; }
    .customer-area .quote-image-menu li:nth-child(6) img {
      width: 40px;
      height: 40px;
      position: absolute;
      top: 65%;
      left: 70%; }
    .customer-area .quote-image-menu li:nth-child(7) img {
      width: 58px;
      height: 58px;
      position: absolute;
      top: 86%;
      left: 55%; }
    .customer-area .quote-image-menu li:nth-child(8) img {
      width: 52px;
      height: 52px;
      position: absolute;
      top: 80%;
      left: 80%; }
    .customer-area .quote-image-menu li:nth-child(9) img {
      width: 52px;
      height: 52px;
      position: absolute;
      top: 80%;
      left: 5%; }
    .customer-area .quote-image-menu li:last-child:before {
      position: absolute;
      content: '';
      background: url("../img/quote-bg.png");
      width: 140px;
      height: 80px;
      top: 78%;
      left: -2%; }
  .customer-area .content h1 {
    font-size: 52px;
    font-weight: 900;
    text-transform: capitalize;
    text-align: center;
    position: relative; }
    .customer-area .content h1 span {
      display: block;
      color: #e3051a; }
    .customer-area .content h1:before {
      content: '';
      position: absolute;
      height: 8px;
      background: #e3051a;
      width: 20%;
      top: -15px; }
  .customer-area .quote-slider {
 }
    .customer-area .quote-slider .quote {
      position: relative;
      text-align: center; }
    .customer-area .quote-slider .single-item i {
      color: #e3051a;
      font-size: 25px;
      border: 4px solid #000;
      width: 56px;
      height: 56px;
      padding-top: 14px;
      margin-bottom: 100px; }
    .customer-area .quote-slider .single-item .image {
      float: left;
      width: 142px;
      height: 141px;
      border: 6px solid #FCFCFC;
      margin-right: 13%;
      -webkit-box-shadow: 0px 0px 7px #ccc;
      box-shadow: 0px 0px 7px #ccc;
      margin-left: 10px; }
      .customer-area .quote-slider .single-item .image img {
        width: 132px;
        height: 131px; }
    .customer-area .quote-slider .single-item .content {
      display: -ms-grid;
      display: grid; }
      .customer-area .quote-slider .single-item .content p {
        color: #343434;
        font-size: 18px;
        font-weight: 400;
        padding-right: 30px; }
      .customer-area .quote-slider .single-item .content .quote-name {
        font-size: 20px;
        font-weight: 600;
        color: #242424;
        margin-top: 50px; }
    .customer-area .quote-slider .slick-prev {
      display: none !important; }
    .customer-area .quote-slider .slick-next {
      left: 0;
      top: 91%;
      left: 6.5%; }
      @media only screen and (max-width: 1400px) {
        .customer-area .quote-slider .slick-next {
          left: 9%;
          top: 92%; } }
      .customer-area .quote-slider .slick-next:before {
        color: #242424;
        font-size: 50px;
        background: #e3051a;
        color: #fff;
        padding: 8px 25px; }
		
.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-top-30 {
    margin-top: 30px;
}
	

.home-contact .contact-right {
    padding: 0px 43px 43px 43px;
    margin-top: 210px; }
 
 .form-field label {
      font-weight: 500px;
      font-size: 24px;
      color: #242424;
      margin-bottom: 17px; }
	  
.form-field .input-form	  {
	height: 70px!important;
}
.form-field .input-form, .form-field textarea {
      width: 100%;
      border-radius: 4px;
      border: 2px solid #EFEFEF!important;
      padding-left: 35px!important;
      font-weight: 400;
      color: #343434!important;
      font-size: 18px!important;
		    background: transparent!important;
	  }
	  
.form-field textarea {
      height: 145px!important; }

.sm-btn {
    width: 244px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


element.style {
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.sm-btn {
    width: 244px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.sm-btn, .lg-btn {
    height: 70px!important;
    border-radius: 4px;
    background: #e3051a;
    font-weight: 600;
    font-size: 28px!important;
    -webkit-box-shadow: 10px 0px 20px rgba(227, 5, 26, 0.3);
    box-shadow: 10px 0px 20px rgba(227, 5, 26, 0.3);
    line-height: 50px;
}

div.wpcf7 .ajax-loader {
	display: none!important;
}


.contact-title h1 {
    background: #fff;
    -webkit-box-shadow: 0px 0px 15px #ccc;
    box-shadow: 0px 0px 15px #ccc;
    margin: 0 auto;
    width: 470px;
    font-size: 55px;
    font-weight: 700;
    letter-spacing: 0;
    border-left: 15px solid #e3051a;
    padding: 10px;
    position: absolute;
    bottom: -126px;
    left: 36%;
    z-index: 9999;
}

.home-contact-wrapper {
	padding: 0px 40px 40px 40px;
    margin-top: 185px;
}

@media only screen and (min-width: 1651px) {
.contact-title h1 {
    width: 600px;
    padding-bottom: 15px;
}
}

.sm-btn:hover {
    -webkit-box-shadow: 10px 0px 20px rgba(227, 5, 26, 0.5);
    box-shadow: 10px 0px 20px rgba(227, 5, 26, 0.5);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.brand-area .brant-item {
  width: 20%;
  float: left;
  margin: 150px 0px 95px 0px;
  text-align: center; 
 }
  .brand-area .brant-item img {
    max-width: 116px;
    max-height: 92px; 
}

/*** Experience Box ***/

.experience-area .single-experience {
  margin-bottom: 40px; 
  text-align: center;
 }
 
.experience-area .single-experience .icon {
    width: 79px;
    height: 79px;
    margin: 0 auto;
    position: relative;
    background: #e3051a;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-radius: 50%; 
}
.experience-area .single-experience .icon:before {
      position: absolute;
      background: rgba(227, 5, 26, 0.3);
      width: 100px;
      height: 100px;
      content: "";
      z-index: -1;
      left: -10px;
      top: -10px;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      border-radius: 50%; 
}

.experience-area .single-experience .icon i {
      line-height: 80px;
      font-size: 35px; 
	  color: #fff;
}

.experience-area .single-experience .icon i:hover {
        opacity: 0.8; 
}
 .experience-area .single-experience .content {
    margin-top: 43px; 
}
.experience-area .single-experience .title {
    font-size: 25px;
    font-weight: 400;
}
	
	
/*** About Video ***/

.about-video {
  background: #FCFCFC;
  position: relative; 
}
  .about-video-img {
    background-position: center;
    position: relative; 
}
.about-video-img h4 {
  text-align: center;
  bottom: 40px;
  position: absolute;
  color: #fff;
  margin: 0 auto;
  width: 100%;
  font-size: 45px;
  font-weight: 600; 
}

.about-video-text {
    padding-right: 161px; 
}

.about-video-text h3 {
      margin-top: 65px;
      font-size: 65px;
      font-weight: 800; 
}

@media only screen and (max-width: 1400px) {
     .about-video-text h3 {
        font-size: 60px; } 
}
.about-video-text h6 {
  font-size: 25px;
  font-weight: 600;
  margin-top: 28px;
  margin-bottom: 5px;
}
.about-video-text p {
  line-height: 25px;
  font-size: 18px;
  color: #343434;
  font-weight: 400;
  line-height: 35px; 
}
  
.about-video-text p span {
font-size: 20px;
color: #e3051a;
margin: 45px 0px 30px 0px;
float: left; 
}

@media only screen and (max-width: 1400px) {
  .about-video-text p span {
	margin: 30px 0px; 
	} 
}

.about-video-btn {
    position: absolute;
    top: 45%;
    left: 54%;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 112px;
    line-height: 100px;
    font-size: 27px;
    height: 112px;
    background: #e3051a;
    text-align: center;
    border-radius: 50%; 
}
    .about-video-btn:before {
      content: "\A";
      border-style: solid;
      border-width: 22px;
      border-color: rgba(255, 255, 255, 0.5);
      position: absolute;
      right: -19px;
      top: -19px;
      width: 150px;
      height: 150px;
      border-radius: 50%;
      cursor: pointer;
      -webkit-animation: pulse 1s infinite;
      animation: pulse 1s infinite; 
}
.about-video-btn a {
	color: #fff!important;
}

.about-video-sec-wrap  {
	padding-top: 0!important;
    padding-bottom: 0!important;
}

/** Explore **/

.explore-wrap .elementor-column-wrap {
	padding: 0!important;
}


.explore-area .explore_left img {
    min-height: 151px; 
}

.explore_right {
    padding-top: 85px; 
	
}

@media only screen and (max-width: 1400px) {
      .explore_right {
        padding-top: 70px; } 
		
}

.explore_right h1 {
  font-size: 65px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 55px; 
}
	  
	  
@media only screen and (max-width: 1400px) {
	.explore_right h1 {
	  margin-bottom: 40px;
	  font-size: 55px; 
} 

}

.explore_right p {
      font-weight: 400;
      font-size: 18px;
      line-height: 25px;
      color: #343434;
      margin-bottom: 100px; 
}

@media only screen and (max-width: 1400px) {
	.explore_right p {
	  margin-bottom: 65px;
	  font-size: 15px; 
} 

}
		  
.button-explore {
    padding: 27px 68px;
    background: #e3051a;
    border-radius: 3px;
    font-size: 30px;
    line-height: 50px;
    font-weight: 500;
    -webkit-box-shadow: 8px 1px 20px rgba(227, 5, 26, 0.3)!important;
    box-shadow: 8px 1px 20px rgba(227, 5, 26, 0.3)!important;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	color: #fff!important;
}		  

.button-explore:hover {
    -webkit-box-shadow: 8px 1px 20px rgba(227, 5, 26, 0.6)!important;
    box-shadow: 8px 1px 20px rgba(227, 5, 26, 0.6)!important;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


/*** Fun facts ***/

.fun-facts .fun-content {
  position: relative;
  min-height: 300px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; 
}
  .fun-facts .fun-content .fun-text {
    position: absolute;
    bottom: 20px;
    left: 22px; 
}
    .fun-facts .fun-content .fun-text h4 {
      color: #fff;
      font-size: 25px;
      font-weight: 500; 
}
    .fun-facts .fun-content .fun-text p {
      font-size: 18px;
      font-weight: 400;
      line-height: 10px; 
	  color: #fff!important;
}

.fun-facts .fun-content:hover:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }

.fun-facts .fun-title h1 {
  font-size: 65px;
  font-weight: 700;
  text-align: center;
  color: #343434;
  margin-bottom: 65px; 
}

@media only screen and (max-width: 1400px) {
    .fun-facts .fun-title h1 {
      font-size: 50px; } 
}

	  
/*** Trail Slider ***/

.trail-slider {
	width: 100%;
}

.trail-slider .slider-item {
	width: 50%;
	float: left;
}

.trail-slider .slider-item .img-part {
	position: relative;
}

.trail-slider .slider-item .img-part .hover-element {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity: 0;
}

.trail-slider .slider-item .img-part .hover-element span {
	color: #fff;
	font-size: 45px;
	letter-spacing: 0;
	font-weight: 300;
	text-transform: capitalize;
}

.trail-slider .slider-item .img-part .hover-element a {
	width: 66px;
	height: 66px;
	border-radius: 50%;
	line-height: 66px;
	text-align: center;
	background: #fff;
	font-size: 25px;
	padding: 12px 15px;
	color: #e3051a;
	-webkit-transition: all .4s ease-in;
	-o-transition: all .4s ease-in;
	transition: all .4s ease-in;
}

.trail-slider .slider-item .img-part .hover-element a:hover {
	color: #fff;
	background: #e3051a;
	-webkit-transition: all .4s ease-in;
	-o-transition: all .4s ease-in;
	transition: all .4s ease-in;
}

.trail-slider .slider-item .img-part:hover:before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.trail-slider .slider-item .img-part:hover .hover-element {
	opacity: 1;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.trail-slider .slider-item .text-part {
	font-weight: 400;
	font-size: 18px;
	line-height: 29px;
	letter-spacing: 0.025;
}

.trail-slider .slider-item .text-part p {
	color: #242424;
	text-align: center;
	padding: 20px 0px;
}

.trail-slider .slick-prev {
	left: -76px;
}

.trail-slider .slick-prev:before {
	content: "\f104";
	font-family: 'fontawesome';
}

.trail-slider .slick-next {
	right: -76px;
}

.trail-slider .slick-next:before {
	content: "\f105";
	font-family: 'fontawesome';
}

.trail-slider .slick-prev,
.trail-slider .slick-next {
	background: #343434;
	top: 38%;
	width: 76px;
	height: 76px;
}

.trail-slider .slick-prev:hover,
.trail-slider .slick-next:hover {
	background: #E3051A;
}

.trail-slider .slick-prev:before,
.trail-slider .slick-next:before {
	font-size: 34px;
	opacity: 1;
}

.trail-slider .slick-slide {
	margin: 0 5px;
}

.trail-slider .slick-list {
	margin: 0 -5px;
}

/***  Trail Video section ***/

.trail-video {
	width: 100%;
	min-height: 500px;
	background-size: cover;
	position: relative;
}

.trail-video .video-content {
	position: absolute;
	top: 60%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
}

.trail-video .video-content .page-title {
	font-size: 45px;
	font-weight: 500;
	color: #fff;
	text-transform: none;
}

.trail-video .video-content .video-btn {
	width: 130px;
	height: 50px;
	border-radius: 3px solid #e3051a;
	background: #e3051a;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 27px;
	text-transform: uppercase;
	padding: 10px 25px;
	margin-top: 100px;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.trail-video .video-content .video-btn:hover {
	-webkit-box-shadow: 10px 0px 20px rgba(227, 5, 26, 0.6);
	box-shadow: 10px 0px 20px rgba(227, 5, 26, 0.6);
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.trail-video .video-content .video-btn i {
	padding-right: 18px;
}

.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
    padding-left: 0!important;
	padding-right: 0!important;
	padding-top: 0!important
}


/*** Event Widget ***/

.event-slider-area .single-item {
	width: 100%;
}

.event-slider-area .single-item .item-left {
	width: 42%;
	float: left;
}

.event-slider-area .single-item .item-right {
	width: 58%;
	float: left;
}

.event-slider-area .single-item .item-right img {
	min-height: 400px;
}

.event-slider-area .left {
	margin-left: 18%;
	margin-right: 2%;
}

.event-slider-area .left .time {
	-webkit-box-shadow: 0px 0px 15px #ccc;
	box-shadow: 0px 0px 15px #ccc;
	width: 20%;
	margin-top: 30px;
	padding-bottom: 12px;
	text-align: center;
	margin-bottom: 30px;
}

@media only screen and (max-width: 1400px) {
	.event-slider-area .left .time {
		margin-bottom: 20px;
		margin-top: 25px;
	}
}

.event-slider-area .left .time h3 {
	color: #e3051a;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	position: relative;
	padding: 10px;
	font-size: 22px;
}

@media only screen and (max-width: 1400px) {
	.event-slider-area .left .time h3 {
		font-size: 18px;
	}
}

.event-slider-area .left .time h3:before {
	position: absolute;
	content: '';
	height: 1px;
	background: #e3051a;
	width: 30%;
	bottom: 0px;
	left: 35%;
}

.event-slider-area .left .time span {
	color: #e3051a;
	font-weight: 500;
	font-size: 17px;
}

@media only screen and (max-width: 1400px) {
	.event-slider-area .left .time span {
		font-size: 14px;
	}
}

.event-slider-area .left p {
	color: #242424;
	font-weight: 400;
	font-size: 18px;
	margin-top: 15px;
}

@media only screen and (max-width: 1400px) {
	.event-slider-area .left p {
		font-size: 15px;
	}
}

.event-slider-area .left .text {
	color: #e3051a;
	font-weight: 400;
	font-size: 22px;
}

@media only screen and (max-width: 1400px) {
	.event-slider-area .left .text {
		font-size: 18px;
	}
}

.sm-btn, .lg-btn {
    height: 70px;
    border-radius: 4px;
    background: #e3051a;
    font-weight: 600;
    font-size: 28px;
    -webkit-box-shadow: 10px 0px 20px rgba(227, 5, 26, 0.3);
    box-shadow: 10px 0px 20px rgba(227, 5, 26, 0.3);
    line-height: 50px;
}

.sm-btn:hover {
    -webkit-box-shadow: 10px 0px 20px rgba(227, 5, 26, 0.5);
    box-shadow: 10px 0px 20px rgba(227, 5, 26, 0.5);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}



.event-slider-area .left .sm-btn {
    font-size: 20px!important;
    width: auto;
    padding: 0px 40px;
    height: auto!important;
    margin-top: 20px;
    color: #fff;
    line-height: 50px;
}

@media only screen and (max-width: 1400px) {
	.event-slider-area .left .sm-btn {
		margin-top: 5px;
		line-height: 40px;
		font-size: 16px;
	}
}

.event-slider-area .slick-dots {
	bottom: 60px;
	text-align: right;
	right: 12%;
}

.event-slider-area .slick-dots li {
	margin: 0 3px;
}

.event-slider-area .slick-dots li button {
	border: 1px solid #fff;
	width: 14px;
	height: 14px;
	border-radius: 50%;
}

.event-slider-area .slick-dots .slick-active button {
	background: #e3051a;
	border: 1px solid #e3051a;
}

.event-slider-area .slick-prev,
.event-slider-area .slick-next {
	background: #e3051a;
	width: 70px;
	height: 54px;
}

.event-slider-area .slick-prev:hover,
.event-slider-area .slick-next:hover {
	background: #e3051a;
}

.event-slider-area .slick-prev:hover:before,
.event-slider-area .slick-next:hover:before {
	color: #fff;
}

.event-slider-area .slick-prev {
	position: absolute;
	z-index: 999;
	right: 58%;
	bottom: -27px;
	top: auto;
	left: auto;
}

.event-slider-area .slick-prev:before {
	content: "\f104";
	font-family: 'fontawesome';
	font-size: 40px;
}

.event-slider-area .slick-next {
	position: absolute;
	left: 42%;
	top: auto;
	bottom: 25px;
	z-index: 999;
}

.event-slider-area .slick-next:before {
	content: "\f105";
	font-family: 'fontawesome';
	font-size: 40px;
}

/*** Tab event ***/

.event-tab {
	margin: 100px 0px;
}

.event-tab .tab-accordion {
	border-bottom: 2px solid #EDEDED;
	height: calc(100% + 2px);
}

.event-tab .tab-accordion .tab ul {
	padding: 0px;
	margin: 0px;
}

.event-tab .tab-accordion .tab ul li {
	list-style: none;
	float: left;
	background: #FCFCFC;
	padding: 20px 100px;
	color: #818181;
	margin-right: 15px;
	cursor: pointer;
}

.event-tab .tab-accordion .tab ul li.active {
	border-top: 4px solid #e3051a;
	padding: 18px 100px;
}

.event-tab .tab-content {
	margin-top: 100px;
}

.event-tab .tab-content .inactive {
	display: none;
}

.event-tab .tab-content .active {
	display: block;
}

.event-tab .tab-content .tab li {
	cursor: pointer;
}

.event-tab .tab-content .event-left-content {
	width: 100%;
	float: left;
	padding: 0px 15px;
}

.event-tab .tab-content .event-left-content .img-item {
	-webkit-box-shadow: 0px 0px 15px #ccc;
	box-shadow: 0px 0px 15px #ccc;
	background: #fff;
	margin-bottom: 50px;
}

.event-tab .tab-content .event-left-content .img-item .img-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-left: 10px solid #e3051a;
}

.event-tab .tab-content .event-left-content .img-item .img-left .time {
	-webkit-box-shadow: 0px 0px 15px #ccc;
	box-shadow: 0px 0px 15px #ccc;
	width: 20%;
	margin-top: -10px;
	padding-bottom: 12px;
	text-align: center;
	margin-bottom: 30px;
	position: absolute;
	z-index: 9999;
	background: #fff;
	margin-left: 30px;
	top: 0;
}

.event-tab .tab-content .event-left-content .img-item .img-left .time h3 {
	color: #e3051a;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	position: relative;
	padding: 10px;
	font-size: 22px;
}

@media only screen and (max-width: 1400px) {
	.event-tab .tab-content .event-left-content .img-item .img-left .time h3 {
		font-size: 18px;
	}
}

.event-tab .tab-content .event-left-content .img-item .img-left .time h3:before {
	position: absolute;
	content: '';
	height: 1px;
	background: #e3051a;
	width: 30%;
	bottom: 0px;
	left: 35%;
}

.event-tab .tab-content .event-left-content .img-item .img-left .time span {
	color: #e3051a;
	font-weight: 500;
	font-size: 17px;
}

@media only screen and (max-width: 1400px) {
	.event-tab .tab-content .event-left-content .img-item .img-left .time span {
		font-size: 14px;
	}
}

.event-tab .tab-content .event-left-content .img-item .content {
	color: #818181;
	padding-left: 12%;
	border-left: 1px solid #242424;
	margin: 20px;
}

.event-tab .tab-content .event-left-content .img-item .content .text {
	font-size: 18px;
	color: #343434;
	letter-spacing: 0.01em;
	font-weight: 500;
}

.event-tab .tab-content .event-left-content .img-item .content h4 {
	color: #818181;
	font-size: 16px;
	letter-spacing: 0.01em;
	font-weight: 600;
	margin-top: 25px;
}

.event-tab .tab-content .event-left-content .img-item .content p {
	font-size: 18px;
	letter-spacing: 0.01em;
	font-weight: 400;
	color: #242424;
	margin-top: 10px;
}

/*** Button ****/

.btn-medium {
    font-size: 19px!important;
    padding: 6px 26px!important;
}

.btn-normal {
    font-size: 15px!important;
    padding: 6px 20px!important;
}

.btn-lg {
    font-size: 23px!important;
    padding: 6px 35px!important;
}

.btn-red {
    background: #e3051a;
    -webkit-box-shadow: 0px 7px 10px rgba(227, 5, 26, 0.3)!important;
    box-shadow: 0px 7px 10px rgba(227, 5, 26, 0.3)!important;
    color: #fff!important;
}
.btn-red:hover {
    -webkit-box-shadow: 0px 7px 30px rgba(227, 5, 26, 0.5)!important;
    box-shadow: 0px 7px 30px rgba(227, 5, 26, 0.5)!important;
	color: #fff;
}
.btn-element {
    letter-spacing: 0!important;
    font-weight: 400;
    border-radius: 4px!important;
}
.btn-second {
    color: #343434!important;
    border: 1px solid #343434!important;
}
.btn-second:hover {
    opacity: 0.5;
    color: #343434;
}

.btn-gray {
    background: #D6D6D6!important;
    -webkit-box-shadow: 0px 7px 10px rgba(214, 214, 214, 0.3)!important;
    box-shadow: 0px 7px 10px rgba(214, 214, 214, 0.3)!important;
    color: #343434!important;
}

.btn-active {
    color: #e3051a!important;
    border: 1px solid #e3051a!important;
}
.btn-active:hover {
    opacity: 0.5;
    color: #e3051a;
}

.btn-disabled {
    color: #D5D5D5!important;
    border: 1px solid #D5D5D5!important;
}



/** Alert ***/

.alert-area .border-alert {
	background: #FFF1F2!important;
    height: auto!important;
	font-size: 1rem!important;
	border: 1px solid #dc3545!important;
}

.alert-area .form-control {
    padding: 20px 15px!important;
	
}

.alert-area .invalid-feedback.close-icon, .alert-area .valid-feedback.close-icon {
    position: absolute;
    width: 34px;
    bottom: 80%;
    right: -4px;
    margin-top: 0;
    height: 34px;
    background: #e3051a;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 34px;
    cursor: pointer;
}

.alert-area h2 {
	font-size: 30px;
	color: #4A4A4A;
	font-weight: 600;
	letter-spacing: 0;
}

.alert-area .valid-feedback.feedback-icon {
	position: absolute;
	width: auto;
	bottom: 35%;
	right: 20px;
	margin-top: 0;
	color: #242424;
}

.alert-area .invalid-feedback.feedback-icon {
	position: absolute;
	width: auto;
	bottom: 50%;
	right: 20px;
	margin-top: 0;
}

.alert-area .invalid-feedback.close-icon,
.alert-area .valid-feedback.close-icon {
	position: absolute;
	width: 34px;
	bottom: 80%;
	right: -4px;
	margin-top: 0;
	height: 34px;
	background: #e3051a;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 34px;
	cursor: pointer;
}

.alert-area .valid-feedback.cookies-icon {
	position: absolute;
	width: 34px;
	bottom: 22%;
	right: -30px;
	margin-top: 0;
	height: 34px;
	color: #e3051a;
	border-radius: 50%;
	text-align: center;
	font-size: 20px;
	line-height: 34px;
	cursor: pointer;
}

.alert-area .invalid-feedback.wrong-btn {
	position: absolute;
	width: auto;
	bottom: 15%;
	right: -100px;
	margin-top: 0;
	height: auto;
	background: #FFE8E8;
	color: #e3051a;
	text-align: center;
	line-height: 34px;
	border-radius: 8px;
	padding: 5px 10px;
}

.alert-area .valid-feedback.cookies-btn {
	position: absolute;
	width: auto;
	bottom: 15%;
	right: 30px;
	margin-top: 0;
	height: auto;
	background: #D6D6D6;
	color: #7F7F7F;
	text-align: center;
	line-height: 34px;
	border-radius: 8px;
	padding: 5px 20px;
}

.alert-area .valid-feedback.alert-icon-btn {
	position: absolute;
	width: auto;
	top: 15%;
	left: 0;
	margin-top: 0;
	font-size: 20px;
	height: auto;
	color: #7F7F7F;
	line-height: 34px;
	border-radius: 8px;
	padding: 5px 20px;
}

.alert-area .custom-select.is-valid,
.alert-area .form-control.is-valid,
.alert-area .was-validated .custom-select:valid,
.alert-area .was-validated .form-control:valid {
	border-color: #E0E0E0!important;
}


.alert-area .basic-alert {
	border: none;
	background: #EFEFEF!important;
	height: auto!important;
}

.alert-area .basic-alert-icon {
	border: none;
	background: #EFEFEF!important;
	padding-left: 65px!important;
}

.alert-area .wrong-alert {
	color: #e3051a!important;
}

.alert-area .wrong-info ::-webkit-input-placeholder {
	color: #e3051a;
	opacity: 1;
}

.alert-area .wrong-info :-ms-input-placeholder {
	color: #e3051a;
	opacity: 1;
}

.alert-area .wrong-info ::-ms-input-placeholder {
	color: #e3051a;
	opacity: 1;
}

.alert-area .wrong-info ::placeholder {
	color: #e3051a;
	opacity: 1;
}

.alert-area .cookies-alert {
	background: transparent;
}

.alert-area textarea {
	resize: none;
}

/*** Typography ***/

.typography-heading {

  margin-top: 100px;
  padding-bottom: 80px; }
  .typography-heading .heading-title {
    font-weight: 400;
    font-size: 30px;
    letter-spacing: 0.025em;
    color: #646464; }
  .typography-heading .weight {
    font-size: 30px;
    font-weight: 400;
    right: 0;
    position: absolute; }
  .typography-heading p {
    color: #646464; }
  .typography-heading .p1 {
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0.010em;
    color: #242424; }
  .typography-heading .p2 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.025em;
    color: #646464; }
  .typography-heading .p3 {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.01em;
    color: #242424; }

.heading1 {
  font-size: 100px;
  font-weight: 900;
  color: #646464;
  letter-spacing: 0.025em;
 }

.heading2 {
  font-size: 90px;
  font-weight: 900;
  color: #646464;
  letter-spacing: 0.025;
}

.heading3 {
  font-size: 75px;
  font-weight: 900;
  color: #646464;
  letter-spacing: 0.025;
}

.heading4 {
  font-size: 55px;
  font-weight: 900;
  color: #646464;
  letter-spacing: 0.025;
}

.typoquote-area {
  position: relative; }
  
  .typoquote-area .count {
    font-size: 71px;
    font-weight: 700;
    color: #818181;
    margin-top: 150px; }
  .typoquote-area .quote-slider .single-item i {
    color: #e3051a;
    font-size: 34px;
    text-align: center;
    width: 100%;
    margin-bottom: 100px; }
  .typoquote-area .quote-slider .single-item .image {
    float: left;
    width: 142px;
    height: 141px;
    border: 5px solid #F1F1F1;
    margin-right: 20px; }
    .typoquote-area .quote-slider .single-item .image img {
      width: 132px;
      height: 131px; }
  .typoquote-area .quote-slider .single-item .content {
    display: -ms-grid;
    display: grid; }
    .typoquote-area .quote-slider .single-item .content p {
      color: #343434;
      font-size: 18px;
      font-weight: 400; }
    .typoquote-area .quote-slider .single-item .content .quote-name {
      font-size: 20px;
      font-weight: 600;
      color: #242424;
      margin-top: 50px; }
  .typoquote-area .quote-slider .slick-prev {
    display: none !important; }
  .typoquote-area .quote-slider .slick-next {
    left: 0;
    top: 300px; }
    .typoquote-area .quote-slider .slick-next:before {
      color: #242424;
      font-size: 50px; }
  .typoquote-area:before {
    position: absolute;
    content: '\A';
    background: #818181;
    width: 16%;
    top: 73%;
    left: 0;
    height: 10px; }


/*** About Slider ***/

.home-about {
	margin-bottom: 100px;
	position: relative;
	/* the slides */
	/* the parent */
}

.home-about .about-title {
	font-size: 100px;
	font-weight: 900;
	color: #242424;
	margin-top: 82px;
	margin-bottom: 70px;
	margin-left: 5%;
}

.home-about .about-title.about-title {
	margin-top: 50px;
}

@media only screen and (max-width: 1400px) {
	.home-about .about-title {
		margin-left: 1%;
		font-size: 80px;
	}
}

.home-about .about-image {
	position: relative;
}

.home-about .about-image .overlay-content {
	position: absolute;
	background: rgba(0, 0, 0, 0.75);
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 18px;
	letter-spacing: 0.45px;
	line-height: 35px;
	width: 100%;
	left: 35% !important;
	padding: 40px 30px;
}

.home-about .about-image span {
	position: absolute;
	width: 10px;
	height: 140px;
	background: #E3051A;
	top: -62px;
	left: 91px;
}

.home-about .about-image-1:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 46px;
	left: 50px;
	background: rgba(229, 229, 229, 0.25);
	z-index: -1;
}

.home-about .about-image-1 .overlay-content {
	width: 80%;
	left: 50% !important;
}

.home-about .home-about-slider .single-item img {
	position: relative;
}

.home-about .home-about-slider .single-item h3 {
	position: relative;
	background: #E3051A;
	color: #fff;
	bottom: 45px;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.025em;
	padding: 14px 0px;
	text-align: center;
	width: 100%;
}

.home-about .slick-prev:before,
.home-about .slick-next:before {
	color: #E3051A;
	font-size: 30px;
	font-weight: bold;
}

.home-about .slick-prev,
.home-about .slick-next {
	top: 100%;
	z-index: 999;
}

.home-about .slick-prev {
	left: 0;
}

.home-about .slick-next {
	right: 4px;
}

.home-about .slick-next:before {
	content: "\f178";
	font-family: "fontawesome";
}

.home-about .slick-dots {
	bottom: -18px;
}

.home-about .slick-dots li {
	border: 1px solid #ccc;
	border-radius: 50%;
	width: 15px;
	height: 15px;
}

.home-about .slick-dots li button:before {
	content: '';
}

.home-about .slick-dots li.slick-active {
	background: #E3051A;
	border: 1px solid #E3051A;
}

.home-about .slick-active button:before {
	color: #E3051A!important;
}

.home-about .ceramic {
	position: absolute;
	color: #8E8E8E;
	font-size: 20px;
	letter-spacing: 0;
	right: 40px;
	top: 33%;
}

.home-about .slick-prev:before {
	content: "\f177";
	font-family: "fontawesome";
}

.home-about .slick-slide {
	margin: 0 10px;
}

.home-about .slick-list {
	margin: 0 -10px;
}

.home-about .about-image-1:before {
	display: none;
}

/** Tbale **/

.table-content table {
  border: 1px solid #ddd!important; }
  .table-content table th {
    font-size: 22px!important;
    font-weight: 600!important;
    letter-spacing: 0.55px!important; }
  .table-content table td, .table-content table th {
    padding: 40px!important; }
	
.table-content table td {
	font-size: 16px!important;
}
	
  .table-content table i {
    color: #E3051A!important;
    margin-right: 15px!important; 
	font-size: 14px!important;
	
}


/*** List ***/




/**** Main Slider ****/

/*** Disover Section ***/

.discovery-area .discovery-title {
  margin-bottom: 100px; }
  
.discovery-area .container {
	padding: 0;
} 
.discover-inner-padd {
	padding-left: 75px!important;
 }
 
  .discovery-area .discovery-title .title {
    font-size: 50px;
    color: #242424;
    font-weight: 900;
    letter-spacing: 0.025em;
    margin-bottom: 0px; }
  .discovery-area .discovery-title h1 {
    font-size: 100px;
    color: #242424;
    font-weight: 900;
    letter-spacing: 0.025em; }
    .discovery-area .discovery-title h1 span {
      color: #E3051A; }

.discovery-area .discovery-video {
  width: 100%;
  min-height: 423px;
  background-size: cover;
  position: relative; }
  .discovery-area .discovery-video .video-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99; }
    .discovery-area .discovery-video .video-content .video-btn {
      width: 102px;
      height: 102px;
      border-radius: 50%;
      line-height: 72px;
      text-align: center;
      border: 10px solid #242424;
      background: #E3051A;
      color: #fff;
      font-size: 23px;
      font-weight: 500;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .discovery-area .discovery-video .video-content .video-btn:hover {
        -webkit-box-shadow: 10px 0px 20px rgba(227, 5, 26, 0.6);
        box-shadow: 10px 0px 20px rgba(227, 5, 26, 0.6);
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
  .discovery-area .discovery-video .page-title {
    font-size: 21px;
    font-weight: 300;
    color: #fff;
    text-transform: none;
    bottom: 8px;
    position: absolute;
    left: 23px;
    z-index: 99; }
  .discovery-area .discovery-video:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(227, 5, 26, 0.5);
    top: 0;
    bottom: 0;
    z-index: 9; }



.billa-discover-item {
  -webkit-box-shadow: 0px 0px 6px #ccc;
  box-shadow: 0px 0px 6px #ccc;
  min-height: 200px;
  margin-bottom: 25px; 
}

  .billa-discover-item h3 {
    position: absolute;
    bottom: 40%;
    right: 0px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.025em;
    color: #242424;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  .billa-discover-item .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    padding-left: 17px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    line-height: 67px;
    text-align: center;
    border: 10px solid #FFE8E8;
    background: #E3051A;
    color: #fff;
    font-size: 23px;
    font-weight: 500;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .billa-discover-item .icon i:before {
      font-size: 40px;
      margin-left: 0px; }
    .billa-discover-item .icon:hover {
      -webkit-box-shadow: 10px 0px 20px rgba(227, 5, 26, 0.6);
      box-shadow: 10px 0px 20px rgba(227, 5, 26, 0.6);
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }

.billa-discover-item:nth-child(3) h3, .billa-discover-item:nth-child(3) h3 {
  left: 0;
  right: auto; }
  
  
  





















