* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    scroll-behavior: smooth;
}


/*Navigation borderbox */

.border-box {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #000000;
}

.border-box .border-1 {
  position: relative;
  display: block;
  float: left;
  width: 10%;
  height: 5px;
  background: #01b2ec;
}

.border-box .border-2 {
  position: relative;
  display: block;
  float: left;
  width: 15%;
  height: 5px;
  background: #0061de;
}

.border-box .border-3 {
  position: relative;
  display: block;
  float: left;
  width: 20%;
  height: 5px;
  background: #7c06c2;
}

.border-box .border-4 {
  position: relative;
  display: block;
  float: right;
  width: 10%;
  height: 5px;
  background: #d20097;
}

.border-box .border-5 {
  position: relative;
  display: block;
  float: right;
  width: 15%;
  height: 5px;
  background: #460b99;
}

.border-box .border-6 {
  position: relative;
  display: block;
  float: right;
  width: 20%;
  height: 5px;
  background: #a702b8;
}


/*NAVB*/

.navigation {
  position: absolute;
  z-index: 9999;
  width: 100%;
  background: #ffffff;
  box-sizing: border-box;
}

.brand {
  position: absolute;
  line-height: 94px;
}

.brand a img{
  height: 72px;
}

nav {
  float: right;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav ul li {
  float: left;
  position: relative;
}

nav ul li a,
nav ul li a:visited {
  text-decoration: none !important;
  display: block;
  padding: 0 20px;
  line-height: 91px;
  background: #ffffff;
  color: #000000;
  text-transform: uppercase;
}

nav ul li a:hover,
nav ul li a:visited:hover {
  background: #2581DC;
  color: #ffffff;
}


.navt ul li{
  width: 3em !important;
  box-shadow:
  0 2.8px 2.2px rgba(0, 0, 0, 0.034),
  0 6.7px 5.3px rgba(0, 0, 0, 0.048),
  0 12.5px 10px rgba(0, 0, 0, 0.06),
  0 22.3px 17.9px rgba(0, 0, 0, 0.072),
  0 41.8px 33.4px rgba(0, 0, 0, 0.086),
  0 100px 80px rgba(0, 0, 0, 0.12);
}

nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
  padding-left: 4px;
  content: ' ▾';
}

nav ul li ul li {
  min-width: 290px;
}

nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}

.nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  border-top: 4px solid #aa1937;
}

/* Mobile navigation */

.nav-mobile {
  display: none;
  position: absolute;
  top: 10px;
  right: 4px;
  background: #fafaff;;
  height: 70px;
  width: 70px;
  border-radius: 10px;
}

@media only screen and (max-width: 766px) {
  .nav-mobile {
    display: block;
  }
  
  nav {
    padding-top: 90px;
    width: 100%;
  }

  nav ul {
    display: none;
    width: 100% !important;
  } 

  .navt ul {
    width: auto !important;
  } 
  
  nav ul li {
    float: none;
    text-align: center;
  }

  nav ul li a {
    padding: 15px;
    line-height: 30px;
  }

  .nav-dropdown {
    position: static;
    border-top: none; 
  }
  nav .nav-dropdown li a::before{
    content: ' - ';
  }  
}


@media (min-width: 100px) {
  .container {
    max-width: 1200px;
}
@media screen and (min-width: 766px) {
  .nav-list {
    display: block !important;
  }
}

@media screen and (max-width: 380px) {
  .min-header .min-container{
    font-size: 12px;
  }  
}


@media screen and (max-width: 330px) {
  .min-container .anb-3{
    display: none;
  }
}

#nav-toggle {
  position: absolute;
  left: 18px;
  top: 22px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #000000;
  position: absolute;
  display: block;
  content: '';
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

#nav-toggle span:before {
  top: -10px;
}

#nav-toggle span:after {
  bottom: -10px;
}

#nav-toggle.active span {
  background-color: transparent;
}

#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}

#nav-toggle.active span:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#nav-toggle.active span:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.btn{
  position: relative;
  margin-left: 1020px;
  margin-bottom: 50px;
  color: #aa1937;
  border-color: #aa1937;
  width: 100px;
  height: 50px;
}



/*HEADER*/

.carousel-item {
  position: relative;
  margin-top: 90px;
  height: 78.4vh;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  z-index: 0;
}

.hero-shadow{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: -50;
}

.carousel-item .carousel-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  text-align: center;
  padding-top: -30px;
  margin: 5px;
}

