 
.welcome-area {
    height: 100%;
}

.welcome-image-area {
    position: relative;
    height: 100%;
    background: url(/default/static/images/mainbg.jpg);
    background-size: cover;
    z-index: 1;
    margin-top:-80px; 
}

.welcome-image-area:after {
    position: absolute;
    background: rgba(0, 0, 0, .7);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.welcome-area-page {
    height: 30%;
}

.welcome-image-area-page {
    position: relative;
    height: 100%;
    background: url(../images/bg/titlebg.jpg);
    background-size: cover;
    z-index: 1;
}

.welcome-image-area-page:after {
    position: absolute;
    background: rgba(0, 0, 0, .7);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}
.welcome-image-area .video-bg {
    top: 0;
    width: 100%;
    height: 100px;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(transparent));
    background-image: linear-gradient(180deg,rgba(0,0,0,.5),transparent);
    z-index: 9;
    position: absolute;
}
 

.welcome-image-area .banner-video {
     position: absolute;
     top:0px;
 
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    background-color: #1a1a1a;
    vertical-align: top
}
.display-table {
    display: table;
    width: 100%;
    height: 100%;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
   height:100vh;
}

.header-text {
    margin-top: 2.7em;
}
/*# sourceMappingURL=style.css.map */

.scrollup {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    position: fixed;
    bottom: 30px;
    right: 30px;
    line-height: 40px;
    cursor: pointer;
    display: none;
    z-index: 2;
    background: #EA1B1B;
}

.scrollup:hover {
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.bubbles {
    display: inline-block;
    position: relative;
}

.bubbles h1 {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 3em;
    margin-top: 10px;
    font-weight: 900;
    text-transform: capitalize;
}
.bubbles h1 span{
    font-size: 1.8em;
	color:#EA1B1B;
}

.bubbles p {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 2em;
    margin-top: 10px;
    text-transform: capitalize;
}

.bubbles-page {
    display: inline-block;
    position: relative;
}
.bubbles-page a{
    color: #fff;
}

.bubbles-page h1 {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 2em;
    margin-top: 3em;
    font-weight: 900;
    text-transform: capitalize;
}
.bubbles-page h1 span{
    font-size: 1.8em;
	color:#EA1B1B;
}

.bubbles-page p {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 1em;
    margin-top: 1em;
    text-transform: capitalize;
}

.individual-bubble {
    position: absolute;
    border-radius: 100%;
    bottom: 10px;
    background-color: #EC3232;
    z-index: 1;
}

.style-dark {
  color:#ffffff;
  bottom: 0px;
}


.footer-copyright.light-white-border {
  border-top: 1px solid rgba(255,255,255,0.2);
}
.background-image {
  @include background-content(no-repeat, cover, center center);
}
.py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.py-85 {
    padding-top: 85px;
    padding-bottom: 85px;
}
 
 .container  .text-md-left {
        text-align: left !important;
    }
 .container .text-right {
    text-align: right !important;
}

.breadcumb-menu-style1 {
  max-width: 100%;
  width: fit-content;
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-left: auto;

  li {
    display: inline-block;
    margin: 0 6px;
    list-style: none;

    &:first-child {
      margin-left: 0;
    }

    &:last-child {
      margin-right: 0;

      &:after {
        display: none;
      }
    }

    &:after {
      content: '/';
      position: relative;
      right: -7px;
      float: right;
    }
  }

  li,
  a,
  span {
    color:#ffffff;
    white-space: normal;
    word-break: break-all;
    
    i {
      margin-right: 7px;
    }
  }
}


@include sm {
  .breadcumb-menu-style1 {
    margin-left: auto;
    margin-right: auto;
  }
}
@include sm {
  .footer-copyright.py-30 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.vs-blog-details .bg-secondary {
    background-color: #eff1f5 !important;
}
.widget {
    padding: 30px;
    margin-bottom: 30px;
}

.mr-20 {
    margin-right: 20px;
}

.mb-15 {
    margin-bottom: 15px;
}
 
.blog-category a:hover {
    background-color:#ffffff;
    color: var(--body-color);
    border-color: var(--theme-color);
}

.link-inherit a:hover, a:hover {
    color: #e2231e;
}
.space-md, .space-md-bottom {
    padding-bottom: 30px;
}
.space, .space-top {
    padding-top: 60px;
}
.container  .navbar-nav .nav-item .btn {
    color:#ffffff;
}
.container  .navbar-nav li a {
    color: #000000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 10px 15px;
    display: inline-block;
}
.container li a{
  color:#eff1f5;
}
.blog-meta a:last-child {
    margin-right: 0;
}
.blog-meta a {
    display: inline-block;
    margin-right: 15px;
    color: var(--body-color);
}

.widget_title {
    font-size: 18px;
    line-height: 1em;
    text-transform: uppercase;
    margin-bottom: 25px;
    margin-top: -3px;
}
.container a{
text-decoration:none;
color:#1a1a1a;
}

.widget-gallery-style1 ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}
.blog-category a {
    display: inline-block;
    color: #fff;
    padding: 1px 20.5px;
    margin-right: 5px;
    border: 1px solid transparent;
    background-color: #e2231e;
    border-radius: 5px;
    font-size: 14px;
    position: relative;
    
}
@each $colorsMap, $value in $colorsMap {
  .bg-#{$colorsMap} {
    background-color: #cccccc !important;
  }
}

.bg-cyprus {
  background-color: var(--cyprus-color);
}

.bg-sapphire {
  background-color: var(--sapphire-color);
}

.background-image {
  @include background-content(no-repeat, cover, center center);
}

