
.bg-dark-personal {
  background-color: rgba(34,34,34,0.95) !important;
}

.after-to-de-midle {
	text-align: center;
}

@media(max-width:991px) {
	.after-to-de-midle {
		width: 100%;
	}
}
/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
body {
	background-color:rgb(248,248,248);
	padding-top:76px;
}

.section-header {
  text-align: center;
  padding: 30px 0;
  position: relative; 
}

.services {
	padding: 80px 0;
	overflow: hidden;
}

.section-offerts h2 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #001973;
  position: relative;
  z-index: 2;
  margin-top:32px;
}

.section-offerts h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background: #001973;
  left: 55px;
  bottom: -5px;
  margin: auto;
}

.section-offerts span {
  position: absolute;
  top: 16px;
  left: -10px;
  color: rgba(14, 29, 52, 0.06);
  z-index: 1;
  font-weight: 700;
  font-size: 36px;
  text-transform: uppercase;
  line-height: 0;
}



.section-header h2 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #001973;
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-header h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 70px;
  height: 4px;
  background: #001973;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.section-header span {
  position: absolute;
  top: 46px;
  color: rgba(14, 29, 52, 0.06);
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 56px;
  text-transform: uppercase;
  line-height: 0;
}

.section-header p {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 640px) {
  .section-header h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .section-header span {
    font-size: 38px;
  }
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/

.services .card {
  border: 1px solid rgba(14, 29, 52, 0.15);
  background: #fff;
  position: relative;
  border-radius: 0;
  height: 100%;
}

.services .card .card-img {
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 0;
}

.services .card .card-img img {
  transition: 0.3s ease-in-out;
}

.services .card h3 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5px;
  padding: 10px 30px;
  text-transform: uppercase;
}

.services .card a {
  color: #001973;
  transition: 0.3;
  text-decoration: none;
}

.services .card a:hover {
  color: #0894d1;
}

.services .card p {
  padding: 0 30px;
  margin-bottom: 30px;
  color: black;
  font-size: 15px;
}

.services .card:hover .card-img img {
  transform: scale(1.1);
}


/*--------------------------------------------------------------
# Rised button
--------------------------------------------------------------*/


.btn-raised {
    transition: box-shadow .4s cubic-bezier(.25, .8, .25, 1), transform .4s cubic-bezier(.25, .8, .25, 1);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26)
}

.btn-raised:not([disabled]):active,
.btn-raised:not([disabled]):focus,
.btn-raised:not([disabled]):hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .4);
    transform: translate3d(0, -1px, 0)
}

.shadow {
    overflow: hidden;
    position: relative;
    transform: translate3d(0, 0, 0)
}

.shadow:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    pointer-events: none;
    background-image: radial-gradient(circle, #000 10%, transparent 10.01%);
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(10, 10);
    opacity: 0;
    transition: transform .5s, opacity 1.5s
}

.shadow:active:before {
    transform: scale(0, 0);
    opacity: .1;
    transition: 0s
}
.my-button,
.my-2 {
    margin-bottom: .5rem!important
}

.w-xs {
    width: 100px
}

.bg-white {
    background-color: #fff!important
}
.bg-white .fill {
    fill: #448bff
}

.red {
    background-color: #f44336;
    color: #fff
}

.red {
    background-color: #f44336;
    color: #fff
}

.indigo {
    background-color: #3f51b5;
    color: #fff
}

.purple {
    background-color: #9c27b0;
    color: #fff
}

.blue {
    background-color: blue;
    color: #fff
}

.green {
    background-color: green;
    color: #fff
}

.cyan {
    background-color: #00bcd4;
    color: #fff
}

/*--------------------------------------------------------------
# Lightbox gallery
--------------------------------------------------------------*/

a[data-fancybox] img {
  cursor: zoom-in;
}

.certf-szerkosc {
	width:200px;
	margin:10px;
}

.br-black {
	border: 1px solid rgba(0,0,0,0.2);
}
