@charset "UTF-8";
@font-face {
  font-family: "Brandon Grotesque Regular";
  font-weight: normal;
  src: url(/themes/naturalis-de-theme/assets/fonts/Brandon-Grotesque-Regular.otf) format("opentype");
}
@font-face {
  font-family: "Brandon Grotesque Medium";
  font-weight: normal;
  src: url(/themes/naturalis-de-theme/assets/fonts/Brandon-Grotesque-Medium.otf) format("opentype");
}
@font-face {
  font-family: "Brandon Grotesque Bold";
  font-weight: normal;
  src: url(/themes/naturalis-de-theme/assets/fonts/Brandon-Grotesque-Bold.otf) format("opentype");
}
html {
  color: #333;
  font-weight: 400;
  font-size: 16px;
  color: #444;
  height: 100%;
  overflow-x: hidden;
}
body {
  font-family: "Brandon Grotesque Regular", sans-serif;
  background: #fff;
  overflow-x: hidden;
  min-height: 100%;
  font-size: 1rem;
  line-height: 1.7;
}
.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
a {
  font-family: "Brandon Grotesque Medium", sans-serif;
  color: #74a35dff;
}
a:hover, a:focus {
  color: #397c18ff;
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: #fff;
}
a:not([href]):not([tabindex]):focus {
  color: #74a35dff;
}
a:not([href]):not([tabindex]):hover {
  color: #74a35dff;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Brandon Grotesque Bold", sans-serif;
  display: inline-block;
  width: 100%;
  color: #397c18ff;
  letter-spacing: 0px;
}
h1 {
  font-family: "Brandon Grotesque Bold", sans-serif;
  font-size: 2.9375rem;
  font-weight: 100;
  margin: 1.875rem 0;
  margin-bottom: 1.5rem;
}
h2 {
  font-family: "Brandon Grotesque Bold", sans-serif;
  font-size: 2.9375rem;
  font-weight: 100;
  margin-bottom: 1.5rem;
}
h3 {
  font-family: "Brandon Grotesque Bold", sans-serif;
  font-size: 1.9375rem;
  font-weight: 100;
  margin-bottom: 1.5rem;
}
h4 {
  font-family: "Brandon Grotesque Bold", sans-serif;
  font-size: 1.5rem;
  font-weight: 100;
  margin-bottom: 1.5rem;
}
h5 {
  font-family: "Brandon Grotesque Bold", sans-serif;
  font-size: 1.25rem;
  font-weight: 100;
  margin-bottom: 0.5rem;
}
h6 {
  font-family: "Brandon Grotesque Bold", sans-serif;
  font-size: 1.125rem;
  font-weight: 100;
  margin-bottom: 0.5rem;
}
strong, b {
  font-family: "Brandon Grotesque Bold", sans-serif;
}
.fa:before, .fa:after {
  font-family: "FontAwesome";
}
#page-container {
  position: relative;
  min-height: 100vh;
}
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}
p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-bottom: 0.5rem;
}
p sub {
  font-size: 0.9375rem;
}
span.med {
  font-family: "Brandon Grotesque Medium", sans-serif;
  display: inline;
}
ul {
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
.block-bg.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.btn {
  font-size: 0.9rem;
  padding: 1rem 1.9rem;
  border-radius: 0;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
}
.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  color: #fff;
}
.btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  color: #fff;
}
.btn.disabled {
  opacity: 1;
}
.btn:disabled {
  opacity: 1;
}
/* -- SUP REFERENCE -- */
.sup-reference p {
  font-size: 0.8em;
  line-height: 1.5em;
  margin-bottom: 1em;
}
.double-bounce1 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #74a35dff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #74a35dff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.double-bounce3 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #74a35dff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
  -webkit-animation-delay: -3s;
  animation-delay: -3s;
}
.section {
  padding: 40px 0;
}
.section-header {
  color: #fff;
  margin-bottom: 40px;
  text-align: center;
}
.section-header .section-title {
  font-size: 42px;
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 100;
  color: #333;
  position: relative;
}
.section-header .section-title span {
  color: #74a35dff;
}
.section-header .section-subtitle {
  margin-top: 15px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
}
.section-header .lines {
  margin: auto;
  width: 120px;
  position: relative;
  border-top: 2px solid #74a35dff;
  margin-top: 15px;
}
.section-header .lines:before {
  position: absolute;
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  top: -10px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: #74a35dff;
  left: 50px;
}
.btn-common {
  border: 2px solid #74a35dff;
  background-color: #74a35dff;
  color: #fff;
  position: relative;
  z-index: 1;
  border-radius: 4px;
}
.btn-common:hover {
  border: 2px solid #74a35dff;
  background-color: #397c18ff;
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn-border {
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 4px;
}
.btn-border:hover {
  border: 2px solid #fff;
  color: #fff;
  background-color: #74a35dff;
}
.btn-lg {
  text-transform: uppercase;
}
.btn-rm {
  padding: 7px 10px;
  text-transform: capitalize;
}
.btn-round {
  border-radius: 2em;
}
.clear {
  clear: both;
}
.social-icons {
  margin-bottom: 10px;
  margin-top: 20px;
}
.social-icons ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-icons ul li {
  display: inline;
}
.social-icons ul li a {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 15px;
  border-radius: 4px;
  border: 1px solid rgba(255, 254, 254, 0.07);
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 16px;
}
.social-icons ul li a:hover {
  color: #fff;
  background: #74a35dff;
}
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999999999;
}
.spinner {
  width: 80px;
  height: 80px;
  top: 45%;
  position: relative;
  margin: 0 auto;
}
@keyframes sk-bounce {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.scroll-to-top {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
}
.scroll-to-top.captcha-correction {
  bottom: 100px;
}
.scroll-to-top i {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #74a35dff;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
  background-color: white;
  border: 2px solid #74a35dff;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  transform: scale(1.5);
}
.scroll-to-top i:hover {
  background-color: #74a35dff;
  color: white;
}
.circled i {
  border-radius: 50%;
}
.lnr-chevron-up:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin-top: -2px;
  font-weight: bold;
}
#page-header {
  background-size: cover;
  color: #fff;
  overflow: hidden;
  position: relative;
}
#page-header .contents h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 100;
}
#page-header .contents p {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.5px;
}
#page-header .contents .btn {
  margin: 25px 25px 0 0;
  text-transform: uppercase;
}
#page-header .banner_bottom_btn {
  margin-top: 40px;
}
#page-header .banner_bottom_btn i {
  color: #fff;
  font-size: 48px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#page-header .banner_bottom_btn i:hover {
  color: #74a35dff;
}
#page-header .post-meta {
  color: #fff;
  margin-bottom: 20px;
}
#page-header .post-meta ul li {
  display: inline-block;
  margin-right: 8px;
  margin-left: 8px;
}
#page-header .post-meta ul li i {
  margin-right: 5px;
}
#page-header .post-meta ul li a {
  color: #fff;
}
#page-header .post-social {
  color: #fff;
  margin-bottom: 25px;
}
#page-header .post-social ul li {
  display: inline-block;
  margin-right: 8px;
  margin-left: 8px;
}
#page-header .post-social ul li i {
  margin-right: 5px;
  font-size: 16px;
}
#page-header .post-social ul li a {
  color: #fff;
}
#page-header.pageheader-image {
  height: 550px;
}
#page-header.pageheader-image .overlay {
  background: #000;
  opacity: 0.05;
}
#page-header.pageheader-image .contents {
  position: absolute;
  right: 15%;
  left: 15%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
  padding: 20px 0;
}
.bg-faded {
  background-color: #fff;
}
.top-section {
  border-bottom: 1px solid #e7e6e6;
}
.top-section .top-area {
  padding: 3px 0;
}
.top-section .top-area .language .picker-lang {
  display: inline-block;
}
.top-section .top-area .language .picker-lang a {
  color: #999;
  font-size: 0.8rem;
  line-height: 2;
  padding: 0;
}
.top-section .top-area .language .picker-lang.active a {
  color: #74a35dff;
}
.top-section .top-area .language .picker-lang:not(:last-child):after {
  content: "|";
  color: #999;
}
.top-section .top-area .language i {
  color: #999;
  font-size: 0.8rem;
}
.top-section .top-area i {
  margin-right: 3px;
}
.top-section .top-area .call-us p {
  color: #999;
  margin-bottom: 0;
  font-size: 0.8rem;
}
.top-section .top-area .user-account ul li a {
  color: #999;
  font-size: 0.8rem;
  line-height: 2;
  padding: 0;
}
.mainmenu-area {
  padding: 0;
  border: none;
  margin: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
}
.mainmenu-area .menu-button {
  position: relative;
  color: #333;
  line-height: 58px;
  top: 0;
  outline: none;
}
@-webkit-keyframes MenuFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes MenuFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-brand img {
  max-width: 115px;
}
.navbar-toggler {
  background: #74a35dff;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
  border-radius: 0;
  margin: 5px;
  cursor: pointer;
  float: right;
}
.navbar-toggler i {
  color: #fff;
}
.navbar-toggler:active {
  border: 1px solid #74a35dff;
  color: #74a35dff;
}
.navbar-toggler:hover {
  border: 1px solid #74a35dff;
  background: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.navbar-toggler:hover i {
  color: #74a35dff;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#carousel-area {
  overflow: hidden;
  background: #2c3e50;
}
#carousel-area .carousel-item {
  background-size: 100%;
  background-size: cover;
  height: auto;
}
#carousel-area .carousel-item .overlay {
  background: #000;
  opacity: 0.2;
  z-index: 1;
}
#carousel-area .carousel-item .img-fluid {
  width: 2000px;
}
#carousel-area .carousel-item .carousel-caption {
  top: 25%;
  right: 10%;
  left: 10%;
  text-shadow: none;
}
#carousel-area .carousel-item .carousel-caption h1 {
  font-weight: 100;
  font-size: 50px;
  line-height: 60px;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
}
#carousel-area .carousel-item .carousel-caption p {
  color: #1b2f70;
  font-size: 0.875rem;
  font-weight: 400;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
}
#carousel-area .carousel-item .carousel-caption .btn {
  margin: 30px 15px;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
}
#carousel-area .carousel-item .carousel-caption i {
  margin-right: 5px;
}
#carousel-area .carousel-control-next {
  opacity: 1;
  top: 30%;
}
#carousel-area .carousel-control-next i {
  width: 40px;
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  border: 2px solid #fff;
  background: transparent;
  border-radius: 2px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#carousel-area .carousel-control-next i:hover {
  border: 2px solid #74a35dff;
  background: #74a35dff;
}
#carousel-area .carousel-control-prev {
  opacity: 1;
  top: 70%;
}
#carousel-area .carousel-control-prev i {
  width: 40px;
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  border: 2px solid #fff;
  background: transparent;
  border-radius: 2px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#carousel-area .carousel-control-prev i:hover {
  border: 2px solid #74a35dff;
  background: #74a35dff;
}
#carousel-area .carousel-indicators {
  bottom: 20px;
}
#carousel-area .carousel-indicators li:hover {
  opacity: 1;
}
#carousel-area .carousel-indicators li.active {
  opacity: 1;
}
.owlcarousel-area {
  position: relative;
}
#header-area {
  position: relative;
}
#header-area .header-image {
  height: 600px;
}
#header-area .header-image .overlay {
  background: #000;
  opacity: 0.05;
}
#header-area .header-video .video-item {
  height: 800px;
}
#header-area .header-video .overlay {
  background: #000;
  opacity: 0.05;
}
#header-area .header-caption {
  position: absolute;
  right: 15%;
  left: 15%;
  z-index: 8;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
  padding: 20px 0;
}
#header-area .header-caption p {
  font-size: 18px;
  font-family: "Brandon Grotesque Bold", sans-serif;
}
#header-area .header-caption h1 {
  font-size: 45px;
}
#header-area .header-caption i {
  margin-right: 5px;
}
.contents .head-title {
  text-transform: uppercase;
  font-size: 42px !important;
  font-weight: 700 !important;
}
.contents h4 {
  font-size: 36px;
  line-height: 50px;
}
.contents .header-button .btn i {
  margin-left: 10px;
}
.intro-img {
  padding: 130px 0;
}
.intro-img img {
  display: block;
  height: auto;
  max-width: 100%;
}
#video-area {
  overflow: hidden;
  position: relative;
}
#video-area .contents {
  padding: 160px 0 80px;
}
#video-area .contents h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 25px;
  line-height: 70px;
}
#video-area .contents p {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.5px;
}
#video-area .contents .btn {
  margin: 20px 10px;
  text-transform: uppercase;
}
#video-area .banner_bottom_btn {
  margin-top: 40px;
}
#video-area .banner_bottom_btn i {
  color: #fff;
  font-size: 48px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#video-area .banner_bottom_btn i:hover {
  color: #74a35dff;
}
.overlay-2 {
  background: rgba(0, 0, 0, 0.9) !important;
}
#about {
  position: relative;
  background: #f2f2f2;
}
.item-boxes {
  text-align: center;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 15px;
  webkit-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.item-boxes .icon {
  width: 60px;
  height: 60px;
  text-align: center;
  border: 1px solid #74a35dff;
  display: inline-block;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 15px;
  webkit-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.item-boxes .icon i {
  font-size: 30px;
  line-height: 60px;
  color: #74a35dff;
}
.item-boxes h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.item-boxes .item-line {
  margin: 3px auto;
  width: 30px;
  height: 1px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.item-boxes:hover .icon {
  background: #74a35dff;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.item-boxes:hover .icon i {
  color: #fff;
}
.item-boxes:hover .item-line {
  width: 62px;
}
#services {
  position: relative;
  background: #f2f2f2;
}
#features {
  background: #fff;
  /*
	.content-left:before {
		content: '';
		display: block;
		width: 0;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 40px;
		border-left: 1px dashed #025e47;
	}*/
  /*
	.content-right:before {
		content: '';
		display: block;
		width: 0;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 40px;
		border-left: 1px dashed #025e47;
	}*/
}
#features .icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  text-align: center;
  position: relative;
  z-index: 1;
}
#features .content-left {
  position: relative;
}
#features .content-left span {
  float: right;
  margin-left: 25px;
}
#features .content-right {
  position: relative;
}
#features .content-right span {
  float: left;
  margin-right: 25px;
}
#features .box-item {
  padding: 15px 0;
}
#features .box-item .icon {
  border: 1px solid #74a35dff;
  text-align: center;
  margin: 12px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#features .box-item .icon i {
  color: #74a35dff;
  font-size: 24px;
  line-height: 60px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#features .box-item .text h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}
