@font-face {
  font-family: 'Avenir Next Light';
  src: url(../fonts/AvenirNextLTPro-Regular.otf);
}
@font-face {
   font-family: 'Avenir';
   src: url(../fonts/AvenirNextLTPro-Medium.otf);
 }
 @font-face {
    font-family: 'Avenir Next Bold';
    src: url(../fonts/AvenirNextLTPro-Bold.otf);
  }

body {
  font-family: 'Avenir';
  background-color: rgb(252, 252, 255);
}

nav {
  color: rgb(68, 68, 68);
  background-color: #fff;
  box-shadow: 0 2px 10px 12px rgba(0,0,0,0.02);
  text-transform: uppercase;
}

/* toggle.png was never shipped, so this 404'd and left an invisible hamburger.
   Bootstrap's own .navbar-light .navbar-toggler-icon now supplies the icon. */
.navbar.fixed-top {
  /* Above .offcanvas-backdrop (1040) so the opened mobile menu isn't painted
     over by its own dim layer; still below Bootstrap's modal (1055). */
  z-index: 1045;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0rem;
}

.navbar-brand img{width:100%;}

a.navbar-brand {
  font-family: 'Avenir';
  color: #444;
  max-width: 100px;
font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}

.nav-item {
padding-right: 0.5rem;
padding-left: 0.5rem;
}


.nav-item a{
  font-family: 'Avenir';
  font-size: 14px;
  color: #444;
  line-height: 22px;
  padding: 0;
  font-weight: 500;
  -webkit-transition: border-color 0.1s ease;
  transition: border-color 0.1s ease;
}
.nav-item a:hover{border-bottom: 1px solid;color: #444;}
.nav-item .active{border-bottom: 1px solid;color: rgb(56, 135, 37);}

.offcanvas-end {
  width: 75%;
}

.cont {
  margin:2% 8%;
}

.cont2 {
  margin-bottom: 5%;
}

h2{
  margin: 25px 0;
    font-size: 26px;
    line-height: 34px;
    font-weight: 600;
}

h3{
  margin: 20px 0;
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
}


p{
  margin: 10px 0;
    font-size: 16px;
    line-height:1.3;
  font-weight: 500 !important;
}

.intro img{
    width: 80%;
    display: block;
    margin: auto;
}

.intro {
    /*background: url('../images/herobanner.jpg');*/
    /*background-size: cover;*/
  min-height: 230px;
/*    padding: 150px 0 70px;*/
     padding: 150px 0 20px;
     text-align: center;
}

.bl {
    width: 85%;
    display: block;
    margin: auto !important;
}

.intro h1{
  color: rgb(220, 19, 19);
  font-family: 'Avenir';
  font-size: 40px;
    line-height: 45px;
    font-weight: 600;
}

.intro h2 {
  margin: 0;
  font-family: 'Avenir';
  font-size: 16px;
  line-height:1.3;
  font-weight: 500;
  color: rgb(56, 135, 37);
  word-break: break-word;
}

.intro2{
font-size:30px !important;
}

span.filtdata {
    display: block;
    margin: auto;
    text-align:center;
}


#prl img{
    display: block;
    margin: 4% auto;
}


.nothing img {
  display: block;
  margin: 1% auto;
  width: 100%;
  max-width: 250px;
}

.resources h3{
  font-family: 'Avenir',;
  font-size: 16px;
  margin: 0;
  margin-bottom: 8px;
  font-weight: 600;
  color: #444;
}

.resources h4{
font-size: 14px;
line-height: 20px;
font-weight: 500;
word-break: break-word;
}

.resources p{
  color: #616a78;
  font-size: 14px;
  line-height: 22px;
  word-break: normal;
}


.table>:not(caption)>*>* {
  border-bottom-width: 0;
}

.table>:not(:first-child) {
  border-top: 0px solid #e9ecef;
}


form#filterform {
    margin-left: 0.1px;
    width: 100%;
}

.search {
  padding: 0 4px;
}

.search .ikon  {
  pointer-events: none;
  color: #aaa;
}

input:focus {
  outline: 0
}
.search input{
  border: none;
  min-width: 220px;
  border-bottom: 1px solid #e9ecef;
  background: none;
  color: #444;
  font-size: 14px;
}
.search input:focus {border: none;}

