/*================================================
 <--Start Project Area Css-->
=================================================*/
.project-area {
  padding: 100px 0 100px;
}
.project-single-box {
  overflow: hidden;
  margin-bottom: 50px;
}
.project-thumb {
  position: relative;
  transition: 0.5s;
}
.project-single-box:hover .project-thumb {
  transform: scale(1.1);
}
.project-content {
  position: absolute;
  bottom: -100%;
  left: 0;
  background: #1A449A;
  width: 66%;
  right: 0;
  margin: auto;
  transition: 0.5s;
  display: flex;
  justify-content: space-between;
  align-items: center;
      bottom: initial;
}
.project-single-box:hover .project-content {
  bottom: 40px;
}
.project-content-title {
  float: left;
  padding: 19px 0px 20px 23px;
}
.project-content-title h5 a {
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  font-weight: 600;
  transition: 0.5s;
}
.project-content-title h5 a:hover {
  color: #ffff;
}
.project-content h6 {
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 400;
}
.project-content-icon {
  text-align: right;
  /* padding: 25px 27px 0; */
  padding-right: 23px;
}
.project-content-icon i {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #ffffff;
  border: 1px solid #ffff;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  font-size: 26px;
  color: #000;
  transition: 0.5s;
}
.project-content-icon i:hover {
  border: 1px solid #fff;
  background: inherit;
  color: #fff;
}
.project-text {
  position: absolute;
  bottom: -95px;
  left: 13px;
  transition: 0.5s;
}
.project-single-box:hover .project-text {
  bottom: -190px;
}
.project-text h3 {
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  background: #1A449A;
  text-align: center;
  width: 189px;
  height: 189px;
  line-height: 123px;
  clip-path: polygon(9% 41%, 50% 0%, 100% 50%, 0% 49%);
}

/* project button */
.clean-home-btn.project a {
  background: #ffb400;
  color: #ffff;
  padding: 18px 35px;
}
.clean-home-btn.project a::before {
  background: #0e3d4b;
}
.clean-home-btn.project a::after {
  background: #0e3d4b;
}

.clean-home-btn a {
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  background: #0e3d4b;
  color: #0e3d4b;
  padding: 15px 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.5s;
}
.clean-home-btn a:hover {
  color: #ffff;
}
.clean-home-btn a::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #ffb400;
  z-index: -1;
  transition: 0.5s;
}
.clean-home-btn a:hover::before {
  transform: rotateX(90deg);
}
.clean-home-btn a::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #ffb400;
  z-index: -1;
  transition: 0.5s;
}
.clean-home-btn a:hover::after {
  transform: rotateY(90deg);
}

/* section title */
.section-sub-title.about {
  position: relative;
}
.section-sub-title.about::before {
  position: absolute;
  content: "";
  height: 3px;
  width: 50px;
  background: #0e3d4b;
  left: 140px;
  top: 9px;
}
.section-sub-title.about::after {
  display: none;
}
.section-sub-title.about h4 {
  font-size: 16px;
  color: #0e3d4b;
  font-weight: 500;
  margin-bottom: 19px;
}
.section-main-title.about {
  margin-bottom: 22px;
}
.section-main-title.about h2 {
  font-size: 44px;
  color: #0e3d4b;
  font-weight: 600;
  line-height: 54px;
}

