

/** portfolio-section **/

.portfolio-section{
  position: relative;
  padding: 230px 0px 220px 0px;
}

.portfolio-section .big-text{
  position: absolute;
  left: 0px;
  top: -200px;
  width: 100%;
  text-align: center;
  font-size: 450px;
  line-height: 300px;
  font-family: var(--title-font);
  text-transform: uppercase;
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0.10);
}

.portfolio-section .large-container{
  max-width: 1470px;
}

.portfolio-section .upper-box{
  position: relative;
  display: flex;
  align-items: center;
}

.portfolio-section .upper-box .text-box p{
  font-size: 24px;
  line-height: 45px;
}

.portfolio-section .upper-box .text-box{
  position: relative;
  padding-bottom: 86px;
  max-width: 596px;
}

.portfolio-section .upper-box .text-box:before{
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  width: 596px;
  height: 63px;
  background-image: url(../../images/shape/shape-12.png);
  background-repeat: no-repeat;
}

.portfolio-block-one .inner-box{
  position: relative;
  display: block;
  background: #F5F4F5;
  border-radius: 50px;
  padding: 125px 30px 100px 103px;
}

.portfolio-block-one .inner-box .image-box{
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.portfolio-block-one .inner-box .content-box{
  position: relative;
  max-width: 500px;
  z-index: 2;
}

.portfolio-block-one .inner-box .content-box .icon-box{
  position: relative;
  display: inline-block;
  width: 68px;
  height: 68px;
  line-height: 68px;
  background: var(--secondary-color);
  text-align: center;
  border-radius: 50%;
  font-size: 24px;
  color: #fff;
  margin-bottom: 30px;
}

.portfolio-block-one .inner-box .content-box h2{
  position: relative;
  display: block;
  font-size: 48px;
  line-height: 63px;
  font-weight: 700;
  margin-bottom: 37px;
}

.portfolio-block-one .inner-box .content-box h2 a{
  display: inline-block;
  color: var(--title-color);
}

.portfolio-block-one .inner-box .content-box h2 a:hover{
  text-decoration: underline;
}

.portfolio-block-one .inner-box .content-box p{
  font-size: 26px;
  line-height: 46px;
  color: var(--title-color);
  margin-bottom: 70px;
}

.portfolio-block-one .inner-box .content-box .link a{
  position: relative;
  display: inline-block;
  font-size: 19px;
  color: var(--title-color);
  font-weight: 400;
}

.portfolio-block-one .inner-box .content-box .link a:hover{
  transform: scale(1.1);
}

.portfolio-block-one .inner-box .shape .shape-1{
  position: absolute;
  left: 513px;
  bottom: 71px;
  width: 79px;
  height: 87px;
  background-repeat: no-repeat;
}

.portfolio-block-one .inner-box .shape .shape-2{
  position: absolute;
  left: 513px;
  bottom: 71px;
  width: 79px;
  height: 87px;
  background-repeat: no-repeat;
  opacity: 0;
}

.portfolio-section .owl-carousel .owl-stage-outer{
  overflow: visible;
}

.portfolio-section .owl-nav{
  position: absolute;
  top: -157px;
  right: 0px;
}

/** portfolio-style-two **/

.portfolio-style-two{
  position: relative;
  padding: 0px 50px;
}

.portfolio-style-two .outer-container{
  position: relative;
  padding: 100px 75px;
  border: 1px solid var(--secondary-color);
  border-top: none;
}

.portfolio-style-two .title-inner{
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.portfolio-style-two .title-inner .theme-btn{
  border-radius: 0px;
}

.portfolio-style-two .title-inner h2{
  display: inline-block;
  font-size: 90px;
  line-height: 105px;
}

.portfolio-style-two .title-inner h2:before{
  position: absolute;
  content: '';
  background-image: url(../../images/shape/shape-33.png);
  width: 119px;
  height: 81px;
  right: 70px;
  bottom: -20px;
  background-repeat: no-repeat;
  animation-name: float-bob-y;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-y;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-y;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-y;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.portfolio-block-two .inner-box{
  position: relative;
  display: block;
}

.portfolio-block-two .inner-box .content-box{
  position: relative;
  display: block;
}

.portfolio-block-two .inner-box .content-box span{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 52px;
  color: rgba(0, 0, 0, 0.40);
  margin-bottom: 15px;
}

.portfolio-block-two .inner-box .content-box h2{
  display: block;
  font-size: 64px;
  line-height: 75px;
  font-family: var(--text-font);
  font-weight: 500;
  margin-bottom: 84px;
  max-width: 480px;
}

.portfolio-block-two .inner-box .content-box h2 a{
  display: inline-block;
  color: var(--title-color);
}

.portfolio-block-two .inner-box .content-box h2 a:hover{
  color: var(--theme-color);
}

.portfolio-block-two .inner-box .content-box .link a{
  position: relative;
  display: inline-block;
  width: 98px;
  height: 65px;
  line-height: 71px;
  text-align: center;
  border-radius: 50px;
  border: solid;
  border-width: 1px;
  border-color: var(--secondary-color);
  font-size: 24px;
  color: var(--title-color);
}

.portfolio-block-two .inner-box .content-box .link a i{
  position: relative;
  display: inline-block;
  transition: all 500ms ease;
}

.portfolio-block-two .inner-box .content-box .link a:hover{
  color: #fff;
}

.portfolio-block-two .inner-box .content-box .link a:hover i{
  transform: rotate(45deg);
}

.portfolio-block-two .inner-box .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
}

.portfolio-block-two .inner-box .image-box .image img{
  width: 100%;
  transition: all 500ms;
}

.portfolio-block-two .inner-box:hover .image-box .image img{
  transform: scale(1.05);
}

/** portfolio-style-three **/

.portfolio-style-three{
  position: relative;
  background: #0F0F0F;
  padding: 210px 0px 0px 0px;
}

.portfolio-style-three .outer-container{
  position: relative;
  padding-left: 280px;
  padding-right: 130px;
}

.portfolio-style-three .count-text{
  position: absolute;
  left: 50px;
  top: 46px;
  font-size: 120px;
  line-height: 105px;
  font-family: 'Playfair Display', cursive;
  color: #fff;
  font-weight: 400;
  font-style: italic;
}

.portfolio-style-three .title-box{
  position: relative;
  display: block;
  padding-bottom: 49px;
  border-bottom: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.07);
}

.portfolio-style-three .title-box .inner-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.portfolio-style-three .title-box a{
  position: relative;
  display: inline-block;
  width: 312px;
  height: 312px;
  text-align: center;
  padding-top: 78px;
  border: solid;
  border-width: 1px;
  border-color: #fff;
  color: #fff;
  border-radius: 50%;
}

.portfolio-style-three .title-box a:hover{

}

.portfolio-style-three .title-box a span{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 35px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.portfolio-style-three .title-box a i{
  position: relative;
  display: inline-block;
  font-size: 39px;
  color: #fff;
  transition: all 500ms ease;
}

.portfolio-style-three .title-box a:hover i{
  transform: rotate(45deg);
}

.portfolio-style-three .title-box .upper-text{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 32px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.40);
  margin-bottom: 25px;
}

.portfolio-style-three .title-box h2{
  position: relative;
  display: block;
  font-size: 90px;
  line-height: 105px;
  font-family: var(--text-font);
  color: #fff;
  font-weight: 500;
  margin-bottom: 54px;
}

.portfolio-style-three .title-box h2 span{
  position: relative;
  display: block;
  font-family: 'Playfair Display', cursive;
  font-style: italic;
  color: rgba(255, 255, 255, 0.30);
}

.portfolio-style-three .title-box p{
  font-size: 34px;
  line-height: 56px;
  max-width: 810px;
  color: rgba(255, 255, 255, 0.70);
}

.portfilio-block-one{
  position: relative;
  display: block;
  padding: 129px 0px 138px 0px;
  border-bottom: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.07);
}

