
/** service-intro-section **/

.service-intro-section{
  position: relative;
}

.service-intro-section .inner-container{
  position: relative;
  display: inline-block;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  overflow: hidden;
  margin-top: -278px;
}

.service-intro-section .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.service-intro-section .image-box img{
  width: 100%;
}

.service-intro-section .tabs-box{
  position: relative;
  display: block;
  padding-top: 63px;
}

.service-intro-section .tab-btn-box{
  position: relative;
  display: block;
  margin-left: -226px;
}

.service-intro-section .tab-btns li{
  position: relative;
  display: inline-block;
  float: left;
  font-size: 20px;
  line-height: 30px;
  font-family: var(--title-font);
  color: var(--title-color);
  font-weight: 600;
  background: #fff;
  box-shadow: 0px 4px 20px rgba(116, 116, 116, 0.25);
  border-radius: 10px;
  padding: 22.5px 41px;
  width: 236px;
  margin-right: 20px;
  cursor: pointer;
  transition: all 500ms ease;
}

.service-intro-section .tab-btns li:last-child{
  margin: 0px !important;
}

.service-intro-section .tab-btns li.active-btn,
.service-intro-section .tab-btns li:hover{
  background: var(--theme-color);
  color: #fff;
}

.service-intro-section .content-box{
  position: relative;
  display: block;
  margin-left: 50px;
  padding-right: 90px;
}

.service-intro-section .content-box .text-box{
  margin-bottom: 10px;
}

.service-intro-section .content-box .inner-box .single-item{
  position: relative;
  display: block;
  padding-left: 120px;
  margin-bottom: 60px;
  min-height: 102px;
}

.service-intro-section .content-box .inner-box .single-item:last-child{
  margin-bottom: 0px;
}

.service-intro-section .content-box .inner-box .single-item .icon-box{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 0px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 50px;
  color: var(--theme-color);
  background: #F0F0F0;
  border: 5px solid #fff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  z-index: 1;
  transition: all 500ms ease;
}

.service-intro-section .content-box .inner-box .single-item:hover .icon-box{
  color: #fff !important;
}

.service-intro-section .content-box .inner-box .single-item .icon-box:before{
  position: absolute;
  content: '';
  background: var(--theme-color);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  z-index: -1;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.service-intro-section .content-box .inner-box .single-item:hover .icon-box:before{
  transform: scale(1,1);
}

.service-intro-section .content-box .inner-box .single-item h3{
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 4px;
}

.service-intro-section .pattern-layer{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 654px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.service-intro-section .inner-container .shape{
  position: absolute;
  right: 30px;
  bottom: 0px;
  width: 208px;
  height: 187px;
  background-repeat: no-repeat;
}


/** intro-style-two **/

.intro-style-two{
  position: relative;
  background: #F6F9FF;
  padding: 127px 0px 143px 0px;
}

.content_block_six .content-box{
  position: relative;
  display: block;
}

.content_block_six .content-box .tab-btns li{
  position: relative;
  display: inline-block;
  float: left;
  width: 198px;
  font-size: 20px;
  line-height: 30px;
  font-family: var(--title-font);
  font-weight: 700;
  text-transform: uppercase;
  color: var(--title-color);
  border: 1px solid #BDBDBD;
  border-radius: 5px;
  padding: 24px 15px;
  text-align: center;
  cursor: pointer;
  margin-right: 18px;
  z-index: 1;
  transition: all 500ms ease;
}

.content_block_six .content-box .tab-btns li:last-child{
  margin: 0px !important;
}

.content_block_six .content-box .tab-btns li.active-btn,
.content_block_six .content-box .tab-btns li:hover{
  color: #fff;
  border-color: var(--secondary-color);
}

.content_block_six .content-box .tab-btns li:before{
  position: absolute;
  content: '';
  background: var(--secondary-color);
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.content_block_six .content-box .tab-btns li.active-btn:before,
.content_block_six .content-box .tab-btns li:hover:before{
  width: 100%;
}

.content_block_six .content-box .inner-box{
  position: relative;
  display: block;
  padding: 15px 0px 16px 293px;
}

.content_block_six .content-box .inner-box .image-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 269px;
  border-radius: 5px;
}

.content_block_six .content-box .inner-box .image-box img{
  width: 100%;
  border-radius: 5px;
}

.content_block_six .content-box .inner-box h3{
  position: relative;
  display: block;
  font-size: 25px;
  line-height: 35px;
  font-weight: 700;
  margin-bottom: 13px;
}

.content_block_six .content-box .inner-box .bold-text{
  display: block;
  font-size: 14px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 13px;
}

.intro-style-two .image-layer{
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.intro-style-two:before{
  position: absolute;
  content: '';
  background: var(--theme-color);
  width: 525px;
  height: 226px;
  left: 0px;
  bottom: 0px;
}

.intro-style-two .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1482px;
  height: 199%;
  background-repeat: no-repeat;
}











































