/*
Theme Name: iWeld
Author: G7
Author URI: http://www.g7webdesign.co.uk
Version: 1.0
*/
html {
	font-size: 62.5%;
}

@font-face {
    font-family: 'alte_din_1451_mittelschriftRg';
    src: url('fonts/din1451alt_g-webfont.woff2') format('woff2'),
         url('fonts/din1451alt_g-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OCR A Std';
    font-style: normal;
    font-weight: normal;
    src: url('fonts/ocrastd.woff') format('woff');
    }

body {
	font-family: 'alte_din_1451_mittelschriftRg', sans-serif;
	line-height: 1.3;
	font-size: 1.6rem;
	color: #222;
}
ol li {
	margin: 20px 0;
}
.page-template-page-fullwidth-php .fullwidth {
	padding-bottom: 30px;
}
img {
	max-width: 100%;
	height: auto;
}
a:hover {
	color: #19b3e5;
}
body.home {
	background-color: #222;
}
.test {
	height: 220px;
	background-color: #19b3e5;
	
}
.diagonal-box {
	background: #fff;
	transform: skewY(-11deg);
	position: relative;
}
.diagonal-box:before {
	position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #fff; 	
    transform: skewY(-11deg);
}
.diagonal-box .content {
	margin: 0 auto;
	padding: 100px 0 200px 0;
	transform: skewY(11deg);
	position: relative;
}
.work-with {
	max-width: 1100px;
	margin: 0 auto;
}
.work-with h3 {
	font-size: 3.2rem;
}
.work-with .logos {
	display: grid;
  	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  	grid-gap: 2rem;
	  justify-content: center;
  align-content: center;
}
.logo-box {
	
	display: flex;
	justify-content: center;
}
.logo-box img {
	display: block;
  /* Make sure max-width is added */
  max-width: 100%;
  height: 75px;
	object-fit: contain;
}
.work-with h3 {
	text-align: center;
	flex-direction: column;
}
.work-with .underline {
	background-color: #222;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.slick-dots, .wpsisac-slider-content {
	display: none !important;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}
header {
	position: relative;
	z-index: 500;
	background-color: #fff;
}
.logo-header {
	display: flex;
	justify-content: space-between;
	padding: 15px 0;
	font-size: 2.4rem;
	align-items: center;
}
.header-contact a {
	color: #000;
}
.header-contact .contact-phone {
	display: inline-block;
	padding-right: 30px;
} 
.header-social a {
	margin-left: 4px;
}
.header-social a:first-of-type {
	margin-left: 0;
}
#feature {
	background-size: cover;
	background-position: center center;
    position: relative;
    max-width: 100%;
    padding: 0;
    padding-top: 333px;
    height: auto;
	background-repeat: no-repeat;
}

.blog-container .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.with-feature {
	background-size: cover;
	background-position: center center;
    position: relative;
    max-width: 100%;
    padding: 230px 0 0 0;
    	height:200px;
}
.dark {
	background-color: #222222;
	color:#fff;
}
.home #feature {
	background-color: #222;
	padding-top: 0;
	height: initial;
}
.text-logo {
	width: 100%;
	clear: both;
	display: flex;
	align-items: flex-end;
}
.home .page-title h1 {
	font-size: 6.5rem;
	font-family: 'Helvetica Neue LT Pro';
	vertical-align: baseline;
}

.home .page-title img {
	vertical-align: baseline;
	width: 407px;
	max-width: 100%;
	height: auto;
	padding-bottom:4px;
}


.container-header {
	display: flex;
	justify-content:space-between;
	align-items:center;
}