.portfilio-block-one .inner-box{
  position: relative;
  display: block;
}

.portfilio-block-one .inner-box .image-box{
  position: relative;
  display: block;
  transition: all 500ms ease;
}

.portfilio-block-one:hover .inner-box .image-box{
  margin-right: -130px;
}

.portfilio-block-one .inner-box .image-box .image{
  position: relative;
  display: none;
  transition: all 500ms ease;
}

.portfilio-block-one:hover .inner-box .image-box .image{
  display: block;
}

.portfilio-block-one .inner-box .image-box .image img{
  max-width: none;
  float: right;
}

.portfilio-block-one .inner-box .content-box{
  position: relative;
  display: block;
  width: max-content;
  z-index: 1;
  transition: all 500ms ease;
}

.portfilio-block-one .inner-box .content-box .upper-text{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 54px;
  color: rgba(255, 255, 255, 0.20);
  text-transform: uppercase;
  margin-bottom: 9px;
}

.portfilio-block-one .inner-box .content-box h2{
  position: relative;
  display: block;
  font-size: 64px;
  line-height: 77px;
  font-family: var(--text-font);
  color: #fff;
  font-weight: 500;
}

.portfilio-block-one .inner-box .content-box h2 span{
  position: relative;
  display: block;
  color: rgba(255, 255, 255, 0.30);
  font-family: 'Playfair Display', cursive;
  font-style: italic;
}

.portfilio-block-one .inner-box a{
  position: relative;
  display: inline-block;
  width: 133px;
  height: 133px;
  line-height: 133px;
  border: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  color: #fff;
  margin-top: 86px;
}

.portfilio-block-one .inner-box .content-box a{
  display: none;
}

.portfilio-block-one:hover .inner-box .content-box a{
  display: block;
}

.portfilio-block-one .inner-box a:hover{

}

.portfilio-block-one:hover .inner-box .image-box a{
  display: none;
}

/** portfolio-style-four **/

.portfolio-style-four{
  position: relative;
}

.portfolio-style-four .image-list{
  position: relative;
  display: flex;
  align-items: center;
  width: max-content;
  animation: 135s marqueslide infinite linear;
  transition: all 500ms ease;
}

.portfolio-style-four .image-list:hover {
    animation-play-state: paused;
}

.portfolio-style-four .image-list li{
  position: relative;
  display: inline-block;
  margin-right: 40px;
  overflow: hidden;
}
.portfolio-style-four .image-list li:last-child{
  margin: 0px;
}

.portfolio-style-four .image-list li img{
  width: 100%;
  -webkit-transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
  transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
}

.portfolio-style-four .image-list li:hover img{
  transform: scale(1.1);
}


/** portfolio-style-five **/

.portfolio-style-five{
  position: relative;
  background: #191818;
  padding: 211px 200px 65px 0px;
}

.portfolio-style-five .outer-container{
  position: relative;
  max-width: 1580px;
  width: 100%;
  padding: 0px 15px;
  margin: 0 auto;
  padding-left: 182px;
}

.portfolio-style-five .count-text{
  position: absolute;
  left: 10px;
  top: 9px;
  font-size: 120px;
  line-height: 105px;
  font-family: 'Playfair Display', cursive;
  font-style: italic;
}

.portfolio-style-five .title-box{
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.portfolio-style-five .title-text h2{
  position: relative;
  display: block;
  font-size: 90px;
  line-height: 105px;
  font-family: var(--text-font);
  color: #fff;
  font-weight: 500;
  margin-bottom: 80px;
  max-width: 1020px;
}

.portfolio-style-five .title-text h2 span{
  display: inline-block;
  font-family: 'Playfair Display', cursive;
  font-style: italic;
}

.portfolio-style-five .title-text h2 span.color{

}

.portfolio-style-five .title-text p{
  font-size: 32px;
  line-height: 56px;
  color: rgba(255, 255, 255, 0.70);
  max-width: 820px;
}

.portfolio-style-five .title-box a{
  position: relative;
  display: inline-block;
  width: 254px;
  height: 254px;
  text-align: center;
  padding-top: 61px;
  color: #fff;
}

.portfolio-style-five .title-box a:before{
  position: absolute;
  content: '';
  background-image: url(../../images/shape/shape-47.png);
  width: 254px;
  height: 254px;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
}

.portfolio-style-five .title-box a:hover{

}

.portfolio-style-five .title-box a span{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 35px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 19px;
}

.portfolio-style-five .title-box a i{
  position: relative;
  display: inline-block;
  font-size: 32px;
  color: #fff;
  transition: all 500ms ease;
}

.portfolio-style-five .title-box a:hover i{
  transform: rotate(45deg);
}

.portfolio-block-three{
  position: relative;
  padding: 129px 180px 138px 230px;
  border-top: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.05);
  transition: all 500ms ease;
}

