/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/* *{
    transition: all .3s cubic-bezier(.8,0,.2,1);
} */
html {
    font-size: 15px;
}

a {
    all: unset;
    cursor: pointer;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font-family: sans-serif;

}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* HTML5 display-role reset for older browsers */

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    margin-bottom: 15px;
}

h1 {
    font-size: 2rem;
}

p {
    font-size: 1rem;
    line-height: 1.25rem;
    margin-bottom: 15px;
}

a {
    color: #0F4996;
}

a:hover {
    color: #FF871C !important;
    text-decoration: underline;
}

.zeromargin {
    margin: 0 auto;
}

header {
    display: flex;
    padding: 20px 0;
    background-color: white;
}

header .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.mainlogo {
    height: auto;
    display: flex;
    align-items: center;
}

.mainlogo img {
    height: 100%;
}

.clientlogo {
    width: auto;
    height: 100%;
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid #777777;
}

.clientlogo img {
    height: 40px;
}

.languageselect {
    position: relative;
}

.languageselect img {
    width: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
}

.languageselect select {
    border-radius: 5px;
    border-color: #FF871C;
    padding-left: 35px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;

}

.menuicon {
    display: none;
}

section,
footer {
    padding: 40px 0;
}

#section1 {
    color: white;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



.searchsection {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.searchsection form {
    width: 100%;
    display: flex;
    justify-content: center;
}

.searchfield {
    max-width: 600px;
    width: 100%;
    display: flex;
    gap: 10px;
    position: relative;
}

.searchfield img {
    margin: auto;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 10px;

}

.searchfield .form-control {
    padding: 25px 20px 25px 50px;
    border: 0px;
    border-bottom: 2px solid #0F4996;
    border-radius: 0px;
    background-color: #f5f5f5;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.inputfield {
    position: relative;
    width: 100%;
}

.btn-primary {
    color: white;
    padding: 15px 30px;
    background-color: #FF871C;
    border: 0px;
}

.btn-primary:hover {
    background-color: #f27100;
}

#section3 {
    background-color: #f2f2f2;
}

.documentationtopics h3 {
    color: #0F4996;
}

.cardstyle {
    padding: 25px;
    background-color: white;
    border-radius: 5px;
    height: 100%;
    gap: 20px;
    display: flex;
    flex-direction: column;
    font-size: .9rem;
    box-shadow: 0 1.6px 3.6px 0 hsl(0deg 0% 0% / 13%), 0 0.3px 0.9px 0 hsl(0deg 0% 0% / 11%);
    transition: all .3s cubic-bezier(.8, 0, .2, 1);

}

.cardstyle:hover {
    box-shadow: 0 6.4px 14.4px 0 rgba(0, 0, 0, 0.132), 0 1.2px 3.6px 0 rgba(0, 0, 0, 0.108);
    transition: all .3s cubic-bezier(.8, 0, .2, 1);

}

.doc-heading {
    display: flex;
    gap: 10px;
    align-items: center;
}

.doc-heading h1,
.doc-heading h2,
.doc-heading h3,
.doc-heading h4,
.doc-heading h5,
.doc-heading h6 {
    margin: 0;
}

.doc-heading-icon {
    height: 25px;
    width: auto;
}

.doc-heading h5 {
    font-weight: 600;
    color: black;
}

