/** service-section **/

.service-section{
    position: relative;
    padding: 250px 0px 120px 0px;
    margin-top: -135px;
  }
  
  .service-section .sec-title{
    margin-bottom: 50px;
  }
  

  
  .service-block-one .inner-box {
    position: relative;
    display: block;
    margin-top: 30px;
    background: #2b2a37;
  }
  .service-block-one .inner-box:before {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.1);
    width: 100%;
    height: 0%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    transition: all 500ms ease;
  }
  
  .service-block-one .inner-box:hover:before{
    height: 100%;
    top: 0px;
  }
  
  .service-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
  }
  .service-block-one .inner-box .image-box::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #2a2a38;
    opacity: 0;
    transition: all 500ms ease;
    z-index: 1;
  }
  .service-block-one .inner-box:hover .image-box::before {
    opacity: .9;
  }
  .service-block-one .inner-box .image-box img{
    width: 100%;
    transition: all 500ms ease;
  }
  
  .service-block-one .inner-box:hover .image-box img{
    transform: scale(1.05);
  }
  .service-block-one .inner-box .lower-content {
    position: relative;
    border-right: 2px solid transparent;
    border-left: 2px solid transparent;
    border-bottom: 2px solid transparent;
    padding: 30px 30px 0px;
  }
  
  .service-block-one .inner-box .image-box .icon-box {
    position: absolute;
    top: 38%;
    left: 0;
    font-size: 40px;
    width: 100%;
    height: 100%;
    display: block;
    right: 0;
    margin: auto;
    z-index: 10;
    text-align: center;
    opacity: 0;
    transition: all 500ms ease;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 40px;
    text-align: center;
    border-radius: 50%;
    background: -webkit-linear-gradient(-90deg, #f25743, #eb3648 50%);
    color: #fff;
  }
  
  .service-block-one .inner-box:hover .image-box .icon-box {
    opacity: 1;
  }
  
  .service-block-one .inner-box .image-box .icon-box i {
    position: relative;
    color: #fff;
    transition: all 500ms ease;
  }
  
  .service-block-one .inner-box .lower-content .shap-box {
    position: absolute;
    left: 30px;
    top: 35px;
    width: 62px;
    height: 9px;
    background-repeat: no-repeat;
  }
  
  .service-block-one .inner-box .lower-content h3{
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 14px;
  }
  
  .service-block-one .inner-box .lower-content h3 a{
    display: inline-block;
    color: #fff;
  }
  
  .service-block-one .inner-box .lower-content p {
    font-size: 16px;
    line-height: 24px;
    color: #a6a6b3;
    font-weight: 500;
    margin-bottom: 27px;
  }
  
  .service-block-one .inner-box .lower-content .link{
    position: relative;
    display: block;
    padding: 14px 0px;
    z-index: 1;
  }
  
  .service-block-one .inner-box .lower-content .link:before{
    position: absolute;
    content: '';
    background: rgba(255,255,255,0.1);
    width: calc(100% + 60px);
    height: 2px;
    left: -30px;
    top: 0px;
  }
  
  .service-block-one .inner-box .lower-content .link:after{
    position: absolute;
    content: '';
    width: 0%;
    height: 100%;
    top: 0px;
    right: -30px;
    z-index: -1;
    transition: all 500ms ease;
  }
  
  .service-block-one .inner-box:hover .lower-content .link:after{
    width: calc(100% + 60px);
    left: -30px;
  }
  
  .service-block-one .inner-box .lower-content .link a{
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #fff;
  }
  
  .service-block-one .inner-box .lower-content .link a i{
    position: relative;
    font-weight: 400;
    font-size: 22px;
    margin-left: 10px;
    top: 2px;
  }




  /** service-style-two **/

.service-style-two{
  position: relative;
  padding: 115px 0px 120px 0px;
}

.service-style-two .sec-title{
  margin-bottom: 50px;
}

.service-style-two .service-block-one .inner-box{
  border: 1px solid #e3e3e3;
}
.service-block-one .inner-box .lower-content .icon-box {
  position: absolute;
  top: 30px;
  right: 25px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 40px;
  background: #313143;
  text-align: center;
  border-radius: 50%;
  z-index: 1;
}
.service-block-one .inner-box .lower-content .icon-box i {
  color: transparent !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  transition: all 500ms ease;
}
.service-style-two .service-block-one .inner-box .lower-content .icon-box{
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}
.service-block-one .inner-box .lower-content .icon-box:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  border-radius: 50%;
  transform: scale(0, 0);
  z-index: -1;
  transition: all 500ms ease;
}
.service-block-one .inner-box:hover .lower-content .icon-box:before {
  transform: scale(1, 1);
}
.service-style-two .service-block-one .inner-box .lower-content h3 a{
  color: #1e1e2a;
}