.search button{
  background-color: #3c7c2c;
  border: 1px solid #3c7c2c;
  border-radius: 4px;
  font-size: 13px;
  color: #fff;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.search button:hover{
  background-color: #fff;
  color: #3c7c2c;
}

.btsearch button {
  cursor: pointer;
  font-size: 13px;
  color: #fff;
  background: #3c7c2c;
  padding: 3px 7px;
  border-radius: 4px;
  border: none;
}

.sbf div{
    margin: 10px 0;
    font-weight: bold;
    font-size: 14px;
}

/*.btsearch button {*/
/*height: 40px;*/
/*min-width:130px;*/
/*margin: 4px;*/
/*  border: 1px solid #3c7c2c;*/
/*  border-radius: 4px;*/
/*  font-size: 15px;*/
/*  color: #3c7c2c;*/
/*  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;*/
/*}*/

/*.btsearch button:hover{*/
/*  background-color: #3c7c2c;*/
/*  color: #fff;*/
/*}*/


.crt {
  background-color: #fcfcff;
  border: none;
  border-radius: 0;
}

.search a {
  float: right;
  color: #858585;
  display: none;
}

.pagi .pagination {
  margin-top: 8px;
  margin-bottom: 40px;
  display: block;
  text-align: center;
}


.pagination a{
  text-decoration: none;
color: inherit;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 100%;
height: 100%;
text-align: center;
}

.pagination li {
  display: inline-block;
  position: relative;
  border: 1px solid transparent;
  width: 30px;
  height: 40px;
}

.pagination li:nth-child(2) {
  width: 0px;
  min-width: 20px;
}


li.active {
  border: 1px solid #444;
  border-radius: 4px;
  width: 40px;
}
 

.resources {
  border-bottom: 1px solid #e9ecef;
  padding-top: 35px;
}

.resources img {width: 100%;}


/* my select starts here */

li.select2-selection__choice {
  display: none!important;
}

input.select2-search__field {
    width: 100% !important;
}


/*.select2-container--default .select2-selection--multiple {*/
/*  background-color: transparent!important;*/
/*}*/

.sbf span {
  font-size: 14px;
  text-align: center;
  font-weight: bolder;
}

/*.custom-select-container label {*/
/*  position: absolute;*/
/*  margin-left: 1%;*/
/*  margin-top: 0.8%;*/
/*  font-size: 14px;*/
/*  font-weight: 500;*/
/*}*/
.select2-container--default .select2-selection--multiple {
  cursor: pointer!important;
}

/* .custom-select::after {
  content: '';
  padding: 1px;
  margin: 10px 20px;
  border-bottom: 2px solid rgba(0,0,0,.5);
  border-right: 2px solid rgba(0,0,0,.5);
  transform: translate(0, -65%) rotate(45deg);
  display: inline-table;
  height: 10px;
  pointer-events: none;
  width: 10px;
}  */

.select2-dropdown {
  display: contents!important;
  width: 100%;
}

.select2-results ul {
  background: #fff;
  border-color: #e9ecef;
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.15);
  border-radius: 4px;
}


/*
.select2-results li {
} */

span.select2-dropdown.select2-dropdown--below {
  margin-top: 8px;
}

.filt {
  width: 18%;
  /*height: 40px;*/
  /*margin: 4px;*/
  /*border: solid #e9ecef 1px!important;*/
  /*border-radius: 4px;*/
  /*background-color: #fff!important;*/
}

.flx {
  display: flex;
  flex-wrap: wrap;
}


.select2::after {
  border-bottom: 2px solid rgba(0,0,0,.5);
  border-right: 2px solid rgba(0,0,0,.5);
  content: '';
  display: block;
  height: 8px;
  pointer-events: none;
  position: absolute;
  right: 8px;
  top: 40%;
  transform: translate(0, -65%) rotate(45deg);
  width: 8px;
}

.select2-container--default .select2-selection--multiple {
  border: none!important;
  outline: 0;
}

.selected-option-item {
  display: inline-block;
  font-size: 10px;
  margin: 5px;
  padding: 5px;
  background-color: #e0e0e0;
  border-radius: 4px;
}

