/* start global rules*/



@import 'owl.carousel.min.css';


img {
    max-width: 100%;
    max-height: 100%;
}

body{


font-family: 'Open Sans', sans-serif;
}

@font-face
{
font-family: Droid;
src: url('../fonts/DroidKufi-Regular.ttf');
	}
	
	
/* start navbar*/
.scrolled{
	
background-color:rgba(0,0,0,.8);	
}
.header{
	
	background:url('../images/bg.jpg') no-repeat top center;
	-moz-background-size: cover;
	background-size: cover;
	height:100vh;
	position:relative;
    color:#fff;
	z-index:999;
}

.navbar-fixed-top {
    position: absolute;
 
}

.navbar-inverse{
	
	border-color: transparent;
}


.navbar-toggle {
  position: relative;
  float: left;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px  transparent;
  border-radius: 4px;
    color: black;
  border-color: black;
 

}
.navbar-inverse .navbar-toggle .icon-bar{
	
	     background-color:#58a7a4;
		  width: 32px !important;
    height: 2px;

	
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;

}

.lead{


	padding-top:20px;

}





.navbar-brand {
  float: left;
  height: 140px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;

}
  .navbar{
  background-color: rgba(27,58,60,0.8);

  }
  
   .navbar2{
  background-color: rgba(255,255,255);
  box-shadow: 1px 2px 2px rgb(230, 230, 230);
	
  }
 
.navbar-nav{
	padding-top:40px;
	  padding-right:60px;
}
 
  .navbar-inverse .navbar-nav>li>a {
    color: #fff;
  line-height:32px;
  padding-right:40px;
	font-family:Droid,Droid Arabic Kufi,sans-serif;
		
}

  .navbar-inverse .navbar-nav>li>a:hover{
    color: #58a7a4;
}
  .navbar-inverse .navbar-nav>li>a:active{
    color: #58a7a4;
}
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
background-color:transparent;
    color: #58a7a4;
}

.navbar-right {
   padding-top:15px;
}


.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: transparent;
}


/*start sscreenshots*/

.app_screenshots_slides {
    padding: 0 6%;
}

.app_screenshots_slides .single-shot {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
	border:2px solid #fff;
	
}

.app_screenshots_slides .center .single-shot {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}
.app-screenshots-area  {
	background:url('../images/bg.jpg') no-repeat top center;
	-moz-background-size: cover;
	background-size: cover;
	position:relative;
    color:#fff;
	z-index:999;

	
}
.app-screenshots-area .overlay{
	
	top:0;
	left:0;
	width:100%;
	height:100%;
	position:absolute;
		
background-color:rgba(0,0,0,.5);
}

.app-screenshots-area button{

	background-color:transparent;
	padding:10px 20px;
	border:2px solid #fff;
	margin-top:20px;
	font-size:20px;
	
}


.app-screenshots-area .owl-dot {
    height: 11px;
    width: 11px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: inline-block;
    margin: 0 6px;
    margin-top: 50px;
	
	
}

.app-screenshots-area .owl-dot.active {
    background-color: #e29e55;
    border: transparent;
}

.app-screenshots-area .owl-dots {
    height: 100%;
    width: 100%;
    text-align: center;
}
.section_padding_0_100 {
    padding-top: 150px;
    padding-bottom: 100px;
}

.wellcome_area {
    background-image: url(img/bg-img/bg.jpg);
    height: 900px;
    position: relative;
    z-index: 1;
    background-position: bottom center;
    background-size: cover;
}




@media (max-width: 991px) {

}








.dropdown-menu > li > a {
font-family:myFirstFont2,Droid Arabic Kufi,sans-serif;font-size:12px;
color:#161616;
	
	font-weight:400; 
	padding:6px 15px; 
  border-bottom:solid 1px #eee;
 -webkit-transition:padding 0.5s ease ;
  -moz-transition:padding 0.5s ease ;
   -o-transition:padding 0.5s ease ;
    -transition:padding 0.5s ease ;
	
 
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #e4e4e4;
  padding-left:25px;
}




.panel-heading {
  padding: 15px 20px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-color:#F7F7F7;
  
}

.panel-title {
    font-size: 18px;
	color:#000;
	letter-spacing: 2px;
	text-decoration:none
}

.panel-title a{
  
	text-decoration:none
}


