#mehnaazbody { background:#fff;z-index:999999999;position:relative;}
 #mobilepopup { width:50%; }

@media (max-width:500px)
  {
      
      #mobilepopup { width:90%; }
  }
  
  
 .spantext {
  font: 700 4em/1 "Oswald", sans-serif;
  letter-spacing: 0;
  padding: 0.25em 0 0.325em;
  display: block;
  margin: 0 auto;
  text-shadow: 0 0 80px rgba(21, 172, 25, 0.5);
  
  -webkit-background-clip: text;
  background-clip: text;
  
 
  -webkit-transform: translate3d(0, 0, 0);
  
}
 

    /* Loader styles */
    #loader {
     position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 999999;
    overflow: visible;
    background: #fff url('../show_image.php?type=0&img=1_compressed.webp') no-repeat center center;
    }

    #loader img {
      width: 120px;
      height: auto;
    }

  
    body.loaded #loader {
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.5s ease, visibility 0.5s;
    }
    
    
    


    
    /*****bottom minus****/
    
 


.cn-button {
  position: fixed;
 bottom:46px;
  left: 50%;
  transform: translateX(-50%);
  width: 2em;
  height: 1em;
  
  margin-top: -1.5em;
  background: #f5f5f5;
  border: none;
  
   border-top-left-radius: 1em;
    border-top-right-radius:1em;
  font-size: 2em;
  color: #000;
  z-index: 2; 
  cursor: pointer;
 
}

.cn-component .cn-button:focus {
  outline: none;
}



.cn-wrapper {
  width: 18.75em;
  height: 18.75em;
  
  position: fixed;
  left:50%;
  border-radius: 50%;
  
  overflow: hidden;
  transform: translate(-50%) scale(0.2); /* Center + scale */
 
  transition: all 0.2s ease-in-out;
  z-index: 0; 
 
  bottom:-102px;
}

.cn-wrapper.opened-nav {
  transform: translate(-50%) scale(1);
 
}

.cn-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cn-wrapper li {
  position: absolute;
  background: #14ab10;
  width: 12.5em;
  height: 12.5em;
  left: 50%;
  top: 50%;
  margin-left: -12.5em;
  margin-top: -12.5em;
  bottom: 12.5em;
  transform-origin: 100% 100%;
  overflow: hidden;
   
}

.cn-wrapper li:nth-child(1) {
  transform: rotate(0deg) skew(30deg);
}
.cn-wrapper li:nth-child(2) {
  transform: rotate(60deg) skew(30deg);
}
.cn-wrapper li:nth-child(3) {
  transform: rotate(120deg) skew(30deg);
}

.cn-wrapper li a {
  position: absolute;
  text-align: center;
  font-size: 2em;
  padding-top: 2em;
  background: #14ab10;
  color: #fff;
  width: 9.375em;
  height: 9.375em;
  left: 0.9375em;
  top: 0.9375em;
  border-radius: 50%;
 
  transform: skew(-30deg) rotate(-60deg) scale(1);
}

.cn-wrapper li a:hover {
  background: #0a2a08;
}

.cn-wrapper li:nth-child(even) a {
  background: #ffc000;
}

.cn-wrapper li:nth-child(even) a:hover {
  background: #0a2a08;
}

