/*
 * Cocoon -  Portfolio html  Template
 * Build Date: december 2017
 * Author: colorlib
 * Copyright (C) 2018 colorlib
 */
/* ------------------------------------- */
/* TABLE OF CONTENTS
/* -------------------------------------
    . GENERAL
    . SIDE MENU
    . BODY SIDE GENEREL CLASSES
    . BUTTONS
    . ICON BOXES
    . PROJECTS SECTION (PORTFOLIO)
    . BLOG  SECTION
    . COUNTER SECTION
    . Testimonial SECTION
	. Contact Section
	.PROGRESSBAR
	.SINGLE POST (COMMENTS SIDEBAR TAGS LIST)
	------------------------------------- */
/*  ----------------------------------------------------
1. GENERAL
-------------------------------------------------------- */
/* ----------------IMPORT GOOGLE FONTS ------------------- */
/* ----------------Text Fonts ------------------- */




.img_card {
  position: relative;
}
.img_card .content_section {
  background-color: #ffffff;
  position: relative;
  padding: 50px 0;
}
.img_card .content_section .content_box {
  position: relative;
  left: 0;
  right: 0;
  margin-right: -75px;
  z-index: 999;
  top: 0;
  width: auto;
  bottom: 0;
  padding: 15px;
  min-height: 500px;
  background-color: #ffffff;
}
.img_card .content_section .content_box .content_box_inner {
  padding: 25px 20px 25px 15px;
}
.img_card .img_section {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}



/*  ----------------------------------------------------
5 icon boxes
-------------------------------------------------------- */
.icon-lg {
  font-size: 64px !important;
}

.icon-md {
  font-size: 32px !important;
}

.icon-sm {
  font-size: 16px !important;
}

.icon_box_one {
  padding: 10px 0;
  margin: 25px 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.icon_box_one i {
  font-size: 56px;
  color: #99896e;
  vertical-align: middle;
  margin: 0 auto;
  border-radius: 4px;
  display: block;
}
.icon_box_one .content {
  margin-top: 20px;
}
.icon_box_one .content h5 {
  color: #333333;
  font-size: 16px;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.img_box_one {
  padding: 5px;
  background-color: #ffffff;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.img_box_one img {
  max-width: 64px;
  margin-bottom: 25px;
}
.img_box_one h5 {
  text-transform: capitalize;
  font-size: 22px;
}

.img_box_two {
  display: inline-block;
  padding-left: 55px;
  position: relative;
  margin-top: 25px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.img_box_two img {
  max-width: 40px;
  position: absolute;
  left: 0;
}
.img_box_two h5 {
  color: #333333;
  text-transform: capitalize;
  font-size: 16px;
}
.img_box_two p {
  color: #9c9ca9;
  font-size: 14px;
  font-weight: 400;
}

/*  ----------------------------------------------------
6 portfolio
-------------------------------------------------------- */
.project_box_one {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  cursor: crosshair;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.project_box_one img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.project_box_one .product_info {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 30px 40px;
  background-color: rgba(94, 182, 175, 0.8);
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  opacity: 0;
}
.project_box_one .product_info .product_info_text {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  position: relative;
}
.project_box_one .product_info .product_info_text .product_info_text_inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.project_box_one .product_info .product_info_text .product_info_text_inner h4 {
 font-family: 'Montserrat-Regular';
  color: #ffffff;
  font-size: 25px;
  text-transform: uppercase;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  opacity: 0;
  margin-bottom: 5px;
}
.project_box_one .product_info .product_info_text .product_info_text_inner i {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 15px;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  opacity: 0;
  display:none
}
.project_box_one:hover img {
  /* IE 9 */
  -webkit-transform: scale(1.1);
  /* Safari */
  transform: scale(1.1);
  /* Standard syntax */
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.project_box_one:hover .product_info {
  opacity: 1;
}
.project_box_one:hover .product_info .product_info_text_inner h4 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.project_box_one:hover .product_info .product_info_text_inner i {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #ffffff;
  word-wrap: break-word;
  padding-right: 36px;
  font-size: 14px;
  text-transform: capitalize;
}

.gutters .grid-item {
  margin-bottom: 30px;
}