h1,h2,h3 {
	margin: 0;
}
.navbar {
	margin-bottom: 0;
}
.navbar-brand {
	height: unset;
}
.navbar-default {
	background: #19b3e5;
	border-bottom: none;
	display: flex;
	align-items: center;
}
.navbar-collapse {
	font-family: 'alte_din_1451_mittelschriftRg';
	text-align: center;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border: none;
}
#menu-primary {	
	margin: 0 auto;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background: none;		
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	
}
.menu-wrapper {
	width: 118px;
	margin: 0 auto;
	display: flex;
}
.menu-text {
	color: #fff;
	font-size: 2.2rem;
	margin-left: 10px;
}
.navbar-default .navbar-toggle {
	border: none;
	float: none;
	margin: 0 auto;
	padding: 0;
}
@media (min-width: 768px) {
	.menu-text {
    	display: none;
	}
	.menu-wrapper {
		display: none;
	}
	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
		padding-bottom: 10px;
		border-bottom: 5px solid #fff;		
	}
	.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
		padding-bottom: 10px;
		border-bottom: 5px solid #fff;
	}
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background: transparent;
}
.dropdown-menu {
	background: #19b3e5;
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
	font-size:2.2rem;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background: transparent;
	color: #fff;
}
.navbar-nav>li>.dropdown-menu {
	border-radius: 0;
}
.dropdown-menu li a {
	color: #fff;
	padding: 10px;
	font-size: 1.8rem;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #000;
    
	background-color: transparent;
    outline: 0 none;
    text-decoration: none;
	border-bottom: none;
	border-bottom: 5px solid #fff;
	padding-bottom: 5px;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
	width: 30px;
	height: 3px;
}
.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 5px;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #fff;
    background-color: transparent;
	border-bottom: 5px solid #fff;
	padding-bottom: 5px;
    }
#feature {
	position: relative;
}
.home .page-title {
	max-width: 500px;
	position: relative;
	top:0;
	padding: 100px 0 0 0;
}
.home .title-images {
	margin: 20px 0;
}
.home .page-title .underline {
	margin-top: 20px;
}
.page-title {
	position: absolute;
	top:60px;
	z-index: 100;
}
.page-title h2 {
	font-size: 3.3rem;
	color:#fff;
	margin: 10px 0;
}
.page-title h3 {
	color: #19b3e5;
	font-size: 2.4rem;
	padding-bottom: 25px;
}
.underline {
	background-color: #fff;
	height: 3px;
	width: 100px;
}
.link-module {
	position: relative;
	transition: transform .2s;
}
.link-module:hover {
	transform: scale(1.1);
	z-index: 10;
}
.link-module-a:hover {
	text-decoration: none;
}
.link-module-section {
	position: relative;
	height: 100%;
}
.link-module-section span {
	position: absolute;
	font-size: 3.6rem;
	color: #fff;
	top: 50%;
	left: 50%;
    transform: translate(-50%, -50%);

}
.link-module-action {
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.6rem;
	color: #231f20;
	font-family: 'OCR A Std';
	text-transform: uppercase;
	padding-left: 15px;
}
.link-module-action img {
	margin-left: auto;
}
.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	max-width: 360px;
	opacity: 0;
	transition: .5s ease;
	background-color: #19b3e5;
  }
  
  .service-item:hover .overlay {
	opacity: 0.8;
  }
.btn {
	border-radius: 0;
    font-family: 'OCR A Std';
	font-size: 2.2rem;
	color: #19b3e5;
}
.wpcf7-submit {
	background-color: #19b3e5 !important;
	width: unset !important;
	text-transform: uppercase !important;
  	text-decoration: none !important;
  	padding: 25px 70px !important;
  	display: block !important;
  	transition: all .2s !important;
  	position: relative !important;
	font-family: 'OCR A Std' !important;
	font-size: 2.2rem !important;
	float: none !important;
}
.btn:link,
.btn:visited {
  text-transform: uppercase;
  text-decoration: none;
  padding: 25px 70px;
  display: block;
  transition: all .2s;
  position: relative;
}
.clear {
	clear: both;
}
.btn:hover,
.wpcf7-submit:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
  background-color: #222;
}

.btn-blue:hover, .wpcf7-submit:hover {
  background-color: #fff;
}

.btn:active, .wpcf7-submit:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.btn-white {
  background-color: #fff;
  color: #222;
}

.btn-blue, .wpcf7-submit {
  background-color: #19b3e5;
  color: #fff;
  float: left;
}

