@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap');

/*Page Loader Start*/
.loader{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 999999;
  text-align: center;
}
.loader .animate-loader{
  position: absolute;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.loader lottie-player{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  top: 50%;
  transform: translateY(-50%);
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #F1AD44;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #F1AD44 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#wrapper{
	position: relative;
	height: 100%;
	width: 100%;
  max-width: 100%;
	margin: 0 auto;
}
body{
  font-family: "Futura PT";
}
h2{
  font-family: 'PT Serif', serif;
  font-weight: bold;
  font-size: 40px;
  line-height: 42px;
  color: #f1ad44;
}
h3{
  font-family: 'PT Serif', serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
  color: #363535;
}
.line{
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.page-content .line{
  margin-bottom: 15px;
}
.line:after{
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 278px;
  height: 1px;
  background-color: #f1ad44;
}
.blog .line:after{
  width: 150px;
}
.page-content{
  padding: 100px 0;
}
.page-content p{
  margin-bottom: 30px;
}
.content p,
.page-content p{
  font-family: "Futura PT";
  font-weight: normal;
  font-size: 20px;
  line-height: 25px;
  color: #363535;
}
.bg{
  position: relative;
}
.bg:before{
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  background-image: url('../images/mask.png');
  width: 280px;
  height: 368px;
}
button{
  cursor: pointer;
}
button:hover,
button:focus,
button:active{
  outline: none;
  box-shadow: none !important;
  background-color: transparent !important;
}
.btn-primary,
.top-bar a.btn-primary,
.wp-block-search .wp-block-search__button{
  font-family: 'Futura PT';
  font-weight: 900;
  line-height: 25px;
  color: #fff;
  background-color: #F1AD44;
  display: inline-block;
  border: solid 1px #F1AD44;
  text-transform: uppercase;
}
.btn-primary{
  font-size: 18px;
  padding: 12px 30px;
  border-radius: 0px;
  position: relative;
  z-index: 99;
}
.top-bar a.btn-primary{
  font-size: 20px;
  padding: 12px 20px;
}
.btn-primary:hover,
.top-bar a.btn-primary:hover,
.btn-primary:focus,
.top-bar a.btn-primary:focus,
.btn-primary:active,
.top-bar a.btn-primary:active,
.wp-block-search .wp-block-search__button:hover,
.wp-block-search .wp-block-search__button:focus,
.wp-block-search .wp-block-search__button:active{
  background-color: transparent;
  color: #F1AD44;
  text-decoration: none;
  border: solid 1px #F1AD44;
}
.container{
  max-width: 1140px;
  width: 100%;
}
@media only screen and (max-width:991px){
  .container{
    padding:0 40px;
  }
  .page-content{
    padding: 60px 0;
  }
}
@media only screen and (max-width:767px){
  .container{
    padding:0 20px;
  }
}