.topbar{
	width:100%;
	height:50px;
	background-color:#00d4a4;
    padding-right: 15px;
    padding-left: 15px;
    
}

@media only screen and (max-width: 768px)  {
          #topbar{
    
   
  	width:100%;
	height:auto;
   
}
      }

.social-box{
	width:25%;
	height:auto;
	padding:2px;
}
#socialicons {
    text-align: center;
}

@media only screen and (max-width: 768px)  {
          .social-box{
    
   
  	width:100%;
	height:auto;
   
}
      }
#socialicons .icon{
    background: MAIN_COLOR;
    display: inline-block;
    color: white;
    font-size: 20px;
    width: 32px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    margin: 7px 1px 4px 8px;
	float:left;
}

@media only screen and (max-width: 768px)  {
          #socialicons .icon{
    
   text-align: center;
    font-size: 14px;
  	width: 32px;
    height: 32px;
    line-height: 20px;
    margin: 7px 10px 4px 0px;
	vertical-align: middle;
	float:left;
	padding:6px 5px 5px 3px;
}
      }

/* Make the image fully responsive */
  .carousel-inner img {
      width: 100%;
      height: 100%;
  }
  
  .scale-with-grid {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    padding: 50px;
    position: relative;
}
img {
    max-width: 100%;
    height: auto;
}
img {
    vertical-align: middle;
}
img {
    border: 0;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.services-details {
    padding-top: 40px;
    transition: all 0.5s ease 0s;
}
.area-padding {
    padding: 0px 0px 0px;
	}
	
	.services-icon {
    color: #444;
    display: block;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 20px;
	
	}
	.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}
.panel-default {
    border-color: #ddd;
}
panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.partner {
    padding-top: 10px;
    transition: all 0.5s ease 0s;
	border:1px solid #f1f1f1;
	padding-left:10px;
	 margin-top: 25px;
	 height:790px;
	 padding-right: 10px;
	 text-align:justify;
}


@media (max-width:767px) {
    .partner {
       float:left;
    }
	}
.partner img{
	width:100%;
	height:auto;
}
	
	.partner-icon {
    color: #444;
    display: block;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 20px;
	padding-left:100px;

	
	}
	@media (max-width:767px) {
    .partner-icon {
        padding-left:33.33%;
    }
	}

.left_bar{
	width:100%;
	height:965px;
	float:left;
	padding-bottom:25px;
	margin-top:0px;
	border:1px solid #00d4a4;

	
}

.adsense{
	width: 728px !important;
	height:90px !important;
	float:right;
	margin-top:2px;
	margin-left:10px;
}
@media only screen and (max-width: 768px)  {
          .adsense{ width:100%;
	height:auto;
	}  
      }
	  
	  
	  .adsense2{
	width: 970px;
	height:90px;
	float:left;
	margin-top:2px;
margin-bottom:5px;
}
@media only screen and (max-width: 768px)  {
          .adsense2{ width:100%;
	height:auto;
	margin:1px;
	}  
      }
	  
	  
	  .adsense3{
	width: 300px;
	height:200px;
	float:right;
	margin-top:20px;
	margin-left:0px;
	vertical-align: baseline;
}
@media only screen and (max-width: 768px)  {
          .adsense3{ width:100%;
	height:auto;
	margin:1px;
	}  
      }
	  
	  
	  .left-ads{
	width: 300px;
	height:200px;
	float:right;
	margin-top:22px;
	margin-left:0px;
	vertical-align: baseline;
}
@media only screen and (max-width: 768px)  {
          .left-ads{ width:100%;
	height:auto;
	margin:1px;
	}  
      }
	  
	  
@media only screen and (max-width:768px) {
  .left_bar {
	width:100%;
	height:auto;
	float:right;
	background: #fff;
	padding-left:0px;
	padding-bottom:25px;
	
	
}
}
.online-news-box{
	width:100%;
	height:auto;
}

