
body {
	background: #FFF;
	color: black;
	overflow-x:hidden;
	font-weight: normal;
	font-variant-ligatures: none;
	-webkit-font-smoothing: subpixel-antialiased !important;
	text-rendering: optimizeLegibility !important;
	font-family: Arial, Verdana, "sans-serif" !important;
	font-size:16px;
}

/* STYLES TO MATCH CKEDITOR ******************************** 

GREY #D5D5D5
Dark Blue: #00719D
Mid Blue: #00A9EC
*/

h1, h2, h3, h4, p, table, tr, td, ul, ol, li, input, button .wpcf7-response-output {
	font-family:Arial, Verdana, "sans-serif" !important;
	font-size:16px;
}

h1 {
	font-size: 24px;
	font-weight: 600 !important;
	line-height: 27px;
	margin: 0px 0px 15px 0px;
}

h2 {
	font-family:Arial Rounded, Arial, Verdana, "sans-serif" !important;
	font-size: 28px;
	font-weight: 600 !important;
	line-height: 23px;
	margin: 27px 0px 7px 0px;
}

h3 {
	font-size: 17px;
	line-height: 20px;
	margin: 27px 0px 7px 0px;
}

h4 {
	font-size: 16px;
	line-height: 18px;
	margin: 27px 0px 7px 0px;
}

h5 {
    font-size: 13px;
	line-height: 15px;
    margin: 27px 0px 7px 0px;
}

h6 {
    font-size: 11px;
	line-height: 14px;
    margin: 27px 0px 7px 0px;
}

p {
    font-size: 16px;
	line-height: 26px;
    margin: 0px 0px 24px 0px;
}

ul, ol {
    font-size: 16px;
    line-height: 22px;
    padding-left: 40px;
    margin: 0px 0px 16px 0px;
}

li {
    font-size: 16px;
    line-height: 22px;
	margin-bottom: 10px;
}

blockquote {
    padding: 13px 37px;
    position: relative;
    font-style: italic;
    margin: 0px !important;
}

blockquote p {
    font-size: 20px;
    line-height: 28px;
}

blockquote::before {
    content: '"';
    position: absolute;
    left: 0px;
    top: 0px;
    margin: auto;
    font-size: 30px;
}

blockquote::after {
    content: '"';
    position: absolute;
    right: 0px;
    top: 0px;
    margin: auto;
    font-size: 30px;
}

a {
	color: black;
}

a:visited {
	color: black;
}

a:hover, a:focus, a:active {
	color: black;
}


/* FIXES *********************************************** */

.clear:after {
	content: ' ';
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clear {
	display: inline-block;
	clear: both;
	width:100%;
}

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0px;
	padding: 0px;
}

img {
	display: block;
}

.grecaptcha-badge {
	display:none !important;
}

.content .inner .w100_left h2:nth-child(1) {
    margin-top: 0px;
}

.content .inner .w100_left img.alignright, .content .inner .w100_left img.alignleft {
    margin-bottom: 15px;
    margin-top: 10px;
}

/* STRUCTURAL ELEMENTS *********************************** */

/* Sets the size for all inner elements, to change individual inner, create e.g. header.inner, footer.inner */ 
.inner {
	min-height: 140px;
	width: 100%;
	max-width: 1140px;
	margin: auto;
	transition: 0.3s;
}

header {
	width: 100%;
	min-height: 100px;
	float: left;
    background-color: white;
	border-bottom: solid 20px #00719D;
}

header .inner {
    min-height: 0px;
}

header .w100_left {
    position: relative;
}

header .topbar { display: none;
    float: left;
    width: 100%;
    background-color: black;
}

.topmessage {
    float: left;
    width: 100%;
}


.topmessage .inner {
    min-height: 0px;
}

.topmessage .inner p {
    float: left;
    width: 100%;
    padding: 9px 0px;
    text-align: center;
    margin: 0px;
    font-size: 15px;
    line-height: 22px;
}

.topmessage .inner a p:hover {
    text-decoration: underline;
}

.topmessage .inner a {
    text-decoration: none;
}

.topbar .w100_left {
	padding: 7px 0px;
}

.topbar .tagline p {
    margin: 0px;
    color: grey;
    float: left;
    clear: both;
}

.tagline {
    float: left;
    width: auto;
    display: block;
}

.logo {
    float: left;
}

.logo a {
    float: left;
}

