html, body 
{
  height: 100%;
}
.floatleft 
{
  float: left;
}
.floatright 
{
  float: right;
}
.alignleft 
{
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
.alignright 
{
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}
.aligncenter 
{
  display: block;
  margin: 0 auto 15px;
}
a:focus 
{
  outline: 0px solid;
}
a:visited, a:link
{
  text-decoration: none;
}
img 
{
  max-width: 100%;
  height: auto;
}
.fix 
{
  overflow: hidden;
}
p 
{
  margin: 0 0 15px;
  color: #000;
}
h1, h2, h3, h4, h5, h6 
{
  font-family: 'Raleway', sans-serif;
  margin: 0 0 15px;
  color: #000;
  font-weight: 500;
}
h1 
{
  font-size: 48px;
  line-height: 50px;
}
h2 
{
  font-size: 38px;
  line-height: 40px;
}
h3 
{
  font-size: 30px;
  line-height: 32px;
}
h4 
{
  font-size: 24px;
  line-height: 26px;
}
h5 
{
  font-size: 20px;
  line-height: 22px;
}
h6 
{
  font-size: 16px;
  line-height: 20px;
}
a 
{
  transition: all 0.3s ease 0s;
  text-decoration: none;
}
a:hover 
{
  color: #00BC89;
  text-decoration: none;
}
a:active, a:hover 
{
  outline: 0 none;
}
body 
{
  background: #fff none repeat scroll 0 0;
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  text-align: left;
  overflow-x: hidden;
  line-height: 22px;
}


/* Back to top button */
.back-to-top 
{
  position: fixed;
  display: none;
  background: #00BC89;
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

@media (max-width: 768px) 
{
  .back-to-top 
  {
    bottom: 15px;
  }
}
.back-to-top:focus 
{
  background: #00BC89;
  color: #fff;
  outline: none;
}
.back-to-top:hover 
{
  background: #3cd6ed;
  color: #fff;
}
.clear 
{
  clear: both;
}
ul 
{
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
input, select, textarea, input[type="text"], input[type="date"], input[type="url"], input[type="email"], input[type="password"], input[type="tel"], button, button[type="submit"] 
{
  -moz-appearance: none;
  box-shadow: none !important;
}
::-moz-selection 
{
  background: #FFFFB9;
  text-shadow: none;
}
::selection 
{
  background: #FFFFB9;
  text-shadow: none;
}
.area-padding 
{
  padding: 50px 0px 60px;
}
.area-padding-2 
{
  padding: 50px 0px 30px;
}
.padding-2 
{
  padding-bottom: 90px;
}
.section-headline h2 
{
  display: inline-block;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 50px;
  position: relative;
  text-transform: capitalize;
  color: #444;
}
.section-headline h2::after 
{
  border: 1px solid #333;
  bottom: -20px;
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 40%;
}
.sec-head 
{
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0;
  padding: 0 0 10px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}

/* Header top Area
/*--------------------------------*/

.header-area 
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: rgba(0, 0, 0, 0.40);
  z-index: 9;
}
.navbar-header a.navbar-brand 
{
  display: inline-block;
  height: 80px;
  padding: 15px 0;
}
.main-menu ul.navbar-nav li 
{
  display: inline-block;
  padding: 0px 13px;
}
.main-menu ul.navbar-nav li a 
{
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 30px 0px;
  text-transform: capitalize;
  letter-spacing: 1px;
}
.main-menu .dropdown ul li a
{
  padding: 10px 0px;
}
.main-menu ul.navbar-nav li.active > a 
{
  bottom: 0px;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
}
.main-menu ul.navbar-nav li.active a:hover 
{
  background: none;
  color: #fff;
}
.main-menu ul.navbar-nav li.active a:focus 
{
  color: #fff;
}
.main-menu ul.navbar-nav li.active a 
{
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #fff;
  position: relative;
}
.main-menu ul.navbar-nav li a:hover 
{
  color: #00BC89;
  font-weight: bold;
}
.navbar 
{
  border: medium none;
  margin-bottom: 0;
}
.navbar-default 
{
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.main-menu ul.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus 
{
  background: none;
  color: #333;
}
.main-menu ul.navbar-nav li .active 
{
  color: #4CF9CA;
}
.navbar-default .navbar-toggle 
{
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  padding: 25px 0px;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus 
{
  background-color: transparent;
  color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus 
{
  background: none;
}
.navbar-default .navbar-toggle .icon-bar 
{
  background-color: #fff;
  width: 30px;
  height: 2px;
}
.top-right.text-right 
{
  float: right;
  position: relative;
  top: 24px;
  margin-left: 20px;
}
.top-right.text-right>li 
{
  float: right;
  margin: 0px 8px;
}
.top-right.text-right li a 
{
  color: #fff;
}
.main-menu .dropdown ul 
{
  background: #00BC89;
}
.main-menu .dropdown ul li 
{
  display: block;
}
.main-menu .dropdown ul
{
  padding: 2px;
}

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

/* Stick menu
/*--------------------------------*/

.header-area.stick 
{
  background-color: rgba(0, 0, 0, 1);
  height: 80px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.stick .navbar-header a.navbar-brand 
{
  display: inline-block;
  height: 90px;
}
.stick .navbar-brand>img 
{
  display: none;
}
.stick .navbar-brand.sticky-logo>img 
{
  display: block;
}
.sticky-logo h1 
{
  color: #fff;
  padding: 0;
  margin: 0;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}
.sticky-logo h1 span 
{
  color: #00BC89;
}
.stick .main-menu ul.navbar-nav li.active > a::after 
{
  border: 1px solid #fff;
  bottom: 0px;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
}
.stick .main-menu ul.nav>li>a:hover 
{
  color: #fff;
}
.stick .main-menu ul.navbar-nav li.active a 
{
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #fff;
  position: relative;
}
.stick .mainmenu ul#nav>li:hover>a, .stick .mainmenu ul#nav li .mega-menu, .stick .mainmenu ul#nav li ul.sub-menu 
{
  background-color: #f5f5f5;
  color: #fff;
  outline: medium none;
}
.stick .mainmenu ul#nav li:hover ul.sub-menu li a:hover, .mainmenu ul#nav li .mega-menu span>a:hover, .stick .mainmenu ul#nav li .mega-menu-shop a.mega-menu-title:hover 
{
  color: #fff;
}
.stick .logo 
{
  height: 20px;
}
.stick .logo a 
{
  margin-top: 0px;
}
.stick .main-menu ul.nav>li>a 
{
  color: #fff;
  line-height: 22px;
  padding: 29px 0px;
  text-transform: capitalize;
  letter-spacing: 1px;
}
.stick .main-menu ul.nav>li>a:hover
{
  color: #00BC89;
}
.stick .main-menu ul.nav>li .active
{
  color: #00BC89;
}
.stick .navbar-default .navbar-toggle .icon-bar 
{
  background-color: #fff;
  width: 30px;
  height: 2px;
}
.stick .navbar-default .navbar-toggle 
{
  padding: 10px 0px;
}

/*------------------------------
About Area
--------------------------------*/
#about
{
  background: url(../images/about-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
}
.about-area 
{
  background-color: #f9f9f9;
}
.single-well>a 
{
  display: block;
}
.single-well ul li
{
  color: #000;
  display: block;
  padding: 5px 0;
}
.single-well ul li i 
{
  color: #00BC89;
  padding-right: 10px;
  font-size: 12px;
}
.single-well p 
{
  color: #000;
}


/*------------------------------
  Quote area
--------------------------------*/

.suscribe-area 
{
  background: url('../images/footer-bg.jpg') no-repeat;
  background-size: cover;
  padding: 20px 0;
}
.suscribe-text 
{
  display: block;
  padding: 10px 0;
}
.suscribe-text h3 
{
  color: #000;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.sus-btn 
{
  background: #fff none repeat scroll 0 0;
  border: 1px solid #FF4376;
  color: #FF4376;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  margin-left: 100px;
  padding: 8px 15px;
  text-decoration: none;
  border-radius: 30px;
}
.sus-btn:hover 
{
  background: #FF4376 none repeat scroll 0 0;
  border: 1px solid #fff;
  color: #fff;
}


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

/*  Contact Area
/*--------------------------------*/

.contact-area 
{
  height: auto;
  width: 100%;
  background: #fff;
}
.contact-content 
{
  padding: 100px;
  background: #000 none repeat scroll 0 0;
}
.contact-content-right 
{
  padding: 100px;
}
.single-icon i 
{
  font-size: 24px;
  width: 50px;
  height: 50px;
  border: 1px solid #000;
  line-height: 46px;
  border-radius: 50%;
  margin-bottom: 20px;
}
.single-icon p 
{
  font-size: 15px;
  line-height: 30px;
}
.contact-icon 
{
  margin-bottom: 40px;
}
#google-map 
{
  height: 370px;
  margin-bottom: 20px;
}

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

/*  Footer Area
/*----------------------------------------*/

.footer-area 
{
  padding: 40px 0;
  background: #f9f9f9;
}
.footer-area-bottom 
{
  background: #f1f1f1 none repeat scroll 0 0;
  padding: 15px 0px 0px 0px;
}
.copyright-text a:hover 
{
  text-decoration: underline;
  color: #00BC89;
}
.copyright-text a 
{
  color: #000;
}
.copyright>p 
{
  margin-bottom: 0;
  color: #000;
}
.copyright a, .credits a 
{
  color: #00BC89;
}
.copyright a, .credits a:hover
{
  text-decoration: underline;
}
.credits 
{
  padding-top: 5px;
  text-align: center;
}

/*----------------------------------------
 .End CSS
----------------------------------------*/

/********************************* CUSTOM *****************************/

/* ========= error part start ========== */

.error img 
{
  padding-top: 15%;
  padding-bottom: 3%;
  margin: 0 auto;
}
.error button 
{
    background-color: #FF4376;
    padding: 10px 15px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border:1px solid #FF4376;
    margin-top: 5%;
}
.error button:hover
{
    background-color: #fff;
    padding: 1% 2%;
    color: #FF4376;
    font-size: 20px;
    border:1px solid #FF4376;
}

/********* image hover effect ********/

.hovereffect 
{
width:100%;
height:100%;
float:left;
overflow:hidden;
position:relative;
text-align:center;
cursor:default;
}
.hovereffect .overlay 
{
width:100%;
height:100%;
position:absolute;
overflow:hidden;
top:0;
left:0;
opacity:0;
background-color:rgba(0,0,0,0.8);
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out
}
.hovereffect img
{
display:block;
position:relative;
-webkit-transition:all .4s linear;
transition:all .4s linear;
border: 1px solid #747474;
}
.hovereffect h2 
{
color:#fff;
text-align:center;
position:relative;
font-size:12px;
background:rgba(0,0,0,0.6);
-webkit-transform:translatey(-100px);
-ms-transform:translatey(-100px);
transform:translatey(-100px);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
padding:10px;
}
.hovereffect a.info 
{
text-decoration:none;
display:inline-block;
color:#fff;
font-weight: bold;
border:1px solid #fff;
background-color:transparent;
opacity:0.6;
filter:alpha(opacity=0);
-webkit-transition:all .1s ease-in-out;
transition:all .1s ease-in-out;
margin:40px 0 0;
padding:7px 14px;
}
.hovereffect a.info:hover 
{
box-shadow:0 0 5px #fff;
opacity: 0.5;
}
.hovereffect:hover img 
{
-ms-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.2);
}
.hovereffect:hover .overlay 
{
opacity:1;
filter:alpha(opacity=100);
}
.hovereffect:hover h2,.hovereffect:hover a.info 
{
opacity:1;
filter:alpha(opacity=100);
-ms-transform:translatey(0);
-webkit-transform:translatey(0);
transform:translatey(0);
}
.hovereffect:hover a.info 
{
-webkit-transition-delay:.2s;
transition-delay:.2s;
}

/****** other ********/
#services .col-md-4
{
  margin-top: 25px;
}
.text-white 
{
  color: #fff;
}
.m-b25
{
  margin-bottom: 25px;
}
.member-border
{
  border: 1px solid #c9c9c9;
  -webkit-box-shadow: 0px 10px 13px -7px #000000, 2px 5px 15px 5px rgba(0,0,0,0); 
  -moz-box-shadow: 0px 10px 13px -7px #000000, 2px 5px 15px 5px rgba(0,0,0,0); 
  box-shadow: 0px 10px 13px -7px #000000, 2px 5px 15px 5px rgba(0,0,0,0);
}
#member-details span
{
  font-weight: bold;
}
#member-details img
{
  padding: 25px;
}
#member-details p 
{
  padding: 0px 0px 5px 25px;
}
#member-details a , #contact a
{
  color: #000;
}
#member-details a:hover, #contact a:hover
{
  text-decoration: underline;
  color: #FF4376;
}
.table-responsive
{
  margin: 25px;
}
th
{
  color: #FF4376;
}
.button button
{
  background: #FFA6BE;
  color: #000;
  padding: 8px 15px;
  font-weight: bold;
  border-radius: 10px;
  border: 1px solid #FFA6BE;
  margin-top: 10px;
}
.modal-title
{
  color: #FF4376;
  font-weight: bold;
}

/****** media query ****/