

/** banner-section **/

.banner-section{
  position: relative;
  overflow: hidden;
  background: #131314;
  padding: 270px 0px 360px 0px;
}

.banner-section .bg-layer{
  position: absolute;
  width: 100%;
  height: 720px;
  left: 0px;
  bottom: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.g_color{
  color: transparent;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}

.banner-section .shape .shape-2{
  position: absolute;
  top: -375px;
  right: -285px;
  width: 1000px;
  height: 1000px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 50%;
  -webkit-animation: zoom-fade 8s infinite linear;
  animation: zoom-fade 8s infinite linear;
}

.banner-section .shape .shape-3{
  position: absolute;
  bottom: -280px;
  right: 230px;
  width: 800px;
  height: 800px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 50%;
  -webkit-animation: zoom-fade 10s infinite linear;
  animation: zoom-fade 10s infinite linear;
}

.banner-section .shape .shape-4{
  position: absolute;
  left: 305px;
  top: 405px;
  width: 65px;
  height: 65px;
  background-repeat: no-repeat;
}

.banner-section .shape .shape-5{
  position: absolute;
  top: 230px;
  right: 175px;
  width: 65px;
  height: 65px;
  background-repeat: no-repeat;
}

.uppercase{
  text-transform: uppercase;
}

.banner-section h2{
  color: #fff;
}

.banner-section .sub-title{
  min-height: 61px;
}

.theme-btn.btn-two{
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 15px;
  line-height: 26px;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
  color: #fff !important;
  text-align: center;
  padding: 17px 70px 17px 38px;
  border-radius: 30px;
  background: #fff;
  text-transform: capitalize;
  z-index: 1;
  -webkit-transition: all cubic-bezier(.4,0,.2,1) .4s;
  -o-transition: all cubic-bezier(.4,0,.2,1) .4s;
  transition: all cubic-bezier(.4,0,.2,1) .4s;
}

.theme-btn.btn-two:hover{
  padding-right: 77px;
}

.theme-btn.btn-two:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 32px;
  -webkit-transform: translateY(-50%) scaleX(1);
  -ms-transform: translateY(-50%) scaleX(1);
  transform: translateY(-50%) scaleX(1);
  width: 18px;
  height: 2px;
  background: #141417;
  transition: all 500ms ease;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.theme-btn.btn-two:hover:before {
  -webkit-transform: translateY(-50%) scaleX(1);
  -ms-transform: translateY(-50%) scaleX(1);
  transform: translateY(-50%) scaleX(1);
  width: 25px;
  background: #FEC931;
}

.theme-btn.btn-two:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 32px;
  width: 9px;
  height: 9px;
  border-right: 2px solid #141417;
  border-top: 2px solid #141417;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.theme-btn.btn-two:hover:after{
  border-right: 2px solid #FEC931;
  border-top: 2px solid #FEC931;
}

.theme-btn.btn-two span{
  position: relative;
  color: transparent;
}

.theme-btn.btn-two span:before,
.theme-btn.btn-two span:after {
  content: attr(data-text);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) translateX(0);
  -ms-transform: translateY(-50%) translateX(0);
  transform: translateY(-50%) translateX(0);
  width: 100%;
  -webkit-transition: all cubic-bezier(.4,0,.2,1) .4s;
  -o-transition: all cubic-bezier(.4,0,.2,1) .4s;
  transition: all cubic-bezier(.4,0,.2,1) .4s;
}

.theme-btn.btn-two span:before{
  color: #141417;
}

.theme-btn.btn-two span:after{
  opacity: 0;
  color: transparent;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}

.theme-btn.btn-two:hover span:before {
  -webkit-transform: translateY(-50%) translateX(-30px);
  -ms-transform: translateY(-50%) translateX(-30px);
  transform: translateY(-50%) translateX(-30px);
  opacity: 0;
}

.theme-btn.btn-two:hover span:after {
  -webkit-transform: translateY(-50%) translateX(0);
  -ms-transform: translateY(-50%) translateX(0);
  transform: translateY(-50%) translateX(0);
  opacity: 1;
}

.banner-section .shape .shape-1{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 594px;
  height: 930px;
  background-repeat: no-repeat;
}


/** intro-section **/

.intro-section .inner-container{
  padding: 150px 0px 140px 0px;
}

.section-line{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
}

.section-line .line{
  width: 1px;
  height: 100%;
  background: #ededed;
}

.section-line .line-1{
  left: 100px;
}

.section-line .line-2{
  left: 50%;
}

.section-line .line-3{
  right: 100px;
}

.sec-title h2{
  line-height: 52px;
}

.intro-section .funfact-inner{
  max-width: 700px;
  margin: 0 auto;
}


/** main-demo **/

.main-demo{
  position: relative;
  padding: 140px 0px 120px 0px;
  background: #f7f7f7;
}

.main-demo .single-item{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 5px;
  padding: 15px;
  box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.10);
  margin-bottom: 30px;
}

.main-demo .single-item .lower-content h5 a{
  color: #141417;
}

.main-demo .single-item .lower-content h5 a:hover{

}

.main-demo .image {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  transition: 10s ease;
}

.main-demo .image:hover{
  background-position: bottom center;
}

.main-demo .image a{
  position: relative;
  height: 400px;
  display: block;
}

.main-demo .single-item span{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #808080;
}

.main-demo .single-item .lower-content{
  position: relative;
  padding: 23px 0px 17px 0px;
}


/** responsive-section **/

.responsive-section .inner-container{
  padding: 150px 0px;
}

.responsive-section .image-box{
  position: relative;
  display: block;
  padding-left: 270px;
  margin-right: -375px;
}

