/**
 * Owl Carousel v2.1.6
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 * 	Green theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
 }
  .owl-theme .owl-nav [class*='owl-'] {
        color: #FFF;
        font-size: 0px;
        margin: 5px;
        padding: 3px;
        display: inline-block;
        cursor: pointer;
        height: 30px;
        width: 30px;
  }
    .owl-theme .owl-nav [class*='owl-']:hover {
      color: #FFF;
      text-decoration: none;
    }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
  }
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
 }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
  }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px;
     }

/*all the Custom Style  goes below*/

/* Style One */
.tc-owl-container .item-one{
  overflow: hidden;
  margin-left:5px;
  margin-right: 5px;
  position: relative;
}
.tc-owl-container .item-one img {
  width:100%;
  height: auto;
}

/* Style two*/
.tc-owl-container .item-two{
  overflow: hidden;
  margin-left:5px;
  margin-right: 5px;
  position: relative;
}
.tc-owl-container .item-two img {
  width:100%;
  height: auto;
	overflow: hidden;
}

/* Style Three*/
.tc-owl-container .item-three{
  overflow: hidden;
  position: relative;
}
.tc-owl-container .item-three img {
  width:100%;
  height: auto;
}
.tc-owc-overlay-block-three{
  margin-top:20%;
}
.box-title-three{
  color: #fff;
}

/* style four*/
.tc-owl-container .item-four{
  overflow: hidden;
  margin-left:5px;
  margin-right: 5px;
  position: relative;
}
.tc-owl-container .item-four img {
  width:100%;
  height: auto;
}
h3.box-title-4 {
    text-align: left;
    padding: 0 5px;
    line-height: 28px;
}

/* Style Five */
.tc-owl-container5 .item-five img {
  height: auto;
  margin-top:30px;
}
div.item-title-five {
    bottom: 0%;
    position: absolute;
    background-color: rgba(52, 52, 52, 0.4);
    padding: 10px;
    color: #fff;
    text-align: justify;
    overflow: hidden;
}
.tc-owl-container5 .item-five img {
  height: auto;
  margin-top:30px;
}
div.item-title-five {
    bottom:0%;
    position: absolute;
    background-color:rgba(52, 52, 52, 0.4);
    padding: 10px;
    color: #fff;
    text-align: justify;
		overflow: hidden;
}

.tc-owl-container5  .owl-prev,
.tc-owl-container5 .owl-next {
    font-size: 17px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    text-align: center;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
		/*background-color:#000000;*/
}

.tc-owl-container5 .owl-prev {
    left:40px;
}

.tc-owl-container5 .owl-next {
    right:40px;
}
/* Style six  */

.tc-owl-container-six{
	margin: 80px 0;
}
.tc-owl-container-six .item-six{
  overflow: hidden;
  position: relative;
}
.tc-owl-container-six .item-six img {
  width:100%;
  height: auto;
}
.tc-owl-container-six  .owl-prev,
.tc-owl-container-six  .owl-next {
    font-size: 117px;
    position: absolute;
    top: 40%;
    text-align: center;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.tc-owl-container-six  .owl-prev {
    left:40px;
}
.tc-owl-container-six  .owl-next {
    right:40px;
}
.tcowl-theme-six .owl-controls .owl-buttons div {
    color: #FBF7F7;
    display: inline-block;
    zoom: 1;
    margin: 5px;
    font-size: 118px;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
}

/* Use it for non-touch hover action */
.tcowl-theme-six .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}
/* End Style six */

/*Post Item*/

.tc-post-owl-container1{
  text-align:left;
	margin: 40px 0;
}
.tc-post-owl-container1 .item-post-one{
  overflow: hidden;
  margin-left:8px;
  margin-right:8px;
  position: relative;
}
.tc-post-owl-container1 .item-post-one img {
  width:100%;
  height: auto;
}
div.item-title-six{
min-height: 20px;
margin:40px 0;
}
/* Style seven */
.tc-post-owl-container2{
 text-align:left;
 margin: 40px 0;
}
.tc-post-owl-container2 .item-post-two{
  overflow: hidden;
  margin-left:8px;
  margin-right:8px;
  position: relative;
}
.tc-post-owl-container2 .item-post-two img {
  width:100%;
  height: auto;
}
div.item-post-title-two{
min-height: 20px;
margin:40px 0;
}

