
/** process-section **/

.process-section{
  position: relative;
}

.process-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.process-block-one .inner-box{
  position: relative;
  display: block;
}

.process-block-one .inner-box .count{
  position: relative;
  display: inline-block;
  font-size: 22px;
  font-family: 'Nunito', sans-serif;
  font-weight: 800;
  color: #061a3a;
  background: #fff;
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 30px 60px 0px rgba(0,0,0,0.15);
  margin-bottom: 50px;
  z-index: 1;
}

.process-block-one .inner-box .count:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 85px;
  height: 85px;
  left: -10px;
  top: -10px;
  border-radius: 50%;
  opacity: 0.5;
  z-index: -1;
}

.process-block-one .inner-box .text{
  position: relative;
  display: block;
  background: #fff;
  padding: 48px 30px 42px 30px;
  box-shadow: 0px 20px 60px 0px rgba(0,0,0,0.1);
  border-radius: 10px;
}

.process-block-one .inner-box .text .icon-box{
  position: relative;
  display: inline-block;
  font-size: 25px;
  margin-bottom: 26px;
}

.process-block-one .inner-box .text h3{
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 800;
  margin-bottom: 14px;
}

.process-block-one{
  max-width: 320px;
  margin: 0 auto;
  width: 100%;
}

.process-block-one .inner-box .text p{
  line-height: 28px;
}

.process-section .inner-content{
  position: relative;
  width: 100%;
}

.process-section .inner-content:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  left: 0px;
  top: 32px;
  opacity: 0.1;
}

.process-block:first-child .process-block-one{
  margin: 0px;
}

.process-block:last-child .process-block-one{
  margin: 0px;
  float: right;
}

.process-section .owl-stage-outer{
  overflow: visible;
}

.process-section .owl-stage-outer .owl-item{
  opacity: 0;
  transition: all 500ms ease;
}

.process-section .owl-stage-outer .owl-item.active{
  opacity: 1;
}
/** subscribe-section **/

.subscribe-section{
  position: relative;
  padding: 90px 0px;
}

.subscribe-section .pattern-layer{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.subscribe-section .text{
  position: relative;
  display: block;
  padding: 0px 0px 0px 100px;
  margin-top: 3px;
}

.subscribe-section .text .icon-box{
  position: absolute;
  left: 0px;
  top: -3px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #fff;
  font-size: 30px;
  text-align: center;
  border-radius: 50%;
}

.subscribe-section .text h2{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 38px;
  font-weight: 900;
  margin-bottom: 3px;
}

.subscribe-section .text p{
  color: #061a3a;
}

.subscribe-section .subscribe-form .form-group{
  position: relative;
  margin: 0px;
}

.subscribe-section .subscribe-form .form-group input[type='email']{
  position: relative;
  display: block;
  width: 100%;
  height: 70px;
  padding: 10px 200px 10px 30px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 35px;
  font-size: 15px;
  color: #808080;
  transition: all 500ms ease;
}

.subscribe-section .subscribe-form .form-group button{
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.subscribe-section .subscribe-form .form-group input:focus{

}
/** about-section **/

.about-section{
  position: relative;
  padding: 120px 0px;
}

.about-section .content_block_3 .content-box{
  margin-right: 75px;
}

.content_block_3 .content-box .sec-title h2{
  margin: 0px;
}

.content_block_3 .content-box .sec-title{
  margin-bottom: 11px;
}

.content_block_3 .content-box .text p{
  margin-bottom: 38px;
}

.content_block_3 .content-box .text h3{
  font-size: 26px;
  line-height: 32px;
  font-weight: 800;
  margin-bottom: 15px;
}

.content_block_3 .content-box .text p:last-child{
  margin-bottom: 0px;
}

.image_block_1 .image-box{
  position: relative;
  display: block;
  padding-left: 30px;
}

.image_block_1 .image-box .image{
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.image_block_1 .image-box .image img{
  width: 100%;
  border-radius: 10px;
}

.image_block_1 .image-box .image:before{
  position: absolute;
  top: 0;
  left: -75%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.image_block_1 .image-box:hover .image:before{
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.image_block_1 .image-box .image-pattern .pattern-1{
  position: absolute;
  left: -15px;
  bottom: 35px;
  width: 174px;
  height: 174px;
  background-repeat: no-repeat;
}

.image_block_1 .image-box .image-pattern .pattern-2{
  position: absolute;
  top: -30px;
  right: -50px;
  width: 174px;
  height: 174px;
  background-repeat: no-repeat;
}
