/**
====================================================================
  Main Background
====================================================================
*/

section.home-color-section {
  height: 100vh;
}

#parallax-bg {
  margin: 0 0;
}

#parallax-bg #slider-inner {
  background-size: cover !important;
  height: 100vh;
  padding-top: 25px;
  position: relative;
}

#parallax-bg #slider-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  text-align: center;
  color: #fff;
}

.slide-bg-section {
  color: #fff;
  display: table;
  height: calc(100vh - 10px);
  overflow: hidden;
  width: 100%;
}

#parallax-bg.style2 .slide-bg-section {
  height: calc(100vh - 200px);
}

.slide-bg-section .slide-bg-text {
  display: table-cell;
  vertical-align: middle;
}

.slide-bg-section h1 {
  color: #fff;
  font-weight: 900;
  margin: 0;
}

.slide-bg-section p.center {
  margin: auto;
  width: 55%;
  line-height: 3em;
}

.slide-bg-section p.right {
  float: right;
}

.slide-bg-section p {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.5px;
  padding: 10px 0 10px 0;
  width: 45%;
}

.slide-bg-section .slide-buttons {
  clear: right;
}

.slide-bg-section .read-more {
  margin-top: 25px;
  display: inline-block;
  margin-right: 30px;
}

.slide-bg-section .read-more a {
  background: transparent;
  border: 1px solid #dedede;
  border-radius: 45px;
  color: #fff !important;
  font-size: 15px;
  font-weight: 700;
  padding: 18px 35px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: 0 !important;
  -webkit-appearance: none;

}

section > .main-content, .inner-overlay > .main-content {
  padding-top: 110px;
  padding-bottom: 50px;
}

.page-content-area {
  margin: 70px 0;
}

.elementor-page .page-content-area {
  margin-bottom: 0;
}

.title {
  text-align: center;
}

.title h3 {
  color: #555;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.title p {
  margin: auto;
  width: 400px;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.image .img-responsive {
  display: inline-block;
}

.content p {
  margin: 35px 0;
}

/**
====================================================================
  Blog
====================================================================
*/

.blog-wrapper {
  margin: 70px 0;
  padding-right: 40px;
}

.blog-wrapper .image {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

.blog-wrapper.blog-list .image {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

.blog-wrapper img {
  max-width: 100%;
  vertical-align: top;
  height: auto;
}

.blog-wrapper.blog-list img {
  max-width: 100%;
  vertical-align: top;
  height: auto;
}

.meta-wrapper ul.post-categories {
  display: inline;
  margin-left: 0;
  list-style-type: none;
}

.meta-wrapper ul.post-categories li {
  display: inline;
}

.blog-wrapper .meta {
  color: #555;
  margin: 20px 0px;
}

.meta .meta-item {
  padding-left: 15px;
  padding-right: 15px;
  border-right: 1px solid #d8d8d8;
}

.meta .meta-item:last-child {
  border-right: 0;
}

.meta .meta-item:first-child {
  padding-left: 0px;
}

.meta-item i {
  padding-right: 10px;
}

.blog-content h3 {
  font-weight: 700;
  padding: 0;
}

.post-info.single {
  padding: 30px 0;
}

ul.post-categories {
  display: inline;
  margin-left: 0;
}

.post-tags.single {
  text-align: right;
}

.post-category li {
  display: inline;
}

.blog-content h4 {
  font-weight: 700;
  margin: 25px 0 18px 0;
  padding: 0;
}

.blog-wrapper .read-more {
  text-align: right;
}

.bul-btn-wrapper {
  border: 1px solid #555555;
  text-transform: capitalize;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 5px 10px;
  transition: all 0.3s ease-in-out;
  outline: 0;
  -webkit-appearance: none;
  border-radius: 40px;
  background: #555555;
  color: #fff;

  a {
    color: #fff;
  }
  &:hover {
    background: #000;
    color: #fff;
    border: 1px solid #000;
    a {
      color: #fff;

    }
  }
}

.read-more {
  color: #555555;
  border: 1px solid #555555;
  text-transform: capitalize;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 5px 10px;
  transition: all 0.3s ease-in-out;
  outline: 0 !important;
  -webkit-appearance: none;
  border-radius: 40px;
  &:hover {
    background: #555555;
    color: #fff;
    border: 1px solid #555555;
    a {
      color: #fff;
    }
  }
}

.post-navigation h2 {
  display: none;
}

.single .nav-links {
  background: #fbfbfb;
  padding: 25px;
  font-size: 13px;
  margin-bottom: 40px;
}

.single-post #respond {
  margin-bottom: 70px;
}

.nav-links .nav-previous, .nav-links .nav-next {
  width: 50%;
  display: inline-block;
}

.nav-links .nav-previous:before {
  content: "\f060";
  font-family: FontAwesome;
  padding-right: 5px;
}

.nav-links a {
  color: #555;
}

.nav-links .nav-next {
  text-align: right;
}

.nav-links .nav-next:after {
  content: "\f061";
  font-family: FontAwesome;
  padding-left: 5px;
}

.nav-links > .nav-next:first-of-type {
  width: 100%;
}

#commentform input[type=submit] {
  margin-top: 50px;
  background: none;
  border-radius: 45px;
  border: 1px solid #555;
  color: #555;
  padding: 15px 40px;
  transition: all 0.3s ease-in-out;
  outline: 0 !important;
  -webkit-appearance: none;
}

.pagination {
  padding-left: 15px;
  width: 100%;
}

.entry-footer span {
  padding-right: 10px;
}

.search footer.entry-footer {
  margin-bottom: 50px;
}

.pagination .nav-links .current {
  font-weight: 700;
  font-size: 15px;
  border-radius: 45px;
  padding: 6px 14px;
  color: #fff;
}

.pagination .nav-links a {
  padding: 5px 25px;
}

.widget-area {
  margin-top: 50px;
}

.widget-area .widget {
  margin: 50px 0;
}

aside .widget ul {
  margin-top: 15px;
  li {
    a {
      display: inline;
    }
  }
}

aside .widget ul li {
  padding: 5px 0;
  list-style: square;
  border-bottom: 1px solid #f1f1f1;
}

aside .widget input#searchsubmit, aside .widget label.search-icon {
  display: none;
}

