/** testimonial-section **/

.testimonial-section{
    position: relative;
    padding: 240px 0px 90px 0px;
    margin-top: -126px;
  }

  
  .testimonial-section .testimonial-content .inner-box{
    position: relative;
    display: block;
    background: #fff;
    margin: 40px 15px 30px 15px;
    padding: 43px 30px 41px 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  }
  
  .testimonial-section .testimonial-content .inner-box .image-box{
    position: absolute;
    top: -40px;
    right: 40px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
  }
  
  .testimonial-section .testimonial-content .inner-box .image-box img{
    width: 100%;
    border-radius: 50%;
  }
  
  .testimonial-section .testimonial-content .inner-box .image-box i{
    position: absolute;
    right: -10px;
    bottom: 0px;
    font-size: 20px;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
  }
  
  .testimonial-section .testimonial-content .inner-box .rating-box{
    position: relative;
    display: block;
    margin-bottom: 16px;
  }
  
  .testimonial-section .testimonial-content .inner-box .rating-box li{
    position: relative;
    display: inline-block;
    float: left;
    font-size: 14px;
    margin-right: 7px;
  }
  
  .testimonial-section .testimonial-content .inner-box .rating-box li:last-child{
    margin-right: 0px;
  }
  
  .testimonial-section .testimonial-content .inner-box p {
    font-size: 16px;
    line-height: 24px;
    color: #5a5a68;
    font-weight: 500;
    margin-bottom: 17px;
  }
  
  .testimonial-section .testimonial-content .inner-box h3{
    margin: 0px;
  }
  
  .testimonial-section .testimonial-content .inner-box h3 span{
    font-size: 18px;
    font-family: 'Muli', sans-serif;
    font-weight: 500;
    color: #5a5a68;
  }
  
  .testimonial-section .testimonial-inner{
    position: relative;
    margin: 0px -15px;
  }
  
  .testimonial-section .sec-title{
    margin-bottom: 50px;
  }




  .testimonial-page-section{
    padding: 150px 0px 50px 0px;
  }
  
  .testimonial-page-section .testimonial-content{
    margin: 0px 20px 70px 0px;
  }
  
  .testimonial-page-section .testimonial-content .inner-box .quote-box{
    right: 30px;
    top: -30px;
    font-size: 30px;
    color: #fff !important;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    text-align: center;
  }
  
  .testimonial-page-section .testimonial-content .inner-box:hover{
    border-color: #fff;
  }
  /** about-style-two **/

