
/** chooseus-ex-section **/

.chooseus-ex-section{
  position: relative;
  background-color: #443986;
}

.chooseus-ex-section .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.chooseus-ex-section .right-column{
  position: relative;
  float: right;
  width: 50%;
  padding: 150px 100px 107px 100px;
}

.chooseus-ex-section .right-column .content-box{
  position: relative;
  display: block;
  max-width: 750px;
  width: 100%;
}

.chooseus-ex-section .right-column .content-box .new-sec-title h2{
  color: #ffffff;
}

.chooseus-ex-section .right-column .inner-box .single-item{
  position: relative;
  display: block;
  padding-left: 105px;
  margin-bottom: 27px;
}

.chooseus-ex-section .right-column .inner-box .single-item .icon-box{
  position: absolute;
  left: 0px;
  top: 4px;
  width: 75px;
  height: 75px;
  line-height: 75px;
  background-color: rgba(255,255,255,0.15);
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
}

.chooseus-ex-section .right-column .inner-box .single-item h4{
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 15px;
}

.chooseus-ex-section .right-column .inner-box .single-item p{
  font-size: 15px;
  line-height: 28px;
  color: #cbc4df;
}

.chooseus-ex-section .right-column .new-sec-title{
  margin-bottom: 44px;
}

.chooseus-ex-section .pattern-layer .pattern-1{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.chooseus-ex-section .pattern-layer .pattern-2{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 442px;
  height: 470px;
  background-repeat: no-repeat;
}


/** chooseus-ex-section-two **/

.chooseus-ex-section-two{
  position: relative;
  padding: 150px 0px 150px 0px;
}

.chooseus-ex-section-two .image-box{
  position: relative;
  display: block;
  margin-right: 103px;
}

.chooseus-ex-section-two .image-box .image{
  position: relative;
  display: block;
  z-index: 1;
}

.chooseus-ex-section-two .image-box .image img{
  width: 100%;
}

.chooseus-ex-section-two .image-box .shape-1{
  position: absolute;
  top: 80px;
  right: 80px;
  width: 270px;
  height: 270px;
  border: 1px dashed #ced1c5;
  border-radius: 50%;
}

.chooseus-ex-section-two .image-box .shape-2{
  position: absolute;
  left: -10px;
  bottom: -50px;
  width: 150px;
  height: 150px;
  border: 1px dashed #ced1c5;
  border-radius: 50%;
}

.chooseus-ex-section-two .content_block_2 .content-box .inner-box .single-item .icon-box{
  color: #6b3ba9;
  border-color: #6b3ba9;
}

.chooseus-ex-section-two .row{
  display: flex;
  align-items: center;
}