/* reset css */
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;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,

section {
    display: block;
}
button{
    border:none;
}
.btn-wrapper a:hover{
    color:white!important
}

body {
    line-height: 1;
    transition: all 2s ease-out;
    scroll-behavior: smooth;
}

ol,
ul {
    list-style: none;
}

a {
    text-decoration: none;
}

blockquote,
q {
    quotes: none;
}

a:hover {
    text-decoration: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ---------------font family----------- */

/* font-weight 300 */
@font-face {
    font-family: 'Poppins-Light';
    src: url('/assets/font-family/Poppins-Light.ttf');
}

.pop-light {
    font-family: 'Poppins-Light';
}

/* font-weight 400 */
@font-face {
    font-family: 'Poppins-Regular';
    src: url('/assets/font-family/Poppins-Regular.ttf');
}

.pop-regular {
    font-family: 'Poppins-Regular';
}


/* font-weight 500 */
@font-face {
    font-family: 'Poppins-Medium';
    src: url('/assets/font-family/Poppins-Medium.ttf');
}

.pop-medium {
    font-family: 'Poppins-Medium';
}

/* font-weight 600 */
@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('/assets/font-family/Poppins-SemiBold.ttf');
}

.pop-semibold {
    font-family: 'Poppins-SemiBold';
}

/* font-weight 700 */
@font-face {
    font-family: 'Poppins-Bold';
    src: url('/assets/font-family/Poppins-Bold.ttf');
}

.pop-bold {
    font-family: 'Poppins-Bold';
}

/* font-weight 800 */
@font-face {
    font-family: 'Poppins-ExtraBold';
    src: url('/assets/font-family/Poppins-ExtraBold.ttf');
}

.pop-extrabold {
    font-family: 'Poppins-ExtraBold';
}

/* font-weight 900 */
@font-face {
    font-family: 'Poppins-Black';
    src: url('/assets/font-family/Poppins-Black.ttf');
}

.pop-black {
    font-family: 'Poppins-Black';
}

/* ------------------font-size--------- */
.fs-10 {
    font-size: 10px;
}

