/*
  Theme Name: BizPage
  Theme URL: https://bootstrapmade.com/bizpage-bootstrap-business-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

/* Muli-300 - thai_latin */
@font-face {
  font-family: 'Muli', sans-serif;
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/Muli-Light.eot'); /* IE9 Compat Modes */
  src: local('Muli Light'), local('Muli-Light'),
       url('../fonts/Muli-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Muli-Light.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Muli-Light.woff') format('woff'), /* Modern Browsers */
       url('../fonts/Muli-Light.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Muli-Light.svg#Muli') format('svg'); /* Legacy iOS */
}
/* Muli-regular - thai_latin */
@font-face {
  font-family: 'Muli', sans-serif;
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Muli-Regular.eot'); /* IE9 Compat Modes */
  src: local('Muli Regular'), local('Muli-Regular'),
       url('../fonts/Muli-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Muli-Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Muli-Regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/Muli-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Muli-Regular.svg#Muli') format('svg'); /* Legacy iOS */
}
/* Muli-500 - thai_latin */
@font-face {
  font-family: 'Muli', sans-serif;
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/Muli-SemiBold.eot'); /* IE9 Compat Modes */
  src: local('Muli Medium'), local('Muli-Medium'),
       url('../fonts/Muli-SemiBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Muli-SemiBold.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Muli-SemiBold.woff') format('woff'), /* Modern Browsers */
       url('../fonts/Muli-SemiBold.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Muli-SemiBold.svg#Muli') format('svg'); /* Legacy iOS */
}
/* Muli-700 - thai_latin */
@font-face {
  font-family: 'Muli', sans-serif;
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/Muli-Bold.eot'); /* IE9 Compat Modes */
  src: local('Muli Bold'), local('Muli-Bold'),
       url('../fonts/Muli-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Muli-Bold.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Muli-Bold.woff') format('woff'), /* Modern Browsers */
       url('../fonts/Muli-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Muli-Bold.svg#Muli') format('svg'); /* Legacy iOS */
}


html {
  font-family: 'Muli', sans-serif;
  line-height: 1.15;
  font-weight: 300;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  background: #fff;
  color: #666666;
  font-family: 'Muli', sans-serif;
}

.maintext a {
  font-family: 'Muli', sans-serif;
}

.bg-puple {
	background-color: rgba(95,57,118,1);
	color: #ffffff;
	transition: .5s;
}
div a > .bg-puple {
	background-color: rgba(95,57,118,1);
	color: #ffffff;
	transition: .5s;
}
div a:hover > .bg-puple {
	background-color: rgba(95,57,118,.8);
	color: #F2BF24;
	transition: .5s;
	 box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.85);
}

.bg-pink {
	background-color: rgba(235,0,139,1);
	color: #ffffff;
	transition: .5s;
}
div a > .bg-pink {
	background-color: rgba(235,0,139,1);
	color: #ffffff;
	transition: .5s;
}
div a:hover > .bg-pink {
	background-color: rgba(235,0,139,.8);
	color: #F2BF24;
	transition: .5s;
	 box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.85);
}

.box {
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.box:hover {
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.85);
}

.item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.item img {
  max-width: 100%;  
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.item:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.05);
}

.opa > img {
  opacity: 0.7;
  filter: alpha(opacity=70); /* For IE8 and earlier */
}

.opa > img:hover {
  opacity: 1.0;
  filter: alpha(opacity=100); /* For IE8 and earlier */
}

.opa > img:hover {
  opacity: 1.0;
  filter: alpha(opacity=100); /* For IE8 and earlier */
}

.zoom {
  transition: transform .3s;
  margin: 0 auto;
}

.zoom:hover {
  -ms-transform: scale(1.02); /* IE 9 */
  -webkit-transform: scale(1.02); /* Safari 3-8 */
  transform: scale(1.02); 
}

.tabContent {
	background-color: rgba(95,57,118,0.9);
	/*background-color:#472B59;*/
	color: #ffffff;
}
.tabContent2 {
	background-color:#000;
	color: #ffffff;
	
}
.box-search {
	width: 130px;
}