.portfolio-block-three:hover{
  padding-top: 189px;
  padding-bottom: 198px;
}

.portfolio-block-three .count-no{
  position: absolute;
  display: block;
  font-size: 24px;
  line-height: 54px;
  color: rgba(255, 255, 255, 0.20);
  left: 0px;
  top: 128px;
  transition: all 500ms ease;
}

.portfolio-block-three:hover .count-no{
  color: #fff;
}

.portfolio-block-three .inner-box{
  position: relative;
  display: block;
}

.portfolio-block-three .link-box{
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
}

.portfolio-block-three .link-box a{
  position: relative;
  display: inline-block;
  width: 133px;
  height: 133px;
  line-height: 133px;
  border: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.10);
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  text-align: center;
}

.portfolio-block-three .link-box a:hover{
  border-color: #fff;
}

.portfolio-block-three .inner-box .image-box{
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(0,0);
  right: 0px;
  transition: all 500ms ease;
  padding-right: 190px;
}

.portfolio-block-three:hover .inner-box .image-box{
  transform: translateY(-50%) scale(1,1);
}

.portfolio-block-three .inner-box .image-box .image-2{
  position: absolute;
  top: 0px;
  right: 0px;
}

.portfolio-block-three .inner-box .text-box .text{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 54px;
  color: rgba(255, 255, 255, 0.20);
  text-transform: uppercase;
  margin-bottom: 17px;
}

.portfolio-block-three .inner-box .text-box h2{
  position: relative;
  display: block;
  font-size: 64px;
  line-height: 77px;
  font-family: var(--text-font);
  color: #fff;
}

.portfolio-block-three .inner-box .text-box h2 span{
  position: relative;
  display: block;
  color: rgba(255, 255, 255, 0.30);
  font-family: 'Playfair Display', cursive;
  font-style: italic;
}

/** portfolio-style-six **/

.portfolio-style-six{
  position: relative;
}

.portfolio-style-six .outer-container{
  position: relative;
}

.portfolio-style-six .outer-container .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.portfolio-style-six .block-one .upper-text{
  position: relative;
  display: inline-block;
  width: 170px;
  height: 170px;
  text-align: center;
  border: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 50%;
  padding-top: 46px;
  margin-bottom: 73px;
}

.portfolio-style-six .block-one .upper-text span{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 40px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 9px;
}

.portfolio-style-six .block-one .upper-text i{
  position: relative;
  display: inline-block;
  font-size: 30px;
  color: #fff;
}

