
/** chooseus-section **/

.chooseus-section{
  position: relative;
}

.chooseus-section:before{
  position: absolute;
  content: '';
  background: #f8f6f6;
  width: 100%;
  height: calc(100% - 140px);
  left: 0px;
  top: 0px;
  z-index: -1;
}

.chooseus-section:after{
  position: absolute;
  content: '';
  background: #e36b24;
  width: calc(50% - 300px);
  height: calc(100% - 140px);
  left: 0px;
  top: 0px;
  z-index: -1;
}

.image_block_two .image-box{
  position: relative;
  display: block;
}

.image_block_two .image-box .image{
  position: relative;
  display: block;
  border-radius: 7px;
}

.image_block_two .image-box .image img{
  width: 100%;
  border-radius: 7px;
}

.image_block_two .image-box .image-content{
  position: absolute;
  left: 0px;
  bottom: 70px;
  display: flex;
  align-items: center;
}

.image_block_two .image-box .image-content h3{
  position: relative;
  display: block;
  background: #003866;
  font-size: 28px;
  line-height: 34px;
  color: #fff;
  font-weight: 700;
  padding: 33px 62px 26px 37px;
  margin-right: 31px;
}

.image_block_two .image-box .image-content .video-btn a{
  position: relative;
  display: inline-block;
  width: 93px;
  height: 93px;
  line-height: 93px;
  text-align: center;
  border-radius: 50%;
}

.content_block_two .content-box{
  position: relative;
  display: block;
  padding-bottom: 32px;
  margin-top: -11px;
}

.content_block_two .content-box:before{
  position: absolute;
  content: '';
  background: #cecece;
  width: calc(100% + 30px);
  height: 1px;
  right: 0px;
  bottom: 0px;
}

.content_block_two .content-box .inner-box .single-item{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 7px;
  margin-bottom: 20px;
  padding: 19px 20px 22px 104px;
}

.content_block_two .content-box .inner-box .single-item .icon-box{
  position: absolute;
  left: 25px;
  top: 23px;
}

.content_block_two .content-box .inner-box .single-item h3{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-family: var(--text-font);
  font-weight: 500;
  margin-bottom: 1px;
}

.content_block_two .content-box .inner-box .single-item p{
  position: relative;
  display: block;
}

.content_block_two .content-box .list-item li{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-family: var(--roboto);
  color: #2e2e2e;
  font-weight: 300;
  margin-bottom: 12px;
  padding-left: 30px;
}

.content_block_two .content-box .list-item li:last-child{
  margin-bottom: 0px;
}

.content_block_two .content-box .list-item li:before{
  position: absolute;
  content: '';
  background-image: url(../../images/icons/icon-23.png);
  width: 14px;
  height: 12px;
  left: 0px;
  top: 8px;
  background-repeat: no-repeat;
}


/** chooseus-style-two **/

.chooseus-style-two{
  position: relative;
  overflow: hidden;
}

.chooseus-style-two .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.chooseus-style-two .sec-title .sub-title{
  color: #fff;
}

.chooseus-style-two .sec-title .sub-title:before{
  background: #fff;
}

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

.chooseus-style-two .content-box p{
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 38px;
}

.chooseus-style-two .content-box .list-item li{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 500;
  padding-left: 40px;
  margin-bottom: 15px;
}

.chooseus-style-two .content-box .list-item li:last-child{
  margin-bottom: 0px;
}

.chooseus-style-two .content-box .list-item li:before{
  position: absolute;
  content: '';
  background-image: url(../../images/icons/icon-47.png);
  width: 21px;
  height: 22px;
  left: 0px;
  top: 5px;
  background-repeat: no-repeat;
}

.chooseus-style-two .inner-box .single-item{
  position: relative;
  display: flex;
  max-width: 460px;
  background: #fff;
  border-radius: 10px;
  padding: 30px 25px 25px 29px;
  align-items: center;
  justify-content: left;
}