.text-gradient {
  
	background: linear-gradient(to right, #5F3976 0%, #D86B80 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.div-position {
	position: relative;
	text-align: center;
}

.text-position {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.div-box {
	position: relative;
}

.bg-content-box {
	background-color: rgba(255,255,255,0.1);
	font-size: 14px;
}

.box-position {
top:1px;
position: absolute;
right: 0;
z-index: 1;
padding-top: 130px;
}

.box-position img {
	cursor: pointer;
}


.padding-small-screen {
padding-top: 120px;
right: 0;
}


.divbar {
        height: 30px;
        width: 1px;
        display: inline-block;
        vertical-align: middle;
        margin: 5px 20px;
        background-color: #D9D9D9;
    }

.divbarfull {
        height: auto;
        width: 1px;
        display: inline-block;
        vertical-align: middle;
        /*margin: 5px 20px;*/
        background-color: #D9D9D9;
    }

.menubar {
    padding-top: 22px;
    }
.logotop {
    padding-top: 5px;
    }

section.all {
    padding: 100px 0;
}


section.about {
    padding: 60px 0;
}

.text-brow {
    color: #F2BF24;
}
.border2px {
    border: 1rem solid rgba(0,0,0,0.1);
}

section.productdetail {
    padding: 60px 0;
}

#section-page {
padding: 60px 0 60px 0;	
}

#menubar-forpage {
background: rgba(255, 255, 255, .95);
padding: 0px 0;
height: 110px;
transition: all .3s;
color: #000;
/*border-bottom: 5px solid rgba(242,191,36,1.00);*/
/*border-bottom: 10px solid rgba(95, 57, 118, 1.0);*/
/*border-bottom: 10px solid rgba(235,0,139,1);*/
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

#menubar-forpage img.logo-bg {
background: rgba(255, 255, 255, 1);
box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

a {
  color: #4d4d4d;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #F2BF24;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-family: 'Muli', sans-serif;*/
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background-color:rgba(235,0,139,1);
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

.back-to-top a:hover {
	background-color:rgba(235,0,139,0.7);
}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #F2BF24;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

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

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

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

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  padding: 0px 0;
  height: 130px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0s;
  z-index: 3;
 color: #4d4d4d;
 background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}

#header.header-scrolled {
	/*background: rgba(242, 191, 36, .95);*/
  background: rgba(255, 255, 255, 1);
	
  padding: 0px 0;
  height: 110px;
  transition: all 0s;
    color: #000;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
	/*border-bottom: 2px solid rgba(242,191,36,1.00);*/
	/*border-bottom: 2px solid rgba(95, 57, 118, 1.0);*/
	border-bottom: 5px solid rgba(235,0,139,1);
}


.hderbar{    
    color: #4d4d4d;
}

.hderbar a {    
    color: #EB008B;
}

#header.header-scrolled > .hderbar a {
  color: #EB008B;
}

#navbar{
	z-index: 4;
}

#navbar.hderbar {
  transition: all 0.2s;
}

#navbar.navbar-scrolled > .hderbar {
  transition: all 0.2s;
  color: #4d4d4d;
  /*border-bottom: 1px solid rgba(0,0,0,0.1);*/	
}


#logobg {
  background: rgba(255, 255, 255, 0);
  transition: all 0.3s;
	z-index: 99999;
}

#logobg.img-scrolled {
  background: rgba(255, 255, 255, 1.0);
  transition: all 0.3s;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

#header #logo {
  float: left;
  width: 130px;
}

#header #logo h1 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: 'Muli', sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #000;
  /*padding-left: 10px;
  border-left: 4px solid #F2BF24;*/
}

#header #logo img {
  padding: 0;
  margin: 0;
}



/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  display: table;
  width: 100%;
  height: 100vh;
  background: #ffffff;
}

#intro .carousel-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#intro .carousel-item::before {
  content: '';
  /*background-color: rgba(0, 0, 0, 0);*/
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#intro .carousel-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#intro .carousel-background img {
  max-width: 100%;
}

#intro .carousel-content {
  text-align: left;
}

#intro h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 90px;
  font-weight: 700;
  line-height:auto;
}

#intro p {
  margin: 0 auto 20px auto;
  color: #fff;
}

#intro .carousel-fade {
  overflow: hidden;
}

#intro .carousel-fade .carousel-inner .carousel-item {
  transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 1s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev,
