@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;700&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a,
button,
input,
select,
textarea {
	outline: none;
}
a {
	text-decoration: none;
}
.container {
	width: 100%;
	max-width: 1194px;
	margin: 0 auto;
}
.container-fluid {
	width: calc(100% - 2 * $fluidGap);
	margin: 0 5vw;
}
:root {
	font-size: 16px;
}
body {
	font-size: 1rem;
	font-family: "Fira Sans", sans-serif;
	line-height: 1.69em;
	font-weight: 400;
	color: #0b0042;
	-webkit-font-variant-ligatures: no-common-ligatures;
	font-variant-ligatures: no-common-ligatures;
}
body b,
body strong {
	font-weight: bold;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: "Fira Sans", sans-serif;
	font-weight: 700;
	margin: 30px 0 15px;
	line-height: 1.1em;
	color: #0b0042;
}
h1,
.h1 {
	font-size: 3.375rem;
}
h2,
.h2 {
	font-size: 2.6875rem;
}
h3,
.h3 {
	font-size: 2.1875rem;
}
h4,
.h4 {
	font-size: 1.75rem;
}
h5,
.h5 {
	font-size: 1.375rem;
}
h6,
.h6 {
	font-size: 1rem;
}
.sub h1,
.sub .h1 {
    font-size: 3.375rem;
    margin-bottom: 40px;
}
.sub h2,
.sub .h2 {
	font-size: 2.6875rem;
}
.sub h3,
.sub .h3 {
	font-size: 2.1875rem;
}
.sub h4,
.sub .h4 {
	font-size: 1.75rem;
}
.sub h5,
.sub .h5 {
	font-size: 1.375rem;
}
.sub h6,
.sub .h6 {
	font-size: 1rem;
}
.lead {
	font-size: 1.375rem;
	line-height: 2rem;
}
p,
ul,
ol {
	margin-bottom: 16px;
}
ul,
ol {
	margin-left: 30px;
}
ul > li,
ol > li {
	margin-bottom: 8px;
}
ul > li {
	list-style: disc outside;
}
ol > li {
	list-style: decimal outside;
}
blockquote {
	display: block;
	padding-left: 90px;
	position: relative;
	margin-bottom: 1rem;
}
blockquote em,
blockquote small {
	display: block;
}
blockquote em {
	font-size: 2rem;
	line-height: 2.5rem;
	font-style: italic;
	margin-bottom: 1rem;
}
blockquote small {
	text-align: right;
	font-size: 1rem;
}
blockquote::before {
	position: absolute;
	top: 3.5rem;
	left: 0;
	content: "”";
	font-family: serif;
	opacity: 0.1;
	font-size: 180px;
}
.well {
	background: rgba(0, 0, 0, 0.05);
	padding: 1rem 1.5rem;
}
.text-left,
.tl {
	text-align: left;
}
.text-center,
.tc {
	text-align: center;
}
.text-right,
.tr {
	text-align: right;
}
.bold,
.strong,
b,
strong {
	font-weight: bold;
}
.fw-100 {
	font-weight: 100;
}
.fw-200 {
	font-weight: 200;
}
.fw-300 {
	font-weight: 300;
}
.fw-400 {
	font-weight: 400;
}
.fw-500 {
	font-weight: 500;
}
.fw-600 {
	font-weight: 600;
}
.fw-700 {
	font-weight: 700;
}
.fw-800 {
	font-weight: 800;
}
.fw-900 {
	font-weight: 900;
}
.fluid {
	max-width: 100%;
	height: auto;
	display: block;
}
.responsive-media,
.r-m {
	position: relative;
	overflow: hidden;
	padding-top: 56.25%;
}
.responsive-media iframe,
.r-m iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.alerts {
	position: relative;
}
.alert {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	padding: 10px 15px;
	margin-bottom: 10px;
	color: white;
	font-weight: bold;
	background-color: #cccccc;
	width: calc(100% - 30px);
}
.alert.alert-success {
	background-color: #008020;
	z-index: 20;
}
.alert.alert-warning {
	background-color: #f59f00;
	z-index: 2;
}
.alert.alert-danger {
	background-color: #e42417;
	z-index: 1;
}
.alert.alert-info {
	background-color: #4babe2;
	z-index: 20;
}

/*
.btn {
	background: #279af1;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	border: none;
	border-radius: 0;
	padding: 1rem 2.5rem;
	line-height: 1em;
	font-size: 1rem;
	color: white;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	font-family: "Fira Sans", sans-serif;
}
.btn:hover {
	background: #4dacf3;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	-webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}
.btn:focus {
	background: #0f86e1;
	-webkit-transform: translateY(1px);
	transform: translateY(1px);
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
}
*/