.chooseus-style-two .inner-box .single-item .icon-box{
  margin-right: 20px;
}

.chooseus-style-two .inner-box .single-item h4{
  position: relative;
  display: block;
  width: 107px;
  margin-right: 40px;
  font-size: 20px;
  line-height: 26px;
  color: #161837;
}

.chooseus-style-two .inner-box .single-item p{
  max-width: 190px;
  font-size: 17px;
  line-height: 24px;
}


/** chooseus-style-three **/

.chooseus-style-three{
  position: relative;
  background: #f1f2f6;
}

.chooseus-block-one .inner-box{
  position: relative;
  display: block;
}

.chooseus-block-one .inner-box .icon-box{
  position: relative;
  display: block;
  min-height: 106px;
  margin-bottom: 18px;
}

.chooseus-block-one .inner-box h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  color: #161837;
  font-weight: 500;
  margin-bottom: 15px;
}

.chooseus-block-one .inner-box p{
  line-height: 26px;
  color: #161837;
}


/** chooseus-style-four **/

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

.chooseus-style-four .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.chooseus-style-four .bg-layer:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.7;
}

.chooseus-style-four .bg-layer:after{
  position: absolute;
  content: '';
  background: #fff;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: -webkit-linear-gradient(0deg, rgba(71,76,84,1) 0%, rgba(0,0,0,0.0) 100%);
}

.chooseus-style-four .sec-title .sub-title{
  color: #fff;
}

.chooseus-style-four .sec-title .sub-title:before{
  background: #fff;
}


.chooseus-style-four .sec-title h2{
  font-size: 56px;
  line-height: 67px;
  font-weight: 300;
}

.chooseus-style-four .sec-title h2 span{
  font-weight: 600;
}

.chooseus-style-four .inner-box .single-item{
  position: relative;
  display: block;
  background: rgba(78, 93, 113, 0.90);
  border-radius: 30px;
  padding: 38px 30px 36px 45px;
  border-radius: 10px;
  margin-bottom: 50px;
}

.chooseus-style-four .inner-box .single-item h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  color: #fff;
}

.chooseus-style-four .inner-box .single-item p{
  color: #fff;
}

.chooseus-style-four .inner-box .single-column:nth-child(2) .single-item{
  background: rgba(221, 89, 3, 0.90);
}

.chooseus-style-four .inner-box .single-column:nth-child(3) .single-item{
  background: rgba(49, 111, 194, 0.90);
}

.chooseus-style-four .inner-box .single-column:nth-child(4) .single-item{
  background: rgba(255, 255, 255, 0.90);
}

.chooseus-style-four .inner-box .single-column:nth-child(4) .single-item h3,
.chooseus-style-four .inner-box .single-column:nth-child(4) .single-item p{
  color: #000;
}


/** chooseus-style-five **/

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

.chooseus-style-five .single-item{
  position: relative;
  display: block;
  margin-bottom: 30px;
  padding: 0px 30px;
}

.chooseus-style-five .single-item .image-box{
  position: relative;
  display: inline-block;
  margin-bottom: 34px !important;
}

.chooseus-style-five .single-item h4{
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 4px;
}

.chooseus-style-five .single-item p{
  line-height: 26px;
}

.chooseus-style-five .sec-title p{
  margin-top: 12px;
}


/** chooseus-style-six **/

.chooseus-style-six{
  position: relative;
  background: #f3f5f9;
}

.chooseus-style-six .content-box{
  position: relative;
  display: block;
  max-width: 600px;
}

.chooseus-style-six .content-box .text-box p{
  margin-bottom: 44px;
  line-height: 30px;
}

.chooseus-style-six .content-box .list-item li{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-family: var(--roboto);
  color: #0b1970;
  font-weight: 500;
  padding-left: 46px;
  margin-bottom: 12px;
}

.chooseus-style-six .content-box .list-item li:last-child{
  margin-bottom: 0px;
}

