
/** feature-section **/

.feature-section{
  position: relative;
}

.feature-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.feature-section .content-box{
  position: relative;
  display: block;
}

.feature-section .content-box .inner-box .single-item{
  position: relative;
  display: block;
  padding-left: 50px;
  margin-bottom: 34px;
}

.feature-section .content-box .inner-box .single-item .icon-box{
  position: absolute;
  left: 0px;
  top: 2px;
}

.feature-section .content-box .inner-box .single-item h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
}

.feature-section .image-column{
  position: absolute;
  right: 185px;
  bottom: 0px;
}

.feature-section .image-column .image-content{
  position: absolute;
  right: -80px;
  bottom: 75px;
  width: 275px;
  background: #fff;
  border-radius: 7px;
  padding: 17px 60px 16px 28px;
}

.feature-section .image-column .image-content .icon-box{
  position: absolute;
  top: 8px;
  right: 11px;
}

.feature-section .image-column .image-content h4{
  font-size: 20px;
  line-height: 30px;
  font-family: var(--text-font);
  color: #0b1953;
  font-weight: 700;
}


/** feature-style-two **/

.feature-style-two{
  position: relative;
}

.feature-style-two .content-box{
  position: relative;
  display: block;
}

.feature-style-two .content-box .text-box{
  position: relative;
  display: block;
  padding-left: 28px;
  max-width: 640px;
}

.feature-style-two .content-box .text-box:before{
  position: absolute;
  content: '';
  background: #a5a5a5;
  width: 4px;
  height: calc(100% - 13px);
  left: 0px;
  top: 11px;
}

.feature-style-two .content-box .inner-box .single-item{
  position: relative;
  display: block;
  padding-left: 50px;
}

.feature-style-two .content-box .inner-box .single-item .icon-box{
  position: absolute;
  left: 0px;
  top: 5px;
}

.feature-style-two .content-box .inner-box .single-item h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
}

.feature-style-two .image-box{
  position: relative;
  display: block;
  margin-left: 62px;
}

.feature-style-two .image-box .image{
  position: relative;
  display: block;
  border-radius: 10px;
}

.feature-style-two .image-box .image img{
  width: 100%;
  border-radius: 10px;
}

.feature-style-two .image-box .image-content{
  position: absolute;
  right: -70px;
  bottom: 30px;
  width: 275px;
  background: #fff;
  border-radius: 7px;
  padding: 17px 60px 16px 28px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
}

.feature-style-two .image-box .image-content .icon-box{
  position: absolute;
  top: 8px;
  right: 11px;
}

.feature-style-two .image-box .image-content h4{
  font-size: 20px;
  line-height: 30px;
  font-family: var(--text-font);
  color: #0b1953;
  font-weight: 700;
}


/** feature-style-three **/

.feature-style-three{
  position: relative;
  border-bottom: 1px solid #e8edf0;
}

.feature-style-three .experience-content{
  position: relative;
  display: block;
  background: #fff;
  padding: 68px 20px 58px 220px;
  margin-top: -45px;
}

.feature-style-three .experience-content h2{
  position: absolute;
  left: 45px;
  top: 65px;
  font-size: 135px;
  line-height: 100px;
  font-family: var(--text-font);
  font-weight: 800;
  text-align: center;
}

.feature-style-three .experience-content h2 span{
  position: relative;
  display: block;
  font-size: 10px;
  line-height: 20px;
  font-family: var(--roboto);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  margin-top: 14px;
}

.feature-style-three .experience-content p{
  font-size: 19px;
  line-height: 30px;
  font-weight: 500;
  color: #0b1970;
  max-width: 210px;
}

.feature-style-three .video-inner{
  position: relative;
  display: block;
  width: 100%;
  padding: 90px 0px;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: -30px;
  margin-top: -45px;
}

.feature-style-three .video-inner:before{
  position: absolute;
  content: '';
  background: #000;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.2;
}

