
/** chooseus-section **/

.chooseus-section{
  position: relative;
  padding: 20px 0px 100px 0px;
}

.content_block_2 .content-box .text{
  position: relative;
  margin-bottom: 27px;
}

.content_block_2 .content-box .inner-box .single-item{
  position: relative;
  padding: 0px 10px 0px 100px;
  margin-bottom: 43px;
  min-height: 87px;
}

.content_block_2 .content-box .inner-box .single-item:last-child{
  margin-bottom: 0px;
}

.content_block_2 .content-box .inner-box .single-item .icon-box{
  position: absolute;
  left: 0px;
  top: 7px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #f8ebe5;
  font-size: 40px;
  color: #131313;
  text-align: center;
  border-radius: 50%;
  z-index: 1;
  transition: all 500ms ease;
}

.content_block_2 .content-box .inner-box .single-item:hover .icon-box{
  color: #fff;
}

.content_block_2 .content-box .inner-box .single-item .icon-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  left: 0px;
  top: 0px;
  right: 0px;
  transform: scale(0,0);
  z-index: -1;
  transition: all 500ms ease;
}

.content_block_2 .content-box .inner-box .single-item:hover .icon-box:before{
  transform: scale(1,1);
}

.content_block_2 .content-box .inner-box .single-item h5{
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.content_block_2 .content-box .inner-box .single-item h5 a{
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color:#131313;
}

.content_block_2 .content-box .sec-title{
  margin-bottom: 35px;
}

.chooseus-section .image-box{
  position: relative;
  display: block;
  margin: 35px -180px 0px 20px;
}

.chooseus-section .image-box img{
  width: 100%;
}

.chooseus-section .image-box:before{
  position: absolute;
  content: '';
  border: 30px solid #faf1ed;
  width: 435px;
  height: 645px;
  top: -53px;
  right: 80px;
  z-index: -1;
}

.chooseus-section .image-box .image-2{
  position: absolute;
  top: -170px;
  right: 0px;
}

/** chooseus-style-two **/

.chooseus-style-two{
  position: relative;
  padding: 125px 0px 100px 0px;
}

.chooseus-style-two .single-item{
  position: relative;
  display: block;
  background: #fff;
  padding: 33px 30px 36px 130px;
  margin-bottom: 30px;
}

.chooseus-style-two .single-item .icon-box{
  position: absolute;
  left: 30px;
  top: 40px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #faf4ec;
  font-size: 40px;
  color: #131313;
  text-align: center;
  border-radius: 50%;
  z-index: 1;
  transition: all 500ms ease;
}

.chooseus-style-two .single-item:hover .icon-box{
  color: #fff;
}

.chooseus-style-two .single-item .icon-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  left: 0px;
  top: 0px;
  right: 0px;
  transform: scale(0,0);
  z-index: -1;
  transition: all 500ms ease;
}

.chooseus-style-two .single-item:hover .icon-box:before{
  transform: scale(1,1);
}

.chooseus-style-two .single-item h5{
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.chooseus-style-two .sec-title .btn-box{
  position: absolute;
  top: 35px;
  right: 0px;
  z-index: 1;
}