@import url(https://fonts.googleapis.com/css?family=PT+Serif:400,400i,700,700i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Lato:400,400i&display=swap);
@import url(https://weloveiconfonts.com/api/?family=entypo);

/* entypo */
[class*="entypo-"]:before {
  font-family: 'entypo', sans-serif;
}

body {
  margin: 0;
  background-color: #fafafa;
}

/* header */
header {
  width: 100%;
  height: 130px;
  box-sizing: border-box;
  background-color:#fafafa;
  position: fixed;
  top: 0px;
  border-bottom: solid 4px #f33c58;
  z-index: 10;
}

.inside-header {
  margin: 0px auto;  
  padding: 7px 0;
}

#logo {
  width: 164px;
  height: 75px;
  margin: 30px 30px 0 60px;
}

.logo-pb24-front {
  z-index: 20;
  position: relative;
}

.logo-pb24 {
  display: inline-block;
  float: left;
}

/* NAV */

nav.navigation{
	position:relative;
	height:50px;
	margin-top: 40px;

	z-index:10;
	padding-right: 30px;
}

ul.nav-menu, ul.nav-menu li, ul.nav-menu li a{
	float:left;
}
ul.nav-menu{
	position:absolute;
	top:79px;
	width:100%;
	height:0;
	padding:0;
	overflow:hidden;
	padding: 0 0;	
	}

ul.nav-menu.active{
	height:auto;
	border-top: solid 4px #f33c58;
	border-bottom: solid 4px #f33c58;
	}
ul.nav-menu li{
	width:100%;
	}
	
ul.nav-menu li a:hover{
	color:#f33c58;
	}
	
.nav-toggle{
	display:block;
	}
		
ul.nav-menu li a{
	height:80px;
	line-height: 80px;
	text-decoration:none;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	width:100%;
	color:#e1b83c;
	padding:0;
	text-align:center;
	background-color:#fafafa;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: 400;
	letter-spacing: 0.1em;
	}
	
ul.nav-menu li a:hover{
	color:#f33c58;
}

.nav-toggle{
	position:absolute;
	top:0;
	right:0;
	width:50px;
	height:50px;
	margin-right: 30px;
	cursor:pointer;
}

span.icon-bar{
	position:absolute;
	right:12px;
	display:block;
	width:30px;
	height:4px;
	background-color:#f33c58;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.icon-bar:nth-child(1){
	top:17px;
}

.icon-bar:nth-child(2){
  	top:26px;
}

.icon-bar:nth-child(3){
  	top:35px;
}

.nav-overlay{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	visibility:hidden;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.nav-overlay.active{
	opacity:1;
	visibility:visible;
}

/* ICON BARS ANIMATION */

.nav-toggle.active .icon-bar:nth-child(1){
	top:24px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nav-toggle.active .icon-bar:nth-child(2){
	width:0;
}

.nav-toggle.active .icon-bar:nth-child(3){
	top:24px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* header end */

/* content */

.inside {
  max-width: 800px;
  margin: 0px auto;  
  padding: 7px 30px;
}

.inside-index {
  margin: 20px auto;  
}

.text-default p {
	font-family: 'PT Serif', serif;
	color: #212529;
	font-size: 1.2rem;
	padding: 10px 0;
}

.text-default p a {
	color: #212529;
	text-decoration: underline;
}

.text-default p a:hover {
	color: #f33c58;
	text-decoration: underline;
}

.index-logo {
  width: 164px;
  height: 75px;
  background: url(../img/logo_pb24-01.png) no-repeat;
  background-size: 100% 100%;
  margin: 10px 0 0 60px;
}

.index-title {
  margin: 60px auto 0 auto;
  width: 80%;
  text-align: center;
  font-size: 4em;
}

.index-notice {
  margin: 60px auto 60px auto;
  color: #f33c58;
  width: 80%;
  text-align: center;
  font-size: 2.2em;
}

.index-content hr {
	width: 50%;
	align: center;
	height: 1px;
	background-color: #4c4c4c;
	margin: 30px auto 5px auto;
}

.inside-index .index-sub {
	  text-align: center;
	  margin: 0 auto 60px auto;
}

.index-sub a{
  font-family: 'Lato', sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  color: #f33c58;
  width: 60%;
  text-decoration: none;
  border: none;
}

.index-sub h3{
  font-family: 'Lato', sans-serif;
  font-size: 2em;
  font-weight: 400;
  text-align: center;
  padding: 60px 0 50px 0;
}

.index-ul {
	
}
.index-nav {
	width: 100%;
	padding: 0% 3% 3% 3%;
	background-color: #e1b83c;
	min-height: 275px;
}

.col-lg-3  {
	max-width: 270px !important;
}


.index-nav ul {
	list-style-type: none;
	padding: 0;
}

.index-nav li {
	padding: 2px 0;
}

.index-nav .menu-title-down {
	padding: 15px 0 15px 0;
}

.index-nav .menu-title {
  width: 100%;
  color: #4c4c4c;
  font-family: 'Lato', sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  margin: 15px 0px;
  padding: 0 4px;
}

.index-nav .menu-title-down a:hover {
  background: none;
  color: #4c4c4c;
  text-decoration:none;
  border-bottom: 2px solid #fff;
}

.index-nav p {
  width: 100%;
  color: #4c4c4c;
  font-family: 'Lato', sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  margin: 15px 0px;
  padding: 0 4px;
}

.index-nav a {
  font-family: 'PT Serif', serif;
  text-decoration:none;
  color: #fff;
  padding: 0;
  margin: 20px 5px;
  border: none;
}

.index-nav a:hover {
  background: none;
  color: #fff;
  text-decoration:none;
  border-bottom: 2px solid #fff;
}

section article {
  width: 92%;
  margin: 0 auto;
  padding: 0% 3% 3% 3%;
  font-family: 'PT Serif', serif;
  font-size: 0.8em;
}

section h1 {
  width: 92%;
  margin: 0px auto;
  margin-top: 120px;
  padding: 3% 3% 1% 3%;
  color: #f33c58;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  font-size: 1em;
  text-align: center;
}

section {
  width: 98%;
  margin: 10px auto;
  padding: 0px;
}

section h2 {
  width: 100%;
  color: #4c4c4c;
  font-family: 'PT Serif', serif;
  font-size: 5em;
  text-align: center;
  margin: 0px 0px;
  padding: 0px 0px;
}

section p {
  width: 100%;
  color: #fff;
  font-family: 'PT Serif', serif;
  font-size: 1.7em;
  font-weight: 400;
  line-height: 1.5;
  margin: 15px 0px;
  padding: 30px 30px;
}

section a {	
  text-decoration:none;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 2px 0 2px;
}

section a:hover {
  background: #fff;
  color: #f33c58;
  text-decoration:none;
  border-bottom: 1px solid #fff;
}

section .textbox {
  margin: 15px auto;
  background-color: #e1b83c;
}

section .button-full, section .button-full-read {
  margin: 15px auto;
  background-color: #f33c58;
  color: #fff;
  text-align: center;
}

section .button {
  margin: 15px auto;
  color: #fff;
  text-align: center;
}

section .button .button-half {
  padding: 0 0;}

section .button a {
  text-decoration: none;
  border-bottom: none;
  letter-spacing: 0.03em;
  padding: 30px 30px;
  display: block;
}

section .button-full a {
  text-decoration: none;
  border-bottom: none;
  letter-spacing: 0.03em;
  padding: 30px 30px;
  display: block;
}

section .button-full-read a{
  text-decoration: none;
  border-bottom: none;
  letter-spacing: 0.03em;
  padding: 15px 30px;
  display: block;
}

section .button a:hover, section .button-full a:hover, section .button-full-read a:hover {
  text-decoration: none;
  background: #df3751;
  color: #fff;
}

.button-half {
  background-color: #f33c58;
  padding: 30px 0;
  max-width: 48%;
}

.offset-left {
  margin-left:2%;
}

.offset-right {
  margin-right:2%;
}

.button-full .container {
  background-color: #f33c58;
  padding: 0;
}

.button-full-read .container {
  background-color: #f33c58;
  padding: 0;
}

.button a, .button-full a {
  font-family: 'Lato', sans-serif;
  font-size: 1.4em;
  font-weight: 400;
}

.button-full-read a {
  font-family: 'Lato', sans-serif;
  font-size: 1.4em;
  font-weight: 400;
}

section span.italic {
  font-style:italic;
}

.select2-container--bootstrap4 {
	margin-top: 10px !important;
}

.select2-selection__placeholder {
	font-style:normal;
}

.select2-selection__rendered {
	font-style:normal;
}

.select2-container--bootstrap4 .select2-selection--single {
	 height: calc(2.25rem - 2px)!important;
}

.select2-container--bootstrap4 .select2-selection {
	border: none !important;
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	}
	
.select2-container--bootstrap4 .select2-search--dropdown .select2-search__field {
	border-radius: 0 !important;
	}
	
.select2-container--bootstrap4 .select2-dropdown {
	border: none !important;}
	
.select2-container--open .select2-dropdown--below {
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}
.select2-results__message {
	font-size: 0.9rem;
	font-family: 'PT Serif', serif;
	color: #495057;
}

section form {
  width: 100%;
  padding: 0 30px 30px 30px;
  color: #fff;
  font-family: 'PT Serif', serif;
  font-size: 1.8em;
  font-weight: 400;
  vertical-align: middle;
}

.col-sm-10, .col-sm-6, .col-sm-8, .col-sm-2, .col-sm-4 {
	position: static;
}

.form-control {
	display: block;
	width: 100%;
	height: calc(2.25rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	margin-top: 8px;
	background-color: #fff;
	background-clip: padding-box;
	border: solid 2px #e1b83c;
	border-radius: 0;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

form .btn {
	float: right;	
}

.btn-primary {
	color: #f33c58;
	background-color: #fff;
	border-color: #fff;
	}

hr {
  width: 50%;
  align: center;
  height: 1px;
  background-color: #4c4c4c;
  margin: 30px auto;
}

section .about  {
  margin: 15px auto;
  background-color: white;
  padding: 20px;
}

section h3 {
  width: 100%;
  color: #515151;
  font-family: 'Lato', sans-serif;
  font-size: 3em;
  text-align: center;
  margin: 0px;
  padding: 15px 0px;
}

section .contact textarea {
  width: 94%;
  height: 200px;
  margin: 0px auto;
  padding: 3%;
  border: none;
  color: #515151;
  font-family: 'Lato', sans-serif;
  font-size: 1.4em;
  font-weight: 400;
}

section .contact input {
  color: white;
  font-family: 'Lato', sans-serif;
  font-size: 1.4em;
  font-weight: 600;
  text-align: center;
  background-color: #ed6e64;
  border: none;
  margin-top: 10px;
  padding: 5px 20px;
}

.dsgv-h3 {
  width: 100%;
  color: #212529;
  font-weight: 500;
  font-family: 'PT Serif', serif;
  font-size: 2.5em;
  text-align: left;
  margin: 0px;
  padding: 15px 0px;
}

.dsgv-ul {
	font-size: 1.2rem;
}

.dsgv-a {
	color: #212529;
text-decoration: underline;
}

.dsgv-ul li a .dsgv-a  {
	color: #212529;
text-decoration: underline;
}

/* content end*/

/* footer */

footer {
  width: 100%;
  margin: 0px auto;
  padding: 1% 3%;
  color: #f33c58;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 0.8em;
  border-top: solid 2px #f33c58;
}
/* footer end */

/* queries */

@media screen and (max-width:992px) {
	
	header {
		height: 100px;
	}
	
	nav.navigation {
		margin-top: 20px;
	}
	
	.index-title {
		margin: 60px auto 0 auto;
  		width: 80%;
  		text-align: center;
  		font-size: 3.5em;
	}
	
	ul.nav-menu{
		top: 69px;	
	}
	
	ul.nav-menu li a{
		height:50px;
		line-height: 50px;
		font-size: 1em;
	}
	
	.col-lg-3 {
	max-width: 46% !important;
	margin: 0 2%;
	}
	
	.col-lg-6, .col-lg-12 {
	margin: 0 4%;
	}

	section {
		width: 100%;
	}
	
	section h2 {
    font-size: 3em;
    }
	
	.inside {
		padding: 7px 0;
	}
	
	section article {
		width: 100%;
		font-size: 0.7em;
	}
	#logo {
		margin: 5px 30px 0 16px;
	}
	.nav-toggle{
		margin-right: 5px;
	}
	@media screen and (max-width:576px) {
		
		.col-lg-3  {
		max-width: 100% !important;
		margin: 0 5%;
		}
	}
}	

/* queries end*/