

::selection {
	background: #95b1e7; /* Safari */
	}
::-moz-selection {
	background: #95b1e7; /* Firefox */
}


html, body {
	height: 100%;
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
	height: 100%;
	background-color: #e5e5e5;
	font-weight: 300;
	color: #222;
	font-size: 16px;
}

.wrapper {
	width: 1000px;
	height: auto;
	text-align: left;
	margin: 0px auto;
}
b,strong {
	font-weight: bold;
}
i,em {
	font-style: italic;
}

.form-input {
	display: block;
	width: 100%;
	box-sizing: border-box;
	height: 40px;
	margin: 12px 0;
	padding: 6px 14px;
	background-color: #fff;
	border-radius: 20px;
	border: 1px solid #ddd;
	font-weight: normal;
	color: #222;
	font-size: 16px;
	outline: none;
	-webkit-appearance:none;
	transition: all 300ms ease;
}
.form-input--error {
	border: 2px solid rgba(196,57,65, 0.8);
}
textarea.form-input {
	height: auto;
	resize: none;
}


.button1, .button2 {
	position: relative;
	outline: none;
	display: inline-block;
	width: auto;
	height: auto;
	text-align: center;
	margin: 4px;
	padding: 8px 18px;
	border-radius: 24px;
	background-color: #1D73B9;
	font-size: 16px;
	font-weight: 600;
	color: #fff !important;
	text-decoration: none !important;
	border: none;
	border-right: 3px solid #000;
  	cursor: pointer;
  	-webkit-appearance:none;
	transition: all 300ms ease;
}
.button2 {
	background-color: #fff;
	color: #000 !important;
}
.button1:hover {
	box-shadow: 0 0 16px rgba(0,0,0,0.3);
}
.button2:hover {
	box-shadow: 0 0 16px rgba(0,0,0,0.6);
}
.button--borderWhite {
	border-color: #fff;
}
.button--borderWhite:hover {
	box-shadow: 0 0 12px rgba(255,255,255,0.3);
}


.bg-twitter {
	background-color: #1da1f2;
}
.bg-facebook {
	background-color: #3b5998;
}
.bg-linkedin {
	background-color: #0077b5;
}
.bg-whatsapp {
	background-color: #128c7e;
}

.rounded {
	border-radius: 20px !important;
}

.u-zoomOnHover {
	transition: all 300ms ease;
}
.u-zoomOnHover:hover {
	transform: scale(1.1);
}

