@charset "utf-8";
/* CSS Document */

:root {
  --bs-primary: #214782; 
  --bs-primary-rgb: 33, 71, 130;
  --bs-secondary: #0096d6; 
 --bs-secondary-rgb: 0, 150, 214;
 }


body {
  font-family: "open_sanslight", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7{
    font-family: 'OpenSansCondensedBold', Arial, sans-serif;
}

@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 70px; /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #214782;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    
    
  }
    
   #reverse .offcanvas-collapse {
    top: 100px; /* Height of navbar */
    
  }
 
    
    .offcanvas-collapse.open  {
    visibility: visible;
    transform: translateX(-100%);
      border-top: 1px solid #e1e1e1;      
       z-index:1000;
  }
    
  }

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, .75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
  color: #6c757d;
}

.nav-underline .nav-link:hover {
  color: #007bff;
}

.nav-underline .active {
  font-weight: 500;
  color: #343a40;
}

.title-light {
    font-family: 'OpenSansCondensedBold', Arial, sans-serif;
}
.title-light-thin {
    font-family: 'OpenSansCondensedLight', Arial, sans-serif;
}

.card .fw-bolder  {
    font-weight: normal !important;
}

.title-plain {
    font-family: 'open_sanslight', Arial, sans-serif;
}
.table-title {
    font-family: 'OpenSansCondensedBold', Arial, sans-serif;
    font-size: 1.1rem;
    margin-bottom:0;
    line-height: 1.2rem;
    font-weight: normal !important;

}

.lead strong {
  font-weight: 700;
}

.text-justify {
  text-align: justify;
}

/* color LINKS */

a {
    color: #214782;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a:hover {
    color: #0096d6;
}

a,
a:hover,
a:active,
a:focus,
button:focus {
    outline: 0;
    outline: none;
    text-decoration: none;
}

a:hover.underline,
a:active.underline,
a:focus.underline,
button:focus.underline {
    outline: 0;
    outline: none;
    text-decoration: underline;
}

/* closed color LINKS */


/*  BOTTONS */
.btn {
    margin-right: 4px;
    margin-bottom: 4px;
    font-family: 'OpenSansCondensedBold', Arial, sans-serif;
    font-weight:  normal !important;
    font-size: 1.1rem;
    -webkit-border-radius: 1.2rem;
    -moz-border-radius: 1.2rem;
    -ms-border-radius: 1.2rem;
    border-radius: 1.2rem;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border: 2px solid #0096d6;
	background-color: #0096d6;
    line-height: 1.7em;
}

.btn:hover,
.btn:focus,
.btn:active {
	border: 2px solid #214782;
	background-color: #214782;
}


.btn-send {
    background-color: #0096d6;
    border-radius: 0;
    color: #FFFFFF;
    padding: 8px 14px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-weight: 600;
    border: 2px solid #0096d6;
    -webkit-border-radius: 1.2rem;
    -moz-border-radius: 1.2rem;
    -ms-border-radius: 1.2rem;
    border-radius: 1.2rem;
}

.btn-send.small {
    font-size:0.9rem; 
}

.btn-send:hover {
    background-color: #214782;
    color: #fff;
    border: 2px solid #fff;
}

.btn-readmore {
    background-color: #214782;
    border-radius: 0;
    color: #FFFFFF;
    padding: 8px 14px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border: 1px solid #214782;
    -webkit-border-radius: 1.2rem;
    -moz-border-radius: 1.2rem;
    -ms-border-radius: 1.2rem;
    border-radius: 1.2rem;
}

.btn-readmore:hover {
    background-color: #0096d6;
    color: #fff;
    border: 1px solid #FFFF;

}


.btn.btn-md {
    padding-top: 10px;
    padding-right: 50px;
    padding-bottom: 10px;
    padding-left: 50px;
}

.btn.btn-lg {
    padding: 0.6rem 1.6rem !important;
}

.btn:hover,
.btn:active,
.btn:focus {
    box-shadow: none !important;
    outline: none !important;
}

.btn-primary {
    color: #fff;
    border: 2px solid #214782;
    background-color: #214782;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	border: 2px solid #fff;
	background-color: #0096d6;
}

.btn-primary.btn-outline {
    background: transparent;
    color: #214782;
    border: 2px solid #214782;
}

.btn-primary.btn-outline:hover,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline:active {
    background: #214782;
    color: #fff;
}

.btn-primary.btn-more {
    background: transparent;
    color: #0096D6;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    padding-top: 6px;
    padding-bottom: 6px;
}

.btn-primary.btn-more-small {
    background: transparent;
    color: #0096D6;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    text-transform: none;
    letter-spacing: normal;
    padding-top: 0px;
    padding-bottom: 8px;
    padding-left: 0px;
}

.btn-primary.btn-more:hover,
.btn-primary.btn-more:focus,
.btn-primary.btn-more:active,
.btn-primary.btn-more-small:hover,
.btn-primary.btn-more-small:focus,
.btn-primary.btn-more-small:active {
    background: transparent;
    color: #214782;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

.btn-success {
    background: #5cb85c;
    color: #fff;
    border: 2px solid #5cb85c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
    background: #4cae4c !important;
    border-color: #4cae4c !important;
}

.btn-success.btn-outline {
    background: transparent;
    color: #5cb85c;
    border: 2px solid #5cb85c;
}

.btn-success.btn-outline:hover,
.btn-success.btn-outline:focus,
.btn-success.btn-outline:active {
    background: #5cb85c;
    color: #fff;
}

.btn-info {
    background: #0096d6;
    color: #fff;
    border: 2px solid #0096d6;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
    background: #214782 !important;
    border-color: #214782 !important;
}

.btn-info.btn-outline {
    background: transparent;
    color: #5bc0de;
    border: 2px solid #5bc0de;
}

.btn-info.btn-outline:hover,
.btn-info.btn-outline:focus,
.btn-info.btn-outline:active {
    background: #5bc0de;
    color: #fff;
}

.btn-warning {
    background: #f0ad4e;
    color: #fff;
    border: 2px solid #f0ad4e;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
    background: #eea236 !important;
    border-color: #eea236 !important;
}

.btn-warning.btn-outline {
    background: transparent;
    color: #f0ad4e;
    border: 2px solid #f0ad4e;
}

.btn-warning.btn-outline:hover,
.btn-warning.btn-outline:focus,
.btn-warning.btn-outline:active {
    background: #f0ad4e;
    color: #fff;
}

.btn-danger {
    background: #d9534f;
    color: #fff;
    border: 2px solid #d9534f;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
    background: #d43f3a !important;
    border-color: #d43f3a !important;
}

.btn-danger.btn-outline {
    background: transparent;
    color: #d9534f;
    border: 2px solid #d9534f;
}

.btn-danger.btn-outline:hover,
.btn-danger.btn-outline:focus,
.btn-danger.btn-outline:active {
    background: #d9534f;
    color: #fff;
}

.btn-outline {
    background: none;
    border: 2px solid gray;
    font-size: 16px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
    box-shadow: none;
}

.btn.with-arrow {
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn.with-arrow i {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -8px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.btn.with-arrow:hover {
    padding-right: 50px;
}

.btn.with-arrow:hover i {
    color: #fff;
    right: 18px;
    visibility: visible;
    opacity: 1;
}

#evidence-area {
  position:relative;

    
}

.mt-evidence {
    margin-top:-30px;
    
}

#evidence-area .btn {
    font-family: 'OpenSansCondensedLigh', Arial, sans-serif;
   
}
#evidence-area .btn-circle.btn-xl {
    width: 110px;
    height: 110px;
    padding: 10px 16px;
    border-radius: 55px;
    font-size: 24px;
    line-height: 1.33;   
}

#evidence-area .btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}

#evidence-area .btn-home, a .btn-home {
	background-color: #214782;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border: 6px solid #FFF;    
}

#evidence-area .btn-home:hover, a:hover .btn-home {
    background-color: #0096d6;
    color: #fff;
    border: 6px solid #FFF;    
}

#evidence-area a p.button_home    {
	color: #214782;
	font-weight: 600;
    font-size: 1.3rem;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;	
   font-family: 'OpenSansCondensedLight', Arial, sans-serif !important;
}
#evidence-area a:hover p.button_home {
	color: #0096d6;	
     font-family: 'OpenSansCondensedLight', Arial, sans-serif;
}
.effect-underline:after {
	content: '';	
	display: inline-block;
	height: 1em;
	width: 80%;
	border-bottom: 4px solid #0096d6;
	margin-top: 0;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	color: #0096d6;	
}

