@font-face {
    font-family: 'RobotoRegular';
    src: url('../fonts/RobotoRegular.eot');
    src: url('../fonts/RobotoRegular.eot') format('embedded-opentype'),
         url('../fonts/RobotoRegular.woff2') format('woff2'),
         url('../fonts/RobotoRegular.woff') format('woff'),
         url('../fonts/RobotoRegular.ttf') format('truetype'),
         url('../fonts/RobotoRegular.svg#RobotoRegular') format('svg');
  }
  @font-face {
    font-family: 'RobotoBold';
    src: url('../fonts/RobotoBold.eot');
    src: url('../fonts/RobotoBold.eot') format('embedded-opentype'),
         url('../fonts/RobotoBold.woff2') format('woff2'),
         url('../fonts/RobotoBold.woff') format('woff'),
         url('../fonts/RobotoBold.ttf') format('truetype'),
         url('../fonts/RobotoBold.svg#RobotoBold') format('svg');
  }
  @font-face {
    font-family: 'RobotoMedium';
    src: url('../fonts/RobotoMedium.eot');
    src: url('../fonts/RobotoMedium.eot') format('embedded-opentype'),
         url('../fonts/RobotoMedium.woff2') format('woff2'),
         url('../fonts/RobotoMedium.woff') format('woff'),
         url('../fonts/RobotoMedium.ttf') format('truetype'),
         url('../fonts/RobotoMedium.svg#RobotoMedium') format('svg');
  }
  
:root{
    --primary: #3a81c4;
    --secondery: #313a7f;
    --third: #5da84f;
    --dark-blue:#252c63;
    --light-grey:#fbfbfb;
}




/*//domain validation css//*/



