﻿.Section02 {
    width: 100%;
    height:7.3vw;
    text-align: center;
    z-index:30;
    background-color:white;
}
.SectionTitle02 {
    transition: opacity 2s, visibility 2s, margin-top 2s;
    transition-timing-function: ease-in-out;
    opacity: 0;
    z-index: 20;
    font-size: 3.5vw;
    color: darkred;
    background-color: white;
    position:relative;
    width:100%;
    text-align:center;
    top:7.4vw;

}

.Section02Band01 {
    min-height: 23.6vw;
    background: white;
    top:3vw;
}

.Section02Band02 {
    min-height: 15vw;
    position: absolute;
    top: 2.8vw;
    background: lightgray;
}

.Section02Band01, .Section02Band02 {
    width: 100%;
    z-index: 0;
    text-align: center;
    position: relative;
}

.ServicesItem01, .ServicesItem02, .ServicesItem03 {
    position: absolute;
    transition: visibility 2s, margin-Left 2s, z-Index 2s, transform 2s;
    transition-timing-function: ease-in-out;
    height: 30vw;
    width: 25vw;
    visibility: visible;
    opacity: 1;
    background-color: white;
    border: 1px solid gray;
    box-shadow: 4px 4px 4px gray;
    cursor: pointer;
    text-align: center;
   
}
.ServicesItem01 {
    z-index: 10;
    margin-left: 0;
}
.ServicesItem02 {
    transform: scale(1.1);
    cursor: default;
    z-index: 20;
    margin-left:28vw;
}
.ServicesItem03 {
    z-index: 10;
    margin-left: 56vw;
}
.ServicesItemTitle {
    font-size: 1.5vw;
    padding-top:10px;
    text-align: center;
}
.ServicesItemText {
    text-align: left;
    color: gray;
    font-size: 1.2vw;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    font-family: Arial;
}
.SectionReadMoreOff, .SectionReadMoreOver {
    position: absolute;
    transition: opacity 1s;
    font-size: 1.7vw;
    top: 26vw;
    left: 5vw;
    text-decoration: none;
    text-align: center;
    width: 50%;
    padding: 8px;
    cursor: pointer;
}
.SectionReadMoreOff {
    color: darkred;
}
.SectionReadMoreOver {
    color: forestgreen;
    font-style: italic;
}
/*------------------------------------------------------------------------------------------------------------------------*/
.Section03 {
    width: 100%;
    background: white;
    height: 7.3vw;
    text-align: center;
    z-index: 30;
}
.SectionTitle03 {
    transition: opacity 2s, visibility 2s, margin-top 2s;
    transition-timing-function: ease-in-out;
    opacity: 0;
    font-size: 3.5vw;
    z-index: 11;
    color: darkred;
    width: 100%;
    position: relative;
    top: 17vw;
    padding-right: 10px;
    width: 95vw;
    text-align: center;
}
.Section03Text {
    transition: opacity 1.5s;
    transition-timing-function: ease-in-out;
    text-align: left;
    vertical-align:top;
    color: black;
    font-size: 1.5vw;
    padding-left: 2vw;
    padding-right: 2vw;
    font-family: Arial;
    position: relative;
    z-index: 42;
}
.Section03Photo {
    height:25vw;
    opacity: 0.4;
    position:relative;
    top:-3vw;
    left:-34vw;
    z-index:10;
}
.Section03Band01, .Section03Band02 {
    width: 100%;
    z-index: 0;
    text-align: center;
}

.Section03Band01 {
    min-height: 27vw;
    background: white;
    position: relative;
    top: 43.5vw;
}

.Section03Band02 {
    min-height: 16.7vw;
    top: 39vw;
    background: lightgray;
    position: relative;
}
.Section03Table {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 42;
    top: -24vw;
    width: 76vw;
    opacity: 0.9;
}

.DivHighlite01, .DivHighlite02 {
    font-variant: small-caps;
    font-weight: bold;
}

.DivHighlite01 {
    color: dodgerblue;
}

.DivHighlite02 {
    color: forestgreen;
}