.feature-style-three .video-inner .video-btn a{
  position: relative;
  display: inline-block;
  width: 66px;
  height: 66px;
  line-height: 64px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
}

.feature-style-three .video-inner .video-btn a:before,
.feature-style-three .video-inner .video-btn a:after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.feature-style-three .video-inner .video-btn a:after{
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.feature-style-three .text-box{
  position: relative;
  padding: 66px 30px 75px 145px;
}

.feature-style-three .text-box .icon-box{
  position: absolute;
  left: 40px;
  top: 68px;
}

.feature-style-three .text-box p{
  font-size: 23px;
  line-height: 30px;
  color: #0b1970;
  max-width: 410px;
}


/** feature-style-four **/

.feature-style-four{
  position: relative;
}

.feature-style-four .single-item{
  position: relative;
  display: block;
  margin-bottom: 30px;
  max-width: 330px;
}

.feature-style-four .single-item p{
  font-size: 21px;
  line-height: 30px;
  color: #1b1b1b;
}


/** feature-style-five **/

.feature-style-five{
  position: relative;
}

.feature-style-five .inner-container{
  position: relative;
  margin-top: -50px;
  z-index: 1;
}

.feature-block-one .inner-box{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 7px;
  padding: 35px 20px 50px 38px;
  box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.07);
}

.feature-block-one .inner-box .icon-box{
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
}

.feature-block-one .inner-box h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 10px;
}


/** feature-style-six **/


.feature-style-six{
  position: relative;
}

.content_block_15 .content-box{
  position: relative;
  display: block;
}

.content_block_15 .content-box .text-box p:first-child{
  position: relative;
  padding-left: 33px;
  margin-bottom: 42px;
}

.content_block_15 .content-box .text-box p:first-child:before{
  position: absolute;
  content: '';
  background: #0b1953;
  width: 4px;
  height: calc(100% - 6px);
  left: 0px;
  top: 3px;
}

.content_block_15 .content-box .text-box h3{
  position: relative;
  display: block;
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 25px;
}

.content_block_15 .content-box .lower-content{
  position: relative;
  display: flex;
  align-items: center;
}

.content_block_15 .content-box .lower-content .theme-btn{
  border-radius: 40px;
}

.content_block_15 .content-box .lower-content .support-box{
  position: relative;
  display: block;
  padding: 0px 0px 0px 60px;
}

.content_block_15 .content-box .lower-content .support-box .icon-box{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: -3px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  background: transparent;
  text-align: center;
  border-radius: 50%;
}

.content_block_15 .content-box .lower-content .support-box span{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 20px;
}

.content_block_15 .content-box .lower-content .support-box h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-family: var(--special-font);
  font-weight: 500;
}

.content_block_15 .content-box .lower-content .support-box h4 a{
  display: inline-block;
  color: #0b1953;
}

.content_block_15 .content-box .lower-content .support-box h4 a:hover{

}

.feature-style-six .image-box{
  position: relative;
  display: block;
  margin-right: -102px;
  margin-left: 20px;
}

.feature-style-six .image-box .image{
  position: relative;
  display: inline-block;
}

.feature-style-six .image-box .image img{
  width: 100%;
}

.feature-style-six .image-box .image-shape{
  position: absolute;
  left: 50px;
  bottom: -80px;
  width: 592px;
  height: 456px;
  background-repeat: no-repeat;
}


/** feature-style-seven **/

.feature-style-seven{
  position: relative;
  padding: 28px 0px;
  background: #fff;
}

.feature-style-seven .content-list li{
  position: relative;
  display: inline-block;
  float: left;
  width: 20%;
}

.feature-style-seven .content-list li .single-item{
  position: relative;
  display: block;
  padding-top: 3px;
  padding-bottom: 6px;
  border-right: 1px dashed #b0b0b0;
}

.feature-style-seven .content-list li:last-child .single-item{
  border: none;
}

