* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

input:focus,
a:focus,
button:focus,
textarea,
select {
    outline: none
}

body {
    font-family: "Inter", serif !important;
    font-weight: 400;
    background: #c9cfd8;
    color: #000;
    font-size: 16px;
}

a,
img,
button,
input[type="submit"],
div {
    transition: all 0.5s ease;
}

img {
    max-width: 100%;
}

header.site-header {
    margin: 0;
    padding: 15px;
    background: #fff;
    width: 100%;
    position: relative
}

header.site-header .site-brand img {
    max-height: 50px
}

header.site-header .row {
    align-items: center
}

header.site-header .btn-list {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style-type: none;
    display: flex;
    justify-content: flex-end
}

header.site-header .btn-list li {
    display: flex;
    margin: 0 5px;
    padding: 0
}

header.site-header .btn-list li:last-child {
    margin-right: 0;
}

header.site-header .btn-list li a {
    margin: 0;
    padding: 8px 15px;
    border-radius: 30px;
    background: #fff;
    border: 1px solid #1666AE;
    color: #000;
    text-decoration: none
}

header.site-header .btn-list li a:hover {
    background: #1666AE;
    color: #fff
}

header.site-header .btn-list li:last-child a {
    background: #1666AE;
    color: #fff
}

header.site-header .btn-list li:last-child a:hover {
    background: #fff;
    color: #000
}


.showcase {
    margin: 0;
    padding: 15px 0;
    position: relative;
    width: 100%
}

.showcase img {
    width: 100%;
    border-radius: 15px;
}


.data-protection-enviroment {
    margin: 0;
    padding: 15px 0;
    position: relative;
    width: 100%;
}

.data-protection-enviroment .blue-bg:before {
    background: url("../images/Line.png") no-repeat right bottom;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: -50%;
    content: "";
    z-index: -1;
}

.data-protection-enviroment .title {
    font-size: 21px;
    margin: 0 0 15px 0;
    font-weight: 500;
    line-height: normal
}

.data-protection-enviroment .blue-bg {
    background: #006aff;
    padding: 30px;
    border-radius: 25px;
    z-index: 1;
    position: relative;
    overflow: hidden;
}

.data-protection-enviroment .blue-bg .bg {
    background: #4190ff;
    padding: 25px;
    border-radius: 25px;
    color: #fff
}

.data-protection-enviroment .bg input {
    width: 100%;
    padding: 5px;
    border: none;
    border-radius: 5px;
    margin: 0 0 10px 0;
    color: #000
}

.data-protection-enviroment .bg label {
    color: #fff;
    margin: 0;
    font-size: 14px;
}

.data-protection-enviroment .bg input[type="checkbox"] {
    width: auto;
    display: inline-block
}

.data-protection-enviroment .bg input[type="submit"] {
    background: #ff9d00;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0
}

.data-protection-enviroment .form-box,
.data-protection-enviroment .content-box,
.data-protection-enviroment .img-box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    position: relative
}

.data-protection-enviroment .content-box {
    text-align: right;
    color: #fff;
    justify-content: center;
}

.data-protection-enviroment .content-box .sub-title {
    font-size: 21px;
    font-style: italic;
    font-weight: 300
}

.data-protection-enviroment .content-box h1 {
    font-size: 48px;
    font-weight: 600;
    margin: 0 0 15px 0;
    font-weight: 800
}

.data-protection-enviroment .content-box .custom-btn {
    margin: 0;
    padding: 0
}

.data-protection-enviroment .content-box .custom-btn a {
    padding: 10px 15px;
    background: #fff;
    color: #000;
    text-decoration: none;
    border-radius: 30px
}

.data-protection-enviroment .content-box .custom-btn a:hover {
    color: #4190ff
}

.data-protection-enviroment .img-box img {
    position: absolute;
    bottom: -30px;
    min-width: 380px;
    left: -55px
}


.request-info {
    margin: 0;
    padding: 15px 0;
    position: relative;
    width: 100%
}

.request-info h3 {
    font-family: "Plus Jakarta Sans", serif;
    color: #fff;
    font-size: 32px;
    margin: 0 0 15px 0;
    font-weight: 700;
}

.request-info .white-bg {
    padding: 30px;
    background: #fff;
    border-radius: 25px
}

.request-info input,
.request-info textarea {
    width: 100%;
    margin: 0 0 15px 0;
    display: block;
    padding: 5px;
    color: #000;
    border: 1px solid #ccc;
    border-radius: 4px
}

.request-info textarea {
    height: 135px
}

