﻿/*
  Theme Name: Photography-CL
  Theme URL: https://themewagon.com/themes/free-photographer-portfolio-website-template/
  Author: colorlib.com
  License: https://themewagon.com/license/
*/

/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/

/* =================================== */
/*  Basic Style 
/* =================================== */
::-moz-selection {
  /* Code for Firefox */
  /* Change #7a77ff  to  #8BC34A   for custome colour  */
  background-color: #8BC34A;
}

::selection {
  background-color: #8BC34A;
}

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

b, i, sup, sub, u, del {
  color: #8BC34A;
}

.genric-btn.primary {
  background: #8BC34A;
}

.genric-btn.primary:hover {
  color: #8BC34A;
  border: 1px solid #8BC34A;
}

.genric-btn.primary-border {
  color: #8BC34A;
  border: 1px solid #8BC34A;
}

.genric-btn.primary-border:hover {
  background: #8BC34A;
}

.generic-blockquote {
  border-left: 2px solid #8BC34A;
}

.unordered-list li:before {
  border: 3px solid #8BC34A;
}

.ordered-list li {
  color: #8BC34A;
}

.ordered-list-alpha li {
  color: #8BC34A;
}

.ordered-list-roman li {
  color: #8BC34A;
}

.single-input-primary:focus {
  border: 1px solid #8BC34A;
}

.default-switch input + label {
  background: #8BC34A;
}

.primary-switch input:checked + label:before {
  background: #8BC34A;
}

.default-select .nice-select .list .option.selected {
  color: #8BC34A;
}

.default-select .nice-select .list .option:hover {
  color: #8BC34A;
}

.form-select .nice-select .list .option.selected {
  color: #8BC34A;
}

.form-select .nice-select .list .option:hover {
  color: #8BC34A;
}


@media (max-width: 767px) {
  nav a {
    color: #050505!important;
  }
  nav a:hover {
    color: #050505;
  }
}


nav a {
  color: #8BC34A;
  font-size: 16px;
}


nav a:hover {
  color: #050505;
}


.menu-bar span {
  color: #8BC34A;
  font-size: 36px;
}

.menu-bar span:hover {
  color: #7daf42;
  font-size: 48px;
}


/*
.p1-gradient-bg, .primary-btn, .primary-btn:after, .primary-btn2:after, .btn-secondary, .callto-area, .callto-area .btn-white:hover, .footer-social a:hover, .generic-banner {

.p1-gradient-bg, .primary-btn:after, .primary-btn2:after, .callto-area, .callto-area .btn-white:hover, .footer-social a:hover, .generic-banner {
  background-image: -moz-linear-gradient(0deg, #8BC34A 0%, #8cfe86 100%);
  background-image: -webkit-linear-gradient(0deg, #8BC34A 0%, #8cfe86 100%);
  background-image: -ms-linear-gradient(0deg, #8BC34A 0%, #8cfe86 100%);
}

.p1-gradient-color {
  background: -moz-linear-gradient(0deg, #8BC34A 0%, #8cfe86 100%);
  background: -webkit-linear-gradient(0deg, #8BC34A 0%, #8cfe86 100%);
  background: -ms-linear-gradient(0deg, #8BC34A 0%, #8cfe86 100%);
}
*/
/*     */
.primary-btn {
  line-height: 42px;
  background: #8bc34a;
  padding-left: 30px;
  padding-right: 60px;
  border-radius: 25px;
  border: none;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  position: relative;
  -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;
}

.primary-btn:hover {
  background: #7daf42;
  cursor: pointer;
}


/*  footer  */
.footer-area .footer-nav li a:hover {
  color: #8BC34A;
}

.copy-right-text i, .copy-right-text a {
  color: #8BC34A;
}

.footer-text a, .footer-text i {
  color: #8BC34A;
}


/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.is-sticky .default-header {
  height: 92px !important;
  background-color: rgba(255,255,255, 0.49);
  border-bottom: 1px rgba(255,255,255, 0.49);
}

/* semi transparent */
/*
background-color: rgba(255,255,255, 0.49);

.is-sticky .default-header {
  height: 72px !important;
  background-color: #222;
  border-bottom: 1px solid #323232;
}
*/

.banner-area {
  margin-top: -100px;
}