.about-style-two{
    position: relative;
    padding: 100px 0px 120px 0px;
  }
  
  .about-style-two .upper-content{
    position: relative;
    margin-bottom: 60px;
  }
  .about-style-two .theme-btn {
    padding: 10px 40px;
    margin-top: 30px;
  }
  #content_block_three .content-box .award-box li{
    position: relative;
    display: inline-block;
    float: left;
    width: 33.333%;
  }
  
  #content_block_three .content-box .sec-title{
    margin-bottom: 39px;
  }
  
  #content_block_four .content-box .text{
    position: relative;
    margin-bottom: 32px;
  }
  
  #content_block_four .content-box .text p{
    margin-bottom: 15px;
  }
  
  #content_block_four .content-box .text p:last-child{
    margin-bottom: 0px;
  }
  
  #content_block_four .content-box .author-box{
    position: relative;
    margin-bottom: 32px;
  }
  
  #content_block_four .content-box .author-box .author-info{
    position: relative;
    display: inline-block;
    padding: 13px 0px 0px 110px;
    float: left;
    padding-right: 30px;
    min-height: 80px;
  }
  
  #content_block_four .content-box .author-box .author-info:before{
    position: absolute;
    content: '';
    background: #e3e3e3;
    width: 1px;
    height: 100%;
    top: 0px;
    right: 0px;
  }
  
  #content_block_four .content-box .author-box .author-info .image-box{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
  }
  
  #content_block_four .content-box .author-box .author-info .image-box img{
    width: 100%;
    border-radius: 50%;
  }
  
  #content_block_four .content-box .author-box .author-info h3{
    margin-bottom: 0px;
  }
  
  #content_block_four .content-box .author-box .author-info .designation{
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #5a5a68;
    margin: 0px;
  }
  
  #content_block_four .content-box .author-box .author-signatur{
    position: relative;
    display: inline-block;
    float: left;
    padding-left: 30px;
  }
  
  #content_block_four .content-box .support-box h4{
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #1e1e2a;
    font-family: 'Muli', sans-serif;
    font-weight: 700;
    margin-bottom: 2px;
  }
  
  #content_block_four .content-box .support-box p{
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Muli', sans-serif;
    font-weight: 700;
    margin-bottom: 5px;
  }
  
  #content_block_four .content-box .support-box p a{
    display: inline-block;
  }
  
  #content_block_four .content-box .support-box p a:hover{
    text-decoration: underline;
  }
  
  .about-style-two .lower-content .single-item{
    padding: 10px 10px;
    overflow: hidden;
    margin: -10px -10px;
  }
  
  .about-style-two .lower-content .single-item .inner-box{
    position: relative;
    display: block;
    background: transparent;
    border: 2px solid #e2e2e2;
    text-align: center;
    padding: 45px 15px 40px 15px;
  }
  
  .about-style-two .lower-content .single-item .inner-box .content-box .icon-box{
    position: relative;
    display: inline-block;
    font-size: 100px;
    line-height: 100px;
    margin-bottom: 50px;
    color: transparent;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
  }
  
  .about-style-two .lower-content .single-item .inner-box .content-box .icon-box .line{
    position: absolute;
    left: 50%;
    bottom: -35px;
    width: 62px;
    height: 9px;
    transform: translateX(-50%);
    background-repeat: no-repeat;
  }
  
  .about-style-two .lower-content .single-item .inner-box .content-box h3{
    margin: 0px;
  }
  
  .about-style-two .lower-content .single-item .inner-box .overlay-box{
    position: absolute;
    left: -10px;
    top: 20px;
    width: calc(100% + 20px);
    z-index: 1;
    opacity: 0;
    padding: 28.5px 15px;
    min-height: 290px;
    transition: all 500ms ease;
  }
  
  .about-style-two .lower-content .single-item .inner-box:hover .overlay-box{
    opacity: 1;
    top: -10px;
  }
  
  .about-style-two .lower-content .single-item .inner-box .overlay-box .icon-box{
    position: relative;
    display: inline-block;
    font-size: 60px;
    line-height: 60px;
    color: #fff;
    margin-bottom: 42px;
  }
  
  .about-style-two .lower-content .single-item .inner-box .overlay-box .icon-box .line{
    position: absolute;
    left: 50%;
    bottom: -30px;
    width: 62px;
    height: 9px;
    transform: translateX(-50%);
    background-repeat: no-repeat;
  }
  
  .about-style-two .lower-content .single-item .inner-box .overlay-box p{
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    line-height: 28px;
    margin-bottom: 17px;
  }
  
  .about-style-two .lower-content .single-item .inner-box .overlay-box h3{
    color: #fff;
    margin: 0px;
  }
  
  .about-style-two .lower-content .single-item .inner-box .overlay-box h3 a{
    color: #fff;
  }.service-details-content .choose-box .choose-content{
    position: relative;
    margin: 0px 10px;
  }
  
  .service-details-content .choose-box .choose-content .single-column{
    position: relative;
    padding: 0px 5px;
  }
  
  .service-details-content .choose-box .choose-content .single-item .inner-box{
    position: relative;
    display: block;
    background: #f6f6f6;
    text-align: center;
    padding: 40px 15px 32px 15px;
    transition: all 500ms ease;
  }
  
  .service-details-content .choose-box .choose-content .single-item .inner-box:hover{
    background: #fff;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  }
  
  .service-details-content .choose-box .choose-content .single-item .inner-box .icon-box{
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    transition: all 500ms ease;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
  }
  
  .service-details-content .choose-box .choose-content .single-item .inner-box:hover .icon-box{
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
  }
  
  .service-details-content .choose-box .choose-content .single-item .inner-box h3{
    margin-bottom: 12px;
  }
  
  .service-details-content .choose-box .choose-content .single-item .inner-box .line{
    position: relative;
    display: block;
    max-width: 62px;
    width: 100%;
    height: 9px;
    margin: 0 auto;
    margin-bottom: 23px;
  }
  
  .service-details-content .choose-box .choose-content .single-item .inner-box p{
    font-size: 16px;
    font-weight: 500;
    color: #5a5a68;
    margin: 0px;
  }
  
  .service-details-content .choose-box .group-title{
    margin-bottom: 39px;
  }
  
  .service-details-content .choose-box{
    position: relative;
    margin-bottom: 53px;
  }/** news-style-two **/

.news-style-two{
    position: relative;
    padding: 115px 0px 120px 0px;
  }
  
  .news-block-two .inner-box{
    position: relative;
    display: block;
    overflow: hidden;
  }
  
  .news-block-two .inner-box .image-box{
    position: relative;
    display: block;
    overflow: hidden;
    background: #1e1e2a;
  }
  
  .news-block-two .inner-box .image-box:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    box-shadow: inset 0px -200px 100px -40px rgba(30, 30, 42, 0.9);
    z-index: 1;
    transition: all 900ms ease;
  }
  
  .news-block-two .inner-box:hover .image-box:before{
    opacity: 0;
  }
  
  .news-block-two .inner-box .image-box img{
    width: 100%;
    transition: all 500ms ease;
  }
  
  .news-block-two .inner-box:hover .image-box img{
    opacity: 0.1;
  }
  
  .news-block-two .inner-box .category{
    position: absolute;
    top: 0px;
    right: 0px;
  }
  
  .news-block-two .inner-box .category p{
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding: 4px 19px;
    text-align: center;
    z-index: 1;
    border-bottom-left-radius: 15px;
  }
  
  .news-block-two .inner-box .category p i{
    position: relative;
    color: #fff;
    margin-right: 8px;
  }
  
  .news-block-two .inner-box .content-box{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 20px 30px 33px 30px;
    z-index: 2;
    transition: all 500ms ease;
  }
  
  .news-block-two .inner-box:hover .content-box{
    opacity: 0;
  }
  
  .news-block-two .inner-box .content-box h3{
    line-height: 32px;
    color: #fff;
    margin-bottom: 14px;
  }
  
  .news-block-two .inner-box .content-box h3 a{
    color: #fff;
  }
  
  .news-block-two .inner-box .content-box .post-info li{
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin-right: 3px;
    padding-right: 16px;
  }
  
  .news-block-two .inner-box .content-box .post-info li a{
    color: #bfbfcc;
  }
  
  .news-block-two .inner-box .content-box .post-info li i{
    font-size: 13px;
    margin-right: 8px;
  }
  
  .news-block-two .inner-box .content-box .post-info li:last-child i{
    color: #bfbfcc;
  }
  
  .news-block-two .inner-box .content-box .post-info li:last-child{
    margin: 0px;
    padding: 0px;
  }
  
  .news-block-two .inner-box .content-box .post-info li:before{
    position: absolute;
    content: '||';
    font-size: 13px;
    color: rgba(255,255,255,0.5);
    top: -1px;
    right: 0px;
    font-weight: 400;
  }
  
  .news-block-two .inner-box .content-box .post-info li:last-child:before{
    display: none;
  }
  
  .news-block-two .inner-box .overlay-box{
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    transition: all 500ms ease;
  }
  
  .news-block-two .inner-box:hover .overlay-box{
    opacity: 1;
  }
  
  .news-block-two .inner-box .overlay-box .link-btn{
    position: absolute;
    left: 30px;
    bottom: 20px;
    transition: all 500ms ease;
  }
  
  .news-block-two .inner-box:hover .overlay-box .link-btn{
    bottom: 35px;
  }
  
  .news-block-two .inner-box .overlay-box .link-btn a{
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #fff;
  }
  
  .news-block-two .inner-box .overlay-box .link-btn a i{
    position: relative;
    font-size: 22px;
    font-weight: 400;
    margin-left: 10px;
    top: 2px;
  }
  
  .news-block-two .inner-box .overlay-box .view-btn{
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%,-50%);
    transition: all 500ms ease;
  }
  
  .news-block-two .inner-box:hover .overlay-box .view-btn{
    top: 50%;
  }
  
  .news-block-two .inner-box .overlay-box .view-btn a{
    font-size: 30px;
    color: #fff;
  }
  
  .news-style-two .owl-nav{
    position: absolute;
    top: -120px;
    right: 0px;
  }
  
  .news-style-two .owl-nav .owl-prev,
  .news-style-two .owl-nav .owl-next{
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    text-align: center;
    color: #9f9fb4;
    border: 1px solid #d9d9d9;
    border-radius: 50%;
    cursor: pointer;
    transition: all 500ms ease;
  }
  
  .news-style-two .owl-nav .owl-prev{
    margin-right: 10px;
  }
  
  .news-style-two .sec-title{
    margin-bottom: 50px;
  }