
/** about-section **/

.about-section{
  position: relative;
}

.about-section .content-outer{
  padding: 117px 0px 90px 0px;
  border-bottom: 1px solid #d9d9d9;
}



.about-section .sidebar-text .single-item{
  margin-bottom: 29px;
}

.about-section .sidebar-text .single-item:last-child{
  margin-bottom: 0px;
}

.about-section .content-column .upper-box{
  position: relative;
  display: block;
  margin-bottom: 60px;
}

.about-section .content-column .upper-box h2{
  display: block;
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 38px;
}

.about-section .content-column .upper-box h4{
  display: block;
  position: relative;
  font-size: 20px;
  line-height: 30px;
  padding-left: 35px;
  font-weight: 600;
}

.about-section .content-column .upper-box h4 i{
  position: absolute;
  left: 0px;
  top: 2px;
}

.counter-block-one .inner-box{
  position: relative;
  display: block;
  padding: 34px 0px 32px 120px;
  border-top: 1px solid #d9d9d9;
}

.counter-block-one .inner-box .icon-box{
  position: absolute;
  left: 0px;
  top: 27px;
  content: '';
  background: #f3f3f9;
  width: 85px;
  height: 85px;
  line-height: 95px;
  font-size: 40px;
  color: #3f3c3c;
  z-index: 1;
  text-align: center;
  border-radius: 50%;
  transition: all 500ms ease;
}

.counter-block-one .inner-box:hover .icon-box{
  color: #fff;
}

.counter-block-one .inner-box .icon-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  transform: scale(0,0);
  border-radius: 50%;
  z-index: -1;
  transition: all 500ms ease;
}

.counter-block-one .inner-box:hover .icon-box:before{
  transform: scale(1,1);
}

.counter-block-one .inner-box .count-outer{
  position: relative;
  display: block;
  font-size: 48px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 3px;
}


.counter-block-one .inner-box p{
  display: block;
  font-size: 14px;
}

.about-section .counter-block{
  padding: 0px 47.5px;
}

.about-section .funfact-inner{
  margin: 0px -47.5px;
}

/** about-style-two **/

.about-style-two{
  padding: 200px 0px 157px 0px;
  background: #221f1e;
}

.about-style-two .image-box{
  position: relative;
  padding-right: 190px;
  margin-right: 35px;
  padding-bottom: 130px;
}

.about-style-two .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
}

.about-style-two .image-box .image img{
  width: 100%;
}

.about-style-two .image-box .image-2{
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.about-style-two .content-box{
  position: relative;
  display: block;
  margin-left: 40px;
}

.about-style-two .content-box .text p{
  font-size: 15px;
  line-height: 28px;
  color: #999999;
  margin-bottom: 26px;
  line-height: 26px;
}

.about-style-two .content-box .text p:last-child{
  margin-bottom: 0px;
}

.about-style-two .content-box .text{
  max-width: 570px;
}

.about-style-two .content-box .sec-title{
  margin-bottom: 88px;
}

.about-section .content-column .btn-box a{
  border: 1px solid #666666;
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  padding: 16.5px 57px;
}

.about-section .content-column .btn-box a:hover{
  color: #fff;
}

.about-section .content-column .btn-box{
  position: relative;
  display: block;
  margin-top: 50px;
}
/** service-section **/

.service-section{
  position: relative;
  padding: 125px 0px 90px 0px;
}

.service-section .upper-box{
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.service-section .upper-box h2 {
  display: block;
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 38px;
}

.service-block-one .inner-box{
  position: relative;
  display: block;
  padding: 9px 0px 12px 120px;
  margin-bottom: 40px;
}

.service-block-one .inner-box .icon-box{
  position: absolute;
  left: 0px;
  top: 0px;
  content: '';
  background: #f3f3f9;
  width: 85px;
  height: 85px;
  line-height: 95px;
  font-size: 40px;
  color: #3f3c3c;
  z-index: 1;
  text-align: center;
  border-radius: 50%;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .icon-box{
  color: #fff;
}

.service-block-one .inner-box .icon-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  transform: scale(0,0);
  border-radius: 50%;
  z-index: -1;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .icon-box:before{
  transform: scale(1,1);
}

.service-block-one .inner-box h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 6px;
}

.service-block-one .inner-box h3 a{
  display: inline-block;
}

.service-block-one .inner-box h3 a:hover{
  text-decoration: underline;
}

.service-block-one .inner-box p{
  font-size: 14px;
}

.service-style-two{
  position: relative;
  padding: 0px 0px 50px 0px;
  border-bottom: 1px solid #d9d9d9;
}

.service-block-two .inner-box{
  position: relative;
  display: block;
}

.service-block-two .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.service-block-two .inner-box .image-box img{
  width: 100;
  transition: all 500ms ease;
}

.service-block-two .inner-box:hover .image-box img{
  transform: scale(1.05);
  opacity: 0.2;
}

.service-block-two .inner-box .lower-content{
  position: relative;
  display: block;
  padding-top: 39px;
}

.service-block-two .inner-box .lower-content h2{
  display: block;
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 14px;
}

.service-block-two .inner-box .lower-content h2 a{
  display: inline-block;
  color: #000;
}

.service-block-two .inner-box .lower-content h2 a:hover{

}

.service-block-two .inner-box .lower-content p{
  font-size: 15px;
  margin-bottom: 45px;
}

.service-block-two .inner-box .lower-content .theme-btn{
  border: 1px solid #999999;
  font-size: 14px;
  color: #000 !important;
  padding: 16.5px 48px;
}

.service-block-two .inner-box .lower-content .theme-btn:hover{
  color: #fff !important;
}

.service-block-two .inner-box{
  margin-bottom: 100px;
}

.service-style-two .service-block{
  padding: 0px 50px;
}

.service-style-two .inner-container{
  margin: 0px -35px;
}

.service-style-two .logo-shape{
  position: absolute;
  width: 910px;
  height: 870px;
  right: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
}
/** project-section **/

.project-section{
  position: relative;
  padding-top: 140px;
}

.project-section .project-tab{
  padding-bottom: 140px;
  border-bottom: 1px solid #dededd;
}

.project-tab .p-tab {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
}

.project-tab .p-tab.active-tab {
  position: relative;
  visibility: visible;
  opacity: 1;
  z-index: 5;
}

.project-tab .p-tabs-content {
  position: relative;
  display: block;
}

.project-tab .p-tab.active-tab .project-block-one {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -moz-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}

.project-tab .p-tab .project-block-one {
  position: relative;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  -moz-transform: scaleX(0);
  transform: scaleX(0);
}

.project-block-one .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.project-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.project-block-one .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.project-block-one .inner-box:hover .image-box img{
  opacity: 0.5;
  transform: scale(1.05);
}

.project-block-one .inner-box .video-btn{
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%,-50%);
  z-index: 1;
}

.project-block-one .inner-box .video-btn a{
  position: relative;
  display: inline-block;
  width: 120px;
  height: 120px;
  line-height: 120px;
  font-size: 30px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.50);
}

