
/* For generic page styles. Not for sliders. */

body 
{ 
 box-shadow: 4px 0px 10px rgba(0,0,0,.5);
 padding:0;
}
h2 {display:inline;}
.div1, .div2 {width:700px;margin:0 auto;}
.div1 {margin-top:30px;margin-bottom:60px;text-align:center;line-height:20px;}
.div1 P {font-size:18px;}
.div1 a, .div2 a {color:#07C; }
.div1 a {margin:0 8px;}
.div1 a.current {color:black; text-decoration:none;}
.div2 {margin-top:70px;}
.div2 li {padding-top:6px;padding-bottom:6px;}
.green {color:Green;}
.cn {font-family: "Courier New", Georgia;}

.navbar
{
    border-bottom: 2px solid #fff;
    }
    
    .bg-dark {
    /*background-color: rgba(0,0,0,0.35) !important;*/
    background-color: black !important;
}

.navbar-dark .navbar-nav .nav-link 
{
    transition:.3s;
    color: rgba(255,255,255,.5);
    font-weight: 700;
    margin:1px;
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
    color: #d22938;
    background-color: #fff;
    border-radius: 2px;
}


.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #d22938;
    background-color: #fff;
    border-radius: 2px;
}

#status {display:inline-block; margin-left:26px;line-height:50px;height:50px;vertical-align:middle;}


/*slider*/
#slider_menu1
{
  width:100;
  position: relative;
  margin-top:3%;
  padding-top: 4%;
  padding-bottom: 1%;
  /*background-image: url("../images/app.png");*/
  height: auto; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: 70% 90%; 
  background-attachment: fixed;
  
}


#slider_menu1 .overlay
{
    top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	/*background: rgb(0, 0, 0, 0.65);*/
	z-index:0;
}

.carousel-control-next, .carousel-control-prev {
    width: 10%;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}

.banner{
	position: relative;
	margin-top: 5rem;
}

#myCarousel1 {
	z-index:2;
}

#myCarousel1 .overlay{
    top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	/*background: rgba(0, 0, 0,.75);*/
	z-index:1;
}
#info{
	padding-top: 1%;
	z-index:2;
	font-family:Brush Script Std; 
}
/*slider*/


.code
{
    border: dashed 1px #BCBCCB; padding:8px 12px; background-color: #F3F3F9; white-space:pre; font-family:"Courier New", Georgia;
    font-size:12px; margin:6px 0;overflow:auto; 
}



#about_us
{
    position: relative;
    width: 100%;
    height: auto;
    padding: 2%;
    text-align: center;
    background-image: url("../images/mainbacknew.png");
       /* You must set a specified height */
      background-position: center; /* Center the image */
      background-repeat: no-repeat; /* Do not repeat the image */
      background-size: 100% 100%;
      
}

#about_us .aboutus_overlay
{
     top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	/*background: rgba(253, 253, 253, 0.42);*/
	z-index:0;
    }

#about_us #about_us_Header
  {
      text-align: center;
      margin-top:2%;
      margin-bottom: 2%;
      }
      
       #about_us #about_us_Header h1
  {
      color: Red;
    }
    
        #about_us #about_us_Header h2
  {
        color: #1b441a;
     }
/*
#about_us h1
{
    padding-top: 1%;
    padding-bottom: 1%;
    margin-top: 2%;
    margin-bottom: 3%;
      background-color: #F3F3F9;
        color: #c43824;
        box-shadow: inset 5px 0px 50px rgba(0,0,0,.5), 5px 10px 10px rgba(0,0,0,.5);  
}

#about_us h2 span 
{
    font-size: 28px;
    color: #1282cd;
    text-align: center;
    font-weight: 600;
    border-bottom: 2px solid #1282cd;
}  */

#about_us p
{
    margin-top: 2%;
    font-size: 1rem;
    text-align: justify;
    font-family: Sans-Serif;
    color:Navy;
    font-family:@MingLiU;
    font-weight:400;
        
}