#intro .carousel-control-next {
  width: 10%;
}

#intro .carousel-control-next-icon,
#intro .carousel-control-prev-icon {
  background: none;
  font-size: 42px;
  line-height: 1;
}

#intro .carousel-indicators li {
  cursor: pointer;
}

#intro .btn-get-started {
  font-family: 'Muli', sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #F2BF24;
}

#intro .btn-get-started:hover {
  background: #fff;
  color: #F2BF24;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Meu Container */

#nav-menu-container {
  float: right;
  margin: 0;
}

/* Nav Meu Styling */
#navbar a {
 padding: 0 5px 5px 5px;
  text-decoration: none;
  display: inline-block;
  color:#4d4d4d;
  font-weight: 700;
  font-size: 14px;
  outline: none;   
  text-transform: uppercase;
    
}

#barscrolled {
 padding: 18px 0px 0px 0px;  
    transition: 0.3s;
}

#barscrolled.barscrolled-scrolled {
 padding: 18px 0px 0px 0px;
 transition: 0.3s;
}


#navbar .nav-menu li:hover > a,
#navbar .nav-menu > .menu-active > a {
  color: #EB008B;
}

#navbar .nav-menu > li {
  margin-left: 10px;
}

#navbar .nav-menu ul {
  margin: 4px 0 0 0;
  padding: 0px 10px 0px 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

#navbar .nav-menu ul li {
  transition: 0.3s;
}

#navbar .nav-menu ul li a {
  padding: 10px;
  color: #444;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

#navbar .nav-menu ul li:hover > a {
  color: #EB008B;
}

#navbar .nav-menu ul ul {
  margin: 0;
}

#navbar.navbar-scrolled a {
  color:#444;
}

#navbar.navbar-scrolled .nav-menu li:hover > a,
#navbar.navbar-scrolled .nav-menu > .menu-active > a {
  color: #EB008B;
}

#navbar.navbar-scrolled .nav-menu > li {
  margin-left: 10px;
}

#navbar.navbar-scrolled .nav-menu ul {
  margin: 4px 0 0 0;
  padding: 0px 10px 0px 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

#navbar.navbar-scrolled .nav-menu ul li {
  transition: 0.3s;
}

#navbar.navbar-scrolled .nav-menu ul li a {
  padding: 10px;
  color: #444;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

#navbar.navbar-scrolled .nav-menu ul li:hover > a {
  color: #F2BF24;
}

#navbar.navbar-scrolled .nav-menu ul ul {
  margin: 0;
}

/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: -5px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
  margin-top: 58px;
}

#mobile-nav-toggle i {
  color: #F2BF24;
}

/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(71,43,89,.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 500;
	border-bottom: 1px solid rgba(224,224,224,.1);
  /*font-family: 'Muli', sans-serif;*/
}

#mobile-nav ul li a:hover {
  color: #F2BF24;
  background: rgba(255, 255, 255,.2);
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #F2BF24;
}

#mobile-nav ul .menu-has-children i.fa-angle-down {
  color: #F2BF24;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #F2BF24;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(95, 57, 118, .7);
  display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/
.section-header h1 {
  font-size: 60px;
  color: #111;
  /*text-transform: uppercase;*/
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.section-header h1::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-header h1::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #F2BF24;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-header h2 {
  font-size: 55px;
  color: #111;
  /*text-transform: uppercase;*/
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.section-header h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-header h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #F2BF24;
  bottom: 0;
  left: calc(50% - 20px);
}


.section-header h3 {
  font-size: 45px;
  color: #111;
  /*text-transform: uppercase;*/
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.section-header h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-header h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #F2BF24;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-header p {
  text-align: center;
  /*padding-bottom: 30px;*/
  color: #333;
}


/* Sections hot-deal-packages
--------------------------------*/
 #hot-deal-packages {
  background: url("../img/hot-deal-packages-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 100px 0;
  position: relative;
}

#hot-deal-packages::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 0;
}

#hot-deal-packages .container {
  position: relative;
  z-index: 2;
}


/* Sections thailand-photo
--------------------------------*/
 #thailand-photo {
  background: url("../img/thailand-photo-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 100px 0;
  position: relative;
}

