
/** category-section **/

.category-section{
    position: relative;
    padding: 40px 0px;
  }
  
  .category-section .title-text{
    margin-bottom: 50px;
  }
  
  .category-section .title-text h2{
    margin-bottom: 14px;
  }
  
  .category-section .title-text p{
    font-size: 20px;
    line-height: 28px;
    color: #9c9fa6;
    margin: 0px;
  }
  
  .category-section .single-item{
    position: relative;
    display: block;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
  }
  
  .category-section .single-item .inner-box{
    position: relative;
    padding: 52px 30px 48px 30px;
    border: 2px dashed rgba(255,255,255,0.30);
    border-radius: 10px;
  }
  
  .category-section .single-item .inner-box .icon-box{
    position: relative;
    font-size: 70px;
    line-height: 70px;
    color: #fff;
    margin-bottom: 25px;
  }
  
  .category-section .single-item .inner-box h3{
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    font-weight: 900;
  }
  
  .category-section .owl-prev,
  .category-section .owl-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    font-size: 24px;
    background: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 500ms ease;
  }
  
  .category-section .owl-prev{
    left: -40px;
  }
  
  .category-section .owl-next{
    right: -40px;
  }
  
  .category-section .owl-prev:hover,
  .category-section .owl-next:hover{
    color: #fff;
  }


/** cta-style-two **/

.cta-section.style-two{
    position: relative;
    background: transparent;
    padding-bottom: 110px;
  }
  
  .cta-section.style-two .inner-container{
    position: relative;
    background: #253b70;
    border-radius: 10px;
    overflow: hidden;
  }
  
  .cta-section.style-two .image-column{
    left: inherit;
    right: 0px;
  }
  
  .cta-section.style-two .content-column{
    float: left;
  }
  
  .cta-section.style-two .anim-icon .icon-2{
    right: 50px;
  }
  
  .cta-section.style-two .anim-icon .icon-3{
    left: 115px;
    bottom: 45px;
  }

/** cta-section **/

.cta-section{
    position: relative;
    width: 100%;
    background: #253b70;
  }
  
  .cta-section .image-column{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .cta-section .content-column{
    position: relative;
    float: right;
    width: 50%;
  }
  
  .cta-section .content-column .content-box{
    position: relative;
    max-width: 600px;
    width: 100%;
    padding: 150px 15px 160px 15px;
    text-align: center;
    margin: 0 auto;
  }
  
  .cta-section .content-column .content-box h3{
    position: relative;
    display: block;
    font-size: 28px;
    line-height: 35px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 16px;
  }
  
  .cta-section .content-column .content-box h3 span{
  
  }
  
  .cta-section .content-column .content-box h2{
    position: relative;
    display: block;
    font-size: 60px;
    line-height: 60px;
    color: #fff;
    font-weight: 900;
    margin-bottom: 48px;
  }
  
  .cta-section .anim-icon .icon-1{
    left: 60px;
    top: 85px;
    width: 90px;
    height: 67px;
  }
  
  .cta-section .anim-icon .icon-2{
    right: 80px;
    top: 50px;
    width: 109px;
    height: 116px;
  }
  
  .cta-section .anim-icon .icon-3{
    left: 225px;
    bottom: 190px;
    width: 51px;
    height: 61px;
  }
  
  .cta-section .anim-icon .icon-4{
    right: 115px;
    bottom: 70px;
    width: 115px;
    height: 115px;
  }
  
  .category-section .title-text  p{
    margin-top: 18px;
}