.effect-underline:hover:after {
  opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
/* xs */
@media (max-width: 767px) {
#evidence-area .btn-circle.btn-xl {
    width: 80px;
    height: 80px;
    padding: 10px 16px;
    border-radius: 40px;
}
#evidence-area a p.button_home    {
	font-size: 1rem;	
}
.effect-underline:after {
 width: 98%;
}
    }

/* closed color BOTTONS */


/* CAROUSEL */


#ES-carousel {
 margin-top: 135px;
 display: block;
}


/* Carousel base class */
.carousel {
  margin-bottom: 1rem;
 }

#ES-carousel p {
line-height: 1.5rem;
}

.carousel {
  background:#fff;
}

/*
Forces image to be 100% width and not max width of 100%
*/
.carousel-item .img-fluid {
  width:100%;
}

@media (max-width: 40em) {
 #ES-carousel .carousel-caption h1 .display-4{  
  font-size: 1.6rem;
    }
#ES-carousel .carousel-caption h1 .display-6 {  
  font-size: 1.4rem;
    }
#ES-carousel .carousel-caption {
  right: 2%;
  left: 2%;

}

  }
   


/* MARKETING CONTENT
-------------------------------------------------- */



/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  /* rtl:remove */
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }
    }
    
 .carousel-caption h1 .display-4, .carousel-caption h1 .display-6 {  
     line-height: 1.4;   
  }
   


  .featurette-heading {
    font-size: 50px;
  }


@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

/* closed CAROUSEL */


/* CHEATSHEET */
body {
  scroll-behavior: smooth;
}

/**
 * Bootstrap "Journal code" icon
 * @link https://icons.getbootstrap.com/icons/journal-code/
 */
.bd-heading a::before {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: .25rem;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%25230d6efd' viewBox='0 0 16 16'%3E%3Cpath d='M4 1h8a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2h1a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1H2a2 2 0 0 1 2-2z'/%3E%3Cpath d='M2 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H2zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H2zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H2z'/%3E%3Cpath fill-rule='evenodd' d='M8.646 5.646a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708-.708L10.293 8 8.646 6.354a.5.5 0 0 1 0-.708zm-1.292 0a.5.5 0 0 0-.708 0l-2 2a.5.5 0 0 0 0 .708l2 2a.5.5 0 0 0 .708-.708L5.707 8l1.647-1.646a.5.5 0 0 0 0-.708z'/%3E%3C/svg%3E");
  background-size: 1em;
}

/* stylelint-disable-next-line selector-max-universal */
.bd-heading + div > * + * {
  margin-top: 3rem;
}

/* Table of contents */
.bd-aside a {
  padding: .1875rem .5rem;
  margin-top: .125rem;
  margin-left: .3125rem;
  color: rgba(0, 0, 0, .65);
  text-decoration: none;
}

.bd-aside a:hover,
.bd-aside a:focus {
  color: rgba(0, 0, 0, .85);
  background-color: rgba(121, 82, 179, .1);
}

.bd-aside .active {
  font-weight: 600;
  color: rgba(0, 0, 0, .85);
}

.bd-aside .btn {
  padding: .25rem .5rem;
  font-weight: 600;
  color: rgba(0, 0, 0, .65);
  border: 0;
}

.bd-aside .btn:hover,
.bd-aside .btn:focus {
  color: rgba(0, 0, 0, .85);
  background-color: rgba(121, 82, 179, .1);
}

.bd-aside .btn:focus {
  box-shadow: 0 0 0 1px rgba(121, 82, 179, .7);
}

.bd-aside .btn::before {
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform .35s ease;

  /* rtl:raw:
  transform: rotate(180deg) translateX(-2px);
  */
  transform-origin: .5em 50%;
}

.bd-aside .btn[aria-expanded="true"]::before {
  transform: rotate(90deg)/* rtl:ignore */;
}


/* Examples */
.scrollspy-example {
  position: relative;
  height: 200px;
  margin-top: .5rem;
  overflow: auto;
}

[id="modal"] .bd-example .btn,
[id="buttons"] .bd-example .btn,
[id="tooltips"] .bd-example .btn,
[id="popovers"] .bd-example .btn,
[id="dropdowns"] .bd-example .btn-group,
[id="dropdowns"] .bd-example .dropdown,
[id="dropdowns"] .bd-example .dropup,
[id="dropdowns"] .bd-example .dropend,
[id="dropdowns"] .bd-example .dropstart {
  margin: 0 1rem 1rem 0;
}

/* Layout */


  .bd-header {
    position: fixed;
    top: 0;
    /* rtl:begin:ignore */
    right: 0;
    left: 0;
    /* rtl:end:ignore */
    z-index: 1030;
    grid-column: 1 / span 3;
  }

  .bd-aside,
  .bd-cheatsheet {
    padding-top: 4rem;
  }

  /**
   * 1. Too bad only Firefox supports subgrids ATM
   */
  .bd-cheatsheet,
  .bd-cheatsheet section,
  .bd-cheatsheet article {
    display: inherit; /* 1 */
    gap: inherit; /* 1 */
    grid-template-columns: 1fr 4fr;
    grid-column: 1 / span 2;
    grid-template-rows: auto;
  }

  .bd-aside {
    grid-area: 1 / 3;
    scroll-margin-top: 4rem;
  }

  .bd-cheatsheet section,
  .bd-cheatsheet section > h2 {
    top: 2rem;
    scroll-margin-top: 2rem;
  }

  .bd-cheatsheet section > h2::before {
    position: absolute;
    /* rtl:begin:ignore */
    top: 0;
    right: 0;
    bottom: -2rem;
    left: 0;
    /* rtl:end:ignore */
    z-index: -1;
    content: "";
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1) calc(100% - 3rem), rgba(255, 255, 255, .01));
  }

  .bd-cheatsheet article,
  .bd-cheatsheet .bd-heading {
    top: 8rem;
    scroll-margin-top: 8rem;
  }

  .bd-cheatsheet .bd-heading {
    z-index: 1;
  }

/* closed CHEATSHEET */





/* DROPDOWNS  */




/* closed DROPDOWNS  */

/* FEATURES  */

.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  color: #fff;
  border-radius: .75rem;
}

.icon-link {
  display: inline-flex;
  align-items: center;
}
.icon-link > .bi {
  margin-top: .125rem;
  margin-left: .125rem;
  transition: transform .25s ease-in-out;
  fill: currentColor;
}
.icon-link:hover > .bi {
  transform: translate(.25rem);
}

.icon-square {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem;
  border-radius: .75rem;
}

.icon-circle {
  display: inline-flex;;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  font-size: 2.5rem;
  border-radius: 50%; 
}

.rounded-4 { border-radius: .5rem; }
.rounded-5 { border-radius: 1rem; }

.text-shadow-1 { text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25); }
.text-shadow-2 { text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25); }
.text-shadow-3 { text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25); }

.card-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.border-big {
  border-width: 8px !important;
}

/* closed FEATURES  */


/*  FOOTER  */
.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

footer a, footer p {
  color: rgba(255, 255, 255, 0.8);
}

#es-footer  {
    background-image: url(/bootstrap5/images/stargate-element02.png);
    background-repeat: no-repeat;
    background-position: right top;  
     padding-top: 40px;
    background-color: rgba(33, 71, 130,0.95);
    font-family: 'OpenSansCondensedLight', Arial, sans-serif;
}


footer a:hover {
  color:#FFFFFF;
	text-decoration: underline;
}
footer a:hover.btn {
  text-decoration: none;
}


.footer-social-icons a {
    margin: 0 2px;
    font-size: 0.8rem;
	color: #214782 !important;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  background: #E8E8E8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 7px;
  line-height: 35px !important;
  border: 1px solid #E8E8E8;
  
}

.footer-social-icons a:hover {
  color: #fff !important;
  background: #0096d6;
  border-color: transparent;
}

.footer-social-icons span {
    margin-right: 10px;
}

.footer-social-icons  {
    margin-top: -15px;
}

#main_nav_1 .footer-social-icons  {
    margin-bottom: -30px;
    
}

#main_nav_1 .footer-social-icons a:hover {
  color: #fff !important;
 
}


/* closed FOOTER  */

/* HEADER  */
.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.form-control-dark {
  color: #fff;
  background-color: var(--bs-dark);
  border-color: var(--bs-gray);
}
.form-control-dark:focus {
  color: #fff;
  background-color: var(--bs-dark);
  border-color: #fff;
  box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
}