.carousel-item .carousel-text p {
  position: relative;
  color: #ffffff;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.4em;
  animation: backInLeft 1.5s;
}

.carousel-item .carousel-text h1 {
  position: relative;
  color: #ffffff;
  font-size: 38px;
  font-weight: 700;
  text-transform: none;
  line-height: 1.0em;
  animation: fadeInLeft 1.5s;
 
}

.carousel-item .slide-content .title {
  position: relative;
  display: inline-block;
  padding: 14px 30px 14px;
  background: #ffa200;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  line-height: 1.2em;
  border-radius: 7px;
  margin-bottom: 30px;
  text-decoration: none;
  animation: shakeX 1.5s;
}

.carousel-item .slide-content .title:hover {
  background: #e49101;
}


.carousel-indicators li {
  width: 60px;
  height: 30px;
  margin-bottom: -10px;
}


.carousel-img-one {
  background-image: url('../img/main-carousel-1-hq.jpg');
}

.carousel-img-two {
  background-image: url('../img/main-carousel-2.jpg');
}

.carousel-img-three {
  background-image: url('../img/main-carousel-3.jpg');
}

@media (min-width:1400px) {
  .carousel-item {
    height: 70vh;
  }

  .carousel-item .slide-content .title {
    font-size: 15px;
    padding: 17px 38px 17px;
    margin-bottom: none;
  }

  .carousel-indicators li {
    width: 80px;
    height: 40px;
  }

  .carousel-item .carousel-text h1 {
   font-size: 60px;
  }

  .carousel-item .carousel-text p {
    font-size: 30px;
  }
   .carousel-item .carousel-text h1 {
    font-size: 60px;
   }

  .carousel-img-one {
      background-image: url('../img/main-carousel-1-hq.jpg');
  }

  .carousel-img-two {
      background-image: url('../img/main-carousel-2-hq.jpg');
  }

  .carousel-img-three {
      background-image: url('../img/main-carousel-3-hq.jpg');
  }
}



/*ACHIEVMENTS*/

.ach{
  background: transparent linear-gradient(270deg,#ffc905dc 0,#faa600 30%,#e6003c 73%,#aa1937 100%) 0 0 no-repeat padding-box;
  color: #fff;
  position: relative;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.ach:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;

}

.ach-item{
  text-align: center;
  padding: 20px 0px;
}


.ach-item .fas{
  font-size: 50px;
  margin-bottom: 8px;
  height: 75px;
  line-height: 75px;
  width: 75px;
  text-align: center;
  background-color: transparent;
  color: #fff;
  border-radius: 10px;
}

.ach-item h3{
  font-size: 30px;
  font-weight: bold;
}

.ach-item p{
  text-transform: uppercase;
  letter-spacing: 1px;
}

.col-md-4{
  border-right: 1px solid rgb(255, 255, 255, 0.2);
}


.col-md-4:last-child{
  border-right: none;
}




/* -------------- */
/*     pricing   */
/* -------------- */


.underline {
  margin: 0 auto 40px;
  width: 100px;
  height: 4px;
  background-color: #039dff;
}

.title{
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
}

.pricing-table{
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}


.col{
  flex: 25%;
  padding: 10px;
  max-width: 320px;
  box-sizing: border-box;
}

.table{
  background: #fff;
  padding: 40px 20px;
  position: relative;
  overflow: hidden;
  color: #313131;
  box-shadow: 0 0 10px #00000070;
  border-radius: 10px;
  transform: scale(1,1);
}

.table:hover{
  transform: scale(1.05,1.07);
  transition-duration: 250ms;
  transition-timing-function: ease-out;
}

.table h2{
  text-transform: uppercase;
}

.table ul{
  margin: 0;
  padding: 0;
}

.table ul li{
  padding: 10px 0;
  list-style: none;
}

.table ul li:last-child{
  padding: 10px 0;
  list-style: none;
  font-size: 40px;
}

.table ul li:last-child {
  padding: 2px 0;
}

.price{
  font-size: 40px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #292c2e;
}

.price span{
  display: block;
  font-size: 18px;
}

.table a{
  text-decoration: none;
  color: #ffa200;
  border: 2px solid #ffa200;
  display: block;
  padding: 10px 0;
  margin: 10px 0;
  border-radius: 40px;
  text-transform: uppercase;
  font-size: 14px;
  transition: 0.5s linear;
}

.table a:hover{
  background: #ffa200;
  color: #fff;

}

.pop{
  background: #d32156;
  color: #fff;
  width: 120px;
  height: 35px;
  transform: rotate(90deg);
  padding: 6.5px 20px;
  position: absolute;
  top: 28px;
  right: -35px;
}



#prices .price-text {
  margin-top: 30px;
}

