@charset "utf-8";
@FONT-FACE {
	font-family: "A_Nefel_Adeti";
	src: url("fonts/A_Nefel_Sereke.ttf");
}
@FONT-FACE {
	font-family: "ma3ali";
	src: url("fonts/MA3ALI-AQSA.TTF");
}
@FONT-FACE {
	font-family: "DroidKufi";
	src: url("fonts/DroidKufi-Regular.ttf");
}
@FONT-FACE {
	font-family: "A_Nefel_Sereke";
	src: url("fonts/A_Nefel_Sereke.ttf");
}
body {
	margin: 0px;
	/*font-family: "A_Nefel_Sereke";*/
	font-family: "DroidKufi";
	font-weight: lighter;
	background-color: #676767;
	direction: rtl;
}
ul {
	padding: 0px;
	margin: 0px;
}
li {
	list-style-type: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
.clrrr {
	clear: both;
}
.space {
	width: 100%;
	height: 15px;
}
/********************************--home style-- *********************************/
.wrapper {

	margin: 0px auto;
	padding: 0px;
	width: 1180px;
	min-height: 100px;
	margin-top: 0px;
	border: 0px solid red;
	text-align: right;
	background-color: #fff;
position: relative;
}
/***********************************<Header>***********************/
.header {
	width: 100%;
	min-height: 100px;
	border: 0px solid red;
}
.top_header {
	width: 100%;
	height: 41px;
	background-color: #2E3944;
	border: 0px solid green;
}
.infoheader {
	width: 28%;
	height: 25px;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-size: 14px;
	border: 0px solid #FFA500;
	margin-top: 14px;
font-family: arial;
	margin-right: 62px;
}
.infoheader a {
	color: #fff;
}
.infoheader a:hover {
	text-decoration: underline;
}
.socialheader {
width: 13%;
height: 25px;
display: inline-block;
vertical-align: top;
border: 0px solid #800080;
margin-right: 565px;
margin-top: 14px;
}
.icon1 {
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: top;
	background: url(../images/vimeo.png) no-repeat;
}
.icon1:hover {
	background: url(../images/vimeohover.png) no-repeat;
}
.icon2 {
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: top;
	background: url(../images/google.png) no-repeat;
}
.icon2:hover {
	background: url(../images/googlehover.png) no-repeat;
}
.icon3 {
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: top;
	background: url(../images/linkedin.png) no-repeat;
}
.icon3:hover {
	background: url(../images/linkedinhover.png) no-repeat;
}
.icon4 {
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: top;
	background: url(../images/twitter.png) no-repeat;
}
.icon4:hover {
	background: url(../images/twitterhover.png) no-repeat;
}
.icon5 {
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: top;
	background: url(../images/face.png) no-repeat;
}
.icon5:hover {
	background: url(../images/facehover.png) no-repeat;
}
.icon6 {
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: top;
	background: url(../images/rss.png) no-repeat;
}
.icon6:hover {
	background: url(../images/rsshover.png) no-repeat;
}
.in_header
{
	width:100%;
	height: 132px;
	background: url(../images/backheader.png)repeat-x;
}
.in_header img
{
	display: inline-block;
	vertical-align: top;
}
.logo
{
	margin-right: 65px;
margin-top: 18px;
}
.logo:hover
{
	-webkit-transform: rotate(360deg);
	-webkit-transition-duration: 900ms;
	-webkit-transition-timing-function: ease-out;
	-moz-transform: rotate(360deg);
	-moz-transition-duration: 900ms;
	-moz-transition-timing-function: ease-out;
	-ms-transform: rotate(360deg);
	-ms-transition-duration: 900ms;
	-ms-transition-timing-function: ease-out;
}
.down_header
{
	background-color: #283039;
	width:100%;
	height: 55px;
	border:0px solid yellow;
}
.navbar
{
width: 61%;
height: 52px;
border: 0px solid #F00;
display: inline-block;
vertical-align: top;
margin-right: 65px;
}

.navbar li {
width: 93px;
vertical-align: top;
display: inline-block;
text-align: center;
height: 39px;
border: 0px solid #5498B7;
font-size: 15px;
padding-top: 16px;
margin-right: -5px;
}
.navbar li a {
	color: #fff;
}
.navbar li:hover
{
	background-color:#33bef0;
	transition: all 0.9s ease 0s;
}
#dropm {
	
	position: relative;
}
#dropm:hover > .sub-menu {
	height: auto;
}
.navbar .arrow {
	font-size: 9px;
	line-height: 0%;
}
.sub-menu {
width: 200px;
padding: 0%;
position: absolute;
right: -59%;
z-index: 2147483647;
opacity: 1;
transition: opacity 0.15s linear 0s;
box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
background: none repeat scroll 0% 0% #283039;
height: 0px;
overflow: hidden;
top: 53px;
}