/* Hover effects */
.tcnoeffect img{
}
/* Zoom In */
.tczoomin img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.tczoomin img:hover {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
/* Zoom Out */

.tczoomout img {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.tczoomout img:hover {
	-webkit-transform: scale(1);
	transform: scale(1);
}
/* Slide */
.tcslide img {
	margin-left: 30px;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.tcslide img:hover {
	margin-left: 0;
}

/* Rotate */

.tcrotate img {
	-webkit-transform: rotate(15deg) scale(1.4);
	transform: rotate(15deg) scale(1.4);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.tcrotate img:hover {
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
}

/* Blur */
.tcblur img {
	-webkit-filter: blur(3px);
	filter: blur(3px);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.tcblur img:hover {
	-webkit-filter: blur(0);
	filter: blur(0);
}
.tc-center{
	text-align: center;
}

/* Overlay */

.tc-cr-box img{
display: block;
position: relative;
}

.tc-overlay-one img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.tc-overlay-one .mask {
  background-color:#000000;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.tc-overlay-one h2 {
   -webkit-transform: translateY(-100px);
   -moz-transform: translateY(-100px);
   -o-transform: translateY(-100px);
   -ms-transform: translateY(-100px);
   transform: translateY(-100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -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;
}
.tc-overlay-one p {
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.tc-overlay-one a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -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;
}
.tc-overlay-one:hover .mask {

   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}

.tc-overlay-one:hover h2,
.tc-overlay-one:hover p,
.tc-overlay-one:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}
.tc-overlay-one:hover p {
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.tc-overlay-one:hover a.info {
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}
.tc-overlay-one:hover a.info {
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}

/* POP UP */

.tc-owl-white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 1220px;
  margin: 20px auto;
	min-height: 520px;
	border-radius: 4px;

}
.tc_owlpop_left_block{
	float: left;
	display: block;
	width: 48%;
}
.tc_owlpop_right_block{
	float: right;
	display: inline-block;
	width: 48%;
}
.tc-owlpop-wps-img{
	max-width: 100%;
	height: auto;
	padding: 30px;
}
/* Overlay */
.tc-owc-overlay{
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color:#ffffff;
  opacity: 0;
  filter: alpha(opacity=0);

  -webkit-transition: all 450ms ease-out 0s;
     -moz-transition: all 450ms ease-out 0s;
     -o-transition: all 450ms ease-out 0s;
        transition: all 450ms ease-out 0s;

  -webkit-transform: translate(0,80px);
  -moz-transform: translate(0,80px);
  -ms-transform: translate(0,80px);
  -o-transform: translate(0,80px);
    transform:translate(0,80px);
}
.tc-owc-overlay-wrap:hover .tc-owc-overlay{
	cursor: pointer;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}
a.tc_owl_pop.open-popup-link {
    color: #fff;
    font-size: 28px;
}
.tc-wps-overlay-block{
	margin-top:15%;
	padding: 30px 0;
}
.tc-carousel-img-wrap{
overflow: hidden;
position: relative;
display: block;
}
.tc-carousel-img-wrap img{
 width:100%;
 height: auto;

}
/*pop up box*/

.mfp-close-btn-in .mfp-close {
    color: #f5f5f5 !important;
    background-color:#FF6766 !important;
}
button.mfp-arrow.mfp-arrow-right.mfp-prevent-close {
    background-color: #60646D !important;
}
button.mfp-arrow.mfp-arrow-left.mfp-prevent-close {
    background-color: #60646D !important;
}

.tc_owlpop_two{
  margin: -50px;
  text-align: center
}
