body{
  font-family: 'Raleway';
}
*{
  margin: 0;
  padding: 0;
  font-family: 'Raleway';
}
.fullscreen {
  height: 100vh;
}
.text-center{
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: inherit;
}
h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 24px;
  margin-top: 0;
  padding: 0;
}
h1 {
  font-size: 18px;
  line-height: 21px;
}
p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 5px;
}
.wp-block-cover{
  position: relative;
  background-size: cover;
  background-position: 50%;
  min-height: 430px;
  width: 100%;
  margin: 0 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background-repeat: no-repeat;
  background-size: cover;
}
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2 {
  color: #fff;
  font-size: 2em;
  line-height: 1.25;
  z-index: 1;
  margin-bottom: 0;
  max-width: 610px;
  padding: 14px;
  text-align: center;
}
.wp-block-cover.background-dark-dim:before {
	content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.5);
}
.wp-block-cover.background-light-dim:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
	background-color: rgba(0, 0, 0, 0.5);
}
.light-theme{
  color: #fff;
}
.dark-theme{
  color: #222;
}
.top-parallax-section{
  z-index: 1;
  max-width: 1170px;
  width: 100%;
  text-align: left;
  margin-bottom: 50px;
	padding-left: 150px;
	padding-right: 100px;
}
.wp-block-cover {
  background-position: 50% 0;
}
.wp-block-parallax{
  background-attachment: fixed;
}
.wp-block-fix{
  background-attachment: fixed;
}
.btn{
  border-radius: 0;
  margin-top: 20px;
   padding: 12px 15px;
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  text-decoration: none;
}
 .wp-block-cover.dark-theme .btn,.wp-block-cover.dark-theme .btn:hover{
  background: #01137f!important;
  color: #fff!important;
  border:solid #fff 1px!important;
} 
.wp-block-cover.light-theme .btn,.wp-block-cover.light-theme .btn:hover{
  background: #01137f!important;
  color: #fff!important;
  border:solid #fff 1px!important;
}

p.wp-par-sub-head {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
}
h1.wp-par-header {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    text-transform: uppercase;
}
#site-navigation .module.left{
	padding-left: 0;
}
@media (max-width:768px){
	.p_contentsec p{
		font-size: 16px;
	}
	.top-parallax-section{
		margin-bottom: 50px;
	}
}
@media (max-width:667px){
	p.wp-par-sub-head{
		font-size: 30px;
	}
	#homepage-one-plain{
		padding-left: 15px;
		padding-right: 15px;
	}
	.top-parallax-section{
		padding-left: 30px;
		padding-right: 30px;
	}
	
}
