/*start popupbox_load*/
.popupbox_load,.popupbox_msg{
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.75);
	z-index: 8000;
	text-align: center;
}
.popupbox_load_inside {
	position: absolute;
	right: 50%;
	top: 50%;
	margin-right: -40px;
	margin-top: -40px;
}
.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring{0%{transform: rotate(0deg);}100%{transform: rotate(360deg);}}
/*end popupbox_load*/
/*start popupbox msg*/
.popupbox_msg_txt {
	display:flex;
	width: 100%;
	height: 100%;
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
}
.popupbox_msg_txt_inside {
	width: 350px;
	background: #fff;
	margin: 0px auto;
	border-radius: 4px;
	padding: 20px;
}
.popupbox_msg_txt_inside button.popupbox_msg_close {
	display: block;
	background: #333;
	border: none;
	color: #fff;
	font-family: cairo;
	font-weight: 700;
	font-size: 12px;
	padding: 5px 20px;
	cursor: pointer;
	margin: 15px auto 0px;
}
.popupbox_msg_txt_inside button.popupbox_msg_close:hover{
	opacity:0.8;
}
/*end popupbox msg*/
/*start shape_all_go*/
.shape_all_go{
	clear:both;
	display:block;
	overflow:hidden;
	position:relative;
	top:-40px;
}
.my_single .shape_all_go{
	top:0;
}
/*end shape_all_go*/
/*start slideshow*/
#shape_slideshow{
	clear:both;
	height:500px;
	display:block;
	z-index:100;
	background:#87B8CD;
	overflow:hidden;
	width:100%;
	position:relative;
	margin-bottom:40px;
	top:0;
	right:0;
}
.shape_next,.shape_prev{
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	display:block;
	font-size:35px;
	text-align:center;
	position:absolute;
	top:50%;
	margin-top:-25px;
	width:30px;
	color:#fff;
	left:0px;
	right:auto;
	z-index:1001;
	cursor:pointer;
}
.shape_next{
	right:0px;
	left:auto;
}
.shape_next:before{
	font-family:FontAwesome;
	content:"\f105";
}
.shape_prev:before{
	font-family:FontAwesome;
	content:"\f104";
}
.shape_next:hover,.shape_prev:hover{
	opacity:0.5;
}
.shape_slideshow{
	width:100%;
	height:100%;
	overflow:hidden;
}
#shape_slideshow .cycle-slideshow{
	background:url(../images/load.gif) 50% 50% no-repeat;
}
.shape_slider{
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	height:100%;
	background-position:center top;
}
.shape_slider_cont{
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	display: flex;
	width:100%;
	position:relative;
	z-index:1100;
	height:100%;
	padding:15px;
}
.shape_slider_cont_all{
	width:100%;
	max-width:800px;
	display:block;
	padding:0px 50px 0px;
}
.cycle-slide-active .shape_slider_cont h2{
    -webkit-animation: slideInRight 1s forwards;
    -ms-animation-name: slideInRight 1s forwards;
	-o-animation-name: slideInRight 1s forwards;
	-moz-animation-name: slideInRight 1s forwards;
	animation-name: slideInRight 1s forwards;
}
.shape_slider_cont h2 {
	position:relative;
	z-index:888;
	font-weight:400;
	line-height:1.2;
	display: inline-block;
	color: #fff;
	font-family:droid;
	text-shadow:1px 1px 1px #000;
	font-size: 45px;
	margin-bottom: 35px;
}
.cycle-slide-active .shape_slider_cont p{
    -webkit-animation: slideInLeft 1s forwards;
    animation: slideInLeft 1s forwards;
	-ms-animation: slideInLeft 1s forwards;
	-o-animation: slideInLeft 1s forwards;
	-moz-animation: slideInLeft 1s forwards;
}
.shape_slider_cont p {
	z-index:888;
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-weight:600;
	margin-bottom:40px;
}
.cycle-slide-active .shape_slider_cont a{
    -webkit-animation: slideInLeft 1s forwards;
    animation: slideInLeft 1s forwards;
	-ms-animation: slideInLeft 1s forwards;
	-o-animation: slideInLeft 1s forwards;
	-moz-animation: slideInLeft 1s forwards;
}
.shape_slider_cont a {
	background:#87B8CD;
	clear:both;
	color:#fff;
	font-size:14px;
	display:inline-block;
	font-weight:600;
	padding:15px 30px;
	position:relative;
	z-index:888;
}
.shape_slider_cont a:hover{
	background:#D0B76F;
	color:#fff;
}
.shape_cycle-pager {
	position: absolute;
	z-index: 103;
	font-size:0px;
	left: 0px;
	width:100%;
	bottom: 30px;
	text-align:center;
}
.shape_cycle-pager .cycle-pager-active {
	background:#D0B76F;
}
.shape_cycle-pager span {
	margin-bottom:8px;
	width:15px;
	height:15px;
	border-radius:15px;
	border:2px solid rgba(255,255,255,1);
	cursor:pointer;
	display:inline-block;
	margin-left:2px;
	margin-right:2px;
}
/*end slideshow*/
/*start data*/
#shape_data {
	clear: both;
	overflow: hidden;
	margin-bottom: 40px;
}
.shape_data_list {
	clear: both;
	text-align:center;
	display:block;
}
.shape_data_list li {
	width: 25%;
	overflow: hidden;
	display:inline-block;
	padding: 7px;
}
.shape_data_list li div {
	border: 1px solid #d7e9ee;
	padding:30px 15px;
	text-align: center;
}
.shape_data_list li:nth-child(2n+2) div,.shape_data_list li:nth-child(4n+4) div{
	background:#d7e9ee;
}
.shape_data_list li div span {
	font-family: FontAwesome;
	font-size: 35px;
	display: block;
	margin-bottom: 10px;
	color: #87B8CD;
}
.shape_data_list li div p {
	clear: both;
	display: block;
	overflow: hidden;
	font-size: 13px;
	line-height: 1.6;
}
.shape_data_list li div b {
	display: block;
	margin-bottom: 5px;
	font-size:14px;
	font-weight: 700;
}
.shape_data_list li div a {
	background: #87B8CD;
	color: #fff;
	font-weight: 700;
	font-size: 12px;
	padding: 8px 10px;
	display: inline-block;
	margin-top: 20px;
	text-align: center;
	min-width: 100px;
}
.shape_data_list li div a:hover {
	background: #D0B76F;
	color:#fff;
}
/*end data*/
/*start aboutus*/
#shape_about{
	clear:both;
	display:block;
	margin-bottom:40px;
	overflow:hidden;
}
.shape_about_right {
	width: 50%;
	float: right;
	display: block;
	overflow: hidden;
	padding: 20px 0px 0px 25px;
}
.shape_about_right h2 {
	font-weight: normal;
	font-size: 25px;
	color: #333;
	display: block;
	margin-bottom: 10px;
	font-family: droid;
}
.shape_about_right span{
	clear:both;
	display:block;
	font-size:14px;
	margin-bottom:20px;
	color:#777;
	font-weight:600;
	border-bottom:1px solid rgba(0,0,0,.04);
	padding-bottom:20px;
}
.shape_about_right p{
	font-size:14px;
}
.shape_about_left {
	width: 50%;
	float: left;
	display: block;
	overflow: hidden;
}
.shape_about_left img{
	width:50%;
	padding:5px;
	display:block;
	float:right;
	border-radius:20px;
}
/*end aboutus*/
/*start news*/
#shape_news {
	clear: both;
	display: block;
	overflow: hidden;
	margin-bottom: 40px;
	text-align:center;
}
.shape_news_loop {
	display:inline-block;
	width: 33.33%;
	padding: 10px;
	overflow: hidden;
}
.shape_news_all {
	text-align: center;
	overflow: hidden;
}
.shape_news_img {
	width: 100%;
	display: block;
	height: 280px;
	overflow: hidden;
	position: relative;
}
.shape_news_img img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: top;
}
.shape_news_txt {
	padding: 15px;
	overflow: hidden;
	clear: both;
	display: block;
}
.shape_news_txt h2 {
	font-weight: 700;
	font-size: 15px;
	display: block;
	margin-bottom: 15px;
}
.shape_news_txt p {
	font-size: 13px;
	overflow: hidden;
	display: block;
}
.shape_news_more {
	clear: both;
	display: block;
	text-align: center;
}
.shape_news_more a {
	background: #87B8CD;
	color: #fff;
	font-weight: 700;
	font-size: 12px;
	padding: 10px;
	display: block;
}
.shape_news_more a:hover{
	background: #D0B76F;
	color:#fff;
}
/*end news*/
/*start about_default*/
#shape_about_default {
	margin-bottom: 40px;
	overflow: hidden;
	display: block;
	clear: both;
}
#shape_about_default .pages_title {
	margin-bottom: 0px;
}
/*end about_default*/
/*start shape_about_list*/
.shape_about_list{
	clear:both;
	display:block;
	overflow:hidden;
	margin-bottom:20px;
}
.shape_about_list_loop {
	clear: both;
	display: block;
	border: 1px solid #ddd;
	overflow: hidden;
}
.shape_about_list_loop h2 {
	display: block;
	overflow: hidden;
	background: #f8f8f8;
	border-bottom: 1px solid #eee;
	padding: 15px;
	font-weight: 700;
	cursor:pointer;
	font-size: 14px;
}
.shape_about_list_loop h2:before{
	font-weight:normal;
	font-family:FontAwesome;
	vertical-align:0;
	margin-left:10px;
	content:"\f038";
}
.shape_about_list_loop h2 span {
	float: left;
	display: block;
	width: 20px;
	cursor:pointer;
	height: 20px;
	line-height: 20px;
	font-family: FontAwesome;
	font-size: 14px;
	font-weight:normal;
}
.shape_about_list_loop h2 span:before{
	content:"\f078";
}
.shape_about_list_loop h2 span.active:before{
	content:"\f077";
}
.shape_about_list_txt{
	clear: both;
	overflow: hidden;
	display:none;
}
.shape_about_list_txt_padding{
	padding: 15px;
}
/*end shape_about_list*/
/*start partners*/
#shape_partners {
	clear: both;
	overflow: hidden;
	display: block;
	margin-bottom: 40px;
	text-align:center;
}
.shape_partners_slide li {
	display: inline-block;
	width: 20%;
	text-align: center;
	padding: 15px;
}
.shape_partners_all img {
	width: 100px;
	height: 100px;
	border-radius: 100px;
	border: 2px solid #eee;
	padding: 5px;
	display: block;
	margin: 0px auto 10px;
}
.shape_partners_all span {
	display: block;
	font-weight: 700;
	font-size: 13px;
}
.shape_partners_all p {
	display: block;
	margin-top: 5px;
	font-size: 12px;
	color: #555;
}
/*end partners*/
/*start listg*/
.shape_listg{
	clear:both;
	overflow:hidden;
	display:table;
	direction:ltr;
	width:100%;
	position:relative;
}
.shape_listg_right,.shape_listg_left{
	display:table-cell;
	vertical-align:top;
	width:45%;
}
.shape_listg.shape_listg1_left{
	direction:rtl;
	text-align:right;
}
.shape_listg_right{
	width:55%;
	padding:80px 50px;
}
.shape_listg.shape_listg1_left .shape_listg_left{
	width:55%;
}
.shape_listg.shape_listg1_left .shape_listg_right{
	width:45%;
}
.shape_listg_left{
	background-size:cover;
	background-position:center;
}
.shape_listg_right{
	direction:rtl;
}
.shape_listg_right h1 {
	font-weight: 400;
	background: #d7e9ee;
	display: inline-block;
	font-size: 15px;
	color: #000;
	padding: 3px 8px;
	margin-bottom: 10px;
}
.shape_listg_right h2 {
	display: block;
	color: #333;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 10px;
}
.shape_listg_txt {
	clear: both;
	display: block;
	color: #555;
	font-weight: 600;
}
.shape_listg_txt ol{
	direction:rtl;
	margin-top:15px;
}
.shape_listg_txt ol li {
	clear: both;
	color: #444;
	padding:2px;
}
.shape_listg_txt ol li:before{
	content:"\f00c";
	font-family:FontAwesome;
	display:inline-block;
	vertical-align:0;
	margin-left:8px;
	font-weight:normal;
	color:#D0B76F;
}
.shape_listg_more {
	clear: both;
	display: block;
	overflow: hidden;
	margin-top: 20px;
}
.shape_listg_more a {
	display: inline-block;
	background: #D0B76F;
	color: #fff;
	padding: 6px 20px;
}
.shape_listg_more a:hover{
	background: #87B8CD;
	color:#fff;
}
/*end listg*/
/*start services*/
#shape_services {
	float: right;
	width: 100%;
	clear: both;
	display: block;
	margin-bottom: 40px;
}
.shape_serv_loop {
	width: 25%;
	float: right;
	padding: 20px;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
}
.shape_serv_loop:nth-child(4n+4){
	border-left:1px solid #ddd;
}
.shape_serv_all {
	width: 100%;
	display: block;
	position:relative;
}
.shape_serv_img {
	clear: both;
	display: block;
	width: 100%;
	height: 120px;
	overflow: hidden;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	position: relative;
}
.shape_serv_all:hover .shape_serv_img a:after {
	left: -50%;
}
.shape_serv_img a:after {
	background: rgba(255, 255, 255, 0.4);
	content: "";
	height: 100%;
	left: -150%;
	position: absolute;
	top: 0;
	transition: none 0s ease 0s;
	width: 100%;
	transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-webkit-transform: rotate(360deg) scale(1.003) skew(14deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.shape_serv_img img{
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:top;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;	
}
.shape_serv_all:hover .shape_serv_img img{
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	-moz-transform:scale(1.1);
}
.shape_serv_img a {
	position: relative;
	display: block;
	z-index: 100;
	height: 100%;
	width: 100%;
}
.shape_serv_txt {
	clear: both;
	display: block;
	overflow: hidden;
}
.shape_serv_txt h2 {
	font-weight: 700;
	font-size: 14px;
	display: block;
	margin-top:15px;
	margin-bottom: 10px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.shape_serv_txt p {
	display: block;
	clear: both;
	color: #555;
	font-size: 13px;
	overflow: hidden;
	margin-bottom: 20px;
}
.shape_serv_more {
	clear: both;
	overflow: hidden;
	display:block;
}
.shape_serv_more a:after{
	font-family:FontAwesome;
	vertical-align:middle;
	margin-right:10px;
	content:"\f060";
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
}
.shape_serv_more a{
	display:inline-block;
	background:#87B8CD;
	padding:7px 15px;
	color:#fff;
	font-size:12px;
}
.shape_serv_more a:hover{
	background:#D0B76F;
	color:#fff;
}
.shape_serv_more a:hover:after{
	margin-right:15px;
}
/*end services*/
/*start services adv*/
#shape_services2 {
	clear: both;
	display: block;
	overflow: hidden;
	position:relative;
	margin-bottom: 40px;
	float: right;
	width: 100%;
}
.shape_services2{
	clear:both;
	display:block;
	text-align:center;
}
.shape_services2 li {
	display:inline-block;
	width: 25%;
	padding: 5px;
	overflow: hidden;
}
.shape_serv_all2 {
	background: #fff;
	border:1px solid #eee;
	overflow: hidden;
	position:relative;
	border-radius:5px;
}
.shape_serv_right2 {
	position:relative;
	width: 100%;
	height: 200px;
}
.shape_serv_right2 a{
	display:block;
	position:relative;
	width:100%;
	height:100%;
}
.shape_serv_right2 a:before{
	content:"";
	width:100%;
	height:100%;
	top:0;
	right:0;
	opacity:0;
	position:absolute;
	background:rgba(0,0,0,0.6);
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.shape_serv_all2:hover .shape_serv_right2 a:before{
	opacity:1;
}
.shape_serv_right2 img {
	width: 100%;
	height:100%;
	display: block;
	object-fit: cover;
	object-position: center;
}
.shape_serv_all2:hover .shape_serv_right2 span{
	background:#D0B76F;
}
.shape_serv_right2 span {
	width: 90px;
	height: 90px;
	background: #87B8CD;
	position: absolute;
	border-radius: 90px;
	bottom: -44px;
	text-align: center;
	font-family: FontAwesome;
	line-height: 75px;
	font-size: 30px;
	left: 50%;
	color: #fff;
	border: 5px solid #fff;
	margin-left: -45px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.shape_serv_right2 span:after {
	content: "";
	position: absolute;
	width: 67px;
	height: 67px;
	border-radius: 80px;
	top: 4px;
	right: 5px;
	border: 2px dashed #fff;
	-webkit-animation: rotatemetwo 5s linear infinite;
	animation: rotatemetwo 5s linear infinite;
}
.shape_serv_left2 {
	padding: 50px 25px 25px;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.shape_serv_left2 h2 {
	font-weight: 700;
	font-size: 15px;
	display: block;
	margin-bottom: 5px;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.shape_serv_left2 p {
	display: block;
	color: #555;
	overflow: hidden;
	margin-bottom: 10px;
	font-size: 14px;
}
.shape_serv_left2 a {
	display: inline-block;
	font-weight: 700;
	font-size: 12px;
	padding: 5px 5px 5px 15px;
	border-radius: 35px;
	color:#000;
	line-height: 1;
	background:#d7e9ee;
}
.shape_serv_left2 a:before{
	content:"\f060";
	font-family:FontAwesome;
	vertical-align:0;
	width:25px;
	height:25px;
	font-weight:normal;
	line-height:25px;
	background:#87B8CD;
	color:#fff;
	text-align:center;
	border-radius:50px;
	font-size:12px;
	margin-left:5px;
	display:inline-block;
	transform:rotate(-20deg);
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
}
.shape_serv_left2 a:hover{
	color:#fff;
	background:#D0B76F;
}
.shape_serv_left2 a:hover:before{
	transform:rotate(0deg);
}
/*end services adv*/
/*start gallery*/
#shape_gallery{
	clear:both;
	float:right;
	width:100%;
	overflow:hidden;
	margin-bottom:40px;
}
.shape_gallerys {
	clear: both;
	display: block;
}
.shape_gallerys.shape_gallerys_slide{
	visibility:hidden;
}
.shape_gallerys_slide.slick-initialized {
	visibility:visible;
}
.shape_gallerys li {
	display: block;
	float: right;
	overflow:hidden;
	width: 50%;
	padding: 15px;
}
.shape_gallerys_all{
	width:100%;
	background:#87B8CD;
	height:400px;
	border-radius:10px;
	position:relative;
	overflow:hidden;
}
.shape_gallerys_all a:hover{
	opacity:0.9;
}
.shape_gallerys_all img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.shape_gallerys_all h2 {
	position: absolute;
	background: #87B8CD;
	bottom: -220px;
	left: 20px;
	color: #fff;
	opacity:0;
	font-weight: 600;
	font-size: 17px;
	padding: 20px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	border-radius: 5px;
}
.shape_gallerys_all:hover h2{
	bottom:20px;
	opacity:1;
}
#shape_gallery .slick-dots {
	clear: both;
	display: block;
	padding-top:20px;
	text-align: center;
}
#shape_gallery .slick-dots li {
	display: inline-block;
	float: none;
	padding: 0;
	width: auto;
}
#shape_gallery .slick-dots li button {
	font-size: 0;
	background: none;
	border: 2px solid #0f263a;
	margin-left: 5px;
	width: 14px;
	height: 14px;
	cursor:pointer;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-ms-border-radius: 14px;
	-o-border-radius: 14px;
	-moz-border-radius: 14px;
}
#shape_gallery .slick-dots li.slick-active button{
	background:#D0B76F;
}
/*end gallery*/
/*start projects*/
#shape_projects{
	clear:both;
	float:right;
	width:100%;
	overflow:hidden;
	position:relative;
	margin-bottom:40px;
}
.shape_my_projects {
	clear: both;
	display: block;
	overflow: hidden;
}
.shape_my_projects li {
	display: block;
	float: right;
	overflow:hidden;
	width: 25%;
	padding: 1px;
}
.shape_p_thumb {
	width: 100%;
	height: 229px;
	display: block;
	overflow: hidden;
	position: relative;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
}
.shape_p_thumb img{
	width: 100%;
	height:100%;
	object-fit:cover;
	object-position:top;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
}
.shape_p_thumb:hover img{
	transform:scale(1.2) rotate(-2deg);
}
.shape_p_thumb a{
	display:block;
	position:relative;
	width:100%;
	height:100%;
}
.shape_p_thumb a:before{
	content:"";
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	background:rgba(45, 45, 45, 0.44);
}
.shape_p_thumb a:hover:before{
	background:none;
}
.shape_p_thumb span{
	position:absolute;
	background:#D0B76F;
	color:#fff;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	padding:10px 15px;
	top:20px;
	right:-500px;
}
.shape_p_thumb:hover span{
	right:0;
}
/*end projects*/
/*start notice*/
#shape_notice{
	clear:both;
	display:block;
	margin-bottom:40px;
	overflow:hidden;
}
.shape_notice {
	display: block;
	background: #eef6fd;
	padding: 15px;
	border-radius: 4px;
	font-weight:600;
	color: #173653;
	border: 1px solid #e3eaf1;
}
.shape_notice.shape_notice1{
	color: #581112;
	background: #fef3f3;
	border: 1px solid #f0e2e2;
}
.shape_notice.shape_notice2{
	color: #3c320c;
	background: #fdfdde;
	border: 1px solid #eeeedb;
}
/*end notice*/
/*start shape_services3*/
#shape_services3{
	clear:both;
	float:right;
	margin-bottom:40px;
	width:100%;
}
.shape_services3_ol {
	overflow: hidden;
	clear: both;
	display: block;
	text-align:center;
}
.shape_services3_ol li {
	display:inline-block;
	padding:10px;
	overflow: hidden;
	width: 50%;
}
.shape_services3_ol li:nth-child(2n+2){
	direction:ltr;
}
.shape_services3_all {
	display: table;
	width: 100%;
}
.shape_services3_img {
	display: table-cell;
	width: 50%;
	vertical-align: top;
	overflow:hidden;
	border-left:10px solid #fff;
	position: relative;
}
.shape_services3_img img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right:0px;
	object-fit: cover;
	object-position: center top;
	z-index: 10;
}
.shape_services3_txt {
	display: table-cell;
	padding:25px 15px;
	vertical-align:middle;
	position:relative;
	background:#d7e9ee;
	text-align: right;
}
.shape_services3_ol li:nth-child(2n+2) .shape_services3_img{
	border-left:none;
}
.shape_services3_ol li:nth-child(2n+2) .shape_services3_txt{
	border-left:10px solid #fff;
}
.shape_services3_txt b {
	font-weight: 700;
	font-size: 16px;
	display: block;
	margin-bottom:3px;
	color: #333;
}
.shape_services3_txt i{
	font-size:13px;
	color:#0f263a;
	margin-bottom:15px;
	display:block;
}
.shape_services3_txt p {
	margin-bottom: 10px;
	font-size: 13px;
	overflow:hidden;
	color: #555;
}
.shape_services3_txt a {
	background: #87B8CD;
	color: #fff;
	padding: 5px 15px;
	display: inline-block;
	margin-bottom: 10px;
	margin-top: 20px;
}
.shape_services3_txt a:hover {
	background:#D0B76F;
	color:#fff;
}
/*end shape_services3*/
/*end shape_services4*/
#shape_services4 {
    clear: both;
    width: 100%;
    float: right;
    overflow: hidden;
    margin-bottom: 40px;
}
.shape_services4_ol li {
    display: inline-block;
    width: 33.33%;
    padding: 15px;
    overflow: hidden;
    position: relative;
}
.shape_services4_all {
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0px 0px 10px -8px rgba(0,0,0,0.6);
    position: relative;
    width: 100%;
}
.shape_services4_img {
    width: 100%;
    height: 270px;
    overflow: hidden;
    display: block;
    position: relative;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
}
.shape_services4_img a {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
}
.shape_services4_img a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
    top: 0;
    right: 0;
    background:linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.3),rgba(0,0,0,0.1),rgba(0,0,0,0.1),rgba(0,0,0,0.1),rgba(0,0,0,0.1),rgba(0,0,0,0.3),rgba(0,0,0,0.4));
}
.shape_services4_all:hover .shape_services4_img a:before{
	background:linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.5),rgba(0,0,0,0.1),rgba(0,0,0,0.1),rgba(0,0,0,0.1),rgba(0,0,0,0.1),rgba(0,0,0,0.5),rgba(0,0,0,0.6));
}
.shape_services4_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	display: block;
    object-position: top;
}
.shape_services4_all:hover .shape_services4_img h2 {
    padding: 25px 15px;
}
.shape_services4_img h2 {
    position: absolute;
    bottom: 0px;
    right: 0;
    text-align: center;
    color: #fff;
    padding: 15px;
    font-weight: 700;
    font-size: 17px;
    width: 100%;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4));
}
.shape_services4_txt {
    clear: both;
    display: block;
    overflow: hidden;
}
.shape_services4_txt_ol li {
    display: block;
    border-bottom: 1px solid #eee;
    width: 100%;
    padding: 15px;
}
.shape_services4_txt_ol li p {
    display: inline-block;
    color: #000;
    font-weight: 600;
    font-size: 13px;
}
.shape_services4_txt_ol li i {
    font-family: FontAwesome5,FontAwesome,iconmoon,Flaticon;
    display: inline-block;
    font-style: normal;
    vertical-align: 0px;
    margin-left: 5px;
    color: #777;
}
.shape_services4_txt_ol li b {
    display: block;
    font-weight: 700;
    float: left;
    color: #000;
}
.shape_services4_txt_ol li.shape_services4_txt_ol_type2 b {
    color: #d96044;
    font-size: 25px;
    position: relative;
    line-height: 1;
}
.shape_services4_txt_ol li.shape_services4_txt_ol_type3 b{
	font-weight:600;
}
.shape_services4_txt_ol li.shape_services4_txt_ol_type2 {
    background: #fff9f8;
}
.shape_services4_txt_ol li.shape_services4_txt_ol_type1 b {
    color: #45a3c2;
    font-size: 20px;
    line-height: 1;
}
.shape_services4_txt_ol li.shape_services4_txt_ol_type1 {
    background: #f7fdff;
}
.shape_services4_txt a {
    display: block;
    margin: 14px;
    text-align: center;
}
/*end shape_services4*/
/*start shape services cont*/
#shape_services_cont {
	overflow: hidden;
	clear: both;
	float: right;
	width: 100%;
	text-align:center;
}
#shape_services_cont .shape_listg {
	display: inline-block;
	direction: rtl !important;
	width: 33.33%;
	padding:15px;
	vertical-align: top;
	text-align: right;
}
#shape_services_cont .shape_listg_right {
	border: 1px solid #eee;
	padding: 40px 30px;
	width: 100%;
	display: block;
}
/*end shape services cont*/
/* CSS Document */
@-ms-viewport {width:device-width;}
@viewport{width:device-width;}
@media only screen and (max-width: 900px){
#shape_slideshow {
	height: 350px;
}
.shape_slider_cont h2 {
	font-size: 22px;
}
.shape_slider_cont p {
	display: none;
}
.shape_slider_cont a {
	padding: 10px 20px;
	font-size: 13px;
}
.shape_data_list li {
	float: none;
	width: 100%;
}
.shape_data_list li div p {
	height: auto;
}
.shape_about_right {
	float: none;
	width: 100%;
	text-align: center;
	padding: 20px 10px 25px;
}
.shape_about_left {
	width: 100%;
	float: none;
}
.shape_about_left img {
	padding: 0;
	float: none;
	width: auto !important;
	margin: 0px auto;
}
.shape_news_loop {
	float: none;
	width: 100%;
	text-align: center;
}
.shape_news_img {
	height: auto;
}
.shape_news_txt p {
	height: auto;
}
.shape_about_default_txt {
	padding: 0px 10px;
}
.shape_about_list {
	padding: 0px 10px;
}
.shape_partners_slide li {
	width: 100%;
	float: none;
}
.shape_listg {
	display: block;
	border-bottom:1px solid #eee;
	direction: rtl;
}
.shape_listg_right {
	width: 100%;
	padding: 20px;
	text-align: center;
}
.shape_listg_right h2 {
	font-size: 25px;
}
.shape_listg.listg1_left shape_.listg_right {
	display: block;
	width: 100%;
}
.shape_listg_left,.shape_listg.shape_listg1_left .shape_listg_left{
	width: 100%;
	display: block;
	height: 350px;
}
.shape_serv_loop {
	width: 100%;
	border: 1px solid #ddd;
	margin-bottom: 10px;
	text-align: center;
}
.shape_serv_img {
	height: auto;
}
.shape_serv_txt p {
	height: auto;
}
.shape_serv_more a {
	display: block;
}
.shape_services2 li {
	width: 100%;
}
.shape_serv_right2 {
	height: auto;
}
.shape_serv_left2 p {
	height: auto;
}
.shape_gallerys li {
	width: 100%;
}
.shape_gallerys_all {
	height: auto;
}
.shape_gallerys .slick-dots li {
	width: auto;
}
.shape_my_projects li {
	width: 100%;
}
.shape_p_thumb {
	height: auto;
}
#shape_notice{
	padding:0px 15px;
}
.shape_notice{
	text-align:center;
}
.shape_services3_ol li {
	width: 100%;
	text-align: center;
}
.shape_services3_all {
	display: block;
}
.shape_services3_img {
	display: block;
	width: 100%;
	height: 250px;
}
.shape_services3_txt {
	display: block;
	padding: 15px;
	text-align: center;
}
.shape_services3_txt p {
	height: auto;
}
.shape_services3_txt{
	border:none !important;
}
.shape_services3_img{
	border:none !important;
}
.shape_services4_ol li {
    width: 100%;
}
.shape_services4_img {
    height: auto;
}
.shape_services4_img h2 {
    font-size: 13px;
}
.shape_services4_txt_ol li.shape_services4_txt_ol_type2 b {
    font-size: 20px;
}
#shape_services_cont .shape_listg {
	display: block;
	width: 100%;
}
#shape_services_cont .shape_listg {
	border-bottom: none;
}
}