@media screen and (max-width:1165px) {
  .table h2{
    font-size: 25.5px;
  }
}

@media screen and (max-width:980px) {
  .col{
    flex: 50%;
  }
  .table h2{
    font-size: 2rem;
  }
}


@media screen and (max-width:700px) {
  .col{
    flex: 100%;
  }
}


.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 0rem;
  background-color: #ffffff ;
}


/* -------------- */
/*     usługi     */
/* -------------- */

/*SERVICES 1*/

.item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 40vw;
  -webkit-transition: .2s all;
  transition: .2s all;
  margin-bottom: 10px;
  background: #ebf2f4;
  color: #000000;
  font-size: 1.0em;
  line-height: 1.6em;
  text-decoration: none;
}

.item h2 {
  color: #EE4266;
  margin-bottom: .5em;
}

.item p {
  margin: .5em 0;
}

.item strong {
  font-size: .7em;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.item--image, .item--description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-position: center;
  background-size: cover;
  padding: 2em;
  -webkit-transition: .2s all;
  transition: .2s all;
  text-align: left;
}

.item--image {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  -webkit-box-shadow: inset 0 0 0 10px transparent;
          box-shadow: inset 0 0 0 10px transparent;
}

.item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
}

.item:hover .item--image {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  -webkit-box-shadow: inset 0 0 0 10px #EE4266;
          box-shadow: inset 0 0 0 10px #EE4266;
}

.item:hover .item--description {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
  background: #EE4266;
  color: #fff;
}

.item:hover .item--description h2 {
  color: #fff;
}

.item:nth-child(2n+2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
      
}

@media screen and (min-width: 960px) {
  .item {
    min-height: 350px;
  }

}

@media screen and (max-width: 960px) {

  .item h2{
    font-size: 1.1rem;
  }

  .item p{
    font-size: 0.8rem;
  }

  .item-container {
    width: 89%;
  }
}

.image-1 {
  background-image: url("../img/serv1.jpg");
}

.image-2 {
  background-image: url("../img/serv2.jpg");
}

.image-3 {
  background-image: url("../img/serv3.jpg");
}


/* ---tv------ */


.tv{
  background-image: url(../img/bcg.jpg);
  background-position: center;
  padding: 20px 5px;
  margin-bottom: 38px;
  margin-top: 20px;
}

.tv p{
  font-size: 18px;
  font-weight: bold;
  color: #39393a;
}

.tv h2{
  padding-top: 20px;
  font-weight: bold;
  color: #ffffff;
}

.tele{
  padding-top: 40px;
}

@media (max-width:1080px) {
  .tv h2{
    padding-top: 2px;
  }
}

@media (max-width:990px) {
  .tv h2{
    font-size: 24px;
  }
  .tv p{
    font-size: 17.0px;
  }
  .tele{
    padding-top: 15px;
  }
}



/* -------------- */
/*    O nas    */
/* -------------- */


.about-section{
	position:relative;
	padding: 35px 0px;
}

.about-section .content-column{
	position:relative;
	margin-bottom:40px;
}

.about-section .content-column .inner-column{
	position:relative;
	padding-right:100px;
}

.about-section .content-column .text{
	position:relative;
	color:#777777;
	font-size: 15px;
	line-height: 2em;
	margin-bottom: 20px;
}

.about-section .content-column .email{
	position:relative;
	color:#212529;
  font-weight:700;
  font-size: 20px;
	margin-bottom:50px;
}

.about-section .image-column{
	position:relative;
	margin-bottom:50px;
}

.about-section .image-column .inner-column{
	position:relative;
	padding:40px 40px 0px 0px;
	margin-left:50px;
}

.about-section .image-column .inner-column:after{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	left:40px;
	bottom:100px;
	z-index:-1;
	border:2px solid #ffa200;
}

.about-section .image-column .inner-column .image{
	position:relative;
}

.about-section .image-column .inner-column .image:before{
	position:absolute;
	content:'';
	left:-50px;
	bottom:-50px;
	width:299px;
	height:299px;
}

