body {
  position: relative;
  font-family: 'Capriola';
}
h1, h2, h3, h4, h5 {
  font-family: 'Capriola';
}
h1 {
  font-size: 2.6rem;
  line-height: 1.3;
  font-weight: bold;
}
h2 {
  font-size: 1.8rem;
  font-weight: bold;
}
h3 {
  font-size: 1.2rem;
  line-height: 1.9rem;
}
h4 {
  line-height: 1.4;
  font-size: 1.3rem;
  font-weight: bold;
}
h5 {
  line-height: 1.9rem;
  font-size: 1.5rem;
  font-weight: 700;
}
p {
  font-size: 1.1rem;
}
 #spacer{
	 width: 100%;
	 height: 20px;
	 background-color: #ffffff;
 }
 #container{
	 display: block; 
	 text-align: center;
 }

 .collapsible {
	  background-color: #555;
	  color:  #fff;
	  cursor: pointer;
	  padding: 18px;
	  margin-bottom: 10px;
	  width: 100%;
	  border: none;
	  text-align: center;
	  outline: none;
	  font-size: 15px;
	}
	.active, .collapsible:hover {
	  background-color: #999;
	  color: #fff;
	}
	.collapsible:after {
	  content: '\002B';
	  color:  #fff;
	  font-weight: bold;
	  float: center;
	  margin-left: 5px;
	}
	.active:after {
	  content: "\2212";
	}
	.content {
	  padding: 0px;
	  max-height: 0;
	  overflow: hidden;
	  transition: max-height 0.2s ease-out;
	  background-color: #ffffff;
	}