.remove-option {
  cursor: pointer;
  margin-left: 5px;
}
.select2-results__option:before {
  content: "";
  display: inline-block;
  position: relative;
  height: 15px;
  width: 15px;
  border: 2px solid #e9e9e9;
  background-color: #fff;
  margin-right: 5px;
  vertical-align: middle;
}
.select2-results__option[aria-selected=true]:before {
  font-family: fontAwesome;
  content: "\f00c";
  color: #fff;
  font-size: 12px;
  background-color: #3c7c2c;
  border: 0;
  display: inline-block;
  padding-left: 1px;
}
.select2-results__option {
  font-size: 13px;
  min-width:150px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
background-color: #fff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
background-color: #eaeaeb;
color: #272727;
}
.select2-container--default .select2-selection--multiple {
margin-bottom: 10px;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
border-radius: 4px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
border-color: #3c7c2c;
border-width: 2px;
}
.select2-container--default .select2-selection--multiple {
border-width: 2px;
}
.select2-container--open .select2-dropdown--below {

border-radius: 6px;
box-shadow: 0 0 10px rgba(0,0,0,0.5);

}
.select2-selection .select2-selection--multiple:after {
content: 'hhghgh';
}
/* select with icons badges single*/
.select-icon .select2-selection__placeholder .badge {
display: none;
}
.select-icon .placeholder {
display: none;
}
.select-icon .select2-results__option:before,
.select-icon .select2-results__option[aria-selected=true]:before {
display: none !important;
/* content: "" !important; */
}



span#reset-button {
  cursor: pointer;
  font-size: 13px;
  color: #fff;
  background: #3c7c2c;
  padding: 3px 7px;
  border-radius: 4px;
}



/* tables */

table.lrg {
  width: 100%;
}

.lrg td{
  vertical-align: top;
  padding: 1%;
}

.lrg a{
  text-decoration: none;
}

.lrg tr td:nth-child(1) {
  width: 13%;
}

.sml{
  width:100%;
  max-width: 320px;
  border-top: 1px solid #e9ecef!important;
}

.sml td{
  font-size: 12px;
  padding-top: 8px;
}
 
.sml tr td:nth-child(1) {
  width: 110px;
  color: #444;
}

.sml tr td:nth-child(2) {
  text-align: right;
  font-weight: bold;
}

.spec{
  border-top-color: #e9ecef;
  width: 100%;
  padding-top: 15px;
}

.row-spec{  
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 15px;
}

