.free_zoom_item:hover {
    box-shadow: 0px 0px 30px 0 rgba(158, 158, 160, 0.1);
}
.itemZoomOut img {
	display: inline-block;
	width: 100%;
	padding:0px;
	max-width: 100%;
	-webkit-transition: all 0.90s ease-in-out;
	-moz-transition: all 0.90s ease-in-out;
	-o-transition: all 0.90s ease-in-out;
	-ms-transition: all 0.90s ease-in-out;
	transition: all 0.90s ease-in-out;
}
.itemZoomOut .free_zoom_item:hover img {
	opacity: 1;
	transform: scale(1.05, 1.05);
	-webkit-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
	transition: background-color all 0.2s ease-out;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.90s ease-in-out;
	-moz-transition: all 0.90s ease-in-out;
	-ms-transition: all 0.90s ease-in-out;
	-o-transition: all 0.90s ease-in-out;
	width: 100%;
	padding: 0px;
	max-width: 100%;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.free_zoom_item .imageStyle {
	float: left;
	display: inline-block;
	overflow: hidden;
	visibility: visible;
	padding: 0px;
	width: 100%;
	margin: 0px;
	max-width: 100%;
}
.item_detalis {
	width: 100%;
	float:right;
	direction: rtl;
	display:table;
    height: 40px;
    position:absolute;
    bottom:0;
    right:0;
    background-color:#fff;
    background-image: url('../images/arrow_cat_home.jpg');
	background-repeat: no-repeat;
	background-position: center left;
}
.free_zoom_item_btn {
	font-size: 17px;
	direction: rtl;
	text-align:right;
	font-weight: 600;
	color:#0099c4;
	display: table-cell;
	vertical-align: middle;
	padding-right:20px;
}
.icons_sep {
	float:right;
	width: 70%;
	margin-left:15%;
	margin-right:15%;
	height: 2px;
	background-color:#049ac4;
	margin-bottom:20px;
}
.project_nav_con {
	float: right;
	width: 100%;
	text-align:center;
	display:inline-block;
	direction:rtl;
	margin-top:50px;
	margin-bottom:50px;
}
.project_id_next_btn {
	float: none;
	width: 120px;
	background-color:#049ac4;
	display:inline-block;
	padding: 7px 12px 7px 15px;
	text-align:center;
	font-size:17px;
	color:#fff;
	border-radius:25px;
	margin-left:10px
}
.project_id_prev_btn {
	float: none;
	width: 120px;
	background-color:#049ac4;
	display:inline-block;
	padding: 7px 12px 7px 15px;
	text-align:center;
	font-size:17px;
	color:#fff;
	border-radius:25px;
}
.project_id_next_btn:hover {
	background-color:#455660;
}
.project_id_prev_btn:hover {
	background-color:#455660;
}
.project_id_icon_text {
	min-height:60px;
}
/* Media Queries for Desktop
---------------------------------------------------------------*/
@media (min-width: 1438px) {
.free_zoom_home_section {
	float: right;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 60px;
    position:relative;
}
.free_zoom_inside {
	float: right;
	width: 100%;
    position:absolute;
    height:250px;
    top:0;
    background-color:#0099c4;
    z-index:0;
}
.free_zoom_home_section_title {
	float: right;
	width: 100%;
    position:relative;
    margin-bottom:50px;
}
.free_zoom_items {
	float: left;
	width: 100%;
}
.free_zoom_item {
	float: right;
	width: 47.5%;
	margin-left: 5%;
	margin-bottom: 5%;
	background-color: transparent;
	position: relative;
	box-sizing:border-box;
/* 	overflow: hidden; */
}
.free_zoom_item:nth-of-type(2n) {
	margin-left: 0;
}
.item_description {
	width: 100%;
	overflow: hidden;
	visibility: visible;
	min-height: 75px;
	max-height: 75px;
	margin-bottom: 15px;
}
.item_name {
	width:100%;
	margin-bottom: 15px;
	font-size: 17px;
}

.projects_detalis_con {
	width: 100%;
	float:right;
	direction: rtl;
    bottom:0;
    right:0;
    background-color:#fff;
    padding: 7px 10px 7px 5px;
    border-right: 5px solid #0099c4
}
.projects_detalis_con_text {
	width: 100%;
	float:right;
	font-size: 19px;
	direction: rtl;
	text-align:right;
	margin-bottom:3px;
}
.project_id_icons {
	width: 100%;
	float:right;
	margin-top:50px;
	margin-bottom:20px;
}
.project_id_icon_con {
	width: 30%;
	float:right;
	margin-left:5%;
	margin-bottom:30px;
}
.project_id_icon_con:nth-of-type(3n) {
	margin-left:0;
}
.project_id_icon {
	width: 40px;
	float:right;
	margin-left:10px;
}
.project_id_icon_text {
	width: calc(100% - 50px);
	float:right;
	margin-top:5px;
}
}
/* Media Queries for Laptop
-------------------------------------------------------------- */
@media all and (max-width: 1439px) and (min-width: 769px) {
.free_zoom_home_section {
	float: right;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 30px;
    position:relative;
}
.free_zoom_inside {
	float: right;
	width: 100%;
    position:absolute;
    height:250px;
    top:0;
    background-color:#0099c4;
    z-index:0;
}
.free_zoom_home_section_title {
	float: right;
	width: 100%;
    position:relative;
    margin-bottom:50px;
}
.free_zoom_items {
	float: left;
	width: 100%;
}
.free_zoom_item {
	float: right;
	width: 47.5%;
	margin-left: 5%;
	margin-bottom: 5%;
	background-color: transparent;
	position: relative;
	box-sizing:border-box;
}
.free_zoom_item:nth-of-type(2n) {
	margin-left: 0;
}
.item_description {
	width: 100%;
	overflow: hidden;
	visibility: visible;
	min-height: 75px;
	max-height: 75px;
	margin-bottom: 15px;
}
.item_name {
	width:100%;
	margin-bottom: 15px;
	font-size: 17px;
}
.projects_detalis_con {
	width: 100%;
	float:right;
	direction: rtl;
    bottom:0;
    right:0;
    background-color:#fff;
    padding: 7px 10px 7px 5px;
    border-right: 5px solid #0099c4
}
.projects_detalis_con_text {
	width: 100%;
	float:right;
	font-size: 19px;
	direction: rtl;
	text-align:right;
	margin-bottom:3px;
}
.project_id_icons {
	width: 100%;
	float:right;
	margin-top:50px;
	margin-bottom:20px;
}
.project_id_icon_con {
	width: 30%;
	float:right;
	margin-left:5%;
	margin-bottom:30px;
}
.project_id_icon_con:nth-of-type(3n) {
	margin-left:0;
}
.project_id_icon {
	width: 40px;
	float:right;
	margin-left:10px;
}
.project_id_icon_text {
	width: calc(100% - 50px);
	float:right;
	margin-top:5px
}
}
/* Media Queries for Ipad
-------------------------------------------------------------- */
@media (max-width: 768px) and (min-width: 481px) {
.free_zoom_home_section {
	float: right;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 20px;
    position:relative;
}
.free_zoom_inside {
	float: right;
	width: 100%;
    position:absolute;
    height: 70px;
    top:0;
    background-color:#0099c4;
    z-index:0;
}
.free_zoom_home_section_title {
	float: right;
	width: 100%;
    position:relative;
    margin-bottom:50px;
}
.free_zoom_items {
	float: left;
	width: 100%;
}
.free_zoom_item {
	float: right;
	width: 47.5%;
	margin-left: 5%;
	margin-bottom: 5%;
	background-color: transparent;
	position: relative;
	box-sizing:border-box;
}
.free_zoom_item:nth-of-type(2n) {
	margin-left: 0;
}
.item_description {
	width: 100%;
	overflow: hidden;
	visibility: visible;
	min-height: 75px;
	max-height: 75px;
	margin-bottom: 15px;
}
.item_name {
	width:100%;
	margin-bottom: 15px;
	font-size: 17px;
}
.projects_detalis_con {
	width: 100%;
	float:right;
	direction: rtl;
    bottom:0;
    right:0;
    background-color:#fff;
    padding: 7px 10px 7px 5px;
    border-right: 5px solid #0099c4
}
.projects_detalis_con_text {
	width: 100%;
	float:right;
	font-size: 19px;
	direction: rtl;
	text-align:right;
	margin-bottom:3px;
}
.project_id_icons {
	width: 100%;
	float:right;
	margin-top:50px;
	margin-bottom:20px;
}
.project_id_icon_con {
	width: 30%;
	float:right;
	margin-left:5%;
	margin-bottom:30px;
}
.project_id_icon_con:nth-of-type(3n) {
	margin-left:0;
}
.project_id_icon {
	width: 40px;
	float:right;
	margin-left:10px;
}
.project_id_icon_text {
	width: calc(100% - 50px);
	float:right;
	margin-top:5px
}
}
/* Media Queries for Phone
-------------------------------------------------------------- */
@media (max-width: 480px) and (min-width: 319px) {
.free_zoom_home_section {
	float: right;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 20px;
    position:relative;
}
.free_zoom_inside {
	float: right;
	width: 100%;
    position:absolute;
    height:250px;
    top:0;
    background-color:#0099c4;
    z-index:0;
}
.free_zoom_home_section_title {
	float: right;
	width: 100%;
    position:relative;
    margin-bottom: 25px;
}
.free_zoom_items {
	float: left;
	width: 100%;
}
.free_zoom_item {
	float: right;
	width: 100%;
	margin-left: 0;
	margin-bottom: 20px;
	background-color: transparent;
	position: relative;
	box-sizing:border-box;
}
.free_zoom_item:nth-of-type(2n) {
	margin-left: 0;
}
.item_description {
	width: 100%;
	overflow: hidden;
	visibility: visible;
	min-height: 75px;
	max-height: 75px;
	margin-bottom: 15px;
}
.item_name {
	width:100%;
	margin-bottom: 15px;
	font-size: 17px;
}
.projects_detalis_con {
	width: 100%;
	float:right;
	direction: rtl;
    bottom:0;
    right:0;
    background-color:#fff;
    padding: 7px 10px 7px 5px;
    border-right: 5px solid #0099c4
}
.projects_detalis_con_text {
	width: 100%;
	float:right;
	font-size: 17px;
	direction: rtl;
	text-align:right;
	margin-bottom:3px;
}
.project_id_icons {
	width: 100%;
	float:right;
	margin-top:20px;
	margin-bottom:10px;
}
.project_id_icon_con {
	width: 100%;
	float:right;
	margin-left:0;
	margin-bottom:10px;
}
.project_id_icon_con:nth-of-type(3n) {
	margin-left:0;
}
.project_id_icon {
	width: 30px;
	float:right;
	margin-left:10px;
}
.project_id_icon_text {
	width: calc(100% - 40px);
	float:right;
	margin-top:5px
}
.project_nav_con {
	margin-top: 20px;
	margin-bottom: 10px;
}

.project_id_next_btn {
	float: none;
	width: 100px;
	background-color:#049ac4;
	display:inline-block;
	padding: 7px 5px 7px 5px;
	text-align:center;
	font-size:15px;
	color:#fff;
	border-radius:25px;
	margin-left:5px
}
.project_id_prev_btn {
	float: none;
	width: 100px;
	background-color:#049ac4;
	display:inline-block;
	padding: 7px 5px 7px 5px;
	text-align:center;
	font-size:15px;
	color:#fff;
	border-radius:25px;
}

}
/* Media Queries for Phone Portrait
-------------------------------------------------------------- */
@media (max-width: 320px) {
.free_zoom_home_section {
	float: right;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 20px;
    position:relative;
}
.free_zoom_inside {
	float: right;
	width: 100%;
    position:absolute;
    height:250px;
    top:0;
    background-color:#0099c4;
    z-index:0;
}
.free_zoom_home_section_title {
	float: right;
	width: 100%;
    position:relative;
    margin-bottom: 25px;
}
.free_zoom_items {
	float: left;
	width: 100%;
}
.free_zoom_item {
	float: right;
	width: 100%;
	margin-left: 0;
	margin-bottom: 20px;
	background-color: transparent;
	position: relative;
	box-sizing:border-box;
}
.free_zoom_item:nth-of-type(2n) {
	margin-left: 0;
}
.item_description {
	width: 100%;
	overflow: hidden;
	visibility: visible;
	min-height: 75px;
	max-height: 75px;
	margin-bottom: 15px;
}
.item_name {
	width:100%;
	margin-bottom: 15px;
	font-size: 17px;
}
.projects_detalis_con {
	width: 100%;
	float:right;
	direction: rtl;
    bottom:0;
    right:0;
    background-color:#fff;
    padding: 7px 10px 7px 5px;
    border-right: 5px solid #0099c4
}
.projects_detalis_con_text {
	width: 100%;
	float:right;
	font-size: 17px;
	direction: rtl;
	text-align:right;
	margin-bottom:3px;
}
}