
/** project-section **/

.project-section{
  position: relative;
  padding: 115px 60px 0px 60px;
}

.project-section:before{
  position: absolute;
  content: '';
  background: #f6f6f6;
  width: 100%;
  height: 380px;
  top: 0px;
  right: 0px;
  left: 0px;
}

.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:before{
  position: absolute;
  content: '';
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  left: 10px;
  top: 10px;
  transform: scale(0,0);
  opacity: 0.9;
  z-index: 1;
  transition: all 500ms ease;
}

.project-block-one .inner-box:hover .image-box:before{
  transform: scale(1,1);
}

.project-block-one .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.project-block-one .inner-box:hover .image-box img{
  transform: scale(1.1);
}

.project-block-one .inner-box .link{
  position: absolute;
  top: 10px;
  right: 10px;
}

.project-block-one .inner-box .link a{
  position: relative;
  display: inline-block;
  font-size: 30px;
  color: #fff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #272727;
  text-align: center;
  z-index: 2;
  opacity: 0;
  transform: scale(0,0);
  transition-delay: 500ms;
}

.project-block-one .inner-box:hover .link a{
  opacity: 1;
  transform: scale(1,1);
}

.project-block-one .inner-box .text{
  position: absolute;
  left: 0px;
  bottom: -20px;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 45px;
  z-index: 2;
  opacity: 0;
  transition-delay: 500ms;
  transition: all 500ms ease;
}

.project-block-one .inner-box:hover .text{
  bottom: 0px;
  opacity: 1;
  transition-delay: 500ms;
}

.project-block-one .inner-box .text p{
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

.project-block-one .inner-box .text h3{
  position: relative;
  display: block;
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
}

.project-block-one .inner-box .text h3 a{
  display: inline-block;
  color: #fff;
}

.project-block-one .inner-box .text h3 a:hover{
  text-decoration: underline;
}

.project-section .owl-nav{
  position: absolute;
  top: -127px;
  right: 305px;
}

.nav-style-one .owl-prev:hover, .nav-style-one .owl-next:hover{
  color: #fff!important;
}
/** cta-section **/

.cta-section{
  position: relative;
  padding: 100px 0px;
}

.cta-section .inner-box .theme-btn-one{
  background: #272727;
  padding: 22px 60px;
  font-size: 14px;
}

.cta-section .inner-box .theme-btn-one:before{
  background: #fff;
}

.cta-section .inner-box .theme-btn-one:hover{

}

.cta-section .inner-box .text h2{
  font-size: 40px;
  line-height: 70px;
  color: #fff;
  font-weight: 700;
}

/** cta-style-two **/

.cta-style-two{
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  padding: 230px 0px 120px 0px;
}

.cta-style-two:before{
  position: absolute;
  content: '';
  background: #f6f6f6;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.9;
}

.cta-style-two .inner-box .text{
  position: relative;
  display: block;
  padding: 0px 160px;
  margin-bottom: 57px;
}

.cta-style-two .inner-box .text h2{
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 6px;
}

.cta-style-two .inner-box .text p{
  font-size: 20px;
  line-height: 28px;
  font-style: italic;
}

.cta-style-two .inner-box .shape .shape-1{
  position: absolute;
  left: 60px;
  top: -45px;
  width: 93px;
  height: 145px;
  background-repeat: no-repeat;
}

.cta-style-two .inner-box .shape .shape-2{
  position: absolute;
  right: 80px;
  top: -40px;
  width: 128px;
  height: 130px;
  background-repeat: no-repeat;
}

.cta-style-two .inner-box .btn-box .theme-btn-one{
  padding: 22px 65px;
}
/** agency-section **/

.agency-section{
  position: relative;
  padding: 115px 0px 220px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.agency-section:before{
  position: absolute;
  content: '';
  background: #272727;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.9;
}

.content_block_2 .content-box .sec-title{
  margin-bottom: 56px;
}

.content_block_2 .content-box .btn-box .theme-btn-one{
  padding: 22px 60px;
  font-size: 14px;
}

.content_block_3 .content-box .tab-btn-box{
  position: relative;
  display: block;
  margin-bottom: 42px;
}

.content_block_3 .content-box .tab-btn-box .tab-btns li{
  position: relative;
  display: inline-block;
  float: left;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  font-weight: 500;
  padding: 0px 19px 19px 19px;
  margin-right: 10px;
  cursor: pointer;
  transition: all 500ms ease;
}

.content_block_3 .content-box .tab-btn-box .tab-btns li:last-child{
  margin: 0px !important;
}

.content_block_3 .content-box .tab-btn-box .tab-btns li:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 100%;
  height: 2px;
  left: 0px;
  bottom: 0px;
  opacity: 1;
  transition: all 500ms ease;
}

.content_block_3 .content-box .tab-btn-box .tab-btns li.active-btn:before,
.content_block_3 .content-box .tab-btn-box .tab-btns li:hover:before{
  opacity: 0;
}

.content_block_3 .content-box .tab-btn-box .tab-btns li:after{
  position: absolute;
  content: '';
  width: 154px;
  height: 8px;
  left: 50%;
  transform: translateX(-50%) scale(0,0);
  bottom: -1px;
  background-repeat: no-repeat;
  transition: all 500ms ease;
  opacity: 0;
}

.content_block_3 .content-box .tab-btn-box .tab-btns li.active-btn:after,
.content_block_3 .content-box .tab-btn-box .tab-btns li:hover:after{
  transform: translateX(-50%) scale(1,1);
  opacity: 1;
}

.content_block_3 .content-box .tabs-content .inner-box{
  position: relative;
  padding-left: 245px;
}

.content_block_3 .content-box .tabs-content .inner-box .image-box{
  position: absolute;
  left: 0px;
  top: 8px;
  width: 208px;
  height: 237px;
}

.content_block_3 .content-box .tabs-content .inner-box .image-box img{
  width: 100%;
}

.content_block_3 .content-box .tabs-content .inner-box .text p{
  font-size: 18px;
  line-height: 34px;
  color: #bfbfbf;
  margin-bottom: 34px;
}

.content_block_3 .content-box .tabs-content .inner-box .text .list li{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 34px;
  color: #bfbfbf;
  margin-bottom: 15px;
  padding-left: 28px;
  margin-bottom: 6px;
}

.content_block_3 .content-box .tabs-content .inner-box .text .list li:last-child{
  margin-bottom: 0px;
}

.content_block_3 .content-box .tabs-content .inner-box .text .list li:before{
  position: absolute;
  content: "\f00c";
  font-family: 'Font Awesome 5 Pro';
  font-size: 18px;
  left: 0px;
  top: 0px;
  font-weight: 700;
}


/** about-agency **/

.about-agency{
  position: relative;
  padding: 114px 0px 105px 0px;
}

.about-agency .sec-title p{
  color: rgba(255,255,255,0.7);
}

.about-agency .text p{
  font-size: 18px;
  line-height: 34px;
  color: rgba(255,255,255,0.7);
}

.about-agency .text{
  margin-top: 32px;
}

.about-agency .sec-title{
  margin-bottom: 0px;
}
/** feature-section **/

.feature-section{
  position: relative;
  padding-bottom: 120px;
  padding-top: 120px;
}

.feature-block-one .inner-box{
  position: relative;
  display: block;
  background: #fff;
  padding: 50px 30px 30px 30px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.06);
}

