/* Core Theme -- Finavi */

html {
    
scroll-behavior: smooth;
    
    
  
}

body {
    
    padding: 0;
    margin: 0;
    border: 0;
    
    color:#5D5D5D;
    background-color: #fff;
    transition: all .5s ease-in-out;
    position:relative;
    font-family: 'Roboto', sans-serif;
    animation-name: loadPage;
  animation-duration: .5s;

   
}





@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;
    
}

@media (max-width: 650px) and (min-width: 100px) {
h1 {
 
font-size: 2.11rem;
font-weight: 300;
 line-height: 1.29548 !important;   
}}

.h1--38--txt { font-size:38px; color:#fff; font-weight:100; }

@media (max-width: 650px) and (min-width: 100px) {
.h1--38--txt {
 
font-size: 1.65rem;
font-weight: 400;
   
}}


h2 {
    
    font-family: 'Ubuntu', sans-serif;
    margin:0;

    	font-size: 30px;
    line-height: 1.22222;		color: #588fcb;
    font-weight: 100;
    letter-spacing: -0.02222222em;
    
}

@media (max-width: 650px) and (min-width: 100px) {
h2 {
 
font-size: 1.35rem;
font-weight: 400;color: #588fcb;
   
}}

.h2-small {
    
    	font-size: 28px !important;
    
}

@media (max-width: 650px) and (min-width: 100px) {
.h2-small {
 
font-size: 1.35rem !important;
font-weight: 400;color: #588fcb;
   
}}


h3 {
    
    font-family: 'Roboto', sans-serif;
    margin:0;

    	font-size: 24px;
    line-height: 1.22222;
    font-weight: 300;
    letter-spacing: 0;
    
}


@media (max-width: 650px) and (min-width: 100px) {
h3 {
 
font-size: 17px;
font-weight: 400;
   
}}


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;
}



.header-wrap { 
    
    width:100%; background:#ffffff; height:auto; position:fixed; top:0; box-shadow: 0 3px 6px rgb(93 93 93 / 57%);
    
}


.header-box {margin:5px 3.25%; display:flex; align-items: center;
    justify-content: space-between;} 
    
.header-L { display:flex; align-items:center; }    

.logo-header { width:130px; margin:0 1.5rem 0 0; position:relative; }

@media (max-width: 650px) and (min-width: 100px) {
.logo-header {
 
width:110px;
   
}}


.navBar-header {  display: flex; margin-top:.75rem; justify-content: space-between; position:relative; }


@media (max-width: 650px) and (min-width: 100px) {
.navBar-header {
 
display:none;
   
}}


.header-R { display:flex; margin-top:.75rem; align-items: center; }

.Desktop--R--Header {}

@media (max-width: 650px) and (min-width: 100px) {
.Desktop--R--Header {
 
display:none;
   
}}


.Mobile--R--Header { display:none;}

@media (max-width: 650px) and (min-width: 100px) {
.Mobile--R--Header {
 
display:block;
   
}}


.hamburger--strip { display:none;}

@media (max-width: 650px) and (min-width: 100px) {
.hamburger--strip {
 
display:none;

position:fixed;
top:65px;
right:0;
background:#fff;
box-shadow: 0 3px 6px rgb(93 93 93 / 57%);
width:50%;
padding:1rem 0;
   
}}


.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%;}
}




.Main-wrapper { max-width:1400px; position:relative; overflow:inherit; left:50%; transform:translate(-50%, 0);}

@media (max-width: 650px) and (min-width: 100px) {
.Main-wrapper {
 
max-width:none;
  width:100%;
  overflow:hidden;
}}