.btn::after, .wpcf7-submit::after {
  content: '';
  display: inline-block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all .4s;
}

.btn-white::after {
  background-color: #fff;
}
.btn-blue::after, .wpcf7-submit::after {
	background-color: #19b3e5;
  }

.btn:hover::after, .wpcf7-submit:hover::after {
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
}

.btn-animated {
  animation: moveInBottom .5s ease-out .75s;
  animation-fill-mode: backwards;
}

@keyframes moveInBottom {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.your-consent .wpcf7-list-item {
	padding-left: 0;
	margin-left: 0;
}
.your-consent .wpcf7-list-item input {
	width: 20px;
}
.display-flex {
	display: flex;
	flex-wrap: wrap;
  }
  .row.display-flex > [class*='col-'] {
	display: flex;
	flex-direction: column;
  }
.content-block {
	padding-bottom: 70px;
}
.content-block.block-one {
	padding-bottom: 150px;
}
.content-block.block-two {
	padding-top: 150px;
}
.content-block .content-section {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.content-block h3 {
	font-size: 3.3rem;
}
.content-block h4 {
	color: #19b3e5;
	font-size: 2.4rem;
}
.content-block .underline {
	margin-top: 15px;
	margin-bottom: 15px;
}
.content-block .content-section p {
	margin-bottom: 30px;
	font-size: 2.1rem;
}
.content-block .content-section .btn {
	padding: 25px 65px;
	width: 300px;
	display: inline-block;
	margin-top: auto;
}
.autoplay {
	height:auto;
	max-width: 529px;
	width: 100%;
}
.autoplay img {
	height: auto;
	max-width: 529px;
	width:100%;
	
}
.autoplay-2 {
	height:auto;
	max-width: 529px;
	width: 100%;
}
.autoplay-2 img {
	height: auto;
	max-width: 529px;
	width:100%;
	
}
.content-area {
	padding: 50px 0;
	font-size: 2.1rem;
	line-height: 2.5rem;
}
.content-area h1, .content-area h2, .content-area h3 {
	font-size: 3.3rem;
	margin-bottom: 20px;
}
.content-area, .content-area p, .content-area ul, .content-area ol, .content-area table {
	
}
.wrapper {
	margin: 0 auto;
}
.spacer {
	margin-bottom: 50px;
}
.container-fluid {
	max-width: 1246px;
}
.home-banner {
	max-width: 730px;
	margin: 0 auto;
	padding-top: 40px;
	text-align: center;
}
.home-banner .underline {
	margin: 30px auto 60px auto;
}
.home-banner h2 {
	color: #fff;
}
/* .link-banner {
	margin-bottom: 30px;
	clear: both;
	font-size: 3.3rem;
	color: #fff;
	display: flex;
	position: relative;
}
.link-banner a {
	float: none;
	position: absolute;
	bottom: 25px;
	z-index: 10;
	color: #222;
	padding: 20px 40px;
}
.link-banner a:hover {
	color: #fff;
	background-color: #222;
	text-decoration: none;
}
.link-banner .content {
	padding:25px;
	display: block;
}
.link-banner span {

}
.link-banner img {
	margin-left: auto;
} */
.quote-section {
	position: relative;
	top: -100px;
	color: #fff;
	padding: 45px 15px;
	font-size: 2.4rem;
}
.quote-content {
	padding-bottom: 20px;
	line-height: 3.2rem;
}
.quote-name {
	padding-top: 20px;
}
.area {
	max-width: 780px;
	margin: 0 auto 30px auto;
}
.page-template-page-contact label {
	width: 100%;
	font-weight: normal;
	font-size: 2.1rem;
	margin-bottom: 20px;
} 
.page-template-page-contact input, .page-template-page-contact textarea {
	width: 100%;
	background-color: #d4d4d4;
	border: none;
	padding: 10px;
}
.content-area ul {
	list-style: none;
	margin:0;
	padding:0;
}
.services {
	margin-top: 30px;
}
.services [class*="col-"] {
	margin-bottom: 25px;
}
.service-item {
	max-width: 360px;
	min-height: 249px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
}
.service-item span {
	color: #fff;
	font-size: 3.6rem;
	line-height: 3.6rem;
	text-align: center;
}
.contact-box {
	color: #c05125;
	text-align: center;
	margin: 80px 0 0;
	font-family: 'Helvetica Neue LT Pro';
}
.contact-box h3 {
	font-size: 4.8rem;
	margin-bottom: 80px
}
.contact-box h3 a {
	color: #6e713f;
	text-decoration: none;
}
.fade-in {
animation: fadeIn ease 3s;
-webkit-animation: fadeIn ease 3s;
-moz-animation: fadeIn ease 3s;
-o-animation: fadeIn ease 3s;
-ms-animation: fadeIn ease 3s;
}
@keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-moz-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-o-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-ms-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}
footer {
	padding: 30px 0;
	background: #fff;
}

.image-footer {
	display: flex;
	justify-content: space-between;
	text-align: center;
	flex-wrap: wrap;
	align-items: center;
}
.image-footer > a {
	margin: 10px;
}
.footer-social img {
	margin-left: 4px;
}
.footer-text {
	margin-top: 30px;
}
.post {
	background: #e5e3dc;
	margin-bottom: 25px;
	flex : 1;
}
.post-inner {
	padding: 15px;
	font-family: 'Helvetica Neue LT Pro';
}
.post-inner .date {
	font-weight: bold;
	float: left;
	margin: 0;
}

.post-content {
	color: #151414;
}

.post-content a.read-more {
	color: #6e713f;
	font-style: italic;
}
.post-category {
	font-weight: bold;
}
.post-single {
	max-width: 655px;
	margin: 0 auto;
}
.post-single .post-image {
	margin-top:90px;
}
.post-single .post-inner {
	margin: 0 0 100px;
	padding: 0;
}
.post-single .post-title h1{
	margin-bottom: 10px;
	color: #6e713f;
	font-size: 4.8rem;

}
.post-title h1 {
	line-height: 0.8;
	font-size: 2.6rem;
	line-height: 1.2;
	text-align: left;
	margin: 0;
	font-family: 'Helvetica Neue LT Pro';
}
.post-title h1 a {
	color: #6e713f;
}
.navigation {
	width:100%;
	margin-bottom: 50px;
}
.navigation ul {
	padding: 0;
	
}
.nav-links {
	text-align: center;
}
.navigation li {
	display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled,
.nav-links a, .page-numbers.current {
	
	cursor: pointer;
	padding: 12px;
	color: #6e713f;
	text-decoration:none;
	font-size: 4.8rem;
}

.navigation li a:hover,
.navigation li.active a {
		background-color: #c21b21;
}
#blog-sidebar {
	padding: 0;
	list-style: none;
}
#blog-sidebar ul {
	padding: 0;
	list-style: none;
}
#blog-sidebar li {
	margin-bottom: 15px;
}
#blog-sidebar li a {
	color: #fff;
	text-transform: uppercase;
}
#blog-sidebar .widget {
	background: #101010;
	margin-bottom: 25px;
	padding: 25px 20px;
}
.contact-widget {

}
.contact-widget .content-header {
	background: #dc1637;
	padding: 15px;
}
.contact-widget .content-inner {
background: #101010;
padding: 15px;
}
#blog-sidebar #text-9 {
	background: none;
	padding: 0;
}
#sidebar #text-8 p {
	color: #fff;
}
.enquiry-banner {
	background-color: #19b3e5;
	padding: 50px 0;
	font-size: 3.3rem;
	color: #fff;
	display: flex;
	justify-content: center;
}
.enquiry-banner a {
	background-color: #fff;
	padding: 25px 70px;
	text-transform: uppercase;
	font-family: 'OCR A Std';
	display: block;
	float: right;
	font-size: 2.2rem;
}
a.link-button {
	background-color: #fff;
	padding: 25px 70px;
	text-transform: uppercase;
	font-family: 'OCR A Std';
	display: block;
	font-size: 1.8rem;
}
.enquiry-banner a:hover, a.link-button:hover {
	background-color: #222;
	color: #fff;
	text-decoration: none;
}
footer a {
	color: #222;
}
.footer-widgets {
	padding: 30px 0;
	font-size: 2.1rem;
}
ul.footer-widget-area, ul.footer-widget-area ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
@media only screen and (max-width: 1210px) {
	.home .page-title img {
		width: 307px;
		max-width: 100%;
		height: auto;
	}

}
@media only screen and (max-width: 1200px) {
	/* .home .page-title img {
		width: 250px;
	} */
	

}

