
/** banner-section **/

.how-it-works::before, .main-banner .icon-six, .main-banner .icon-two, .page-banner .icon-six, .page-banner .icon-two, .rotate-me {
    animation-name: rotateme;
    animation-duration: 24s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes rotateme{
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.mb_60 {
    margin-bottom: 60px;
}
  .banner-section .inner-box{
    position: relative;
    display: flex;
    color: white;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
  }
  
  .banner-section .inner-box .single-item{
    position: relative;
    display: inline-block;
    padding-left: 70px;
  }
  
  .banner-section .inner-box .single-item .icon-box{
    position: absolute;
    left: 0px;
    top: 7px;
  }
  
  .banner-section .inner-box .single-item h3{
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 34px;
    color: white;
  }
  
  .banner-section .inner-box .funfact-inner{
    position: relative;
    display: flex;
    align-items: center;
  }
  
  .banner-section .inner-box .counter-block{
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 70px;
  }
  
  .banner-section .inner-box .counter-block:last-child{
    margin: 0px !important;
  }
  
  .banner-section .inner-box .counter-block .count-outer{
    font-size: 52px;
    line-height: 60px;
    color: var(--title-color);
    font-weight: 700;
    margin-right: 25px;
  }
  
  .banner-section .outer-container{
    position: relative;
    padding-right: 310px;
  }
  
  .banner-section .outer-container:before{
    position: absolute;
    content: '';
    right: 0px;
    top: -100px;
    background: #FAFAFA;
    width: calc(100% - 310px);
    height: calc(100% - 277px);
  }
  
  .banner-section .outer-container .image-box{
    position: relative;
    display: block;
  }
  
  .banner-section .outer-container .image-box img{
    width: 100%;
  }
  
  .banner-section .curved-circle{
    position: absolute;
    top: 200px;
    right: 70px;
  }
  
  .curved-circle{
    position: relative;
    display: inline-block;
    width: 145px;
    height: 145px;
  }
  
  .curved-circle .curve-text{
    position: relative;
    font-size: 14px;
    color: var(--title-color);
    font-weight: 400;
    text-transform: uppercase;
    width: 145px;
    height: 145px;
    letter-spacing: 4.1px;
  }
  
  .curved-circle .video-btn{
    position: absolute;
    display: inline-block;
    left: 40px;
    top: 57px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
  }
  
  .curved-circle .video-btn:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
  }
  
  .curved-circle .video-btn:after{
    position: absolute;
    content: '';
    background: #fff;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    left: 1px;
    top: 1px;
    border-radius: 50%;
  }
  
  .curved-circle .video-btn a{
    position: relative;
    display: inline-block;
    width: 64px;
    height: 64px;
    line-height: 66px;
    text-align: center;
    border-radius: 50%;
    z-index: 1;
  }
  
  .banner-section .pattern-layer .pattern-1{
    position: absolute;
    left: 150px;
    top: 286px;
    width: 86px;
    height: 85px;
    background-repeat: no-repeat;
    z-index: 1;
    opacity: 0.2;
  }
  
  .banner-section .pattern-layer .pattern-2{
    position: absolute;
    left: 278px;
    top: 228px;
    width: 64px;
    height: 64px;
    background-repeat: no-repeat;
    -webkit-animation: zoom-fade 4s infinite linear;
    animation: zoom-fade 4s infinite linear;
    z-index: 1;
    opacity: 0.2;
  }
  
  .banner-section .pattern-layer .pattern-3{
    position: absolute;
    left: 531px;
    top: 404px;
    width: 180px;
    height: 180px;
    background-repeat: no-repeat;
    z-index: 1;
    opacity: 0.2;
  }
  
  .banner-section .pattern-layer .pattern-4{
    position: absolute;
    left: 322px;
    top: 714px;
    width: 86px;
    height: 86px;
    background: #90F0B7;
    border-radius: 50%;
    -webkit-animation: zoom-fade 5s infinite linear;
    animation: zoom-fade 5s infinite linear;
    z-index: 1;
    opacity: 0.2;
  }
  
  .banner-section .pattern-layer .pattern-5{
    position: absolute;
    left: 598px;
    top: 860px;
    width: 64px;
    height: 64px;
    background: #F4C6FF;
    border-radius: 50%;
    -webkit-animation: zoom-fade 4s infinite linear;
    animation: zoom-fade 4s infinite linear;
    z-index: 1;
    opacity: 0.2;
  }
  
  .banner-section .pattern-layer .pattern-6{
    position: absolute;
    left: 510px;
    top: 1050px;
    width: 90px;
    height: 106px;
    background-repeat: no-repeat;
    z-index: 1;
    z-index: 1;
    opacity: 0.2;
  }
  
  .banner-section .pattern-layer .pattern-7{
    position: absolute;
    top: 127px;
    right: 830px;
    width: 125px;
    height: 113px;
    background-repeat: no-repeat;
    z-index: 1;
    opacity: 0.2;
  }
  
  .banner-section .pattern-layer .pattern-8{
    position: absolute;
    top: 98px;
    right: 631px;
    width: 172px;
    height: 204px;
    background-repeat: no-repeat;
    z-index: 1;
    opacity: 0.2;
  }
  
  .banner-section .pattern-layer .pattern-9{
    position: absolute;
    top: 355px;
    right: 523px;
    width: 277px;
    height: 220px;
    background-repeat: no-repeat;
    z-index: 1;
    opacity: 0.2;
  }
  
  .banner-section .pattern-layer .pattern-10{
    position: absolute;
    top: 611px;
    right: 657px;
    width: 66px;
    height: 89px;
    background-repeat: no-repeat;
    -webkit-animation: zoom-fade 4s infinite linear;
    animation: zoom-fade 4s infinite linear;
    z-index: 1;
    opacity: 0.2;
  }
  
  .banner-section .pattern-layer .pattern-11{
    position: absolute;
    top: 332px;
    right: 167px;
    width: 98px;
    height: 89px;
    background-repeat: no-repeat;
    z-index: 1;
    opacity: 0.2;
  }
  
  .banner-section .pattern-layer .pattern-12{
    position: absolute;
    top: 381px;
    right: 313px;
    width: 405px;
    height: 490px;
    background-repeat: no-repeat;
    z-index: 1;
    opacity: 0.2;
  }
  
  
  .banner-section .pattern-layer .pattern-13{
    position: absolute;
    top: 812px;
    right: 213px;
    width: 160px;
    height: 160px;
    background: #EDFFC6;
    border-radius: 50%;
    -webkit-animation: zoom-fade 5s infinite linear;
    animation: zoom-fade 5s infinite linear;
    z-index: 1;
    opacity: 0.2;
  }
  
  .banner-section .pattern-layer .pattern-14{
    position: absolute;
    top: 888px;
    right: 167px;
    width: 166px;
    height: 167px;
    background-repeat: no-repeat;
    z-index: 1;
    opacity: 0.2;
  }
  
  

  .auto-container {
    position: static;
    max-width: 1326px;
    margin: 0 auto;
}

.centred {
    text-align: center;
}

.gradient-color {
    background: linear-gradient(rgba(255, 228, 130, 1), rgba(255, 143, 109, 1));
}
 
.gradient-color {
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
  
  /** responsive-css **/

  
  @media only screen and (max-width: 1200px){
    .banner-section .curved-circle{
      display: none;
    }
  
   
  }
  
  @media only screen and (max-width: 991px){
    .banner-section .pattern-layer{
      display: none;
    }
  
    .banner-section .inner-box{
      display: block;
      text-align:center;
    }
  
    .banner-section .inner-box .single-item{
      margin-bottom: 20px;
    }
  
    .banner-section .outer-container{
      padding-right: 0px;
    }
     .banner-section .inner-box .counter-block .count-outer{
    font-size: 40px;
    line-height: 10px;
    color: var(--title-color);
    font-weight: 700;
  }
   
  }
  
  @media only screen and (max-width: 767px){
  
    .banner-section{
      padding-top: 140px;
    }
  
    .banner-section .text-box{
      margin-bottom: 0px;
    }
  
    .banner-section .content-box{
      margin-bottom: 60px;
    }
  
    .banner-section .outer-container:before{
      display: none;
    }
    .banner-section .inner-box .counter-block .count-outer{
    font-size: 40px;
    line-height: 10px;
    color: var(--title-color);
    font-weight: 700;
    margin-right:10px;
  }
  .counter-block p {
      font-size:12px;
      text-align: justify;
  }
  .banner-section .inner-box .counter-block
  {
    margin-bottom:10px;
  }
  }
  
  @media only screen and (max-width: 599px){
    .banner-section .inner-box .funfact-inner{
      display: block;
      left:23%;
    }
  
     .banner-section .inner-box .counter-block
  {
    margin-bottom:10px;
  }
    .banner-style-three .lower-box .counter-block{
      display: block;
    }
  }
  
  @media only screen and (max-width: 499px){
    .banner-style-two .big-text{
      font-size: 90px;
    }

  }
    