.page-title.style-two {
    position: relative;
    background: #4527a4;
    padding: 144px 0px 90px 0px;
}
.page-title {
    position: relative;
    padding: 325px 0px 260px 0px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.page-title .content-box .title-box h1 {
    position: relative;
    font-size: 48px;
    line-height: 60px;
    color: #fff;
    font-weight: 500;
    padding-bottom: 44px;
    margin-bottom: 30px;
}
.page-title .content-box .title-box h1:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 130px;
    height: 2px;
    left: 0px;
    bottom: 0px;
}
.page-title .content-box .title-box h1:after {
    position: absolute;
    content: '';
    background: #eaeaea;
    width: 45px;
    height: 4px;
    left: 0px;
    bottom: 0px;
}
.page-title .content-box .title-box p {
    font-size: 16px;
    color: #fff;
    margin: 0px;
}
.page-title .content-box .bread-crumb {
    position: relative;
    margin-top: 23px;
}
.pull-right {
    float: right;
}
.page-title .content-box .bread-crumb li {
    position: relative;
    display: inline-block;
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    padding-right: 40px;
    margin-right: 15px;
}
.page-title .content-box .bread-crumb li:first-child:before {
    position: absolute;
    content: "\f101";
    font-size: 24px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    color: #fff;
    top: 2px;
    right: 0px;
}
.page-title .content-box .bread-crumb li:last-child {
    padding: 0px;
    margin: 0px;
}
.page-title .content-box .bread-crumb li a {
    color: #fff;
    font-weight: 400;
}
.feature-section {
    position: relative;
    padding: 220px 0px 0px 0px;
}
.sec-pad-two {
    padding: 100px 0px !important;
}
#iamge_block_01 .image-box {
    position: relative;
    margin-top: 35px;
}
.float-bob-y {
    animation-name: float-bob-y;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float-bob-y;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float-bob-y;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob-y;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob-y;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
#iamge_block_01 .image-box .image {
    position: relative;
    display: inline-block;
    border-radius: 60px;
    box-shadow: 5px 15px 27px rgba(0, 0, 0, 0.2);
}
#content_block_01 .content-box {
    position: relative;
    display: block;
}
#content_block_01 .content-box .sec-title {
    margin-bottom: 66px;
}
#content_block_01 .content-box{
    position: relative;
    display: block;
  }
  
  #content_block_01 .content-box .sec-title{
    margin-bottom: 66px;
  }
  
  #content_block_01 .content-box .inner-box .single-item{
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  }
  
  #content_block_01 .content-box .inner-box .single-item .bg-layer {
    position: absolute;
    content: "";
    top: 0;
    left: -101%;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    background-size: 101% 101%;
  }
  
  #content_block_01 .content-box .inner-box .single-item .bg-layer:before{
    position: absolute;
    content: '';
    background: rgba(69, 39, 164, 0.8);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 10px;
  }
  
  #content_block_01 .content-box .inner-box .single-item:hover .bg-layer{
    left: 0px;
  }
  
  #content_block_01 .content-box .inner-box .single-item .icon-box{
    position: relative;
    display: inline-block;
    font-size: 65px;
    line-height: 65px;
    color: #4527a4;
    margin-bottom: 34px;
    transition: all 500ms ease;
  }
  
  #content_block_01 .content-box .inner-box .single-item:hover .icon-box{
    color: #fff;
  }
  
  #content_block_01 .content-box .inner-box .single-item h5{
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #555555;
    font-weight: 500;
    margin-bottom: 19px;
    transition: all 500ms ease;
  }
  
  #content_block_01 .content-box .inner-box .single-item h5 a{
    position: relative;
    display: inline-block;
    color: #555555;
  }
  
  #content_block_01 .content-box .inner-box .single-item:hover h5,
  #content_block_01 .content-box .inner-box .single-item:hover h5 a,
  #content_block_01 .content-box .inner-box .single-item:hover .text{
    color: #fff;
  }
  
  #content_block_01 .content-box .inner-box .single-item .text{
    position: relative;
    transition: all 500ms ease;
  }
.sec-title {
    position: relative;
    display: block;
}
.sec-title h2 {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 48px;
    color: #222222;
    font-weight: 500;
    padding-bottom: 31px;
    margin-bottom: 31px;
}
 
