#loader {
    background-color: #fff;
    display: table;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    vertical-align: middle;
    width: 100%;
    z-index: 9999;
}
.loader-container {
    display: table-cell;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    z-index: 12;
}
#preloader_1 {
    margin: auto;
    position: relative;
    width: 100px;
}
#preloader_1 span {
    animation: 1.5s ease-in-out 0s normal none infinite running preloader_1;
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    display: block;
    height: 5px;
    position: absolute;
    width: 9px;
}
#preloader_1 span:nth-child(2) {
    animation-delay: 0.2s;
    left: 11px;
}
#preloader_1 span:nth-child(3) {
    animation-delay: 0.4s;
    left: 22px;
}
#preloader_1 span:nth-child(4) {
    animation-delay: 0.6s;
    left: 33px;
}
#preloader_1 span:nth-child(5) {
    animation-delay: 0.8s;
    left: 44px;
}
@keyframes preloader_1 {
0% {
    background: rgba(0, 81, 158, 1) none repeat scroll 0 0;
    height: 5px;
    transform: translateY(0px);
}
25% {
    background: rgba(0, 81, 158, 1) none repeat scroll 0 0;
    height: 30px;
    transform: translateY(15px);
}
50% {
    background: rgba(0, 81, 158, 1) none repeat scroll 0 0;
    height: 5px;
    transform: translateY(0px);
}
100% {
    background: rgba(0, 81, 158, 1) none repeat scroll 0 0;
    height: 5px;
    transform: translateY(0px);
}
}
.t3-copyright {
	background: #00519e;
	color: #fff;
}
.t3-footer .square {
	background: #00519e;
}
.t3-footer .square span {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
.jb-topbar {
	border-bottom: 1px solid #00519e;
	background: #00519e;
    color: #fff;
}
.jb-topbar #contact-details ul li a {
	color: #fff;
}
body {
  font-size: 16px;
}
.tparrows.preview3::after {
	color: #fff !important;
	background: #00519e !important;
}
.tparrows.preview1::after {
	background: rgba(0, 81, 158, 0.15) !important;
}
.tparrows.preview1:hover::after {
	color: #fff !important;
	background: rgba(0, 81, 158, 1) !important;
}
.t3-megamenu .mega-dropdown-menu {
	background: #fff;
	border-top: 2px solid #18bbe7;
  	border-bottom: 2px solid #18bbe7;
  	border-left: 2px solid #18bbe7;
  	border-right: 2px solid #18bbe7;
}
.t3-megamenu .mega-nav > li a, .t3-megamenu .dropdown-menu .mega-nav > li a {
	color: #282828 !important;
}
.t3-megamenu .mega-nav > li a:hover, .t3-megamenu .dropdown-menu .mega-nav > li a:hover, .t3-megamenu .mega-nav > li a:active, .t3-megamenu .dropdown-menu .mega-nav > li a:active, .t3-megamenu .mega-nav > li a:focus, .t3-megamenu .dropdown-menu .mega-nav > li a:focus {
	color: #00519e !important;
}
.marg-bot {
  margin-bottom: 20px;
  overflow: hidden;
}
.module.marg-top {
  margin-top: 66px;
}
.carousel .carousel-control {
	background: #18bbe7 !important;
}
.carousel .carousel-control.left {
	left: 2%;
}
.home .bg-pattan {
  padding-bottom: 0;
  margin-bottom: -1px;
}
h1.article-title {
	font-size: 24px;
	font-family: 'Montserrat', sans-serif;
	color: #333333;
	line-height: 1.5;
	text-transform: uppercase;
	text-decoration: none !important;
	font-weight: 700;
	margin-top: 22px;
	margin-bottom: 11px;
}
.logo-showcase.uneven .col-md-2,
.logo-showcase.uneven .col-sm-2 {
  width: 14.28571428%;
  margin-bottom: 0;
}
@media (max-width: 767px) {
.logo-showcase.uneven .col-xs-4 {
  width: 33.33333333%;
  margin-bottom: 20px;
}
}
.lastworks_portfolio .filter-buttons {
  display: none !important;
}

.headerImg {
  width: 100% !important;
  max-width: 1170px;
  height: auto !important;
  max-height: 300px;
  display: block;
  margin: 0 auto;
}
.t3-footnav .t3-module ul > li > a:hover, .t3-footnav .t3-module ul > li > a:active, .t3-footnav .t3-module ul > li > a:focus {
	color: #00519e;
}

.contact_details .square-service {
	padding: 0px 15px;
	text-align: center;
	margin-top: 0px;
}

.img-fluid{
width:100%;}

.mb-4{margin-top: 1.5rem!important;
}
form.pwebcontact-form .pweb-field-captcha .pweb-field {
	margin-left: 0 !important;
}

.jb-title-center-big .module-title {
  hyphens: none;
}

@media (max-width: 767px) {
.jb-title-center-big .module-title {
  hyphens: auto;
}
}

.module-ct img{
  width:100%;
}
.cookieLink {
  line-height: 24px;
  padding: 10px 15px;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  width: 100%;
  display: block;
}
.cookieLink:hover {
  background-color: #fff;
  color: #00519e;
}