.form-control:focus {
  color: #333333;
  background-color: #fff;
  border-color: #0096d6;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 150, 214, 0.25);
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.text-small {
  font-size: 85%;
}

.note {
  font-size: 0.84rem;
}

/* closed HEADER  */

/* HEROES  */
.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

@media (min-width: 992px) {
  .rounded-lg-3 { border-radius: .3rem; }
}
/* closed HEROES  */


/* LIST GROUP  */
.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.opacity-50 { opacity: .5; }
.opacity-75 { opacity: .75; }

.list-group {
  width: auto;
  max-width: 460px;
  margin: 4rem auto;
}

.form-check-input:checked + .form-checked-content {
  opacity: .5;
}

.form-check-input-placeholder {
  pointer-events: none;
  border-style: dashed;
}
[contenteditable]:focus {
  outline: 0;
}

.list-group-checkable {
  display: grid;
  gap: .5rem;
  border: 0;
}
.list-group-checkable .list-group-item {
  cursor: pointer;
  border-radius: .5rem;
}
.list-group-item-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.list-group-item-check:hover + .list-group-item {
  background-color: var(--bs-light);
}
.list-group-item-check:checked + .list-group-item {
  color: #fff;
  background-color: var(--bs-blue);
}
.list-group-item-check[disabled] + .list-group-item,
.list-group-item-check:disabled + .list-group-item {
  pointer-events: none;
  filter: none;
  opacity: .5;
}
/* closed LIST GROUP  */

/* MODALS  */
.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.rounded-4 { border-radius: .5rem; }
.rounded-5 { border-radius: .75rem; }
.rounded-6 { border-radius: 1rem; }

.modal-sheet .modal-dialog {
  width: 380px;
  transition: bottom .75s ease-in-out;
}
.modal-sheet .modal-footer {
  padding-bottom: 2rem;
}

.modal-alert .modal-dialog {
  width: 380px;
}

.border-right { border-right: 1px solid #eee; }

.modal-tour .modal-dialog {
  width: 380px;
}
/* closed MODALS  */

/* SIDEBARS  */


.b-example-divider {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.bi {
  vertical-align: -.125em;
  pointer-events: none;
  fill: currentColor;
}


.nav-flush .nav-link {
  border-radius: 0;
}

.btn-toggle {
  display: inline-flex;
  align-items: center;
  padding: .25rem .5rem;
  font-weight: 600;
  color: rgba(0, 0, 0, .65);
  background-color: transparent;
  border: 0;
  font-family: "open_sanslight", Arial, sans-serif;
    font-size: 1rem;
}
.btn-toggle:hover,
.btn-toggle:focus {
  color: rgba(0, 0, 0, .85);
  background-color: rgba(0, 150, 214, .85);
}

.btn-toggle::before {
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform .35s ease;
  transform-origin: .5em 50%;
}

.btn-toggle[aria-expanded="true"] {
  color: rgba(0, 0, 0, .85);
}
.btn-toggle[aria-expanded="true"]::before {
  transform: rotate(90deg);
}

.btn-toggle-nav a {
  display: inline-flex;
  padding: .1875rem .5rem;
  margin-top: .125rem;
  margin-left: 1.25rem;
  text-decoration: none;
}
.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
  background-color: #d2f4ea;
}

.scrollarea {
  overflow-y: auto;
}

.fw-semibold { font-weight: 600; }
.lh-tight { line-height: 1.25; }

/* closed SIDEBARS  */

/*  ICON LISTS - starter template */
.icon-list {
  padding-left: 0;
  list-style: none;
}
.icon-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: .25rem;
}
.icon-list li::before {
  display: block;
  flex-shrink: 0;
  width: 1.5em;
  height: 1.5em;
  margin-right: .5rem;
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23212529' viewBox='0 0 16 16'%3E%3Cpath d='M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0zM4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5H4.5z'/%3E%3C/svg%3E") no-repeat center center / 100% auto;
}
/*  closed ICON LISTS  */

/*  MENU  */

#main_nav_1, #main_nav_2, #main_nav_3, #main_nav {
   font-family: "open_sanslight", Arial, sans-serif;
   font-size: 0.85rem;
}
@media (min-width: 992px) and (max-width: 1005px)
 {
#main_nav_1, #main_nav_2, #main_nav_3, #main_nav {
   font-family: "open_sanslight", Arial, sans-serif;
   font-size: 0.82rem;}
}

.es-navbar ul li a {
    padding: 8px;
    position: relative;
    color: rgb(255, 255, 255);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    margin-top: 4px;
    margin-right: 10px;
    margin-bottom: 4px;
    margin-left: 10px;
    font-family: "OpenSansCondensedLight", Arial, sans-serif;
    font-size: 1.00rem;
}

.es-navbar ul li a:after {
    content: "";
    position: absolute;
    height: 2px;
    bottom: 7px;
    left: 10px;
    right: 10px;
    background-color: #fff;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.es-navbar ul li a:hover,
.es-navbar ul li a:focus {
    background-color: transparent;
    color: #fff;
}

.es-navbar ul li a:hover:after {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}


@media (max-width: 767px) {
 .es-navbar ul li a:hover:after {
  visibility: hidden;  
  }
    
    .es-navbar ul li a:hover,
.es-navbar ul li a:focus {
    font-weight: bold;
}
}

#main_nav a { 
    color: #fff;
}

 
#main_nav .dropdown-menu { 
    background-color: #214782;
}


.es-navbar-white ul li a {
    font-weight: 500;
    padding: 8px;
    position: relative;
    color: rgb(33, 71, 130);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    margin-top: 4px;
    margin-right: 2px;
    margin-bottom: 4px;
    margin-left: 2px;
}

.es-navbar-white ul li a:after {
    content: "";
    position: absolute;
    height: 2px;
    bottom: 7px;
    left: 10px;
    right: 10px;
    background-color: #214782;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.es-navbar-white ul li a:hover,
.es-navbar-white ul li a:focus   {
    background-color: transparent;
    color: #214782;
}

.es-navbar-white ul li a:hover:after {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

@media (max-width: 767px) {
 .es-navbar-white ul li a:hover:after {
  visibility: hidden;
  }
}

#main_nav_1 a, #main_nav_2 a { 
    color: #214782 !important;
}

/*  closed MENU  */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropdown-menu li a.dropdown-item { 
    font-size: 1rem;
}
.dropdown-menu li a.dropdown-item:hover { 
   font-weight: bold;
     color: #214782 !important;
}

#reverse .dropdown-menu li a.dropdown-item:hover { 
   font-weight: bold;
     color: #ffffff !important;
}

.dropdown-menu li a.dropdown-item:hover:after  { 
visibility: hidden; }


.navbar-toggler {
  padding: 0.25rem 0.45rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 0px solid transparent;
  border-radius: 0.45rem;
  transition: box-shadow 0.15s ease-in-out;
  margin-top: 0.25rem;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
#navbar-banner {
  margin-top:80px;
}

/*#reverse.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}*/

#reverse.navbar-dark .navbar-toggler-icon {
  background-image:url("/bootstrap5/images/bars-solid.png")
}

/*  closed MENU  */

/*  full BACKGROUND  */
.bg-image-full {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
 
    /*height: 20rem;
    margin-top: 126px;*/
}


section.bg-image {
    position:relative; 
    padding:100px 0 100px 0px;
    background-position:center;
    background-size:cover;
    margin-top: 156px;
}

section.bg-image .bg-image-content
{position:relative;z-index:1}

section.bg-image .bg-image-content h2
{font-size:2.4rem;    
    margin-top:0;
    margin-bottom:0;
    color:#fff;
}

@media (min-width:768px)   
 {
section.bg-image .bg-image-content h2
     {font-size:4rem}
}
section.bg-image .overlay
{position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,.2)}

section.bg-image .overlay-low
{position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,.3)}

section.bg-image .overlay-blu
{position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(33,71,130,.2)}


@media (min-width:768px)   
 {
section.bg-image .bg-image-content h2
     {font-size:4rem}
}

section.bg-image-small {
    position:relative; 
    padding:20px 0 20px 0px;
    background-position:center;
    background-size:cover;
    margin-top: 156px;
}

section.bg-image-small .bg-image-content
{position:relative;z-index:1}

section.bg-image-small .bg-image-content h2
{font-size:2.4rem;    
    margin-top:0;
    margin-bottom:20px;
    color:#fff;
}

@media (min-width:768px)   
 {
section.bg-image-small .bg-image-content h2
     {font-size:4rem}
}
section.bg-image-small .overlay
{position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.4)}

section.bg-image-small .overlay-low
{position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.2)}