#about_us .bot_cont
{
    box-shadow: 4px 0px 10px rgba(0,0,0,.5);
    background-color: #f0f8ff96;
  }
  
  #about_us .bot_cont h3
  {
        padding-top:2%;
        padding-bottom:2%;
         margin-bottom: 3%;
        color: #1282cd;
        text-align: center;
        font-weight: 600;
        border-bottom: 2px solid #1282cd;
      }


 #about_us .bot_cont #ListView1
  {
      position: relative;
      width: 100%;
      border: 2px solid #1282cd;
   }
 
 #about_us .bot_cont .item
 {
    border: 1px solid red;
    width: 100%;
    position: relative;
     
  }
  
   #about_us .bot_cont #Tr1
 {
    font-size: medium;
    color:Gray;
  }

#doctor_main
{
   position : relative;
    width: 100%;
    height: 90vh;
    padding-top: 2%;
    padding-bottom: 2%;
    text-align: center;
    background-image: url("../images/main2.png");
       /* You must set a specified height */
      background-position: center; /* Center the image */
      background-repeat: no-repeat; /* Do not repeat the image */
      background-size: 100% 100%; 
      background-attachment:fixed;
}

#about_doctor{

text-align: center;
      margin-top:2%;
      margin-bottom: 2%;

}

#about_doctor h1
{
    color: Red;
 }

#doctor_details
{
    position: relative;
    width: 100%;
    height: auto;
    padding: 2%;
    text-align: center;
 }
 
 .para p
      {
          height:90px;
          overflow:hidden; 
          }
          .para2 p
      {
          height:70px;
          overflow:hidden; 
          }
 
