html{
    font-size: 62.5%;
}
.seo-text p{
    color: #fff;
    margin: 12px 0 0;
}
.seo-text .default-btn {
  margin-top: 30px;
}
.introduction-block {
    background-color: #121212;
    padding: 210px 0 40px;
}
.introduction-block h1{
    color: #fff;
    text-transform: uppercase;
}
.introduction-block p, .stocklist-block p{
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}
.seo-list{
    padding: 30px 0;
    background-color: #121212;
}
.seo-list-bottom {
    padding-bottom: 90px;
}
.seo-list img.w-100{
    border-radius: 5px;
}
.seo-list .common-btn{
    margin-top: 30px;
}
.stocklist-block{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    padding: calc(5% + 30px) 0;
}
.stocklist-block .position-absolute.h-100{
    top: 0;
    left: 0;
    background: rgba(44, 43, 42, 0.60);
    z-index: -1;
}
.company-usp-block{
    background: linear-gradient(360deg, rgba(249,249,249,1) 0%, rgba(249,249,249,1) 59%, rgba(255,255,255,1) 100%);
    padding: 70px 0;
}
.company-usp-block h2{
    color: #121212;
    margin-bottom: 60px;
}
.each-company-usp{
    padding: 50px 30px;
    display: block;
    background-color: #121212;
    border-radius: 5px;
}
.each-company-usp span{
    color: #fff;
}
.each-company-usp h5{
    margin: 18px 0;
}
.seo-form{
    padding: 70px 0;
    background-color: #121212;
}
.seo-form .form-main-area{
    margin-top: 60px;
    margin-right: 40px;
}
.seo-form p{
    max-width: 680px;
}
.seo-contact{
    overflow: hidden;
    margin-left: 50px;
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    border-radius: 10px;
    padding: 0 20%;
    height: 100%;
    z-index: 1;
}
.seo-form .default-btn{
    margin-top: 0;
}
.seo-contact .position-absolute.h-100{
    background: rgba(44, 43, 42, 0.90);
    top: 0;
    right: 0;
    z-index: -1;
}
.each-seo-contact{
    padding: 40px 0;
}
.each-seo-contact h6{
    color: #fff;
    margin-bottom: 10px;
}
.each-seo-contact a, .each-seo-contact td{
   color: rgba(255, 255, 255, 0.8);
   font-size: 1.6rem;
}
.each-seo-contact td{
    vertical-align: top;
}
.each-seo-contact td:nth-child(even){
    padding-left: 20px;
}
.each-seo-contact a:hover{
    text-decoration: underline;
}
.seo-faq{
    padding: 70px 0;
    background-color: #121212;
}
.seo-faq h5{
    margin-top: 10px;
}
.seo-accordion {
    max-width: 1160px;
    margin: 60px auto 0;
}
.seo-faq .accordion-item{
    border: 0;
    background-color: #fff;
    border-radius: 5px;
    padding: 30px;
}
.seo-faq .accordion-item:not(:last-child){
    margin-bottom: 20px;
}
.seo-faq .cursor{
    cursor: pointer;
}
.seo-faq .accordion-item h6{
    font-size: 1.6rem;
    text-transform: unset;
}
.seo-faq .accordion-item p{
    font-size: 1.4rem;
    color: rgba(0, 0, 0, 0.7);
}
.seo-faq .accordion-item .position-absolute{
    top: -14px;
    right: 0;
    width: 48px;
    height: 48px;
    background-color: #D91A30;
}
.seo-faq .accordion-item .collapsed .position-absolute img{
    transform: rotate(180deg);
}
.related-articles-block{
    background: linear-gradient(360deg, rgba(249,249,249,1) 0%, rgba(249,249,249,1) 59%, rgba(255,255,255,1) 100%);
    padding: 70px 0;
}
.related-articles-block h2{
    color: #121212;
    margin-bottom: 60px;
}
.related-articles-block img.w-100{
    border-radius: 5px;
}
.related-articles-block .position-absolute{
    bottom: 30px;
    left: 0;
    padding: 0 30px;
}
/*===============MODEl================*/
.model-introduction{
    background-color: #292929;
    padding-top: 140px;
}
.model-introduction p{
    margin: 40px 0 70px;
}
.model-introduction .common-btn{
    margin-top: 10px;
    margin-right: 5px;
}
.model-slider{
    padding: 70px 0;
    background-color: #292929;
}
.model-slider h2{
    color: #fff;
    margin-bottom: 40px;
}
.each-model-slide{
    background-color: #383838;
    border-radius: 10px;
    overflow: hidden;
    display: block;
}
.model-slide-content{
    padding: 20px;
}
.model-slide-content h4{
    font-family: 'lama_sansmedium';
    margin-bottom: 4px;
    color: #fff;
    font-size: 2rem;
    letter-spacing: normal;
    line-height: normal;
}
.model-slide-content h5{
    font-family: 'lama_sansmedium';
    font-size: 1.8rem;
    line-height: normal;
    text-align: right;
    color: #fff;
}
.model-slide-content h6{
    font-family: 'lama_sansmedium';
    font-size: 1.5rem;
    line-height: normal;
    margin-top: 4px;
    color: #fff;
    text-align: right;
}
.model-slide-content .common-btn{
    margin-top: 0;
    margin-left: auto;
    display: table;
}