/** clients-section **/

.clients-section{
    position: relative;
    padding: 115px 0px;
  }
  
  .clients-section .clients-logo-box img{
    display: block;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .clients-section .clients-logo-box img:hover{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
  }
  
  .clients-section .clients-logo-box{
    position: relative;
    display: block;
  }
  
  .clients-section .clients-logo-box:before{
    position: absolute;
    content: '';
    background: #f3f3f3;
    width: 1px;
    height: 95px;
    top: 20px;
    right: -15px;
  }
  
  .clients-section .owl-theme .owl-dots .owl-dot span{
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #d9d9e1;
    border-radius: 50%;
    margin: 0px 7px;
    cursor: pointer;
    transition: all 500ms ease;
  }


  /** clients-style-two **/

.clients-style-two{
  position: relative;
  padding: 60px 0px;
}

.clients-style-two .clients-logo-box img{
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.clients-style-two .clients-logo-box img:hover{
  opacity: 0.5;
}

.clients-style-two .clients-logo-box{
  position: relative;
  display: block;
}

.clients-style-two .clients-logo-box:before{
  position: absolute;
  content: '';
  background: rgba(255,255,255,0.5);
  width: 1px;
  height: 95px;
  top: 20px;
  right: -15px;
}/** 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;
  }/** team-style-two **/

.team-style-two{
    position: relative;
    overflow: hidden;
    padding: 115px 0px 120px 0px;
  }
  
  .team-style-two .pattern-layer{
    position: absolute;
    right: 0px;
    top: 100px;
    width: 610px;
    height: 530px;
    background-repeat: no-repeat;
  }
  
  .team-style-two .image-layer .image{
    position: absolute;
    bottom: 0px;
  }
  
  .team-style-two .image-layer .image-1{
    right: 410px;
  }
  
  .team-style-two .image-layer .image-2{
    right: 0px;
  }
  
  .team-block-two .inner-box{
    position: relative;
    display: block;
    border: 1px solid #e3e3e3;
    background: #fff;
    padding-top: 27px;
    transition: all 500ms ease;
  }
  
  .team-block-two .inner-box:hover{
    border-color: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  }
  
  .team-block-two .inner-box .upper-box{
    position: relative;
    display: block;
    padding-left: 30px;
    margin-bottom: 22px;
  }
  
  .team-block-two .inner-box .upper-box:before{
    position: absolute;
    content: '';
    width: 7px;
    height: 100%;
    left: 0px;
    top: 0px;
  }
  
  .team-block-two .inner-box .upper-box .designation{
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 18px;
    color: #5a5a68;
    font-weight: 700;
    margin-bottom: 7px;
  }
  
  .team-block-two .inner-box .upper-box h3{
    margin: 0px;
  }
  
  .team-block-two .inner-box .image-box{
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto !important;
    margin-bottom: 30px !important;
  }
  
  .team-block-two .inner-box .image-box img{
    width: 100%;
    border-radius: 50%;
  }
  
  .team-block-two .inner-box .lower-box{
    position: relative;
    display: block;
    border-top: 1px solid #e3e3e3;
  }
  
  .team-block-two .inner-box .lower-box .list-item li{
    position: relative;
    display: inline-block;
    float: left;
    width: 50%;
    text-align: center;
    font-size: 17px;
    color: #5a5a68;
  }
  
  .team-block-two .inner-box .lower-box .list-item li a{
    padding: 12px 10px;
  }
  
  .team-block-two .inner-box .lower-box .list-item li a{
    position: relative;
    display: inline-block;
    color: #5a5a68;
  }
  
  .team-block-two .inner-box .lower-box .list-item li a i{
    position: relative;
    margin-right: 10px;
    color: #a6a6af;
    font-size: 16px;
    transition: all 500ms ease;
  }
  
  
  .team-block-two .inner-box .lower-box .list-item li.share .social-links{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -23px;
    width: 120px;
    height: 40px;
    border: 1px solid #e3e3e3;
    background: #fff;
    text-align: center;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease;
  }
  
  .team-block-two .inner-box .lower-box .list-item li.share:hover .social-links{
    top: -33px;
    visibility: visible;
    opacity: 1;
  }
  
  .team-block-two .inner-box .lower-box .list-item li.share .social-links:before{
    position: absolute;
    content: '';
    background: #fff;
    width: 10px;
    height: 10px;
    left: 53px;
    bottom: -4px;
    z-index: -1;
    transform: rotate(45deg);
    box-shadow: 1px 1px #e3e3e3;
  }
  
  .team-block-two .inner-box .lower-box .list-item li.share .social-links li{
    position: relative;
    display: inline-block;
    width: 33.333%;
    line-height: 40px;
    padding: 0px;
    border-right: 1px solid #e3e3e3;
    text-align: center;
    float: left;
  }
  
  .team-block-two .inner-box .lower-box .list-item li.share .social-links li a{
    padding: 0px;
  }
  
  .team-block-two .inner-box .lower-box .list-item li.share .social-links li a i{
    margin: 0px;
  }
  
  .team-block-two .inner-box .lower-box .list-item li.share .social-links li:last-child{
    border-right: none;
  }
  
  .team-block-two .inner-box .lower-box .list-item li.mail-box{
    border-right: 1px solid #e3e3e3;
  }
  
  .team-style-two .more-text{
    position: relative;
    display: block;
    margin-top: 43px;
  }
  
  .team-style-two .more-text p{
    font-size: 18px;
    font-weight: 500;
    color: #5a5a68;
    margin: 0px;
  }
  
  .team-style-two .more-text p a{
    display: inline-block;
    line-height: 22px;
  }
  
  .team-style-two .more-text p a i{
    position: relative;
    font-size: 18px;
    margin-left: 10px;
    top: 2px;
  }
  
  .team-style-two .more-text p a:hover{
    color: #5a5a68;
    border-color: #5a5a68;
  }
  
  .team-style-two .sec-title{
    margin-bottom: 50px;
  }

  /*** 

====================================================================
                        Team-Page
====================================================================

***/

.team-page-section{
  position: relative;
  padding: 120px 0px 90px 0px;
}

.team-page-section .team-block-two{
  margin-bottom: 30px;
}

.team-page-section .team-block-one{
  margin-bottom: 30px;
}/** history-section **/

.history-section{
    position: relative;
    padding: 115px 0px 100px 0px;
  }
  
  .history-section .tabs-content{
    position: relative;
    max-width: 1170px;
    margin: 0 auto;
  }
  
  .history-section .tabs-content .image-box img{
    width: 100%;
  }
  
  .history-section .tabs-content .content-box .year{
    position: relative;
    display: block;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin-bottom: 6px;
  }
  
  .history-section .tabs-content .content-box h3{
    position: relative;
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 24px;
  }
  
  .history-section .tabs-content .content-box p{
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #a6a6b3;
    margin-bottom: 27px;
  }
  
  .history-section .tabs-content .content-box a{
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #fff;
  }
  
  .history-section .tabs-content .content-box a i{
    position: relative;
    font-size: 22px;
    font-weight: 400;
    top: 2px;
    margin-left: 10px;
  }
  
  .history-section .tabs-content .content-box{
    position: relative;
    margin-top: -7px;
  }
  
  .history-section .tabs-content{
    position: relative;
    display: block;
    margin-bottom: 65px;
  }
  
  .history-section .tab-btn-box{
    position: relative;
    display: block;
    padding-top: 40px;
  }
  
  .history-section .tab-btn-box .tab-btns{
    position: relative;
    display: block;
    border-top: 1px solid #353540;
  }
  
  .history-section .tab-btn-box .tab-btns li{
    position: relative;
    display: inline-block;
    float: left;
    width: 12.5%;
    margin: 0px;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    color: #5b5b6c;
    cursor: pointer;
    text-align: center;
    transition: all 500ms ease;
  }
  
  .history-section .tab-btn-box .tab-btns li.active-btn{
    font-size: 24px;
    color: #fff;
  }
  
  .history-section .tab-btn-box .tab-btns li span{
    position: relative;
    display: inline-block;
    padding: 15px 0px;
  }
  
  .history-section .tab-btn-box .tab-btns li span:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    left: 0px;
    top: -1px;
    transform: scale(0,0);
    transition: all 500ms ease;
  }
  
  .history-section .tab-btn-box .tab-btns li.active-btn span:before{
    transform: scale(1,1);
  }
  
  .history-section .tab-btn-box .tab-btns li:after{
    position: absolute;
    content: '';
    background: #353540;
    width: 1px;
    height: 20px;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
    transition: all 500ms ease;
  }
  
  .history-section .tab-btn-box .tab-btns li.active-btn:after{
    height: 40px;
    top: -40px;
  }
  
  .history-section .tab-btn-box .tab-btns li:before{
    position: absolute;
    content: "\f102";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-size: 22px;
    left: 50%;
    transform: translateX(-50%);
    top: -55px;
    opacity: 0;
    transition: all 500ms ease;
  }
  
  .history-section .tab-btn-box .tab-btns li.active-btn:before{
    opacity: 1;
    top: -65px;
  }
  
  .history-section .sec-title{
    margin-bottom: 50px;
  }
  
  .history-section .pattern-layer .pattern-1{
    position: absolute;
    top: 100px;
    right: 0px;
    width: 930px;
    height: 565px;
    background-repeat: no-repeat;
  }
  
  .history-section .pattern-layer .pattern-2{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 35px;
    background-repeat: repeat-x;
    animation: slide-2 60s linear infinite;
    -webkit-animation: slide-2 60s linear infinite;
  }.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;
  }