.logo img {
    display: block;
    max-height: 110px;
    float: left;
    width: auto;
    padding: 24px 0px;
}

.social_icons {
	float: left;
}

.social_icons .icon {
    opacity: 1;
    transition: 0.3s;
	outline: none;
}

.social_icons .icon:hover {
    opacity: 0.6;
}

.social_icons .icon img {
    float: left;
    width: 44px;
    padding: 10px 15px 10px 0px;
}

.social_icons .icon i {
	float: left;
    font-size: 29px;
    padding: 10px 15px 10px 0px;
}

header .social_icons {
    float: right;
}

header .social_icons i {
    color: white;
}


.smoothscrollbutton.backtotop {
    position: fixed;
    bottom: -200px;
    right: 30px;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 15px;
    text-decoration: none;
    font-size: 10px;
    line-height: 12px;
    color: black;
    z-index: 999;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.3);
    border-radius: 8px 8px 0px 0px;
    transition: 0.3s;
    letter-spacing: 0.5px;
    outline: 0px !important;
}

.smoothscrollbutton.backtotop:hover {
    background-color: white;
}

.smoothscrollbutton.backtotop.fixed {
    bottom: 0px;
}

.headingarea {
    background-position: center;
    background-size: cover;
}

.content {
	width: 100%;
	float: left;
	position: relative;
}

.page-content, .entry-content, .entry-summary {
    margin: 0px !important;
}

.content_absolute {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
}

.content .inner .w100_left {
    padding: 35px 0px;
}


.button, button, input[type=submit], button:not(.fancybox-button) {
    margin: 5px 0px;
    margin-right: 5px;
    padding: 12px 36px;
    text-decoration: none;
    display: block;
    float: left;
    text-align: center;
    color: white !important;
    background: #00A9EC;
    border-radius: 16px;
    font-size: 24px;
    line-height: 30px;
	position: relative;
    transition: 0.3s;
	text-transform: uppercase;
}

.button:hover, button:hover, input[type=submit]:hover, button:hover:not(.fancybox-button) {
	background-color: #64b0ba;
	border-radius: 0px;
	border-color: #64b0ba;
}

.acf-map button {
    color: black !important;
    font-size: 12px !important;
    float: left !important;
    border-radius: 0px !important;
}

.button.w-arrow:hover {
    padding-right: 40px;
    padding-left: 20px;
}

.button.w-arrow::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    position: absolute;
    right: 30px;
    top: auto;
    bottom: auto;
    margin: auto;
    transition: 0.3s;
    opacity: 0;
}

.button.w-arrow:hover:after {
    opacity: 1;
    right: 18px;
}


/* SEARCH ******************** */

header form.search-form {
    float: right;
}

header form.search-form input {
    min-width: 180px;
}

form.search-form {
    float: left;
    border: 1px solid black;
    background-color: white;
}

form.search-form input {
    border: 0px;
    padding: 16px;
    font-size: 14px;
}

form.search-form input {
    outline: none;
    -webkit-highlight: none;
}

form.search-form .search-submit {
    padding: 0px;
    background-color: transparent;
    float: right;
    min-width: 0px;
    margin: 0px;
    height: 48px;
    width: 48px;
    background-image: url(../images/search_icon.png);
    background-position: center;
    background-size: 20px;
    background-repeat: no-repeat;
    border-radius: 0px;
    text-decoration-color: transparent;
}

header a.phone_header {
	display: block;
	float: right;
	font-size: 24px;
	font-weight: 600;
	color: #00A9EC;
	text-decoration: none;
	margin: 15px 0 0 0;
}
header .phonenumber {
    float: right;
    color: white;
    text-decoration: none;
    margin-right: 20px;
    padding: 12px 0px;
	outline: none;
}

header .phonenumber i {
    font-size: 15px;
    margin-right: 4px;
}

.searchpost {
    text-decoration: none;
    float: left;
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
    padding: 25px;
    transition: 0.3s;
}

.searchpost .postexcerpt {
    float: left;
    width: 60%;
    color: black;
}

.searchpost img {
    float: left;
	width: 35%;
    max-width: 35%;
    margin-right: 4%;
}

.searchpost h2 {
    margin-top: 0px;
    color: #415460;
}

.searchpost:hover {
    border-bottom: 1px solid #415460;
    background-color: #f2f2f2;
}

.searchpost p {
    margin-bottom: 0px;
}