.u-vAlignMiddle {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.u-light-bg {
	background: #f5f5f5 !important;
}

.u-text-blue {
	color: #1D73B9 !important;
}

.u-softTransition {
	transition: all 300ms ease;
}

.u-max-lines--3 {
	max-height: 75px;
	overflow: hidden;
}

.u-cursor-default {
	cursor: default !important;
}

.row--largeGutter {
	margin-left: -1rem;
	margin-right: -1rem;
}
.row--largeGutter > .col {
	padding-left: 1rem;
	padding-right: 1rem;
}

.row--smallGutter {
	margin-left: -5px;
	margin-right: -5px;
}
.row--smallGutter > .col {
	padding-left: 5px;
	padding-right: 5px;
}

.ml--3 {
	margin-left: -1rem;
}
.mr--3 {
	margin-right: -1rem;
}





.header {
	position: fixed;
	width: 100%;
	height: 100px;
	z-index: 100;
	top: 0;
	left: 0;
}
.header--absolute {
	position: absolute;
}
.header-placeholder {
	height: 100px;
    background-color: #eee;
}
.header-top {
	text-align: right;
	height: 50px;
	padding-top: 15px;
	padding-right: 30px;
	line-height: 20px;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
}
.header-top a {
	color: #fff;
	font-weight: 600;
	text-shadow: 0 1px 1px rgba(0,0,0,0.2);
}
.header-top-button {
	outline: none;
	display: inline-block;
	vertical-align: baseline;
	width: auto;
	height: auto;
	text-align: center;
	margin: 0;
	padding: 4px 8px;
	border-radius: 24px;
	background-color: #fff;
	color: #000 !important;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none !important;
	border: none;
	border-right: 3px solid #000;
  	cursor: pointer;
  	-webkit-appearance:none;
  	text-shadow: none;
	transition: all 300ms ease;	
}
.header-top-button:hover {
	box-shadow: 0 0 12px rgba(0,0,0,0.3);
}
.header-icon {
	display: inline-block;
	vertical-align: middle;
	color: #fff !important;
	font-weight: normal !important;
	margin-left: 12px;
	line-height: 20px;
}
.header-icon i {
	vertical-align: baseline;
}
.header-icon--large i {
	font-size: 16px;
}
.header-content {
	
}
.header-content-inner {
	width: auto;
	height: 40px;
	border-radius: 20px;
	background: rgb(0,40,68);
	background: linear-gradient(90deg, rgba(0,40,68,1) 0%, rgba(0,19,33,1) 100%);
}
.header-logo {
	position: absolute;
	left: -2px;
	top: -25px;
	z-index: 101;
	display: block;
	padding: 0;
	width: 85px;
	height: 85px;
	top: -25px;
}
.header-logo img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
.header-nav {
	display: block;
	width: auto;
	height: auto;
}
.header-nav-close {
	position: absolute;
	top: 20px;
	right: 26px;
	color: #fff !important;
	line-height: 1em;
	font-size: 20px;
}
.header-nav ul {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0 10px;
	text-align: right;
}
.header-nav ul li {
	width: auto;
	height: auto;
	display: inline-block;
	list-style: none;
}
.header-nav ul li a {
	display: inline-block;
	width: auto;
	height: 24px;
	margin: 8px 2px;
	padding: 0 10px;
	line-height: 24px;
	overflow: hidden;
	border-radius: 12px;
	font-size: 15px;
	font-weight: 600;
	color: #fff !important;
	text-decoration: none;
	cursor: default;
	transition: all 300ms ease;
}
.header-nav ul li a[href] {
	cursor: pointer;
}
.header-nav ul li i.fas {
	font-size: 10px;
}
.header-nav ul li.active > a,
.header-nav ul li a.active,
.header-nav ul li a[href]:hover {
	color: #002844 !important;
	background-color: #fff;
}
.header-nav > ul > li > ul {
	display: none;
	position: absolute;
	z-index: 102;
	background: linear-gradient(90deg, rgba(0,40,68,1) 0%, rgba(0,19,33,1) 100%);
	border-radius: 20px;
	border-right: 3px solid #fff;
	min-width: 170px;
	text-align: left;
	margin-left: -10px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.header-nav > ul > li > ul.large {
	width: 660px;
}
.header-nav > ul > li:hover > ul {
	display: block;
}
.header-nav > ul > li:hover > ul > li {
	display: block;
}
.header-nav > ul > li:hover > ul > li.with-subs {
	float: left;
	width: 200px;
	margin-left: 15px;
}
.header-nav > ul > li:hover > ul > li.with-subs:nth-child(1) {
	margin-left: 0;
}


@media (min-width: 992px)
{
	.header-nav > ul > li:hover > ul > li > a {
		display: block;
		height: auto;
	}
	.header-nav > ul > li:hover > ul.large > li > a {
		text-transform: uppercase;
		font-size: 18px;
	}
}
.header-nav > ul > li:hover > ul > li > ul {
	text-align: left;
	padding: 0;
}
.header-nav > ul > li:hover > ul > li > ul > li {
	display: block;
}
.header-nav > ul > li:hover > ul > li > ul > li > a {
	font-weight: 300;
	font-size: 16px;
	margin: 0;
	height: auto;
	line-height: 1em;
	padding-top: 4px;
	padding-bottom: 4px;
}


.header--scrolling .header-top {
	background-color: #fff;
	height: 40px;
	padding-top: 8px;
}
.header--scrolling .header-content {
	background: linear-gradient(90deg, rgba(0,40,68,1) 0%, rgba(0,19,33,1) 100%);
}
.header--scrolling .header-content-inner {
	background: transparent;
}
.header--scrolling .header-logo {
	width: 85px;
	height: 85px;
	top: -25px;
}
.header--scrolling .header-top {
	color: #002844;
}
.header--scrolling .header-top a {
	color: #002844;
	text-shadow: none;
}
.header--scrolling .header-top .header-top-button {
	background-color: #1D73B9;
	color: #fff !important;
}
.header--scrolling .header-icon {
	color: #002844 !important;
}



.dropdown {
	position: absolute;
	top: 36px;
	left: 0px;
	min-width: 270px;
	z-index: 120;
	background-color: #fff;
	border-radius: 8px;
	padding: 10px 5px;
	overflow: hidden;
	text-align: left;
}
.dropdown.is-hidden {
	display: none;
}
.dropdown-link {
	display: block;
	padding: 2px 12px;
	color: #002844 !important;
	text-shadow: none !important;
	font-weight: 400 !important;
}
.dropdown-link strong {
	font-weight: 600 !important;
}
.dropdown-link a {
	color: #002844 !important;
	text-shadow: none !important;
	font-weight: 400 !important;
}


.mobile-menu {
	text-align: right;
	line-height: 40px;
	border-radius: 12px;
	font-size: 17px;
	font-weight: 600;
	color: #fff !important;
	text-decoration: none !important;
}




.page-header {
	position: relative;
	overflow: auto;
	width: 100%;
	height: 25vw;
	min-height: 380px;
	margin: 0;
	text-align: left;
	background: linear-gradient(90deg, #067DD2 0%, #0263A9 100%);
}
.page-header-video-outer {
	margin-top: 5vw;
	margin-bottom: 5vw;
	height: calc(100% - 10vw);	
}
.page-header-video {
	width: 100%;
	height: 100%;
	position: relative;
	top: 0;
	left: 0;
	z-index: 0;
	background-size: cover;
}
.page-header-wrapper {
    display: block;
    overflow: hidden;
    height: 100%;
}
.page-header-inner {
    display: block;
	height: auto;
	position: relative;
	max-height: 100%;
	left: 50%;
	width: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: 40px;
}
.page-header-title {
    font-size: 36px;
    letter-spacing: 1px;
    line-height: 1em;
    color: #fff;
}
.page-header-subtitle {
    display: block;
    font-weight: 400 !important;
}
.page-header-description {
    font-weight: 400 !important;
}
.page-header-description a {
	color: #fff !important;
	text-decoration: underline !important;
}

.page-header-slider-outer-outer {
	width: calc(50vw - 80px);
	height: 25vw;
	min-height: 380px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.page-header-slider-outer {
	position: absolute;
	width: 100%;
	height: 35vw;
	min-height: 480px;
	top: -5vw;
	overflow: hidden;
	border-top-right-radius: 40% 50%;
	border-bottom-right-radius: 40% 50%;
}
.page-header-slider {
	width: 100%;
	height: 100%;
	top: 5vw;
	position: relative;
}
.page-header-slider-item {
	width: 100%;
	height: 25vw !important;
	min-height: 380px !important;
	position: relative;
	z-index: 5;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	transition: transform 4000ms ease;
}
.page-header-slider-item.is-animated {
	transform: scale(1.08);
	z-index: 6;
}
.page-header--home {
	height: 33vw;
}
.page-header--home .page-header-slider-outer-outer {
	height: 33vw;
}
.page-header--home .page-header-slider-outer {
	height: 43vw;
}
.page-header--home .page-header-slider-item {
	height: 33vw !important;
}





.album-image {
	display: block;
	width: auto;
	height: 150px;
	border-radius: 3px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}



.slick--flex .slick-track {
    display: flex !important;
}

.slick--flex .slick-slide {
    height: inherit !important;
}
.slick-disabled {
	opacity: 0.3;
	cursor: not-allowed !important;
}
.slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	background: transparent;
	border: none;
	outline: none;
	cursor: pointer;
	color: #1D73B9;
	font-size: 30px;
}
.slick-prev {
	left: -30px;
}
.slick-next {
	right: -30px;
}
.slick-dots {
	position: absolute;
	bottom: -60px;
	left: 20px;
}
.slick-dots > li {
	cursor: pointer;
	display: inline-block;
	padding: 0;
	margin: 0 8px;
	width: 24px;
	height: 8px;
	background-color: #fff;
	border-radius: 4px;
	opacity: 0.5;
	transition: all 300ms ease;
}
.slick-dots > li.slick-active {
	opacity: 1;
}
.slick-dots > li:before {
	display: none;
}
.slick-dots > li button {
	display: none;
}





.card {
	display: block;
	background: #fff;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	border: none;
	border-right: 3px solid #0263A9;
	overflow: hidden;
}
.col > .card,
.card--fullHeight {
	height: calc(100% - 30px);
	margin-bottom: 30px;
}
.card-image {
	height: 240px;
	overflow: hidden;
	background-color: #f0f0f0;
}
.card-image-placeholder {
	width: 100%;
	height: 100%;
	background-color: #f0f0f0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 60px;
}
.card-image--wide {
	position: absolute;
	top: 0;
	left: 0;
	width: 238px;
	height: 220px;
}
.card-image--project {
	height: 387px;
}
.card-image > div {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	transition: all 300ms ease;
}
.card-image:hover > div {
	transform: scale(1.1);
}
.card-floating-image {
	float: right;
	width: 64px;
	margin-top: -20px;
	margin-right: -20px;
}
.card-content {
	padding: 20px 30px;
	font-size: 15px;
	line-height: 21px;
}
.card-content--wide {
	padding-left: 260px;
}
.card-content ul li {
	line-height: 21px !important;
}
.card-content ul li:before {
	top: 7px !important;
}




.card--dark {
	background: linear-gradient(90deg, #067DD2 0%, #0263A9 100%);
	border-color: #222;
}
.card--darkBorder {
	border-color: #222;
}
.card--testimonialsOuter {
	overflow: visible;
	padding-bottom: 60px;
}
.card--testimonials {
	margin: 0 30px 0 -30px;
	overflow: visible;
}

img.quote {
	width: 90px;
	float: right;
	margin: 24px 40px -20px 0;
}


.submenu-list {
	margin: 0 0 0 -10px !important;
	padding: 0 !important;
}
.submenu-list-item {
	list-style: none !important;
	padding-left: 0 !important;
}
.submenu-list-item:before {
	display: none;
}
.submenu-list-item a {
	display: inline-block;
	padding: 5px 10px;
	border-radius: 4px;
	color: #333 !important;
	font-weight: 400 !important;
}
.submenu-list-item--active a {
	background: linear-gradient(90deg, #067DD2 0%, #0263A9 100%);
	color: #fff !important;
	font-weight: 700 !important;
}


.project-slider {
}
.project-slider-item {
	text-align: left;
}




.testimonial-slider {
	background: linear-gradient(90deg, #067DD2 0%, #0263A9 100%);
	overflow: hidden;
}
.testimonial-slider .slick-arrow {
	color: #fff;
}
.testimonial-slider-item p {
	font-size: 18px;
	line-height: 25px;
}
.testimonial-slider-quote {
	width: 110px;
	float: right;
	margin: -30px -70px -110px 0;
}



.complaint-slider {
	background: linear-gradient(90deg, rgba(0,40,68,1) 0%, rgba(0,19,33,1) 100%);
	color: #fff;
}
.complaint-slider h1,
.complaint-slider h2,
.complaint-slider h3,
.complaint-slider h4,
.complaint-slider h5,
.complaint-slider h6,
.complaint-slider a {
	color: #fff !important;
}
.complaint-slider-item {
	text-align: center;
}
.complaint-slider-item-image {
	display: block;
	width: 100px;
	margin: 0 auto 15px auto;
	transition: all 300ms ease;
}
.complaint-slider-item:hover .complaint-slider-item-image {
	transform: scale(1.1);
}
.complaint-slider .slick-arrow {
	color: #fff;
}


.partner-slider {
	margin-left: 15px;
	margin-right: 15px;
}
.partner-slider-item {
	height: 60px !important;
}
.partner-slider-item img {
	max-width: 100%;
	max-height: 60px;
	margin-left: auto;
	margin-right: auto;
}


.map {
	width: 100%;
	height: 420px;
	border-radius: 15px;
}




.main-box {
    width: auto;
    height: auto;
    background-color: #eee;
}



.text-box {
	font-size: 16px;
	line-height: 25px;
}
.text-box h1,
.text-box h2,
.text-box h3,
.text-box h4,
.text-box h5,
.text-box h6 {
	font-weight: 700;
	font-size: 18px;
	color: #333;
	margin: 0px;
	padding: 6px 0;
}
.text-box h1,
.text-box h2 {
	font-size: 30px;
}
.text-box h3 {
	font-size: 24px;
}
.text-box h4 {
	font-size: 20px;
}
.text-box h1 > span,
.text-box h2 > span,
.text-box h3 > span,
.text-box h4 > span,
.text-box h5 > span,
.text-box h6 > span {
	color: #1D73B9;
}

.text-box a {
	color: #1D73B9;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
}
.text-box a:hover {
	text-decoration: underline;
}
.text-box p {
	margin: 0;
	padding: 8px 0;
}
.text-box ul,
.text-box ol {
    padding: 0;
    margin: 0;
	margin-left: 30px;
}
.text-box ul {
	margin-left: 0;
}
.text-box ul li {
	list-style: none;
	position: relative;
	padding: 2px 0 2px 18px;
	line-height: 25px;
}
.text-box ul li:before {
	content: '';
	position: absolute;
	background-image: url('../img/bullet.png');
	background-repeat: no-repeat;
	background-size: 12px 12px;
	background-position: 0 0;
	top: 9px;
	left: 0;
	width: 12px;
	height: 12px;
}
.text-box ol li {
	list-style: decimal;
}
.text-box img {
	max-width: 100%;
	height: auto !important;
	border-radius: 5px;
}
.text-box iframe {
	max-width: 100%;
	border: 0;
}
.text-box hr {
	display: block;
	width: auto;
	height: 1px;
	border: 0;
	background-color: rgba(0,0,0,0.1);
	padding: 0;
	margin: 20px 0;
}
.text-box sup {
	vertical-align: super;
    font-size: smaller;
}
.text-box sub {
	vertical-align: sub;
    font-size: smaller;
}


iframe.qualiwidget {
	border-radius: 20px;
	background-color: #fff;
	border: 0;
	border-right: 3px solid #0263A9;
	width: 100%;
	height: 432px;
	padding-top: 10px;
	margin: 0 auto;
}


.breadcrumb-path {
	font-size: 14px;
	font-weight: 300;
	color: #666;
}
.breadcrumb-path a {
	font-size: 14px;
	font-weight: 300;
	color: #666;
	padding: 0 4px;
}


.footer {
	
}
.footer-header {
	padding: 30px 0;
	background: linear-gradient(90deg, rgba(0,40,68,1) 0%, rgba(0,19,33,1) 100%);
}
.footer-sitemap {
	column-count: 3;
	column-gap: 30px;
}
.footer-logo {
	width: 120px;
}
.footer-footer {
	background: linear-gradient(90deg, #067DD2 0%, #0263A9 100%);
	padding: 30px 0;
}
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer a {
	color: #fff !important;
}
.footer-link {
	font-weight: 300 !important;
}



@media screen and (min-width: 768px) { 
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  min-width: 500px;
  text-align: left;
  vertical-align: middle;
  margin: 1.75rem auto;
}

@media (min-width: 767px) {
	.modal-dialog {
		width: 676px;
		max-width: none;
	}
}
.modal-body {
	padding: 0 15px;
}
.modal-content {
	border-radius: 20px;
	border: 0;
}
.modal-image {
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	min-height: 338px;
}
.modal-dialog-close {
	display: block;
	position: absolute;
	right: -20px;
	top: -20px;
	cursor: pointer;
	z-index: 1000;
	border-radius: 100%;
	border: none;
	opacity: 1;
	display: block;
	width: 40px;
	height: 40px;
	background: linear-gradient(90deg, #067DD2 0%, #0263A9 100%);
	color: #fff;
}





.fancybox-slide--iframe .fancybox-content {
	max-height: 80vh;
	max-width: 80vw;
}
