body {
  font-family: 'Outfit', sans-serif;
}
nav
    {
    	position: -webkit-sticky;
  position: sticky;
  top: 0;
    }
     .navbar {
      transition: background-color 0.3s ease-in-out;
    }

    .bg-transparent-scroll {
      background-color: white; !important;
    }

#icons a
{
  padding:10px;
	background-color: #4F86F9;
	color: white;
	

}
#fs 
{
	font-size: 30px;
}
#le a 
{
	float: right;
}
.image-container {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.num
{
	color: white;
	font-size: 20px;
	font-weight: bold;
}

#flex-bottom
{
  flex-direction: column;
    justify-content: space-between; /* Push content to top and button to bottom */
    height: 100%;
  
}
#btn-down
{
   margin-top: auto;
}



.image {
  display: block;
  width: 100%;
  height: auto;
}

#more-blog-btn
{
  
 text-align: center;
  margin-top: 50px;
}

#more-blog-btn button
{
  background: #F64660;
   border: none;
  outline: none;
  border-radius: 6px;
  color: white;
  padding: 12px 42px;
 

  
}
#more-blog-btn a 
{
  text-decoration: none;
  color: white;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #008CBA;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.container:hover .overlay {
  height: 100%;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}


img {
  max-width: 100%;
  height:auto;
 
  transition: transform 0.3s ease;
}


.hover-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.image-container:hover img {
  transform: scale(1.1);
}

.image-container:hover .hover-content {
  transform: translateY(0);
  opacity: 1;
}
 .count {
      font-size: 36px;
      font-weight: bold;
      color: #007BFF;
    }
    .card
    {
    	padding: 10px;
      height: 330px;
      width: 400px;
    }

    #sec1-1
    {
    	background-color: #4F86F9;
    	transition: 0.3s;
    	color: white;
    }
    #sec1-2:hover 
    {
    	background-color: #4F86F9;
    	transition: 0.3s;
    	color: white;
    }
    #logo
    {
    	height: 35px;
    	
    }
     .icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}
.bgimg-2
{
  position: relative;
 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bgimg-2 {
  background-image:linear-gradient(rgba(4,9,30,0.9),rgba(4,9,30,0.9)), url("images/1.jpg");
  min-height: 300px;
}
.stik 
{
  position: sticky;
  background-color: #f5f5f5;
  padding: 10px;
  text-align: center;
  justify-content: center;
  width: 100%;
  position: sticky;
  position: fixed;
  bottom: 0;
  
   
}
.stik h1
{
  font-size: 15px;
}
#logo
{
  font-size: 10px;
}

#carousel-caption h5
{
  font-size: 30px;
  margin-top: -33%;
  
}
#sm
{
  font-size: 15px;
}
#sm-1
{
  font-size: 13px;
}
#sm-3
{
  margin-left: 5%;
}
#ab h1
{
  font-size: 20px;
}
#ab-1 
{
  margin-top: 5%;

}
#ab-2 h1
{
  font-size: 25px;
  text-align: left;
  margin-bottom: 20px;
}


@media screen and (max-width: 600px) {
  
  #none
  {
  	display: none;
  }
  nav
  {
  	position: fixed;
  }
  #logo
  {
  	margin-left: -14px;
  	font-size: 15px;
  }
  #third img
  {
    height: 0px;
  }
  .cont-1
  {
    text-align: center;
  }
  .cont-1 .img-1
  {
    height: 180px;
    margin-top: 30px;

  }
  #four img 
  {
    height: 30px;
  }
  #carousel-caption h5
{
  font-size: 15px;
  margin-top: -123%;
  
}
#carousel-caption p
{
  font-size: 11px;
  
}
#carousel-caption button
{
  margin-top: 10px;
  
}

#sm
{
  font-size: 12px;
}
#sm-1{
  font-size: 8px;
}
#sm-3
{
  margin-left: -18%;
}
#ab h1
{
  font-size: 15px;
}
#ab-1 
{
  margin-top: 20%;

}
#ab-2 h1
{
  font-size: 20px;
  
}

#link a
{
  padding: 10px;
}




  .icon-bar {
  position: fixed;
  
  
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#caption h5
{
  font-size: 10px;
  margin-top: -15%;
}



.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}

.content {
  margin-left: 75px;
  font-size: 30px;
}
#fs 
{
	font-size: 20px;
}
}