.searchpost .postexcerpt h3 {
    margin-top: 0px;
}


/* FEATURED / SLIDER STYLES ******************** */
.featured {
	position: relative;
	width: 100%;
	clear: both;
}

/* FIXES SPACE UNDER SLIDES */
.slick-slider .slick-track, .slick-slide {
    line-height: 0px;
}

.featured_slider .slide {
	/* Adjust height of slider */
	padding-bottom: 35%;
    position: relative;
    background-position: center;
    background-size: cover;
}

.featured .inner {
    position: absolute;
    text-align: center;
    transition: 0.9s;
    z-index: 100;
    min-height: 0px;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}

.featured h2 {
    text-align: center;
    color: white;
    font-size: 60px;
    margin-bottom: 0px;
    float: left;
    width: 100%;
    line-height: 68px;
    letter-spacing: 0px;
    margin-bottom: 15px;
    margin-top: 0px;
	text-shadow: 0px 0px 10px rgba(58,58,58,0.46);
}

.featured p {
    color: white;
    float: left;
    width: 100%;
}

.featured .featuredbuttons {
    margin: auto;
    width: auto;
    display: inline-block;
}

.featured .featuredbuttons .button {
    margin: 0px !important;
    width: auto !important;
    min-width: 0px;
}

.featured .slidercontent {
    margin: auto;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform-origin-y: -50%;
    -ms-transform: translateY(-50%);
    -ms-transform-origin-y: -50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: -webkit-translateY(-50%);
}


.featured .button {
    float: none;
    margin: auto;
    display: table;
}

.nav-arrows .arrow {
    width: 49px;
    height: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    pointer-events: auto;
    cursor: pointer;
    background-position: center;
    background-size: 63%;
    background-repeat: no-repeat;
    opacity: 0.4;
    transition: 0.3s;
    z-index: 10;
}

.nav-arrows .arrow i {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 40px;
    line-height: 0px;
    transform: translateY(-50%);
    -webkit-transform-origin-y: -50%;
    -ms-transform: translateY(-50%);
    -ms-transform-origin-y: -50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: -webkit-translateY(-50%);
    transform: translateX(-50%);
    -webkit-transform-origin-x: -50%;
    -ms-transform: translateX(-50%);
    -ms-transform-origin-x: -50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: -webkit-translateX(-50%);
}

.featured .nav-arrows .arrow i {
    color: grey;
}

.nav-arrows .arrow:hover {
    opacity: 0.8;
}

.nav-arrows .arrow.prev {
    left: 0px;
    /* OLD Image background-image: url(../images/prev-arrow.png); */
}

.nav-arrows .arrow.next {
    right: 0px;
    /* OLD Image background-image: url('../images/next-arrow.png'); */
}

.slick-dots {
	display: none !important;
}

.slick-dots li button {
    min-width: 0px !important;
}



/* CTA AREA ************************ */

.ctaitem {
    float: left;
    position: relative;
    width: 33.333333%;
    padding-bottom: 33.333333%;
    text-align: center;
    background-position: center;
	background-size: cover;
	transition: 0.3s;
}

.ctaitem::before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: black;
    opacity: 0.3;
	transition: 0.3s;
}

.ctaitem:hover::before {
	opacity: 0.5;
}

.ctaitem h2, .ctaitem p {
    color: white;
}

.ctaitem h2 {
    margin-top: 41%;
}

.ctawrap {
    float: left;
    width: 100%;
    margin: 20px 0px;
}


/* BLOG *************************** */

.blog_post {
    float: left;
    width: 31.3333%;
    margin-right: 2%;
    text-decoration: none;
}

