/*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:400px;
	display:block;
	z-index:100;
	background:#306c6c;
	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%;
	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: 35px;
	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: 13px;
	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:#d5833f;
	clear:both;
	color:#fff;
	font-size:14px;
	display:inline-block;
	font-weight:600;
	padding:10px 20px;
	position:relative;
	z-index:888;
}
.shape_slider_cont a:hover{
	background:#306c6c;
}
.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:#d5833f;
}
.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;
	display: block;
}
.shape_data_list li {
	float: right;
	width: 25%;
	overflow: hidden;
	padding: 7px;
}
.shape_data_list li div {
	border: 1px solid #ddd;
	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:#f8f8f8;
}
.shape_data_list li div span {
	font-family: FontAwesome;
	font-size: 35px;
	display: block;
	margin-bottom: 10px;
	color: #306c6c;
}
.shape_data_list li div p {
	clear: both;
	display: block;
	height: 130px;
	overflow: hidden;
	font-size: 13px;
	line-height: 1.6;
}
.shape_data_list li div p b {
	display: block;
	margin-bottom: 5px;
	font-size:14px;
	font-weight: 700;
}
.shape_data_list li div a {
	background: #d5833f;
	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: #306c6c;
	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;
}
.shape_news_loop {
	float: right;
	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;
}
.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;
	height: 90px;
	overflow: hidden;
	display: block;
}
.shape_news_more {
	clear: both;
	display: block;
	text-align: center;
}
.shape_news_more a {
	background: #306c6c;
	color: #fff;
	font-weight: 700;
	font-size: 12px;
	padding: 10px;
	display: block;
}
.shape_news_more a:hover{
	background: #d5833f;
}
/*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: 600;
	background: #d5833f;
	display: inline-block;
	font-size: 13px;
	color: #fff;
	padding: 3px 8px;
	margin-bottom: 10px;
}
.shape_listg_right h2 {
	display: block;
	color: #000;
	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:#fed63f;
}
.shape_listg_more {
	clear: both;
	display: block;
	overflow: hidden;
	margin-top: 20px;
}
.shape_listg_more a {
	display: inline-block;
	background: #306c6c;
	color: #fff;
	padding: 6px 20px;
}
.shape_listg_more a:hover{
	background: #d5833f;
}
/*end listg*/
/* CSS Document */
@-ms-viewport {width:device-width;}
@viewport{width:device-width;}
@media only screen and (max-width: 900px){
#shape_slideshow {
	height: 300px;
}
.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;
}
}