.online-news{
	width:100%;
	height:30px;
	color:#fff;
	background-color:#00d4a4;
	text-align:center;
	font-size:16px;
	padding:5px;
}
.news{
	width:100%;
	color:fff;
	text-align:left;
	font-size:16px;
	padding:5px;
	height:auto;
	background-color:#fff;
}



.news ul li a{
	font-size: 14.1px;
	color: #000;
	display: block;
	border-bottom: 1px dotted #fff;
	margin-bottom:4px;
	text-decoration:none;
	
}

.news ul li a:hover {
	font-size: 14.1px;
	color: #000;
	display: block;
	border-bottom: 1px solid #fff;
	margin-bottom:4px;
	transition: all linear .2s;
	text-decoration:none;
}


.news_scroll {
    box-shadow: inset 0 -15px 15px rgba(0,0,0,0.4), 0 5px 5px rgba(0,0,0,0.5);
       width: 100%;
    margin-top: 35px;
	margin-bottom: 15px;
    overflow: hidden;
    border-radius: 1px;
    padding: 1px;
    -webkit-user-select: none;
	background:#ff850a;
}


@media only screen and (max-width: 768px)  {
          .news_scroll {
    width: 100%;
	
}
      }

 .blog{
        width:100%;
        height:193px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        margin-top:10px;
        margin-bottom:10px;
    }
      @media only screen and (max-width: 768px)  {
          .blog{
        width:100%;
        height:auto;
        background-color:#fff;
          height:470px;
        
    }
      }
    
    .blog:hover
{
    box-shadow: 0px 0px 5px #000000;
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
}
    
    
    .blog-pic{
        
        width:50%;
        height:auto;
        float:left;
       
    }
    
     @media only screen and (max-width: 768px)  {
          .blog-pic{
        
        width:100%;
        height:auto;
        
    }
      }
    
    .blog-pic img{
        width:100%;
        height:193px;
    }
    
    @media only screen and (max-width: 768px)  {
          .blog-pic img{
        width:100%;
        height:auto;
    }
      }
    .blog-text-box{
        
        width:50%;
        height:auto;
        float:right;
         background-color:green;
         padding:10px;
    }
    
    .blog-title{
        width:100%;
        height:auto;
        padding:5px;
        text-align:center;
    }
    
    
    
    .blog-text{
        width:50%;
        height:auto;
         padding:5px 10px;
        text-align:justify;
        float:right;
        color:#000;
    }
    
    
    
@media only screen and (max-width: 768px)  {
       .blog-text{
        width:100%;
        height:auto;
        
    }
    
      }
    .categorybutton{
	padding:5px;
	background-color:#00d4a4;
	width:25%;
	float:left;
	margin-top:5px;
	color:#fff;
	font-size:12px;
	text-align:center;
	
}

 @media only screen and (max-width: 768px)  {
           .categorybutton{

	width:100%;

	
}
      }
.categorybutton a{
text-decoration:none;
color:#fff;
}


.timebutton{
	padding:5px;
	width:25%;
	float:right;
	margin-top:5px;
	color:#000;
	text-align:center;
		font-size:12px;
	
}

@media only screen and (max-width: 768px)  {
       .timebutton{
	
	width:100%;

	
}
      }

.timebutton a{
text-decoration:none;
color:#fff;
}



.news_scroll span {
    float: left;
    color: #fff;
    padding: 9px;
    position: relative;
    top: 1%;
    box-shadow: inset 0 -15px 15px rgba(0,0,0,0.4);
    -webkit-font-smoothing: antialiased;
    -webkit-user-select: none;
    cursor: pointer;
	font-family: 'AdorshoLipi', Arial, sans-serif !important;
}

.history-pic{
	width:280px;
	height:150px;
	margin-bottom:5px;
}

@media only screen and (max-width: 768px)  {
          .history-pic{
	width:100%;
	height:auto;
	
}
      }

.history-pic img{
	width:280px;
	height:150px;
}

@media only screen and (max-width: 768px)  {
          .history-pic img{
	width:100%;
	height:auto;
	
}
      }
.history-tilte{
	width:285px;
	height:25px;
	float:left;
	margin-bottom:10px;
	margin-top:10px;
	text-align:center;

}