.btn {
    display: flex;
    width: max-content;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    -webkit-transition: 0.2s -webkit-transform ease-in-out;
    transition: 0.2s -webkit-transform ease-in-out;
    transition: 0.2s transform ease-in-out;
    transition: 0.2s transform ease-in-out, 0.2s -webkit-transform ease-in-out;
    will-change: transform;
    z-index: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    background-color: #279af1;
    color: white;
    font-weight: 700;
	padding: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
  }
  .btn::after {
    background-color: #0b0042;
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translate(-100%, 0) rotate(10deg);
            transform: translate(-100%, 0) rotate(10deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transition: 0.2s -webkit-transform ease-out;
    transition: 0.2s -webkit-transform ease-out;
    transition: 0.2s transform ease-out;
    transition: 0.2s transform ease-out, 0.2s -webkit-transform ease-out;
    will-change: transform;
    z-index: -1;
  }

  .btn:hover::after {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .btn:hover {
    color: white;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    will-change: transform;
  }


.btn.block {
	display: block;
}
.btn.big {
	padding: 1rem 3rem;
	font-size: 1.5rem;
}
.btn.small {
	font-size: 0.9rem;
	padding: 0.4rem 0.8rem;
}
button {
	cursor: pointer;
}
.btn.alt {
	background: transparent;
	color: #279af1;
	border: 1px solid #279af1;
}
.btn.alt:hover {
	color: white;
	background: #279af1;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	-webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}
.btn.alt:focus {
	color: white;
	background: #0f86e1;
	-webkit-transform: translateY(1px);
	transform: translateY(1px);
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
}
.bg-info {
	background: #4babe2;
	border-color: #4babe2;
}
.bg-danger {
	background: #e42417;
	border-color: #e42417;
}
.bg-warning {
	background: #f59f00;
	border-color: #f59f00;
}
.bg-success {
	background: #008020;
	border-color: #008020;
}
.bg-primary {
	background: #279af1;
	border-color: #279af1;
}
.bg-secondary {
	background: #0b0042;
	border-color: #0b0042;
}
.color-white {
	color: white;
}
.color-black {
	color: black;
}
.color-info {
	color: #4babe2;
}
.color-danger {
	color: #e42417;
}
.color-warning {
	color: #f59f00;
}
.color-success {
	color: #008020;
}
.color-primary {
	color: #279af1;
}
.color-secondary {
	color: #0b0042;
}
.bg-none {
	background: transparent !important;
}
.navbar__toggler {
	display: none;
}
body {
	padding-top: 220px;
}
#navbar {
	background: #fff;
	height: 220px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
#navbar .container,
#navbar .container-fluid {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#navbar_top {
	height: 140px;
	background: #fff url(/img/navbarbg.svg) center no-repeat;
	background-size: contain;
}
.logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.logo img {
	height: 61.9px;
	display: block;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	margin-right: 15px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.logo strong {
	font-weight: bold;
	color: #0b0042;
	font-size: 1rem;
}
.logo em {
	color: #279af1;
}
#navbar_top__right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#navbar_top__right img {
	display: block;
}
#navbar_top__right a:last-of-type {
	margin-left: 30px;
}
#navbar_bottom {
	height: 80px;
	background-color: #279af1;
}
#navbar.affix {
	background: white;
	margin-top: -140px;
	-webkit-box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
}
.navbar-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.navbar-nav li {
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
	list-style: none;
	margin: 0;
	position: relative;
}
.navbar-nav a {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-decoration: none;
	font-family: "Fira Sans", sans-serif;
	font-size: 0.875rem;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	padding: 0;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.navbar-nav li:hover > a,
.navbar-nav .active > a,
.navbar-nav a.active,
.navbar-nav a:hover,
.navbar-nav a:focus {
	background: #fff;
	color: #279af1;
}
.dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	min-width: 230px;
	background: #fff;
	border-radius: 0;
	-webkit-box-shadow: 0 5px 15px -2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 15px -2px rgba(0, 0, 0, 0.2);
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	opacity: 0;
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
li:hover > .dropdown {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
}
.dropdown .dropdown {
	top: 0;
	left: 100%;
}
.toLeft > .dropdown {
	right: 0;
	left: auto;
}
.dropdown .toLeft > .dropdown {
	top: 0;
	right: 100%;
	left: auto;
}
.dropdown li {
	margin: 0;
	list-style: none;
	padding: 0;
	display: block;
	width: 100%;
}
.dropdown a {
	padding: 10px 15px;
	display: block;
	border-top: 1px solid #e2e2e2;
	line-height: 1.1;
	font-size: 0.875rem;
	text-transform: none;
	font-family: "Fira Sans", sans-serif;
	font-weight: normal;
	color: #279af1;
	border-radius: 0;
}
.dropdown a::after {
	display: none;
}
.dropdown > li:hover > a {
	background: #279af1;
	color: white;
}
.dropdown > li:first-child > a {
	border: 0;
}
body {
	width: 100%;
	overflow-x: hidden;
}
#main a:not(.btn) {
	color: #279af1;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	text-decoration: none;
}
#main a:not(.btn):hover {
	color: #0f86e1;
	text-decoration: underline;
}
header {
	position: relative;
}
header .swiper-slide img {
	display: block;
	width: 100%;
}

