/* Core Theme -- Finavi */

html {
    
scroll-behavior: smooth;
    
    
  
}

body {
    
    padding: 0;
    margin: 0;
    border: 0;
    
    color:#5D5D5D;
    background-color: transparent;
    transition: all .5s ease-in-out;
    position:relative;
    font-family: 'Roboto', sans-serif;
    animation-name: loadPage;
  animation-duration: .5s;

   
}


/* width */
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #ffffff; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #dddddd; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}


@keyframes loadPage {
  from {opacity: .3;}
  to {opacity:1;}
}


h1 {
    
    font-family: 'Ubuntu', sans-serif;
    margin:0;

    	font-size: 2.85rem;
    line-height: 1.22222;
    font-weight: 100;
    letter-spacing: -0.02222222em;
    
}


h2 {
    
    font-family: 'Ubuntu', sans-serif;
    margin:0;

    	font-size: 38px;
    line-height: 1.22222;
    font-weight: 100;
    letter-spacing: -0.02222222em;
    
}

.h2-small {
    
    	font-size: 28px !important;
    
}


h3 {
    
    font-family: 'Roboto', sans-serif;
    margin:0;

    	font-size: 18px;
    line-height: 1.22222;
    font-weight: 400;
    letter-spacing: 0;
    
}

p {
    
     font-family: 'Roboto', sans-serif;
     font-size: 16px;
    font-weight: 300;
    line-height: 1.495;
    letter-spacing: 0;
    margin:0;
    color:#5d5d5d;
}



ul {margin:0; padding:0 1rem;}


.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 100,
  'GRAD' 0,
  'opsz' 48
}




a {text-decoration:none; color: inherit;}

.txtHover:hover {opacity:.5;}

.footer-linkX:hover {opacity:.5;}

header {
    position:fixed;
    z-index:5;
}

.nav-bar-txt {
    
    font-size:14px; 
    cursor:pointer;
    padding:0 1rem;
  
    
}


.nav-bar-txt-inFocus {
    
    font-weight: 500; color:#588fcb;
}