@media only screen and (max-width: 768px)  {
          .history-tilte{
	width:95%;
	height:auto;
}
      }
	  
	  

.history-text{
	width:280px;
	height:105px;
	float:left;
	margin-bottom:5px;
	text-align:justify;
	padding:5px;
	font-size:15px;

}

@media only screen and (max-width: 768px)  {
          .history-text{
	width:95%;
	height:auto;
}
      }
	  

.mbutton{
	padding:8px;
	background-color:#0097db;
	border-radius:4px;
	width:auto;
	float:right;
margin-left:35px;
margin-top:15px;
color:#fff;	
font-weight:500;
}

.mdbutton:hover{
	background-color:#0097dc;
	padding:8px;
	color:#000;
	
}

.mbutton a{
text-decoration:none;
color:#fff;
}

.partner-area{
	width:100%;
	height:auto;
	background-color:#fff;
	
}
.testimonial-box{
	width:100%;
	height:auto;
	background-color:#00d4a4;
	color:#fff;
	text-align: justify;
}

@media only screen and (max-width: 768px)  {
         .testimonial-box{
	width:100%;
	height:auto;
	background-color:#00d4a4;
	color:#fff;
	text-align: justify;
}
      }
      
      
      @media only screen and (max-width: 768px)  {
         .carousel-caption{
display:none !important;
}
      }





.carousel .img-box {
	width: 150px;
	height: 150px;
	margin: 0 auto;
	border-radius: 50%;
}
.carousel .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}
.carousel .testimonial {	
	padding: 30px 0 10px;
}
.carousel .overview {	
	text-align: center;
	padding-bottom: 5px;
}
.carousel .overview b {
	color: #333;
	font-size: 15px;
	text-transform: uppercase;
	display: block;	
	padding-bottom: 5px;
}
.carousel .star-rating i {
	font-size: 18px;
	color: #ffdc12;
}






.app-box{
	width:100%;
	height:auto;
	background-color:#fafafa;
	margin-top:20px;
	margin-bottom:20px;
	color: #222;
}

.app-box-photo{
	width:100%;
	height:auto;
}

.package{
	width:100%;
	height:auto;
	color:#fff;
	margin-top:20px;
	padding-bottom:25px;
	margin-bottom:20px;
	
}

.package-box{
	width:100%;
	height:510px;
	background-color:#fff;
	margin:10px;
	border-radius:5px;
	padding:25px 10px;
	padding-bottom:15px;
	float:left;
	color:#222;
}


.package-box-button{
	width:52%;
	height:auto;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:10px;
	background-color:#0097db;
	border-radius:50px;
	margin-left:62px;
	color:#fff;
	font-size:17px;
	font-weight:500;
}

.package-box-button:hover{
	
	box-shadow: 5px 10px 18px #888888;
	
	transition: transform 1s;
	
}


.package-box-button a{
	text-decoration:none;
	color:#fff;
}



.package-box-button2{
	width:70%;
	height:auto;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:10px;
	background-color:#0097db;
	border-radius:50px;
	margin-left:46px;
	color:#fff;
	font-size:17px;
	font-weight:500;
}

.package-box-button2:hover{
	
	box-shadow: 5px 10px 18px #888888;
	
	transition: transform 1s;
	
}


.package-box-button2 a{
	text-decoration:none;
	color:#fff;
}




@media (max-width:767px) {
    .package-box{
	width:100%;
	height:auto;
	margin-top:10px;
	margin-left:0px;
	margin-right:0px;
	
	float:left;
}
	}
	
	.package2{
	width:100%;
	height:auto;
	background-color:#fff;
	color:#fff;
	margin-top:20px;
	padding-bottom:25px;
	margin-bottom:20px;
}

 .Jonoprotinidhi{
	width:100% ;
    height: 250px;
    margin-top:2px;
	margin-bottom:2px;
	overflow:hidden;
	padding:5px;
	background-color:#fff;
	float:left;
	margin-left:22px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius:5px;
	text-align:center;
	
}