.responsive-section .image-box .image-1{
  position: absolute;
  left: 0px;
  top: 0px;
}

.responsive-section .image-box .image{
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.10);
  border-radius: 40px;
}

.responsive-section .image-box img{
  width: 100%;
}

.responsive-section .image-box .shape .shape-1{
  position: absolute;
  left: -75px;
  top: -80px;
  width: 230px;
  height: 240px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}

.responsive-section .image-box .shape .shape-2{
  position: absolute;
  bottom: -65px;
  right: 50px;
  width: 135px;
  height: 135px;
  border: 17px solid #ff4328;
  border-radius: 50%;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}


/** feature-section **/

.feature-section .inner-container{
  padding-bottom: 130px;
}

.feature-section .feature-inner{
  position: relative;
  margin: 0px -10px;
}

.feature-section .single-item{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  padding: 53px 30px 40px 30px;
  width: 218px;
  float: left;
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.10);
  margin: 0px 10px;
  margin-bottom: 20px;
  min-height: 258px;
  transition: all 500ms ease;
}

.feature-section .single-item:hover{
  transform: translateY(-10px);
}

.feature-section .single-item .icon-box{
  position: relative;
  margin-bottom: 29px;
  min-height: 84px;
}

.feature-section .single-item h5{
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}


/** block-section **/

.block-section .auto-container{
  padding-bottom: 150px;
}

.block-section .image-box{
  position: relative;
  display: block;
  margin-left: -275px;
  padding-left: 185px;
  padding-right: 150px;
  margin-right: 20px;
  padding-top: 120px;
  padding-bottom: 120px;
}

.block-section .image-box .image{
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.15);
  border-radius: 30px;
}

.block-section .image-box .image-1{
  position: absolute;
  left: 0px;
  top: 0px;
}

.block-section .image-box .image-3{
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.block-section .image-box .image-2{
  position: relative;
}

.block-section .image-box .image img{
  width: 100%;
  border-radius: 30px;
}

.block-section .image-box .shape .shape-1{
  position: absolute;
  top: 40px;
  right: 70px;
  width: 230px;
  height: 240px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}

.block-section .image-box .shape .shape-2{
  position: absolute;
  left: 140px;
  bottom: 40px;
  width: 135px;
  height: 135px;
  border: 17px solid #ff4328;
  border-radius: 50%;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
  z-index: 1;
}

.block-section .inner-box .single-item p{
  line-height: 26px;
}


/** elements-section **/

.elements-section{
  position: relative;
  padding: 142px 0px 75px 0px;
  background: #f2f2f2;
  overflow: hidden;
}

.elements-section .image{
  position: relative;
  display: block;
}

.elements-section .image img{
  width: 100%;
}

.owl-carousel .owl-stage-outer{
  overflow: visible;
}

.elements-section .owl-dots,
.elements-section .owl-nav{
  display: none;
}

.elements-section .shape .shape-1{
  position: absolute;
  left: -260px;
  bottom: -150px;
  background: #f9f9f9;
  width: 1000px;
  height: 1000px;
  border-radius: 50%;
  -webkit-animation: zoom-fade 15s infinite linear;
  animation: zoom-fade 15s infinite linear;
}

.elements-section .shape .shape-2{
  position: absolute;
  right: -330px;
  top: -200px;
  background: #f9f9f9;
  width: 1000px;
  height: 1000px;
  border-radius: 50%;
  -webkit-animation: zoom-fade 12s infinite linear;
  animation: zoom-fade 12s infinite linear;
}


/** main-footer **/

.main-footer{
  position: relative;
  background: #FEC931;
  padding: 150px 0px;
}

.main-footer h2{
  line-height: 52px;
  color: #fff;
}

.main-footer .shape .shape-1{
  position: absolute;
  left: 300px;
  top: 100px;
  width: 230px;
  height: 240px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 8s infinite linear;
  animation: zoom-fade 8s infinite linear;
}

.main-footer .shape .shape-2{
  position: absolute;
  right: 300px;
  bottom: 100px;
  width: 95px;
  height: 95px;
  background-repeat: no-repeat;
}

.main-footer .shape .shape-3{
  position: absolute;
  bottom: 150px;
  right: 330px;
  width: 135px;
  height: 135px;
  border-radius: 50%;
  border: 17px solid #ff4328;
  -webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
}


/** text-fill-animation **/

[data-animation].data-title-fill:before,
[data-animation].data-title-fill:after,
[data-animation].data-title-fill {
    opacity: 1;
}

.data-title-fill {
  white-space: nowrap;
  color: transparent;
  position: relative;
  display: inline-block;
}

.data-title-fill:before,
.data-title-fill:after {
  content: attr(data-text);
  position: absolute;
  top: 50%;
  color: #FEC931;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  -webkit-transition: 1s cubic-bezier(.767, .01, .18, 1.01);
  -o-transition: 1s cubic-bezier(.767, .01, .18, 1.01);
  transition: 1s cubic-bezier(.767, .01, .18, 1.01);
  width: 0%;
  white-space: nowrap;
  overflow: hidden;
}

.data-title-fill:after {
  color: #141417;
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s;
}

.data-title-fill.fill-anim:before,
.data-title-fill.fill-anim:after {
  width: 100%;
}

.tr-delay01.data-title-fill:after {
  -webkit-transition-delay: .5s !important;
  -o-transition-delay: .5s !important;
  transition-delay: .5s !important;
}

.tr-delay03.data-title-fill:after {
  -webkit-transition-delay: .6s !important;
  -o-transition-delay: .6s !important;
  transition-delay: .6s !important;
}

.main-footer .data-title-fill:before{
  color: #ff4328;
}

.main-footer .data-title-fill:after{
  color: #fff;
}