.blog_post img {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.proimg {
    float: left;
    width: 100%;
    padding-bottom: 40%;
    background-position: center;
    background-size: cover;
}

.blog_post .proimg {
	margin-bottom: 10px;
}

.blogpost {
    text-decoration: none;
    float: left;
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
    padding: 25px;
    transition: 0.3s;
}

.blogpost .postexcerpt {
    float: left;
    width: 100%;
    color: #415460;
}

.blogpost.w-image .postexcerpt {
    float: left;
    width: 60%;
    color: #415460;
}

.blogpost img {
    float: left;
    max-width: 35%;
    margin-right: 4%;
}

.blogpost h2 {
    margin-top: 0px;
    color: #415460;
}

.blogpost:hover {
    border-bottom: 1px solid #415460;
    background-color: #f2f2f2;
}

.blogpost p {
    margin-bottom: 0px;
}

.blogpost .time {
    float: left;
    width: 100%;
    font-size: 9px;
    margin-bottom: 9px;
}

.blogpost .category {
    display: none;
}


/* CONTENT PAGES ******************************** */

.inner_page_banner_image {
	padding-bottom: 15% !important;
}

.headingarea h1 {
    text-align: center;
    color: white;
    margin-bottom: 0px;
    font-size: 31px;
}

.headingarea p {
    text-align: center;
    color: white;
}

.headingarea .inner {
    min-height:  0px;
    padding: 63px 0px;
    z-index: 10;
    position: relative;
}

.headingarea::after {
    content: "";
    background-color: black;
    position: absolute;
    top:  0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    opacity: 0.3;
}

.heading_wrap {
    float: left;
    width: 100%;
}

.heading_wrap .button {
    float: right;
}

 .heading_wrap h1, .heading_wrap h2, .heading_wrap h3 {
    float: left;
}

.acf-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 20px 0;
}

.acf-map img {
   max-width: inherit !important;
}

.elementor-widget-container h2:nth-child(1),
.elementor-widget-container h3:nth-child(1) {
	margin-top: 0 !important;
}

/* SIDEBAR ******************************* */

.sidebar {
    float: right;
    width: 80%;
}

.sidebar h2 {
    font-size: 12px;
}

.sidebar ul {
    float: left;
    width: 100%;
    padding: 0px;
    list-style: none;
}

.sidebar ul li a {
    float: left;
    padding: 3px 0px;
    text-decoration: none;
    color: #415460;
    border-bottom: 1px solid;
    margin-bottom: 11px;
}

.sidebar ul li {
    float: left;
    width: 100%;
}

.sidebar form.search-form .search-field {
    float: left;
    width: 70%;
    padding: 16px 7%;
    padding-right: 0px;
}

.sidebar form.search-form {
    float: left;
    width: 100%;
}

.sidebar form.search-form .search-submit {
    width: 23%;
}

/* EDITOR STYLES *************************************** */

.cke_wysiwyg_frame, .cke_wysiwyg_div {
    padding: 10px !important;
}

.cke_editable {
    padding: 10px;
}

/* TABLE STYLES **************************************** */

table {
    float: left;
    width: 100%;
    background-color: #f2f2f2;
    border-right: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
	margin-bottom: 30px;
}

table tr td {
    background-color: #f2f2f2;
    padding: 10px;
    border-left: 1px solid #d7d7d7;
}

table tr:nth-child(2n) td {
    background-color: #e7e7e7;
    
}

table tr th {
    background-color: #6f6f6f;
    padding: 13px;
    color: white;
}

table tr th:nth-child(2n) {
    background-color: #838383;
}

/* LAYOUT ELEMENTS *********************************************** */

.w20_left {
	width: 20%;	
	float: left;	
}

.w30_left {
	width: 30%;	
	float: left;	
}

.w40_left {
	width: 40%;	
	float: left;	
}

.w45_left {
	width: 45%;	
	float: left;	
}

.w50_left {
	width: 50%;
	float: left;	
}

.w60_left {
	width: 60%;
	float: left;
}

.w70_left {
	width: 70%;	
	float: left;	
}

.w80_left {
	width: 80%;
	float: left;
}

.w100_left {
	width: 100%;	
	float: left;
}

.w20_right {
	width: 20%;	
	float: right;	
}

.w30_right {
	width: 30%;	
	float: right;	
}

.w40_right {
	width: 40%;	
	float: right;	
}

.w45_right {
	width: 45%;	
	float: right;	
}

.w50_right {
	width: 50%;
	float: right;	
}

.w60_right {
	width: 60%;	
	float:right;
}

.w70_right {
	width: 70%;	
	float: right;	
}

.w80_right {
	width: 80%;	
	float: right;
}

.w100_right {
	width: 100%;	
	float: right;
}

.w20_inline {
	width: 20%;	
	display: inline-block;
	vertical-align: top;
}

.w30_inline {
	width: 30%;	
	display: inline-block;
	vertical-align: top;
}

.w40_inline {
	width: 40%;	
	display: inline-block;
	vertical-align: top;
}

.w45_inline {
	width: 45%;	
	display: inline-block;
	vertical-align: top;
}

