








/* acordian custom css */

h2 {
  font-family:"Fira Sans", sans-serif;
  font-weight: 800;
  font-size: 2.5rem;
  color: #f4f4f4;
  text-transform: uppercase;
}
.accordion-section .panel-default > .panel-heading {
  border: 0;
  background: #f4f4f4;
  padding: 0;
}
.accordion-section .panel-default .panel-title a {
  display: block;
  /* font-style: italic; */
  font-size: 1.5rem;
}
.accordion-section .panel-default .panel-title a:after {
  font-family: 'FontAwesome';
  font-style: normal;
  font-size: 2rem;
  content: "\f106";
  color: #1b1b1b;
  float: right;
  margin-top: -12px;
}
.accordion-section .panel-default .panel-title a.collapsed:after {
  content: "\f107";
}
.accordion-section .panel-default .panel-body {
  font-size: 1.2rem;
}



/* .image {
	background-image: url(https://img.icons8.com/wired/64/000000/coffee.png), url(https://images.pexels.com/photos/683039/pexels-photo-683039.jpeg?auto=compress&cs=tinysrgb&h=750&w=1260);
	height: 250px;
}

.header {
	padding-top: 50px;
	color: white;
	font-size: 20px;
	text-align: center;
} */

.faq-header
{
    font-family:Kanit;
    padding-bottom:2rem;
    margin-top: 4%;
    background:#302B3F;
    text-align:center;
    color:#fff;
}
.faq-header h2
{
    font-size:15rem;
    font-weight:900;
    margin:0 0 1rem;
    text-shadow:2px 4px 3px rgba(0,0,0,.6)
}
.faq-header p
{
    font-size:2.5rem;
    font-weight:400
}


















nav > .nav.nav-tabs{

  border: none;
    color:#fff;
    background:#272e38;
    border-radius:0;

}
nav > div a.nav-item.nav-link,
nav > div a.nav-item.nav-link.active
{
  border: none;
    /* padding: 25px 25px; */
    color:rgb(37, 37, 37);
    background:#f8f8f8;
    border-radius:0;
}

nav > div a.nav-item.nav-link.active:after
 {
  /* content: ""; */
  position: relative;
  bottom: -60px;
  left: -10%;
  border: 15px solid transparent;
  border-top-color: #fa7c1d00;
}
.tab-content{
  background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
    border-top:5px solid #FA7C1D;
    border-bottom:5px solid #FA7C1D;
    /* padding:3 3 3 3; */
}

nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus
{
  border: none;
    background: #FA7C1D;
    color:#ffffff;
    border-radius:0;
    transition:background 0.20s linear;
}

/* ............................................ */


.btnContact{
  background-color: #BE1E2D;
color: white;
padding-top: 8px;
padding-bottom: 8px;
padding-left: 30px;
padding-right: 30px;
border-radius: 20px;
border: transparent;
}


a {
  color: #202020;
}

a:hover {
  color:#FA7C1D;
  text-decoration: none;
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 65px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f7fbfe;
}

.contact-title {
  text-align: center;
  padding-bottom: 30px;
}

.contact-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  color: #222222;
}

.contact-title h2::before, .contact-title h2::after {
  content: '';
  width: 50px;
  height: 2px;
  background: #BE1E2D;
  display: inline-block;
}

.contact-title h2::before {
  margin: 0 15px 10px 0;
}

.contact-title h2::after {
  margin: 0 0 10px 15px;
}

.contact-title p {
  margin: 15px 0 0 0;
}

/*--------------------------------------------------------------



/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .contact-about h3 {
  font-size: 24px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  color: #222222;
}

.contact .contact-about p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Raleway", sans-serif;
  color: #888;
}

.contact .social-links {
  padding-bottom: 20px;
}

.contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #FA7C1D;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #FA7C1D;
}

.contact .social-links a:hover {
  background: #FA7C1D;
  color: #fff;
}

.contact .info {
  color: #444444;
}

.contact .info i {
  font-size: 32px;
  color: #BE1E2D;
  float: left;
  line-height: 1;
}

.contact .info p {
  padding: 0 0 10px 42px;
  line-height: 28px;
  font-size: 14px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form button[type="submit"] {
  background: #FA7C1D;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #FA7C1D;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer2 {
  background: #fff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 0;
  color: #222222;
  font-size: 14px;
}

#footer2 .credits {
  font-size: 13px;
  padding-top: 5px;
  color: #222222;
}

#footer2 .footer-links a {
  color: #222222;
  padding-left: 15px;
}

#footer2 .footer-links a:first-child {
  padding-left: 0;
}

#footer2 .footer-links a:hover {
  color: #FA7C1D;
}