.doc-subheading {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.doc-subheading li a {
    color: black;
}

.cardstyle:hover .doc-subheading li a {
    transition: all .2s cubic-bezier(.8, 0, .2, 1);

}

.doc-subheading li a:hover {
    color: #FF871C;
}


.col {
    padding-bottom: 30px;
}

.cardstyle-two {
    padding: 25px;
    background-color: #f5f5f5;
    border-radius: 5px;
    height: 100%;
}

.cardstyle-two .row {
    display: flex;
    width: 100%;
}

.cardstyle_three {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 15px 25px 25px 25px;
    border-radius: 5px;
    background-color: white;
    box-shadow: 0 0 3.6px 1px hsl(0deg 0% 0% / 13%), 0 0.3px 0.9px 0 hsl(0deg 0% 0% / 11%);
    transition: all .3s cubic-bezier(.8, 0, .2, 1);
}

.cardstyle_three:hover {
    box-shadow: 0 6.4px 14.4px 0 rgba(0, 0, 0, 0.132), 0 1.2px 3.6px 0 rgba(0, 0, 0, 0.108);
    transition: all .3s cubic-bezier(.8, 0, .2, 1);
}

.platformcard {
    display: flex;
    flex-direction: column;
    padding: 20px;
    background-color: white;
    border-radius: 5px;
    gap: 10px;
}

.platformcard img {
    width: auto;
    height: 25px;
}

.platformcard a {
    text-decoration: underline;
}

.cardstyle-two_center {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.cardstyle-two img {
    height: 35px;
}

.cardstyle_three img {
    width: auto;
    height: 50px;
}

.cardstyle_three .infocard_content h5 {
    color: #0F4996;
}

.cardstyle_three .infocard_content span {
    display: block;
    color: #FF871C;
    font-size: 2rem;
}

.ideaicon {
    width: 60px;
    margin-bottom: 20px;
}

#section4,
#section8 {
    background-color: #f5f5f5;
}

#section4 .cardstyle-two {
    background-color: white;
}

#section4 h3 {
    text-align: center;
}

.contactusblock {
    text-align: center;
}

.contactusblock2 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 30px;
}

#section4 .col-md-6,
#section4 .col-12 {
    padding: 15px;

}

footer {
    background-color: #2c2c2c;
    color: white;
}

.copyrights {
    text-align: center;
    font-weight: 500;
    width: 100%;
    border-top: 1px solid #bfbfbf;
    padding: 20px 0px 0px 0px;
}

.quicklinks {
    display: flex;
    justify-content: space-evenly;
    padding: 15px 0px;
    flex-wrap: wrap;
}

.quicklinks li {
    width: auto;
    height: auto;
    margin: 10px;
}

.quicklinks li a {
    padding: 10px;
    color: white;
}

.quicklinks li a:hover {
    color: #FF871C;
    text-decoration: underline;
}

.menuicon {
    width: 35px;
    height: auto;
}

.mobilenavigation {
    width: 90%;
    position: fixed;
    top: 0px;
    right: 0px;
    background-color: white;
    height: 100vh;
    padding: 30px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 20px;
    transform: translateX(100%);
}

.closeicon {
    width: 100%;
}

.closeicon img {
    width: 40px;
    float: right;
}

.mobilenavigation .languageselect select {
    width: 100%;
}

.topquestions {
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    width: 500px;
    padding: 30px;
    background-color: white;
    box-shadow: 0 6.4px 14.4px 0 rgba(0, 0, 0, 0.132), 0 1.2px 3.6px 0 rgba(0, 0, 0, 0.108);
    height: 280px;
    overflow: auto;
    z-index: 999;
}


.topquestions li a {
    background-color: #f5f5f5;
    padding: 10px 15px;
    border-radius: 5px;
    margin: 10px 0px;
    border: 1px solid transparent;
    color: black;
    display: block;
}

.topquestions li a:hover {

    color: #0F4996;
    background-color: white;
    border: 1px solid #0F4996;
    text-decoration: none;
}

.doc_header {
    display: flex;
    justify-content: space-between;
}

/* Search Result Style */