@media only screen and (max-width: 993px) {
	.home #feature {
		background-size: inherit;
		background-position: top center;
		position: relative;
		max-width: 100%;
		padding: 0;
		padding-top: 0;
		height: auto;
	}

	.enquiry-banner a {
		float: left;
		margin-top: 10px;
		font-size: 2.2rem;
	}
	.quote-section {
		top: 0px;
	}
	.home .page-title {
		margin: 0 auto;
	}
	.home .page-title h2 {
		margin-bottom: 30px;
	}
	.home .page-title .underline {
		margin: 0 auto;
	}
	.home .page-title h2 {
		font-size: 3rem;
		text-align: center;
	}
	.home .title-images {
		text-align: center;
	}
	.link-module {
		max-width: 394px;
		margin: 0 auto 30px auto;
	}
	.link-module-action {
		padding: 10px;
	}
	.link-module-action img {
		display: none;
	}
	.autoplay, .autoplay-2 {
		margin: 0 auto;
	}
	.autoplay-2 {
		margin-top: 30px;
	}
	.content-section {
		margin-top: 30px;
	}
	.link-banner a {
		padding: 20px 30px;
	}
}

@media only screen and (max-width: 928px) {
	.header-contact {
		text-align: center;
	}
	.header-contact span {
		display: block;
	}
	.footer-text {
		text-align: center;
	}
}