a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.resp-tab-item {
    box-sizing: content-box;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    list-style: none;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-transform: capitalize;
    display: inline-block;
   
}

.resp-tab-item  i.fa {
    display: block;
    font-size: 60px;
}




.form-control {

  border-radius: 0px;

}
.form-label {
   	font-family:Droid,Droid Arabic Kufi,sans-serif;
    font-size: 14px;
    color: #2E2E2E;
    line-height: 32px;
    text-align: right;
    padding-right: 5px;
    font-weight: normal;
    margin-bottom: 5px;

}

.summary-panel{
	    border-color: #ddd;
		
	border:1px solid #ddd;
	padding-bottom:20px;
	padding-top:20px;
}
.credit-panel{
	  display: block;
margin:0 auto;
  text-align:center;
	
}

.resp-tab-item span:hover, .resp-tab-active span {
    color: #fdc204;
}
	
.modal-dialog {
  width: 90%;
}






/*Alzekry*/


.slider-title{
	font-family:Droid,Droid Arabic Kufi,sans-serif;
	font-size:20px;
	text-align:center;
	padding-top:40px;
	padding-bottom:40px;
	
}
.Brief-home{
	
	font-family:Droid,Droid Arabic Kufi,sans-serif;
	font-size:14px;
	line-height:24px;
	color:#fff;
	margin-top:20px;
		text-align: justify;

}

.Brief-home h1{
	
	font-family:Droid,Droid Arabic Kufi,sans-serif;
	font-size:16px;
	line-height:20px;
	color:#fff;
	font-weight:bold;
}



.more-home {
    text-align: left;
	float:left;
	
}

.more-home > a {
    color: #fff;
   
	font-family:Droid,Droid Arabic Kufi,sans-serif;

}

.more-home > a:hover {
 
    color: #58a7a4;
  
}




.home-occasion-zone {
   
	margin-top:20px;
	
}




.home-title{

    padding-bottom: 20px;
    padding-top: 30px;
    text-align: center;
	background-color:#1f3736;
}

.home-title h2 {
 
    color: #fff;
    font-size: 20px;
	line-height:32px;
    font-family: Droid,Droid Arabic Kufi,sans-serif;
    text-align: center;
	   display:inline;
	   padding-right:10px;
	
}
.home-title img{

    display:inline;
}






.home-gallery {

	width:100%;
	min-height:400px;
	

	}