.search_results_headers {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search_results_headers h3 {
    margin-bottom: 0;
}

.search_results_headers h3 span {
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
    line-height: -7px;
    color: #999999;
}

.platformfilter {
    display: flex;
    gap: 5px;
}



.platformfilter li a {
    padding: 5px 15px;
    background-color: white;
    border-radius: 40px;
    border: 1px solid black;
    color: black !important;
    display: block;
    font-size: 14px;
}

.platformfilter li a:hover {
    border: 1px solid #0F4996;
    color: #0F4996 !important;
}

.platformfilter li .selected_filter {
    border: 0px;
    background-color: #0F4996;
    color: white !important;
}

.platformfilter li .selected_filter:hover {
    border: 0px;
    background-color: #0F4996;
    color: white !important;
    text-decoration: none;
}

.dividerline {
    width: 100%;
    height: 1px;
    background-color: #bbbbbb;
    margin: 10px 0;
}

.search_results {
    width: 100%;
}

.search_results .cardstyle {
    gap: 0px;
    margin-bottom: 15px;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
}

.search_results .cardstyle h5 {
    display: flex;
    align-items: center;
    padding-bottom: 5px;
}

.search_results .cardstyle:hover {
    border-left: 2px solid #FF871C;
    border-right: 2px solid #FF871C;
    transition: all .3s cubic-bezier(.8, 0, .2, 1);
}

.search_results .search_result_link {
    color: black;
}

.search_results .search_result_link:hover {
    color: #0F4996;
}

.search_results .cache_path {
    color: green;
    font-size: 12px;
    font-style: italic;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search_results .result_descriptions {
    padding-top: 10px;
    font-size: .9rem;
}

.search_results .search_result_link span {
    color: #0F4996;
    font-weight: 600;
}

.platform_batch {
    padding: 5px;
    background-color: #FF871C;
    border-radius: 5px;
    display: inline-block;
    font-size: 12px;
    margin-right: 5px;
    color: white;
}

#knowledgebase_header {
    padding: 10px 0;
}

#knowledgebase_header .searchfield {
    max-width: 600px;
    width: 100%;
}


#knowledgebase_header .searchfield .form-control {
    padding: 10px 20px 10px 40px;
    border-bottom: 2px solid #FF871C;
    background-color: white;

}

#knowledgebase_header .btn-primary {
    padding: 7px 30px;
}

#knowledgebase_header .searchfield img {
    top: -5px;
    width: 20px;
}

#knowledgebase_header .searchfield form {
    min-width: 500px;
}

#knowledgebase_header .container {
    display: flex;
    justify-content: center;
}

.contactform {
    display: flex;
    flex-direction: column;
}

.contactform .form-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

.contactform .btn {
    align-self: flex-end;
}

.contactform label {
    font-size: 14px;
}

.privacypolicy h4 {
    padding: 20px 0px 10px 0px;
    font-weight: 600;
    color: #0F4996;
}

.privacypolicy p {
    padding: 10px 0px 10px 0px;

}

.privacypolicy li {
    padding: 0px 0px 5px 0px;

}

.privacypolicy p,
.privacypolicy li {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: normal;
    font-weight: 400;
}

.privacypolicy ul {
    list-style: decimal;
    padding: 0 20px;
}

.errorpage {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.errorpage img {
    max-width: 500px;
    width: 100%;
}


.downloadables img {
    margin: 0 10px;
}

#section5 {
    background-color: #0F4996;
    color: white;
}

figure.supported_devices {
    min-width: 200px;
    width: auto;
    background-color: white;
    color: black;
    border-radius: 5px;

}

figure.supported_devices a {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
    border: 1px solid white;
    font-weight: 500;
    border-radius: inherit;

}

.supported_devices_hints {
    display: none;
}

.owl-item.active.center .supported_devices_hints {
    display: none;
}

.owl-item.active.center figure.supported_devices a {
    text-decoration: underline;
    background-color: white;
    border: 1px solid #FF871C;
    color: #FF871C;
}

figure.supported_devices a:hover {
    text-decoration: underline;
    background-color: white;
    border: 1px solid #FF871C;
}

figure.supported_devices img {
    width: 100px !important;
    height: auto;
}

.downloadables a img {
    height: 40px;
}

.downloadables {
    padding: 10px;
}

.owl-item {
    width: auto;
}

.owl-carousel {
    padding: 20px 0;
}

/* Contact us */

.navbar-lang li {
    padding: 5px;
}

.help-block-error,
.help-block {
    color: red;
    font-style: italic;
    font-size: small;
}

form div.required label.control-label:after,
form div.field-contactform-verifycode label.control-label:after {

    content: " * ";

    color: red;

}



.tag-wrapper button {
    border: 1px solid;

    text-shadow: 0 -1px 0 rgb(0 0 0 / 85%);
    border-radius: 4px;
    border-color: #289a9d;
    height: 28px;
    padding: 3px 9px;

    border: none;
    margin-right: 7px;
    -webkit-transition: all 230ms ease;
    -o-transition: all 230ms ease;
    transition: all 230ms ease;
    vertical-align: top;
    margin-bottom: 7px;
    font-size: 14px;
    color: #ffffff;
}

