@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700;800&display=swap');
body
{
	
font-family: 'Nunito', sans-serif!important;
overflow-x: hidden;
}
.navigation-menu > ul > li > a
{
font-family: 'Nunito', sans-serif;
font-size: 16px;	
}
.navigation-menu > ul > li > a:hover
{
	text-decoration: none;
}
.header-area
{
	background-color: #fff!important;
	border-bottom: solid 1px #F2B263;
}
.section-title
{
	font-weight: bold;
}
.section-title:after
{
	background-image: linear-gradient(to right, #F2B263, #C86B30)!important;

}
.footer-title::after
{
	background-image: linear-gradient(to right, #F2B263, #C86B30)!important;
}
.tai-about-area
{
	padding: 60px 0px 0px 0px;
}
.about-tai-content p
{
	line-height: 30px;
	font-size: 15px;
}
.footer-area a {
    color: #e1a54b!important;
    }


  .footer-area a:hover{
    color:#fec46e!important;
    text-decoration: none;
    }
    .footer-title h6
    {
    	font-family: "nunito", sans-serif;
font-size: 16px;
    }
        .header-btn .btn-default
{
    font-family: 'Nunito', sans-serif!important;
    border:none!important;
    padding: 7px 40px!important;
    font-weight: bold;
    background-image: linear-gradient(to right, #C86B30, #F2B263)!important;
}
.header-btn .btn-default:hover
{
      background-image: linear-gradient(to right, #F2B263, #C86B30)!important;
      color: #fff;
}
.header-sticky.is-sticky
{
    background-color: #fff;
}
.login-bg
{
	background-image: linear-gradient(to right, #F2B263, #C86B30)!important;
}
.submit-btn
{
	background-color: transparent!important;
	background-image: linear-gradient(to right, #DBDBDB, #fff) !important;
	color: #000!important;
	padding: 7px 57px;
	font-weight: bold;
}
.section-space--pb_120
{
	padding-bottom: 30px;
}
.clear
{
	clear: both;
}

.contact-form-wrap h3
{
	color: #fff!important;
}
.contact-inner label
{
	color: #fff!important;
}
.contact-inner
{
	border-radius: 3px!important;
}
.contact-form__one .contact-input .contact-inner input
{
	border:none!important;
	border-radius: 0px!important;
padding: 10px 20px!important;

font-style:normal!important;
background-color: #f8f8f8!important;
border-radius: 3px!important;
color: #000;
}
.btn-danger
{
background-image: linear-gradient(to right, #F2B263, #C86B30)!important;
border:none;
padding: 7px 40px;	
}
.modal-title
{
	font-size: 18px!important;
}
select
{
	height: 47px;
}

.tab {
  overflow: hidden;
  text-align: center;
}


/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  
  border: none;
  outline: none;
  cursor: pointer;
 padding: 7px 30px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */

/* Create an active/current tablink class */
.tab button.active {
  background-color: transparent!important;
	background-image: linear-gradient(to right, #F2B263, #C86B30)!important;
	color: #fff!important;
	padding: 7px 30px;
	border-radius: 4px;
}
.tab button:hover {
  background-color: transparent!important;
	background-image: linear-gradient(to right, #F2B263, #C86B30)!important;
	color: #fff!important;
	padding: 7px 30px;
	border-radius: 4px;
}
.contact-inner option
{
	color: #000;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

/* Style the close button */
.topright {
  float: right;
  cursor: pointer;
  font-size: 28px;
}

.topright:hover {color: red;}