.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
}
.owl-dots button.owl-dot {
 width: 40px;
    height: 6px;
    border-radius: 5px;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;

}
.owl-dots button.owl-dot.active {
  background-color: #005ba9;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}
 
.owl-nav button:focus {
    outline: none;
}

.white-text{color:#fff;}

.count-bg{    background: #004a89;
    padding: 30px;border-radius: 10px;}
	
	.bdr-t{border-top:1px solid #dbd9d9;}
	
	.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #aed6f9;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

.fs-20{font-size: 20px;font-weight: 600;}

.g-5, .gy-5 {
    --bs-gutter-y: 2rem;
}

.btn-03{background-color: #ff6a00;
    border: 0;
    border-radius: 50px;
    padding: 6px 19px 8px;
}
.btn-03:hover{background-color: #005ba9;
    border: 0;
    border-radius: 50px;
    padding: 6px 19px 8px;
	color:#fff;
}

	
	.img-wrapper {  
   
  overflow: hidden; 
}

.inner-img {
  transition: 0.3s;
}

.inner-img:hover {
  transform: scale(1.1);
}

/* Other styling elements, that are not necessary for the example */

.img-wrapper {
  
  box-sizing: border-box;
}

.fs-50{font-size: 50px;}

.img-bdr-1{background: #002c5245;
    padding: 15px 0px;
    border-radius: 50%;}
	
	
	.login-bg{background-image: url("../images/bg1.jpeg");
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	
	}
	
	
	.s-soft{ 
 position: fixed;
 top: 40% ;
 left: 10;
 z-index: 1000; transition:all linear 0.2s ;
}
.s-soft a:first-child{ border-radius: 0 5px 0 0;
}
.s-soft a:last-child{ 
  border-radius: 0 0 5px 0;
}
.s-item { 
  display: block;
    width: 40px;
    height: 40px;
    color: white;
    font-size: 18px;
    line-height: 42px;
    text-align: center;
    transition: all linear 0.2s;}
.s-item:hover { 
  width:110px;
  border-radius:0px 20px 20px 0px;  
}
#so-open { 
  position: fixed;
  top: 100px ;
  left: -90px;
  border-radius:0 30px 30px 0;
transition:all linear 0.2s ;
}
.facebook {background-color:  #3b5999;}
.twitter {background-color: #000000;}
.print {background-color: #de3c7d;}
.pinterest{background-color: #BD081C;}
.linkedin{background-color: #0e76a8 ;}
.instagram{background-color:  #c32aa3;}
.so-collapse{left: -60px; }

	
	