/*start popupbox_load*/
*:before,*:after{
	font-weight:normal;
}
.wraps_is,.shape_all_go{
	font-weight:600;
}
.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: Changa, sans-serif;
	font-weight: 700;
	font-size: 13px;
	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:#114d5c;
	overflow:hidden;
	width:100%;
	position:relative;
	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%;
	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:#114d5c;
	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:#00929e;
	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:#114d5c;
}
.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: 10px;
}
.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 #e7f1f2;
	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:#e7f1f2;
}
.shape_data_list li div span {
	font-size: 35px;
	display: block;
	margin-bottom: 10px;
	color: #114d5c;
}
.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: #114d5c;
	color: #fff;
	font-weight: 700;
	font-size: 13px;
	padding: 8px 10px;
	display: inline-block;
	margin-top: 20px;
	text-align: center;
	min-width: 100px;
}
.shape_data_list li div a:hover {
	background: #00929e;
	color:#fff;
}
/*end data*/
/*start aboutus*/
#shape_about{
	clear:both;
	display:block;
	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;
	padding-top:70px;
}
.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: 10px;
	text-align:center;
}
.shape_news_loop {
	display:inline-block;
	width: 33.33%;
	padding: 10px;
	overflow: hidden;
}
.shape_news_all {
	text-align: center;
	overflow: hidden;
	height:370px;
}
.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: #114d5c;
	color: #fff;
	font-weight: 700;
	font-size: 13px;
	padding: 10px;
	display: block;
}
.shape_news_more a:hover{
	background: #00929e;
	color:#fff;
}
/*end news*/
/*start about_default*/
#shape_about_default {
	margin-bottom: 10px;
	overflow: hidden;
	display: block;
	clear: both;
}
#shape_about_default .pages_title {
	margin-bottom: 0px;
	padding-bottom:0;
}
/*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 #cde8d9;
	overflow: hidden;
}
.shape_about_list_loop h2 {
	display: block;
	overflow: hidden;
	border-bottom: 1px solid #cde8d9;
	padding: 15px;
	font-weight: 700;
	cursor:pointer;
	font-size: 14px;
}
.shape_about_list_loop h2:before{
	font-weight:normal;
	display:inline-block;
	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: 10px;
	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 #e7f1f2;
	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: 13px;
	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:20px 0px 20px 50px;
}
.shape_listg.shape_listg1_left .shape_listg_left{
	width:55%;
}
.shape_listg.shape_listg1_left .shape_listg_right{
	width:45%;
	padding:20px 50px 20px 0px;
}
.shape_listg_left{
	background-size:cover;
	background-position:center;
}
.shape_listg_right{
	direction:rtl;
}
.shape_listg_right h1 {
	font-weight: 400;
	background: #e7f1f2;
	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_more {
	clear: both;
	display: block;
	overflow: hidden;
	margin-top: 20px;
}
.shape_listg_more a {
	display: inline-block;
	background: #114d5c;
	color: #fff;
	padding: 6px 20px;
}
.shape_listg_more a:hover{
	background: #00929e;
	color:#fff;
}
/*end listg*/
/*start services*/
#shape_services {
	float: right;
	width: 100%;
	clear: both;
	display: block;
	margin-bottom: 10px;
}
.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:#114d5c;
	padding:7px 15px;
	color:#fff;
	font-size:13px;
}
.shape_serv_more a:hover{
	background:#00929e;
	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: 10px;
	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 #e7f1f2;
	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:#00929e;
}
.shape_serv_right2 span {
	width: 90px;
	height: 90px;
	background: #114d5c;
	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: 13px;
	display: block;
	margin-bottom: 5px;
	min-height:50px;
	color: #333;
}
.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: 13px;
	padding: 5px 5px 5px 15px;
	border-radius: 35px;
	color:#000;
	line-height: 1;
	background:#e7f1f2;
}
.shape_serv_left2 a:before{
	content:"\f060";
	font-family:FontAwesome;
	vertical-align:0;
	width:25px;
	height:25px;
	font-weight:normal;
	line-height:25px;
	background:#114d5c;
	color:#fff;
	text-align:center;
	border-radius:50px;
	font-size:13px;
	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:#114d5c;
}
.shape_serv_left2 a:hover:before{
	transform:rotate(0deg);
}
/*end services adv*/
/*start gallery*/
#shape_gallery{
	clear:both;
	float:right;
	width:100%;
	overflow:hidden;
}
.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:#114d5c;
	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: #114d5c;
	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 #54685e;
	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:#114d5c;
}
/*end gallery*/
/*start projects*/
#shape_projects{
	clear:both;
	float:right;
	width:100%;
	overflow:hidden;
	position:relative;
}
.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:#114d5c;
	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;
	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: #f7d1d1;
	border: 1px solid #dbbbbb;
}
.shape_notice.shape_notice2 {
	color: #3c320c;
	background: #f5f5bf;
	border: 1px solid #dfdfb2;
}
.shape_notice.shape_notice3{
	color: #000;
	background: #fff;
	border: 1px solid #cde8d9;
}
/*end notice*/
/*start shape_services3*/
#shape_services3{
	clear:both;
	float:right;
	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:#e7f1f2;
	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:#114d5c;
	margin-bottom:40px;
	display:block;
}
.shape_services3_txt p {
	margin-bottom: 10px;
	font-size: 13px;
	overflow:hidden;
	color: #555;
}
.shape_services3_txt a {
	background: #114d5c;
	color: #fff;
	padding: 5px 15px;
	display: inline-block;
	margin-bottom: 10px;
	margin-top: 20px;
}
.shape_services3_txt a:hover {
	background:#00929e;
}
/*end shape_services3*/
/*end shape_services4*/
#shape_services4 {
    clear: both;
    width: 100%;
    float: right;
    overflow: hidden;
    margin-bottom: 10px;
}
.shape_services4_ol li {
    display: inline-block;
    width: 100%;
    padding: 0px;
	margin-bottom:0;
    overflow: hidden;
    position: relative;
}
.shape_services4_all {
    border: 1px solid #cde8d9;
    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 #cde8d9;
    width: 100%;
	margin-bottom:0;
    padding: 15px;
}
.shape_services4_txt_ol li:nth-child(2n+2) {
	background: #e7f1f2;
}
.shape_services4_txt_ol li p {
    display:block;
    color: #000;
    font-weight: 600;
    font-size: 13px;
	margin-right:25px;
}
.shape_services4_txt_ol li i {
    display:block;
    font-style: normal;
    vertical-align: 0px;
	float:right;
    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:100%;
	margin-bottom:20px;
	padding:0;
	vertical-align: top;
	text-align: right;
}
#shape_services_cont .shape_listg_right {
	padding:0;
	border:1px dashed #cde8d9;
	padding:25px;
	width: 100%;
	display: block;
}
#shape_services_cont .width .shape_listg:nth-child(2n+2) .shape_listg_right {
	background:#faf2dd;
}
/*end shape services cont*/
/*start shape_aboutus_multi*/
#shape_aboutus_multi{
	float:right;
	width:100%;
	margin-bottom:60px;
	display:block;
}
.shape_aboutus_multi {
	background: #f5f6f6;
	clear: both;
	display: block;
	width: 100%;
	border-radius: 20px 0px 0px 20px;
	padding: 30px 10px;
	color: #000;
	position:relative;
	font-size: 15px;
}
.shape_aboutus_multi_title {
	background: #00929e;
	color: #fff;
	display: block;
	padding: 15px 40px;
	font-weight: 700;
	font-size: 35px;
	border-radius: 0px 0px 0px 40px;
	margin-top: -40px;
	margin-right: -20px;
	float: right;
	position: relative;
	margin-bottom:40px;
}
.shape_aboutus_multi_title b {
	border-bottom: 10px solid #00929e;
	border-left: 10px solid transparent;
	position: absolute;
	left: -10px;
	top: 0px;
	border-right: 10px solid transparent;
	z-index: -1;
}
.shape_aboutus_multi_title p {
	border-bottom: 10px solid transparent;
	border-left: 10px solid #00929e;
	position: absolute;
	right: 0px;
	bottom: -10px;
	z-index: -1;
}
.shape_aboutus_multi_title:after {
	content: "";
	position: absolute;
	background: #c4c6c6;
	width: 70%;
	height: 9px;
	bottom: -9px;
	right: 10px;
	border-radius: 0px 0px 0px 20px;
}
.shape_slice_opact {
	background: rgba(255,255,255,0.1);
	position: absolute;
	top: -7px;
	right: 23px;
	width: 20px;
	height: 127%;
	transform: rotate(-20deg);
}
.shape_slice_opact2 {
	background: rgba(255,255,255,0.1);
	position: absolute;
	top: -7px;
	left: 31px;
	width: 10px;
	height: 127%;
	transform: rotate(-20deg);
}
.shape_aboutus_multi_desc {
	clear: both;
	font-size: 17px;
	padding:0px 20px;
	color: #333;
}
.shape_aboutus_multi_list {
	margin-top: 40px;
	overflow: hidden;
}
.shape_aboutus_multi_list li {
	width: 50%;
	float: right;
	padding: 10px 20px;
}
.shape_aboutus_multi_list_all {
	overflow: hidden;
	display: block;
}
.shape_aboutus_multi_list_all i {
	color: #114d5c;
	font-weight: normal;
	font-style: normal;
	font-size: 65px;
	display: block;
	float: right;
	margin-left: 10px;
}
.shape_aboutus_multi_list_all h2 {
	position: relative;
	background: #114d5c;
	margin-right: 80px;
	border-radius: 0px 0px 0px 40px;
	margin-top: 20px;
	padding: 14px 20px;
	color: #fff;
	font-weight: 700;
	font-size: 17px;
}
.shape_aboutus_multi_list_all h2 .shape_slice_opact:before {
	content: "";
	background: rgba(255,255,255,0.1);
	position: absolute;
	top: -27px;
	right: 35px;
	width: 20px;
	height: 127%;
}
.shape_aboutus_multi_list_all h2 .shape_slice_opact2:before {
	content: "";
	background: rgba(255,255,255,0.1);
	position: absolute;
	top: 0px;
	left: 24px;
	width: 8px;
	height: 127%;
}
.shape_aboutus_multi_list_all h2:after {
	position: absolute;
	content: "";
	background: #c4c6c6;
	width: 90%;
	bottom: -4px;
	right: 0px;
	height: 4px;
	border-radius: 0px 0px 0px 25px;
}
/*end shape_aboutus_multi*/
/*start shape_about_list_advanced*/
#shape_about_list_advanced{
	float:right;
	width:100%;
	margin-bottom:30px;
	display:block;
}
.shape_about_list_advanced_title {
	clear: both;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
}
.shape_about_list_advanced_title span {
	color: #00929e;
	padding: 0px 0px 0px 10px;
	font-size: 40px;
	font-weight: 700;
	float: right;
	display: inline-block;
	position: relative;
}
.shape_about_list_advanced_title span:after {
	content: "";
	background: #114d5c;
	width: 5px;
	display: block;
	height: 36px;
	margin-top: 18px;
	float: left;
	margin-right: 10px;
	margin-left:2px;
}
.shape_about_list_advanced_title h2 {
	font-weight: 700;
	font-size: 35px;
	color: #00929e;
	padding-top: 5px;
}
.shape_about_list_advanced_title_desc {
	background: #eef1f0;
	clear: both;
	display: block;
	border-radius: 20px 0px 0px 20px;
	margin-bottom:25px;	
	color: #000;
	position: relative;
	font-size: 13px;
	float: right;
}
.shape_about_list_advanced_title_desc i {
	background: #51c6a1;
	color: #fff;
	display: inline-block;
	font-weight: normal;
	font-size: 25px;
	border-radius: 0px 0px 0px 30px;
	margin-top: -10px;
	margin-right: -10px;
	position: relative;
	font-style: normal;
	width: 120px;
	text-align: center;
}
.shape_about_list_advanced_title_desc i b {
	border-bottom: 10px solid #44ad8a;
	border-left: 10px solid transparent;
	position: absolute;
	left: -10px;
	top: 0px;
	border-right: 10px solid transparent;
	z-index: -1;
}
.shape_about_list_advanced_title_desc i p {
	border-bottom: 10px solid transparent;
	border-left: 10px solid #44ad8a;
	position: absolute;
	right: 0px;
	bottom: -10px;
	z-index: -1;
}
.shape_about_list_advanced_title_desc i:after {
	content: "";
	position: absolute;
	background: #c4c6c6;
	width: 65%;
	height: 5px;
	bottom: -5px;
	right: 10px;
	border-radius: 0px 0px 0px 20px;
}
.shape_about_list_advanced_title_desc h2 {
	display: inline-block;
	padding: 12px 10px 12px 25px;
	vertical-align: top;
	font-weight: 600;
	font-size: 18px;
}
.shape_about_list_advanced_desc {
	clear: both;
	display: block;
	overflow: hidden;
	font-size: 17px;
}
.shape_about_list_advanced_desc ul {
	margin-top: 25px;
}
.shape_about_list_advanced_desc ul li {
	display: block;
	padding-bottom: 7px;
}
.shape_about_list_advanced_desc ul li:before {
	content: "\f00c";
	font-family: FontAwesome;
	font-weight: normal;
	vertical-align: 0px;
	margin-left: 10px;
	color: #51c4a0;
}
/*end shape_about_list_advanced*/
/*start shape_data_advanced*/
#shape_data_advanced{
	float:right;
	width:100%;
	margin-bottom:30px;
	text-align:center;
	display:block;
}
.shape_data_advanced_list li {
	width: 33.33%;
	display: inline-block;
	padding: 25px;
	text-align:right;
	vertical-align: top;
}
.shape_data_advanced_list_all {
	background: #f5f6f6;
	border-radius: 50px 0px 0px 0px;
	position: relative;
	padding: 20px;
}
.shape_data_advanced_list li:nth-child(2n+2) .shape_data_advanced_list_icon i{
	background:#00929e;
}
.shape_data_advanced_list li:nth-child(3n+3) .shape_data_advanced_list_icon i{
	background:#114d5c;
}
.shape_data_advanced_list_icon i{
	background: #51c6a1;
	color: #fff;
	display: inline-block;
	font-weight: normal;
	font-size: 30px;
	border-radius: 0px 0px 0px 30px;
	margin-top: -30px;
	margin-right: -30px;
	float:right;
	position: relative;
	font-style: normal;
	width: 120px;
	text-align: center;
}
.shape_data_advanced_list li:nth-child(2n+2) .shape_data_advanced_list_icon i b{
	border-bottom: 10px solid #00929e;
}
.shape_data_advanced_list li:nth-child(3n+3) .shape_data_advanced_list_icon i b{
	border-bottom: 10px solid #114d5c;
}
.shape_data_advanced_list_icon i b {
	border-bottom: 10px solid #44ad8a;
	border-left: 10px solid transparent;
	position: absolute;
	left: -10px;
	top: 0px;
	border-right: 10px solid transparent;
	z-index: -1;
}
.shape_data_advanced_list_icon i p {
	border-bottom: 10px solid transparent;
	border-left: 10px solid #44ad8a;
	position: absolute;
	right: 0px;
	bottom: -10px;
	z-index: -1;
}
.shape_data_advanced_list li:nth-child(2n+2) .shape_data_advanced_list_icon i p{
	border-left: 10px solid #00929e;
}
.shape_data_advanced_list li:nth-child(3n+3) .shape_data_advanced_list_icon i p{
	border-left: 10px solid #ee8a3f;
}
.shape_data_advanced_list_icon i:after {
	content: "";
	position: absolute;
	background: #c4c6c6;
	width: 65%;
	height: 5px;
	bottom: -5px;
	right: 10px;
	border-radius: 0px 0px 0px 20px;
}
.shape_data_advanced_list_title {
	clear: both;
	display: block;
	margin-top: 20px;
	color: #333;
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 10px;
}
.shape_data_advanced_list_desc {
	clear: both;
	display: block;
}
.shape_data_advanced_list_desc ul {
	clear: both;
	display: block;
}
.shape_data_advanced_list_desc ul li {
	display: block;
	padding-bottom: 4px;
	width:100%;
	padding-right:0;
	padding-top:0;
	padding-left:0;
}
.shape_data_advanced_list_desc ul li:before {
	content: "";
	width: 5px;
	height: 5px;
	display: inline-block;
	border-radius: 50%;
	background: #51c6a1;
	vertical-align: 2px;
	margin-left: 5px;
}
/*end shape_data_advanced*/
/*start shape_about_list_advanced_feat*/
#shape_about_list_advanced_feat {
	float: right;
	width: 100%;
	display: block;
	background: #f5f6f6;
	padding: 60px 0px;
	position: relative;
}
.shape_about_list_advanced_feat_title {
	overflow: hidden;
	margin-bottom:10px;
	clear: both;
	display: block;
}
.shape_about_list_advanced_feat_title i {
	color: #00929e;
	padding: 0px 0px 0px 10px;
	font-size: 60px;
	font-weight: normal;
	float: right;
	display: inline-block;
	position: relative;
	font-style: normal;
}
.shape_about_list_advanced_feat_title i:after {
	content: "";
	background: #114d5c;
	width: 7px;
	display: block;
	height: 60px;
	margin-top: 19px;
	float: left;
	margin-right: 10px;
	margin-left: 4px;
}
.shape_about_list_advanced_feat_title h2 {
	font-weight: 700;
	font-size: 35px;
	color: #00929e;
	padding-top: 17px;
}
.shape_about_list_advanced_feat_desc {
	font-weight: 600;
	font-size: 20px;
	clear: both;
	display: block;
	padding: 0px 60px;
}
.shape_about_list_advanced_feat_desc ul {
	clear: both;
	display: block;
}
.shape_about_list_advanced_feat_desc ul li {
	padding-bottom: 4px;
}
.shape_about_list_advanced_feat_desc ul li:before {
	content: "\f00c";
	font-family: FontAwesome;
	font-weight: normal;
	vertical-align: 0px;
	margin-left: 10px;
	color: #6ac1a5;
}
#shape_about_list_advanced_feat .width{
	position:relative;
}
.shape_about_list_advanced_feat_img {
	position: absolute;
	left: 0px;
	bottom: -120px;
}
.shape_about_list_advanced_feat_img img {
	height: 100px;
}
/*start shape_title*/
#shape_title{
	float: right;
	width: 100%;
	text-align:center;
	display: block;
	position: relative;
}
.shape_title {
	overflow: hidden;
	clear: both;
	display: block;
}
.shape_title i {
	color: #00929e;
	padding: 0px 0px 0px 10px;
	font-size: 60px;
	font-weight: normal;
	display: inline-block;
	position: relative;
	font-style: normal;
}
.shape_title i:after {
	content: "";
	background: #114d5c;
	width: 7px;
	display: block;
	height: 60px;
	margin-top: 19px;
	float: left;
	margin-right: 10px;
	margin-left: 4px;
}
.shape_title h2 {
	font-weight: 700;
	font-size: 35px;
	color: #00929e;
	padding-top: 17px;
	display: inline-block;
	vertical-align: top;
}
/*end shape_title*/
/*start shape icon advanced*/
#shape_contact_form_right {
	display: block;
	margin-bottom:5px;
	clear:both;
}
.shape_contact_form_details_list{
	clear:both;
	overflow:hidden;
}
.shape_contact_form_details_list li {
	display:block;
	padding: 20px;
	font-weight:500;
	color: #000;
	background: #fff;
	border: 1px solid #e7f1f2;
}
.shape_contact_form_details_list li p {
	padding-right: 30px;
	display: block;
	color: #555;
}
.shape_contact_form_details_list li span {
	display: inline-block;
	color: #000;
	font-weight:700;
	font-size: 14px;
}
.shape_contact_form_details_list li span:before{
	color:#114d5c;
	vertical-align:middle;
	font-size:35px;
	font-weight:normal;
	margin-left:10px;
}
/*end shape icon advanced*/
/*start shape list img*/
.shape_my_trademark {
	clear:both;
	position: relative;
	margin-bottom:25px;
	display:block;
	border: 1px solid #e7f1f2;
	overflow:hidden;
}
.shape_my_trademark ul {
	clear: both;
	display: block;
	overflow: hidden;
}
.shape_my_trademark ul li {
	display: block;
	width:20%;
	float: right;
	border-left: 1px solid #e7f1f2;
	border-bottom: 1px solid #e7f1f2;
	text-align: center;
}
.shape_my_trademark ul li:nth-child(5n+5){
	border-left:none;
}
.shape_my_trademark ul li a {
	display: block;
	padding:7px 10px;
}
.shape_my_trademark ul li a img {
	height: 82px;
}
.shape_my_trademark ul li a span {
	color: #000;
	font-weight: 600;
	font-size: 13px;
	display: block;
}
/*end shape list img*/
/*start tab*/
.shape_my_list_tab {
	clear: both;
	display: block;
	float: right;
	width: 100%;
	overflow: hidden;
}
.shape_my_list_tab .width {
	display: table;
}
.shape_my_list_tab_menu {
	width: 230px;
	display: table-cell;
	overflow: hidden;
}
.shape_my_list_tab_left {
	display: table-cell;
	background: #fcfbf8;
	vertical-align: top;
	height: 100%;
	border-radius: 20px 0px 20px 20px;
	padding: 20px;
}
.shape_my_list_tab_menu li {
	display: block;
}
.shape_my_list_tab_menu li a {
	display: block;
	background: #fff;
	padding: 10px 15px;
	color: #000;
	font-weight: ;
	border-radius: 0px 20px 20px 0px;
	text-align: ;
	margin-bottom: 5px;
}
.shape_my_list_tab_menu li.current a{
	background:#fcfbf8;
}
.shape_my_list_tab_cont {
	display:none;
}
.shape_my_list_tab_menu li a:before {
	content: "\f100";
	font-family: FontAwesome;
	vertical-align: 0px;
	margin-left: 5px;
}
.shape_my_list_tab_text_img_loop {
	text-align: center;
	display: block;
	float: right;
	width: 50%;
	margin-bottom:10px;
	padding: 10px;
	position:relative;
}
.shape_my_list_tab_text_img_loop a:before{
	content:"";
	top:0px;
	right:0px;
	left:0px;
	bottom:0px;
	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_my_list_tab_text_img_loop a{
	display:block;
	position:relative;
	border: 5px solid #cde8d9;
}
.shape_my_list_tab_text_img_loop:hover a:before{
	opacity:1;
}
.shape_my_list_tab_text_img_loop img {
	height: 300px;
	width: 100%;
	object-fit: cover;
	object-position: center;
}
/*end tab*/
/*start consalt*/
#shape_consalt {
	clear: both;
	float: right;
	width: 100%;
	margin-bottom:50px;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	position: relative;
}
.shape_consalt{
	position:relative;
	z-index:1000;
	display:table;
	width:100%;
	text-align:center;
}
.shape_consalt_right,.shape_consalt_left,.shape_consalt_center{
	vertical-align:middle;
	display:table-cell;
	position:relative;
	width:33.33%;
}
.shape_consalt_right img,.shape_consalt_left img{
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
.shape_consalt_center{
	padding:0px 20px;
}
.shape_consalt_txt{
	font-weight:400;
	color:#333;
	font-size:15px;
	display:block;
	margin-bottom:15px;
}
.shape_consalt a {
	display:inline-block;
	margin-top: 4px;
	background: #114d5c;
	color: #fff;
	font-size:13px;
	border-radius:30px;
	padding:13px 40px;
	font-weight:600;
}
.shape_consalt a:hover {
	background: #00929e;
	color:#fff;
}
.shape_consalt a:before {
	content:"\f005";
	font-family:FontAwesome;
	vertical-align:0px;
	font-weight:normal;
	margin-left:10px;
}
/*end consalt*/
/*start data_two*/
#shape_data_two {
	clear: both;
	overflow: hidden;
	float:right;
	width:100%;
	overflow:hidden;
}
.shape_data_two_list {
	clear: both;
	display:block;
}
.shape_data_two_list li {
	width: 50%;
	overflow: hidden;
	display:block;
	float:right;
	padding:18px;
}
.shape_data_two_loop span {
	border-radius: 34%;
	width: 80px;
	height: 80px;
	line-height: 80px;
	background: #cde8d9;
	display: block;
	float: right;
	text-align: center;
	font-size: 30px;
	color: #114d5c;
}
.shape_data_two_txt {
	margin-right: 110px;
	overflow: hidden;
}
.shape_data_two_txt b {
	font-weight: 700;
	color: #333;
	font-size: 19px;
	display: block;
	margin-bottom: 5px;
}
.shape_data_two_txt p {
	font-weight: 200;
	font-size: 15px;
}
/*end data_two*/
/*news_social*/
#shape_news_social{
	float:right;
	width:100%;
	clear:both;
}
#shape_news_social .shape_news_all {
	border: 2px solid transparent;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
