.sec-contact {
    padding: 20px 0 0 0;
}

.welcome_section .content {
    text-align: left;
    transform: translate(40px, 0px);
}

.roww h1 {
    font-size: 55px;
    color: #fff;
    margin: 0;
    font-family: myfont2;
    line-height: 62px;
    margin: 0 0 30px;
    position: relative;
    text-transform: uppercase;
}

textarea {
    resize: none;
}

.roww h1 {
    color: #2e3192;
}

.roww h1 span {
    color: #d71920;
}

.contect-wel .row1 {
    padding: 0 20px;
}

.btn-warning {
    color: #fff;
    background-color: #1d1d1d !important;
    font-size: 12px;
    padding: 5px 22px;
}

.contect-wel .content ul li {
    margin: 0;
    padding: 0;
    font-weight: 800;
    list-style: none;
    border-bottom: 1px solid #444;
    font-size: 16px;
    transition: 0.5s;
    cursor: pointer;
    position: relative;
    color: #1d1d1d;
    background: #ffffffed;
    padding: 3px 10px;
    margin: 0 0 10px 0;
    font-family: myfont;
}

.contect-wel .content ul li:nth-child(6) {
    margin: 0;
}

.contect-wel .content ul li::before {
    content: "\f067";
    position: absolute;
    right: -40px;
    top: 0px;
    font-weight: 800;
    font-family: "Font Awesome 5 free";
    color: #fff;
    background: #363c8e;
    padding: 5px;
    width: 8%;
    height: 100%;
    text-align: center;
}

.contect-wel .content ul li:hover {
    color: #363c8e;
}

.contect-wel .first-row p {
    line-height: 20px;
    font-size: 18px;
    margin: 0;
    color: #fff;
}

.contect-wel .first-row h4 {
    font-size: 40px;
    font-weight: 800;
}

.contect-wel .first-row h5 {
    margin: 0 0 30px;
    font-size: 32px;
    font-weight: 600;
    position: relative;
}

.contect-wel .first-row h5:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    background: #282828;
    width: 35%;
    height: 5px;
}

.contect-wel .first-row h5 span {
    color: #282828;
}

.contect-wel .first-row {
    padding: 30px;
    background: #363c8e;
}

.sec-contact p {
    font-size: 16px;
    padding-top: 20px;
    font-family: myfont;
}

.sec-contact h4 {
    font-size: 45px;
    font-weight: 800;
    color: #282828;
}

.sec-contact h5 {
    margin: 0;
    font-size: 40px;
    font-weight: 400;
    position: relative;
    color: #282828;
}

.sec-contact h5:after {
    content: "";
    position: absolute;
    left: 385px;
    bottom: -10px;
    background: #282828;
    width: 15%;
    height: 4px;
}

.sec-contact h5 span {
    font-weight: 900;
}

.sec-contact .col-md-4 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec-contact .col-md-4 p {
    font-size: 15px;
    padding-top: 30px;
    line-height: 22px;
}

.sec-contact .content-heading {
    text-align: center;
    padding: 50px;
}

.sec-contact img {
    width: 47px;
    margin-right: 10px;
}

.sec-contact .container {
    border-bottom: 2px solid #363c8e;
}

.form-contact form {}

.form-contact {
    padding: 50px 0;
}

.form-contact .col-md-6 {
    padding-bottom: 13px;
}

.gao {
    padding-top: 30px;
    padding-bottom: 15px;
}

.form-contact p {
    color: #363c8e;
    font-family: myfont;
    font-weight: 900;
    line-height: 18px;
}

.form-contact p span {
    font-size: 14px;
    color: #1d1d1d;
    font-weight: 600;
}

.form-contact .heading h4 {
    font-size: 36px;
    font-family: myfont;
    color: #282828;
    position: relative;
}

.form-contact .heading h4:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    background: #282828;
    width: 20%;
    height: 4px;
}

#check {
    width: 5%;
    border: 1px solid #363c8e;
    padding: 20px 0;
    margin: 20px 10px;
    box-shadow: inset 0px 0px 0px 1px #363c8e;
    border-radius: 0;
}

.check label {
    color: #363c8e;
    font-family: myfont;
}

.form-contact .heading h4 span {
    font-weight: 700;
}

.form-contact input,
textarea {
    border-radius: 5px;
    border: 1px solid #cfcfcf66;
    padding: 10px;
    width: 100%;
    font-size: 18px;
    box-shadow: -2px 3px 5px -2px #aaaaaab8;
    color: #282828;
    font-family: myfont;
}

.form-contact .btmcol {
    border-bottom: 1px solid #cfcfcf;
}

.form-contact .headimg img {
    position: relative;
}

.form-contact .headimg::after {
    content: "";
    position: absolute;
    background: url(../../images/pp-images/contact/get.html) no-repeat;
    width: 62%;
    height: 125px;
    top: 30px;
}

.form-contact button {
    padding: 10px 40px;
    border: none;
    color: #fff;
    background: #363c8e;
    font-family: myfont;
    font-size: 18px;
    transition: 0.5s;
    border-radius: 9px;
}

.form-contact button:hover {
    background: #fff;
    color: #363c8e;
    box-shadow: inset -3px 2px 10px -2px #aaa;
    font-weight: 800;
}

.form-contact textarea {
    border: 1px solid #cfcfcf;
    width: 100%;
}

.form-contact input::placeholder,
.form-contact textarea::placeholder {
    color: #cfcfcf;
    opacity: 1;
    font-size: 14px;
}

.form-contact .col-md-4 {
    align-self: center;
}

.roww h4 {
    color: #f68237;
}

@media screen and (max-width: 1440px) {
    .welcome-sec {
        top: 56%;
    }
}