#doctor_details p
{
    font-size: 1rem;
    text-align: justify;
    font-family: Sans-Serif;
    color: navy;
font-weight: bold;
 }
 
 
 #doctor_details .btn
{
    float:left;
    background-color: #1282cd;
 }
 
 
 #image_boxtop
 {
    position: relative;
    width:100%;
    padding:2%;
    text-align: center;
    background-color:White;
 }
 
 #image_boxtop table
 {
     margin: 0 auto;
 }
 
 .saleboxhometop
 {
    position: relative;
    background: linear-gradient(to bottom, #010304bd 0%, #acacac38 100%);
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    
  }
  #whats
  {
      position: relative;
      margin: 0 auto;
      
  }
  
  .saleboxhometop h4
  {
      margin-top:1%;
      margin-bottom:1%;
      padding:2%;
   }
   
   .saleboxhometop .btnsale
  {
      background:#2f879a;
      border:#64a7bb solid 1px;
      padding: 3%;
      color: #fefefe;
      }
      
       #image_box
 {
    position: relative;
    width:100%;
    padding:2%;
    margin: 0 auto;
    text-align: center;
    /*background-color: #2e4c50;*/
 }

 #testimage
 {
     position: relative;
    width:100%;
    padding:2%;
    margin: 0 auto;
    text-align: center;
 }
  #testimage2
 {
     position: relative;
    width:100%;
    padding:2%;
    margin: 0 auto;
    text-align: center;
 }
  #testimage3
 {
     position: relative;
    width:100%;
    padding:2%;
    margin: 0 auto;
    text-align: center;
 }
  #testimage4
 {
     position: relative;
    width:100%;
    padding:2%;
    margin: 0 auto;
    text-align: center;
 }
 .saleboxhome
 {
    position: relative;
    background: linear-gradient(to bottom, #407f94 0%, #5bdcdc 100%);
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
  }
  
   
 .saleboxhome .img
 {
     
  }
  
  
  .saleboxhome h4
  {
      margin-top:1%;
      margin-bottom:1%;
      padding:2%;
   }
   
   .saleboxhome .btnsale
  {
      background:#2f879a;
      border:#64a7bb solid 1px;
      padding: 3%;
      color: #fefefe;
      }
   
 
 #video_section
 {
    position: relative;
    width:100%;
     margin-bottom: 1%;
    text-align: center;
 }
 
 #video_section h3
 {
     margin-bottom: 3%;
    color: #1282cd;
    text-align: center;
    font-weight: 600;
    border-bottom: 2px solid #1282cd;
 }
 
 #img_center
 {
 	position : relative;
    width: 100%;
    height: 450px;
   
    background-image: url("../images/imgcen.png");
       /* You must set a specified height */
      background-position: center; /* Center the image */
      background-repeat: no-repeat; 
 	
 }
  
  #Header_aboutus
  {
      text-align: center;
      margin-top:2%;
      margin-bottom: 2%;
      }
      
       #Header_aboutus h1
  {
      color: Red;
    }
    
         #Header_aboutus h6
  {
        color: #1b441a;
     }
     
      #content_aboutus 
  {
      position: relative;
      width: 100%;
        background-image: url("/images/erd.jpg")no-repeat center; 
        background-size: cover;
   }
      
            #content_aboutus img
            {
                  box-shadow: 4px 0px 10px rgba(0,0,0,.5);
                } 
      
  #content_aboutus P
  {
        font-size: 1rem;
        text-align: justify;
        font-family: Sans-Serif;
   }
   
   #full
   {
       /*position:relative;*/
       /*margin:5%;
       background:url("erd.jpg") no-repeat center;*/
   }
       
       #appoit_full
       {
          /* background-image:url('images/erd.jpg');
    background-repeat:no-repeat;
 
    background-position:center;*/
    background-color:White;
       }
     
       
       #appoint_card
       {
           margin:4%;  
           background: rgba(67, 255, 220, 0.11);
       }
       #award_card
       {
           margin:2%;
           background-color:White;
           }
       
       #appoint_card1
       {
           position:relative;
           margin-top:15%;
           box-shadow: 4px 0px 10px rgba(0,0,0,.5); 
           
       }
       
        #appoint_card123
       {
           position:relative;
          
           box-shadow: 4px 0px 10px rgba(0,0,0,.5); 
           
       }
       
       #award_spec_main
       {
           position: relative;
           width: 100%;
           background-image:url('../images/backorg.png'); 
           background-repeat:no-repeat;
           background-size:100% 100%;
           padding-bottom:5%;
          /* margin-bottom: 2%;*/
          padding-top:40px;
        
          background-attachment:fixed;
          
           }
           
          #award_spec_main .award_overlay
          {
              
	            left: 0;
	            width: 100%;
	            height: 100%;
	            position: absolute;
	            overflow: hidden;
	            /*background: rgba(253, 253, 253, 0.38);*/
	            text-align:center;
	            
              }
              
              #award_spec_title
              {
                  text-align: center;
                  
                  position: relative;
                   width: 100%;
                   padding-top: 2%;
                   padding-bottom: 2%;
                   opacity:1;
                   z-index:99;
                    color: Black;
                  }
       #award_title
       {
         
           position: relative;
           width: 100%;
           text-align:center;
           opacity:1;
           z-index:99;
         color: Black;   
         padding-top:90px;
        }
        
        #surg_title
        {
            margin-top:3%;
            margin-bottom:2%;
           position: relative;
           width: 100%;
           text-align:center;   
        }
        
        
        #award_img
        {
           position:relative;
           margin-top:10%;
           box-shadow: 4px 0px 10px rgba(0,0,0,.5); 
        }
        
        #award_pan
        {
            margin-bottom:1%;
            box-shadow: 4px 0px 10px rgba(0,0,0,.5);
            background: rgba(37, 55, 29, 0.37);
        }
        
        #award_hed
        {
            color:White;
            }
        
        #award_content
        {
            
            opacity:1;
            z-index:99;
            }
            
            #surg_content
           {
               width:100%;
               height:100%;
           }
            
             #award_pan12
        {
           margin-bottom: 1%;
           box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.5);
           background: rgba(98, 140, 140, 0.14);
            
        }
        
               #award_pan12 img
        {
            margin: 5%;
            box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.5);
            background: rgba(255, 255, 255, 0.28);
            
        }
        
        #surg_pan12
        {
           margin-bottom: 1%;
           box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.5);
           background: rgba(255, 255, 255, 0.14)
        }
        
        #surg_pan12 img
        {
           margin: 5%;
           box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.5);
           background: rgba(255, 255, 255, 0.28);
        }

        
        #award_hed2
        {
            margin-top:4%;
            margin-bottom:3%;
            color:Black;
            font-weight:700;
            font-family:@Arial Unicode MS;
            text-align:justify;
            }
          
             
             #surg_hed2
             {
                 margin-top:4%;
            margin-bottom:3%;
            color:Navy;
            font-weight:700;
            font-family:Times New Roman;
                 }
             
             #surg_hed2 #paragraph
             {
                 color:Navy;
             }
             
             
             #awar_headnew
             {
                margin: 2%;
                background: rgba(255, 255, 255, 0.28);
             }
             
             #Gallery_main
             {
                 position: relative;
                 width:100%;
                 margin-left: 5%;
                 text-align: center;
                 }
             
            #gal_pan
            {
           margin-bottom: 1%;
           box-shadow:  4px 0px 13px rgba(21, 21, 21, 0.29); 
           background: rgba(255, 255, 255, 0.14);
                   
            }
            
            .gal_pan
            {
               margin-bottom: 1%;
               box-shadow:  4px 0px 13px rgba(21, 21, 21, 0.29); 
               background: rgba(255, 255, 255, 0.14);
                   
            }
         
            #gal_pan23
            {
                 margin-bottom: 7%;
           box-shadow:  4px 0px 13px rgba(21, 21, 21, 0.29);
                }
                
                #gal_tit
                {
                    position:relative;
                    margin-top: 2%;
                    margin-bottom: 2%;
                    color:Navy; 
                    text-align:center;
                    font-size:large;    
                }
                 #gal_tit1
                {
                    position:relative;
                    margin-top: 2%;
                    margin-bottom: 2%;
                    color:Maroon;
                    text-align:center;
                    font-size:medium;    
                }
                #gal_card1
                {
                    position:relative;
                    margin-top:15%;
                    margin-left:80%;
                    box-shadow: 4px 0px 10px rgba(0,0,0,.5); 
                }
                
                #phaco_main
                {
                       position: relative;
                       width: 100%;
                       background-image:url('../images/backorg.png'); 
                       background-repeat:no-repeat;
                       background-size:100% 100%;
                       /*margin-bottom: 2%;*/
                       text-align: center;
                       padding-bottom: 5%;
                       color: Navy;
                       padding-top:40px;
                       background-attachment:fixed;
                    }
                    
                   #phaco_main .phaco_overlay
                   {
                        left: 0;
	                    width: 100%;
	                    height: 100%;
	                    position: absolute;
	                    overflow: hidden;
	                    /*background: rgba(0, 0, 0, 0.45);*/
	                    text-align:center;
                       }
                    
                  #phaco_main  #phaco_title
                  {
                      margin-top: 2%;
                      margin-bottom: 2%;
                      z-index:1;
                      
                      }
                      
                  #newsevent_main
                  {
                       position: relative;
                       width: 100%;
                       background-image:url('../images/backorg.png'); 
                       background-repeat:no-repeat;
                       background-size:100% 100%;
                       /*margin-bottom: 2%;*/
                       text-align: center;
                       padding-bottom: 5%;
                       color: Navy; 
                       font-weight:700;
background-attachment:fixed;
                       padding-top:40px;
                      }
                      
                      #newsevent_main .newsevent_overlay
                   {
                       left: 0;
	                    width: 100%;
	                    height: 100%;
	                    position: absolute;
	                    overflow: hidden;
	                    /*background: rgba(0, 0, 0, 0.45);*/
	                    text-align:center;
                       }
                    
                  #newsevent_main  #newsevent_title
                  {
                      margin-top: 2%;
                      margin-bottom: 1%;
                      z-index:1;
                      
                      }
                      #four-boximg
                      {
   
                           box-shadow:  4px 0px 13px rgba(21, 21, 21, 0.29); 
           background: rgba(255, 255, 255, 0.14); 
                      }
                      
                       @media screen and (max-width: 991px) 
                       {
                       	                       	
                       #forbox_top{
                       		 float: none;
							display: inline-block;
							width: 100%;
							}
                       }
                      #forbox_top
                      {
                          position:relative;
                          padding: 2% 4%;
                          background-color: #fff; 
                          margin: auto 3%;
                      }
                   #contact_main
                   {
                       position: relative;
                       width: 100%;
                       background-image:url('../images/cont.png'); 
                       background-repeat:no-repeat;
                       background-size:100% 100%;
                       /*margin-bottom: 2%;*/
                       text-align: center;
                       padding-bottom: 5%;
                       color: black;
 
                       padding-top:40px;
                   }
                   
                    #contact_main .phaco_overlay
                   {
                       left: 0;
	                    width: 100%;
	                    height: 100%;
	                    position: absolute;
	                    overflow: hidden;
	                    /*background: rgba(0, 0, 0, 0.45);*/
	                    text-align:center;
                       }
                    
                   
                   #contact_main #contact_title
                   {
                        margin-top: 2%;
                      margin-bottom: 2%;
                      z-index:1;
                   }
                   
                     
            #contact_card
            {
           margin-bottom: 1%;
           box-shadow:  4px 0px 13px rgba(21, 21, 21, 0.29); 
           background: rgba(255, 255, 255, 0.14);         
            }
            
             #contact_left
            {
           margin-top: 2%;
           margin-right: 2%;
           margin-left: 2%;
           margin-bottom: 10%; 
           box-shadow:  4px 0px 13px rgba(21, 21, 21, 0.29); 
           background: rgba(255, 255, 255, 0.14);
           text-align:justify;    
           padding-top:5%;
           font-family:David;
           font-weight:800; 
           font-size:large   
            }
           
            #contact_right
            {
               margin-top: 5%;
            }
           #about_main
                {
                        position: relative;
                       width: 100%;
                       background-image:url('../images/backorg.png'); 
                       background-repeat:no-repeat;
                       background-size:100% 100%;
                       /*margin-bottom: 2%;*/
                       text-align: center;
                       padding-bottom: 5%;
                       color: Navy; 
                       font-weight:700;
                       padding-top:50px;
                       background-attachment:fixed;  
                      
                    }
                    
                   #about_main .phaco_overlay
                   {
                       left: 0;
	                    width: 100%;
	                    height: 100%;
	                    position: absolute;
	                    overflow: hidden;
	                   /* background: rgba(0, 0, 0, 0.45);*/
	                    text-align:center;
                       }
                    
                  #about_main  #about_title
                  {
                      margin-top: 2%;
                      margin-bottom: 2%;
                      z-index:1;
                      
                      } 
                      
                       #galdesc_main
                {
                        position: relative;
                       width: 100%;
                       background-image:url('../images/galdes.png'); 
                       background-repeat:no-repeat;
                       background-size:100% 100%;
                       /*margin-bottom: 2%;*/
                       text-align: center;
                       padding-bottom: 5%;
                       color: White;
                       padding-top:40px;
                    }
                    
                   #galdesc_main .phaco_overlay
                   {
                       left: 0;
	                    width: 100%;
	                    height: 100%;
	                    position: absolute;
	                    overflow: hidden;
	                    background: rgba(0, 0, 0, 0.45);
	                    text-align:center;
                       }
                    
                  #galdesc_main  #galdesc_title
                  {
                      margin-top: 2%;
                      margin-bottom: 2%;
                      z-index:1;
                      
                      } 
                      
                      #vision_main
                {
                        position: relative;
                       width: 100%;
                       background-image:url('../images/galdes.png'); 
                       background-repeat:no-repeat;
                       background-size:100% 100%;
                       /*margin-bottom: 2%;*/
                       text-align: center;
                       padding-bottom: 5%;
                      color: Navy; 
                       font-weight:700;
                       padding-top:50px;
                    }
                    
                   #vision_main .phaco_overlay
                   {
                       left: 0;
	                    width: 100%;
	                    height: 100%;
	                    position: absolute;
	                    overflow: hidden;
	                    /*background: rgba(0, 0, 0, 0.45);*/
	                    text-align:center;
                       }
                    
                  #vision_main  #vision_title
                  {
                      margin-top: 2%;
                      margin-bottom: 2%;
                      z-index:1;
                      
                      } 
                      
                      #slider_menu{
                          padding-top: 4%;
                          background-image: url('../images/hb3.png');
                          height:100%; /* You must set a specified height */
                          background-position: center; /* Center the image */
                          background-repeat: no-repeat; /* Do not repeat the image */
                          background-size: cover; 
                          /*background-attachment: fixed;*/
                          background-shadow:4px 0px 13px rgba(21, 21, 21, 0.29); 
                        }
                        
                        
                        #slider_menu .overlay{
                            top: 0;
                        	left: 0;
                        	width: 100%;
                        	height: 100%;
                        	position: relative;
                        	overflow: visible;
                        	background: rgba(0, 0, 0, .55);
                        	z-index:0;
                        }
                        #slider
                        {
                            width:100%;
                        }
                        #myCarousel {
	z-index:2;
}