.banner-wrap { width:93.5%; position:relative; top:0; height:580px; background:#fff; padding: 0 3.25%;} 

@media (max-width: 650px) and (min-width: 100px) {
.banner-wrap {
 
height:670px;
   
}}

.banner-wrap--insidePG {width:93.5%; position:relative; top:0; height:420px; background:#fff; padding: 0 3.25%; }

@media (max-width: 650px) and (min-width: 100px) {
.banner-wrap--insidePG {
 
height:400px;
   
}}


.banner-wrap--small { width:93.5%; position:relative; top:0; height:280px; padding: 0 3.25%;}

@media (max-width: 650px) and (min-width: 100px) {
.banner-wrap--small {
 
background-image:none !important;
height: 235px;
 width: 100%;
    padding: 0;  
}}


.banner-headline--small { position:relative; top:80px; left:0; width:48%; padding:1.5rem 0 0 0;}

@media (max-width: 650px) and (min-width: 100px) {
.banner-headline--small {
 
width: 100%;
    top: 60px;
   text-align:center;
}}


.banner-copy--small { position:absolute; left:0; bottom:0; width:50%; padding:0 3.25% 2.5rem 3.25%;}

@media (max-width: 650px) and (min-width: 100px) {
.banner-copy--small {
 
width: 100%;
    top: 80px;
   padding:0; 
}}


.banner-img {position:absolute; width:100%; top:0; right:0; height:580px; overflow:hidden;}

@media (max-width: 650px) and (min-width: 100px) {
.banner-img {
 
height:320px;
 top:355px;  
}}


.banner-bg-approach { background-position: right !important;}

@media (max-width: 650px) and (min-width: 100px) {
.banner-bg-approach {
 
background-position: center !important;
}}



.banner-img-inline { right: 0; position: absolute; height:100%; }

@media (max-width: 650px) and (min-width: 100px) {
.banner-img-inline {
 
right: -19px;
   
}}



.banner-headline { position:relative; top:80px; left:0; width:100%; padding:1.5rem 0 0 0; } 

@media (max-width: 650px) and (min-width: 100px) {
.banner-headline {
 display:none;

   
}}



.banner-headline--Mobile { display:none;}

@media (max-width: 650px) and (min-width: 100px) {
.banner-headline--Mobile {
 position:relative; top:60px; left:0; width:100%; padding:1.5rem 0 0 0;
display:block;
   
}}



.banner-copy { position:absolute; left:0; bottom:0; width:50%; padding:0 3.25% 2.5rem 3.25%; }

@media (max-width: 650px) and (min-width: 100px) {
.banner-copy {
top: 80px;
    width: 90%;
    position: relative;
    padding: 0;
   
}}



.banner-copy-approach { position:absolute; left:0; bottom:0; width:50%; padding:0 3.25% 2.5rem 3.25%; }

@media (max-width: 650px) and (min-width: 100px) {
.banner-copy-approach  {
top:170px; 
width:90%;
   
}}







.banner-copy--insidePG { position:absolute; left:0; bottom:0; width:50%; padding:0 3.25% 2.5rem 3.25%; }

@media (max-width: 650px) and (min-width: 100px) {
.banner-copy--insidePG {
top: 60px;
    width: 90%;
    position: relative;
    padding: 0;
   
}}



.Contact-master-wrap { display:flex;}

@media (max-width: 650px) and (min-width: 100px) {
.Contact-master-wrap {

flex-direction:column;
   
}}


.para-full-img-R--contact { float:right; width:50%; max-height:900px; padding:0 0 0 1.5rem; margin: 0 0 0 2%; position:relative;}

@media (max-width: 650px) and (min-width: 100px) {
.para-full-img-R--contact {

width: 100%;
    padding: 3.5rem 0 0 0;
    margin: 0;
   
}}

.contact-moreways-spl { margin-top:2.25rem;}

@media (max-width: 650px) and (min-width: 100px) {
.contact-moreways-spl {

margin-top: 1rem;
   
}}


.sol-overview-VisionBox { margin:0 0 3rem 0; padding:5rem 2.5rem; background:linear-gradient(45deg, #69a3e1, #233141);   overflow:auto;}

@media (max-width: 650px) and (min-width: 100px) {
.sol-overview-VisionBox {

padding:1.5rem 0.5rem;
   
}}




.banner-copy--inline { color:#5d5d5d; position:relative; padding:.5rem 0 0 0; width:60%; left:0;}

@media (max-width: 650px) and (min-width: 100px) {
.banner-copy--inline {
 
width:100%;

display:none;
   
}}


.banner-solution { background-image:linear-gradient(90deg, #fff,  transparent), url('images/Sol-Globe.jpg'); background-size: cover;
    background-position: right, top;}

@media (max-width: 650px) and (min-width: 100px) {
.banner-solution {
background-image:url('images/Sol-Globe-mobile.jpg'); background-size: cover;
    background-position: right, top;
   
}}




.p--banner--small {color:#ffffff; position:relative; padding:3.5rem 0 0 0; width:70%; left:0;}

@media (max-width: 650px) and (min-width: 100px) {
.p--banner--small { color: #ffffff;
    padding: 3.5rem 0 0 0;
    width: 85%;
    left: 0;
    position: relative;
    margin: 0 auto;
    text-align: center;

}}











.section-wrap--home { display:flex; width:93.5%; position:relative; height:auto; padding: 80px 3.25% 80px 3.25%;}

@media (max-width: 650px) and (min-width: 100px) {
.section-wrap--home {
 
flex-direction: column;
padding: 40px 3.25% 40px 3.25%;
   
}}


.section-wrap--CONTACT { display:flex; width:69%; position:relative; height:auto; padding: 80px 3.25% 80px 3.25%; float:right;}

@media (max-width: 650px) and (min-width: 100px) {
.section-wrap--CONTACT {
 
flex-direction: column;
padding: 40px 3.25% 40px 3.25%;

width: 93.5%;
   
}}





.section-wrap--home--industryCTA { background-image:linear-gradient(90deg, #f9f9f9, transparent), url('images/about-bg.jpg'); background-size:cover;}

@media (max-width: 650px) and (min-width: 100px) {
.section-wrap--home--industryCTA {
 
background-size: contain;
    background-repeat: no-repeat;
   background-image: url('images/about-bg.jpg');
}}


.section-wrap--footer { display:flex; flex-direction: column; width:93.5%; position:relative; background:#262626; height:auto; padding: 40px 3.25% 1rem 3.25%; }


.CTA-Text { width:45%; display: flex; align-items: center;}

@media (max-width: 650px) and (min-width: 100px) {
.CTA-Text {
 
width:100%;
   
}}


.CTA-Btn { height:140px; display: flex; align-items: center; }

@media (max-width: 650px) and (min-width: 100px) {
.CTA-Btn {
 
height:80px;
   
}}


.section-box { width:100%; }

@media (max-width: 650px) and (min-width: 100px) {
.section-box {
 
display: flex;
    flex-direction: column-reverse;
   
}}

.section-box--footer { width:100%; display: flex;
    justify-content: space-between;}

@media (max-width: 650px) and (min-width: 100px) {
.section-box--footer {
 
display: flex;
    flex-direction: column;
   
}}


.IndustryCTA-box { }

@media (max-width: 650px) and (min-width: 100px) {
.IndustryCTA-box {
 
width: 100%;
    height: 450px;
   
}}

.screen-wrap-R { float:right; width:63%;  padding: 0 0 0 2%;}

@media (max-width: 650px) and (min-width: 100px) {
.screen-wrap-R {
 
width: 100%;
    padding: 0;
    float: none;
   
}}



.headline-sol { width:85%; padding-bottom:2rem; }

@media (max-width: 650px) and (min-width: 100px) {
.headline-sol {
 
width:100% !important; padding-bottom:1rem;
   
}}


.Para-txt-float-wrap { display:flex; position:relative; overflow:auto; width:100%;}

@media (max-width: 650px) and (min-width: 100px) {
.Para-txt-float-wrap {
 

   
}}


.para-full-img-R {}

@media (max-width: 650px) and (min-width: 100px) {
.para-full-img-R {
 
display:none;
   
}}



.main-wrapper--team { display:flex; padding: 0 10.25%;}

@media (max-width: 650px) and (min-width: 100px) {
.main-wrapper--team {
 
padding: 0 5.5%;

display: flex;
    flex-direction: column;
   
}}



.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;
    
    
} 

@media (max-width: 650px) and (min-width: 100px) {
.Three-img-col-row {
 
flex-direction: column;
   
}}


.Three-img-col-row--home {
    
    display: flex;
    margin-bottom: 2rem;
    
    
} 

@media (max-width: 650px) and (min-width: 100px) {
.Three-img-col-row--home {
 
flex-direction: row;
justify-content: space-between;
   
}}


.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;
}


@media (max-width: 650px) and (min-width: 100px) {
.Three-img-col-box {
 
width: auto;
    margin: 0;
    padding: 0 0 0 1rem;
}}



.Three-img-col-box-Prod {
    
   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;
}


@media (max-width: 650px) and (min-width: 100px) {
.Three-img-col-box-Prod {
 
width: auto;
    margin: 0 0 1rem 0;
    padding: 0 0 1rem 1rem;
}}


.Three-img-col-bg {}

@media (max-width: 650px) and (min-width: 100px) {
.Three-img-col-bg {
 
margin-bottom: 0 !important;
}}




.Three-img-col-box--Home { height:150px; position:relative; padding-bottom: 0.5rem;}

@media (max-width: 650px) and (min-width: 100px) {
.Three-img-col-box--Home {
 
padding:.25rem;
   height:170px;
   width: 30%;
    margin: 2% 0 0 0;
}}


.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;
}

@media (max-width: 650px) and (min-width: 100px) {
.Three-img-col-txt {
 
width:90%;

margin:1.5rem 0 0 0 ;

}}

.Three-img-col-txt--Home {
    
    position:absolute; top:1rem; left:1rem; width:auto;
}


@media (max-width: 650px) and (min-width: 100px) {
.Three-img-col-txt--Home {
 
position:relative; top:inherit; left:inherit; width:auto;
   
}}



.appr-Adv-box { height:210px; position:relative; padding-bottom: 0.5rem;}

@media (max-width: 650px) and (min-width: 100px) {
.appr-Adv-box {
 
height:170px; position:relative; padding-bottom: 0.5rem; margin:0 0 1rem 0;
   
}}


.sol-list-CTA { }

@media (max-width: 650px) and (min-width: 100px) {
.sol-list-CTA {
 
flex-direction: column !important; 

padding: 0 !important;
   
}}



.highlight-full-sol-start { width:70%; position:relative; margin: 0 0 2rem 0;}

@media (max-width: 650px) and (min-width: 100px) {
.highlight-full-sol-start {
 
width:100%;
   
}}


.headline-wrap-L { 
    
    width: 30%;
    padding: 0 3% 1.5rem 0;
    border-bottom: 0 solid #5d5d5d;
    float: left;
    
}

@media (max-width: 650px) and (min-width: 100px) {
.headline-wrap-L {
 
width: 100%;
   
}}

.headline-wrap-L--footer { margin-right: 2rem;
    max-width: 14%;
    width: 20%;}
    
@media (max-width: 650px) and (min-width: 100px) {
.headline-wrap-L--footer {
 
width: 50%;
    max-width: inherit;
    margin: 0 0 1.5rem 0;
   
}}
    

.h1--home--adv { padding-bottom:3rem; color:#588fcb;  }

@media (max-width: 650px) and (min-width: 100px) {
.h1--home--adv  {
 
padding-bottom:1rem;
   
}}



.matrix-row1 { width:100%; display:flex; flex-direction: row; margin:2rem 0;}

@media (max-width: 650px) and (min-width: 100px) {
.matrix-row1  {
 flex-direction: row;
margin:.5rem 0;
   
}}




.matrix-row1--home { width:100%; display:flex; flex-direction: row; margin:2rem 0;}

@media (max-width: 650px) and (min-width: 100px) {
.matrix-row1--home {
 flex-direction: column;

   
}}










.matrix-row1--sol {position:relative; width:auto; display:flex; justify-content: space-between; padding: 1.5rem 25% 1.5rem 1rem;
    background: #588fcb;}

@media (max-width: 650px) and (min-width: 100px) {
.matrix-row1--sol  {
 background: transparent;
 padding:0;
   
}}


.banner-box { background:#fff; box-shadow: 0 0 20px #5d5d5d36; width:30%; padding:1rem; margin-right:.5rem;}

@media (max-width: 650px) and (min-width: 100px) {
.banner-box  {
 
 margin: 2rem 0 0 0;
    width: auto;

   
}}

.banner-btn-wrap { display:flex;}

@media (max-width: 650px) and (min-width: 100px) {
.banner-btn-wrap  {
 
 flex-direction:column;
position:relative;
top:40px;
   
}}

.banner-About { background:#000000; background-image:linear-gradient(90deg, #aab4bf, transparent), url('images/about-bg.jpg'); background-size: cover;
    background-position: right;}

@media (max-width: 650px) and (min-width: 100px) {
.banner-About {
 
 background:#fff; background-image: linear-gradient(196deg, #aab4bf, transparent), url('images/about-bg-mobile.jpg'); background-size: cover;
    background-position: right;

   
}}




.sol-CTA { width:calc(100% - 2rem); padding:1.5rem 1rem; display:flex; justify-content: space-between;
    align-items: center;
    background:#588fcb;
    margin: 1rem 0 0 0;}

@media (max-width: 650px) and (min-width: 100px) {
.sol-CTA  {
 
flex-direction: column;
    align-items: flex-start;
    height: 130px;

   
}}



.left-panel-inside {}

@media (max-width: 650px) and (min-width: 100px) {
.left-panel-inside  {
 
display:none;

   
}}


.left-panel-inside-box { margin: 80px 0 0 0;}

@media (max-width: 650px) and (min-width: 100px) {
.left-panel-inside-box  {
 
margin: 40px 0 0 0;

   
}}


.left-panel-inside--team {}

@media (max-width: 650px) and (min-width: 100px) {
.left-panel-inside--team  {
 
height: auto !important;
    width: 60% !important;

   
}}

.right-main-wrapper { width:80%; position:relative; float:right; padding:80px 0 0 3rem;} 

@media (max-width: 650px) and (min-width: 100px) {
.right-main-wrapper  {
 

width: 100%;
    padding: 40px 0;
    float: none;
   
}}


.sol-overview-approach { margin:0 0 3rem 0; padding:0 0 3rem 0; border-bottom:1px solid #5d5d5d; overflow:auto;}

@media (max-width: 650px) and (min-width: 100px) {
.sol-overview-approach  {
 
overflow:hidden;
   
}}


.sol-list-wrapper { background:linear-gradient(0deg, #f9f9f9, transparent); padding:0 0 1.5rem 0; margin:0 0 1rem 0;}

@media (max-width: 650px) and (min-width: 100px) {
.sol-list-wrapper  {
 

background:#fff !important;
   
   
}}

.sol-summary-txt {}

@media (max-width: 650px) and (min-width: 100px) {
.sol-summary-txt  {
 

width: 100% !important;
   
   
}}


.sol-list-summary { display:flex; justify-content: space-between; border-bottom:0px solid; padding: 1rem 0 0 0; margin: 0 1rem;}

@media (max-width: 650px) and (min-width: 100px) {
.sol-list-summary  {
 

flex-direction: column;

   
   
}}
 
 
#CANVAS {} 

@media (max-width: 650px) and (min-width: 100px) {
#CANVAS  {
 

height: 20px !important;

   
   
}}

.sol-list-header {}


.sol-list-header-PROD {}

@media (max-width: 650px) and (min-width: 100px) {
.sol-list-header-PROD {
 
 flex-direction: column;
    display: flex;
    height: 130px;



   
   
}}



.sol-summary-img {}

@media (max-width: 650px) and (min-width: 100px) {
.sol-summary-img  {
 

height: 200px !important;
    width: 100% !important;
    margin: 20px 0;
   
   
}}


.sol-overview--Form { margin:0 0 5rem 0; padding:0 0 0 0; overflow:auto;}

@media (max-width: 650px) and (min-width: 100px) {
.sol-overview--Form  {
 
 margin:0 0 2rem 0;
 
}}


.full-spread-pointer-row { width:100%; display:flex; align-items: stretch;}

@media (max-width: 650px) and (min-width: 100px) {
.full-spread-pointer-row  {

display: flex;
    flex-direction: column;
    align-items: center;
   
}}



.full-spread-pointer { width:16%;  border:1px solid #fff; border-radius:5px;}

@media (max-width: 650px) and (min-width: 100px) {
.full-spread-pointer  {
width: 90%;
   
}}



.full-spread-pointer-connector { width:5%; margin-bottom: 10%; border-bottom: 1px solid #fff;}

@media (max-width: 650px) and (min-width: 100px) {
.full-spread-pointer-connector  {
transform: rotate(90deg);
    position: relative;
    bottom: -20px;
    width: 10%;
   
}}

.appr-pointer-txt {padding: 1rem;}

@media (max-width: 650px) and (min-width: 100px) {
.appr-pointer-txt  {

   padding: 0 1rem 1rem 1rem;
}}




.para-full-sol-3x { width:100%; position:relative; display:flex; justify-content: space-between;}

@media (max-width: 650px) and (min-width: 100px) {
.para-full-sol-3x  {

   flex-direction:column;
   height: 600px;
}}

.value--pointer { width:248px; }

@media (max-width: 650px) and (min-width: 100px) {
.value--pointer {

   width:100%;
}}







.footer-partner { }











.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;
    
}

.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;
    
}

@media (max-width: 650px) and (min-width: 100px) {
.box-btn-outline {

   padding:0; 
    border:0 solid #588fcb; 
    font-weight:500;
}}

.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;}

.matrix-row2 { margin-top:1rem; padding-bottom:1rem;  width:100%; display:flex; justify-content: space-between;} 





.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;
    
}


@media (max-width: 650px) and (min-width: 100px) {
.box-btn-outline-white {

   padding:0; 
    border:0 solid #588fcb; 
    font-weight:500;
}}

.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;
}


@media (max-width: 650px) and (min-width: 100px) {
.Two-col-box {
 
margin: 0 1rem 1rem 0;
    padding: 1.5rem;
   
}}



.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; */
}



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:1.5rem 0 0 0 ; 
    padding:1rem 1.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;
}

@media (max-width: 650px) and (min-width: 100px) {
.row1-e {
 
width: 33.333333%;
    padding: 1rem;
    flex-direction: column;
    align-items: flex-end;
    height: 80px;
   
}}



.row1-e--home {
    
    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;
}

@media (max-width: 650px) and (min-width: 100px) {
.row1-e--home {
 
width: 90%;
    padding: 1rem;
    flex-direction: row;
    align-items: center;
    height: 80px;
   
}}







.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;
}


.row2-e-Box {
    
   display:flex; align-items:center; justify-content: space-between;
}


@media (max-width: 650px) and (min-width: 100px) {
.row2-e-Box {
 
display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
   
}}


.row3-e {
    
    width:30%;
    xxxbackground:#fff;
    padding:0;
    color:#5d5d5d;
    transition: all 3.25s ease-in-out;
}


@media (max-width: 650px) and (min-width: 100px) {
.row3-e {
 
display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
   
}}


.pointer-R-X {
    
     animation-name: RotateIcon;
  animation-duration: .5s;
  transform:rotate(60deg);
    
}

@media (max-width: 650px) and (min-width: 100px) {
.pointer-R-X {
 
 display:none !important;
   
}}

@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;
    
}



.seperator-vx { width:1px; margin:0 .5rem; border-left:1px solid #fff; height:140px;}

@media (max-width: 650px) and (min-width: 100px) {
.seperator-vx {
 
width:100%;
height:1px;
margin:1rem 0;
border-left:0px solid #fff;
border-bottom:1px solid #fff;
   
}}


.hide--on--mobile { display:block;}

@media (max-width: 650px) and (min-width: 100px) {
.hide--on--mobile {
    
display:none;
   
}}

.blog--mark {margin:1rem 0; padding:1rem; background:#f2f2f2;}

.para-full-sol {text-align:justify;}



.lds-spinner {
  /* change color here */
  color: #1c4c5b
}
.lds-spinner,
.lds-spinner div,
.lds-spinner div:after {
  box-sizing: border-box;
}
.lds-spinner {
  color: currentColor;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3.2px;
  left: 36.8px;
  width: 6.4px;
  height: 17.6px;
  border-radius: 20%;
  background: currentColor;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