.searchpage .page-content form {
  margin-top: 50px;
}

form.searchform input#searchsubmit, form.searchform label.search-icon {
  display: none;
}

/**
====================================================================
  Search
====================================================================
*/

.searchpage .content-area {
  margin: 70px 0;
}

.searchpage .content-area article {
  margin: 50px 0;
}

.searchpage .content-area article h3 {
  margin: 15px 0;
}

.search-content h1 {
  margin-bottom: 20px;
  padding: 0;
}

/**
====================================================================
  Comments
====================================================================
*/

#comments {
  margin-top: 50px;
}

ol.comment-list {
  margin-top: 30px;
  list-style-type: none;
  margin-left: 0;

}

ol.children {
  list-style-type: none;
}

.comment-metadata {
  margin: 10px 0;
}

#respond {
  margin-top: 50px;
}

.comment-meta .reply {
  margin: 10px 0;
}

.comment-meta b.fn {
  padding-left: 10px;
}

#respond h3#reply-title {
  margin-bottom: 5px;
}

.children .comment {
  padding-left: 50px;
  list-style: square;
}

/**
====================================================================
  Contact Us
====================================================================
*/

form.wpcf7-form {
  width: 60%;
  margin: auto;
}

form.wpcf7-form label {
  display: block;
}

form input[type="submit"] {
  margin-top: 35px;
  background: none;
  border-radius: 45px;
  border: 1px solid #555;
  color: #555;
  padding: 15px 40px;
  transition: all 0.3s ease-in-out;
  outline: 0 !important;
  -webkit-appearance: none;
}

div.wpcf7 .ajax-loader {
  position: absolute;
  right: 48%;
  top: 100%;
  margin-top: 10px;
}

div.wpcf7-validation-errors {
  text-align: center;
  border: 0;
  color: #ff0000;
}

div.wpcf7-mail-sent-ng {
  text-align: center;
  border: 0;
  color: #ff0000;
}

div.wpcf7-mail-sent-ok {
  text-align: center;
  border: 0;
  color: #408e1e;
}

span.wpcf7-not-valid-tip {
  display: none;
}

input[aria-invalid="true"], select[aria-invalid="true"], textarea[aria-invalid="true"] {
  border-bottom: 1px solid #ff0000;
  transition: all 0.3s ease-in-out;
}

/**
====================================================================
  Footer
====================================================================
*/

.footer-widgets-wrapper h4 {
  padding: 0;
}

footer .social {
  color: #555;
}

footer .social-icons .s-icon a {
  color: #555;
}

footer .social-icons .s-icon {
  padding: 5px;
}