.home-gallery h3  { color:#e20613;text-align:left; text-align:right;padding-bottom:10px;font-size:14px;}	
	

.home-gallery .caption-area {
    position: absolute;
    bottom: 0px;
 	background:rgba(27,195,109,0.8);
    z-index: 9;
width:100%;
    color: #fff;
    padding: 6px 16px;
	text-align:center;

	
}
.home-gallery  .mask {
    background: -moz-linear-gradient(to bottom,rgba(0,0,0,0) 44%,#563807 132%);
    background: -webkit-linear-gradient(to bottom,rgba(0,0,0,0) 44%,#563807 132%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 44%,#563807 132%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#a6191919',GradientType=0);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
	
}


.home-gallery .caption-area h3 {
   
   margin:0 auto;
    line-height: 24px;
    border: 0;
    color: #fff;
    text-align: center;
	    padding: 10px;
}

.home-gallery .caption-area2 {
    position: absolute;
    bottom: 0px;
 	background:rgba(174,20,26,0.8);
    z-index: 9;
width:100%;
    color: #fff;
    padding: 6px 16px;
	text-align:center;

	
}

.home-gallery .caption-area2 h3 {
   
   margin:0 auto;
    padding: 10px;
    line-height: 24px;
    border: 0;
    color: #fff;
    text-align: center;
	cursor:pointer;
}


.home-gallery .item {
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px;
	width:fit-content;
	
}

.home-gallery-zone{
	margin-bottom: 20px;
	
}


.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  position: absolute;
  overflow: hidden;
  width: 100%;
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0%;
  cursor:pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(0,1);
  -ms-transform: scale(0,1);
  transform: scale(0,1);
  
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  background:rgba(226,158,85,0.5);

}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  
}

.home-gallery h2  { color:#fff;text-align:center;font-size:16px;font-family:Droid,Droid Arabic Kufi,sans-serif;

height: 15em;
  display: flex;
  align-items: center;
  justify-content: center ;

}	

.hovereffect:hover img {
 
  filter: brightness(0.8);
  -webkit-filter: brightness(0.8);
  	
  
}


.row.no-pad > [class*='col-'] {
  padding-right:10px;
  padding-left:10px;
}


.home-video-zone{
   
	margin-top:20px;
	
}


.home-title2{

    padding-bottom: 20px;
    padding-top: 30px;
    text-align: center;
	background-color:#245949;
	margin-bottom:20px;
}

.home-title2 h2 {
 
    color: #fff;
    font-size: 20px;
	line-height:32px;
    font-family: Droid,Droid Arabic Kufi,sans-serif;
    text-align: center;
	   display:inline;
	   padding-right:10px;
	
}
.home-title2 img{

    display:inline;
}




.media-gallery{
	width:100%;


 float:left;
 direction:rtl;

	}
	
/*pic*/


.pic {
	position: relative;
	display: block;
	
}
.pic img{
	width: 100%;
	display: block;
	
	
	
}
a .img_overlay {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #333;
	background-color: rgba(0, 0, 0, 0.3);
	background-image: url(../images/icon_plus.png);
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0;
	filter: alpha(opacity=0);
    z-index: 0;
    
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;	
}
a:hover .img_overlay {
	opacity: 1;
	filter: alpha(opacity=100);
    z-index: 1;	
	}
	
	
	a .video_overlay {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	background-image: url(../images/video_p.png);
	background-position: center center;
	background-repeat: no-repeat;

	filter: alpha(opacity=0);
    z-index: 0;
    
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	
	
}
a:hover .video_overlay {
	opacity: 1;
	filter: alpha(opacity=100);
    z-index: 1;	
		opacity: 0.6;
	}
	
a .img_overlay_zoom {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #333;
	background-color: rgba(0, 0, 0, 0.3);
	background-image: url(../images/icon_zoom.png);
	background-position: center center;
	background-repeat: no-repeat;

	opacity: 0;
	filter: alpha(opacity=0);
    z-index: 0;
    
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
    
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;	
}
a:hover .img_overlay_zoom {
	opacity: 1;
	filter: alpha(opacity=100);
    z-index: 1;	
	}




	

/*footer*/

.footer {

margin-top:20px;
padding-top:30px;
background-color:#16201d;
padding-bottom:30px;
color:#fff;
text-align:right;
	}
	
.footer a{	color:#fff;
font-size:12px;
text-align:center;
  font-family:Droid,Droid Arabic Kufi,sans-serif;
line-height:32px;
padding-left:10px;
}

.footer p{	color:#fff;


}

.footer a:hover{	color:#c5c5c5;
text-decoration:none;


}

.footer h3{	color:#fff;

text-align:right;
font-size:18px;
font-family:bold;
  font-family:Droid,Droid Arabic Kufi,sans-serif;
}

.footer .img-thumbnail{	
border: 0px;
 padding: 0px;

  border-radius: 0px;
 max-width: 86px;
  height: 66px;


}

.copyright{	
color:#fff;
min-height:50px;

font-size:12px;
text-align:center;
margin-top:10px;

}
.copyright span{	
color:#e3e3e3;font-size:12px;
text-align:center;
direction:rtl;
  font-family:Droid,Droid Arabic Kufi,sans-serif;
line-height:50px;
}

.footer .three-columns{	
overflow:hidden;

}
.footer .three-columns  li{	

width:25%;
float:left;
padding:5 0;

}

.footer .social-list{	
overflow:hidden;
margin:20px 0 10px;

}
.footer .social-list li{
	
	float:left;
	margin-right:3px;
   opacity:0.5;
	
	 filter: alpha(opacity=40);
	}	
	
.footer .social-list li:hover{
	
	 opacity:1;	
	 	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}	

.contact-zone{
	
	padding-top:50px;
}

	.contact-txt {
	font-size: 12px;
line-height:24px;
	color:#fff;
	margin-top:5px;
	  font-family:Droid,Droid Arabic Kufi,sans-serif;
	direction:ltr;
}

	.contact-txt .fa{
	font-size: 18px;
padding-left:15px;
color:#58a9a6;

}


/*Social Icons*/

.social-icons {
padding-top:10px;
text-align:right;

}
.social-icons .fa{
    font-size: 14px;
    height: 20px;
    line-height: 20px;
   color:#58a9a6;
    width: 20px;
border: solid 1px #58a9a6;

}

.social-icons .fa:hover{
  color:#e29e55;
border: solid 1px #e29e55;

}


/*subscribe*/

.subscribe {

padding-bottom:20px;

	}
	

.subscribe  h2{

 font-family:Droid,Droid Arabic Kufi,sans-serif;
color:#fff;
padding-bottom:10px;
font-size:11px;
text-align:right;
	}

.subscribe  p{

font-size:11px;
color:#717171;
padding-right:30%;
	}
.subscribe  .form-control
{
	border-radius:0px;
	margin-left:-5px;
    width:auto;
	border:0px;
	height:34px;
	font-size:10px;
	display: inline-block;
	font-family:Droid,Droid Arabic Kufi,sans-serif;
	}

.subscribe  button
{
	border-radius:0px;
	border:0px;	
	
	}
/*subscribe*/

.btn-primary3 {
  color: #fff;
  background-color: #58a7a4;
  border: none;
  border-radius:0px;
  font-size:11px;
font-family:Droid,Droid Arabic Kufi,sans-serif;

  
}

.btn-primary3:hover,
.btn-primary3:focus,
.btn-primary3.focus,
.btn-primary3:active,
.btn-primary3.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #e29e55;

}