/* Nav pills
---------------------------------- */
.nav-pills:not(.nav-stacked) {
  margin-bottom: 15px;
}

.nav-pills > li .nav-link {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 7px 10px;
  border: 1px solid transparent;
/*  color: #999999; */
  color: #050505;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
}

.nav-pills > li .nav-link.active,
.nav-pills > li .nav-link.active:hover,
.nav-pills > li .nav-link.active:focus,
/* .nav-pills > li .nav-link:hover, */
.nav-pills > li .nav-link:focus {
/*  color: #777777; */
  color: #8BC34A;
  background-color: transparent;
/*  border-bottom: 1px solid #777777; */
  border-bottom: 1px solid #8BC34A;
}

.nav-pills > li .nav-link:hover {
/*  color: #777777; */
  color: #8BC34A;
  background-color: transparent;
/*  border-bottom: 1px solid #777777; */
}

.nav-pills.style-2 > li .nav-link {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.nav-pills.style-2 > li .nav-link.active,
.nav-pills.style-2 > li .nav-link.active:hover,
.nav-pills.style-2 > li .nav-link.active:focus,
.nav-pills.style-2 > li .nav-link:hover,
.nav-pills.style-2 > li .nav-link:focus {
  background-color: #fafafa;
  border: 1px solid #eaeaea;
}

.nav-pills > li + li {
  margin-left: 5px;
}

.nav.flex-column > li .nav-link {
  padding: 7px 0px;
  color: #777777;
  position: relative;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
}

.nav.flex-column.list-style-icons > li .nav-link {
  padding: 6px 0px;
}

.nav.flex-column > li .nav-link.active,
.nav.flex-column > li .nav-link.active:hover,
.nav.flex-column > li .nav-link.active:focus,
.nav.flex-column > li .nav-link:hover,
.nav.flex-column > li .nav-link:focus {
  background-color: transparent;
  border-color: transparent;
}

.nav.flex-column:not(.list-style-icons) > li .nav-link:after {
  font-family: "FontAwesome";
  content: "\f101";
  font-size: 12px;
  position: absolute;
  right: 15px;
  top: 6px;
  color: #d1d1d1;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.nav.flex-column:not(.list-style-icons) > li .nav-link.active:hover:after,
.nav.flex-column:not(.list-style-icons) > li .nav-link.active:focus:after,
.nav.flex-column:not(.list-style-icons) > li .nav-link:hover:after,
.nav.flex-column:not(.list-style-icons) > li .nav-link:focus:after {
  right: 10px;
}

.nav.flex-column.list-style-icons > li .nav-link > i {
  padding-right: 10px;
  font-size: 14px;
  color: #cdcdcd;
  width: 25px;
}

/* Process pills */
.process .nav-pills > li + li {
  margin-left: 40px;
  position: relative;
}

.process .nav-pills > li + li:after {
  font-family: "FontAwesome";
  content: "\f101";
  position: absolute;
  top: 6px;
  left: -24px;
  width: 10px;
  color: #cdcdcd;
}

@media (max-width: 575px) {
  .nav.nav-pills {
    display: block;
  }

  .nav.nav-pills .nav-item {
    display: inline-block;
  }
}

/*Dark bgs*/
.dark-bg .nav-pills > li .nav-link,
.dark-translucent-bg .nav-pills > li .nav-link {
  text-decoration: none;
}

.dark-bg .nav-pills > li .nav-link.active,
.dark-bg .nav-pills > li .nav-link.active:focus,
.dark-bg .nav-pills > li .nav-link:focus,
.dark-translucent-bg .nav-pills > li .nav-link.active,
.dark-translucent-bg .nav-pills > li .nav-link.active:focus,
.dark-translucent-bg .nav-pills > li .nav-link:focus {
  color: #ffffff;
  border-bottom-color: #ffffff;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.contact-right .form-group {
  margin-bottom: 15px;
}

.contact-right #sendmessage {
  color: #fff;
  background: #8bc34a;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.contact-right #errormessage {
  color: #fff;
  display: none;
  background: red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

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

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

.contact-right label {
  color: #0b3954;
  font-weight: 500;
}


/*
.contact-right .form-control {
  border-radius: 0;
  background-color: transparent;
  border: 1px solid #ccc;
  color: #fff;
  font-size: 14px;
  padding: 12px;
}

.contact-right input, .contact-right textarea {
  font-size: 14px;
  font-weight: 200;
  background-color: transparent;
  border: 1px solid #ccc;
  padding: 12px;
  color: #fff;
}

.contact-right .option {
  color: #222;
}

.contact-right textarea {
  height: 150px;
}

*/


.contact-right .form-control {
  color: #9cafb6;
}

.contact-right input, .contact-right textarea {
  color: #9cafb6;
}


.contact-right input,
.contact-right textarea {
	border-radius: 0;
	box-shadow: none;
	border: 1px solid #dce1ec;
	font-size: 14px;
	color: #9cafb6;
}

.contact-right input::-webkit-input-placeholder,
.contact-right textarea::-webkit-input-placeholder {
  color: #9cafb6;
}

.contact-right input::-moz-placeholder,
.contact-right textarea::-moz-placeholder {
  color: #9cafb6;
}

.contact-right input:-ms-input-placeholder,
.contact-right textarea:-ms-input-placeholder {
  color: #9cafb6;
}

.contact-right input::placeholder,
.contact-right textarea::placeholder {
  color: #9cafb6;
}

.contact-right button[type=submit] {
  line-height: 42px;
  background: #8bc34a;
  padding-left: 30px;
  padding-right: 60px;
  border-radius: 25px;
  border: none;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  position: relative;
  -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;
}

.contact-right button[type=submit]:hover {
  background: #7daf42;
  cursor: pointer;
}

.contact-right button[type=submit]:hover span {
  color: #fff;
  right: 20px;
}

/* Scroll to top
---------------------------------- */
.circle {
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  border-radius: 100% !important;
}

.scrollToTop {
  color: #ffffff;
  position: fixed;
  bottom: 5px;
  right: 5px;
  width: 50px;
  height: 50px;
  text-align: center;
  cursor: pointer;
/*  background-color: rgba(0, 0, 0, 0.4); */
  background-color: rgba(139, 195, 74, 0.6);
/*  background: #8bc34a; */
  z-index: 1005;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  filter: alpha(opacity=0);
}

.scrollToTop.fadeToTop {
  -webkit-animation-name: fadeToTop;
  animation-name: fadeToTop;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeToTop {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeToTop {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.scrollToTop.fadeToBottom {
  -webkit-animation-name: fadeToBottom;
  animation-name: fadeToBottom;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeToBottom {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeToBottom {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.scrollToTop i {
  line-height: 48px;
  font-size: 26px;
  color: #fff;
}

.scrollToTop i:hover {
  color: #8bc34a;
}

.scrollToTop:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
  .scrollToTop {
    width: 40px;
    height: 40px;
/*  background-color: rgba(0, 0, 0, 0.4); */
  background-color: rgba(139, 195, 74, 0.6);
/*  background: #8bc34a; */
  }

  .scrollToTop i {
    line-height: 40px;
    font-size: 20px;
  }
}


/*--------------------------------------------------------------
# Images
--------------------------------------------------------------*/

.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;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
  filter: grayscale(1) blur(3px);
  -webkit-filter: grayscale(1) blur(3px);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.hovereffect h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
/*   padding: 7px 14px;  */
  padding: 5px 10px;
  border: 1px solid #fff;
  margin: 50px 0 0 0;
  background-color: transparent;
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.hovereffect a.info, .hovereffect h2 {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
  color: #fff;
  text-transform: uppercase;
}

.hovereffect:hover a.info, .hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/*--------------------------------------------------------------
# ZoomIn Hover Effect Section
--------------------------------------------------------------*/
    /*ZoomIn Hover-Mask Effect*/
    .hover-mask a {
      display: block;
      position: relative;
      overflow: hidden;
    }
    .hover-mask img {
      width: 100%;
      height: auto;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
    }
    .hover-mask:hover img {
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -o-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2);
    }
    .hover-mask a h2 {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      margin-top: 0px;
      margin-bottom: 0px;
      height: 100%;
      width: 100%;
      padding: 45% 20px;
      text-align: center;
      background-color: rgba(0,0,0,0.4);
      -webkit-transition: all 0.5s linear;
      -moz-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      -ms-transition: all 0.5s linear;
      transition: all 0.5s linear;
      -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      opacity: 0;
    }
    .hover-mask:hover a h2 {
      -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      opacity: 1;
    }
    .hover-mask a p {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      margin-top: 0px;
      margin-bottom: 0px;
      height: 100%;
      width: 100%;
      padding: 20% 20px;
      text-align: center;
      color: #fff;
      background-color: rgba(0,0,0,0.4);
      -webkit-transition: all 0.5s linear;
      -moz-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      -ms-transition: all 0.5s linear;
      transition: all 0.5s linear;
      -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      opacity: 0;
    }
    .hover-mask:hover a p {
      -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      opacity: 1;
    }
    .hover-mask .glyphicon {
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -o-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
      color: #fff;
      -webkit-transition: all 0.5s linear;
      -moz-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      -ms-transition: all 0.5s linear;
      transition: all 0.5s linear;
      -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      opacity: 0;
    }
    .hover-mask:hover .glyphicon {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transition: all 0.5s linear;
      -moz-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      -ms-transition: all 0.5s linear;
      transition: all 0.5s linear;
      -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=1)";
      filter: alpha(opacity=1);
      opacity: 1;
    }




/*--------------------------------------------------------------
# simplelightbox customization
--------------------------------------------------------------*/
/*
.sl-overlay {
	
}
*/

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


/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/

.about-right .form-control {
  border-radius: 0;
  background-color: transparent;
  border: 1px solid #ccc;
  color: #9cafb6;
  font-size: 14px;
  padding: 12px;
}

.about-right input, .about-right textarea {
  font-size: 14px;
  font-weight: 200;
  background-color: transparent;
  border: 1px solid #ccc;
  padding: 12px;
  color: #9cafb6;
}

.about-right .option {
  color: #222;
}

.about-right textarea {
  height: 150px;
}

@media (max-width: 1024px) and (min-width: 988px) {
  .about-right textarea {
    height: 70px;
  }
}

.about-right .form-group {
  margin-bottom: 15px;
}

.about-right #sendmessage {
  color: #fff;
  background: #8bc34a;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.about-right #errormessage {
  color: #fff;
  display: none;
  background: red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.about-right #sendmessage.show,
.about-right #errormessage.show,
.about-right .show {
  display: block;
}

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

.about-right label {
  color: #0b3954;
  font-weight: 500;
}

.about-right .form-control {
  color: #9cafb6;
}

.about-right input, .about-right textarea {
  color: #9cafb6;
}


.about-right input,
.about-right textarea {
	border-radius: 0;
	box-shadow: none;
	border: 1px solid #dce1ec;
	font-size: 14px;
	color: #9cafb6;
}

.about-right input::-webkit-input-placeholder,
.about-right textarea::-webkit-input-placeholder {
  color: #9cafb6;
}

.about-right input::-moz-placeholder,
.about-right textarea::-moz-placeholder {
  color: #9cafb6;
}

.about-right input:-ms-input-placeholder,
.about-right textarea:-ms-input-placeholder {
  color: #9cafb6;
}

.about-right input::placeholder,
.about-right textarea::placeholder {
  color: #9cafb6;
}

.about-right button[type=submit] {
  line-height: 42px;
  background: #8bc34a;
  padding-left: 30px;
  padding-right: 60px;
  border-radius: 25px;
  border: none;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  position: relative;
  -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;
}

.about-right button[type=submit]:focus {
  outline: none;
}

.about-right button[type=submit] 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;
}

.about-right button[type=submit]:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 20px;
  opacity: 0;
  -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;
  z-index: 1;
}

.about-right button[type=submit]:hover {
  background: #7daf42;
  cursor: pointer;
}

.about-right button[type=submit]:hover span {
  color: #fff;
  right: 20px;
}

.btn-secondary {
  line-height: 30px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 25px;
  border: none;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  position: relative;
  -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;
}


/*--------------------------------------------------------------
# One page scroll indicator
--------------------------------------------------------------*/
.scroll-btn {
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	border: 2px solid #8BC34A;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	font-size: 0.8rem;
	position: absolute;
	bottom: 3rem;
	left: calc(50% - 1.25rem);
	-webkit-animation: float 2s linear infinite;
	animation: float 2s linear infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
	z-index: 2;
}
.scroll-btn:hover, .scroll-btn:focus {
	color: #fff;
	text-decoration: none;
}
.onepage-pagination {
  color: rgba(139,195,74,0.85);
}

.onepage-pagination li a.active:before{
  background: rgba(139,195,74,0.85);
}

/*--------------------------------------------------------------
# Slider Section
--------------------------------------------------------------*/

.slideshow .container {
  position: relative;
  height: 100%;
}
.slideshow-caption {
  position: absolute;
  left: 0;
  top: 20%;
  color: #ffffff;
}
.slideshow .background-image-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.slideshow .banner-image-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
}

/*caption styles*/
.slideshow .slideshow-caption-large {
  font-size: 20px;
}
.slideshow .slideshow-caption-large h1 {
  font-size: 58px;
  margin-bottom: 30px;
}
.slideshow .slideshow-caption-large p {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .slideshow .slideshow-caption-large {
    font-size: 16px;
  }
  .slideshow .slideshow-caption-large h1 {
    font-size: 40px;
    margin-bottom: 30px;
  } 
}

/*carousel controls*/
.slideshow .carousel-control {
  width: 60px;
  height: 60px;
  top: 50%;
  margin-top: -30px;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .slideshow .carousel-control {
    top: auto;
    bottom: 0;
    z-index: 1006;
  }
}
.slideshow .carousel-control:hover {
  width: 100px;
}
.slideshow .carousel-control-text {
  opacity: 0;
  position: absolute;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.slideshow .carousel-control:hover .carousel-control-text {
  opacity: 1;
}
.slideshow .carousel-control-prev-icon,
.slideshow .carousel-control-next-icon {
  background-image: none;
  width: 32px;
  height: 32px;
}

.slideshow .carousel-control-prev-icon:after {
  font-family: "FontAwesome";
  content: "\f104";
  font-size: 32px;
  line-height: 32px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.slideshow .carousel-control-next-icon:after {
  font-family: "FontAwesome";
  content: "\f105";
  font-size: 32px;
  line-height: 32px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/*   Font Awesome 5 Free
.slideshow .carousel-control-prev-icon:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f104";
  font-size: 32px;
  line-height: 32px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.slideshow .carousel-control-next-icon:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  font-size: 32px;
  line-height: 32px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
*/
.slideshow .carousel-control-prev-icon:after {
  font-family: "FontAwesome";
  content: "\f104";
  font-size: 32px;
  line-height: 32px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.slideshow .carousel-control-next-icon:after {
  font-family: "FontAwesome";
  content: "\f105";
  font-size: 32px;
  line-height: 32px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.slideshow .carousel-control:hover .carousel-control-prev-icon:after,
.slideshow .carousel-control:hover .carousel-control-next-icon:after {
  opacity: 0;
}

/*
.slideshow .carousel-indicators li {
  background: rgba(0, 0, 0, 0.6);
  border: none;
  width: 20px;
  height: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 3px;
  margin-right: 3px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.slideshow .carousel-indicators li.active {
  background-color: #000000;
}
.slideshow .carousel-indicators li:hover {
  cursor: pointer;
  background-color: #000000;
}
*/


/*--------------------------------------------------------------
# Fullscreen Slider
--------------------------------------------------------------*/

@media (max-width: 767px) {

}

/*carousel controls*/



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


/*--------------------------------------------------------------
# Shop Section
--------------------------------------------------------------*/




/*--------------------------------------------------------------
# Gallery Section
--------------------------------------------------------------*/

.gallery-area {
/*  background-color: #222; */
  background-color: #989a9a;
  color: #fff;
}

.header-text p {
/*  color: #777; */
  color: #222222;
}

.fancybox-bg {
/*    background: rgb(30, 30, 30); */
/*  background: rgba(152,154,154,0.75); */
  background: rgba(152,154,154);
}


/*--------------------------------------------------------------
# Policies Section
--------------------------------------------------------------*/


/* Extra small devices (phones, less than 575px) */
@media (max-width: 575px) {

}

@media (max-width: 575px) {

}

/* Extra small devices (phones, less than 575px) */
@media (max-width: 575px) {

}

/* Extra small devices (phones, less than 575px) */
@media (max-width: 575px) {

}

/* Small devices (smartphones less than 575px) */
@media (max-width: 575px) {

}

/* Medium devices (netbooks, tablets, phones less than 991px) */
@media (max-width: 991px) {

}

/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
}

/* Extra small devices (phones, less than 575px) */
@media (max-width: 575px) {

}