#features .box-item .text p {
  font-size: 14px;
  line-height: 26px;
}
#features .box-item:hover .icon {
  background: #74a35dff;
}
#features .box-item:hover .icon i {
  color: #fff;
}
#features .show-box {
  padding: 20px 0 0;
}
#features .show-box img {
  width: 100%;
}
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #74a35dff;
  opacity: 0.7;
  filter: alpha(opacity=80);
}
.overlay .item-icon {
  line-height: 48px;
  color: #fff;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
  text-align: center;
  font-size: 24px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 15px;
}
.overlay .meta-item {
  color: #fff;
  padding: 35px;
  position: absolute;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
  text-align: center;
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}
.overlay .meta-item h4 {
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 12px;
}
.overlay .meta-item p {
  font-size: 13px;
  line-height: 1.5;
}
#portfolios {
  background: #f2f2f2;
}
#portfolios .picture-item {
  padding: 10px;
}
#portfolios .portfolio-item .shot-item {
  margin: 2px;
}
.controls {
  text-align: center;
  padding: 0 0 20px;
}
.controls .active {
  color: #74a35dff !important;
  border-color: #74a35dff;
  background: transparent;
}
.controls .btn {
  text-transform: uppercase;
  margin: 2px;
}
.controls:hover {
  cursor: pointer;
}
.portfolio-img {
  overflow: hidden;
  display: block;
  position: relative;
}
.portfolio-img img {
  width: 100%;
}
.shot-item {
  margin-right: 15px;
  padding: 8px;
  border-radius: 4px;
  background: #fff;
}
.shot-item img {
  width: 100%;
}
.shot-item .overlay {
  display: block;
  position: relative;
  opacity: 1;
}
.shot-item .overlay:before {
  position: absolute;
  content: "";
  height: 30%;
  width: 30%;
  background: #74a35dff;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  top: 0;
  left: 0;
  z-index: 1;
}
.shot-item .overlay:after {
  position: absolute;
  content: "";
  height: 30%;
  width: 30%;
  background: #74a35dff;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.shot-item:hover .overlay {
  opacity: 0.8;
}
.shot-item:hover .overlay:before {
  height: 100%;
  width: 50%;
  opacity: 0.8;
}
.shot-item:hover .overlay:after {
  height: 100%;
  width: 50%;
  opacity: 0.8;
}
.shot-item:hover .item-icon {
  visibility: visible;
  opacity: 1;
}
.shot-item:hover .meta-item {
  visibility: visible;
  opacity: 1;
}
.pricing-table {
  padding: 20px 20px 40px 20px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 5px;
  border: transparent;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.pricing-table:hover {
  -webkit-box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
}
.pricing-table:hover .icon {
  background: #74a35dff;
}
.pricing-table:hover .icon i {
  color: #fff;
}
.pricing-table .icon {
  font-size: 26px;
  color: #74a35dff;
  border: 1px solid #74a35dff;
  border-radius: 4px;
  width: 64px;
  height: 64px;
  text-align: center;
  line-height: 64px;
  margin: 30px auto;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.pricing-table .pricing-details h2 {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}
.pricing-table .pricing-details span {
  display: inline-block;
  font-size: 28px;
  font-weight: 400;
  color: #74a35dff;
  margin-bottom: 20px;
}
.pricing-table .pricing-details ul {
  margin-bottom: 35px;
}
.pricing-table .pricing-details ul li {
  padding: 10px;
  font-size: 15px;
  border-bottom: 1px solid #eee;
}
.pricing-table.table-top {
  margin-top: 0;
  border: 1px solid #74a35dff;
  border-radius: 4px;
}
.counters {
  position: relative;
}
.counters .section-header .lines {
  border-color: #fff;
}
.counters .section-header .section-title {
  color: #fff;
}
.counters .section-header .section-subtitle {
  color: #fff;
}
.counters .facts-item {
  text-align: center;
  color: #fff;
}
.counters .facts-item .icon {
  border: 1px solid #fff;
  border-radius: 4px;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  margin: 20px auto;
  font-size: 35px;
}
.counters .facts-item .icon i {
  color: #fff;
}
.counters .facts-item .fact-count h3 {
  font-size: 35px;
  color: #fff;
  margin-bottom: 15px;
}
.counters .facts-item .fact-count h4 {
  font-size: 20px;
  color: #fff;
}
#testimonial {
  background: #f2f2f2;
}
#testimonial .owl-carousel .owl-item img {
  display: initial;
  width: auto;
}
.testimonial-item {
  text-align: center;
}
.testimonial-item img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.testimonial-item .testimonial-text h3 {
  font-size: 16px;
  font-weight: 100;
  text-transform: uppercase;
}
.testimonial-item .testimonial-text span {
  font-size: 15px;
  color: #999;
}
.testimonial-item .testimonial-text p {
  font-size: 14px;
  font-weight: 400;
  padding: 20px 10px;
  letter-spacing: 1px;
  margin: 0;
  line-height: 1.5;
  color: #999;
}
#download {
  position: relative;
}
#download .section-header .lines {
  border-color: #fff;
}
#download .section-header .section-title {
  color: #fff;
}
#download .section-header .section-subtitle {
  color: #fff;
}
#download .section-title {
  color: #fff;
  font-weight: 700;
}
#download .btn {
  margin: 10px;
}
#download .btn i {
  margin-right: 5px;
}
.single-team {
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  border-radius: 0;
  overflow: hidden;
}
.single-team:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}
.single-team:hover .team-details {
  opacity: 1;
}
.single-team:hover .team-inner {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.single-team img {
  width: 100%;
}
.single-team .team-inner {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.single-team .team-details {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 2;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.single-team .team-details .team-title {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.single-team .team-details .team-desc {
  font-size: 12px;
  text-align: center;
  margin: 30px auto 0 auto;
  line-height: 18px;
  width: 58%;
}
.single-team .team-details p {
  color: #fff;
}
.single-team .social-list li {
  display: inline-block;
}
.single-team .social-list li a {
  display: block;
  height: 34px;
  line-height: 34px;
  text-align: center;
  width: 34px;
  color: #74a35dff;
  font-size: 14px;
  background: #fff;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.single-team .social-list .facebook a:hover {
  background: #4867aa;
  color: #fff;
}
.single-team .social-list .twitter a:hover {
  background: #1da1f2;
  color: #fff;
}
.single-team .social-list .google-plus a:hover {
  background: #dd4d42;
  color: #fff;
}
.single-team .social-list .linkedin a:hover {
  background: #007bb6;
  color: #fff;
}
#clients {
  background: #f2f2f2;
}
#clients .client-item-wrapper {
  text-align: center;
  border: 1px solid #ddd;
  padding: 20px;
  margin: 0 5px;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
#clients .client-item-wrapper:hover {
  border-color: #74a35dff;
}
#clients #clients-scroller .owl-pagination {
  display: none;
}
#clients #clients-scroller img {
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-filter: gray;
  filter: gray;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  width: 100%;
}
#clients #clients-scroller img:hover {
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 1;
}
#clients .owl-carousel .owl-item img {
  display: initial;
  width: auto;
}
#blog .blog-item-wrapper {
  background: #fff;
  border-radius: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 0.2s linear, -webkit-box-shadow 0.2s linear;
  transition: -webkit-transform 0.2s linear, -webkit-box-shadow 0.2s linear;
  -o-transition: transform 0.2s linear, box-shadow 0.2s linear;
  transition: transform 0.2s linear, box-shadow 0.2s linear;
  transition: transform 0.2s linear, box-shadow 0.2s linear, -webkit-transform 0.2s linear, -webkit-box-shadow 0.2s linear;
}
#blog .blog-item-wrapper:hover {
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
}
#blog .blog-item-wrapper:hover .blog-item-img:before {
  opacity: 0.7;
  height: 100%;
  width: 100%;
}
#blog .blog-item-wrapper:hover .blog-item-img .post-link {
  opacity: 0.7;
}
#blog .blog-item-img {
  position: relative;
}
#blog .blog-item-img img {
  width: 100%;
}
#blog .blog-item-img .post-link {
  font-size: 55px;
  position: absolute;
  opacity: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
}
#blog .blog-item-img:before {
  width: 25%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #397c18ff;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#blog .blog-item-text {
  border: 1px solid #f1f1f1;
  padding: 20px;
}
#blog .blog-item-text h3 {
  line-height: 26px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