.project-block-one .inner-box .video-btn a:after, 
.project-block-one .inner-box .video-btn a:before {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.project-block-one .inner-box .video-btn a:after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.project-section .tab-btns li{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  color: #666666;
  cursor: pointer;
  margin: 0px 15px;
  transition: all 500ms ease;
}

.project-section .tab-btns li.active-btn{
  font-weight: 700;
}

.project-section .tab-btn-box{
  position: relative;
  display: block;
  margin-bottom: 95px;
}

.project-section .sec-title{
  margin-bottom: 72px;
}

.project-section .owl-dots{
  text-align: center;
  margin-top: 100px;
}

.project-section .dots-style-one .owl-dots .owl-dot span{
  margin-bottom: 0px 6px;
}

.project-section .owl-nav{
  position: absolute;
  top: 38%;
  width: 100%;
  transform: translateY(-50%);
}

.project-section .owl-nav button{
  position: absolute;
  display: inline-block;
  font-size: 30px;
  color: #000;
  cursor: pointer;
  transition: all 500ms ease;
}

.project-section .owl-nav button:hover{

}

.project-section .owl-nav button.owl-prev{
  left: 0px;
}

.project-section .owl-nav button.owl-next{
  right: 0px;
}

.project-section .owl-nav button.owl-prev:before,
.project-section .owl-nav button.owl-next:before{
  position: absolute;
  content: '';
  width: 28px;
  height: 119px;
  background-repeat: no-repeat;
  top: -45px;
  z-index: -1;
}

.project-section .owl-nav button.owl-prev:before{
  left: 0px;
}

.project-section .owl-nav button.owl-next:before{
  right: 0px;
}

.project-style-two{
  padding-bottom: 120px;
  border-bottom: 1px solid #d9d9d9;
}

.project-style-two .filters{
  position: relative;
  display: block;
  margin-bottom: 55px;
}

.project-style-two .filter-tabs li{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  color: #666666;
  cursor: pointer;
  margin-right: 30px;
  transition: all 500ms ease;
}

.project-style-two .filter-tabs li:last-child{
  margin: 0px !important;
}

.project-style-two .filter-tabs li.active{
  font-weight: 700;
}

.project-block-two .inner-box{
  position: relative;
  display: block;
  margin-bottom: 15px;
  overflow: hidden;
}

.project-block-two .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: #000;
}

.project-block-two .inner-box .image-box:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.6) 10%, rgba(0,0,0,0.0) 100%);
  bottom: 0px;
  right: 0px;
  z-index: 1;
  opacity: 0;
  transition: all 500ms ease;
}

.project-block-two .inner-box:hover .image-box:before{
  opacity: 1;
}

.project-block-two .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.project-block-two .inner-box:hover .image-box img{
  opacity: 0.5;
  transform: scale(1.05);
}

.project-block-two .inner-box .text{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding-left: 25px;
  z-index: 2;
  opacity: 0;
  transition: all 500ms ease;
}

.project-block-two .inner-box:hover .text{
  bottom: 21px;
  opacity: 1;
}

.project-block-two .inner-box .text h6{
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}

.project-block-two .inner-box .text h6 a{
  display: inline-block;
  color: #fff;
}

.project-block-two .inner-box .text h6 a:hover{

}

.project-style-two .masonry-item{
  padding: 0px 7.5px;
}

.project-style-two .sortable-masonry{
  margin: 0px 7.5px;
}

.project-block-two .inner-box .video-btn{
  position: absolute;
  left: 50%;
  top: 65%;
  transform: translate(-50%,-50%);
  z-index: 1;
}

.project-block-two .inner-box .video-btn a{
  position: relative;
  display: inline-block;
  width: 120px;
  height: 120px;
  line-height: 120px;
  font-size: 30px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.50);
}

.project-block-two .inner-box:hover .video-btn a{
  background: rgba(255, 255, 255, 0.10);
}

.project-block-two .inner-box .video-btn a:after, 
.project-block-two .inner-box .video-btn a:before {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.project-block-two .inner-box .video-btn a:after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}