p{
	font-family: 'Inter', sans-serif;
}

.center{
	text-align: center !important;
}

.hide{
	display: none;
}

.not-opacity{
  opacity: 0;
}

.relative{
	position: relative !important;
}

.absolute{
	position: absolute !important;
}

.fixed{
	position: fixed !important;
}

.not-margin{
	margin: 0px !important;
}

.not-padding{
	padding: 0px !important;
}

.z-index-01{
	z-index: 99999999 !important;
}

.pointer{
	cursor: pointer !important;
}

.public-top-separation-sb1{
  background-color: #bbb460;
  width: 125px;
  margin-bottom: 5px;
  margin-right: 5px;
  height: 3px;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border: 0px solid #000000;
}

.public-top-separation-sb2{
  background-color: #bbb460;
  width: 15px;
  margin-bottom: 5px;
  margin-right: 5px;
  height: 3px;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border: 0px solid #000000;
}

.public-top-separation-sb3{
  background-color: #bbb460;
  width: 5px;
  margin-bottom: 5px;
  margin-right: 5px;
  height: 3px;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border: 0px solid #000000;
}

.public-separation-body{
  margin-bottom: 50px;
  margin-top: 50px;
}

.public-separation-body-padding{
  padding-bottom: 50px;
  padding-top: 50px;
}

.public-section-subtitle{
  color: #606060;
}

.section-margin-bottom{
  margin-bottom: 100px;
}

.public-section-title{
  font-size: 120%;
  font-weight: 600;
}

.public-top-separation-sb1{
  background-color: #bbb460;
  width: 125px;
  margin-bottom: 5px;
  margin-right: 5px;
  height: 3px;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border: 0px solid #000000;
}

.public-top-separation-sb2{
  background-color: #bbb460;
  width: 15px;
  margin-bottom: 5px;
  margin-right: 5px;
  height: 3px;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border: 0px solid #000000;
}

.public-top-separation-sb3{
  background-color: #bbb460;
  width: 5px;
  margin-bottom: 5px;
  margin-right: 5px;
  height: 3px;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border: 0px solid #000000;
}

.public-top-separation-blue{
  background-color: #1d365f !important;
}

.public-separation-body{
  margin-bottom: 50px;
  margin-top: 50px;
}

.public-section-subtitle{
  color: #606060;
}

.white-text{
  color: white !important;
}

.text-white{
  color: white !important;
}

.public-section-title-white{
  font-size: 145%;
  /* font-weight: 600; */
  color: white;
}

.zoom-zoom{
  transition: transform .3s;
}

.zoom-zoom:hover {
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1);
    transition: transform .3s;
}

.zoom-zoom-little{
  transition: transform .3s;
}

.zoom-zoom-little:hover {
    -ms-transform: scale(1.03); /* IE 9 */
    -webkit-transform: scale(1.03); /* Safari 3-8 */
    transform: scale(1.03);
    transition: transform .3s;
}

.zoom{
  transition: transform .3s;
}

.item-zoom{
    transition: transform .3s;
}

.zoom:hover .item-zoom{
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1);
    transition: transform .3s;
}

.hide{
  display: none !important;
}

.show{
  display: block !important;
}

.hide_element{
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.1s, opacity 0.1s linear;
}

.show_element{
  visibility: visible;
  opacity: 1;
  transition: opacity 0.1s linear;
}

.black-color{
  color: black !important;
}

.color-black{
  color: black !important;
}

.white-background{
  background-color: white !important;
}

.section-padding-bottom{
  padding-bottom: 80px;
}