@charset "UTF-8";
.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

/************************************************************************
*  Blog 1 css
************************************************************************/
.tgx-blog-1 .post-wrapper {
  box-shadow: 0px 1px 10px 2px #ddd;
  transition: all 0.3s ease;
  margin: 0 10px 1.5em;
}

.tgx-blog-1 .post-wrapper .post-details {
  padding: 20px;
  transition: all 0.3s ease;
  display: inline-block;
  background-color: #fff;
  width: 100%;
}

.tgx-blog-1 .post-wrapper .post-thumbnail {
  max-height: 240px;
  overflow: hidden;
  padding: 0;
}

.tgx-blog-1 .post-wrapper .entry-header,
.tgx-blog-2 .custom-sticky-post .entry-header,
.tgx-blog-2 .standard-post .entry-header,
.tgx-blog-4 .entry-header,
.tgx-blog-5 .entry-header {
  padding: 0;
  margin: 0;
}

.tgx-blog-1 .post-wrapper .entry-title {
  margin: 20px 0;
  font-size: 24px;
}

.tgx-blog-1 .post-wrapper .entry-content {
  font-size: 14px;
  max-width: inherit;
  margin: 0;
  padding: 0;
}

.tgx-blog-1 .post-wrapper .entry-content p {
  margin: 0;
}

.tgx-blog-1 .post-wrapper .entry-meta {
  margin: 0;
  padding: 0 5px 0 0;
}

.tgx-blog-1 .post-wrapper .entry-meta a {
  font-size: 14px;
}

.tgx-blog-1 .post-wrapper .entry-footer {
  padding: 15px 0 30px;
  max-width: inherit;
  margin: 0;
}

.tgx-blog-1 .post-wrapper .entry-footer .content-btn i {
  padding-left: 5px;
  transition: all 0.3s ease;
  font-size: 14px;
}

.tgx-blog-1 .post-wrapper .entry-footer .content-btn a:hover i {
  margin-left: 5px;
  transition: all 0.3s ease;
}

.tgx-blog-1 .post-wrapper:hover {
  box-shadow: 0px 14px 28px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.tgx-blog-1 .post-wrapper .custom-meta {
  padding: 0;
}

.tgx-blog-1 .post-wrapper .custom-meta a {
  padding: 0 5px 0 5px;
}

.tgx-blog-1 .entry-footer .btn-readmore {
  color: #444;
  background-color: #fff;
  border: solid 1px #ddd;
  padding: 10px;
  font-size: 12px;
  transition: all 0.3s ease;
}

.tgx-blog-1 .owl-carousel-left, .tgx-blog-1 .owl-carousel-right {
  position: absolute;
  top: 45%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  margin-top: 0px;
  transition: all 0.3s ease;
  opacity: 1;
  border-radius: 0px;
  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.3);
  background: #fff;
  padding: 0;
  line-height: 54px;
  border: none;
}

.tgx-blog-1:hover .owl-nav {
  opacity: 1;
  transition: all 0.3s ease;
}

.tgx-blog-1 .owl-nav {
  opacity: 0;
  transition: all 0.3s ease;
}

.tgx-blog-1 .owl-carousel-right {
  right: -70px;
}

.tgx-blog-1 .owl-carousel-left {
  left: -70px;
}

/************************************************************************
*  Blog 2 css
************************************************************************/
.tgx-blog-2 .post-thumbnail {
  position: relative;
  padding: 0;
  max-height: 420px;
  overflow: hidden;
}

.tgx-blog-2 .custom-sticky-post .post-thumbnail:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease;
}

.tgx-blog-2 .custom-sticky-post,
.tgx-blog-2 .standard-post {
  margin: 0 0 30px;
}

.tgx-blog-2 .custom-sticky-post .post-thumbnail .date-format {
  position: absolute;
  padding: 10px 15px;
  bottom: 42px;
  font-size: 12px;
  text-transform: uppercase;
  left: 42px;
  font-weight: 700;
}

.tgx-blog-2 .custom-sticky-post .entry-content {
  margin: 12px 0;
  width: 90%;
}

.tgx-blog-2 .custom-sticky-post .entry-header {
  margin: 0;
}

.tgx-blog-2 .custom-sticky-post .entry-title {
  font-size: 24px;
}

.tgx-blog-2 .custom-sticky-post:hover .post-thumbnail:before {
  transition: all 0.3s ease;
  opacity: 0.8;
}

.tgx-blog-2 .custom-post .custom-meta {
  padding: 0;
}

.tgx-blog-2 .custom-post .custom-meta a {
  padding: 0 0px 0 5px;
}

.tgx-blog-2 .standard-post .post-thumbnail:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease;
}

.tgx-blog-2 .standard-post .entry-title {
  font-size: 18px;
}

.tgx-blog-2 .blog-details {
  box-shadow: 1px 1px 10px #ddd;
  padding: 30px 30px 30px;
}

.tgx-blog-2 .standard-post .blog-details .author-meta,
.tgx-blog-2 .custom-sticky-post .blog-details .author-meta {
  font-size: 14px;
  display: block;
  margin: 5px 0 20px;
  color: #333;
}

.tgx-blog-2 .custom-sticky-post .entry-content p {
  margin-bottom: 10px;
  font-size: 14px;
}

.tgx-blog-2 .custom-sticky-post .entry-footer {
  padding: 5px 0 15px;
}

.tgx-blog-2 .standard-post .entry-footer {
  padding: 0;
}

.tgx-blog-2 .entry-footer .content-btn {
  display: inline-block;
  font-size: 15px;
}

.tgx-blog-2 .standard-post:hover .post-thumbnail:before {
  transition: all 0.3s ease;
  opacity: 0.8;
}

.tgx-blog-2 .standard-post .blog-details {
  background: #ece9f0;
  padding: 20px 25px 25px;
}

.tgx-blog-2 .author {
  font-weight: 700;
  text-transform: capitalize;
}

/************************************************************************
*  Blog 3 css
************************************************************************/
.tgx-blog-3 .post-thumbnail {
  position: relative;
}

.tgx-blog-3 .post-thumbnail .date-format {
  position: absolute;
  padding: 5px 15px;
  bottom: 1px;
  font-size: 12px;
  text-transform: uppercase;
}

.tgx-blog-3 .items:nth-child(2) .blog-wrapper {
  display: flex;
  align-items: baseline;
  flex-direction: column-reverse;
}

.tgx-blog-3 .items:nth-child(2) .blog-wrapper .blog-info {
  box-shadow: 0 -3px 3px -3px rgba(0, 0, 0, 0.2);
}

.tgx-blog-3 .overlay-hover {
  max-height: 259px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
}

.tgx-blog-3 .overlay-hover a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease;
}

.tgx-blog-3 .blog-wrapper {
  margin: 0 -15px 0 -15px;
  transition: all 0.3s ease;
}

.tgx-blog-3 .blog-wrapper .title {
  font-size: 20px;
}

.tgx-blog-3 .blog-wrapper .desc {
  font-size: 14px;
}

.tgx-blog-3 .blog-wrapper:hover .blog-info {
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.tgx-blog-3 .blog-wrapper:hover .overlay-hover a:before {
  opacity: 1;
}

.tgx-blog-3 .blog-info {
  background-color: #fafafa;
  padding: 10px 40px;
  transition: all 0.3s ease;
  height: 220px;
  width: 100%;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}

.tgx-blog-3 .blog-info .author {
  padding: 0 0 23px;
}

.tgx-blog-3 .blog-info .author .author-img img {
  border-radius: 100px;
}

.tgx-blog-3 .blog-info .author .author-info {
  margin: 0 10px;
  text-transform: capitalize;
  font-size: 14px;
}

.tgx-blog-3 .blog-info .author .author-info .title {
  text-transform: capitalize;
}

.tgx-blog-3 .col-4 .blog-wrapper .title {
  font-size: 16px;
}

.tgx-blog-3 .col-4 .blog-wrapper .desc {
  margin: 0px 0 3px;
  font-size: 14px;
}

.tgx-blog-3 .col-4 .blog-wrapper .blog-info {
  height: auto;
  padding: 0 30px;
}

.tgx-blog-3 .col-4 .blog-info .author {
  padding: 5px 0 18px;
}

.tgx-blog-3 .col-2 .items:nth-child(1) .blog-wrapper {
  display: flex;
  align-items: baseline;
  flex-direction: column-reverse;
}

.tgx-blog-3 .col-2 .blog-wrapper .blog-info {
  height: 259px;
  padding: 40px;
}

/************************************************************************
*  Blog 4 css
************************************************************************/
/*Hover effect 1*/
.tgx-blog-4 .entry-title,
.tgx-blog-5 .entry-title {
  font-size: 24px;
  font-weight: 600;
}

.tgx-blog-4 .hentry {
  margin: 0 0 1.5em;
}

.hover-effect-1 .menu-content {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.hover-effect-1 .menu-content::before,
.hover-effect-1 .menu-content::after {
  content: "";
  display: table;
}

.hover-effect-1 .menu-content::after {
  clear: both;
}

.hover-effect-1 .menu-content li {
  display: inline-block;
}

.hover-effect-1 .menu-content a {
  color: #fff;
}

.hover-effect-1 .menu-content span {
  position: absolute;
  left: 50%;
  top: 0;
  font-size: 10px;
  font-weight: 700;
  font-family: "Open Sans";
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.hover-effect-1 .wrapper,
.hover-effect-2 .wrapper {
  background-color: #fff;
  min-height: 540px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.2);
}

.hover-effect-1 .wrapper:hover .data,
.hover-effect-2 .wrapper:hover .data {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.hover-effect-1 .data {
  position: absolute;
  bottom: -15px;
  width: 100%;
  -webkit-transform: translateY(calc(70px + 1em));
  transform: translateY(calc(70px + 1em));
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.hover-effect-1 .data .content {
  padding: 1em;
  position: relative;
  z-index: 1;
}

.hover-effect-1 .author-details a,
.hover-effect-2 .author-details a {
  font-size: 16px;
  text-transform: capitalize;
}

.hover-effect-1 .title {
  margin-top: 10px;
}

.hover-effect-1 .text {
  height: 70px;
  margin: 0;
}

.hover-effect-1 input[type=checkbox] {
  display: none;
}

.hover-effect-1 input[type=checkbox]:checked + .menu-content {
  -webkit-transform: translateY(-60px);
  transform: translateY(-60px);
}

.hover-effect-1 .date {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: #77d7b9;
  color: #fff;
  padding: 10px 20px;
}

.hover-effect-1 .date span a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 14px;
}

.hover-effect-1 .date .day {
  font-weight: 700;
  font-size: 24px;
  text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.18);
}

.hover-effect-1 .date .month {
  text-transform: uppercase;
}

.hover-effect-1 .date .month,
.hover-effect-1 .date .year {
  font-size: 12px;
}

.hover-effect-1 .content {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 30px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 30px 10px rgba(0, 0, 0, 0.3);
}

.hover-effect-1 .title a {
  color: gray;
}

.hover-effect-1 .menu-button {
  position: absolute;
  z-index: 999;
  top: 16px;
  right: 16px;
  width: 25px;
  text-align: center;
  cursor: pointer;
}

.hover-effect-1 .menu-button span {
  width: 5px;
  height: 5px;
  background-color: gray;
  color: gray;
  position: relative;
  display: inline-block;
  border-radius: 50%;
}

.hover-effect-1 .menu-button span::after, .hover-effect-1 .menu-button span::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: currentColor;
  position: absolute;
  border-radius: 50%;
}

.hover-effect-1 .menu-button span::before {
  left: -10px;
}

.hover-effect-1 .menu-button span::after {
  right: -10px;
}

.hover-effect-1 .menu-content {
  text-align: center;
  position: absolute;
  background-color: #77d7b9;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.hover-effect-1 .menu-content li {
  width: 33.333333%;
  float: left;
  height: 60px;
  position: relative;
}

.hover-effect-1 .menu-content a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 24px;
}

.hover-effect-1 .menu-content span {
  top: -10px;
}

.hover-effect-1 .entry-content,
.hover-effect-2 .entry-content {
  font-size: 14px;
  max-width: inherit;
  margin: 0;
  padding: 0;
}

.hover-effect-1 .entry-content p,
.hover-effect-2 .entry-content p {
  margin: 10px 0;
}

/*Hover effect 2*/
.hover-effect-2 .button:hover {
  background: transparent;
}

.hover-effect-2 .wrapper {
  position: relative;
  transition: all 0.3s ease;
}

.hover-effect-2 .wrapper:before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.4117647059);
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all 0.3s ease;
}

.hover-effect-2 .wrapper:hover:before {
  transition: all 0.3s ease;
}

.hover-effect-2 .wrapper:hover .menu-content span {
  -webkit-transform: translate(-50%, -10px);
  transform: translate(-50%, -10px);
  opacity: 1;
}

.hover-effect-2 .header {
  color: #fff;
  padding: 1em;
  position: relative;
}

.hover-effect-2 .header::before, .hover-effect-2 .header::after {
  content: "";
  display: table;
}

.hover-effect-2 .header::after {
  clear: both;
}

.hover-effect-2 .header .date {
  float: left;
  font-size: 12px;
  width: 50%;
}

.hover-effect-2 .menu-content {
  float: right;
  margin: 0;
}

.hover-effect-2 .menu-content li {
  margin: 0 5px;
  position: relative;
  display: inline-block;
}