@media only screen and (max-width:768px) {
	.logo-header {
		text-align: center;
		display: block;
	}
	.header-contact {
		margin: 10px 0;
	}
	.header-contact span {
		display: inline-block;
	}
	.navbar {
		padding: 15px 0;
	}
	#bs-example-navbar-collapse-1 #menu-main {
    	display: block;
	}
	.navbar {
		margin-left: 15px;
		margin-right: 15px;
		
	}
	header {
		padding-bottom: 15px;
	}
	.navbar-default .navbar-nav > li > a {
		text-align: center;
	}
	#myNavbar {
		margin-top: 30px;
	}
	.navbar-nav .open .dropdown-menu {
		background: #fff;
	}
	.home .page-title h1 {
    	font-size: 3.4rem;
    	margin-bottom:0;
	}
	.home .page-title img {
		width: 200px;
	}
	.text-logo {
		margin-bottom: 30px;
	}
	.page-title h2 {
    	font-size: 5.8rem;
	}
	.quote-section {
		font-size: 3.5rem;
	}
	.link-banner {
		width:100%;
		max-width: 424px;
		margin-right: auto;
		margin-bottom: 30px;
		margin-left: auto;
	}
	.link-banner a, .btn:link {
		position: relative;
		padding: 20px 30px;
		color: #222;
		display: inline-block;
	}
	.link-banner .content {
		padding: 20px;
	}
	.link-banner .content h3 {
		color: #fff;

	}
	.link-banner img {
		margin-left: unset;
		margin-bottom: auto;
	}
}
@media only screen and (max-width:650px) {
	.footer-social {
		text-align: center;
		margin: 0 auto;
	}
	.link-module {
		margin-bottom: 30px;
	}
	.enquiry-banner {
		font-size: 2.4rem;
	}
}
@media only screen and (max-width:560px) {
	.home .page-title img {
		width: 200px;
		display: block;
		margin: 0 auto 30px auto;
	}
	#feature .container-fluid {
		margin: 0;
		padding: 0;
	}
	.text-logo {
		display: block;
	}
	.home .page-title h1 {
		text-align: center;
	}
	.home .page-title h1 {
    	font-size: 4rem;
    	margin-bottom:50px;
	}
	.home .page-title h2 {
    	font-size: 4.5rem;
    	text-align: center;
	}
	.page-title h2 {
		font-size: 3rem;
	}
	#feature h3 {
		font-size: 3rem;
		padding: 0;
	}
	.content-area h1, .content-area h2, .content-area h3 {
		font-size: 2rem;
	}
	.quote-section {
		font-size: 3rem;
	}
	footer .container {
		background: none;
	}
	.footer-widget-area {
		text-align: center;
	}
	.quote-content, .quote-name {
		padding-bottom: 20px;
		font-size: 2.1rem;
	}
}
@media only screen and (max-width:480px) {
	.header-contact span {
		display: block;
		font-size: 2rem;
	}
	.home .page-title h1 {
    	font-size: 3rem;
    	margin-bottom:50px;
	}
	.home .page-title h2 {
    	font-size: 2rem;
    	text-align: center;
		padding: 20px;
	}
	.home-banner h2 {
		font-size: 2rem;
	}
	.home .page-title .underline {
		margin: 30px auto;
	}
	footer .container {
		background: none;
	}
	footer p a {
		font-size: 1.6rem;
	}
	.wpsisac-slick-carousal.center .slick-slide img {
		height: 300px;
		width: auto;
	}
	.image-footer {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		text-align: center;
		flex-wrap: wrap;
		align-items: center;
	}
	.image-footer img {
		margin-bottom: 10px;
	}
}