.service-style-two .service-block-one .inner-box .lower-content p{
  color: #5a5a68;
}

.service-style-two .service-block-one .inner-box .lower-content .link a{
  color: #1e1e2a;
}

.service-style-two .service-block-one .inner-box:hover .lower-content .link a{
  color: #fff;
}

.service-style-two .service-block-one .inner-box .lower-content .link:before{
  height: 1px;
  background: #e3e3e3;
}
.service-style-two .service-block-one .inner-box {
  border: 1px solid #e3e3e3;
  background: #fff;
}
.service-style-two .service-block-one .inner-box .lower-content {
  padding: 67px 30px 0px;
}
.service-style-two .service-block-one .inner-box .lower-content {
  border: 0px;
}
.service-block-one .inner-box:hover .lower-content .icon-box i {
  background: -webkit-linear-gradient(-90deg, #fff, #fff 50%);
}


/*** 

====================================================================
                        Service-Page
====================================================================

***/

.service-page-section{
  position: relative;
  padding: 115px 0px 35px 0px;
}

.service-page-section .service-block-one{
  margin-bottom: 80px;
}
.service-page-section .sec-title {
  text-align: left;
}/** chooseus-section **/

.chooseus-section{
    position: relative;
    overflow: hidden;
    padding: 116px 0px 85px 0px;
  }
  
  .chooseus-section .pattern-layer{
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  
  .chooseus-section .image-layer{
    position: absolute;
    right: 140px;
    bottom: 0px;
    z-index: 1;
  }
  
  .chooseus-section .inner-content .content-box-one{
    position: relative;
    max-width: 700px;
    width: 100%;
    margin-bottom: 10px;
  }
  
  .chooseus-section .inner-content .single-item{
    position: relative;
    display: inline-block;
    overflow: hidden;
    float: left;
    max-width: 225px;
    width: 100%;
    margin-right: 10px;
  }
  
  .chooseus-section .inner-content .content-box-one .single-item{
    padding-top: 35px;
  }
  
  .chooseus-section .inner-content .content-box-two .single-item{
    padding-bottom: 35px;
  }
  
  .chooseus-section .inner-content .single-item:last-child{
    margin-right: 0px;
  }
  
  .chooseus-section .inner-content .single-item .content-box{
    position: relative;
    display: block;
    background: #fff;
    padding: 40px 15px 22px 15px;
    text-align: center;
    opacity: 1;
    z-index: 1;
    transition: all 900ms ease;
  }
  
  .chooseus-section .inner-content .single-item:hover .content-box{
    opacity: 0;
  }
  
  .chooseus-section .inner-content .single-item .content-box .icon-box{
    position: relative;
    display: inline-block;
    margin-bottom: 14px;
    z-index: 1;
  }
  .chooseus-section .inner-content .single-item .content-box .icon-box img {
    max-width: 55px;
  }
  .chooseus-section .inner-content .single-item .content-box .icon-box:before{
    position: absolute;
    content: '';
    background: #eeeef5;
    height: 54px;
    width: 54px;
    border-radius: 50%;
    top: -10px;
    right: -30px;
    z-index: -1;
  }
  
  .chooseus-section .inner-content .single-item .content-box h4{
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin: 0px;
  }
  
  .chooseus-section .inner-content .single-item .overlay-box{
    position: absolute;
    left: 0px;
    width: 100%;
    background: #fff;
    padding: 30px 15px 23px 15px;
    text-align: center;
    z-index: 1;
    opacity: 0;
    transition: all 500ms ease;
  }
  
  .chooseus-section .inner-content .content-box-one .single-item .overlay-box{
    top: 30px;
  }
  
  .chooseus-section .inner-content .content-box-two .single-item .overlay-box{
    bottom: 30px;
  }
  
  .chooseus-section .inner-content .content-box-one .single-item:hover .overlay-box{
    opacity: 1;
    top: 0px;
  }
  
  .chooseus-section .inner-content .content-box-two .single-item:hover .overlay-box{
    opacity: 1;
    bottom: 0px;
  }
  
  .chooseus-section .inner-content .single-item .overlay-box .icon-box{
    position: relative;
    display: inline-block;
    width: 86px;
    height: 86px;
    line-height: 86px;
    background: #eeeef5;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 14px;
  }
  .chooseus-section .inner-content .single-item .overlay-box .icon-box img {
    max-width: 55px;
  }
  .chooseus-section .inner-content .single-item .overlay-box p{
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #5a5a68;
    font-weight: 500;
  }
  
  .chooseus-section .inner-content .content-box-two{
    position: relative;
    display: block;
    width: 100%;
  }
  
  .chooseus-section .inner-content .single-item .image-box{
    position: relative;
    display: block;
    text-align: center;
    padding: 10px 0px;
  }
  
  .chooseus-section .sec-title{
    margin-bottom: 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;
  }