.page-path{
	
background:url(../images/breadcom1.jpg) ;
	
min-height:150px;

 
	}	
.page-path .data{
	

color:#878787;

	min-height:120px;
	padding-top:170px;
	padding-bottom:40px;
}

.page-path-right{
	padding-right:10px;
	width:auto;
	float: right !important;
     font-family:Droid,Droid Arabic Kufi,sans-serif; font-size:20px;  color:#fff;text-decoration:none; 
	}



/*About */

.about{
padding-top:20px;
padding-bottom:15px;	

min-height:400px;

	}
	
.about p {color:#414141;  text-align:left;font-size:14px; font-family:Droid,Droid Arabic Kufi,sans-serif;  text-align:justify; line-height:24px}
.about h3  { color:#58a7a4;  font-size:18px;text-align:right;padding-bottom:10px;font-family:Droid,Droid Arabic Kufi,sans-serif;}	

.about h1  { color:#c8b01c;text-align:center;  font-size:16px;line-height:24px;padding-bottom:10px;}
.about  span { color:#247e1d;text-align:left; font-weight:bold;font-size:18px;}

.about  img {margin-top:20px; border:1px solid #58a7a4;}
/*End About */



/*tree */

.tree{
padding-top:20px;
padding-bottom:15px;	

min-height:400px;
background:url('../images/tree-bg.jpg') repeat;
	}
	
.tree p {color:#414141;  text-align:left;font-size:14px; font-family:Droid,Droid Arabic Kufi,sans-serif;  text-align:justify; line-height:24px}
.tree h3  { color:#e20613;text-align:left;  font-size:18px;text-align:right;padding-bottom:10px;font-family:Droid,Droid Arabic Kufi,sans-serif;}	

.tree h1  { color:#c8b01c;text-align:center;  font-size:16px;line-height:24px;padding-bottom:10px;}
.tree  span { color:#247e1d;text-align:left; font-weight:bold;font-size:18px;}


/*End tree */




/*news */
.news
{
	

	margin-top: 20px;
	
	}


.news h2
{
	
	font-weight:bold;
	color:#58a7a4;
	font-size:16px;font-family:Droid,Droid Arabic Kufi,sans-serif;
	text-align:right;
line-height:24px;
	}


	
.news h2 span
{
	font-weight:bold;
	color:#e30613;
	font-size:20px;font-family:Droid,Droid Arabic Kufi,sans-serif;
	text-align:right;

	}
	
.news img{ width:100%; height:100%; margin:0 auto;}

.news-in  img { padding-right: 20px;float: left;width: 50%;}

.news  .lead
{
	font-size:14px;
font-family:Droid,Droid Arabic Kufi,sans-serif;
	color:#3A3A3A;
	line-height:24px;
	font-size:14px;
	text-align:right;
	padding-left:10px;

	}
.news  p
{
		font-size:14px;
font-family:Droid,Droid Arabic Kufi,sans-serif;
	color:#3A3A3A;
	line-height:24px;
	text-align: justify;
	
	
	}
.news  hr
{

	color:#AA2022;
	}
	
.news-in
{
	

	margin-top: 20px;
	
	}
	
	.news-in h3
{
	
	color:#58a7a4 ;
	font-size:18px;
	font-family:Droid,Droid Arabic Kufi,sans-serif;
	text-align:right;
	margin-top: 10px;
	line-height: 24px;

	}

.news-in  img { padding-right: 20px;float: left;width: 50%;}

.news-in  p
{
		font-size:14px;
font-family:Droid,Droid Arabic Kufi,sans-serif;
	color:#3A3A3A;
	line-height:24px;
	text-align: justify;
	
	
	}

.news-in  .lead
{
	padding-top: 5px;
	
	
	}
	
.btn-primary2 {

  color: #fff;
  background-color: #58a9a6;
  border: none;
  border-radius:0px;
  font-size:12px;
text-align:left;
float:left; 
  font-family:Droid,Droid Arabic Kufi,sans-serif;

	
}

.btn-primary2:hover,
.btn-primary2:focus,
.btn-primary2.focus,
.btn-primary2:active,
.btn-primary2.active,
.open > .dropdown-toggle.btn-primary2 {
  color:#fff;
  background-color: #e29e55;
  text-decoration:none;

}

/*news */


/* Style the tab */
.tab {
  background-color: #fff;
color:#fff;
  font-family:Droid,Droid Arabic Kufi,sans-serif; 
     text-align:center;
	
}

/* Style the buttons that are used to open the tab content */
.tab button {
  display: inline;
    background-color:transparent;
  color: black;
  padding: 10px 25px;
font-size: 18px;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  font-family:Droid,Droid Arabic Kufi,sans-serif; 
  text-align:center;
  color:#57a4a1;

margin-bottom:20px;

}

.tab button:last-child {

 	
}


/* Change background color of buttons on hover */
.tab button:hover {
  
  color:#e29e55;
 
}

/* Create an active/current "tab button" class */
.tab button.active {
  
   
  background-color:#57a4a1;
  color:#fff;
}

.tabcontent {

  padding: 0px 0px;


  border-right: none;

}

/* Style the tab content */



.pic2 {
	
	position: relative;
	display: block;
	margin-bottom:25px;

}
.pic2 img{
	width: 100%;
	display: block;


}

.pic2 h1{
	
	color:#c8b01c;
	font-size:14px;font-family:Droid,Droid Arabic Kufi,sans-serif;


}

.pic2  a{
	
text-decoration:none;


}

.pic2  a:hover{
text-decoration:none;
}



.events{
 padding: 20px 0px;

	}

.events p {color:#414141; font-size:14px; font-family:Droid,Droid Arabic Kufi,sans-serif;  text-align:justify; line-height:24px;  padding: 10px}
.events h3  { color:#58a7a4; font-size:16px;text-align:right;padding: 10px;font-weight: bold;font-family:Droid,Droid Arabic Kufi,sans-serif;}	

.events h1  { color:#c8b01c;text-align:center;  font-size:16px;line-height:24px;padding-bottom:10px;}
.events  span { color:#247e1d;text-align:left; font-weight:bold;font-size:18px;}






/*profile*/

.profile {

	width:100%;
	min-height:400px;

	margin-top:20px;

	}
.profile h3  { color:#e20613;text-align:left; text-align:right;padding-bottom:10px;font-size:14px;}	
	

.profile .caption-area {
    position: absolute;
    bottom: 0px;
 	background:rgba(88,167,164,0.8);
    z-index: 9;
width:100%;
    color: #fff;
    padding: 6px 16px;
	text-align:center;
cursor:pointer;
	
}


.profile .caption-area h3 {
   
   margin:0 auto;
    line-height: 24px;
    border: 0;
    color: #fff;
    text-align: center;
	    padding: 10px;
		font-family:Droid,Droid Arabic Kufi,sans-serif;
}

.profile .caption-area2 {
    position: absolute;
    bottom: 0px;
 	background:rgba(174,20,26,0.5);
    z-index: 9;
width:100%;
    color: #fff;
    padding: 6px 16px;
	text-align:center;
cursor:pointer;
	
}

.profile .caption-area2 h3 {
   
   margin:0 auto;
    padding: 10px;
    line-height: 24px;
    border: 0;
    color: #fff;
    text-align: center;
	cursor:pointer;
}


.profile .item {
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px;
	width:fit-content;
	
}
.profile .hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  background:rgba(226,158,85,0.5);

}
.contact-map{
	margin-top:20px;
}