.feature-block-one .inner-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 0px;
  left: 0px;
  top: 0px;
  z-index: 1;
  transition: all 500ms ease;
}

.feature-block-one .inner-box:hover:before{
  height: 20px;
  top: -20px;
}

.feature-block-one .inner-box .icon-box{
  position: relative;
  display: inline-block;
  font-size: 65px;
  line-height: 65px;
  margin-bottom: 19px;
}

.feature-block-one .inner-box h2{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 36px;
}

.feature-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: #272727;
}

.feature-block-one .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.feature-block-one .inner-box:hover .image-box img{
  transform: scale(1.1);
  opacity: 0.5;
}

.feature-block-one .inner-box .image-box .theme-btn-one{
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  padding: 7px 21px;
  opacity: 0;
  transition: all 500ms ease;
}

.feature-block-one .inner-box:hover .image-box .theme-btn-one{
  top: 50%;
  opacity: 1;
}


/** feature-style-two **/

.feature-style-two{
  position: relative;
}

.feature-style-two .inner-container{
  position: relative;
  background: #fff;
  display: block;
  margin-top: -120px;
  z-index: 1;
  padding: 55px 70px 53px 70px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.06);
}

.feature-style-two .single-item{
  position: relative;
  float: left;
  width: 33.333%;
}

.feature-style-two .single-item .inner-box{
  position: relative;
  padding: 0px 20px 0px 80px;
}

.feature-style-two .single-item .inner-box .icon-box{
  position: absolute;
  left: 0px;
  top: 5px;
  width: 58px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.feature-style-two .single-item .inner-box .icon-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 60px;
  left: 0px;
  top: -60px;
}

.feature-style-two .single-item .inner-box h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 22px;
}

.feature-style-two .single-item .inner-box p{
  font-size: 16px;
  line-height: 30px;
}