@charset "utf-8";

body {
  font-family: "Overpass", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  background: #fff;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 300;
  color: #555555; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #28a745; }
  a:hover {
    text-decoration: none;
    color: #28a745; }
  a.link-underline {
    text-decoration: underline; }
    a.link-underline:hover {
      text-decoration: none; }

h1, h4, h5,
.h1, .h4, .h5 {
  color: #000;
  font-weight: 300;
  font-family: "Dosis", sans-serif; }

h2, .h2 {
    font-size: 38px;
    color: #222222;
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
    margin: 0px 0 25px 0;
    text-align: center;
    text-transform: uppercase;
}
h3, .h3 {
    font-family: 'Dosis', sans-serif;
    font-weight: 600;
    color: #28a745;
    font-size: 18px;
    margin: 0 0 5px 0;
}

h6 {
    font-size: 16px;
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-align: center;
    margin: 0 0 60px 0;
}

.footer h4,.modal .h4 {
  color: white;
  font-weight: 300;
  font-family: "Dosis", sans-serif; }
.modal h4,.modal .h4 {
  color: #28a745;
  font-weight: 300;
  font-family: "Dosis", sans-serif; }

.modal h5,.modal .h5 {
  color: white;
  font-weight: 300;
  font-family: "Dosis", sans-serif; }
.modal-content {
	background-color: #002200;
}

.modal-content .modal-header,
.modal-content .modal-footer {
	border-color: #424242 ;
}
.modal-header .close {
	color: #cda45e;
}

.text-primary {
  color: #28a745 !important; }

.ftco-navbar-light {
  background: transparent !important;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3;
  top: 10px; }
  @media (max-width: 991.98px) {
    .ftco-navbar-light {
      background: #000 !important;
      top: 0;
      position: relative; } }
  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    font-size: 14px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    color: #f0f0f0;
    opacity: 1 !important; }
    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
      color: #fff; }
    @media (max-width: 991.98px) {
      .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0px;
        padding-right: 0px; } }
  .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator {
    position: relative;
    margin-left: 20px;
    padding-left: 20px; }
    @media (max-width: 991.98px) {
      .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator {
        padding-left: 0;
        margin-left: 0; } }
    .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator:before {
      position: absolute;
      content: "";
      top: 10px;
      bottom: 10px;
      left: 0;
      width: 2px;
      background: rgba(255, 255, 255, 0.05); }
      @media (max-width: 991.98px) {
        .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator:before {
          display: none; } }
  .ftco-navbar-light .navbar-nav > .nav-item.cta > a {
    padding-left: 0;
    color: #fff; }
    .ftco-navbar-light .navbar-nav > .nav-item.cta > a span {
      border: 2px solid #fff;
      display: inline-block;
      padding: 10px 20px;
      border-radius: 4px; }
  .ftco-navbar-light .navbar-nav > .nav-item.cta.cta-colored span {
    border-color: #28a745; }
  .ftco-navbar-light .navbar-nav > .nav-item.active > a {
    color: #fff;
    position: relative; }
    .ftco-navbar-light .navbar-nav > .nav-item.active > a:before {
      content: "";
      height: 2px;
      background: #fff;
      left: 20px;
      right: 20px;
      position: absolute;
      bottom: 20px; }
      @media (max-width: 991.98px) {
        .ftco-navbar-light .navbar-nav > .nav-item.active > a:before {
          display: none; } }
  .ftco-navbar-light .navbar-toggler {
    border: none;
    color: rgba(255, 255, 255, 0.5) !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em; }
  .ftco-navbar-light.scrolled {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    margin-top: -130px;
    background: #fff !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }
    .ftco-navbar-light.scrolled .nav-item.active > a {
      color: #28a745 !important; }
      .ftco-navbar-light.scrolled .nav-item.active > a:before {
        display: none; }
    @media (max-width: 991.98px) {
      .ftco-navbar-light.scrolled .navbar-nav {
        background: none;
        border-radius: 0px;
        padding-left: 0rem !important;
        padding-right: 0rem !important; } }
    @media (max-width: 767.98px) {
      .ftco-navbar-light.scrolled .navbar-nav {
        background: none;
        padding-left: 0 !important;
        padding-right: 0 !important; } }
    .ftco-navbar-light.scrolled .navbar-toggler {
      border: none;
      color: rgba(0, 0, 0, 0.5) !important;
      border-color: rgba(0, 0, 0, 0.5) !important;
      cursor: pointer;
      padding-right: 0;
      text-transform: uppercase;
      font-size: 16px;
      letter-spacing: .1em; }
    .ftco-navbar-light.scrolled .nav-link {
      padding-top: 0.9rem !important;
      padding-bottom: 0.9rem !important;
      color: #000 !important; }
      .ftco-navbar-light.scrolled .nav-link.active {
        color: #28a745 !important; }
    .ftco-navbar-light.scrolled.awake {
      margin-top: 0px;
      -webkit-transition: .3s all ease-out;
      -o-transition: .3s all ease-out;
      transition: .3s all ease-out; }
    .ftco-navbar-light.scrolled.sleep {
      -webkit-transition: .3s all ease-out;
      -o-transition: .3s all ease-out;
      transition: .3s all ease-out; }
    .ftco-navbar-light.scrolled .navbar-brand {
      color: #000; }

.navbar-brand {
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 30px;
  font-family: "Overpass", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

.bg-image, .ftco-cover {
  background-size: cover;
  background-repeat: no-repeat; }

.ftco-cover {
  background-position: center center; }
  .ftco-cover .ftco-heading {
    font-size: 50px;
    line-height: 1.2;
    color: #fff; }
    @media (max-width: 991.98px) {
      .ftco-cover .ftco-heading {
        font-size: 37px;
        line-height: 1.3; } }
  .ftco-cover .ftco-subheading {
    max-width: 450px;
    line-height: 1.5; }
  .ftco-cover .ftco-subheading, .ftco-cover p {
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 300;
    font-family: "Overpass", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }
  @media (max-width: 991.98px) {
    .ftco-cover .btn {
      width: 100% !important; } }
  .ftco-cover a {
    position: relative;
    color: #fff; }
  .ftco-cover.overlay {
    position: relative; }
    .ftco-cover.overlay:before {
      content: "";
      background: rgba(0, 0, 0, 0.6);
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }
  .ftco-cover .ftco-vh-100 {
    min-height: 700px !important; }

.ftco-uppercase {
  font-size: 30px; }

.menu-item {
  margin-bottom: 30px; }
  .menu-item img {
    width: 100px;
    border-radius: 50%; }
  .menu-item .menu-price {
    font-size: 24px; }

@media (max-width: 991.98px) {
  .display-4 {
    font-size: 37px; } }

.bg-light {
  background: #f1efed !important;
  background: #fafafa !important; }

.ftco-custom-gutters {
  margin-left: -10px;
  margin-right: -10px; }
  .ftco-custom-gutters [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 5px; }
    .ftco-custom-gutters [class*=col-] .ftco-thumbnail {
      display: block;
      margin-bottom: 5px; }

.btn:hover, .btn:active, .btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

.ftco-play-video span {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }

.ftco-play-video > .play-icon-wrap {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  position: relative;
  border-radius: 50%; }
  .ftco-play-video > .play-icon-wrap > span {
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 2px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.ftco-play-video:hover > .play-icon-wrap {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }

.ftco-play-video:hover span {
  color: #fff; }

.block-41 .block-41-subheading {
  margin-bottom: 10px;
  color: #ccc; }
  .block-41 .block-41-subheading > div {
    display: inline-block;
    text-transform: uppercase; }
    .block-41 .block-41-subheading > div.block-41-line {
      height: 2px;
      width: 50px;
      background: #28a745; }

.block-41 .block-41-heading {
  line-height: 1.2; }

@media (min-width: 768px) {
  .block-41 .block-41-text {
    font-size: 20px; } }

.block-48 {
  background: gold;
  padding: 50px;
  color: #000; }
  .block-48 .block-48-text-1 {
    font-size: 30px; }
  .block-48 .block-48-counter {
    font-size: 70px;
    line-height: 1; }

.block-11 .owl-stage {
  padding-top: 50px;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.block-11 .owl-nav {
  position: relative;
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  .block-11 .owl-nav .owl-prev, .block-11 .owl-nav .owl-next {
    position: relative;
    display: inline-block;
    padding: 20px;
    font-size: 30px; }
    .block-11 .owl-nav .owl-prev.disabled, .block-11 .owl-nav .owl-next.disabled {
      opacity: .2; }

.btn {
  cursor: pointer;
  border-radius: 0px;
  border: 2px solid transparent;
  font-size: 14px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #999999;
  -webkit-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.5); }
  .btn.btn-hover-white:hover {
    background: transparent;
    color: #fff !important; }
  .btn.btn-success {
    border: 2px solid #28a745;
    color: black;
    background-color: gold; }
  .btn.btn-white {
    background: #fff;
    color: #000; }
    .btn.btn-white:hover {
      background: #000;
      color: #fff; }
  .btn.btn-primary {
    background: #28a745;
    border: 2px solid #28a745;
    color: #fff; }
    .btn.btn-primary:hover {
      border: 2px solid #28a745;
      background: transparent;
      color: #28a745; }
    .btn.btn-primary:active, .btn.btn-primary:focus {
      color: #fff !important; }
    .btn.btn-primary.btn-outline-primary {
      border: 2px solid #28a745;
      background: transparent;
      color: #28a745; }
      .btn.btn-primary.btn-outline-primary:hover {
        border: 2px solid transparent;
        background: #28a745;
        color: #000; }
  .btn.btn-outline-white {
    border-color: rgba(255, 255, 255, 0.8);
    background: none;
    border-radius: 0px;
    border-width: 2px;
    color: #000; }
    .btn.btn-outline-white:hover, .btn.btn-outline-white:focus, .btn.btn-outline-white:active {
      background: #fff;
      border-color: #fff;
      color: #000; }
  .btn:hover, .btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #000 !important;
    color: #fff !important;
    border-color: #000 !important; }

.form-control {
  background: #fff !important;
  color: #000 !important;
  border-radius: 0px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }
  .form-control:focus, .form-control:active {
    border-color: #000; }

textarea.form-control {
  height: inherit !important; }

.ftco-vh-100 {
  height: 100vh; }
  @media (max-width: 1199.98px) {
    .ftco-vh-100 {
      height: inherit;
      padding-top: 5em;
      padding-bottom: 5em; } }

.ftco-vh-75 {
  height: 75vh;
  min-height: 700px; }
  @media (max-width: 1199.98px) {
    .ftco-vh-75 {
      min-height: 700px;
      height: inherit;
      padding-top: 5em;
      padding-bottom: 5em; } }

.ftco-tab-nav {
  padding: 0;
  margin: 0;
  display: inline-block !important; }
  @media (max-width: 767.98px) {
    .ftco-tab-nav {
      display: block !important;
      margin-bottom: 10px;
      width: 100% !important; } }
  .ftco-tab-nav li {
    padding: 0;
    margin: 0 5px;
    display: inline-block !important; }
    @media (max-width: 767.98px) {
      .ftco-tab-nav li {
        display: block !important;
        margin-bottom: 10px;
        width: 100% !important; } }
    .ftco-tab-nav li a {
      text-transform: uppercase;
      font-size: 14px;
      letter-spacing: .2em;
      color: #ccc;
      border: 2px solid #ccc;
      border-radius: 0 !important; }
      .ftco-tab-nav li a.active {
        background: none !important;
        color: black !important;
        border: 2px solid #000; }

.post-entry {
  margin-bottom: 40px; }
  .post-entry .img-wrap {
    position: relative;
    display: block;
    overflow: hidden; }
    .post-entry .img-wrap img {
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .post-entry .img-wrap .date {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 10px 20px;
      background: #28a745;
      color: #fff;
      font-size: 14px;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .post-entry .img-wrap:hover img {
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2); }
    .post-entry .img-wrap:hover .date {
      font-size: 16px;
      color: #fff;
      background: #000; }
  .post-entry h3 {
    font-size: 20px;
    line-height: 1.5; }
    .post-entry h3 a {
      color: #000; }
      .post-entry h3 a:hover {
        color: #28a745; }
  .post-entry p {
    color: #999999; }

.featured-donate, .featured-section {
  padding: 4em 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  .featured-donate img, .featured-section img {
    -webkit-box-shadow: 0 4px 30px -5px black;
    box-shadow: 0 4px 30px -5px black;
    border-radius: 7px; }
  .featured-donate h2, .featured-section h2 {
    color: #fff; }
  .featured-donate p, .featured-section p {
    font-weight: 500;
    color: #fff; }
  .featured-donate .featured-text, .featured-section .featured-text {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .2em; }
  .featured-donate .donation-time, .featured-section .donation-time {
    color: rgba(255, 255, 255, 0.7);
    display: block;
    font-style: italic;
    font-size: 15px; }
  .featured-donate .fund-raised, .featured-section .fund-raised {
    font-weight: 900;
    color: #fff; }
  .featured-donate.overlay-color, .featured-donate.overlay-color-2, .featured-section.overlay-color, .featured-section.overlay-color-2 {
    position: relative; }
    .featured-donate.overlay-color:before, .featured-donate.overlay-color-2:before, .featured-section.overlay-color:before, .featured-section.overlay-color-2:before {
      position: absolute;
      content: "";
      background: #28a745;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      opacity: .9; }
      
      .featured-donate.overlay-color-3:before, .featured-section.overlay-color-3:before {
      position: absolute;
      content: "";
      background: #3865c7;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      opacity: .9; }
  /* .featured-donate.overlay-color-2:before, .featured-section.overlay-color-2:before {
    background: #28a745; } */
.featured-donate .featured-p, .featured-section .featured-p, .featured-section ul li {
  
  text-align: justify;
  font-weight: 800;
  color: #fff;
 }
.form-volunteer h2 {
  font-size: 25px;
  margin-bottom: 20px; }

.form-volunteer label {
  color: #fff; }

.form-volunteer .form-control {
  border: 2px solid #fff;
  background: none !important;
  margin-bottom: 10px;
  color: #fff !important; }
  .form-volunteer .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
    font-style: italic; }
  .form-volunteer .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    font-style: italic; }
  .form-volunteer .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
    font-style: italic; }
  .form-volunteer .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
    font-style: italic; }

.custom-progress {
  background-color: #fff;
  height: .2rem;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 10px; }

.person-donate em {
  font-family: serif; }

.person-donate img {
  border-radius: 7px;
  width: 180px;
  margin-bottom: 20px; }

.person-donate h2 {
  font-size: 20px;
  margin: 0;
  padding: 0; }

.person-donate p {
  line-height: 1.5; }

.person-donate .time {
  color: #b3b3b3;
  font-size: 13px; }

.person-donate .donate-amount > div {
  width: 50%;
  padding: 10px; }

.person-donate .donate-amount .label {
  background: #f2f2f2; }

.person-donate .donate-amount .amount {
  background: #28a745;
  color: #fff; }

.fundraise-item {
  -webkit-box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.1);
  border: none;
  height: 100%; }
  .fundraise-item .custom-progress-success {
    background-color: #f2f2f2;
    height: .2rem;
    border-radius: 4px;
    margin-bottom: 20px; }
  .fundraise-item a {
    color: #000; }
    .fundraise-item a:hover {
      color: #28a745; }
  .fundraise-item .donation-time {
    color: #ccc;
    display: block;
    font-style: italic;
    font-size: 15px; }
  .fundraise-item .card-title {
    font-size: 24px; }

.ftco-animate {
  opacity: 0;
  visibility: hidden; }

.bg-primary {
  background: #28a745 !important; }

.site-section {
  padding: 4em 0; }

.border-top {
  border-top: 1px solid #f2f2f2 !important; }

.ftco-bg-dark {
  background: #3c312e; }

.footer {
  background: #404040;
  padding: 8em 0;
  color: #fff; }
  .footer .heading-section {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 40px;
    letter-spacing: .1em;
    color: #fff !important;
    font-family: "Overpass", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }
  .footer .block-21 .heading a {
    color: #fff !important; }
    .footer .block-21 .heading a:hover {
      color: #28a745 !important; }
  .footer .block-21 .meta a {
    color: gray !important; }
    .footer .block-21 .meta a:hover {
      color: #fff !important; }
  .footer a {
    color: #28a745; }
    .footer a:hover {
      color: #28a745 !important; }

      #footer .footer-top .footer-links {
        margin-bottom: 30px;
      }
      
      #footer .footer-top .footer-links ul {
        list-style: none;
        padding: 0;
        margin: 0;
      }
      
      #footer .footer-top .footer-links ul i {
        padding-right: 2px;
        color: #cda45e;
        font-size: 18px;
        line-height: 1;
      }
      
      #footer .footer-top .footer-links ul li {
        padding: 10px 0;
        display: flex;
        align-items: center;
      }
      
      #footer .footer-top .footer-links ul li:first-child {
        padding-top: 0;
      }
      
      #footer .footer-top .footer-links ul a {
        color: #fff;
        transition: 0.3s;
        display: inline-block;
        line-height: 1;
      }
      
      #footer .footer-top .footer-links ul a:hover {
        color: #cda45e;
      }


.ftco-footer-social li {
  list-style: none;
  margin: 0 10px 10px 0;
  display: inline-block; }
  .ftco-footer-social li a {
    height: 60px;
    width: 60px;
    display: block;
    float: left;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    position: relative; }
    .ftco-footer-social li a span {
      position: absolute;
      font-size: 26px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .ftco-footer-social li a:hover {
      color: #28a745; }

.footer-small-nav > li {
  display: inline-block; }
  .footer-small-nav > li a {
    margin: 0 10px 10px 0; }
    .footer-small-nav > li a:hover, .footer-small-nav > li a:focus {
      color: #28a745; }

#map {
  height: 400px;
  width: 100%; }
  @media (max-width: 991.98px) {
    #map {
      height: 300px; } }

.container-fluid {
  padding-left: 0;
  padding-right: 0; }

.ftco-section-2 .section-2-blocks-wrapper .button {
  display: block;
  position: absolute;
  width: 100px;
  height: 100px;
  right: 0;
  margin-right: -50px;
  border-radius: 50%;
  background: #28a745;
  z-index: 100;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media (max-width: 991.98px) {
    .ftco-section-2 .section-2-blocks-wrapper .button {
      top: auto;
      bottom: 0 !important;
      margin-right: auto;
      right: auto;
      left: 50%;
      margin-bottom: -50px;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); } }
  .ftco-section-2 .section-2-blocks-wrapper .button span {
    position: absolute;
    font-size: 30px;
    color: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-30%, -48%);
    -ms-transform: translate(-30%, -48%);
    transform: translate(-30%, -48%); }

.ftco-section-2 .section-2-blocks-wrapper .text {
  position: relative;
  z-index: -1;
  padding: 15px; }
  @media (min-width: 768px) {
    .ftco-section-2 .section-2-blocks-wrapper .text {
      padding: 10% 7%; } }
  .ftco-section-2 .section-2-blocks-wrapper .text h3 {
    margin-bottom: 50px; }

.ftco-section-2 .section-2-blocks-wrapper .img {
  background-position: center center;
  background-size: cover; }
  @media (max-width: 991.98px) {
    .ftco-section-2 .section-2-blocks-wrapper .img {
      height: 400px;
      margin-bottom: 70px; } }

.section-2-blocks-wrapper-2 .text {
  position: relative;
  padding: 30px 15px; }
  @media (min-width: 768px) {
    .section-2-blocks-wrapper-2 .text {
      padding: 40px; } }
  .section-2-blocks-wrapper-2 .text h3 {
    margin-bottom: 30px; }

.section-2-blocks-wrapper-2 .img, .section-2-blocks-wrapper-2 .image {
  background-position: center center;
  background-size: cover; }

.section-2-blocks-wrapper-2 .quote {
  background: #97DE95;
  background: #28a745;
  color: #000;
  width: 100%;
  font-size: 24px;
  padding: 80px !important; }
  .section-2-blocks-wrapper-2 .quote .author {
    display: block;
    font-size: 16px; }

.section-2-blocks-wrapper-2 .image {
  height: 500px;
  margin-top: 0;
  margin-left: 0; }
  @media (min-width: 768px) {
    .section-2-blocks-wrapper-2 .image {
      margin-top: -70px;
      margin-left: -70px; } }

.flip-container {
  margin-bottom: 50px;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  transform: perspective(1000px);
  -ms-transform: perspective(1000px);
  -moz-transform: perspective(1000px);
  transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d; }
  .flip-container:hover .back, .flip-container.hover .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  .flip-container:hover .front, .flip-container.hover .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg); }
  .flip-container, .flip-container .front, .flip-container .back {
    width: 100%;
    height: 427px; }
  .flip-container .flipper {
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 0.6s;
    -moz-transition: 0.6s;
    transform: perspective(1000px);
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transition: 0.6s;
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative; }
  .flip-container .front, .flip-container .back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 4px;
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: rotateY(0deg);
    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;
    -moz-transform: rotateY(0deg);
    -o-transition: 0.6s;
    -o-transform-style: preserve-3d;
    -o-transform: rotateY(0deg);
    -ms-transition: 0.6s;
    -ms-transform-style: preserve-3d;
    -ms-transform: rotateY(0deg);
    transition: 0.6s;
    transform-style: preserve-3d;
    transform: rotateY(0deg);
    position: absolute;
    top: 0;
    left: 0; }
  .flip-container .front {
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    background: lightgreen;
    z-index: 2;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    .flip-container .front:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
      background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
      background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
      background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
      background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); }
    .flip-container .front .box {
      position: absolute;
      bottom: 0;
      left: 20px;
      right: 20px;
      bottom: 20px; }
      .flip-container .front .box h2, .flip-container .front .box p {
        color: #fff;
        margin: 0;
        padding: 0;
        line-height: 1.5; }
      .flip-container .front .box h2 {
        font-size: 20px; }
      .flip-container .front .box p {
        font-size: 12px; }
  .flip-container .back {
    background: #fff;
    -webkit-box-shadow: 0 0 70px -10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 70px -10px rgba(0, 0, 0, 0.4);
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg); }
  .flip-container .back p {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0 20px;
    font-size: 18px; }
  .flip-container .author {
    bottom: 0;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px; }
    .flip-container .author .image {
      width: 40px; }
      .flip-container .author .image img {
        border-radius: 50%;
        max-width: 100%; }
    .flip-container .author .position {
      display: block;
      font-size: 12px; }
  @media (max-width: 991.98px) {
    .flip-container .back {
      -webkit-transform: rotateY(0deg);
      -moz-transform: rotateY(0deg);
      -o-transform: rotateY(0deg);
      -ms-transform: rotateY(0deg);
      transform: rotateY(0deg); }
    .flip-container .front {
      -webkit-transform: rotateY(180deg);
      -moz-transform: rotateY(180deg);
      -o-transform: rotateY(180deg);
      transform: rotateY(180deg); } }

.image-popup {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1; }

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0; }

.ftco-counter .ftco-number {
  display: block;
  font-size: 72px;
  font-weight: bold;
  color: #28a745; }

.ftco-counter .ftco-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #b3b3b3; }

.block-22 {
  padding: 3em 0; }
  .block-22 .heading {
    font-size: 30px;
    font-weight: 300; }
  .block-22 .subscribe .form-group {
    position: relative; }
  .block-22 .subscribe .email {
    height: 50px;
    border-radius: 30px;
    padding-left: 20px;
    padding-right: 180px; }
  .block-22 .subscribe .submit {
    position: absolute;
    top: 6px;
    padding-left: 30px;
    padding-right: 30px;
    right: 6px;
    border-radius: 30px;
    color: #fff; }
    .block-22 .subscribe .submit:hover {
      color: #000; }

.block-21 figure {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px; }
  .block-21 figure img {
    border: 4px solid #fff;
    border-radius: 4px; }

.block-21 .text .heading {
  font-size: 18px;
  font-weight: 300; }
  .block-21 .text .heading a {
    color: #000; }
    .block-21 .text .heading a:hover, .block-21 .text .heading a:active, .block-21 .text .heading a:focus {
      color: #28a745; }

.block-21 .text .meta > div {
  display: inline-block;
  font-size: 12px;
  margin-right: 10px; }
  .block-21 .text .meta > div a {
    color: #cccccc; }

.block-5 {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 500px;
  position: relative;
  display: block;
  margin-bottom: 30px; }
  .block-5:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
    background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); }
  .block-5 .text {
    position: absolute;
    bottom: 0;
    padding: 20px 20px 10px 20px;
    -webkit-transition: .8s all ease;
    -o-transition: .8s all ease;
    transition: .8s all ease; }
    .block-5 .text:before {
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 1;
      background: #fff;
      visibility: hidden;
      opacity: 0;
      height: 0;
      position: absolute;
      content: "";
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .block-5 .text .heading, .block-5 .text .subheading, .block-5 .text .post-meta, .block-5 .text .excerpt {
      z-index: 2;
      position: relative; }
    .block-5 .text .subheading {
      color: #fff;
      text-transform: uppercase;
      letter-spacing: .1em;
      font-size: 12px;
      margin-bottom: 5px;
      opacity: .6; }
    .block-5 .text .heading {
      color: #fff;
      margin: 0 0 10px 0;
      padding: 0;
      font-weight: bold;
      font-size: 20px;
      line-height: 1.2; }
    .block-5 .text .post-meta {
      line-height: 1.4;
      color: #fff;
      font-size: 12px;
      text-transform: uppercase; }
      .block-5 .text .post-meta span {
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 10px;
        opacity: .6; }
    .block-5 .text .excerpt {
      line-height: 1.4;
      color: #fff; }
  .block-5:hover .text:before, .block-5:focus .text:before {
    visibility: visible;
    opacity: 1;
    height: 100%;
    background: #fff; }
  .block-5:hover .text .heading, .block-5:hover .text .subheading, .block-5:hover .text .post-meta, .block-5:focus .text .heading, .block-5:focus .text .subheading, .block-5:focus .text .post-meta {
    color: #000; }

.block-6 .icon {
  margin-right: 30px;
  color: #28a745; }
  .block-6 .icon span:before {
    font-size: 50px; }
  .block-6 .icon span.bg-after:after {
    position: absolute;
    content: "";
    left: 10px;
    top: 5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fbe6a6;
    z-index: -1; }

.block-6 .media-body .heading {
  font-size: 18px; }

.block-6 .media-body p {
  color: #a2a2a2; }
  .block-6 .media-body p:last-child {
    margin-bottom: 0; }

.block-13 .owl-stage-outer {
  padding-bottom: 7em; }

.block-13 .owl-nav {
  position: relative;
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  .block-13 .owl-nav .owl-prev, .block-13 .owl-nav .owl-next {
    position: relative;
    display: inline-block;
    padding: 20px;
    font-size: 30px; }
    .block-13 .owl-nav .owl-prev.disabled, .block-13 .owl-nav .owl-next.disabled {
      opacity: .2; }

.block-10 {
  margin-bottom: 30px; }
  .block-10 .person-info {
    height: 75px; }
    .block-10 .person-info span {
      display: block; }
    .block-10 .person-info .name {
      font-size: 20px; }
    .block-10 .person-info .position {
      font-size: 14px; }

@media (min-width: 768px) {
  .pricing-wrap {
    margin-top: -250px; } }

.block-7 {
  margin-bottom: 30px;
  padding: 30px;
  -webkit-box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.11);
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.11);
  background: #fff; }
  @media (min-width: 768px) {
    .block-7 {
      padding: 40px; } }
  .block-7 .heading {
    font-size: 50px;
    line-height: 1;
    margin: 0;
    padding: 0; }
  .block-7 .heading-2 {
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase; }
  .block-7 .price {
    margin: 0;
    padding: 0;
    display: block; }
    .block-7 .price sup {
      font-size: 20px;
      top: -2em; }
    .block-7 .price .number {
      font-size: 80px; }
  .block-7 .excerpt {
    margin-bottom: 20px;
    color: #b3b3b3; }
  .block-7 .label2 {
    text-transform: uppercase; }
  .block-7 .pricing-text {
    margin-bottom: 0; }
    .block-7 .pricing-text, .block-7 .pricing-text li {
      padding: 0;
      margin: 0; }
    .block-7 .pricing-text li {
      list-style: none;
      margin-bottom: 10px;
      color: #b3b3b3; }
      .block-7 .pricing-text li strong {
        color: #000; }

.block-8 .accordion-item .heading {
  font-size: 16px;
  font-weight: 400;
  padding: 10px 0; }
  .block-8 .accordion-item .heading > a {
    padding-left: 35px;
    position: relative;
    color: #000; }
    .block-8 .accordion-item .heading > a:before {
      width: 20px;
      height: 20px;
      line-height: 18px;
      border: 1px solid #ccc;
      text-align: center;
      font-size: 18px;
      top: .1em;
      left: 0; }
    .block-8 .accordion-item .heading > a[aria-expanded="true"]:before {
      font-family: 'icomoon';
      position: absolute;
      content: "\e316";
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease;
      background: #28a745;
      color: #fff;
      border: 1px solid #28a745; }
    .block-8 .accordion-item .heading > a[aria-expanded="false"]:before {
      content: "\e313";
      color: #ccc;
      font-family: 'icomoon';
      position: absolute;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }

.block-8 .accordion-item .body-text {
  font-size: 16px;
  padding: 5px 0;
  padding-left: 30px; }

.block-4 .nonloop .owl-stage {
  padding-bottom: 2em; }

.block-4 .nonloop .owl-item {
  -webkit-box-shadow: 0 7px 20px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 7px 20px -5px rgba(0, 0, 0, 0.2); }

.block-4 .nonloop .owl-nav {
  z-index: 2;
  position: absolute;
  width: 100%;
  bottom: -2px; }
  .block-4 .nonloop .owl-nav .owl-prev, .block-4 .nonloop .owl-nav .owl-next {
    opacity: .2;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    position: absolute; }
    .block-4 .nonloop .owl-nav .owl-prev:hover, .block-4 .nonloop .owl-nav .owl-next:hover {
      opacity: 1; }
    .block-4 .nonloop .owl-nav .owl-prev.disabled, .block-4 .nonloop .owl-nav .owl-next.disabled {
      display: none; }
    .block-4 .nonloop .owl-nav .owl-prev span, .block-4 .nonloop .owl-nav .owl-next span {
      font-size: 30px; }
  .block-4 .nonloop .owl-nav .owl-prev {
    left: 50px; }
  .block-4 .nonloop .owl-nav .owl-next {
    right: 50px; }

.block-4 .nonloop .owl-dots {
  bottom: -40px;
  position: absolute;
  width: 100%;
  text-align: center; }
  .block-4 .nonloop .owl-dots .owl-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #ccc;
    border-radius: 50%;
    margin-right: 10px;
    margin-bottom: 10px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .block-4 .nonloop .owl-dots .owl-dot.active {
      background: #28a745; }

.contact-section {
  margin-top: -250px; }
  .contact-section .container {
    z-index: 2;
    position: relative;
    background: #fff !important;
    padding: 30px; }
    @media (min-width: 768px) {
      .contact-section .container {
        padding: 70px; } }

.custom-pagination {
  width: 100%;
  text-align: center;
  display: inline-block; }
  .custom-pagination li {
    display: inline-block; }
  .custom-pagination .prev a, .custom-pagination .next a {
    font-size: 20px !important;
    line-height: 38px !important; }
  .custom-pagination li a, .custom-pagination .prev a, .custom-pagination .next a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin: 0;
    border-radius: 50% !important;
    font-size: 16px; }
  .custom-pagination li.active a, .custom-pagination .prev.active a, .custom-pagination .next.active a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin: 0;
    border-radius: 50% !important;
    font-size: 16px;
    background: #28a745;
    color: #fff; }
    .custom-pagination li.active a:hover, .custom-pagination li.active a:focus, .custom-pagination .prev.active a:hover, .custom-pagination .prev.active a:focus, .custom-pagination .next.active a:hover, .custom-pagination .next.active a:focus {
      color: #fff; }
  .custom-pagination .prev {
    float: left; }
  .custom-pagination .next {
    float: right; }

/* Blog*/
.post-info {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  letter-spacing: .1em; }
  .post-info > div {
    display: inline-block; }
    .post-info > div .seperator {
      display: inline-block;
      margin: 0 10px;
      opacity: .5; }

.tagcloud a {
  text-transform: uppercase;
  display: inline-block;
  padding: 4px 10px;
  margin-bottom: 7px;
  margin-right: 4px;
  border-radius: 4px;
  color: #000;
  border: 1px solid #ccc;
  font-size: 11px; }
  .tagcloud a:hover {
    border: 1px solid #000; }

.comment-form-wrap {
  clear: both; }

.comment-list {
  padding: 0;
  margin: 0; }
  .comment-list .children {
    padding: 50px 0 0 40px;
    margin: 0;
    float: left;
    width: 100%; }
  .comment-list li {
    padding: 0;
    margin: 0 0 30px 0;
    float: left;
    width: 100%;
    clear: both;
    list-style: none; }
    .comment-list li .vcard {
      width: 80px;
      float: left; }
      .comment-list li .vcard img {
        width: 50px;
        border-radius: 50%; }
    .comment-list li .comment-body {
      float: right;
      width: calc(100% - 80px); }
      .comment-list li .comment-body h3 {
        font-size: 20px; }
      .comment-list li .comment-body .meta {
        text-transform: uppercase;
        font-size: 13px;
        letter-spacing: .1em;
        color: #ccc; }
      .comment-list li .comment-body .reply {
        padding: 5px 10px;
        background: #e6e6e6;
        color: #000;
        text-transform: uppercase;
        font-size: 11px;
        letter-spacing: .1em;
        font-weight: 400;
        border-radius: 4px; }
        .comment-list li .comment-body .reply:hover {
          color: #fff;
          background: black; }

.search-form {
  background: #f7f7f7;
  padding: 10px; }
  .search-form .form-group {
    position: relative; }
    .search-form .form-group input {
      padding-right: 50px; }
  .search-form .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.sidebar-box {
  margin-bottom: 30px;
  padding: 25px;
  font-size: 15px;
  width: 100%;
  float: left;
  background: #fff; }
  .sidebar-box *:last-child {
    margin-bottom: 0; }
  .sidebar-box h3 {
    font-size: 18px;
    margin-bottom: 15px; }

.categories li, .sidelink li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #dee2e6;
  list-style: none; }
  .categories li:last-child, .sidelink li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0; }
  .categories li a, .sidelink li a {
    display: block; }
    .categories li a span, .sidelink li a span {
      position: absolute;
      right: 0;
      top: 0;
      color: #ccc; }
  .categories li.active a, .sidelink li.active a {
    color: #000;
    font-style: italic; }

.section-heading .subheading-sm {
  margin-bottom: 30px;
  color: #999999;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: .1em;
  position: relative;
  display: inline-block;
  font-weight: 300; }
  .section-heading .subheading-sm:after {
    width: 80px;
    height: 2px;
    background: #999999;
    position: absolute;
    left: 120%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: ""; }

.section-heading .heading {
  font-size: 50px;
  line-height: 1.2;
  margin: 0 0 40px 0;
  padding: 0; }

.block-32 {
  margin-top: -70px;
  z-index: 1;
  position: relative;
  background: #fff;
  padding: 30px;
  -webkit-box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.1); }
  .block-32 .field-icon-wrap {
    position: relative; }
    .block-32 .field-icon-wrap .form-control {
      height: 52px !important;
      position: relative;
      padding-right: 40px;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      color: #a6a6a6; }
    .block-32 .field-icon-wrap .icon {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 15px;
      z-index: 2; }
    .block-32 .field-icon-wrap select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      width: 100%; }
  .block-32 .btn {
    height: 52px;
    color: #fff; }

.block-31 .owl-nav {
  position: absolute;
  right: 50px;
  bottom: 130px; }
  .block-31 .owl-nav .owl-prev, .block-31 .owl-nav .owl-next {
    color: #fff;
    font-size: 20px;
    opacity: 1;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .block-31 .owl-nav .owl-prev:hover, .block-31 .owl-nav .owl-next:hover {
      opacity: 1; }

.block-31 .owl-dots {
  position: absolute;
  bottom: 100px;
  right: 50px; }
  .block-31 .owl-dots .owl-dot {
    float: left;
    width: 40px;
    height: 2px;
    background: #fff;
    opacity: .3; }
    .block-31 .owl-dots .owl-dot.active {
      opacity: 1;
      background: #fff; }

.block-30 {
  background-size: cover;
  background-color: #ccc;
  padding: 0;
  position: relative; }
  @media (max-width: 991.98px) {
    .block-30 {
      background-position: center center !important; } }
  .block-30 .author {
    margin-top: 30px;
    font-family: "Overpass", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    display: block; }
  .block-30:before {
    background: #000;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .4;
    z-index: 0; }
  .block-30.no-overlay:before {
    display: none; }
  .block-30, .block-30 .row {
    min-height: 700px;
    height: 100vh; }
  .block-30 .subheading-sm {
    margin-bottom: 30px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: .1em;
    position: relative;
    display: inline-block;
    font-weight: 300; }
    .block-30 .subheading-sm:after {
      width: 80px;
      height: 2px;
      background: #fff;
      position: absolute;
      left: 120%;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      content: ""; }
  .block-30 .heading {
    color: #fff;
    font-size: 40px;
    line-height: 1.1;
    margin-bottom: 50px;
    font-family: "Dosis", sans-serif; }
    @media (min-width: 768px) {
      .block-30 .heading {
        font-size: 80px; } }
    @media (min-width: 992px) {
      .block-30 .heading {
        font-size: 80px; } }
  .block-30 .btn {
    background: gold;
    border-radius: 10;
    border: 2px solid #28a745;
    font-size: 18px;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: black;
    -webkit-box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.2); }
    .block-30 .btn:hover {
      border-color: #fff;
      color: #fff; }
  .block-30.block-30-sm, .block-30.block-30-sm .row {
    min-height: 700px;
    height: 60vh; }
  .block-30.block-30-sm .heading {
    font-size: 70px;
    margin-bottom: 20px; }
  .block-30 .lead {
    color: #fff; }

.block-23 ul, .block-23 ul li {
  padding: 0;
  margin: 0;
  list-style: none; }

.block-23 ul li, .block-23 ul li > a {
  display: table;
  line-height: 1.5;
  margin-bottom: 15px; }

.block-23 ul li .icon, .block-23 ul li .text {
  display: table-cell;
  vertical-align: top; }

.block-23 ul li .icon {
  width: 40px;
  font-size: 18px;
  padding-top: 2px;
  color: #28a745; }

.img-hover {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 30px; }
  .img-hover img {
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all; }
  .img-hover:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: #28a745;
    opacity: 0;
    visibility: hidden;
    content: "";
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .img-hover .icon {
    position: absolute;
    z-index: 2;
    color: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .2s all ease;
    -o-transition: .2s all ease;
    transition: .2s all ease; }
  .img-hover:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  .img-hover:hover:before {
    opacity: .8;
    visibility: visible; }
  .img-hover:hover .icon {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.block-47 .block-47-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  display: block; }
  .block-47 .block-47-image img {
    border: 5px solid #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 8px 10px -2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 8px 10px -2px rgba(0, 0, 0, 0.3); }

.block-47 .block-47-quote {
  margin-left: 40px;
  padding: 30px;
  background: #fff;
  border-radius: 7px;
  position: relative;
  -webkit-box-shadow: 0 2px 30px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 30px -2px rgba(0, 0, 0, 0.1); }
  .block-47 .block-47-quote:before {
    content: "";
    z-index: 2;
    position: absolute;
    left: -15px;
    border-width: 0 20px 20px 0;
    border-style: solid;
    border-color: transparent #fff transparent transparent; }
  .block-47 .block-47-quote .block-47-quote-author {
    font-size: 14px;
    color: #666666; }

.block-47.block-47-reverse .block-47-quote {
  margin-left: auto;
  margin-right: 40px; }
  .block-47.block-47-reverse .block-47-quote:before {
    left: 100%;
    border-width: 0 20px 20px 0;
    border-style: solid;
    border-color: transparent transparent #fff transparent; }

.block-35 .nav {
  margin-bottom: 70px; }
  .block-35 .nav li {
    width: 33.33333%; }
    .block-35 .nav li a {
      cursor: pointer;
      padding: 40px;
      display: block;
      width: 100%;
      text-align: center;
      text-transform: uppercase;
      border-bottom: 2px solid #e6e6e6;
      color: #cccccc; }
      .block-35 .nav li a:hover {
        color: #000; }
      .block-35 .nav li a.active {
        color: #28a745;
        border-bottom: 2px solid #28a745; }

.block-33 {
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.2); }
  .block-33 .vcard .image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    margin-right: 20px; }
    .block-33 .vcard .image img {
      max-width: 100%;
      border-radius: 50%; }
  .block-33 .vcard .name-text .heading {
    line-height: 1.5;
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 300; }
  .block-33 .vcard .name-text .meta {
    color: #a6a6a6;
    display: block;
    font-size: 14px; }
  .block-33 .text blockquote {
    padding: 0;
    margin-bottom: 0;
    border: none !important;
    font-size: 16px; }
    .block-33 .text blockquote p:last-child {
      margin-bottom: 0; }

.block-34, .block-3 {
  background: #fff;
  -webkit-box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.2); }
  .block-34 .image img, .block-3 .image img {
    max-width: 100%; }
  .block-34 .text, .block-3 .text {
    padding: 30px; }
    .block-34 .text .heading, .block-3 .text .heading {
      font-size: 24px;
      font-weight: 300; }
    .block-34 .text .price, .block-3 .text .price {
      font-size: 40px; }
      .block-34 .text .price sup, .block-34 .text .price sub, .block-3 .text .price sup, .block-3 .text .price sub {
        font-size: 16px; }
      .block-34 .text .price sup, .block-3 .text .price sup {
        top: -1em; }
      .block-34 .text .price sub, .block-3 .text .price sub {
        bottom: 0em; }
    .block-34 .text .specs, .block-34 .text .specs li, .block-3 .text .specs, .block-3 .text .specs li {
      padding: 0;
      margin: 0;
      list-style: none; }
    .block-34 .text .specs li, .block-3 .text .specs li {
      color: gray;
      line-height: 1.5;
      margin-bottom: 10px; }
      .block-34 .text .specs li strong, .block-3 .text .specs li strong {
        color: #000; }

.block-3 .text, .block-3 .image {
  width: 100%;
  padding: 10% 7%; }
  @media (min-width: 768px) {
    .block-3 .text, .block-3 .image {
      width: 50%;
      padding: 10% 7%; } }

.block-3 .text .subheading {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #a3c2d1; }

.block-3 .text .heading {
  font-size: 30px;
  margin-bottom: 30px; }

.block-3 .text p:last-child {
  margin-bottom: 0; }

.block-3 .image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  @media (max-width: 767.98px) {
    .block-3 .image {
      height: 300px; } }

#blog .block-3 .text {
  padding: 4%; }

#blog .block-3 .heading {
  margin-bottom: 0; }
  #blog .block-3 .heading a {
    color: #000; }
    #blog .block-3 .heading a:hover {
      color: #28a745; }

#blog .block-3 .meta {
  font-size: 16px;
  color: #999999; }
  #blog .block-3 .meta .sep {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }
  #blog .block-3 .meta a {
    color: #999999; }
    #blog .block-3 .meta a:hover {
      color: #4d4d4d; }

.block-38 .block-38-header .block-38-heading {
  font-size: 18px;
  color: #000;
  margin: 0;
  font-weight: 300; }

.block-38 .block-38-header .block-38-subheading {
  color: #b3b3b3;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  font-size: 15px; }

.block-38 .block-38-header img {
  width: 150px;
  border-radius: 7px;
  margin-bottom: 20px; }

.img-shadow {
  border: 5px solid #fff;
  -webkit-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.4); }

.bcrumbs {
  color: rgba(255, 255, 255, 0.4); }
  .bcrumbs a {
    color: #fff; }
  .bcrumbs .sep {
    color: rgba(255, 255, 255, 0.5); }

#ftco-loader {
  position: fixed;
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
  -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
  transition: opacity .2s ease-out, visibility 0s linear .2s;
  z-index: 1000; }

#ftco-loader.fullscreen {
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

#ftco-loader.show {
  -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
  -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
  transition: opacity .4s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1; }

#ftco-loader .circular {
  -webkit-animation: loader-rotate 2s linear infinite;
  animation: loader-rotate 2s linear infinite;
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  display: block;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

#ftco-loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: loader-dash 1.5s ease-in-out infinite;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round; }

@-webkit-keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px; } }

@keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px; } }


    /* Portfolio
---------------------------------*/


#Portfolio {
  padding: 60px 0px;
}

.Portfolio-nav {
  padding: 0;
  margin: 0 0 45px 0;
  list-style: none;
  text-align: center;
}

.Portfolio-nav li {
  margin: 0 10px;
  display: inline;
}

.Portfolio-nav li a {
  display: inline-block;
  padding: 10px 22px;
  font-size: 12px;
  line-height: 20px;
  color: #222222;
  border-radius: 4px;
  text-transform: uppercase;
  background: #f7f7f7;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.Portfolio-nav li a:hover {
  background: #ED5441;
  color: #fff;
  text-decoration: none;
}

.portfolioContainer {
  margin: 0 auto;
  padding-left: 15px;
  width: auto !important;
}

.Portfolio-box {
  text-align: center;
  width: 350px;
  overflow: hidden;
  float: left;
  padding: 12px 0px;
}

.Portfolio-box img {
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.Portfolio-box img:hover {
  opacity: 0.6;
}

.Portfolio-nav li a.current {
  background: #ED5441;
  color: #fff;
  text-decoration: none;
}

img {
  max-width: 100%;
}

/* no transition on .isotope container */

.isotope .isotope-item {
/* change duration value to whatever you like */
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  transition-duration: 0.6s;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}

.page_section.paddind {
  padding-bottom: 60px;
}

/* Animation Timers
---------------------------------*/
.delay-02s {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}

.delay-03s {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}

.delay-04s {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}

.delay-05s {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}

.delay-06s {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}

.delay-07s {
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
}

.delay-08s {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}

.delay-09s {
  animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
}

.delay-1s {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}

.delay-12s {
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}


/*new_profolio*/




/* Portfolio */	

.container.portfolio_title {
  padding-bottom: 0px;
}

#portfolio {
  padding: 60px 0 40px;
}



/* Portfolio Filters */	

#filters {
  margin-top: 10px;
  margin-bottom: 40px;
  text-align: center;
  display: block;
  float: none;
  z-index: 2;
  position: relative;
}

#filters ul li {
  display: inline-block;
  margin: 0 5px;
}

#filters ul li a {
  display: block;
}

#filters ul li a h5 {
  background: none repeat scroll 0 0 #f7f7f7;
  border-radius: 4px;
  display: inline-block;
  
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 5px;
  padding: 10px 22px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
  background: #fff;
  border: #C2C2C2 solid 1px;
  color: #7C7C7C;
}

#filters ul li a:hover h5, #filters ul li a.active h5 {
  background: #F74D4D;
  color: #FFFFFF;
  text-decoration: none;
  border: #F74D4D solid 1px;
}


.section-title h2 {
  color: #222222;
  font-family: 'Raleway', sans-serif;
  font-size: 34px;
  letter-spacing: -1px;
  margin: 0 0 15px;
  text-align: center;
  text-transform: uppercase;
}

.section-title span {
  display: block;
  color: #888888;
  font-family: 'Open Sans',sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 60px;
  text-align: center;
}
#techSkills{
padding:80px 0 60px;
}
.progress {
height: 20px;
margin-bottom: 20px;
overflow: hidden;
background-color: #f5f5f5;
border-radius: 0;
}
.progress {
  position: relative;
height: 25px;
}
.progress > .progress-type {
position: absolute;
left: 0px;
font-weight: 400;
padding: 3px 30px 2px 10px;
color: rgba(255, 255, 255, 0.54);
background-color: rgba(25, 25, 25, 0.2);
}
.progress > .progress-completed {
position: absolute;
right: 0px;
font-weight: 400;
padding: 3px 10px 2px;
}

/* Portfolio Items */	

#portfolio_wrapper {
  position: relative;
  padding: 0;
  width: 100%;
  margin: 0 auto;
  display: block;
}

#portfolio_wrapper .one-four {
  margin: 0!important;
  line-height: 0;
  width: 25%;
  padding: 0;
  position: relative;
}

.portfolio-item {
  padding: 0;
  position: relative;
  overflow: hidden;
}

.portfolio-item .portfolio_img {
  overflow: hidden;
  display: block;
  position: relative;
}

.portfolio-item .portfolio_img img {
  width: 100%;
  height: auto;
}

.portfolio-item:hover .item_overlay {
  opacity: 1;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}

.item_overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  cursor: pointer;
}

.open-project-link {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
}

.item_overlay:hover {
  background:rgba(89, 89, 89, 0.7);
}

.item_info {
  position: absolute;
  height: 100px;
  width: 100%;
  top: 50%;
  margin-top: -50px;
  text-align: center;
}

.project_name {
  color: #fff;
  text-transform: uppercase;
  margin-top: 25px;
  
  opacity: 0;
  font-size: 18px;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  position: relative;
  z-index: 10;
}

.portfolio-item:hover .project_name {
  opacity: 1;
  -webkit-transition: opacity .1s .2s;
  -moz-transition: opacity .1s .2s;
  -ms-transition: opacity .1s .2s;
  -o-transition: opacity .1s .2s;
  transition: opacity .1s .2s;
}

.project_catg {
  font-size: 14px;
  color: #fff;
  opacity: 0;
  margin-top: 0px;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
}

.portfolio-item:hover .project_catg {
  opacity: 0.8;
  -webkit-transition: opacity .1s .2s;
  -moz-transition: opacity .1s .2s;
  -ms-transition: opacity .1s .2s;
  -o-transition: opacity .1s .2s;
  transition: opacity .1s .2s;
}

.zoom-icon {
  left: 50%;
  margin-left: -20px;
  position: inherit;
  width: 40px;
  height: 40px;
  margin-top: 40px;
  opacity: 0;
  background: url(images/zoom.png);
  background-size: 40px 40px;
  transition: all 0.3s ease 0.1s;
  -moz-transition: all 0.3s ease 0.2s;
  -webkit-transition: all 0.3s ease 0.2s;
  -ms-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
}

.portfolio-item:hover .zoom-icon {
  opacity: 1;
  margin-top: 0px;
  -webkit-transition: opacity .3s .2s, margin-top .3s .2s;
  -moz-transition: opacity .3s .2s, margin-top .3s .2s;
  -ms-transition: opacity .3s .2s, margin-top .3s .2s;
  -o-transition: opacity .3s .2s, margin-top .3s .2s;
  transition: opacity .3s .2s, margin-top .3s .2s;
}




/* Portfolio Isotope Transitions */	

.isotope, .isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}



/* Portfolio Expander */	



#project_container {
  display: none;
  background-color: #FFF;
}

#project-page-button-fullscreen {
  height: auto;
  z-index: 100;
  position: absolute;
  right: 30px;
  top: 30px;
}

#project-page-button-fullscreen li {
  display: inline-block;
  font-size: 30px;
}

#project-page-button-fullscreen li a {
  background: url(images/close.png) no-repeat #fff;
  background-size: 50px 50px;
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 50px;
  opacity: 0.5;
}

#project-page-button-fullscreen li a:hover {
  opacity: 1;
}

#project-page-button {
  text-align: center;
  margin-bottom: 20px;
  height: auto;
  position: relative;
  z-index: 100;
}

#project-page-button li {
  display: inline-block;
  margin: 60px 10px 0px 10px;
  font-size: 30px;
}

#project_data {
  margin-bottom: 0px;
}

.project-section-title {
  text-align: center;
  margin-bottom: 40px;
}

.project-section-title h1 {
  margin-bottom: 5px!important;
  letter-spacing: 1px;
  font-family: 'Raleway', sans-serif;
}

.project-page {
  background-color: #FFF;
  width: 100%;
  height: auto;
  left: 0;
  padding-bottom: 40px;
}


/* Portfolio*/	
	
.project-image-slider .bx-wrapper .bx-next {
  background: url("images/project_slider_right.png") no-repeat;
  background-size: 35px 65px;
  opacity: 0.3;
  right: -90px;
}

.project-image-slider .bx-wrapper .bx-prev {
  background: url("images/project_slider_left.png") no-repeat;
  background-size: 35px 65px;
  opacity: 0.3;
  left: -90px;
}

.project-image-slider .bx-wrapper .bx-next:hover, .project-image-slider .bx-wrapper .bx-prev:hover {
  opacity: 1;
  background-position: 0;
}

.project-image-slider .bx-wrapper .bx-controls-direction a {
  height: 65px;
  margin-top: -33px;
  outline: 0 none;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  width: 35px;
  z-index: 100;
}

/* Portfolio Normal Expander */		

.project-description {
  margin-top: 40px;
  margin-bottom: 20px;
  width: 100%;
  height: auto;
}

.small-border {
  height: 2px;
  width: 50px;
  background-color: #ddd;
  margin-bottom: 15px;
}

.visit-project {
  width: 100%;
  text-align: center;
  border-top: 1px solid #ddd;
  margin-top: 20px;
  padding: 55px 0 20px 0;
}

.project-description h5 {
  color: #222222;
  text-transform: uppercase;
  margin-bottom: 5px;
}



/* Portfolio FullScreen Expander */			

#cycle-loader {
  height: 32px;
  left: 50%;
  margin: -8px 0 0 -8px;
  position: absolute;
  top: 50%;
  width: 32px;
  z-index: 999;
}

#arrow_left {
  top: 50%;
  height: 60px;
  position: absolute;
  left: 30px;
  width: 32px;
  z-index: 1000;
  margin-top: -30px;
}

#arrow_right {
  top: 50%;
  height: 60px;
  position: absolute;
  right: 30px;
  width: 32px;
  z-index: 1000;
  margin-top: -30px;
}

#arrow_left:hover, #arrow_right:hover {
  margin-top: -28px;
}

#arrow_left:active, #arrow_right:active {
  margin-top: -28px;
}

div.mc-image {
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.in-slide-content div.info-slide {
  background: #FFF url(images/info.png) no-repeat left bottom;
  background-size: 46px 46px;
  position: absolute;
  top: 30px;
  left: 30px;
  width: 46px;
  height: 46px;
  margin: 0;
  display: block;
  text-indent: 10px;
  -moz-border-radius: 23px;
  -webkit-border-radius: 23px;
  border-radius: 23px;
  cursor: pointer;
  z-index: 1000;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=0.5);
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.in-slide-content div.info-slide:hover {
  width: 200px;
  background: #FFF;
  position: absolute;
  bottom: 40px;
  padding: 10px 20px;
  text-indent: 0px;
  /* moz-border-radius: 0px; */
  -webkit-border-radius: 0px;
  border-radius: 0px;
  z-index: 1000;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=1);
  opacity: 1;
}

.in-slide-content h2, .in-slide-content p {
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 24px;
}

.in-slide-content h2 {
  font-size: 14px;
  color: #444;
  text-shadow: none;
  font-weight: normal;
  text-transform: uppercase;
  z-index: 1001;
  position: relative;
  white-space: nowrap;
}

.info-slide p {
  color: #aaa;
  font-size: 13px;
  text-shadow: none;
  z-index: 1001;
  position: relative;
  margin: 0;
  font-weight: normal;
  white-space: nowrap;
}

.in-slide-content div.info-slide h2 {
  display: none;
  padding: 10px 10px 0 10px;
}

.in-slide-content div.info-slide p {
  display: none;
  padding: 0px 10px 10px 10px;
}

.in-slide-content div.info-slide:hover h2, .in-slide-content div.info-slide:hover p {
  display: inherit;
  padding: 0;
}

.figure {
  margin: 0px;
}
img {
  max-width: 100%;
}
/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 320px;
	max-width: 480px;
	max-height: 360px;
	width: 48%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
 
  line-height: 24px;
  margin: 0;
	letter-spacing: 1px;
	font-size: 68.5%;
}

/*---------------*/
/***** Oscar *****/
/*---------------*/

figure.effect-oscar {
	background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
	background: linear-gradient(45deg, #22682a 0%,#9b4a1b 40%,#3a342a 100%);
}

figure.effect-oscar img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-oscar figcaption {
	padding: 2em;
	background-color: rgba(10, 21, 37, 0.81);
	-webkit-transition: background-color 0.35s;
	transition: background-color 0.35s;
}

figure.effect-oscar figcaption::before {
	position: absolute;
	top: 20px;
	right: 20px;
	bottom: 20px;
	left: 20px;
	border: 1px solid #fff;
	content: '';
}

figure.effect-oscar h2 {
	margin: 20% 0 10px 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
	color:#A3A3A3;
}

figure.effect-oscar figcaption::before,
figure.effect-oscar p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0);
	transform: scale(0);
}

figure.effect-oscar:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	color: #FFFFFF;
}

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	color:#fff;
}

figure.effect-oscar:hover figcaption {
	background-color: rgba(58,52,42,0);
}

figure.effect-oscar:hover img {
	opacity: 0.4;
}

/*
   Media Queries
--------------------------- */
@media (min-width: 639px) {
  .grid figure p{
    font-size:12px;
    }

    .grid figure h2{
      font-size: 25px;
      }
}
@media (max-width: 640px) {
  .grid figure p{
    font-size:14px;
    }

    .grid figure h2{
      font-size: 30px;
      }
}

@media (max-width: 748px) {
  .grid figure p{
    font-size:14px;
    }

    .grid figure h2{
      font-size: 25px;
      }
}


@media (max-width: 748px) {
  .grid figure p{
    font-size:14px;
    }

    grid figure h2{
      font-size: 30px;
      }

#filters ul{
  padding-left:0px;
  }

}
@media screen and (min-width: 1024px) {
  
      .grid figure p{
        font-size:14px;
        }
    
        .grid figure h2{
          font-size: 25px;
          }
}

/*--------------------------------------
     Background image
----------------------------------------*/

.bg {
	background: url(../images/bg.jpg)  no-repeat center center;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    height: 100%;
	position: relative;
	text-align:center;
}


.bg-color
 {
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
}

.right-block {
  background: #f8faeb;
}
.contact-block {
 text-align: center;
 padding: 0px 40px;
}
.contact-block h2 {
 color: #3a3a3a;
 margin-bottom: 70px;
 text-transform: inherit;
}
.contact-block .para {
 margin-bottom: 70px;
}
.contact-block .para span {
 font-weight: bold;
 color: #1b727b;
}


/*--------------------------------------
# - 3.1 Countdown section style start here
----------------------------------------*/

.timing {
 margin-top: 30px;
}
.time_circles > div > h4 {
 color: #D7D7D7;
}
.time_circles > div > span {
 color: #fff;
}

.contact-block .label {
	display: inline-block;
	color: #3a3a3a;
	margin-bottom: 25px;
	font-size: 16px;
}
.contact-block form {
	margin-bottom: 75px;
}
.content .form-control,
.contact-block .form-control {
	height: 42px;
	padding: 10px 12px;
	border-radius: 0 !important;
}
.contact-block .form-control:focus {
	border-color: #417378;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(65, 115, 120, .6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(65, 115, 120, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(65, 115, 120, .6);
}
.contact-block .input-group-btn {
	border-radius: 4px;
}

.blazer .btn-sand,
.contact-block .btn-sand {
	color: #fff;
	padding: 10px 20px;
}
.contact-block .btn-sand {
	background: #417378;	
}
.contact-block .btn-sand:hover {
    background: #416467;
    color: #fff;
}
.blazer .input-group-btn:last-child>.btn-sand,
.blazer .input-group .form-control:first-child,
.contact-block .input-group-btn:last-child>.btn-sand,
.contact-block .input-group .form-control:first-child {
	border-radius: 4px;
}


.content .alert-success {

	background-color: transparent;
	color: #ffffff;
	display: none;
}
.content .alert-warning {
	background-color: transparent;
	color: #ffffff;
	display: none;
} 
 
.followus { 
    font-size: 18px;
	color: #fff;
	margin:0 0 45px;
}

/*---------------------------------------------------
# - 3.3        social-icon style
-----------------------------------------------------*/

.social-icon {
	list-style: none;
	padding:0;
}
.social-icon li {
    display: inline-block;
    margin: 0 5px;
    font-size: 42px;
}
.social-icon li a{
    color: #53544f;	
}
.social-icon li a:hover {
	color: #2D2D2A;
}
/*
------------------------------------------------------
# 4.0          layout style
------------------------------------------------------
*/

.blazer-content {
	text-align:center;
	background: #363636;
}

.blazer h1:before {
  content: '***';
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  bottom: -29px;
  left: 0;
  right: 0;
  font-size: 24px;
  color: #fff;
}

.blazer h3 {
  padding-bottom: 5px;
  line-height: 1em;
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 400;
  
  color: #fff;
  margin-bottom: 28px;}

    
.blazer .timing {
	margin-top:0;
	margin-bottom: 65px;
}
.blazer .form-control {
	background: transparent;
	border-color: #EDB400;
}
.blazer .form-control:focus {
	color: #fff;
	border-color: #363636;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255, 255, 255, .6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255, 255, 255, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255, 255, 255, .6);
}
.blazer .btn-sand {
	color: #FFFFFF;
	background: #EDB400;
	border-color: #EDB400;
	font-weight: bold;
	border-radius: 0px !important;
}
.blazer .btn-sand:hover {
	background: #DDAA09; 
}
.blazer .btn-sand:focus {
	border-color: #1E86CA;
	outline: none;
}
.blazer .form-control::-moz-placeholder {
  color: #ececec;
}
.blazer .form-control:-ms-input-placeholder {
  color: #ececec;
}
.blazer .form-control::-webkit-input-placeholder {
  color: #ececec;
}
.blazer ul.social-icon li a {
	color: #fff;
}

/*------------------------------------------------
Responsive Styles
-------------------------------------------------*/

@media screen and (min-width: 768px) {
  
  .content .row .left-block, 
  .content .row .right-block,
  .blazer-content
   {
    height: 100%;
  }
  .contact-block {
    position: relative;
    top:50%;
    -webkit-transform: translateY(5%);
       -moz-transform: translateY(5%);
        -ms-transform: translateY(0%);
         -o-transform: translateY(0%);
            transform: translateY(5%);
  }
  .blazer {
    position: relative;
    top:50%;
    -webkit-transform: translateY(5%);
       -moz-transform: translateY(5%);
        -ms-transform: translateY(0%);
         -o-transform: translateY(0%);
            transform: translateY(5%);
  }

/*.blazer img {
	  position:relative;
	  bottom:-96px;
  }*/

/*--------targetting the opera----------*/

x:-o-prefocus{
  top: 30%;
  transform: translateY(-30%);
}
x:-o-prefocus, .contact-block {
  top: 30%;
  transform: translateY(-30%);
}
x:-o-prefocus .blazer {
  position:relative;
  top:10%;
  transform: translateY(-50%);
}
}

/*------targetting the IE10 and above------*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
 /* IE10+ specific styles go here */ 
 .contact-block {
      top: 10%;
      transform: translateY(0%);
   }
.blazer {
  position:relative;
  top:10%;
  transform: translateY(-50%);
 } 
}

@media screen and (max-width: 768px) {
	main { height: auto;}
  .left-block, .right-block {
    overflow: hidden;
  }
  .contact-block{
    margin-top: 60px;
  }
  .contact-block .col-sm-6:first-child .form-control {
    margin-bottom: 15px;
  }
  .blazer-content {
	  padding-top: 50px;
  }
  .blazer img {
	  display:inline;
	  margin-bottom:15px;
  }
  .menu.m-control a {
	  border-radius:0;
	  border:none;
	  background:none;
  }
}

@media screen and (max-width: 480px) {
  .blazer {
    padding: 25px 0;
  }
  .contact-block h2 {
    margin-bottom: 30px;
  }
  .contact-block .para {
    margin-bottom: 40px;
  }
  .contact-block form {
    margin-bottom: 50px;
  }
  .contact-block .form-control {
    line-height: 1;
  }
  .timing {
    margin-top: 22px;
  }
  .social-icon li {
    font-size: 30px;
  }
  
}
ol.al {list-style-type: lower-alpha;}
ol.Rn {list-style-type: upper-roman;}

.ventana {
  width: 50%;
  background: #114411;
  color: "lightgray;";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  text-align: center;
  padding: 33px;
  min-height: 250px;
  border-radius: 22px;
  position: absolute;
  left: 34%;
  top: 25%;
  display: none;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
  border: 2px solid #cda45e;
}

.back-to-top i {
  font-size: 28px;
  color: #cda45e;
  line-height: 0;
}

.back-to-top:hover {
  background: #cda45e;
  color: #1a1814;
}

.back-to-top:hover i {
  color: #444444;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
.modal-dialog {
  @media (min-width: 576px) {max-width: 500px;}
  @media (min-width: 720px) {max-width: 645px;}
  @media (min-width: 1024px) {max-width: 820px;}

}


.captcha-image{
  
  box-shadow: 2px 2px 2px 2px black;
  width: 70px;
  color:white;
  font-weight: 400;
  padding-bottom: 0px;
  height: 40px;
  user-select: none;
  text-decoration:line-through;
  font-style: italic;
  font-size: x-large;
  border: gold 2px solid;
  margin: 5px;
  
}
#captcha-input{
  box-shadow: 2px 2px 2px 2px darkgreen;
  
  padding: 1px;
  height: auto;
  border: gold 0px solid;
}
.cinline{
  display:inline-block;
}
body, html {
  scroll-padding-top: 90px; /* adjust the pixel amount here for your top navigation bar height */
}