
/** chooseus-section **/

.chooseus-section{
  position: relative;
}

.chooseus-block-one .inner-box{
  position: relative;
  display: block;
  padding: 0px 10px;
  margin-bottom: 30px;
}

.chooseus-block-one .inner-box .icon-box{
  position: relative;
  display: inline-block;
  font-size: 44px;
  margin-bottom: 25px;
}

.chooseus-block-one .inner-box h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 13px;
}

.chooseus-block-one .inner-box h3 a{
  display: inline-block;
  color: var(--title-color);
}

.chooseus-block-one .inner-box h3 a:hover{

}

.chooseus-section.alternat-2{
  background: #FAF6F2;
}

.chooseus-section.alternat-2 .chooseus-block-one .inner-box{
  background: #fff;
  border-radius: 10px;
  padding: 40px 15px;
}

.chooseus-section.alternat-2 .chooseus-block-one.history-block .inner-box{
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  width: 100%;
  height: 100%;
  padding: 35px 22px 40px;
  text-align: left;
  box-sizing: border-box;
}

.chooseus-section.alternat-2 .history-block .history-year{
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: var(--theme-color);
  margin-bottom: 12px;
}

.chooseus-section.alternat-2 .history-block h3{
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 16px;
}

.chooseus-section.alternat-2 .history-block p{
  font-size: 15px;
  line-height: 26px;
  margin: 0;
  flex: 1 1 auto;
}

.chooseus-section.alternat-2 .row.clearfix{
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.chooseus-section.alternat-2 .chooseus-block{
  display: flex;
  flex-direction: column;
}

.chooseus-section.alternat-2 .chooseus-block-one.history-block{
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  width: 100%;
  height: 100%;
}

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


/** rtl-css **/



/** responsive-css **/

@media only screen and (max-width: 1200px){

}

@media only screen and (max-width: 991px){

}

@media only screen and (max-width: 767px){
  .chooseus-section{
    padding: 70px 0px 35px 0px;
  }
}

@media only screen and (max-width: 599px){

}

@media only screen and (max-width: 499px){
  
}









































