/** main-slider **/

.main-slider{
    position: relative;
  }
  
  .main-slider-carousel{
    position: relative;
  }
  
  .main-slider-carousel .slide-item{
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 145px 0px 230px 0px;
  }
  
  .main-slider-carousel .slide-item:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.9), rgba(0,0,0,0.0) 80%);
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 1;
  }
  
  .main-slider-carousel .slide-item .image-layer{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1);
    -webkit-transition: all 6000ms linear;
    -moz-transition: all 6000ms linear;
    -ms-transition: all 6000ms linear;
    -o-transition: all 6000ms linear;
    transition: all 6000ms linear;
  }
  
  .main-slider-carousel .active .slide-item .image-layer{
    -webkit-transform:scale(1.15);
    -ms-transform:scale(1.15);
    transform:scale(1.15);
  }
  
  .main-slider-carousel .content-box{
    position: relative;
    display: block;
    z-index:5;
    max-width: 570px;
    width: 100%;
  }
  
  .main-slider-carousel .content-box.centred{
    text-align: center;
    margin: 0 auto;
  }
  
  .main-slider-carousel .content-box h1{
    position: relative;
    display: block;
    color: #fff;
    font-size: 90px;
    line-height: 100px;
    font-weight: 700;
    margin-bottom: 36px;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
  }
  
  .main-slider-carousel .active .content-box h1{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
  }
  
  .main-slider-carousel .content-box p{
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 48px;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 1300ms ease;
    -moz-transition: all 1300ms ease;
    -ms-transition: all 1300ms ease;
    -o-transition: all 1300ms ease;
    transition: all 1300ms ease;
  }
  
  .main-slider-carousel .active .content-box p{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1300ms;
    -moz-transition-delay: 1300ms;
    -ms-transition-delay: 1300ms;
    -o-transition-delay: 1300ms;
    transition-delay: 1300ms;
  }
  
  .main-slider-carousel .content-box .btn-box{
    position: relative;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 1600ms ease;
    -moz-transition: all 1600ms ease;
    -ms-transition: all 1600ms ease;
    -o-transition: all 1600ms ease;
    transition: all 1600ms ease;
  }
  
  .main-slider-carousel .active .content-box .btn-box{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1600ms;
    -moz-transition-delay: 1600ms;
    -ms-transition-delay: 1600ms;
    -o-transition-delay: 1600ms;
    transition-delay: 1600ms;
  }

  
  .main-slider-carousel .owl-nav{
    position: absolute;
    top: 50%;
    width: 100%;
  }
  
  .main-slider-carousel .owl-nav .owl-prev,
  .main-slider-carousel .owl-nav .owl-next{
    position: absolute;
    display: inline-block;
    width: 50px;
    line-height: 50px;
    height: 50px;
    font-size: 30px;
    text-align: center;
    color: rgba(255,255,255,0.2);
    border: 1px solid rgba(255,255,255,0.2);
    cursor: pointer;
    border-radius: 50%;
    transition: all 500ms ease;
  }
  
  .main-slider-carousel .owl-nav .owl-prev{
    left: 30px;
  }
  
  .main-slider-carousel .owl-nav .owl-next{
    right: 30px;
  }
  
  .main-slider-carousel:hover .owl-nav .owl-prev,
  .main-slider-carousel:hover .owl-nav .owl-next{
    border-color: #fff;
    color: #fff;
  }
  
  
  /** slider-style-two **/

.main-slider.style-two{
    position: relative;
  }
  
  .main-slider.style-two .main-slider-carousel .slide-item{
    padding: 400px 0px 220px 0px;
  }
  
  .main-slider.style-two .main-slider-carousel .slide-item:before{
    background: rgba(0,0,0,0.5);
  }
  /** about-section **/