.w50_inline {
	width: 50%;
	display: inline-block;
	vertical-align: top;
}

.w60_inline {
	width: 60%;	
	display: inline-block;
	vertical-align: top;
}

.w70-inline {
	width: 70%;	
	display: inline-block;
	vertical-align: top;
}

.w80_inline {
	width: 80%;	
	display: inline-block;
	vertical-align: top;
}

.w100_inline {
	width: 100%;	
	display: inline-block;
	vertical-align: top;
}

/* FORM ELEMENTS ******************************************* */

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=color],
input[type=date],
input[type=datetime],
input[type=url],
input[type=number],
textarea {
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border: 1px solid #cccccc;
	-moz-border-radius: 2px; 
	-ms-border-radius: 2px; 
	-o-border-radius: 2px; 
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #ffffff;
	border: 1px solid #d5d5d5;
	text-align: left;
	outline: none;
	color: #5d5d5d;
}

select::-ms-expand {
    display: none !important;
}

select {
	-moz-appearance: none;
	-webkit-appearance: none;
}

select {
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 11px 10px;
	line-height: 1em;
	border: 1px solid #cccccc;
	-moz-border-radius: 2px; 
	-ms-border-radius: 2px; 
	-o-border-radius: 2px; 
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-appearance: none;
	background: #FFF url(../images/arrow_dd.png);
	background-repeat: no-repeat;
	background-position: 97% 11px;
	color:#5d5d5d;
}

.placeholder {
	color: #c7cbd0;
}

.inputfield {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 13px;
    background-color: white;
    z-index: 1;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
}

.inputfield input, .inputfield textarea {
    margin: 0px;
    padding-top: 30px;
    border-radius: 5px;
	float: left;
    width: 100%;
    color: black;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
	border: 0px;
	background-color: transparent;
	z-index: 2;
    position: relative;
}

.inputfield label {
    position: absolute;
    order: -1;
    top: 18px;
    left: 11px;
    margin: auto;
    display: block;
    height: 14px;
    color:#adadad;
    transition: 0.3s;
	z-index: 1;
}

.inputfield label.moveUp {
    bottom: auto !important;
    top: 10px;
    font-size: 9px;
    color: #c1c1c1;
}

.inputfield input:focus {
    /* border: 1px solid #c1c1c1; */
}
	
.inputfield input.error, .inputfield textarea.error {
    border: 1px solid red;
    background-color: rgba(255, 0, 0, 0.1);
    background-image: url(images/field-error.png);
    background-position: right;
    background-size: 45px;
    background-repeat: no-repeat;
}

.inputfield input.valid, .inputfield textarea.valid {
    background-color: rgba(0, 128, 0, 0.1);
    border: 1px solid green;
    background-image: url(images/field-success.png);
    background-position: right 15px;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 45px;
    background-repeat: no-repeat;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
	background-color: yellow;
}

form p {
    margin-top: 10px;
    margin-bottom: 5px;
}
#form_wrapper {
    padding-right: 20px;
}

/* VALIDATION **************************************************** */

.required {
	float:right;
	color:#C00003;
	width:2%;
}

.error {
    border: 1px solid #900002 !important;
    transition: border 0.5s ease;
    background-image: url(../images/new-error.png) !important;
    background-position: right !important;
    background-repeat: no-repeat !important;
    padding-right: 10px !important;
    background-size: 50px !important;
}

.valid {
    border: 1px solid #087500 !important;
    transition: border 0.5s ease;
    background-image: url(../images/new-tick.png) !important;
    background-position: right !important;
    background-repeat: no-repeat !important;
    padding-right: 10px !important;
    background-size: 50px !important;
}

.formerror li {
    list-style: none;
    float: left;
    margin-right: 6px;
    margin-bottom: 6px;
}