.portfolio-style-six h2{
  position: relative;
  display: block;
  font-size: 160px;
  line-height: 202px;
  font-family: var(--text-font);
  font-weight: 700;
  color: transparent;
  background: -webkit-linear-gradient(0deg, #FFD2B1 25%, #FF94E1 50%, #6CFFF6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.portfolio-style-six .block-one{
  position: relative;
  padding-bottom: 760px;
}

.portfolio-style-six .block-one .image-box{
  position: absolute;
  left: 150px;
  bottom: 165px;
  width: 100%;
  text-align: center;
}

.portfolio-style-six .block-one .shape{
  position: absolute;
  left: 0px;
  bottom: -40px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.portfolio-style-six .category-list li{
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
}

.portfolio-style-six .category-list li a{
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
  color: #fff;
  border: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 50px;
  padding: 15.5px 40px;
}

.portfolio-style-six .category-list li a:hover{

}

.portfolio-style-six p{
  font-size: 36px;
  line-height: 62px;
  color: #fff;
  margin-bottom: 73px;
}

.portfolio-style-six .link a{
  position: relative;
  display: inline-block;
  width: 290px;
  height: 173px;
  line-height: 173px;
  text-align: center;
  font-size: 24px;
  color: #fff;
}

.portfolio-style-six .link a:hover{

}

.portfolio-style-six .link a:before{
  position: absolute;
  content: '';
  background-image: url(../../images/shape/shape-62.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  left: 0px;
  top: 0px;
}

.portfolio-style-six .link a i{
  position: relative;
  font-size: 16px;
  margin-left: 20px;
}

/** portfolio-style-seven **/

.portfolio-style-seven{
  position: relative;
  padding: 263px 0px 248px 0px;
}

.portfolio-style-seven .outer-container{
  position: relative;
  padding-left: 125px;
}

.portfolio-style-seven .title-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 215px;
  max-width: 1550px;
}

.portfolio-style-seven .title-box h2{
  position: relative;
  display: block;
  font-size: 82px;
  line-height: 92px;
  font-family: var(--text-font);
  font-weight: 500;
}

.portfolio-style-seven .title-box  a{
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  font-style: italic;
  color: var(--title-color);
  border-bottom: solid;
  border-width: 2px;
  border-color: var(--title-color);
  z-index: 9;
}

.portfolio-style-seven .title-box  a:hover{

}

.portfolio-style-seven .content-box{
  position: relative;
  display: block;
  margin-right: -418px;
}

.portfolio-block-four .inner-box{
  position: relative;
  display: block;
}

.portfolio-block-four .inner-box .image-box{
  position: relative;
  display: block;
  border-radius: 40px;
  overflow: hidden;
}

.portfolio-block-four .inner-box .image-box img{
  width: 100%;
  border-radius: 40px;
  transition: all 500ms ease;
}

.portfolio-block-four .inner-box:hover .image-box img{
  transform: scale(1.1) rotate(3deg);
}

.portfolio-block-four .inner-box .lower-content{
  position: relative;
  display: block;
  padding: 47px 0px 39px 0px;
  border-bottom: solid;
  border-width: 1px;
  border-color: var(--secondary-color);
}

.portfolio-block-four .inner-box .lower-content .category-list{
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 17px;
}

.portfolio-block-four .inner-box .lower-content .category-list li a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  color: var(--title-color);
  text-transform: uppercase;
  border-radius: 20px;
  border: solid;
  border-width: 1px;
  border-color: var(--secondary-color);
  padding: 4px 17px;
  margin-right: 10px;
}

.portfolio-block-four .inner-box .lower-content .category-list li a:hover{
  color: #fff;
}

.portfolio-block-four .inner-box .lower-content h3{
  position: relative;
  display: block;
  font-size: 32px;
  line-height: 40px;
  font-family: var(--text-font);
  font-weight: 400;
}

.portfolio-block-four .inner-box .lower-content h3 a{
  display: inline-block;
  color: var(--title-color);
}

.portfolio-block-four .inner-box .lower-content h3 a:hover{

}

.portfolio-block-four .inner-box .lower-content .link{
  position: absolute;
  top: 84px;
  right: 0px;
}

.portfolio-block-four .inner-box .lower-content .link a{
  position: relative;
  display: inline-block;
  font-size: 28px;
  color: var(--title-color);
}

.portfolio-block-four .inner-box .lower-content .link a:hover{

}

.portfolio-style-seven .owl-nav{
  position: absolute;
  top: -180px;
  right: 0px;
  left: 0px;
  max-width: 1550px;
  text-align: right;
}

/** portfolio-style-eight **/

.portfolio-style-eight{
  position: relative;
}

.portfolio-style-eight .outer-container{
  position: relative;
}

.portfolio-style-eight .title-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.portfolio-style-eight .title-box h2{
  font-size: 82px;
  line-height: 92px;
  font-family: var(--text-font);
  font-weight: 500;
}

.portfolio-style-eight .title-box .theme-btn-three{
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 40px;
  font-family: var(--title-font);
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  background: var(--secondary-color);
  padding: 10px 45px;
}

.portfolio-style-eight .title-box .theme-btn-three:hover{
  color: #fff;
}

.portfolio-style-eight .content-box{
  position: relative;
  display: block;
  margin-bottom: 11px;
  z-index: 1;
}

.portfolio-style-eight .content-box .list-item{
  position: relative;
  display: flex;
  align-items: center;
  font-size: 24px;
  line-height: 52px;
  color: rgba(0, 0, 0, 0.40);
}

.portfolio-style-eight .content-box.align-3 .list-item{
  justify-content: right;
}

.portfolio-style-eight .content-box .list-item li{
  position: relative;
  display: inline-block;
  margin-right: 23px;
}

.portfolio-style-eight .content-box .list-item li:last-child{
  margin: 0px;
}

.portfolio-style-eight .content-box .list-item li:before{
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.40);
  width: 3px;
  height: 3px;
  border-radius: 50%;
  right: -14px;
  bottom: 17px;
}

.portfolio-style-eight .content-box .list-item li:last-child:before{
  display: none;
}

.portfolio-style-eight .content-box .list-item li a{
  display: inline-block;
  color: var(--title-color);
}

.portfolio-style-eight .content-box .list-item li a:hover{

}

.portfolio-style-eight .content-box h2{
  position: relative;
  display: block;
  font-size: 82px;
  line-height: 89px;
  font-family: var(--text-font);
  font-weight: 500;
  margin-bottom: 70px;
}

.portfolio-style-eight .content-box h2 a{
  display: inline-block;
  color: var(--title-color);
}

.portfolio-style-eight .content-box h2 a:hover{

}

.portfolio-style-eight .content-box .link a{
  position: relative;
  display: inline-block;
  width: 98px;
  height: 65px;
  line-height: 65px;
  border: solid;
  border-width: 1px;
  border-color: var(--secondary-color);
  border-radius: 50px;
  font-size: 20px;
  color: var(--title-color);
  text-align: center;
}

.portfolio-style-eight .content-box .link a:hover{
  border-color: #FFE03C;
  background: #FFE03C;
}

.portfolio-style-eight .content-box .link a i{
  position: relative;
  display: inline-block;
  transition: all 500ms ease;
}

.portfolio-style-eight .content-box .link a:hover i{
  transform: rotate(45deg);
}

.portfolio-style-eight .image-box{
  position: relative;
  display: block;
}

.portfolio-style-eight .image-box img{
  -webkit-transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
  transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
}

.portfolio-style-eight .image-box img:hover{
  transform: scale(1.1);
}

.portfolio-style-eight .single-item .image-box img{
  max-width: none;
  float: right;
}

.portfolio-style-eight .single-item.style-two .image-box img{
  max-width: none;
  float: left;
}

/** portfolio-style-nine **/

.portfolio-style-nine{
  position: relative;
  padding: 105px 0px 140px 0px;
}

.portfolio-style-nine .sec-title a{
  position: absolute;
  display: inline-block;
  right: 0px;
  bottom: 0px;
  width: 205px;
  height: 205px;
  line-height: 205px;
  font-size: 60px;
  color: var(--title-color);
  border: solid;
  border-width: 1px;
  border-color: var(--secondary-color);
  border-radius: 50%;
  text-align: center;
}

.portfolio-style-nine .sec-title a i{
  position: relative;
  display: inline-block;
  transition: all 500ms ease;
}

.portfolio-style-nine .sec-title a:hover i{
  transform: rotate(45deg);
}

.portfolio-block-five .inner-box{
  position: relative;
  display: block;
  background: #F5F4F5;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 60px;
  padding: 38px 44px 566px 50px;
}

