

/************************************************************************
*  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 .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .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;
}
.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: 16px;
    height: 16px;
    border-radius:2px;
    margin: 0 3px 0 0;
    border: 2px solid;
    transition: all 0.3s ease;
}
.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: 3px;
    right: 0;
    border: 2px solid #fff;
    width: 5px;
    height: 5px;
    border-radius: 1px;
    top: 3px;
    bottom: 0;
    z-index: -1;
}

.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 .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .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: .7s;
  -webkit-animation-delay: .7s;
  /* Safari and Chrome */
  -moz-animation-delay: .7s;
  /* Safari and Chrome */
  -o-animation-delay: .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;*/
    }
	.tgx-slider-1 .carousel-inner .
    .item .carousel-caption{
			top:320px !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 {
	  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 .4s;
	  -moz-transition: all .4s;
	  -ms-transition: all .4s;
	  -o-transition: all .4s;
	  transition: all .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 .4s;
	  -moz-transition: all .4s;
	  -ms-transition: all .4s;
	  -o-transition: all .4s;
	  transition: all .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: .7s;
	  -webkit-animation-delay: .7s;
	  /* Safari and Chrome */
	  -moz-animation-delay: .7s;
	  /* Safari and Chrome */
	  -o-animation-delay: .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;
	}
}



/************************************************************************
*  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 .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;
	}






/************************************************************************
*  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: .7s all;
  -moz-transition: .7s all;
  -ms-transition: .7s all;
  -o-transition: .7s all;
  transition: .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;
		}
	}






/************************************************************************
*  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;
}
.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 .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  position: relative;
}
.portfolio-filter.border > li a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 100%;
  height: 1px;
  background-color: #ed485f;
  -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: #ed485f;
  -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 .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .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 .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .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 .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.tgx-portfolio #hover-1 .portfolio-item .portfolio-buttons a {
  display: inline-block;
  background: #fff;
  margin: 0 5px;
  text-align: center;
  -webkit-transition: .5s all;
  -moz-transition: .5s all;
  -ms-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
  color: #51BBE5;
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 50px;
  line-height: 55px;
}
.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;
  margin: 10px 0;
}
.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;
}

.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 .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.90;
}
.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 .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: -1px;
    top: -55px;
    
    -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;
    
    -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: 0;
}

.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.90;
}


@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%;
	}
}


/************************************************************************
*  custom Project
************************************************************************/

.tgx-project .project-image {
  position: relative;
  max-height: 400px;
  overflow: hidden;
  cursor: pointer;
}
.tgx-project .project-image:before {
  content: "";
  position: absolute;
  background: #000;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.tgx-project .title {
  opacity: 0;
  margin: 20px 0;
  font-size: 18px
}

.tgx-project .center .title {
  opacity: 1;
}
.tgx-project .project-wrap .title a{
	color: #444;
}
.tgx-project .center .project-image {
  position: relative;
}
.tgx-project .center .project-image:before {
  content: "";
  position: absolute;
  background: #000;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.tgx-project .owl-carousel-left,
.tgx-project .owl-carousel-right {
  position: absolute;
  top: 36%;
  border: 1px solid #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  cursor: pointer;
  margin: 0px 50px;
  transition: all 0.3s ease;
  line-height: 52px;
  border-radius: 0;
}
.tgx-project .owl-carousel-right {
  right: 0;
}
.tgx-project:hover .owl-carousel-left,
.tgx-project:hover .owl-carousel-right {
  opacity: 1;
  transition: all 0.3s ease;
}

















/*=================================================================
 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 .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .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 .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.tgx-team-1 .team-container .team-each-wrap .team-info {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .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 .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  padding: 5px;
}
.tgx-team-1 .team-container .team-each-wrap .team-img {
  width: 100%;
  opacity: 1;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .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 .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.tgx-team-1 .team-container:hover .team-block:before {
  opacity: 0.9;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.tgx-team-1 .team-container:hover .team-block:after {
  opacity: 0.9;
  left: 130px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .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 .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .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 .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.tgx-team-2 .team-container .team-each-wrap .team-info {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .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 .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .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 .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.tgx-team-2 .team-container:hover .team-image:before {
  opacity: 0.9;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .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;
  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-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: 0;
  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 .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.tgx-team-3 .team-container .team-each-wrap .team-info {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .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;
	    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: 14px;
	    right: 0;
	    top: -5px;
	     margin: 0; 
	    text-align: center;
	}
	.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;
	    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: 60px;
	    right: 0;
	    top: -5px;
	    margin: 0;
	    text-align: center;
	}
}



/************************************************************************
*  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;
  }
}





/************************************************************************
*  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;
	}
	.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;
	}
	.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;
}

.owl-carousel-left, .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;
}

.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;
	}

	.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: 14px;
	}
	.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: #00000066;
	  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: 24px;
	}

	.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: 0.8em;
}
.hover-effect-1 .date span a {
    display: block;
    text-align: center;
    color: #fff;
}
.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 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:#00000069;
    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: '\2192';
  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 .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, .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: .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;
}






/************************************************************************
*  Testimonial 1 css
************************************************************************/
  .tgx-testimonial-1 .testimony-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: normal normal normal 14px/1 FontAwesome;
	  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 .testimony-image {
  display: inline-block !important;
  border-radius: 100px;
  max-width: 80px;
  height: 80px;
  padding: 5px;
}
.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{
	max-width: 10% !important;
}
.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;
}
.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;
}




/************************************************************************
*  Pricing 1 css
************************************************************************/

/*Pricing table element*/
.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__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;
}

.tgx-price-table__features-list li{
    list-style: none;;
}

.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;
}

.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: 130px;
    text-align: center;
    padding-top: 25px;
}

.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;
}
.tgx-single-pricing .tgx-single-features-list{
	list-style: none;
}


.tgx-single-pricing .tgx-single-features-list{
    margin:30px 0px 20px;
}

.tgx-single-pricing .tgx-feature-item-2 {
    padding: 3px 0;
}

.tgx-single-pricing .tgx-feature-item-2 i {
    margin-right: 5px;
}



.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;
}

.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;
	}

	.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;
	}

	.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;
		font-size: 30px;
	}

	.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;
	}
}






/*========================================== 
	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;
    border-radius: 50%;
    float: left;
    margin-right: 10%;
}

.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: .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: .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: .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: .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: .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: .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);
}
.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: .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: .5s;
}
.social-share-1 .contact .social-share.active a:nth-of-type(2) {
  transition-delay: .7s;
}
.social-share-1 .contact .social-share.active a:nth-of-type(3) {
  transition-delay: .9s;
}
.social-share-1 .contact .social-share a {
  height: 100px;
  margin-top: 18px;
  background-color: #f1f1f1;
  padding: 35px 20px;
  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;
  display: block;
}
@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: .4px;
}
.social-share-1 .contact .social-share a .social-content span {
  font-size: 14px;
  color: #b3b3b3;
  display: block;
  letter-spacing: .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: calc(75px - 50px/2);
  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;
}


.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;
}
/************************************
* 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;
 }



/*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: block;
	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: 1;
    -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.5;
  transition: all 0.3s ease;
}
.tgx-hover-image .goliath-effect:hover .image-caption{
   transition: all 0.3s ease;

}

.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;
    -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);
}

.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);
}

.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 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);
}

.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);
}