.about-section{
    position: relative;
  }
  
  #video_block_1 .video-inner{
    position: relative;
    width: 100%;
    padding: 225px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
  }
  
  #video_block_1 .video-inner a{
    position: relative;
    display: inline-block;
    font-size: 30px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    background: rgba(255,255,255,0.95);
    text-align: center;
    border-radius: 50%;
  }
  
  #video_block_1 .video-inner a:after, 
  #video_block_1 .video-inner a:before {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
  }
  
  #video_block_1 .video-inner a:after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
  }
  
  @-webkit-keyframes ripple {
    70% {
      -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
              box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    }
    100% {
      -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
              box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
  }
  @keyframes ripple {
    70% {
      -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
              box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    }
    100% {
      -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
              box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
  }
  
  .about-section .inner-container{
    position: relative;
    background: #fff;
    margin-top: -70px;
    box-shadow: 0 0 30px rgba(0,0,0,.08);
    z-index: 1;
  }
  
  #content_block_1 .content-box{
    position: relative;
    padding: 62px 110px 70px 50px;
  }
  
  #content_block_1 .content-box .sec-title{
    margin-bottom: 21px;
  }
  
  #content_block_1 .content-box .text{
    margin-bottom: 25px;
  }
  
  #content_block_1 .content-box .list li{
    position: relative;
    display: block;
    font-size: 16px;
    font-family: 'Heebo', sans-serif;
    font-weight: 700;
    color: #282932;
    margin-bottom: 10px;
    padding-left: 30px;
  }
  
  #content_block_1 .content-box .list li:last-child{
    margin-bottom: 0px;
  }
  
  #content_block_1 .content-box .list li:before{
    position: absolute;
    content: '\f058';
    font-size: 18px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    left: 0px;
    top: 0px;
  }
  
  #content_block_1 .content-box .list{
    position: relative;
    margin-bottom: 29px;
  }
  
  #content_block_1 .content-box .theme-btn{
    padding: 17px 24px;
  }/** service-section **/

.service-section{
    position: relative;
    padding: 115px 0px 120px 0px;
  }
  
  .bg-color-1{
    background: #e4dcc7;
  }
  
  
  .service-section .icon-layer{
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: repeat-x;
    background-position: center;
    left: 0px;
    top: 0px;
    animation: slide 100s linear infinite;
    -webkit-animation: slide 100s linear infinite;
  }
  
  @keyframes slide{
    from { background-position: 0 0; }
      to { background-position: 1920px 0; }
  }
  
  @-webkit-keyframes slide{
    from { background-position: 0 0; }
      to { background-position: 1920px 0; }
  }
  
  .service-block-one .inner-box{
    position: relative;
    display: block;
    overflow: hidden;
    text-align: center;
    background: #353535;
    padding: 50px 80px 36px 80px;
  }
  
  .service-block-one .inner-box:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 0%;
    left: 0px;
    bottom: 0px;
    right: 0px;
    transition: all 500ms ease;
  }
  
  .service-block-one .inner-box:hover:before{
    height: 100%;
    top: 0px;
  }
  
  .service-block-one .inner-box .icon-box{
    position: relative;
    display: inline-block;
    font-size: 100px;
    line-height: 100px;
    margin-bottom: 8px;
    z-index: 1;
    transition: all 500ms ease;
  }
  
  .service-block-one .inner-box .icon-box:before{
    position: absolute;
    content: '';
    background: #303030;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    left: -9px;
    top: -13px;
    z-index: -1;
    transition: all 500ms ease;
  }
  
  .service-block-one .inner-box:hover .icon-box:before{
    background: #c42526;
  }
  
  .service-block-one .inner-box:hover .icon-box{
    transform: rotateY(360deg);
    color: #fff;
  }
  
  .service-block-one .inner-box h3{
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 9px;
  }
  
  .service-block-one .inner-box h3 a{
    display: inline-block;
    color: #fff;
  }
  
  .service-block-one .inner-box p{
    color: #fff;
    margin-bottom: 33px;
  }
  
  .service-block-one .inner-box .theme-btn{
    padding: 12px 45px;
  }
  
  .service-block-one .inner-box:hover .theme-btn{
    background: #de3f40;
  }
  
  .service-section .sec-title{
    margin-bottom: 70px;
  }
  
  .service-section .sec-title span{
    margin-bottom: 21px;
  }
  