.sub header {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1;
}

.sub header::after {
    content: '';
    background: white;
    position: absolute;
    bottom: 0px;
    left: auto;
    right: auto;
    width: 1394px;
    height: 150px;
    z-index: 1;
}

.sub main {
    margin-top: -120px;
    z-index: 2;
}

#header_top {
	position: absolute;
	z-index: 20;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#header_top::after {
	content: "";
	display: block;
	width: 60%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -10vw;
	z-index: -1;
	-webkit-transform: skewX(30deg);
	transform: skewX(30deg);
	background-color: rgba(11, 0, 66, 0.6);
}
#header_top .container {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.slogan {
	position: relative;
	z-index: 20;
	max-width: 30%;
}
.slogan h1 {
	color: white;
	margin: 0 0 20;
}
.slogan p {
	color: white;
	margin-bottom: 0;
}
#boksy {
	padding: 100px 0;
}
/*
.boks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #f2f4f7;
	padding: 90px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.boks:hover {
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	-webkit-box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.2);
}
.boks:hover strong {
	color: #279af1;
}
*/

.boks {
    overflow: hidden;
    position: relative;
    text-decoration: none;
    -webkit-transition: 0.2s -webkit-transform ease-in-out;
    transition: 0.2s -webkit-transform ease-in-out;
    transition: 0.2s transform ease-in-out;
    transition: 0.2s transform ease-in-out, 0.2s -webkit-transform ease-in-out;
    will-change: transform;
    z-index: 0;

    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #f2f4f7;
	padding: 80px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
  }
  .boks::after {
    background-color: #279af1;
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translate(-100%, 0) rotate(10deg);
            transform: translate(-100%, 0) rotate(10deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transition: 0.2s -webkit-transform ease-out;
    transition: 0.2s -webkit-transform ease-out;
    transition: 0.2s transform ease-out;
    transition: 0.2s transform ease-out, 0.2s -webkit-transform ease-out;
    will-change: transform;
    z-index: -1;
  }

  .boks:hover::after {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .boks:hover {
    color: white;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    will-change: transform;
  }
  .boks:hover strong {
    color: white;
  }
  .boks:hover img {
      filter: brightness(1.5);
  }

.boks img {
	display: block;
	margin-bottom: 60px;
}
.boks strong {
	color: #0b0042;
    font-size: 1.375rem;
    font-family: "Fira Sans", sans-serif;
	font-weight: 700;
	-webkit-transition: color 0.2s;
    transition: color 0.2s;
    text-align: center;
}

#realizacje h2 {
	margin-top: 0;
	margin-bottom: 30px;
}
.card.horizontal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
}
.card_img {
	position: relative;
	z-index: 10;
	overflow: hidden;
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.card_img img {
	display: block;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.card_img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.card_body {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px;
	background-color: #fff;
	position: relative;
	z-index: 20;
	margin-left: -60px;
}
.card_body h3 {
	margin: 0 0 15px;
	font-size: 1.375rem;
}
.card_body h3 a {
	color: #0b0042;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}
.card_body h3 a:hover {
	color: #279af1;
}
.card_body small {
	color: #0b0042;
	opacity: 0.5;
	display: block;
	line-height: 33px;
	background: url(/img/cal.svg) left no-repeat;
	background-size: 22px;
	padding-left: 30px;
}
#komunikaty {
	padding: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #f2f4f7;
}
#komunikaty h4 {
	margin-top: 0;
	margin-bottom: 30px;
}
#komunikaty a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 18px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
#komunikaty a:first-of-type {
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}
#komunikaty a small {
	background: url(/img/cal.svg) left no-repeat;
	background-size: 12px;
	font-size: 0.825rem;
	color: #0b0042;
	opacity: 0.5;
	padding-left: 20px;
	line-height: 1em;
	display: block;
	margin-bottom: 5px;
}
#komunikaty a strong {
	color: #0b0042;
}
#paralaksa {
	height: 400px;
	margin: 100px 0;
	background: url(/img/paralaksa.jpg) center no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