.activity-tag button {
    background: #fa6500;
}

.for-tag button {
    background: #2c2c2c;
}

.moreinfo-tag button {
    background: #0f4996;
}

.selectize-control.multi .selectize-input>div {
    background: #FF871C !important;
    color: white;
    font-size: inherit;
    padding: 10px;
    border-radius: 5px;
}

.selectize-input {
    display: flex;
    padding: 10px;
    background-color: white;
    border: 1px solid #777777;
    border-radius: 5px;
    gap: 10px;
}

a.remove {
    color: white;
    padding-left: 10px;
}

a.remove:hover {
    color: red !important;
    text-decoration: none;
}

.line {
    width: 100%;
    height: 1px;
    margin: 20px 0;
    background-color: #cccccc;
}

.whitepapersection {
    flex-direction: row;
    justify-content: space-between;
    background-color: #0F4996;
    color: white;
}

.cardstyle.Training {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.cardstyle.Training img {
    width: 25px;
    height: auto;
}

.whitepapersection .doc-heading {
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
}

.whitepapersection .btn {
    align-self: center;
}

.whitepapersection .btn.focus,
.whitepapersection .btn:focus {
    background-color: #fa6500 !important;
}

.btn-outline-info {
    color: #0F4996;
    border-color: #0F4996;
}

.btn-outline-info {
    color: #0F4996;
    border-color: #0F4996;
}

.btn-outline-info:hover,
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #0F4996;
    border-color: #0F4996;
}



.accentcolor_1,
.accentcolor_2,
.accentcolor_3,
.accentcolor_4,
.accentcolor_5,
.accentcolor_6,
.accentcolor_7,
.accentcolor_8,
.accentcolor_9,
.accentcolor_10,
.accentcolor_11,
.accentcolor_12 {
    border-top: 5px solid;
}

.accentcolor_1 {
  border-color: #2F8DFA;
}

.accentcolor_2 {
  border-color: #F95181;
}

.accentcolor_3 {
  border-color: #B800D7;
}

.accentcolor_4 {
  border-color: #FD5307;
}

.accentcolor_5 {
  border-color: #0CCF00;
}

.accentcolor_6 {
  border-color: #0D47A1;
}

.accentcolor_7 {
  border-color: #ff871c;

}

.accentcolor_8 {
  border-color: #D200A2;
}

.accentcolor_9 {
  border-color: #1200D5;
}

.accentcolor_10 {
  border-color: #6E00FF;
}

.accentcolor_11 {
  border-color: #C100DB;
}

.accentcolor_12 {
  border-color: #D200A2;
}

.accentcolor_1 .doc-heading .doc-heading-icon {
    background-color: #2F8DFA14;
 
}

.accentcolor_2 .doc-heading .doc-heading-icon{
    background-color: #F9518114;
 

}

.accentcolor_3 .doc-heading .doc-heading-icon{
    background-color: #B800D714;
 

}

.accentcolor_4 .doc-heading .doc-heading-icon{
    background-color: #FD530714;
 

}

.accentcolor_5 .doc-heading .doc-heading-icon{
    background-color: #0CCF0014;
 }

.accentcolor_6 .doc-heading .doc-heading-icon{
    background-color: #0D47A114;
}

.accentcolor_7 .doc-heading .doc-heading-icon{
    background-color: #ff871c14;
}

.accentcolor_8 .doc-heading .doc-heading-icon{
    background-color: #D200A214;
}

.accentcolor_9 .doc-heading .doc-heading-icon{
    background-color: #1200D514;
}

.accentcolor_10 .doc-heading .doc-heading-icon{
    background-color: #6E00FF14;
}

.accentcolor_11 .doc-heading .doc-heading-icon{
    background-color: #4b3e4d14;
}

.accentcolor_12 .doc-heading .doc-heading-icon{
    background-color: #D200A214;
 

}

.accentcolor_1 .doc-heading h5 {
    color: #2F8DFA;
}

.accentcolor_2 .doc-heading h5{
    color: #F95181;
}

