

/************ start css for photo gallery ************************/

.bg-white {
    background: #fff !important;
}
.bg-black4 {
    background: #f1f1f1 !important;
}
.heading-normal {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    overflow: hidden;
}
.heading-normal h2 {
    padding-bottom: 10px;
    font-size: 26px;
    font-weight: 600;
}
.heading-normal p {}
/*
================================
Some Common Style
================================
*/

.section-header {
    color: #333333;
    font-size: 30px;
    margin-bottom: 25px;
    padding-bottom: 25px;
    line-height: 1;
    font-weight: 600;
}

.headding-divider {
    position: relative;
}
.headding-divider::before {
    background: #4a4a4a none repeat scroll 0 0;
    content: "";
    height: 3px;
    left: calc(50% - 25px);
    position: absolute;
    top: 100%;
    width: 50px;
}
.headding-divider-center {
    margin-bottom: 50px;
    position: relative;
    line-height: 1.35;
}
.headding-divider-center::before {
    background: #f1bf22 none repeat scroll 0 0;
    content: "";
    height: 3px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    top: 100%;
    width: 50px;
}
.heading-stat {
	margin-bottom: 0px;
	padding-bottom: 0!important;
}
.heading-stat::before {
	display: none;
	
}
.top-70 {
    margin-top: 70px;
}
.top-60 {
    margin-top: 60px;
}
.top-50 {
    margin-top: 50px;
}
.top-40 {
    margin-top: 40px;
}
.top-30 {
    margin-top: 30px;
    overflow: hidden;
}
.top-20 {
    margin-top: 20px;
}
.top-15 {
    margin-top: 15px;
}
.top-10 {
    margin-top: 10px;
}


/*
================================
Gallery
================================
*/

.gallery {
    text-align: center;
    background: #fff;
    position: relative;
}
.gallery .menu-grid h2 {
    margin-bottom: 20px;
}
.gallery .menu-grid h3 {
    margin-bottom: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.gallery .menu-grid-item {
    overflow: hidden;
    margin-bottom: 50px;
}
.gallery .item {
    width: 100%;
}
.gallery .item .inner {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}
.gallery .item .photo img {
    width: 100%;
}
.gallery .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2a2a2a;
    opacity: 0.0;
    filter: alpha(opacity=0);
    visibility: none;
}
.gallery .item .desc {
    width: 100%;
    position: absolute;
    top: -50%;
    right: 0;
	direction:rtl;
    width: 100%;
    overflow: hidden;
    visibility: hidden;
    height: auto;
    padding: 0 15px;
    background-color: transparent;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.gallery .item .inner:hover .overlay {
    visibility: visible;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.gallery .item .inner:hover .desc {
    top: 29%;
    visibility: visible;
}
.gallery .col3gallery .item .inner:hover .desc {
    top: 22%;
}
.gallery .col4gallery .item .inner:hover .desc {
    top: 10%;
}
.gallery .item .desc h3.item-title.headding-divider-center {
    color: #fff;
    margin: 15px 0;
    padding-bottom: 15px;
}
.gallery .item .desc p {
    color: #f2f3f3;
    font-size: 18px;
    font-weight: 600;
    margin-top: 25px;
    padding: 0 20px;
	direction:ltr;
}
.desc p a {
    color: white;
    font-size: 15px;
}
.desc p a:hover{
	color: #f1bf22;
}
.desc p a i{
	padding-left: 6px;
    top: 1px;
    position: relative;

}
.gallery .nav-tabs {
    border-bottom: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}
.gallery .nav-tabs>li {
    margin-right: 10px;
    float: none;
    display: inline-block;
    vertical-align: top;
}
.gallery .nav-tabs>li>a {
    font-size: 18px;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 0;
    padding: 6px 10px;
}
.gallery .nav-tabs>li>a:hover {
    color: #2a2a2a;
    border-color: #304F6F;
    background: #304F6F;
}
.gallery .nav-tabs>li.active>a,
.gallery .nav-tabs>li.active>a:focus,
.gallery .nav-tabs>li.active>a:hover {
    background: #304F6F;
    color: #2a2a2a;
    border: 0;
    border: 1px solid #2a2a2a;
    border-radius: 0;
}
.gallery a.gallery-photo i {
    color: #fff;
    font-size: 30px;
}
.home-gallery {
    background: white ;
}
.gallery .col3gallery .item .desc h3.item-title.headding-divider-center,
.gallery .col4gallery .item .desc h3.item-title.headding-divider-center {
    font-size: 20px;
    font-weight: 600;
}
.gallery .col3gallery .item .desc p,
.gallery .col4gallery .item .desc p {
    font-size: 14px;
    margin-top: 25px;
}

.photo_galleryy{
	width:100%;height:350px; background-size:cover;
}

/********** End css for Photo gallery *************/ 