.sub-menu p {
	display: block;
	font-size: 15px;
	width: 100%;
	height: 28px;
	border-bottom: 1px solid #393939;
	padding: 5px;
padding-left: 0px;
padding-right: 0px;
}

.sub-menu p a {
	padding: 0% 0%;
	display: block;
}
.sub-menu p:hover
{
background-color:#33bef0;
	transition: all 0.9s ease 0s;
}
.search-header
{
	width:20%;
	height:40px;
	border:0px solid orange;
	display: inline-block;
	vertical-align: top;
	margin-right: 115px;
margin-top: 9px;
position: relative;
}
.textheader
{
width: 73%;
height: 35px;
border: medium none;
background-color: #404953;
color: #959A9F;
font-family: "DroidKufi";
font-size: 12px;
padding-right: 12px;
position: absolute;
right: 14px;
top: 1px;


}
.submitheader
{
	width:49px;
	height: 39px;
	border:none;
	background:url(../images/search.png)no-repeat;
	color: #959A9F;
	margin-right: -7px;
	cursor: pointer;
position: absolute;
left: 0px;
top: 0px;
}
/********************************<row1>****************************/
.row1
{
	width:100%;
	min-height:100px;
	border:0px solid red;
}
.slider {
width: 100%;
min-height: 200px;
position: relative;
display: inline-block;
vertical-align: top;

}
.innertext {
position: absolute;
left: 0%;
bottom: -140px;
border: 0px solid #00F;
min-height: 35px;
width: 98%;
padding-top: 1px;
padding-left: 22px;
text-align: left;
background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.4);
}
/********************************<row2>****************************/
.row2
{
	width:100%;
	min-height: 100px;
	border:0px solid yellow;
}
.abouthome
{
width: 66%;
min-height: 100px;
border: 0px solid #008000;
display: inline-block;
vertical-align: top;
margin-right: 65px;
margin-top:50px;
}
.latestnews
{
	width:25%;
	min-height: 100px;
	border:0px solid blue;
		display: inline-block;
	vertical-align: top;
	margin-top:50px;
	position: relative;
}
.hometitles
{
border: 0px solid #000;
width: 24%;
color: #4E4E4E;
font-size: 16px;
 
display: inline-block;
vertical-align: top;
height: 32px;
}
.homeabout_img
{
border: 4px solid #E0E0E0;
background-color: #FFF;
width: 28%;
height: 140px;
vertical-align: top;
margin-top: 20px;
display: inline-block;
}
.homeabout_text
{
width: 57%;
min-height: 138px;
border: 0px solid #000;
vertical-align: top;
display: inline-block;
font-size: 14px;
margin-top: 15px;
color: #5A5A5A;
margin-right: 3px;
padding-right: 9px;
line-height: 24px;
padding-bottom: 10px;
overflow: hidden;
margin-top: 18px;
}
.homeabout_img img {
    width: 100%;
    height: 140px;
    
}
/****************<< animation1 >> ************/

.slideall {
width: 100%;
height: 195px;
overflow: hidden;
margin:0px 0% auto 0px;
position: relative;
border: 0px solid #F00;
text-align: left;
direction: ltr;
}

#slides {

	min-width: 600000px;
	height: 266px;
	left: 0px;
	top: 0;
	position: absolute;
	padding-left: 0px;
	direction: ltr;
}

.slide {
width: 291px;
height: 176px;

vertical-align: top;
display: inline-block;
padding-top: 5px;
border: 0px solid rgb(212, 141, 141);
}

#right {
position: absolute;
right: 183px;
cursor: pointer;
z-index: 1;
top: 250px;
}
#left {
position: absolute;
right: 209px;
cursor: pointer;
z-index: 1;
top: 250px;
}
.slideimg
{
border: 1px solid #DDD;
width: 96px;
height: 90px;
display: inline-block;
vertical-align: top;
margin-top: 40px;
border-radius: 10px;
	
}
.detailsslider
{
width: 182px;
height: 140px;
	border:0px solid blue;
		display: inline-block;
	vertical-align: top;
	position: relative;
}
.date-eventhome
{
border: 0px solid #008000;
color: #2D2C2C;
width: 35%;
height: 28px;
font-size: 13px;
margin-left: 80px;
}