section.bg-image-small .overlay-blu
{position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(33,71,130,.2)}


@media (min-width:768px)   
 {
section.bg-image-small .bg-image-content h2
     {font-size:4rem}
}

section.bg-image-medium {
    position:relative; 
    padding:100px 0 50px 0px;
    background-position:center;
    background-size:cover;
    margin-top: 156px;
}

section.bg-image-medium .bg-image-content
{position:relative;z-index:1}

section.bg-image-medium .bg-image-content h2
{font-size:2.4rem;    
    margin-top:0;
    margin-bottom:20px;
    color:#fff;
}

@media (min-width:768px)   
 {
section.bg-image-medium .bg-image-content h2
     {font-size:4rem}
}
section.bg-image-medium .overlay
{position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.4)}

section.bg-image-medium .overlay-low
{position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.2)}

section.bg-image-medium .overlay-blu
{position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(33,71,130,.2)}


@media (min-width:768px)   
 {
section.bg-image-medium .bg-image-content h2
     {font-size:4rem}
}

section.top-expertise {
    position:relative; 
    padding:0px 0 2px 0px;
    background-position:center;
    background-size:cover;
    margin-top: 156px;
}

section.bg-image-expertise {
    position:relative; 
    padding:0px 0 2px 0px;
    background-position:center;
    background-size:cover;
    margin-top: 156px;
}

section.bg-image-expertise .bg-image-content
{position:relative;z-index:1}

section.bg-image-expertise .bg-image-content h2
{font-size:2.4rem;    
    margin-top:0;
    margin-bottom:5px;
    color:#214782;
}

@media (min-width:768px)   
 {
section.bg-image-expertise .bg-image-content h2
     {font-size:4rem}
}

section.bg-image-expertise .overlay
{position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.6)}


/*  closed full BACKGROUND  */

/* section without banner  */
.section_without-banner {
    margin-top: 156px;
}

/* closed without banner  */

/* FORM and SEARCH  */

.form-control {
  font-size: 0.8rem;
  border-radius: 0.55rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #333333;
 
}
.form-control:focus {
  color: #333333;
  background-color: #fff;
  border-color: #ced4da;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(206, 212, 218, 0.25); 
}

optgroup {
   font-style: normal;  
    }

.form-select, .select2{
  font-size: 0.8rem;
  border-radius: 0.55rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #333333;
 
}



.form-select:focus, .select2-select:focus {
  color: #333333;
  background-color: #fff;
  border-color: #ced4da;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(206, 212, 218, 0.25);
 
}

.select2-container, .select2-selection--single, .select2-selection__rendered  {
  font-size: 0.8rem;
  border-radius: 0.55rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #333333;
 
}


.form-control::placeholder {
  color:#ACACAC;  
}
#search .form-control, #search .form-control:focus {
  color: #333333;
  background-color: #fff;
  border-color: #ced4da;
  outline: 0;
  box-shadow: 0;
  transition: 0;
  margin: -4px 2px -4px 2px;
}


.form-control, .form-select {
  cursor: pointer;
}

.select-items, .select-selected {  
  cursor: pointer;
}
[aria-selected]{cursor:pointer}
[aria-label]{cursor:pointer}
/*  closed FORM and SEARCH   */



/* counter */

#company
{ margin-top: -50px;
    }