.bg-fluid {
  @include background-content(no-repeat, 100% 100%, center center);
}

.bg-auto {
  background-size: auto auto;
}

.bg-bottom {
  background-position: center bottom;
}

.bg-top {
  background-position: center top;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-bottom-left {
  background-position: left bottom; 
}

[data-overlay] {
    position: relative;
}
p {
    margin: 0 0 15px 0;
    color: var(--body-color);
    line-height: 1.8;
}

.header .logo  span{
    color: #EA1B1B;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1.5em;
}
.header .logo  p {
    font-size: 1.5em;
    font-weight: 300;
  
    text-transform: lowercase;
}

/*
* ----------------------------------------------------------------------------------------
* 04.ABOUT CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.single-what {
    background: #EC3232;
    padding: 40px;
    text-align: center;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}

.single-what:hover {
    box-shadow: 1px 1px #ddd, 2px 2px #ddd, 3px 3px #ddd;
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
    -webkit-transition: .3s;
    transition: .3s;
}

.single-what i {
    font-size: 60px;
}

.single-what h2 {
    margin-top: 20px;
    margin-bottom: 30px;
}

.what-color-1 {
    background: #EC3232;
}

.what-color-2 {
    background: #EA1B1B;
}

.what-color-3 {
    background: #EC3232;
}
fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}

.no-padding {
    padding: 0
}

.section-padding {
    padding: 70px 0px;
}

.section-title {
    margin-bottom: 50px;
    text-align: center;
	width:100%;
}
.page-article{
    line-height:30px;
}
.section-title h2 {
    font-size: 48px;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-weight: 600;
    margin-top: 0;
    color: #1b1b1b;
}

.section-title p {
    font-size: 16px;
    font-weight: 400;

}



/*
* ----------------------------------------------------------------------------------------
* 05.VIDEO CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.video-area {
    padding: 160px 0px;
    background: url(/default/static/images/otherbg.jpg);
    position: relative;
    background-size: cover;
    z-index: 1;
}

.video-area:after {
    position: absolute;
    background: rgba(0, 0, 0, .8);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.video-area-text h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 600;
}

.video-area-text p {
    color: #fafafa;
    font-size: 16px;
    font-weight: 400;

}

.video-area-text i {
    font-size: 30px;
    border: 1px solid #EE4949;
    color: #fff;
    background: #EE4949;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    line-height: 100px;
    text-align: center;
    padding-left: 6px;
}

.mfp-iframe-holder {
    padding-top: 80px;
}



.h4, h4 {
    font-size: 18px;
}
.single-what h4{
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
  }


  /*
* ----------------------------------------------------------------------------------------
* 06.SERVICE CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.service-area {
    background: #F5F5F5;
}

.single-service {
    padding: 60px 40px;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    background: #fff;
    margin-top: 30px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    position: relative;
    z-index: 1;
}

.single-service:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
    background: #EA1B1B;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.single-service:hover:after {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
}

.single-service:hover.single-service h4,
.single-service:hover.single-service p {
    color: #fff;
}

.single-service:hover.single-service i {
    border: 1px solid #fff;
    color: #EA1B1B;
    background: #fff;
}

.single-service h4 {
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-weight: 500;
    -webkit-transition: .3s;
    transition: .3s;
    color: #000;
}

.single-service i {
    font-size: 45px;
    color: #fff;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    line-height: 100px;
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid #EA1B1B;
    box-shadow: 0 0 0 7px transparent;
    background: #EA1B1B;
}

.single-service p {
    margin-bottom: 0;
    color: #333;
}
/*
* ----------------------------------------------------------------------------------------
* 08.TESTIMONIAL CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.testimonial-area {
    background: #EA1B1B;
}

.testimonial-area .section-title,
.testimonial-area .section-title h2 {
    color: #fff;
}

.testimonial-list {
    margin-top: 30px;
}

.single-testi-des {
    padding: 30px;
    border-radius: 5px;
    margin-bottom: 30px;
    background: #EC3232;
    position: relative;
}

.single-testi-des:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    content: "";
    background: #EC3232;
    margin-top: ;
    margin-left: 15px;
    margin-bottom: -15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.single-testi-des p {
    font-size: 14px;
    color: #fff;
}

.single-testimonial img {
    width: 40px;
    border-radius: 50%;
    text-align: center;
    float: left;
    margin-right: 15px;
}

.single-testimonial {
    margin-right: 30px;
    color: #fff;
}

.single-testimonial h6 {
    margin-top: 0px;
    font-size: 12px;
    text-transform: capitalize;
    letter-spacing: 3px;
}

.testi-name {
    text-align: left;
}

.testi-name h2 {
    font-size: 22px;
    margin-top: 20px;
    text-transform: capitalize;
    font-weight: 300;
    margin-bottom: 4px;
    color: #ddd;;
}

.testi-name h3 {
    font-size: 12px;
    font-weight: 300;
    text-transform: capitalize;
    margin-top: 0;
     color: #ddd;;
}

.owl-theme .owl-controls {
    margin-top: 30px;
}

.testimonial-area .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 5px;
    height: 5px;
    margin: 5px 7px;
    border-radius: 20px;
    background: #fff;
}
 
.slide-background {
  animation: slideX 30s linear infinite;
  will-change: transform;
}
@keyframes slideX {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); } /* 50% = 前半段宽度 */
}

.slide {
  flex: 0 0 458px;          /* 每条宽度，可自己调 */
  margin-right: 20px;       /* 间距 */
}

.sliding-wrapper {
  width: 100%;
}