#header.transparent-header {
    background-color: #ffffff;
}

#header.transparent-header.light #main-navbar ul li a {
    color: #444;
}

.bg-alpha-5 {
    background: rgb(0,0,0) !important;    
    background: rgba(0,0,0, 0.5) !important;
    padding: 5px 10px;
}

.bg-alpha-8 {
    background: rgb(0,0,0) !important;    
    background: rgba(0,0,0, 0.8) !important;
    padding: 5px 10px;
}

.tp-caption.black_thin_blackbg_60, .black_thin_blackbg_60 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 300;
  font-family: "Raleway", "Arial", sans-serif;
  color: white;
  text-decoration: none;
  background-color: black;
  padding: 5px 10px;
  text-shadow: none;
  border-width: 0px;
  border-color: black;
  border-style: none;
}

.tp-caption.text {
    font-weight: 300;
    font-family: "Raleway", "Arial", sans-serif;
    text-decoration: none;
    padding: 5px 10px;
    text-shadow: none;
    border-width: 0px;    
  }

.bg-gray {
    color: white !important;
    background-color: #989797 !important;
}

.bg-gray.dk {
    color: white !important;
    background-color: #4e4c4c !important;
}

.text-lg {
    font-size: 24px !important;
    line-height: 24px !important;
}

.text-blue {
    color: rgb(70,149,183);
}

.text-pink {
    color: rgb(230,24,115);
}

.text-yellow {
    color: #dacf37;
}

.text-yellow.dk  {
    color: rgb(210,223,137);
}

.text-theme {
  color: #27ac66;
}

.font-bold {
    font-weight: 700 !important;
}

.text-u-c {
    text-transform: uppercase;
}

.no-margin {
    margin: 0px;
}

/* override */
#header.transparent-header.light #main-navbar ul li:hover a, #header.transparent-header.light #main-navbar ul li.active a {
    color: #27ac66 !important;
}

#main-navbar > ul > li:hover a, #main-navbar > ul > li.active a {
    color: #27ac66;
}

.myBtn {
    background-color: #27ac66;    
}

.myBtn.myBtn-3d:hover {
    background-color: #27ac66 !important;
    opacity: 0.8;
}

.myBtn.myBtn-dark:hover {
    background-color: #000000;
}

.myBtn:hover {
    background-color: #27ac66;
    opacity: 0.8;
}

.myBtn.myBtn-border.myBtn-light:hover {
    background-color: #fff;
    color: #000000;
    text-shadow: none;
}

.feature-box .heading > a {
    color: #27ac66;
    font-size: 24px;
    padding-top: 13px;
}

.feature-box .heading span {
    font-size: 30px;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 1px;
    margin-bottom: 5px;
    padding-left: 40px;
}

.feature-box p {
    color: #000000;
    text-align: justify;
}

.feature-box.icon-block > a {
    background-color: #27ac66;
}

.mix-filter li:hover, .mix-filter li.active {
    color: white;
    background-color: #27ac66;
}

/* #footer {
    position: relative;
    background-color: #27ac66;
    color: #fff;
}

#footer .footer-bottom {
    padding: 40px 0;
    background-color: #219257;
    color: #fff;
}

#footer .footer-bottom a {
    color: #ccc;
}

#footer .footer-bottom a:hover {
    color: #ffffff;
} */

#main-navbar ul ul, #main-navbar ul li .mega-menu-content {
    width: 220px;    
}

.myBtn.myBtn-border-theme {
    border: 2px solid #27ac66;
    background-color: transparent;
    color: #3ab373;
    line-height: 42px;
    font-weight: 600;
    text-shadow: none;
}

.myBtn.myBtn-theme:hover {
    background-color: #27ac66;
}

.myBtn.myBtn-theme:hover {
    color: #fff;
    border-color: transparent !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.tp-caption.light_normal_24 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    font-family: "Raleway", "Arial", sans-serif;
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
    border-width: black;
    border-style: none;
    padding: 0px 10px;
}

.tp-caption.light_normal_36 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 400;
    font-family: "Raleway", "Arial", sans-serif;
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
    border-width: black;
    border-style: none;
    padding: 0px 10px;
}