@charset "utf-8";
/* CSS Document */
/*----------------------------------------------------
@File: Style.css
@Author: Hara Masahiko
@URL: http://iboxlink.co.jp
Author E-mail: m.hara@iboxlink.co.jp
---------------------------------------------------- */

/*--------------------------------------------------------------
	Header Area
--------------------------------------------------------------*/
#header {
  padding: 0px 0px 14px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header hr {
  border-color: rgba(110, 110, 110, 0.3);
  margin-top: 5px;
}

.header-top {
  height: 24px;
  margin-top: 5px;
}

.header-top a {
  color: #777;
  font-size: 16px;
}

.top-head-left ul li {
  display: inline-block;
  margin-right: 10px;
}

.top-head-right {
  text-align: right;
}

.top-head-right ul li {
  display: inline-block;
  margin-left: 10px;
}

.top-head-right ul li a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.top-head-right ul li:hover a {
  color: #6cbb23;
}

#header.header-scrolled {
  background: rgba(240, 255, 240, 0.9);
  transition: all 0.5s;
}

@media (max-width: 673px) {
  #logo {
    margin-left: 20px;
  }
}

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

#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
  padding-left: 10px;
  border-left: 4px solid #6cbb23;
}

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

@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 28px;
  }
  #header #logo img {
    max-height: 40px;
  }
}


/*--------------------------------------------------------------
	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;
  text-align: left;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

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

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

/* Nav Meu Container */
#nav-menu-container {
  margin: 0;
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 6px 10px;
  text-decoration: none;
  display: inline-block;
  color: #333;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  outline: none;
}

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

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

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

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

.nav-menu ul li:hover > a {
  color: #6cbb23;
}

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

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 15px;
  z-index: 999;
  top: 50px;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #333;
  font-weight: 900;
}

@media (max-width: 960px) {
  #mobile-nav-toggle {
    display: inline;
  }
  #nav-menu-container {
    display: none;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(106, 178, 46, 0.8);
  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: 700;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#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: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #6cbb23;
}

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

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

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.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;
}

.section-gap {
  padding: 120px 0;
}

.section-title {
  padding-bottom: 30px;
}

.section-title h2 {
  margin-bottom: 20px;
}

.section-title p {
  font-size: 16px;
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .section-title p br {
    display: none;
  }
}

.primary-btn {
  background-color: #6cbb23;
  line-height: 42px;
  padding-left: 40px;
  padding-right: 40px;
  border: none;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  position: relative;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
}

.primary-btn:focus {
  outline: none;
}

.primary-btn span {
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-60%);
  right: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.primary-btn:hover {
  color: #6cbb23;
  background-color: transparent;
  border-color: #6cbb23;
}

.primary-btn.white {
  border: 1px solid #fff;
  color: #fff;
}

.primary-btn.white span {
  color: #fff;
}

.primary-btn.white:hover {
  background: #fff;
  color: #6cbb23;
}

.primary-btn.white:hover span {
  color: #6cbb23;
}

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}


/*--------------------------------------------------------------
	banner Area Menu
--------------------------------------------------------------*/
.banner-area {
  background: url(../img/header-bg.jpg) center;
  background-size: cover;
}

.banner-area .overlay-bg {
  background-color: rgba(255, 255, 255, 0.6);
}

.banner-content {
  margin-top: -90px;
  text-align: center;
}

.banner-content h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1em;
  margin-top: 20px;
}

.banner-content h1 span {
  font-weight: 700;
}

@media (max-width: 991.98px) {
  .banner-content h1 {
    font-size: 36px;
  }
}