.fs-14 {
    font-size: 14px;
}
.fs-15{
    font-size:15px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-17 {
    font-size: 17px;
}

.fs-20 {
    font-size: 20px;
}

.fs-21 {
    font-size: 21px;
}

.fs-22 {
    font-size: 22px;
}

.fs-23 {
    font-size: 23px;
}

.fs-24 {
    font-size: 24px;
}

.fs-25 {
    font-size: 25px;
}

.fs-26 {
    font-size: 26px;
}

.fs-28 {
    font-size: 28px;
}

.fs-30 {
    font-size: 30px;
}

.fs-32 {
    font-size: 32px;
}

.fs-34 {
    font-size: 34px;
}

.fs-35 {
    font-size: 35px;
}

.fs-36 {
    font-size: 36px;
}
.fs-40 {
    font-size: 40px;
}

.fs-42 {
    font-size: 42px;
}

.fs-43 {
    font-size: 43px;
}
.fs-44 {
    font-size: 44px;
}
.fs-45 {
    font-size: 45px;
}

.fs-53 {
    font-size: 53px;
}

.fs-65 {
    font-size: 65px;
}

/* -----------line-height---------- */
.lh-21 {
    line-height: 21px;
}

.lh-23 {
    line-height: 23px;
}
.lh-24 {
    line-height: 24px;
}
.lh-25 {
    line-height: 25px;
}

.lh-26 {
    line-height: 26px;
}

.lh-27 {
    line-height: 27px;
}
.lh-28{
    line-height: 28px;
}

.lh-30 {
    line-height: 30px;
}
.lh-32 {
    line-height: 32px;
}

.lh-33 {
    line-height: 33px;
}

.lh-35 {
    line-height: 35px;
}

.lh-38 {
    line-height: 38px;
}
.lh-39 {
    line-height: 39px;
}

.lh-40 {
    line-height: 40px;
}

.lh-42 {
    line-height: 42px;
}

.lh-45 {
    line-height: 45px;
}

.lh-46 {
    line-height: 46px;
}

.lh-48 {
    line-height: 48px;
}

.lh-51 {
    line-height: 55px;
}

.lh-55 {
    line-height: 55px;
}

.lh-65 {
    line-height: 65px;
}

.lh-82 {
    line-height: 82px;
}

.lh-80 {
    line-height: 80px;
}

/* --color css----- */
.text-white {
    color: #FFFFFF
}

.text-yellow {
    color: #FFA800
}
.text-yellow2 {
    color: #FFA800
}
.text-light-yellow {
    color: #E9D469
}

.text-primary-gray {
    color: #6A6A6A;
}

.text-black2 {
    color: #0A0A0A;
}

.text-black3 {
    color: #1C1C1C
}

.text-black {
    color: black;
}

.text-sem-white {
    color: #DBDBDB;
}

.text-dark-pink {
    color: #661B20;
}

.text-modal-brown {
    color: #873A00
}

.text-dark-blue {
    color: #20265A
}

.text-brown {
    color: #271A12;
}

.text-secondary-black {
    color: #293241
}

.text-green {
    color: #0C6E77;
}

.text-secondary-gray {
    color: #0E1E2F;
}

.text-gray {
    color: #313131;
}

.text-dark-blue {
    color: #08244C
}

/* ----------background color----- */



.bg-dark-red {
    background-color: #671D22;
}

.bg-dark-blue {
    background-color: #20265A;
}

.bg-light-brown {
    background-color: #D4B5A2;
}

.bg-dark-brown {
    background-color: #271A12
}

.bg-dark-green {
    background-color: #0E6F78
}
.error404 {
    color: #343434
}

/* -----------custom margin classes--------- */
.mb-60 {
    margin-bottom: 60px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-67 {
    margin-bottom: 67px;
}

.mb-12 {
    margin-bottom: 12px;
}

.mt-100 {
    margin-top: 100px;
}

.pr-130 {
    padding-right: 130px;
}

.mt-33 {
    margin-top: 33px;
}

.mt-65 {
    margin-top: 65px
}

.ml-57 {
    margin-left: 57px
}

.container {
    max-width: 1680px;
    margin: 0 auto;
}

.lettter-spacing {
    letter-spacing: 8.84px;
}

.visibility-none{
    visibility:hidden;
}
/* common-btn-classes */
.signer-product-btn {
    font-size: 18px;
    line-height: 27px;
    font-family: 'Poppins-SemiBold';
    color: white;
    border-radius: 10px;
    opacity: 0.99;
    padding: 15px 50px;
    margin-top: 30px !important
}


.know-more-btn {
    border:0px solid white;
    background: none;
    margin-top: 30px;
    padding: 6px 0px 6px 33px;
}
.know-more-btn.home {
    border: none;
    max-width:241px
  
}
    .know-more-btn.home:hover {
      color:white
    }
    .know-more-btn:hover{
        color:black;
    }


    .form-group.mandatory {
        position: relative;
    }
    .form-group.mandatory::after {
        content:none;
      /*  content: url(/images/icons/madatory.png);*/
        position: absolute;
        right: 0;
        top:-15px
    }

.know-more-btn::after {
    position: absolute;
    content: '';
    width: 30px;
    height: 0px;
    border: 2px solid #E9D469;
    left: 0px;
    top: 24px;
}
   /* .know-more-btn.left::after {
        position: absolute;
        content: '';
        width: 30px;
        height: 0px;
        border: 2px solid #E9D469;
        left: 156px;
        top: 26px;
    }*/

.know-more-btn:hover {
    background: #FFA800 0% 0% no-repeat padding-box;
    padding: 6px 15px;
    border: 1px solid #FFA800!important;
    transition: all 0.3s ease-out;
}
    .know-more-btn.contact-btn:hover {
        
        padding: 6px 15px;
        transition: all 0.3s ease-out;
    }

    .know-more-btn a:hover {
        color: black;
    }

    .know-more-btn:hover::after {
        content: none;
    }

/* custom-margin-classes */


.features-card .feature-care-content {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px 10px 0px 0px;
    opacity: 1;
    padding: 17px 7px 36px 16px;
}

    .features-card .feature-care-content.enterprize {
        box-shadow: 0px 3px 6px #00000029;
        border-radius: 10px 10px 0px 0px;
        opacity: 1;
        padding: 17px 26px 7px 16px;
        min-height: 276px;
    }

    .features-card .feature-care-content.hsm {
        box-shadow: 0px 3px 6px #00000029;
        border-radius: 10px 10px 0px 0px;
        opacity: 1;
        padding: 16px 5px 8px 16px;
        min-height: 276px;
    }

.features-card.pro .feature-care-content.active {
    background: #F9F9F9 0% 0% no-repeat padding-box;
    opacity: 1 !important;
}

.features-card.pro .feature-care-content {
    background: #F9F9F9 0% 0% no-repeat padding-box;
    opacity: 0.5 !important;
}

    .features-card.pro .feature-care-content:hover {
        background: #F9F9F9 0% 0% no-repeat padding-box;
        opacity: 1 !important;
    }

/* -----header css--------- */

.fixed-nav-bar {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 90px;
    background-color: #873A00;
    box-shadow: 0px 3px 6px #00000029;
}

    .fixed-nav-bar nav {
        max-width: 1760px;
        padding: 0 50px;
        margin: 0 auto;
    }

.license-key a {
    color: black;
    font-weight: 500;
    font-size: 17px;
    font-family: 'Poppins-Medium';
    line-height: 26px;
}

.product-nav-item-list {
    display: block;
}

.fixed-nav-bar .nav-list .nav-item {
    cursor: pointer;
    margin-right: 27px;
    padding: 30px 23px;
    position: relative;
}
/*.arrow-icon {
    background: url(/images/icons/white-arrow-icon.png);
    width: 20px;
    display: block;
    height: 20px;
    position: absolute;
    background-repeat: no-repeat;
    z-index: 22;
    top: 40px;
    right: -5px;
}*/


/*.arrow-icon.active {
    background: url(/images/icons/yellow-arrow.png);
    background-repeat: no-repeat;
}*/


.product-nav-item-wrapper {
    display: none;
    top: 86px;
    right: 0;
    transition: all 0.5s ease-in-out;
}

  

    .product-nav-item-wrapper li {
        border-bottom: 1px solid #E1E1E1;
        padding: 10px;
    }

.fixed-nav-bar .nav-list .license-key {
    padding: 16px 33px;
    background: #B97901 0% 0% no-repeat padding-box;
    border-radius: 11px;
    cursor: pointer;
}


.fixed-nav-bar .nav-list .nav-item:last-child {
    margin-right: 0px;
}

.nav-item.active::before {
    content: '';
    width: 100%;
    position: absolute;
    top: 107px;
    height: 6px;
    background: #D68C01 0% 0% no-repeat padding-box;
    left: 50%;
    transition: all 0.5s ease-out;
    transform: translate(-50%, -25px);
}

.fixed-nav-bar .nav-list .license-key::after {
    content: none !important;
}

/* -----------footer css---------- */
footer {
    background: transparent url('/images/themes/footer-bg.png') 0% 0% no-repeat padding-box;
    opacity: 1;
   
    background-size: cover
}

.footer-wrapper {
    padding-top: 55px;
    padding-bottom: 48px;
}

.footer-social-link {
    margin-top: 43px;
}

.mr-139 {
    margin-right: 139px;
}

.mr-53 {
    margin-right: 53px;
}

.mr-76 {
    margin-right: 76px;
}

.mb-31 {
    margin-bottom: 31px;
}

.ml-56 {
    margin-left: 56px;
}

.mb-26 {
    margin-bottom: 26px;
}

.pl-30 {
    padding-left: 30px;
}

.footer-col-1,
.footer-col-4 {
    max-width: 374px;
}

.footer-col-2,
.footer-col-3 {
    max-width: 283px;
}

    .footer-col-2 h6,
    .footer-col-3 h6 {
        padding-bottom: 8px;
        border-bottom: 1px solid #FFFFFF;
    }

.quicklink-wrapper .links:first {
    margin-right: 53px;
}

.footer-wrapper a:hover {
    text-decoration: underline;
    color: #FFA800;
}

.copy-right-wrapper {
    background: #000000 0% 0% no-repeat padding-box;
    padding: 15px 50px;
    text-align: center;
}

    .copy-right-wrapper span {
        color: #DBDBDB;
    }

/* -----------bread crumb css---- */


.breadcrumb {
    background: none;
    padding-top: 39px;
    padding-bottom: 35px;
}

.breadcrumb-item.active a {
    color: #873A00;
}

.capricon-pro-right .content h1 {
    letter-spacing: 8.84px;
}

/* ----------common banner css-------------- */
.banner {
    background: transparent radial-gradient(closest-side at 51% 50%, #707070C4 0%, #2D2D2D 100%) 0% 0% no-repeat padding-box;
    background-image: url('/images/themes/home-banner-1.jpg');
    height: 550px;
    margin-bottom: 85px;
    background-size: cover;
    background-position: center
}

    .banner.contact-us {
        height: 843px;
        margin-bottom: 0;
    }

    .banner.use-case {
        margin-bottom: 35px;
    }

/* -------common contact us section-------- */
.contact-wrapper {
    background-image: url('/images/themes/contact-section-bg.jpg');
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    text-align: center;
    padding: 70px 271px 69px 971px;
    position: relative;
}





.contact-us-card {
    max-width: 678px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    text-align: center;
    padding: 93px 42px 39px 54px;
    height: 427px
}


    .contact-us-card h4 {
        margin-bottom: 10px;
        position: relative;
    }

        .contact-us-card h4::after {
            content: url(/images/icons/left-quote.png);
            position: absolute;
            left: -16px;
            top: -61px;
        }

        .contact-us-card h4::before {
            content: url(/images/icons/right-quote.png);
            position: absolute;
            right: -6px;
            top: 180px;
        }

    .contact-us-card p {
        margin-bottom: 10px;
    }