.portfolio-block-five .inner-box .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  transition: all 500ms ease;
}

.portfolio-block-five .inner-box:hover .bg-layer{
  transform: scale(1.1);
}

.portfolio-block-five .inner-box h2{
  position: relative;
  display: block;
  font-size: 42px;
  line-height: 52px;
  font-family: var(--text-font);
  font-weight: 500;
  max-width: 320px;
  margin-bottom: 10px;
}

.portfolio-block-five .inner-box h2 a{
  display: inline-block;
  color: var(--title-color);
}

.portfolio-block-five .inner-box h2 a:hover{

}

.portfolio-block-five .inner-box p{
  font-size: 24px;
  line-height: 52px;
  color: rgba(0, 0, 0, 0.40);
}

.portfolio-block-five .inner-box .link{
  position: absolute;
  top: 13px;
  right: 0px;
}

.portfolio-block-five .inner-box .link a{
  position: relative;
  display: inline-block;
  width: 77px;
  height: 77px;
  line-height: 77px;
  text-align: center;
  font-size: 30px;
  color: #fff;
  background: var(--secondary-color);
  border-radius: 50%;
}

.portfolio-block-five .inner-box .link a:hover{

}

.portfolio-style-nine .inner-container{
  margin: 0px -22px;
}

.portfolio-style-nine .portfolio-block{
  padding: 0px 37px;
}

.portfolio-block-one .inner-box .content-box .sub-title-text{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 39px;
  font-weight: 500;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.30);
  margin-bottom: 12px;
}

.portfolio-block-six .inner-box{
  position: relative;
  display: block;
}

.portfolio-block-six .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.portfolio-block-six .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.portfolio-block-six .inner-box:hover .image-box img{
  transform: scale(1.05);
}

.portfolio-block-six .inner-box .lower-content{
  position: relative;
  padding: 20px 100px 29px 0px;
  border-bottom: solid;
  border-width: 1px;
  border-color: var(--secondary-color);
  min-height: 164px;
}

.portfolio-block-six .inner-box .lower-content .date{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.30);
}

.portfolio-block-six .inner-box .lower-content h2{
  display: block;
  font-size: 36px;
  line-height: 42px;
  font-family: var(--text-font);
  font-weight: 500;
}

.portfolio-block-six .inner-box .lower-content h2 a{
  display: inline-block;
  color: var(--title-color);
}

.portfolio-block-six .inner-box .lower-content h2 a:hover{

}

.portfolio-block-six .inner-box .lower-content .link{
  position: absolute;
  right: 0px;
  bottom: 35px;
}

.portfolio-block-six .inner-box .lower-content .link a{
  position: relative;
  display: inline-block;
  width: 74px;
  height: 74px;
  line-height: 74px;
  font-size: 20px;
  color: var(--title-color);
  border: solid;
  border-width: 1px;
  border-color: var(--secondary-color);
  border-radius: 50%;
  text-align: center;
}

.portfolio-block-six .inner-box .lower-content .link a:hover{
  color: #fff;
  background: var(--secondary-color);
}


/** work-page-six-section **/

.work-page-six-section{
  position: relative;
}

.work-page-six-section .title-text h2{
  font-size: 130px;
  line-height: 130px;
  font-family: var(--text-font);
  font-weight: 500;
  z-index: 1;
}

.work-page-six-section .title-text:before{
  position: absolute;
  content: '';
  background: var(--secondary-color);
  width: 100%;
  height: 1px;
  left: 0px;
  bottom: 40px;
}

.work-page-six-section .title-text:after{
  position: absolute;
  content: '';
  background: #fff;
  width: 420px;
  height: 1px;
  left: 50%;
  margin-left: -210px;
  bottom: 40px;
}

.portfolio-block-eight .inner-box{
  position: relative;
  display: block;
  margin-bottom: 70px;
}

.work-page-six-section .portfolio-carousel-4{
  position: relative;
  max-width: 1129px;
  width: 100%;
  margin: 0 auto;
}

.work-page-six-section .owl-carousel .owl-stage-outer{
  overflow: visible;
}

.work-page-six-section .owl-carousel .owl-stage-outer .owl-item{
  transform: scaleY(0.7);
}

.work-page-six-section .owl-carousel .owl-stage-outer .owl-item.active{
  transform: scaleY(1);
}

.portfolio-block-eight .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.portfolio-block-eight .inner-box .image-box img{
  width: 100%;
}

.portfolio-block-eight .inner-box .lower-content{
  position: relative;
  padding-top: 50px;
  display: none;
}

.work-page-six-section .owl-carousel .owl-stage-outer .owl-item.active .portfolio-block-eight .inner-box .lower-content{
  display: block;
}

.portfolio-block-eight .inner-box .lower-content span{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 19px;
}

.portfolio-block-eight .inner-box .lower-content h2{
  display: block;
  font-size: 48px;
  line-height: 46px;
  font-family: var(--text-font);
  font-weight: 500;
}

.portfolio-block-eight .inner-box .lower-content h2 a{
  display: inline-block;
  color: var(--title-color);
}

.portfolio-block-eight .inner-box .lower-content h2 a:hover{

}

.work-page-six-section .owl-nav{
  position: relative;
  display: block;
  z-index: 1;
}

.work-page-six-section .owl-nav:before{
  position: absolute;
  content: '';
  background: var(--secondary-color);
  width: 5000px;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  top: 37px;
  z-index: -1;
}

.work-page-six-section .owl-nav:after{
  position: absolute;
  content: '';
  background: #fff;
  width: 210px;
  height: 1px;
  left: 50%;
  margin-left: -105px;
  top: 37px;
  z-index: -1;
}


/** work-page-seven-section **/

.work-page-seven-section{
  position: relative;
  background: #F6F6F6;
}

.work-page-seven-section .outer-container{
  position: relative;
  padding: 0px 75px;
}

.work-page-seven-section .title-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.work-page-seven-section .title-box h2{
  display: block;
  font-size: 100px;
  line-height: 105px;
  font-family: var(--text-font);
  font-weight: 700;
  max-width: 500px;
}

