.logo-text{
	font-family: 'GreatVibes', 'Pyidaungsu';
	font-size:52px;
	line-height: 5.8rem;
	color:#ff9900;
	letter-spacing: 0.1rem;
	font-weight: 900;
	text-shadow: 2px 3px 2px rgba(0,0,0,0.2);
}

.pad-tb-0 {
    padding-top: 0px!important;
    padding-bottom: 0px!important;
}

.navbar-nav > li.current > a, header.active .navbar-nav > li.current > a{
	color: #ff8606!important;
}

.parallax {
  
	/* Full height */
	height: 500px;
  
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
  }
.overlay{
	background-color: rgba(0,0,0,0.4);
}
.p-0{
	padding: 0px !important;
}
.h-100pc{
	height: 100%;
}
.p-section{
	padding:90px 0
}

.p-section p{
	color: #FFFFFF;
}

.category-list li{
	color:#333333;
	font-size: 13px !important;
	line-height: 2.5rem;
}
.form-header{
	color:#ff9900;
	margin-bottom:20px;
}
label{
	color:#000;
}
.navbar-nav li.drop ul.dropdown li.current{
	background:#ff8606;
}
.navbar-nav li.drop ul.dropdown li.current a{
	color:#fff;
}
.mt-3{
	margin-top:30px;
}
.testimonial-post{
	background-color: #ff8606;
	color: #fff;
	margin-bottom: 35px;
	transform: skew(-20deg);
	padding:35px;
	
}
.testimonial-post p{
	color:#FFF;
}
.testimonial-post .client-info{
	text-align: right;
}
.testimonial-post .client-info h4{
	font-size: medium;
	font-weight: bold;
}
.testimonial-post .client-info span{
	font-style: italic;
	font-size: small;
}

#accordion {
	margin: auto;
	max-width: 100%;
  }
  
  .panel-heading a {
	display: block;
	position: relative;
	font-weight: bold;
	
	&::after {
	  content: "";
	  border: solid black;
	  border-width: 0 3px 3px 0;
	  display: inline-block;
	  padding: 5px;
	  position: absolute;
	  right: 0;
	  top: 0;
	  transform: rotate(45deg);
	}
  
	&[aria-expanded="true"]::after {
	  transform: rotate(-135deg);
	  top: 5px;
	}
  }
  