.button {
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.button1 {background-color: #4CAF50;}
table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  padding: 8px;
  text-align:center;
  border-bottom: 1px solid #ddd;
}

.column {
  float: left;
  width: 20%;
  color: white;
  text-align: center;
  font-size: 30px;
  border-right: 0px solid white;
  border-height: 10px;

}
.col1{
     float: left;
  width:80%;
  color: white;
  text-align: center;


}

/* Clear floats after the columns */
.head1:after {
  content: "";
  display: table;
  clear: both;
}

.head1 {
  display: flex;
  background-color: orange;
  height: 80px;
  text-align: center;
  padding: 10px;
}

.column {
  flex: 20%;
}

 svg[data-svg-animate="true"] .default-check-mark-content {
    display: none;
}

svg[data-svg-animate="true"] .digicert-check-mark .background,
svg[data-svg-animate="true"] .company-logo {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

svg[data-svg-animate="true"] .security-details {
    opacity: 0;
}

svg[data-svg-animate="true"] .digicert-check-mark .background,
svg[data-svg-animate="true"] .company-logo,
svg[data-svg-animate="true"] .check,
svg[data-svg-animate="true"] .long-border {
    -webkit-transform-origin: 30px 30px;
    -moz-transform-origin: 30px 30px;
    -ms-transform-origin: 30px 30px;
    -o-transform-origin: 30px 30px;
    transform-origin: 30px 30px;
}



svg[data-svg-animate="true"].phase-one .digicert-check-mark .check {
    stroke-dasharray: 33.25186538696289;
    -webkit-animation: digicert-check-mark-phase-one 0.7s linear alternate forwards;
    -moz-animation: digicert-check-mark-phase-one 0.7s linear alternate forwards;
    -o-animation: digicert-check-mark-phase-one 0.7s linear alternate forwards;
    animation: digicert-check-mark-phase-one 0.7s linear alternate forwards;
    opacity: 0;
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

@-webkit-keyframes digicert-check-mark-phase-one {
    0% {
        opacity: 1;
    }
    1% {
        stroke-dashoffset: 33.25186538696289;
    }
    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

@-moz-keyframes digicert-check-mark-phase-one {
    0% {
        opacity: 1;
    }
    1% {
        stroke-dashoffset: 33.25186538696289;
    }
    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

@-o-keyframes digicert-check-mark-phase-one {
    0% {
        opacity: 1;
    }
    1% {
        stroke-dashoffset: 33.25186538696289;
    }
    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

@keyframes digicert-check-mark-phase-one {
    0% {
        opacity: 1;
    }
    1% {
        stroke-dashoffset: 33.25186538696289;
    }
    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

svg[data-svg-animate="true"].phase-one .long-border {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    -webkit-animation: long-border-phase-one 4s ease-in-out forwards;
    -moz-animation: long-border-phase-one 4s ease-in-out forwards;
    -o-animation: long-border-phase-one 4s ease-in-out forwards;
    animation: long-border-phase-one 4s ease-in-out forwards;
}

@-webkit-keyframes long-border-phase-one {
    to {
        stroke-dashoffset: 0;
    }
}

@-moz-keyframes long-border-phase-one {
    to {
        stroke-dashoffset: 0;
    }
}

@-o-keyframes long-border-phase-one {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes long-border-phase-one {
    to {
        stroke-dashoffset: 0;
    }
}

svg[data-svg-animate="true"].phase-one .border-farthest-from-center {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    -webkit-animation: border-farthest-from-center 7s ease-in-out forwards;
    -moz-animation: border-farthest-from-center 7s ease-in-out forwards;
    -o-animation: border-farthest-from-center 7s ease-in-out forwards;
    animation: border-farthest-from-center 7s ease-in-out forwards;
}

@-webkit-keyframes border-farthest-from-center {
    to {
        stroke-dashoffset: 0;
    }
}

@-moz-keyframes border-farthest-from-center {
    to {
        stroke-dashoffset: 0;
    }
}

@-o-keyframes border-farthest-from-center {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes border-farthest-from-center {
    to {
        stroke-dashoffset: 0;
    }
}

svg[data-svg-animate="true"].phase-one .border-closest-to-center {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    -webkit-animation: border-closest-to-center 5s ease-in-out forwards;
    -moz-animation: border-closest-to-center 5s ease-in-out forwards;
    -o-animation: border-closest-to-center 5s ease-in-out forwards;
    animation: border-closest-to-center 5s ease-in-out forwards;
}

@-webkit-keyframes border-closest-to-center {
    to {
        stroke-dashoffset: 0;
    }
}

@-moz-keyframes border-closest-to-center {
    to {
        stroke-dashoffset: 0;
    }
}

@-o-keyframes border-closest-to-center {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes border-closest-to-center {
    to {
        stroke-dashoffset: 0;
    }
}

svg[data-svg-animate="true"].phase-one .current-date-container {
    -webkit-transform: matrix(0, 0, 0, 0, 96, 63);
    -moz-transform: matrix(0, 0, 0, 0, 96, 63);
    -ms-transform: matrix(0, 0, 0, 0, 96, 63);
    -o-transform: matrix(0, 0, 0, 0, 96, 63);
    transform: matrix(0, 0, 0, 0, 96, 63);
}

svg[data-svg-animate="true"].phase-one .current-date-container {
    -webkit-animation: current-date-text .4s linear alternate forwards;
    -moz-animation: current-date-text .4s linear alternate forwards;
    -o-animation: current-date-text .4s linear alternate forwards;
    animation: current-date-text .4s linear alternate forwards;
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

@-webkit-keyframes current-date-text {
    0% {
        opacity: 0;
        -webkit-transform: matrix(0.2, 0, 0, 0.2, 96, 63);
        transform: matrix(0.2, 0, 0, 0.2, 96, 63);
    }
    30% {
        opacity: 1;
    }
    50% {
        -webkit-transform: matrix(1.2, 0, 0, 1.2, 96, 63);
        transform: matrix(1.2, 0, 0, 1.2, 96, 63);
        opacity: 1;
    }
    100% {
        -webkit-transform: matrix(1, 0, 0, 1, 96, 63);
        transform: matrix(1, 0, 0, 1, 96, 63);
        opacity: 1;
    }
}

@-moz-keyframes current-date-text {
    0% {
        opacity: 0;
        -moz-transform: matrix(0.2, 0, 0, 0.2, 96, 63);
        transform: matrix(0.2, 0, 0, 0.2, 96, 63);
    }
    30% {
        opacity: 1;
    }
    50% {
        -moz-transform: matrix(1.2, 0, 0, 1.2, 96, 63);
        transform: matrix(1.2, 0, 0, 1.2, 96, 63);
        opacity: 1;
    }
    100% {
        -moz-transform: matrix(1, 0, 0, 1, 96, 63);
        transform: matrix(1, 0, 0, 1, 96, 63);
        opacity: 1;
    }
}

@-o-keyframes current-date-text {
    0% {
        opacity: 0;
        -o-transform: matrix(0.2, 0, 0, 0.2, 96, 63);
        transform: matrix(0.2, 0, 0, 0.2, 96, 63);
    }
    30% {
        opacity: 1;
    }
    50% {
        -o-transform: matrix(1.2, 0, 0, 1.2, 96, 63);
        transform: matrix(1.2, 0, 0, 1.2, 96, 63);
        opacity: 1;
    }
    100% {
        -o-transform: matrix(1, 0, 0, 1, 96, 63);
        transform: matrix(1, 0, 0, 1, 96, 63);
        opacity: 1;
    }
}

@keyframes current-date-text {
    0% {
        opacity: 0;
        -webkit-transform: matrix(0.2, 0, 0, 0.2, 96, 63);
        -moz-transform: matrix(0.2, 0, 0, 0.2, 96, 63);
        -o-transform: matrix(0.2, 0, 0, 0.2, 96, 63);
        transform: matrix(0.2, 0, 0, 0.2, 96, 63);
    }
    30% {
        opacity: 1;
    }
    50% {
        -webkit-transform: matrix(1.2, 0, 0, 1.2, 96, 63);
        -moz-transform: matrix(1.2, 0, 0, 1.2, 96, 63);
        -o-transform: matrix(1.2, 0, 0, 1.2, 96, 63);
        transform: matrix(1.2, 0, 0, 1.2, 96, 63);
        opacity: 1;
    }
    100% {
        -webkit-transform: matrix(1, 0, 0, 1, 96, 63);
        -moz-transform: matrix(1, 0, 0, 1, 96, 63);
        -o-transform: matrix(1, 0, 0, 1, 96, 63);
        transform: matrix(1, 0, 0, 1, 96, 63);
        opacity: 1;
    }
}

svg[data-svg-animate="true"].phase-one .information-icon {
    -webkit-transform-origin: 130px 5px;
    -moz-transform-origin: 130px 5px;
    -ms-transform-origin: 130px 5px;
    -o-transform-origin: 130px 5px;
    transform-origin: 130px 5px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-animation: information-icon .4s linear alternate forwards;
    -moz-animation: information-icon .4s linear alternate forwards;
    -o-animation: information-icon .4s linear alternate forwards;
    animation: information-icon .4s linear alternate forwards;
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

@-webkit-keyframes information-icon {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes information-icon {
    0% {
        -moz-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes information-icon {
    0% {
        -o-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes information-icon {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

svg[data-svg-animate="true"].phase-one .digicert-secured .digicert {
    -webkit-animation: digicert-phase 0.7s linear alternate forwards;
    -moz-animation: digicert-phase 0.7s linear alternate forwards;
    -o-animation: digicert-phase 0.7s linear alternate forwards;
    animation: digicert-phase 0.7s linear alternate forwards;
    opacity: 0;
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

svg[data-svg-animate="true"].phase-one .digicert-secured .digicert .letter {
    -webkit-transform: translateX(-2px);
    -moz-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    -o-transform: translateX(-2px);
    transform: translateX(-2px);
    -webkit-animation: digicert-secured-digicert-letters 0.3s linear alternate forwards;
    -moz-animation: digicert-secured-digicert-letters 0.3s linear alternate forwards;
    -o-animation: digicert-secured-digicert-letters 0.3s linear alternate forwards;
    animation: digicert-secured-digicert-letters 0.3s linear alternate forwards;
    opacity: 0;
}

svg[data-svg-animate="true"].phase-one .digicert-secured .digicert .letter:nth-child(1) {
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

svg[data-svg-animate="true"].phase-one .digicert-secured .digicert .letter:nth-child(2) {
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

svg[data-svg-animate="true"].phase-one .digicert-secured .digicert .letter:nth-child(3) {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
}

svg[data-svg-animate="true"].phase-one .digicert-secured .digicert .letter:nth-child(4) {
    -webkit-animation-delay: 1.1s;
    -moz-animation-delay: 1.1s;
    -o-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

svg[data-svg-animate="true"].phase-one .digicert-secured .digicert .letter:nth-child(5) {
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

svg[data-svg-animate="true"].phase-one .digicert-secured .digicert .letter:nth-child(6) {
    -webkit-animation-delay: 1.3s;
    -moz-animation-delay: 1.3s;
    -o-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

svg[data-svg-animate="true"].phase-one .digicert-secured .digicert .letter:nth-child(7) {
    -webkit-animation-delay: 1.4s;
    -moz-animation-delay: 1.4s;
    -o-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

svg[data-svg-animate="true"].phase-one .digicert-secured .digicert .letter:nth-child(8) {
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

svg[data-svg-animate="true"].phase-one .digicert-secured .digicert .letter:nth-child(9) {
    -webkit-animation-delay: 1.6s;
    -moz-animation-delay: 1.6s;
    -o-animation-delay: 1.6s;
    animation-delay: 1.6s;
}

svg[data-svg-animate="true"].phase-one .digicert-secured .secured {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
    -webkit-animation: secured-phase 0.5s linear alternate forwards;
    -moz-animation: secured-phase 0.5s linear alternate forwards;
    -o-animation: secured-phase 0.5s linear alternate forwards;
    animation: secured-phase 0.5s linear alternate forwards;
}

svg[data-svg-animate="true"].phase-one .digicert-secured .verified {
    display: none;
}

svg[data-svg-animate="true"].phase-one .digicert-secured .secured {
    -webkit-animation-delay: 1.4s;
    -moz-animation-delay: 1.4s;
    -o-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

@-webkit-keyframes digicert-phase {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    30% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

@-moz-keyframes digicert-phase {
    0% {
        opacity: 0;
        -moz-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    30% {
        opacity: 1;
    }
    100% {
        -moz-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

@-o-keyframes digicert-phase {
    0% {
        opacity: 0;
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    30% {
        opacity: 1;
    }
    100% {
        -o-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes digicert-phase {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    30% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

@-webkit-keyframes digicert-secured-digicert-letters {
    to {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

@-moz-keyframes digicert-secured-digicert-letters {
    to {
        -moz-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

@-o-keyframes digicert-secured-digicert-letters {
    to {
        -o-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes digicert-secured-digicert-letters {
    to {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

@-webkit-keyframes secured-phase {
    from {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
    to {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-moz-keyframes secured-phase {
    from {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
    to {
        -moz-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-o-keyframes secured-phase {
    from {
        -o-transform: translateY(-15px);
        transform: translateY(-15px);
    }
    to {
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes secured-phase {
    from {
        -webkit-transform: translateY(-15px);
        -moz-transform: translateY(-15px);
        -o-transform: translateY(-15px);
        transform: translateY(-15px);
    }
    to {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes verified-phase {
    100% {
        -webkit-transform: translate(-13px, -8px) scale(0.2);
        transform: translate(-13px, -8px) scale(0.2);
    }
}

@-moz-keyframes verified-phase {
    100% {
        -moz-transform: translate(-13px, -8px) scale(0.2);
        transform: translate(-13px, -8px) scale(0.2);
    }
}

@-o-keyframes verified-phase {
    100% {
        -o-transform: translate(-13px, -8px) scale(0.2);
        transform: translate(-13px, -8px) scale(0.2);
    }
}

@keyframes verified-phase {
    100% {
        -webkit-transform: translate(-13px, -8px) scale(0.2);
        -moz-transform: translate(-13px, -8px) scale(0.2);
        -o-transform: translate(-13px, -8px) scale(0.2);
        transform: translate(-13px, -8px) scale(0.2);
    }
}

svg[data-svg-animate="true"].phase-two .security-details {
    opacity: 0;
    -webkit-animation: security-details-phase-two 0.5s linear alternate forwards;
    -moz-animation: security-details-phase-two 0.5s linear alternate forwards;
    -o-animation: security-details-phase-two 0.5s linear alternate forwards;
    animation: security-details-phase-two 0.5s linear alternate forwards;
}

svg[data-svg-animate="true"].phase-two .security-details .company-info {
    -webkit-transform: matrix(1, 0, 0, 1, 59.8, 15.2097);
    -moz-transform: matrix(1, 0, 0, 1, 59.8, 15.2097);
    -ms-transform: matrix(1, 0, 0, 1, 59.8, 15.2097);
    -o-transform: matrix(1, 0, 0, 1, 59.8, 15.2097);
    transform: matrix(1, 0, 0, 1, 59.8, 15.2097);
    -webkit-animation: company-info-phase-two 0.5s linear alternate forwards;
    -moz-animation: company-info-phase-two 0.5s linear alternate forwards;
    -o-animation: company-info-phase-two 0.5s linear alternate forwards;
    animation: company-info-phase-two 0.5s linear alternate forwards;
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
    animation-delay: 0.8s;
    opacity: 0;
}

svg[data-svg-animate="true"].phase-two .security-details .verified {
    -webkit-transform: matrix(1, 0, 0, 1, 65.1772, 23.2097);
    -moz-transform: matrix(1, 0, 0, 1, 65.1772, 23.2097);
    -ms-transform: matrix(1, 0, 0, 1, 65.1772, 23.2097);
    -o-transform: matrix(1, 0, 0, 1, 65.1772, 23.2097);
    transform: matrix(1, 0, 0, 1, 65.1772, 23.2097);
    -webkit-animation: verified-phase-two 0.5s linear alternate forwards;
    -moz-animation: verified-phase-two 0.5s linear alternate forwards;
    -o-animation: verified-phase-two 0.5s linear alternate forwards;
    animation: verified-phase-two 0.5s linear alternate forwards;
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
    animation-delay: 0.8s;
    opacity: 0;
}

svg[data-svg-animate="true"].phase-two .security-details .valid-ssl-certificate,
svg[data-svg-animate="true"].phase-two .security-details .encryption-active,
svg[data-svg-animate="true"].phase-two .security-details .full-background-check {
    -webkit-animation: text-phase-two 0.7s alternate forwards;
    -moz-animation: text-phase-two 0.7s alternate forwards;
    -o-animation: text-phase-two 0.7s alternate forwards;
    animation: text-phase-two 0.7s alternate forwards;
    opacity: 0;
}

svg[data-svg-animate="true"].phase-two .security-details .valid-ssl-certificate {
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

svg[data-svg-animate="true"].phase-two .security-details .encryption-active {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
}

svg[data-svg-animate="true"].phase-two .security-details .full-background-check {
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

svg[data-svg-animate="true"].phase-two .security-details .sign-to-force-action {
    -webkit-animation: sign-to-force-action-phase-two .7s alternate infinite;
    -moz-animation: sign-to-force-action-phase-two .7s alternate infinite;
    -o-animation: sign-to-force-action-phase-two .7s alternate infinite;
    animation: sign-to-force-action-phase-two .7s alternate infinite;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    animation-delay: 1.2s;
    opacity: 0;
}

svg[data-svg-animate="true"].phase-two .security-details .check-marks-container {
    opacity: 0;
    -webkit-transform: matrix(1, 0, 0, 1, 5.4772, -6.9);
    -moz-transform: matrix(1, 0, 0, 1, 5.4772, -6.9);
    -ms-transform: matrix(1, 0, 0, 1, 5.4772, -6.9);
    -o-transform: matrix(1, 0, 0, 1, 5.4772, -6.9);
    transform: matrix(1, 0, 0, 1, 5.4772, -6.9);
    -webkit-animation: check-marks-container-phase-two 0.5s linear alternate forwards;
    -moz-animation: check-marks-container-phase-two 0.5s linear alternate forwards;
    -o-animation: check-marks-container-phase-two 0.5s linear alternate forwards;
    animation: check-marks-container-phase-two 0.5s linear alternate forwards;
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

svg[data-svg-animate="true"].phase-two .security-details .check-marks-container .check-mark {
    stroke-dasharray: 4.462917804718018;
    -webkit-animation: check-mark-phase-two 0.6s linear alternate forwards;
    -moz-animation: check-mark-phase-two 0.6s linear alternate forwards;
    -o-animation: check-mark-phase-two 0.6s linear alternate forwards;
    animation: check-mark-phase-two 0.6s linear alternate forwards;
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
    animation-delay: 0.8s;
    opacity: 0;
}

svg[data-svg-animate="true"].phase-two .security-details .check-marks-container .check-mark:nth-of-type(2) {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
}

svg[data-svg-animate="true"].phase-two .security-details .check-marks-container .check-mark:nth-of-type(3) {
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

svg[data-svg-animate="true"].phase-two .security-details .horizontal-line {
    -webkit-animation: horizontal-line-phase-two .4s linear forwards;
    -moz-animation: horizontal-line-phase-two .4s linear forwards;
    -o-animation: horizontal-line-phase-two .4s linear forwards;
    animation: horizontal-line-phase-two .4s linear forwards;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
    stroke-dasharray: 0 300;
    stroke-dashoffset: -27;
}

@-webkit-keyframes text-phase-two {
    to {
        opacity: 1;
    }
}

@-moz-keyframes text-phase-two {
    to {
        opacity: 1;
    }
}

@-o-keyframes text-phase-two {
    to {
        opacity: 1;
    }
}

@keyframes text-phase-two {
    to {
        opacity: 1;
    }
}

@-webkit-keyframes sign-to-force-action-phase-two {
    from {
        opacity: 1;
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
}

@-moz-keyframes sign-to-force-action-phase-two {
    from {
        opacity: 1;
    }
    to {
        opacity: 1;
        -moz-transform: translateX(1px);
        transform: translateX(1px);
    }
}

@-o-keyframes sign-to-force-action-phase-two {
    from {
        opacity: 1;
    }
    to {
        opacity: 1;
        -o-transform: translateX(1px);
        transform: translateX(1px);
    }
}

@keyframes sign-to-force-action-phase-two {
    from {
        opacity: 1;
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(1px);
        -moz-transform: translateX(1px);
        -o-transform: translateX(1px);
        transform: translateX(1px);
    }
}

@-webkit-keyframes security-details-phase-two {
    to {
        opacity: 1;
    }
}

@-moz-keyframes security-details-phase-two {
    to {
        opacity: 1;
    }
}

@-o-keyframes security-details-phase-two {
    to {
        opacity: 1;
    }
}

@keyframes security-details-phase-two {
    to {
        opacity: 1;
    }
}

@-webkit-keyframes horizontal-line-phase-two {
    to {
        stroke-dasharray: 58 300;
        stroke-dashoffset: 0;
    }
}

@-moz-keyframes horizontal-line-phase-two {
    to {
        stroke-dasharray: 58 300;
        stroke-dashoffset: 0;
    }
}

@-o-keyframes horizontal-line-phase-two {
    to {
        stroke-dasharray: 58 300;
        stroke-dashoffset: 0;
    }
}

@keyframes horizontal-line-phase-two {
    to {
        stroke-dasharray: 58 300;
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes company-info-phase-two {
    100% {
        -webkit-transform: matrix(1, 0, 0, 1, 59.8, 11.2097);
        transform: matrix(1, 0, 0, 1, 59.8, 11.2097);
        opacity: 1;
    }
}

@-moz-keyframes company-info-phase-two {
    100% {
        -moz-transform: matrix(1, 0, 0, 1, 59.8, 11.2097);
        transform: matrix(1, 0, 0, 1, 59.8, 11.2097);
        opacity: 1;
    }
}

@-o-keyframes company-info-phase-two {
    100% {
        -o-transform: matrix(1, 0, 0, 1, 59.8, 11.2097);
        transform: matrix(1, 0, 0, 1, 59.8, 11.2097);
        opacity: 1;
    }
}

@keyframes company-info-phase-two {
    100% {
        -webkit-transform: matrix(1, 0, 0, 1, 59.8, 11.2097);
        -moz-transform: matrix(1, 0, 0, 1, 59.8, 11.2097);
        -o-transform: matrix(1, 0, 0, 1, 59.8, 11.2097);
        transform: matrix(1, 0, 0, 1, 59.8, 11.2097);
        opacity: 1;
    }
}

@-webkit-keyframes verified-phase-two {
    100% {
        -webkit-transform: matrix(1, 0, 0, 1, 65.1772, 27.2097);
        transform: matrix(1, 0, 0, 1, 65.1772, 27.2097);
        opacity: 1;
    }
}

@-moz-keyframes verified-phase-two {
    100% {
        -moz-transform: matrix(1, 0, 0, 1, 65.1772, 27.2097);
        transform: matrix(1, 0, 0, 1, 65.1772, 27.2097);
        opacity: 1;
    }
}

@-o-keyframes verified-phase-two {
    100% {
        -o-transform: matrix(1, 0, 0, 1, 65.1772, 27.2097);
        transform: matrix(1, 0, 0, 1, 65.1772, 27.2097);
        opacity: 1;
    }
}

@keyframes verified-phase-two {
    100% {
        -webkit-transform: matrix(1, 0, 0, 1, 65.1772, 27.2097);
        -moz-transform: matrix(1, 0, 0, 1, 65.1772, 27.2097);
        -o-transform: matrix(1, 0, 0, 1, 65.1772, 27.2097);
        transform: matrix(1, 0, 0, 1, 65.1772, 27.2097);
        opacity: 1;
    }
}

@-webkit-keyframes check-marks-container-phase-two {
    to {
        -webkit-transform: matrix(1, 0, 0, 1, 5.4772, -5.5);
        transform: matrix(1, 0, 0, 1, 5.4772, -5.5);
        opacity: 1;
    }
}

@-moz-keyframes check-marks-container-phase-two {
    to {
        -moz-transform: matrix(1, 0, 0, 1, 5.4772, -5.5);
        transform: matrix(1, 0, 0, 1, 5.4772, -5.5);
        opacity: 1;
    }
}

@-o-keyframes check-marks-container-phase-two {
    to {
        -o-transform: matrix(1, 0, 0, 1, 5.4772, -5.5);
        transform: matrix(1, 0, 0, 1, 5.4772, -5.5);
        opacity: 1;
    }
}

@keyframes check-marks-container-phase-two {
    to {
        -webkit-transform: matrix(1, 0, 0, 1, 5.4772, -5.5);
        -moz-transform: matrix(1, 0, 0, 1, 5.4772, -5.5);
        -o-transform: matrix(1, 0, 0, 1, 5.4772, -5.5);
        transform: matrix(1, 0, 0, 1, 5.4772, -5.5);
        opacity: 1;
    }
}

@-webkit-keyframes check-mark-phase-two {
    0% {
        opacity: 0;
    }
    1% {
        opacity: 1;
        stroke-dashoffset: 4.462917804718018;
    }
    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

@-moz-keyframes check-mark-phase-two {
    0% {
        opacity: 0;
    }
    1% {
        opacity: 1;
        stroke-dashoffset: 4.462917804718018;
    }
    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

@-o-keyframes check-mark-phase-two {
    0% {
        opacity: 0;
    }
    1% {
        opacity: 1;
        stroke-dashoffset: 4.462917804718018;
    }
    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

@keyframes check-mark-phase-two {
    0% {
        opacity: 0;
    }
    1% {
        opacity: 1;
        stroke-dashoffset: 4.462917804718018;
    }
    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

svg[data-svg-animate="true"].phase-two .digicert-secured .digicert {
    -webkit-animation: digicert-phase-two 0.7s linear alternate forwards;
    -moz-animation: digicert-phase-two 0.7s linear alternate forwards;
    -o-animation: digicert-phase-two 0.7s linear alternate forwards;
    animation: digicert-phase-two 0.7s linear alternate forwards;
}

svg[data-svg-animate="true"].phase-two .digicert-secured .digicert .letter {
    -webkit-animation: digicert-secured-digicert-letters-phase-two 0.3s linear alternate forwards;
    -moz-animation: digicert-secured-digicert-letters-phase-two 0.3s linear alternate forwards;
    -o-animation: digicert-secured-digicert-letters-phase-two 0.3s linear alternate forwards;
    animation: digicert-secured-digicert-letters-phase-two 0.3s linear alternate forwards;
}

svg[data-svg-animate="true"].phase-two .digicert-secured .digicert .letter:nth-child(1) {
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
}

svg[data-svg-animate="true"].phase-two .digicert-secured .digicert .letter:nth-child(2) {
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    -o-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

svg[data-svg-animate="true"].phase-two .digicert-secured .digicert .letter:nth-child(3) {
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

svg[data-svg-animate="true"].phase-two .digicert-secured .digicert .letter:nth-child(4) {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

svg[data-svg-animate="true"].phase-two .digicert-secured .digicert .letter:nth-child(5) {
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

svg[data-svg-animate="true"].phase-two .digicert-secured .digicert .letter:nth-child(6) {
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

svg[data-svg-animate="true"].phase-two .digicert-secured .digicert .letter:nth-child(7) {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

svg[data-svg-animate="true"].phase-two .digicert-secured .digicert .letter:nth-child(8) {
    -webkit-animation-delay: 0.7s;
    -moz-animation-delay: 0.7s;
    -o-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

svg[data-svg-animate="true"].phase-two .digicert-secured .digicert .letter:nth-child(9) {
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

svg[data-svg-animate="true"].phase-two .digicert-secured .secured {
    -webkit-animation: secured-phase-two 0.3s linear alternate forwards;
    -moz-animation: secured-phase-two 0.3s linear alternate forwards;
    -o-animation: secured-phase-two 0.3s linear alternate forwards;
    animation: secured-phase-two 0.3s linear alternate forwards;
}

@-webkit-keyframes digicert-phase-two {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    30% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
}

@-moz-keyframes digicert-phase-two {
    0% {
        -moz-transform: translateX(0px);
        transform: translateX(0px);
    }
    30% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(5px);
        transform: translateX(5px);
    }
}

@-o-keyframes digicert-phase-two {
    0% {
        -o-transform: translateX(0px);
        transform: translateX(0px);
    }
    30% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -o-transform: translateX(5px);
        transform: translateX(5px);
    }
}

@keyframes digicert-phase-two {
    0% {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
    }
    30% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(5px);
        -moz-transform: translateX(5px);
        -o-transform: translateX(5px);
        transform: translateX(5px);
    }
}

@-webkit-keyframes digicert-secured-digicert-letters-phase-two {
    to {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
        opacity: 0;
    }
}

@-moz-keyframes digicert-secured-digicert-letters-phase-two {
    to {
        -moz-transform: translateX(2px);
        transform: translateX(2px);
        opacity: 0;
    }
}

@-o-keyframes digicert-secured-digicert-letters-phase-two {
    to {
        -o-transform: translateX(2px);
        transform: translateX(2px);
        opacity: 0;
    }
}

@keyframes digicert-secured-digicert-letters-phase-two {
    to {
        -webkit-transform: translateX(2px);
        -moz-transform: translateX(2px);
        -o-transform: translateX(2px);
        transform: translateX(2px);
        opacity: 0;
    }
}

@-webkit-keyframes secured-phase-two {
    to {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
        opacity: 0;
    }
}

@-moz-keyframes secured-phase-two {
    to {
        -moz-transform: translateX(10px);
        transform: translateX(10px);
        opacity: 0;
    }
}

@-o-keyframes secured-phase-two {
    to {
        -o-transform: translateX(10px);
        transform: translateX(10px);
        opacity: 0;
    }
}

@keyframes secured-phase-two {
    to {
        -webkit-transform: translateX(10px);
        -moz-transform: translateX(10px);
        -o-transform: translateX(10px);
        transform: translateX(10px);
        opacity: 0;
    }
}

svg[data-svg-animate="true"].phase-two .digicert-check-mark .check {
    -webkit-animation: digicert-check-mark-phase-two 0.7s linear alternate forwards;
    -moz-animation: digicert-check-mark-phase-two 0.7s linear alternate forwards;
    -o-animation: digicert-check-mark-phase-two 0.7s linear alternate forwards;
    animation: digicert-check-mark-phase-two 0.7s linear alternate forwards;
}

svg[data-svg-animate="true"].phase-two .digicert-check-mark .background {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-animation: background-phase-two 0.7s ease-in-out alternate forwards;
    -moz-animation: background-phase-two 0.7s ease-in-out alternate forwards;
    -o-animation: background-phase-two 0.7s ease-in-out alternate forwards;
    animation: background-phase-two 0.7s ease-in-out alternate forwards;
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

@-webkit-keyframes digicert-check-mark-phase-two {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes digicert-check-mark-phase-two {
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes digicert-check-mark-phase-two {
    0% {
        -o-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes digicert-check-mark-phase-two {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@-webkit-keyframes background-phase-two {
    to {
        -webkit-transform: scale(6);
        transform: scale(6);
    }
}

@-moz-keyframes background-phase-two {
    to {
        -moz-transform: scale(6);
        transform: scale(6);
    }
}

@-o-keyframes background-phase-two {
    to {
        -o-transform: scale(6);
        transform: scale(6);
    }
}

@keyframes background-phase-two {
    to {
        -webkit-transform: scale(6);
        -moz-transform: scale(6);
        -o-transform: scale(6);
        transform: scale(6);
    }
}

svg[data-svg-animate="true"].phase-two .current-date-container {
    -webkit-transform: matrix(1, 0, 0, 1, 96, 63);
    -moz-transform: matrix(1, 0, 0, 1, 96, 63);
    -ms-transform: matrix(1, 0, 0, 1, 96, 63);
    -o-transform: matrix(1, 0, 0, 1, 96, 63);
    transform: matrix(1, 0, 0, 1, 96, 63);
}

svg[data-svg-animate="true"].phase-two .current-date-container .current-date-text {
    fill: #859098;
    font-family: 'Roboto-Medium', sans-serif;
    font-size: 7px;
    font-weight: 500;
    letter-spacing: 0.7px;
    -webkit-transform: matrix(1, 0, 0, 1, -20, 2);
    -moz-transform: matrix(1, 0, 0, 1, -20, 2);
    -ms-transform: matrix(1, 0, 0, 1, -20, 2);
    -o-transform: matrix(1, 0, 0, 1, -20, 2);
    transform: matrix(1, 0, 0, 1, -20, 2);
}

svg[data-svg-animate="true"].phase-two .company-logo {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-animation: company-logo-phase-two 0.8s ease-in-out alternate forwards;
    -moz-animation: company-logo-phase-two 0.8s ease-in-out alternate forwards;
    -o-animation: company-logo-phase-two 0.8s ease-in-out alternate forwards;
    animation: company-logo-phase-two 0.8s ease-in-out alternate forwards;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@-webkit-keyframes company-logo-phase-two {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
    }
    100% {
        -webkit-transform: scale(1.34);
        transform: scale(1.34);
    }
}

@-moz-keyframes company-logo-phase-two {
    0% {
        -moz-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -moz-transform: scale(1.4);
        transform: scale(1.4);
    }
    100% {
        -moz-transform: scale(1.34);
        transform: scale(1.34);
    }
}

@-o-keyframes company-logo-phase-two {
    0% {
        -o-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -o-transform: scale(1.4);
        transform: scale(1.4);
    }
    100% {
        -o-transform: scale(1.34);
        transform: scale(1.34);
    }
}

@keyframes company-logo-phase-two {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1.4);
        -moz-transform: scale(1.4);
        -o-transform: scale(1.4);
        transform: scale(1.4);
    }
    100% {
        -webkit-transform: scale(1.34);
        -moz-transform: scale(1.34);
        -o-transform: scale(1.34);
        transform: scale(1.34);
    }
}

svg[data-svg-animate="true"].phase-two #check-company-logo[data-show-check-company-logo="true"],
svg[data-svg-animate="true"].phase-two #back-ground-check-company-logo[data-show-back-ground-check-company-logo="true"] {
    display: block !important;
}

svg[data-svg-animate="true"].phase-three .security-details {
    opacity: 1;
    -webkit-animation: security-details-phase-three .5s linear forwards;
    -moz-animation: security-details-phase-three .5s linear forwards;
    -o-animation: security-details-phase-three .5s linear forwards;
    animation: security-details-phase-three .5s linear forwards;
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

svg[data-svg-animate="true"].phase-three .security-details .horizontal-line {
    -webkit-animation: horizontal-line-phase-three .4s linear forwards;
    -moz-animation: horizontal-line-phase-three .4s linear forwards;
    -o-animation: horizontal-line-phase-three .4s linear forwards;
    animation: horizontal-line-phase-three .4s linear forwards;
}

svg[data-svg-animate="true"].phase-three .security-details .company-info {
    -webkit-transform: matrix(1, 0, 0, 1, 59.8, 11.2097);
    -moz-transform: matrix(1, 0, 0, 1, 59.8, 11.2097);
    -ms-transform: matrix(1, 0, 0, 1, 59.8, 11.2097);
    -o-transform: matrix(1, 0, 0, 1, 59.8, 11.2097);
    transform: matrix(1, 0, 0, 1, 59.8, 11.2097);
    -webkit-animation: company-info-phase-three 0.3s linear alternate forwards;
    -moz-animation: company-info-phase-three 0.3s linear alternate forwards;
    -o-animation: company-info-phase-three 0.3s linear alternate forwards;
    animation: company-info-phase-three 0.3s linear alternate forwards;
}

svg[data-svg-animate="true"].phase-three .security-details .verified {
    opacity: 1;
    -webkit-transform: matrix(1, 0, 0, 1, 65.1772, 27.2097);
    -moz-transform: matrix(1, 0, 0, 1, 65.1772, 27.2097);
    -ms-transform: matrix(1, 0, 0, 1, 65.1772, 27.2097);
    -o-transform: matrix(1, 0, 0, 1, 65.1772, 27.2097);
    transform: matrix(1, 0, 0, 1, 65.1772, 27.2097);
    -webkit-animation: verified-phase-three 0.3s linear alternate forwards;
    -moz-animation: verified-phase-three 0.3s linear alternate forwards;
    -o-animation: verified-phase-three 0.3s linear alternate forwards;
    animation: verified-phase-three 0.3s linear alternate forwards;
}

svg[data-svg-animate="true"].phase-three .security-details .valid-ssl-certificate,
svg[data-svg-animate="true"].phase-three .security-details .encryption-active,
svg[data-svg-animate="true"].phase-three .security-details .full-background-check,
svg[data-svg-animate="true"].phase-three .security-details .sign-to-force-action {
    -webkit-animation: text-phase-three 0.7s alternate forwards;
    -moz-animation: text-phase-three 0.7s alternate forwards;
    -o-animation: text-phase-three 0.7s alternate forwards;
    animation: text-phase-three 0.7s alternate forwards;
    opacity: 1;
}

svg[data-svg-animate="true"].phase-three .security-details .encryption-active {
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

svg[data-svg-animate="true"].phase-three .security-details .valid-ssl-certificate {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

svg[data-svg-animate="true"].phase-three .security-details .check-marks-container {
    opacity: 1;
    -webkit-transform: matrix(1, 0, 0, 1, 5.4772, -5.5);
    -moz-transform: matrix(1, 0, 0, 1, 5.4772, -5.5);
    -ms-transform: matrix(1, 0, 0, 1, 5.4772, -5.5);
    -o-transform: matrix(1, 0, 0, 1, 5.4772, -5.5);
    transform: matrix(1, 0, 0, 1, 5.4772, -5.5);
    -webkit-animation: check-marks-container-phase-three 0.3s linear alternate forwards;
    -moz-animation: check-marks-container-phase-three 0.3s linear alternate forwards;
    -o-animation: check-marks-container-phase-three 0.3s linear alternate forwards;
    animation: check-marks-container-phase-three 0.3s linear alternate forwards;
}

svg[data-svg-animate="true"].phase-three .security-details .check-marks-container .check-mark {
    stroke-dasharray: 4.2;
    -webkit-animation: check-mark-phase-three 0.1s linear alternate forwards;
    -moz-animation: check-mark-phase-three 0.1s linear alternate forwards;
    -o-animation: check-mark-phase-three 0.1s linear alternate forwards;
    animation: check-mark-phase-three 0.1s linear alternate forwards;
    opacity: 1;
}

svg[data-svg-animate="true"].phase-three .security-details .check-marks-container .check-mark:nth-of-type(2) {
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

svg[data-svg-animate="true"].phase-three .security-details .check-marks-container .check-mark:nth-of-type(1) {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

@-webkit-keyframes text-phase-three {
    to {
        opacity: 0;
    }
}

@-moz-keyframes text-phase-three {
    to {
        opacity: 0;
    }
}

@-o-keyframes text-phase-three {
    to {
        opacity: 0;
    }
}

@keyframes text-phase-three {
    to {
        opacity: 0;
    }
}

@-webkit-keyframes security-details-phase-three {
    to {
        opacity: 0;
    }
}

@-moz-keyframes security-details-phase-three {
    to {
        opacity: 0;
    }
}

@-o-keyframes security-details-phase-three {
    to {
        opacity: 0;
    }
}

@keyframes security-details-phase-three {
    to {
        opacity: 0;
    }
}

@-webkit-keyframes horizontal-line-phase-three {
    from {
        opacity: 1;
        stroke-dasharray: 58 300;
        stroke-dashoffset: 0;
    }
    to {
        opacity: 0;
        stroke-dasharray: 0 300;
        stroke-dashoffset: -27;
    }
}

@-moz-keyframes horizontal-line-phase-three {
    from {
        opacity: 1;
        stroke-dasharray: 58 300;
        stroke-dashoffset: 0;
    }
    to {
        opacity: 0;
        stroke-dasharray: 0 300;
        stroke-dashoffset: -27;
    }
}

@-o-keyframes horizontal-line-phase-three {
    from {
        opacity: 1;
        stroke-dasharray: 58 300;
        stroke-dashoffset: 0;
    }
    to {
        opacity: 0;
        stroke-dasharray: 0 300;
        stroke-dashoffset: -27;
    }
}

@keyframes horizontal-line-phase-three {
    from {
        opacity: 1;
        stroke-dasharray: 58 300;
        stroke-dashoffset: 0;
    }
    to {
        opacity: 0;
        stroke-dasharray: 0 300;
        stroke-dashoffset: -27;
    }
}

@-webkit-keyframes company-info-phase-three {
    100% {
        -webkit-transform: matrix(1, 0, 0, 1, 59.8, 13.2097);
        transform: matrix(1, 0, 0, 1, 59.8, 13.2097);
        opacity: 0;
    }
}

@-moz-keyframes company-info-phase-three {
    100% {
        -moz-transform: matrix(1, 0, 0, 1, 59.8, 13.2097);
        transform: matrix(1, 0, 0, 1, 59.8, 13.2097);
        opacity: 0;
    }
}

@-o-keyframes company-info-phase-three {
    100% {
        -o-transform: matrix(1, 0, 0, 1, 59.8, 13.2097);
        transform: matrix(1, 0, 0, 1, 59.8, 13.2097);
        opacity: 0;
    }
}

@keyframes company-info-phase-three {
    100% {
        -webkit-transform: matrix(1, 0, 0, 1, 59.8, 13.2097);
        -moz-transform: matrix(1, 0, 0, 1, 59.8, 13.2097);
        -o-transform: matrix(1, 0, 0, 1, 59.8, 13.2097);
        transform: matrix(1, 0, 0, 1, 59.8, 13.2097);
        opacity: 0;
    }
}

@-webkit-keyframes verified-phase-three {
    100% {
        -webkit-transform: matrix(1, 0, 0, 1, 65.1772, 25.2097);
        transform: matrix(1, 0, 0, 1, 65.1772, 25.2097);
        opacity: 0;
    }
}

@-moz-keyframes verified-phase-three {
    100% {
        -moz-transform: matrix(1, 0, 0, 1, 65.1772, 25.2097);
        transform: matrix(1, 0, 0, 1, 65.1772, 25.2097);
        opacity: 0;
    }
}

@-o-keyframes verified-phase-three {
    100% {
        -o-transform: matrix(1, 0, 0, 1, 65.1772, 25.2097);
        transform: matrix(1, 0, 0, 1, 65.1772, 25.2097);
        opacity: 0;
    }
}

@keyframes verified-phase-three {
    100% {
        -webkit-transform: matrix(1, 0, 0, 1, 65.1772, 25.2097);
        -moz-transform: matrix(1, 0, 0, 1, 65.1772, 25.2097);
        -o-transform: matrix(1, 0, 0, 1, 65.1772, 25.2097);
        transform: matrix(1, 0, 0, 1, 65.1772, 25.2097);
        opacity: 0;
    }
}

@-webkit-keyframes check-marks-container-phase-three {
    100% {
        -webkit-transform: matrix(1, 0, 0, 1, 5.4772, -6.9);
        transform: matrix(1, 0, 0, 1, 5.4772, -6.9);
        opacity: 0;
    }
}

@-moz-keyframes check-marks-container-phase-three {
    100% {
        -moz-transform: matrix(1, 0, 0, 1, 5.4772, -6.9);
        transform: matrix(1, 0, 0, 1, 5.4772, -6.9);
        opacity: 0;
    }
}

@-o-keyframes check-marks-container-phase-three {
    100% {
        -o-transform: matrix(1, 0, 0, 1, 5.4772, -6.9);
        transform: matrix(1, 0, 0, 1, 5.4772, -6.9);
        opacity: 0;
    }
}

@keyframes check-marks-container-phase-three {
    100% {
        -webkit-transform: matrix(1, 0, 0, 1, 5.4772, -6.9);
        -moz-transform: matrix(1, 0, 0, 1, 5.4772, -6.9);
        -o-transform: matrix(1, 0, 0, 1, 5.4772, -6.9);
        transform: matrix(1, 0, 0, 1, 5.4772, -6.9);
        opacity: 0;
    }
}

@-webkit-keyframes check-mark-phase-three {
    0% {
        stroke-dasharray: 4.2;
        opacity: 1;
    }
    90% {
        stroke-dasharray: 2.2;
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes check-mark-phase-three {
    0% {
        stroke-dasharray: 4.2;
        opacity: 1;
    }
    90% {
        stroke-dasharray: 2.2;
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-o-keyframes check-mark-phase-three {
    0% {
        stroke-dasharray: 4.2;
        opacity: 1;
    }
    90% {
        stroke-dasharray: 2.2;
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes check-mark-phase-three {
    0% {
        stroke-dasharray: 4.2;
        opacity: 1;
    }
    90% {
        stroke-dasharray: 2.2;
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

svg[data-svg-animate="true"].phase-three .digicert-check-mark .check {
    -webkit-animation: digicert-check-mark-phase-three 0.8s linear alternate forwards;
    -moz-animation: digicert-check-mark-phase-three 0.8s linear alternate forwards;
    -o-animation: digicert-check-mark-phase-three 0.8s linear alternate forwards;
    animation: digicert-check-mark-phase-three 0.8s linear alternate forwards;
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

svg[data-svg-animate="true"].phase-three .digicert-check-mark .background {
    -webkit-transform: scale(6);
    -moz-transform: scale(6);
    -ms-transform: scale(6);
    -o-transform: scale(6);
    transform: scale(6);
    -webkit-animation: background-phase-three 0.7s linear alternate forwards;
    -moz-animation: background-phase-three 0.7s linear alternate forwards;
    -o-animation: background-phase-three 0.7s linear alternate forwards;
    animation: background-phase-three 0.7s linear alternate forwards;
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

@-webkit-keyframes digicert-check-mark-phase-three {
    from {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes digicert-check-mark-phase-three {
    from {
        -moz-transform: scale(0);
        transform: scale(0);
    }
    to {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes digicert-check-mark-phase-three {
    from {
        -o-transform: scale(0);
        transform: scale(0);
    }
    to {
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes digicert-check-mark-phase-three {
    from {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
    to {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes background-phase-three {
    to {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes background-phase-three {
    to {
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes background-phase-three {
    to {
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes background-phase-three {
    to {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
}

svg[data-svg-animate="true"].phase-three .current-date-container {
    -webkit-transform: matrix(1, 0, 0, 1, 96, 63);
    -moz-transform: matrix(1, 0, 0, 1, 96, 63);
    -ms-transform: matrix(1, 0, 0, 1, 96, 63);
    -o-transform: matrix(1, 0, 0, 1, 96, 63);
    transform: matrix(1, 0, 0, 1, 96, 63);
}

svg[data-svg-animate="true"].phase-three .current-date-container .current-date-text {
    fill: #859098;
    font-family: 'Roboto-Medium', sans-serif;
    font-size: 7px;
    font-weight: 500;
    letter-spacing: 0.7px;
    -webkit-transform: matrix(1, 0, 0, 1, -20, 2);
    -moz-transform: matrix(1, 0, 0, 1, -20, 2);
    -ms-transform: matrix(1, 0, 0, 1, -20, 2);
    -o-transform: matrix(1, 0, 0, 1, -20, 2);
    transform: matrix(1, 0, 0, 1, -20, 2);
}

svg[data-svg-animate="true"].phase-three .digicert-secured .digicert {
    -webkit-animation: digicert-phase 0.7s linear alternate forwards;
    -moz-animation: digicert-phase 0.7s linear alternate forwards;
    -o-animation: digicert-phase 0.7s linear alternate forwards;
    animation: digicert-phase 0.7s linear alternate forwards;
    opacity: 0;
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

svg[data-svg-animate="true"].phase-three .digicert-secured .digicert .letter {
    -webkit-transform: translateX(-2px);
    -moz-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    -o-transform: translateX(-2px);
    transform: translateX(-2px);
    -webkit-animation: digicert-secured-digicert-letters 0.3s linear alternate forwards;
    -moz-animation: digicert-secured-digicert-letters 0.3s linear alternate forwards;
    -o-animation: digicert-secured-digicert-letters 0.3s linear alternate forwards;
    animation: digicert-secured-digicert-letters 0.3s linear alternate forwards;
    opacity: 0;
}

svg[data-svg-animate="true"].phase-three .digicert-secured .digicert .letter:nth-child(1) {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
}

svg[data-svg-animate="true"].phase-three .digicert-secured .digicert .letter:nth-child(2) {
    -webkit-animation-delay: 1.1s;
    -moz-animation-delay: 1.1s;
    -o-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

svg[data-svg-animate="true"].phase-three .digicert-secured .digicert .letter:nth-child(3) {
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

svg[data-svg-animate="true"].phase-three .digicert-secured .digicert .letter:nth-child(4) {
    -webkit-animation-delay: 1.3s;
    -moz-animation-delay: 1.3s;
    -o-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

svg[data-svg-animate="true"].phase-three .digicert-secured .digicert .letter:nth-child(5) {
    -webkit-animation-delay: 1.4s;
    -moz-animation-delay: 1.4s;
    -o-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

svg[data-svg-animate="true"].phase-three .digicert-secured .digicert .letter:nth-child(6) {
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

svg[data-svg-animate="true"].phase-three .digicert-secured .digicert .letter:nth-child(7) {
    -webkit-animation-delay: 1.6s;
    -moz-animation-delay: 1.6s;
    -o-animation-delay: 1.6s;
    animation-delay: 1.6s;
}

svg[data-svg-animate="true"].phase-three .digicert-secured .digicert .letter:nth-child(8) {
    -webkit-animation-delay: 1.7s;
    -moz-animation-delay: 1.7s;
    -o-animation-delay: 1.7s;
    animation-delay: 1.7s;
}

svg[data-svg-animate="true"].phase-three .digicert-secured .digicert .letter:nth-child(9) {
    -webkit-animation-delay: 1.8s;
    -moz-animation-delay: 1.8s;
    -o-animation-delay: 1.8s;
    animation-delay: 1.8s;
}

svg[data-svg-animate="true"].phase-three .digicert-secured .secured {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
    -webkit-animation: secured-phase 0.5s linear alternate forwards;
    -moz-animation: secured-phase 0.5s linear alternate forwards;
    -o-animation: secured-phase 0.5s linear alternate forwards;
    animation: secured-phase 0.5s linear alternate forwards;
}

svg[data-svg-animate="true"].phase-three .digicert-secured .secured {
    display: none;
}

svg[data-svg-animate="true"].phase-three .digicert-secured .verified {
    -webkit-transform: translate(-13px, -19px) scale(0.2);
    -moz-transform: translate(-13px, -19px) scale(0.2);
    -ms-transform: translate(-13px, -19px) scale(0.2);
    -o-transform: translate(-13px, -19px) scale(0.2);
    transform: translate(-13px, -19px) scale(0.2);
    -webkit-animation: verified-phase 0.3s linear alternate forwards;
    -moz-animation: verified-phase 0.3s linear alternate forwards;
    -o-animation: verified-phase 0.3s linear alternate forwards;
    animation: verified-phase 0.3s linear alternate forwards;
    -webkit-animation-delay: 1.4s;
    -moz-animation-delay: 1.4s;
    -o-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

@keyframes digicert-phase {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    30% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes digicert-secured-digicert-letters {
    to {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes secured-phase {
    from {
        -webkit-transform: translateY(-15px);
        -moz-transform: translateY(-15px);
        -o-transform: translateY(-15px);
        transform: translateY(-15px);
    }
    to {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes verified-phase {
    100% {
        -webkit-transform: translate(-13px, -8px) scale(0.2);
        -moz-transform: translate(-13px, -8px) scale(0.2);
        -o-transform: translate(-13px, -8px) scale(0.2);
        transform: translate(-13px, -8px) scale(0.2);
    }
}

svg[data-svg-animate="true"].phase-three .company-logo {
    -webkit-transform: scale(1.34);
    -moz-transform: scale(1.34);
    -ms-transform: scale(1.34);
    -o-transform: scale(1.34);
    transform: scale(1.34);
    -webkit-animation: company-logo-phase-three 0.8s ease-in-out alternate forwards;
    -moz-animation: company-logo-phase-three 0.8s ease-in-out alternate forwards;
    -o-animation: company-logo-phase-three 0.8s ease-in-out alternate forwards;
    animation: company-logo-phase-three 0.8s ease-in-out alternate forwards;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@-webkit-keyframes company-logo-phase-three {
    0% {
        -webkit-transform: scale(1.34);
        transform: scale(1.34);
    }
    50% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
    }
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes company-logo-phase-three {
    0% {
        -moz-transform: scale(1.34);
        transform: scale(1.34);
    }
    50% {
        -moz-transform: scale(1.4);
        transform: scale(1.4);
    }
    100% {
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes company-logo-phase-three {
    0% {
        -o-transform: scale(1.34);
        transform: scale(1.34);
    }
    50% {
        -o-transform: scale(1.4);
        transform: scale(1.4);
    }
    100% {
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes company-logo-phase-three {
    0% {
        -webkit-transform: scale(1.34);
        -moz-transform: scale(1.34);
        -o-transform: scale(1.34);
        transform: scale(1.34);
    }
    50% {
        -webkit-transform: scale(1.4);
        -moz-transform: scale(1.4);
        -o-transform: scale(1.4);
        transform: scale(1.4);
    }
    100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
}

svg[data-svg-animate="true"].phase-three #check-company-logo[data-show-check-company-logo="true"],
svg[data-svg-animate="true"].phase-three #back-ground-check-company-logo[data-show-back-ground-check-company-logo="true"] {
    display: block !important;
}

svg[data-svg-animate="true"].phase-four .digicert-secured .secured {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
    -webkit-animation: secured-phase-four 0.5s linear alternate forwards;
    -moz-animation: secured-phase-four 0.5s linear alternate forwards;
    -o-animation: secured-phase-four 0.5s linear alternate forwards;
    animation: secured-phase-four 0.5s linear alternate forwards;
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -o-animation-delay: .3s;
    animation-delay: .3s;
}

svg[data-svg-animate="true"].phase-four .digicert-secured .verified {
    -webkit-transform: translate(-13px, -8px) scale(0.2);
    -moz-transform: translate(-13px, -8px) scale(0.2);
    -ms-transform: translate(-13px, -8px) scale(0.2);
    -o-transform: translate(-13px, -8px) scale(0.2);
    transform: translate(-13px, -8px) scale(0.2);
    -webkit-animation: verified-phase-four .7s linear alternate forwards;
    -moz-animation: verified-phase-four .7s linear alternate forwards;
    -o-animation: verified-phase-four .7s linear alternate forwards;
    animation: verified-phase-four .7s linear alternate forwards;
}

@-webkit-keyframes secured-phase-four {
    to {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-moz-keyframes secured-phase-four {
    to {
        -moz-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-o-keyframes secured-phase-four {
    to {
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes secured-phase-four {
    to {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes verified-phase-four {
    to {
        opacity: 0;
        -webkit-transform: translate(35px, -8px) scale(0.2);
        transform: translate(35px, -8px) scale(0.2);
    }
}

@-moz-keyframes verified-phase-four {
    to {
        opacity: 0;
        -moz-transform: translate(35px, -8px) scale(0.2);
        transform: translate(35px, -8px) scale(0.2);
    }
}

@-o-keyframes verified-phase-four {
    to {
        opacity: 0;
        -o-transform: translate(35px, -8px) scale(0.2);
        transform: translate(35px, -8px) scale(0.2);
    }
}

@keyframes verified-phase-four {
    to {
        opacity: 0;
        -webkit-transform: translate(35px, -8px) scale(0.2);
        -moz-transform: translate(35px, -8px) scale(0.2);
        -o-transform: translate(35px, -8px) scale(0.2);
        transform: translate(35px, -8px) scale(0.2);
    }
}

svg[data-svg-animate="true"].phase-five .security-details {
    opacity: 0;
    -webkit-animation: security-details-phase-two 0.5s linear alternate forwards;
    -moz-animation: security-details-phase-two 0.5s linear alternate forwards;
    -o-animation: security-details-phase-two 0.5s linear alternate forwards;
    animation: security-details-phase-two 0.5s linear alternate forwards;
}

svg[data-svg-animate="true"].phase-five .security-details .company-info {
    -webkit-transform: matrix(1, 0, 0, 1, 59.8, 15.2097);
    -moz-transform: matrix(1, 0, 0, 1, 59.8, 15.2097);
    -ms-transform: matrix(1, 0, 0, 1, 59.8, 15.2097);
    -o-transform: matrix(1, 0, 0, 1, 59.8, 15.2097);
    transform: matrix(1, 0, 0, 1, 59.8, 15.2097);
    -webkit-animation: company-info-phase-two 0.5s linear alternate forwards;
    -moz-animation: company-info-phase-two 0.5s linear alternate forwards;
    -o-animation: company-info-phase-two 0.5s linear alternate forwards;
    animation: company-info-phase-two 0.5s linear alternate forwards;
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
    animation-delay: 0.8s;
    opacity: 0;
}

svg[data-svg-animate="true"].phase-five .security-details .verified {
    -webkit-transform: matrix(1, 0, 0, 1, 65.1772, 23.2097);
    -moz-transform: matrix(1, 0, 0, 1, 65.1772, 23.2097);
    -ms-transform: matrix(1, 0, 0, 1, 65.1772, 23.2097);
    -o-transform: matrix(1, 0, 0, 1, 65.1772, 23.2097);
    transform: matrix(1, 0, 0, 1, 65.1772, 23.2097);
    -webkit-animation: verified-phase-two 0.5s linear alternate forwards;
    -moz-animation: verified-phase-two 0.5s linear alternate forwards;
    -o-animation: verified-phase-two 0.5s linear alternate forwards;
    animation: verified-phase-two 0.5s linear alternate forwards;
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
    animation-delay: 0.8s;
    opacity: 0;
}

svg[data-svg-animate="true"].phase-five .security-details .valid-ssl-certificate,
svg[data-svg-animate="true"].phase-five .security-details .encryption-active,
svg[data-svg-animate="true"].phase-five .security-details .full-background-check {
    -webkit-animation: text-phase-two 0.7s alternate forwards;
    -moz-animation: text-phase-two 0.7s alternate forwards;
    -o-animation: text-phase-two 0.7s alternate forwards;
    animation: text-phase-two 0.7s alternate forwards;
    opacity: 0;
}

svg[data-svg-animate="true"].phase-five .security-details .valid-ssl-certificate {
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

svg[data-svg-animate="true"].phase-five .security-details .encryption-active {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
}

svg[data-svg-animate="true"].phase-five .security-details .full-background-check {
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

svg[data-svg-animate="true"].phase-five .security-details .sign-to-force-action {
    -webkit-animation: sign-to-force-action-phase-two .7s alternate infinite;
    -moz-animation: sign-to-force-action-phase-two .7s alternate infinite;
    -o-animation: sign-to-force-action-phase-two .7s alternate infinite;
    animation: sign-to-force-action-phase-two .7s alternate infinite;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    animation-delay: 1.2s;
    opacity: 0;
}

svg[data-svg-animate="true"].phase-five .security-details .check-marks-container {
    opacity: 0;
    -webkit-transform: matrix(1, 0, 0, 1, 5.4772, -6.9);
    -moz-transform: matrix(1, 0, 0, 1, 5.4772, -6.9);
    -ms-transform: matrix(1, 0, 0, 1, 5.4772, -6.9);
    -o-transform: matrix(1, 0, 0, 1, 5.4772, -6.9);
    transform: matrix(1, 0, 0, 1, 5.4772, -6.9);
    -webkit-animation: check-marks-container-phase-two 0.5s linear alternate forwards;
    -moz-animation: check-marks-container-phase-two 0.5s linear alternate forwards;
    -o-animation: check-marks-container-phase-two 0.5s linear alternate forwards;
    animation: check-marks-container-phase-two 0.5s linear alternate forwards;
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

svg[data-svg-animate="true"].phase-five .security-details .check-marks-container .check-mark {
    stroke-dasharray: 4.462917804718018;
    -webkit-animation: check-mark-phase-two 0.6s linear alternate forwards;
    -moz-animation: check-mark-phase-two 0.6s linear alternate forwards;
    -o-animation: check-mark-phase-two 0.6s linear alternate forwards;
    animation: check-mark-phase-two 0.6s linear alternate forwards;
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
    animation-delay: 0.8s;
    opacity: 0;
}

svg[data-svg-animate="true"].phase-five .security-details .check-marks-container .check-mark:nth-of-type(2) {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
}

svg[data-svg-animate="true"].phase-five .security-details .check-marks-container .check-mark:nth-of-type(3) {
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

svg[data-svg-animate="true"].phase-five .security-details .horizontal-line {
    -webkit-animation: horizontal-line-phase-two .4s linear forwards;
    -moz-animation: horizontal-line-phase-two .4s linear forwards;
    -o-animation: horizontal-line-phase-two .4s linear forwards;
    animation: horizontal-line-phase-two .4s linear forwards;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
    stroke-dasharray: 0 300;
    stroke-dashoffset: -27;
}

@keyframes text-phase-two {
    to {
        opacity: 1;
    }
}

@keyframes sign-to-force-action-phase-two {
    from {
        opacity: 1;
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(1px);
        -moz-transform: translateX(1px);
        -o-transform: translateX(1px);
        transform: translateX(1px);
    }
}

@keyframes security-details-phase-two {
    to {
        opacity: 1;
    }
}

@keyframes horizontal-line-phase-two {
    to {
        stroke-dasharray: 58 300;
        stroke-dashoffset: 0;
    }
}

@keyframes company-info-phase-two {
    100% {
        -webkit-transform: matrix(1, 0, 0, 1, 59.8, 11.2097);
        -moz-transform: matrix(1, 0, 0, 1, 59.8, 11.2097);
        -o-transform: matrix(1, 0, 0, 1, 59.8, 11.2097);
        transform: matrix(1, 0, 0, 1, 59.8, 11.2097);
        opacity: 1;
    }
}

@keyframes verified-phase-two {
    100% {
        -webkit-transform: matrix(1, 0, 0, 1, 65.1772, 27.2097);
        -moz-transform: matrix(1, 0, 0, 1, 65.1772, 27.2097);
        -o-transform: matrix(1, 0, 0, 1, 65.1772, 27.2097);
        transform: matrix(1, 0, 0, 1, 65.1772, 27.2097);
        opacity: 1;
    }
}

@keyframes check-marks-container-phase-two {
    to {
        -webkit-transform: matrix(1, 0, 0, 1, 5.4772, -5.5);
        -moz-transform: matrix(1, 0, 0, 1, 5.4772, -5.5);
        -o-transform: matrix(1, 0, 0, 1, 5.4772, -5.5);
        transform: matrix(1, 0, 0, 1, 5.4772, -5.5);
        opacity: 1;
    }
}

@keyframes check-mark-phase-two {
    0% {
        opacity: 0;
    }
    1% {
        opacity: 1;
        stroke-dashoffset: 4.462917804718018;
    }
    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

svg[data-svg-animate="true"].phase-five .digicert-secured .digicert {
    -webkit-animation: digicert-phase-five 0.7s linear alternate forwards;
    -moz-animation: digicert-phase-five 0.7s linear alternate forwards;
    -o-animation: digicert-phase-five 0.7s linear alternate forwards;
    animation: digicert-phase-five 0.7s linear alternate forwards;
}

svg[data-svg-animate="true"].phase-five .digicert-secured .digicert .letter {
    -webkit-animation: digicert-secured-digicert-letters-phase-five 0.3s linear alternate forwards;
    -moz-animation: digicert-secured-digicert-letters-phase-five 0.3s linear alternate forwards;
    -o-animation: digicert-secured-digicert-letters-phase-five 0.3s linear alternate forwards;
    animation: digicert-secured-digicert-letters-phase-five 0.3s linear alternate forwards;
}

svg[data-svg-animate="true"].phase-five .digicert-secured .digicert .letter:nth-child(1) {
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
}

svg[data-svg-animate="true"].phase-five .digicert-secured .digicert .letter:nth-child(2) {
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    -o-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

svg[data-svg-animate="true"].phase-five .digicert-secured .digicert .letter:nth-child(3) {
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

svg[data-svg-animate="true"].phase-five .digicert-secured .digicert .letter:nth-child(4) {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

svg[data-svg-animate="true"].phase-five .digicert-secured .digicert .letter:nth-child(5) {
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

svg[data-svg-animate="true"].phase-five .digicert-secured .digicert .letter:nth-child(6) {
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

svg[data-svg-animate="true"].phase-five .digicert-secured .digicert .letter:nth-child(7) {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

svg[data-svg-animate="true"].phase-five .digicert-secured .digicert .letter:nth-child(8) {
    -webkit-animation-delay: 0.7s;
    -moz-animation-delay: 0.7s;
    -o-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

svg[data-svg-animate="true"].phase-five .digicert-secured .digicert .letter:nth-child(9) {
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

svg[data-svg-animate="true"].phase-five .digicert-secured .secured {
    display: none;
}

svg[data-svg-animate="true"].phase-five .digicert-secured .verified {
    -webkit-transform: translate(-13px, -8px) scale(0.2);
    -moz-transform: translate(-13px, -8px) scale(0.2);
    -ms-transform: translate(-13px, -8px) scale(0.2);
    -o-transform: translate(-13px, -8px) scale(0.2);
    transform: translate(-13px, -8px) scale(0.2);
    -webkit-animation: verified-phase-five 0.3s linear alternate forwards;
    -moz-animation: verified-phase-five 0.3s linear alternate forwards;
    -o-animation: verified-phase-five 0.3s linear alternate forwards;
    animation: verified-phase-five 0.3s linear alternate forwards;
}

@-webkit-keyframes digicert-phase-five {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    30% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
}

@-moz-keyframes digicert-phase-five {
    0% {
        -moz-transform: translateX(0px);
        transform: translateX(0px);
    }
    30% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(5px);
        transform: translateX(5px);
    }
}

@-o-keyframes digicert-phase-five {
    0% {
        -o-transform: translateX(0px);
        transform: translateX(0px);
    }
    30% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -o-transform: translateX(5px);
        transform: translateX(5px);
    }
}

@keyframes digicert-phase-five {
    0% {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
    }
    30% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(5px);
        -moz-transform: translateX(5px);
        -o-transform: translateX(5px);
        transform: translateX(5px);
    }
}

@-webkit-keyframes digicert-secured-digicert-letters-phase-five {
    to {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
        opacity: 0;
    }
}

@-moz-keyframes digicert-secured-digicert-letters-phase-five {
    to {
        -moz-transform: translateX(2px);
        transform: translateX(2px);
        opacity: 0;
    }
}

@-o-keyframes digicert-secured-digicert-letters-phase-five {
    to {
        -o-transform: translateX(2px);
        transform: translateX(2px);
        opacity: 0;
    }
}

@keyframes digicert-secured-digicert-letters-phase-five {
    to {
        -webkit-transform: translateX(2px);
        -moz-transform: translateX(2px);
        -o-transform: translateX(2px);
        transform: translateX(2px);
        opacity: 0;
    }
}

@-webkit-keyframes verified-phase-five {
    to {
        opacity: 0;
        -webkit-transform: translate(0px, -8px) scale(0.2);
        transform: translate(0px, -8px) scale(0.2);
    }
}

@-moz-keyframes verified-phase-five {
    to {
        opacity: 0;
        -moz-transform: translate(0px, -8px) scale(0.2);
        transform: translate(0px, -8px) scale(0.2);
    }
}

@-o-keyframes verified-phase-five {
    to {
        opacity: 0;
        -o-transform: translate(0px, -8px) scale(0.2);
        transform: translate(0px, -8px) scale(0.2);
    }
}

@keyframes verified-phase-five {
    to {
        opacity: 0;
        -webkit-transform: translate(0px, -8px) scale(0.2);
        -moz-transform: translate(0px, -8px) scale(0.2);
        -o-transform: translate(0px, -8px) scale(0.2);
        transform: translate(0px, -8px) scale(0.2);
    }
}

svg[data-svg-animate="true"].phase-five .digicert-check-mark .check {
    -webkit-animation: digicert-check-mark-phase-two 0.7s linear alternate forwards;
    -moz-animation: digicert-check-mark-phase-two 0.7s linear alternate forwards;
    -o-animation: digicert-check-mark-phase-two 0.7s linear alternate forwards;
    animation: digicert-check-mark-phase-two 0.7s linear alternate forwards;
}

svg[data-svg-animate="true"].phase-five .digicert-check-mark .background {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-animation: background-phase-two 0.7s ease-in-out alternate forwards;
    -moz-animation: background-phase-two 0.7s ease-in-out alternate forwards;
    -o-animation: background-phase-two 0.7s ease-in-out alternate forwards;
    animation: background-phase-two 0.7s ease-in-out alternate forwards;
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

@keyframes digicert-check-mark-phase-two {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes background-phase-two {
    to {
        -webkit-transform: scale(6);
        -moz-transform: scale(6);
        -o-transform: scale(6);
        transform: scale(6);
    }
}

svg[data-svg-animate="true"].phase-five .current-date-container {
    -webkit-transform: matrix(1, 0, 0, 1, 96, 63);
    -moz-transform: matrix(1, 0, 0, 1, 96, 63);
    -ms-transform: matrix(1, 0, 0, 1, 96, 63);
    -o-transform: matrix(1, 0, 0, 1, 96, 63);
    transform: matrix(1, 0, 0, 1, 96, 63);
}

svg[data-svg-animate="true"].phase-five .current-date-container .current-date-text {
    fill: #859098;
    font-family: 'Roboto-Medium', sans-serif;
    font-size: 7px;
    font-weight: 500;
    letter-spacing: 0.7px;
    -webkit-transform: matrix(1, 0, 0, 1, -20, 2);
    -moz-transform: matrix(1, 0, 0, 1, -20, 2);
    -ms-transform: matrix(1, 0, 0, 1, -20, 2);
    -o-transform: matrix(1, 0, 0, 1, -20, 2);
    transform: matrix(1, 0, 0, 1, -20, 2);
}

svg[data-svg-animate="true"].phase-five .company-logo {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-animation: company-logo-phase-two 0.8s ease-in-out alternate forwards;
    -moz-animation: company-logo-phase-two 0.8s ease-in-out alternate forwards;
    -o-animation: company-logo-phase-two 0.8s ease-in-out alternate forwards;
    animation: company-logo-phase-two 0.8s ease-in-out alternate forwards;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@keyframes company-logo-phase-two {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1.4);
        -moz-transform: scale(1.4);
        -o-transform: scale(1.4);
        transform: scale(1.4);
    }
    100% {
        -webkit-transform: scale(1.34);
        -moz-transform: scale(1.34);
        -o-transform: scale(1.34);
        transform: scale(1.34);
    }
}

svg[data-svg-animate="true"].phase-five #check-company-logo[data-show-check-company-logo="true"],
svg[data-svg-animate="true"].phase-five #back-ground-check-company-logo[data-show-back-ground-check-company-logo="true"] {
    display: block !important;
}

svg[data-svg-animate="true"].initial-leave-state .digicert-check-mark .background,
svg[data-svg-animate="true"].initial-leave-state .company-logo,
svg[data-svg-animate="true"].initial-leave-state .security-details {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}

svg[data-svg-animate="true"].initial-leave-state #animated-borders {
    opacity: 1;
}

svg[data-svg-animate="true"].initial-leave-state .digicert-secured .secured {
    display: none;
}

svg[data-svg-animate="true"].initial-leave-state .digicert-secured .verified {
    -webkit-transform: translate(-13px, -8px) scale(0.2);
    -moz-transform: translate(-13px, -8px) scale(0.2);
    -ms-transform: translate(-13px, -8px) scale(0.2);
    -o-transform: translate(-13px, -8px) scale(0.2);
    transform: translate(-13px, -8px) scale(0.2);
}

svg[data-svg-animate="true"] .current-date-container {
    -webkit-transform: matrix(1, 0, 0, 1, 96, 63);
    -moz-transform: matrix(1, 0, 0, 1, 96, 63);
    -ms-transform: matrix(1, 0, 0, 1, 96, 63);
    -o-transform: matrix(1, 0, 0, 1, 96, 63);
    transform: matrix(1, 0, 0, 1, 96, 63);
}

svg[data-svg-animate="true"] .current-date-container .current-date-text {
    fill: #859098;
    font-family: 'Roboto-Medium', sans-serif;
    font-size: 7px;
    font-weight: 500;
    letter-spacing: 0.7px;
    -webkit-transform: matrix(1, 0, 0, 1, -20, 2);
    -moz-transform: matrix(1, 0, 0, 1, -20, 2);
    -ms-transform: matrix(1, 0, 0, 1, -20, 2);
    -o-transform: matrix(1, 0, 0, 1, -20, 2);
    transform: matrix(1, 0, 0, 1, -20, 2);
}

svg[data-svg-animate="true"] #animated-borders {
    display: none;
}

svg[data-svg-animate="true"] #animated-borders .animated-border {
    stroke-dasharray: 50, 300;
    stroke-dashoffset: 0;
}

svg[data-svg-animate="true"] #animated-borders[data-borders-state="ACTIVE"] .animated-border {
    -webkit-transition: stroke-dasharray 0.5s ease-in-out, stroke-dashoffset 0.5s ease-in-out;
    -o-transition: stroke-dasharray 0.5s ease-in-out, stroke-dashoffset 0.5s ease-in-out;
    -moz-transition: stroke-dasharray 0.5s ease-in-out, stroke-dashoffset 0.5s ease-in-out;
    transition: stroke-dasharray 0.5s ease-in-out, stroke-dashoffset 0.5s ease-in-out;
}

svg[data-svg-animate="true"] #animated-borders[data-borders-state="ACTIVE"] .animated-border:nth-of-type(2) {
    stroke-dashoffset: -18.5;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

svg[data-svg-animate="true"] #animated-borders[data-borders-state="ACTIVE"] .animated-border:nth-of-type(3) {
    stroke-dashoffset: -18.7;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

svg[data-svg-animate="true"] #animated-borders[data-borders-state="ACTIVE"] .animated-border:nth-of-type(4) {
    stroke-dashoffset: -19.5;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

svg[data-svg-animate="true"] #animated-borders[data-borders-state="ACTIVE"] .animated-border:nth-of-type(5) {
    stroke-dashoffset: -20;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

svg[data-svg-animate="false"] .digicert-check-mark {
    display: none;
}

svg[data-svg-animate="false"] .default-check-mark-content .background {
    opacity: 0;
}

svg[data-svg-animate="false"] .digicert-secured .secured {
    display: none;
}

svg[data-svg-animate="false"] .digicert-secured .verified {
    -webkit-transform: translate(-13px, -8px) scale(0.2);
    -moz-transform: translate(-13px, -8px) scale(0.2);
    -ms-transform: translate(-13px, -8px) scale(0.2);
    -o-transform: translate(-13px, -8px) scale(0.2);
    transform: translate(-13px, -8px) scale(0.2);
}

svg[data-svg-animate="false"] .security-details,
svg[data-svg-animate="false"] .company-logo {
    opacity: 0;
}

svg[data-svg-animate="false"] .security-details {
    /* drop this rule, the general rule #seal-container .security-details covers it */
    /*-webkit-transform: translate(-6px, 4px) !important;*/
    /*-moz-transform: translate(-6px, 4px) !important;*/
    /*-ms-transform: translate(-6px, 4px) !important;*/
    /*-o-transform: translate(-6px, 4px) !important;*/
    /*transform: translate(-6px, 4px) !important;*/
}

svg[data-svg-animate="false"] .security-details .company-info {
    -webkit-transform: translate(59.5px, 10px);
    -moz-transform: translate(59.5px, 10px);
    -ms-transform: translate(59.5px, 10px);
    -o-transform: translate(59.5px, 10px);
    transform: translate(59.5px, 10px);
}

svg[data-svg-animate="false"] .security-details .verified {
    -webkit-transform: translate(65px, 26.5px);
    -moz-transform: translate(65px, 26.5px);
    -ms-transform: translate(65px, 26.5px);
    -o-transform: translate(65px, 26.5px);
    transform: translate(65px, 26.5px);
}

svg[data-svg-animate="false"] .security-details .check-marks-container {
    -webkit-transform: translate(5px, -6px);
    -moz-transform: translate(5px, -6px);
    -ms-transform: translate(5px, -6px);
    -o-transform: translate(5px, -6px);
    transform: translate(5px, -6px);
}

svg[data-svg-animate="false"]:hover .digicert-secured {
    opacity: 0;
}

svg[data-svg-animate="false"]:hover .company-logo {
    opacity: 1;
    -webkit-transform: translate(-9px, -9.5px) scale(1.32);
    -moz-transform: translate(-9px, -9.5px) scale(1.32);
    -ms-transform: translate(-9px, -9.5px) scale(1.32);
    -o-transform: translate(-9px, -9.5px) scale(1.32);
    transform: translate(-9px, -9.5px) scale(1.32);
}

svg[data-svg-animate="false"]:hover .security-details,
svg[data-svg-animate="false"]:hover .background {
    opacity: 1;
}

svg[data-svg-animate="false"] .current-date-container {
    -webkit-transform: matrix(1, 0, 0, 1, 96, 63);
    -moz-transform: matrix(1, 0, 0, 1, 96, 63);
    -ms-transform: matrix(1, 0, 0, 1, 96, 63);
    -o-transform: matrix(1, 0, 0, 1, 96, 63);
    transform: matrix(1, 0, 0, 1, 96, 63);
}

svg[data-svg-animate="false"] .current-date-container .current-date-text {
    fill: #859098;
    font-family: 'Roboto-Medium', sans-serif;
    font-size: 7px;
    font-weight: 500;
    letter-spacing: 0.7px;
    -webkit-transform: matrix(1, 0, 0, 1, -20, 2);
    -moz-transform: matrix(1, 0, 0, 1, -20, 2);
    -ms-transform: matrix(1, 0, 0, 1, -20, 2);
    -o-transform: matrix(1, 0, 0, 1, -20, 2);
    transform: matrix(1, 0, 0, 1, -20, 2);
}

#seal-container {
    cursor: pointer;
}

#seal-container .borders-container {
    -webkit-transform: translate(3px, 5px);
    -moz-transform: translate(3px, 5px);
    -ms-transform: translate(3px, 5px);
    -o-transform: translate(3px, 5px);
    transform: translate(3px, 5px);
}

#seal-container .borders-container .background {
    fill: #FFFFFF;
    -webkit-transform: translate(-7px, -7px) scale(1.05);
    -moz-transform: translate(-7px, -7px) scale(1.05);
    -ms-transform: translate(-7px, -7px) scale(1.05);
    -o-transform: translate(-7px, -7px) scale(1.05);
    transform: translate(-7px, -7px) scale(1.05);
}

#seal-container .security-details {
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -ms-transform: translateY(4px);
    -o-transform: translateY(4px);
    transform: translateY(4px);
}

#seal-container .security-details text {
    fill: #48565E;
    font-family: 'Roboto-Medium', sans-serif;
    font-size: 4px;
}
#seal-container .security-details .company-info text .domain {
    fill: #0174C3;
    font-size: 5px; /* different from what's in the minified version, currently */
}
#seal-container .security-details .company-info text .title {
    font-size: 5px; /* different from what's in the minified version, currently */
}

#seal-container .company-logo-do-not-exist,
#seal-container #check-company-logo,
#seal-container #back-ground-check-company-logo {
    display: none;
}

/* Additional styles for Chrome only :( */
svg[data-svg-animate="true"][data-svg-animation-style="min"].phase-five .security-details {
    opacity: 1;
    -webkit-animation: unset;
    -moz-animation: unset;
    -o-animation: unset;
    animation: unset;
}

svg[data-svg-animate="true"][data-svg-animation-style="min"].phase-five .security-details .verified {
    -webkit-animation: unset;
    -moz-animation: unset;
    -o-animation: unset;
    animation: unset;
    -webkit-animation-delay: unset;
    -moz-animation-delay: unset;
    -o-animation-delay: unset;
    animation-delay: unset;

    -webkit-transform: translate(65px, 26.5px);
    -moz-transform: translate(65px, 26.5px);
    -ms-transform: translate(65px, 26.5px);
    -o-transform: translate(65px, 26.5px);
    transform: translate(65px, 26.5px);

    opacity: 1;
}







  body {
    background: #f7f7f7;
}



#style-2::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #D62929;
}



nav.riht-nav {
    background: #5da951;
}
nav.riht-nav ul  li a{ text-decoration: none;} nav.riht-nav ul  li a:hover, nav.riht-nav ul  li a:focus{color: #fff}
nav.riht-nav ul > li {
    list-style: none;
    text-align: right;
    display: inline-block;
}
nav.riht-nav ul > li ul li {
    display: block;
    text-align: left;
}
nav.riht-nav ul li a {
    color: #fff;
    padding: 0;
}
nav.riht-nav .dropdown-menu2 li a {
    color: #000;
    padding: 14px;
    border-bottom: 1px solid #cccc;
}
nav.riht-nav .dropdown-menu2 li:last-child a{
    border-bottom: none;
}
.dropdown-menu2 {
    right: 0 !important;
    width: 261px;
    left: -140px !important;
}

nav.riht-nav .dropdown-menu2 li a span img {
    width: 20px;
    margin-right: 7px;
}
.dropdown-menu2{
    padding: 0;
}
.top_nav ul {
    text-align: right;
    border-radius: 0;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #1e2125;
    background-color: #5da951;
}
nav.riht-nav ul li:first-child a {
    border-right: 1px solid #fff;
    padding-right: 9px;
}
.top_nav {
    padding: 14px 0 1px;
}
.top_nav ul {
    text-align: right;
    border-radius: 0;
    top: 9px !important;
}
.navbar-collapse {
    flex-grow: inherit;
}


nav.navbar.navbar-expand-sm.navbar-dark.bg-dark {
    background: #fff !important;
}
.navbar-dark .navbar-nav .nav-link {
    color: #000;
}
.navbar-dark .navbar-nav .nav-link{

}
li.nav-item.dropdown.main_menu {
    list-style: none;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #5da951;
}
li.nav-item.dropdown.main_menu ul.dropdown-menu2.show {
    display: none;
}
ul.dropdown-menu2 li a span i {
    color: #bb2024;
    margin-right: 7px;
    font-size: 20px;
}
ul.dropdown-menu2 li:last-child a span i{
    transform: rotate(-90deg);
}
nav.riht-nav ul li a {
    font-weight: 600;
}

/* sidenav*/

sidenav {
  position: relative;
}
.side_menu{
    z-index: 9;
    top: 156px;
    background: #252c63;
    bottom: 0;
    color: #fff;
    overflow: auto;
    padding: 30px 0 30px 0px;
}
.side_menu ul {
    margin: 0;
    padding: 0;
}
.side_menu ul li{
    list-style: none;
}
.side_menu ul li a {
    padding: 12px 40px 12px 97px;
    display: block;
    color: #fff;
    text-decoration: none;
}
.side_menu ul li a:hover{text-decoration:underline!important;}
.side_menu ul li a .dash_icon{margin-right:5px}
/*.side_menu ul li.active a {
    background: rgba(43,53,121,.9);
    border-left: 8px solid #5da951;
}*/
.side_menu ul li a span i {
    display: inline-block;
    padding-right: 9px;
}
.side-ttl{
    padding: 24px 95px 0;
    color: #b9c0f5;
    font-size: 15px;
}
.side_menu hr {
    width: 80%;
    margin: 37px auto 6px;
    background: #3f56ff;
    padding: 1px;
}

/* main body */
section.body_sec {
    /*width: 62%;
    margin-left: 28%;*/
    
    padding: 40px 0;	
}
.row.mb-5 {
    margin-bottom: 3rem !important;
}
#user-registration.horizontal .user-registration-MyAccount-content {
    border: 0 !important;
    background: #fff;
}
#user-registration.horizontal .user-registration-MyAccount-content  fieldset{border:0}
#user-registration .user-registration-MyAccount-content .edit-password legend{font-size:0 !important;}
hr {
    margin: 1rem 0 !important;
}
#user-registration .user-registration-MyAccount-content h2{text-align:left;color:#343434 !important;font-weight: 600;}
#user-registration.horizontal .user-registration-MyAccount-content{padding:0 !important}
.body_sec h2{
margin-top: 0 !important;
font-size: 2rem;
    color: #343434;
}
ul.home_ul{
    float: right;
}
.body_sec ul li a {
    text-decoration: none;
}
.body_sec ul li{
    list-style: none;
}
h2.body_ttl {
    color: #bb2024;
    font-size: 28px;
    margin-bottom: 17px;
    margin-top: 15px;
}

.search {
    position: relative;
    box-shadow: 0 0 40px rgba(51, 51, 51, .1)
}

.search input {
    height: 60px !important;
    text-indent: 25px;
    border: 2px solid #d6d4d4
}

.search input:focus {
    box-shadow: none;
    border: 2px solid blue
}
.search button {
    position: absolute;
    top: 2px;
    right: 2px;
    height: 56px;
    width: 56px;
    background: #5da951;
    border: none;
    border-radius: 0;
    min-width: 0;
}
.search .fa-search {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
}
.body_inside{
    background-color: green;
}
.body_inside ul {
    width: 100%;
    float: left;
    margin: 0;
    padding: 12px;
} 
.body_inside ul li {
    font-size: 30px;
    color: #fff;
}
.body_inside {
    background-color: #88c05f;
    border-radius: 5px;
    padding: 10px;
    margin-top: 35px;
}
.body_inside p {
    text-align: center;
    color: #fff;
    font-size: 17px;
}
.body_inside ul li {
    font-size: 30px;
    color: #fff;
    float: left;
}
.body_inside ul li:last-child {
    float: right;
}
.body_inside ul li i {
    color: #abec79;
    font-size: 44px;
    padding-top: 10px;
}
.body_inside.second_box {
    background: #40434a;
}
.body_inside.second_box ul li i{
    color: #6e7176;
}
.body_inside.third_box {
    background: #f6bf62;
    padding: 6px 0px 16px 0px;
}
.body_inside.third_box ul li i{
    color: #fece7c;
}
.body_inside.fourth_box {
    background: #e14050;
        
}
.body_inside.fourth_box ul li i{
    color: #e3ab9a;
    
}



/*vertical line*/


.vr {
    display: inline-block;
    align-self: stretch;
    width: 2px;
    min-height: 1.5em;
    background-color: black;
    opacity: 1;
    height: fit-content;
    margin-top: 8px;
    margin-left: 3px;
}
/*ssl border*/
a.nav-link.dropdown-toggle.bdr.show {
    border: 4px solid #5da951;!important
    border-radius: 20px;
    width: 100%;
    height: 100%;
}

footer{
    background: var(--primary);
}
.footer-bottom{
    background: var(--second);
}
.footer-top ul{
    padding: 0;
    list-style-type: none;
}
.footer-top ul li i{
    font-size: 22px;
}
.footer-top ul li{
    margin-bottom: 20px;
}
.footer-top p, .footer-top a{
    font-size: 14px;
    color:#fff;
    text-decoration: none;
}
.footer-top a:hover{
    text-decoration: underline;
}
.footer-top ul li {
    font-size: 12p;
}
.footer-top .btn-third{
    border-radius: 10px;
    font-weight: bold;
    font-size: 12px;
    padding: 10px 20px;
}
.footer-bottom{
    background: var(--secondery);
}
.footer-bottom p{

}
.text-third{
    color: var(--third);
    color: #ffa500;
    text-decoration: none;
}
.text-third:hover {
    color: #ffa500;
    text-decoration: none;
}
.bottom-right a{
    text-decoration: none;font-size: 14px;
   
}
.footer-bottom p{
    font-size: 14px;
}
.btn-third{
    background: var(--third);
    color:#fff;
    font-size: 13px;
}
ul.list-inline li{
    display: inline-block;
}
.dec-none{
    text-decoration: none;
}
.bottom-right a.border-right{
    border-right: 1px solid #fff;
}
.navbar-nav ul{
    padding: 0;
}
.navbar-nav ul li a{
    padding: 7px 15px;
    display: inline-block;
}
.navbar-expand-sm .navbar-nav .nav-link{
    padding: 5px 15px !important; 
}
.navbar-nav .badge{
    position: absolute;
    right: 20px;
    font-size: 10px;
    top: -10px;
}
.navbar-nav .first-li{
    border-radius: 30px;
    border: 3px solid var(--third);
    margin-right: 10px;
}
.sec-mr-l{
    
    margin-left:20px;
}
.parent-card{
    padding: 0 ;
    width: 100% !important;
}
.p-sty-h{
   font-size: 17px;
    font-weight: 500;
    padding: 15px;
}
.icon-style{
    margin-right: 7px;
        color: lightgreen;

}
.mr-t{
    margin-top: 30px;
}
.sec-pd{
     padding: 0 22px 0 0;
}
.sub-head{
    font-weight: bold;

}
.list-group-item.pd-19{
    padding: 19px;
}
.sub-para{
        padding-left: 20px;
    font-size: 13px;
    font-weight: 400;
    padding-top: 14px;margin-top: 0;
}
.btn-custom{
    
    background: maroon;
    border: maroon;
    font-size: 11px;
    font-weight: 700;
    padding: 2px 8px;
}
.sub-2{
        padding-left: 20px;
    color: #ddd;
}
.custom-social{
    padding: 6px 14px;
    background: #eee;
    border-radius: 5px;
    border-top: 2px solid #252c63;
        margin-left: 31px;
        color: #252c63;
}
.social-txt{
    margin-left: 9px;
    color: #787878;
}
.custom-social2{
    padding: 6px 14px;
    background: #eee;
    border-radius: 5px;
    border-top: 2px solid #00acee;
        margin-left: 20px;
        color: #00acee;
}
.custom-social3{
    padding: 6px 14px;
    background: #eee;
    border-radius: 5px;
    border-top: 2px solid #0077b5   ;
        margin-left: 20px;
        color: #0077b5 ;
}
.custom-social4{
    padding: 6px 14px;
    background: #eee;
    border-radius: 5px;
    border-top: 2px solid #545454;
        margin-left: 20px;
        color: #545454;
}
.fav-sub-hd{
    margin-left: 11px;
}
.pd-t0{
    padding: 7px  0 !important;
}
.star-css{
    width: 64%;
    margin: auto;
    background: #eee;
    border-radius: 20px;
    padding: 3px 15px 2px 20px;
}
.star-css span{
    color: gold;
}
.star-ash{
    color: #5454 !important;
}
.date-css{
    font-weight: 600;
    color: darkblue;
    margin-left: 65px;
}
.icon-user{
        padding-right: 0;
}
.icon-user span{
font-size: 43px;
    color: #5454;
    margin-top: 0;
}
.para-css{
    padding-left: 0;
    padding-top: 10px;
}
.star-pd{
    padding-top: 10px;
}
.edit-style{
    background: #4CAF50;
    font-size: 10px;
    border: none;
    border-radius: 0;
}
.delete-style{
    background: #800000;
    font-size: 10px;
    border: none;
    border-radius: 0;
    margin-left: 20px;
}
.pd-66{
    padding-left: 66px;
}
.clr-ch{
    color: #404040 ;
}
.navbar-nav > li:first-child > .nav-link{
    border:2px solid var(--third);
    border-radius: 50px;
    line-height: 14px;
    padding: 5px 15px;
    margin-right: 15px;

}
.navbar-light .navbar-nav .nav-link{
    color:#000;
    border-left: 2px solid #000;
    padding: 0 15px;
    font-weight: 500;
}
.navbar-light .navbar-nav li:first-child .nav-link{

}
.main-menu{
    width: 30%;
    display: flex;
    transition: all .5s ease-in-out;
}
.main-content{
    width: 70%;
    display: inline-block;
    padding: 0 30px 0 30px;
border-top: solid 1px #fae8e8;
}
.content-section{
    display: flex;
}

.card{
    border:none;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    border-radius: 0;
}
.card-header{
    background-color: #fbfbfb;
    padding: 20px 10px 20px 30px;
    font-size: 18px;
    font-weight: bold;
    color:#666666;
}
.footer-logo{
    transition: all .5s ease-in-out;
}
.footer-logo:hover{
    transform: scale(1.3);
    margin-left: 50px;
}
.menu-mobile{
    display: block;
    padding:10px;
    text-align: center;
    width: 90%;
    margin:0 auto;
    text-decoration: none;
    display: none;
}
.menu-mobile:before{
    content: "Menu";
}

.menu-mobile.active:before{
    content: "Close Menu";
}

@media screen and (max-width: 991px){
 .main-menu{
    display: none !important;
    width: auto;
    position: absolute;
    left:-500px;
}
.main-menu.active{
    left:0;
    display: block !important;
}

.main-content{
    width: 100%;
    display: inline-block;
    padding: 0 0 0 30px;
}
.content-section{
    display: block;
}   
.menu-mobile{
    display: block;
}
}
.dropdown-item{
    white-space: normal;
}
.chat-body {
    padding: 0 50px;
}
.chat-body li{
    border-radius: 5px;
    position: relative;

}
.chat-body li p{
    margin-bottom: 0px;
    padding:20px;
}
.chat-body li.incoming{
    background-color: #eeffec;
    }
    .chat-body li.outgoing{
    background-color: #fff3f3;
}
.chat-body li.incoming:before{
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    top:20px;
    left:-10px;
    background-color: #eeffec;
    transform: rotate(45deg);
    border-left: 1px solid #dee2e6!important;
    border-bottom:1px solid #dee2e6!important;
}
.chat-body li .profile{
    position: absolute;
    top:10px;
}
.chat-body li.incoming .profile{
    left:-60px;
}
.chat-body li.outgoing .profile{
    right:-60px;
}
.chat-body li.outgoing:before{
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    top:20px;
    right:-10px;
    background-color: #fff3f3;
    transform: rotate(45deg);
    border-right: 1px solid #dee2e6!important;
    border-top:1px solid #dee2e6!important;
}
.chat-body ul{
    padding:0;
}
.chat-body textarea{
    min-height: 200px;
}
.btn{
    border-radius: 0;
    min-width: 150px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
        
}
.rounded-pill{
    margin-left: 35px;
}
.rechr-btn {
    background: #51a547;
    color: #fff;
    font-size: 9px;
    padding: 3px;
    min-width: 63px;
}
.rechr-btn-r {
    background: #b82126;
    color: #fff;
    font-size: 9px;
    padding: 3px;
    min-width: 63px;
}
.th-f th{
        font-weight: 400;
}
.pf-17 {
    padding-left: 25px;
}
.my-requests textarea{
    min-height: 300px;
}
/*tools css*/
.myfav-d-box a{
    text-decoration: none;
    color: #fff;
}
.toolsdec{
    text-decoration: none;
    color: #000;
}
.tols-1-box{
    text-align: center;
    border: 1px solid #5454;
    padding: 34px;
    border-radius: 4px;
}
.r2-tols-3-box{
padding: 38px !important;
}
.ntfy-table{
        width: 32%;
}
.ntfy-table tbody, td, tfoot, th, thead, tr {
    border: 0px solid #eee;
}
.ntfy-table tbody, td {
    padding: 11px;
    text-align: center;
}
.tools-icon-w img{

    width: 22%;
}
.tols-2-box{
    text-align: center;
    border: 1px solid #5454;
    padding: 34px;
    border-radius: 4px;
}
.tols-3-box{
    text-align: center;
    border: 1px solid #5454;
    padding: 34px;
    border-radius: 4px;
}
.tols-4-box{
    text-align: center;
    border: 1px solid #5454;
    padding: 34px;
    border-radius: 4px;
}
.tols-1-box i{
    font-size: 39px;
    color: #5454;
}

.tols-2-box i{
    font-size: 39px;
    color: #5454;
}
.tols-3-box i{
    font-size: 39px;
    color: #5454;
}
.tols-4-box i{
    font-size: 39px;
    color: #5454;
}
.tols-1-box p{
    margin-top: 12px !important;
    font-weight: 700;
    max-width: 111px;
    text-align: center;
    margin: auto;
}
.tols-2-box p{
    margin-top: 12px !important;
    font-weight: 700;
    max-width: 100px;
    text-align: center;
    margin: auto;
}
.tols-3-box p{
    margin-top: 12px !important;
    font-weight: 700;
    max-width: 90px;
    text-align: center;
    margin: auto;
}
.tols-4-box p{
    margin-top: 12px !important;
    font-weight: 700;
    max-width: 90px;
    text-align: center;
    margin: auto;
}

.r2-tols-1-box{
    text-align: center;
    border: 1px solid #5454;
    padding: 34px;
    border-radius: 4px;
}
.r2-tols-1-box i{
    font-size: 39px;
    color: #5454;
}
.r2-tols-1-box p{
    margin-top: 12px !important;
    font-weight: 700;
    max-width: 90px;
    text-align: center;
    margin: auto;
}
.r2-tols-2-box{
    text-align: center;
    border: 1px solid #5454;
    padding: 34px;
    border-radius: 4px;
}
.r2-tols-2-box i{
    font-size: 39px;
    color: #5454;
}
.r2-tols-2-box p{
    margin-top: 12px !important;
    font-weight: 700;
    max-width: 111px;
    text-align: center;
    margin: auto;
}
.r2-tols-3-box{
    text-align: center;
    border: 1px solid #5454;
    padding: 34px;
    border-radius: 4px;
}
.r2-tols-3-box i{
    font-size: 39px;
    color: #5454;
}
.r2-tols-3-box p{
    margin-top: 12px !important;
    font-weight: 700;
    max-width: 90px;
    text-align: center;
    margin: auto;
}
.mt-20{margin-top: 20px;}
.max-w-100{
    max-width: 100%;
}
.mega-menu h2{
    background:#dfdfdf;
    font-size: 18px;
    padding: 15px 20px;
    color:var(--dark-blue);
}
.mega-menu .btn-third{
    border:none;
    border-radius: 30px;
    padding: 0 15px;
}
.mega-menu .brand{
    padding:30px 0;
}
.border-right{
    border-right: 1px solid #dee2e6!important;
}
.dropdown-menu2.mega{
    width: 600px;
}
.border-dark1{
    border:1px solid #bbb;
}
.dashed-border-2{
    border:2px dashed #bde7b6;
}
.btn.btn-sm{
	color:#fff;
    min-width: 0;
    font-size: 10px;
    padding: 2px 5px;
}
.table-sight td{
    padding:10px;

}
.navbar-brand img{
    max-width: 100%;
}

.carousel-caption{
   text-align: left !important;
   bottom: 35% !important;
}
.carousel-control-next, .carousel-control-prev{width: 7%;}
.carousel-caption{
        left: 7%;
        right: 0%;
}
.nav-tabs .nav-link{
    padding: 20px 30px;
}
.sign-form{
    margin:100px 0;
}
.nav-tabs .nav-item .nav-link{
    font-weight: 600;
    color:#666666;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    background: none;
    border:none !important;
    border-bottom: 2px solid var(--third) !important;
    color:var(--third);
}
.nav-tabs .nav-item.show .nav-link:hover, .nav-tabs .nav-link.active:hover{
     border-bottom: 2px solid var(--third) !important;
     border-color: var(--third) !important;
}
.nav-tabs .nav-item .nav-link:hover{
    border-color:transparent !important;
}
.border-none{
    border:none;
}
.sign-form .form-control{
    padding:12px;
}
.form-check-input[type=checkbox]{
    border-radius: 0 !important
}
.signup-text {
    font-size: 22px;
    color:#333333;
    font-weight: 600;
    text-align: center;
}
.carousel-caption{
    display: flex !important;
    height: 100%;
    padding: 0;
    bottom: 0 !important;
    align-items: center;
}
.carousel-caption .row{
    width: 100%;
    display: flex !important;
    height: 100%;
    padding: 0;
    bottom: 0 !important;
    align-items: center;
}
.f-20{font-size: 25px;margin-right: 85px;}
.f-52{    font-size: 52px;
    margin: 30px auto 25px auto;}
 .carousel-indicators [data-bs-target]{
   width: 10px;
    height: 0;
    margin-right: 11px;
    border-radius: 50%;
    background: #fff;
 }
 .carousel-indicators .active{background: #5ca950;}
 .slidertxt{    margin-right: 85px;}
 .carousel-item{animation-duration: 1.5s !important;    transition: none;}   
 .carousel-control-next-icon{background-image: url('../images/right-arrow.png') !important;}
 .carousel-control-prev-icon{background-image: url('../images/left-arrow.png') !important;}
 .carousel-control-next, .carousel-control-prev{opacity: 1.5;}
 .suc-alert{    margin-top: 15px;
    width: 40%;
    border: 1px solid dotted;
    border-style: dashed;
    font-size: 14px;
    padding: 5px;
        background: #daffd3;
        text-align: center;
}
.carousel-indicators [data-bs-target]{
        border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}
.btn-update{
        border: none;
    padding: 6px 24px;
}
.hr-line{    border-bottom: 1px solid #ddd;
    margin: 35px -21px;}
.mr-b-12{
        margin-bottom: 12px;
}   
.w-box{width: 283px;} 
.m-bt{
    margin-top: 22px;
    margin-bottom: 7px;
}
.mr-check{

        margin: 17px 1px;
}
.email-btn{
    background: var(--third);
    color: #fff;
    font-size: 13px;
    border: none;
    padding: 5px 63px;
    text-transform: uppercase;
}
.txt-hd{
        font-size: 16px;
    margin-bottom: 15px;
}
.c-css{
    color: #ddd;
}
.input-css{
    width: 100%;
    border: 1px solid #eee;
        padding: 8px;
}
.mtp0{margin-top: 0px !important;}
/*ssl checkter*/
.pl-0{
    padding-left: 0px;
}
.img-w20 img{
        width: 21px;
        margin-right: 17px;
}
.mb-10{
        margin-bottom: 10px;
}
.content-font p, li{font-size: 15px;}
.ml-35{    margin-left: 40px;}
.input-css::placeholder {
    color: #ddd;
}
/*ssl checkter end*/
/*csr decoder*/
.pd-0{padding-left: 0 !important;}
.command-css{background: #eee;
    max-width: 309px;}
.command-css p{    margin-bottom: 0;
    padding: 10px;}    
/*end csr decoder*/
/*key matcher*/
.pd-t{    padding: 20px 30px 3px 23px!important;}
.key-command{max-width: 100%;}
/*key matcher end*/
/*ssl converter*/
.file-css{
    border: 1px solid #ddd;
    width: 100%;
    padding: 10px;
}
.file-input > [type='file'] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  
  opacity: 0;
  z-index: 10;
  cursor: pointer;
}

.file-input > .button {
  display: inline-block;
    cursor: pointer;
    background: #eee;
    padding: 6px 27px;
    border-radius: 7px;
    margin-right: 8px;
    border: 1px solid #ddd;
}

.file-input:hover > .button {
  background: dodgerblue;
  color: white;
}

.file-input > .label {
  color: #333;
  white-space: nowrap;
  opacity: .3;
}

.file-input.-chosen > .label {
  opacity: 1;
}
.file-input{
    border: 1px solid #ddd;
    padding: 8px 15px;
        margin-bottom: 19px;
}
.mb-10{
    margin-bottom: 24px;
}
.convert-mr{
    margin: 27px 1px;
}
.font-w{
    font-weight: 400;
}
.h-c{color: green;}
.mr-b{    margin-bottom: 18px;}
.mb-10{margin-bottom: 10px;}
.mb-18{margin-bottom: 18px;}
/*ssl converter end*/