#blog .blog-item-text h3 a {
  color: #333;
}
#blog .blog-item-text h3 a:hover {
  color: #74a35dff;
}
#blog .blog-item-text p {
  line-height: 25px;
  margin-bottom: 20px;
}
.meta-tags {
  margin-bottom: 10px;
}
.meta-tags span {
  color: #999;
  margin-right: 10px;
}
.meta-tags span i {
  margin-right: 5px;
}
.meta-tags span a {
  color: #999;
}
.meta-tags span a:hover {
  color: #74a35dff;
}
.form-control {
  width: 100%;
  margin-bottom: 20px;
  padding: 18px;
  font-size: 14px;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
#contact {
  background: #f2f2f2;
  position: relative;
  overflow: hidden;
}
#contact .contact-block {
  background: #fff;
  padding: 30px;
  overflow: hidden;
}
#contact #contactForm {
  margin-top: 30px;
}
.contactinfo-table {
  padding: 20px;
  margin: 0 auto;
  border: transparent;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.contactinfo-table:hover {
  -webkit-box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
}
.contactinfo-table .contactinfo-details h2 {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
  padding: 10px;
}
.contactinfo-table .contactinfo-details span {
  font-size: 16px;
  color: #74a35dff;
  margin-right: 10px;
  display: inline-block;
  width: 17px;
}
.contactinfo-table .contactinfo-details ul {
  margin-bottom: 35px;
}
.contactinfo-table .contactinfo-details ul li {
  padding: 10px;
  font-size: 15px;
  border-bottom: 1px solid #eee;
}
.text-danger {
  font-size: 14px;
  margin-top: 10px;
}
#subscribe .sub_btn {
  border: none;
  line-height: 44px;
  margin: 0;
  font-size: 15px;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  min-width: 150px;
  color: #fff;
  top: 0;
  height: 50px;
  background: #74a35dff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
#subscribe form input {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #999;
  height: 50px;
  padding: 0 20px;
  margin: 0;
  width: 100%;
}
#subscribe form input:focus {
  border: 1px solid #74a35dff;
}
#footer-wrap {
  background: #D8D8D851;
  color: black;
}
#footer-wrap a {
  display: inline-block;
  color: black;
}
#copyright {
  background: #025e47;
  background: linear-gradient(45deg, #025e47 0%, #397c18ff 100%);
  background: -webkit-linear-gradient(45deg, #025e47 0%, #397c18ff 100%);
  background: -moz-linear-gradient(45deg, #025e47 0%, #397c18ff 100%);
  background: -o-linear-gradient(45deg, #025e47 0%, #397c18ff 100%);
  padding: 10px 0;
  text-align: center;
}
.subscribe-box {
  margin-top: 18px;
}
.subscribe-box input[type="text"] {
  color: #444;
  font-size: 12px;
  padding: 6px 12px;
  border: none;
  background: #fff;
  border-radius: 0;
  outline: none;
}
.subscribe-box input[type="submit"] {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  background: #74a35dff;
  text-transform: uppercase;
  border: none;
  padding: 7px 16px;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.blog-section {
  background: #ecf0f1;
  padding: 110px 0;
}
.blog-section .blog-post {
  background: #fff;
  overflow: hidden;
  margin-bottom: 50px;
}
.blog-section .blog-post .blog-meta {
  color: #999;
  margin-bottom: 15px;
}
.blog-section .blog-post .blog-meta ul {
  margin-bottom: 0;
  padding-left: 0;
}
.blog-section .blog-post .blog-meta ul li {
  color: #999;
  display: inline-block;
  margin-right: 8px;
  margin-left: 8px;
}
.blog-section .blog-post .blog-meta ul li i {
  margin-right: 5px;
}
.blog-section .blog-post .blog-meta ul li a {
  color: #999;
}
.blog-section .blog-post .blog-meta ul li:first-child {
  margin-left: 0;
}
.blog-section .blog-post .post-content {
  padding: 30px;
}
.blog-section .blog-post .post-content h3 {
  font-size: 30px;
  padding-bottom: 10px;
}
.blog-section .blog-post .post-content h2.blog-post-title {
  font-size: 26px;
  font-weight: 600;
  line-height: 26px;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.blog-section .blog-post .blog-data {
  display: inline-block;
  width: 100%;
  padding: 15px 30px 30px;
}
.blog-section .blog-post .blog-data .blog-tags {
  float: left;
  margin-top: 3px;
}
.blog-section .blog-post .blog-data .blog-tags span {
  font-weight: 500;
  color: #999;
}
.blog-section .blog-post .blog-data .blog-tags a {
  font-size: 14px;
  font-style: italic;
  padding: 7px;
}
.blog-section .blog-post .blog-data .blog-share {
  float: right;
}
.blog-section .blog-post .blog-data .blog-share a {
  border: 1px solid #74a35dff;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  display: inline-block;
  text-align: center;
  line-height: 32px;
}
.blog-section .blog-post .blog-data .blog-share a:hover {
  color: #fff;
  background: #74a35dff;
}
.blog-section .blog-post .post-line {
  padding: 0 30px;
}
.blog-section .blog-post .post-thumb img {
  width: 100%;
}
.blog-section .sidebar-area {
  background: #ecf0f1;
}
.blog-section .sidebar-area .widget {
  background: #fff;
  padding: 30px;
  margin-bottom: 50px;
}
.blog-section .sidebar-area .widget ul {
  list-style: outside none none;
  padding-left: 0;
}
.blog-section .sidebar-area .widget h2.widget-title {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #333;
}
.blog-section .sidebar-area .search-bar {
  margin-bottom: 50px;
}
.blog-section .sidebar-area .search-bar button {
  border-radius: 0 4px 4px 0;
  height: 59px;
  position: absolute;
  right: 0;
  top: 0;
  width: 59px;
}
.blog-section .sidebar-area .tag-cloud li {
  float: left;
  margin-bottom: 5px;
  margin-right: 5px;
}
.blog-section .sidebar-area .tag-cloud a {
  font-size: 10px;
  padding: 4px 10px;
}
.blog-section .sidebar-area .popular-post h4 {
  font-size: 16px;
  font-weight: 600;
}
.blog-section .sidebar-area .popular-post ul li {
  margin-bottom: 20px;
}
.blog-section .sidebar-area .media {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}
.blog-section .sidebar-area .media .media-left {
  padding-right: 10px;
}
.blog-section .sidebar-area .media span.published-time {
  font-size: 12px;
}
.blog-section .sidebar-area .media span.published-time i.fa {
  margin-right: 5px;
}
.blog-section .sidebar-area .categories .category-list li {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
.blog-section .sidebar-area .categories .category-list li a {
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.blog-section .sidebar-area .categories .category-list li a i {
  margin-right: 5px;
}
.blog-section .sidebar-area .categories .category-list li .num-posts {
  font-size: 14px;
  float: right;
}
.blog-section .sidebar-area .categories .category-list li:last-child {
  border: 0;
}
.blog-pagination {
  text-align: center;
}
.blog-pagination nav ul.pagination li.page-item a {
  border-radius: 0;
  margin-right: 15px !important;
  color: #333;
}
.blog-pagination nav ul.pagination li.page-item a:hover {
  color: #fff;
}
.blog-pagination nav ul.pagination li.page-item a:focus {
  color: #fff;
}
.blog-pagination nav ul.pagination li.page-item a i {
  font-size: 11px;
}
.blog-pagination nav ul.pagination li.page-item.active a {
  color: #fff;
}
.blog-gallery {
  background: #fff;
  padding: 50px 30px;
  margin-top: 20px;
  overflow: hidden;
}
.blog-gallery h4 {
  font-size: 24px;
  margin-bottom: 30px;
}
.blog-gallery img {
  width: 100%;
}
.blog-gallery #post-gallery-items .item {
  text-align: center;
  margin: 0 10px;
  background: #fff;
  border-radius: 0;
  -webkit-transition: -webkit-transform 0.2s linear, -webkit-box-shadow 0.2s linear;
  transition: -webkit-transform 0.2s linear, -webkit-box-shadow 0.2s linear;
  -o-transition: transform 0.2s linear, box-shadow 0.2s linear;
  transition: transform 0.2s linear, box-shadow 0.2s linear;
  transition: transform 0.2s linear, box-shadow 0.2s linear, -webkit-transform 0.2s linear, -webkit-box-shadow 0.2s linear;
}
.blog-gallery #post-gallery-items .item:hover .post-gallery-item:before {
  opacity: 0.7;
  height: 100%;
  width: 100%;
}
.blog-gallery #post-gallery-items .item:hover .post-gallery-item a i {
  opacity: 0.7;
}
.blog-gallery #post-gallery-items .post-gallery-item {
  position: relative;
}
.blog-gallery #post-gallery-items .post-gallery-item img {
  width: 100%;
}
.blog-gallery #post-gallery-items .post-gallery-item:before {
  width: 25%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #397c18ff;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.blog-gallery #post-gallery-items .post-gallery-item a i {
  font-size: 55px;
  position: absolute;
  opacity: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
}
.similar-posts {
  padding: 50px 0;
  overflow: hidden;
}
.similar-posts h4 {
  font-size: 24px;
  margin-bottom: 30px;
}
.similar-posts .blog-item-wrapper {
  background: #fff;
  border-radius: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 0.2s linear, -webkit-box-shadow 0.2s linear;
  transition: -webkit-transform 0.2s linear, -webkit-box-shadow 0.2s linear;
  -o-transition: transform 0.2s linear, box-shadow 0.2s linear;
  transition: transform 0.2s linear, box-shadow 0.2s linear;
  transition: transform 0.2s linear, box-shadow 0.2s linear, -webkit-transform 0.2s linear, -webkit-box-shadow 0.2s linear;
}
.similar-posts .blog-item-wrapper:hover {
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
}
.similar-posts .blog-item-wrapper:hover .blog-item-img:before {
  opacity: 0.7;
  height: 100%;
  width: 100%;
}
.similar-posts .blog-item-wrapper:hover .blog-item-img .post-link {
  opacity: 0.7;
}
.similar-posts .blog-item-img {
  position: relative;
}
.similar-posts .blog-item-img img {
  width: 100%;
}
.similar-posts .blog-item-img .post-link {
  font-size: 55px;
  position: absolute;
  opacity: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
}
.similar-posts .blog-item-img:before {
  width: 25%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #397c18ff;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.similar-posts .blog-item-text {
  border: 1px solid #f1f1f1;
  padding: 20px;
}
.similar-posts .blog-item-text h3 {
  line-height: 26px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.similar-posts .blog-item-text h3 a {
  color: #333;
}
.similar-posts .blog-item-text h3 a:hover {
  color: #74a35dff;
}
.similar-posts .blog-item-text p {
  line-height: 25px;
  margin-bottom: 20px;
}
.blog-single {
  background: #ecf0f1;
}
.blog-single .blog-post {
  background: #fff;
  overflow: hidden;
  margin-bottom: 40px;
}
.blog-single .blog-post .post-content {
  padding: 30px;
}
.blog-single .blog-post .post-content .post-title {
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.blog-single .blog-post .post-content h3 {
  font-size: 30px;
  padding-bottom: 10px;
}
.blog-single .blog-post .post-content ul {
  margin-bottom: 1rem;
  padding-left: 40px;
}
.blog-single .blog-post .post-content ul li {
  list-style-type: inherit;
  padding-bottom: 3px;
}
.blog-single .blog-post .post-content ol {
  margin-bottom: 1rem;
  padding-left: 40px;
}
.blog-single .blog-post .post-content ol li {
  list-style-type: inherit;
  padding-bottom: 3px;
}
.blog-single .blog-post .post-thumb img {
  width: 100%;
}
.blog-comment {
  background: #fff;
  padding: 50px 30px;
  margin-top: 20px;
  overflow: hidden;
}
.blog-comment h4 {
  font-size: 24px;
  margin-bottom: 30px;
}
.blog-comment .comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 50px;
}
.blog-comment .comment-list .the-comment {
  border-bottom: 1px solid #e7e6e6;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.blog-comment .comment-list .children {
  padding-left: 40px;
}
.blog-comment .avatar {
  float: left;
  margin-right: 15px;
  padding: 5px;
  border-radius: 3px;
  background: #fff;
  border: 1px dashed #74a35dff;
}
.blog-comment .comment-author {
  margin-bottom: 10px;
}
.blog-comment .meta {
  margin-bottom: 10px;
  color: #999;
}
.page-section {
  padding-bottom: 30px;
}
.page-section ul {
  margin-bottom: 1rem;
  padding-left: 27px;
}
.page-section ul li {
  list-style-type: inherit;
  padding-bottom: 3px;
}
.page-section ol {
  margin-bottom: 1rem;
  padding-left: 40px;
}
.page-section ol li {
  list-style-type: inherit;
  padding-bottom: 3px;
}
.about-section, .splitter-section {
  background-color: #f2f2f2;
}
.about-section .lead, .splitter-section .lead {
  font-size: 14px;
  font-weight: 400;
}
.about-section .details-list, .splitter-section .details-list {
  margin-top: 36px;
}
.about-section .details-list h4, .splitter-section .details-list h4 {
  font-size: 15px;
  font-weight: 600;
  color: #74a35dff;
}
.about-section img, .splitter-section img {
  width: 100%;
}
.about-section h2.title, .splitter-section h2.title {
  font-size: 28px;
  text-transform: uppercase;
  margin: 10px 0 20px;
  font-weight: 400;
  color: #74a35dff;
}
.about-section .splitter-container, .splitter-section .splitter-container {
  padding: 10px;
}
.tab-section img {
  width: 100%;
}
.tab-section .tabs-intro-image {
  margin-bottom: 20px;
}
.tab-section .tabs-title {
  font-weight: 600;
  font-size: 22px;
  position: relative;
  text-align: left;
}
.tab-section #default-tab ul.nav-tabs li a {
  border: medium none !important;
  color: #999;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  padding: 10px 15px;
  text-transform: uppercase;
}
.tab-section #default-tab .nav-tabs > li > a.active {
  border: 1px solid lightgrey !important;
  border-bottom: 1px solid white !important;
  position: relative;
}
.tab-section #default-tab .nav-tabs > li a.active:focus {
  border: 1px solid lightgrey !important;
  border-bottom: 1px solid white !important;
  position: relative;
}
.tab-section #default-tab .nav-tabs > li a.active:hover {
  border: 1px solid lightgrey !important;
  border-bottom: 1px solid white !important;
  position: relative;
}
.tab-section #default-tab .tab-content {
  padding-top: 20px;
}
.tab-section #default-tab a.nav-link {
  background: none;
}
.tabs-section img {
  width: 100%;
}
.tabs-section .tabs-intro-image {
  margin-bottom: 20px;
}
.tabs-section .tabs-title {
  font-weight: 600;
  font-size: 22px;
  position: relative;
  text-align: left;
}
.tabs-section #default-tab ul.nav-tabs {
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.tabs-section #default-tab ul.nav-tabs li a {
  border: medium none !important;
  color: #999;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 10px;
  padding: 10px 15px;
  text-transform: uppercase;
}
.tabs-section #default-tab ul.nav-tabs > li a.active::before {
  bottom: -14px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
}
.tabs-section #default-tab .nav-tabs > li > a.active {
  border: 0 none;
  position: relative;
}
.tabs-section #default-tab .nav-tabs > li a.active:focus {
  border: 0 none;
  position: relative;
}
.tabs-section #default-tab .nav-tabs > li a.active:hover {
  border: 0 none;
  position: relative;
}
.tabs-section #default-tab a.nav-link {
  background: none;
}
#skills-tabs {
  background: #fff;
}
#skills-tabs .tab-content {
  margin: 10px 0 0 90px;
}
#skills-tabs ul.nav-tabs {
  border-bottom: none;
  float: left;
  display: table-cell;
  vertical-align: top;
}
#skills-tabs ul.nav-tabs li {
  float: none;
}
#skills-tabs ul.nav-tabs li a {
  width: 60px;
  height: 60px;
  text-align: center;
  border: 1px solid #74a35dff;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 15px;
  webkit-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: transparent;
  padding: 0;
}
#skills-tabs ul.nav-tabs li a i {
  font-size: 30px;
  line-height: 60px;
  color: #74a35dff;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#skills-tabs ul.nav-tabs li a:focus {
  background: #74a35dff none repeat scroll 0 0;
}
#skills-tabs ul.nav-tabs li a:focus i {
  color: #fff;
}
#skills-tabs ul.nav-tabs li a:hover {
  background: #74a35dff none repeat scroll 0 0;
}
#skills-tabs ul.nav-tabs li a:hover i {
  color: #fff;
}
#skills-tabs ul.nav-tabs li a.active {
  background: #74a35dff none repeat scroll 0 0;
}
#skills-tabs ul.nav-tabs li a.active i {
  color: #fff;
}
#skills-tabs .service-content h3 {
  font-size: 24px;
}
.progress {
  background: #f5f5f5;
  height: 10px;
  margin: 0 0 20px;
  position: relative;
  width: 100%;
}
.progress-bar {
  float: left;
  height: 100%;
  font-size: 12px;
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
  position: relative;
}
.next-prev {
  display: none;
}
.next-prev ul {
  margin: 0;
  padding: 0;
  border-right: 0;
  list-style: none;
  border: 0;
}
.next-prev ul > li {
  margin: 0;
  padding: 0;
  float: left;
  width: 48%;
  position: relative;
  background: transparent;
  height: auto;
  cursor: pointer;
  height: 109px;
  border: 0;
  position: fixed !important;
  height: 48px;
  height: 70px;
  left: 0;
  margin: 0 !important;
  top: 45%;
  text-align: center;
  width: auto;
  z-index: 999;
}
.next-prev ul > li a {
  min-height: 72px;
  padding-top: 20px;
  border-radius: 0;
  position: relative;
}
.next-prev ul > li a i {
  color: #999;
  font-size: 32px;
  position: absolute;
  top: 20px;
}
.next-prev ul > li a:hover {
  background-color: transparent;
  border-color: #74a35dff;
}
.next-prev ul > li a:hover i {
  color: #74a35dff;
}
.next-prev ul > li a:focus {
  background-color: transparent;
  border-color: #74a35dff;
}
.next-prev ul > li a:focus i {
  color: #74a35dff;
}
.next-prev ul > li a:active {
  background-color: transparent;
  border-color: #74a35dff;
}
.next-prev ul > li a:active i {
  color: #74a35dff;
}
.next-prev ul > li span {
  background-color: #eaeaea;
  color: #555;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1px;
  padding: 3px 5px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.next-prev ul > li strong {
  color: #3c3c3c;
  display: block;
  max-height: 65px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 270px;
}
.next-prev ul > li.previous {
  margin-right: 10px;
  text-align: left;
}
.next-prev ul > li.previous a {
  padding-left: 40px;
  padding-right: 5px;
}
.next-prev ul > li.previous .navigation-detail {
  border-left: 0;
  -webkit-transform: translateX(-250%);
  -ms-transform: translateX(-250%);
  transform: translateX(-250%);
  -webkit-transition: -webkit-transform 600ms;
  transition: -webkit-transform 600ms;
  -o-transition: transform 600ms;
  transition: transform 600ms;
  transition: transform 600ms, -webkit-transform 600ms;
}
.next-prev ul > li.next {
  margin-left: 10px;
  float: right;
  text-align: right;
  left: auto;
  right: 0;
}
.next-prev ul > li.next a {
  padding-right: 40px;
  padding-left: 5px;
}
.next-prev ul > li.next i {
  right: 10px;
}
.next-prev ul > li.next .lnr {
  left: auto;
  right: 0;
}
.next-prev ul > li.next .navigation-detail {
  border-right: 0;
  left: auto;
  right: 100%;
  text-align: right;
  -webkit-transform: translateX(250%);
  -ms-transform: translateX(250%);
  transform: translateX(250%);
  -webkit-transition: -webkit-transform 600ms;
  transition: -webkit-transform 600ms;
  -o-transition: transform 600ms;
  transition: transform 600ms;
  transition: transform 600ms, -webkit-transform 600ms;
}
.next-prev ul > li .lnr {
  left: 0;
}
.next-prev ul > li > a {
  border: 0 none;
  border-radius: 0;
  float: left;
  padding: 0;
}
.next-prev ul > li > a:hover {
  background: none;
}
.next-prev ul > li > a:focus {
  background: none;
}
.next-prev ul > li > a:active {
  background: none;
}
.next-prev ul > li > a .lnr {
  background: #fff;
  border-radius: 0;
  border: 1px solid #eaeaea;
  color: #111;
  padding: 0;
  font-size: 25px;
  line-height: 70px;
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  text-align: center;
  top: 0;
  height: 70px;
  width: 70px;
  z-index: 1;
  -webkit-transition: -webkit-transform 500ms;
  transition: -webkit-transform 500ms;
  -o-transition: transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}
.next-prev ul > li > a .lnr:hover {
  background: #eaeaea;
}
.next-prev ul > li > a .lnr:focus {
  background: #eaeaea;
}
.next-prev ul > li > a .lnr:active {
  background: #eaeaea;
}
.next-prev ul > li .navigation-detail {
  background: #fff;
  border: 1px solid #eaeaea;
  color: #3c3c3c;
  display: none \9 ;
  height: 70px;
  left: 100%;
  line-height: 1.5;
  position: absolute;
  padding: 7px 8px;
  top: 0;
  text-align: left;
  width: 250px;
}
.next-prev ul > li .navigation-detail span {
  background: transparent;
  display: block;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.next-prev ul > li .navigation-detail strong {
  display: block;
  font-size: 14px;
  text-transform: none;
  width: auto;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.next-prev ul > li:hover.previous .navigation-detail {
  left: 70px;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.next-prev ul > li:hover.next .navigation-detail {
  right: 70px;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.video-wrapper {
  position: relative;
  padding-top: 25px;
  margin-bottom: 15px;
  height: 400px;
}
.video-wrapper.ratio-5-4 {
  padding-bottom: 80%;
}
.video-wrapper.ratio-4-3 {
  padding-bottom: 70%;
}
.video-wrapper.ratio-16-10 {
  padding-bottom: 62.5%;
}
.video-wrapper.ratio-16-9 {
  padding-bottom: 56.25%;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.jarallax {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
#header-wrap.transparent {
  position: absolute;
  width: 100%;
  z-index: 10;
}
#header-wrap.transparent .top-section {
  border-bottom: 1px solid rgba(231, 230, 230, 0.33);
}
#header-wrap.transparent .top-section .top-area .language i {
  color: #fff;
}
#header-wrap.transparent .top-section .top-area .language .picker-lang a {
  color: #fff;
}
#header-wrap.transparent .top-section .top-area .language .picker-lang.active a {
  color: #74a35dff;
}
#header-wrap.transparent .top-section .top-area .language .picker-lang:not(:last-child):after {
  color: #fff;
}
#header-wrap.transparent .top-section .top-area .call-us p {
  color: #fff;
}
#header-wrap.transparent .top-section .top-area .user-account ul li a {
  color: #fff;
}
#header-wrap.transparent .mainmenu-area .navbar-nav > li > .nav-link {
  color: #fff;
}
#header-wrap.transparent .mainmenu-area .navbar-nav > li > .nav-link:hover {
  color: #74a35dff;
}
#header-wrap.transparent .mainmenu-area .navbar-nav > li.active > .nav-link {
  color: #74a35dff;
}
#header-wrap.transparent .mainmenu-area.sticky.is-sticky {
  background-color: #fff;
}
#header-wrap.transparent .mainmenu-area.sticky.is-sticky .navbar-nav > li > .nav-link {
  color: #666;
}
#header-wrap.transparent .mainmenu-area.sticky.is-sticky .navbar-nav > li > .nav-link:hover {
  color: #74a35dff;
}
#header-wrap.transparent .mainmenu-area.sticky.is-sticky .navbar-nav > li.active > .nav-link {
  color: #74a35dff;
}
#main-menu ul .dropdown-toggle::after {
  display: none;
}
#main-menu ul .dropdown .dropdown-menu {
  padding: 0;
  border-radius: 0;
  margin-top: 0;
  border: none;
}
.sticky.is-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  -webkit-box-shadow: 0 3px 6px 3px rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 6px 3px rgba(0, 0, 0, 0.06);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  background-color: #fff;
}
.navbar-expand-md .navbar-nav .nav-link {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1em;
  padding: 25px 15px;
  border-radius: 40px;
  letter-spacing: 0.05em;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.navbar-expand-md .navbar-nav .nav-link:focus {
  background-color: rgba(255, 255, 255, 0.2);
  color: #333c4e;
}
.navbar-expand-md .navbar-nav .nav-link:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #333c4e;
}
.navbar-expand-md .navbar-nav .nav-link:hover:before {
  background-color: rgba(255, 255, 255, 0.2);
  color: #333c4e;
}
.navbar-expand-md .navbar-nav .nav-link.active {
  background-color: rgba(255, 255, 255, 0.2);
  color: #333c4e;
}
.navbar-expand-md .navbar-nav .nav-link.active:before {
  background-color: rgba(255, 255, 255, 0.2);
  color: #333c4e;
}
.navbar-expand-md .navbar-nav .nav-link.open {
  background-color: rgba(255, 255, 255, 0.2);
  color: #333c4e;
}
.navbar-expand-md .navbar-nav .active > .nav-link {
  background-color: rgba(255, 255, 255, 0.2);
  color: #333c4e;
}
.navbar-expand-md .navbar-nav .open > .nav-link {
  background-color: rgba(255, 255, 255, 0.2);
  color: #333c4e;
}
.widget.gallery .col-4 {
  padding: 0 5px;
}
button:focus {
  outline: none !important;
}
.logo-menu a {
  font-size: 20px;
  color: #fff;
}
.menu-button:hover {
  cursor: pointer;
  opacity: #eee;
}
.collapse.show {
  margin-top: 10px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.owl-theme .owl-dots {
  margin-top: 20px;
}
.owl-theme .owl-dots .owl-dot span {
  background: #74a35dff;
  opacity: 0.5;
}
.owl-theme .owl-dots .owl-dot.active span {
  background: #74a35dff;
  opacity: 1;
}
.list-unstyled li {
  color: #d9534f;
}
.site-info p {
  line-height: 34px;
  color: #fff;
}
.site-info p a {
  color: #fff;
}
.page-breadcrumb-area .breadcrumb {
  margin: 0;
  background: transparent;
  border-radius: 0;
  padding: 1rem;
  position: relative;
  z-index: 9;
}
.page-breadcrumb-area .breadcrumb li {
  line-height: 25px;
}
.skill p {
  margin-bottom: 10px;
  color: #999;
}
.grey-progress-bar .progress-bar {
  background: #e0e0e0 none repeat scroll 0 0;
}
.skill-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.skill-animated .progress-bar {
  -webkit-animation: 2s linear 0s normal none infinite running progress-bar-stripes;
  animation: 2s linear 0s normal none infinite running progress-bar-stripes;
}
.listcircle {
  list-style-type: circle;
}
.listsquare {
  list-style-type: square;
}
.listdisc {
  list-style-type: disc;
}
.listdecimal {
  list-style-type: decimal;
}
.listloweralpha {
  list-style-type: lower-alpha;
}
.listupperalpha {
  list-style-type: upper-alpha;
}
.listlowerroman {
  list-style-type: lower-roman;
}
.listupperroman {
  list-style-type: upper-roman;
}
.margin-section {
  margin-bottom: 120px;
}
.block-padding {
  padding: 20px;
}
#list {
  padding-bottom: 10px;
}
.navbar-nav form {
  padding-top: 15px;
}
.ss-search-form {
  text-align: right;
  transform: translateY(50px);
}
.ss-search-form__submit {
  border: none;
}
.page-section ol.carousel-indicators {
  padding: 0;
}
.carousel-control-prev .chevron, .carousel-control-next .chevron {
  height: 50px !important;
  width: 50px !important;
  font-size: 20px !important;
  border: 0;
  cursor: pointer;
  fill: lime;
}
.carousel-control-prev .chevron polyline, .carousel-control-next .chevron polyline {
  stroke: #74a35dff;
}
.carousel-control-prev .chevron:hover polyline, .carousel-control-next .chevron:hover polyline {
  stroke: #397c18ff;
}
.carousel-control-prev .chevron {
  transform: scale(-1) !important;
  padding-left: 5px;
}
.slick-prev, .slick-next {
  width: 30px;
  height: 30px;
}
.slick-prev:before, .slick-next:before {
  color: #397c18ff;
  font-size: 30px;
}
.slick-prev:hover:before, .slick-next:hover:before {
  color: #74a35dff;
  font-size: 30px;
}
.slick-prev {
  left: -32px;
}
/************************************/
/***** Navigation area css  *****/
/************************************/
nav.navbar.bootsnav {
  background: none !important;
  z-index: 60;
  border-bottom: 1px solid transparent;
}
nav.navbar.bootsnav .navbar-nav {
  padding-top: 30px;
  transition: all 0.3s ease-in-out;
}
.navbar-brand {
  height: auto;
  padding: 25px 15px;
  transition: all 0.3s ease-in-out;
}
.navbar-right {
  margin-right: 0;
}
nav.navbar.bootsnav ul.nav > li {
  padding: 0 2px;
}
nav.navbar.bootsnav ul.nav > li > a:hover {
  background: rgba(255, 255, 255, 0.2) !important;
  color: #333c4e !important;
}
nav.navbar.bootsnav ul.nav > li.active > a {
  background: rgba(255, 255, 255, 0.2) !important;
  color: #333c4e !important;
}
nav.navbar.bootsnav .navbar-brand {
  padding-top: 15px;
  padding-bottom: 15px;
}
nav.navbar.bootsnav .navbar-nav {
  padding-top: 20px;
}
nav.navbar.bootsnav .navbar-nav form .form-control {
  color: #fff;
  background-color: transparent;
  border: none;
  margin-top: -2px;
  text-transform: uppercase;
}
/* ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- */
/* AT THEME DEFINITION */
/* ================================================================= */
/* 01. General CSS                                                   */
/* ================================================================= */
header {
  box-shadow: none !important;
}
footer {
  padding: 0;
  font-size: 0.875rem;
}
footer p {
  font-size: 0.875rem;
  margin: 1em 0;
}
footer .container:first-child {
  padding: 35px 15px 30px 15px;
}
footer .col-md-16 {
  width: 100%;
}
.btn-icon-only {
  padding: 3px 7px 5px 7px;
}
footer .mat-ref-nr {
  font-family: "Brandon Grotesque Bold", sans-serif;
  font-size: 0.8125rem;
}
footer .footer-widget img {
  max-height: 35px;
  margin-bottom: 14px;
  padding: 0;
}
footer .theme-bg {
  float: right;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
footer .theme-bg ul {
  padding: 0;
  list-style-type: none;
  overflow: hidden;
  margin: 0 auto;
  display: table;
}
footer .theme-bg ul li {
  float: left;
  padding: 5px 0;
}
footer .theme-bg ul li a {
  padding: 0 0 0 4px;
  color: black;
}
footer .theme-bg ul li a:hover {
  color: #397c18ff;
  text-decoration: underline;
}
.footer-basics {
  text-align: left;
}
.footer-basics p {
  margin: 0;
}
.footer-menu li > a {
  font-family: "Brandon Grotesque Regular", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 2.3125rem;
}
.footer-menu li > a:not(:last-child):after {
  content: "|";
  padding-left: 7px;
}
footer .locale-sites-toggle {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}
footer .locale-sites-toggle.active {
  text-decoration: underline;
}
#locale-sites {
  overflow: hidden;
}
#locale-sites .col-sm {
  padding: 0 30px;
}
#locale-sites li {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin: 7px 0 7px 10px;
}
#locale-sites li span, #locale-sites li a {
  color: #fff;
  font-size: 0.8125em;
}
#locale-sites li.head {
  border-bottom: 2px solid white;
  margin: 0;
}
#locale-sites li.head span {
  margin-left: 2px;
  font-size: 1.1em;
}
#locale-sites li a {
  margin-left: -15px;
  line-height: 25px;
  padding-left: 22px;
}
#locale-sites .country-icon {
  background: url(/themes/naturalis-de-theme/assets/images/country_sprite.gif) no-repeat;
  float: left;
  width: 23px;
  height: 11px;
  margin: 7px 0;
}
#locale-sites .country-icon.at {
  background-position: 0 -125px !important;
}
#locale-sites .country-icon.be {
  background-position: 0 -155px !important;
}
#locale-sites .country-icon.de {
  background-position: 0 -215px !important;
}
#locale-sites .country-icon.it {
  background-position: 0 -305px !important;
}
#locale-sites .country-icon.pt {
  background-position: 0 -425px !important;
}
#locale-sites .country-icon.ru {
  background-position: 0 -935px !important;
}
#locale-sites .country-icon.uk {
  background-position: 0 -515px !important;
}
#locale-sites .country-icon.mx {
  background-position: 0 -575px !important;
}
#locale-sites .country-icon.br {
  background-position: 0 -635px !important;
}
#locale-sites .country-icon.ca {
  background-position: 0 -1295px !important;
}
#locale-sites .country-icon.kr {
  background-position: 0 -35px !important;
}
#locale-sites .country-icon-at {
  background-position: 0 -123px !important;
}
/*--- Top Brand Bar ---*/
.brand-outer-container {
  -webkit-box-shadow: 0 0 4px 0 rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0 0 4px 0 rgba(50, 50, 50, 0.75);
  box-shadow: 0 0 4px 0 rgba(50, 50, 50, 0.75);
  width: auto;
  background: #fff;
  max-width: 100%;
  position: relative;
  z-index: 1001;
  padding: 0.3rem 1rem;
  margin-bottom: 4px;
}
.brand-outer-container > .container-fluid {
  padding: 0 !important;
  height: 29px;
}
.brand-outer-container a {
  float: right;
  line-height: 29px;
  height: 29px;
}
.brand-outer-container img {
  height: 23px;
  margin: 3px 0;
}
/*--- Top Nav Bar ---*/
/* ==== Logo Site title Description ==== */
#menu-bg {
  background-color: white;
  position: relative;
  z-index: 1000;
}
.logo {
  padding: 0;
  position: relative;
  vertical-align: middle;
  min-width: 150px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.logo.logo-left {
  float: left;
  text-align: left;
}
.logo.logo-left .logo-combo-holder {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.logo.logo-right {
  float: right;
  text-align: right;
}
.logo.logo-right .logo-combo-holder {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.logo img {
  transform: scale(1);
}
/* ================================================================= */
/* 02. Header                                                        */
/* ================================================================= */
.header {
  position: relative;
  background-color: #ffffff;
}
.container .header {
  box-shadow: none;
}
.header:after {
  clear: both;
  content: "";
  display: block;
}
.header-area {
  display: flex;
  height: 110px;
  margin: 0 auto;
  min-height: 70px;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
}
.header-area.logo-both .header-part {
  flex: inherit;
}
.header-area.logo-both .header-menupart {
  justify-content: center;
}
.header-area.logo-left, .header-area.logo-left-two, .header-area.logo-right, .header-area.logo-right-two {
  justify-content: space-between;
}
.header-part .logo-right {
  flex: auto;
}
.header-area .header-part {
  display: flex;
}
.header-right {
  float: right;
  width: 200px;
  font-size: 11px;
}
#fixedheader.header h1 {
  margin: auto;
  font-size: 55px;
  color: #74a35dff;
}
#fixedheader.header img {
  height: 39px;
}
#fixedheader.header img[src*="svg"] {
  height: 70px;
}
#header-min-spacer {
  height: 120px;
}
#header-min-spacer.fixed-header {
  height: 80px;
}
.fixed-header #fixedheader {
  position: fixed;
  width: 100%;
  top: 0;
  margin: 0 auto;
  padding: 0;
  z-index: 3000;
  background-color: #ffffff;
  /* IE Fall Back*/
  background-color: white;
  /* Latest Browsers */
}
.fixed-header #fixedheader h1 {
  font-size: 18px;
}
.fixed-header #fixedheader img, .fixed-header #fixedheader img[src*="svg"] {
  height: 35px;
}
.logo img, #header-min-spacer, .fixed-header #fixedheader, .header-area, #fixedheader.header h1, #fixedheader.header img, li.menu-item.btn-style > a > div {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.fixed-header #fixedheader .header-area {
  min-height: 80px;
  height: 80px;
  padding: 0 !important;
}
#fixedheader .header-menupart {
  padding: 0;
}
#fixedheader .sf-menu > li a {
  padding: 0 1em;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