#thailand-photo::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, .8);
  z-index: 0;
}

#thailand-photo .container {
  position: relative;
  z-index: 2;
}

/* Sections thailand-certify
--------------------------------*/
 #thailand-cartify {
  background: url("../img/breakup-certify-doucments.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 100px 0;
  position: relative;
}

#thailand-cartify::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, .8);
  z-index: 0;
}

#thailand-cartify .container {
  position: relative;
  z-index: 2;
}


/* discover-thailand
--------------------------------*/

 #discover-thailand {
  background: url("../img/discover-thailand-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 100px 0;
  position: relative;
}

#discover-thailand::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 0;
}

#discover-thailand .container {
  position: relative;
  z-index: 2;
}



/* best-price
--------------------------------*/

 #best-price {
  background: url("../img/best-price-bg.svg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0;
  position: relative;
}

#best-price::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 0;
}

#best-price .container {
  position: relative;
  z-index: 2;
}



/* travel-guides
--------------------------------*/

 #travel-guides {
  /*background: url("../img/travel-guides-bg.svg") center top no-repeat fixed;*/
  background-size: cover;
  padding: 80px 0px 0px 0px;
  position: relative;
}

#travel-guides::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 0;
}

#travel-guides .container {
  position: relative;
  z-index: 2;
}

/* travel-guides
--------------------------------*/

 #beforfooter {
  padding: 0px 0;
}


.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: pointer;
  background-color: rgba(0,0,0,1);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
   font-family: 'Muli', sans-serif;
    -webkit-box-shadow: 0px 0px 34px -1px rgba(0,0,0,0.83);
-moz-box-shadow: 0px 0px 34px -1px rgba(0,0,0,0.83);
box-shadow: 0px 0px 34px -1px rgba(0,0,0,0.83);
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  background-color: rgba(0,0,0,0.3);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hovereffect:hover img {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect h2 {
  font-size: 2.5rem;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-color: transparent;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hovereffect h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
    
}

.hovereffect:hover h2:after {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-color: transparent;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hovereffect h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
    
}

.hovereffect a, .hovereffect p {
  color: #FFF;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}

.hovereffect:hover a, .hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}


  
  
  
 


/* Section with background
--------------------------------*/
.section-bg {
  background: #f7f7f7;
}

/* Featured Services Section
--------------------------------*/

#featured-services {
  background: #000;
}

#featured-services .box {
  padding: 30px 20px;
}

#featured-services .box-bg {
  background-image: linear-gradient(0deg, #000000 0%, #242323 50%, #000000 100%);
}

#featured-services i {
  color: #F2BF24;
  font-size: 48px;
  display: inline-block;
  line-height: 1;
}

#featured-services h4 {
  font-weight: 400;
  margin: 15px 0;
  font-size: 18px;
}

#featured-services h4 a {
  color: #fff;
}

#featured-services h4 a:hover {
  color: #F2BF24;
}

#featured-services p {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0;
}

/* product Us Section
--------------------------------*/

#product {
  background: url("../img/product-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 80px 0 100px 0;
  position: relative;
}

#product::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 0;
}

#product .container {
  position: relative;
  z-index: 2;
}


/* fast-contact Section
--------------------------------*/

#fast-contact {
  background: url("../img/fast-contact-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 250px 0;
  position: relative;
}

#fast-contact::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 0;
}

#fast-contact .container {
  position: relative;
  z-index: 2;
}

/* fast-contact2 Section
--------------------------------*/
#fast-contact2 {
  background: url("../img/fast-contact2-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 30px 0;
  position: relative;
}

#fast-contact2::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 0;
}

#fast-contact2 .container {
  position: relative;
  z-index: 2;
}

#fast-contact2 .container h3 {
    font-size: 3rem;
}

#fast-contact2 .container h4 {
    font-size: 2.3rem;
}



/* About Us Section
--------------------------------*/

#about {
  background: url("../img/about-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  /*padding: 60px 0 40px 0;*/
  position: relative;
}

#about::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

#about .container {
  position: relative;
  z-index: 10;
}

#about .about-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}

#about .about-col .img {
  position: relative;
}

#about .about-col .img img {
  border-radius: 4px 4px 0 0;
}