/***end here minu****/



  @import url(https://fonts.googleapis.com/css?family=Raleway:400,200,300,800);
figure.snip0016 {
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin: 0px;
  border-radius:10px;
  height:420px;
  width: 100%;
  background: green;
  text-align: left;
}


#iimgoffer { height:410px !important; }

@media only and (max-width:500px)
    {
        
        
        figure.snip0016 {
 
  height:200px;
  width: 100%;
 
}

#iimgoffer { height:200px !important; }


    }




figure.snip0016 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
figure.snip0016 img {
  max-width: 100%;
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.snip0016 figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px 3em;
  width: 100%;
  height: 100%;
}
figure.snip0016 figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 100%;
  /*border-left: 4px solid rgba(255, 255, 255, 0.8);*/
  content: '';
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
figure.snip0016 h2,
figure.snip0016 p {
  margin: 0 0 5px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,transform 0.35s;
}
figure.snip0016 h2 {
  word-spacing: -0.15em;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-transform: translate3d(30%, 0%, 0);
  transform: translate3d(30%, 0%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
figure.snip0016 h2 span {
  font-weight: 800;
}
figure.snip0016 p {
  font-weight: 200;
  -webkit-transform: translate3d(0%, 30%, 0);
  transform: translate3d(0%, 30%, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.snip0016 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  color: #ffffff;
}
figure.snip0016:hover img {
  opacity: 0.3;
}
figure.snip0016:hover figcaption h2 {
  opacity: 1;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
figure.snip0016:hover figcaption p {
  opacity: 0.9;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
figure.snip0016:hover figcaption::before {
  background: rgba(255, 255, 255, 0);
  left: 30px;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}


/*******bank button  toggle left side bottom***/

/* #toggleBtn {
    position: fixed;
   bottom: 55px;
    left: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #16ab14;
    color: white;
    border: none;
    cursor: pointer;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    transition: background 0.3s;
  }

  #toggleBtn:hover {
    background: #0a2a08;
  }   
*/
    
    
     /****photo****/
  
  
  
  .menu-wrappers {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.hamburger-menu,
.hamburger-menu:after,
.hamburger-menu:before {
  width: 40px;
  height: 5px;
}

.hamburger-menu {
  position: relative;
  transform: translateY(25px);
  background: white;
  transition: all 0ms 300ms;
  
}
.hamburger-menu.animate {
  background: rgba(255, 255, 255, 0);
}

.hamburger-menu:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  background: white;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu:after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background: white;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu.animate:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
 
 
 
 
 article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}
 
 
 
 
 
 
.profile-cards .left { float: left; }
.profile-cards .right { float: right; }
 .clear { clear: both; }

.profile-cards h1 { font-size: 18px; }
.profile-cards h6 { font-size: 13px; }

.profile-cards {
    margin: 0px;
    width: 100%;
    height: 400px;
    font: 12px;
}
.profile-cards .profile-cover {
    background: url('../show_image.php?type=0&img=photo_bg.jpg') no-repeat;
    background-size:cover;
    position: relative;
    height: 322px;

    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;

    /*filter: url(filters.svg#grayscale); 
    filter: gray; 
    -webkit-filter: grayscale(1); */

    transition: all .5s;
    -moz-transition: all .5s; /* Firefox 4 */
    -webkit-transition: all .5s; /* Safari and Chrome */
    -o-transition: all .5s; /* Opera */
}
.profile-cards .profile-cover:hover {
    filter: none;
    filter: none;
    -webkit-filter: none;

}
.profile-cards .profile-cover .profile-avatar {
    background: #ffffff;
    border: 1px solid #eeeeee;
    border: 5px solid #ffffff;
    width: 150px;
    height: 150px;
    position: absolute;
    margin: 15px auto 0;
    overflow: hidden;
    left: 0;
    right: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: all .5s;
    -moz-transition: all .5s; /* Firefox 4 */
    -webkit-transition: all .5s; /* Safari and Chrome */
    -o-transition: all .5s; /* Opera */
}
.profile-cards .profile-cover .profile-avatar:hover {
    margin-top: 23px;
}
.profile-cards .profile-cover .profile-avatar .btns-container {
    position: relative;
}
.profile-cards .profile-cover .profile-avatar .btns-container .profile-links {
    position: absolute;
    top: 110px;
    left: 0;
    right: 0;
    text-align: center;
    display: none;
}
.profile-cards .profile-cover .profile-avatar .btns-container .profile-links a {
    display: inline-block;
    background: #ffffff;
    text-decoration: none;
    padding: 5px;
}
.profile-cards .profile-cover .profile-avatar .btns-container .profile-links a img {
    display: block;
}
.profile-cards .profile-cover .profile-avatar .btns-container .profile-links a.zoom-avatar {
    background: rgba(103, 186, 144, 0.7);
}
.profile-cards .profile-cover .profile-avatar .btns-container .profile-links a.zoom-avatar:hover {
    background: rgba(103, 186, 144, 1);
}
.profile-cards .profile-cover .profile-avatar .btns-container .profile-links a.read-more {
    background: rgba(231, 76, 60, 0.7);
}
.profile-cards .profile-cover .profile-avatar .btns-container .profile-links a.read-more:hover {
    background: rgba(231, 76, 60, 1);
}
.profile-cards .profile-cover .profile-avatar .btns-container .profile-links a.view-map {
    background: rgba(157, 177, 218, 0.7);
}
.profile-cards .profile-cover .profile-avatar .btns-container .profile-links a.view-map:hover {
    background: rgba(157, 177, 218, 1);
}
.profile-cards .profile-cover .profile-details {
    background: rgba(0,0,0,0.4);
    border-top: 1px solid rgba(0,0,0,0.5);
    color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: bold;
    padding: 5px 0 7px;
}
.profile-cards .profile-cover .profile-details h6 {
    font-weight: normal;
}
.profile-cards .profile-info {
    background: #092906;
    color: #ffffff;
    padding: 10px;
    font-family: Arial;
    text-align: justify;
}
.profile-cards .profile-info h1 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 3px;
    padding-left: 10px;
    margin-bottom: 5px;
}
.profile-cards .profile-info .info-area {
    padding: 0 10px 5px;
  
}
.profile-cards .profile-map {
    border-top: 1px solid #cccccc;
    float: left;
    width: 100%;
}
.profile-cards .profile-contents {

  
    border: 1px solid #cccccc;
    border-top: none;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.profile-cards .profile-contents ul li {
    float: left;
    padding: 10px 10px;
    text-align: center;
    border-right: 1px solid #C0FF2C;
    border-left: 1px solid #ffffff;
    font-size:12px;
}
.profile-cards .profile-contents ul li:first-child {
    border-left: none;
}
.profile-cards .profile-contents ul li:last-child {
    border-right: none;
}
/*.profile-cards .profile-contents ul li .digits {
    font-weight: bold;
    font-size: 16px;
}
*/
.profile-cards .menu-containers {
    position: relative;
    margin: 10px 0 0 10px;
    float: left;
}
.profile-cards .menu-containers .list-icon {
    background: url('../show_image.php?type=0&img=tri_line.png') no-repeat;
    height: 18px;
    width: 24px;
    display: block;
    opacity: 0.5;
    transition: all .5s;
    -moz-transition: all .5s; /* Firefox 4 */
    -webkit-transition: all .5s; /* Safari and Chrome */
    -o-transition: all .5s; /* Opera */
}
.profile-cards .menu-containers .list-icon.active,
.profile-cards .menu-containers .list-icon:hover {
    opacity: 1;
}
.profile-cards .menu-containers .profile-actions {
    border: 1px solid rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.8);
}
.profile-cards .menu-containers .profile-actions li {
    border-bottom: 1px solid #000000;
}
.profile-cards .menu-containers .profile-actions li:last-child {
    border-bottom: none;

}
.profile-cards .menu-containers .profile-actions li a {
    display: block;
    width: 70px;
    padding: 5px;
    color: #ffffff;
    text-decoration: none;
    font: 10px Arial;
}
.profile-cards .menu-containers .profile-actions li a:hover {
    background: rgba(221, 221, 221, 0.2);
}
.profile-cards .menu-containers .profile-actions li:first-child a {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.profile-cards .menu-containers .profile-actions li:last-child a {
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;

}

.profile-contents{ color:#fff; }

.profile-contents .cf { font-size:10px;color:#fff; }

.profile-cards .profile-contents {
    background: #092906;
}