@media only screen and (min-width:769px) {
	.dropdown:hover .dropdown-menu {
		display: block;
	}
	.dropdown-submenu {
		position: relative !important;
	}

	.dropdown-submenu>.dropdown-menu {
		top: 0 !important;
		left: 100% !important;
		margin-top: -6px !important;
		margin-left: -1px !important;
		border-radius: 0 !important;
	}

	.dropdown-submenu:hover>.dropdown-menu {
		display: block !important;
	}

	.dropdown-submenu>a:after {
		display: block;
		content: "\f105";
		font-family: 'FontAwesome';
		margin-top: -18px;
		right: 15px;
		position: absolute;
		font-weight: 300;
	}
	.link-banner {
		width:100%;
		display: flex;
		flex-direction: row-reverse;
		margin-bottom: 30px;
	}
	.link-banner a {
		margin-top: auto;
		align-items: flex-end;
	}
	.link-banner .content {
		margin-right: auto;
		padding:20px;
	}
	.link-banner .content {
		display: flex;
		flex-direction: column;

	}
	.link-banner .content h3 {
		color: #fff;

	}
	.link-banner img {
		
	}
}

/* SLICK SLIDER */
/* Carousel */

.carousel
{
	position:relative;
	background:#dfdfdf;
}

.carousel_slide
{
	-webkit-transform: scale(0.95);
	-ms-transform: scale(0.95);
	transform: scale(0.95);
	opacity: .5;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.carousel_slide.slick-active
{
	opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.carousel_image
{
	height:35em;
}

.carousel_prev,
.carousel_next
{
	display:block;
	width:2em;
	height:2em;
	line-height:2em;
	font-size:2em;
	margin:-1em 0 0 0 !important;
	position:absolute; z-index:105;
	top:50%;
	background:rgba(255,255,255,0.5);
	text-align:center;
	cursor:pointer;
	text-decoration:none;
}

.carousel_prev { left:0; }
.carousel_next { right:0; }

@media screen and ( max-width:60em )
{
	.carousel_image { height:33em; }
}

@media screen and ( max-width:50em )
{
	.carousel_image { height:25em; }
}

@media screen and ( max-width:40em )
{
	.carousel_image { height:20em; }
}

@media screen and ( max-width:30em )
{
	.carousel_image { height:17em; }
}
#sbi_load {
	display: none;
}