.accentcolor_3 .doc-heading h5{
    color: #B800D7;
}

.accentcolor_4 .doc-heading h5{
    color: #FD5307;
}

.accentcolor_5 .doc-heading h5{
    color: #0CCF00;
}

.accentcolor_6 .doc-heading h5{
    color: #0D47A1;
}

.accentcolor_7 .doc-heading h5{
    color: #FD5307;
}

.accentcolor_8 .doc-heading h5{
    color: #D200A2;
}

.accentcolor_9 .doc-heading h5{
    color: #1200D5;
}

.accentcolor_10 .doc-heading h5{
    color: #6E00FF;
}

.accentcolor_11 .doc-heading h5{
    color: #C100DB;
}

.accentcolor_12 .doc-heading h5{
    color: #D200A2;
}
.os-type {
    color: #FF871C;
}
.linktile .doc-heading {
    display: flex;
    gap: 5px;
    flex-direction: column;
    align-items: flex-start;
}

.linktile .doc-heading .doc-heading-icon {
    height: 50px;
    width: auto;
    /* padding: 15px; */
    border-radius: 5px;
    margin-bottom: 20px;
    background-color: unset;
}

#accordion .cardstyle1 {
    margin-bottom: 20px;
    padding: 20px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #0f4996;
    border-top: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
background-color: #f5f5f5;
}
#accordion .cardstyle1 p {
    line-height: 1.5;
    font-size: 16px;
    font-weight: normal;
}
#accordion h3.ui-accordion-header-active {
    background-color: #0f4996;
    border: 1px solid #0f4996;
    margin-bottom: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.faq-banner img{
    max-width: 600px;
    width: 100%;
}

html { scroll-behavior: smooth; } 

.linktile .doc-heading h5 {
}

.linktile {
}



@media (max-width: 575.98px) {
    .platformcard {
        margin-bottom: 15px;
    }

    .cardstyle .col-sm-4 {
        padding: 0px;
    }

    #section01 .container {
        padding: 0px;
    }

    .weblanguageselect {
        display: none;
    }

    .searchfield {
        flex-direction: column;
    }

    section .container,
    header .container {
        padding: 0px;
    }

    .cardstyle-two {
        padding: 20px;
    }

    .col-sm-4 {
        padding: 0px;
    }

    .col {
        padding-bottom: 20px;
    }

    header {
        padding: 10px 0;
    }

    .clientlogo {
        padding-left: 0px;
        margin-left: 0px;
        border-left: 0px;
    }

    .mainlogo {
        width: 200px;
        flex-direction: column;
        align-items: baseline;
        gap: 10px;
        padding: 10px 0;
    }

    .mainlogo img {
        width: 100%;
    }

    .menuicon {
        display: block;
    }

    .search_results_headers {
        align-items: baseline;
        flex-direction: column;
        gap: 20px;
    }

    .dividerline_hide_responsive {
        display: none;
    }

    .dividerline {
        margin: 0;
    }

    .search_results .cardstyle h5 {
        flex-direction: column;
        align-items: baseline;
    }

    .platform_batch {
        margin-bottom: 10px;
    }

    .doc_header {
        align-items: center;
        flex-direction: column;
        margin-bottom: 20px;
        text-align: center;
    }

    .whitepapersection {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .whitepapersection .doc-heading {
        align-items: center;
    }

    section,
    footer {
        padding: 30px 0;
    }

    #section7 .col-sm-6 {
        margin-bottom: 20px;
    }

    #section8 .col-sm-4 {
        margin: 10px 20px;
        padding: 0 15px;
    }

    img.tagmatiks_tags {
        width: 85% !important;
    }
    
    #accordion h3 {
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 500;
    padding: 12px;
    border: 1px solid #cccccc;
}
.ui-icon {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

}

@media (max-width: 767.98px) {

    .search_results .cardstyle {
        border-left: 2px solid #FF871C;
        border-right: 2px solid transparent;
        padding-top: 15px;
        padding-bottom: 15px;
    }
        #accordion h3 {
        font-size: 15px;
    }

}


@media (max-width: 991.98px) {}

@media (max-width: 1199.98px) {}