.DivWeAreText {
    font-size: 1vw;
    padding: 1vw;
    font-variant: normal;
    font-family: Arial;
    height: 3vw;
}
.FirstLetter {
    color: burlywood;
}
.DivWeAreOn, .DivWeAreOver, .DivWeAreOff {
    height: 3vw;
    width: 20vw;
    box-shadow: 2px 2px 2px gray;
    text-align: center;
    padding: 1vw;
    font-variant: small-caps;
    transition: transform 0.5s;
    transition-timing-function: ease-in-out;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 1vw;
}

.DivWeAreOn {
    transform: scale(1.08);
    background-color: darkred;
    opacity: 0.7;
    color: white;
}

.DivWeAreOver {
    transform: scale(1.01);
    background-color: lightgoldenrodyellow;
    opacity: 1;
    color: black;
}


.DivWeAreOff {
    transform: scale(1);
    background-color: ghostwhite;
    opacity: 0.9;
    color: black;
}

.Section03TableText {
    height: 27vw;
    width: 73.8vw;
    box-shadow: 2px 2px 2px gray;
    text-align: left;
    padding: 1vw;
    transition: transform 0.5s;
    transition-timing-function: ease-in-out;
    border: 1px solid transparent;
    position: relative;
    top: -23vw;
    margin-left: auto;
    margin-right: auto;
    z-index: 15;
    background: ghostwhite;
    opacity: 0.9;
}

/*------------------------------------------------------------------------------------------------------------------------*/
.Section04 {
    width: 100%;
    background: white;
    height: 7.3vw;
    text-align: center;
    z-index: 30;
}
.Section04Band01, .Section04Band02 {
    width: 100%;
    z-index: 1;
    text-align: center;
}
.Section04Band01 {
    min-height: 24vw;
    max-height: 24vw;
    background: white;
    position: relative;
    top: 79.6vw;
    z-index: 0;
}
.Section04Band02 {
    min-height: 20.1vw;
    max-height: 20.1vw;
    top: 79.4vw;
    background: lightgray;
    position: relative;
    z-index: 0;
}
.Section04Table {
    margin-left:5vw;
    top:142vw;
    width:45vw;
    position:absolute;
}
.Section04Photo {
    position: absolute;
    height:42vw;    
    right: 6vw;
    top: 138vw;
    z-index:50
}

.SectionTitle04 {
    transition: opacity 2s, visibility 2s, margin-top 2s;
    transition-timing-function: ease-in-out;
    opacity: 0;
    margin-top: 0;
    text-align: left;
    font-size: 3vw;
    z-index: 30;
    color: darkred;
    position: relative;
    top: 36.7vw;
    border-collapse: collapse;
}

.SubTitleContact {
    padding-top: 0.5vw;
    padding-bottom: 0.5vw;
    text-align: left;
    font-size: 1.5vw;
}
.SubSubTitleContact {
    padding-top: 0.5vw;
    padding-bottom: 0.5vw;
    text-align: left;
    font-size: 1.3vw;
}
.ContactFields {
    height: 2.8vw;
    border-style: solid;
    border-color: lightgray;
    border-width: 0.1vw;
    width: 100%;
    background-color: white;
    box-shadow: 2px 2px 2px gray;
    text-indent: 5px;
    font-size: 1.3vw;
}

.SendButtonOn, .SendButtonOff {
    border-radius: 1vw;
    border: none;
    height: 4vw;
    width: 8vw;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    position: absolute;
    left: 41vw;
    cursor: pointer;
    z-index: 12;
    outline: none;
    top:140vw;
}

.SendButtonOn {
    background-color: navajowhite;
    color: black;
}

.SendButtonOff {
    background-color: lightgray;
    color: black;
}
.PrivacyText {
    font-size: 1.3vw;
    padding-top:1vw;
    background-color:transparent;
}
.Captcha {
    vertical-align: middle;
    position: absolute;
    left: 52vw;
    z-index: 32;
    top:140vw;
    width: 5vw;
}
/* Customize the label (the container) */
.container {
    display: block;
    position: relative;
    padding-left: 2.5vw;
    cursor: pointer;
    font-size: 1.5vw;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 1.8vw;
    width: 1.8vw;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 0.5vw;
    top: 0.1vw;
    width: 0.6vw;
    height: 1vw;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}
.PrivacyLinkOff,.PrivacyLinkOver {
    text-decoration:none;
    font-size:1.5vw;
}
.PrivacyLinkOff {
    color:darkred;
}
.PrivacyLinkOver {
    color: goldenrod;
    font-style:italic;
}