.counter{
    color: #214782;
    font-family: 'OpenSansCondensedBold', sans-serif;
    width: 150px;
    height: 150px;
    text-align: center;
    border-radius: 100%;
    padding: 67px 32px 40px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.counter-big{
    color: #214782;
    font-family: 'OpenSansCondensedBold', sans-serif;
    width: 175px;
    height: 175px;
    text-align: center;
    border-radius: 100%;
    padding: 38px 36px 40px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.counter-medium{
    color: #214782;
    font-family: 'OpenSansCondensedBold', sans-serif;
    width: 145px;
    height: 145px;
    text-align: center;
    border-radius: 100%;
    padding: 28px 36px 40px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.counter:before,
.counter:after{
    content: "";
    background: #fff;
    width: 80%;
    height: 80%;
    border-radius: 100%;
    box-shadow: -5px 5px 5px rgba(0,0,0,0.3);
    transform: translateX(-50%)translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}
.counter-big:before,
.counter-big:after{
    content: "";
    background: #fff;
    width: 80%;
    height: 80%;
    border-radius: 100%;
    box-shadow: -5px 5px 5px rgba(0,0,0,0.3);
    transform: translateX(-50%)translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}
.counter-medium:before,
.counter-medium:after{
    content: "";
    background: #fff;
    width: 80%;
    height: 80%;
    border-radius: 100%;
    box-shadow: -5px 5px 5px rgba(0,0,0,0.3);
    transform: translateX(-50%)translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}
.counter:after{
    background: linear-gradient(45deg,#214782 49%, #215da5 50%);
    width: 100%;
    height: 100%;
    box-shadow: none;
    transform: translate(0);
    top: 0;
    left: 0;
    z-index: -2;
    clip-path: polygon(50% 50%, 50% 0, 100% 0, 100% 100%, 0 100%, 0 50%);
}

.counter-big:after{
    background: linear-gradient(45deg,#214782 49%, #215da5 50%);
    width: 100%;
    height: 100%;
    box-shadow: none;
    transform: translate(0);
    top: 0;
    left: 0;
    z-index: -2;
    clip-path: polygon(50% 50%, 50% 0, 100% 0, 100% 100%, 0 100%, 0 50%);
}
.counter-medium:after {
    background: linear-gradient(45deg,#214782 49%, #215da5 50%);
    width: 100%;
    height: 100%;
    box-shadow: none;
    transform: translate(0);
    top: 0;
    left: 0;
    z-index: -2;
    clip-path: polygon(50% 50%, 50% 0, 100% 0, 100% 100%, 0 100%, 0 50%);
}
.counter .counter-icon{
    color: #fff;
    background: linear-gradient(45deg,#214782 49%, #215da5 50%);
    font-size: 33px;
    line-height: 60px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    top:  0;
    left: 0;
    z-index: 1;
    transition: all 0.3s;
}
.counter .counter-icon i.fas{
    transform: rotateX(0deg);
    transition: all 0.3s ease 0s;
}
.counter:hover .counter-icon i.fas
{ transform: rotateX(360deg); }

.counter h3, .counter-big h3, .counter-medium h3 {
    font-size: 1.1rem;
    margin: -8px;
    padding: 0;
}
.counter .counter-value{
    font-size: 25px;
    font-weight: 700;
}
.counter-big .counter-value-big{
    font-size: 40px;
    font-weight: 700;
}

.counter-medium .counter-value-medium {
    font-size: 28px;
    font-weight: 700;
}
.counter.orange, .counter-big.orange{ color: #F38631; }
.counter.orange:after, .counter-big.orange:after,
.counter.orange .counter-icon, .counter-big.orange .counter-icon{
    background: linear-gradient(45deg,#F38631 49%,#F8A059 50%);
}
.counter.green{ color: #88BA1B; }
.counter.green:after,
.counter.green .counter-icon{
    background: linear-gradient(45deg,#88BA1B 49%,#ACD352 50%);
}
.counter.azz, .counter-big.azz, .counter-medium.azz{ color: #0096d6; }
.counter.azz:after, .counter-big.azz:after, .counter-medium.azz:after,
.counter.azz .counter-icon, .counter-big.azz .counter-icon, .counter-medium.azz .counter-icon{
    background: linear-gradient(45deg,#0096d6 49%,#7EBEE1 50%);
}
.counter.gray, .counter-medium.gray{ color: #6c757d; }
.counter.gray:after, .counter-medium.gray:after,
.counter.gray .counter-icon, .counter-medium.gray .counter-icon{
    background: linear-gradient(45deg,#6c757d 49%,#e9ecef 50%);
}

@media screen and (max-width:990px){
    .counter{ margin-bottom: 40px; }
}

/* closed counter  */

/* style  */

.showcase .showcase-text{
    padding:3rem
}
.showcase .showcase-img{
    min-height:30rem;
    background-size:cover
}

@media (min-width:768px)
{
    .showcase .showcase-text
    {padding:7rem}
}

.decoration_section_title:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 7rem;
  height: 0.8rem;
  content: "";
  background-color: #214782;
}

.decoration_section_title {
  position: relative;
  padding: 0 0 1rem 0;
  margin: 0;  
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;    
}

.decoration_section_title-white:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 7rem;
  height: 0.8rem;
  content: "";
  background-color: #FFFFFF;
}

.decoration_section_title-white {
  position: relative;
  padding: 0 0 1rem 0;
  margin: 0;  
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;    
}

.underline-custom {
 border-bottom: 0.8rem solid #214782;
  display: inline-block;
  line-height: 4rem;

    }

.underline-custom-white {
 border-bottom: 0.8rem solid #FFFFFF;
  display: inline-block;
  line-height: 4rem;
    }

.underline-special {
    width: auto;  
    position : relative;
}
            
.underline-special:before {
  display: inline-block;
  width:8rem;  
border-bottom: 0.8rem solid #214782;
  line-height: 4rem;
    content: "";
    position : absolute;
    padding-top: 4rem;
}
    
hr.list-blue  {  
  width:6rem;  
border: 0.15rem solid;  
    border-color: rgb(33, 71, 130);
 margin-top: 0.1rem; 
    opacity:1;
   
}
hr.list-gray  {  
  width:6rem;  
border: 0.15rem solid;  
    border-color: rgb(0, 0, 0);
 margin-top: 0.1rem; 
    opacity:0.5;
   
}

hr.list-white  {  
  width:6rem;  
border: 0.15rem solid;  
    border-color: rgb(255, 255, 255);
 margin-top: 0.1rem; 
    opacity:1;
   
}
hr.list-white-small  {  
  width:6rem;  
border: 0.11rem solid;  
    border-color: rgb(255, 255, 255);
 margin-top: 0.1rem; 
    opacity:1;
   
}


.rotate-title, .rotate-title-sub {
  margin: 0;
   writing-mode: vertical-lr;
  text-align: center;
  line-height: .9;
}
 .rotate-title-sub-2 {
  margin: 0;
   writing-mode: vertical-lr;
  text-align: right;
  line-height: .9;
}
.rotate-v {
   transform: rotate(180deg);
}

.rotate-box {
  display: grid;  
  justify-content: center;
  align-content: center;
  grid-template-columns: max-content max-content;
}

@media (max-width:576px) {
.rotate-title-sub  {
display:none;
}
.rotate-v {
   transform: rotate(-90deg);
}
 .rotate-title-sub-2 {
   transform: rotate(-90deg);
margin-top: 7rem;
text-align: center;
}
}

.decoration_area:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 7rem;
  height: 0.8rem;
  content: "";
  background-color: #214782;
    
}

.decoration_area {
  position: relative;
  padding: 0 0 1rem 0;
  margin: 0;  
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s; 
    display: block;
}


/* overlay  */
.link-thumbnail {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
}
 
@media (max-width: 991.98px) {
    .link-thumbnail {
      margin-bottom: 30px; } }

.link-thumbnail img {
    position: relative;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
 
.link-thumbnail .date {
    display: block;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    margin-bottom: 10px; }
 
.link-thumbnail .icon {
    position: absolute;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    z-index: 4;
    top: 50%;
    font-size: 30px;
    color: #fff;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    margin-top: 30px; }
 
.link-thumbnail h3, .link-thumbnail p {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: -40px;
    left: 0;
    color: #fff;
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
    z-index: 10;
    left: 50%;
    display: block;
    width: 77%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
 
.link-thumbnail:before {
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: rgba(0, 0, 0, 0.6);
    position: absolute;

}
 
.link-thumbnail:hover h3 {
    opacity: 1;
    visibility: visible;
    top: 10px; 
    
}

.link-thumbnail:hover p {
    opacity: 1;
    visibility: visible;
    bottom: 10px; 
    font-size: 0.8rem;
    
}
 
.link-thumbnail:hover img {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
 
.link-thumbnail:hover .icon {
    opacity: 1;
    visibility: visible;
    margin-top: 0px; }
 
.link-thumbnail:hover:before {
    opacity: 1;
    visibility: visible;    
}
/* overlay circle */
.overlay-circle, .overlay-circle a, .overlay-circle a:hover {
  border-radius: 100%;
  display: flex;
  flex: 0 0 200px;
  height: 200px;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 200px;
   
}
.overlay-circle img {
  height: 100%;     
}

.overlay-circle-img {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.25s;
  z-index: 1;
background-color: rgba(0,0,0,0.9);
  background: linear-gradient(65deg, rgba(0,0,0,0.9), rgba(33,71,130,0.9));
  color: #fafafa;
     
}
.overlay-circle-img:hover {
  opacity: 1;            
}

.overlay-circle-big, .overlay-circle-big a, .overlay-circle-big a:hover {
  border-radius: 100%;
  display: flex;
  flex: 0 0 300px;
  height: 300px;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 300px;
   
}
.overlay-circle-big img {
  height: 100%;     
}

.overlay-circle-img-big {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.25s;
  z-index: 1;
background-color: rgba(0,0,0,0.9);
  background: linear-gradient(65deg, rgba(0,0,0,0.9), rgba(33,71,130,0.9));
  color: #fafafa;
     
}
.overlay-circle-img-big:hover {
  opacity: 1;            
}

/* overlay circle partner */
.overlay-circle-partner, .overlay-circle-partner a, .overlay-circle-partner a:hover {
  border-radius: 100%;
  display: flex;
  flex: 0 0 150px;
  height: 150px;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 150px;
   
}
.overlay-circle-partner img {
}

.overlay-circle-img-partner {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.25s;
  z-index: 1;
background-color: rgba(0,0,0,0.6); 
  color: #fafafa;
     
}
.overlay-circle-img-partner:hover {
  opacity: 1;            
}

/* overlay circle closed*/

/* timeline */

.main-timeline{   
    position: relative;
}
.main-timeline:before{
    content: '';
    height: 100%;
    width: 2px;
    border: 1px dashed #999;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: 0;
}
.main-timeline:after{
    content: '';
    display: block;
    clear: both;
}
.main-timeline .timeline{
    width: 50.05%;
    display:inline-block;
    float: left;
    position: relative;
    z-index: 1;
}
.main-timeline .timeline:before,
.main-timeline .timeline:after{
    content: '';
    background-color: #0096d6;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: -12px;
}
.main-timeline .timeline:after{
    height: 17px;
    width: 150px;
    border-radius: 0;
    right: 0;
}
.main-timeline .timeline-content{
    text-align: right;
    min-height: 155px;
    padding: 20px 230px 15px 12px;
    display:block;
}
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .timeline-year{
    color: #0096d6;
    font-family: "OpenSansCondensedLight", Arial, sans-serif;
    background-color: #fff;
    font-size: 2rem;
    text-align: center;
    line-height: 100px;
    height: 120px;
    width: 120px;
    border: 10px solid #0096d6;
    transform: translateY(-50%);
    position: absolute;
    right: 100px;
    top: 50%;
    z-index: 1;
    border-radius: 50%;
    font-weight: 700;

}
.main-timeline .title{
    color: #0096d6;    
    margin: 0 0 5px;
}
.main-timeline .description{
    color: #101010;
    font-size: 0.8rem;
    margin: 0;
}
.main-timeline .timeline:nth-child(even){ float: right; }
.main-timeline .timeline:nth-child(even):before{
    right: auto;
    left: -12px;
}
.main-timeline .timeline:nth-child(even):after{
    right: auto;
    left: 0;
}
.main-timeline .timeline:nth-child(even) .timeline-content{
    padding: 20px 12px 15px 230px;
    text-align: left;
}
.main-timeline .timeline:nth-child(even) .timeline-year{
    right: auto;
    left: 100px;
}
.main-timeline .timeline:nth-child(6n+2):before,
.main-timeline .timeline:nth-child(6n+2):after{
    background-color: #214782;
}
.main-timeline .timeline:nth-child(6n+2) .timeline-year{
    color: #214782;
    border-color: #214782;
}
.main-timeline .timeline:nth-child(6n+2) .title{ color: #214782; }

.main-timeline .timeline:nth-child(6n+3):before,
.main-timeline .timeline:nth-child(6n+3):after{
    background-color: #0096d6;
}
.main-timeline .timeline:nth-child(6n+3) .timeline-year{
    color: #0096d6;
    border-color: #0096d6;
}
.main-timeline .timeline:nth-child(6n+3) .title{ color: #0096d6; }

.main-timeline .timeline:nth-child(6n+4):before,
.main-timeline .timeline:nth-child(6n+4):after{
    background-color: #214782;
}
.main-timeline .timeline:nth-child(6n+4) .timeline-year{
    color: #214782;
    border-color: #214782;
}
.main-timeline .timeline:nth-child(6n+4) .title{ color: #214782; }

.main-timeline .timeline:nth-child(6n+5):before,
.main-timeline .timeline:nth-child(6n+5):after{
    background-color: #0096d6;
}
.main-timeline .timeline:nth-child(6n+5) .timeline-year{
    color: #0096d6;
    border-color: #0096d6;
}
.main-timeline .timeline:nth-child(6n+5) .title{ color: #0096d6; }

.main-timeline .timeline:nth-child(6n+6):before,
.main-timeline .timeline:nth-child(6n+6):after{
    background-color: #214782;
}
.main-timeline .timeline:nth-child(6n+6) .timeline-year{
    color: #214782;
    border-color: #214782;
}
.main-timeline .timeline:nth-child(6n+6) .title{ color: #214782; }



@media screen and (max-width:990px){
    .main-timeline .timeline-year{ right: 30px; }
    .main-timeline .timeline-content{ padding: 15px 160px 15px 15px; }
    .main-timeline .timeline:nth-child(even) .timeline-year{ left: 30px; }
    .main-timeline .timeline:nth-child(even) .timeline-content{ padding: 15px 15px 15px 160px; }
}


@media screen and (max-width:767px){
    .main-timeline:before{
        transform: translateX(0);
        left: -3px;
    }
    .main-timeline .timeline{
        width: 100%;
        margin-bottom: 20px;
    }
    .main-timeline .timeline:before,
    .main-timeline .timeline:after,
    .main-timeline .timeline:nth-child(even):before,
    .main-timeline .timeline:nth-child(even):after{
        transform: translateY(0);
        top: 14px;
    }
 
    .main-timeline .timeline:before,
    .main-timeline .timeline:after{
        right: auto;
        left: -12px;
    }
    .main-timeline .timeline:after{ left: 0; }
    .main-timeline .timeline:after,
    .main-timeline .timeline:nth-child(even):after{
        width: 50px;
        top: 17px;
    }
    .main-timeline .timeline .timeline-content,
    .main-timeline .timeline:nth-child(even) .timeline-content{
        text-align: left;
        padding: 70px 10px 10px 20px;
    }
    .main-timeline .timeline .timeline-year,
    .main-timeline .timeline:nth-child(even) .timeline-year{
        line-height: 65px;
        height: 75px;
        width: 75px;
        border-width: 5px;
        transform: translateY(0);
        top: -10px;
        left: 45px;
        font-size: 1.6rem;
    }
}
/* timeline closed */

/* events */
.type {
    text-transform: uppercase;
    margin-top: 1rem;
    color: #6c757d;
    font-size: 0.8rem;
    font-weight: 500;
}

.date {
    margin-top: 1rem;
    color: #6c757d;
    font-size: 1.1rem;
	font-family: 'OpenSansCondensedBold', Arial, sans-serif;
    
}
.popover {
  border-radius: 0.6rem;
}
p.taglist {
    font-size: 0.8rem;
    text-transform: uppercase;
    color: #6c757d;
    margin-top: auto;
    text-align: left;
}

[aria-expanded="false"] > .expanded,
[aria-expanded="true"] > .collapsed {
  display: none;
}

#menu-princ [aria-expanded="false"] > .expanded,
#menu-princ [aria-expanded="true"] > .collapsed {
  display: block;
}

@media (max-width: 1200px) {
.cut-img {
	width: 100%; 
    height: 200px; 
    object-fit: cover;
    object-position: center center;
	}
}
@media (min-width: 1200px) {
.cut-img {
	width: 100%; 
    min-height: 280px; 
    object-fit: cover;
    object-position: center center;
	}
}



.row-striped:nth-of-type(odd){
  background-color: #f8f9fa;
  
}

.row-striped:nth-of-type(even){
  background-color: #ffffff;
  
}

.row-striped {
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
}
/* 
.row-online {
	border-left: 6px #60b709 solid;
}
.row-online .type:before {              
  content: '';
  display: inline-block;
 height: 15px;
  width: 15px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
   border-radius: 50%;
   background-color: #60b709;
   margin-right: 0.5rem; 
  
}
.row-onsite {
	border-left: 6px #CC0000 solid;
}
.row-onsite .type:before {              
  content: '';
  display: inline-block;
 height: 15px;
  width: 15px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
   border-radius: 50%;
   background-color: #CC0000;
   margin-right: 0.5rem; 
  
}
.row-press {
	border-left: 6px #0096d6 solid;
}
.row-press .type:before {              
  content: '';
  display: inline-block;
 height: 15px;
  width: 15px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
   border-radius: 50%;
   background-color: #0096d6;
   margin-right: 0.5rem; 
  
}

.row-line {
    border-bottom-width: 1px;
    border-bottom-color: #f8f9fa;
    border-bottom-style: solid;
    padding-bottom: 2px;
    padding-top: 2px;
    background-color: #FFF;
}

.row-line:hover,
.row-line.active:hover {
    background-color: #f8f9fa;
}*/

.row-striped-2:nth-of-type(odd) {
    background-color: #ffffff;
    border-bottom-width: 1px;
    border-left-width: 4px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #f8f9fa;
    border-left-color: #214782;
}

.row-striped-2:nth-of-type(even) {
    background-color: #ffffff;
    border-bottom-width: 1px;
    border-left-width: 4px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #f8f9fa;
    border-left: 4px #f8f9fa solid;
}

.row-striped-2 {
    padding-top: 4px;
    padding-right: 0;
    padding-bottom: 4px;
    padding-left: 0;
}

.row-online {
	border-left: 6px #FFF solid;
}
.row-online .type:before {              
  content: '';
  display: inline-block;
 height: 15px;
  width: 15px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
   border-radius: 50%;
   background-color: #60b709;
   margin-right: 0.5rem; 
  
}
.row-onsite {
	border-left: 6px #FFF solid;
}
.row-onsite .type:before {              
  content: '';
  display: inline-block;
 height: 15px;
  width: 15px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
   border-radius: 50%;
   background-color: #CC0000;
   margin-right: 0.5rem; 
  
}
.row-press {
	border-left: 6px #FFF solid;
}
.row-press .type:before {              
  content: '';
  display: inline-block;
 height: 15px;
  width: 15px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
   border-radius: 50%;
   background-color: #0096d6;
   margin-right: 0.5rem; 
  
}




/* events closed */

/* card */

.card-over {
border: 1px solid #E8E8E8;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.card-over:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-color: transparent;
}

.esthumb {
    height: 200px;
    background-color: #FFF;
    position: relative;
    overflow: hidden; 
    
}

.esthumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.esthumb img:hover {
  width: 100%;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
    overflow: hidden;
}


.card .type:after {              
 position: absolute;
  left: 0;
  top:194px;
  width: 7rem;
  height: 0.8rem;
  content: "";
  background-color: #214782;

}

.card  .noline-type  {              
 text-transform: uppercase;
    margin-top: 1rem;
    color: #6c757d;
    font-size: 0.8rem;
    font-weight: 500;
}

.esthumb img.auto {
    display: block;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#software_list .esthumb {
    height: 150px;
    background-color: #FFF;
    position: relative;
    overflow: hidden; 
}


#software_list .card .type:after {              
 position: absolute;
  left: 0;
  top:144px;
  width: 7rem;
  height: 0.8rem;
  content: "";
  background-color: #214782;

}

.esthumb-no img {
    display: block;
    width: auto;
    height: 200px;
    object-fit: none;
     margin-left: auto;
     margin-right: auto;

}

/* card closed */


/* accordion events*/
.accordion-button:not(.collapsed) {
  color: #0096d6;
  background-color:#f8f9fa;
  border-color: #0096d6; 
  box-shadow: 0 0 0 0.25rem rgb(0, 150, 214);
}

#events .accordion-button, #events .accordion-button:not(.collapsed) {
  padding: 0.40rem 0.5rem;
}

.accordion-button:focus {  
  border-color: #0096d6; 
    box-shadow: 0 0 0 0.25rem rgb(0, 150, 214);
}
/* accordion events closed */

/* expertise and accordion expertise*/

#expertise .accordion-body h3, #expertise h3  {
  font-size:1.4rem;
 color: #6c757d !important; 
}
#expertise .accordion-body p, #expertise p   {
  font-size:0.9rem;
}
#expertise .accordion-body h5, #expertise h5  {
  font-size:1rem;
  color: #6c757d !important;
}
#expertise p.taglist {
    font-size: 0.8rem;    
}
#expertise .note, #expertise .accordion-body .note {
  font-size: 0.84rem;
}


/* expertise and accordion expertise closed */




/* style find out more */

@media (max-width: 992px) {
 .h-sm-auto {
  height: auto !important;
}
 }



/* closed style find out more */

#btn-back-to-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: none;
}
.btn-circle {
  width: 2rem;
  height: 2rem;
  padding: 0px;
  font-size: 1rem;
text-align: center;
  line-height: 0.3rem;
  border-radius: 50%;
}
.btn-circle-lg {
  width: 3rem;
  height: 3rem;
  padding: 0px;
  font-size: 1.5rem;
text-align: center;
  line-height: 0.6rem;
  border-radius: 50%;
}

/* software */

.softwarehouse {
    background-color: #f5f5f5;
    display: inline-block;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    font-size: 0.8rem;
}

.list_top {
     color: #6c757d;
    font-size: 1.3em;
    margin-left: 25px;
    text-indent: -17px;
}

.list_menu_indent {
    margin-left: 3.5em;
    text-indent: -1.3em;
}

.list_basic_indent {
   margin-left: 33px;
    text-indent: -12px;
}

.list_indent {
    color: #6c757d;
    font-size: 1em;
    margin-left: 40px;
    text-indent: -26px;   
}


/* closed style software */

/* magazine  */
.card-img-overlay-dark {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px); 
background-color: rgba(0,0,0,0.3);
}

#magazine .card-img {
  width: 100%; 
    max-height: 270px; 
    object-fit: cover;
    object-position: left center;
}


/* training  */
.border-shadow_inset {
  border-width: 8px !important;
    border-color: white;
    display: block;
   position: relative;
    border-radius: 50%;
}
.border-shadow_inset img {
 display: block;
  max-width:  100%;
  width: 100%;
}
 
.border-shadow_inset:before {
  border-radius: 50%;
  box-shadow: inset 3px 3px 25px #000;
  content: "";
  height: 100%;
  position: absolute;
  max-width:  100%;
  width: 100%;    
    
    }
.etichetta {
     font-family: 'OpenSansCondensedBold', Arial, sans-serif;
  margin-bottom: 0.1rem;
  font-weight: 500;
  line-height: 1.2;
    font-size:1.3rem;
    color: #6c757d;
    margin-top: -0.5rem;

    }

.codcorso {
    margin-top: 1rem;
    color: #6c757d;
    font-size: 0.8rem;
    font-weight: 500;
}

.page-link:hover, .page-link:focus, .page-link {  
  color: #0096d6;
  font-weight: 600;
    font-size: 0.8rem;
 
}

/* contenitore youtuberesponsive */
.youtube {
    position: relative;
    padding-bottom: 56.23%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin: 0px;
    background-color: #FFFFFF;
    border: 1px solid rgba(0,0,0,0.10);  

}

.youtube iframe,
.youtube object,
.youtube embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: #FFFFFF;
    border: none;
    border-color: #FFFFFF;

}

.youtube img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
    border-color: #FFFFFF;
}
        
.youtube .play {
	height: 72px;
	width: 72px;
	left: 50%;
	top: 80%;
	margin-left: -36px;
	margin-top: -36px;
	position: absolute;
	cursor: pointer;
	background-image: url(/bootstrap5/images/youtube-play-buttom-dark.png);
	background-repeat: no-repeat;
        }
		
 .youtube .play:hover {
	background-image: url(/bootstrap5/images/youtube-play-buttom-blue.png);
	background-repeat: no-repeat;
        }
/*  closed YouTube   */


#resources_list h3 {
	color:#0096d6;
        }
#resources_list h4 {
	color:#214782;
        }	
#resources_list .small {
	font-size: 0.8rem;
        }	

.bg-opacity-95 {
  --bs-bg-opacity: 0.95;
}





.box_area .single_box {
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 30px;
  background-position: center;
  overflow: hidden;
}

.box_area .single_box .box_hover {
  text-align: center;
  padding: 104px 0 94px 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}

.box_area .single_box .box_hover h3 {
  font-size: 20px;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 0;
}

.box_area .single_box .box_hover .hover_content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: table;
  width: 100%;
  height: 100%;
  background: #0096d6;
  -webkit-transform: translateY(40%);
  -moz-transform: translateY(40%);
  -ms-transform: translateY(40%);
  transform: translateY(40%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.box_area .single_box .box_hover .hover_content .hover_content_inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 50px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .box_area .single_box .box_hover .hover_content .hover_content_inner {
    padding: 0 10px;
  }
}

.box_area .single_box .box_hover .hover_content .hover_content_inner h4 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 8px;
}

.box_area .single_box .box_hover .hover_content .hover_content_inner p, .box_area .single_box .box_hover .hover_content .hover_content_inner a {
  font-size: 16px;
  color: #fff;
}

.box_area .single_box:hover {
  background-position: top;
}

.box_area .single_box:hover .hover_content {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
  visibility: visible;
}

.box_area .single_box:hover .box_hover {
  background: rgba(0, 0, 0, 0.5);
}

.table > :not(:first-child) {
  border-top: 1px solid rgb(0,0,0);
}

/* settings id  */

#were {
    padding-top: 100px;
}

#menu-princ a[aria-expanded=true] .fa-chevron-right {
   display: none;
}
#menu-princ a[aria-expanded=false] .fa-chevron-down {
   display: none;
}    
#menu-princ i.fa-chevron-right, i.fa-chevron-down {
padding-top:5px;
}

