
/** contact-section **/

.contact-section{
  position: relative;
  padding: 93px 0px 100px 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.contact-section:before{
  position: absolute;
  content: '';
  background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.0) 0%, rgba(24,12,84,0.9) 100%);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
}

#content_block_nine .content-box{
  position: relative;
}

#content_block_nine .content-box .text{
  position: relative;
  display: block;
  margin-bottom: 30px;
}

#content_block_nine .content-box .text p{
  color: #fff;
}

#content_block_nine .content-box .form-inner .form-group{
  position: relative;
  margin-bottom: 25px;
}

#content_block_nine .content-box .form-inner .form-group:last-child{
  margin-bottom: 0px;
}

#content_block_nine .content-box .form-inner .form-group input[type='text'],
#content_block_nine .content-box .form-inner .form-group input[type='email'],
#content_block_nine .content-box .form-inner .form-group textarea{
  position: relative;
  width: 100%;
  background: #fff;
  height: 55px;
  padding: 10px 30px;
  font-size: 16px;
  border: 2px solid #fff;
  border-radius: 30px;
  transition: all 500ms ease;
}

#content_block_nine .content-box .form-inner .form-group textarea{
  display: block;
  height: 120px;
  resize: none;
}

#content_block_nine .content-box .form-inner .form-group input:focus,
#content_block_nine .content-box .form-inner .form-group textarea:focus{

}

#content_block_nine .content-box .form-inner .form-group button{
  display: block;
  width: 100%;
  text-transform: uppercase;
  padding: 12.5px 30px;
}


/** working-section **/

.working-section{
  position: relative;
  width: 100%;
  padding: 110px 0px 120px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.working-section:before{
  position: absolute;
  content: '';
  background: #222;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.9;
}

.working-block-one .inner-box{
  position: relative;
  display: inline-block;
  width: 232px;
  height: 232px;
  margin: 0 auto;
  padding: 70px 40px 50px 40px;
}

.working-block-one .inner-box .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 232px;
  height: 232px;
  background-repeat: no-repeat;
}

.working-block-one .inner-box .count{
  position: absolute;
  left: 10px;
  top: 20px;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #fff;
  font-size: 22px;
  font-weight: 700;
  color: #222;
  border-radius: 50%;
  z-index: 1;
  transition: all 500ms ease;
}

.working-block-one .inner-box:hover .count{
  color: #fff;
}

.working-block-one .inner-box .count:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  transform: scale(0,0);
  z-index: -1;
  transition: all 500ms ease;
}

.working-section .working-block:nth-child(2) .working-block-one .inner-box .count:before{

}

.working-section .working-block:nth-child(3) .working-block-one .inner-box .count:before{
  
}

.working-section .working-block:last-child .working-block-one .inner-box .count:before{
  
}

.working-block-one .inner-box:hover .count:before{
  transform: scale(1,1);
}

.working-block-one .inner-box .icon-box{
  position: relative;
  font-size: 60px;
  line-height: 60px;
  color: #fff;
  margin-bottom: 15px;
  transition: all 500ms ease;
}

.working-block-one .inner-box h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}

.working-section .sec-title-two{
  margin-bottom: 57px;
}

/** working-style-two **/

.working-style-two{
  position: relative;
  padding: 103px 0px 104px 0px;
}

.working-style-two .sec-title{
  text-align: center;
  margin-bottom: 74px;
}

.working-style-two .sec-title h2{
  margin-bottom: 17px;
}

.working-block-two .inner-box{
  position: relative;
  display: block;
  text-align: center;
  padding: 0px 30px;
}

.working-block-two .inner-box .icon-box{
  position: relative;
  display: inline-block;
  width: 200px;
  height: 200px;
  line-height: 140px;
  font-size: 80px;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 48px;
  box-shadow: 0px 0px 0px 20px rgba(255, 205, 212, 0.2);
}

.working-style-two .working-block:nth-child(2) .working-block-two .inner-box .icon-box{
  box-shadow: 0px 0px 0px 20px rgba(233, 205, 255, 0.3);
}

.working-style-two .working-block:last-child .working-block-two .inner-box .icon-box{
  box-shadow: 0px 0px 0px 20px rgba(197, 251, 222, 0.3);
}

.working-block-two .inner-box h3{
  font-size: 24px;
  margin-bottom: 9px;
}

.working-block-two .inner-box h3 a{
  color: #222;
}

.working-block-two .inner-box h3 a:hover{

}

.working-block-two .inner-box .border-box{
  position: absolute;
  right: -110px;
  top: 0px;
  width: 181px;
  height: 32px;
  background-repeat: no-repeat;
}

.working-style-two .working-block:first-child .working-block-two .inner-box .border-box{
  top: 175px;
}