#fixedheader .sf-menu, #fixedheader .sf-menu .menu-item, #fixedheader .sf-menu .menu-item a {
  font-family: "Brandon Grotesque Regular", sans-serif;
  height: 100%;
}
#fixedheader .sf-menu .menu-item ul li a {
  display: block;
}
#fixedheader .sf-arrows .sf-with-ul:after {
  margin-top: -15px;
}
#fixedheader.fixed-header .sf-menu > li a {
  padding: 1em 1.2em;
}
#fixedheader .sf-menu .menu-item a:last-child {
  padding-right: 0;
}
/* ================================================================= */
/* 03. Primary Menu & Mobile Menu                                    */
/* ================================================================= */
#iva-mobile-nav-icon {
  display: none;
  width: 30px;
  height: 25px;
  position: absolute;
  margin: 50px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#iva-mobile-nav-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #397c18ff;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#iva-mobile-nav-icon span:nth-child(1) {
  top: 0px;
}
#iva-mobile-nav-icon span:nth-child(2), #iva-mobile-nav-icon span:nth-child(3) {
  top: 10px;
}
#iva-mobile-nav-icon span:nth-child(4) {
  top: 20px;
}
#iva-mobile-nav-icon.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}
#iva-mobile-nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#iva-mobile-nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#iva-mobile-nav-icon.open span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%;
}
#iva-mobile-nav-icon {
  margin: -10px 0 0 0;
  top: 50%;
}
.iva-mobile-dropdown {
  display: none;
}
.iva_mmenu .iva_menuicon, .sf-menu .iva_menuicon {
  margin-right: 10px;
}
.sf-menu {
  float: right;
  display: block;
}
.sf-menu, .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sf-menu li {
  position: relative;
}
.sf-menu ul {
  display: none;
  position: absolute;
  min-width: 250px;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}