.chooseus-style-six .content-box .list-item li:before{
  position: absolute;
  content: '';
  background-image: url(../../images/icons/icon-186.png);
  width: 24px;
  height: 22px;
  left: 0px;
  top: 5px;
  background-repeat: no-repeat;
}


/** chooseus-style-seven **/

.chooseus-style-seven{
  position: relative;
}

.chooseus-style-seven .image-box{
  position: relative;
  display: block;
  margin-right: 77px;
  margin-left: -174px;
  padding-left: 159px;
  padding-bottom: 37px;
}

.chooseus-style-seven .image-box .image-2{
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.chooseus-style-seven .image-box .experience-box{
  position: absolute;
  left: 20px;
  top: 221px;
  width: 350px;
  background: #f1673e;
  font-size: 16px;
  line-height: 26px;
  font-family: var(--jost);
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px 10px 10px 10px;
  letter-spacing: 5px;
  text-align: center;
}

.chooseus-style-seven .content-box{
  position: relative;
  display: block;
  margin-left: -30px;
}

.chooseus-style-seven .content-box .lower-content{
  position: relative;
  padding-right: 200px;
}

.chooseus-style-seven .content-box .lower-content .list-item li{
  position: relative;
  display: block;
  font-size: 19px;
  line-height: 28px;
  font-family: var(--roboto);
  color: #000;
  font-weight: 500;
  margin-bottom: 19px;
  padding-left: 37px;
}

.chooseus-style-seven .content-box .lower-content .list-item li:last-child{
  margin-bottom: 0px;
}

.chooseus-style-seven .content-box .lower-content .list-item li:before{
  position: absolute;
  content: '';
  background-image: url(../../images/icons/icon-215.png);
  width: 20px;
  height: 18px;
  left: 0px;
  top: 4px;
  background-repeat: no-repeat;
}

.chooseus-style-seven .content-box .lower-content .inner-box{
  position: absolute;
  top: 34px;
  right: 0px;
  width: 183px;
  background: #002252;
  border-radius: 5px;
  padding: 33px 30px;
}

.chooseus-style-seven .content-box .lower-content .inner-box .icon-box{
  position: relative;
  display: block;
  margin-bottom: 17px;
}

.chooseus-style-seven .content-box .lower-content .inner-box h3{
  position: relative;
  display: block;
  font-size: 21px;
  line-height: 30px;
  font-family: var(--roboto);
  color: #fff;
  font-weight: 700;
}

.chooseus-style-seven .content-box .sec-title h2{
  font-size: 42px;
}

.chooseus-style-seven .content-box .text-box p{
  line-height: 30px;
}


/** chooseus-style-eight **/

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

.chooseus-style-eight .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.chooseus-style-eight .content-box{
  position: relative;
  display: block;
}

.chooseus-style-eight .content-box .list-item li{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-family: var(--title-font);
  color: #0b1970;
  font-weight: 500;
  margin-bottom: 15px;
  padding-left: 42px;
}

.chooseus-style-eight .content-box .list-item li:last-child{
  margin-bottom: 0px;
}

.chooseus-style-eight .content-box .list-item li:before{
  position: absolute;
  content: '';
  background-image: url(../../images/icons/icon-223.png);
  width: 23px;
  height: 23px;
  left: 0px;
  top: 4px;
  background-repeat: no-repeat;
}

.chooseus-style-eight .content-box .logo-icon{
  position: absolute;
  right: 13px;
  bottom: -25px;
}

.chooseus-style-eight .text-box{
  position: absolute;
  right: 82px;
  bottom: -1px;
  width: 324px;
  background: #fff;
  padding: 19px 20px 16px 110px;
  z-index: 1;
}

.chooseus-style-eight .text-box .icon-box{
  position: absolute;
  left: 42px;
  top: 20px;
}

.chooseus-style-eight .text-box p{
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  font-weight: 500;
}

































