/*------------------------------------------------------------------

Project:	MWT-200 HTML UI Kit
Version:	1.0.0


------------------------------------------------------------------
[Table of contents]
 
 
1. Image Box Sections Start
2. img_box_one div start
3. img_box_four div start
4. img_box_two div start
5. img_box_five div start
6. img_box_three div start

*/


/* =======================================================================
Image Box Sections Start
==========================================================================*/

#main-wrapper{
	float:left;
	width:100%;
}
.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.gray_bg {
	background-color: #f7f7f7;
}


/*img_box_one div start*/

.img_box_one{
	float:left;
	width:100%;
}
.img_box_one h4{
	margin-bottom:15px;
}
.image_box_wrapper img{
	width: 100%;
}
140.img_box_one .thumbnail {
	padding: 0;
	margin-bottom: 0;
	border-radius: 0;
	border: 0;
}
@media (max-width: 991px) { 
	.img_box_one .thumbnail {
		text-align:center;
		margin-bottom: 30px;
	}
	.img_box_one .thumbnail .caption .btn_style {
		float: none;
		display: inline-block;
	}
}
.img_box_one .image_box_wrapper{
    position: relative;
    display: inline-block;
    z-index: 2;
    overflow: hidden;
}
.img_box_one .image_box_wrapper .zoom_popup{
	-webkit-transform: translate(-50%,-50%) scale(0);
    transform: translate(-50%,-50%) scale(0);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: #18c9d2;
    background: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    font-family: Font Awesome\ 5 Free;
    font-size: 23px;
    font-weight: 600;
	position: absolute;
    content: "\f00e";
    top: 50%;
    left: 50%;
    z-index: 6;
}
.img_box_one .image_box_wrapper .square {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 5px solid #fff;
    z-index: 2;
}
.img_box_one .image_box_wrapper:after {
	position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(21 206 216 / 49%);
    opacity: 0;
    z-index: 4;
}
.img_box_one .thumbnail:hover .zoom_popup{
    -webkit-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1);
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.img_box_one .thumbnail:hover .image_box_wrapper:after {
    opacity: 1;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.img_box_one .thumbnail .caption h4 {
	margin-top:15px;
	text-transform: capitalize;
}
.img_box_one .thumbnail .caption h4 a{
	color: #111111;
}
.img_box_one .thumbnail:hover .caption h4 a{
	color: #18c9d2;
}
.img_box_one .thumbnail .caption p{
	margin: 0;
}
.img_box_one .thumbnail .caption .btn_style {
	background: #18c9d2;
    color: #fff;
    margin-top: 25px;
}
.img_box_one .thumbnail .caption .btn_style:hover {
    background-color: transparent;
    color: #18c9d2;
}


/*img_box_one div end*/


/*img_box_two section start*/

.img_box_two{
	float:left;
	width:100%;
}
.img_box_two .thumbnail {
	padding: 0;
	margin-bottom: 0;
	line-height: 24px;
	border: 0;
	border-radius: 0;
}
@media (max-width: 991px) { 
	.img_box_two .thumbnail {
		margin-bottom: 30px;
	}
}
@media (min-width: 992px) { 

	.padding-left-0 {
		padding-left: 0 !important;
	}
	.padding-right-0 {
		padding-right: 0 !important;
	}
}
.img_box_two .thumbnail img {
	width: 100%;
}
.thumbnail_content {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.thumbnail_content .thumbnail_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}
.thumbnail_content .thumbnail_overlay:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.8s ease;
    z-index: 2;
    content: '';
    background-color: rgba(0, 0, 0, 0.2);
}
.thumbnail_content .thumbnail_overlay 
.thumbnail_title_wrap .thumbnail_title {
	font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 5px;
    color: #ffffff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 10px 30px;
    z-index: 2;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    transition: all 0.5s ease;
    white-space: nowrap;
}
.thumbnail_content img {
    transition: all 2s ease;
    width: 100%;
}
.img_box_two .thumbnail:hover .thumbnail_overlay:before {
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.img_box_two .thumbnail:hover img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}
.img_box_two .thumbnail:hover .thumbnail_overlay 
.thumbnail_title_wrap .thumbnail_title {
    border-color: #111;
    color: #111;
}
.img_box_two .thumbnail .caption {
  padding: 40px 40px 15px;
  color: #969595;
}
.img_box_two .caption .caption_heading{
	float:left;
	width:100%;
	margin-bottom:15px;
}
.img_box_two .caption h4 {
    font-size: 20px;
    line-height: 34px;
    font-weight: 600;
    text-transform: capitalize;
}
.img_box_two .caption .heading_line_1,
.img_box_two .caption .heading_line_2 {
    border: 1px solid #01273a;
    display: inline-block;
    height: 3px;
    border-radius: 30px;
    vertical-align: middle;
    width: 48px;
}
.img_box_two .caption .icon {
    color: #18c9d2;
    display: inline-block;
    font-size: 6px;
    line-height: 4px;
    margin: 0 3px;
}
.img_box_two .thumbnail:hover .caption h4 a{
	color: #18c9d2;
}
@media (min-width: 992px) and (max-width: 1199px) { 

	.img_box_four .thumbnail .caption {
		padding: 30px 20px;
	}
	.img_box_two .thumbnail .caption {
		padding: 15px 20px 15px;
	}
	.img_box_two .thumbnail .caption p{
		font-size:13px;
	}
}