/** service-style-two **/

.service-style-two{
  position: relative;
  padding: 120px 0px;
}

.service-block-two .inner-box{
  position: relative;
  display: block;
  padding: 0px 20px;
}

.service-block-two .inner-box .icon-box{
  position: relative;
  display: inline-block;
  font-size: 100px;
  color: #e4dcc7;
  width: 180px;
  height: 180px;
  line-height: 180px;
  background: #282829;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 40px;
  z-index: 1;
}

.service-block-two .inner-box .icon-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  border-radius: 50%;
  transform: scale(0,0);
  z-index: -1;
  transition: all 500ms ease;
}

.service-block-two .inner-box:hover .icon-box:before{
  transform: scale(1,1);
}

.service-block-two .inner-box h3{
  position: relative;
  display: block;
  font-size: 28px;
  line-height: 35px;
  color: #e4dcc7;
  font-weight: 700;
  margin-bottom: 26px;
}

.service-block-two .inner-box h3 a{
  display: inline-block;
  color: #e4dcc7;
}

.service-block-two .inner-box p{
  color: #bbbbbc;
  margin-bottom: 38px;
}

.service-block-two .inner-box .link a{
  position: relative;
  display: inline-block;
  font-size: 20px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  background: #282829;
  text-align: center;
  border-radius: 50%;
}

.service-block-two .inner-box .link a:hover{
  color: #fff;
}/** news-section **/

.news-section{
    position: relative;
    padding: 65px 0px 120px 0px;
  }
  
  .news-section .sec-title{
    margin-bottom: 58px;
  }
  
  .news-block-one{
    position: relative;
    display: block;
    padding: 30px 30px;
    border: 2px solid #f0f0f0;
  }
  
  .news-block-one .inner-box{
    position: relative;
  }
  

  .news-block-one:hover .inner-box .image-box img{
    opacity: 0.2;
    transform: scale(1.05);
  }
  
  .news-block-one .inner-box .lower-content{
    position: relative;
    padding-top: 17px;
  }
  
  .news-block-one .inner-box .lower-content .post-info li{
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #8e9c9f;
  }
  
  .news-block-one .inner-box .lower-content .post-info li a{
    display: inline-block;
    color: #8e9c9f;
  }
  
  .news-block-one .inner-box .lower-content .post-info{
    position: relative;
    margin-bottom: 12px;
  }
  .news-block-one .inner-box .lower-content h4{
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    color: #222;
    margin-bottom: 19px;
  }
  
  .news-block-one .inner-box .lower-content h4 a{
    display: inline-block;
    color: #222;
  }
  
  .news-block-one .inner-box .lower-content p{
    position: relative;
    margin-bottom: 14px;
  }
  
  .news-block-one .inner-box .lower-content .link a{
    position: relative;
    display: inline-block;
    font-size: 13px;
    line-height: 24px;
    font-family: 'Heebo', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  
  .news-block-one .inner-box .lower-content .link a i{
    position: relative;
    margin-left: 10px;
    transition: all 500ms ease;
  }
  
  .news-block-one .inner-box .lower-content .link a:hover i{
    margin-left: 15px;
    font-size: 15px;
    top: 1px;
  }

  .news-style-two{
    padding: 115px 0px 150px;
  }
  
  .news-style-two .sec-title{
    margin-bottom: 50px;
  }
  
  .news-style-two .news-block-one{
    border: none;
    background: #1c1d1f;
  }
  
  .news-style-two .news-block-one .inner-box .lower-content .post-info li,
  .news-style-two .news-block-one .inner-box .lower-content .post-info li a{
    color: #a8a8a9;
  }
  
  .news-style-two .news-block-one .inner-box .lower-content h4 a{
    color: #fff;
  }
  
  .news-style-two .news-block-one .inner-box .lower-content p{
    color: #bbbbbc;
  }
  