[aria-expanded="false"] > .expanded,
[aria-expanded="true"] > .collapsed {
  display: none;
}

#menu-princ [aria-expanded="false"] > .expanded,
#menu-princ [aria-expanded="true"] > .collapsed {
  display: block;
}

.left-space {
padding-left:38px;
}

.giallo {
    background-color: #f9ca24;
}

.arancio {
    background-color: #F90;
}

.verde {
    background-color: #05c46b;
}

.rosso {
    background-color: #ff3f34;
}

.verdechiaro {
    background-color: #badc58;
}

.verdescuro {
    background-color: #16a085;
}

.azzurro {
    background-color: #45aaf2;
}

.azzurroscuro {
    background-color: #3867d6;
}

.viola {
    background-color: #a55eea;
}
.giallo-border {
    border-color: #f9ca24 !important;
}

.arancio-border {
    border-color: #F90 !important;
}

.verde-border {
    border-color: #05c46b !important;
}

.rosso-border {
    border-color: #ff3f34 !important;
}

.verdechiaro-border {
    border-color: #badc58 !important;
}

.verdescuro-border {
    border-color: #16a085 !important;
}

.azzurro-border {
    border-color: #45aaf2 !important;
}

.azzurroscuro-border {
    border-color: #3867d6 !important;
}

