
/*@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900");*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.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(../images/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: 100px;
}

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%;*/
	z-index: 1000;
	background-color: #FFF;
	box-shadow: 0 11px 14px -6px #707070;
}

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

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

#primaryNavContent .tab-pane {
    flex:1;
}

#primaryNavContent .headerTitle {
    /* background-color:#91a7c8 !important; */
	background-image: linear-gradient(to right, #114ea7, #6798dc);
	color: white !important;
	font-size: 18px;
	padding-left:10px; padding-right:30px; padding-top:5px; padding-bottom:5px;
	border-radius: 0px 30px 30px 0px !important;
}

#primaryNavContent .tab-pane-single {
    flex:1;
	min-width:250px;
}
#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: 0em;
}

#primaryNavContent ul {
    margin-left: 15px;

}
#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;
}
.tab1 ul, li {
    margin: 0px;
    padding: 0px;
}
.tab2 ul, li {
    margin: 0px;
    padding: 0px;
}
.tab1 li a{
    color:#023682!important;
	letter-spacing: 1px;
	font-size: 14px;
    /* text-transform: uppercase; */
    font-weight: 600;
	
}
.tab2 li a{
    color:#023682!important;
	letter-spacing: 1px;
	
}
.tab1 li span{
    color:#737373;
    font-size:13px;
	font-weight: bold;
    
}
.tab2 li span{
    color:#737373;
    font-size:13px;
	font-weight: bold;
    
}
.tab1 li{
    margin-bottom: 5px;
    padding-bottom: 15px;
    /* padding-top: 15px; 
    text-transform: capitalize;*/
    list-style: none;
    padding-left: 20px;
    /*border-bottom: 1px solid #ec671f;*/
    margin-left: 10px;
    background-image: url("../images/pdf_icon.png");
    background-repeat: no-repeat;
    background-position: top left;
}
.tab2 li{
    margin-bottom: 2;
}

.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: #5274a5 !important;
  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: #5274a5 !important;
  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: #00769f !important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #124fa8 !important;
	    color: #fff !important;
}

.dropdown-item .nav-link {
color: #000 !important;
}
span .nav-link:focus, .nav-link:hover {
    text-decoration: none;
    color: #fff !important;
}

.section-header {
    text-align: center;
    padding-bottom: 40px;
}
.section-header h2 {
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 20px;
    color: #124a83;
}
.services .img {
    border-radius: 8px;
    overflow: hidden;
}
.services .details {
    padding: 0px 11px;
    /* margin: 2px 30px 0 30px; */
    transition: all ease-in-out 0.3s;
    background: var(--color-white);
    position: relative;
    background: rgba(var(--color-white-rgb), 0.9);
    text-align: center;
    border-radius: 8px;
    /* box-shadow: 0px 0 25px rgba(var(--color-black-rgb), 0.1); */
}
.position-relative {
    position: relative !important;
}
.services .details h3 {
    color: var(--color-default);
    font-weight: 700;
    margin: 10px 0 15px 0;
    font-size: 22px;
    transition: ease-in-out 0.3s;
}
.details a h3 {
    font-size: 16px !important;
    font-weight: normal !important;
    text-decoration: none;
}

.img-fluid {
    max-width: 100%;
    height: 120px !important;
}
/* ABC */
/*
.nav-link {
    display: block;
    color: #5274a5 !important;
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
.nav-link.active {
    color: white !important;
}
*/
.gallery_product h3 {
    color: #0f5f17;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid #0f5f17;
    padding-bottom: 10px;
}

.carousel-container {
  width: 600px;
  height: 400px;
  position: relative;
  margin: 0 auto;

}

.navigation-buttons .previous {
  position: absolute;
  z-index: 10;
  font-size: 25px;
  top: 40%;
  left: 10px;
  font-weight: 700;
  display:none;
}

.navigation-buttons .next {
  right: 10px;
  position: absolute;
  font-size: 25px;
  z-index: 10;
  top: 40%;
  display:none;
}

.navigation-buttons .nav-btn {
  background: rgba(255, 255, 255, 0.55);
  cursor: pointer;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display:none;
  justify-content: center;
  align-items: center;
  padding: 5px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
}

.navigation .nav-btn:hover {
  background: white;
}

.slider-carousel {
  transition: all 0.3s ease;

}
.slider-carousel img {
  width: 100%;
  transition: all 0.3s ease;
  border:8px solid white;
}

.images {
  position: absolute;
  display: none;
}

.main {
  display: block;
}

.image-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: none;
  font-size: 20px;
  justify-content: center;
  align-items: center;
  color: rgb(255, 255, 255);
  background: rgba(0, 0, 0, 0.3);
  height: 35px;
}

.nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: #5274a5 !important;
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: var(--bs-secondary-color);
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

#bot-icon-container {
                position: fixed;
                bottom: 20px;
                right: 20px;
                cursor: pointer;
                z-index: 1000;
            }

            #bot-icon {
                width: 50px;
                height: 50px;
                border-radius: 50%;
                box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            }

            #chatbot-container {
                position: fixed;
                bottom: 80px;
                right: 20px;
                width: 400px;
               height: 500px;
                /* height:auto; */
                background: #fff;
                border-radius: 8px;
                box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
                z-index: 1000;
                overflow-x: scroll;
                overflow-y: scroll;
               /*  overflow: scroll; */
                margin:10;
                
            }

            #chat {
                width: 100%;
                height: 50%;
                margin: 0;
                margin-top:0;
                /* overflow: scroll; */
                vertical-align:top;
            }

			.yellowtd {
    color: #666;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 2px solid #af7501;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
}