/* Add here all your CSS customizations */
h6{
    font-size:1em;
}

.testimonial-author div {
    padding: 0 70px;
    height:50px;
}

.numberCircle {
    border-radius: 50%;
    width: 162px;
    height: 162px;
    padding-top: 50px;
    padding-left: 5px;
    padding-right: 5px;
    
    background: #144196;
    border: 2px solid #ccc;
    color: #FFF;
    text-align: center;

   
}
.top-bg{
    /*  background-color: rgba(20,65,150,.5);*/

    margin-top: 120px;
    padding:10px;
}
.tp-caption{
      font-size: 3.8em;
    color:#fff !important;
    text-transform: uppercase;
    
  /*  text-shadow: -1px 1px 0 #fff,1px 1px 0 #fff,1px -1px 0 #fff,-1px -1px 0 #fff;*/
}
 
.sb{
  
}
.p-2{
   padding:0px !important;
}

.photo{ 
    height:250px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

}

.top-bg1{
    /*background-color: rgba(20,65,150,.5);
    padding:20px;*/
}



@media (max-width: 1024px) {
    .top-bg1{
        background-color: rgba(20,65,150,.5);
        padding:10px;
        font-size: 20px;
    }

    .photo{ 
        height:140px;
        background-size: cover;
    }
    .top-bg{ 

        margin-top: 30px;
        padding:10px;
    }
}
    @media (max-width: 767px) {
        .sb{
            font-size: 0.9em;
        }
        .top-bg1{
            background-color: rgba(20,65,150,.5);
            padding:10px;
            font-size: 20px;
        }

        .photo{ 
            height:120px;
            background-size: cover;
             background-position: center;
        }
        .top-bg{ 
            margin-top: -10px;
            padding:10px;
        }
    }
  @media (max-width: 500px) {
      .header-logo-sticky{
          display:none;
      }
      .tp-caption{
          font-size:22px !important;
      }
      .text-6{
          font-size:20px !important;
      }
  }
  
  
  
  .nav-link{
      color: #333 !important;
      
    font-weight: bold !important;
    padding: 20px 15px 18px !important;
    transition: .2s ease;
    font-size: 14px;
      
  }
 
.border1 {
  border: 1px solid #ddd;
  border-radius: 4px;
 
}

.border1:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}
 /*
.hover-effect-2 {
	opacity: 1;
	-webkit-transition: ease opacity 300ms;
	transition: ease opacity 300ms;
}

.hover-effect-2:hover {
	opacity: 0.8;
}
*/

.title-over-image a{
    color:#000 !important;
}
.title-over-image:hover{
    color:#ccc;
}



.products h3{
    color:#000 !important;
    text-transform: none;
}
.products {
    color:#000 !important;
    text-transform: none;
}