body {
	font-family: "proxima-nova", sans-serif;
	font-size: 14px;
}
body.inner {
	background-color: #023763;
}
.np {
    padding: 0;
}
*[class^="icon-"] {
	background-repeat: no-repeat;
	display: inline-block;
	background-position: center;
}

.icon-address {
	background-image: url(images/address.svg);
	width: 19px;
	height: 24px;
	-webkit-background-size: 19px;
	background-size: 19px;
}

.icon-phone	{
	background-image: url(images/phone.svg);
	width: 22px;
	height: 22px;
	-webkit-background-size: 22px;
	background-size: 22px;
}

.icon-fax {
	background-image: url(images/fax.svg);
	width: 22px;
	height: 22px;
	-webkit-background-size: 19px;
	background-size: 19px;
}

.icon-email {
	background-image: url(images/email.svg);
	width: 22px;
	height: 22px;
	-webkit-background-size: 21px;
	background-size: 21px;
}

.logo {
    margin: 0;
}

.logo a {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 800;
    color: #02467f;
	display: inline-block;
	position: relative;
	-webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-decoration: none;
    letter-spacing: -0.5px;
}

.logo a:hover,
.logo a:focus {
	color: #1366ab;
	background: none;
	-webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-decoration: none;
}

.logo a span {
	-webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-decoration: none;
}

.logo a:hover span,
.logo a:focus span {
	opacity: 0.6;
	-webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-decoration: none;
}

.logo a .line {
    width: 1px;
    height: 57px;
    background-color: #699dca;
    display: block;
    position: absolute;
    top: -3px;
    right: -7px;
    bottom: 0;
    margin: auto;
}

.logo a .white {
    background-image: url(images/white.png);
    width: 202px;
    height: 36px;
    display: block;
    text-indent: -999em;
    position: relative;
    left: -7px;
	margin-top: 5px;
}

.logo a .gjw {
    background-image: url(images/gjw.png?v=1);
    width: 93px;
    height: 40px;
    display: block;
    text-indent: -999em;
    position: absolute;
    right: -111px;
    top: 0;
    bottom: 0px;
    margin: auto;
}