@media (max-width: 991.98px) {
  .banner-content h1 br {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .story-content h1 br {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .story-content p br {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .banner-content h1 {
    font-size: 45px;
  }
}

.story-content h1 {
font-size: 48px;
font-weight: 300;
line-height: 1.2em;
margin-bottom: 20px;
margin-top: 20px;
}

@media (max-width: 414px) {
  .banner-content h1 {
    font-size: 50px;
  }
}

.banner-content h6 {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}

@media (max-width: 1280px) {
  .banner-content br {
    display: none;
  }
}

@media (max-width: 763px) {
  .banner-content p {
    color: #222;
  }
}

@media (max-width: 763px) {
.story-content h1 {
font-size: 40px;
}
}

.story-content h6 {
font-weight: 400;
}

.story-content p {
margin-bottom: 60px;
font-size: 16px;
}

.story-content .sp-1 {
font-weight: 600;
}

.story-content .sp-2 {
color: #6cbb23;
font-weight: 600;
}




.single-service {
  padding: 30px;
  text-align: center;
  background-color: #f9f9ff;
}

.single-service .lnr {
  font-size: 36px;
  color: #222;
  color: #6cbb23;
}

.single-service h4 {
  margin-bottom: 20px;
  margin-top: 25px;
  color: #6cbb23;
}

.single-service .image {
  display: block;
  width: 100%;
  height: auto;
}

.single-service .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #f9f9ff;
}

.single-service:hover .overlay {
  opacity: 1;
  cursor: pointer;
}

.single-service .text {
  padding: 30px;
  color: white;
  position: absolute;
  text-align: center;
}

.single-service .text p {
  color: #777777;
}

@media (max-width: 960px) {
  .single-service {
    margin-bottom: 30px;
  }
  .single-service .overlay {
    height: 88%;
  }
}

.quote-left h1 {
  font-size: 30px;
  text-align: right;
  font-weight: 100;
}

.quote-left h1 span {
  font-weight: 600;
}

@media (max-width: 1024px) {
  .quote-left h1 br {
    display: none;
  }
}

@media (max-width: 960px) {
  .quote-left, .quote-right {
    margin-bottom: 30px;
    text-align: center;
  }
  .quote-left h1, .quote-right h1 {
    text-align: center;
  }
}


/*--------------------------------------------------------------
	useful information Area Menu
--------------------------------------------------------------*/
.usefulinfo-area {
  background-color: #f9f9ff;
  margin-top: 50px;
}

.usefulinfo-area .owl-dots {
  text-align: center;
  bottom: 5px;
  margin-top: 20px;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.usefulinfo-area .owl-dot {
  height: 10px;
  width: 10px;
  display: inline-block;
  background: rgba(127, 127, 127, 0.5);
  margin-left: 5px;
  margin-right: 5px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.usefulinfo-area .owl-dot.active {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #6cbb23;
}

.single-usefulinfo .tags {
  padding: 20px 0;
}

.single-usefulinfo .tags li {
  display: inline-block;
  background-color: #fff;
  padding: 5px 15px;
  border: 1px solid #eee;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-usefulinfo .tags li a {
  color: #222;
  font-weight: 600;
}

.single-usefulinfo .tags li:hover {
  background-color: #6cbb23;
}

.single-usefulinfo .tags li:hover a {
  color: #fff;
}

.single-usefulinfo h4 {
  padding-bottom: 20px;
}

.single-usefulinfo .date {
  color: #222;
  font-weight: 300;
}

@media (max-width: 414px) {
  .single-usefulinfo {
    padding: 15px;
  }
}


/*--------------------------------------------------------------
	upcoming event Area Menu
--------------------------------------------------------------*/
.upcoming-event-area .event-left .single-events {
  margin-bottom: 50px;
}

.upcoming-event-area .event-left .single-events h4 {
  margin-top: 40px;
}

.upcoming-event-area .event-left .single-events h6 {
  font-weight: 300;
  color: #777;
  padding-top: 10px;
  padding-bottom: 12px;
}

.upcoming-event-area .event-left .single-events h6 span {
  color: #222;
}

.upcoming-event-area .event-right .single-events {
  margin-bottom: 50px;
}

.upcoming-event-area .event-right .single-events img {
  margin-top: 40px;
}

.upcoming-event-area .event-right .single-events h6 {
  font-weight: 300;
  color: #777;
  padding-top: 10px;
  padding-bottom: 12px;
}

.upcoming-event-area .event-right .single-events h6 span {
  color: #222;
}


/*--------------------------------------------------------------
	blog Area Menu
--------------------------------------------------------------*/
.blog-area {
  background-color: #f9f9ff;
}

.single-blog .thumb {
  overflow: hidden;
}

.single-blog .thumb img {
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-blog:hover img {
  transform: scale(1.1);
}

.single-blog:hover h4 {
  color: #6cbb23;
}

.single-blog h4 {
  margin-bottom: 12px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-blog a {
  color: #222;
}

.single-blog .date {
  background-color: #6cbb23;
  color: #fff;
  font-weight: 100;
  padding: 2px 15px;
  width: 115px;
  text-align: center;
  margin-top: 20px;
}

@media (max-width: 800px) {
  .single-blog {
    margin-bottom: 30px;
  }
}


/*--------------------------------------------------------------
	gallery Area Menu
--------------------------------------------------------------*/
.gallery-area {
  background-color: #04091e;
}

.gallery-area #grid-container {
  width: 100%;
  margin: auto;
  overflow: hidden;
}

.gallery-area .grid-item {
  opacity: 0;
  float: left;
  box-sizing: border-box;
}

.gallery-area .grid-item img {
  width: 100%;
  height: 100%;
}

.gallery-area .grid-item.loaded {
  opacity: 1;
  transition: opacity .5s;
}



/*--------------------------------------------------------------
	footer Area Menu
--------------------------------------------------------------*/
.footer-area {
  padding-top: 100px;
  background-color: #f9f9ff;
}

.footer-area h6 {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 600;
}

.copy-right-text i, .copy-right-text a {
  color: #6cbb23;
}

footer .footer-nav li {
margin-top: 8px;
}

footer .footer-nav li a {
color: #777;
}

footer .footer-nav li a:hover {
color: #6cbb23;
}

.footer-social a {
  padding-right: 25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.footer-social a:hover i {
  color: #6cbb23;
}

.footer-social i {
  color: #cccccc;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (max-width: 991.98px) {
  .footer-social {
    text-align: left;
  }
}

.single-footer-widget input {
  border: none;
  width: 80% !important;
  font-weight: 300;
  background: #f9f9ff;
  color: #eee;
  padding-left: 20px;
  border-radius: 0;
  font-size: 14px;
  padding: 10px 18px;
}

.single-footer-widget input:focus {
  background-color: #fff;
}

.single-footer-widget .bb-btn {
  color: #6cbb23;
  color: #fff;
  font-weight: 300;
  border-radius: 0;
  z-index: 9999;
  cursor: pointer;
}

.single-footer-widget .info {
  position: absolute;
  margin-top: 20%;
  color: #fff;
  font-size: 12px;
}

.single-footer-widget .info.valid {
  color: green;
}

.single-footer-widget .info.error {
  color: red;
}

.single-footer-widget .click-btn {
  background-color: #6cbb23;
  color: #fff;
  border-radius: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 9px 12px;
  border: 0;
}

.single-footer-widget ::-moz-selection {
  /* Code for Firefox */
  background-color: #191919 !important;
  color: #777777;
}

.single-footer-widget ::selection {
  background-color: #191919 !important;
  color: #777777;
}

.single-footer-widget ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #777777;
  font-weight: 300;
}

.single-footer-widget :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #777777;
  opacity: 1;
  font-weight: 300;
}

.single-footer-widget ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #777777;
  opacity: 1;
  font-weight: 300;
}

.single-footer-widget :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #777777;
  font-weight: 300;
}

.single-footer-widget ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #777777;
  font-weight: 300;
}

@media (max-width: 991.98px) {
  .single-footer-widget {
    margin-bottom: 30px;
  }
}

@media (max-width: 800px) {
  .social-widget {
    margin-top: 30px;
  }
}

.footer-text {
  padding-top: 20px;
}

.footer-text a, .footer-text i {
  color: #6cbb23;
}




.whole-wrap {
  background-color: #f3f3f3;
}


/*--------------------------------------------------------------
	generic banner Area Menu
--------------------------------------------------------------*/
.generic-banner {
  background-color: #f9f9ff;
  text-align: center;
}

.generic-banner .height {
  height: 600px;
}

@media (max-width: 767.98px) {
  .generic-banner .height {
    height: 400px;
  }
}

.generic-banner .generic-banner-content h2 {
  line-height: 1.2em;
  margin-bottom: 20px;
}

@media (max-width: 991.98px) {
  .generic-banner .generic-banner-content h2 br {
    display: none;
  }
}

.generic-banner .generic-banner-content p {
  text-align: center;
  font-size: 16px;
}

@media (max-width: 991.98px) {
  .generic-banner .generic-banner-content p br {
    display: none;
  }
}

.generic-content h1 {
  font-weight: 600;
}

.about-generic-area {
  background: #f9f9ff;
}

.about-generic-area p {
  margin-bottom: 20px;
}

.white-bg {
  background: #fff;
}

.section-top-border {
  padding: 70px 0;
  border-top: 1px dotted #eee;
}

.switch-wrap {
  margin-bottom: 10px;
}

.switch-wrap p {
  margin: 0;
}

.link-nav {
  margin-top: 10px;
}

.about-content {
  padding: 150px 0px;
  text-align: center;
}

.about-content h1 {
  font-size: 48px;
  font-weight: 300;
}

.about-content a {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
}

.about-content .lnr {
  margin: 0px 10px;
  font-weight: 600;
}


/*--------------------------------------------------------------
	info Area Menu
--------------------------------------------------------------*/


.info-area .info-thumb {
  overflow: hidden;
  display: inline-block;
}

@media (max-width: 960px) {
  .info-area .info-content {
    text-align: center;
    padding: 80px 30px 80px 0;
  }
}

.info-area .info-content {
  box-shadow: 0px 0px 50px 0px rgba(157, 157, 157, 0.3);
  position: relative;
  background: #fff;
  padding: 80px 100px 80px 40px;
}

@media (max-width: 575.98px) {
  .info-area .info-content {
    margin-top: 30px;
  }
}

.info-area .info-content:after {
  content: "";
  box-shadow: -35.355px 35.355px 50px 0px rgba(157, 157, 157, 0.3);
  position: absolute;
  right: 100%;
  top: 0;
  background: #fff;
  width: 70px;
  height: 100%;
}

@media (max-width: 991.98px) {
  .info-area .info-content:after {
    width: 50px;
  }
}

@media (max-width: 575.98px) {
  .info-area .info-content:after {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .info-area .info-content {
    padding: 30px 30px 30px 0;
  }
}

@media (max-width: 575.98px) {
  .info-area .info-content {
    padding: 30px;
  }
}

.info-area .info-content h1 {
  line-height: 1.15em;
  margin-bottom: 30px;
}

.info-area .info-content .meta {
  color: #222;
  font-weight: 400;
  font-size: 14px;
  margin-top: 20px;
}

.info-area .info-left {
  z-index: 2;
}

@media (max-width: 800px) {
  .info-area .info-left {
    margin-top: 0px;
    margin-bottom: 40px;
  }
}

.cat-top-area {
  background: #f9f9ff;
}

.cat-top-area h1 {
  margin-bottom: 20px;
}

@media (max-width: 960px) {
  .cat-top-area .cat-top-right {
    margin-top: 50px;
  }
  .cat-top-area .cat-top-right img {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
  }
}

.single-recent-work {
  margin-bottom: 30px;
}

.single-recent-work img {
  width: 100%;
}

.gallery-page-area {
  background: #fff !important;
}

.single-exhibition img {
  border-radius: 10px;
  margin-bottom: 15px;
}

.single-exhibition h4 {
  margin: 15px 0;
}

.single-exhibition .price {
  color: #6cbb23;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
}



/*--------------------------------------------------------------
	Contact page Area Menu
--------------------------------------------------------------*/
.contact-page-area {
  background: #f9f9ff;
}

.contact-page-area .map-wrap {
  margin-bottom: 120px;
}

@media (max-width: 960px) {
  .contact-page-area .map-wrap {
    margin-bottom: 50px;
  }
}

.contact-page-area .contact-btns {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding: 40px;
  color: #fff;
  margin-bottom: 30px;
}

.contact-page-area .contact-btns:hover {
  color: #fff;
}

.contact-page-area .form-area input {
  padding: 15px;
}

.contact-page-area .form-area input, .contact-page-area .form-area textarea {
  border-radius: 0;
  font-size: 12px;
}

.contact-page-area .form-area textarea {
  height: 180px;
  margin-top: 0px;
}

.contact-page-area .form-area .primary-btn {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.contact-page-area .form-area .primary-btn:hover {
  border: 1px solid #6cbb23;
  color: #6cbb23 !important;
}

@media (max-width: 960px) {
  .contact-page-area .address-wrap {
    margin-bottom: 50px;
  }
}

.contact-page-area .single-contact-address {
  margin-bottom: 20px;
}

.contact-page-area .single-contact-address h5 {
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 5px;
}

.contact-page-area .single-contact-address .lnr {
  font-size: 30px;
  font-weight: 500;
  color: #6cbb23;
  margin-right: 30px;
}



/*--------------------------------------------------------------
	feature_area
--------------------------------------------------------------*/
.feature-area {
  background: url(../img/video-bg.jpg) no-repeat center center/cover
}
.feature-area .overlay-bg {
  background: rgba(108, 187, 35, 0.85)
}
.feature-area .icon {
  font-size: 100px;
  color: #fff;
  background: #f0f8e9;
  text-align: center;
  padding: 50px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s
}
.feature-area .icon:hover {
  color: #fff;
  background-color: #6cbb23
}
.feature-area .icon:hover .lnr {
  color: #fff
}
.feature-area .lnr {
  color: #6cbb23
}
.feature-area .desc {
  margin-top: 30px
}
.feature-area .desc h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 2.5px
}
.feature-area .desc p {
  color: #555
}
.single-feature {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 30px
}
.single-featuretwo {
  background-color: #fff;
  padding: 0px;
  margin-bottom: 0px
}


/*--------------------------------------------------------------
	Contact Area Menu
--------------------------------------------------------------*/
.contact-area {
  background: url(../img/contact-bg.jpg) no-repeat center center/cover;
  color: #fff
}
.contact-area .overlay-bg {
  background: rgba(108, 187, 35, 0.85)
}
.contact-area h2 {
  font-size: 36px;
  font-weight: 100
}
.contact-area h2 span {
  font-weight: 600
}
.contact-area p {
  font-size: 14px;
  font-weight: 300
}
.contact-form ::-webkit-input-placeholder {
  color: #fff;
  font-weight: 300
}
.contact-form :-moz-placeholder {
  color: #fff;
  opacity: 1;
  font-weight: 300
}
.contact-form ::-moz-placeholder {
  color: #fff;
  opacity: 1;
  font-weight: 300
}
.contact-form :-ms-input-placeholder {
  color: #fff;
  font-weight: 300
}
.contact-form ::-ms-input-placeholder {
  color: #fff;
  font-weight: 300
}
.contact-form .alert-msg {
  color: #fff !important;
  margin-top: 50px;
  z-index: 1
}
.common-input {
  border: 1px solid #a6d477;
  line-height: 48px;
  width: 100%;
  display: block;
  background: transparent;
  padding: 0 25px;
  color: #fff
}
.common-textarea {
  border: 1px solid #a6d477;
  width: 100%;
  display: block;
  background: transparent;
  padding: 15px 25px;
  color: #fff;
  height: 150px;
  resize: none
}


/*--------------------------------------------------------------
	video Area Menu
--------------------------------------------------------------*/
.video-area {
  padding: 200px 0 60px 0;
  position: relative;
  background: url(../img/video-bg.jpg) no-repeat center center/cover
}
.video-area .overlay-bg {
  background: rgba(108, 187, 35, 0.85)
}
.video-area .video-content {
  text-align: center;
  position: relative;
  z-index: 2
}
.video-area .video-content a {
  display: inline-block;
  margin-bottom: 20px
}
.video-area .video-content h3 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
  letter-spacing: 2px
}
.video-area .video-content h4 {
  font-weight: 300;
  font-size: 14px
}
.video-area .video-content .video-desc {
  margin-top: 120px;
  text-align: right;
  align-self: flex-end
}

/*--------------------------------------------------------------
	drug Area Menu
--------------------------------------------------------------*/
.drug-area {
  background-color: #f9f9ff;
}

.single-drug .thumb {
  overflow: hidden;
}

.single-drug .thumb img {
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-drug:hover img {
  transform: scale(1.1);
}

.single-drug:hover h3 {
  color: #6cbb23;
}

.single-drug h3 {
  margin-bottom: 12px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-drug a {
  color: #222;
}

.single-drug .date {
  background-color: #000;
  color: #fff;
  font-weight: 100;
  padding: 2px 15px;
  width: 115px;
  text-align: center;
  margin-top: 20px;
}

@media (max-width: 800px) {
  .single-drug {
    margin-bottom: 30px;
  }
}




/*
################
               Start Blog Home  Page style
################
*/
.blog-banner-area {
  background: url(../img/elements/blog/blog-banner.jpg) center;
  background-size: cover;
}

.blog-banner-area .overlay-bg {
  background: rgba(0, 0, 0, 0.55);
}

.blog-banner-wrap {
  text-align: center;
}

.blog-post-list .single-post {
  background: transparent;
  padding: 0px 30px;
}

.single-post {
  margin-bottom: 30px;
}

.single-post .tags {
  margin-top: 40px;
}

.single-post .tags li {
  display: inline-block;
}

.single-post .tags li a {
  color: #222;
}

.single-post .tags li:hover a {
  color: #6cbb23;
}

.single-post h1 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.single-post .title h4 {
  margin-bottom: 10px;
}

.single-post .comment-wrap ul li, .single-post .social-wrap ul li {
  display: inline-block;
  margin-right: 15px;
}

@media (max-width: 414px) {
  .single-post .comment-wrap, .single-post .social-wrap {
    margin-top: 10px;
  }
}

.single-post .comment-wrap ul li a {
  color: #777777;
}

.single-post .social-wrap ul {
  text-align: right;
}

.single-post .social-wrap ul li a i {
  color: #777777;
}

.single-post .social-wrap ul li a i:hover {
  color: #222;
}

@media (max-width: 768px) {
  .single-post .social-wrap ul {
    text-align: left;
  }
}

.single-widget {
  border: 1px solid #eee;
  padding: 40px 30px;
  margin-bottom: 30px;
}

.single-widget .title {
  font-weight: 600;
  margin-bottom: 30px;
}

.search-widget i {
  color: #6cbb23;
}

.search-widget form.example {
  border: 1px solid #eee;
}

.search-widget form.example input[type=text] {
  padding: 10px;
  font-size: 14px;
  border: none;
  float: left;
  width: 80%;
  background: #eee;
}

.search-widget form.example button {
  float: left;
  width: 20%;
  padding: 10px;
  background: #eee;
  color: white;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.search-widget form.example::after {
  content: "";
  clear: both;
  display: table;
}

.protfolio-widget {
  text-align: center;
}

.protfolio-widget h4 {
  padding: 20px 0;
}

.protfolio-widget ul li {
  padding: 15px;
  display: inline-block;
}

.protfolio-widget ul li a i {
  color: #222;
}

.protfolio-widget ul li a i:hover {
  color: #6cbb23;
}

.category-widget ul li {
  border-bottom: 1px solid #eee;
  padding: 10px 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.category-widget ul li h6 {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.category-widget ul li span {
  color: #222;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.category-widget ul li:hover {
  border-color: #6cbb23;
}

.category-widget ul li:hover h6, .category-widget ul li:hover span {
  color: #6cbb23;
}

.tags-widget ul li {
  display: inline-block;
  background: #fff;
  border: 1px solid #eee;
  padding: 8px 10px;
  margin-bottom: 8px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.tags-widget ul li a {
  font-weight: 300;
  color: #222;
}

.tags-widget ul li:hover {
  background-color: #6cbb23;
}

.tags-widget ul li:hover a {
  color: #fff;
}

.recent-posts-widget .single-recent-post .recent-details {
  margin-left: 20px;
}

.recent-posts-widget .single-recent-post .recent-details h4 {
  line-height: 1.5em !important;
  font-size: 14px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.recent-posts-widget .single-recent-post .recent-details p {
  margin-top: 10px;
}

.recent-posts-widget .single-recent-post:hover h4 {
  color: #6cbb23;
}

@media (max-width: 960px) {
  .recent-posts-widget .single-recent-post {
    margin-bottom: 20px;
  }
}

/*
################
               End Blog Home  Page style
################
*/
/*
################
               Start Blog Details  Page style
################
*/
.nav-area {
  border-bottom: 1px solid #eee;
}

.nav-area a {
  color: #222;
}

.nav-area .nav-left .thumb {
  padding-right: 20px;
}

.nav-area .nav-right {
  text-align: right;
}

.nav-area .nav-right .thumb {
  padding-left: 20px;
}

@media (max-width: 768px) {
  .nav-area .post-details h4 {
    font-size: 14px;
  }
}

@media (max-width: 466px) {
  .nav-area .nav-right {
    margin-top: 50px;
  }
}

.comment-sec-area {
  border-bottom: 1px solid #eee;
  padding-bottom: 50px;
}

.comment-sec-area a {
  color: #222;
}

.comment-sec-area .comment-list {
  padding-bottom: 30px;
}

.comment-sec-area .comment-list.left-padding {
  padding-left: 25px;
}

.comment-sec-area .thumb {
  margin-right: 20px;
}

.comment-sec-area .date {
  font-size: 13px;
  color: #cccccc;
}

.comment-sec-area .comment {
  color: #777777;
}

.comment-sec-area .btn-reply {
  background-color: #222;
  color: #fff;
  border: 1px solid #222;
  padding: 8px 30px;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.comment-sec-area .btn-reply:hover {
  background-color: transparent;
  color: #222;
}

.commentform-area {
  padding-bottom: 100px;
}

.commentform-area h5 {
  font-weight: 600 !important;
}

.commentform-area .form-control {
  border-radius: 0;
  font-size: 14px;
  font-weight: 400;
}

.commentform-area .primary-btn {
  padding-left: 50px;
  padding-right: 50px;
  background-color: #6cbb23 !important;
  border: 1px solid transparent;
  color: #fff;
}

.commentform-area .primary-btn:hover {
  border-color: #6cbb23 !important;
}

.commentform-area textarea {
  height: 90%;
}

.commentform-area .form-control {
  border: none;
  background: #f9f9ff;
}

/*
################
               End Blog Details  Page style
################
*/


