/**** IMPORT FONTS ****/
@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i&display=swap&subset=latin-ext');

/**** IMPORT CSS FILES ****/
@import url(bootstrap.min.css);
@import url(bootstrap-select.min.css);
@import url(owl.carousel.css);
@import url(owl.theme.default.min.css);
@import url(jquery.bootstrap-touchspin.css);
@import url(animate.min.css);
@import url(hover-min.css);
@import url(jquery.bxslider.min.css);
@import url(font-awesome.css);
@import url(../plugins/industrio-icon/style.css);

body {
  font-family: 'Poppins', sans-serif;
  color: #555555;
  font-size: 16px;
  line-height: 27px;
}

a {
	color: #0072bc;
}

a:hover,
a:visited,
a:focus,
a:active {
  text-decoration: none !important;
  outline: none !important;
}

img {border : 0;}
img a, .single-slide {outline : none;}

.container {
  -webkit-transition: none;
  transition: none;
}

@media (min-width: 1200px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-wrapper {
  background: #fff;
}

.sec-pad {
  padding: 60px 0;
}

.p0 {
  padding: 0 !important;
}

.pt0 {
  padding-top: 0;
}

.pb0 {
  padding-bottom: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.gray-bg {
  background: #F6F6F6;
}

.dark-bg {
  background: #262626;
}

.light-dark-bg {
  background: #212121;
}

.blue-bg {
  background: #201940;
}

.dark-blue-bg {
  background: #1B1537;
}

.sec-title {
  margin-bottom: 35px;
}
.sec-title h3 {
  margin: 0;
  color: #262626;
  font-weight: 600;
  font-size: 32px;
  font-family: 'Poppins';
}
.sec-title h3:after {
  display: inline-block;
  vertical-align: middle;
  content: '';
  width: 38px;
  height: 2px;
  background: #888888;
  margin-left: 15px;
  margin-top: 12px;
}
.sec-title h3 + p {
  margin-top: 21px;
}
.sec-title p {
  color: #555555;
  margin: 0;
  font-size: 18px;
  line-height: 28px;
}
.sec-title span {
  color: #0072bc;
  font-family: 'Playfair Display', serif;
  font-weight: bold;
  font-style: italic;
  background: -webkit-gradient(linear, left top, right top, from(#f80503), to(#ff7d09));
  background: linear-gradient(to right, #f80503 0%, #ff7d09 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sec-title.light h3 {
  color: #fff;
}
.sec-title.light h3:after {
  background: #fff;
}

.thm-btn {
  border: none;
  outline: none;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  width: 50px;
  height: 50px;
  text-align: center;
  background: rgba(254, 90, 14, 0.75);
  color: #262626;
  font-size: 17px;
  line-height: 50px;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  -webkit-box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.scroll-to-top:hover {
  background: #0072bc;
  color: #fff;
}

/**** HEADER ****/

.header-navigation {
  background-color: transparent;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  z-index: 999;
}
.header-navigation .container {
  position: relative;
  padding-right: 220px;
}
.header-navigation .container .navbar-header {
  position: absolute;
  top: 50%;
  left: 45px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}
.header-navigation .container .navbar-header button.side-nav-toggler {
  border: none;
  outline: none;
  background-color: transparent;
  color: #262626;
  font-size: 18px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.header-navigation .container .navbar-header button.side-nav-toggler:hover {
  color: #0072bc;
}

@media (min-width: 1200px) {
	.header-navigation .container .navbar-header {
		display: none;
	}
}

.header-navigation .container .navbar-brand {
  height: auto;
  padding: 0px 0;
}
.header-navigation .container .navbar-brand .default-logo {
  display: inline-block;
}
.header-navigation .container .navbar-brand .sticky-logo {
  display: none;
}
.header-navigation .container .main-navigation {
  text-align: left;
  padding: 0;
  background: #ffffff;
	width: 87%;
}
.header-navigation .container .right-side-box {
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header-navigation .container .right-side-box a.rqa-btn {
  display: inline-block;
  vertical-align: middle;
  background: #0072bc;
  color: #ffffff;
  font-size: 16px;
  font-family: 'Poppins';
  font-weight: 600;
  padding: 26.5px 39px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  letter-spacing: .01em;
  line-height: 1em;
  position: relative;
}
.header-navigation .container .right-side-box a.rqa-btn i {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}
.header-navigation .container .right-side-box a.rqa-btn span.inner {
  display: block;
  border-bottom: 1px solid #fff;
  padding: 3px 0;
}
.header-navigation .container .right-side-box a.rqa-btn:after {
  content: '';
  position: absolute;
  top: 0;
  left: -10px;
  width: 25px;
  height: 100%;
  -webkit-transform: skewX(-15deg);
  transform: skewX(-15deg);
  background: #0072bc;
  display: block;
  z-index: -1;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.header-navigation .container .right-side-box a.rqa-btn:hover {
  background: #020e28;
  color: #fff;
}
.header-navigation .container .right-side-box a.rqa-btn:hover:after {
  background: #020e28;
}
.header-navigation ul.navigation-box {
  float: none;
  display: inline-block;
  vertical-align: middle;
  padding-left: 50px;
  position: relative;
}
.header-navigation ul.navigation-box:after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  width: 70px;
  height: 100%;
  -webkit-transform: skewX(-15deg);
  transform: skewX(-15deg);
  background: #fff;
  display: block;
  z-index: -1;
}

@media (max-width: 501px) {
	.header-navigation .container .right-side-box {
		display: none;
	}	
	.hidden-sidebar .sidebar-content .navigation-box li.pozadavky-odecet {
		background: #0072bc;
		padding: 15px;
		display: block;
		border-radius: 15px;
		margin: 0px 20px;
		transition: .4s;
		margin-top: 20px;
	}
	.hidden-sidebar .sidebar-content .navigation-box li.pozadavky-odecet {
		background: #2196F3;
		color: #FFF
	}

}

@media (min-width: 500px) {
	.hidden-sidebar .sidebar-content .navigation-box li.pozadavky-odecet {
		display: none;
	}
}

.header-navigation ul.navigation-box li a .sub-nav-toggler {
  display: none;
}
.header-navigation ul.navigation-box > li {
  position: relative;
  padding: 24px 0;
  display: inline-block;
}
.header-navigation ul.navigation-box > li:before {
  content: '';
  width: 100%;
  height: 3px;
  background: #0072bc;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #0072bc;
}

.header-navigation ul.navigation-box > li:hover:before, .header-navigation ul.navigation-box > li.current:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.header-navigation ul.navigation-box > li + li {
  margin-left: 50px;
}
.header-navigation ul.navigation-box > li > a {
  padding: 0;
  font-family: 'Poppins';
  color: #000;
  font-size: 15px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  font-weight: 500;
  display: inline-block;
}
.header-navigation ul.navigation-box > li.current > a {
	color: #0072bc;
}
.header-navigation ul.navigation-box > li > a:after {
  content: "\f0d7";
  font-family: 'FontAwesome';
  font-size: 12px;
  margin-left: 5px;
  color: #103872;
  font-weight: 600;
}
.header-navigation ul.navigation-box > li > a:only-child:after {
  content: '';
  display: none;
}
.header-navigation ul.navigation-box > li > ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100000;
  float: left;
  min-width: 270px;
  padding: 0px 0px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s ease, visibility .4s ease;
  transition: opacity .4s ease, visibility .4s ease;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}
.header-navigation ul.navigation-box > li > ul.sub-menu.right-align {
  left: auto;
  right: 0;
}
.header-navigation ul.navigation-box > li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
}
.header-navigation ul.navigation-box > li > ul.sub-menu > li {
  display: block;
  position: relative;
}
.header-navigation ul.navigation-box > li > ul.sub-menu > li > a {
  font-size: 15px;
  color: #262626;
  font-family: 'Poppins';
  font-weight: 500;
  padding: 11.5px 35px 11.5px 0px;;
  display: block;
  line-height: 26px;
  padding-left: 40px;
  white-space: nowrap;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.header-navigation ul.navigation-box > li > .sub-menu li:hover > a {
  background: #0072bc;
  color: #fff;
  position: relative;
}
.header-navigation ul.navigation-box > li > .sub-menu > li > ul.sub-menu {
  position: absolute;
  top: 0%;
  left: 100%;
  z-index: 100000;
  float: left;
  min-width: 270px;
  padding: 0px 0px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s ease, visibility .4s ease;
  transition: opacity .4s ease, visibility .4s ease;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}
.header-navigation ul.navigation-box > li > .sub-menu > li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
}
.header-navigation ul.navigation-box > li > .sub-menu > li > ul.sub-menu > li {
  display: block;
  position: relative;
}
.header-navigation ul.navigation-box > li > .sub-menu > li > ul.sub-menu > li > a {
  font-size: 16px;
  color: #262626;
  font-weight: 500;
  padding: 11.5px 0;
  display: block;
  line-height: 26px;
  padding-left: 40px;
  white-space: nowrap;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.header-navigation ul.navigation-box > li > .sub-menu > li > .sub-menu li:hover > a {
  background: #F1F1F1;
  color: #181818;
  position: relative;
}
.header-navigation.stricky-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
}
.header-navigation.stricky-fixed .container {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header-top {
  background: #103872;
}
.header-top .logo {
  padding-top: 20px;
  padding-bottom: 60px;
  position: relative;
}
.header-top .logo img {
  position: relative;
}
.header-top .logo:before {
  content: '';
  width: 100000px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -70px;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
  background: #0072bc;
}
.header-top .header-right-info {
  padding: 34px 0;
}
.header-top .single-header-right-info {
  display: inline-block;
  vertical-align: middle;
}
.header-top .single-header-right-info + .single-header-right-info {
  margin-left: 48px;
}
.header-top .single-header-right-info .icon-box,
.header-top .single-header-right-info .text-box {
  display: table-cell;
  vertical-align: middle;
}
.header-top .single-header-right-info .icon-box {
  width: 35px;
}
.header-top .single-header-right-info .icon-box i {
  font-size: 37px;
  color: #fff;
  line-height: 1em;
  vertical-align: text-top;
  position: relative;
  top: 4px;
}

.industrio-icon-pin {
	font-weight: 600;
	top: 0px!important;
}

.header-top .single-header-right-info .text-box {
  padding-left: 20px;
}
.header-top .single-header-right-info .text-box h3,
.header-top .single-header-right-info .text-box p {
  margin: 0;
}
.header-top .single-header-right-info .text-box p {
  color: #31aeff;
  letter-spacing: .01em;
  font-family: 'Poppins';
  font-size: 14px;
}
.header-top .single-header-right-info .text-box h3 {
  font-family: 'Poppins';
  font-weight: 600;
  letter-spacing: .01em;
  color: #ffffff;
  font-size: 18px;
}

.header.header-home-one {
  position: relative;
  top: -40px;
}
.header.header-home-one .stricky-fixed {
  background-color: transparent;
}
.header.header-home-one .stricky-fixed .container {
  margin-top: 0;
}


/**** HIDDEN SIDEBAR ****/

.hidden-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #181818 url(../img/side-menu-bg.jpg) center center no-repeat;
  background-size: 100% 100%;
  text-align: center;
  z-index: 1000;
  overflow: auto;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
          transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
}
.hidden-sidebar.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
          transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
}
.hidden-sidebar a.close-button {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #fff;
  font-size: 25px;
}
.hidden-sidebar .sidebar-content {
  padding: 40px 0;
	width: 100%;
}
.hidden-sidebar .sidebar-content .navigation-box {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 130px;
  margin-bottom: 150px;
}
.hidden-sidebar .sidebar-content .navigation-box li a {
  color: #FFFFFF;
  font-size: 20px;
  font-family: 'Poppins';
  font-weight: 600;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  display: block;
}
.hidden-sidebar .sidebar-content .navigation-box li a:hover {
  color: #0072bc;
}
.hidden-sidebar .sidebar-content .navigation-box li.current a {
  color: #0072bc;
}
.hidden-sidebar .sidebar-content .navigation-box li + li {
  margin-top: 20px;
}
.hidden-sidebar .sidebar-content .navigation-box li .subnav-toggler {
  background-color: transparent;
  border: none;
  outline: none;
  color: #0072bc;
  font-size: 15px;
  padding: 0;
  margin-left: 5px;
  line-height: 1em;
  display: inline-block;
  vertical-align: middle;
}
.hidden-sidebar .sidebar-content .navigation-box li ul.sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
  margin-top: 10px;
  margin-bottom: 10px;
}
.hidden-sidebar .sidebar-content .navigation-box li ul.sub-menu li a {
  color: #FFFFFF;
  font-size: 20px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  display: block;
}
.hidden-sidebar .sidebar-content .social {
  margin-bottom: 20px;
}
.hidden-sidebar .sidebar-content .social a {
  display: inline-block;
  vertical-align: middle;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 33px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  border-radius: 50%;
}
.hidden-sidebar .sidebar-content .social a:hover {
  color: #0072bc;
}
.hidden-sidebar .sidebar-content .social a + a {
  margin-left: 10px;
}
.hidden-sidebar .sidebar-content p.copy-text {
  margin: 0;
  color: #ffffff;
  font-size: 15px;
}
.hidden-sidebar .sidebar-content p.copy-text i.fa-heart {
  color: #0072bc;
}

.sec-title{
	position:relative;
	margin-bottom:60px;	
}

.sec-title span {
	position:relative;
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
	color:#bf9456;
	margin-bottom:10px;
}

.sec-title h2 {
	position:relative;
	color: #020e28;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 32px;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 30px;
}

@media (max-width: 580px) {
	.sec-title h2 {
		font-size: 28px;
		line-height: 1.5em;
	}
}

.sec-title h2:after {
	position: absolute;
	right: auto;
	bottom: -1px;
	display: block;
	width: 125px;
	height: 4px;
	content: "";
	background-image: linear-gradient(to right, #103872, #0072bc);
}


/**** ICONS - SERVICES  ****/

@media (min-width: 1200px) {
	.service-style-one .col-lg-2 {
		width: 20%!important;
	}
}

.single-service-style-one {
  text-align: center;
  overflow: hidden;
}

.single-service-style-one .front {
  min-height: 198px;
  background: #103872;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;	
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.single-service-style-one .front {
		display: table-cell;
		vertical-align: middle;
	}
}

.single-service-style-one .front:hover {
	background: #020e28;
}

.single-service-style-one .front .inner-content {
  width: 100%;
}
.single-service-style-one .front i {
  font-size: 56px;
  color: #FFF;
}
.single-service-style-one .front h3 {
	font-size: 16px;
	letter-spacing: .01em;
	font-weight: 500;
	font-family: 'Poppins';
	color: #FFF;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	width: 85%;
	margin-top: 20px;
	line-height: 1.45em;
	padding: 0px;
}

.single-service-style-one .front .inner-content.icons-one h3 {
	margin-top: 0px;
}

@media (max-width: 1200px) {
	.single-service-style-one {
		margin: 10px 0px;
	}
}
/**** SVG ICONS - SERVICES ****/

.services-icons-one {
	background: url("../icons/vodomer.svg") no-repeat center center;
	width: 80px;
	height: 80px;
	display: block;
	margin: 0 auto;
	position: relative;
	top: -10px;
}

.services-icons-two {
	background: url("../icons/rozuctovani.svg") no-repeat center center;
	width: 60px;
	height: 60px;
	display: block;
	margin: 0 auto;
	position: relative;
	top: 10px;
}

.services-icons-three {
	background: url("../icons/instalaterske-prace.svg") no-repeat center center;
	width: 60px;
	height: 60px;
	display: block;
	margin: 0 auto;
}

.services-icons-four {
	background: url("../icons/regulace.svg") no-repeat center center;
	width: 60px;
	height: 60px;
	display: block;
	margin: 0 auto;
}

.services-icons-five {
	background: url("../icons/sprava-objektu.svg") no-repeat center center;
	width: 60px;
	height: 60px;
	display: block;
	margin: 0 auto;
}


/**** WELCOME & ABOUT ****/

.about-style-one .about-content h3,
.about-style-one .about-content p,
.about-style-one .about-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.about-style-one .about-content h3 {
  font-size: 32px;
  color: #262626;
  font-weight: 600;
  font-family: 'Poppins';
}

@media (max-width: 580px) {
	.about-style-one .about-content h3 {
		font-size: 28px;
	}
}
.about-style-one .about-content h3 span {
  color: #0072bc;
  font-weight: 600;
}

.about-style-one .about-content p {
  font-size: 16px;
  line-height: 27px;
  color: #555555;
  margin-top: 25px;
  margin-bottom: 15px;
}

.about-style-one .about-content p.text-two {
	margin-top: 10px;
}

.about-style-one .about-content ul li {
  color: #555555;
  position: relative;
  padding-left: 10px;
  padding-bottom: 6px;
  margin-left: 10px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  list-style: none;
}

.about-style-one .about-content ul li:before {
  content: "\25A0";
  color: #0072bc;
  display: inline-block;
  padding-right: 10px;
	position: relative;
	top: -2px;
}

.about-style-one .about-content ul li:hover {
  margin-left: 20px;
}

.about-style-one .about-content .link {
	margin-top: 25px;
	position: relative;
	display: inline-block;
	border-bottom: 1px solid #37a8f1;
	padding-bottom: 4px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.about-style-one .about-content .link:before {
	font-family: "Fontawesome";
	content: "\f054";
	display: inline-block;
	position: relative;
	padding-right: 15px;
	font-size: 10px;
	font-weight: 600;
	top: -2px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.about-style-one .about-content .link:hover:before {
	content: "\f178";
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	margin-left: 10px;	
}

.about-style-one .about-content a.about-btn {
  margin-top: 40px;
  display: inline-block;
  background: #0072bc;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  font-family: 'Poppins';
  line-height: 54px;
  width: 295px;
  color: #fff;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.about-style-one .about-content a.about-btn:before {
  background: #252525;
}
.about-style-one .about-img-box {
  position: relative;
  background: transparent url(../img/about-dots.png) 100% -120% no-repeat;
}
.about-style-one .about-img-box img {
  display: block;
}
.about-style-one .about-img-box .video-box {
  position: absolute;
  bottom: 0;
  right: 0;
}
.about-style-one .about-img-box .video-box > img {
  border-radius: 50%;
  border: 5px solid #FFFFFF;
}
.about-style-one .about-img-box .video-box a.video-popup {
  font-size: 42px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

/**** CERTIFICATION ****/

.achivements-section{
	position:relative;
	background-color: #FFF;
}

.achivements-block{
	position:relative;
	margin-bottom:40px;
}

.achivements-block .inner-box{
	position:relative;
}

.achivements-block .inner-box .image{
	position:relative;
	text-align:center;
}

.achivements-block .inner-box .upper-box{
	position:relative;
	background: #F9F9F9;
}

.achivements-block .inner-box .lower-content{
	position:relative;
	padding:24px 25px;
	text-align:left;
}

.achivements-block .inner-box .lower-content h3{
	position:relative;
	color:#0072bc;
	font-size:0px;
	text-transform: uppercase;
	font-weight: 700;
	line-height:1.6em;
	margin-bottom:0px;
}

.achivements-block .inner-box .lower-content .text p{
	position:relative;
	color:#848484;
	font-size:16px;
	text-align: justify;
	line-height:1.8em;
}

.achivements-block .inner-box .lower-content .text .link {
	margin-top: 25px;
	position: relative;
	display: inline-block;
	border-bottom: 1px solid #37a8f1;
	padding-bottom: 4px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.achivements-block .inner-box .lower-content .text .link:before {
	font-family: "Fontawesome";
	content: "\f054";
	display: inline-block;
	position: relative;
	padding-right: 15px;
	font-size: 10px;
	font-weight: 600;
	top: -2px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.achivements-block .inner-box .lower-content .text .link:hover:before {
	content: "\f178";
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	margin-left: 10px;	
}

/**** CLIENTS - SECTION ****/

.clients-section{
	position:relative;
	padding:50px 0px 50px;
	background-color:#F9F9F9;
}

.clients-section .sponsors-outer{
	position:relative;
}

.clients-section .sponsors-outer:after{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	width:2px;
	height:100%;
	z-index:1;
	background-color:#f4f4f4;
}

.clients-section .sponsors-outer .owl-dots,
.clients-section .sponsors-outer .owl-nav{
	position:relative;
	display:none;
}

.clients-section .sponsors-outer .image-box{
	position:relative;
	text-align:center;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}


.clients-section .sponsors-outer .image-box img{
	max-width:100%;
	width:auto;
	display:inline-block;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.clients-section .sponsors-outer .image-box img:hover{
	opacity:0.7;
}

@media (min-width: 992px) and (max-width: 1200px) {
	.clients-section .col-md-offset-2 {
		margin-left: 16.66666667%;
	}
}

@media (min-width: 992px) {
	.clients-section .col-md-2 {
	width: 20%;
	}	
	
}

@media (min-width: 1200px) {
	.clients-section .col-lg-2 {
	width: 20%;
}
	.clients-section .col-md-offset-2 {
		margin-left: 0%;
	}
}

@media (max-width: 992px) {
	.sponsors-outer .image-box {
		margin: 20px;
	}
}



/**** FOOTER ****/

.main-footer{
	position:relative;
	background-color:#103872;
	z-index:10;
}

.main-footer .widgets-section{
	position:relative;
	padding:80px 0px 40px;
}

.main-footer .footer-widget{
	position:relative;
	margin-bottom:30px;
}

.main-footer .footer-title{
	position:relative;
	margin-bottom:30px;
}

.main-footer .footer-title h2{
	position:relative;
	font-size:20px;
	font-weight:500;
	color:#ffffff;
	padding-bottom:18px;
}

.main-footer .footer-title h2:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:35px;
	height:4px;
	background-color:#37a8f1;
}

.main-footer .logo-widget{
	position:relative;
}

.main-footer .logo-widget .widget-content{
	position:relative;
}

.main-footer .logo-widget .logo{
	position:relative;
	margin-bottom:25px;
}

.main-footer .logo-widget .widget-content .text{
	position:relative;
	color:#ffffff;
	font-size:16px;
	font-weight:400;
	margin-bottom:12px;
}

.main-footer .logo-widget .widget-content .list{
	position:relative;
	margin-bottom:20px;
	margin-top: 25px;
	padding: 0px;
}

.main-footer .logo-widget .widget-content > .list > li{
	position:relative;
	color:#FFF;
	font-size:16px;
	line-height:3em;
	list-style: none;
}

.main-footer .logo-widget .widget-content > .list > li a {
	color: #FFF;
	transition: .4s;
}

.main-footer .logo-widget .widget-content > .list > li a:hover {
	color: #37a8f1;
}

.main-footer .list .phone:before {
	content: '\f095';
	color: #FFF;
	font-family: "Fontawesome";
	font-size: 20px;
	padding-right: 15px;
}

.main-footer .list .mail:before {
	content: '\f658';
	color: #FFF;
	font-family: "Fontawesome";
	font-size: 20px;
	padding-right: 15px;
}

.main-footer .links{
	position:relative;
	padding-left: 15px;
}

.main-footer .footer-nav .links {
	padding-left: 0px;
}

.main-footer .links li{
	position:relative;
	margin-bottom:16px;
	list-style: none;
}

.main-footer .links li a{
	position:relative;
	color:#FFF;
	font-size:16px;
	padding-bottom:5px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-footer .links li a:hover::after{
	opacity:1;
}

.main-footer .links li a:hover{
	color:#37a8f1;
}

.main-footer .custom a {
	background: #37a8f1;
	border-radius: 5px;
	color: #FFF!important;
	opacity: 1;
	padding: 5px 10px;
	font-weight: 600;
	transition: .3s;
}

.main-footer .custom a:hover {
	background: #FFF;
	border-radius: 5px;
	color: #000!important;
	opacity: 1;
	padding: 5px 10px;
	font-weight: 600;
}

.main-footer .footer-bottom{
	position:relative;
	background-color:#0072bc;	
}

.main-footer .footer-bottom .title-column{
	position:relative;
}

.main-footer .footer-bottom .title-column .text{
	position:relative;
	padding-left:80px;
	color:#ffffff;
	font-size:16px;
	font-weight:500;
	font-family: 'Poppins', sans-serif;
}

.main-footer .footer-bottom .copyright{
	position:relative;
	text-align:left;
	color:#ffffff;
	padding:30px 0px;
}


.main-footer .footer-bottom .author{
	position:relative;
	text-align:right;
	color:#ffffff;
	padding:30px 0px;
}

@media (max-width:1200px) {
	.main-footer .footer-bottom .copyright{
		text-align: center;
		padding: 20px 0px 5px;	
	}
	
	.main-footer .footer-bottom .author{
		text-align: center;
		padding: 5px 0px 20px;
	}	
}

.main-footer .footer-bottom .author a {
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	color: #FFF;
	font-weight: 600;
}

.main-footer .footer-bottom .author a:hover {
	color: #c7c7c7;	
}




/*** RD Slider @Revision Designs / SLICK ***/

.revision-slider {
	position: relative;
	top: -76px;
	margin-bottom: -76px;
}
.revision-slider .single-slide {
  	align-items: center;
  	background-position: center center;
  	background-repeat: no-repeat;
  	background-size: cover;
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  	align-items: center;
  	height: 650px;
  	position: relative;
  	z-index: 1;
	border: 0;
	border-style: none;
}

.revision-slider .single-slide:before {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.89) 0%, rgba(255, 255, 255, 0.80) 33%, rgba(0, 114, 188, 0.68) 100%);
	z-index: -1;
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .revision-slider .single-slide {
    height: 680px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .revision-slider .single-slide {
    height: 600px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .revision-slider .single-slide {
    height: 550px;
  }
}
@media only screen and (max-width: 767px) {
  .revision-slider .single-slide {
    height: 550px;
  }
}
@media only screen and (max-width: 479px) {
  .revision-slider .single-slide {
    height: 650px;
  }
}
.revision-slider .slick-arrow {
  border: medium none;
	background: none;
  border-radius: 100px;
  color: #000;
  height: 60px;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 999;
  font-size: 50px;
  visibility: hidden;
  opacity: 0;
  -ms-filter: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
	outline: none;
}

.revision-slider .slick-arrow:hover {
  color: #103872;
}

.revision-slider .slick-arrow .fas { 
	font-weight: 400;
}

@media only screen and (max-width: 479px), only screen and (max-width: 767px) {
  .revision-slider .slick-arrow {
    height: 40px;
    width: 40px;
  }
}
.revision-slider .slick-arrow.slick-next {
  right: 15px;
}
.revision-slider .slick-arrow.slick-prev {
  left: 15px;
}
.revision-slider:hover .slick-arrow {
  visibility: visible;
  opacity: 1;
  -ms-filter: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slick-current {
  /*-- Hero Content One --*/
}
.slick-current .slider-text-info h2 {
  animation-name: leFadeInLeft;
  animation-duration: 1.0s;
}
.slick-current .slider-text-info h1 {
  animation-name: leFadeInLeft;
  animation-duration: 1.9s;
}
.slick-current .slider-text-info p {
  animation-name: fadeInBottom;
  animation-duration: 1.7s;
}
.slick-current .slider-text-info .hero-btn {
  animation-name: fadeInBottom;
  animation-duration: 1.9s;
}
.slick-current .slider-text-info .social-top {
  animation-name: fadeInBottom;
  animation-duration: 1.9s;
}

.revision-slider .slider-text-info {
  z-index: 1;
}


.revision-slider .slider-text-info h1, .revision-slider .slider-text-info h2 {
  margin-bottom: 20px;
	color: #103872;
	font-weight: 700;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .revision-slider .slider-text-info h1, .revision-slider .slider-text-info h2 {
    font-size: 44px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .revision-slider .slider-text-info h1, .revision-slider .slider-text-info h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .revision-slider .slider-text-info h1, .revision-slider .slider-text-info h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .revision-slider .slider-text-info h1, .revision-slider .slider-text-info h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }
}

.revision-slider .slider-text-info p {
  	line-height: 32px;
  	margin: 0;
  	max-width: 650px;
	color: #000;
	font-weight: 400;
	margin-bottom: 55px;
}
.revision-slider .slider-text-info .slider-btn {
  	font-weight: 600;
 	margin-top: 60px;
  	-webkit-transition: 0.4s;
  	transition: 0.4s;
  	position: relative;
	background: #103872;
	padding: 10px 25px;
	border-radius: 5px;
	color: #FFF;
}

.revision-slider .slider-text-info .slider-btn:hover {
	background: #0072bc;
}


.revision-slider .slider-inner-image {
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  opacity: 0;
  -ms-filter: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .revision-slider .slider-inner-image {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .revision-slider .slider-inner-image {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .revision-slider .slider-inner-image {
    display: none;
  }
}

.revision-slider .slick-dots {
  text-align: center;
  margin-top: 20px;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: auto;
}

.revision-slider .slick-dots li {
  display: inline-block;
  margin: 0 4px;
}

.revision-slider .slick-dots li button {
  background: transparent;
  border: 3px solid #FFF!important;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 15px;
  height: 15px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  border-radius: 50%;
}

.revision-slider .slick-dots li.slick-active button {
  background: #FFF;
}


/** PAGE - INNER BANNER **/

.inner-banner {
  text-align: center;
	position: relative;
	top: -75px;
  padding-top: 115px;
  padding-bottom: 75px;
  background: #F9F9F9;
}
.inner-banner h1, .inner-banner ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.inner-banner h1 {
  font-size: 40px;
  font-family: 'Poppins';
  font-weight: 700;
  color: #103872;
  margin-bottom: 18px;
}
.inner-banner p {
	font-size: 18px;
	color: #000;
}

/** PAGE - OPTIONS **/


.page-content {
	padding: 30px 0px 120px;
}

.page-content h2 {
	font-size: 30px;
	font-weight: 700;
	color: #103872;
	padding-bottom: 13px;
	margin: 55px 0px 15px;
	text-transform: uppercase;
}

.page-content h2:first-child {
	margin-top: 0px;
}

.page-content h3 {
	padding: 10px 0px;
	color: #000;
	font-size: 22px;
	font-weight: 600;
}

.page-content p {
	padding: 7px 0px;
	line-height: 27px;
	color: #555;
	font-size: 16px;
}

.page-content ul {
	padding: 0px;
}

.page-content ul li {
  color: #555555;
  position: relative;
  padding-left: 10px;
  padding-bottom: 6px;
  margin-left: 10px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  list-style: none;
}

.page-content ul li:before {
  content: "\25A0";
  color: #0072bc;
  display: inline-block;
  padding-right: 10px;
	position: relative;
	top: -2px;
}

.page-content ul li:hover {
  margin-left: 20px;
}


/** PAGE - KONTAKTY **/

.boxes-contact {
	padding: 60px 0px 30px;
	margin: 0px 5px;
}

.boxes-contact h2 {
	text-transform: uppercase;
	color: #103872;
	font-weight: 600;
	font-size: 18px;
	padding: 0;
	margin: 0;
}

.boxes-contact p {
	font-size: 15px;
	color: #0072bc;
}

.middle-boxes {
	padding: 80px 0px 45px;
}

.teaser .media-body {
	width: auto;
}

.teaser_icon {
	font-size: 32px;
	color: #000;
	padding-right: 5px;
}

.teaser_icon .industrio-icon-envelope {
	font-size: 34px;
}

.with_shadow {
	box-shadow: 0 4px 16px 0 rgba(51, 51, 51, 0.1);
}

.inline-block {
	display: inline-block;
	max-width: 100%;
}

.teaser {
	position: relative;
	overflow: visible;
}

.media-body, .media-left, .media-right {
	display: table-cell;
	vertical-align: top;
}


.boxes-contact-team .teaser {
	padding: 35px;
}

.boxes-contact-team .box {
	padding-top: 15px;
	padding-bottom: 15px;
}

.boxes-contact-team h2 {
	font-size: 18px;
	text-transform: none;
	font-weight: 600;
	padding: 0px;
	margin: 0px;
}

.boxes-contact-team p {
	font-size: 15px;
	text-transform: uppercase;
	padding: 4px 0px 0px;
}

.boxes-contact-team li {
	list-style: none;
	font-size: 15px;
	color: #0072bc;
	line-height: 2.4em;
}

.boxes-contact-team .phone {
	padding-top: 10px;
}

.boxes-contact-team .phone:before {
	content: '\f67d';
	color: #000;
	font-family: "Fontawesome";
	font-size: 20px;
	padding-right: 20px;
	position: relative;
	top: 1px;
}

.boxes-contact-team .mobile:before {
	content: '\f095';
	color: #000;
	font-family: "Fontawesome";
	font-size: 20px;
	padding-right: 20px;
	position: relative;
	top: 1px;
}

.boxes-contact-team .mail:before {
	content: '\f658';
	color: #000;
	font-family: "Fontawesome";
	font-size: 20px;
	padding-right: 20px;
	position: relative;
	top: 1px;	
}

.contact-page-logo {
	float: none;
	padding-bottom: 50px;
}

.contact-page-logo img {
	padding-bottom: 30px;
}

.contact-page-logo p {
	font-size: 15px;
	padding: 0px;
	margin: 0px;
	color: #555;
}


/** REQUIREMENTS **/

.custom-requirements .requirement-box {
	background: #0072bc;
	padding: 50px 20px;
	transition: .4s;
	margin: 10px;
}

.custom-requirements .requirement-box:hover {
	background: #020e28;
}

.custom-requirements .requirement-box h2 {
	color: #FFF;
	font-size: 24px;
	font-weight: 800;
	text-align: center;
	padding: 0px;
	margin: 0px;
	transition: .4s;	
}

.custom-requirements .requirement-box:hover h2 {
	color: #FFF;
}

.wpforms-confirmation-container-full {
	margin-top: 60px;
}


/** CUSTOMER SERVICES **/

.files li {
	text-align: left;
	padding-left: 0px;
	margin: 10px 0 0 0;
	margin-bottom: 15px;
	list-style: none;
}

.files li:before {
	background: url(../img/icon-download.svg) no-repeat #fff;
	z-index: 1;
	content: "";
	width: 46px;
	height: 24px;
	background-size: 32px 24px;
	display: block;
	position: absolute;
	left: 65px;
}

.files li:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	border-top: 1px solid #CCC;
	margin: 0 auto;
	margin-top: -13px;	
	width: 81%;
}

.files li div {
	display: table-cell;
	vertical-align: middle;
	width: 99%;
	padding-left: 30px;
	z-index: 2;
}

.files li a {
	background: #FFF;
	padding-right: 15px;
	position: relative;
	z-index: 1;
	display: inline-block;
}

.files li em {
	font-style: normal;
	background: #FFF;
	position: relative;
	z-index: 1;
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	padding-left: 15px;
	width: 1%;
	white-space: nowrap;
}

.head-customer-services	h2 {
	text-transform: none;
}

.customer-layout {
	padding: 0px 80px;
}

@media (max-width: 992px) {
	.files li:after {
		width: 67%;
	}
}

@media (max-width: 750px) {
	.files li:after {
		display: none;
	}
	.customer-layout {
		padding: 0px 20px;
	}
	.files li:before {
		display: none;
	}
	.files li div {
		padding-left: 0px;
	}
	.head-customer-services	h2 {
		font-size: 25px;
	}
}

/** INTERNAL SECTION **/

.post-password-form {
	text-align: center;
}

.post-password-form label {
	font-weight: 400;
	text-align: center;
}

.post-password-form input {
	margin: 0 auto;
	background: #F9F9F9;
	border: 1px solid #999;
	border-radius: 0px;
	margin-top: 10px;
}

.post-password-form input[type=submit] {
	background: #0072bc;
	color: #FFF;
	border: 0px;
	width: 300px;
	display: block;
	margin: 0 auto;
	margin-top: 52px;
	transition: .4s;
}

.post-password-form input[type=submit]:hover {
	background: #020e28;
}

.ppwp-wrong-pw-error {
	color: red!important;
	font-weight: bold;
	text-align: center;
}

/** WP STYLES **/

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wppb-alert {
	text-align: center;
}