.p-18 {
  font-size: 1.1rem !important;
}
.p-14 {
  font-size: 0.8rem !important;
}
.p-12 {
  font-size: 0.7rem !important;
}
.components-text-size {
  font-size: 0.8rem !important;
}
.rounded-box {
  border-radius: 10px;
  border: 2px solid none;
}
/*cookie strip */
.alert-cookie-policy {
  display: none;
  border-radius: 0;
  position: fixed;
  bottom: 0;
  top: auto;
  left: 0;
  right: 0;
  z-index: 9999999;
  background-color: #333333;
  padding: 10px;
  color: #ffffff;
}
.alert-cookie-policy .alert {
  border-radius: 0;
  height: 75px;
}
/*cookie strip END */
/*Bootstrap modal popup START changes*/
.modal-backdrop {
  background-color: #ffffff !important;
  opacity: 0.8 !important;
}
.popup .modal .modal-content {
  background-color: #002f4f !important;
  border: 0 solid !important;
  border-radius: 0px !important;
}
.popup .modal .modal-header {
  padding: 0px;
  border-bottom: 0px;
}
/*Bootstrap modal popup END changes*/
.col-lg-10 {
  font-family: 'Capriola';
}
a {
  font-family: 'Capriola';
  font-weight: 400;
  color: #333333;
}
a:hover {
  color: #007331;
  text-decoration: none !important;
}
li a:hover {
  text-decoration: none !important;
}
.p-3 {
  padding: 3px 10px !important;
}
.card-body li {
  font-family: 'Capriola';
}
.abbr_text {
  font-family: 'Capriola';
  color: #000;
  font-size: 0.9em;
  text-align: justify;
}
.footer {
  background-color: #ededee;
  color: #676f78 !important;
  position: static;
  z-index: -1;
}
.footer a {
  color: #e30000;
  text-decoration: underline;
}
.footer a:hover {
  color: #50504f;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 18px;
  padding: 17px 33px;
  text-align: center;
}
.responsive {
  width: 100%;
  height: auto;
}
.curved-shape {
  border-radius: 20px 20px 20px 0px;
  color: white;
  height: 270px;
  font-weight: normal;
  width: 100%;
  display: table;
  margin: 40px auto;
}
.nav-link {
  font-family: 'Capriola';
  color: #fff;
  font-weight: 300;
}
.nav-link.active {
  color: #fff;
}
.btn {
  background-color: #007331;
  padding: 10px 30px 10px 30px;
  border-radius: 10px;
  text-align: center;
  text-decoration: none !important;
  font-size: 16px;
  color: #ffffff;
}
.btn:hover {
  background-color: #ffffff;
  text-decoration: none !important;
  color: #007331;
}
a.anchor {
  display: block;
  position: relative;
  top: -50px;
  visibility: hidden;
}
/* text colours */
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 85px;
  z-index: 101;
}
.navbar-brand {
  max-width: 100px;
}
.nav-pills .nav-link {
  border-radius: 10px;
  color: #710000;
  border: 1px solid #999 !important;
}
.nav-pills .nav-link.active {
  background-color: #710000 !important;
}
.border-radius-10 li {
  border-radius: 10px
}
.border-radius-20 {
  border-radius: 40px
}
.border-radius-curved-shape {
  border-radius: 20px 20px 20px 0px;
}
.block {
  text-align: center;
  vertical-align: middle;
}
.circle {
  border-radius: 20px 20px 20px 0px;
  color: white;
  height: 170px;
  font-weight: normal;
  width: 100%;
  display: table;
  margin: 40px auto;
  cursor: pointer;
}
.circle p {
  display: table-cell;
}
.overlay {
  border-radius: 20px 20px 20px 0px;
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0px;
  right: 0;
  height: 173px;
  width: 100%;
  opacity: 0;
  transition: .2s ease;
  background-color: rgba(0, 0, 0, 0.6);
  transition-timing-function: linear;
  /*margin: 20px auto;*/
}
.overlay p {
  font-size: 16px;
  line-height: 20px;
}
.circle .overlay ul {
  margin: 20px 10px 0 -10px;
  line-height: 20px;
}
.circle .overlay li {
  font-size: 15px;
  color: #002f4f;
  text-align: left;
  padding-bottom: 5px;
}
.opacity-1 {
  opacity: 1 !important;
}
.blue-btn {
  background-color: #1b4677;
  padding: 10px 10px 10px 10px;
  border: 1px solid #1b4677;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
}
.blue-btn:hover {
  background-color: #1b4679;
  border: 1px solid #1b4679;
  text-decoration: none !important;
}
.red-btn {
  background-color: #c92a39;
  padding: 10px 10px 10px 10px;
  border: 1px solid #c92a39;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
}
.red-btn:hover {
  background-color: #1b4677;
  border: 1px solid #1b4677;
  text-decoration: none !important;
}
.text {
  width: 90% !important;
  color: white;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  font-weight: bold;
}
.accordion > .card:first-of-type {
  border-radius: 0 !important;
}
.accordion .card-body {
  border-top: 0;
  border-left: 5px solid #cabfde;
  border-right: 5px solid #cabfde;
  border-bottom: 5px solid #cabfde;
}
.accordion .card-header {
  background: #cabfde;
  color: #002f4f;
  cursor: pointer;
  border: 2px solid;
  border-radius: 10px 10px 10px 0px;
}
.accordion .card-header {
  border: 0 !important;
}
.accordion .card {
  border: 0px;
}
.accordion .spacer {
  height: 20px;
}
.spacer p {
  font-size: 20px;
  color: #9596c2;
  font-family: 'Capriola';
}
.icon-accordion {
  height: auto;
  width: 80px;
  padding-right: 10px;
  padding-top: 40px;
}
.card-title {
  font-size: 22px;
}
#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  display: block;
  text-decoration: none;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  z-index: 101;
}
@media only screen and (min-width: 992px) {
  .fixed-top {
    height: 70px;
  }
}
@media only screen and (max-width: 992px) {
  .fixed-top {
    height: 83px;
  }
  .collapse.show {
    height: 100%;
    background: #ffffff;
  }
  .overlay {
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0%;
    right: 0;
    width: 100%
  }
  h5 {
    line-height: 24px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 769px) {
  .heading h3 {
    font-size: 0.9rem;
  }
  h1 {
    font-size: 1.5rem;
    line-height: 30px;
  }
  p {
    font-size: 1rem;
  }
  .overlay {
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0%;
    right: 0;
    width: 100%;
  }
  .text-center-for-mobile {
    text-align: center !important;
  }
}
#overlay {
		display: none;
		position: absolute;
		top: 0;
		bottom: 0;
		background: #999;
		width: 100%;
		height: 100%;
		opacity: 0.8;
		z-index: 100;
	}

	#popup {
		display: none;
		position: absolute;
		top: 50%;
		left: 50%;
		background: #fff;
		width: 500px;
		height: auto;
		margin-left: -250px; /*Half the value of width to center div*/
		margin-top: -250px; /*Half the value of height to center div*/
		z-index: 200;
	}

	#popupclose {
		float: center;
		padding: 10px;
		cursor: pointer;
		margin-bottom: 10px;
	}

	.popupcontent {
		padding: 30px;
	}

	#button {
		cursor: pointer;
		display: inline;
	}