#about .about-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: #F2BF24;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc( 50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

#about .about-col i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#about .about-col:hover .icon {
  background-color: #fff;
}

#about .about-col:hover i {
  color: #F2BF24;
}

#about .about-col h2 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 40px 0 12px 0;
}

#about .about-col h2 a {
  color: #000;
}

#about .about-col h2 a:hover {
  color: #F2BF24;
}

#about .about-col p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
}

/* Services Section
--------------------------------*/

#services {
  background: #fff;
  background-size: cover;
  padding: 60px 0 40px 0;
}

#services .box {
  margin-bottom: 30px;
}

#services .icon {
  float: left;
}

#services .icon i {
  color: #F2BF24;
  font-size: 36px;
  line-height: 1;
  transition: 0.5s;
}

#services .title {
  margin-left: 60px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#services .title a {
  color: #111;
}

#services .box:hover .title a {
  color: #F2BF24;
}

#services .description {
  font-size: 14px;
  margin-left: 60px;
  line-height: 24px;
  margin-bottom: 0;
}

/* Call To Action Section
--------------------------------*/

#call-to-action {
  background: linear-gradient(rgba(0, 142, 99, 0.1), rgba(0, 0, 0, 0.1)), url(../img/call-to-action-bg.jpg) fixed center center;
  background-size: cover;
  padding: 60px 0;
}

#call-to-action h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action p {
  color: #fff;
}

#call-to-action .cta-btn {
  font-family: 'Muli', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #F2BF24;
  border: 2px solid #F2BF24;
}

/* Call To Action Section
--------------------------------*/

#skills {
  padding: 60px 0;
}

#skills .progress {
  height: 35px;
  margin-bottom: 10px;
}

#skills .progress .skill {
  font-family: 'Muli', sans-serif;
  line-height: 35px;
  padding: 0;
  margin: 0 0 0 20px;
  text-transform: uppercase;
}

#skills .progress .skill .val {
  float: right;
  font-style: normal;
  margin: 0 20px 0 0;
}

#skills .progress-bar {
  width: 1px;
  text-align: left;
  transition: .9s;
}

/* Facts Section
--------------------------------*/

#facts {
  /*background: url("../img/intro-carousel/marble-bg.jpg") center top no-repeat fixed;*/
  background-size: cover;
  padding: 60px 0 0 0;
  position: relative;
}

#facts::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.88);
  z-index: 9;
}

#facts .container {
  position: relative;
  z-index: 10;
}

#facts .counters span {
  font-family: 'Muli', sans-serif;
  font-weight: 700;
  font-size: 58px;
  display: block;
  color: #F2BF24;
}

#facts h3 {
  font-size: 58px;
}

#facts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  /*font-family: 'Muli', sans-serif;*/
  font-size: 14px;
  color: #111;
}

#facts .facts-img {
  text-align: center;
  padding-top: 30px;
}

/* Portfolio Section
--------------------------------*/

#portfolio {
  padding: 60px 0;
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
  background: #F2BF24;
  color: #fff;
}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-wrap {
  box-shadow: 0px 2px 12px rgba(205,205,205,0.4);
    /*border-bottom: 3px solid rgba(198,156,109,1);*/
  transition: 0.3s;
}

#portfolio .portfolio-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.5);
}

#portfolio .portfolio-item {
  position: relative;
  height: 360px;
  overflow: hidden;
}

#portfolio .portfolio-item figure {
  background: #000;
  overflow: hidden;
  height: 240px;
  position: relative;
  border-radius: 4px 4px 0 0;
  margin: 0;
}

#portfolio .portfolio-item figure:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

#portfolio .portfolio-item figure .link-preview,
#portfolio .portfolio-item figure .link-details {
  position: absolute;
  display: inline-block;
  opacity: 0;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  transition: 0.2s linear;
}

#portfolio .portfolio-item figure .link-preview i,
#portfolio .portfolio-item figure .link-details i {
  padding-top: 6px;
  font-size: 22px;
  color: #333;
}

#portfolio .portfolio-item figure .link-preview:hover,
#portfolio .portfolio-item figure .link-details:hover {
  background: #F2BF24;
}