#shape_news_social .shape_news_all:hover {
	border:2px solid #114d5c;
}
#shape_news_social .shape_news_img {
	height: 310px;
}
#shape_news_social .shape_news_txt h2{
	margin-bottom:0;
}
#shape_news_social .shape_news_txt h1 {
	font-weight: 400;
	font-size: 17px;
	display: block;
	margin-bottom: 11px;
	color: #114d5c;
}
.shape_news_img_social {
	background: #114d5c;
	position: absolute;
	bottom: -100px;
	left: 0;
	right: 0;
	padding: 10px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
#shape_news_social .shape_news_all:hover .shape_news_img_social{
	bottom:0;
}
.shape_news_img_social a {
	font-family: FontAwesome;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	width: 35px;
	height: 35px;
	line-height: 33px;
	border: 1px solid #fff;
	border-radius: 50%;
	text-align: center;
	margin: 0px 3px;
}
.shape_news_img_social a:hover {
	color: #114d5c;
	background:#fff;
}
#shape_news_social a.facebook:before{
	content:"\f09a";
}
#shape_news_social a.twitter:before{
	content:"\f099";
}
#shape_news_social a.linkedin:before{
	content:"\f0e1";
}
#shape_news_social a.instagram:before{
	content:"\f16d";
}
/*news_social*/
/*start opinion*/
#shape_opinion {
	clear: both;
	float: right;
	width: 100%;
	position: relative;
}
.shape_opinion_slide{
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
}
.shape_opinion_slide.slick-initialized {
	visibility:visible;
}
.shape_opinion li{
	float:right;
	padding:10px;
	overflow:hidden;
}
.shape_opinion_all {
	overflow: hidden;
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	padding:50px 15px;
	margin: 0px auto;
	border-radius:6px;
	border:1px solid #cde8d9;
}
.shape_my_star{
	clear:both;
	display:block;
	margin-bottom:15px;
	overflow:hidden;
}
.shape_my_star span{
	font-family:FontAWesome;
	font-size:15px;
	font-weight:normal;
	color:#fbcb00;
	margin:0px 1px;
}
.shape_my_star span:before{
	content:"\f005";
}
.shape_opinion_all p{
	display:block;
	overflow:hidden;
	font-weight:400;
	font-size:14px;
	margin-bottom:20px;
}
.shape_opinion_all p:before {
	font-family: FontAwesome;
	content: "\f10e";
	font-weight: normal;
	margin-left: 10px;
	display: inline-block;
}
.shape_opinion_all p:after {
	font-family: FontAwesome;
	content: "\f10d";
	font-weight: normal;
	margin-right: 10px;
	display: inline-block;
}
.shape_opinion_all img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-radius:50%;
	width: 96px;
	height: 96px;
	margin-bottom: 15px;
	object-fit:cover;
	object-position:top;
}
.shape_opinion_all h3{
	font-weight:600;
	font-size:15px;
	display:block;
	color:#114d5c;
}
.shape_opinion_all h4{
	display:block;
	font-weight:600;
	font-size:13px;
	color:#333;
}
/*end opinion*/
/*start consalt2*/
#shape_consalt2 {
	clear: both;
	float: right;
	width: 100%;
	padding:70px 0px;
	background-position: top;
	background-attachment: fixed;
	background-size: cover;
	position: relative;
}
.shape_slidebgo{
	background-color:#00929e;
	opacity:0.8;
	position:absolute;
	z-index:777;
	width:100%;
	top:0px;
	right:0;
	height:100%;
}
.shape_consalt2{
	position:relative;
	z-index:1000;
	text-align:center;
}
.shape_consalt2_txt{
	font-weight:400;
	color:#fff;
	display:block;
	margin-bottom:15px;
}
.shape_consalt2_more a {
	display: inline-block;
	background: #114d5c;
	color: #fff;
	padding: 14px 40px;
	border-radius: 100px;
	font-weight: 600;
	font-size: 14px;
}
.shape_consalt2_more a:hover{
	background:#fff;
	color:#114d5c;
}
/*end consalt2*/
/*start two block advanced*/
.shape_news_loop.shape_news_loop_advanced {
	width: 50%;
	padding: 20px;
}
.shape_news_loop.shape_news_loop_advanced .shape_news_all {
	background: #fff;
	padding: 15px;
	box-shadow: 0px 0px 10px -7px rgba(0,0,0,0.2);
	height: auto;
	text-align: initial;
}
.shape_news_loop.shape_news_loop_advanced .shape_news_img {
	height: 300px;
	border: 3px solid #114d5c;
}
.shape_news_small {
	background: #ddd;
	padding: 10px 30px 10px;
	display: block;
	clear: both;
	overflow: hidden;
	text-align: left;
}
.shape_news_small img {
	height: 46px;
	display: inline-block;
	float: none;
}
.shape_news_loop.shape_news_loop_advanced .shape_news_txt {
	padding: 50px 30px;
}
.shape_news_loop.shape_news_loop_advanced .shape_news_txt h2 {
	font-size: 20px;
	font-weight: 600;
}
.shape_news_loop.shape_news_loop_advanced .shape_news_txt p {
	font-weight: 400;
	font-size: 13px;
}
.shape_news_loop.shape_news_loop_advanced .shape_news_more a {
	float: right;
	padding: 10px 30px;
	border-radius: 25px;
}
/*end two block advanced*/
/* 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%;
	padding-top:0;
	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 #e7f1f2;
	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;
}
#shape_aboutus_multi {
	text-align: center;
	padding: 0px 20px;
}
.shape_aboutus_multi_title {
	font-size: 17px;
}
.shape_aboutus_multi_desc {
	padding: 0px;
}
.shape_aboutus_multi_list {
	margin-top: 10px;
}
.shape_aboutus_multi_list li {
	float: none;
	width: 100%;
	padding: 0px;
}
.shape_aboutus_multi_list_all i {
	float: none;
	font-size: 35px;
}
.shape_aboutus_multi_list_all h2 {
	margin: 0px 0px 5px;
	padding: 10px;
}
.shape_about_list_advanced {
	text-align: center;
	padding: 0px 20px;
}
.shape_about_list_advanced_title span {
	font-size: 20px;
	float: none;
}
.shape_about_list_advanced_title span:after {
	content: "";
	background: #114d5c;
	width: 40px;
	display: block;
	height: 5px;
	margin-top: 0;
	float: none;
	margin-right: 0;
	margin-left: 0;
}
.shape_about_list_advanced_title h2 {
	font-size: 25px;
	padding: 0;
}
.shape_about_list_advanced_title_desc {
	float: none;
	width: 100%;
}
.shape_about_list_advanced_title_desc i {
	float: right;
}
.shape_about_list_advanced_title_desc h2 {
	font-size: 14px;
	padding: 12px 10px;
}
.shape_about_list_advanced_desc {
	font-size: 14px;
}
.shape_data_advanced_list li {
	width: 100%;
	text-align: center;
}
#shape_about_list_advanced_feat {
	padding: 30px 0px;
}
.shape_about_list_advanced_feat {
	text-align: center;
	padding: 0px 20px;
}
.shape_about_list_advanced_feat_title i {
	float: none;
	font-size: 50px;
	padding: 0px;
}
.shape_about_list_advanced_feat_title i:after {
	height: 5px;
	width: 50px;
	float: none;
	margin: 0px;
}
.shape_about_list_advanced_feat_title h2 {
	font-size: 25px;
	padding-top: 5px;
}
.shape_about_list_advanced_feat_desc {
	padding: 0px;
	font-size: 16px;
}
.shape_about_list_advanced_feat_img {
	position: absolute;
	bottom:-68px;
	left: 0;
	right:0;
	text-align: center;
}
.shape_about_list_advanced_feat_img img {
	height: 65px;
}
.shape_title i {
	font-size: 40px;
}
.shape_title i:after {
	height: 25px;
}
.shape_title h2 {
	font-size: 20px;
	padding-top: 14px;
}
.shape_my_trademark.width {
	border: none;
}
.shape_my_trademark ul li,.shape_my_trademark ul li:nth-child(5n+5){
	width: 50%;
	border:1px solid #e7f1f2;
}
.shape_contact_form_details_list li span:before {
	display: block;
	padding: 0;
	margin: 0 0 0px;
}
.shape_my_list_tab .width {
	display: block;
}
.shape_my_list_tab_menu {
	width: 100%;
	display:block;
	text-align: center;
}
.shape_my_list_tab_left {
	display: block;
	border-radius: 10px;
	float: right;
	width: 100%;
}
.shape_my_list_tab_text_img_loop {
	width: 100%;
	padding: 0px;
}
.shape_my_list_tab_text_img_loop img {
	height: auto;
}
.shape_my_list_tab_menu li {
	display: inline-block;
}
.shape_my_list_tab_menu li a {
	border-radius: 10px;
	padding: 5px 11px;
}
.shape_my_list_tab_cont {
	margin: 0px;
	clear: both;
	border-radius: 10px;
	padding: 15px;
}
.shape_listg_right {
	padding: 20px 0px;
}
.shape_my_trademark,#shape_services4,#shape_services_cont,.shape_my_list_tab,.shape_listg{
	padding: 0px 15px;
}
.shape_consalt {
	display: block;
	width: 100%;
}
.shape_consalt_right,.shape_consalt_left {
	display: block;
	width: 100%;
	height: 200px;
}
.shape_consalt_center {
	display: block;
	width: 100%;
	padding: 20px;
}
#shape_consalt {
	padding: 0;
}
.shape_data_two_list li {
	display: block;
	width: 100%;
}
.shape_data_two_txt b {
	font-size: 14px;
}
.shape_data_two_txt p {
	font-size: 13px;
}
#shape_news_social .shape_news_img {
	height: auto;
}
#shape_consalt2 {
	padding: 30px 20px;
}
.shape_news_loop.shape_news_loop_advanced {
	width: 100%;
	text-align: center;
	padding: 10px;
}
.shape_news_loop.shape_news_loop_advanced .shape_news_all {
	padding: 10px;
}
.shape_news_loop.shape_news_loop_advanced .shape_news_img {
	height: auto;
}
.shape_news_loop.shape_news_loop_advanced .shape_news_txt {
	padding: 20px 10px;
	text-align: center;
}
.shape_news_loop.shape_news_loop_advanced .shape_news_more a {
	float: none;
}
}