@charset "utf-8";

.content-section{
    padding-bottom: 50px;
    /* background-image: url(../images/contact-us/6.png); */
    background-repeat: no-repeat;
    background-position: 130% 110%;
}
.banner-div{
    position: relative;
}
.banner-div>img{
    display: block;
    width: 100%;
}
.banner-div>div{
    z-index: 10;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.banner-div>div>h3{
    font-size: 42px;
    font-weight: 600;
    line-height: 1em;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    background-color: var(--bg-color-1);
}

.item-div-1{
    position: relative;
    padding-top: 40px;
    background-color: #fff;
    /* background-image: url("../images/carrer/1.png"); */
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 40%;
}

.item-div-1>div{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.item-div-1>div>img{
    margin-left: 90px;
    display: block;
    width: 35%;
    flex-shrink: 0;
}
.item-div-1>div>div>p{
    font-size: 18px;
    line-height: 34px;
    color: #333;
}

.item-div-2>div>h3{
    position: relative;
    font-size: 24px;
    line-height: 1em;
    padding-bottom: 20px;
    font-weight: bold;
    color: var(--text-color-1);
    border-bottom: 1px solid var(--bg-color-1);
}
.item-div-2>div>h3::before{
    content: '';
    display: inline-block;
    width: 4px;
    height: 22px;
    margin-right: 8px;
    background-color: var(--bg-color-1);
    vertical-align: -1px;
}

.item-div-2>div>p{
    margin-top: 45px;
    font-size: 18px;
    line-height: 34px;
    color: #333;
}
.item-div-2>div>p>span{
    color: var(--text-color-1);
}

.item-div-2>div>p::before{
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    margin-right: 5px;
    background-color: var(--text-color-1);
    vertical-align: middle;
}
.item-div-2>div>p>a{
    color: var(--text-color-1);
}

.item-div-2 .code-div{
    align-items: center;
    margin-top: 35px;
    padding: 20px;
    border: 1px solid #ddd;
    display: inline-block;
    box-shadow: 2px 2px 2px 0px #ddd;
}
.item-div-2 .code-div>div{
    display: inline-block;
    width: 450px;
    vertical-align: middle;
}

.item-div-2 .code-div>div>img{
    width: 160px;
    vertical-align: middle;
}
.item-div-2 .code-div>div+div{
    margin-left: 100px;
    cursor: pointer;
    user-select: none;
}

.item-div-2 .code-div>div>div{
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
}
.item-div-2 .code-div>div>div>span{
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
}
.item-div-2 .code-div>div>div>span>img{
    vertical-align: middle;
}
.item-div-2 .code-div>div>div>p{
    font-size: 14px;
    margin-top: 10px;
    font-weight: bold;
}
.item-div-2 .code-div>div>div>p>span{
    font-size: 14px;
    font-weight: normal;
    color: var(--text-color-1);
}
.item-div-2 .code-div>div>div>p a {
    color: var(--text-color-1);
}

.item-div-2 .info-div{
    display: flex;
    align-items: center;
    margin-top: 75px;
}

.info-div .pic-div>p{
    font-size: 18px;
    line-height: 34px;
    color: #333;
}
.info-div .pic-div>p::before{
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    margin-right: 5px;
    background-color: var(--text-color-1);
    vertical-align: middle;
}
.info-div .pic-div>div{
    display: flex;
    align-items: flex-start;
    margin-top: 30px;
}

.info-div .pic-div>div>div{
    text-align: center;
}
.info-div .pic-div>div>div+div{
    margin-left: 35px;
}
.info-div .pic-div>div>div>img{
    box-sizing: border-box;
    display: block;
    width: 170px;
    height: 170px;
    padding: 10px;
    margin-bottom: 5px;
    border: 5px solid var(--bg-color-1);
    background-color: #fff;
}
.info-div .pic-div>div>div>span{
    font-size: 18px;
    color: #333;
}

.info-div .img-div{
    position: relative;
    margin-left: 10px;
}
.info-div .img-div>img{
    display: block;
}

.info-div .img-div>p{
    z-index: 10;
    position: absolute;
    left: 20px;
    top: 30px;
    font-size: 20px;
    color: #fff;
}
.info-div .img-div>p::after{
    content: '';
    z-index: 10;
    position: absolute;
    left: 0;
    bottom: -8px;
    display: inline-block;
    width: 40px;
    height: 3px;
    background-color: #fff;
}

.info-div .img-div>a{
    z-index: 10;
    position: absolute;
    left: 20px;
    bottom: 30px;
    font-size: 18px;
    color: #fff;
}
.inline-img {
    display: inline-flex;
}
.socialIcon {
    width: 30px;
    margin-right: 10px;
}
.code-div.images-text {
    padding: 0;
    max-width: 1040px;
    justify-content: space-between;
    display: flex;
    align-items: stretch;
}
.content-line1 {
    width: 50%!important;
}
.content-line1 img {
    width: 100% !important;
}
.content-line2 {
    display: flex!important;
    flex-direction: column;
    margin-left: 0!important;
    font-size: 18px;
    color: #333333;
    width: 50%!important;
    justify-content: space-between;
    padding: 32px 0;
}
.content-line2 .text,
.content-line2 p {
    font-size: 18px!important;;
    color: #333333;
}
.content-line2 .text h4 {
    position: relative;
    margin-bottom: 20px;
}
.content-line2 .text h4:after {
    content: "";
    width: 46px;
    height: 3px;
    background: #7a003c;
    position: absolute;
    bottom: -6px;
    left: 0;
}
div.downLoadBtn {
    display: block;
    width: 100%;
    margin-left: 100px!important;
}
a.a-link-button:hover{
    background-color: #FDBF57;
    color: #000;
}
div.downLoadBtn a.a-link-button {
    position: relative;
    padding: 10px 40px;
    font-size: 18px;
    width: 108px;
    margin: 0;
    text-align: center;
    border-radius: 4px;
}
div.downLoadBtn a.a-link-button::after {
    z-index: 10;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(../images/contact-us/arrows.png);
    background-repeat: no-repeat;
    display: block;
    background-size: contain;
    background-position: center;
}
.wpx-160 {
    max-width: 160px;
}


.info-section{
    margin-top: 30px;
    padding: 60px 0 35px 35px;
    margin-bottom: 30px;
    background-color: #f8f8f8;
    
}
.info-section>h3{
    font-size: 36px;
    color: #850044;
    padding-left: 16px;
    border-left: 3px solid #d63d1f;
    line-height: 1;
    margin-bottom: 65px;
}
.info-section>p{
    display: inline-block;
    width: 66%;
    font-size: 16px;
    line-height: 28px;
    color: #7f878c;
    margin-bottom: 22px;
}
.info-section>a{
    background: #850044;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    padding: 8px 25px;
    font-size: 22px;
}

@media screen and (max-width: 768px) {
    .content-section{
        padding-bottom: 30px;
        background-size: 100%;
        background-position: right bottom;
        background-image: none;
    }
    .banner-div>div>h3{
        font-size: 18px;
        padding-left: 15px;
    }
    .item-div-1{
        padding: 20px 15px 0;
        background-image: none;
        background-repeat: no-repeat;
        background-position: left top;
        background-size: 100%;
    }
    
    .item-div-1>div{
        flex-wrap: wrap;
    }
    .item-div-1>div>img{
        margin-left: 0;
        margin-top: 20px;
        width: 100%;
    }
    .item-div-1>div>div>p{
        font-size: 14px;
        line-height: 28px;
    }

    .item-div-2{
        padding: 20px 15px;
    }
    .item-div-2>div>h3{
        font-size: 16px;
        padding-bottom: 10px;
    }
    .item-div-2>div>h3::before{
        height: 16px;
    }
    .item-div-2>div>p{
        margin-top: 20px;
        font-size: 14px;
        line-height: 26px;
    }
    .item-div-2 .code-div{
        
        flex-wrap: wrap;
        box-sizing: border-box;
        width: 100%;
        margin-top: 20px;
        padding: 10px;
    }
    .item-div-2 .code-div>div{
        box-sizing: border-box;
        display: flex;
        align-items: center;
        width: 100%;
        
    }
    .item-div-2 .code-div>div+div{
        margin-left: 0;
        margin-top: 20px;
    }
    .item-div-2 .code-div>div>img{
        display: block;
        width: 32%;
    }

    .item-div-2 .code-div.images-text{
        flex-wrap: wrap;
    }
    .item-div-2 .images-text>div>img{
        width: 100%;
    }
    .content-line1 {
        width: 100%!important;
    }
    .content-line2{
        display: block !important;
        width: 100% !important;
        padding: 15px 0;
    }
    .item-div-2 .images-text>div>div{
        margin-left: 0;
    }
    .content-line2 .text h4{
        font-size: 16px;
    }
    .content-line2 .text, .content-line2 p{
        font-size: 14px !important;
    }
    div.downLoadBtn{
        margin-top: 20px;
        margin-left: 0 !important;
        text-align: center;
    }
    div.downLoadBtn a.a-link-button{
        padding: 8px 35px;
        font-size: 16px;
    }
}

