.nav-bar-txt:hover {font-weight: 500; color:#588fcb;}




.nav-bar-icon:hover {background:#588fcb; border-radius:20%; color:#fff;}


.header-R {transition: all 1s ease-in-out;}


.sign-in-box {animation-name: dropLogin;
  animation-duration: .5s;}

@keyframes dropLogin {
  from {top:0;}
  to {top:62px;}
}


.mySlides {  animation-name: loadSlide;
  animation-duration: 1s; position:relative;}


@keyframes loadSlide {
  from {opacity:0;}
  to {opacity:1;}
}

.slider { animation-name: moveSlider;
  animation-duration: 9s;}
  
  
  @keyframes moveSlider {
  from {width:0;}
  to {width:100%;}
}



.arrow-x {
    
    border: solid #5d5d5d;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  content:"";
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 8px;
    height: 8px;
    margin: 0 0.2rem;
    position:relative;
    
}

.arrow-x-active {
    
    border-color: #5d5d5d !important;
  
}




.Three-img-col-row {
    
    display: flex;
    margin-bottom: 2rem;
    
    
} 

.Three-img-col-box {
    
   width: 30%;
    margin: 0.2rem;
    padding: 1rem 1rem 1.5rem 1rem;
   /*  border-left: 1px solid #d3d3d3; */
    /* box-shadow: 0px 15px 9px 0px #5d5d5d1a; */
    
    background:#f9f9f9;
}



.Three-img-col-bg {
    
     
    
    margin-bottom:1rem;
    
}


.Three-img-col-bg-txt {
    
   margin-bottom: 2.5rem;
    border-bottom: 1px solid;
    padding: 0 0 1rem 0;
    
}


.Three-img-col-txt {
    
    width:248px;
}









.box-btn {
    
    width:fit-content; 
    margin:1.5rem 0 0 0 ; 
    padding:1rem 1.5rem; 
    background:#588fcb; 
    color:white;
    transition: all .25s ease-in-out;
    cursor:pointer;
    border:0;
    
}

.box-btn::after {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  content:"";
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin: 0 0 0 15px;
}


.box-btn:hover {background:#375d87;}


.box-btn-outline {
    
    width:fit-content; 
    margin:1.5rem 0 0 0 ; 
    padding:1rem 1.5rem; 
    border:1px solid #588fcb; 
    color:#588fcb;
    transition: all .25s ease-in-out;
    cursor:pointer;
    
}

.box-btn-outline::after {
  border: solid #588fcb;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  content:"";
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin: 0 0 0 15px;
}


.box-btn-outline:hover {background:#375d87; color:#fff;}








.box-btn-modal {
    
    width:fit-content; 
    margin:1.5rem 0 0 0 ; 
     cursor:pointer;
    color:white;
    transition: all .25s ease-in-out;
    
}

.box-btn-modal::after {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  content:"";
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin: 0 0 0 15px;
}

.box-btn-modal:hover {opacity:.5;}


.box-btn-modal-white {
    
    width:fit-content; 
    margin:1.5rem 0 0 0 ; 
     cursor:pointer;
    color:#5d5d5d;
    transition: all .25s ease-in-out;
    
}

.box-btn-modal-white::after {
  border: solid #5d5d5d;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  content:"";
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin: 0 0 0 15px;
}

.box-btn-modal-white:hover {opacity:.5;}



.box-btn-outline-white {
    
    width:fit-content; 
    margin:1.5rem 0 0 0 ; 
    padding:1rem 1.5rem; 
    border:1px solid #ffffff;
    color:white;
    transition: all .25s ease-in-out;
    cursor:pointer;
    
}

.box-btn-outline-white::after {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  content:"";
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin: 0 0 0 15px;
}


.box-btn-outline-white:hover {background:#375d87;}


.Two-col-row {
    
    width:100%; 
    margin-bottom:.5%; 
    display:flex; 
    justify-content: space-around;
    
}


.Two-col-box {
    
    position:relative; 
    width:44.5%; 
    padding:2.5%; 
    height:auto; 
    background:#fff;
     transition: all .25s ease-in-out;
}


.Two-col-box:hover {box-shadow: 0 0 20px #5d5d5d36;
    z-index: 2; cursor:pointer;}

.Two-col-icon {
    width:60px; height:60px; opacity:.6;
    
}

.Two-col-txt {
    
    margin:1rem 0 .5rem 0;
    
    /* margin:2rem 0 0 0; */
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input, textarea, select, date {
        outline: none; 
        background-color:#f1f1f1;
        
       
}

input:focus, textarea:focus {
        outline: 1px solid #f1f1f1; 
        background-color:#cdcdcd;
    
}

select:focus { outline:0; border:0; }

option:focus { outline:0; border:0; }

textarea {
    
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    padding: 1.5rem;
    border: 0;
    
}


.T--area--contact {
    
    
    width: 100%;
    height: 100px;
}


.input--txt {
    
     margin: 0.5rem 0;
    padding:.5rem; 
    background:#f2f2f2; 
    color:#5d5d5d;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    border:0;
    outline:none;
}




.left-panel-link::before {
  border: solid #5d5d5d;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  content:"";
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin: 0 15px 0 0;
}


.left-panel-topic:hover {background:#ededed; color:#fff; border-left: 4px solid #588fcb !important; cursor:pointer; }



.single-row-txt {
    
    margin: 0 0 2rem 0;
    
    padding: 0 0 1rem 0;
    
    border-bottom:1px solid #ffffff;
    
    display:flex;
    
    align-items: center;
    justify-content: space-between;
    
    height:5rem;
    
}


.ErrorNotice { display:none; font-size:12px; font-weight:500;}



/* Loading Graphic */

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



svg {
  width: 100px;
  display: block;
  margin: 40px auto 0;
}

.path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  &.circle {
    -webkit-animation: dash .9s ease-in-out;
    animation: dash .9s ease-in-out;
  }
  &.line {
    stroke-dashoffset: 1000;
    -webkit-animation: dash .9s .35s ease-in-out forwards;
    animation: dash .9s .35s ease-in-out forwards;
  }
  &.check {
    stroke-dashoffset: -100;
    -webkit-animation: dash-check .9s .35s ease-in-out forwards;
    animation: dash-check .9s .35s ease-in-out forwards;
  }
}



@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}

@keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}




.txt-post-submit {
    
    width: 100%; 
    position: fixed; 
    background-color: transparent; 
    display: flex; 
    justify-content: center; 
    top: 15%; 
    border-radius:20px; 
    align-items: center; 
    flex-direction: column;
    
}


/* MATRIX */

.row1-e {
    
    width:30%; 
    border:1px solid #cdcdcd;
    padding:.5rem 1rem;
    display:flex;
    align-items: center;
    justify-content: space-between;
    cursor:pointer;
    transition: all .25s ease-in-out;
}



.row1-e-active {
    
    width:30%; 
    border:1px solid #cdcdcd;
    padding:.5rem 1rem;
    display:flex;
    align-items: center;
    justify-content: space-between;
    cursor:pointer;
}


.row1-e:hover {border:1px solid #fff; color:#fff !important; opacity:1 !important;}




.row1-e:hover .arrow-x, .row1-e.hover .arrow-x { border-color:#fff; }

.row2-e {
    
    width:30%;
    xxxbackground:#fff;
    padding:0;
    color:#fff;
    transition: all .75s ease-in-out;
}

.row3-e {
    
    width:30%;
    xxxbackground:#fff;
    padding:0;
    color:#5d5d5d;
    transition: all 3.25s ease-in-out;
}



.pointer-R-X {
    
     animation-name: RotateIcon;
  animation-duration: .5s;
  transform:rotate(60deg);
    
}

@keyframes RotateIcon {
  from {transform:rotate(-270deg);}
  to {transform:rotate(60deg);}
}




.scroll-top-desktop-service {
    
    padding-top:30px;
    
}
























.welcome-txt {
    width:640px; border-bottom:1px solid #588fcb; padding:1.5rem 0; display:flex; align-items: center; justify-content: center;
}

@media (max-width: 650px) and (min-width: 100px) {
.welcome-txt {
 
 width:90%;
 text-align: center;
    justify-content: center;
    flex-direction: column;
   
}}




.welcome-box {
    
    width:640px; border-bottom:1px solid #588fcb; padding-bottom:1.5rem; display:flex; flex-direction: column;
    align-items: center;
    
    
}


@media (max-width: 650px) and (min-width: 100px) {
.welcome-box{
 
 width:90%;
 text-align:center;
   
}}



.welcome-screen {
    width:auto; height:100%; overflow:hidden; background-image: url('images/welcome-screens.jpg'); display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}

.form-group {
display: flex;
    flex-direction: column;
    margin: 1rem 0;
    
}


.invalid-feedback {
    
   
    color:#588fcb;
    font-weight:600;
    
}

.alert {
    
   color:#588fcb;
    font-weight:600; 
}


.alert-danger {
    
    color:#ffffff !important; }
    
    
.Error-note {   Background:black !important; color:white !important; }
    


mark {
    
   padding: 0.5rem 1.25rem;
    margin: .5rem;
    display: block;
    color: #14559b;
    border: 1px solid #14559b;
    border-radius:5px;
    font-size:12px;
    background:transparent;
    font-weight:400;
    cursor:pointer;
    width:fit-content;
}

mark:hover { background:#f7f7f7;}

.comply-task-btn {
    
    padding:.5rem 1rem;
    margin:.5rem;
    background:#588fcb;
    color:white !important;
    font-size:14px;
    cursor:pointer;
    font-weight:400;
    border-radius:10px;
}


.comply-task-btn:hover {background:#375d87;}


table {width:100%; font-size:13px;}

th, td, tr {
  padding:6px;
  text-align:left;
  border-bottom:0px solid #5d5d5d;
  
  width:80px;
}

.table-head {
    
    position:sticky;
    top:0;
    border-bottom:1px solid #f7f7f7;
    background:white;
    height:3rem;
    
    
}




.td-ACTV {
    
    font-size: 45px !important;
    position: relative !important;
    top: 8px !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 0 !important;
    color: yellowgreen !important;
    z-index: -1 !important;
}














