:root {
    --primary: #04c5ba;
    --secondary: #6356e7;
}

.p-color {
    color: var(--secondary);
    display: inline-block!important;
}

.mx-20 {
    margin-right: 20px;
}

.navbar-brand {
    width: 150px;
}

.footer-logo {
    width: 250px;
}

.banner-five-area::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 70%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/home-four/home-four-bg.png);
    opacity: .8;
}

.banner-four-area {
    padding: 50px 0px;
}

.clients-slider-img img {
    width: 150px!important;
}

.contact-info-side {
    margin-bottom: 30px;
    background-color: #070b3b;
    padding: 52px 35px 22px;
    border-radius: 15px;
    position: relative;
    z-index: 1;
}


/*  career*/

.job-opening .job-list {
    background-color: #f4f5f7;
    padding: 15px 25px;
    margin-bottom: 20px;
    border-radius: 50px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
    color: #103449;
}

.job-opening .job-list h5 {
    font-size: 20px;
    font-weight: 500 !important;
    color: #103449;
}

.text-lg-right {
    text-align: right !important;
}

.job-opening .job-list p.view {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background: var(--primary);
    padding: 5px 10px;
    border-radius: 30px;
}

.job-list p {
    font-size: 14px;
}


/* contact */

.pt-100 {
    padding-top: 100px;
}

.contact-form-area {
    position: relative;
    z-index: 1;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pb-75 {
    padding-bottom: 75px;
}

.contact-info {
    color: #103449;
}

.contact-item {
    background: #f9f9f9;
    padding: 25px;
    border-radius: 0;
    margin: 0 0 25px;
    position: relative;
    z-index: 1;
    -webkit-transition: .4s;
    transition: .4s;
    height: 150px;
}

.contact-item .contact-icon {
    font-size: 30px;
    width: 50px;
    height: 50px;
    position: relative;
    top: 5px;
    border-radius: 50%;
    text-align: center;
    background-color: #346fb7;
    -webkit-transition: .4s;
    transition: .4s;
    color: white;
}

.contact-item .contact-info {
    width: calc(100% - 70px);
    margin-left: 20px;
    -webkit-transition: .3s;
    transition: .3s;
}

.contact-item:hover {
    background-color: #346fb7;
}

.contact-item:hover .contact-icon {
    background-color: white;
    color: #346fb7;
}

.contact-item:hover .contact-info {
    color: white;
}

.contact-item:hover .contact-info h3 {
    color: white;
}

.contact .contact-item a {
    text-decoration: none;
    color: #103449;
}

.contact-item:hover a {
    color: white;
}


/* .comp-map {
    height: 400px;
} */

.contact-form-area {
    position: relative;
    z-index: 1;
}

@media (min-width: 1200px) {
    .offset-xl-1 {
        margin-left: 8.33333333%;
    }
}

@media (min-width: 1200px) {
    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
}

#contactForm {
    margin-bottom: -8px;
}

#contactForm .form-group {
    margin: 0 0 20px;
}

.help-block {
    color: #e31c25;
}

.btn.disabled {
    opacity: 1;
}

.btn.style1 {
    background-color: #346fb7;
}


/* .btn {
    display: inline-block;
    line-height: 26px;
    font-weight: 400;
    border-radius: 5px;
    text-align: center;
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    position: relative;
    z-index: 1;
    border: none;
    padding: 13px 35px 15px;
    border-radius: 6px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
} */

.btn:hover {
    color: #fff;
}

.work-process-card p {
    margin-bottom: 0;
    text-align: justify;
}

.services-item img {
    height: 310px;
}

@media (min-width: 300px) and (max-width:760px) {
    .banner-four-area::before {
        background-image: none;
    }
}

.service-article-list li::after {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    border-radius: 50px;
    font-weight: 500;
    content: url('https://api.iconify.design/akar-icons/circle-check-fill.svg?color=%2304c5ba');
}

.case-article-list li::after {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50px;
    font-weight: 500;
    content: url('https://api.iconify.design/akar-icons/circle-check-fill.svg?color=%2304c5ba');
}
.nice-select {
    width: 221px !important;
}