@charset "utf-8";
/* CSS Document */

html, body	{
margin: 0;
padding: 0;
height: 100%;
}

body {
background-image: url("../Assets/background_texture.jpg");
background-repeat: repeat;
font-family:Arial, Helvetica, sans-serif;
}

.wrapper {
position:relative;
min-height: 100%;
width: 1093px;
margin-left: auto;
margin-right: auto;
padding-bottom: 97px;
}

#header {
border: 2px #000000 solid;
border-radius: 5px 5px 5px 5px;
height: 138px;
background: #fff2bc;
}

#banner	{
float: left;;
}

#social	{
float: right;
margin: 0px 18px 0px -20px;
}

#social ul {
list-style: none;
}

#social ul li { 
padding-bottom: 8px;
}

.navbar {
text-align:centre;
color: #000000;
margin-top: 10px;
border: 2px #000000 solid;
border-radius: 5px;
height: 28px;
}	

ul.site-navigation {
    list-style: none;
    display: flex;
    justify-content: space-evenly;
    padding-left: 0;
    margin: 0;
}

ul.site-navigation li a {
    display: block;
    padding: 5px;
    color: #000000;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
}

ul.site-navigation > li {
    position: relative;
    flex: 1;
    text-align: center;
    margin: 0;
}

ul.site-navigation a:hover{
	font-weight: bold;
	color: red;
}

ul.site-navigation ul {
    list-style: none;
	border: 2px #000000 solid;
    z-index: 1000;
	margin-top: 13px;
    padding: 5px 5px 5px 5px;
    display: none;
	border-radius: 5px;
}

ul.site-navigation ul li {
     float: none;
 }

ul.site-navigation ul li a {
     font-size: 16px;
	 padding-top: 15px;
	 padding-right: 0px;
	 padding-bottom: 10px;
	 padding-left: 0px;
 }

ul.site-navigation li:hover ul {
    display: block;
    position: absolute;
	padding-top: 12px;
	width: 160px;
}

#content	{
    margin: 10px 0px -10px 0px;
    min-height: 100%;
    border: 2px #000000 solid;
    border-radius: 5px 5px 5px 5px;
    padding: 10px 0px 20px 20px;
    display: flex;
    flex-direction: column;
    }

#mySliderTabs	{
margin: 0px 30px 20px 30px;
min-height: 100%;
border: 2px #000000 solid;
border-radius: 5px 5px 5px 5px;
padding: 10px 10px 10px 10px;
color: #000000;
}

.service {
    padding-left: 40px; 
}
.servicetab{
    padding-left: 33px;
    margin-bottom: -15px;
}

.service-title {
    display: flex;
    width: 100%;
	margin-top: 10px;
    color: black;
}

.service-top-row {
    display: flex;
    width: 100%;
	margin-top: 10px;
    color: black;
}

#service-top-txt {
	color: #000000;
	font-size: larger;
}

#service-top-txt-reverse {
	color: #000000;
	font-size: larger;
	text-align: right;
}

.service-second-row {
    flex: 3; 
	padding-right: 20px;
}

.service-second-row p {
    text-align: left;
    color: #000000;
    margin-top: 0px;
    margin-bottom: 20px;
}

.service-second-row h3 {
    text-align: center;
    color: #000000;
    margin-bottom: 50px;
}

.service-second-row h3.policy-heading {
    margin-top: 50px !important;
    margin-bottom: 0px !important;
}

.services-third-row {
    width:100%;
}
.service-third-row ul {
    list-style: none;
    display: flex;
    justify-content: center;
    padding-left: 0px;
	margin-top: -50px;
}

.service-third-row li {  
    flex: 1;
    display:inline ;
    text-align: center;
}

#button-txt {
    width: 90%;
    margin-top: 30px;
    margin-left: 50px;
    height: 35px;
    background-color: #000000;
}

.CTA a {
    text-decoration: none;
}

#button-txt h1 {
	width: 90%;
	margin-top: 30px;
    margin-left: 50px;
    height: 35px;
    color: #ffffff;
    text-align: center;
	text-decoration: none;
}

#button-txt h1:hover {
    width: 90%;
	margin-top: 30px;
    margin-left: 50px;
    height: 35px;
	color: red;
    background-color: #000000;
    text-align: center;
}

#button-txt:hover {
    width: 90%;
    margin-top: 30px;
    margin-left: 50px;
    height: 35px;
    background-color: #000000;
	box-shadow: 0px 0px 20px 10px #ffffff;
}

#footer	{
height:70px;
position:absolute;
bottom:0;
left:0;
border-width: 2px 2px 0px 2px;
border-color: #000000;
border-style: solid;
border-radius: 5px 5px 0px 0px;
padding: 10px 5px 5px 5px; 
margin-bottom: -10px;
color: #000000;
text-align: center;
}

.footer-nav {
    text-align: center;
    margin-bottom: 6px;
}

.footer-nav a {
    color: #000000;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    margin: 0 12px;
}

.footer-nav a:hover {
    color: red;
}

h1 {
color: white;
margin: 8px 0px 30px 0px;
}

.service-second-link p:hover {
color: #ff9601;    
}

table {
    width: 100%;
    max-width: 100%;
}

td h3 {
margin: 5px 0px 0px 0px;
}

td p {
margin: 5px 0px 5px 0px;	
}

.serviceimage {
width: 300px;
height: auto;
text-align:center;
}