.hover-effect-2 .menu-content span {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 0;
  font-size: 10px;
  font-weight: 700;
  font-family: "Open Sans";
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.hover-effect-2 .data {
  color: #fff;
  -webkit-transform: translateY(calc(70px + 4em));
  transform: translateY(calc(70px + 4em));
  position: absolute;
  bottom: 0px;
  width: 100%;
  -webkit-transform: translateY(calc(70px + 1em));
  transform: translateY(calc(70px + 1em));
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.hover-effect-2 .data .content {
  padding: 20px;
}

.hover-effect-2 .data .entry-content {
  height: 75px;
  margin: 0;
}

.hover-effect-2 .title a {
  color: #fff;
}

.hover-effect-2 .button {
  display: block;
  margin: 2em auto 1em;
  text-align: center;
  font-size: 12px;
  color: #fff;
  line-height: 1;
  position: relative;
  font-weight: 700;
  background: inherit;
}

.hover-effect-2 .button::after {
  content: "→";
  opacity: 0;
  position: absolute;
  right: 0;
  top: 50%;
  left: 70px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.hover-effect-2 .button:hover::after {
  -webkit-transform: translate(5px, -50%);
  transform: translate(5px, -50%);
  opacity: 1;
}

/************************************************************************
*  Blog 5 css
************************************************************************/
.tgx-blog-5 .u-clearfix:before,
.tgx-blog-5 .u-clearfix:after {
  content: " ";
  display: table;
}

.tgx-blog-5 .u-clearfix:after {
  clear: both;
}

.tgx-blog-5 .u-clearfix {
  *zoom: 1;
}

.tgx-blog-5 .content {
  color: #aaa;
  padding: 0;
}

.tgx-blog-5 .entry-content {
  font-size: 14px;
}

.tgx-blog-5 .card-container {
  margin: 25px auto 0;
  position: relative;
}

.tgx-blog-5 .card {
  background-color: #fff;
  padding: 30px;
  position: relative;
  box-shadow: 0 0 5px rgba(75, 75, 75, 0.07);
  z-index: 1;
}

.tgx-blog-5 .card-body {
  display: inline-block;
}

.tgx-blog-5 .card-number {
  margin-top: 15px;
}

.tgx-blog-5 .card-circle {
  border: 1px solid #aaa;
  border-radius: 100%;
  line-height: 20px;
  font-size: 12px;
  text-align: center;
  padding: 5px;
}

.tgx-blog-5 .card-author {
  display: block;
  font-size: 12px;
  letter-spacing: 0.5px;
  margin: 15px 0 0;
  text-transform: uppercase;
}

.tgx-blog-5 .card-title {
  font-size: 60px;
  font-weight: 300;
  line-height: 60px;
  margin: 10px 0;
}

.tgx-blog-5 .card-description {
  display: inline-block;
  font-weight: 300;
  line-height: 22px;
  margin: 10px 0;
}

.tgx-blog-5 .card-read {
  cursor: pointer;
  font-size: 12px;
  letter-spacing: 6px;
  margin: 5px 0 20px;
  position: relative;
  text-align: right;
  text-transform: uppercase;
}

.tgx-blog-5 .card-read a {
  background: inherit;
}

.tgx-blog-5 .card-read:after {
  background-color: #b8bddd;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 15px;
  width: 50%;
}

.tgx-blog-5 .card-tag {
  float: right;
  margin: 5px 0 0;
}

.tgx-blog-5 .card-shadow {
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  height: 1px;
  margin: -1px auto 0;
  width: 80%;
  z-index: -1;
}

/************************************************************************
*  Button Modal
************************************************************************/
.tgx-modal {
  z-index: 999;
  display: none;
  padding-top: 100px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.tgx-modal-content {
  margin: auto;
  background-color: #fff;
  position: relative;
  padding: 10px 40px;
  outline: 0;
  width: 600px;
}

.modal-container *:before,
.modal-container *:after {
  z-index: -1;
}

.modal-container .booking-button,
.modal-container .button-normal {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 13px 30px;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #ddd;
}

.modal-container .button-normal {
  display: inline-block;
  border: 1px solid #ddd;
  padding: 10px 30px;
}

.tgx-container {
  padding: 5px 5px 20px;
}

/*Hover effect 1*/
.modal-container .btn-hover-lfr:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ed485f;
  -webkit-transform: translateX(-101%);
  transform: translateX(-101%);
  transition: all 0.3s ease;
}

.modal-container .btn-hover-lfr:hover:before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/*Hover effect 2*/
.modal-container .btn-hover-afl:before {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  left: 0;
  border-right: 50px solid transparent;
  border-bottom: 50px solid #552a00;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: all 0.3s ease;
}

.modal-container .btn-hover-afl:hover:before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/*Hover effect 3*/
.modal-container .btn-hover-bfm:before,
.modal-container .btn-hover-bfm:after,
.modal-container .btn-hover-bfm span:before,
.modal-container .btn-hover-bfm span:after {
  content: "";
  position: absolute;
  top: 0;
  width: 25.25%;
  height: 0;
  background-color: #4e1108;
  transition: all 0.3s ease;
}

.modal-container .btn-hover-bfm:before {
  left: 0;
}

.modal-container .btn-hover-bfm:after {
  left: 50%;
}

.modal-container .btn-hover-bfm span:before,
.modal-container .btn-hover-bfm span:after {
  top: auto;
  bottom: 0;
}

.modal-container .btn-hover-bfm span:before {
  left: 25%;
}

.modal-container .btn-hover-bfm span:after {
  left: 75%;
}

.modal-container .btn-hover-bfm:hover {
  color: #e0c6c3;
}

.modal-container .btn-hover-bfm:hover:before,
.modal-container .btn-hover-bfm:hover:after,
.modal-container .btn-hover-bfm:hover span:before,
.modal-container .btn-hover-bfm:hover span:after {
  height: 80px;
}

/*Hover effect 4*/
.modal-container .btn-hover-piramid:before,
.modal-container .btn-hover-piramid:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 80px solid #3e5f57;
  transition: all 0.3s ease;
}

.modal-container .btn-hover-piramid:before {
  right: -52px;
  border-right: 50px solid transparent;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.modal-container .btn-hover-piramid:after {
  left: -52px;
  border-left: 50px solid transparent;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.modal-container .btn-hover-piramid:hover {
  color: #d9e7e4;
}

.modal-container .btn-hover-piramid:hover:before {
  -webkit-transform: translateX(-37%);
  transform: translateX(-37%);
}

.modal-container .btn-hover-piramid:hover:after {
  -webkit-transform: translateX(37%);
  transform: translateX(37%);
}

/*Hover effect 5*/
.modal-container .btn-hover-door:before,
.modal-container .btn-hover-door:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #763858;
  transition: all 0.3s ease;
}

.modal-container .btn-hover-door:before {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.modal-container .btn-hover-door:after {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.modal-container .btn-hover-door:hover {
  color: #f0d7e4;
}

.modal-container .btn-hover-door:hover:before {
  -webkit-transform: translateY(-49%);
  transform: translateY(-49%);
}

.modal-container .btn-hover-door:hover:after {
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

/*Hover effect 6*/
.modal-container .btn-hover-ctm:before,
.modal-container .btn-hover-ctm:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease;
}

.modal-container .btn-hover-ctm:before {
  right: -50px;
  border-right: 50px solid transparent;
  border-bottom: 50px solid #50111c;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.modal-container .btn-hover-ctm:after {
  left: -50px;
  border-left: 50px solid transparent;
  border-top: 80px solid #50111c;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.modal-container .btn-hover-ctm:hover {
  color: #e1c7cb;
}

.modal-container .btn-hover-ctm:hover:before {
  -webkit-transform: translateX(-49%);
  transform: translateX(-49%);
}

.modal-container .btn-hover-ctm:hover:after {
  -webkit-transform: translateX(49%);
  transform: translateX(49%);
}

/*Hover effect 7*/
.modal-container .btn-hover-fourcorner:before,
.modal-container .btn-hover-fourcorner:after,
.modal-container .btn-hover-fourcorner span:before,
.modal-container .btn-hover-fourcorner span:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #40215e;
  transition: all 0.3s ease;
}

.modal-container .btn-hover-fourcorner:before {
  -webkit-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%);
}

.modal-container .btn-hover-fourcorner:after {
  -webkit-transform: translate(-100%, 100%);
  transform: translate(-100%, 100%);
}

.modal-container .btn-hover-fourcorner span:before {
  -webkit-transform: translate(100%, -100%);
  transform: translate(100%, -100%);
}

.modal-container .btn-hover-fourcorner span:after {
  -webkit-transform: translate(100%, 100%);
  transform: translate(100%, 100%);
}

.modal-container .btn-hover-fourcorner:hover {
  color: #dacde7;
}

.modal-container .btn-hover-fourcorner:hover:before {
  -webkit-transform: translate(-49%, -49%);
  transform: translate(-49%, -49%);
}

.modal-container .btn-hover-fourcorner:hover:after {
  -webkit-transform: translate(-49%, 49%);
  transform: translate(-49%, 49%);
}

.modal-container .btn-hover-fourcorner:hover span:before {
  -webkit-transform: translate(49%, -49%);
  transform: translate(49%, -49%);
}

.modal-container .btn-hover-fourcorner:hover span:after {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

/*Hover effect 8*/
.modal-container .btn-hover-slice:after {
  content: "";
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent #322829 transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
}

.modal-container .btn-hover-slice:before {
  content: "";
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent transparent #322829;
  position: absolute;
  bottom: 0;
  left: 0;
}

.modal-container .btn-hover-slice:before,
.modal-container .btn-hover-slice:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 0 solid;
  transition: all 0.3s ease;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.modal-container .btn-hover-slice:before {
  bottom: 0;
  left: 0;
  border-color: transparent transparent transparent #322829;
}

.modal-container .btn-hover-slice:after {
  top: 0;
  right: 0;
  border-color: transparent #322829 transparent transparent;
}

.modal-container .btn-hover-slice:hover {
  color: #d4d0d1;
}

.modal-container .btn-hover-slice:hover:before,
.modal-container .btn-hover-slice:hover:after {
  border-width: 58px 262.5px;
}

/*Btn border line*/
.modal-container .btn-border-modal .booking-button {
  border: 1px solid transparent;
  padding: 0;
}

.modal-container .click-btn.btn-border-modal button:hover {
  border-color: transparent !important;
}

.modal-container .btn-line a {
  display: inline-block;
  position: relative;
  padding: 10px 18px;
  border: 1px solid #51BBE5;
  -webkit-transition: 0.7s all;
  -moz-transition: 0.7s all;
  -ms-transition: 0.7s all;
  -o-transition: 0.7s all;
  transition: 0.7s all;
}

.modal-container .btn-line a p {
  color: #fff;
}

.modal-container .btn-line a:hover {
  border: 1px solid transparent !important;
}

.modal-container .btn-line a:hover span.top {
  width: 100%;
}

.modal-container .btn-line a:hover span.right {
  height: 100%;
}

.modal-container .btn-line a:hover span.bottom {
  width: 100%;
}

.modal-container .btn-line a:hover span.left {
  height: 100%;
}

.modal-container .btn-line a p {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: bold;
  transition: all 0.3s ease;
}

.modal-container .btn-line a:hover p {
  transition: all 0.3s ease;
}

.modal-container .btn-line a span {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  background: #fff;
}

.modal-container .btn-line a span.top {
  top: 0;
  left: 0px;
  width: 0;
  height: 1px;
}

.modal-container .btn-line a span.right {
  top: 0px;
  right: -1px;
  width: 1px;
  height: 0;
}

.modal-container .btn-line a span.bottom {
  bottom: 0;
  right: 0px;
  width: 0;
  height: 1px;
}

.modal-container .btn-line a span.left {
  bottom: 0px;
  left: -1px;
  width: 1px;
  height: 0;
}

@media (max-width: 600px) {
  .tgx-modal-content {
    margin: 0 10px;
    width: auto !important;
  }
  .tgx-modal {
    padding-top: 30px;
  }
  .tgx-dropdown-hover.tgx-mobile .tgx-dropdown-content,
  .tgx-dropdown-click.tgx-mobile .tgx-dropdown-content {
    position: relative;
  }
  .tgx-hide-small {
    display: none !important;
  }
  .tgx-mobile {
    display: block;
    width: 100% !important;
  }
  .tgx-bar-item.tgx-mobile, .tgx-dropdown-hover.tgx-mobile, .tgx-dropdown-click.tgx-mobile {
    text-align: center;
  }
  .tgx-dropdown-hover.tgx-mobile, .tgx-dropdown-hover.tgx-mobile .tgx-btn, .tgx-dropdown-hover.tgx-mobile .tgx-button, .tgx-dropdown-click.tgx-mobile, .tgx-dropdown-click.tgx-mobile .tgx-btn, .tgx-dropdown-click.tgx-mobile .tgx-button {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .tgx-modal-content {
    width: 500px;
  }
  .tgx-modal {
    padding-top: 50px;
  }
}
@media (min-width: 993px) {
  .tgx-hide-large {
    display: none !important;
  }
  .tgx-sidebar.tgx-collapse {
    display: block !important;
  }
}
@media (max-width: 992px) and (min-width: 601px) {
  .tgx-hide-medium {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .tgx-sidebar.tgx-collapse {
    display: none;
  }
  .tgx-main {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.tgx-display-topright {
  position: absolute;
  right: 15px;
  top: 5px;
  cursor: pointer;
  font-size: 30px;
  color: #444;
}

.tgx-animate-zoom {
  animation: animatezoom 0.6s;
}

@keyframes animatezoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.tgx-animate-spin {
  animation: w3-spin 2s;
}

@keyframes w3-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.tgx-animate-opacity {
  animation: opac 0.8s;
}

@keyframes opac {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tgx-animate-top {
  position: relative;
  animation: animatetop 0.4s;
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
.tgx-animate-left {
  position: relative;
  animation: animateleft 0.4s;
}

@keyframes animateleft {
  from {
    left: -300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
.tgx-animate-right {
  position: relative;
  animation: animateright 0.4s;
}

@keyframes animateright {
  from {
    right: -300px;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}
.tgx-animate-bottom {
  position: relative;
  animation: animatebottom 0.4s;
}

@keyframes animatebottom {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
.widgetkit_countdown-row {
  display: block;
  /* text-align: center;*/
  /*    display: -webkit-flex;
  	display: flex;
  	flex-wrap: wrap;
  	-webkit-justify-content: space-between;
  	justify-content: space-between;*/
}

.widgetkit-countdown .widgetkit_countdown-section {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 15px;
  /*    background: #FF5722;
  	border-radius: 15px;
  	box-shadow: 0px 6px 22px 0px rgba(0, 0, 0, 0.14);
  	padding: 20px;
  	flex-grow: 1;*/
}

.widgetkit-countdown .widgetkit_countdown-section:last-child {
  margin-right: 0;
}

.widgetkit-countdown span.widgetkit_countdown-amount {
  font-size: 70px;
  line-height: 1;
}

.widgetkit-countdown .pre_time-mid {
  display: block;
}

/************************************
* Digit and unit styles
*************************************/
.side .widgetkit_countdown-section .widgetkit_countdown-period {
  vertical-align: bottom;
}

.widgetkit-countdown .widgetkit_countdown-section .widgetkit_countdown-period {
  font-size: 17px;
  line-height: 3em;
  text-align: center;
}

/************************************
* Digit and unit side by side
*************************************/
.side .widgetkit_countdown-section .widgetkit_countdown-amount,
.side .widgetkit_countdown-section .widgetkit_countdown-period {
  display: inline-block;
}

.side .widgetkit_countdown-section .widgetkit_countdown-amount {
  margin-right: 5px;
}

/************************************
* Digit and unit up and down
*************************************/
.down .widgetkit_countdown-section .widgetkit_countdown-amount,
.down .widgetkit_countdown-section .widgetkit_countdown-period {
  display: block;
}

/* .widgetkit-countdown .widgetkit_countdown-section{
 	border:1px solid #ddd;
 }*/
.widgetkit-countdown .widgetkit_countdown-section .widgetkit_countdown-amount,
.widgetkit-countdown .widgetkit_countdown-section .widgetkit_countdown-period {
  font-weight: 700;
  color: #444;
}

.content-carousel .wk-grid-column-small, .content-carousel .wk-grid-small {
  margin-left: -15px;
}
.content-carousel .wk-grid-column-medium, .content-carousel .wk-grid-medium {
  margin-left: -30px;
}
.content-carousel .wk-grid-column-large, .content-carousel .wk-grid-large {
  margin-left: -70px;
}
.content-carousel .wk-slider-items .wk-card .wk-card-body {
  padding: 10px 30px 15px;
}
.content-carousel .wk-slider-items .wk-card .wk-card-body .wk-text-meta {
  font-size: 14px;
}
.content-carousel .wk-slider-items .wk-card .wk-card-body .wk-card-title {
  font-size: 24px;
}
.content-carousel .wk-slider-items .wk-card .wk-card-body p {
  font-size: 16px;
}
.content-carousel .wk-slider-items .wk-card .wk-card-media-top img,
.content-carousel .wk-slider-items .wk-card .wk-card-media-bottom img {
  transform: scale(1);
  transition: all 0.3s ease;
}
.content-carousel .wk-slider-items .wk-card:hover img {
  transform: scale(1.1);
  transition: all 0.3s ease;
}
.content-carousel .wk-slidenav {
  width: 40px;
  height: 40px;
  line-height: 28px;
}
.content-carousel .wk-slidenav svg {
  margin-left: 3px;
}

/************************************************************************
*  Image Feature css
************************************************************************/
/*Image Feature element start*/
.tgx-image-feature {
  transition: all 0.4s ease;
}

.tgx-image-feature .block:hover {
  transition: all 0.4s ease;
}

.tgx-image-feature .block {
  padding: 40px 20px 30px;
  position: relative;
  transition: all 0.4s ease;
}

.tgx-image-feature .block .hover-round {
  width: 100px;
  height: 100px;
  line-height: 96px;
  display: inline-block;
  position: relative;
  text-align: center;
  margin: 20px 0 30px;
  background-color: #fff;
}

.tgx-image-feature .block .hover-round:after {
  border: 1px solid #ddd;
  content: "";
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(0.8);
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transition: transform 0.2s, opacity 0.2s;
  transform: scale(0.8);
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  top: -8px;
  left: -8px;
  padding: 7px;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.tgx-image-feature .block:hover .hover-round:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.tgx-image-feature .block .feature-title {
  transition: all 0.3s ease;
  font-size: 24px;
  font-weight: 600;
}

.tgx-image-feature .block:hover .feature-title,
.tgx-image-feature .block:hover .feature-desc {
  transition: all 0.3s ease;
}

.tgx-image-feature .hover-angle {
  border: 1px solid transparent;
  display: inline-block;
  height: 80px;
  width: 80px;
  line-height: 75px;
  margin: 20px 0 30px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tgx-image-feature .feature-heading a:hover {
  text-decoration: none;
}

.tgx-image-feature .hover-angle .tgx-media,
.tgx-image-feature .hover-angle .feature-icon {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tgx-image-feature .hover-angle .tgx-media,
.tgx-image-feature .hover-angle .feature-icon,
.tgx-image-feature .hover-angle svg {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.tgx-image-feature .block:hover .hover-angle {
  border: 1px solid #ddd;
  color: #ed485f;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tgx-image-feature .hover-round .feature-icon {
  font-size: 40px;
  line-height: 100px;
}

.tgx-image-feature .hover-angle .feature-icon {
  font-size: 40px;
  line-height: 80px;
  transition: all 0.5s ease-in-out;
}

.tgx-image-feature .hover-angle svg {
  width: 60px;
  height: 100px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.5s ease-in-out;
}

.tgx-image-feature .hover-round svg {
  width: 60px;
  height: 100px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: all 0.5s ease-in-out;
}

.tgx-image-feature .block:hover .hover-round svg,
.tgx-image-feature .block:hover .hover-round .feature-icon {
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}

.tgx-image-feature .block:hover .hover-angle svg,
.tgx-image-feature .block:hover .hover-angle .feature-icon {
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  transform: rotate(315deg);
}

/*Image hover effect*/
.tgx-hover-image {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 1;
}

.tgx-hover-image .hover-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
}

.tgx-hover-image .hover-image img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
}

.tgx-hover-image .default-effect .hover-image a,
.tgx-hover-image .jazz-effect .hover-image a {
  display: flex;
  position: relative;
  z-index: 9;
}

/*Default effect*/
.tgx-hover-image .default-effect .image-caption {
  position: relative;
}

.tgx-hover-image .default-effect .image-caption .caption-title {
  margin: 0;
}

.tgx-hover-image .default-effect img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

.tgx-hover-image .default-effect:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

/*Jazz effect*/
.tgx-hover-image .jazz-effect:hover img {
  opacity: 0.3;
  -webkit-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
}

.tgx-hover-image .jazz-effect figcaption::after,
.tgx-hover-image .jazz-effect img,
.tgx-hover-image .jazz-effect p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

.tgx-hover-image .jazz-effect figcaption::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: "";
  opacity: 0;
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.tgx-hover-image .jazz-effect:hover figcaption::after {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
}

.tgx-hover-image .jazz-effect figcaption, .tgx-hover-image .jazz-effect figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tgx-hover-image .jazz-effect figcaption {
  padding: 2em;
  color: #fff;
  text-transform: capitalize;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.tgx-hover-image .jazz-effect:hover .caption-title, .tgx-hover-image .jazz-effect:hover .caption-content {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.tgx-hover-image .jazz-effect .caption-title {
  padding-top: 100px;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

.tgx-hover-image .jazz-effect .caption-title, .tgx-hover-image .jazz-effect .caption-content {
  opacity: 0;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
}

.tgx-hover-image .jazz-effect .caption-title, .tgx-hover-image .jazz-effect .caption-content {
  margin: 0;
}

.tgx-hover-image .jazz-effect .image-caption {
  text-align: left;
  z-index: 2;
}

.tgx-hover-image .jazz-effect .image-caption .caption-title,
.tgx-hover-image .jazz-effect .image-caption .caption-content {
  color: #fff;
}

/*golith effect*/
.tgx-hover-image .goliath-effect:hover img {
  -webkit-transform: translate3d(0, -91px, 0);
  transform: translate3d(0, -91px, 0);
}

.tgx-hover-image .goliath-effect figcaption::after,
.tgx-hover-image .goliath-effect img,
.tgx-hover-image .goliath-effect p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

.tgx-hover-image .goliath-effect:hover figcaption::after {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
}

.tgx-hover-image .goliath-effect figcaption, .tgx-hover-image .goliath-effect figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tgx-hover-image .goliath-effect figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.tgx-hover-image .goliath-effect:hover .caption-title {
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
}

.tgx-hover-image .goliath-effect:hover .caption-content {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.tgx-hover-image .goliath-effect .caption-title, .tgx-hover-image .goliath-effect .caption-content {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
  width: 100%;
}

.tgx-hover-image .goliath-effect .caption-content {
  text-transform: none;
  font-size: 90%;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}

/*.tgx-hover-image .goliath-effect .caption-title, .tgx-hover-image .goliath-effect .caption-content {
    -webkit-transform: scale3d(0.8,0.8,1);
    transform: scale3d(0.8,0.8,1);
}*/
.tgx-hover-image .goliath-effect .caption-title, .tgx-hover-image .goliath-effect .caption-content {
  margin: 0;
}

.tgx-hover-image .goliath-effect .image-caption {
  text-align: left;
  background: #444;
  opacity: 0;
  transition: all 0.3s ease;
}

.tgx-hover-image .goliath-effect:hover .image-caption {
  transition: all 0.3s ease;
  opacity: 1;
}

.tgx-hover-image .goliath-effect .image-caption .caption-title,
.tgx-hover-image .goliath-effect .image-caption .caption-content {
  color: #fff;
}

/*Sadie effect*/
.tgx-hover-image .sadie-effect figcaption::before, .tgx-hover-image .sadie-effecte p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

.tgx-hover-image .sadie-effect figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
  background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
  content: "";
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
}

.tgx-hover-image .sadie-effect:hover .caption-title {
  color: #fff;
  opacity: 1;
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
}

.tgx-hover-image .sadie-effect .caption-title {
  position: absolute;
  top: 44%;
  width: 100%;
  color: #484c61;
  -webkit-transition: -webkit-transform 0.35s, color 0.35s;
  transition: transform 0.35s, color 0.35s;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  padding: 0 20px;
  opacity: 0;
  left: 0;
  right: 0;
}

.tgx-hover-image .sadie-effect:hover figcaption::before, .tgx-hover-image .sadie-effect:hover .caption-content {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.tgx-hover-image .sadie-effect .caption-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  margin: 120px 0;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
  padding: 0 20px;
}

.tgx-hover-image .sadie-effect figcaption::before, .tgx-hover-image .sadie-effect .caption-content {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

/*---------------*/
/***** Bubba *****/
/*---------------*/
.tgx-hover-image .bubba-effect .hover-image {
  background: #9e5406;
}

.tgx-hover-image .bubba-effect img {
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

.tgx-hover-image .bubba-effect .hover-image a {
  display: block;
  position: relative;
  z-index: 9;
}

.tgx-hover-image .bubba-effect:hover img {
  opacity: 0.4;
}

.tgx-hover-image .image-caption {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 70px;
}

.tgx-hover-image .bubba-effect:hover .image-caption {
  opacity: 1;
}

.tgx-hover-image .bubba-effect .hover-image a::before,
.tgx-hover-image .bubba-effect .hover-image a::after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

.tgx-hover-image .bubba-effect .hover-image a::before {
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.tgx-hover-image .bubba-effect .hover-image a::after {
  border-right: 1px solid;
  border-left: 1px solid;
  border-color: #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

.tgx-hover-image .bubba-effect h2 {
  padding-top: 30%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
  opacity: 0;
}

.tgx-hover-image .bubba-effect p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

.tgx-hover-image .bubba-effect:hover .hover-image a::before,
.tgx-hover-image .bubba-effect:hover .hover-image a::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.tgx-hover-image .bubba-effect:hover h2,
.tgx-hover-image .bubba-effect:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.wkfe-search .wkfe-search-wrapper {
  position: relative;
}
.wkfe-search .wkfe-search-wrapper .click-handler {
  cursor: pointer;
  display: inline-block;
}
.wkfe-search .wkfe-search-wrapper .search-click-handler svg {
  height: auto;
}
.wkfe-search .wkfe-search-wrapper .wkfe-search-form-wrapper {
  position: absolute;
  top: 20px;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: -1;
  display: inline-block;
}
.wkfe-search .wkfe-search-wrapper .wkfe-search-form-wrapper form {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wkfe-search .wkfe-search-wrapper .wkfe-search-form-wrapper form input[type=text] {
  border-radius: 2px 0px 0px 2px;
  width: auto;
}
.wkfe-search .wkfe-search-wrapper .wkfe-search-form-wrapper form input[type=text]:focus {
  outline: none;
}
.wkfe-search .wkfe-search-wrapper .wkfe-search-form-wrapper form input[type=submit] {
  border-radius: 0px 2px 2px 0px;
  padding: 15px 25px;
}
.wkfe-search .wkfe-search-wrapper .wkfe-search-form-wrapper.left {
  left: 0;
}
.wkfe-search .wkfe-search-wrapper .wkfe-search-form-wrapper.center {
  left: 0;
  right: 0;
}
.wkfe-search .wkfe-search-wrapper .wkfe-search-form-wrapper.right {
  right: 0;
}
.wkfe-search .wkfe-search-wrapper .wkfe-search-form-wrapper.active {
  top: 30px;
  opacity: 1 !important;
  z-index: 9;
}

.wkfe-site-social .wkfe-site-social-wrapper {
  position: relative;
}
.wkfe-site-social .wkfe-site-social-wrapper .click-handler {
  cursor: pointer;
  display: inline-block;
}
.wkfe-site-social .wkfe-site-social-wrapper .click-handler svg {
  height: auto;
}
.wkfe-site-social .wkfe-site-social-wrapper .wkfe-site-social-platform-wrapper {
  position: absolute;
  top: 20px;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: -1;
  display: inline-block;
  padding: 5px 10px;
  background: #f3f3f3;
}
.wkfe-site-social .wkfe-site-social-wrapper .wkfe-site-social-platform-wrapper .social-platforms {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wkfe-site-social .wkfe-site-social-wrapper .wkfe-site-social-platform-wrapper .social-platforms a {
  margin: 0px 10px;
}
.wkfe-site-social .wkfe-site-social-wrapper .wkfe-site-social-platform-wrapper.left {
  left: 0;
}
.wkfe-site-social .wkfe-site-social-wrapper .wkfe-site-social-platform-wrapper.center {
  left: 0;
  right: 0;
}
.wkfe-site-social .wkfe-site-social-wrapper .wkfe-site-social-platform-wrapper.right {
  right: 0;
}
.wkfe-site-social .wkfe-site-social-wrapper .wkfe-site-social-platform-wrapper.active {
  top: 30px;
  opacity: 1 !important;
  z-index: 9;
}

.wkfe-contact .icon-svg-wrapper {
  cursor: pointer;
  transition: all 0.3s ease;
}
.wkfe-contact .wkfe-contact-content-wrapper {
  display: none;
  opacity: 0;
  z-index: -1;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  padding: 15px;
  background: #eee;
  width: 100%;
}
.wkfe-contact .wkfe-contact-content-wrapper .arrow-up {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #eee;
  position: absolute;
  top: -15px;
  margin: 0 auto;
}
.wkfe-contact .wkfe-contact-content-wrapper .arrow-up.left {
  left: 0;
}
.wkfe-contact .wkfe-contact-content-wrapper .arrow-up.right {
  right: 0;
}
.wkfe-contact .wkfe-contact-content-wrapper .arrow-up.center {
  left: 0;
  right: 0;
}
.wkfe-contact .wkfe-contact-content-wrapper.left {
  left: 0;
}
.wkfe-contact .wkfe-contact-content-wrapper.center {
  left: 0;
  right: 0;
}
.wkfe-contact .wkfe-contact-content-wrapper.right {
  right: 0;
}
.wkfe-contact .wkfe-contact-content-wrapper.active {
  display: block;
  opacity: 1;
  z-index: 9;
  top: 45px;
}
.wkfe-contact .wkfe-contact-content-wrapper.pos-absolute {
  position: fixed;
  top: 0;
  display: none !important;
}
.wkfe-contact .wkfe-contact-content-wrapper.active.pos-absolute {
  position: fixed;
  display: block !important;
  opacity: 1;
  z-index: 99;
  top: 45px;
  display: block;
}

.wkfe-custom-post-card .card-thumb {
  height: 175px;
  overflow: hidden;
}
.wkfe-custom-post-card .card-thumb iframe {
  height: 100%;
}
.wkfe-custom-post-card .card-thumb .thumb-wrapper {
  height: 100%;
  background: #eee;
}
.wkfe-custom-post-card .wkfe-grid {
  display: grid;
}
.wkfe-custom-post-card .wkfe-grid .card-wrapper {
  overflow: hidden;
}
.wkfe-custom-post-card .grid-1 {
  grid-template-columns: repeat(1, 1fr);
}
.wkfe-custom-post-card .grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
.wkfe-custom-post-card .grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
.wkfe-custom-post-card .grid-4 {
  grid-template-columns: repeat(4, 1fr);
}
.wkfe-custom-post-card .grid-5 {
  grid-template-columns: repeat(5, 1fr);
}
.wkfe-custom-post-card .grid-6 {
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 768px) {
  .wkfe-custom-post-card .grid-tablet-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .wkfe-custom-post-card .grid-tablet-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .wkfe-custom-post-card .grid-tablet-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .wkfe-custom-post-card .grid-tablet-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .wkfe-custom-post-card .grid-tablet-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .wkfe-custom-post-card .grid-tablet-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (max-width: 360px) {
  .wkfe-custom-post-card .grid-mobile-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .wkfe-custom-post-card .grid-mobile-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .wkfe-custom-post-card .grid-mobile-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .wkfe-custom-post-card .grid-mobile-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .wkfe-custom-post-card .grid-mobile-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .wkfe-custom-post-card .grid-mobile-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}

/************************************************************************
*  Image Compare css
************************************************************************/
.image-compare-horizontal .image-compare-handle:before, .image-compare-horizontal .image-compare-handle:after, .image-compare-vertical .image-compare-handle:before, .image-compare-vertical .image-compare-handle:after {
  content: " ";
  display: block;
  background: #f3b800;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.image-compare-horizontal .image-compare-handle:before, .image-compare-horizontal .image-compare-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px;
}

.image-compare-vertical .image-compare-handle:before, .image-compare-vertical .image-compare-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px;
}

.image-compare-before-label, .image-compare-after-label, .image-compare-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.image-compare-before-label, .image-compare-after-label, .image-compare-overlay {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.image-compare-before-label, .image-compare-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
}

.image-compare-before-label:before, .image-compare-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em;
}

.image-compare-before-label:before, .image-compare-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  padding: 5px 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.image-compare-horizontal .image-compare-before-label:before, .image-compare-horizontal .image-compare-after-label:before {
  top: 50%;
  margin-top: -19px;
}

.image-compare-vertical .image-compare-before-label:before, .image-compare-vertical .image-compare-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
}

.image-compare-left-arrow, .image-compare-right-arrow, .image-compare-up-arrow, .image-compare-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
}

.image-compare-left-arrow, .image-compare-right-arrow {
  top: 50%;
  margin-top: -6px;
}

.image-compare-up-arrow, .image-compare-down-arrow {
  left: 50%;
  margin-left: -6px;
}

.image-compare-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.image-compare-container img {
  max-width: 100%;
  position: absolute;
  top: 0;
  display: block;
}

.image-compare-container.active .image-compare-overlay, .image-compare-container.active :hover.image-compare-overlay {
  background: rgba(0, 0, 0, 0);
}

.image-compare-container.active .image-compare-overlay .image-compare-before-label,
.image-compare-container.active .image-compare-overlay .image-compare-after-label, .image-compare-container.active :hover.image-compare-overlay .image-compare-before-label,
.image-compare-container.active :hover.image-compare-overlay .image-compare-after-label {
  opacity: 0;
}

.image-compare-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.image-compare-before-label {
  opacity: 0;
}

.image-compare-before-label:before {
  content: attr(data-content);
}

.image-compare-after-label {
  opacity: 0;
}

.image-compare-after-label:before {
  content: attr(data-content);
}

.image-compare-horizontal .image-compare-before-label:before {
  left: 10px;
}

.image-compare-horizontal .image-compare-after-label:before {
  right: 10px;
}

.image-compare-vertical .image-compare-before-label:before {
  top: 25px;
}

.image-compare-vertical .image-compare-after-label:before {
  bottom: 25px;
}

.image-compare-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25;
}

.image-compare-overlay:hover {
  background: rgba(0, 0, 0, 0.5);
}

.image-compare-overlay:hover .image-compare-after-label {
  opacity: 1;
}

.image-compare-overlay:hover .image-compare-before-label {
  opacity: 1;
}

.image-compare-before {
  z-index: 20;
}

.image-compare-after {
  z-index: 10;
}

.image-compare-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid #f3b800;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer;
}

.image-compare-horizontal .image-compare-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
}

.image-compare-horizontal .image-compare-handle:after {
  top: 50%;
  margin-top: 22px;
}

.image-compare-vertical .image-compare-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.image-compare-vertical .image-compare-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.image-compare-left-arrow {
  border-right: 6px solid #f3b800;
  left: 50%;
  margin-left: -17px;
}

.image-compare-right-arrow {
  border-left: 6px solid #f3b800;
  right: 50%;
  margin-right: -17px;
}

.image-compare-up-arrow {
  border-bottom: 6px solid #f3b800;
  top: 50%;
  margin-top: -17px;
}

.image-compare-down-arrow {
  border-top: 6px solid #f3b800;
  bottom: 50%;
  margin-bottom: -17px;
}

.wk-gallery .wk-tab li a {
  padding: 5px 15px;
  background: rgba(245, 245, 245, 0.93);
  font-size: 14px;
  text-transform: uppercase;
  color: #3e4b5c;
  border: 1px solid #ddd;
}
.wk-gallery .wk-tab li a:hover {
  color: #63b570;
  box-shadow: 0px 2px 2px #ddd;
}
.wk-gallery .wk-tab .wk-active a {
  color: #63b570;
  box-shadow: 0px 2px 2px #ddd;
}
.wk-gallery .content-overlay {
  transition: all 0.3s ease;
  background: transparent;
}
.wk-gallery .content-overlay img {
  width: 100%;
}
.wk-gallery .content-overlay.from-right:before {
  content: "";
  position: absolute;
  left: 100px;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.58);
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
.wk-gallery .content-overlay.from-right:hover:before {
  opacity: 1;
  transition: all 0.3s ease;
  left: 0;
}
.wk-gallery .content-overlay.from-left:before {
  content: "";
  position: absolute;
  left: -200px;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.58);
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
.wk-gallery .content-overlay.from-left:hover:before {
  opacity: 1;
  transition: all 0.3s ease;
  left: 0;
}
.wk-gallery .content-overlay.square:before {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
  width: auto;
  height: auto;
  background: rgba(0, 0, 0, 0.58);
  opacity: 0;
  margin: auto;
  transition: all 0.3s ease;
}
.wk-gallery .content-overlay.square:hover:before {
  opacity: 1;
  transition: all 0.3s ease;
}
.wk-gallery .content-overlay .wk-gallery-body {
  color: #fff;
  background: transparent;
  opacity: 0;
  transition: all 0.3s ease;
}
.wk-gallery .content-overlay .wk-gallery-body .wk-card-title {
  font-size: 24px;
  color: #fff;
}
.wk-gallery .content-overlay .wk-gallery-body a {
  color: #fff;
}
.wk-gallery .content-overlay .wk-gallery-body .gallery-lightbox a {
  display: inline-block;
  background: transparent;
  width: 40px;
  height: 40px;
  line-height: 37px;
  margin: 0 5px;
  border: 1px solid #fff;
  border-radius: 50px;
  transition: all 0.3s ease;
  color: #fff;
}
.wk-gallery .content-overlay:hover .wk-gallery-body {
  opacity: 1;
  transition: all 0.3s ease;
}
.wk-gallery .content-bottom {
  transition: all 0.3s ease;
  background: transparent;
}
.wk-gallery .content-bottom img {
  width: 100%;
}
.wk-gallery .content-bottom.from-right .caption-button .img-link:before {
  content: "";
  position: absolute;
  left: 100px;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  transition: all 0.3s ease;
}
.wk-gallery .content-bottom.from-right:hover .caption-button .img-link:before {
  opacity: 1;
  transition: all 0.3s ease;
  left: 0;
}
.wk-gallery .content-bottom.from-left .caption-button .img-link:before {
  content: "";
  position: absolute;
  left: -200px;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  transition: all 0.3s ease;
}
.wk-gallery .content-bottom.from-left:hover .caption-button .img-link:before {
  opacity: 1;
  transition: all 0.3s ease;
  left: 0;
}
.wk-gallery .content-bottom.square .caption-button .img-link:before {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
  width: auto;
  height: auto;
  margin: auto;
  transition: all 0.3s ease;
}
.wk-gallery .content-bottom.square:hover .caption-button .img-link:before {
  opacity: 1;
  transition: all 0.3s ease;
}
.wk-gallery .content-bottom .caption-button {
  transition: all 0.3s ease;
}
.wk-gallery .content-bottom .caption-button .top-icon {
  display: inline-block;
  background: transparent;
  width: 40px;
  height: 40px;
  line-height: 37px;
  margin: 0 5px;
  border: 1px solid #fff;
  border-radius: 50px;
  transition: all 0.3s ease;
  color: #fff;
  opacity: 0;
  text-align: center;
}
.wk-gallery .content-bottom .caption-button .button-text {
  display: inline-block;
  background: transparent;
  border: 1px solid #fff;
  padding: 10px 20px;
  border-radius: 50px;
  transition: all 0.3s ease;
  color: #fff;
  opacity: 0;
}
.wk-gallery .content-bottom .caption-button .img-link:before {
  background: rgba(0, 0, 0, 0.58);
  opacity: 0;
}
.wk-gallery .content-bottom .wk-gallery-body {
  color: #000;
  transition: all 0.3s ease;
}
.wk-gallery .content-bottom .wk-gallery-body a .wk-card-title {
  font-size: 24px;
  color: #000;
}
.wk-gallery .content-bottom:hover {
  transition: all 0.3s ease;
}
.wk-gallery .content-bottom:hover .top-icon, .wk-gallery .content-bottom:hover .button-text {
  opacity: 1;
}

@media (max-width: 768px) {
  .wk-gallery .wk-tab li a {
    margin-bottom: 15px;
  }
}
/************************************************************************
*  Portfolio css
************************************************************************/
/*Portfoloio element start*/
@font-face {
  font-family: "lightcase";
  src: url("../fonts/lightcase.eot?55356177");
  src: url("../fonts/lightcase.eot?55356177#iefix") format("embedded-opentype"), url("../fonts/lightcase.woff?55356177") format("woff"), url("../fonts/lightcase.ttf?55356177") format("truetype"), url("../fonts/lightcase.svg?55356177#lightcase") format("svg");
  font-weight: normal;
  font-style: normal;
}
.tgx-portfolio .portfolio-filter {
  margin-bottom: 40px;
  margin-left: 0px;
}
.tgx-portfolio .portfolio-filter li {
  margin: 0;
}
.tgx-portfolio .portfolio-filter li:first-child {
  padding-left: 0;
}
.tgx-portfolio .portfolio-filter li:last-child {
  padding-right: 0;
}

.tgx-portfolio .portfolio-filter li a {
  font-size: 16px;
  padding: 10px 15px;
  outline: none;
  text-decoration: none;
  font-weight: 600;
}

.tgx-portfolio .portfolio-filter li a.active,
.tgx-portfolio .portfolio-filter li a:hover,
.tgx-portfolio .portfolio-filter li a:focus {
  background: transparent;
  outline: none;
  text-decoration: none;
}

.tgx-portfolio .portfolio-item img {
  width: 100%;
}

.tgx-portfolio .portfolio-item .title {
  font-size: 20px;
}

.tgx-portfolio .portfolio-item .desc {
  font-size: 12px;
}

/*Fitter border css*/
.portfolio-filter.border {
  padding-bottom: 15px;
}

.portfolio-filter.border > li {
  display: inline-block;
  padding: 10px 10px;
}

.portfolio-filter.border > li a {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  position: relative;
}

.portfolio-filter.border > li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 100%;
  height: 1px;
  background-color: transparent;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
}

.portfolio-filter.border > li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 1px;
  background: transparent;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
}

.portfolio-filter.border > li a:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.portfolio-filter.border > li a:hover:after {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.portfolio-filter.border > li a.mixitup-control-active,
.portfolio-filter.border > li a.active,
.portfolio-filter.border > li a:hover {
  color: #ed485f;
}

.portfolio-filter.border > li a.mixitup-control-active:before,
.portfolio-filter.border > li a.active:before,
.portfolio-filter.border > li a:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background-color: #ed485f;
}

.portfolio-filter.border > li a.mixitup-control-active:after,
.portfolio-filter.border > li a.active:after,
.portfolio-filter.border > li a:hover:after {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background-color: #ed485f;
}

.portfolio-filter.border > div {
  margin: -3px -2px !important;
}

/*Fitter round css*/
.portfolio-filter.round {
  padding-bottom: 15px;
}

.portfolio-filter.round > li {
  display: inline-block;
  padding: 5px 10px;
}

.portfolio-filter.round > li a {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  position: relative;
  border: 1px solid #ece9f0;
  display: inline-block;
  padding: 10px 15px;
  margin: 0;
}

.portfolio-filter.round > div {
  margin: -3px -2px !important;
}

/*filter slash start*/
.portfolio-filter.slash {
  position: relative;
}

.portfolio-filter.slash > li {
  display: inline-block;
  padding: 5px 0px;
}

.portfolio-filter.slash > li .filter-slash {
  margin: 0 5px 0 -15px;
}

.portfolio-filter.slash > li a {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  position: relative;
  padding: 0 15px 0 0px;
}

.portfolio-filter.slash > li a.mixitup-control-active,
.portfolio-filter.slash > li a.active,
.portfolio-filter.slash > li a:hover {
  color: #6d6be7;
}

.portfolio-filter.slash > li a.mixitup-control-active:before,
.portfolio-filter.slash > li a.active:before,
.portfolio-filter.slash > li a:hover:before {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background-color: #ddd;
}

.portfolio-filter.slash > li a.mixitup-control-active:after,
.portfolio-filter.slash > li a.active:after,
.portfolio-filter.slash > li a:hover:after {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background-color: #6d6be7;
}

.portfolio-filter.slash > div {
  margin: -3px -2px !important;
}

/*Hover effect 1 start*/
.overlay {
  background: inherit;
  position: inherit;
  opacity: 1;
}

.tgx-portfolio #hover-1 .portfolio-item:hover .portfolio-buttons {
  opacity: 1;
}

.tgx-portfolio #hover-1 .portfolio-item img {
  width: 100%;
}

.tgx-portfolio #hover-1 .portfolio-item .portfolio-buttons {
  position: absolute;
  top: 40%;
  left: 0;
  opacity: 0;
  right: 0;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.tgx-portfolio #hover-1 .portfolio-item .portfolio-buttons a {
  display: inline-block;
  background: #fff;
  margin: 0 5px;
  text-align: center;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  color: #51BBE5;
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 50px;
  line-height: 55px;
  font-size: 18px;
}

.tgx-portfolio #hover-1 .portfolio-item .portfolio-buttons a i {
  font-size: 20px;
}

.tgx-portfolio #hover-1 .portfolio-item .portfolio-buttons a:hover {
  color: #51BBE5;
}

.tgx-portfolio .hover-1 .portfolio-item span {
  display: block;
  position: relative;
  overflow: hidden;
}

.tgx-portfolio .hover-1 .portfolio-item span div {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(81, 187, 229, 0.92);
}

.tgx-portfolio .hover-1 .portfolio-item img {
  display: block;
  position: relative;
}

/*Hover effect 2 start*/
.tgx-portfolio .hover-2 .portfolio-item {
  padding: 0px;
  text-align: center;
}

.tgx-portfolio .hover-2 .portfolio-btn a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 0;
  font-size: 18px;
}

.tgx-portfolio .hover-2 .icon-search {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  margin: 0 -10px;
  text-align: center;
  border-radius: 2px;
  opacity: 0;
  -moz-animation: imageLinksTwo 0.4s 1;
  transform: translateX(0%) translateY(-50%);
  -webkit-transform: translateX(0%) translateY(-50%);
  -moz-transform: translateX(0%) translateY(-50%);
  -ms-transform: translateX(0%) translateY(-50%);
  -o-transform: translateX(0%) translateY(-50%);
  border: 1px solid #fff;
  color: #fff;
}

.tgx-portfolio .hover-2 .icon-search:hover {
  background: #fff;
  color: #6d6be7;
  border-color: #fff;
}

.tgx-portfolio .hover-2 .overlay:hover .overlay-spin:before {
  opacity: 0.9;
}

.tgx-portfolio .hover-2 .overlay:hover .icon-search {
  opacity: 1;
  transform: translateX(-50px) translateY(-50%) rotate(0deg);
  -webkit-transform: translateX(-50px) translateY(-50%) rotate(0deg);
}

.tgx-portfolio .hover-2 .overlay:hover .icon-link {
  opacity: 1;
  transform: translateX(50px) translateY(-50%) rotate(0);
  -webkit-transform: translateX(50px) translateY(-50%) rotate(0);
  -moz-transform: translateX(50px) translateY(-50%) rotate(0);
  -ms-transform: translateX(50px) translateY(-50%) rotate(0);
  -o-transform: translateX(50px) translateY(-50%) rotate(0);
}

.tgx-portfolio .hover-2 .overlay:hover .portfolio-content {
  opacity: 1;
  transition: all 0.5s ease;
  left: 56px;
}

.tgx-portfolio .hover-2 .overlay .portfolio-content {
  position: absolute;
  bottom: 5px;
  left: 150px;
  transition: all 0.5s ease;
  opacity: 0;
  color: #fff;
}

.tgx-portfolio .hover-2 .overlay .portfolio-content .title {
  color: #fff;
  margin-bottom: 0;
}

.tgx-portfolio .hover-2 .icon-link {
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 40%;
  z-index: 4;
  margin: 0 5px;
  text-align: center;
  font-size: 17px;
  color: #fff;
  opacity: 0;
  -moz-animation: imageLinksTwo 0.4s 1;
  transform: translateX(0%) translateY(-50%);
  -webkit-transform: translateX(0%) translateY(-50%);
  -moz-transform: translateX(0%) translateY(-50%);
  -ms-transform: translateX(0%) translateY(-50%);
  -o-transform: translateX(0%) translateY(-50%);
}

.tgx-portfolio .hover-2 .icon-link:hover {
  background: #fff;
  color: #6d6be7;
  border-color: #fff;
}

@-webkit-keyframes imageLinksOne {
  0% {
    transform: translateX(0px) translateY(-50%) rotate(0);
  }
  50% {
    transform: translateX(-55px) translateY(-50%) rotate(-20deg);
  }
  100% {
    transform: translateX(-50px) translateY(-50%) rotate(0deg);
  }
}
@keyframes imageLinksOne {
  0% {
    transform: translateX(0px) translateY(-50%) rotate(0);
  }
  50% {
    transform: translateX(-55px) translateY(-50%) rotate(-20deg);
  }
  100% {
    transform: translateX(-50px) translateY(-50%) rotate(0deg);
  }
}
.tgx-portfolio .hover-2 .overlay-spin,
.tgx-portfolio .hover-4 .overlay-spin {
  position: relative;
}

.tgx-portfolio .hover-2 .overlay-spin:before {
  position: absolute;
  content: "";
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  opacity: 0;
  background-color: #4da2ff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@-webkit-keyframes imageLinksTwo {
  0% {
    transform: translateX(0px) translateY(-50%) rotate(0);
  }
  50% {
    transform: translateX(55px) translateY(-50%) rotate(20deg);
  }
  100% {
    transform: translateX(50px) translateY(-50%) rotate(0);
  }
}
@keyframes imageLinksTwo {
  0% {
    transform: translateX(0px) translateY(-50%) rotate(0);
  }
  50% {
    transform: translateX(55px) translateY(-50%) rotate(20deg);
  }
  100% {
    transform: translateX(50px) translateY(-50%) rotate(0);
  }
}
/*hover effect 3*/
.tgx-portfolio .hover-3 {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.tgx-portfolio .hover-3 .effect-3 {
  overflow: hidden;
  position: relative;
}

.tgx-portfolio .hover-3 .effect-3 .info {
  background-color: rgba(54, 55, 50, 0.79);
  bottom: -155px;
  color: #fff;
  padding: 25px 30px 5px;
  position: absolute;
  width: 100%;
  text-align: left;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.tgx-portfolio .hover-3 .effect-3:hover .info {
  bottom: 0;
}

.tgx-portfolio .hover-3 .effect-3 .info .title {
  margin: 0;
}

.tgx-portfolio .hover-3 .effect-3 .external-link {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 20px;
  top: -55px;
  opacity: 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.tgx-portfolio .hover-3 .effect-3 .external-link li {
  display: inline-block;
}

.tgx-portfolio .hover-3 .effect-3 .external-link li a {
  background-color: rgba(255, 255, 255, 0.9);
  color: #818181;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 0px;
  font-size: 18px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.tgx-portfolio .hover-3 .effect-3 .external-link li a:hover {
  background-color: #009EE3;
  color: #fff;
}

.tgx-portfolio .hover-3 .effect-3:hover .external-link {
  top: 15px;
  opacity: 1;
  z-index: 9;
}

.icon-link:before {
  content: "";
}

/*Hover Effect 4*/
.tgx-portfolio .hover-4 .overlay {
  position: relative;
}

.tgx-portfolio .hover-4 .overlay .portfolio-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 41%;
  transition: all 0.5s ease;
  opacity: 0;
  color: #fff;
  text-align: center;
}

.tgx-portfolio .hover-4 .overlay .portfolio-content .title {
  font-size: 28px;
  margin-top: -70px;
  transition: all 0.3s ease;
  position: relative;
}

.tgx-portfolio .hover-4 .overlay .portfolio-content .title:before {
  content: "";
  position: absolute;
  background: #fff;
  width: 100px;
  height: 1px;
  left: 0;
  right: 0;
  text-align: center;
  top: 200px;
  transition: all 0.3s ease;
  margin: auto;
}

.tgx-portfolio .hover-4 .overlay:hover .portfolio-content .title:before {
  top: 50px;
}

.tgx-portfolio .hover-4 .overlay:hover .portfolio-content .title {
  margin-top: 0px;
}

.tgx-portfolio .hover-4 .overlay:hover .portfolio-content {
  opacity: 1;
  transition: all 0.5s ease;
}

.tgx-portfolio .hover-4 .overlay-spin:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background-color: #4da2ff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.tgx-portfolio .hover-4 .overlay:hover .overlay-spin:before {
  opacity: 0.9;
}

.tgx-portfolio .hover-4 .overlay .demo_link {
  top: 0;
  width: 100%;
  height: 100%;
}
.tgx-portfolio .hover-4 .overlay .demo_link a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-self: center;
}

@media (max-width: 1080px) {
  .elementor-lightbox .elementor-lightbox-item img {
    width: 100%;
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .elementor-lightbox .elementor-lightbox-item img {
    width: 100%;
  }
}
/************************************************************************
*  Pricing 1 css
************************************************************************/
/*Pricing table element*/
.pricing-single-ribbon {
  position: absolute;
  top: 0px;
  overflow: hidden;
  height: 25px;
  left: 0;
  right: 0;
  margin: auto;
  background: red;
  width: 312px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tgx-price-table {
  background: #f9f9f9;
  padding: 10px 30px;
  box-shadow: 1px 2px 4px #ddd;
  transition: all 0.3s ease;
}

.tgx-price-table:hover {
  box-shadow: 1px 2px 15px #ddd;
  transition: all 0.3s ease;
}

.tgx-price-table__price {
  margin: 40px 0;
}

.tgx-price-table__price del {
  font-size: 24px;
}

.tgx-price-table__heading {
  font-size: 26px;
}

.tgx-price-table__price {
  font-size: 52px;
}

.tgx-price-table__currency {
  font-size: 32px;
}

.tgx-price-table .tgx-pricing-icon {
  position: relative;
}

.tgx-price-table .tgx-pricing-icon:after {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 100px;
  z-index: -1;
  top: 0;
  bottom: 0;
}

.tgx-price-table .tgx-pricing-icon .price-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50px;
}

.tgx-price-table__period {
  font-size: 20px;
}

.tgx-price-table__features-list {
  margin-left: 0px;
  padding: 0;
}

.tgx-price-table__features-list li {
  list-style: none;
  font-size: 14px;
}

.tgx-price-table__feature-inner i {
  margin-right: 5px;
}

.tgx-price-table__button {
  padding: 10px 20px;
  border: 1px solid #ed485f;
  color: #fff;
  background: #ed485f;
  margin: 15px 0px 25px 0px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
}

.tgx-price-table__button:hover {
  color: #ed485f;
  border: 1px solid #ed485f;
  background: #fff;
}

/************************************************************************
*  Pricing 2 css
************************************************************************/
.tgx-single-pricing {
  background-color: #fff;
  box-shadow: 0px 21px 49px 1px rgba(145, 149, 171, 0.15);
  margin-bottom: 30px;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

.tgx-single-pricing .tgx-single-wrapper {
  padding: 0 30px 30px;
}

.tgx-single-pricing .tgx-single-heading .price {
  background-color: #ed485f;
  color: #fff;
  -webkit-clip-path: ellipse(45% 70% at 50% 2%);
  clip-path: ellipse(45% 70% at 50% 2%);
  height: 150px;
  text-align: center;
  padding-top: 20px;
}

.tgx-single-pricing .tgx-single-heading .price .amount {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
}

.tgx-single-pricing .tgx-single-heading .price .curency,
.tgx-single-pricing .tgx-single-heading .price .curency {
  font-size: 16px;
}

.tgx-single-pricing .tgx-single-image {
  margin: 10px 0 40px;
}

.tgx-single-pricing .tgx-single-about .tgx-single-title {
  font-size: 32px;
  color: #ed485f;
  margin-bottom: 10px;
}

.tgx-single-pricing .tgx-single-features-list {
  list-style: none;
}

.tgx-single-pricing .tgx-single-features-list {
  margin: 30px 0px 20px;
  font-size: 14px;
  padding: 0;
}

.tgx-single-pricing .tgx-feature-item-2 {
  padding: 10px 0;
}

.tgx-single-pricing .tgx-feature-item-2 i {
  margin-right: 5px;
}

.tgx-single-pricing .tgx-single-about {
  font-size: 14px;
  margin-top: 10px;
}

.tgx-single-pricing .tgx-single-footer .tgx-single-btn {
  background-color: #ed485f;
  padding: 15px 20px;
  width: 100%;
  display: inline-block;
  text-align: center;
  color: #fff;
  border: 1px solid transparent;
  font-size: 14px;
}

.tgx-single-pricing .tgx-single-footer .tgx-single-btn:hover {
  background-color: #fff;
  border: 1px solid #ed485f;
  color: #ed485f;
}

/************************************************************************
*  Pricing tab css
************************************************************************/
.tgx-pricing-tab-wrapper {
  background: #f1f1f1;
  padding: 0 30px 30px;
}

.pricing-tab .pricing-btn {
  font-size: 15px;
  font-weight: bold;
  padding: 20px;
}

.pricing-tab .price-title {
  margin: 3px 0;
  font-size: 24px;
}

.pricing-tab .price-subtitle {
  font-size: 14px;
}

.pricing-tab .pricing-content {
  text-align: left;
  margin-top: 40px;
}

.pricing-tab > button {
  width: 100%;
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  outline: 0;
  border: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent;
}

.pricing-tab > .pricing-btn {
  display: block;
  margin-top: 1px;
  /*background:#5a5243;*/
  color: #444;
  text-align: center;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  border-bottom: 1px solid #ddd;
}

.pricing-tab > input {
  display: none !important;
}

.pricing-tab > input:checked + label + .pricing-content {
  display: block;
}

.pricing-tab > input:checked + label + .pricing-content > .pricing-content-wrapper {
  -webkit-animation: showTab 250ms ease-in-out;
  animation: showTab 250ms ease-in-out;
}

.pricing-tab > .pricing-content {
  /*background:#fff;*/
  display: none;
}

.pricing-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pricing-tab > .pricing-btn {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  cursor: pointer;
}

.pricing-tab > input:checked + label,
.pricing-tab > .pricing-btn:hover {
  color: #ed485f;
  border-bottom: 1px solid #ed485f;
}

.pricing-tab > .pricing-content {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.tgx-pricing-tab-feature ul {
  margin: 0;
}

.tgx-pricing-tab-feature ul li {
  padding: 7px 0;
  color: #444;
  list-style: none;
}

.tgx-pricing-tab-feature ul li i {
  margin-right: 10px;
}

.tgx-pricing-tab-heading .cost {
  color: #fff;
  -webkit-clip-path: ellipse(45% 70% at 50% 2%);
  clip-path: ellipse(45% 70% at 50% 2%);
  height: 120px;
  text-align: center;
  padding-top: 10px;
}

.tgx-pricing-tab-image {
  text-align: center;
}

.tgx-pricing-tab-0 .tgx-pricing-tab-heading .cost {
  background-color: #0069ff;
  color: #fff;
}

.tgx-pricing-tab-0 .tgx-pricing-tab-image {
  margin: 10px 40px;
}

.tgx-pricing-tab-0 .tgx-pricing-tab-heading .cost .amount {
  font-size: 32px;
}

.tgx-pricing-tab-0 .tgx-pricing-tab-title {
  color: #0069ff;
  margin-bottom: 10px;
}

.tgx-pricing-tab-0 .tgx-pricing-tab-footer .tgx-pricing-tab-btn {
  border: 1px solid #0069ff;
  background-color: #0069ff;
}

.tgx-pricing-tab-0 .tgx-pricing-tab-footer .tgx-pricing-tab-btn:hover {
  border: 1px solid #0069ff;
  background-color: #fff;
  color: #0069ff;
}

.tgx-pricing-tab-1 .tgx-pricing-tab-heading .cost {
  background-color: #e55;
  color: #fff;
}

.tgx-pricing-tab-1 .tgx-pricing-tab-image {
  margin: 10px 40px;
}

.tgx-pricing-tab-1 .tgx-pricing-tab-heading .cost .amount {
  font-size: 32px;
}

.tgx-pricing-tab-1 .tgx-pricing-tab-title {
  color: #e55;
  margin-bottom: 10px;
}

.tgx-pricing-tab-1 .tgx-pricing-tab-footer .tgx-pricing-tab-btn {
  border: 1px solid #e55;
  background-color: #e55;
}

.tgx-pricing-tab-1 .tgx-pricing-tab-footer .tgx-pricing-tab-btn:hover {
  border: 1px solid #e55;
  background-color: #fff;
  color: #e55;
}

.tgx-pricing-tab-2 .tgx-pricing-tab-heading .cost {
  background-color: #2ecc71;
  color: #fff;
}

.tgx-pricing-tab-2 .tgx-pricing-tab-image {
  margin: 10px 40px;
}

.tgx-pricing-tab-0 .tgx-pricing-tab-heading .cost .amount,
.tgx-pricing-tab-1 .tgx-pricing-tab-heading .cost .amount,
.tgx-pricing-tab-2 .tgx-pricing-tab-heading .cost .amount {
  font-size: 32px;
  color: #fff;
}

.tgx-pricing-tab-2 .tgx-pricing-tab-title {
  color: #2ecc71;
  margin-bottom: 10px;
}

.tgx-pricing-tab-2 .tgx-pricing-tab-footer .tgx-pricing-tab-btn {
  border: 1px solid #2ecc71;
  background-color: #2ecc71;
}

.tgx-pricing-tab-2 .tgx-pricing-tab-footer .tgx-pricing-tab-btn:hover {
  border: 1px solid #2ecc71;
  background-color: #fff;
  color: #2ecc71;
}

.tgx-pricing-tab-footer .tgx-pricing-tab-btn {
  padding: 15px 20px;
  font-size: 16px;
  width: 100%;
  display: inline-block;
  text-align: center;
  color: #fff;
}

@-webkit-keyframes showTab {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes showTab {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media (max-width: 667px) {
  .tgx-pricing-tab-wrapper {
    margin: 40px 0 0;
  }
}
@media (max-width: 480px) {
  .pricing-tab .price-title {
    font-size: 12px;
  }
  .pricing-tab .price-subtitle {
    font-size: 8px;
  }
  .pricing-tab .pricing-btn {
    padding: 8px;
  }
  .tgx-pricing-tab-wrapper {
    margin: 40px 0 0;
  }
}
/************************************************************************
*  Slider 1 css
************************************************************************/
/*Slider section start*/
.tgx-slider-1 {
  position: relative;
}

.tgx-slider-1 .carousel {
  overflow: hidden;
}

.tgx-slider-1 .carousel:hover .carousel-control.right-control,
.tgx-slider-1 .carousel:hover .carousel-control.left-control {
  opacity: 1;
  transition: all 0.3s ease;
  margin: 0 60px;
}

.tgx-slider-1 .carousel:hover .carousel-control {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.tgx-slider-1 .carousel:hover .carousel-control.left {
  margin-left: 0;
  margin-left: -40px;
}

.tgx-slider-1 .carousel:hover .carousel-controlright {
  margin-right: 0;
  background-image: none;
  margin-right: -40px;
  right: 0;
  left: auto;
}

.tgx-slider-1 .carousel:hover.right-control,
.tgx-slider-1 .carousel:hover.left-control {
  background-image: none;
  background-repeat: no-repeat;
  margin: 0 50px;
  height: 35px;
  width: 35px;
  line-height: 35px;
  opacity: 0;
  top: 45%;
  border-radius: 0;
  transition: all 0.3s ease;
}

.tgx-slider-1 .carousel .carousel-inner .item {
  height: 703px;
}

.tgx-slider-1 .carousel .carousel-inner .item > img,
.tgx-slider-1 .carousel .carousel-inner .item > a > img {
  width: 100%;
  height: 100%;
}

.tgx-slider-1 .carousel .carousel-inner .item:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
}

.tgx-slider-1 .carousel .carousel-inner .item .carousel-caption {
  width: 70%;
  margin: auto;
  left: 0;
  right: 0;
  color: #fff;
  text-shadow: none;
}

.tgx-slider-1 .carousel .carousel-inner .item .carousel-caption .slider-title {
  color: #fff;
  font-size: 52px;
  line-height: 55px;
}

.tgx-slider-2 .carousel .carousel-inner .item .carousel-caption .slider-description {
  font-size: 18px;
}

.tgx-slider-1 .carousel .carousel-inner .item .carousel-caption .btn-slider {
  letter-spacing: 1px;
  transition: all 0.3s ease;
  line-height: 30px;
  border-radius: 4px;
  padding: 10px 30px;
  display: inline-block;
}

.tgx-slider-1 .carousel .carousel-inner .item .carousel-caption .slider-description {
  margin: auto;
}

.tgx-slider-1 .carousel .carousel-indicators li {
  width: 15px;
  height: 15px;
  border-radius: 2px;
  margin: 0 3px 0 0;
  border: 2px solid;
  transition: all 0.3s ease;
}
.tgx-slider-1 .carousel .carousel-indicators li:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  border: 2px solid transparent;
  width: 5px;
  height: 5px;
  border-radius: 1px;
  top: 0;
  bottom: 0;
  z-index: -1;
  margin: auto;
}

.tgx-slider-1 .carousel .carousel-indicators li.active {
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  position: relative;
  background-color: transparent;
}

.tgx-slider-1 .carousel .carousel-indicators li.active:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  border: 2px solid #fff;
  width: 5px;
  height: 5px;
  border-radius: 1px;
  top: 0;
  bottom: 0;
  z-index: -1;
  margin: auto;
}

.tgx-slider-1 .carousel:hover .carousel-control.left {
  margin-left: 20px;
}

.tgx-slider-1 .carousel:hover .carousel-control.right {
  margin-right: 20px;
}

.tgx-slider-1 .carousel .carousel-control.right {
  background-image: none;
}

.tgx-slider-1 .carousel .carousel-control {
  top: 45%;
  bottom: auto;
  width: 50px;
  height: 50px;
  z-index: 10;
  opacity: 1;
  border-radius: 2px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.tgx-slider-1 .carousel .carousel-control:hover:before {
  opacity: 0;
}

.tgx-slider-1 .carousel .carousel-control:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  top: 14px;
  bottom: 0;
}

.tgx-slider-1 .carousel .left {
  transition: all 0.3s ease;
}

.tgx-slider-1 .carousel .left:before {
  left: -1px;
  right: 0;
}

.tgx-slider-1 .carousel .left:hover i {
  margin-left: -50px;
  transition: all 0.3s ease;
}

.tgx-slider-1 .carousel .right {
  transition: all 0.3s ease;
}

.tgx-slider-1 .carousel .right:before {
  right: -1px;
}

.tgx-slider-1 .carousel .right:hover i {
  margin-left: 35px;
  transition: all 0.3s ease;
}

.tgx-slider-1 .carousel .carousel-control i {
  vertical-align: middle;
  font-size: 25px;
  margin-top: 12px;
  text-shadow: none;
  transition: all 0.3s ease;
  position: static;
}

.tgx-slider-1 .carousel .carousel-control.left {
  margin-left: -50px;
  background-image: none;
}

.tgx-slider-1 .carousel .carousel-control.right {
  margin-right: -50px;
  background-image: none;
}

.animate-delay-1 {
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
  /* Safari and Chrome */
  -moz-animation-delay: 0.7s;
  /* Safari and Chrome */
  -o-animation-delay: 0.7s;
  /* Safari and Chrome */
}

.animate-delay-2 {
  animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
  /* Safari and Chrome */
  -moz-animation-delay: 1.1s;
  /* Safari and Chrome */
  -o-animation-delay: 1.1s;
  /* Safari and Chrome */
}

.animate-delay-3 {
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  /* Safari and Chrome */
  -moz-animation-delay: 1.5s;
  /* Safari and Chrome */
  -o-animation-delay: 1.5s;
  /* Safari and Chrome */
}

.animate-delay-4 {
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  /* Safari and Chrome */
  -moz-animation-delay: 2s;
  /* Safari and Chrome */
  -o-animation-delay: 2s;
  /* Safari and Chrome */
}

@media screen and (min-width: 1600px) {
  .tgx-slider-1 .carousel-inner .item {
    height: 950px;
    /*height:950px !important;*/
  }
}
@media screen and (min-width: 1080px) {
  .tgx-slider-1 .carousel-inner .item {
    height: 500px;
    /*height:500px !important;*/
  }
}
/************************************************************************
*  Slider 2 css
************************************************************************/
.tgx-slider-2 {
  position: relative;
}
.tgx-slider-2 .carousel.slide {
  width: 100%;
}

.tgx-slider-2 .carousel {
  overflow: hidden;
}

.tgx-slider-2 .carousel:hover .carousel-control.right-control,
.tgx-slider-2 .carousel:hover .carousel-control.left-control {
  opacity: 1;
  transition: all 0.3s ease;
  margin: 0 60px;
}

.tgx-slider-2 .carousel:hover .carousel-control {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.tgx-slider-2 .carousel:hover .carousel-control.left {
  margin-left: 0;
  margin-left: -40px;
}

.tgx-slider-2 .carousel:hover .carousel-controlright {
  margin-right: 0;
  background-image: none;
  margin-right: -40px;
  right: 0;
  left: auto;
}

.tgx-slider-2 .carousel:hover.right-control,
.tgx-slider-2 .carousel:hover.left-control {
  background-image: none;
  background-repeat: no-repeat;
  margin: 0 50px;
  height: 35px;
  width: 35px;
  line-height: 35px;
  opacity: 0;
  top: 45%;
  border-radius: 0;
  transition: all 0.3s ease;
}

.tgx-slider-2 .carousel .carousel-inner .item {
  height: 703px;
}

.tgx-slider-2 .carousel .carousel-inner .item > img,
.tgx-slider-2 .carousel .carousel-inner .item > a > img {
  width: 100%;
  height: 100%;
}

.tgx-slider-2 .carousel .carousel-inner .item:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
}

.tgx-slider-2 .carousel .carousel-inner .item .carousel-caption {
  width: 70%;
  margin: auto;
  left: 0;
  right: 0;
  color: #fff;
}

.tgx-slider-2 .carousel .carousel-inner .item .carousel-caption .slider-title {
  color: #fff;
  font-size: 52px;
  line-height: 55px;
}

.tgx-slider-2 .carousel .carousel-inner .item .carousel-caption .slider-description {
  margin: auto;
  font-size: 18px;
}

.tgx-slider-2 .carousel .carousel-inner .item .carousel-caption .btn-slider {
  letter-spacing: 1px;
  transition: all 0.3s ease;
  line-height: 30px;
  border-radius: 0;
  padding: 10px 30px;
  display: inline-block;
}

.tgx-slider-2 .carousel .carousel-inner .item .carousel-image {
  top: 250px;
  position: absolute;
  left: -15%;
  right: -15%;
}

.tgx-slider-2 .carousel .carousel-indicators li {
  width: 16px;
  height: 16px;
  border-radius: 0px;
  margin: 0 3px 0 0;
  border: 1px solid #fff;
  transition: all 0.3s ease;
}

.tgx-slider-2 .carousel .carousel-indicators li.active {
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  position: relative;
  background-color: transparent;
}

.tgx-slider-2 .carousel-indicators li,
.tgx-slider-2 .carousel .carousel-control {
  border: 1px solid #fff;
}

.tgx-slider-2 .carousel:hover .carousel-control.left {
  margin-left: 20px;
}

.tgx-slider-2 .carousel:hover .carousel-control.right {
  margin-right: 20px;
}

.tgx-slider-2 .carousel .carousel-control.right {
  background-image: none;
}

.tgx-slider-2 .carousel .carousel-control {
  top: 45%;
  bottom: auto;
  width: 50px;
  height: 50px;
  z-index: 10;
  opacity: 1;
  line-height: 45px;
  border-radius: 0px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
}

.tgx-slider-2 .carousel .carousel-control:hover:before {
  opacity: 0;
}

.tgx-slider-2 .carousel .carousel-control:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  top: 14px;
  bottom: 0;
}

.tgx-slider-2 .carousel .left {
  transition: all 0.3s ease;
}

.tgx-slider-2 .carousel .left:before {
  left: -1px;
  right: 0;
}

.tgx-slider-2 .carousel .left:hover i {
  margin-left: -50px;
  transition: all 0.3s ease;
}

.tgx-slider-2 .carousel .right {
  transition: all 0.3s ease;
}

.tgx-slider-2 .carousel .right:before {
  right: -1px;
}

.tgx-slider-2 .carousel .right:hover i {
  margin-left: 35px;
  transition: all 0.3s ease;
}

.tgx-slider-2 .carousel .carousel-control span {
  vertical-align: middle;
  font-size: 25px;
  margin-top: 0;
  text-shadow: none;
  transition: all 0.3s ease;
  line-height: 33px;
  left: 20px;
  top: 7px;
}

.tgx-slider-2 .carousel .carousel-control.left {
  margin-left: -50px;
  background-image: none;
}

.tgx-slider-2 .carousel .carousel-control.right {
  margin-right: -50px;
  background-image: none;
}

.animate-delay-1 {
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
  /* Safari and Chrome */
  -moz-animation-delay: 0.7s;
  /* Safari and Chrome */
  -o-animation-delay: 0.7s;
  /* Safari and Chrome */
}

.animate-delay-2 {
  animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
  /* Safari and Chrome */
  -moz-animation-delay: 1.1s;
  /* Safari and Chrome */
  -o-animation-delay: 1.1s;
  /* Safari and Chrome */
}

.animate-delay-3 {
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  /* Safari and Chrome */
  -moz-animation-delay: 1.5s;
  /* Safari and Chrome */
  -o-animation-delay: 1.5s;
  /* Safari and Chrome */
}

.animate-delay-4 {
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  /* Safari and Chrome */
  -moz-animation-delay: 2s;
  /* Safari and Chrome */
  -o-animation-delay: 2s;
  /* Safari and Chrome */
}

@media screen and (min-width: 1600px) {
  .tgx-slider-2 .carousel-inner .item .carousel-caption {
    top: 320px !important;
  }
}
@media screen and (max-width: 667px) {
  .tgx-slider-2 .carousel-inner .item .carousel-caption {
    width: 320px;
    top: 70px;
  }
  .tgx-slider-2 .carousel-inner .item .carousel-caption .slider-description {
    width: 320px;
    font-size: 14px;
  }
  .tgx-slider-2 .carousel .carousel-inner .item .carousel-image {
    top: 450px;
    left: 100px;
    right: 0;
  }
}
@media screen and (max-width: 480px) {
  .tgx-slider-2 .carousel-inner .item .carousel-caption {
    width: 320px;
    top: 70px;
  }
  .tgx-slider-2 .carousel-inner .item .carousel-caption .slider-description {
    width: 320px;
    font-size: 14px;
  }
  .tgx-slider-2 .carousel .carousel-inner .item .carousel-image {
    top: 450px;
    left: 35px;
    right: 0;
  }
}
/************************************************************************
*  Slider 3 css
************************************************************************/
.tgx-slider-3 .slideshow {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.tgx-slider-3 .slides {
  position: absolute;
  width: 100%;
  height: 100%;
}

.tgx-slider-3 .slider {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.tgx-slider-3 .slide--current {
  opacity: 1;
  pointer-events: auto;
}

.tgx-slider-3 .slide__img {
  position: absolute;
  top: -200px;
  left: -200px;
  width: calc(100% + 400px);
  height: calc(100% + 400px);
  background-size: cover;
  background-position: 50% 50%;
}

.tgx-slider-3 .slide__img:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.56);
  width: 100%;
  height: 100%;
}

.tgx-slider-3 .slidenav {
  position: absolute;
  width: 300px;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  padding: 50px 0;
  margin: 20px auto;
}

.tgx-slider-3 .slidenav__item {
  border: 0;
  background: none;
  font-weight: bold;
  color: #ed485f;
  font-size: 16px;
}

.tgx-slider-3 .slidenav__item:hover {
  color: #fff;
}

.tgx-slider-3 .divider {
  color: #ed485f;
}

.tgx-slider-3 .slidenav__item:focus {
  outline: none;
}

.tgx-slider-3 .shape {
  position: absolute;
  width: 100%;
  height: 100%;
  fill: var(--color-shape-fill);
  top: 0;
  pointer-events: none;
}

.tgx-slider-3 .slide__caption {
  text-align: center;
  top: 30%;
  position: absolute;
}

.tgx-slider-3 .slide__title {
  position: relative;
  font-size: 100px;
  font-weight: 600;
  margin: 0;
  cursor: default;
  line-height: 1;
  color: #fff;
}

.tgx-slider-3 .slide__desc {
  position: relative;
  font-size: 20px;
  margin: 30px 0;
  color: #fff;
  text-align: center;
}

.tgx-slider-3 .slide__link {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 30px;
  display: inline-block;
  color: #fff;
  background-color: #ed485f;
  transition: color 0.3s, background 0.3s;
}

.tgx-slider-3 .slide__link:hover {
  color: #ed485f;
  background: #fff;
  border-color: #fff;
}

@keyframes loaderAnim {
  to {
    opacity: 1;
    transform: scale3d(0.5, 0.5, 1);
  }
}
@media screen and (max-width: 480px) {
  .tgx-slider-3 .slide__title {
    font-size: 32px;
  }
  .slide__desc {
    font-size: 1em;
  }
  .slide__link {
    font-size: 0.85em;
  }
}
/*========================================== 
	Social Share 1
========================================== */
.social-share-1 {
  width: 100%;
  position: relative;
}

.social-share-1 .contact .contact-wrapper {
  float: left;
  width: 100%;
  position: relative;
}

.social-share-1 .contact .contact-wrapper {
  border-radius: 5px;
  float: left;
  width: 100%;
  background-color: #eb524a;
}

.social-share-1 .contact .contact-wrapper .content {
  float: left;
  width: 100%;
  padding: 20px 30px 50px 30px;
  position: relative;
  text-align: center;
}

@media (min-width: 414px) {
  .social-share-1 .contact .contact-wrapper .content {
    text-align: left;
  }
}
.social-share-1 .contact .contact-wrapper .content img {
  display: inline-block;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  float: left;
  margin-right: 30px;
  object-fit: cover;
}

.social-share-1 .contact .contact-wrapper .content aside {
  float: left;
  width: 100%;
  color: #ffffff;
  margin-top: 20px;
}

@media (min-width: 414px) {
  .social-share-1 .contact .contact-wrapper .content aside {
    width: 60%;
  }
}
.social-share-1 .contact .contact-wrapper .content aside .person-name {
  font-weight: 100;
  font-size: 22px;
  margin-bottom: 10px;
}

.social-share-1 .contact .contact-wrapper .content aside p {
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 160%;
}

.social-share-1 .contact .contact-wrapper .title {
  float: left;
  width: 100%;
  background-color: #c63535;
  max-height: 0px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
  -webkit-transition: all 0.55s;
  -moz-transition: all 0.55s;
  -o-transition: all 0.55s;
  transition: all 0.55s;
}

.social-share-1 .contact .contact-wrapper .title.active {
  max-height: 100px;
  -webkit-transition: all 1.3s;
  -moz-transition: all 1.3s;
  -o-transition: all 1.3s;
  transition: all 1.3s;
}

.social-share-1 .contact .contact-wrapper .title.active p {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition-delay: 0.2s;
}

.social-share-1 .contact .contact-wrapper .title p {
  padding: 24px 30px 0;
  color: #ffffff;
  font-size: 16px;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.social-share-1 .contact .contact-wrapper button {
  position: absolute;
  bottom: 0;
  right: 50%;
  background-color: #ffbe44;
  color: #c63535;
  border: 0;
  width: 200px;
  height: 48px;
  text-align: center;
  border-radius: 30px;
  font-size: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: -24px;
  margin-right: -100px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  transition-delay: 0.1s;
  outline: none;
  overflow: hidden;
  z-index: 10;
}

.social-share-1 .contact .contact-wrapper button span {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  transition-delay: 0.4s;
  padding: 15px 0px;
}

.social-share-1 .contact .contact-wrapper button i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.social-share-1 .contact .contact-wrapper button.active {
  margin-right: 0;
  right: 20px;
  width: 50px;
  height: 50px;
  margin-bottom: -32.5px;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 65px;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
  padding: 0;
}

.social-share-1 .contact .contact-wrapper button.active span {
  opacity: 0;
  transition-delay: 0s;
  width: 200px;
}

.social-share-1 .contact .contact-wrapper button.active i {
  opacity: 1;
  transition-delay: 0.5s;
}

.social-share-1 .contact .social-share {
  float: left;
  width: 100%;
  overflow: hidden;
  max-height: 0px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.social-share-1 .contact .social-share.active {
  max-height: 600px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.social-share-1 .contact .social-share.active a {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.social-share-1 .contact .social-share.active a:nth-of-type(1) {
  transition-delay: 0.5s;
}

.social-share-1 .contact .social-share.active a:nth-of-type(2) {
  transition-delay: 0.7s;
}

.social-share-1 .contact .social-share.active a:nth-of-type(3) {
  transition-delay: 0.9s;
}

.social-share-1 .contact .social-share a {
  display: flex;
  padding: 10px 30px;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  margin-top: 18px;
  background-color: #f1f1f1;
  border-radius: 5px;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  position: relative;
  clear: both;
}
.social-share-1 .contact .social-share a h2.social-name {
  margin-bottom: 0px;
}

@media (max-width: 414px) {
  .social-share-1 .contact .social-share a {
    padding: 18px 30px;
  }
}
.social-share-1 .contact .social-share a .arrow {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.social-share-1 .contact .social-share a .social-content {
  float: left;
  width: 50%;
  margin: -25px 0;
}

.social-share-1 .contact .social-share a .icon-social {
  float: right;
  margin: 10px 0;
}

.social-share-1 .contact .social-share a .icon-social i {
  padding: 10px;
}

.social-share-1 .contact .social-share a .social-content .social-name {
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.4px;
}

.social-share-1 .contact .social-share a .social-content span {
  font-size: 14px;
  color: #b3b3b3;
  display: block;
  letter-spacing: 0.4px;
}

/*========================================== 
	Social Share 2
========================================== */
.tgx-social-share-2.profile {
  width: 330px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  background-color: #fafafa;
  box-shadow: 0 0 2rem #babbbc;
  animation: show-profile 0.5s forwards ease-in-out;
}

@keyframes show-profile {
  0% {
    width: 0;
  }
}
.tgx-social-share-2.profile .photo, .tgx-social-share-2.profile .profile-content {
  box-sizing: border-box;
}

.tgx-social-share-2.profile .photo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid #fafafa;
  background-color: #fafafa;
  margin-left: -50px;
  box-shadow: 0 0 0.5rem #babbbc;
  animation: rotate-photo 0.5s forwards ease-in-out;
}

@keyframes rotate-photo {
  100% {
    transform: rotate(-360deg);
  }
}
.tgx-social-share-2.profile .photo img {
  width: 100%;
}

.tgx-social-share-2.profile .profile-content {
  padding: 10px;
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.tgx-social-share-2.profile .profile-content::before {
  content: "";
  position: absolute;
  width: 230px;
  height: 150px;
  background-color: #e9f3e6;
  left: 0;
  top: -20px;
  z-index: -1;
  transform: rotate(-8deg);
}

.tgx-social-share-2.profile .profile-content .text {
  margin-top: -5px;
  margin-left: 60px;
}

.tgx-social-share-2.profile .profile-content .text .profile-name {
  font-size: 22px;
}

.tgx-social-share-2.profile .profile-content .text .profile-profession {
  margin: 3px 0;
  font-size: 12px;
}

.tgx-social-share-2.profile .profile-content .btn-bar {
  background-color: #abc;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 25px;
  top: 25px;
  border-radius: 50%;
  z-index: 1;
  cursor: pointer;
  transition-duration: 0.3s;
  animation: pop-btn 0.3s both ease-in-out 0.5s;
}

@keyframes pop-btn {
  0% {
    transform: scale(0);
  }
  80% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.tgx-social-share-2.profile .profile-content .btn-bar:hover {
  box-shadow: 0 0 0 5px rgba(170, 187, 204, 0.5);
}

.tgx-social-share-2.profile .profile-content .btn-bar span {
  width: 60%;
  height: 2px;
  position: absolute;
  background-color: white;
  top: 50%;
  left: 20%;
  transform: translateY(-50%);
  animation: to-hamburger 0.3s forwards ease-in-out;
}

.tgx-social-share-2.profile .profile-content .btn-bar span::before,
.tgx-social-share-2.profile .profile-content .btn-bar span::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  background-color: white;
  transition-duration: 0.3s;
  transform: rotate(0deg);
  right: 0;
}

.tgx-social-share-2.profile .profile-content .btn-bar span::before {
  margin-top: -7px;
}

.tgx-social-share-2.profile .profile-content .btn-bar span::after {
  margin-top: 7px;
}

.tgx-social-share-2.profile .profile-content .btn-bar.active span {
  animation: to-arrow 0.3s forwards ease-in-out;
}

.tgx-social-share-2.profile .profile-content .btn-bar.active span::before,
.tgx-social-share-2.profile .profile-content .btn-bar.active span::after {
  width: 60%;
  right: -1px;
}

.tgx-social-share-2.profile .profile-content .btn-bar.active span::before {
  transform: rotate(45deg);
}

.tgx-social-share-2.profile .profile-content .btn-bar.active span::after {
  transform: rotate(-45deg);
}

@keyframes to-hamburger {
  from {
    transform: translateY(-50%) rotate(-180deg);
  }
}
@keyframes to-arrow {
  from {
    transform: translateY(-50%) rotate(0deg);
  }
  to {
    transform: translateY(-50%) rotate(180deg);
  }
}
.tgx-social-share-2.profile .box {
  width: 150px;
  height: 150px;
  opacity: 0;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 50%;
  right: -40%;
  transform: translate(-50%, -50%);
  transition-duration: 0.3s;
}

.tgx-social-share-2.profile .box a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ececec;
  font-size: 26px;
  text-align: center;
  line-height: 50px;
  position: absolute;
  left: 18px;
  top: 50px;
  box-shadow: 0 0 0.5rem #babbbc;
  transition-duration: 0.3s;
}

.tgx-social-share-2.profile .box a:hover {
  transition-delay: initial !important;
  box-shadow: 0 0 0 5px #babbbc;
}

.tgx-social-share-2.profile .box.open {
  opacity: 1;
}

.tgx-social-share-2.profile .box.open a {
  left: 60px;
}

.tgx-social-share-2.profile .box.open a:nth-of-type(1) {
  transform: rotate(-90deg) translateX(120px) rotate(90deg);
  transition-delay: 0s;
}

.tgx-social-share-2.profile .box.open a:nth-of-type(2) {
  transform: rotate(-45deg) translateX(120px) rotate(45deg);
  transition-delay: 0.1s;
}

.tgx-social-share-2.profile .box.open a:nth-of-type(3) {
  transform: rotate(0deg) translateX(120px) rotate(0deg);
  transition-delay: 0.2s;
}

.tgx-social-share-2.profile .box.open a:nth-of-type(4) {
  transform: rotate(45deg) translateX(120px) rotate(-45deg);
  transition-delay: 0.3s;
}

.tgx-social-share-2.profile .box.open a:nth-of-type(5) {
  transform: rotate(90deg) translateX(120px) rotate(-90deg);
  transition-delay: 0.4s;
}

.tgx-social-share-2.profile .box.open a:nth-of-type(6) {
  transform: rotate(90deg) translateX(120px) rotate(-135deg);
  transition-delay: 0.5s;
}

/*=================================================================
 Team Layout 1 start
==================================================================*/
.wk-team a {
  cursor: pointer;
}
.wk-team .wk-card .wk-card-body {
  padding: 15px 30px 30px;
}
.wk-team .wk-card .wk-card-body .wk-grid-small {
  margin-bottom: -10px;
}
.wk-team .wk-card .wk-card-body .wk-card-title {
  font-size: 18px;
}
.wk-team .wk-card .wk-card-body .social-icons a {
  margin-left: 0px;
  width: 30px;
  height: 30px;
  text-align: center;
  display: inline-block;
  line-height: 36px;
  transition: all 0.3s ease;
}
.wk-team .wk-card .wk-card-body .wk-card-designation {
  font-size: 12px;
}
.wk-team .wk-card .wk-card-body .wk-text-normal {
  font-size: 16px;
}
.wk-team .wk-style-1 {
  background: #fff;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.031372549);
}
.wk-team .wk-style-1 .wk-card-media-top,
.wk-team .wk-style-1 .wk-card-media-bottom {
  max-height: 200px;
}
.wk-team .wk-style-1 .wk-card-media-top img,
.wk-team .wk-style-1 .wk-card-media-bottom img {
  transform: scale(1);
  transition: all 0.3s ease;
}
.wk-team .wk-style-1:hover img {
  transform: scale(1.1);
  transition: all 0.3s ease;
}
.wk-team .wk-style-1 .wk-card-body .wk-card-title {
  text-transform: uppercase;
}
.wk-team .wk-style-1 .wk-card-body .wk-card-designation {
  color: #a6744f;
  text-transform: uppercase;
}
.wk-team .wk-style-2 {
  text-align: center;
  background: transparent;
  padding: 15px 30px 30px;
}
.wk-team .wk-style-2 .social-icons {
  margin-top: 10px;
}
.wk-team .wk-style-2 .wk-card-media-top,
.wk-team .wk-style-2 .wk-card-media-bottom {
  margin-bottom: 20px;
}
.wk-team .wk-style-2 .wk-card-media-top a,
.wk-team .wk-style-2 .wk-card-media-bottom a {
  border-radius: 100%;
  overflow: hidden;
  margin: auto;
}
.wk-team .wk-style-2 .wk-card-media-top img,
.wk-team .wk-style-2 .wk-card-media-bottom img {
  border-radius: 100%;
  transform: scale(1);
  transition: all 0.3s ease;
}
.wk-team .wk-style-2 .wk-card-body {
  padding: 0;
}
.wk-team .wk-style-2 .wk-card-body .wk-card-title {
  text-transform: uppercase;
}
.wk-team .wk-style-2:hover img {
  transform: scale(1.1);
  transition: all 0.3s ease;
}
.wk-team .wk-style-3 .wk-card-media-left {
  max-height: 450px;
}
.wk-team .wk-style-3 .wk-card-media-left:before {
  content: "";
  position: absolute;
  background: red;
  height: 50%;
  width: 5px;
  right: 0;
  z-index: 99;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 100px 0 0 100px;
}
.wk-team .wk-style-3 .wk-card-media-left img {
  transform: scale(1);
  transition: all 0.3s ease;
}
.wk-team .wk-style-3 .wk-card-media-right {
  max-height: 450px;
}
.wk-team .wk-style-3 .wk-card-media-right:before {
  content: "";
  position: absolute;
  background: red;
  height: 50%;
  width: 5px;
  left: 0;
  z-index: 99;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 0px 100px 100px 0px;
}
.wk-team .wk-style-3 .wk-card-media-right img {
  transform: scale(1);
  transition: all 0.3s ease;
}
.wk-team .wk-style-3:hover img {
  transform: scale(1.1);
  transition: all 0.3s ease;
}
.wk-team .wk-style-3 .social-icons {
  margin-top: 25px;
}
.wk-team .wk-style-4 .wk-card-wrapper {
  border-radius: 10px;
}
.wk-team .wk-style-4 .wk-card-wrapper img {
  border-radius: 10px;
  transform: scale(1);
  transition: all 0.3s ease;
}
.wk-team .wk-style-4 .wk-card-body {
  bottom: 5px;
  left: 5px;
  right: 60px;
  border-radius: 0px 10px 0 10px;
  transition: all 0.3s ease;
}
.wk-team .wk-style-4:hover img {
  transform: scale(1.1);
  transition: all 0.3s ease;
}
.wk-team .wk-style-4:hover .wk-card-body {
  right: 5px;
  transition: all 0.3s ease;
}
.wk-team .wk-style-5 {
  text-align: center;
}
.wk-team .wk-style-5 .wk-card-wrapper {
  margin-bottom: -23px;
}
.wk-team .wk-style-5 .wk-card-wrapper img {
  border-radius: 10px;
}
.wk-team .wk-style-5 .wk-card-body {
  bottom: 0px;
  left: 0px;
  right: 0px;
  border-radius: 0px 0px 10px 10px;
}
.wk-team .wk-style-6 {
  text-align: center;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
.wk-team .wk-style-6 .wk-card-wrapper {
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0, 1);
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.wk-team .wk-style-6 .wk-card-wrapper .wk-card-media {
  width: 100%;
  height: 235px;
}
.wk-team .wk-style-6 .wk-card-wrapper:not(.nohover):hover .wk-card-link {
  height: 100% !important;
  opacity: 0.2;
  background-size: cover;
  width: 100% !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  margin: 0 auto !important;
}
.wk-team .wk-style-6 .wk-card-wrapper:not(.nohover):hover .wk-card-hover-bg {
  background-size: cover !important;
  width: 100% !important;
}
.wk-team .wk-style-6 .wk-card-wrapper:not(.nohover):hover {
  background-color: rgba(0, 0, 0, 0.87);
}
.wk-team .wk-style-6 .wk-card-wrapper .wk-card-hover-bg {
  transition: 0.2s all ease-out;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.wk-team .wk-style-6 .wk-card-wrapper .wk-card-body {
  padding: 15px 30px 30px;
}
.wk-team .wk-style-6 .wk-card-wrapper .wk-card-link {
  overflow: hidden;
  display: block;
  width: 200px;
  height: 200px;
  border-radius: 50% 50% 50% 50%/60% 60% 40% 40%;
  margin: 25px auto;
  position: absolute;
  left: 0;
  right: 0;
  transition: 0.2s all ease-out;
}

@media (max-width: 480px) {
  .wk-card-media-right:before, .wk-card-media-left:before {
    display: none;
  }
}
/*=================================================================
 Team 1 section start
==================================================================*/
.tgx-team-1 .team-container .team-block {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
}

.tgx-team-1 .team-container .team-block .img-container {
  display: inline-block;
}

.tgx-team-1 .team-container .team-block:before {
  content: "";
  position: absolute;
  background: #6d6be7;
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 9;
}

.tgx-team-1 .team-container .team-content {
  width: 100%;
  position: absolute;
  top: 32%;
  z-index: 99;
  padding: 20px 50px;
  left: 20%;
  right: 0;
  opacity: 0;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.tgx-team-1 .team-container .team-each-wrap .team-info {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 10px 20px;
  background-color: #f1f1f1;
}

.tgx-team-1 .team-container .team-each-wrap .team-info span {
  display: block;
  font-size: 14px;
}

.tgx-team-1 .team-container .team-each-wrap .team-info .team-title {
  font-size: 22px;
}

.tgx-team-1 .team-container .team-each-wrap .team-social {
  margin: 20px 0;
}

.tgx-team-1 .team-container .team-each-wrap .team-social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 2px;
  text-align: center;
  background-color: #fff;
  font-size: 14px;
  margin: 0 5px 0 0;
}

.tgx-team-1 .team-container .team-each-wrap .team-social .social-icon {
  font-size: 16px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 5px;
}

.tgx-team-1 .team-container .team-each-wrap .team-img {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.tgx-team-1 .team-container .team-each-wrap:hover .team-info {
  z-index: 1;
}

.tgx-team-1 .team-container .team-each-wrap:hover .team-img {
  opacity: 0.1;
}

.tgx-team-1 .team-container:hover .team-content {
  opacity: 1;
  left: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.tgx-team-1 .team-container:hover .team-block:before {
  opacity: 0.9;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.tgx-team-1 .team-container:hover .team-block:after {
  opacity: 0.9;
  left: 130px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/************************************************************************
*  Team 2 css
************************************************************************/
.tgx-team-2 .team-container .team-block {
  position: relative;
  overflow: hidden;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
}

.tgx-team-2 .team-container .team-block .img-container {
  display: inline-block;
}

.tgx-team-2 .team-container .team-block .team-image {
  position: relative;
}

.tgx-team-2 .team-container .team-block .team-image:before {
  content: "";
  position: absolute;
  background: #6d6be7;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 9;
}

.tgx-team-2 .team-container .team-social {
  width: 100%;
  position: absolute;
  top: 31%;
  z-index: 99;
  padding: 20px;
  right: 0;
  opacity: 0;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.tgx-team-2 .team-container .team-each-wrap .team-info {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 10px 20px;
  background: #f1f1f1;
}

.tgx-team-2 .team-container .team-each-wrap .team-info .team-title {
  font-size: 22px;
}

.tgx-team-2 .team-container .team-each-wrap .team-info .team-designation {
  font-size: 14px;
}

.tgx-team-2 .team-container .team-each-wrap .team-info span {
  display: block;
}

.tgx-team-2 .team-container .team-each-wrap .team-social a {
  width: 40px;
  height: 40px;
  line-height: 38px;
  margin: 10px 5px;
  font-size: 16px;
}

.tgx-team-2 .team-container .team-each-wrap .team-social .social-icon {
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 5px;
}

.tgx-team-2 .team-container .team-each-wrap .team-img {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.tgx-team-2 .team-container .team-each-wrap:hover .team-info {
  z-index: 1;
}

.tgx-team-2 .team-container .team-each-wrap:hover .team-img {
  opacity: 0.1;
}

.tgx-team-2 .team-container:hover .team-social {
  opacity: 1;
  left: 0;
  padding: 20px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.tgx-team-2 .team-container:hover .team-image:before {
  opacity: 0.9;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.tgx-team-2 .team-container .team-social a {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  transition: all 0.3s ease;
}

.tgx-team-2 .team-container .team-social a:hover {
  transition: all 0.3s ease;
}

.tgx-team-2 .team-container:hover .team-social a {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.tgx-team-2 .team-container:hover .facebook {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.tgx-team-2 .team-container:hover .twitter {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.tgx-team-2 .team-container:hover .linkedin {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.tgx-team-2 .team-container:hover .pinterest {
  -webkit-transition-delay: 0.45;
  transition-delay: 0.45s;
}

/************************************************************************
*  Team 3 css
************************************************************************/
.tgx-team-3 .team-container {
  border: 1px solid #ece9f0;
  background-color: #f1f1f1;
  padding: 30px 20px;
  border-radius: 2px;
  text-align: center;
}

.tgx-team-3 .team-container .team-each-wrap {
  position: relative;
}

.tgx-team-3 .team-container .team-each-wrap .team-block {
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
}

.tgx-team-3 .team-container .team-each-wrap .team-block img {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  margin: 0 auto;
}

.tgx-team-3 .team-container .team-each-wrap .spin {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  position: absolute;
  left: -5px;
  right: 0;
  top: -5px;
  margin: auto;
}

.tgx-team-3 .team-container .team-each-wrap .team-info .team-title {
  font-size: 22px;
  color: #ed485f;
}

.tgx-team-3 .team-container .team-each-wrap .team-content {
  font-size: 14px;
  text-align: center;
  color: #444;
  margin: 20px 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.tgx-team-3 .team-container .team-each-wrap .team-info {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 0 20px;
}

.tgx-team-3 .team-container .team-each-wrap .team-info span {
  display: block;
  font-size: 15px;
}

.tgx-team-3 .team-container .team-each-wrap .team-social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  margin: 0 3px;
  border: 1px solid #ece9f0;
  text-align: center;
}

.tgx-team-3 .team-container .team-each-wrap:hover .spin {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
  .tgx-team-3 .team-container .team-each-wrap .spin {
    width: 160px;
    height: 160px;
  }
  .tgx-team-3 .team-container .team-each-wrap .team-block img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .tgx-team-3 .team-container .team-each-wrap .spin {
    width: 160px;
    height: 160px;
  }
}
/************************************************************************
*  Team 4 css
************************************************************************/
.fa-spin-fast {
  -webkit-animation: fa-spin-fast 0.2s infinite linear;
  animation: fa-spin-fast 0.2s infinite linear;
}

@-webkit-keyframes fa-spin-fast {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin-fast {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.tgx-team-4 {
  position: relative;
  height: 0;
  padding-bottom: calc(100% - 16px);
  margin-bottom: 6.6em;
}

.tgx-team-4 .title-wrapper {
  position: absolute;
  top: calc(100% - 16px);
  left: 0;
  width: 100%;
  padding: 10px 30px;
  color: #fff;
  font-size: 1.4em;
  line-height: 1.6em;
  margin: 0;
  z-index: 10;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.tgx-team-4 .title-wrapper span {
  display: block;
}

.tgx-team-4 .title-wrapper strong {
  font-weight: 400;
  display: block;
  font-size: 14px;
}

.tgx-team-4 .title-wrapper:before,
.tgx-team-4 .title-wrapper:after {
  content: " ";
  position: absolute;
  left: 0;
  top: -16px;
  width: 0;
  border: 8px solid;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.tgx-team-4 .title-wrapper:after {
  top: auto;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .tgx-team-4.mc-active {
    padding-bottom: 0;
    height: auto;
  }
}
.tgx-team-4.mc-active .title-wrapper {
  top: 0;
  padding: 10px 16px 10px 90px;
}

.tgx-team-4.mc-active .title-wrapper:before {
  top: 0;
}

.tgx-team-4.mc-active .title-wrapper:after {
  bottom: -16px;
}

.tgx-team-4 .mc-content {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 16px;
  left: 16px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.tgx-team-4 .mc-btn-action {
  position: absolute;
  right: 16px;
  top: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid;
  width: 54px;
  height: 54px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  z-index: 20;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.tgx-team-4.mc-active .mc-btn-action {
  top: 62px;
}

.tgx-team-4 .mc-description {
  position: absolute;
  top: 100%;
  right: 30px;
  left: 30px;
  bottom: 54px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 1.2s;
  -moz-transition: all 1.2s;
  -ms-transition: all 1.2s;
  -o-transition: all 1.2s;
  transition: all 1.2s;
}

.tgx-team-4 .mc-footer {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
}

.tgx-team-4 .mc-footer a {
  display: inline-block;
  position: relative;
  width: 52px;
  height: 52px;
  margin-left: 5px;
  margin-bottom: 15px;
  font-size: 28px;
  color: #fff;
  line-height: 52px;
  text-decoration: none;
  top: 200px;
  text-align: center;
}

.tgx-team-4 .mc-footer a:nth-child(1) {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.tgx-team-4 .mc-footer a:nth-child(2) {
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.tgx-team-4 .mc-footer a:nth-child(3) {
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.tgx-team-4 .mc-footer a:nth-child(4) {
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}

.tgx-team-4 .mc-footer a:nth-child(5) {
  -webkit-transition: all 0.9s;
  -moz-transition: all 0.9s;
  -ms-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
}

.tgx-team-4 .img-container {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.tgx-team-4.mc-active .img-container {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: 0;
  top: 12px;
  width: 60px;
  height: 60px;
  z-index: 20;
}

.tgx-team-4.mc-active .mc-content {
  padding-top: 5.6em;
}

.tgx-team-4.mc-active .mc-footer {
  overflow: visible;
  position: absolute;
  top: calc(100% - 16px);
  left: 16px;
  right: 0;
  height: 82px;
  padding: 15px;
}

.tgx-team-4.mc-active .mc-footer a {
  top: 0;
}

.tgx-team-4.animation .title-wrapper {
  background-color: #3F51B5;
}

.tgx-team-4.animation .title-wrapper:after {
  border-top-color: #3F51B5;
  border-right-color: #3F51B5;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

.tgx-team-4.animation .title-wrapper:before {
  border-top-color: transparent;
  border-right-color: #B71C1C;
  border-bottom-color: #B71C1C;
  border-left-color: transparent;
}

.tgx-team-4.animation.mc-active .title-wrapper:before {
  border-top-color: transparent;
  border-right-color: #3F51B5;
  border-bottom-color: #3F51B5;
  border-left-color: transparent;
}

.tgx-team-4.animation.mc-active .title-wrapper:after {
  border-top-color: #B71C1C;
  border-right-color: #B71C1C;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

.tgx-team-4.animation .mc-btn-action {
  background-color: #3F51B5;
  font-size: 22px;
}

.tgx-team-4.animation .mc-btn-action:hover {
  background-color: #B71C1C;
}

.tgx-team-4.animation .mc-footer a {
  background-color: #B71C1C;
}

.tgx-team-4.animation.mc-active .mc-content {
  background-color: #E8EAF6;
}

.tgx-team-4.animation.mc-active .mc-footer {
  background-color: #C5CAE9;
}

.tgx-team-4.animation.mc-active .mc-btn-action {
  border-color: #FFEBEE;
}

@media screen and (max-width: 767px) {
  .tgx-team-4.mc-active .mc-content {
    position: relative;
    margin-right: 16px;
  }
}
.tgx-team-4.mc-active .mc-description {
  top: 50px;
  padding-top: 5.6em;
  opacity: 1;
  filter: alpha(opacity=100);
}

@media screen and (max-width: 767px) {
  .tgx-team-4.mc-active .mc-description {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    padding: 50px 30px 70px 30px;
    bottom: 0;
  }
}
/************************************************************************
*  Testimonial  css
************************************************************************/
.wk-testimonial .wk-card {
  transition: all 0.3s ease;
}
.wk-testimonial .wk-card .wk-card-body .wk-text-normal {
  font-size: 20px;
  margin-bottom: 30px;
}
.wk-testimonial .wk-card .wk-card-body .wk-card-title {
  font-size: 28px;
  margin: -5px 0 !important;
}
.wk-testimonial .wk-card .wk-card-body .wk-card-title a {
  color: #1379fe;
}
.wk-testimonial .wk-card .wk-card-body .wk-text-meta {
  font-size: 12px;
}
.wk-testimonial .wk-card:hover {
  transition: all 0.3s ease;
}
.wk-testimonial .wk-slide-nav .wk-icon {
  color: #ddd;
  width: 40px;
  height: 40px;
  line-height: 60px;
  text-align: center;
  border-radius: 50px;
}
.wk-testimonial .wk-testimonial-1 {
  border: 2px dashed #ddd;
  background: transparent;
}
.wk-testimonial .wk-testimonial-1 .wk-card-media-top {
  padding-bottom: 30px;
}
.wk-testimonial .wk-testimonial-1 .wk-card-media-top img {
  width: 15%;
  padding: 3px;
  display: inline-block;
}
.wk-testimonial .wk-testimonial-1 .wk-card-media-bottom {
  padding-bottom: 20px;
}
.wk-testimonial .wk-testimonial-1 .wk-card-media-bottom img {
  width: 15%;
  padding: 3px;
  display: inline-block;
}
.wk-testimonial .wk-testimonial-1 .wk-card-body .wk-text-meta.right {
  margin-left: 15px;
}
.wk-testimonial .wk-testimonial-2 {
  background: transparent;
}
.wk-testimonial .wk-testimonial-2 .wk-card-media-top {
  padding-bottom: 30px;
}
.wk-testimonial .wk-testimonial-2 .wk-card-media-top img {
  width: 15%;
  padding: 3px;
  display: inline-block;
}
.wk-testimonial .wk-testimonial-2 .wk-card-media-bottom {
  padding-bottom: 20px;
}
.wk-testimonial .wk-testimonial-2 .wk-card-media-bottom img {
  width: 15%;
  padding: 3px;
  display: inline-block;
}
.wk-testimonial .wk-testimonial-2 .wk-card-body .wk-text-normal {
  padding: 20px 0;
}
.wk-testimonial .wk-testimonial-2 .wk-card-body .wk-text-meta.right {
  margin-left: 15px;
}
.wk-testimonial .wk-testimonial-3 {
  background: transparent;
}
.wk-testimonial .wk-testimonial-3 .wk-card-media-left {
  padding-bottom: 30px;
  max-height: 450px;
  overflow: hidden;
}
.wk-testimonial .wk-testimonial-3 .wk-card-media-left img {
  width: 100%;
}
.wk-testimonial .wk-testimonial-3 .wk-card-media-right {
  padding-top: 30px;
  max-height: 450px;
  overflow: hidden;
}
.wk-testimonial .wk-testimonial-3 .wk-card-media-right img {
  width: 100%;
}
.wk-testimonial .wk-testimonial-3 .wk-card-body .wk-text-meta.right {
  margin-left: 15px;
}
.wk-testimonial .wk-testimonial-4 {
  background: #fff;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
  text-align: center;
  margin: 5px;
}
.wk-testimonial .wk-testimonial-4:hover {
  transition: all 0.3s ease;
  background: #EEB90E;
}
.wk-testimonial .wk-testimonial-4 .wk-card-media-top {
  padding-bottom: 30px;
}
.wk-testimonial .wk-testimonial-4 .wk-card-media-top img {
  width: 15%;
  padding: 3px;
  display: inline-block;
}
.wk-testimonial .wk-testimonial-4 .wk-card-media-bottom {
  padding-bottom: 20px;
}
.wk-testimonial .wk-testimonial-4 .wk-card-media-bottom img {
  width: 15%;
  padding: 3px;
  display: inline-block;
}
.wk-testimonial .wk-testimonial-4 .wk-card-body .quote {
  left: 0;
  right: 0;
  top: 45px;
  text-align: center;
}
.wk-testimonial .wk-testimonial-4 .wk-card-body .quote svg {
  width: 80px;
  height: 80px;
  fill: #efefef;
}
.wk-testimonial .wk-testimonial-5 {
  background: #fff;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  transition: all 0.3s ease;
  opacity: 0.5;
  margin: 5px;
}
.wk-testimonial .wk-testimonial-5 .wk-card-media-left img, .wk-testimonial .wk-testimonial-5 .wk-card-media-right img {
  border: 1px dotted #ddd;
  padding: 5px;
  border-radius: 50px;
}
.wk-testimonial .wk-testimonial-5 .wk-card-body img {
  border-radius: 100px;
}
.wk-testimonial .wk-testimonial-5 .wk-card-body .quote {
  left: 20px;
  top: 20px;
  text-align: left;
}
.wk-testimonial .wk-testimonial-5 .wk-card-body .quote svg {
  width: 80px;
  height: 80px;
  fill: #efefef;
}
.wk-testimonial .wk-active .wk-testimonial-5 {
  opacity: 1;
}
.wk-testimonial .wk-dotnav > li {
  border: 1px solid rgba(0, 0, 0, 0.5);
  margin: 2px;
  text-align: center;
  padding: 2px;
  border-radius: 50px;
}
.wk-testimonial .wk-dotnav > li a {
  border-radius: 50px;
}

/************************************************************************
*  Testimonial 1 css
************************************************************************/
.tgx-testimonial-1 .testimonial-image {
  display: block;
  border-radius: 50px;
  max-width: 50px;
  height: 50px;
  width: auto !important;
}

.tgx-testimonial-1 .center .testimoni-wrapper {
  box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.tgx-testimonial-1 .testimoni-wrapper {
  transition: all 0.3s ease;
  display: inline-block;
  background: #f5f5f5;
  padding: 30px;
  margin: 15px;
}

.tgx-testimonial-1 .testimoni-wrapper .testimony {
  display: block;
  margin-bottom: 35px;
}

.tgx-testimonial-1 .testimoni-wrapper .testimony:before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ece9f0;
  font-size: 26px;
  display: block;
  margin-bottom: 15px;
}

/*	.tgx-testimonial-1 .testimoni-wrapper .testimony p {
	  line-height: 30px;
	}*/
.tgx-testimonial-1 .testimoni-wrapper .author {
  position: relative;
  border-top: 1px solid #ece9f0;
  padding: 30px 0;
}

.tgx-testimonial-1 .testimoni-wrapper .author:before {
  content: "";
  position: absolute;
  left: 31px;
  right: 0;
  height: 10px;
  width: 10px;
  bottom: 0;
  top: -1px;
  border: 8px solid transparent;
  border-bottom-color: #ece9f0;
  transform: rotate(180deg);
}

.tgx-testimonial-1 .testimoni-wrapper .author .name {
  font-size: 16px;
  margin: 5px -10px;
}

.tgx-testimonial-1 .testimoni-wrapper .author .designation {
  font-size: 14px;
  margin: 5px -10px;
}

.tgx-testimonial-1 .testimoni-wrapper:hover {
  box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

/************************************************************************
*  Testimonial 2 css
************************************************************************/
.tgx-testimonial-2 .owl-stage-outer {
  padding: 0 0 20px;
  margin: 0 0 50px;
}

.tgx-testimonial-2 .testimonial-image {
  display: block;
  border-radius: 50px;
  max-width: 80px;
  height: 80px;
  width: auto !important;
  object-fit: cover;
}

.tgx-testimonial-2 .testimoni-wrapper {
  transition: all 0.3s ease;
}

.tgx-testimonial-2 .testimoni-wrapper .testimony {
  display: block;
  margin: 35px auto;
  width: 60%;
}

.tgx-testimonial-2 .testimoni-wrapper .testimony p {
  line-height: 27px;
}

.tgx-testimonial-2 .testimoni-wrapper .author {
  position: relative;
  padding: 25px 0;
}

.tgx-testimonial-2 .testimoni-wrapper .author img {
  margin: 0 auto;
}

.tgx-testimonial-2 .testimoni-wrapper .name {
  font-size: 16px;
  margin: 5px -10px;
}

.tgx-testimonial-2 .testimoni-wrapper .designation {
  font-size: 14px;
  margin: 5px -10px;
}

.tgx-testimonial-2 .owl-carousel-left,
.tgx-testimonial-2 .owl-carousel-right {
  position: absolute;
  top: 45%;
  border: 1px solid #ed485f;
  width: 50px;
  height: 50px;
  line-height: 52px;
  text-align: center;
  cursor: pointer;
  margin-top: 0px;
  transition: all 0.3s ease;
  opacity: 0;
  border-radius: 100px;
  padding: 0;
  line-height: 54px;
  background: white;
}

.tgx-testimonial-2 .owl-carousel-left:hover,
.tgx-testimonial-2 .owl-carousel-right:hover {
  transition: all 0.3s ease;
  background: #6d6be7;
  color: #fff;
}

.tgx-testimonial-2 .owl-carousel-left i,
.tgx-testimonial-2 .owl-carousel-right i {
  color: #000;
  font-size: 22px;
}

.tgx-testimonial-2 .owl-carousel-right {
  right: 0;
}

.tgx-testimonial-2:hover .owl-carousel-left,
.tgx-testimonial-2:hover .owl-carousel-right {
  opacity: 1;
  transition: all 0.3s ease;
}

.wkfe-feature-list {
  margin: 0;
}
.wkfe-feature-list .column {
  border: solid 1px #ddd;
  padding: 0;
}
.wkfe-feature-list .column .title {
  display: flex;
  margin: 0;
  border-bottom: solid 1px #ddd;
  background-color: #ddd;
}
.wkfe-feature-list .column .title::before {
  content: none;
}
.wkfe-feature-list .column .title span.icon {
  background: white;
  padding: 8px 24px;
  color: white;
  margin-right: 20px;
  font-size: 24px;
  position: relative;
  display: flex;
  align-items: center;
}
.wkfe-feature-list .column .title span.icon::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid white;
  position: absolute;
  right: -7px;
}
.wkfe-feature-list .column .title span.title-text {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  font-size: 24px;
}
.wkfe-feature-list .column .lists {
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding: 20px;
  font-size: 16px;
}
.wkfe-feature-list .column .lists li {
  line-height: 1.5;
  margin: 15px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.wkfe-feature-list .column .layout-right {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
.wkfe-feature-list .column .layout-right span.icon {
  justify-content: center;
}
.wkfe-feature-list .column .layout-right span.icon:after {
  content: none;
}
.wkfe-feature-list .column .layout-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wkfe-feature-list .column .layout-center span.icon {
  justify-content: center;
  margin: 0;
}
.wkfe-feature-list .column .layout-center span.icon:after {
  content: none;
}
.wkfe-feature-list .column .layout-center span.title-text {
  width: 100%;
  text-align: center;
}

.wkfe-click-to-tweet {
  font-size: 16px;
  margin: 0px;
}
.wkfe-click-to-tweet .tweet-text {
  font-size: 24px;
  font-style: italic;
}
.wkfe-click-to-tweet button {
  margin-top: 10px;
  padding: 12px 36px;
  border: solid 1px #00acee;
}
.wkfe-click-to-tweet button span.icon-wrapper {
  display: inline-block;
  margin-right: 0px;
}

/*Skill demo-1 Section Css*/
.demo-1-skill .elementor-progress-wrapper {
  border-radius: 50px;
  height: 15px;
}

.demo-1-skill .elementor-progress-percentage {
  margin: -7px -28px;
  border: 2px solid rgba(237, 0, 31, 0.86);
  border-radius: 50px;
  height: 30px;
  width: 30px;
  text-align: center;
  color: rgba(237, 0, 31, 0.86);
  font-size: 9px;
  line-height: 27px;
  padding: 0;
}

.demo-1-skill .elementor-progress-bar {
  border-radius: 50px 0 0 50px;
  height: 15px;
}

/*Skill demo-2 Section Css*/
.demo-2-skill .elementor-progress-wrapper,
.demo-2-skill .elementor-progress-bar {
  border-radius: 0px;
  height: 15px;
}

.demo-2-skill .elementor-progress-percentage {
  line-height: 17px;
}

.demo-2-skill .elementor-progress-text {
  margin: -8px 0;
}

.demo-2-skill.elementor-widget:not(:last-child) {
  margin-bottom: 30px;
}

/*Feature 1 Section Css*/
.demo-1-feature {
  transition: all 0.3s ease;
}

.demo-1-feature:hover .elementor-image-box-title {
  color: #ed485f !important;
  transition: all 0.3s ease;
}

/*Feature 2 Section Css*/
.demo-2-feature {
  transition: all 0.3s ease;
}

.demo-2-feature:hover {
  box-shadow: 0px 14px 28px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  background-color: #fff;
}

.demo-2-feature .elementor-image-box-title {
  transition: all 0.3s ease;
}

.demo-2-feature:hover .elementor-image-box-title {
  color: #ed485f !important;
  transition: all 0.3s ease;
}

.demo-title .elementor-icon-box-icon {
  margin: 20px 0;
}

/************************************************************************
*  Tilt Box css
************************************************************************/
.wk-tilt-box .tilt-element {
  background: #f3b800;
}
.wk-tilt-box .wk-tilt-card.content-overlay {
  width: 100%;
}
.wk-tilt-box .wk-tilt-card.content-overlay .wk-tilt-card-body {
  color: #fff;
}
.wk-tilt-box .wk-tilt-card.content-overlay .wk-tilt-card-body .wk-button {
  color: #fff;
  border: 1px solid #ddd;
  padding: 5px 20px;
  font-size: 14px;
  margin: 10px 0;
  transition: all 0.3s ease;
}
.wk-tilt-box .wk-tilt-card.content-overlay .wk-tilt-card-body .wk-button:hover {
  color: #fc00ff;
  background: #fff;
  border-color: #fff;
  transition: all 0.3s ease;
}
.wk-tilt-box .wk-tilt-card.content-overlay .wk-tilt-card-icon-top {
  color: #fff;
}
.wk-tilt-box .wk-tilt-card.content-bottom {
  width: 100%;
}
.wk-tilt-box .wk-tilt-card.content-bottom .wk-tilt-card-body {
  color: #000;
}
.wk-tilt-box .wk-tilt-card.content-bottom .wk-tilt-card-body .wk-button {
  color: #000;
  border: 1px solid #eee;
  padding: 5px 20px;
  font-size: 14px;
  margin: 10px 0;
  transition: all 0.3s ease;
}
.wk-tilt-box .wk-tilt-card.content-bottom .wk-tilt-card-body .wk-button:hover {
  color: #fc00ff;
  background: #000;
  border-color: #000;
  transition: all 0.3s ease;
}
.wk-tilt-box .wk-tilt-card.content-bottom .wk-tilt-card-icon-top {
  color: #000;
}
@media (max-width: 768px) {
  .wk-tilt-box {
    padding: 7px;
  }
}

/************************************************************************
*  Contact form css
************************************************************************/
.wk-form-button-full-width .wk-contact-form button, .wk-form-button-full-width .wk-contact-form input[type=button], .wk-form-button-full-width .wk-contact-form input[type=reset], .wk-form-button-full-width .wk-contact-form input[type=submit], .wk-form-button-full-width .wk-contact-form select {
  width: 100%;
}

.wk-contact-form button, .wk-contact-form input[type=button], .wk-contact-form input[type=reset], .wk-contact-form input[type=submit], .wk-contact-form select {
  width: 100%;
}
.wk-contact-form button, .wk-contact-form input[type=button], .wk-contact-form input[type=reset], .wk-contact-form input[type=submit], .wk-contact-form select {
  padding: 10px 20px;
}
.wk-contact-form label {
  display: block;
}
.wk-contact-form .wpuf-style li {
  list-style: none;
}

/************************************************************************
*  Video Popup css
************************************************************************/
.wk-video-popup-wrapper {
  position: relative;
}
.wk-video-popup-wrapper .video.style-1 i {
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  font-size: 24px;
  background-color: red;
  color: #fff;
  border-radius: 50%;
}
.wk-video-popup-wrapper .play-icon-text.style-2 {
  color: red;
}
.wk-video-popup-wrapper .play-btn.style-3 {
  width: 100px;
  height: 100px;
  background: radial-gradient(red 60%, #ffffff 62%);
  border-radius: 50%;
  position: relative;
  display: inline-block;
  margin: 0 auto;
  box-shadow: 0px 0px 25px 3px rgba(255, 255, 255, 0.8);
}
.wk-video-popup-wrapper .play-btn.style-3::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  transform-origin: center center;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 25px solid #fff;
  z-index: 100;
  -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.wk-video-popup-wrapper .play-btn.style-3:before {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate1 2s;
  animation: pulsate1 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.75);
  top: -25%;
  left: -25%;
  background: rgba(198, 16, 0, 0);
}
.wk-video-popup-wrapper .video-popup-4.style-4 {
  position: relative;
}
.wk-video-popup-wrapper .video-popup-4.style-4 .video-play-button {
  z-index: 10;
  transform: translateX(0) translateY(0);
  box-sizing: content-box;
  display: inline-block;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}
.wk-video-popup-wrapper .video-popup-4.style-4 .video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: red;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
.wk-video-popup-wrapper .video-popup-4.style-4 .video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}
.wk-video-popup-wrapper .video-popup-4.style-4 .video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}
.wk-video-popup-wrapper .video-popup-5.style-5 {
  position: relative;
  display: inline-block;
}
.wk-video-popup-wrapper .video-popup-5.style-5 .stroke-dotted {
  opacity: 0;
  stroke-dasharray: 4, 5;
  stroke-width: 1px;
  transform-origin: 50% 50%;
  animation: spin 4s infinite linear;
  transition: opacity 1s ease, stroke-width 1s ease;
}
.wk-video-popup-wrapper .video-popup-5.style-5 .stroke-solid {
  stroke-dashoffset: 0;
  stroke-dashArray: 300;
  stroke-width: 4px;
  transition: stroke-dashoffset 1s ease, opacity 1s ease;
}
.wk-video-popup-wrapper .video-popup-5.style-5 .icon {
  transform-origin: 50% 50%;
  transition: transform 200ms ease-out;
}
.wk-video-popup-wrapper .video-popup-5.style-5 #play {
  cursor: pointer;
  top: 50%;
  transform: translateY(0) translateX(0);
}
.wk-video-popup-wrapper .video-popup-5.style-5 #play:hover .stroke-dotted {
  stroke-width: 4px;
  opacity: 1;
}
.wk-video-popup-wrapper .video-popup-5.style-5 #play:hover .stroke-solid {
  opacity: 0;
  stroke-dashoffset: 300;
}
.wk-video-popup-wrapper .video-popup-5.style-5 #play:hover .icon {
  transform: scale(1.05);
}

@-webkit-keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;
  }
}
@keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;
  }
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.YouTubePopUp-Wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 9999999999999;
}

.YouTubePopUp-animation {
  opacity: 0;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: YouTubePopUp;
  animation-name: YouTubePopUp;
}

@-webkit-keyframes YouTubePopUp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes YouTubePopUp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body.logged-in .YouTubePopUp-Wrap {
  top: 32px;
  z-index: 99998;
}

.YouTubePopUp-Content {
  max-width: 680px;
  display: block;
  margin: 0 auto;
  height: 100%;
  position: relative;
}

.YouTubePopUp-Content iframe {
  max-width: 100% !important;
  width: 100% !important;
  display: block !important;
  height: 480px !important;
  border: none !important;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.YouTubePopUp-Hide {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: YouTubePopUpHide;
  animation-name: YouTubePopUpHide;
}

@-webkit-keyframes YouTubePopUpHide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes YouTubePopUpHide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.YouTubePopUp-Close {
  position: absolute;
  top: 0;
  cursor: pointer;
  bottom: 528px;
  right: 0px;
  margin: auto 0;
  width: 24px;
  height: 24px;
  background: url(../images/close.png) no-repeat;
  background-size: 24px 24px;
  -webkit-background-size: 24px 24px;
  -moz-background-size: 24px 24px;
  -o-background-size: 24px 24px;
}

.YouTubePopUp-Close:hover {
  opacity: 0.5;
}

@media all and (max-width: 768px) and (min-width: 10px) {
  .YouTubePopUp-Content {
    max-width: 90%;
  }
}
@media all and (max-width: 600px) and (min-width: 10px) {
  .YouTubePopUp-Content iframe {
    height: 320px !important;
  }
  .YouTubePopUp-Close {
    bottom: 362px;
  }
}
@media all and (max-width: 480px) and (min-width: 10px) {
  .YouTubePopUp-Content iframe {
    height: 220px !important;
  }
  .YouTubePopUp-Close {
    bottom: 262px;
  }
}
.wkfe-newsletter-form-element {
  display: flex;
  align-items: center;
}

.wkfe-newsletter-form-element div.email {
  width: 100%;
}

.wkfe-newsletter-form-element div.email input[type=email]:focus {
  outline: none;
}

.wkfe-newsletter-form-element label {
  display: none;
}

.wkfe-newsletter-form-element .name {
  display: none;
}

.wkfe-newsletter-form-element div.submit {
  position: relative;
}
.wkfe-newsletter-form-element div.submit .loading-ring {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ecb101;
}
.wkfe-newsletter-form-element div.submit .loading-ring:after {
  content: " ";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 3px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: loading-ring 0.7s linear infinite;
}
@keyframes loading-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 760px) {
  .wkfe-newsletter-form-element {
    display: block;
  }
  .wkfe-newsletter-form-element input[type=submit] {
    width: 100%;
  }
}
/*------------------------------------------------------------------------
  Advanced Tab
------------------------------------------------------------------------*/
.nav-pos-left {
  display: flex;
}
.nav-pos-left .wk-adv-tabs-nav li:last-child {
  margin-bottom: 0 !important;
}

.wk-adv-tabs-nav ul {
  margin: 0;
  padding: 0;
}
.wk-adv-tabs-nav ul li {
  list-style: none;
}
.wk-adv-tabs-nav ul li:last-child {
  margin-right: 0;
}
.wk-adv-tabs-nav ul li a {
  display: block;
  transition: 0.5s;
}
.wk-adv-tabs-nav ul li a .wk-adv-tab-title span {
  display: block;
}
.wk-adv-tabs-nav ul li a .wk-adv-tab-title .wk-adv-tab-title-text {
  transition: 0.5s;
}

.enable-accordian .wk-adv-tabs-nav ul li .active .wk-adv-tab-title-desc {
  display: block;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
.enable-accordian .wk-adv-tabs-nav ul li .wk-adv-tab-title-desc {
  display: none;
}

.nav-pos-top .wk-adv-tabs-nav ul {
  display: flex;
}
.nav-pos-top .wk-adv-tabs-nav ul li {
  flex: 1;
  margin-right: 5px;
}
.nav-pos-top .wk-adv-tabs-nav ul li:last-child {
  margin-right: 0;
}

.nav-pos-right ul li a {
  display: flex;
}

.nav-pos-right {
  display: flex;
  flex-direction: row-reverse;
}
.nav-pos-right .wk-adv-tabs-nav li:last-child {
  margin-bottom: 0 !important;
}

.nav-icon-pos-left ul li a {
  display: flex;
}

.nav-icon-pos-top.nav-align-center .wk-adv-tabs-nav li a {
  text-align: center;
}

.nav-icon-pos-top.nav-align-right .wk-adv-tabs-nav li a {
  text-align: right;
}

.wk-tabs-content-wrap .wk-tabs-content {
  display: none;
  animation: fadeIn linear 0.3s;
  -webkit-animation: fadeIn linear 0.3s;
}
.wk-tabs-content-wrap .wk-tabs-content:first-child {
  display: block;
}

@media (min-width: 768px) {
  .nav-pos-left .wk-adv-tabs-nav,
  .nav-pos-right .wk-adv-tabs-nav {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 250px;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wk-adv-tab-wrapper .wk-adv-tabs-nav ul li {
    flex: 1 1 auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nav-pos-left.enable-accordian,
  .nav-pos-right.enable-accordian {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .wk-adv-tab-wrapper .wk-adv-tabs-nav ul {
    flex-wrap: wrap;
  }
  .nav-pos-left,
  .nav-pos-right {
    display: block;
  }
  .nav-pos-top ul li {
    margin-bottom: 15px;
  }
  .wk-adv-tabs-nav ul li {
    margin-right: 0;
  }
  .nav-pos-left .wk-adv-tabs-nav li {
    margin-right: 0 !important;
  }
  .nav-pos-right .wk-adv-tabs-nav li {
    margin-left: 0 !important;
  }
  .wk-adv-tab-wrapper .wk-adv-tabs-nav ul li {
    flex: 1 1 auto;
  }
}