.formerror {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.formerror li label {
    float: left;
    width: 100%;
    padding: 7px;
    color: darkred;
    border-radius: 10px;
    line-height: 12px;
    background-color: #ffd9d9;
}


.wpcf7-response-output {
    float: left;
    width: 100%;
    margin: 0px !important;
    padding: 20px !important;
    background-color: #f2f2f2;
    border: 1px solid grey !important;
    font-size: 20px;
    text-align: center;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
}

.wpcf7-mail-sent-ok {
    background-color: #e6f2e7 !important;
    border: 2px solid #398f14 !important;
    color: green;
}



/* TESTIMONAILS ********************************** */

.testimonial {
    width: 50%;
    margin: auto;
}
.testdetails p {
	font-size: 20px;
}
.tst {
	border-bottom: solid 1px #CBCBCB;
	padding-bottom:20px;
}
.testimonialslider p {
	color: #ffffff;
}
.tst .tstdesc {
	font-size:18px;
	font-style: italic;
	padding:20px 0;
}

.tst .tstby {
	font-size:12px;
	padding-bottom:10px;
	color: #ffffff;
}

.testslider {
	background-color:#00719D;
}

.testslider .w100_left {
	padding: 0 !important;
}

.testslider h2 {
    text-align: center;
    margin-bottom:  35px;
}

.testslider i.testdesc {
    font-size: 18px;
    line-height: 32px;
	color: #ffffff;
}

.testphoto {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    background-position: center;
    background-size: cover;
    margin-bottom: 12px;
}

.testslider .testphoto {
    margin: auto;
    margin-bottom: 20px;
    display: table;
}


.testimonialslider.slick-slider {
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform-origin-y: -50%;
    -ms-transform: translateY(-50%);
    -ms-transform-origin-y: -50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: -webkit-translateY(-50%);
    left: 0px;
    right: 0px;
    margin: auto;
}

.testslider_wrap {
    float: left;
    width: 100%;
    position: relative;
}

/* SUBSCRIBE *************************************************** */

.subscribe {
	padding: 15px 0px;
    color: white;
    text-align: center;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #4b4c4d;
	float: left;
	width: 100%;
}
.subscribe h2, .testslider h2 {
	font-size: 50px !important;
	font-weight: 600 !important;
	line-height: 50px !important; 
	text-transform: uppercase;
	margin: 40px 0 40px 0;
}
.subscribe form::before {
    content: "";
    float: left;
    width: 100%;
    display: block;
    height: 7px;
}

.subscribe .button {
    margin: auto;
    max-width: 100%;
    float: none;
    min-width: 120px;
}

.subscribe form {
    width: 70%;
    margin: auto;
}

.subscribe .inner {
    min-height: 0px;
}

.subscribe .inner::after {
    content: "";
    clear: both;
    width: 100%;
    display: block;
}
.home .subscribe {
	display: none !important;
}
/* GALLERY ********************************** */

.imggallery {
	float:left;
	width:25%;
}

.galleryitem {
    width: 24%;
    margin: 0.5%;
    padding-bottom: 24%;
    background-position: center;
    background-size: cover;
    float: left;
    position: relative;
}


/* PRODUCTS AND CATEGORIES ********************************** */

.cats {
	display: inline-block;
	vertical-align: top;
	border: 1px solid #000;
	padding: 10px;
}

.pro_detail {
	width: 70%;
	margin: auto;
}

.detail_image,
.detail_info  {
	display: inline-block;
	vertical-align: top;
	width: 49%;
}

.detail_info input {
	width: 40px;
}

/* FOOTER ****************************************************** */

footer {
	float: left;
	padding: 60px 0px;
    width: 100%;
    text-align: left;
    clear: both;
    color: #eeeeee !important;
	/* BG COLOR */
	background-color: #4b4c4d;
    box-shadow: 0px 500px 0px 500px #4b4c4d;
}
footer p {
	font-size: 15px;
	line-height: 20px;
	margin: 0 0 0 10px;
}

.footernav {
    float: left;
    width: 90%;
    padding:25px 0 0 0px;
    list-style: none;
}

.footernav li a {
    float: left;
	font-size: 15px;
    padding: 2px 0px;
    text-decoration: none;
    color: #eeeeee;
    border-bottom: 1px solid;
    margin-bottom: 8px;
}

.footernav li {
    float: left;
    width: 100%;
	font-size: 15px;
	margin-bottom: 0;
}


/* LINKED IN STYLES ******************* */

.swiper-slide button {
    border: none !important;
    outline: none !important;
    background: none !important;
    padding: 0px !important;
    cursor: pointer !important;
    display: flex !important;
    flex-direction: row !important;
    -webkit-box-align: center !important;
    align-items: center !important;
    font-size: 13px !important;
    opacity: 0.7 !important;
    color: rgb(17, 17, 17) !important;
}
.WidgetBackground__Content-sc-1ho7q3r-2.jkIBsh.WidgetBackground__ContentContainer-sc {
	position: relative;
}

	