
/** portfolio-section **/

.portfolio-section{
  position: relative;
}

.trusted-manufacturer-section{
  position: relative;
  padding: 105px 0px 110px 0px;
  background:
    linear-gradient(135deg, rgba(245, 248, 250, 0.95), rgba(255, 255, 255, 0.9)),
    url(../images/resource/chooseus-1.jpg);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.trusted-manufacturer-section:before{
  position: absolute;
  content: '';
  inset: 0px;
  background-image:
    linear-gradient(rgba(6, 74, 203, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6, 74, 203, 0.07) 1px, transparent 1px);
  background-size: 54px 54px;
  pointer-events: none;
}

.trusted-manufacturer-shape{
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(6, 74, 203, 0.18);
}



.trusted-manufacturer-section .auto-container{
  position: relative;
  z-index: 1;
}

.trusted-manufacturer-inner{
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0px 20px;
  text-align: center;
}

.trusted-manufacturer-inner:before{
  display: none;
}

.trusted-manufacturer-icon{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  color: #fff;
  font-size: 30px;
  background: var(--secondary-color);
  border-radius: 50%;
  margin-bottom: 28px;
  box-shadow: 0px 18px 45px rgba(6, 74, 203, 0.18);
}

.trusted-manufacturer-icon:before{
  position: absolute;
  content: '';
  inset: -10px;
  border: 1px dashed rgba(6, 74, 203, 0.34);
  border-radius: 50%;
  animation: trustedSpin 16s linear infinite;
}

.trusted-manufacturer-inner h2{
  display: block;
  color: #101a30;
  font-size: 50px;
  line-height: 60px;
  font-weight: 900;
  margin-bottom: 24px;
}

.trusted-manufacturer-inner p{
  color: #5c6675;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 16px;
}

.trusted-manufacturer-inner p:last-child{
  color: #101a30;
  font-weight: 600;
  margin-bottom: 0px;
}

.trusted-manufacturer-line{
  position: relative;
  width: 170px;
  height: 4px;
  margin: 30px auto 0px auto;
  background: rgba(6, 74, 203, 0.14);
  border-radius: 4px;
  overflow: hidden;
}

.trusted-manufacturer-line:before{
  position: absolute;
  content: '';
  left: -60px;
  top: 0px;
  width: 60px;
  height: 100%;
  background: var(--theme-color);
  animation: trustedLine 2.8s ease-in-out infinite;
}

@keyframes trustedSpin{
  0%{
    transform: rotate(0deg);
  }
  100%{
    transform: rotate(360deg);
  }
}

@keyframes trustedLine{
  0%{
    left: -60px;
  }
  100%{
    left: 170px;
  }
}

.portfolio-block-one .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.portfolio-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.portfolio-block-one .inner-box .image-box:before{
  position: absolute;
  content: '';
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(14, 54, 114, 0.8) 68.75%);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 1;
  opacity: 0;
  transition: all 500ms ease;
}

.portfolio-block-one .inner-box:hover .image-box:before{
  opacity: 1;
}

.portfolio-block-one .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.portfolio-block-one .inner-box:hover .image-box img{
  transform: scale(1.05);
}

.portfolio-block-one .inner-box .view-btn{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
}

.portfolio-block-one .inner-box .view-btn a{
  position: relative;
  display: inline-block;
  font-size: 50px;
  color: #fff;
  transform: scale(0,0);
}

.portfolio-block-one .inner-box:hover .view-btn a{
  transform: scale(1,1);
}

.portfolio-block-one .inner-box .text-box{
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding-left: 50px;
  padding-right: 30px;
  width: 100%;
  z-index: 2;
  opacity: 0;
  transition: all 500ms ease;
}

.portfolio-block-one .inner-box:hover .text-box{
  opacity: 1;
  bottom: 45px;
}

.portfolio-block-one .inner-box .text-box h3{
  display: block;
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
  margin-bottom: 4px;
}

.portfolio-block-one .inner-box .text-box h3 a{
  display: inline-block;
  color: #fff;
}

.portfolio-block-one .inner-box .text-box h3 a:hover{
  text-decoration: underline;
}

.portfolio-block-one .inner-box .text-box span{
  position: relative;
  display: block;
  font-size: 16px;
  color: #fff;
}


/** portfolio-style-two **/

.portfolio-style-two{
  background: #F5F8FA;
  padding: 114px 0px 90px 0px;
}

.portfolio-style-two .portfolio-block-one .inner-box{
  margin-bottom: 30px;
}

.portfolio-style-two .pattern-layer{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 252px;
  height: 291px;
  background-repeat: no-repeat;
}

.portfolio-page-section{
  position: relative;
}

.portfolio-page-section .portfolio-block-one .inner-box{
  margin-bottom: 30px;
}

.portfolio-page-section .outer-container{
  position: relative;
  margin: 0px 15px;
}

.portfolio-page-section .outer-container .masonry-item{
  padding: 0px 0px;
}

.portfolio-page-section .outer-container .portfolio-block-one .inner-box{
  margin-bottom: 0px;
}

.portfolio-page-section .filter-tabs li{
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  font-family: var(--title-font);
  color: var(--title-color);
  border: 1px solid #BDBDBD;
  border-radius: 30px;
  padding: 9px 35px;
  cursor: pointer;
  z-index: 1;
  margin: 0px 8px;
  transition: all 500ms ease;
}

.portfolio-page-section .filter-tabs li:hover,
.portfolio-page-section .filter-tabs li.active{
  color: #fff;
  border-color: var(--secondary-color);
  background: var(--secondary-color);
}

.portfolio-page-section .filter-tabs li:before{
  position: absolute;
  content: '';
  background: var(--secondary-color);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 30px;
  z-index: -1;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.portfolio-page-section .filter-tabs li:hover:before,
.portfolio-page-section .filter-tabs li.active:before{
  transform: scale(1,1);
}




/** RTL-CSS **/

.rtl .portfolio-block-one .inner-box .text-box{
  text-align: right;
}



/** RESPONSIVE-CSS **/

@media only screen and (max-width: 1599px){
  

}


@media only screen and (max-width: 1200px){



}

@media only screen and (max-width: 991px){

  .trusted-manufacturer-inner{
    padding: 0px 20px;
  }

  .trusted-manufacturer-inner h2{
    font-size: 42px;
    line-height: 50px;
  }


}

@media only screen and (max-width: 767px){

  .trusted-manufacturer-section{
    padding: 74px 0px 80px 0px;
  }

  .trusted-manufacturer-inner{
    padding: 0px;
  }

  .trusted-manufacturer-inner h2{
    font-size: 32px;
    line-height: 40px;
  }

  .trusted-manufacturer-inner p{
    font-size: 17px;
    line-height: 29px;
  }

  .trusted-manufacturer-icon{
    width: 64px;
    height: 64px;
    font-size: 25px;
    margin-bottom: 24px;
  }

  .portfolio-block-one .inner-box .text-box{
    padding-left: 30px;
  }

  .portfolio-page-section{
    padding: 70px 0px 40px 0px;
  }

  .portfolio-page-section .outer-container{
    padding-bottom: 30px;
  }

}

@media only screen and (max-width: 599px){

  

}

@media only screen and (max-width: 499px){

  .trusted-manufacturer-inner{
    padding: 0px;
  }

  .trusted-manufacturer-inner h2{
    font-size: 28px;
    line-height: 36px;
  }

  .trusted-manufacturer-inner p{
    font-size: 16px;
    line-height: 28px;
  }

}












































