﻿/***** BEGIN RESET *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

ol, ul {list-style: none;}
table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} 

/***** END RESET *****/


@font-face {
    font-family: 'icon-worksregular';
    src:url(../fonts/icon-works-webfont.eot);
    src: url(../fonts/icon-works-webfont.eot?#iefix) format('embedded-opentype'),
         url(../fonts/icon-works-webfont.woff) format('woff'),
         url(../fonts/icon-works-webfont.ttf) format('truetype'),
         url(../fonts/icon-works-webfont.svg#icon-worksregular) format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}
.clear{clear: both;}

/*-------- BODY STYLES --------*/

body {
	font-family: 'Montserrat', sans-serif; 
	font-size:15px; 
	line-height: 1.6; 
	-webkit-text-size-adjust:none; 
	background: #fff;
	color: #000; 
	font-weight:300;
	overflow-x:hidden;
}
h1 { font-size: 32px; line-height: 1.3; color:#e41e2d; padding-bottom: 20px; text-align:left; font-weight: 700;}
h2 {font-size: 28px; text-align:center;color:#fff; font-weight:700;}
h3 {font-size:20px; color: #e41e2d; font-weight: 700;}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration: underline;}
strong { font-size:16px;}

.right{float: right; text-align:right;}
.left{text-align:left;}

.pad{padding: 2% 0;}

i.fa-brands.fa-whatsapp {
	font-size: 40px;
	margin-bottom:10px;
}

.phone-flex {    
	display: flex;
    align-items: center;
    gap: 50px;
	justify-content: center;}

/*--- HEADER STYLES --------------------------*/
.header {width: 100%;text-align: center; font-size: 18px; line-height: 24px; margin: 0 auto; background-size: cover; position: relative; z-index: 999;}
.header:before {content: ''; display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: rgba(255,255,255,.75); z-index: 2;}
#header-content {width:100%; margin:0 auto; color:#fff; display: flex; justify-content: space-between; align-items: center; box-sizing: border-box; position: relative; z-index: 3; padding: 10px;}

.header-left {float:left; vertical-align:middle;}
.header-left img {margin: 0 auto; width:100%; max-width:350px; }

.header-right {text-align: right; font-size: 20px; color:#000; vertical-align: middle;}
.header-right h2{ text-align:right; font-weight:700; color:#000; font-size: 1.5em; padding-bottom: 10px;}
.header-right p {line-height:25px; text-align:right; font-weight: 600;}
.header-right a{color:#000; line-height:25px;  font-size: 1em;}
.header-right a:hover{color:#333;}

/*---BODY--------------------------------*/
.wrapper { width: 100%; margin: 0 auto;}
.wrapper-inner {padding: 3em 0px; width: 75%; margin: 0 auto; text-align:center;}
.wrapper-inner p { margin: 0 auto; padding: 5px 0px; text-align:left; font-weight: 500;}


.home-left{
	float:left; 
	width:50%; 
	text-align:left;
	font-size: 16px;
	padding:45px 0px;
}
.home-left h1 {}
.home-left h1 span {display: block; margin-top: 15px; font-size: 22px; color: #333;}
.home-right{
	float:right; 
	width:40%; 
	text-align:right;
}
.home-right img{width: 100%; height: auto; padding:20px 0;}


.feature{
	background:url(../siteart/feature.jpg) no-repeat center;
	background-size: cover;
	width:100%;
	height: 300px;
	color: #fff;
	text-align:center;
	background-color:#000;
}

.feature-inner {
	padding: 3% 0px; 
	width: 80%; 
	margin: 0 auto;
	text-align:center;
}
.feature p{color:#fff; text-align: center; margin: 0 auto; padding: 8px 0px; font-size: 17px;}
.feature h2{color:#fff; padding: 10px 0px; font-size: 35px; line-height:40px;}

#button{background:#e41e2d; padding: 10px 20px; color:#fff; transition: .2s ease-in-out all;}
#button:hover{background:#000; color: #fff; text-decoration: none;}


/*------SLIDER STYLES-------------------------- */
.cycle-slideshow img{
	width:100%;
}

.slide-buttons{	
	width: auto;
	text-align:left;
	position:absolute;
	color:#fff;
	z-index:998;
	top: 6vw;
	overflow: hidden;
	display: inline-block;      
}

#black-button{ background: rgba(0,0,0,.6); color:#fff; text-transform: uppercase;  width: 375px; display:block; padding: 15px 0 15px 30px; margin: 10px 0px; font-weight:700; font-size: 22px; vertical-align:middle; transition: .2s ease-in-out all;}
#black-button:hover{text-decoration: none; background: #000;}

#black-button img{width: 70px; vertical-align:middle;  margin-left: 40px;}


#contact-button{ background: rgba(0,0,0,.6); color:#fff; text-transform: uppercase;  width: 400px; display:inline-block; padding: 15px 0 15px 30px; margin: 10px 0px; font-weight:700; font-size: 16px; vertical-align:middle; text-align:left; word-break: break-all; transition: .2s ease-in-out all;}
#contact-button:hover{text-decoration: none; background: #000;}
#contact-button .fa{ float:right; padding-right: 20px; font-size: 30px; vertical-align:middle;}

/*--- KEYWORD SEARCH---------------------------*/

.keyword-search{
	width:406px;
	display:inline-block;
	vertical-align:middle;
	background: rgba(0,0,0,.6);
}

.keyword-search:hover{background:#000;}

.keyword-search input{
	padding: 15px 0 15px 30px; 
	vertical-align:middle;
	border:none;
	background: none;
	font-family:'Montserrat', Sans-Serif;
	text-transform:uppercase;
	font-weight:700;
	font-size: 22px;
	color:#fff;
}

.keyword-search .search-input{
	display:inline-block;
	vertical-align:middle;
	margin:0;
}

.keyword-search .submit-btn{
	display:inline-block;
	vertical-align:middle;
	background:none;
}

.keyword-search .submit-btn button {
	background: none;
	border: none;
	cursor: pointer;
	padding: 15px; 
}

.keyword-search .submit-btn button i {
	color: #fff;
	font-size:40px;
}

input[type='submit']{
	font-size:40px;
	color:#fff;
	background: none;
	padding: 15px 0; 
	width:100%;
	border:none;
	font-weight:700;
}

.txt-banner {width: 100%; display: block; box-sizing: border-box; text-align: center; background: #333; color: #fff; font-weight: 800; padding: 1em; font-size: 31px;text-transform: uppercase;}


/*--- CONTACT PAGE-----------------------------*/
.contact-inner {padding: 40px 0px; width: 55%; margin: 0 auto;}
.contact-inner p { text-align: center; margin: 0 auto; padding: 5px 0px;}

.col-left{
	width: 35%; 
	float:left;
	text-align:left;
}
.col-left p, .col-left a{text-align:left; color:#bc133e;}

.col-right{ width:60%; float: right;}
.col-right p, .col-right a{text-align:left; color:#bc133e;}


/*-------- FOOTER STYLES --------*/
.bottom-wrapper{background:#252525; width:100%;}
.bottom-inner { width: 80%; margin: 0 auto;}

#bottom-col{display: inline-block; padding: 40px 0px; color:#fff; vertical-align:top;}
#bottom-col a{color:#fff;}
#bottom-col p{ padding: 5px 0px;}

footer {background:#fff; width:100%; margin:0 auto;}
#footercontent {padding: 12px 0px; width:80%; margin:0 auto; float: none; color:#000; font-size: 12px; text-align: left; vertical-align: middle; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap;}

#footercontent a{color: #000;}
#footercontent a:hover{ text-decoration: underline;}
#footercontent .footer-left img{width:100%; max-width: 150px;}
#footercontent .footer-right img{width:40px;}
#footercontent img:hover{opacity: .6; transition: .2s ease-in-out all;}

.footer-left{text-align:left; width: 50%;}
.footer-right{text-align:right; width: 50%;}




/*--------FORM STYLES--------------------------------------*/
#formpage { vertical-align:top; margin: 0 auto;  text-align:center;}

#formpage div {
	vertical-align:top;
	padding:5px 5px;
	color: #000;
}

#formpage input {
	padding:6px 5px 10px;
	border:1px solid #8e8d8d;
	font-size:13px;
	background:#fff;
}

#formpage textarea {
	padding:6px 0px;
	border:1px solid #8e8d8d;
	font-weight: 700;
	color:#000;
	font-size:12px;
	background:#fff;
	margin-top: 5px;
}

/* selects have similar styles to input & textarea fields, but with no padding. Text in a dropdown select is positioned differently */
#formpage select {
	border:1px solid #8e8d8d;
	color:#202e3b;
	vertical-align:middle;
	font-size:12px;
	line-height:normal;
	padding:5px;
	width:100%;
}

.formfield {
	width:100%; 
	margin-right: 12px; 
	margin-top: 10px;
	color: #000;
	text-align:left;
	font-family: 'Montserrat', sans-serif; 
	box-sizing: border-box;	
}
#formpage input  {
    width:100%;
	margin-top: 5px;
	font-family: 'Montserrat', sans-serif; 
}
 
#formpage input.larger  {
    width:100%;
}

#formpage textarea {
    width:100%;
    height:111px;
	padding: 5px;
	font-weight: normal;
	font-family: 'Montserrat', sans-serif; 
}

#formpage input.radio {
    padding:0; 
    border:0;
    margin:0 5px 0 0;
    width:15px;
    height:15px;
    display:inline;
	
 }

/* focus states of various types of fields */
#formpage input:focus,
#formpage textarea:focus,
#formpage select:focus {
	background:#f6f6f6; 
	color:#000;
	border:1px solid #abacac;
	outline-style:none;
}
#formpage input.radio:focus,
#formpage input.checkbox:focus {
	background:none; 
	border:0;
	outline-style:none;
}

#formpage input.button,
#formpage input.button:focus {
    width:115px;
    margin:0;
    background: #bc133e; /* For browsers that do not support gradients */
    line-height:14px;
    color:#fff;
	padding: 10px 20px;
	font-family: 'Montserrat', sans-serif; 
	font-weight: 400;
	transition: .2s ease-in-out all;
}
#formpage input.button:hover {
    background: #000; /* For browsers that do not support gradients */
    color:#fff;
}

/* for plain text next to an input field, if not using a table structure */
#formpage label.basic {
    color:#212121;
    font-size:13px;
    text-align:left;
	font-weight: 600;
} 

/*control the Captcha */

.CaptchaPanel {margin:0 auto !important;padding:0 0 0 0 !important;line-height:normal !important;color:#000;width: 70%; text-align:center;}

.CaptchaImagePanel {
	
margin-top: 10px;
padding:0 0 0 0;
}

.CaptchaMessagePanel {
padding:0 0 0 0 !important;
margin:0 0 0 0 !important;
font-weight:normal !important;
font-size:12px;
line-height:14px;
text-align: center;
}

.CaptchaAnswerPanel {
margin:0 0 0 0;
padding:2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
	line-height:0;
	margin:0 0 10px 0;
	padding:10px 0 10px 0 !important;
}
.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 




/*-------- RESPONSIVE STYLES --------*/

@media screen and (max-width:1020px){
.wrapper-inner{width:90%;}

.slide-buttons{top:3vw;}
#black-button{ background: rgba(0,0,0,.7);}
.keyword-search{background: rgba(0,0,0,.7);}

.feature h2{font-size:28px;}
#header-content {padding: 2em 7%;}
.header-right{padding: 0 0px 0px 20px; font-size: 16px; line-height: 22px;}
.header-left img {max-width: 280px;}
}

@media screen and (max-width:800px){
.slide-buttons{position:relative; top:0; width: 100%;}
#black-button {width: 100%; display: flex; justify-content: space-between; padding: 15px 30px; box-sizing: border-box;}
.keyword-search {width: 100%; box-sizing: border-box; display: flex; justify-content: space-between; align-items: center;}
.keyword-search form#form, .keyword-search input {width: 100%;}
.keyword-search .search-input {width: 70%;}
.keyword-search .submit-btn {text-align: right; width: 29%;}
.keyword-search .submit-btn button {padding: 15px 30px;}
.wrapper-inner{width:90%;}
.header-right {padding: 0 0 0 20px;}
}
@media screen and (max-width:649px){
.home-left{ width:100%; float:none; padding: 0px;}
.home-right{width:100%; float:none; padding: 0px; text-align:center; margin:0 auto;}
#header-content {flex-direction: column; justify-content: center;}
.header-right {padding: 20px 0 0 0;}
.header-right h2 {text-align: center;}
#black-button{font-size:18px;}
.keyword-search input{font-size:18px;}

#contact-button{width:100%; padding: 15px 0 15px 10px; font-size: 15px;}
#contact-button .fa{font-size: 23px; padding-right:20px;}

#bottom-col{text-align:left;}
.footer-left, .footer-right{width: 100%; text-align:center;}

.feature{height:325px;}
.feature h2{font-size:25px;}
}

@media screen and (max-width:420px){
	#bottom-col{text-align:center; width:100%; padding: 10px 0;}
	.bottom-inner{padding: 15px 0px;}
	
	#contact-button{width:100%; padding: 15px 0 15px 10px; font-size: 14px;}
	
	
}

@media screen and (max-width:400px){
	.phone-flex {flex-direction: column;gap:0;}
	
	
}