
/** 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{

}
/** category-section **/

.category-section{
  position: relative;
}

.category-section .category-block-one{
  position: relative;
  float: left;
  width: 20%;
  margin-bottom: 30px;
}

.category-section .inner-content{
  position: relative;
  margin: 0px -15px;
}

.category-block-one .inner-box{
  position: relative;
  max-width: 210px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 35px 15px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 10px 50px 0px #e4e7ee;
  transition: all 500ms ease;
}

.category-block-one .inner-box:hover{
  box-shadow: 0px 10px 50px 0px rgb(248 92 112 / 30%);
}

.category-block-one .inner-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 0%;
  left: 0px;
  top: 0px;
  right: 0px;
  transition: all 500ms ease;
}

.category-block-one .inner-box:hover:before{
  height: 100%;
}

.category-block-one .inner-box .icon-box{
  position: relative;
  display: inline-block;
  font-size: 50px;
  line-height: 50px;
  color: #93959e;
  margin-bottom: 11px;
  transition: all 500ms ease;
}

.category-block-one .inner-box:hover .icon-box{
  color: #fff;
}

.category-block-one .inner-box h5{
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 13px;
}

.category-block-one .inner-box:hover h5{
  color: #fff;
}

.category-block-one .inner-box span{
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: #93959e;
  background: #f2f2f5;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  transition: all 500ms ease;
}

.category-block-one .inner-box:hover span{
  color: #fff;
  background-color: rgba(255,255,255,0.2);
}

.category-block-one .inner-box .shape .shape-1{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 61px;
  height: 77px;
  background-repeat: no-repeat;
}

.category-block-one .inner-box .shape .shape-2{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 35px;
  height: 61px;
  background-repeat: no-repeat;
}

.category-section .more-btn{
  position: relative;
  margin-top: 20px;
}

.category-section .more-btn .theme-btn-one{
  padding: 17px 48px;
}

.category-section.alternat-2{
  padding-top: 215px;
}

.category-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;
}

.owl-carousel .category-block-one{
  float: none;
  width: 100% !important;
}

.category-section .owl-carousel .owl-stage-outer{
  overflow: visible;
}

.category-section .owl-carousel .owl-stage-outer .owl-item{
  opacity: 0;
  transition: all 500ms ease;
}

.category-section .owl-carousel .owl-stage-outer .owl-item.active{
  opacity: 1;
}

.category-section .owl-dots{
  margin-top: 17px;
}


/** category-style-two **/

.category-style-two{
  position: relative;
  padding: 213px 0px 90px 0px;
}

.category-block-two .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.08);
  margin-bottom: 30px;
}

.category-block-two .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.category-block-two .inner-box .image-box img{
  width: 100%;
  transform: scale(1.05);
  transition: all 500ms ease;
}

.category-block-two .inner-box:hover .image-box img{
  opacity: 0.2;
  transform: scale(1);
}

.category-block-two .inner-box .lower-content{
  position: relative;
  padding: 26px 30px;
}

.category-block-two .inner-box .lower-content span{
  position: absolute;
  top: -23px;
  right: 30px;
  display: inline-block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 5px rgba(115,96,255,0.35);
}

.category-block-two .inner-box .lower-content .icon-box{
  position: absolute;
  left: 10px;
  bottom: 15px;
  color: #e4e4e7;
  font-size: 50px;
  line-height: 50px;
}

.category-block-two .inner-box .lower-content h4{
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}

.category-block-two .inner-box .lower-content h4 a{
  display: inline-block;
  color: #061a3a;
}

.category-block-two .inner-box .lower-content h4 a:hover{

}