.detailsslider img
{
		border:0px solid blue;
		display: inline-block;
		vertical-align: top;
		
}
.slidertxtt
{
	width: 96%;
height: 81px;
padding-left: 6px;
text-align: right;
border: 0px solid rgb(128, 128, 128);
overflow: hidden;
}
.slidertxtt a
{
font-size: 12px;

color: #5A5A5A;
}
.slidertxtt a:hover
{
	color: #000;
}
/****************************<row3>*****************************/
.row3
{
width: 99.8%;
	min-height: 100px;
	background-color: #F2F2F1;
	border:1px solid #efefef;
	padding-top: 15px;
	position: relative;
}
/****************<< animation2 >> ************/

.slideall2 {
width: 1105px;
min-height: 250px;
overflow: hidden;
margin: 0px auto auto 39px;
text-align: left;
direction: ltr;
position: relative;
border: 0px solid #F00;
}

#slides2 {
    min-width: 600000px;
	height: 192px;
	left: 0px;
	top: 0;
	position: absolute;
	padding-left: 0px;
	direction: ltr;
}

.slide2 {
height: 195px;
width: 210px;

vertical-align: top;
display: inline-block;
margin-right: 7px;
position: relative;
border: 0px solid #FFA500;
}
.slide2 img:hover{
	opacity:.6;
}
#right2 {
position: absolute;
display: inline-block;
vertical-align: top;
cursor: pointer;
z-index: 1;
left: 80px;
margin-top: 10px;
}
#left2 {
position: absolute;
left: 50px;
display: inline-block;
vertical-align: top;
cursor: pointer;
z-index: 1;
margin-top: 10px;
}

.titleslider
{
border: 0px solid #008000;
width: 100%;
text-align: center;
color: #4A4747;
height: 37px;
padding-top: 4px;
overflow: hidden;
font-size: 16px;
background-color: #FFF;
margin-top: 4px;
}
.titleslider:hover
{
	color: #fff;
	background-color: #2E3944;
}
/*******************************<row4>****************************/
.row4
{
	border:0px solid orange;
	width:100%;
	min-height: 100px;
}
.customershome
{
	width: 65%;
	height: 170px;
	border:0px solid blue;
	display: inline-block;
	vertical-align: top;
	margin-right: 65px;
}
.specialvideo
{
	width: 24%;
	height: 187px;
	border:0px solid blue;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 5px;
}
.customer-img
{
width: 92%;
height: 105px;
border: 0px solid #F00;
margin-top: 20px;
}
.customer-img img
{
width: 165px;
height: 119px;
border: 1px solid #EFEFEF;
margin-top: 5px;
margin-right: 15px;
}
/*.imghover
{
	width: 117px;
	height: 115px;
	border: 1px solid #000000;
		display: inline-block;
	vertical-align: top;
	margin-right: 15px;
	-webkit-box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.75);
box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.75);
}*/
/***********************************<footer>*****************************/
.footer
{
	width:100%;
	height: 70px;
	border:0px solid red;
	background-color: #2E3944;
}
.top
{
display: inline-block;
vertical-align: top;
width: 40px;
height: 52px;
margin-right: 20px;
}
.socialfooter
{
width: 18%;
height: 26px;
border: 0px solid #F00;
display: inline-block;
vertical-align: top;
margin-right: 30px;
margin-top: 18px;
}
.socialfooter img
{
width: 22px;
height: 23px;
margin-right: 5px;
}
.socialfooter img:hover
{
	-webkit-transform: rotate(360deg);
	-webkit-transition-duration: 900ms;
	-webkit-transition-timing-function: ease-out;
	-moz-transform: rotate(360deg);
	-moz-transition-duration: 900ms;
	-moz-transition-timing-function: ease-out;
	-ms-transform: rotate(360deg);
	-ms-transition-duration: 900ms;
	-ms-transition-timing-function: ease-out;
}
.copy
{
display: inline-block;
vertical-align: top;
width: 23%;
height: 20px;
color: #82888E;
font-size: 11px;
border: 0px solid #F00;
margin-top: 18px;
margin-right: 550px;
}
/*********************************<aboutus>******************************/
.aboutcontainer
{
	width: 100%;
min-height: 450px;
background: url("../images/dasdascxzcvzx.png")  no-repeat scroll 0% 0% transparent;
}
.textabout
{
width: 100%;
min-height: 450px;
background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.82);
}
.innercontact2 {
	height: auto;
	text-align: right;
	position: relative;
	overflow: hidden;
	border: 0px solid green;
}
.innercontact3 {
	position: absolute;
	left: 0%;
	top: -200%;
	border: 0px solid #00F;
	height: auto;
	width: 100%;
}
/**********************************<contactus>*****************************/
.innerdecrption {
    line-height: 30px;
    color: #5A5A5A;
    min-height: 100px;
   font-size: 16px;
    padding-bottom: 10px;
    width: 94%;
    border: 0px solid #F00;
    padding-right: 20px;
}
.formcontact {
width: 50%;
height: 400px;
display: inline-block;
vertical-align: top;
margin-top: 30px;
border: 0px solid #008000;
margin-right: 12px;
font-size: 15px;
}
.mapcontact {
    width: 40%;
    min-height: 190px;
    display: inline-block;
    vertical-align: top;
    margin-top: 30px;
    border: 0px solid #F00;
    margin-right: 55px;
}
.info-contact {
    width: 100%;
    min-height: 80px;
    border: 0px solid #00F;
    margin-bottom: 8px;
 font-size: 15px;

}
.condata {
border: 1px solid #9EB3CB;
padding-right: 10px;
font-size: 22px;
}
#submitcontact
{
width: 20%;
height: 30px;
font-family: "DroidKufi";
border: 0px solid #F00;
background-color: #647C96;
color: #0092C5;
font-size: 15px;
cursor: pointer;
font-weight: bold;
}
#submitcontact:hover
{
		background-color: #0092C5;
	color:#647C96;
}
/*******************************<news>*******************************/
.total-news {
width: 94%;
min-height: 240px;
color: #848484;
font-size: 16px;
padding-top: 0px;
border: 0px solid #F00;
margin-right: 28px;
}