#portfolio .portfolio-item figure .link-preview:hover i,
#portfolio .portfolio-item figure .link-details:hover i {
  color: #fff;
}

#portfolio .portfolio-item figure .link-preview {
  left: calc(50% - 38px);
  top: calc(50% - 18px);
}

#portfolio .portfolio-item figure .link-details {
  right: calc(50% - 38px);
  top: calc(50% - 18px);
}

#portfolio .portfolio-item figure:hover .link-preview {
  opacity: 1;
  left: calc(50% - 44px);
}

#portfolio .portfolio-item figure:hover .link-details {
  opacity: 1;
  right: calc(50% - 44px);
}

#portfolio .portfolio-item .portfolio-info {
  background: #fff;
  text-align: center;
  padding: 30px;
  height: 90px;
  border-radius: 0 0 3px 3px;
}

#portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 18px;
  padding-bottom: 0;
}

#portfolio .portfolio-item .portfolio-info h4 a {
  color: #333;
}

#portfolio .portfolio-item .portfolio-info h4 a:hover {
  color: #F2BF24;
}

#portfolio .portfolio-item .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #333;
  font-weight: 400;
  font-size: 14px;
}

/* Clients Section
--------------------------------*/

#clients {
  padding: 60px 0;
}

#clients img {
  max-width: 100%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0;
}

#clients img:hover {
  opacity: 1;
}

#clients .owl-nav,
#clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#clients .owl-dot.active {
  background-color: #F2BF24;
}

/* Testimonials Section
--------------------------------*/

#testimonials {
  padding: 60px 0;
}

#testimonials .section-header {
  margin-bottom: 40px;
}

#testimonials .testimonial-item {
  text-align: center;
}

#testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

#testimonials .testimonial-item h3 {
  font-size: 30px;
  font-weight: 400;
  margin: 10px 0 30px 0;
  color: #F2BF24;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 30px 0;
}

#testimonials .testimonial-item .quote-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width: 37px;
}

#testimonials .testimonial-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 37px;
}

#testimonials .testimonial-item p {
  margin: 0 auto 15px auto;
}

#testimonials .owl-nav,
#testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#testimonials .owl-dot {
  display: inline-block;
  margin: 20px 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#testimonials .owl-dot.active {
  background-color: #F2BF24;
}

/* Team Section
--------------------------------*/

#team {
  background: #fff;
  padding: 60px 0;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
  background: #000;
  position: relative;
}

#team .member .member-info {
  opacity: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

#team .member .member-info-content {
  margin-top: -50px;
  transition: margin 0.2s;
}

#team .member:hover .member-info {
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  transition: 0.4s;
}

#team .member:hover .member-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  transition: none;
  color: #fff;
}

#team .member .social a:hover {
  color: #F2BF24;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/* Contact Section
--------------------------------*/

#contact {
  padding: 60px 0;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #F2BF24;
}

#contact .contact-info address,
#contact .contact-info p {
  margin-bottom: 0;
  color: #000;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}

#contact .contact-info a {
  color: #000;
}

#contact .contact-info a:hover {
  color: #F2BF24;
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
  margin-bottom: 20px;
}

#contact .form #sendmessage {
  color: #F2BF24;
  border: 1px solid #F2BF24;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input,
#contact .form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#contact .form button[type="submit"] {
  background: #F2BF24;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

#contact .form button[type="submit"]:hover {
  background: #4d4d4d;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background: #472B59;
  color: #f2f2f2;
  font-size: 14px;
}

#footer .footer-top {
  background: #F2BF24;
   color: #333;
  padding: 30px 0;
}


.border-footer {
	border: 1px solid rgba(0,0,0,.1);
}

#footer .footer-top .footer-info p {
  color: #333;
	padding-bottom: 0px;
	padding-top: 0px;
}

#footer .footer-top .social-links a {
  font-size: 14px;
  display: inline-block;
  background: #333;
  color: #eee;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #F2BF24;
  color: #333;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  position: relative;
  margin-bottom: 10px;
}


#footer .footer-top .footer-links {
  margin-bottom: 10px;
}


#footer .copyright {
  text-align: center;
    color: #ddd;
}

#footer .credits {
  text-align: center;
  font-size: 11px;
  color: #999;
}

#footer .credits a {
  text-align: center;
  color: #999;
}

