
/*Blog Css*/
.transfastem_blog-post {
  margin-bottom: 40px;
  transition: all 0.5s ease 0s;
  overflow: hidden;
}

.transfastem_blog-content p {
    color: #555;
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 0;
    margin-top: 10px;
}
.transfastem_blog-content h4 {
    color: #303030;
    font-size: 18px;
    line-height: 1.3em;
    overflow-wrap: break-word;
    margin: 0;
}
.transfastem_blog-meta {
  color: #555;
  font-size: 14px;
}
.transfastem_blog-meta > span {
  color: #555;
  font-size: 14px;
  position: relative;
}
.transfastem_blog-meta a {
    color: #999;
}
.transfastem_blog-meta a:hover {
    color: #F05B64;
}
.blog-column .transfastem_blog-content p {
    font-size: 14px;
}
.blog-column .transfastem_blog-meta span {
    font-size: 11px;
}
.blog-column .post-title {
    font-size: 18px;
}
.blog-column .transfastem_blog-content {
    padding: 20px;
}
.transfastem_blog-thumb  > a::before, .transfastem_blog-thumb >  a::after {
    background-color:rgba(255,255,255,0.67);
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    width: 0;
}
.transfastem_blog-thumb >  a::after  {
    bottom: 0;
    top:auto;
    right: 0;
    left: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    width: 0;
}
.transfastem_blog-thumb {
    position: relative;
    margin-bottom: 30px;
}
.transfastem_blog-thumb > a {
    display: block;
    position: relative;
}
.transfastem_blog-post:hover .transfastem_blog-thumb >  a::before, .transfastem_blog-post:hover .transfastem_blog-thumb >  a::after {
    height: 100%;
    width: 100%;
}
.transfastem_blog_extara_link a{
  background: #fab704 none repeat scroll 0 0;
  border-radius: 100%;
  font-size: 21px;
  height: 70px;
  left: 0;
  line-height: 70px;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top:-50px;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  width: 70px;
  z-index: 3;
   color: #fff;
}
.transfastem_blog-post:hover .transfastem_blog_extara_link a{
    top: 50%;
}
.transfastem_blog-post .transfastem_read-more{
  margin-top: 20px;
}