footer .social-icons i {
  text-align: center;
  font-size: 15px;
  width: 45px;
  height: 45px;
  padding: 12px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

footer ul li {
  padding: 5px 0;
  list-style: square;
}

footer .social-icons i:hover {
  color: #fff;
  background: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

footer .copyrights {
  margin: 30px 0;
  text-align: center;
}

footer .footer-inner {
  text-align: center;
}

footer .footer-inner .icon i {
  font-size: 40px;
}

/**
====================================================================
  Buttons
====================================================================
*/

.btn {
  padding: 6px 25px;
}

button.trans {
  background: none;
  border: 1px solid #fff;
  height: 50px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

button.black {
  background: #000;
  height: 50px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

button i {
  padding-left: 5px;
}

.btn-default {
  color: #fff;
}

.btn-default:focus {
  border: none;
  color: #fff;
}

.btn-default:hover {
  border: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

button.trans:hover, button.trans:focus, button.trans:active {
  background: #000;
  border: 1px solid #000;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

button.black:hover, button.black:focus, button.black:active {
  background: #000;
  border: 1px solid #000;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

button {
  font-size: 12px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

button.trans {
  background: none;
  border: 1px solid #fff;
  width: 160px;
  height: 50px;
  border-radius: 45px;

}

button.black {
  background: #000;
  border: 1px solid #000;
  width: 160px;
  height: 50px;
  border-radius: 45px;
}

button.grey {
  background: none;
  border: 1px solid #555;
  width: 160px;
  height: 50px;
  border-radius: 45px;
  color: #555;
}

button i {
  padding-left: 5px;
}

.btn-default {
  color: #fff;
  background: #444444;
  border: 1px solid #444444;
  width: 160px;
  height: 50px;
  border-radius: 45px;
  outline: 0 !important;
  -webkit-appearance: none;
}

.btn-default:focus {
  background: #000;
  border: none;
  color: #fff;
}

.btn-default:hover {
  color: #fff;
  background: #036b61;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*-- link buttons --*/

a.trans {
  outline: 0 !important;
  -webkit-appearance: none;
  transition: all 0.3s ease-in-out;
}

/*-- button up --*/

.btntoTop {
  width: 30px;
  height: 30px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  border: 1px solid #000;
  text-align: center;
  line-height: 25px;
  cursor: pointer;
  opacity: 0;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btntoTop:before {
  content: "\f106";
  display: inline-block;
  vertical-align: middle;
  font: 20px 'FontAwesome';
}

.btntoTop.active {
  opacity: 1;
}

.btntoTop.active:hover {
  opacity: 0.8;
  background: #000;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/**
====================================================================
  Page Title
====================================================================
*/

.section-title.page-title {
  padding: 150px 5px 125px 5px;
}

.site-main {
  .page-title {
    &.title-color {
      background-color: #555555;
    }
  }
}

.section-title h1 {
  color: #fff;
  margin: 0;
  padding: 0;
}

/**
====================================================================
  Scroll Down
====================================================================
*/

@-webkit-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}

@-moz-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}

@keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}

.scroll-down {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  text-align: center;
}

#parallax-bg.style2 .scroll-down {
  bottom: inherit;
}

.scroll-down > * {
  display: inline-block;
  line-height: 18px;
  font-size: 13px;
  font-weight: normal;
  color: #7f8c8d;
  color: #ffffff;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
}

.scroll-down > *:hover,
.scroll-down > *:focus,
.scroll-down > *.active {
  color: #ffffff;
}

.scroll-down > *:hover,
.scroll-down > *:focus,
.scroll-down > *:active,
.scroll-down > *.active {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.scroll-down .mouse {
  position: relative;
  display: block;
  width: 20px;
  height: 35px;
  margin: 0 auto 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid white;
  border-radius: 23px;
}

.scroll-down .mouse > * {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 4px;
  height: 4px;
  margin: 0 0 0 -2px;
  background: white;
  border-radius: 50%;
  -webkit-animation: ani-mouse 2.5s linear infinite;
  -moz-animation: ani-mouse 2.5s linear infinite;
  animation: ani-mouse 2.5s linear infinite;
}

/**
====================================================================
  404 Page
====================================================================
*/

.page-content-area h1.page-error {
  margin-bottom: 20px;
  padding-top: 0;
}

.error404 .page-content-area form {
  margin-top: 50px;
}

/**
====================================================================
  Custom CSS
====================================================================
*/

input[type="radio"], input[type="radio"]:hover {
  -webkit-appearance: radio;
}

input[type="checkbox"], input[type="checkbox"]:hover {
  -webkit-appearance: checkbox;
}

.main-menu li.menu-button {
  padding: 0 10px;
}

.main-menu li.menu-button > a {
  padding: 1px 20px !important;
  border-radius: 45px;
}

.main-menu li.menu-button > a {
  position: relative;
}

select {
  background: transparent;
  border: none;
  border-bottom: 1px solid #555;
  color: #000;
  height: 50px;
  padding: 0px 10px 0 20px;
  width: 100%;
  font-weight: 400;
  padding-left: 10px;
}