.about-section .image-column .inner-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.about-section .image-column .inner-column .image .overlay-box{
	position:absolute;
	left:40px;
	bottom:48px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box{
	position:relative;
	color: #ffffff;
	font-size:24px;
	font-weight:700;
	line-height:1.4em;
	padding-left:125px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box .number{
	position:absolute;
	left:0px;
	top:0px;
	width:110px;
	height:110px;
	color: #ffa200;
	font-size:68px;
	font-weight:700;
	line-height:105px;
	text-align:center;
	background-color:#ffffff;
	border:1px solid #000000;
}
.about-section .btn-style-three:before {
    position: absolute;
    content: '';
    left: 10px;
    top: 10px;
    z-index: -1;
    right: -10px;
    bottom: -10px;
}
.about-section .btn-style-three:hover {
    color: #ffffff;
    background: #ffa200;
}
.about-section .btn-style-three {
    position: relative;
    line-height: 24px;
    color: #212529;
    font-size: 15px;
    font-weight: 700;
    background: none;
    display: inline-block;
    padding: 11px 40px;
    background-color: #ffffff;
    text-transform: capitalize;
    border: 2px solid #ffa200;
    font-family: 'Arimo', sans-serif;
}
.sec-title2{
	color:#fff;
}
.sec-title {
    position: relative;
    padding-bottom: 19px;
}
.sec-title .title {
    position: relative;
    color: #212529;
    font-size: 2.2rem;
    font-weight: bold;
    padding-right: 50px;
    margin-bottom: 15px;
    display: inline-block;
}
.sec-title .title:before {
    position: absolute;
    content: '';
    right: -60px;
    bottom: 7px;
    width: 100px;
    height: 4px;
    background-color: #039dff;
}

/*==================== 
	Footer 
====================== */

/* Main Footer */
footer{padding-top: 100px;}
footer .main-footer{padding: 20px 0;	background: #2b283a;}
footer ul{	padding-left: 0;	list-style: none;}

/* Copy Right Footer */
.footer-copyright {background: #252232;	padding: 5px 0; border-top: 1px solid #393647;}
.footer-copyright .logo {display: inherit;}
.footer-copyright nav {float: right;    margin-top: 5px;}
.footer-copyright nav ul {	list-style: none;	margin: 0;	padding: 0;}
.footer-copyright nav ul li {	border-left: 1px solid #505050;	display: inline-block;	line-height: 12px;	margin: 0;	padding: 0 8px;}
.footer-copyright nav ul li a{	color: #969696;}
.footer-copyright nav ul li:first-child {	border: medium none;	padding-left: 0;}
.footer-copyright p {	color: #969696;	margin: 2px 0 0; font-weight: bold;}
.footer-copyright p:nth-child(1) {font-weight: 500 !important; font-size: 13.5px;}
.footer-copyright hr {margin: 0.3rem 0; color: #15131d;}

/* Footer Top */
.footer-top{	background: #252525;	padding-bottom: 30px;	margin-bottom: 30px;	border-bottom: 3px solid #222;}

/* Footer transparent */
footer.transparent .footer-top, footer.transparent .main-footer{background: transparent;}
footer.transparent .footer-copyright{	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3) ;}

/* Footer light */
footer.light .footer-top{	background: #f9f9f9;}
footer.light .main-footer{	background: #f9f9f9;}
footer.light .footer-copyright{	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3) ;}


/*==================== 
	Widgets 
====================== */

.widget{	padding: 20px; margin-bottom: 40px; margin-top: 30px;}
.widget.widget-last{	margin-bottom: 0px;}
.widget.no-box{	padding: 0;	background-color: transparent;	margin-bottom: 40px;
  box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none;}
.widget.no-box p{ margin-bottom: 0.1rem; margin-top: none;}  
.widget.subscribe p{	margin-bottom: 18px;}
.widget li a{	color: #ffa200;}
.widget li a:hover{	color: #4b92dc;}
.widget-title {margin-bottom: 20px;}
.widget-title span {background: #839FAD none repeat scroll 0 0;display: block; height: 1px;margin-top: 25px;position: relative;width: 20%;}
.widget-title span::after {background: inherit;content: "";height: inherit;    position: absolute;top: -4px;width: 50%;}
.widget-title.text-center span,.widget-title.text-center span::after {margin-left: auto;margin-right:auto;left: 0;right: 0;}
.widget .badge{	float: right;	background: #7f7f7f;}


.typo-light h1, 
.typo-light h2, 
.typo-light h3, 
.typo-light h4, 
.typo-light h5, 
.typo-light h6,
.typo-light p,
.typo-light div,
.typo-light span,
.typo-light small{	color: #fff;}
}