
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900");
.transition {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all .3s ease 0s;
}

html {
    font-size: 16px;
}

header {
    position: relative;
    background-color:#fff;
    padding:0px 0 0;
    z-index: 100;
  /*  background-image: url(../image/topstrip.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 14px;
}

header a {
    color: #222;
    text-decoration: none;
    line-height: 1.2;
}
header img {
    max-height: 70px;
}

header .sub-nav .nav-link {
    color: #FFF;
	letter-spacing: 1px;
}

header .sub-nav form input {
    min-width: 200px;
}
header nav.navbar {
    position: relative;
}

#navMenu {
    position: absolute;
    top: 100%;
    left: 0;
    /*width: 100%;*/
}

#navMenu > .container {
    margin-left: 15px;
    margin-right: auto;
}

#primaryNavContent {
    display: flex;
    flex-grow: 1;
}

#primaryNavContent .tab-pane {
    flex:1;
}
#primaryNavContent .tab-pane-single {
    flex:1;
	min-width:225px;
}
#primaryNavContent .tab-pane-double {
    flex:1;
	min-width:360px;
}
#primaryNavContent .col {
    padding-left: 30px;
}
#primaryNavContent .col:not(:last-child) {
    border-right: 1px solid #DDD;
}

#primaryNavContent ul, #primaryNavContent li {
    list-style: none;
    margin: 0;
    padding: 0;
	text-indent: -1em;
}

#primaryNavContent ul {
    margin-left: 10px;

}
#primaryNavContent ul li {
    margin: 15px 0;

}
#primaryNavContent a:not(.title) {
    text-decoration: none;
    color: #222;
    font-size: 14px;
    line-height: 1em;
    background-color: #ededed;
    padding: 5px 5px;
    border-radius: 7px;
	
}
/* #primaryNavContent a:not(.title) {
    text-decoration: none;
    color: #222;
    font-size: 16px;
    line-height: 1.8em;
    background-color: #ededed;
    padding: 10px 15px;
    border-radius: 7px;
} */

#primaryNavContent a:hover {
    text-decoration: underline;
    text-decoration-style: dotted;
    background-color: #e1e1e1;
}

#primaryNavContent a.title {
    text-decoration: none;
    color: #222;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
    text-decoration-style: dotted;
}

.apedaServices {
    display: flex;
    /*padding: 20px;*/
}

.apedaServices .col {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 15px;
    margin: 5px;
    border: 1px solid #ccc;
}

#announcements ul {
    margin: 0 0 0 10px;
}
#announcements li {
    padding: 5px 5px;
    margin: 5px 0;
}
#announcements li:not(:last-child) {
    border-bottom: dotted 1px #FFFFFF55;
}
#announcements a {
    color: #FFF;
    padding: 0;
	text-decoration:none;
}

#announcements .holder {
    max-height: 340px;
}

#traceability .item a {
    background-color: #FFF;
    padding: 28px 10px;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2) ;
    display: flex;
    color: #222;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.2s ease-in-out;
}
#traceability .item a:hover {
    transform: translate(0,-4px);
}

#traceability .item img {
    max-height: 120px;
    object-fit: contain;
}

#sectors .card-wrapper {
    padding: 15px;
}



#calendar-holder a {
    color: #222;
    text-decoration: none;
}

footer ul {
    list-style: none;
}

footer a {
    color: #FFF;
    text-decoration: none;
	letter-spacing: 1px;
}

footer .contact {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

footer .contact ul li {
    margin: 10px 0;
    position: relative;
	
}

footer .contact ul li i {
    position: absolute;
    top: 0;
    left: -36px;
    font-size: 24px;
}
footer h2{
	color: white;
    font-size:20px;
}
.tab1 li a{
    color:#023682!important;
	letter-spacing: 1px;
}
.tab1 li span{
    color:#737373;
    font-size:13px;
	font-weight: bold;
    
}
.tab1 li{
    margin-bottom:10px;
}

.sub-nav1 .nav-link {
    color: #254c87;
	font-weight:bold;
}

.container1 {
  position: relative;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

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


.container:hover .overlay {
  opacity: 1;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.tab {
  float: left;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  width: 30% !important;
  height: 300px;
  border-top-left-radius: 15px;
}

/* Style the buttons inside the tab */
.tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 3px 15px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
    border-radius: 7px;
    margin-top: 10px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #0d6efd;
  color: white;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 12px;
  border: 1px solid #ccc;
  width: 70% !important;
  border-left: none;
  height: 300px;
}

#container2 {
  
}

.tabs-nav ul {
  margin: 0;
  padding: 0;
}

.tabs-nav li {
  display: inline-block;
  background: #17863a;
  color: #fefefe;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #fff;
  margin-right: 5px;
  border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.tabs-nav a {
  display: block;
  padding: 10px 15px;
  font-weight: bold;
  color: #fff !important;
}
/* Active tab */

.tabs-nav li.active {
  background: #640900;
  color: #fff;
  border:1px solid #fff;
}

.tabs-nav li.active a {
  color: #fff !important;
}
/* Tab content */

.tabs-content {
  /*border: 1px solid #34495E;*/
  padding: 10px;
  background: #FFF;
  margin-top: -1px;
  overflow: hidden;
  border-radius: 15px;
}

.tabs-content IMG {
  margin-right: 10px;
}
/* Hide all but first content div */

.tabs-content div:not(:first-child) {
  display: none;
}

.field--name-field-description-formatted-long li::before {
    position: absolute;
    top: 7px;
    left: -18px !important;
    width: 8px;
    height: 8px;
    content: "";
    background: #726a02;
    border-radius: 30px;
}
.field--name-field-description-formatted-long li {
    font-size: 14px;
    margin-top: 10px;
    position: relative;
    margin-left: 30px !important;
}

.field--name-field-description-formatted-long ol li::before {
    position: absolute;
    top: 7px;
    left: -15px;
    width: 8px;
    height: 8px;
    content: "";
    background: unset;
    border-radius: revert-layer;
}
.row>* {
    flex-shrink: 0;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-top: var(--bs-gutter-y);
}

.bg-primary1 {
    --bs-bg-opacity: 1;
    background-color: #5274a5 !important;
}