@media screen and (max-width: 1360px) {
    .welcome-sec {
        top: 56%;
    }
}

@media screen and (max-width: 1336px) {
    .welcome-sec {
        top: 56%;
    }
}

@media (width: 1280px) {
    .sec-contact {
        padding-top: 20px 0 0 0;
    }
}

@media (max-width: 1152px) {
    .roww h1 {
        color: #fff;
        font-size: 50px;
        line-height: 53px;
    }
    .welcome_section .content {
        text-align: left;
        transform: translate(0px, 30px);
    }
}

@media (width: 1024px) {
    .sec-contact {
        padding-top: 150px;
    }
}

@media (max-width: 320px) {
    .roww h4 {
        color: #f68237;
        margin-bottom: 8px;
    }
    .roww {
        top: 12%;
    }
}

@media (max-width: 911px) {
    .welcome-sec {
        background: url(../../images/pp-images/home/top-after.png) no-repeat;
        background-size: 100% 100%;
        color: #fff;
        border-radius: 8px;
        position: absolute;
        left: 0;
        right: 0;
        top: 65%;
    }
    .contect-wel .row1 {
        padding: 0;
        margin: 0;
    }
    .contect-wel .content ul li {
        color: #282828;
    }
    .modal-body.modal-body {
        margin: 0 10px;
        position: relative;
        padding: 15px;
        background: #ffffff30;
        text-align: center;
    }
    .modal-title {
        margin: 0;
        line-height: 25px;
        color: #fff;
        font-size: 24px;
        font-family: myfont;
    }
    .modal {
        position: fixed;
        top: 17px;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1050;
        display: none;
        overflow: hidden;
        -webkit-overflow-scrolling: touch;
        outline: 0;
    }
    .welcome-sec {
        position: unset;
    }
    .contect-wel .content ul li::before {
        display: none;
    }
    .roww h5 {
        color: #282828;
        font-size: 27px;
    }
    .roww {
        padding: 0;
        margin: 0;
        top: 15%;
    }
    .modal-dialog {
        width: 100%;
        margin: 30px auto;
    }
    .sec-contact h5:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -10px;
        background: #282828;
        width: 56%;
        height: 4px;
    }
    .sec-contact .content-heading {
        text-align: center;
        padding: 50px 0;
    }
    .welcome_section .content {
        text-align: left;
        transform: translate(0);
    }
    .sec-contact .col-md-4 {
        justify-content: left;
    }
    .roww p {
        font-size: 12px;
        line-height: 16px;
        font-weight: 600;
        padding-right: 30px;
    }
    .roww h4 {
        color: #f68237;
        margin-bottom: 9px;
    }
}

@media (max-width: 375px) {}

@media (max-width: 768px) {
    .form-contact .col-md-6 {
        padding-bottom: 13px;
        text-align: center;
    }
    .contect-wel .row1 {
        padding: 0;
        margin: 0 20px;
    }
    .roww p {
        font-size: 20px;
        line-height: 23px;
        font-weight: 600;
        padding-right: 30px;
    }
    .roww h4 {
        color: #f68237;
        margin-bottom: 20px;
    }
    .welcome_section .col-md-8 {
        border: none;
        border-radius: 0px;
        width: 66%;
        padding-left: 0px;
        margin-left: 0px;
        text-align: center;
        margin-top: 0px;
        color: #282828;
        padding: 0;
    }
    .contect-wel .content ul li {
        margin: 0;
        padding: 0;
        font-weight: 800;
        list-style: none;
        border-bottom: 1px solid #444;
        font-size: 14px;
        transition: 0.5s;
        cursor: pointer;
        position: relative;
        color: #1d1d1d;
        background: #ffffffed;
        padding: 3px 10px;
        margin: 10px 0;
        font-family: myfont;
    }
    .roww h1 {
        color: #fff;
        font-size: 27px;
        line-height: 25px;
        margin: 0 0 29px;
    }
    .sec-contact h5:after {
        content: "";
        position: absolute;
        left: 200px;
        bottom: -10px;
        background: #282828;
        width: 20%;
        height: 4px;
    }
    .contect-wel .first-row h5 {
        margin: 0 0 30px;
        font-size: 20px;
        font-weight: 600;
        position: relative;
    }
    .contect-wel .first-row p {
        line-height: 18px;
        font-size: 15px;
        margin: 0;
        color: #fff;
    }
    .contect-wel .row1 {
        padding: 0;
        margin: 0 15px;
    }
    .contect-wel .first-row {
        padding: 26px;
        background: #363c8e;
    }
    .welcome_section .content {
        text-align: left;
        transform: translate(0, 10px);
    }
}

@media (max-width: 611px) {
    .welcome_section .content {
        text-align: left;
        transform: translate(0, 0px);
    }
    .welcome_section .col-md-8 {
        border: none;
        border-radius: 0px;
        width: 100%;
        padding-left: 0px;
        margin-left: 0px;
        text-align: center;
        margin-top: 0px;
        color: #282828;
        padding: 0;
    }
    .contect-wel .content ul li {
        margin: 0;
        line-height: 16px;
        padding: 0;
        font-weight: 800;
        list-style: none;
        border-bottom: 1px solid #444;
        font-size: 11px;
        transition: 0.5s;
        cursor: pointer;
        position: relative;
        color: #1d1d1d;
        background: #ffffffed;
        padding: 6px 10px;
        margin: 10px 0;
        font-family: myfont;
    }
    .sec-contact p {
        font-size: 16px;
        padding-top: 20px;
        font-family: myfont;
    }
    .sec-contact h5 {
        margin: 0;
        font-size: 30px;
        font-weight: 400;
        position: relative;
        color: #282828;
    }
}