.request-info input[type="submit"] {
    background: #328edc;
    cursor: pointer;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    width: auto;
    border: none;
    padding: 8px 30px;
    margin: 0 0 0 auto
}

.request-info .hints {
    color: #505050;
    font-size: 14px
}


.securing-data-today {
    margin: 0;
    padding: 15px 0;
    position: relative;
    width: 100%;
    color: #fff;
}

.securing-data-today .bg {
    padding: 60px 30px;
    text-align: center;
    border-radius: 25px;
    background: url("../images/securing-data-today.jpg") no-repeat center center;
    background-size: cover;
}

.securing-data-today h3 {
    font-family: "Plus Jakarta Sans", serif;
    color: #fff;
    font-weight: 700;
    font-size: 32px;
    margin: 0 0 30px 0;
}

.securing-data-today p:last-child {
    margin-bottom: 0
}

.industry-alliances {
    margin: 0;
    padding: 15px 0;
    position: relative;
    width: 100%;
    text-align: center
}

.industry-alliances h2 {
    font-family: "Plus Jakarta Sans", serif;
    color: #B7B7B7;
    font-weight: 700;
    font-size: 32px;
    margin: 0 0 30px 0
}

.industry-alliances .white-bg {
    padding: 30px;
    background: #fff;
    border-radius: 25px
}

.industry-alliances .brand-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-between
}

.industry-alliances .brand-list li {
    margin: 0;
    padding: 0 15px;
    display: flex;
    align-items: center
}



.professional-services {
    margin: 0;
    padding: 15px 0;
    position: relative;
    width: 100%;
    color: #fff;
}

.professional-services .blue-bg {
    padding: 30px;
    text-align: center;
    border-radius: 25px;
    background: url("../images/professional-services.jpg") no-repeat center center;
    background-size: cover;
}

.professional-services h3 {
    font-family: "Plus Jakarta Sans", serif;
    color: #fff;
    font-weight: 700;
    font-size: 32px;
    margin: 0 0 30px 0;
}

.professional-services .white-bg {
    background: #fff;
    color: #000;
    height: 100%;
    text-align: left;
    padding: 25px;
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap
}

.professional-services .title {
    font-family: "Plus Jakarta Sans", serif;
    font-size: 21px;
    font-weight: 700;
    margin: 0 0 10px 0
}

.professional-services .list-items {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style-type: none
}

.professional-services .list-items li {
    width: 100%;
    margin: 0 0 10px 0;
    position: relative;
    padding: 0 0 0 15px
}

.professional-services .list-items li:last-child {
    margin-bottom: 0
}

.professional-services .list-items li:before {
    position: absolute;
    left: 0;
    top: 7px;
    width: 10px;
    height: 10px;
    content: "";
    background: #407bff;
    border-radius: 100%
}

.use-cases {
    margin: 0;
    padding: 15px 0;
    position: relative;
    width: 100%;
    color: #000;
}

.use-cases .bg {
    padding: 30px;
    border-radius: 25px;
    background: #fff url("../images/use-cases.png") no-repeat left bottom;
}

.use-cases h3 {
    font-family: "Plus Jakarta Sans", serif;
    text-align: center;
    color: #407BFF;
    font-weight: 700;
    font-size: 32px;
    margin: 0 0 30px 0;
}

.use-cases .title {
    font-family: "Plus Jakarta Sans", serif;
    font-size: 21px;
    font-weight: 700;
    margin: 0 0 10px 0
}

.use-cases .list-items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 15px 0;
    padding: 0;
    width: 100%;
    list-style-type: none
}

.use-cases .list-items li {
    width: 100%;
    margin: 0 0 10px 0;
    position: relative;
    padding: 0 0 0 15px
}

.use-cases .list-items li:before {
    position: absolute;
    left: 0;
    top: 7px;
    width: 10px;
    height: 10px;
    content: "";
    background: #407bff;
    border-radius: 100%
}

.use-cases .bg p:last-child {
    margin-bottom: 0;
}

.faq-sec {
    margin: 0;
    padding: 15px 0;
    position: relative;
    width: 100%;
    color: #000;
}

.faq-sec .card {
    margin: 0 0 15px 0;
    border-radius: 10px;
    border: none;
    overflow: hidden
}

.faq-sec .card .card-body {
    padding-top: 0
}

.faq-sec .card:last-child {
    margin-bottom: 0
}

.faq-sec .card .card-header {
    padding: 10px;
    background: #fff;
    border: none
}