.sec-title p {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #777;
    margin: 0px;
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

/** service-style-two **/

.service-style-two{
    position: relative;
    padding: 100px 0px 100px 0px;
  }
  
  .service-style-two .sec-title{
    margin-bottom: 55px;
    text-align: center;
  }
  
  .service-block-two{
    position: relative;
    margin-bottom: 50px;
  }
  .service-style-two .sec-title.center{
    text-align: center;
  }
   
 
  .service-block-two .inner-box{
    position: relative;
    display: block;
    background: #fff;
    overflow: hidden;
    border-radius: 15px;
    padding: 63px 30px 56px 30px;
    box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
  }
  
  .service-block-two .inner-box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scale(.9) translateY(20px);
    -ms-transform: scale(.9) translateY(20px);
    transform: scale(.9) translateY(20px);
    background-image: -webkit-linear-gradient(0deg, #4527a4 0%, #0289e7 100%);
    transition: all 500ms ease;
  }
  
  .service-block-two:hover .inner-box:before {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0px);
    -ms-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
  }
  
  .service-block-two .inner-box .icon-box{
    position: relative;
    display: inline-block;
    font-size: 60px;
    line-height: 60px;
    color: #b7b7b7;
    margin-bottom: 27px;
    transition: all 500ms ease;
  }
  
  .service-block-two .inner-box h4{
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #222;
    padding-bottom: 20px;
    margin-bottom: 24px;
    transition: all 500ms ease;
  }
  
  .service-block-two .inner-box h4:before {
    position: absolute;
    content: '';
    background: #4527a4;
    width: 40px;
    height: 2px;
    left: 8%;
    bottom: 0px;
    transform: translateX(-50%);
    transition: all 500ms ease;
  }
  
  .service-block-two .inner-box h4:after {
    position: absolute;
    content: '';
    background: #fff;
    width: 4px;
    height: 2px;
    right: 0px;
    left: 50%;
    bottom: 0px;
    margin-left: 12px;
    transform: translateX(-50%);
    transition: all 500ms ease;
  }
  
  .service-block-two .inner-box h4 a{
    color: #222;
    display: inline-block;
  }
  
  .service-style-two .inner-content{
    position: relative;
    margin: 0px -10px;
  }
  
  .service-style-two .inner-content .service-block{
    padding: 0px 25px;
  }
  
  .service-block-two .inner-box .text{
    position: relative;
    display: block;
    transition: all 500ms ease;
  }
  
  .service-block-two:hover .inner-box .icon-box,
  .service-block-two:hover .inner-box h4,
  .service-block-two:hover .inner-box h4 a,
  .service-block-two:hover .inner-box .text{
    color: #fff;
  }
  
  .service-block-two:hover .inner-box h4:before{
    background: #fff;
  }
  
  .service-block-two:hover .inner-box h4:after{
    background: #205cc8;
  }
  .pull-left {
    float: left;
}
.pull-right {
    float: right;
}

/* 499 */
@media only screen and (max-width: 499px){
.page-title .content-box .title-box h1 {
    font-size: 36px;
    line-height: 45px;
}
.page-title .content-box .bread-crumb li {
    font-size: 20px;
}
.sec-title h2 {
    font-size: 30px !important;
    line-height: 40px !important;
}

}

/* 599 */
@media only screen and (max-width: 599px){
.feature-section .image-box .image img {
    width: 100%;
}
}
/* 767 */
@media only screen and (max-width: 767px){
.page-title.style-two {
    padding: 160px 0px 80px 0px;
}
.page-title {
    padding: 170px 0px;
}
.sec-pad-two {
    padding: 70px 0px !important;
}
.feature-section {
    padding-top: 50px;
}
.service-style-two{
    padding: 70px 0px 30px 0px;
  }
}

/* 991 */
@media only screen and (max-width: 991px){
.page-title .content-box .title-box, .page-title .content-box .bread-crumb {
    float: none;
    display: block;
}
.pull-left {
    float: left;
}
.page-title .content-box .bread-crumb {
    float: none;
    display: block;
}
.feature-section {
    padding-top: 150px;
}
.feature-section .image-box .image {
    margin: 0px 0px 50px 0px;
}
}

/* 1200 */
@media only screen and (max-width: 1200px){
.feature-section .content-box {
    padding-top: 0px;
}
.service-style-two .inner-content .service-block{
    padding: 0px 15px;
  }

  .service-style-two .inner-content{
    margin: 0px;
  }
}