/**************************start new event***********/
.entereddiv-news {
width: 215px;
min-height: 45px;
margin-top: 25px;
margin-bottom: 10px;
margin-right: 50px;
display: inline-block;
vertical-align: top;
}


.entereddiv-news-text {
width: 188px;
height: 51px;
margin-right: 10px;
font-size: 13px;
color: #283039;
margin-top: 7px;
overflow: hidden;
border: 0px solid red;
}

.entereddiv-news-date {
width: 167px;
min-height: 45px;
padding-top: 13px;
margin-right: 13px;
font-size: 14px;
font-weight: bold;
}
.entereddiv-news-date a {
	color: #0092C5;
}
.entereddiv-news-date a:hover {

	color: #0062A1;
	transition: all 0.9s;
}
.clrrr {
	clear: both;
}
.entereddiv-news-mazed {
width: 215px;
padding-bottom: 10px;
font-size: 18px;
}

.entereddiv-news-mazed a {
color: #0092C5;
margin-right: 145px;
font-size: 15px;
}
.entereddiv-news-mazed a:hover {
	color: #0062A1;
	transition: all 0.9s ease 0s;
}
.entereddiv-news-image {
width: 205px;
height: 136px;
	position: relative;
}

.entereddiv-news-image img {
position: absolute;
width: 205px;
height: 136px;
top: 0px;

border: 5px solid #FBFBFB;
box-shadow: 0px 0px 8px -1px rgba(0, 0, 0, 0.75);
}
.entereddiv-news-image img:hover
{
opacity: 0.4;
}
.img-news {
width: 93%;
min-height: 100px;
margin-bottom: 30px;
margin-top: 20px;
}