.faq-sec .card .card-header button {
    font-family: "Plus Jakarta Sans", serif;
    padding-right: 35px;
    white-space: normal;
    font-weight: 600;
    color: #000;
    font-size: 21px;
    text-decoration: none
}

.faq-sec .collapsible-link {
    width: 100%;
    position: relative;
    text-align: left;
}

.faq-sec .collapsible-link::before {
    content: "\f067";
    position: absolute;
    top: 10px;
    right: 0.8rem;
    display: block;
    font-family: "FontAwesome";
    font-size: 18px;
    color: #407BFF;
    font-weight: normal;
}

.faq-sec .collapsible-link[aria-expanded="true"]::before {
    content: "\f068"
}

footer.site-footer {
    margin: 0;
    padding: 0 0 15px 0;
    position: relative;
    width: 100%
}

footer.site-footer .copy-right {
    text-align: right;
    border-right: 1px solid #000
}

footer.site-footer .social-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex
}

footer.site-footer .social-list li {
    margin: 0;
    padding: 0 10px 0 0;
}



/* ========================================================== */
/* ========================================================== */

.showcase .content-box {
    background-image: url(../images/professional-services.jpg);
    background-size: cover;
    background-position: center;
    color: #fff;
    justify-content: center !important;
    flex-direction: column;
    border-radius: 15px;
}

.showcase .content-box2 {
    background-image: url(../images/showcase1.png);
    background-size: cover;
    background-position: center;
    color: #fff;
    justify-content: center !important;
    flex-direction: column;
    border-radius: 15px;
}

.mybtn a {
    padding: 10px 15px;
    background: #fff;
    color: #000;
    text-decoration: none;
    border-radius: 30px;
}

.bg {
    padding: 30px;
    border-radius: 25px;
    background: url(../images/use-cases.png) left bottom no-repeat rgb(255, 255, 255);
}

.faq-sec .card {
    border: 1px solid blue;
}

.faq-sec h3 {
    font-family: "Plus Jakarta Sans", serif;
    text-align: center;
    color: #407BFF;
    font-weight: 700;
    font-size: 32px;
    margin: 0 0 30px 0;
}

.industry-alliances img {
    max-width: 100%;
    width: 147px;
}

.industry-alliances h2 {
    color: #3b3838;
}

.request-info h3 {
    color: #484444;
}

.showcase .content-box2,
.showcase .content-box {
    height: 100%
}

/* ========================================================== */
/* ========================================================== */



/*------------ Responsive ---------*/
@media(max-width:1199px) {}

@media(min-width:992px) and (max-width:1199px) {
    .data-protection-enviroment .img-box img {
        min-width: 300px;
        left: -30px
    }
}

@media(max-width:991px) {
    .data-protection-enviroment .form-box {
        order: 1
    }

    .data-protection-enviroment .content-box {
        order: 2;
        text-align: center;
        margin: 30px 0
    }

    .data-protection-enviroment .img-box {
        order: 3
    }

    .data-protection-enviroment .img-box img {
        position: relative;
        left: 0;
        top: 0;
        min-width: auto;
        height: auto;
        bottom: 0;
        width: 300px;
        margin: 0 auto;
        max-width: 100%
    }

    .data-protection-enviroment .blue-bg {
        padding-bottom: 0
    }
}

@media(max-width:767px) {
    .data-protection-enviroment .blue-bg {
        padding: 15px 15px 0 15px
    }

    .professional-services .blue-bg {
        padding: 15px;
    }

    footer.site-footer .copy-right {
        text-align: center;
        margin: 0 0 15px 0;
    }

    footer.site-footer .social-list {
        justify-content: center;
    }

    .securing-data-today .bg,
    .request-info .white-bg,
    .data-protection-enviroment .blue-bg .bg,
    .use-cases .bg {
        padding: 15px;
        border-radius: 15px;
    }

    .industry-alliances .brand-list {
        flex-wrap: wrap;
    }

    .industry-alliances .brand-list li {
        width: 50%;
        padding: 10px;
    }

    .securing-data-today h3,
    .industry-alliances h2,
    .use-cases h3,
    .professional-services h3 {
        margin-bottom: 15px;
    }

    .data-protection-enviroment .content-box h1 {
        font-size: 36px;
    }

    .showcase .col-md-6:last-child,
    .professional-services .col-md-6:last-child {
        margin-top: 15px
    }

    header.site-header .btn-list {
        justify-content: center;
        margin-top: 15px;
    }

    header.site-header {
        text-align: center;
    }

    .request-info input[type="submit"] {
        margin: 0 auto;
    }
}