.work-page-seven-section .title-box h2 span{
  position: relative;
  display: inline-block;
  color: transparent;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: -webkit-linear-gradient(0deg, #FF48D7, #787EFF 100%);
}

.work-page-seven-section .title-box p{
  position: relative;
  display: block;
  max-width: 610px;
  font-size: 32px;
  line-height: 52px;
  color: var(--title-color);
}

.work-page-seven-section .portfolio-block{
  padding: 0px 30px;
}

.work-page-seven-section .inner-container{
  margin: 0px -15px;
}

.portfolio-block-nine{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 40px;
  padding: 43px 50px 48px 43px;
  margin-bottom: 60px;
}

.portfolio-block-nine .inner-box{
  position: relative;
  padding-left: 319px;
}

.portfolio-block-nine .inner-box .image-box{
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 31px;
  overflow: hidden;
}

.portfolio-block-nine .inner-box .image-box img{
  width: 100%;
  border-radius: 31px;
  transition: all 500ms ease;
}

.portfolio-block-nine .inner-box:hover .image-box img{
  transform: scale(1.2);
}

.portfolio-block-nine .inner-box .content-box{
  position: relative;
  display: block;
  padding: 42px 0px 42px 60px;
}

.portfolio-block-nine .inner-box .content-box span{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.40);
  margin-bottom: 8px;
}

.portfolio-block-nine .inner-box .content-box h2{
  position: relative;
  display: block;
  font-size: 42px;
  line-height: 52px;
  font-family: var(--text-font);
  font-weight: 500;
  margin-bottom: 47px;
  min-height: 156px;
  max-width: 340px;
}

.portfolio-block-nine .inner-box .content-box h2 a{
  display: inline-block;
  color: var(--title-color);
}

.portfolio-block-nine .inner-box .content-box h2 a:hover{

}

.portfolio-block-nine .inner-box .content-box .link a{
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: var(--secondary-color);
  font-size: 26px;
  color: #fff;
  border-radius: 50%;
}

.work-page-seven-section .pagination-list li{
  position: relative;
}

.work-page-seven-section .pagination-list li a,
.work-page-seven-section .pagination-list li > span{
  position: relative;
  display: inline-block;
  width: 51px;
  height: 51px;
  line-height: 51px;
  font-size: 24px;
  font-weight: 500;
  color: var(--title-color);
  border: solid;
  border-width: 1px;
  border-color: var(--secondary-color);
  text-align: center;
  border-radius: 50%;
  z-index: 2;
	background-color: transparent;
}

.work-page-seven-section .pagination-list li a:hover,
.work-page-seven-section .pagination-list li > span{
  background: var(--secondary-color);
  color: #fff;
}

.work-page-seven-section .pagination-list li:last-child a{
  font-size: 12px;
}

.work-page-seven-section .shape-1{
  position: absolute;
  top: 60px;
  left: 790px;
  width: 68px;
  height: 76px;
  background-repeat: no-repeat;
}

.work-page-seven-section .shape-2{
  position: absolute;
  top: 60px;
  left: 790px;
  width: 68px;
  height: 76px;
  background-repeat: no-repeat;
  display: none;
}

.work-page-seven-section .shape-3{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.work-page-seven-section .shape-4{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: none;
}

.portfolio-style-four.alternat-2{
  padding-top: 173px;
  background: #fff;
  z-index: 1;
}

.portfolio-style-four.alternat-2:before{
  display: none;
}

.portfolio-style-four.alternat-2:after{
  position: absolute;
  content: '';
  background: #191818;
  width: 100%;
  height: 240px;
  left: 0px;
  bottom: 0px;
  z-index: -1;
}

.portfolio-style-four.alternat-2 .title-box .upper-text{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.30);
  margin-bottom: 16px;
}

.portfolio-style-four.alternat-2 .title-box h2{
  display: block;
  font-size: 90px;
  line-height: 105px;
  font-family: var(--text-font);
  font-weight: 500;
}

.portfolio-style-four.alternat-2 .title-box h2 span{
  font-family: 'Playfire Display', cursive;
  font-style: italic;
}

.portfolio-style-four.alternat-2 .pattern-layer{
  position: absolute;
  top: -200px;
  right: 0px;
  width: 1242px;
  height: 1400px;
  background-repeat: no-repeat;
}

.portfolio-style-five.alternat-2{
  padding-top: 0px;
  padding-right: 0px;
}

.portfolio-style-five.alternat-2 .outer-container{
  padding-left: 15px;
}

.portfolio-style-five.alternat-2 .portfolio-block-three:hover,
.portfolio-style-five.alternat-2 .portfolio-block-three{
  padding-top: 100px;
  padding-bottom: 100px;
}

/** work-page-one-section **/

.work-page-one-section{
  position: relative;
  padding: 207px 0px 0px 0px; 
}

.work-page-one-section .inner-container{
  padding-bottom: 180px;
  border-bottom: solid;
  border-width: 1px;
  border-color: var(--secondary-color);
}

.work-page-one-section .title-text h2{
  display: block;
  font-size: 130px;
  line-height: 130px;
  font-weight: 500;
}

.work-page-one-section .title-text h2 span{
  display: block;
  color: rgba(0, 0, 0, 0.40);
}



.work-page-one-section .portfolio-block-one .inner-box .content-box .link a{
  width: 77px;
  height: 77px;
  line-height: 77px;
  background: var(--secondary-color);
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
}

.work-page-one-section .portfolio-block-one .inner-box .content-box .link a:hover{
 transform: scale(1);
}

.work-page-one-section .portfolio-block-one .inner-box .content-box .link a i{
  position: relative;
  display: inline-block;
  transition: all 500ms ease;
}

.work-page-one-section .portfolio-block-one .inner-box .content-box .link a:hover i{
  transform: scale(1.1);
}

.work-page-one-section .portfolio-block-one .inner-box .content-box h2{
  font-weight: 500;
}