#footer .credits a:hover {
  text-align: center;
  color: #F2BF24;
}

#footer a {
  color: #333;
}

#footer  a:hover {
  color: #B18B1B;
	transition: .1s;
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 768px) {
  #contact .contact-address,
  #contact .contact-phone,
  #contact .contact-email {
    padding: 20px 0;
  }

  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

@media (min-width: 992px) {
  #testimonials .testimonial-item p {
    width: 80%;
  }
	

}

@media (min-width: 1024px) {
	
.padding-small-screen {
padding-top: 150px;
}
	
  #header #logo {
    padding-left: 0px;
  }
   #intro p {
    width: 60%;
  }

  #intro .carousel-control-prev,
  #intro .carousel-control-next {
    width: 5%;
  }

  #nav-menu-container {
    padding-right: 0px;
  }
}

@media (max-width: 1024px) {
  .back-to-top {
    bottom: 15px;
  }
	 #header #logo img {
  width: 120px;      
  }
}

@media (max-width: 992px) {
		
  .back-to-top {
    bottom: 15px;
  }

  #header #logo h1 {
    font-size: 28px;
  }

  #header #logo img {
  width: 90px;      
  }

  #intro h2 {
    font-size: 60px;
  }

  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
  }
}


@media (max-width: 768px) {
	
.padding-small-screen {
padding-top: 120px;
right: 0;
}
	
  .back-to-top {
    bottom: 15px;
  }

  #header #logo h1 {
    font-size: 28px;
  }

  #header #logo img {
   width: 90px;
	  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0);
	  background:none;
  }
	
 #header {
  padding: 0px 0;
  height: 105px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
 color: #4d4d4d;
 background: linear-gradient(180deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.8) 100%);
}

#header.header-scrolled {
  background: rgba(255, 255, 255, 1.0);
  padding: 0px 0;
  height: 100px;
  transition: all 0.2s;
    color: #000;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
	/*border-bottom: 5px solid rgba(242,191,36,1.00);*/
	/*border-bottom: 5px solid rgba(95, 57, 118, 1.0);*/
	border-bottom: 5px solid rgba(235,0,139,1);
	
}
	

  #intro h2 {
    font-size: 60px;
  }

  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
  }
}

@media (max-width:576px) {
        .hderbar {
            background-color: rgba(255,255,255,0.2);
            border-bottom: 1px solid rgba(139,139,139,0.1);
           }
        }
    @media (max-width:768px) {
        .hderbar {
           /* background-color: rgba(255,255,255,0.2);*/
            border-bottom: 1px solid rgba(139,139,139,0.1);
           }
        }

/*.hderbar {
            background-color: rgba(0,0,0,0.3);
           }*/



/*serch box*/

* {box-sizing: border-box;
}
/*the container must be positioned relative:*/
.autocomplete {
	position: relative; 
	display: inline-block;
}
input {
  color: #4d4d4d;
}
select	{
  width: 100%;	
  color: #4d4d4d;
}
input[type=text] {
  width: 100%;
  color: #4d4d4d;
}
input[type=submit] {
  background-color: DodgerBlue;
  color: #4d4d4d;
  cursor: pointer;
}
.autocomplete-items {
  position: absolute;
  background-color: rgba(255,255,255,1);
  border-bottom: none;
  border-top: none;
  z-index: 999;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
  color: #4d4d4d;
}
.autocomplete-items div {
  padding: 10px 15px 10px 15px;
  cursor: pointer;
  color: #4d4d4d;
  background-color: rgba(255,255,255,1);
  border-bottom: 1px solid rgba(0,0,0,0.1);
  font-size: 16px;
  text-align: left;
}
/*when hovering an item:*/
.autocomplete-items div:hover {
  background: rgba(235,0,139,0.1);
  color: #EB008B;
  font-size: 16px;
}
/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: #EB008B; 
  color: #ffffff; 
	}


.js .toggle-box .content { display:none; }
.toggle { cursor:pointer; }

/* more server li colors */
.service-1 { color: #5f3976; }
.service-2 { color: #eb008b; }
.service-3 { color: #8B4513; }
.service-4 { color: #6495ED; }
.service-5 { color: #32CD32; }