#myCarousel .overlay{
    top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	background: rgba(0, 0, 0,.75);
	z-index:1;
}

#footer_main
{
    position: relative;
    width:100%;
    background-color: Black;
    color: #ffb300;
    padding-top: 2%;
    font-family: Serif;
    }
    
    #footer_bottom
    {
        text-align: center;
        border-bottom: 1px solid #fff;
        text-align:justify;
        }
        
        
         #footer_bottom i
    {
        color:  #deecff;
        }
        
       #footer_bottom #bottom_content
       {
           text-align: center;
           padding-bottom:28px;
           }
        
   #footer_bottom .bottom_title
   {
       margin-top:2%;
       font-size: 16px;
       
       }
      #footer_bottom .bottom_icon
      {
          margin-top:5%;
          }
          .card
          {
              position: relative;
              width:100%;
              margin-top:4%;    
               margin-bottom: 4%;
               padding-left: 1%;
               padding-right: 1%;
    box-shadow:5px 4px 20px 5px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#upload_grid{
    margin-bottom: 2%;
}
          
          #class_det12{
    background: linear-gradient(to bottom, #1db69f 0%, #3498db 100%);
    box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color:White;
    margin-left:2%;
    margin-right:5%;
}

  #post_pan
        {
            margin-bottom:2%;
            margin-top:2%;
           box-shadow: 4px 0px 10px rgba(0,0,0,.5);
background: rgba(211, 225, 225, 0.11);
        }
        
  
        
        #post_content
        {
            
            opacity:1;
            z-index:99;
            }
            
            #post_img
          {
              margin-top:3%;
          }
          
           #post1_pan
        {
            margin-bottom:2%;
            margin-top:2%;
           box-shadow: 4px 0px 10px rgba(0,0,0,.5);
background: rgba(211, 225, 225, 0.11);
        }
        
  
        
        #post1_content
        {
            
            opacity:1;
            z-index:99;
            }
            
            #post1_img
          {
              margin-top:3%;
          }
            #post2_pan
        {
            margin-bottom:2%;
            margin-top:2%;
           box-shadow: 4px 0px 10px rgba(0,0,0,.5);
background: rgba(211, 225, 225, 0.11);
        }
        
  
        
        #post2_content
        {
            
            opacity:1;
            z-index:99;
            }
            
            #post2_img
          {
              margin-top:3%;
          }
            #post3_pan
        {
            margin-bottom:2%;
            margin-top:2%;
           box-shadow: 4px 0px 10px rgba(0,0,0,.5);
background: rgba(211, 225, 225, 0.11);
        }
        
  
        
        #post3_content
        {
            
            opacity:1;
            z-index:99;
            }
            
            #post3_img
          {
              margin-top:3%;
          }
          
           #post4_pan
        {
            margin-bottom:2%;
            margin-top:2%;
           box-shadow: 4px 0px 10px rgba(0,0,0,.5);
background: rgba(211, 225, 225, 0.11);
        }
        
  
        
        #post4_content
        {
            
            opacity:1;
            z-index:99;
            }
            
            #post4_img
          {
              margin-top:3%;
          }
          
             #post5_pan
        {
            margin-bottom:2%;
            margin-top:2%;
           box-shadow: 4px 0px 10px rgba(0,0,0,.5);
background: rgba(211, 225, 225, 0.11);
        }
        
  
        
        #post5_content
        {
            
            opacity:1;
            z-index:99;
            }
            
            #post5_img
          {
              margin-top:3%;
          }
          
              #post6_pan
        {
            margin-bottom:2%;
            margin-top:2%;
           box-shadow: 4px 0px 10px rgba(0,0,0,.5);
background: rgba(211, 225, 225, 0.11);
        }
        
  
        
        #post6_content
        {
            
            opacity:1;
            z-index:99;
            }
            
            #post6_img
          {
              margin-top:3%;
          }
          
          
              #post7_pan
        {
            margin-bottom:2%;
            margin-top:2%;
           box-shadow: 4px 0px 10px rgba(0,0,0,.5);
background: rgba(211, 225, 225, 0.11);
        }
        
  
        
        #post7_content
        {
            
            opacity:1;
            z-index:99;
            }
            
            #post7_img
          {
              margin-top:3%;
          }
          
             #post8_pan
        {
            margin-bottom:2%;
            margin-top:2%;
           box-shadow: 4px 0px 10px rgba(0,0,0,.5);
background: rgba(211, 225, 225, 0.11);
        }
        
  
        
        #post8_content
        {
            
            opacity:1;
            z-index:99;
            }
            
            #post8_img
          {
              margin-top:3%;
          }
          
            #post9_pan
        {
            margin-bottom:2%;
            margin-top:2%;
           box-shadow: 4px 0px 10px rgba(0,0,0,.5);
background: rgba(211, 225, 225, 0.11);
        }
        
  
        
        #post9_content
        {
            
            opacity:1;
            z-index:99;
            }
            
            #post9_img
          {
              margin-top:3%;
          }
          
          /*login footer*/
          footer{
	position: fixed;
	bottom: 0;
}

@media (max-height:800px){
	footer { position: static; }
	header { padding-top:40px; }
}


.footer-distributed{
	background-color: #2c292f;
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;
	padding: 50px 50px 60px 50px;
	margin-top: 80px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
	width: 30%;
}

.footer-distributed h3{
	color:  #ffffff;
	font: normal 36px 'Cookie', cursive;
	margin: 0;
}

/* The company logo */

.footer-distributed .footer-left img{
	width: 30%;
}

.footer-distributed h3 span{
	color:  #e0ac1c;
}

/* Footer links */

.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-company-name{
	color:  #8f9296;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
	width: 35%;
}


.footer-distributed .footer-center i{
	background-color:  #33383b;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
	margin:0;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer-distributed .footer-center p a{
	color:  #e0ac1c;
	text-decoration: none;
}


/* Footer Right */

.footer-distributed .footer-right{
	width: 30%;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-distributed .footer-icons{
	margin-top: 25px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #33383b;
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}

/* Here is the code for Responsive Footer */
/* You can remove below code if you don't want Footer to be responsive */


@media (max-width: 880px) {

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}

}
          
          /*login footer*/
          
          /*new slider*/


          /*new slider*/