/*img_box_two section end*/


/*img_box_three start*/

.img_box_three{
	float:left;
	width:100%;
}
.thumbnail_wrapper {
    position: relative;
    margin-top: 50px;
}
.thumbnail_wrapper .thumbnail_box {
    position: relative;
    display: block;
}
.thumbnail_wrapper .thumbnail_image_box {
    position: relative;
    display: block;
    overflow: hidden;
}
.thumbnail_wrapper .thumbnail_image_box img {
    display: block;
    width: 100%;
}
.thumbnail_wrapper:hover .thumbnail_image_box 
.thumbnail_caption_box {
    bottom: -100%;
}
.thumbnail_wrapper .thumbnail_image_box 
.thumbnail_caption_box {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    color: #ffffff;
    background: rgba(255,255,255,.8);
    padding: 20px 15px 20px 112px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.thumbnail_wrapper .thumbnail_image_box 
.icon {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 60px;
    height: 70px;
    font-size: 38px;
    background: #18c9d2;
    line-height: 40px;
    color: #163f5a;
    padding: 15px 0px;
    text-align: center;
}
.thumbnail_wrapper .thumbnail_image_box 
.icon i:before {
    font-size: 38px;
	margin-left:0;
}
.thumbnail_wrapper .thumbnail_image_box 
.thumbnail_caption_box .icon:before {
    position: absolute;
    content: "";
    top: 0;
    left: 100%;
    width: 0;
    height: 0;
    border-top: 35px solid transparent;
    border-left: 25px solid #18c9d2;
    border-bottom: 35px solid transparent;
}
.thumbnail_wrapper .thumbnail_image_box 
.thumbnail_caption_box .title {
    font-size: 20px;
    line-height: 30px;
}
.thumbnail_wrapper .thumbnail_image_box 
.thumbnail_caption_box .title a {
    color: #222222;
    font-weight: 700;
}
.thumbnail_wrapper:hover 
.thumbnail_overlay_box {
    bottom: 0px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.thumbnail_wrapper .thumbnail_overlay_box {
    position: absolute;
    left: 0px;
    bottom: -100%;
    width: 100%;
    height: 100%;
    color: #ffffff;
    background: #18c9d2;
    padding: 20px 30px 20px 90px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.thumbnail_wrapper .thumbnail_overlay_box 
.thumbnail_icon_box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 60px;
    height: 100%;
    color: #222;
    background: rgba(255,255,255,.8);
    line-height: 40px;
    text-align: center;
}
.thumbnail_wrapper .thumbnail_overlay_box 
.thumbnail_icon_box:before {
    position: absolute;
    content: "";
    top: 0;
    left: 100%;
    width: 0;
    height: 0;
    border-top: 135px solid transparent;
    border-left: 25px solid rgba(255,255,255,.8);
    border-bottom: 135px solid transparent;
}
.thumbnail_wrapper .thumbnail_overlay_box 
.thumbnail_icon_box i:before {
    position: absolute;
	font-size: 42px;
    left: 0px;
    top: 50%;
    margin-top: -20px;
    width: 100%;
    padding-left: 13px;
	margin-left:0;
}
.thumbnail_wrapper .thumbnail_overlay_box 
.thumbnail_overlay_inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 20px 30px 20px 112px;
}
.thumbnail_wrapper .thumbnail_overlay_box 
.thumbnail_overlay_content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
.thumbnail_wrapper .thumbnail_overlay_box 
.title {
    font-size: 20px;
	margin-bottom: 10px;
}
.thumbnail_wrapper .thumbnail_overlay_box 
.title a {
    color: #222222;
    font-weight: 700;
    transition: all 300ms ease;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.thumbnail_wrapper .thumbnail_overlay_box 
.text {
    font-size: 15px;
    color: #222222;
    line-height: 28px;
	position: relative;
    margin: 0;
}

@media (min-width: 992px) and (max-width: 1199px) { 

	.thumbnail_wrapper .thumbnail_image_box 
	.thumbnail_caption_box .title {
		font-size: 18px;
		line-height: 28px;
	}
	.thumbnail_wrapper .thumbnail_overlay_box 
	.thumbnail_overlay_inner {
		padding: 15px 30px 15px 112px;
	}
	.thumbnail_wrapper .thumbnail_overlay_box 
	.title {
		font-size: 16px;
	}
	.thumbnail_wrapper .thumbnail_overlay_box 
	.text {
		font-size: 14px;
		line-height: 24px;
	}
}

/*img_box_three end*/


/*img_box_four start*/

.img_box_four{
	float:left;
	width:100%;
}
.img_box_four h4{
	margin-bottom:15px;
}
.img_box_four .thumbnail {
	padding: 0;
	margin-bottom: 0;
	line-height: 24px;
	border-radius: 0;
	border: 0;
}
@media (max-width: 991px) { 
	.img_box_four .thumbnail {
		margin-bottom: 30px;
	}
}
.img_box_four .thumbnail img {
	width: 100%;
}
.img_box_four .thumbnail .caption{
	padding: 30px;
}
.img_box_four .thumbnail .caption h4 {
	font-size: 18px;
	text-transform: capitalize;
}
.img_box_four .thumbnail .caption h4 a{
	color: #111111;
}
.img_box_four .thumbnail:hover .caption h4 a{
	color: #18c9d2;
}
.img_box_four .thumbnail .caption p{
	font-size:13px;
	margin: 0;
}

/*img_box_four div end*/


/*img_box_five div start*/

.img_box_five{
	float:left;
	width:100%;
}
.img_box_five h4{
	margin-bottom:15px;
}
.img_box_five .thumbnail {
	margin-bottom: 0;
	line-height: 24px;
    border-radius: 0;
    background-color: transparent;
    padding: 20px;
    border: 1px solid #eee;
}

@media (max-width: 991px) { 
	.img_box_five .thumbnail {
		margin-bottom: 30px;
	}
}
.img_box_five .thumbnail img {
	width: 100%;
	margin-bottom: 20px;
}
.img_box_five .thumbnail .caption h4 {
	font-size:18px;
	font-weight:700;
	text-transform: capitalize;
}
.img_box_five .thumbnail .caption h4 a{
	color: #111111;
}
.img_box_five .thumbnail:hover .caption h4 a{
	color:#18c9d2;
}
.img_box_five .thumbnail .caption p{
	font-size: 16px;
    line-height: 28px;
	margin-bottom: 0;
}

/*img_box_five div end*/