/** cta-section **/
.cta-section{
    position: relative;
    display: block;
    width: 100%;
    background: #9321eb;
    padding: 95px 0px 100px 0px;
  }
  
  .cta-section .content-box h3{
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    color: #fff;
    font-weight: 900;
    margin-bottom: 11px;
  }
  
  .cta-section .content-box h1{
    position: relative;
    display: block;
    font-size: 60px;
    line-height: 70px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    color: #fff;
    font-weight: 900;
    margin-bottom: 25px;
  }
  
  .cta-section .content-box .text{
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #dfbdf9;
    font-weight: 600;
    margin-bottom: 36px;
  }
  .parallax-icon {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
  }
  /** service-section **/

.service-section{
    position: relative;
    display: block;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .service-section:before{
    position: absolute;
    content: '';
    background: rgba(33, 47, 84, 0.50);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
  }
  
  .service-section .carousel-content{
    position: relative;
    display: block;
    margin-right: -340px;
    margin-top: 6px;
  }
  
  .service-block-one{
    position: relative;
    display: block;
    background: #fff;
    padding: 83px 30px 68px 30px;
    text-align: center;
    border-radius: 20px;
    transition: all 500ms ease;
  }
  
  .service-block-one .icon-box{
    position: relative;
    display: inline-block;
    font-size: 65px;
    line-height: 65px;
    color: var(--main-color);
    margin-bottom: 25px;
  }
  .service-section .owl-item:nth-child(odd) .service-block-one .icon-box{
    color: #43b3d9;
  }
  .service-section .owl-item:nth-child(3n+1) .service-block-one .icon-box{
    color: #fbb419;
  }
  .service-block-one:hover .icon-box:before{
    transform: rotate(25deg) !important;
  }
  
  .service-block-one h3{
    margin-bottom: 27px;
  }
  
  h3{
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 900;
    color: #2b3c6b;
    margin-bottom: 10px;
  }
  
  h3 a{
    position: relative;
    display: inline-block;
    color: #2b3c6b;
  }
  
  h3 a:hover{
    color: var(--main-color);
  }
  
  .service-section .inner-content .sec-title h1,
  .service-section .inner-content .text{
    color: #fff;
  }
  
  .service-section .inner-content{
    position: relative;
    display: block;
    margin-right: 20px;
  }
  
  .service-section .inner-content .sec-title{
    margin-bottom: 34px;
  }
  
  .service-section .owl-dots{
    display: none;
  }
  
  .service-section .owl-nav .owl-prev,
  .service-section .owl-nav .owl-next{
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    background: var(--main-color);
    text-align: center;
    border-radius: 50%;
    margin: 0px 5px;
    cursor: pointer;
    transition: all 500ms ease;
  }
  
  .service-section .owl-nav .owl-prev:hover,
  .service-section .owl-nav .owl-next:hover{
    background: #fff;
    color: #2b3c6b;
  }
  
  .service-section .owl-nav{
    position: absolute;
    left: -405px;
    bottom: 0px;
  }/** service-style-two **/
.service-style-two{
    position: relative;
    display: block;
    background: #fff;
  }
  
  .service-style-two .service-block-one{
    padding: 93px 30px 78px 30px;
    box-shadow: 0 20px 50px rgba(229, 229, 229, 0.8);
  }
  
  .service-style-two .inner-content{
    position: relative;
    margin-top: -120px;
    z-index: 11;
  }
  
  .service-style-two .service-block-one .icon-box{
    color: #fbb419;
  }
  .service-style-two .service-column:nth-child(2) .service-block-one .icon-box{
    color: #43b3d9;
  }
  .service-style-two .service-column:last-child .service-block-one .icon-box{
    color: var(--main-color);
  }
    