/*Blog style two*/
.transfastem_blog-post.transfastem_blog_st_2{
    border: none;
    padding: 0;
    position: relative;
    margin: 0;
}
.transfastem_blog-post.transfastem_blog_st_2 .transfastem_blog-thumb{
  margin-bottom: 0;
}
.transfastem_blog-post.transfastem_blog_st_2 .transfastem_blog-content {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
}
/* gallery style css */
.transfastem-filter-menu-list {
margin-bottom: 23px;
}
.transfastem-filter-menu-list button {
color: #333333;
cursor: pointer;
display: inline-block;
font-size: 16px;
line-height: 1;
margin: 0 15px;
position: relative;
padding: 0;
text-transform: capitalize;
position: relative;
outline: none;
height: auto;
}
.transfastem-filter-menu-list button.is-checked {
color: #1bb4b9;
}
.transfastem-filter-menu-list button:focus{
  outline: none;
}
.transfastem-filter_item_box{
    padding:0px;
}
.transfastem-ft_item_image {
  display: block;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.transfastem-ft_item_image::before {
  background: #000;
  content: "";
  left: 0;
  position: absolute;
  top: 100%;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.transfastem-ft_item_image img{
    width: 100%;
}
.transfastem-ft_item_image> a{
  display: block;
}
.transfastem-grid-item:hover .transfastem-ft_item_image::before {
  background: rgba(0,0,0,0.4);
  top:0;
}
.transfastem-grid-item:hover .transfastem-ft_item_image a.icon_link {
  opacity: 1;
}
.transfastem-ft_item_image a.icon_link {
    background-color: transparent;
    border-radius: 50%;
    color: #ffffff;
    height: 65px;
    line-height: 65px;
    margin: auto;
    font-size: 24px;
    text-align: center;
    width: 65px;
    z-index: 9;
    transition: all 0.3s ease-in-out;
    display: inline-block;
}
.transfastem-cat-wrapper {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    color: #fff;
    left: 0;
    right: 0;
    opacity: 0;
    text-align: left;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    z-index: 999;
    padding: 20px;
    top: 100%;
    font-weight: 500;
}
.transfastem-cat-wrapper > a{color: #fff;}
.transfastem-ft_item_image a.icon_link{
  display: inline-block;
}
.transfastem-cat-wrapper > a:hover{color: #1bb4b9;}
.transfastem-grid-item:hover .transfastem-cat-wrapper {
    opacity: 1;
    visibility: visible;
    bottom: 0;
    top: auto;
}
.transfastem-cat-wrapper h5 a{
    color: #fff;
}
.transfastem-cat-wrapper h5{
    font-size: 16px;
    color: #fff
    margin-top: 0;
    margin-bottom: 5px;
}
.transfastem-cat-wrapper h6{
    font-size: 13px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
}
.transfastem_gallery_ars .transfastem-ft_item_image a.icon_link{
  top: 150%;
  left: 50%;
  transform: translatex(-50%) translatey(-50%);
  position: absolute;
  visibility: hidden;
}
 a.icon_link >img{
  max-width: 100%!important;
 }
.transfastem_gallery_ars .transfastem-ft_item_image:hover a.icon_link{
  top:50%;
  visibility: visible;
}
body,.fancybox-enabled body{
  margin-right: 0px!important;
}
.fancybox-arrow:hover,.fancybox-arrow:focus{
  background: transparent;
  border: none;
  outline: none;
}
.transfastem-gallery-text{
  color: #333;
  margin-top: 15px;
  font-size: 16px;
}

/*-- Mission Content --*/
.mission-content{
    align-self: center;
}
.mission-content h5 {
  color: #e03927;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 5px;
  margin-top: 0;
  text-transform: uppercase;
}
.mission-content h2 {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  text-transform: capitalize;
  color: #191919;
  line-height: 36px;
  font-weight: 800;
  margin-bottom: 24px;
    margin-top: 0;
   }
@media only screen and (max-width: 479px) {
.mission-content h2 {
  font-size: 24px;
  line-height: 30px; } }
.mission-content h3 {
  color: #e03927;
  font-size: 26px;
  font-weight: 800;
  line-height: 32px;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: capitalize;
}
@media only screen and (max-width: 479px) {
.mission-content h3 {
  font-size: 18px;
  line-height: 24px; } }

.mission-content p {
  font-size: 18px;
  margin-bottom: 26px;
  line-height: 30px; }

/*-- Mission Map --*/
.mission-map {
  width: 100%;
  height: 500px;
  overflow: visible !important; }

.jqvmap-pin {
  z-index: 999; }

.vmap-pin {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -6px;
  margin-top: -6px;
  background-color: #ffffff;
  border: 3px solid #e03927;
  border-radius: 50%; }

/*-- Mission Map Content --*/
.vmap-pin-text {
  position: absolute;
  left: 50%;
  bottom: 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 5px 10px rgba(25, 25, 25, 0.3);
  box-shadow: 0 5px 10px rgba(25, 25, 25, 0.3);
  text-align: center;
  padding: 10px;
  width: 200px;
  display: none;
  opacity: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  .vmap-pin-text::before {
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #ffffff; }
  .vmap-pin-text.open {
    display: block;
    opacity: 1; }
.vmap-pin-text h4 {
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  margin-bottom: 5px;
  margin-top: 0;
  text-transform: uppercase;
}
.vmap-pin-text p {
    font-size: 12px;
    font-weight: 300;
    margin: 0;
    line-height: 18px; }


/*Map Location Css */
.transfastem-map-location-area {
    position: relative;
}

.transfastem-location-details .nav-tabs {
    border-bottom: none;
    background: #fab704;
    display: flex;
    padding: 19px 30px;
}
 .transfastem-location-details .nav-tabs > li{
  margin:0 15px;
 }
.transfastem-location-details .nav-tabs > li > a {
    border: none;
    border-radius: 0;
    color: #333;
    font-weight: 600;
    font-size: 18px;
}
 .transfastem-location-details .nav-tabs > li > a:hover, .transfastem-location-details .nav-tabs > li > a.active, .transfastem-location-details .nav-tabs > li > a.active:focus {
     color: #fff;
     border: none;
}
.transfastem-location-details {
    position: absolute;
    z-index: 2;
    right: 20%;
    width: auto;
    background: #fff;
    bottom: 66px;
    max-width: 570px;
    width: 100%;
}
.transfastem-location-details .tab-content {
    padding: 30px 50px;
    margin: 0;
}
h2.transfastem-address-title {
    font-size: 30px;
    font-family: poppins;
    border-bottom: 1px solid #fab704;
    padding-bottom: 10px;
    margin: 0 0 13px;
}
h2.transfastem-address-title >span{
  color: #fab704;
}

h3.transfastem-country-title {
    font-size: 18px;
    color: #fab704;
    font-weight: bold;
}
.transfastem-location-details > p{
  font-size: 16px;
}


@media only screen and (max-width: 991px) {
  .transfastem-location-details {
      right: 10%;
      max-width: 360px;

  }
}
@media only screen and (max-width: 575px) {
  .transfastem-location-details {
      right: 4%;
      max-width: 277px;

  }
  .transfastem-location-details .tab-content {
      padding: 10px 15px;
      margin: 0;

  }
}