.parallax-overlay {
	position: absolute;
	z-index: 4;
	width: 100%;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.banner,
.contact-lead {
	position: relative;
	overflow: hidden;
}

.banner .parallax-overlay {
	background-image: url(images/overlay.png);
}

.contact-lead .parallax-overlay {
	background-image: url(images/section-overlay.png);
}

.parallax-content {
	position: relative;
	z-index: 5;
}

.bg-blue {
	background-color: #023763;
}

.bg-white {
	background-color: #fff;
}

.button {
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
	letter-spacing: 1px;
    padding: 15px 30px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-decoration: none;
}

.form-actions input[type="submit"],
.button.blue {
	background-color: #145f9d;
	border: 2px solid #145f9d;
}

.button.green {
	background-color: #85bb00;
	border: 2px solid #85bb00;
}

.button.ghost {
	border: 2px solid #fff;
}
.form-actions input[type="submit"]:hover,
.form-actions input[type="submit"]:focus,
.button:hover,
.button:focus {
	color: #fff;
	background-color: #001a2f;
	text-decoration: none;
	border: 2px solid #001a2f;
	-webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-decoration: none;
}

.preheader {
	border-bottom: 1px solid #013a6b;
	padding: 5px 15px 11px;
}

.preheader, .preheader a {
	color: #FFF;
}

.preheader p {
	margin: 0;
}

.preheader a {
	-webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-decoration: none;
}

.preheader a:hover,
.preheader a:focus {
	color: #4299e2;
	-webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-decoration: none;
}

.preheader p i {
    font-size: 18px;
    position: relative;
    top: 1px;
	color: #a9df26;
}

.preheader p .sep {
    width: 1px;
    height: 22px;
    background: #4e7ea6;
    display: inline-block;
    position: relative;
    top: 6px;
    margin: 0 8px;
}

header nav ul.nav {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}

header nav ul.nav li {
    display: inline-block;
	position: relative;
}


header nav ul.nav li a {
    padding: 45px 0 45px clamp(20.666666666666668px, 1.6145833333333333vw, 31px);
    color: #343434;
    font-size: clamp(14px, 0.8333333333333334vw, 16px);
    text-transform: uppercase;
	background: none;
	-webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-decoration: none;
}

header nav ul.nav li a.nav-path-selected,
header nav ul.nav li a.nav-selected,
header nav ul.nav li a:hover,
header nav ul.nav li a:focus {
	background: none;
	-webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-decoration: none;
	color: #85bb00;
}

header p {
    margin: 0;
}

header nav ul.nav li a i {
    color: #85bb00;
}

header .logo {
    margin: 26px 0 0;
}

footer .logo a {
	color: #4e7392;
}

footer .logo a .white {
	background-image: url(images/white-footer.png);
}

footer .logo a .gjw {
	background-image: url(images/GJW-footer.png?v=1);
}

footer .offset {
	padding-left: 50px;
}

footer .offset p i {
    position: relative;
    top: 6px;
    margin-right: 6px;
}

footer .offset p:last-child {
    margin-top: 15px;
    display: block;
}

footer .footer-contact p {
    position: relative;
    padding-left: 29px;
    margin-top: 33px;
}

footer .footer-contact p i {
    position: absolute;
    top: 2px;
    left: 0;
}

.pillars .pillar {
    display: block;
    width: 100%;
    position: relative;
	background-position: center;
	overflow: hidden;
}

.pillars .pillar.pillar-tall {
    height: 380px;
    padding-top: 280px;
	-webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-decoration: none;
}

.pillars .pillar.pillar-wide {
    height: 175px;
    margin-bottom: 30px;
    padding-top: 97px;
	-webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-decoration: none;
}

.pillars .pillar.pillar-1 {
	background-image: url(/application/files/1017/0958/3622/pillar1.png);
}

.pillars .pillar.pillar-2 {
	background-image: url(/application/files/1117/0958/3622/pillar2.png);
}

.pillars .pillar.pillar-3 {
	background-image: url(/application/files/2517/0958/3622/pillar3.png);
}

.pillars .pillar.pillar-4 {
	background-image: url(/application/files/4017/0958/3621/pillar4.png);
}

.pillars .pillar {
	text-decoration: none !important;
}

.pillars .pillar span {
    background-color: rgba(2,70,127,0.9);
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    color: #FFF;
    line-height: 22px;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-decoration: none;
}

.pillars .pillar.pillar-tall:hover {
	padding-top: 0;
	-webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-decoration: none;
}

.pillars .pillar.pillar-tall span {
	padding: 15px 15px 222px;
}

.pillars .pillar.pillar-wide span {
	padding: 15px 15px 108px;
}

.pillars .pillar.pillar-tall:hover span {
	padding: 162px 15px 222px;
	-webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-decoration: none;
}

.pillars .pillar.pillar-wide:hover {
	padding-top: 0;
	-webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-decoration: none;
}

.pillars .pillar.pillar-wide:hover span {
	padding: 67px 15px 108px;
	-webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-decoration: none;
}

.pillars .pillar span .link {
    padding: 0 !important;
	top: 0 !important;
    font-weight: 300;
    font-size: 12px;
    text-transform: uppercase;
	position: relative;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
    letter-spacing: 2.25px;
    margin-top: 5px;
    background: none;
}

.pillars .pillar.pillar-tall span {
    height: 101px;
}

.pillars .pillar.pillar-wide span {height: 78px;}

.inner .content {
	padding: 75px 0;
}

.page-title h1 {
    margin: 40px 0 -10px;
    text-align: center;
    font-family: "futura-pt";
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    letter-spacing: 5px;
    font-size: 45px;
}

header nav ul.nav li ul {
    background: #013a6b;
    position: absolute;
    z-index: 99;
    top: 75px;
    left: 30px;
    text-align: center;
    padding: 0;
    width: 200px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
}

header nav ul.nav li:hover ul,
header nav ul.nav li:focus ul {
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

header nav ul.nav li ul li a {
    color: #FFF !important;
    padding: 10px 20px;
    font-size: 12px;
    line-height: 14px;
	margin: 0;
    display: block;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    border-top: 1px solid rgba(255,255,255,0.1);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

header nav ul.nav li ul li a.nav-selected,
header nav ul.nav li ul li a:hover,
header nav ul.nav li ul li a:focus {
	color: #FFF;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	background: rgba(0,0,0,0.3);
}

header nav ul.nav li ul li {
    display: block;
}

header nav ul.nav li ul li:first-child a {
    border-top: 0;
}

header nav ul.nav li ul li:last-child a {
    border-bottom: 0;
}

.contact-info h3 {
    font-family: "futura-pt";
    text-transform: uppercase;
    color: #023763;
}

.contact-info h3 i {
    color: #FFF;
    background: #98ca1e;
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
}

.contact-info {
    font-size: 18px;
    font-weight: 300;
}

.gmap iframe {
    width: 100%;
    height: 320px;
}

.testimonials {
    text-align: center;
    padding: 60px 15px 130px !important;
}

.inner .content p, .inner .content ul {
    font-size: 18px;
}

.inner .content .dred-intro p {
    font-size: 20px;
    font-weight: 300;
    line-height: 35px;
    margin-bottom: 30px;
}

.inner .content .dred-intro p:first-child {
    margin-top: 19px;
}

.inner .content .dred-list {
}

.inner .content .dred-intro p:last-child {
    margin-bottom: 110px;
}

.dred-list h3 {
    font-size: 27px;
    color: #92cb05;
    font-family: "proxima-nova";
    font-weight: 700;
    margin: 0 0 30px;
}

.dred-list h5 {
    color: #023763;
    font-size: 21px;
    font-weight: 300;
    margin: 40px 0 0;
}

.content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.content ul li:before {
    content: "";
    background: #92cb05;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 0;
}

.content ul li:last-child {
    margin: 0;
}

.content ul li {
    margin: 0 0 7px;
	position: relative;
	padding-left: 15px;
}

.dock-intro {
    text-align: center;
}

.dock-intro h2 {
    font-weight: 900;
    color: #023763;
    font-size: 40px;
}

.dock-intro h3 {
    color: #666;
    font-weight: 300;
    font-size: 16px;
    margin: 0 0 60px;
    letter-spacing: 4px;
}

.dock-point {
    text-align: center;
}

.dock-point ul li:before {
    display: none;
}

.dock-point ul li {
    border-bottom: 1px solid #EEE;
    margin: 10px 0;
	padding: 0 0 10px;
}

.dock-point h4 {
    font-weight: 700;
    color: #77a800;
    font-size: 26px;
    text-transform: uppercase;
}

.dock-outro a {
    color: #77a800;
}

.dock-outro {
    text-align: center;
    margin: 0;
}

.dock-outro h3 {
    margin: 0;
}

.dock-point {
    background: #f9f9f9;
    min-height: 239px;
    padding: 30px 20px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
}

.dock-point ul li:last-child {
    border: none;
}

.hr60 hr {
    margin: 80px 0;
}

.docks-top h3 {
    font-weight: 700;
    color: #023763;
    font-size: 24px;
    margin: 0 0 15px;
}

.docks-top ul li {
    font-size: 16px;
}

.docks-top ul li:before {
    top: 6px;
}

.docks-top ul {
    margin-bottom: 50px;
}

.docks-top ul:last-child {
    margin-bottom: 0;
}

.barging-intro p:last-child {
    margin: 0;
}

.inner .content .barging-intro p {
    font-weight: 300;
    font-size: 19px;
    line-height: 29px;
    margin-bottom: 30px;
}

.barging-list {
    text-align: left;
}

.barging-list ul li:before {
    display: none;
}

.barging-list ul {
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
}
.barging-list ul {
    padding-left: 50px !important;
}
.barging-list ul ul {
    margin: 0 !important;
    padding: 0 !important;
}

.content .barging-list ul li ul li, .content .barging-list ul li {
    margin: 0;
    padding: 0;
}

.content .barging-list ul li {
}

.content .barging-list ul li ul li {
    float: none;
    width: 100%;
    font-size: 13px;
    color: #666;
}

.content .barging-list ul li:nth-of-type(2n+2) {
}

.content .barging-list ul:after {
    clear: both;
    content: "";
    display: block;
}

.content .barging-list ul {
    position: relative;
    left: 80px;
}

.content .barging-list ul ul {
    left: 23px;
}

.content .barging-list ul li i {
    color: #92cb05;
}

.content .barging-list ul li {
    margin-bottom: 8px;
}

.content .barging-list ul li:nth-of-type(2n+2) {
}

.content .barging-list ul:after {
    clear: both;
    content: "";
    display: block;
}

.content .barging-list ul {
    position: relative;
    left: 0;
    width: 640px;
    margin: 0px auto !important;
}

.content .barging-list ul ul {
    left: 23px;
    max-width: 50%;
    margin-right: auto !important;
    margin-left: 0 !important;
}

.content .barging-list ul li i {
    color: #92cb05;
}

.content .barging-list ul li {
    margin-bottom: 8px;
}

.barging-list h3 {
    font-size: 30px;
    font-weight: 700;
    color: #023763;
    margin: 0 0px 17px 53px !important;
    display: inline-block;
}

.inner .content .custom-intro p {
    font-size: 18px;
    font-weight: 300;
    line-height: 29px;
    margin-bottom: 37px;
}

.custom-intro h3 {
    font-weight: 700;
    color: #023763;
}

.custom-intro ul:after {
    clear: both;
    content: "";
    display: block;
}

.custom-intro ul {
    font-size: 16px !important;
}

.custom-intro ul li {
    width: 50%;
    float: left;
}

#swipebox-bottom-bar {
    -webkit-transform: translate3d(0,0,0) !important;
    transform: translate3d(0,0,0) !important;
    bottom: 0px !important;
}

#swipebox-top-bar {
    -webkit-transform: translate3d(0,0,0) !important;
    transform: translate3d(0,0,0) !important;
    top: 0px !important;
}
.gallery a {
    position: relative;
    overflow: hidden;
    display: block;
    float: left;
    background: #a9df26;
}

.gallery a i {
    position: absolute;
    background: #FFF;
    z-index: 999;
    width: 45px;
    height: 45px;
    color: #023763;
    border-radius: 100%;
    text-align: center;
    font-size: 25px;
    line-height: 45px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: scale(0);
    transition: all 0.2s;
}

.gallery a img {
    opacity: 1;
    transition: all 0.2s;
}

.gallery a:hover img, .gallery a:focus img {
    opacity: 0.2;
    transition: all 0.2s;
    transform: scale(1.4);
}

a.swipebox {}

.gallery a:hover i, .gallery a:focus
 i {
    transform: scale(1);
    transition: all 0.2s;
}

.heritage-award h2 {
    font-weight: 700;
    color: #023763;
    margin: 0 0 20px;
}

.heritage-award h3 {
    margin: 0 0 20px;
    font-size: 21px;
    color: #777;
}

.content p {
    margin-bottom: 26px;
    line-height: 29px;
}

.pd50 {
	margin-bottom: 100px;
}

.ws-msg {
	background-color: #57b600;
	text-align: center;
	color: #FFF;
	padding: 20px;
}

.ws-msg p { margin: 0px;}

.fsc-img img {
    margin: 0 auto;
}

.customer-testimonials ul li:before {
    display: none;
}

.customer-testimonials ul li {
    margin: 0;
    padding: 0;
    font-weight: 300;
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #EEE;
}

.customer-testimonials ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.customer-testimonials ul li .from {
    color: #333;
    font-weight: 600;
    text-align: right;
    margin-top: 30px;
    font-size: 17px;
    line-height: 17px;
	display: block;
}



.customer-testimonials ul li .from em {
    color: #666;
    font-weight: normal;
    font-style: normal;
    display: block;
    font-size: 14px;
}

.testimonials h2 {
    font-size: 28px;
    color: #02467f;
    font-family: futura-pt;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 0px !important;
}

.testimonials h2 + p {
	margin-bottom: 50px;
	font-weight: 300;
	font-size: 18px;
}

.testimonials h2 + p a {
	color: #85bb00;
	transition: all 0.2s;
	text-decoration: none;
}

.testimonials h2 + p a:hover, .testimonials h2 + p a:focus {
	color: #888;
	transition: all 0.2s;
	text-decoration: none;
}

.testimonials h2:after { display: none !important; }

.testimonials h2 + p:after {
    display: block;
    content: "";
    width: 42px;
    height: 4px;
    background-color: #85bb00;
    position: relative;
    top: 20px;
    margin: 0 auto;
}

.bg-light-blue {
	background-color: #eaf2f8;
}

.bg-light-blue p {
    margin: 0;
    font-weight: 300;
    font-size: 17px;
    text-align: center;
    padding: 20px 15px;
    color: #1f2b35;
}

.inner .content .dred-intro p:first-child {
    margin-top: 29px;
}

.inner .content .dred-intro p {
    font-size: 25px;
}

.news1 a {
	background-image: url(images/news1.png);
}

.news2 a {
	background-image: url(images/news2.png);
}

.news3 a {
	background-image: url(images/news3.png);
}

.news4 a {
	background-image: url(images/news4.png);
}

.news5 a {
	background-image: url(images/news5.png);
}

footer .logo a {
	color: #FFF !important;
}


.barging-intro {
    padding-right: 40px;
}

.fambio p {
    font-size: 12px !important;
    line-height: 18px !important;
    text-align: center;
    margin: 0;
}

.fambio p:last-child {
    background: #023763;
    color: #FFF;
    padding: 10px;
}

@media (min-width: 768px) {
	.hod {
		display: none;
	}
}

@media (max-width: 767px) {

	.hod a {
		background: #85bb00;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: block;
    z-index: 1000;
    text-align: center;
    color: #fff;
    font-size: 17px;
    padding: 16px;
    border-top: 1px solid #fff;
    font-weight: 600;
	}

}


.portal-intro p {
background-color: #023763;
margin: 0 0 30px;
color: #fff;
padding: 30px 70px;
text-align: center;
}

div.ccm-block-type-form div.form-group label.control-label span:not(.text-muted) {
display: block;
font-weight: normal;
font-size: 13px;
margin: -2px 0 9px;
}

.employee-box {
background-color: #f9f9f9;
padding: 30px;
}

.employee-box p {
line-height: 1.25;
}

.employee-box ul li em {
display: block;
font-size: 81%;
font-style: normal;
margin-top: 8px;
}

.employee-box ul li em strong {
display: block;
margin-bottom: 19px;
}

.employee-box p, .employee-box li {
font-size: 17px;
}

@media (max-width: 767px) {

.employee-box {
		margin-bottom: 20px;
}

.portal-intro p {
padding: 25px;
}

}

a.altlink {
    text-align: center;
    display: block;
    margin: 20px 0 50px;
    font-size: 17px;
    text-decoration: underline;
}

a.altlink:hover, a.altlink:focus {
    color: #999;
}

a.altlink {
    text-align: center;
    display: block;
    margin: 20px 0 50px;
    font-size: 17px;
    text-decoration: underline;
}

a.altlink:hover, a.altlink:focus {
    color: #999;
}

.emp-form {
    width: 640px;
    margin: 0 auto;
}

.emp-form .form-group {
    padding: 20px 20px 8px;
    margin: 0 0 20px !important;
}

.emp-form .form-group:nth-child(2n+2) {background: #f9f9f9;}



.content .portal-links ul li:before {
    display: none;
}

.content .portal-links ul li {
    padding: 0;
    margin: 0;
    flex: 0 0 19%;
    max-width: 19%;
		-webkit-flex: 0 0 19%;
		-ms-flex: 0 0 19%;
		flex: 0 0 19%;
}

.content .portal-links ul {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;

		display: -webkit-flex;
		display: -ms-flex;
		-webkit-display: flex;
		-moz-display: flex;
		-ms-display: flex;
		-o-display: flex;
		display: flex;
		-ms-align-items: stretch;
		align-items: stretch;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		-o-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
}

.content .portal-links ul li a {
    color: #fff;
    background-color: #023763;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
		display: -webkit-flex;
		display: -ms-flex;
		-webkit-display: flex;
		-moz-display: flex;
		-ms-display: flex;
		-o-display: flex;
		display: flex;
		-ms-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		-o-justify-content: center;
		justify-content: center;
		text-align: center;
    height: 100%;
    padding: 20px;
    text-decoration: none;
    transition: all 0.3s;
}

.content .portal-links ul li a:hover, .content .portal-links ul li a:focus {
    background-color: #92cb05;
}

@media (max-width: 767px) {
	.pdfembed {
		height: 300px;
	}

	.emp-form {
		width: 100%;
	}

	.content .portal-links ul li {
	    max-width: 100%;
	    -webkit-flex: 0 0 100%;
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    margin: 5px 0;
	}

}

.custom-form .custom-form-text ol {
    padding: 10px 0 0 18px;
}

.custom-form .custom-form-text p,
.custom-form .custom-form-text li {
    margin: 0 0 20px;
    font-size: 17px;
}

.custom-form form {
    margin-bottom: 30px;
    border: 1px solid #eee;
    padding: 15px 30px 35px;
}

.banner {
    background-image: url(images/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-lead {
    background-image: url(images/section-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.gallery a img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.full-height .col-sm-4 {
    height: clamp(266.6666666666667px, 20.833333333333332vw, 400px) !important;
}

.center-content {
    height: 100% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1199px) {
	.header .container {
    width: 100% !important;
	}
}

@media (max-width: 991px) {
	.content .barging-list ul,
	.inner .content .barging-list ul {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
	}
	.content .barging-list ul li,
	.content .barging-list ul ul {
    width: 100% !important;
		max-width: 100% !important;
	}
	.content .barging-list ul li i {
    float: unset !important;
	}
}

@media (max-width: 767px) {
	.full-height .col-sm-4 {
		height: auto !important;
	}
	.full-height .row {
		display: flex;
		flex-direction: column;
	}
	.full-height .col-sm-7 {
		-webkit-order: -1 !important;
		-ms-order: -1 !important;
		order: -1 !important;
	}
	.content-img img {
    max-width: 400px;
    width: 100%;
    margin: 0 auto 20px;
    display: block;
}
}