.work-page-one-section .portfolio-block-one .inner-box{
  overflow: hidden;
}

.work-page-one-section .filter-tabs{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.work-page-one-section .filter-tabs li{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: var(--title-color);
  text-transform: uppercase;
  cursor: pointer;
  border: solid;
  border-width: 1px;
  border-color: transparent;
  border-radius: 50px;
  padding: 2.5px 17px;
  text-align: center;
  transition: all 500ms ease;
  margin-right: 50px;
}

.work-page-one-section .filter-tabs li:last-child{
  margin-right: 0px;
}

.work-page-one-section .filter-tabs li.active{
  border-color: var(--secondary-color);
}

.work-page-one-section .more-link a{
  position: relative;
  display: inline-block;
  width: 205px;
  height: 205px;
  line-height: 205px;
  border: solid;
  border-width: 1px;
  border-radius: 50%;
  text-align: center;
  color: var(--title-color);
}

.work-page-one-section .more-link a:hover{
  transform: rotate(-90deg);
}

.work-page-one-section .more-link a img:last-child{
  display: none;
}

.work-page-one-section .pattern-1{
  position: absolute;
  left: 180px;
  top: 284px;
  width: 228px;
  height: 139px;
  background-repeat: no-repeat;
}

.work-page-one-section .pattern-2{
  position: absolute;
  top: 269px;
  right: 80px;
  width: 88px;
  height: 97px;
  background-repeat: no-repeat;
}

.work-page-one-section .pattern-3{
  position: absolute;
  top: 269px;
  right: 80px;
  width: 88px;
  height: 97px;
  background-repeat: no-repeat;
  display: none;
}


.work-page-two-section{
  position: relative;
  padding: 0px 50px;
}

.work-page-two-section .outer-container{
  position: relative;
  border: solid;
  border-width: 1px;
  border-color: var(--secondary-color);
}

.work-page-two-section .title-text{
  position: relative;
  padding: 77px 0px 78px 0px;
  border-bottom: solid;
  border-width: 1px;
  border-color: var(--secondary-color);
}

.work-page-two-section .title-text h2{
  font-size: 90px;
  line-height: 100px;
  font-weight: 400;
}

.work-page-two-section .title-text .pattern-layer .pattern-1{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.work-page-two-section .title-text .pattern-layer .pattern-2{
  position: absolute;
  left: 58px;
  top: 14px;
  width: 349px;
  height: 349px;
  background-repeat: no-repeat;
}

.work-page-two-section .title-text .pattern-layer .pattern-3{
  position: absolute;
  top: 100px;
  right: 340px;
  width: 49px;
  height: 58px;
  background-repeat: no-repeat;
}

.work-page-two-section .filters{
  position: relative;
  padding-top: 27px;
  padding-bottom: 27px;
  border-bottom: solid;
  border-width: 1px;
  border-color: var(--secondary-color);
}

.work-page-two-section .filters .filter-tabs{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.work-page-two-section .filters .filter-tabs li{
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  font-family: var(--title-font);
  color: var(--title-color);
  text-transform: uppercase;
  padding: 3px 15px;
  margin-right: 30px;
  cursor: pointer;
  transition: all 500ms ease;
}

.work-page-two-section .filters .filter-tabs li:last-child{
  margin-right: 0px;
}

.work-page-two-section .filters .filter-tabs li.active{
  color: #fff;
  background: #2661FF;
}

.work-page-two-section .main-content-box{
  padding-left: 30px;
  padding-right: 30px;
}

.work-page-two-section .single-item{
  position: relative;
  display: block;
  background: #F4F7FF;
  overflow: hidden;
  margin-bottom: 30px;
}

.work-page-two-section .single-item .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.work-page-two-section .single-item .image-box img{
  width: 100%;
  transform: scale(1.1);
  transition: all 500ms ease;
}

.work-page-two-section .single-item:hover .image-box img{
  transform: scale(1);
}

.work-page-two-section .single-item .shape{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 467px;
  height: 344px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left bottom;
}

.work-page-two-section .single-item img{
  position: relative;
  width: 100%;
}

.work-page-two-section .portfolio-pagination{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.work-page-two-section .portfolio-pagination .pagination-list{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid;
  border-width: 1px;
  border-color: var(--secondary-color);
}
.work-page-two-section .portfolio-pagination .pagination-list .pagination{
    display:flex;
	gap: 0;
}
.work-page-two-section .portfolio-pagination .pagination-list .pagination li{
    margin:0px !important;
}
.work-page-two-section .portfolio-pagination .pagination-list li a,
.work-page-two-section .portfolio-pagination .pagination-list li span{
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  font-family: var(--title-font);
  color: var(--title-color);
  border-right: solid;
  border-width: 1px;
  border-color: var(--secondary-color);
  z-index: 1;
  background:none !important;
  border-radius:0px !important;
}

.work-page-two-section .portfolio-pagination .pagination-list li:last-child a{
  border: none;
  font-size: 12px;
}

.work-page-two-section .portfolio-pagination .pagination-list li a:hover,
.work-page-two-section .portfolio-pagination .pagination-list li:hover span,
.work-page-two-section .portfolio-pagination .pagination-list li a.current,
.work-page-two-section .portfolio-pagination .pagination-list li span.current{
  color: #fff;
}

.work-page-two-section .portfolio-pagination .pagination-list li a:before,
.work-page-two-section .portfolio-pagination .pagination-list li span:before{
  position: absolute;
  content: '';
  background: #2661FF;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  left: -1px;
  top: -1px;
  transform: scale(0,0);
  z-index: -1;
  transition: all 500ms ease;
}

.work-page-two-section .portfolio-pagination .pagination-list li a:hover:before,
.work-page-two-section .portfolio-pagination .pagination-list li:hover span:before,
.work-page-two-section .portfolio-pagination .pagination-list li a.current:before,
.work-page-two-section .portfolio-pagination .pagination-list li span.current:before{
  transform: scale(1,1);
}




/** work-page-three-section **/

.work-page-three-section{
  position: relative;
  padding: 0px 50px;
}

.work-page-three-section .outer-container{
  position: relative;
  padding-top: 80px;
  padding-bottom: 170px;
  border-top: solid;
  border-width: 1px;
  border-color: var(--secondary-color);
}

.work-page-three-section .title-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.work-page-three-section .title-box h2{
  position: relative;
  display: block;
  font-size: 90px;
  line-height: 105px;
  font-family: var(--text-font);
  font-weight: 500;
  max-width: 680px;
}

.work-page-three-section .title-box p{
  font-size: 30px;
  line-height: 54px;
  max-width: 420px;
}

.work-page-three-section .title-box a{
  position: relative;
  display: inline-block;
  width: 122px;
  height: 122px;
  line-height: 122px;
  text-align: center;
  border: solid;
  border-width: 1px;
  border-color: var(--secondary-color);
  border-radius: 50%;
  font-size: 14px;
  color: var(--title-color);
}

.work-page-three-section .title-box a:hover{

}



.work-page-three-section .carousel-content{
  position: relative;
  margin-right: -104px;
}

/** work-page-four-section **/

.work-page-four-section{
  position: relative;
  padding: 163px 0px 140px 0px;
}

.work-page-four-section .title-text h2{
  display: block;
  font-size: 90px;
  line-height: 100px;
  font-family: var(--text-font);
  font-weight: 500;
}

.work-page-four-section .outer-container{
  padding: 0px 125px;
}

.work-page-four-section .inner-container{
  margin: 0px -55px;
}

.work-page-four-section .portfolio-block{
  padding: 0px 70px;
}

.work-page-four-section .portfolio-block-four .inner-box .image-box,
.work-page-four-section .portfolio-block-four .inner-box .image-box img{
  border-radius: 0px;
}

.work-page-four-section .portfolio-block-four .inner-box .lower-content .link a{
  transform: rotate(-45deg);
}

.work-page-four-section .portfolio-block-four .inner-box .lower-content .link a:hover{
  transform: rotate(0deg);
}

.work-page-four-section .portfolio-block-four .inner-box .lower-content{
  padding-bottom: 0px;
  border-bottom: none;
}

.work-page-four-section .portfolio-block-four .inner-box{
  margin-bottom: 90px;
}

.work-page-four-section:before{
  position: absolute;
  content: '';
  background-image: url(../../images/shape/shape-50.png);
  width: 100%;
  height: 8px;
  left: 0px;
  bottom: 0px;
  background-repeat: repeat-x;
  z-index: 1;
}

.work-page-four-section .pattern-layer .pattern-1{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 1961px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.work-page-four-section .pattern-layer .pattern-2{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 1961px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  display: none;
}

.work-page-four-section .pattern-layer .pattern-3{
  position: absolute;
  left: 123px;
  top: 188px;
  width: 54px;
  height: 54px;
  background-repeat: no-repeat;
}

.work-page-four-section .pattern-layer .pattern-4{
  position: absolute;
  left: 123px;
  top: 188px;
  width: 54px;
  height: 54px;
  background-repeat: no-repeat;
  display: none;
}




/** work-page-five-section **/

.work-page-five-section{
  position: relative;
  padding: 25px 0px 200px 0px; 
}

.work-page-five-section .outer-container{
  position: relative;
  padding: 0px 125px;
}

.portfolio-block-seven .inner-box{
  position: relative;
  display: block;
}

.portfolio-block-seven .inner-box .image-box{
  position: relative;
  display: block;
}

.portfolio-block-seven .inner-box .image-box .date{
  position: absolute;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  color: var(--title-color);
  background: #fff;
  padding: 8.5px 23px;
  z-index: 1;
}

.portfolio-block-seven .inner-box .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
}

.portfolio-block-seven .inner-box .image-box .image img{
  width: 100%;
  transition: all 500ms ease;
}

.portfolio-block-seven .inner-box:hover .image-box .image img{
  transform: scale(1.5);
}

.portfolio-block-seven .inner-box .content-box{
  position: relative;
  display: block;
}

.portfolio-block-seven .inner-box .content-box span{
  position: relative;
  display: inline-block;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--title-color);
  border: solid;
  border-width: 1px;
  border-color: var(--secondary-color);
  padding: 4px 15px;
  margin-bottom: 20px;
}

.portfolio-block-seven .inner-box .content-box h2{
  display: block;
  font-size: 72px;
  line-height: 80px;
  font-family: var(--text-font);
  font-weight: 500;
  margin-bottom: 40px;
}

.portfolio-block-seven .inner-box .content-box h2 a{
  display: inline-block;
  color: var(--title-color);
}

.portfolio-block-seven .inner-box .content-box h2 a:hover{

}

.portfolio-block-seven .inner-box .content-box p{
  font-size: 28px;
  line-height: 50px;
  color: var(--title-color);
  margin-bottom: 60px;
  max-width: 580px;
}

.portfolio-block-seven .inner-box .content-box .link a{
  position: relative;
  display: inline-block;
  width: 150px;
  height: 150px;
  line-height: 150px;
  font-size: 50px;
  color: var(--title-color);
  border: solid;
  border-width: 1px;
  border-color: var(--secondary-color);
  text-align: center;
  border-radius: 50%;
}

.portfolio-block-seven .inner-box .content-box .link a:hover{
  background: #FFE03C;
  border-color: #FFE03C;
  transform: rotate(45deg);
}

.work-page-five-section .title-text h2{
  position: relative;
  display: block;
  font-size: 130px;
  line-height: 130px;
  font-family: var(--text-font);
  font-weight: 500;
}

.work-page-five-section .title-text:before,
.th-work-page-title:before{
  position: absolute;
  content: '';
  background: var(--secondary-color);
  width: calc(100% - 510px);
  height: 1px;
  right: 0px;
  bottom: 13px;
}

.work-page-five-section .more-btn .theme-btn-three{
  background: var(--secondary-color);
  padding: 18px 65px;
  border-radius: 40px;
}

