/*================================================
 <--Start Section Area Css-->
=================================================*/
/* section title */
.section-sub-title {
  position: relative;
  display: inline-block;
}
.section-sub-title::before {
  position: absolute;
  content: "";
  height: 3px;
  width: 50px;
  background: #0e3d4b;
  left: -54px;
  top: 8px;
}
.section-sub-title::after {
  position: absolute;
  content: "";
  height: 3px;
  width: 50px;
  background: #0e3d4b;
  right: -56px;
  top: 8px;
}
.section-sub-title h4 {
  font-size: 17px;
  color: #0e3d4b;
  font-weight: 600;
  margin-bottom: 19px;
}
.section-main-title {
  margin-bottom: 13px;
}
.section-main-title h2 {
  font-size: 44px;
  color: #0e3d4b;
  font-weight: 600;
  margin: 0;
  transition: 0.5s;
  display: inline-block;
  position: relative;
  margin: 5px 0 40px;
  text-transform: capitalize;
  line-height: 1.4;
  font-size: calc(1.525rem + 3.3vw);
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  letter-spacing: -0.025em;
  word-break: break-word;
  font-size: 4rem;
  color: #243a48;
  line-height: 0;
}
.section-discription {
  width: 44%;
  margin: auto;
  margin-bottom: 60px;
}
.section-discription p {
  color: #616161;
  font-weight: 400;
  opacity: 0.8;
  font-size: 16px;
  line-height: 24px;
}
/*service section title */
.section-sub-title.service h4 {
  color: #ffb400;
}
.section-main-title.service h2 {
  color: #fff;
}
.section-discription.service p {
  color: #fff;
}
.section-sub-title.service::before {
  background: #ffb400;
}
.section-sub-title.service::after {
  background: #ffb400;
}

/* team area section title */
.section-sub-title.team h4 {
  color: #ffb400;
}
.section-main-title.team h2 {
  color: #ffff;
}
.section-discription.team p {
  color: #fff;
}
.section-sub-title.team::before {
  background: #ffb400;
}
.section-sub-title.team::after {
  background: #ffb400;
}

/* team area style two section title */
.section-sub-title.team-two::before {
  height: 1px;
  top: 40px;
  left: 0;
  right: 0;
  margin: auto;
}
.section-sub-title.team-two::after {
  display: none;
}
.section-sub-title.team-two h4 {
  margin-bottom: 26px;
}
.section-main-title.team-two h2 {
  line-height: 67px;
}

/* service style two section title */
.section-sub-title.style-two::before {
  top: 39px;
  height: 1px;
  left: 0;
  right: 0;
  margin: auto;
}
.section-sub-title.style-two::after {
  display: none;
}
.section-sub-title.style-two h4 {
  margin-bottom: 38px;
}

/* Choose Us section title */
.section-discription.choose-us {
  width: 88%;
  margin: initial;
  margin-bottom: 26px;
}
.section-sub-title.choose-us::before {
  left: 0;
  top: 42px;
  height: 1px;
}
.section-sub-title.choose-us::after {
  display: none;
}
.section-sub-title.choose-us h4 {
  margin-bottom: 38px;
}

/* work process style two section title  */
.section-sub-title.work::before {
  left: 0;
  right: 0;
  margin: auto;
  top: 40px;
  height: 1px;
  background: #ffb400;
}
.section-sub-title.work::after {
  display: none;
}
.section-sub-title.work h4 {
  color: #ffff;
  margin-bottom: 36px;
}
.section-main-title.work h2 {
  color: #fff;
}
.section-discription.work p {
  color: #fff;
}



@media screen and (max-width:1310px){
.project-content{

}
}
@media screen and (max-width:1280px){
.project-content {
    display: block ! important;
}
  
  .project-content-title {

    padding: 10px 10px 0 10px;
}
  .project-content-icon {
    padding-bottom: 10px;
}
}


 @media screen and (max-width: 1250px){
.project-content-title h5 a {
    font-size: 16px;
    line-height: 20px;
}
.project-content h6 {
    font-size: 12px;
    line-height: 16px;
}

.project-content-icon i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;

}
   .project-single-box:hover .project-content {
    bottom: 20px;
}
   
   
  }



@media screen and (max-width:530px){
.project-text {
    display: none ! important;
}
.project-content-title {
    
}
}

@media screen and (max-width:666px){
.section-main-title h2 {
    font-size: 1.5rem;;
      line-height: 1;
}
  .service-section .section-main-title h2 {
    font-size: 2rem;
}
}





@media screen and (max-width:666px){
.project-area {
    padding: 0 ! important;
}
.service-section {
    padding: 0 ! important;
}
}

@media screen and (max-width:768px){
.zhou{
    margin-bottom: -60px;
}
}