.sf-menu > li {
  float: left;
}
.sf-menu li:hover > ul, .sf-menu li.active > ul, .sf-menu li.sfHover > ul {
  display: block;
}
.sf-menu a {
  display: block;
  position: relative;
}
.sf-menu ul ul {
  top: 0;
  left: 100%;
  margin-left: -10px;
}
/* ==== Menu Properties ==== */
.sf-menu ul {
  min-width: 12.25em;
  /* allow long menu items to determine submenu width */
}
.sf-menu a {
  padding: 1em 1.3em;
  font-size: 1rem;
  text-decoration: none;
  color: black;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sf-menu .btn-style a {
  font-size: 1.125rem;
}
.sf-menu ul li a {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 26px;
  padding: 2px 15px !important;
  margin: 0;
}
.sf-menu > li:hover, .sf-menu > li.sfHover, .sf-menu > li.active {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-part > .sf-menu ul > li:not(.btn-style) a > div > span:before, .header-part > .sf-menu ul > li.current-menu-item:not(.btn-style) a > div > span:before {
  display: block;
  content: attr(title);
  font-family: "Brandon Grotesque Bold", sans-serif;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.header-part > .sf-menu > li:not(.btn-style) > a > div > span:before, .header-part > .sf-menu > li.current-menu-item:not(.btn-style) > a > div > span:before, .header-part > .sf-menu > li.current-menu-parent:not(.btn-style) > a > div > span:before {
  display: block;
  content: attr(title);
  font-family: "Brandon Grotesque Bold", sans-serif;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.header-part > .sf-menu ul > li:not(.btn-style):hover a > div > span, .header-part > .sf-menu ul > li:not(.btn-style).active a > div > span, .header-part > .sf-menu ul > li.current-menu-item:not(.btn-style) a > div > span {
  font-family: "Brandon Grotesque Bold", sans-serif;
}
.header-part > .sf-menu > li:not(.btn-style):hover > a > div > span, .header-part > .sf-menu > li:not(.btn-style).active > a > div > span, .header-part > .sf-menu > li.current-menu-item:not(.btn-style) > a > div > span, .header-part > .sf-menu > li.current-menu-parent:not(.btn-style) > a > div > span {
  font-family: "Brandon Grotesque Bold", sans-serif;
}
.header-part > .sf-menu > li:not(.btn-style):hover > a > div > i, .header-part > .sf-menu > li.current-menu-item:not(.btn-style) > a > div > i, .header-part > .sf-menu > li.current-menu-parent:not(.btn-style) > a > div > i {
  font-weight: bold;
}
.sf-menu ul {
  padding: 10px;
  background-color: #74a35dff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.sf-menu ul li a {
  color: white;
}
.sf-menu li li:hover, .sf-menu li li.sfHover, .sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active {
  font-weight: bold;
}
.sf-menu li.current-menu-item > a, .sf-menu li.current-menu-ancestor > a, .sf-menu li.current-page-ancestor > a {
  font-weight: bold;
}
.sf-menu > li.current-menu-item, .sf-menu > li.current-menu-ancestor, .sf-menu > li.current-page-ancestor {
  font-weight: bold;
}
.sf-menu > li.current-menu-item:hover, .sf-menu > li.current-menu-ancestor:hover, .sf-menu > li.current-page-ancestor:hover {
  font-weight: bold;
}
.sf-menu li a span {
  display: block;
  font-weight: normal;
  text-align: left;
}
ul.sf-menu > li > a > div > span {
  text-align: center;
}
.sf-menu > li > a:hover:after {
  top: 0;
  right: 0;
}
.sf-menu > li.current-menu-item > a:after, .sf-menu > li.current-menu-ancestor > a:after, .sf-menu > li.current-page-ancestor > a:after, .sf-menu > li > a:hover:before, .sf-menu > li > a:hover:after {
  width: 100%;
  left: 0;
}
/***/
/* styling for both css and generated arrows
======================================================================== */
.sf-arrows .sf-with-ul:after {
  position: relative;
  content: "";
  font-family: "FontAwesome";
  font-size: 12px;
  font-weight: normal;
  right: 0;
  top: 50%;
  margin-left: 8px;
}
.sf-arrows > li > .sf-with-ul:focus:after, .sf-arrows > li:hover > .sf-with-ul:after, .sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: white;
  /* IE8 fallback colour */
  content: "";
}
/* styling for right-facing arrows
======================================================================== */
.sf-arrows ul .sf-with-ul:after {
  margin-top: -12px;
  margin-right: 10px;
  border-color: transparent;
  border-left-color: #dfeeff;
  /* edit this to suit design (no rgba in IE8) */
  border-left-color: rgba(255, 255, 255, 0.5);
  content: "";
  font-family: "FontAwesome";
  font-size: 12px;
}
.sf-arrows ul li > .sf-with-ul:focus:after, .sf-arrows ul li:hover > .sf-with-ul:after, .sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: white;
}
/* Superfish Vertical Menu
======================================================================== */
/* adding sf-vertical class in addition to sf-menu creates a vertical menu */
.sf-vertical {
  width: auto;
  min-width: 12em;
}
.sf-vertical.sf-menu {
  float: none;
}
.sf-vertical.sf-menu > li a {
  display: inline-block;
  padding: 0.6em;
}
.sf-vertical.sf-menu ul li a {
  display: block;
}
.sf-vertical ul {
  left: 100%;
  top: 0;
  text-align: left;
}
.sf-vertical > li {
  float: none;
  text-align: center;
}
.sf-vertical li {
  width: auto;
}
/*** alter arrow directions ***/
.sf-vertical.sf-arrows > li > .sf-with-ul:after {
  margin-top: -3px;
  margin-right: -14px;
  border-color: transparent;
  border-left-color: #dFeEFF;
  /* edit this to suit design (no rgba in IE8) */
  border-left-color: rgba(255, 255, 255, 0.5);
}
.sf-vertical.sf-arrows li > .sf-with-ul:focus:after, .sf-vertical.sf-arrows li:hover > .sf-with-ul:after, .sf-vertical.sf-arrows .sfHover > .sf-with-ul:after {
  border-left-color: white;
}
/* Mobile Menu
======================================================================== */
#mobile-menu-wrapper {
  position: relative;
}
#mobile-menu-wrapper .container {
  max-width: 100%;
}
#mobile-menu-wrapper > .container-fluid {
  max-width: 100%;
}
#mobile-menu-wrapper > .container-fluid, #mobile-menu-wrapper > .container-fluid > .row, #mobile-menu-wrapper > .container-fluid > .row > .col-12 {
  margin: 0;
  padding: 0;
}
.iva-mobile-menu {
  display: none;
  position: relative;
  top: 0;
  background-color: #74a35dff;
  padding: 0;
  z-index: 8888;
  width: 100%;
}
.iva-mobile-menu .iva-children-indenter {
  color: white;
}
.iva-mobile-menu > ul {
  margin: 0 auto;
  padding: 0;
}
.iva_mmenu {
  display: table;
  margin: 0 auto;
}
.iva-mobile-menu ul li {
  list-style: none;
}
.iva-mobile-menu.iva_mobile_container > ul > li:first-child {
  padding-top: 10px;
}
.iva-mobile-menu.iva_mobile_container > ul > li:last-child {
  padding-bottom: 10px;
}
.iva-mobile-menu.iva_mobile_container > ul > li:last-child a {
  border-bottom: 0;
}
.iva-mobile-menu li > .container > .row > div {
  padding-left: 0;
  padding-right: 0;
}
.iva-mobile-menu ul:not(.sub-menu) > li > .container > .row > div > a {
  border-bottom: 1px solid white;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.iva-mobile-menu ul.sub-menu li a {
  border-bottom: none !important;
  background-color: #365825;
  padding: 0 !important;
  line-height: 2rem;
}
.iva-mobile-menu .iva_mmenu > li > div > div > div > a {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.iva-mobile-menu .iva_mmenu > li.btn-style {
  background-color: #397c18ff;
}
.iva-mobile-menu .sub-menu {
  border-bottom: 1px solid white;
}
.iva-mobile-menu .sub-menu > li:first-of-type > div > div > div > a {
  padding-top: 15px !important;
}
.iva-mobile-menu .sub-menu > li:last-of-type > div > div > div > a {
  padding-bottom: 15px !important;
}
.iva-mobile-menu ul li a {
  position: relative;
  display: block;
  font-size: 16px;
  color: white;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -khtml-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.iva-mobile-menu ul li.current_page_item > div > div > div > a > span {
  font-family: "Brandon Grotesque Bold", sans-serif;
}
.iva-mobile-menu ul li.current-cat > a, .iva-mobile-menu ul li.current_page_item > .container > .row > div > a, .iva-mobile-menu ul li.current-page-ancestor > .container > .row > div > a, .iva-mobile-menu ul li.current-menu-ancestor > .container > .row > div > a, .iva-mobile-menu ul li a:hover {
  color: #ffffff;
}
.iva-mobile-menu ul li ul {
  display: none;
}
.iva-mobile-menu ul li ul li a > span {
  margin-left: 20px;
}
.iva-children-indenter {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -22px;
  color: #a0a0a0;
}
.iva-children-indenter .fa {
  font-weight: bold !important;
}
.iva-children-indenter i {
  padding: 14px;
}
.has-sub-menu .fa.open {
  display: none;
}
.has-sub-menu .fa.closed {
  display: block;
}
.has-sub-menu.iva-menu-open .fa.open {
  display: block;
}
.has-sub-menu.iva-menu-open .fa.closed {
  display: none;
}
.col-12.iva-menu-open {
  padding: 0;
}
.col-12.iva-menu-open > a {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.iva-menu-open .iva-children-indenter {
  color: white;
}
li.menu-item.btn-style > a > div {
  padding: 10px 35px;
  background: #74A35D;
  color: white;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
.fixed-header li.menu-item.btn-style > a > div {
  padding: 5px 30px;
}
li.menu-item.btn-style > a {
  height: auto;
  transform: translateY(-50%);
  top: 50%;
}
li.menu-item.btn-style:hover > a > div {
  background-color: #397c18;
}
li.menu-item.btn-style > a > div span:before {
  display: block;
  content: attr(title);
  font-family: "Brandon Grotesque Bold", sans-serif;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.sub-menu-entry {
  display: flex;
  flex-direction: row;
}
.submenu-icon {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding-top: 8px;
  margin-left: 5px;
}
.submenu-icon .triangle {
  display: block;
  content: " ";
  border: 5px solid transparent;
  border-width: 5px 4px;
  border-top-color: black;
}
.iva_mmenu {
  width: 100% !important;
}
.logo {
  padding-left: 0;
  padding-right: 0;
}
.container-menu {
  position: relative;
}
.header-area.logo-left, .header-area.logo-left-two, .header-area.logo-right, .header-area.logo-right-two {
  justify-content: space-between;
}
/* ================================================================= */
/* 04. Sub Header                                                    */
/* ================================================================= */
#subheader {
  position: relative;
  margin: 0 auto 30px auto;
  z-index: 4;
  padding: 15px 0;
  -webkit-box-shadow: inset 0 0px 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 0px 5px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0px 5px rgba(0, 0, 0, 0.05);
  background-color: #3e3e3e;
  -webkit-transition: height 500ms ease-in;
  -moz-transition: height 500ms ease-in;
  -ms-transition: height 500ms ease-in;
  -o-transition: height 500ms ease-in;
  transition: height 500ms ease-in;
}
#subheader h1 {
  margin: 0;
  font-family: "Poppins", sans-serif;
}
.header_section #subheader, .header_section .subheader_bg_image {
  background-image: none;
  background-color: transparent;
}
/*==== only for webkit  browsers ====*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #subheader {
    background-attachment: scroll !important;
  }
}
#subheader .page-title {
  font-size: 1.5vw;
  margin-bottom: 0px;
  line-height: 44px;
  font-weight: 600;
  color: #ffffff;
}
.subheader-inner {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  z-index: 3;
}
.subheader_bg_image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.subheader_bg_overlay {
  position: absolute;
  top: 0;
  background: #000000;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}
.subdesc {
  display: table-cell;
  padding-right: 50px;
  vertical-align: middle;
}
#subheader .customtext {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  margin-top: 30px;
  opacity: 0.7;
  margin: 10px 0 7px;
  color: #ffffff;
}
#subheader .customtext ul {
  font-size: 20px;
  line-height: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
#subheader.subdisabled {
  padding: 5px 0;
}
#subheader.sleft .customtext:after {
  left: 0;
  margin-left: 0;
}
#subheader.sright .customtext:after {
  left: auto;
  right: 0;
  margin-left: 0;
  margin-right: 0;
}
body.archive #subheader .customtext {
  margin-top: 0;
}
body.archive #subheader .customtext:after {
  background: none;
  height: 0;
}
.sright .subdesc, .sleft .breadcrumb-main {
  text-align: right;
}
.sleft .subdesc, .sright .breadcrumb-main {
  text-align: left;
}
.scenter .subdesc, .scenter .breadcrumb-main {
  text-align: center;
  margin: 0 auto;
  padding: 0;
  display: block;
}
/*=== Breadcrumbs === */
.breadcrumb-wrap {
  position: relative;
  max-width: 1140px;
  z-index: 4;
  width: 100%;
}
.breadcrumbs {
  color: #252525;
  font-size: 12px;
  line-height: 22px;
  position: relative;
  text-transform: capitalize;
}
.breadcrumbs span {
  margin: 0 12px 10px 0;
}
.breadcrumbs span span {
  margin: 0;
}
.breadcrumbs a {
  color: #252525;
  opacity: 0.7;
}
.breadcrumbs a:hover {
  opacity: 1;
}
.breadcrumbs > span i.fa {
  color: inherit;
  opacity: 0.7;
}
.breadcrumb-main {
  padding: 25px 0 15px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.subheader-inner .breadcrumb-main {
  padding: 10px 0 0 0;
}
#subheader .breadcrumb-main {
  display: table-cell;
  padding-left: 50px;
  vertical-align: middle;
}
#subheader .breadcrumbs {
  color: #ffffff;
}
#subheader .breadcrumbs a {
  color: #ffffff;
}
/*=== Archives Page Title ====*/
.iva-main-title {
  border-left: 3px solid #eeeeee;
  margin-bottom: 50px;
  padding: 3px 0 3px 12px;
  line-height: 1em;
  font-weight: 400;
}
.sub_disabled .breadcrumb-wrap {
  position: relative;
  padding: 4px 2px;
  font-size: 10px;
  font-weight: bold;
  line-height: 23px;
  text-transform: uppercase;
  z-index: 4;
}
/* ================================================================= */
/* 10. Search Results                                               */
/* ================================================================= */
.ss-result {
  border-bottom: dotted 1px #74a35dff;
  padding: 0 0 20px;
  margin-bottom: 20px;
}
.ss-result__aside {
  float: right;
  margin-left: 0.5em;
}
.ss-result__title {
  margin-bottom: 5px;
  font-size: 18px;
  color: #74a35dff;
  line-height: 1.42857;
}
.ss-result__badge {
  font-size: 0.7em;
  padding: 0.2em 0.5em;
  border-radius: 4px;
  margin-left: 0.75em;
  background: #eee;
  display: inline-block;
}
.ss-result__text {
  color: #333;
  font-size: 13px;
  line-height: 1.42857;
  margin-bottom: 5px;
}
.ss-result__url {
  font-size: 14px;
  text-decoration: underline;
  color: #397c18ff;
  line-height: 1.42857;
  margin-bottom: 2px;
}
.ss-result__link {
  color: #397c18ff;
}
.ss-result__link:hover {
  color: #74a35dff;
}
#search-bar {
  background-color: #74a35dff;
  text-align: right;
  display: block;
  position: relative;
  width: 100%;
  z-index: 999;
  height: 50px;
  margin-top: -51px;
  overflow: hidden;
}
.trans {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#search-bar.slide-down {
  margin-top: 0px;
}
#search-bar input {
  width: 250px;
  height: 30px;
  margin-top: 10px;
  margin-right: 0px;
  padding: 0 7px;
  vertical-align: middle;
  border: none;
}
#search-bar button {
  background-color: #397c18ff;
  border: 2px solid #397c18ff;
  height: 30px;
  margin: 10px 0px 0px 4px;
  padding: 0 7px;
  vertical-align: middle;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
}
#search-bar button:hover {
  cursor: pointer;
  background-color: #74a35dff;
}
#search-bar input, #search-bar button {
  border-radius: 4px;
}
mark {
  background-color: #397c18ff;
  color: black;
}
/* ================================================================= */
/* 11. Flexbox Div Adjustement										 */
/* ================================================================= */
/* ================================================================= */
/* 12. Page Search 		  											 */
/* ================================================================= */
#search-results {
  padding-top: 5px;
}
/* ================================================================= */
/* 13. EasyForm Style												 */
/* ================================================================= */
.easyform-container {
  border: none;
  background-color: transparent;
}
.easyform-container .form-title h4 {
  font-size: 1.5em;
}
.easyform-container .form-group .selection, .easyform-container .form-group .dropdown-wrapper {
  display: block;
}
.easyform-container .form-group .radio, .easyform-container .form-group .checkbox {
  display: inline-block;
}
.easyform-container .form-group .radio:not(:first-of-type), .easyform-container .form-group .checkbox:not(:first-of-type) {
  margin-left: 16px;
}
.easyform-container .form-group.span-left {
  float: left;
  width: 48.5%;
  clear: left;
}
.easyform-container .form-group.span-right {
  float: right;
  width: 48.5%;
  clear: right;
}
.easyform-container .form-group > label {
  width: 100%;
}
.easyform-container .required-note h4:after {
  background-color: #c20a0a;
  width: 5px;
  height: 5px;
  margin-left: 3px;
  vertical-align: super;
  font-size: 60%;
  content: "";
  display: inline-block;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.easyform-container .field-section > h4:first-child, .easyform-container label {
  color: #74a35dff;
}
.sweet-alert h2 {
  font-size: 22px;
}
.sweet-alert h2 .btn {
  border-radius: 5px;
}
.sweet-alert h1, .sweet-alert h2, .sweet-alert h3, .sweet-alert h4, .sweet-alert h5, .sweet-alert h6, .sweet-alert p {
  text-align: center;
}
/*** ReCaptcha ***/
.alert-danger {
  font-size: 20px;
}
/*** Adjustments ***/
.grid-data-entry > .block-bg > .container {
  padding: 0;
}
ul:not(.sf-menu, .sub-menu, .iva_mmenu, .footer-menu) {
  list-style-type: none !important;
}
ul:not(.sf-menu, .sub-menu, .iva_mmenu, .footer-menu) li:before {
  content: "✓";
  margin-left: -23px;
  width: 22px;
  display: inline-block;
}
.breadcrumb-item a {
  font-family: "Brandon Grotesque Bold", sans-serif;
}
.breadcrumb-item a:hover {
  color: #74a35dff;
}
.breadcrumb-item.active a {
  font-family: "Brandon Grotesque Bold", sans-serif;
  color: #397c18ff;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "->" !important;
}
#onetrust-consent-sdk button svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#ot-sdk-btn-floating .ot-floating-button__back svg {
  position: unset;
  left: unset;
  top: unset;
  transform: unset;
}
.header-part.logo a {
  display: contents;
}
.is-landing-page-header .header-area {
  justify-content: flex-start !important;
}
.is-landing-page-header .header-area .header-menupart, .is-landing-page-header .header-area .iva-mobile-dropdown {
  display: none !important;
}
.landing-page-headline {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding-left: 30px;
}
.landing-page-headline h3 {
  margin: 0;
  padding: 0;
}
.landing-page-headline-sub {
  display: none;
  width: 100%;
}
.landing-page-headline-sub h3 {
  font-size: 12px;
  text-align: center;
  margin: 0;
  margin-top: 3px;
  padding: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .intro-img {
    padding: 130px 0;
  }
  .contents .head-title {
    font-size: 24px !important;
  }
  .contents h4 {
    font-size: 22px;
    line-height: 38px;
  }
  #features .box-item .icon {
    width: 48px;
    height: 48px;
    margin: 5px 0;
  }
  #features .box-item .icon i {
    line-height: 48px;
  }
  #features .box-item .text h4 {
    font-size: 12px;
  }
  #features .content-left .text {
    margin-right: 60px;
  }
  #features .content-right .text {
    margin-left: 60px;
  }
  .section-header .section-title {
    font-size: 22px;
  }
  #page-header {
    padding: 40px;
  }
  #page-header .contents {
    padding: 0;
  }
  #page-header .contents h1 {
    font-size: 35px;
  }
  #page-header.pageheader-image {
    height: 400px;
  }
  #video-area .contents h1 {
    font-size: 32px;
    line-height: 48px;
  }
  .mainmenu-area .menu-button {
    line-height: 46px;
  }
  .item-boxes h4 {
    font-size: 16px;
  }
  #carousel-area .carousel-item img {
    width: 100%;
    height: 100%;
  }
  #carousel-area .carousel-item .carousel-caption h1 {
    font-size: 28px;
    margin: 0 0 0.5rem 0;
    line-height: 1;
  }
  #carousel-area .carousel-item .carousel-caption p {
    margin-bottom: 0.5rem;
    line-height: 1;
  }
  #carousel-area .carousel-item .carousel-caption .btn {
    margin: 0.5rem 0 0 0;
    padding: 0.5rem 1rem;
    font-size: 12px;
  }
  #owlcarousel-area .item {
    height: 500px;
  }
  #owlcarousel-area .item .owlcarousel-caption h1 {
    font-size: 35px;
  }
  #owlcarousel-area .item .owlcarousel-caption p {
    font-size: 16px;
  }
  #header-area .header-image {
    height: 500px;
  }
  #header-area .header-video .video-item {
    height: 500px;
  }
  #header-area .header-caption h1 {
    font-size: 35px;
  }
  #header-area .header-caption p {
    font-size: 16px;
  }
  .subscribe-box input[type="text"] {
    padding: 6px 10px;
  }
  .pricing-table .pricing-details ul li {
    font-size: 13px;
  }
  #blog .blog-item-text h3 {
    font-size: 14px;
  }
  #map_canvas {
    height: 300px;
  }
  .blog-section {
    padding: 70px 0;
  }
  .blog-section .blog-post .blog-data .blog-tags {
    margin-bottom: 20px;
  }
  .tabs-section #default-tab ul.nav-tabs li a {
    padding: 8px;
    font-size: 14px;
  }
  .overlay.image-popup .meta-item {
    padding: 25px;
  }
  .overlay.image-popup .meta-item .item-icon {
    font-size: 20px;
    padding: 10px;
  }
  .overlay.image-popup .meta-item p {
    display: none;
  }
  .overlay.image-popup .meta-item h4 {
    margin-top: 5px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .section {
    padding: 40px 30px;
  }
  #blog .blog-item-wrapper {
    margin-bottom: 30px;
  }
  .similar-posts .blog-item-wrapper {
    margin-bottom: 30px;
  }
  #page-header .contents {
    padding: 0;
  }
  #page-header .contents .btn {
    margin: 0 25px 15px 0;
  }
  #page-header .contents h1 {
    font-size: 25px;
    margin-bottom: 13px;
  }
  #page-header.pageheader-image {
    height: 300px;
  }
  #page-header.pageheader-image .post-social {
    margin-bottom: 10px;
  }
  #page-header.pageheader-image .post-social ul li {
    margin-right: 5px;
    margin-left: 5px;
    font-size: 12px;
  }
  #page-header.pageheader-image .post-meta {
    margin-bottom: 10px;
  }
  #page-header.pageheader-image .post-meta ul li {
    margin-right: 5px;
    margin-left: 5px;
    font-size: 12px;
  }
  .blog-section {
    padding: 50px 0;
  }
  .blog-section .sidebar-area {
    margin-top: 50px;
  }
  .blog-section .blog-post .blog-meta {
    margin-bottom: 15px;
  }
  .blog-section .blog-post .blog-meta ul li {
    margin-right: 4px;
    margin-left: 4px;
    font-size: 12px;
  }
  .blog-section .blog-post .blog-meta ul li i {
    margin-right: 2px;
  }
  .blog-section .blog-post .blog-data .blog-tags {
    margin-bottom: 20px;
  }
  .blog-single .blog-post .post-content .post-title {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  #map_canvas {
    height: 200px;
  }
  #carousel-area .carousel-item img {
    width: 100%;
    height: 100%;
  }
  #carousel-area .carousel-item .carousel-caption h1 {
    font-size: 18px;
    margin: 0 0 0.5rem 0;
    line-height: 1;
  }
  #carousel-area .carousel-item .carousel-caption p {
    margin-bottom: 0.5rem;
    line-height: 1;
    font-size: 11px;
  }
  #carousel-area .carousel-item .carousel-caption .btn {
    margin: 5px 0 0 0;
    padding: 5px 10px;
    font-size: 9px;
  }
  #carousel-area .carousel-control-prev i, #carousel-area .carousel-control-next i {
    font-size: 10px;
    width: 25px;
    line-height: 25px;
    border: 1px solid #fff;
  }
  #owlcarousel-area .item {
    height: 400px;
  }
  #owlcarousel-area .item .owlcarousel-caption h1 {
    font-size: 23px;
  }
  #owlcarousel-area .item .owlcarousel-caption p {
    font-size: 14px;
    line-height: 20px;
  }
  #owlcarousel-area .item .owlcarousel-caption .btn {
    font-size: 12px;
    padding: 5px 15px;
  }
  #owlcarousel-area .item .owlcarousel-video-caption h1 {
    font-size: 23px;
  }
  #owlcarousel-area .item .owlcarousel-video-caption p {
    font-size: 14px;
    line-height: 20px;
  }
  #owlcarousel-area .item .owlcarousel-video-caption .btn {
    font-size: 12px;
    padding: 5px 15px;
  }
  #owlcarousel-area .owl-dots {
    bottom: 0px;
  }
  #header-area .header-image {
    height: 400px;
  }
  #header-area .header-video .video-item {
    height: 400px;
  }
  #header-area .header-caption h1 {
    font-size: 23px;
  }
  #header-area .header-caption p {
    font-size: 14px;
  }
  #header-area .header-caption .btn {
    font-size: 12px;
    padding: 5px 15px;
  }
  #main-menu ul > li > a {
    font-size: 13px !important;
    padding: 12px 10px;
    border-top: 1px solid #e2e6e7;
  }
  .dropdown .dropdown-menu {
    background: #f1f1f1;
  }
  .btn {
    padding: 10px 12px;
  }
  .logo-menu {
    padding: 15px;
  }
  .mainmenu-area {
    padding: 12px 15px;
  }
  .mainmenu-area .menu-button {
    display: none;
  }
  .contents .head-title {
    font-size: 18px !important;
  }
  .contents h4 {
    font-size: 18px;
    line-height: 30px;
  }
  .intro-img {
    padding: 100px 0;
  }
  .menu-wrap {
    padding: 10px;
  }
  .icon-list a {
    padding: 5px 0;
  }
  .icon-list a::before {
    top: 5px;
  }
  .bg-faded {
    background: #fff !important;
  }
  #features .box-item .icon {
    margin: 12px 0;
  }
  #features .box-item .text h4 {
    font-size: 13px;
  }
  #features .content-right span {
    float: none;
  }
  #features .content-left span {
    float: none;
  }
  .single-team {
    margin-bottom: 30px;
  }
  .table-left {
    margin: 0;
  }
  .navbar-toggleable-sm > .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .navbar-collapse {
    overflow-y: auto;
    max-height: 400px;
  }
  .navbar-collapse ul.navbar-nav .nav-link {
    padding: 4px 12px;
    text-align: center;
  }
  .navbar-collapse ul.navbar-nav .nav-link.active {
    background: #ddd;
  }
  .navbar-collapse ul.navbar-nav .nav-link.active::before {
    background: #ddd;
  }
  .navbar-collapse ul.navbar-nav .nav-link.open {
    background: #ddd;
  }
  .navbar-collapse ul.navbar-nav .open > .nav-link {
    background: #ddd;
  }
  .section-header .section-title {
    font-size: 22px;
  }
  #video-area .contents h1 {
    font-size: 30px;
    line-height: 48px;
  }
  .counters .facts-item {
    margin-bottom: 30px;
  }
  .next-prev {
    display: none !important;
  }
  .tabs-section #default-tab ul.nav-tabs li a {
    padding: 8px;
    font-size: 14px;
  }
  #header-wrap.transparent .mainmenu-area ul.navbar-nav {
    background: #fff;
  }
  #header-wrap.transparent .mainmenu-area .navbar-nav > li > .nav-link {
    color: #666;
  }
  .pricing-table.table-top {
    margin-top: 20px;
  }
  #contactinfo .contactinfo-table {
    margin-bottom: 30px;
  }
  .footer-widget {
    margin-bottom: 40px;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .section {
    padding: 40px 10px;
  }
  .logo-menu {
    padding: 15px;
  }
  .mainmenu-area {
    padding: 7px 15px;
  }
  .mainmenu-area .menu-button {
    display: none;
  }
  .bg-faded {
    background: #fff !important;
  }
  #page-header .contents {
    padding: 0;
  }
  #page-header .contents .btn {
    margin: 0 25px 15px 0;
  }
  #page-header .contents h1 {
    font-size: 20px;
    margin-bottom: 13px;
  }
  #page-header.pageheader-image {
    height: 200px;
  }
  #page-header.pageheader-image .post-social {
    display: none;
    margin-bottom: 5px;
  }
  #page-header.pageheader-image .post-social ul li {
    margin-right: 3px;
    margin-left: 3px;
    font-size: 11px;
  }
  #page-header.pageheader-image .post-meta {
    margin-bottom: 5px;
  }
  #page-header.pageheader-image .post-meta ul li {
    margin-right: 3px;
    margin-left: 3px;
    font-size: 11px;
  }
  .next-prev {
    display: none !important;
  }
  .tabs-section #default-tab ul.nav-tabs li a {
    padding: 5px;
    font-size: 13px;
  }
  .contents .head-title {
    font-size: 16px !important;
  }
  .contents h4 {
    font-size: 18px;
    line-height: 30px;
  }
  .dropdown .dropdown-menu {
    background: #f1f1f1;
  }
  #carousel-area .carousel-item img {
    width: 100%;
    height: 100%;
  }
  #carousel-area .carousel-item .carousel-caption h1 {
    font-size: 18px;
    margin: 0 0 0.5rem 0;
    line-height: 1;
  }
  #carousel-area .carousel-item .carousel-caption p {
    margin-bottom: 0.5rem;
    line-height: 1;
    font-size: 11px;
  }
  #carousel-area .carousel-item .carousel-caption .btn {
    margin: 5px 0 0 0;
    padding: 5px 10px;
    font-size: 9px;
  }
  #carousel-area .carousel-control-prev i, #carousel-area .carousel-control-next i {
    font-size: 10px;
    width: 25px;
    line-height: 25px;
    border: none;
  }
  #carousel-area .carousel-indicators {
    bottom: 5px;
  }
  #owlcarousel-area .item {
    height: 300px;
  }
  #owlcarousel-area .item .owlcarousel-caption h1 {
    font-size: 18px;
  }
  #owlcarousel-area .item .owlcarousel-caption p {
    display: none;
  }
  #owlcarousel-area .item .owlcarousel-caption .btn {
    font-size: 12px;
    padding: 5px 15px;
  }
  #owlcarousel-area .item .owlcarousel-video-caption h1 {
    font-size: 18px;
  }
  #owlcarousel-area .item .owlcarousel-video-caption p {
    display: none;
  }
  #owlcarousel-area .item .owlcarousel-video-caption .btn {
    font-size: 12px;
    padding: 5px 15px;
  }
  #owlcarousel-area .owl-dots {
    bottom: 0px;
  }
  #header-area .header-image {
    height: 300px;
  }
  #header-area .header-video .video-item {
    height: 300px;
  }
  #header-area .header-caption h1 {
    font-size: 18px;
  }
  #header-area .header-caption p {
    display: none;
  }
  #header-area .header-caption .btn {
    font-size: 12px;
    padding: 5px 15px;
  }
  .text-right {
    text-align: left !important;
  }
  .single-team {
    margin-bottom: 30px;
  }
  .blog-section {
    padding: 40px 0;
  }
  .blog-section .blog-post {
    margin-bottom: 30px;
  }
  .blog-section .blog-post .post-content h2.blog-post-title {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 8px;
  }
  .blog-section .blog-post .post-content .btn-rm {
    padding: 5px 8px;
    font-size: 12px;
  }
  .blog-section .blog-post .blog-meta {
    margin-bottom: 10px;
  }
  .blog-section .blog-post .blog-meta ul li {
    margin-right: 4px;
    margin-left: 4px;
    font-size: 12px;
  }
  .blog-section .blog-post .blog-meta ul li i {
    margin-right: 2px;
  }
  .blog-section .blog-post .blog-data .blog-tags {
    margin-bottom: 20px;
    float: none;
  }
  .blog-section .blog-post .blog-data .blog-tags a {
    font-size: 12px;
    font-style: italic;
    padding: 4px;
  }
  .blog-section .blog-post .blog-data .blog-share {
    float: none;
  }
  .blog-section .sidebar-area {
    margin-top: 30px;
  }
  .blog-section .sidebar-area .widget {
    margin-bottom: 30px;
  }
  .blog-section .sidebar-area .search-bar {
    margin-bottom: 30px;
  }
  #blog .blog-item-wrapper {
    margin-bottom: 30px;
  }
  #blog .blog-item-text h3 {
    font-size: 18px;
  }
  #blog .blog-item-text .meta-tags span {
    margin-right: 5px;
  }
  .similar-posts .blog-item-wrapper {
    margin-bottom: 30px;
  }
  .blog-comment .comment-author {
    margin-bottom: 40px;
  }
  .blog-comment .comment-list .children {
    padding-left: 0;
  }
  .navbar-toggleable-sm > .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .navbar-collapse {
    overflow-y: auto;
    max-height: 400px;
  }
  .navbar-collapse ul.navbar-nav .nav-link {
    padding: 8px 10px;
    text-align: center;
    border-top: 1px solid #e2e6e7;
  }
  .section-header .section-title {
    font-size: 20px;
    line-height: 30px;
  }
  #video-area .contents {
    padding: 80px 0 60px;
  }
  #video-area .contents h1 {
    font-size: 18px;
    line-height: 32px;
  }
  .video-promo .video-promo-content h2 {
    font-size: 18px;
  }
  .controls .btn {
    font-size: 12px;
    text-transform: capitalize;
  }
  .pricing-table.table-top {
    margin-top: 20px;
  }
  .counters .facts-item {
    margin-bottom: 30px;
  }
  #contact .section-title {
    font-size: 22px;
  }
  #subscribe .sub_btn {
    min-width: 120px;
  }
  .social-icons ul li a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin-left: 0;
  }
  .blog-single .blog-post .post-content .post-title {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 8px;
  }
  .blog-single .blog-post .post-content h3 {
    font-size: 15px;
  }
  .post-meta ul li {
    line-height: 28px;
  }
  #header-wrap.transparent .navbar-expand-md ul.navbar-nav {
    background: #fff;
  }
  #header-wrap.transparent .navbar-expand-md .navbar-nav > li > .nav-link {
    color: #666;
  }
  #contactinfo .contactinfo-table {
    margin-bottom: 30px;
  }
  .footer-widget {
    margin-bottom: 40px;
  }
}
@media (min-width: 767px) {
  .dropdown:hover > ul.dropdown-menu {
    display: block;
    webkit-animation: MenuFadeIn 400ms;
    -webkit-animation: MenuFadeIn 400ms;
    animation: MenuFadeIn 400ms;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  .dropdown .dropdown-menu {
    left: 0;
    right: 0;
    width: 220px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }
  .dropdown .dropdown-menu a {
    display: block;
    height: auto;
    padding: 14px 20px 15px !important;
    margin: 0;
    line-height: 16px;
    font-weight: 400;
    border-top: 1px solid #e2e6e7;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  .next-prev ul > li {
    height: 76px;
  }
}
@media (max-width: 1199px) {
  #header-min-spacer {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .landing-page-headline {
    padding-left: 22px;
  }
  h1 {
    font-size: 1.8rem;
  }
  h2 {
    font-size: 1.75rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  h4 {
    font-size: 1.313rem;
  }
  h5 {
    font-size: 1.125rem;
  }
  h6 {
    font-size: 1rem;
  }
  p {
    font-size: 1rem;
  }
  footer {
    font-size: 1rem;
  }
  footer p {
    font-size: 1rem;
  }
  footer .footer-tail * {
    font-size: 0.8125rem;
  }
  footer .footer-menu li > a {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .grid-entry {
    margin: 0 !important;
  }
  .landing-page-headline {
    display: none;
  }
  .landing-page-headline-sub {
    display: contents;
  }
}
@media (max-width: 650px) {
  footer .theme-bg ul li {
    float: left;
    padding: 3px;
    text-align: center;
  }
}