#logotypy {
	margin-bottom: 100px;
}
#logotypy .col-2 {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border: 1px solid #f2f4f7;
	border-right: 0;
	margin: 0 !important;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 16.66667%;
	max-width: 16.66667%;
	-ms-flex-preferred-size: 16.66667%;
	flex-basis: 16.66667%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    display: flex;
}
#logotypy .col-2:last-of-type {
	border-right: 1px solid #f2f4f7;
}

#logotypy .col-2 a {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

#logotypy .col-2 img {
    max-width: 60%;
    max-height: 60%;
}

.sub header .swiper-slide img {
	height: 350px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
.sub footer {
	margin-top: 100px;
}
#galeria {
	margin-top: 15px;
}
aside h4 {
	margin: 55px 0 30px;
}
aside .card_img {
	width: 150px;
	margin-right: 30px;
}
aside .card_img img {
	width: 100%;
}
aside .card_body {
	margin-left: 0;
	padding: 0;
}
aside .card_body h5 {
	margin: 0;
	font-size: 1.125rem;
}
aside .card_body h5 a {
	color: #0b0042;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}
aside .card_body h5 a:hover {
	color: #279af1;
}
aside .card_body small {
	background-size: 12px;
	font-size: 0.75rem;
	padding-left: 20px;
	line-height: 1.1em;
	margin-top: 5px;
	height: auto;
	background-position: 0 0;
}
.col-6 .card_img {
	width: 220px;
}
.col-6 .card_img img {
	display: block;
	width: 100%;
}
.col-6 .card_body {
	margin-left: 0;
}
footer {
	padding: 70px 0;
	background-color: #0b0042;
}
footer .ic {
	color: white;
	margin-right: 45px;
}
footer .ic img {
	display: block;
	margin-right: 10px;
}
footer .ic h6 {
	color: white;
	text-transform: uppercase;
	margin: 0;
	font-size: 1rem;
}
footer .ic div {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
footer a {
	color: white;
}
.madeby {
	line-height: 1em;
}
.madeby img {
	display: block;
	width: 92px;
}
.madeby small {
	float: left;
	color: white;
	font-size: 0.625rem;
	margin: 1.5px 3px 0 0;
	display: inline-block;
	font-family: arial;
}
.lg-backdrop.in {
	opacity: 0.8 !important;
}
.fluid {
	max-width: 100%;
	height: auto;
	display: block;
}
.responsive-media,
.r-m {
	position: relative;
	overflow: hidden;
	padding-top: 56.25%;
}
.responsive-media iframe,
.r-m iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.alerts {
	position: relative;
}
.alert {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	padding: 10px 15px;
	margin-bottom: 10px;
	color: white;
	font-weight: bold;
	background-color: #cccccc;
	width: calc(100% - 30px);
}
.alert.alert-success {
	background-color: #008020;
	z-index: 20;
}
.alert.alert-warning {
	background-color: #f59f00;
	z-index: 2;
}
.alert.alert-danger {
	background-color: #e42417;
	z-index: 1;
}
.alert.alert-info {
	background-color: #4babe2;
	z-index: 20;
}
.fb_slider_right {
	position: fixed;
	top: 180px;
	right: -320px;
	z-index: 10000;
	width: 348px;
	height: 100px;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.fb_slider_right .sliderbody {
	float: left;
	width: 320px;
}
.fb_slider_right:hover {
	right: 0;
	height: 100%;
}
.fb_slider_right .button,
.fb_slider_right iframe {
	float: left;
	background: white;
}
.sub #main li li {
	margin-top: 5px;
}

.tableFromVectraportalServices table.table {
    font-size: 11px;
    border: 1px solid #ddd;
    width: 100%;
    max-width: 100%;
    margin-top: 60px;
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse;
}

.tableFromVectraportalServices table.table tr {}

.tableFromVectraportalServices table.table th {
    border-top: 0;
    vertical-align: middle;
    border-bottom-width: 2px;
    border: 1px solid #ddd;
    padding: 5px;
    line-height: 1.42857143;
    text-align: left;
}

.tableFromVectraportalServices table.table td {
    vertical-align: middle;
    border: 1px solid #ddd;
    padding: 5px;
    line-height: 1.42857143;
    box-sizing: border-box;
}

.tableFromVectraportalServices table.table tr:hover {
    background-color: #f5f5f5;
}

.tableFromVectraportalServices table.table>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}


.ue {
	position: fixed;
	top: 300px;
	right: 0;
	z-index: 1000;
}

.ue img {
	width: 100px;
	display: block;
}

@media (max-width: 1199px) {
	.ue img {
		width: 60px;
		display: block;
	}
}

/*# sourceMappingURL=main.min.css.map */