.viola-border {
    border-color: #a55eea !important;
}
.giallo-text {
  color: #f9ca24;
}

.arancio-text {
    color: #F90;
}

.verde-text {
    color: #05c46b;
}

.rosso-text {
    color: #ff3f34 !important;
}

.verdechiaro-text {
    color: #badc58;
}

.verdescuro-text {
    color: #16a085;
}

.azzurro-text {
    color: #45aaf2;
}

.azzurroscuro-text {
    color: #3867d6;
}

.viola-text {
    color: #a55eea;
}

.hidden {
  display: none !important;
}

.effect_image_es:hover {
    max-width: 100%;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
}

.effect_image_es img {
    max-width: 100%;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 10+ */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .6s ease;
    /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /* Fix for transition flickering */
}

.effect_image_es:hover img {
    overflow: hidden;
    position: relative;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}


.shape-sx::before{
    content: ""; 
    position: absolute;
    top: 0;
    right: 50%;
    transform: skew(-15deg);
    width: 75%;
    height: 100%;
    background-color: #0096d6;
}
.shape-sx::before {
    transform: skew(-15deg);
               
}
.shape-sx {
    overflow: hidden;
}
.shape-sx > * {
    z-index: 100;
}

.shape-sx {
    position: relative;
    min-height:10vh;
    background-size: cover;
    display: flex;
  
}

.shape-dx::before{
    content: ""; 
    position: absolute;
    top: 0;
    left: 70%;
    transform: skew(-15deg);
    width: 75%;
    height: 100%;
    background-color: #0096d6;
}
.shape-dx::before {
    transform: skew(-15deg);
               
}
.shape-dx {
    overflow: hidden;
}
.shape-dx > * {
    z-index: 100;
}

.shape-dx {
    position: relative;
    min-height:10vh;
    background-size: cover;
    display: flex;
  
}

@media(max-width: 767px) {
    .shape-dx::before{
    visibility: hidden;
}
    }