.img-news img {
width: 160px;
height: 160px;
border: 1px solid #E2E2E2;
margin-left: 20px;

border-radius: 11px;
	
}
.img-news img:hover {
-webkit-box-shadow: 1px 3px 13px 0px rgba(79,142,184,1);
-moz-box-shadow: 1px 3px 13px 0px rgba(79,142,184,1);
box-shadow: 1px 3px 13px 0px rgba(79,142,184,1);
}
.pagetittle
{
	margin-top: 10px;
}
/***********************************<gallery>**************************/
.underslidercontentblock1 {
	width: 29.8%;
height: 180px;
	border: 0px solid red;
	float: right;
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
overflow: hidden;
 margin-bottom: 10px;
 background: none repeat scroll 0% 0% #F3F3F3;
}
.servicesimagebottom1 {
	width: 100%;
	height: 180px;
	border: 0px solid green;
	overflow: hidden;
	position: relative;
}
.backgrounnd1 {
	width: 100%;
	height: 180px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	text-align: center;
	z-index: 5555;
}
.backgrounnd1:hover {
background: url("../images/linnk.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0.43);	background-color: rgba(0, 0, 0, 0.43);
}
.pppoimg{
	width: 100%;
	height: 100%;
}

.nu {
	width: 30px;
display: inline-block;
margin: 0px;
padding: 0px;
background: none repeat scroll 0% 0% #E9E9E9;
box-shadow: 0px 1px 1px 0px #9F9F9F;
text-align: center;
}
/***********************************<products>***************************/
.homeproductsblock{
width: 29%;
margin-left: 0%;
margin-right: 3%;
vertical-align: top;
display: inline-block;
border: 0px solid #008000;
height: 215px;
margin-bottom: 10px;
margin-top: 25px;
}
.homeproductsblockdetial
{
		width: 49%;
	height: 212px;
	border: 0px solid orange;
vertical-align: top;
display: inline-block;
	-webkit-box-shadow: 0px 0px 2px 0px #e8eaec;
-moz-box-shadow: 0px 0px 2px 0px #e8eaec;
box-shadow: 0px 0px 2px 0px #e8eaec;
z-index: 222;
}
.homeproductsblocktitle
{
width: 97%;
height: 42px;
border: 0px solid #7CD8EC;
margin-top: 6px;
margin-right: 5px;
}
.homeproductsblocktitle a
{
font-size: 107%;
color: #0092C5;
}
.homeproductsblocktitle a:hover
{
	color:#283039;
}
.homeproductsblockdetialdesc
{
width: 94%;
padding-top: 6px;
height: 109px;
margin-top: 0px;
margin-right: 6px;
color: #3B4959;
font-size: 90%;
border: 0px solid #F00;
overflow: hidden;
line-height: 22px;
}
.homeproductsblockimg{
width: 47%;
height: 100%;
border: 1px solid #E9E9E9;
vertical-align: top;
display: inline-block;
overflow: hidden;
}
.homeproductsblockimg img{
	width: 100%;
	height: 99%;
}
.homeproductsblockimg img:hover
{
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	-ms-filter: fliph; /*IE*/
	filter: fliph; /*IE*/
}
.viewdetialsbutton {
border: 0px solid #F00;
bottom: 0px;
height: 27px;
margin-right: 78px;
width: 70%;
margin-top: 10px;
}
.viewdetialsbutton a {
    font-size: 17px;
    color: #0092C5;
}
.viewdetialsbutton a:hover {
 text-decoration: underline;
}
.bodycenterblock {
	width: 230px;
	margin-right: 35px;
	min-height: 208px;
	margin-top: 19px;
	border: 0px solid red;
	vertical-align: top;
	display: inline-block;
}
.backgroundimg2 {
	width: 230px;
	height: 128px;
	background: #fff;
	border: 1px solid #d3d2d1;
	text-align: center;
	margin-bottom: 7px;
}
.backgroundimg2 img {
	width: 220px;
	height: 120px;
	margin: auto;
	margin-top: 4px;
}
.backgroundimg2 img:hover {
	-webkit-box-shadow: 0px 0px 5px -1px #D4C9C9;
	-moz-box-shadow: 0px 0px 5px -1px #D4C9C9;
	box-shadow: 0px 0px 5px -1px #D4C9C9;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	transition: all 0.9s ease 0s;
	opacity: 0.8;
}
.producttittle {
	font-size: 94%;
	font-weight: lighter;
	color: #504b4b;
	margin-right: 1px;
}
.producttittle:hover {
	color: #0092C5;
	transition: all 0.9s ease 0s;
}
.productsimages
{
	width:100%;
	min-height:100px;
	border:0px solid green;
}
.productsimages img
{
width: 200px;
height: 130px;
border: 1px solid #E3E3E3;
margin-right: 30px;
margin-bottom: 10px;
}
.productsimages img:hover
{
		-webkit-box-shadow: 0px 0px 5px -1px #D4C9C9;
	-moz-box-shadow: 0px 0px 5px -1px #D4C9C9;
	box-shadow: 0px 0px 5px -1px #D4C9C9;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	transition: all 0.9s ease 0s;
	opacity: 0.8;
}

@-webkit-keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

@keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

.hvr-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-buzz:hover, .hvr-buzz:focus, .hvr-buzz:active {
  -webkit-animation-name: hvr-buzz;
  animation-name: hvr-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.downloadfile {
	color: #098BF7;
	font-size: 105%;
	font-weight: lighter;
	text-align: center;
	width: 200px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	background: #E9E9E9;
	margin-right: 0px;
}
.downloadfile:hover {
	background: #098BF7;
	color: #fff;
	transition: all 0.9s ease 0s;
}



.videobody{
	width: 100%;
	height: 300px;
	border: 0px solid red; 
	position: absolute;
	right: 0px;
	top: -100px;
	z-index: 5555555555;
 	text-align: center;
 	display: none;
}

.backgroundblack{
	width: 100%;
	height: 100%;
	position: absolute; right: 0px;
	top: 0px;
	z-index: 555555555555555;
 	display: none;
	background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.72);
}


.bodydataright{
	width: 48%;
	vertical-align: top;
	display: inline-block;
	border: 0px solid green;
margin: 0px;
padding-right: 0px;
padding-left: 10px;
padding-bottom: 10px;
 -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin-left: 10px;
}
.bodydataleft{
	width: 45%;
vertical-align: top;
display: inline-block;
box-shadow: -1px 0px 1px 1px #FFF;
margin: 0px 12px 15px;
padding-right: 0px;
padding-left: 10px;
padding-bottom: 10px;
border-radius: 5px;
min-height: 320px;
border: 0px solid red;
}
.contactname {
 	color: #8A8A89;
 
font-size: 9pt;
line-height: 22px;
margin-top: 8px;
padding-top: 5px;
}

.contactvalue2 {
font-weight: lighter;
font-size: 11pt;
color: #022242;
text-align: right;
direction: ltr;
}
.contactusgooglemap{
	width: 100%;
	height: 346px;
	margin: auto;
	margin-top: 20px;
	border: 0px solid red;
	position: relative;
	right: 0px;
 
	top: 0px;
}
.contactusgooglemapcover{
	width: 100%;
	height: 346px;
	 
	position: absolute;
	right: 0px;
		background: url(../650px-Contact_us.png) no-repeat;
z-index: 22222;
	top: 0px;
}
.contactusgooglemapdatamiddum{
	width: 100%;
	height: 346px;
	 background:#eff4f8;
	position: absolute;
	right: 0px;
 z-index: 15555;
	top: 0px;
}
 
.contactusgooglemapdata{
	width: 100%;
	height: 299px;
 	position: absolute;
	right: 7px;
	z-index: 22222;
 	top: 25px;
 	overflow: hidden;
 	
}
.td {
	width: 100%;
min-height: 40px;
background-color: #F8F8F8;
border: thin solid #E6E6E6;
border-radius: 9px;
text-align: center;
margin-bottom: 10px;
}
.td {
 
	font-size: 14px;
}
.td {
	background-color: White;
 
	font-size: 14px;
	vertical-align: top;
	padding: 5px 0px;
}

.textbox {
	width: 92%;
height: 40px;
margin-top: -3px;
border: medium none;
background-color: transparent;
direction: rtl;
font-size: 10pt;
text-transform: uppercase;
color: #2D2C2C;
margin-right: 17px;
font-family: "DroidKufi";
}
.RequiredFields {
	position: relative;
	float: right;
	height: 35px;
width: 100%;
}
.button {
padding: 0px 5px 0px 0px;
color: rgba(25, 117, 255, 0.8);
font-size: 15px;
text-align: center;
height: 40px;
margin: 10px 87% 0px;
border: medium none;
width: 12%;
cursor: pointer;
font-family: "DroidKufi";
}

 #form {
	border: 1px solid #E6E6E6;
	margin-top: 16px;
	width: 445px;
}

.con {
	font-weight: lighter;
	color: #098BF7;
	font-size: 100%;
font-family: "DroidKufi";
 }
.condata {
	color: #616161;
	font-size: 95%;
	margin-right: 27px;
	width: 368px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #D4C9C9;
 	margin-top: 15px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
font-family: "DroidKufi";
}
.condata:focus{
	border: 1px solid #9CD1E3;
}

#submit {
	border: 1px solid rgb(204, 204, 204);
	width: 90px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin: 16px 10px auto 22px;
	color: #098BF7;
	cursor: pointer;
	text-align: center;
	background-repeat: no-repeat;
	background-position: 70% 50%;
	font-size: 16px;
	border-radius: 10px;
font-family: "DroidKufi";
}

#submit:HOVER {
	background: #e3e0e0;
	opacity: 0.9;
transition: all 0.9s ease 0s;
}