.Jonoprotinidhi:hover
{
    box-shadow: 0px 0px 50px #000000;
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.5);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.5);
    transition: all 200ms ease-in;
    transform: scale(1.1);
}


@media only screen and (max-width: 768px)  {
          .Jonoprotinidhi{
	width: 100%;
    height: auto;
	margin-left:0px;
}
      }
	  
	  
	  @media only screen and (max-width: 768px)  {
          .Jonoprotinidhi:hover
{
    box-shadow: 0px 0px 50px #000000;
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
}
	
}
      
	  
	  
	  
	  
	  
.Jonoprotinidhi_pic{
	width:100% ;
    height: 180px;
	padding:2px;
	background-color:#fff;
	
}
@media only screen and (max-width: 768px)  {
          .Jonoprotinidhi_pic{
	width: 100%;
    height: auto;
	
}
      }
      
      .Jonoprotinidhi_pic img{
	width:100% ;
    height: 180px;
	

	
}

@media only screen and (max-width: 768px)  {
          .Jonoprotinidhi_pic img{
	width:100% ;
    height:auto;
	

	
}
      }
.Jonoprotinidhi_title{
	width:100% ;
    height: 25px;
    margin-top:5px;
	margin-bottom:2px;
	overflow:hidden;
	background-color:#fff;
	float:left;
	font-size:16px;
	font-weight:400;
	
}

@media only screen and (max-width: 768px)  {
          .Jonoprotinidhi_title{
	width: 100%;
    height: auto;
	
}
      }

h2::after {
	content: "";
	width: 100px;
	position: absolute;
	margin: 0 auto;
	height: 4px;
	border-radius: 1px;
	background: #1c47e3;
	left: 0;
	right: 0;
	bottom: -22px;
}


.photo-gallery{
    width:100%;
    height:325px;
    padding:5px;
     margin-top:30px;
}

@media only screen and (max-width: 768px) {
  .photo-gallery{
    width:100%;
    height:auto;
    
}
}
.video-gallery{
    width:100%;
    height:auto;
   
    padding:10px;
    margin-top:30px;
}


 .videobox{
	      width:245px;
	      height:150px;
	      margin-left:15px;
	       margin-bottom:10px;
	      float:left;
	  }
	  
	  .videobox iframe{
	       width:255px;
	      height:150px;
	  }
	  @media only screen and (max-width: 768px)  {
          .videobox{
	      width:100%;
	      height:auto;
	  }
      }
      @media only screen and (max-width: 768px)  {
          .videobox iframe{
	      width:100%;
	      height:auto;
	  }
      }
      
      
	  .video-gallery2{
	width: 1200px;
	height: 600px;
	background-color:red;
	float:right;
	margin-left:5px;
}

@media only screen and (max-width: 768px)  {
          .video-gallery2{
	width: 100%;
    height: auto;
	
}
      }
	  
	  

.footer-distributed{
	background-color: #222;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font-size:18px;

	padding: 55px 50px;
	margin-top: 1px;
	
}

.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%;
	
}

/* The company logo */

.footer-distributed h3{
	color:  #ffffff;
	font: normal 36px 'Cookie', cursive;
	margin: 0;
}

.footer-distributed h3 span{
	color:  #5383d3;
}

/* Footer links */

.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
	padding: 0;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-company-name{
	color:  #fff;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
	width: 18%;
}

.footer-distributed .footer-center i{
	background-color:  #33383b;
	color: #ffffff;
	font-size: 25px;
	
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 30px;
	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:  #5383d3;
	text-decoration: none;;
}


/* Footer Right */

.footer-distributed .footer-right{
	width: 25%;
	margin-left:20px;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #fff;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 14px;
	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;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {

	.footer-distributed{
		font: bold 14px sans-serif;
	}

	.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;
	}

}

.sitemap li{
	list-style-type:none;
	padding-bottom:2px;
	padding-top:2px;
	font-size:14px;
}
.sitemap li a{
	color:#fff !important;
	text-decoration:none;
	
}