.tooltip {
  --bs-tooltip-max-width: 350px; 
  --bs-tooltip-bg: #214782;  
  font-family: 'OpenSansCondensedLight', Arial, sans-serif;
    font-size: 0.875rem;
}

.social-icons a {
    margin: 0 7px;
    font-size: 1.2rem;
	color: #214782 !important;
  width: 55px;
  height: 55px;
  display: inline-block;
  text-align: center;
  background: #E8E8E8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 55px !important;
  border: 1px solid #E8E8E8;
  
}

.social-icons a:hover {
  color: #fff !important;
  background: #0096d6;
  border-color: transparent;
}

.pagination-azur>li>a,
.pagination-azur>li>span {
    background-color: #0096D6;
    border: 1px solid #0096D6;
    border-radius: 0.4rem;
    color: #fff;
    float: left;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1rem;
    position: relative;
    text-decoration: none;
    padding: 0.6rem;
    margin: 2px;
}
.pagination-azur>li>a.active,
.pagination-azur>li>a:hover,
.pagination-azur>li>span:hover,
.pagination-azur>li>a:focus,
.pagination-azur>li>span:focus {
    background-color: #214782 !important;
    border-color: #214782;
    color: #fff;
}

/* carousel industrial sectors  */

#carouselind .item:hover img, #carouselresearch .item:hover img {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	
}

#carouselind img, #carouselresearch img {
	transition: all 0.4s ease-in-out;	
}

#carouselind .item, #carouselresearch .item   {
margin: 2px;
padding-right: 0px;
padding-top: 2px;
}

   
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background-color: #214782;
}


#carouselind .image, 
#carouselresearch .image {
  display: block;
  width: 100%;
  height: auto;
}

#carouselind .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #0096d6;

}

#carouselresearch .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #214782;

}


#carouselind .item:hover .overlay, #carouselresearch .item:hover .overlay {
  opacity: 1;
}

#carouselind .sector, #carouselresearch .sector {
 font-size: 1.1rem;
text-align: center;
    font-family: 'OpenSansCondensedBold', Arial, sans-serif;
    color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/* banner industrial sector (small carousel) */


#banner-sector .item:hover img {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
      -moz-box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
      -webkit-box-shadow:0 3px 10px rgb(0 0 0 / 0.2);
      -khtml-box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
	
}

#banner-sector img {
	transition: all 0.4s ease-in-out;
     width: 100%;
  height: auto;
}

#banner-sector .item  {
margin: 2px;
padding-right: 0px;
padding-top: 2px;
}

   
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background-color: #214782;
}


#banner-sector .image {
  display: block;
  width: 90%;
  height: auto;
}


/* research box sectors */

.box_area-research .single_box {

}

.box_area-research .single_box .box_hover {
  text-align: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
    width: 100%;
    height: 100%
}

.box_area-research .single_box .box_hover h1 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 30px;
}

.box_area-research .single_box .box_hover .hover_content {
  position: absolute;
 width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: table;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);
  -webkit-transform: translateY(40%);
  -moz-transform: translateY(40%);
  -ms-transform: translateY(40%);
  transform: translateY(40%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.box_area-research .single_box .box_hover .hover_content .hover_content_inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 20px;
  
  
}

.box_area-research .single_box .box_hover img {
    padding-top: 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .box_area-research .single_box .box_hover .hover_content .hover_content_inner {
    padding: 0 10px;
  }
}

.box_area-research .single_box .box_hover .hover_content .hover_content_inner p, .box_area-research .single_box .box_hover .hover_content .hover_content_inner a {
  color: #fff;
 margin-bottom: 0.8rem;
    line-height: 1.1rem;
}

.box_area-research .single_box:hover {
  background-position: top;
}

.box_area-research .single_box:hover .hover_content {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
  visibility: visible;
}

.box_area-research .single_box:hover .box_hover {
  background: rgba(0, 0, 0, 0.5);
}

.simplesearch-result h3 {
    font-size: 1.3rem; 
    color: #214782;
  
}
.simplesearch-result p {
    font-size: 0.9rem; 
    padding-bottom: 0.9rem;
  
}

.simplesearch-paging {
        padding-bottom: 0.9rem;
  
}
img.thumb-research  {
  width: auto;
    max-height: 250px;
}
.margin-research {
  margin-left: 2.1rem !important;
}

.esthumb-square {
    height: 300px;
    width: 300px;
    position: relative;
    overflow: hidden; 
}

.esthumb-square img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fab.fa-twitter{
	font-family:sans-serif;
}
.fab.fa-twitter::before{
	content:"𝕏";
	font-size:1.2em;
}

.turc {
  font-family: "open_sansregular", Arial, sans-serif  !important;

}

/* mega menu */

img.thumb-icon  {
  width: auto;
    max-height: 300px;
}

li.nav-item a.mega {
  color: #214782; 
     font-weight: 600;
     font-family: "OpenSansCondensedLight", Arial, sans-serif;
    font-size: 1.00rem;
}


#reverse .btn-primary:hover,
.btn-primary:focus,
.btn-primary:active  {
	border: 2px solid #fff;
	background-color: #0096d6 !important;    
}

#reverse .btn-primary:hover:after, #reverse .dropdown-menu a:hover:after { 
visibility: hidden; }


.dropdown-menu{
 border-bottom: 6px solid;
    border-left: 0;
    border-right:0;
    border-color: #214782;
}

.img-top-negative 
{
 margin-top: -3rem;
}

.es-navbar ul li a.mega-top {   
    color:#214782 !important;
}
.es-navbar ul li a.mega-top:hover {
   font-weight:normal;
    color:#0096d6 !important;
}
  
@media(max-width: 767px) {
    .dropdown-menu{
    border:0;        
}
.es-navbar ul li a{
    padding-left:0;    
}

    }

li.nav-item a.mega.active {
 color: #0096d6; 
 text-transform: uppercase;
}

/* img dimensions limit */

img.square-limit  {
  width: auto;
    max-height: 350px;
}

img.icon-limit  {
  width: auto;
    max-height: 100px;
}

.imgthumb {
    height: 200px;
    background-color: #FFF;
    position: relative;
    overflow: hidden; 
    
}

.imgthumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.imgthumb img:hover {
  width: 100%;
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
    overflow: hidden;
}
.cut-img-blog {
	width: 95px; 
    min-height: 95px; 
    object-fit: cover;
    object-position: center center;
	}
	
	
.padding-no {
	padding: 0 !important;
	}


.left-space-list {
padding-left:29px;
}

/*  2026 */

/*  BOTTONS 2026 */
.btn-menu {
    margin-right: 4px;
    margin-bottom: 4px;
    padding-left: 16px;
    padding-right: 18px;
    font-weight:  bold !important;
    -webkit-border-radius: 1.2rem;
    -moz-border-radius: 1.2rem;
    -ms-border-radius: 1.2rem;
    border-radius: 1.2rem;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border: 2px solid #0096d6;
	background-color: #0096d6;
    line-height: 1.2em;
    font-family: "open_sanslight", Arial, sans-serif;   
    font-size: 0.85rem;
    text-decoration: none;
    
}

.btn-menu:hover,
.btn-menu:focus,
.btn-menu:active {
	border: 2px solid #0096d6;
	background-color: #214782;
    text-decoration: none !important;
}
.es-navbar ul li.btn-menu a:hover:after {
  visibility: hidden;
  }	
  
li h6 {
  font-size: 1.1rem
  }

li h6 a:hover {
    text-decoration: underline;
  }
.decoration_area_white:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 7rem;
  height: 0.8rem;
  content: "";
  background-color: #FFFFFF;
    
}

.decoration_area_white {
  position: relative;
  padding: 0 0 1rem 0;
  margin: 0;  
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s; 
    display: block;
}

.capabilities .nav-link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1.1rem;
  color: #FFFFFF;
font-family: 'OpenSansCondensedLight', Arial, sans-serif;
}



.capabilities .nav-link  {
    padding: 8px;
    position: relative;
    color: rgb(255, 255, 255);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    margin-top: 4px;
    margin-right: 10px;
    margin-bottom: 4px;
    margin-left: 10px;
}

.capabilities .nav-link:after {
    content: "";
    position: absolute;
    height: 2px;
    bottom: 7px;
    left: 10px;
    right: 10px;
    background-color: #fff;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.capabilities .nav-link:hover,
.capabilities .nav-link:focus {
    background-color: transparent;
    color: #fff;
}

.capabilities .nav-link:hover:after {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}
	
@media (max-width: 991.98px) {
 .img-max {
  max-width: 250px;
  width: 100%; 
  height: auto;
}
    
  }
	