.row {
    display: flex;
    flex-wrap: wrap;
}

.form-control {
    background: #fff;
}

.defence-row {
    padding: 30px 40px 40px;
    background: #fff;
    border-radius: 5px;
}

.defence-box {
    clear: both;
}
.defence-integration-section {
    padding: 20px 40px;

}

.defencebox-description {
    position: relative;
    min-height: 430px;
    padding: 70px 0;
    margin-bottom: 30px;
    border: 1px solid #d5d5d5;
    background: url(../jpg/defence.jpg) no-repeat top right;
    background-size: 95%;
}
.defencebox-description .start-chat-btn {
    color: #fff;
    border: 1px solid #1058b1;
    background: #1058b1;
    font-size: 16px;
position: relative;
top: 28px;
}
.defencebox-description .start-chat-btn:hover {
    background: #f06c7c;
    color: #fff;
    border: 1px solid #f06c7c;
}
.defence-integration-section .benefits-list li:before{
    top: 0.7vw
}
.defence-futures-section .integrate-image {
    width: 100%;
    right: 0%;
}
.defence-futures-section .integrate-image {
    /* position: relative;
    height: 460px;
    background: url(../../img/defence-features-section.jpg) no-repeat right;
    background-size: cover; */
}

.ngo-description {
    position: relative;
    min-height: 430px;
    padding: 70px 0;
    margin-bottom: 15px;
    border: 1px solid #d5d5d5;
    background: url(../jpg/ngo.jpg) no-repeat top right;
    background-size: 95%;
}

.govt-description {
    position: relative;
    min-height: 400px;
    padding: 70px 0;
    margin-bottom: 15px;
    border: 1px solid #d5d5d5;
    background: url('../jpg/govt.jpg') no-repeat top right;
}

.defence-headding {
    text-align: center;
    font-style: italic;
    font-size: 28px;
}

.section-headding {
    font-size: 32px;


    font-size: 2.5rem;
    font-family: 'Manrope', sans-serif;
    font-weight: 300;
}


.imageicon {
    margin-right: 15px;
}

.why-tm-heading {
    font-size: 18px;
}

.why-tm-points {
    color: #333;
    margin: 10px 0;
}

.why-tm-points li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 15px;
}

.why-tm-points li:before {
    position: absolute;
    content: '';
    width: 8px;
    height: 1px;
    left: 0;
    top: 8px;
    background: #333;
}

.tm-divider {
    position: relative;
}

.tm-divider:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 100px;
    background: #e0dcdc;
    right: -8px;
    top: 50%;
    transform: translate(0, -50%);
}

.tm-divider:after {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    border: 1px solid #e0dcdc;
    border-radius: 50%;
    right: -14px;
    top: 50%;
    transform: translate(0, -50%);
    background: #fff;
}

.usecase-text {
    padding-left: 15px;
}

.usecase-heading {
    position: relative;
    font-size: 16px;
}

.usecase-heading:before {
    position: absolute;
    content: '';
    width: 8px;
    height: 2px;
    left: -15px;
    top: 10px;
    background: #000;
}

.casestudies-container, .requestquery-container {
    position: relative;
}

#case-studies .owl-nav {
    position: absolute;
}

#case-studies .owl-controls .owl-nav .owl-prev, #case-studies .owl-controls .owl-nav .owl-next {
    left: unset;
    right: unset;
    border: 1px solid #ccc;
    border-radius: 50%;
    margin: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: unset;
    top: unset;
}

#case-studies .owl-controls .owl-nav .owl-next {
    margin-left: 20px;
}

#case-studies .owl-nav .owl-prev img, #case-studies .owl-nav .owl-next img {
    width: 20px;
}

#case-studies .case-studies-description {
    min-height: 100px
}

.integration-page #case-studies .case-study {
    background: #f9f9f9;
    border: 2px solid #e5e5e5;
}
.security-futures-enhancements .wesupport-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 88px;
    margin-bottom: 25px;
    border-radius: 50%;
    background-color: #f1f6fd;
}
.security-futures-enhancements .wesupport-box {
    padding: 30px 30px 50px;
    border-radius: 5px;
    height: 100%;
    background-color: #fff;
    border: 1px solid #e4ecf8;
}
.security-futures-enhancements .border-radius-right {
    border-radius: 10px 10px 50px 10px;
}
.security-futures-enhancements .api-sectionname {
    font-size: 34px;
}
.security-futures-enhancements .api-sectionname::before {
    position: absolute;
    content: '';
    left: 1rem;
    bottom: -5px;
    transform: translateX(-50%);
    width: 30px;
    height: 4px;
    background-color: #f06c7c;
}
.security-futures-enhancements .api-featuresimg img {
    height: 50px;
    object-fit: scale-down;
}


[class*="col-xs"]:after {
    clear: both;
}

@media only screen and (min-width: 992px) {

}

@media only screen and (min-width: 1200px) {
    #case-studies .owl-nav {
        display: inline-flex;
        position: absolute;
        top: 50%;
        left: -42%;
        transform: translate(-50%,-50%);
    }
}

@media only screen and (min-width: 1360px) {
    .casestudies-image {
        position: absolute;
        top: calc(50% - 80px);
        width: 160px;
        z-index: 1;
        left: -100px;
    }

    .requestquery-image {
        position: absolute;
        top: calc(50% - 80px);
        width: 160px;
        z-index: 1;
        right: -100px;
    }

    .why-tm-points {
        width: 90%;
    }

    .requestquery-image {
        display: block!important;
    }
}

@media only screen and (max-width: 1199px) {
    #case-studies .owl-nav {
        position: relative;
    }
}

@media only screen and (max-width: 991px) {
    .tm-divider {
        margin-bottom: 50px;
    }

    .tm-divider:before {
        width: 80%;
        height: 1px;
        right: unset;
        left: 50%;
        top: unset;
        bottom: -20px;
        transform: translate(-50%, 0);
    }

    .tm-divider:after {
        top: unset;
        right: unset;
        bottom: -26px;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .defence-row {
        padding: 30px 20px 40px;
    }

    .defence-headding {
        font-size: 20px;
    }

    .defence-headding {
        color: #fff;
    }

    .defence-headding .text_gradient {
        -webkit-text-fill-color: #fff;
    }

    .defencebox-description, .ngo-description, .govt-description {
        background-color: #eee;
        background-size: cover;
    }

    .defencebox-description:before, .ngo-description:before, .govt-description:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        content: '';
    }
}

@media only screen and (max-width: 767px) {
    .defencebox-description, .ngo-description, .govt-description {
        min-height: auto;
    }

    .defence-headding {
        font-size: 16px;
    }
}