.feature-style-seven .content-list li .single-item .icon-box{
  position: relative;
  display: inline-block;
  width: 79px;
  height: 79px;
  line-height: 79px;
  background: #e2f3ff;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 10px;
}

.feature-style-seven .content-list li .single-item h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
}

.feature-style-seven .content-list li .single-item h4 a{
  display: inline-block;
  color: #011e45;
}

.feature-style-seven .content-list li .single-item h4 a:hover{

}

.feature-section.home-15 .image-column{
  position: relative;
  right: 0px;
  margin-left: 62px;
}

.feature-section.home-15 .image-column img{
  width: 100%;
}

.feature-section.home-15 .image-column .image-content{
  box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.15);
}

.feature-section.home-15.content-box .inner-box .single-item{
  margin-bottom: 54px;
}

.feature-section.home-15 .sec-title p{
  position: relative;
  max-width: 630px;
  padding-left: 27px;
}

.feature-section.home-15 .sec-title p:before{
  position: absolute;
  content: '';
  background: #a5a5a5;
  width: 4px;
  height: calc(100% - 14px);
  left: 0px;
  top: 9px;
}


/** feature-style-eight **/

.feature-style-eight{
  position: relative;
}

.feature-style-eight .inner-container{
}

.feature-style-eight .box-one .inner-box{
  position: relative;
  width: 100%;
  padding: 267px 50px 43px 45px;
  border-radius: 15px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.feature-style-eight .box-one .inner-box:before{
  position: absolute;
  content: '';
  background: #000;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.05;
}

.feature-style-eight .box-one .inner-box:after{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.0) 50%);
}

.feature-style-eight .inner-box .link-box{
  position: absolute;
  top: 25px;
  right: 27px;
}

.feature-style-eight .inner-box .link-box a{
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
  z-index: 1;
}

.feature-style-eight .inner-box .link-box a:hover{

}

.feature-style-eight .inner-box h2{
  font-size: 32px;
  line-height: 38px;
  color: #fff;
  font-weight: 400;
  z-index: 1;
}

.feature-style-eight .box-two .inner-box{
  position: relative;
  display: block;
  background: #f26a42;
  border-radius: 15px;
  padding: 55px 54px 54px 50px;
  overflow: hidden;
}

.feature-style-eight .box-two .inner-box .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.feature-style-eight .box-two .inner-box h2{
  margin-bottom: 154px;
}

.feature-style-eight .box-two .inner-box .btn-box a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  font-weight: 500;
  border: 2px solid #e1ebec;
  border-radius: 40px;
  padding: 7px 30px 10px 30px;
}

.feature-style-eight .box-two .inner-box .btn-box a:hover{
  background: #000;
  border-color: #000;
}

.feature-style-eight .box-two .inner-box .btn-box a span{
  position: relative;
  padding-right: 40px;
}

.feature-style-eight .box-two .inner-box .btn-box a span:before{
  position: absolute;
  content: '';
  background-image: url(../../images/icons/icon-229.png);
  width: 24px;
  height: 12px;
  top: 8px;
  right: 0px;
  background-repeat: no-repeat;
}

.feature-style-eight .box-three .inner-box{
  position: relative;
  display: block;
  background: #f0f1f5;
  padding: 208px 30px 64px 45px;
  border-radius: 15px;
  overflow: hidden;
}

.feature-style-eight .box-three .inner-box .link-box a{
  border-color: #777777;
}

.feature-style-eight .box-three .inner-box .link-box a:hover{

}

.feature-style-eight .box-three .inner-box h2{
  color: #1c1c1c;
}

.feature-style-eight .box-three .inner-box .shape .shape-1{
  position: absolute;
  left: -105px;
  top: -90px;
  width: 210px;
  height: 210px;
  background: #b0b0b8;
  border-radius: 50%;
  -webkit-animation: zoom-fade 4s infinite linear;
  animation: zoom-fade 4s infinite linear;
  z-index: 1;
}

.feature-style-eight .box-three .inner-box .shape .shape-2{
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right bottom;
}



































