.w3l-breadcrumb {
  display: block;
  margin: 0 auto;
  z-index: 99;
  padding: 25px 0;
  background: var(--bg-lightgrey); }

.breadcrumbs-custom-path {
  text-align: center;
  display: inline-block; }

.breadcrumbs-custom-path li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 500;
  text-transform: capitalize; }

.breadcrumbs-custom-path a,
.breadcrumbs-custom-path a:active,
.breadcrumbs-custom-path a:focus {
  color: var(--primary-color);
  opacity: .8; }

.breadcrumbs-custom-path a:hover {
  color: var(--primary-color);
  opacity: 1; }

.breadcrumbs-custom-path li.active {
  color: var(--heading-color);
  opacity: .7; }

@media (max-width: 568px) {
  .w3l-breadcrumb {
    padding: 20px 0; } }

@media (max-width: 415px) {
  .breadcrumbs-custom-path li {
    font-size: 16px; } }
	
.text-11 .text11-content h4 {
  font-size: 26px;
  line-height: 36px;
  color: var(--heading-color);
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 40px; }

.text-11 .text11-content h5 {
  font-size: 26px;
  line-height: 31px;
  color: #232527;
  font-weight: 600; }

.text-11 .text11-content a.next {
  display: inline-block;
  font-weight: 600;
  font-size: 40px;
  line-height: 45px;
  margin-top: 30px;
  color: #232527; }

.text-11 .text11-content a.prev {
  display: inline-block;
  font-weight: 600;
  font-size: 40px;
  line-height: 45px;
  margin-top: 30px;
  color: #232527; }

.prev-next {
  display: flex;
  justify-content: space-between; }

.text-11 .text11-content ul.blog-list {
  padding-left: 15px; }

.text-11 .text11-content h6 {
  display: inline-block;
  font-size: 16px;
  line-height: 25px;
  color: #999;
  text-transform: uppercase;
  font-weight: normal; }

.text-11 .text11-content a.post {
  display: inline-block;
  font-size: 16px;
  line-height: 25px;
  text-transform: capitalize;
  font-weight: normal;
  margin-left: 20px; }

.text-11 .text11-content a.category {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  color: #999;
  padding-left: 10px; }

.text-11 .text11-content .media-grid p {
  margin: 0px; }

.text-11 .media a,
.text-11 .media .media-body {
  float: left; }

.media-grid.even-grid {
  margin-left: 135px; }

.text-11 .comments .media-grid {
  margin-bottom: 20px; }

.text-11 .media-body.comments-grid-right {
  padding-left: 15px; }

.new-posts {
  border-top: 1px solid var(--border-color-light);
  border-bottom: 1px solid var(--border-color-light);
  margin-top: 40px; }

.new-posts a {
  display: grid;
  margin: 20px 0;
  grid-template-columns: auto auto;
  grid-gap: 10px;
  color: var(--heading-color);
  font-weight: 600;
  align-items: center; }

.new-posts a span.fa {
  font-size: 13px; }

.new-posts a:hover {
  color: var(--primary-color); }

.text-11 h3.aside-title {
  font-size: 26px;
  line-height: 36px;
  color: var(--heading-color);
  font-weight: 600;
  margin-bottom: 30px;
  text-transform: capitalize; }

.text-11 .card {
  border: none;
  background: transparent; }

.text-11 a.blog-desc {
  display: block;
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  color: var(--heading-color);
  margin-top: 20px;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease; }

.text-11 a.blog-desc:hover {
  color: var(--primary-color); }

.text-11 a.read {
  font-size: 17px;
  padding: 0;
  color: var(--heading-color);
  transition: 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 0;
  margin-top: 20px;
  display: inline-block;
  text-transform: capitalize; }

.text-11 a.read:hover {
  color: var(--primary-color); }

.text-11 .history-info {
  max-width: 100%;
  margin: 0 auto; }

.text-11 .comments h5 {
  font-size: 18px;
  line-height: 23px;
  color: var(--heading-color);
  font-weight: 600;
  margin: 0;
  margin-bottom: 5px; }

.text-11 .comments-grid-right ul li {
  display: inline-block;
  color: #888;
  font-size: 16px;
  vertical-align: middle; }

.text-11 .comments-grid-right ul li a {
  font-weight: 600; }

.text-11 .text11-content h4.heading-no-margin {
  margin: 0; }

.text-11 .text11-content .social {
  align-self: center; }

.text-11 img.margin-top {
  margin-top: 30px; }

.text-11 .text11-content .social li p {
  opacity: 1;
  font-size: 24px;
  color: var(--heading-color);
  font-weight: 600; }

.text-11 .social-share-blog {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 30px; }

.text-11 .text11-content blockquote.quote {
  padding: 30px 40px;
  border-left: 2px solid var(--primary-color);
  background: var(--bg-color);
  margin: 50px 0;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  color: var(--heading-color);
  font-family: 'Prompt', sans-serif; }

.text-11 .text11-content .blockquote-footer {
  color: var(--font-color);
  font-weight: 500;
  opacity: .7; }

.text-list ol li {
  font-size: 18px;
  line-height: 28px;
  margin: 10px 0;
  color: var(--font-color);
  list-style-type: disc;
  opacity: .8;
  font-weight: 400; }

ul.comment {
  display: grid;
  grid-auto-flow: column;
  justify-content: space-between;
  margin-bottom: 10px; }

.text-11 .leave-comment-form input[type="text"],
.text-11 .leave-comment-form input[type="email"],
.text-11 .leave-comment-form textarea {
  outline: none;
  border: none;
  padding: 13px 20px;
  font-size: 18px;
  line-height: 28px;
  color: var(--font-color);
  width: 100%;
  height: inherit;
  border-radius: 0;
  background: var(--bg-grey);
  border-radius: var(--border-radius);
  border: 1px solid transparent; }

.text-11 .leave-comment-form input[type="text"]:focus,
.text-11 .leave-comment-form input[type="email"]:focus,
.text-11 .leave-comment-form textarea:focus {
  box-shadow: none;
  border: 1px solid var(--primary-color);
  background: var(--bg-color); }

.text-11 .comments {
  margin: 60px 0; }

.text-11 textarea.form-control {
  height: 150px;
  font-family: inherit;
  resize: none;
  font-family: 'Prompt', sans-serif; }

.text-11 .features-2 .feature-main {
  padding-top: 40px;
  padding-bottom: 0px; }

.text-11 .media {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 15px;
  margin-bottom: 30px;
  position: relative;
  border: 1px solid var(--border-color-light);
  padding: 30px 20px;
  border-radius: var(--border-radius); }

.text-11 .media a.comment-img {
  left: 0px;
  top: 0px;
  width: 85px;
  height: 85px;
  overflow: hidden;
  border-radius: 50%; }

.text-11 .feature-main .img1 {
  padding: 20px 10px;
  border: 1px solid rgba(130, 152, 171, 0.2); }

.text-11 .feature-main .img1:hover {
  background: #fff; }

.text-11 .feature-main .img1 img {
  width: 35px; }

.text-11 .features-2 .img1 h4 {
  margin-top: 10px; }

.text-11 .social li {
  display: inline-block; }

.text-11 ul.social li a {
  display: inline-block;
  margin: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: var(--bg-grey);
  text-align: center;
  margin-right: 6px;
  color: #fff;
  border-radius: 50%;
  font-size: 15px; }

.text-11 ul.social li a.facebook {
  background: #3b5998; }

.text-11 ul.social li a.twitter {
  background: #1da1f2; }

.text-11 ul.social li a.instagram {
  background: #e1306c; }

.text-11 ul.social li a.linkedin {
  background: #0077b5; }

.text-11 ul.social li span.fa {
  text-align: center;
  line-height: 40px; }

.text-11 ul.social li a:hover {
  opacity: .8; }

a.blog-desc1 {
  font-size: 22px;
  color: var(--heading-color);
  line-height: 28px;
  margin-top: 20px;
  display: inline-block;
  font-weight: 600; }

a.blog-desc1:hover {
  color: var(--primary-color); }

.grids5-info .author a {
  color: var(--heading-color);
  font-size: 18px; }

.text-11 .card.empty-post {
  background: var(--bg-light);
  padding: 30px;
  border-radius: var(--border-radius); }

.text-11 a.read span.fa {
  font-size: 14px;
  margin-left: 5px;
  color: var(--primary-color); }

.text-11 .page-numbers {
  font-size: 20px;
  margin: 0 5px;
  font-weight: 500; }

.text-11 .pagination li {
  margin: 0 5px; }

.text-11 a.page-link.page-prev,
.text-11 a.page-link.page-next {
  border: none;
  background-color: transparent;
  line-height: 30px;
  box-shadow: none; }

.text-11 ul.pagination {
  border-top: 1px solid var(--border-color);
  padding-top: 30px; }

.text-11 .active a.page-link.page-number {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: #fff; }

.text-11 a.page-link.page-number {
  color: var(--heading-color);
  font-weight: 500;
  font-size: 17px;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--border-color-light);
  background: var(--bg-lightgrey); }

.text-11.page-item.active .page-link.page-number,
.text-11 .page-link.page-number:hover {
  background-color: transparent;
  color: var(--primary-color); }

.author-detalis {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  grid-gap: 20px; }

a.author-name {
  font-size: 20px;
  line-height: 30px;
  color: var(--heading-color);
  display: block;
  margin-bottom: 6px;
  font-weight: 600; }

a.author-image {
  width: 110px;
  height: 110px;
  display: inline-block;
  overflow: hidden;
  border-radius: 50%; }

@media (max-width: 1080px) {
  .text-11 .text11-content a.post {
    margin-left: 0px; } }

@media (max-width: 992px) {
  .text-11 .text11-content blockquote.quote {
    margin: 40px 0; } }

@media (max-width: 736px) {
  .text-11 .text11-content blockquote.quote {
    font-size: 24px;
    line-height: 36px;
    padding: 20px 35px; }
  .text-11 .text11-content a.post {
    margin-left: 15px; } }

@media (max-width: 568px) {
  .text-11 .text11-content h4 {
    font-size: 22px; }
  .text-11 .text11-content a.next,
  .text-11 .text11-content a.prev {
    font-size: 35px !important;
    line-height: 40px;
    margin-top: 10px; }
  .text-11 .text11-content .social li p {
    font-size: 20px; }
  .text-11 h3.aside-title {
    font-size: 24px;
    margin-bottom: 20px; } }

@media (max-width: 480px) {
  .text-11 .text11-content p {
    margin-top: 15px; }
  .text-11 .text11-content blockquote.quote {
    font-size: 24px !important;
    line-height: 32px; }
  .text-11 .text11-content h6 {
    font-size: 15px !important; }
  .text-11 .text11-content a.category {
    font-size: 15px !important;
    padding-left: 15px; }
  .text-11 .text11-content h5 {
    font-size: 20px !important;
    line-height: 25px; }
  .text-11 .comments {
    margin: 30px 0; }
  .text-11 .text11-content a.next,
  .text-11 .text11-content a.prev {
    font-size: 30px !important;
    line-height: 35px; }
  .media-grid.even-grid {
    margin-left: 0px; }
  .text-11 .media-body.comments-grid-right {
    padding-left: 5px; }
  .text-11 a.blog-desc {
    font-size: 20px; } }

@media (max-width: 415px) {
  .text-11 .social-share-blog {
    grid-auto-flow: row;
    grid-gap: 15px; }
  .text-11 .text11-content .social {
    text-align: left; }
  .text-11 .text11-content h4 {
    font-size: 24px !important;
    margin-bottom: 10px;
    line-height: 30px; }
  .text-11 .text11-content blockquote.quote {
    padding-right: 0; }
  ul.comment,
  .text-11 .media {
    grid-auto-flow: row;
    grid-gap: 10px; }
  .text-11 ul.social li {
    margin-right: 0px; }
  .column3 a {
    font-size: 16px !important; }
  .text-11 ul.social li:first-child {
    display: block;
    margin-bottom: 15px; }
  .text-11 .text11-content h4 {
    font-size: 22px !important;
    line-height: 28px; }
  .text-11 h3.aside-title {
    font-size: 22px; }
  .text-11 ul.social li a {
    width: 30px;
    height: 30px;
    line-height: 30px; }
  .text-11 ul.social li span.fa {
    line-height: 30px;
    font-size: 13px; } }

@media (max-width: 384px) {
  .text-11 .text11-content blockquote.quote {
    font-size: 22px !important;
    line-height: 30px; }
  .text-11 .text11-content blockquote.quote {
    margin: 30px 0; } }

/*Search Box Widget*/
.sidebar-title h4 {
  font-size: 24px;
  line-height: 3opx;
  color: var(--heading-color);
  font-weight: 600;
  margin-bottom: 30px; }

.sidebar-widget {
  margin-bottom: 50px;
  padding: 40px 30px;
  background: var(--bg-grey);
  border-radius: var(--border-radius); }

.sidebar .search-box .form-group {
  position: relative;
  margin: 0px; }

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
  position: relative;
  line-height: 28px;
  padding: 10px 50px 10px 20px;
  border: 1px solid var(--border-color);
  background: none;
  display: block;
  font-size: 19px;
  width: 100%;
  height: 55px;
  color: var(--para-color);
  border-radius: 8px;
  outline: none; }

.sidebar .search-box .form-group input[type="text"]:focus,
.sidebar .search-box .form-group input[type="search"]:focus {
  border: 1px solid #999; }

.sidebar .search-box .form-group button {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 55px;
  width: 50px;
  font-size: 16px;
  color: var(--heading-color);
  line-height: 100%;
  border: none;
  background: none;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  border-left: 1px solid var(--border-color); }

/* Blog Category */
.blog-cat {
  position: relative;
  padding: 0; }

.blog-cat li {
  position: relative;
  list-style-type: none; }

.blog-cat li a {
  position: relative;
  color: var(--font-color);
  font-size: 18px;
  display: block;
  padding: 10px 15px 0px 20px; }

.blog-cat li a span {
  position: absolute;
  right: 0px;
  top: 15px;
  width: 27px;
  height: 27px;
  font-size: 12px;
  text-align: center;
  line-height: 27px;
  border-radius: var(--border-radius);
  background-color: var(--bg-light); }

.blog-cat li a:before {
  display: inline-block;
  color: var(--primary-color);
  font-family: 'FontAwesome';
  content: "";
  width: 8px;
  height: 8px;
  background-color: var(--font-color);
  position: absolute;
  top: 20px;
  left: 0px;
  border: 1px solid var(--bg-grey);
  opacity: .3; }

ul.blog-cat li a span.fa {
  position: static;
  color: var(--primary-color);
  font-size: inherit;
  background: none; }

.sidebar-sticky-fix {
  position: -webkit-sticky;
  position: sticky;
  top: 100px; }

.blog-cat li a:hover::before {
  opacity: 1; }

.sidebar-widget figure {
  margin: 0 0 0rem; }

.blog-cat li:first-child a {
  padding-top: 0; }

.blog-cat li:first-child a:before,
.blog-cat li:first-child a span {
  top: 12px; }

.blog-cat li.active a,
.blog-cat li a:hover {
  color: var(--primary-color); }

/*Search Box Widget*/
.search-form .form-control {
  width: 100%;
  color: var(--font-color);
  background: var(--bg-color);
  padding: 12px 70px 12px 17px;
  font-size: 18px;
  height: 55px;
  border: 1px solid var(--border-color-light);
  font-style: italic;
  display: block; }

.search-form {
  position: relative; }

.search-form .btn.search {
  color: #fff;
  font-size: 16px;
  width: 60px;
  letter-spacing: 0px;
  border: none;
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  display: inline-block;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background: var(--primary-color); }

.search-form .form-control:focus {
  box-shadow: none;
  border: 1px solid var(--heading-color); }

.sidebar-title h4 {
  font-size: 22px;
  line-height: 30px;
  color: var(--heading-color);
  font-weight: 600;
  margin-bottom: 30px; }

.sidebar .search-box .form-group {
  position: relative;
  margin: 0px; }

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
  position: relative;
  line-height: 28px;
  padding: 10px 50px 10px 20px;
  border: 1px solid var(--border-color);
  background: none;
  display: block;
  font-size: 19px;
  width: 100%;
  height: 55px;
  color: var(--para-color);
  border-radius: 8px;
  outline: none; }

.sidebar .search-box .form-group input[type="text"]:focus,
.sidebar .search-box .form-group input[type="search"]:focus {
  border: 1px solid #999; }

.sidebar .search-box .form-group button {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 55px;
  width: 50px;
  font-size: 16px;
  color: var(--heading-color);
  line-height: 100%;
  border: none;
  background: none;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  border-bottom: 1px solid var(--border-color-light); }

/* Post Widget */
.popular-posts .post {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--border-color-light); }

.popular-posts .post:last-child {
  margin-bottom: 0px;
  border-bottom: 1px solid transparent; }

.sidebar-widget:last-child {
  margin-bottom: 0px; }

.popular-posts .post .post-thumb img {
  display: block;
  width: 100%;
  border-radius: var(--border-radius);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.popular-posts .post .text {
  position: relative;
  font-size: 22px;
  margin: 0px 0px 10px;
  font-weight: 500;
  color: var(--heading-color);
  line-height: 1.2em; }

.popular-posts .post .text a {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: var(--heading-color);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.popular-posts .post a:hover {
  color: var(--primary-color); }

.popular-posts .post-info {
  position: relative;
  font-size: 15px;
  margin-top: 5px;
  color: var(--font-color);
  font-weight: 400; }

/*Instagram Widget*/
.sidebar .instagram-widget .images-outer {
  position: relative;
  margin: 0px -4px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px; }

.sidebar .instagram-widget .image-box1 {
  position: relative;
  float: left;
  width: 33.3333%;
  padding: 0px 6px;
  margin-bottom: 12px; }

.sidebar .instagram-widget .image-box:nth-child(3),
.sidebar .instagram-widget .image-box:nth-child(6) {
  margin-right: 0px; }

.images-outer a img {
  border-radius: 8px; }

.sidebar .instagram-widget .image-box1 .overlay-box {
  position: absolute;
  content: '';
  left: 14px;
  top: 10px;
  bottom: 10px;
  right: 14px;
  display: block;
  z-index: 1;
  opacity: 0;
  text-align: center;
  padding: 8px;
  color: #ffffff;
  font-size: 24px;
  line-height: 44px;
  transition: all 300ms ease;
  background-color: #49c0b6;
  border-radius: 8px; }

.sidebar .instagram-widget .image-box .overlay-box:before {
  position: absolute;
  top: 50%;
  margin-left: -12px;
  margin-top: -22px;
  display: inline-block; }

.sidebar .instagram-widget .image-box:hover .overlay-box {
  opacity: 1; }

.sidebar .instagram-widget .image-box img {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 8px;
  transition: all 300ms ease; }

/*Tags*/
.sidebar .popular-tags a {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 6px 12px 6px;
  margin: 0px 4px 8px 0px;
  color: var(--para-color);
  text-align: center;
  font-size: 16px;
  border: 1px solid var(--border-color);
  background-color: var(--bg-color);
  box-shadow: 0px 9px 24px 5px rgba(0, 0, 0, 0.04);
  border-radius: var(--border-radius); }

.sidebar .popular-tags a:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #ffffff; }

@media (max-width: 992px) {
  .sidebar-widget {
    margin-bottom: 30px; } }

@media (max-width: 384px) {
  .sidebar-widget {
    padding: 30px 20px; }
  .blog-cat li a {
    font-size: 17px; }
  .sidebar .popular-tags a {
    font-size: 15px; } }

pre {
  color: #666; }

li.breadcrumb-item a {
  color: var(--primary-color); }

h3.inner-heading, h3.media-heading {
  text-transform: capitalize;
  letter-spacing: 0px;
  font-weight: 600;
  font-size: 24px; }

h3.component-heading {
  text-transform: capitalize;
  letter-spacing: 0px;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  background: #e1e1e1;
  padding: 12px 10px;
  background: rgba(225, 225, 225, 0.5); }

.components-info {
  padding: 0 0 10px 0px; }

.modal-button-sytle button.btn {
  background: var(--primary-color);
  padding: 11px 30px;
  border-radius: 0px;
  letter-spacing: .5px;
  text-transform: capitalize;
  font-size: 15px;
  color: #fff;
  border: none;
  border-radius: var(--border-radius); }

.components {
  height: 100%; }

.modal-body {
  color: #797979;
  line-height: 25px; }

.media-body h5 {
  font-weight: 600;
  font-size: 20px;
  color: var(--heading-color); }

.code {
  background: var(--bg-lightgrey);
  padding: 20px 30px;
  margin-top: 10px; }

.na {
  color: #4f9fcf; }

.s {
  color: #d44950; }

.c {
  color: #999; }

@media (max-width: 568px) {
  h3.inner-heading, h3.media-heading {
    font-size: 20px; } }

.error-page {
  background: var(--bg-lightgrey); }

h5.error {
  font-size: 26px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 36px;
  margin: 16px 0 18px 0; }

.main-cover {
  max-width: 500px;
  margin: auto; }

.main-cover img {
  max-width: 80%; }

@media (max-width: 568px) {
  h5.error {
    font-size: 22px;
    line-height: 34px; } }

@media (max-width: 375px) {
  h5.error {
    font-size: 20px;
    line-height: 32px; } }

/* contact section */
.w3l-contacts-12 .cont-main-top {
  grid-template-columns: 2fr 1fr;
  grid-gap: 40px; }

.w3l-contacts-12 .top-inputs {
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 1.5rem; }

.w3l-contacts-12 form.main-input input,
.w3l-contacts-12 textarea {
  color: var(--font-color);
  font-size: 18px;
  line-height: 28px;
  padding: 13px 20px;
  outline: none;
  border: 1px solid var(--border-color-light);
  border-radius: var(--border-radius);
  width: 100%;
  background: var(--bg-lightgrey); }

.w3l-contacts-12 form.main-input input:focus,
.w3l-contacts-12 textarea:focus {
  border: 1px solid var(--border-color-light);
  background: var(--bg-color); }

.w3l-contacts-12 textarea {
  min-height: 140px;
  margin: 1.5rem 0; }

.w3l-contacts-12 .cont-add h4,
.w3l-contacts-12 .social-icons-con h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px; }

.w3l-contacts-12 .cont-add {
  margin-bottom: 1.5em; }

.w3l-contacts-12 .cont-add p:hover {
  color: var(--heading-color); }

.w3l-contacts-12 .social-icons-con a span {
  font-size: 23px;
  margin: 0 5px; }

.w3l-contacts-12 .social-icons-con a span.fa-facebook-square {
  color: #3b5998; }

.w3l-contacts-12 .social-icons-con a span.fa-twitter-square {
  color: #00acee; }

.w3l-contacts-12 .social-icons-con a span.fa-linkedin-square {
  color: #0077b5; }

.w3l-contacts-12 .social-icons-con a span.fa-instagram {
  color: #e1306c; }

.w3l-contacts-12 .map {
  padding-top: 80px; }

.w3l-contacts-12 .map iframe {
  width: 100%;
  height: 400px;
  display: block;
  -webkit-filter: var(--iframe-filter);
  -moz-filter: var(--iframe-filter);
  -ms-filter: var(--iframe-filter);
  -o-filter: var(--iframe-filter);
  filter: var(--iframe-filter); }

@media screen and (max-width: 768px) {
  .w3l-contacts-12 .cont-main-top {
    grid-template-columns: 1fr; }
  .w3l-contacts-12 .cont-subs {
    border-top: 1px solid #ddd;
    padding: 2em 0 0;
    border-left: none; }
  .w3l-contacts-12 .social-icons-con {
    margin-top: 1.5em; }
  .w3l-contacts-12 .map {
    padding-top: 60px; } }

@media screen and (max-width: 600px) {
  .w3l-contacts-12 .map iframe {
    height: 300px; } }

@media screen and (max-width: 415px) {
  .w3l-contacts-12 .top-inputs {
    grid-template-columns: 1fr;
    grid-gap: 15px;
    margin-bottom: 1rem; }
  .w3l-contacts-12 textarea {
    margin: 1rem 0 1.5rem; }
  .w3l-contacts-12 .map {
    padding-top: 40px; }
  .w3l-contacts-12 .top-inputs {
    grid-template-columns: 1fr; } }

@media screen and (max-width: 384px) {
  .w3l-contacts-12 .line {
    margin: 3em 0; } }

/* //contact section */

/*# sourceMappingURL=style-liberty.css.map */
/*--/gallery--*/
.w3l-gallery-main {
    background: var(--bg-grey);
}

.w3layouts_team_grid {
    overflow: hidden;
    position: relative;
}

.w3layouts_gallery_grid {
    margin-top: 26px;
}

.w3layouts_gallery_grid .wthree_text,
.w3layouts_team_grid .wthree_text {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 40%;
    opacity: 0;
    -webkit-transform: translateY(0) scale3d(0, 0, 1);
    -moz-transform: translateY(0) scale3d(0, 0, 1);
    -ms-transform: translateY(0) scale3d(0, 0, 1);
    transform: translateY(0) scale3d(0, 0, 1);
    -webkit-transition: transform 400ms ease 280ms;
    -moz-transition: transform 400ms ease 280ms;
    transition: transform 400ms ease 280ms;
}

.w3layouts_gallery_grid h4 {
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
}

.w3layouts_gallery_grid i {
    font-size: 18px;
    border: none;
    outline: none;
    cursor: pointer;
    color: var(--secondary-color);
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    line-height: 50px;
}

ul.w3_social_list {
    text-align: center;
}

ul.w3_social_list li {
    list-style: none;
    display: inline-block;
    margin: 0 4px;
}

ul.w3_social_list li a i {
    font-size: 18px;
    border: none;
    outline: none;
    cursor: pointer;
    color: var(--secondary-color);
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 50%;
    line-height: 36px;
    text-align: center;
}

.w3layouts_team_grid_pos {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgb(20 20 20 / 50%);
    right: 0;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    transition: all 400ms ease;
    border-radius: var(--border-radius);
}

.w3layouts_grid_pos {
    opacity: 1;
    position: absolute;
    /* top: 0; */
    left: 0;
    bottom: 30px;
    /* background-color: rgba(0, 0, 0, 0.4); */
    right: 0;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    transition: all 400ms ease;
}

.w3layouts_team_grid_pos {
    -webkit-transform: scale3d(0, 0, 1);
    -moz-transform: scale3d(0, 0, 1);
    -ms-transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
}

.w3_agile_team_grid:hover .w3layouts_team_grid_pos,
.w3layouts_gallery_grid:hover .w3layouts_team_grid_pos,
.w3_agile_class_grid:hover .w3layouts_team_grid_pos {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.w3_agile_team_grid:hover .wthree_text,
.w3layouts_gallery_grid:hover .wthree_text,
.w3_agile_class_grid:hover .wthree_text {
    opacity: 1;
    -webkit-transform: translateY(0) scale3d(1, 1, 1);
    -moz-transform: translateY(0) scale3d(1, 1, 1);
    -ms-transform: translateY(0) scale3d(1, 1, 1);
    transform: translateY(0) scale3d(1, 1, 1);
    -webkit-transition: transform 400ms ease 380ms;
    -moz-transition: transform 400ms ease 380ms;
    transition: transform 400ms ease 380ms;
}

.slbOverlay,
.slbWrapOuter,
.slbWrap {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.slbOverlay {
    overflow: hidden;
    z-index: 2000;
    background-color: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-animation: slbOverlay 0.5s;
    -moz-animation: slbOverlay 0.5s;
    animation: slbOverlay 0.5s;
}

.slbWrapOuter {
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 2010;
}

.slbWrap {
    position: absolute;
    text-align: center;
}

.slbWrap:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.slbContentOuter {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0px auto;
    padding: 0 1em;
    box-sizing: border-box;
    z-index: 2020;
    text-align: left;
    max-width: 100%;
}

.slbContentEl .slbContentOuter {
    padding: 5em 1em;
}

.slbContent {
    position: relative;
}

.slbContentEl .slbContent {
    -webkit-animation: slbEnter 0.3s;
    -moz-animation: slbEnter 0.3s;
    animation: slbEnter 0.3s;
    background-color: #fff;
    box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.4);
}

.slbImageWrap {
    -webkit-animation: slbEnter 0.3s;
    -moz-animation: slbEnter 0.3s;
    animation: slbEnter 0.3s;
    position: relative;
}

.slbImageWrap:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 3em;
    bottom: 3em;
    display: block;
    z-index: -1;
    box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.6);
}

.slbImage {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 3em 0;
    margin: 0 auto;
}

.slbCaption {
    font-size: 1.4em;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: -1.07143em;
    line-height: 1.4;
    color: #fff;
    text-align: center;
}

.slbCloseBtn,
.slbArrow {
    margin: 0;
    padding: 0;
    border: 0;
    cursor: pointer;
    background: none;
}

.slbCloseBtn::-moz-focus-inner,
.slbArrow::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.slbCloseBtn:hover,
.slbArrow:hover {
    opacity: 0.5;
}

.slbCloseBtn:active,
.slbArrow:active {
    opacity: 0.8;
}

.slbCloseBtn {
    font-size: 3em;
    width: 1.66667em;
    height: 1.66667em;
    line-height: 1.66667em;
    position: fixed;
    right: 0;
    top: 0;
    color: #fff;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
}

.slbContentEl .slbCloseBtn {
    position: absolute;
    right: -0.33333em;
    top: 0em;
}

.slbLoading {
    font-size: 1.4em;
    color: #fff;
    color: rgba(255, 255, 255, 0.9);
}

.slbArrows {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
}

.slbArrow {
    position: absolute;
    top: 50%;
    margin-top: -5em;
    width: 5em;
    height: 10em;
    opacity: 0.7;
    text-indent: -999em;
    overflow: hidden;
}

.slbArrow:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -0.8em 0 0 -0.8em;
    border: 0.8em solid transparent;
}

.slbArrow.next {
    right: 0;
}

.slbArrow.next:before {
    border-left-color: #fff;
}

.slbArrow.prev {
    left: 0;
}

.slbArrow.prev:before {
    border-right-color: #fff;
}

.slbIframeCont {
    width: 80em;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.slbIframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.6);
    background: #000;
}

@-webkit-keyframes slbOverlay {
    from {
        opacity: 0;
    }

    to {
        opacity: 0.7;
    }
}

@-moz-keyframes slbOverlay {
    from {
        opacity: 0;
    }

    to {
        opacity: 0.7;
    }
}

@keyframes slbOverlay {
    from {
        opacity: 0;
    }

    to {
        opacity: 0.7;
    }
}

@-webkit-keyframes slbEnter {
    from {
        opacity: 0.5;
        -webkit-transform: translate3d(0, -1em, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
    }
}

@-moz-keyframes slbEnter {
    from {
        opacity: 0.5;
        -moz-transform: translate3d(0, -1em, 0);
    }

    to {
        opacity: 1;
        -moz-transform: translate3d(0, 0, 0);
    }
}

@keyframes slbEnter {
    from {
        opacity: 0.5;
        -webkit-transform: translate3d(0, -1em, 0);
        -moz-transform: translate3d(0, -1em, 0);
        -ms-transform: translate3d(0, -1em, 0);
        -o-transform: translate3d(0, -1em, 0);
        transform: translate3d(0, -1em, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@media (max-width: 640px) {
    .slbCaption {
        font-size: 1.2em;
    }

    .w3layouts_gallery_grid h4 {
        font-size: 15px;
    }

    .w3layouts_gallery_grid .wthree_text,
    .w3layouts_team_grid .wthree_text {
        text-align: center;
        position: absolute;
        width: 100%;
        top: 35%;
    }
}

@media (max-width: 600px) {

    .w3layouts_gallery_grid .wthree_text,
    .w3layouts_team_grid .wthree_text {
        text-align: center;
        position: absolute;
        width: 100%;
        top: 30%;
    }
}

/*--//gallery--*/
/*--/w3l-subscribe--*/
.w3l-subscribe-content .subscribe {
    max-width: 600px;
}

.w3l-subscribe-content .subscribe-wthree-field {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 16px;
}

.w3l-subscribe-content form.subscribe-wthree input {
    font-size: 16px;
    color: var(--font-color);
    border-radius: var(--border-radius);
    padding: 0px 15px;
    background: var(--bg-color);
}

.w3l-subscribe-content form.subscribe-wthree input:focus {
    background: var(--bg-color);
    border: 1px solid var(--primary-color);
    box-shadow: none;
}

@media only screen and (max-width:667px) {
    .w3l-subscribe-content form.subscribe-wthree button {
        flex-basis: 100%;
        display: block;
        width: 100%;
    }

    .w3l-subscribe-content .subscribe-wthree-field {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 15px;
    }

    .w3l-subscribe-content form.subscribe-wthree input {
        padding: 0px 20px;
        height: 60px;
    }
}

/*--//w3l-subscribe--*/
.team-landing {
    background: var(--bg-grey);
}

.grid-alignment {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    align-items: end;
}

.w3l-team-main .team {
    position: relative;
}

.w3l-team-main .our-team .team-row {
    margin-left: -40px;
    margin-right: -40px;
}

.w3l-team-main .our-team .team-wrap {
    padding: 0 40px;
}

.w3l-team-main .our-team .container-fluid,
.w3l-team-main .our-team .container-sm,
.w3l-team-main .our-team .container-md,
.w3l-team-main .our-team .container-lg,
.w3l-team-main .our-team .container-xl,
.w3l-team-main .our-team .container-sm,
.w3l-team-main .our-team .container-md,
.w3l-team-main .our-team .container-lg,
.w3l-team-main .our-team .container-xl,
.w3l-team-main .our-team .container-sm,
.w3l-team-main .our-team .container-md,
.w3l-team-main .our-team .container-lg,
.w3l-team-main .our-team .container-xl {
    padding: 0 50px;
}

.w3l-team-main .team-img img {
    transition: all .2s ease-in-out;
    overflow: hidden;
    width: 100%;
}

.w3l-team-main .team-member,
.w3l-team-main .team-img {
    position: relative;
    overflow: hidden;
}

.w3l-team-main .team-title {
    margin: 25px 0 0px;
    font-size: 20px;
    color: var(--heading-color);
    font-weight: 600;
    display: block;
}

.w3l-team-main .team-member p {
    text-transform: capitalize;
}

.w3l-team-main .team-details {
    opacity: 0;
    position: absolute;
    bottom: 12%;
    left: 0;
    overflow: hidden;
    width: 100%;
    z-index: 2;
    transition: all .4s ease-in-out;
}

.w3l-team-main .team-img:hover .team-details {
    opacity: 1;
}

.w3l-team-main .team-img:hover .overlay-team {
    opacity: 1;
}

.w3l-team-main .team-member:hover a {
    color: var(--primary-color);
}

.w3l-team-main .socials a {
    display: inline-block;
    margin-right: 5px;
}


.w3l-team-main .socials a span {
    color: var(--heading-color);
    font-size: 16px;
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    line-height: 42px;
    text-align: center;
    transition: all .3s ease 0s;
    background: var(--bg-color);
}

.w3l-team-main .team-details .socials span {
    color: var(--heading-color);
}

.w3l-team-main .socials a:hover span {
    background: #fff;
    color: var(--primary-color);
}

@media all and (max-width: 991px) {
    .w3l-team-main .team-title {
        margin: 18px 0 0px;
        font-size: 20px;
    }
}

@media all and (max-width:667px) {
    .grid-alignment {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px;
        align-items: end;
    }

    .call-grids-w3 .grids-1 {
        padding: 30px 10px;
    }

    .call-grids-w3 .grids-1 h4 a {
        margin: 25px 0 0px;
        font-size: 18px;
    }
}

@media all and (max-width: 568px) {
    .team-row {
        padding: 0 10px;
    }

    .team-row .col-6 {
        padding: 0 10px;
    }
}

@media all and (max-width: 415px) {
    .team-row {
        padding: 0 5px;
    }
}

@media all and (max-width: 384px) {
    .w3l-team-main .team-title {
        font-size: 18px;
    }

    .w3l-team-main .socials a span {
        width: 38px;
        height: 38px;
        line-height: 38px;
    }

    .w3l-team-main .socials a {
        margin-right: 2px;
    }
}