.spec-name{
  color: #616a78;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  max-width: 130px;
  padding-right: 8px;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.spec-div{
  width: 100%;
  margin-bottom: 4px;
  border-bottom: 1px dashed #e9ecef;
  box-sizing: border-box;
}

.spec-value{
  -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: calc(100% - 140px);
    padding-left: 8px;
    font-size: 12px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
}

.auth tr{
  font-size: 12px;
}

.auth td{padding: 14px 5px;vertical-align: bottom;}

.auth tr td:nth-child(1) {
  width: 100px;
}

.auth tr td:nth-child(2) {
  text-align: right;
  font-weight: bold;
}

.dtls a{text-decoration: none;}

.dtls {text-align: center;}

.dtls button{
  color: #fff;
  background: #3c7c2c;
  border: 1px solid #3c7c2c;
  width: 80%;
  padding: 0.375rem 0.75rem;
  margin: 5% auto;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.shw a{text-decoration: none;}

.shw {text-align: center;}

.shw button{
  color: #fff;
  background: #3c7c2c;
  border: 1px solid #3c7c2c;
  width: 100%;
  padding: 0.375rem 0.75rem;
  margin: 5% auto;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

 

.article .btn-close{
  position: absolute;
  right: 8%;
  top: 8%;
}

.article h1{
  font-size: 24px;
  line-height: normal;
  font-weight: 600;
}

.article p{
  color: #616a78;
  font-size: 14px;
}

.article img{
  width: 100%;
}

.dtls button:hover{
  background: rgb(56, 135, 37);
}

a.dnld {
  color: #fff;
  text-decoration: none;
  background: #3c7c2c;
  border: 1px solid #3c7c2c;
  width: 100%;
  padding: 15px 40px 15px;
  font-size: 16px;
  font-weight: 500;
  margin: 3% auto;
  border-radius: 0.25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

a.dnld:hover{
  background: rgb(56, 135, 37);
}


.socials ul{
  margin-top: 8%;
  padding: 0;
}

.socials ul li {
  display: inline-block;
  list-style: none;
}

.socials ul li a {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 25px;
  margin: 0 3px;
  display: block;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.socials ul li a .icon {
  position: relative;
  color: #262626;
  transition: .5s;
  z-index: 3;
}

.socials ul li a:hover .icon {
  color: #fff;
  transform: rotateY(360deg);
}

.socials ul li a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f00;
  transition: .5s;
  z-index: 2;
}

.socials ul li a:hover:before {
  top: 0;
}

.socials ul li:nth-child(1) a:before{
  background: #128c7e;
}

.socials ul li:nth-child(2) a:before{
    background: #55acee;
}

.socials ul li:nth-child(3) a:before {
  background: #0077b5;
}

.socials ul li:nth-child(4) a:before {
  background: #dd4b39;
}





/* inside pages */
.top{
position: absolute;
left: 25%;
right: 25%;
top: 25%;
color: #fff;
text-transform: uppercase;
}

.abt {
  /*padding: 40px 20px 0px;*/
	padding-top: 60px;
  min-height: 65vh;
}

.hmbg {
    background: url('../images/herobanner.jpg');
    background-size: cover;
    
}

.bann img {
    width: 100%;
    min-height: 35vh;
    object-fit: cover;
}

.bann h2{
    position: absolute;
    color: #fff;
    top: 20%; 
    left: 50%; 
    transform: translate(-50%, -20%); 
    text-align: center;
    margin: 0; 
}


.abt .img-2{
	padding: 10px;
	border: solid 1px;
	border-color: green;
	border-radius: 10px;
}

.numbers {
  margin-top: 20px;
  margin-bottom: 25px;
}

.numbers h3 {
  text-align: center;
  color: #3c7c2c;
}

.numb {
  width: 100%;
  display: flex;
}

.count {
  width: 20%;
  text-align: center;
}
.count h1{
  color: rgb(220, 19, 19);
  font-family: 'Avenir';
  font-size: 30px;
  font-weight: bolder;
  line-height: 0.5;
}

.count h4{margin: 0;
font-size: 16px;}



.frm form{font-size: 16px; font-family:'Avenir';}

.frm input[type="email"] {width: 100%;}
.frm input[type="text"] {width: 100%;}

.frm input {
  border: none;
  background-color: #ececec;
}

.frm textarea{
  width: 100%;
  height: 140px;
  border: none;
  background-color: #ececec;
}

.frm textarea:focus {
  outline: 0
}

.frm h2{
  color: #3c7c2c;
  text-align: center;
}

.frm button{
  color: #fff;
  background: #3c7c2c;
  border: 1px solid #3c7c2c;
  width: 130px;
  padding: 0.375rem 0.75rem;
  margin: 2% auto;
  font-size: 1rem;
  border-radius: 25px;
}


.go-top {
position: fixed;
bottom: 4em;
  padding-top: 10px;
  text-align: center;
right: 2em;
text-decoration: none;
color: white;
background-color: #323232;
  width: 60px;
  height: 60px;
  font-size: 22px;
  border-radius: 50%;
display: none;
}



.go-top:hover {
  color: #fff;
background-color: #323232;
}

.subs {
  position: fixed;
  right: 2em;
  bottom: 1em;
  background-color: #323232;
  border-color: #323232;
  font-size: 20px;
  border-radius: 25px;
}

.subs:hover {
  background-color: #323232;
  border-color: #323232;
}

.subs:focus {
  color: #fff;
  background-color: #323232;
  border-color: #323232;
  box-shadow: 0 0 0 0rem rgba(49,132,253,.5);
}

.modal-dialog {
  width: 100%!important;
  max-width: 100%;
}

.modal-dialog {
  margin: 0!important;
}
.modal-header {
  border-bottom: none;
  padding-bottom: 0px;
  margin-top: 2%;
  margin-bottom: 1.4%;
}

.modal-content input{
  margin: 2% auto;
  width: 95%;
  border: none;
  border-bottom: 2px solid #e9ecef;
}

.modal-content {
    min-height: 100vh;
}


.modal-body ul {
  padding-left: 0rem;
}
.modal-body li {
  list-style: none;
  display: inline;
}

.modal-body ul li a {
  font-size: 23px;
  color: #262626;
  margin: 0 6px;
}

.modal-body button {
  color: #fff;
  background: #3c7c2c;
  border: 1px solid #3c7c2c;
  margin: 2% auto;
padding: 2%;
}

.modal-body h2{
  margin-top: 0;
}

.partners{
  margin-top: 40px;
  text-align: center;
}


.partners img {
    margin: 1% 2%;
}



.partners a{text-decoration:none}


.footer{
  margin: auto auto 0;
  padding: 20px;
}

.footer p{
  color: #616a78;
  text-align: center;
  margin: 10px 0 18px;
  font-size: 16px;
  line-height: 26px;
}

/* Was unconditional, which removed the desktop Preview button entirely.
   Mobile uses the .shw copy instead, so only hide this one there. */
@media only screen and (max-width: 767px) {
  .dtls a {
    display: none;
  }
}


.container.article {
    margin-top: 5%;
}

.subscription .modal-body img {
    width: 70%;
}

.subscription .modal-content {
    position: relative;
    display: block;
    margin: auto;
    width: 70%;
}

.subscription .modal-content {
    min-height: 50vh;
}

.subscription {
    padding-top: 5%;
}

.partners {
    text-align: center;
  }

  .partners-logos {
    display: inline-flex;
    white-space: nowrap;
    overflow: hidden; /* Hide the scrollbar */
    width: 50%;
    animation: scroll-left 15s linear infinite;
  }

  .partners-logos a {
    margin: 0 10px;
  }

  .partners-logos img {
    max-height: 60px;
    width: 100%; /* Adjust as needed */
  }

  @keyframes scroll-left {
    from {
      transform: translateX(50%);
    }
    to {
      transform: translateX(-60%);
    }
  }


/*Added styles*/
.themes li{
text-decoration: underline;
	color: green;
}


.themes li:hover{
	color:rgb(220, 19, 19);
	transform: scale(1.1);
}


.section-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.section-title {
  color: #3c7c2c;
  font-size: 1.4rem;
  font-weight: 600;
  padding-right: 20px;
}

.cont.abt p {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 1rem;
}

.cont.abt b {
  color: #3c7c2c;
}

.accordion-item{
background-color: transparent;
}

@media (max-width: 767.98px) {
  .section-title {
    font-size: 1rem;
}
}

/* Strips on homepage */

/* Outer container */
.owid-popular-strip {
  display: flex;
  align-items: center;
  padding: 0.75rem 2rem;
  background-color: #f2f2f2;
  font-size: 15px;
  line-height: 1.4;
  overflow-x: auto;
  white-space: nowrap;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;     /* Firefox */
}

.owid-popular-strip::-webkit-scrollbar {
  display: none;             /* Chrome, Safari and Opera */
}

/* Label (e.g., "Popular:") */
.owid-label {
  font-weight: 600;
  margin-right: 0.75rem;
  color: green;
  flex-shrink: 0;
}

/* Link container */
.owid-links {
  display: flex;
  gap: 0.5rem;
  flex-shrink: 1;
}

/* Capsule-style links */
.owid-links a {
  display: inline-block;
  padding: 0.3rem 0.75rem;
  background-color: #ffffff;
  color: green;
  text-decoration: none;
  border-radius: 999px;
  border: 1px solid #d3d3d3;
  transition: background-color 0.2s ease, color 0.2s ease;
  white-space: nowrap;
  font-weight: 500;
}

.owid-links a:hover {
  background-color: green;
  color: #ffffff;
}


/* New footer */
.kcd-footer {
  background-color: rgb(56, 135, 37);
  color: #ffffff;
  padding: 1rem 0.5rem 1rem;
  font-size: 16px;
  margin-top: 30px;
}

.kcd-footer .container {
  max-width: 1200px;
  margin: auto;
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #444;
}

.footer-brand {
  flex: 1 1 250px;
  margin-bottom: 0.5rem;
}

.footer-brand h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.footer-brand .tagline {
  font-size: 16px;
  color: #ccc;
}

.footer-links {
  display: flex;
  gap: 2rem;
  flex: 2 1 500px;
  flex-wrap: wrap;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 0.75rem;
}

.footer-links a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: rgb(220, 19, 19);
  font-weight: 500;
}

.footer-bottom {
  text-align: center;
  
  color: #fff;
}



