@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,800,400italic,300italic");
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
img {
    max-width: 100%
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}
audio:not([controls]) {
    display: none;
    height: 0
}
[hidden],
template {
    display: none
}
a {
    background: transparent;
    cursor: pointer
}
a:active,
a:hover {
    outline: 0
}
abbr[title] {
    border-bottom: 1px dotted
}
b,
strong {
    font-weight: bold
}
dfn {
    font-style: italic
}
h1 {
    font-size: 2em;
    margin: 0
}
mark {
    background: #ff0;
    color: #000
}
small {
    font-size: 80%
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    top: -0.5em
}
sub {
    bottom: -0.25em
}
img {
    border: 0
}
svg:not(:root) {
    overflow: hidden
}
figure {
    margin: 1em 40px
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}
pre {
    overflow: auto
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}
button {
    overflow: visible
}
button,
select {
    text-transform: none
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}
button[disabled],
html input[disabled] {
    cursor: default
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}
input {
    line-height: normal
}
* input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}
input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}
legend {
    border: 0;
    padding: 0
}
textarea {
    overflow: auto
}
optgroup {
    font-weight: bold
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
td,
th {
    padding: 0
}
ul,
li {
    list-style: none
}
a {
    text-decoration: none
}
ul {
    padding: 0px;
    margin: 0px
}
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    background: #fff
}
.loader #spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 45px
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
body {
    font-size: 15px;
    line-height: 1.6;
    font-family: "Open Sans", sans-serif;
    color: #909090;
    margin: 0 auto;
    -webkit-font-smoothing: antialiased
}
.wrap {
    min-height: 100vh
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px #E8E8E8 inset;
    -webkit-text-fill-color: #333
}
input:-webkit-autofill:focus {
    -webkit-box-shadow: , 0 0 0 50px #E8E8E8 inset;
    -webkit-text-fill-color: #333
}
nav ul li {
    display: inline-block
}
nav ul li a {
    text-transform: uppercase
}
.fourOfour {
    background-color: #45494c
}
.fourOfour img {
    max-width: 750px;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.mobile_menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #504849;
    z-index: 9999
}
.mobile_nav {
    background-color: #241a1c;
    text-align: center;
    padding: 25px 0;
    position: fixed;
    width: 100%;
    border-radius: 0 0 0 0;
    bottom: calc(0% + 59px);
    z-index: 99;
    opacity: 1;
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease
}
.mobile_nav ul {
    position: relative
}
.mobile_nav ul li {
    margin: 20px 0;
    text-transform: uppercase;
    font-size: 16px
}
.mobile_nav ul li a {
    color: #fff
}
.hidden {
    border-radius: 225px 225px 0 0;
    opacity: 0;
    background-color: #e8e8e8;
    bottom: -100%;
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease
}
.mobile_sub-nav {
    display: none;
    padding: 25px 0;
    position: absolute!important;
    width: 100%;
    bottom: 0;
    height: 100%;
    background-color: silver
}
.mobile_sub-nav i {
    font-size: 25px!important
}
.mobile_sub-nav li {
    margin-top: 0!important
}
#nav-icon {
    width: 45px;
    height: 29px;
    position: relative;
    margin: 15px auto;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer
}
#nav-icon span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #fff;
    border-radius: 2.5px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out
}
#nav-icon span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    transform-origin: left center
}
#nav-icon span:nth-child(2) {
    top: 12px;
    -webkit-transform-origin: left center;
    transform-origin: left center
}
#nav-icon span:nth-child(3) {
    top: 24px;
    -webkit-transform-origin: left center;
    transform-origin: left center
}
#nav-icon.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -4px;
    left: 6px
}
#nav-icon.open span:nth-child(2) {
    width: 0%;
    opacity: 0
}
#nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 28px;
    left: 6px
}
body {
    max-width: 100%;
    overflow-x: hidden
}
body button {
    -webkit-transition: 0.35s;
    transition: 0.35s
}
header {
    background-color: #241a1c
}
header .upper_header {
    height: 110px;
    border-bottom: solid 1.5px #504849;
    font-family: 'Open Sans', sans-serif
}
header .upper_header .logo {
    width: 120px;
    margin-top: 32px
}
header .upper_header ul {
    height: 110px;
    padding-top: 45px;
    text-align: right
}
header .upper_header ul li {
    display: inline-block;
    padding: 0 20px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    opacity: 0.6;
    -webkit-transition: 0.35s;
    transition: 0.35s
}
header .upper_header ul li a {
    color: #fff
}
header .upper_header ul li:nth-child(even) {
    border-left: solid 1.5px #fff;
    border-right: solid 1.5px #fff
}
header .upper_header ul li:nth-child(1) {
    padding-left: 0
}
header .upper_header ul li:nth-child(3) {
    padding-right: 0
}
header .upper_header ul li:hover {
    opacity: 1
}
header .lower_header {
    font-family: 'Playfair Display', serif;
    font-size: 17px;
    text-align: center
}
header .lower_header ul li {
    padding: 0 13px;
    line-height: 80px
}
header .lower_header ul li a {
    color: #a9a9a9;
    text-transform: none;
    -webkit-transition: 0.35s;
    transition: 0.35s
}
header .lower_header ul li a:hover,
header .lower_header ul li .nav__item--active {
    color: #fff
}
header .lower_header ul li:nth-child(1) {
    padding-left: 0
}
header .lower_header ul li:nth-child(7) {
    padding-right: 0
}
footer {
    background-color: #450505;
    text-align: center
}
footer ul {
    font-size: 12px;
    padding-top: 40px;
    padding-bottom: 50px;
    letter-spacing: 1.5px
}
footer ul li {
    padding: 0 15px;
    border-right: solid 1.5px #fff
}
footer ul li:nth-child(1) {
    padding-left: 0
}
footer ul li:nth-child(7) {
    padding-right: 0;
    border-right: none
}
footer ul a {
    color: #fff;
    -webkit-transition: 0.35s;
    transition: 0.35s
}
footer ul a:hover {
    opacity: 0.75
}
.index_slider {
    background-image: url(../images/Assets/Home/Home%20header.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    height: 600px;
    max-height: calc(100vh - 242px)
}
.index_slider .grid-container {
    opacity: 0.5;
    height: 100%;
    position: relative
}
.index_slider .grid-container .caption {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%)
}
.index_slider .grid-container .caption span {
    font-family: 'Playfair Display SC', serif;
    font-size: 48px;
    text-transform: uppercase
}
.index_slider .grid-container .caption p {
    font-family: 'Lora', serif;
    font-size: 18px;
    line-height: 24px;
    padding: 0 10px;
    margin-top: 10px;
    margin-bottom: 0
}
.building_slider {
    background-image: url(../images/Assets/Building-Maintenance/Building%20Maintenance%20-%20header.jpg)
}
.refurbishment_slider {
    background-image: url(../images/Assets/Building-Refurbishment/Building%20Refurbishment%20-%20header.jpg)
}
.electrical_slider {
    background-image: url(../images/Assets/Electrical/Electrical%20-%20header.jpg)
}
.testimonial_slider {
    background-image: url(../images/Assets/Testimonials/Testimonials%20-%20header.jpg)
}
.contact_slider {
    background-image: url(../images/Assets/Contact/Contact%20-%20header.jpg)
}
.section_1,
.section_3 {
    padding: 75px 0;
    margin-bottom: 125px;
    padding-left: 0!important;
    padding-right: 0!important;
    background-image: url(../images/Assets/Home/faint%20bg%20image.jpg);
    background-size: 75%;
    background-repeat: no-repeat;
    background-position: right;
    background-position-y: 100%
}
.section_1 .grid-7,
.section_3 .grid-7 {
    padding: 75px;
    -webkit-box-shadow: 15px 25px 30px 2.5px rgba(0, 0, 0, 0.4);
    box-shadow: 15px 25px 30px 2.5px rgba(0, 0, 0, 0.4);
    background-color: #fff
}
.section_1 .grid-7 span,
.section_3 .grid-7 span {
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    color: #222328;
    font-size: 32px;
    line-height: 40px
}
.section_1 .grid-7 p,
.section_3 .grid-7 p {
    font-size: 20px;
    line-height: 25px;
    color: #303030
}
.section_1 .grid-7 p:nth-child(even) b,
.section_3 .grid-7 p:nth-child(even) b {
    font-family: 'Lora', serif;
    font-size: 18px;
    line-height: 24px;
    color: #ff0000
}
.section_1 .grid-7 button,
.section_3 .grid-7 button {
    font-family: 'Open Sans', sans-serif;
    border: none;
    background: none;
    letter-spacing: 2.5px;
    padding: 0;
    color: #909090
}
.section_1 .grid-7 button i,
.section_3 .grid-7 button i {
    margin-left: 10px
}
.section_1 .grid-7 button:hover,
.section_3 .grid-7 button:hover {
    color: #ff0000
}
.section_1 .grid-5,
.section_3 .grid-5 {
    -webkit-box-shadow: 15px 25px 30px 2.5px rgba(0, 0, 0, 0.4);
    box-shadow: 15px 25px 30px 2.5px rgba(0, 0, 0, 0.4);
    -webkit-transform: translate(0, -40%);
    transform: translate(0, -40%);
    background-image: url(../images/Assets/Home/Call%20to%20action%20background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    padding: 50px 0;
    padding-bottom: 100px
}
.section_1 .grid-5 hr,
.section_3 .grid-5 hr {
    width: 45px;
    border: none;
    height: 3.5px;
    background-color: #fff
}
.section_1 .grid-5 p,
.section_3 .grid-5 p {
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    color: #fff;
    font-size: 48px;
    line-height: 70px;
    margin: 40px 0;
    margin-top: 25px
}
.section_1 .grid-5 p span,
.section_3 .grid-5 p span {
    font-size: 155px
}
.section_1 .grid-5 button,
.section_3 .grid-5 button {
    padding: 10px 35px;
    border: solid 1px #fff;
    border-radius: 2px;
    background: none;
    color: #fff;
    letter-spacing: 1.5px
}
.section_1 .grid-5 button:hover,
.section_3 .grid-5 button:hover {
    background-color: #fff;
    color: #ff0000
}
.testimonial_1 .grid-7,
.testimonial_2 .grid-7 {
    padding-left: 90px;
    padding-top: 50px
}
.testimonial_1 .grid-7 p b,
.testimonial_2 .grid-7 p b {
    font-family: 'Lora', serif;
    font-size: 18px;
    line-height: 24px;
    color: #ff0000
}
.testimonial_1 .grid-7 .quote,
.testimonial_2 .grid-7 .quote {
    width: 50px;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    margin-bottom: -15px
}
.testimonial_1 {
    background-image: url(../images/Assets/Testimonials/faint%20image.jpg);
    margin-bottom: 75px;
    background-position-y: 50%
}
.testimonial_2 {
    background-image: none;
    padding: 50px 0;
    margin-bottom: 0
}
.testimonial_2 .grid-5 {
    text-align: left;
    background-color: #fff;
    background-image: none;
    padding-left: 50px;
    padding-right: 50px
}
.testimonial_2 .grid-5 p {
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    color: #000;
    font-size: 32px;
    margin-top: 0;
    line-height: 40px
}
.testimonial_2 .grid-5 ul {
    font-family: 'Lora', serif;
    font-size: 18px;
    line-height: 24px;
    color: #ff0000
}
.testimonial_2 .grid-5 ul li {
    margin-top: 20px
}
.section_3 {
    padding: 50px 0;
    background-image: url(../images/Assets/Home/faint%20image%20background.jpg);
    background-position-y: 80%;
    margin-bottom: 75px
}
.section_3 .grid-5 {
    padding: 100px 0;
    padding-top: 125px;
    -webkit-transform: translate(0, -12.5%);
    transform: translate(0, -12.5%)
}
.section_3 .grid-5 span {
    font-size: 70px!important;
    line-height: 75px;
    letter-spacing: 25px;
    padding-left: 25px
}
.section_3 .grid-5 p {
    font-size: 41px;
    line-height: 65px
}
.section_3 .grid-5 p b {
    font-size: 48px;
    line-height: 67.5px;
    letter-spacing: 3px
}
.building_1 {
    background-image: url(../images/Assets/Building-Maintenance/background%20image%20faint%20white.jpg)
}
.building_3 {
    padding-top: 175px;
    background-image: url(../images/Assets/Building-Maintenance/faint%20image%20background.jpg)
}
.refurbishment_1 {
    background-image: url(../images/Assets/Building-Refurbishment/faint%20image.jpg)
}
.refurbishment_2 {
    padding-top: 175px;
    background-image: url(../images/Assets/Building-Refurbishment/faint%20image%202.jpg)
}
.electrical_1 {
    background-image: url(../images/Assets/Electrical/faint%20image.jpg)
}
.electrical_2 {
    padding-top: 175px;
    background-image: url(../images/Assets/Electrical/faint%20image%202.jpg)
}
.contact_1 {
    background-image: url(../images/Assets/Contact/faint%20image.jpg);
    padding-bottom: 125px;
    margin-bottom: 75px;
    color: #303030
}
.contact_1 .grid-4 {
    float: left!important;
    margin-left: 4%!important;
    padding-top: 75px
}
.contact_1 .grid-7 {
    padding: 0!important
}
.contact_1 .grid-7 iframe {
    margin-bottom: -6px
}
.contact_1 p {
    font-size: 20px;
    line-height: 25px
}
.contact_1 p span {
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    font-size: 32px
}
.section_2 {
    padding: 125px 0;
    padding-bottom: 200px;
    background-image: url(../images/Assets/Home/Red%20Strip%20Image.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    color: #fff
}
.section_2 span {
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    font-size: 32px
}
.section_2 p {
    font-size: 20px;
    line-height: 25px;
    margin: 0 auto;
    margin-top: 40px;
    max-width: 850px
}
.test-red {
    background-image: url(../images/Assets/Testimonials/Red%20Strip%20Image.jpg);
    background-repeat: no-repeat;
    background-size: 100vw;
    background-position: top
}
.test-red .section_1 .grid-5 {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%)
}
.test-red .section_1 .grid-7 {
    margin-top: 100px
}
.our_service {
    padding-left: 0!important;
    padding-right: 0!important
}
.our_service .grid-3 {
    background-color: #fff;
    border-bottom: solid 7.5px #ff0000;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 30px;
    min-height: 240px!important;
    -webkit-box-shadow: 2px -2.5px 2.5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 2px -2.5px 2.5px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: 0.35s;
    transition: 0.35s
}
.our_service .grid-3 img {
    width: auto;
    height: 65px
}
.our_service .grid-3 p {
    font-size: 18px;
    color: #79001c;
    text-transform: uppercase;
    font-weight: bold
}
.our_service .grid-3 hr {
    height: 2px;
    border: none;
    background-color: #79001c;
    width: 40px;
    margin: 7.5px 0
}
.our_service .grid-3:nth-child(2) p {
    font-size: 14px;
    line-height: 21px
}
.our_service .grid-3:hover {
    -webkit-transform: scale(1.05) translate(0, -50%);
    transform: scale(1.05) translate(0, -50%)
}
.section_4,
.testimonials {
    background-image: url(../images/Assets/Home/project%20gallery%20background%20image.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 75px 0;
    overflow: hidden
}
.section_4 .slider,
.testimonials .slider {
    -webkit-box-shadow: 15px 25px 30px 2.5px rgba(0, 0, 0, 0.4);
    box-shadow: 15px 25px 30px 2.5px rgba(0, 0, 0, 0.4)
}
.section_4 .ssslide,
.testimonials .ssslide {
    height: 600px;
    width: 100%;
    position: relative;
    border-radius: 5px
}
.section_4 .ssslide .caption,
.testimonials .ssslide .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    height: 180px;
    padding-top: 20px;
    padding-left: 85px
}
.section_4 .ssslide .caption p,
.testimonials .ssslide .caption p {
    color: #222328;
    font-size: 16px;
    line-height: 24px;
    opacity: 0.75;
    margin: 12.5px 0
}
.section_4 .ssslide .caption p b,
.testimonials .ssslide .caption p b {
    font-family: 'Playfair Display', serif;
    font-size: 24px
}
.section_4 .ssslide .caption a,
.testimonials .ssslide .caption a {
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 2.5px;
    color: #909090;
    text-transform: uppercase;
    font-size: 15px;
    -webkit-transition: 0.35s;
    transition: 0.35s
}
.section_4 .ssslide .caption a i,
.testimonials .ssslide .caption a i {
    margin-left: 10px
}
.section_4 .ssslide .caption a:hover,
.testimonials .ssslide .caption a:hover {
    color: #ff0000
}
.section_4 #slide_1,
.section_4 #slide_2,
.section_4 #slide_3,
.testimonials #slide_1,
.testimonials #slide_2,
.testimonials #slide_3 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom
}
.section_4 #slide_1,
.testimonials #slide_1 {
    background-image: url(../images/Assets/slider/1.jpg)
}
.section_4 #slide_2,
.testimonials #slide_2 {
    background-image: url(../images/Assets/slider/2.jpg)
}
.section_4 #slide_3,
.testimonials #slide_3 {
    background-image: url(../images/Assets/slider/3.jpg)
}
.section_5 {
    color: #000;
    text-align: center;
    padding: 100px 0
}
.section_5 span {
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    font-size: 32px
}
.section_5 p {
    font-size: 20px;
    line-height: 25px;
    margin-top: 30px
}
.section_5 img {
    width: 75%;
    margin-top: 40px
}
.testimonials {
    background-image: url(../images/Assets/Home/Testimonial%20Background%20faint%20image.jpg);
    text-align: center
}
.testimonials .slider {
    background-color: #fff;
    padding: 100px 0px
}
.testimonials .slider .just_text {
    height: initial;
    height: auto;
    padding: 0 75px;
    color: #303030
}
.testimonials .slider .just_text p {
    line-height: 45px;
    margin: 0;
    margin-bottom: 65px;
    font-family: "Open Sans", sans-serif;
    font-size: 32px
}
.testimonials .slider .just_text #big {
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    font-size: 32px;
    color: #222328;
    margin-bottom: 30px
}
.testimonials .slider .just_text span {
    font-size: 19px;
    line-height: 27px
}
.section_6 {
    background-image: url(../images/Assets/Home/Footer.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    text-align: center;
    padding: 75px 0
}
.section_6 span {
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    font-size: 32px
}
.section_6 p {
    font-size: 18px;
    line-height: 28px;
    max-width: 875px;
    margin: 0 auto;
    margin-top: 15px
}
.section_6 hr {
    border: none;
    background-color: #fff;
    height: 2px;
    margin-top: 65px;
    margin-bottom: 45px;
    width: 100%;
    opacity: 0.25
}
.section_6 ul {
    font-size: 16px;
    font-weight: lighter;
    margin-bottom: 75px
}
.section_6 ul a {
    color: #fff;
    -webkit-transition: 0.35s;
    transition: 0.35s
}
.section_6 ul a:hover {
    color: #ff0000
}
.section_6 ul li {
    display: inline-block;
    width: 32.3333%;
    vertical-align: top
}
.section_6 ul li p {
    margin-top: 0
}
.section_6 ul li i {
    color: #ff0000;
    margin-right: 15px
}
input,
textarea,
select {
    background: none;
    border: solid 1px #fff;
    border-radius: 1.5px;
    padding: 12px 25px;
    width: 49%;
    margin-bottom: 25px;
    font-size: 14px;
    color: #fff
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #fff
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #fff
}
input::placeholder,
textarea::placeholder {
    color: #fff
}
option {
    color: #000
}
input:nth-child(even),
select {
    float: right
}
textarea {
    width: 100%;
    height: 150px
}
#form_submit_button, input#btnSubmit {
    margin: 0 auto;
    margin-bottom: 0;
    margin-top: 25px;
    float: none;
    display: block;
    border: none;
    background-color: #ff0000;
    font-weight: bold;
    -webkit-transition: 0.35s;
    transition: 0.35s;
    max-width:310px;
}
#form_submit_button:hover, input#btnSubmit:hover {
    background: none;
    color: #ff0000
}
.grid-container {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto
}
img {
    width: 100%
}
@media (min-width: 1px) and (max-width: 767px) {
    .grid-container>[class^="grid-"] {
        padding-top: 5px;
        padding-bottom: 5px
    }
}
@media (min-width: 768px) {
    .grid-container>[class^="grid-"] {
        float: left;
        min-height: 1px;
        margin-left: 2%
    }
    .grid-container>[class^="grid-"]:first-child {
        margin-left: 0
    }
    .grid-container>[class^="grid-"]:last-child {
        float: right
    }
    .grid-1 {
        width: 6.5%
    }
    .grid-2 {
        width: 15%
    }
    .grid-3 {
        width: 23.5%
    }
    .grid-4 {
        width: 32%
    }
    .grid-5 {
        width: 40.5%
    }
    .grid-6 {
        width: 49%
    }
    .grid-7 {
        width: 57.5%
    }
    .grid-8 {
        width: 66%
    }
    .grid-9 {
        width: 74.5%
    }
    .grid-10 {
        width: 83%
    }
    .grid-11 {
        width: 91.5%
    }
    .grid-12 {
        width: 100%
    }
    .grid-container:after,
    .group:after {
        content: " ";
        display: table;
        clear: both
    }
}
@media (min-width: 1200px) {
    .grid-container {
        max-width: 1000px;
        padding-left: 10px;
        padding-right: 10px
    }
    header .lower_header ul li {
    padding: 0 13px;
}
}
@media (max-width: 980px) {
    nav {
        display: none
    }
    .upper_header {
        height: inherit!important
    }
    .upper_header .grid-5,
    .upper_header .grid-7 {
        width: 100%
    }
    .upper_header .logo {
        margin: 0 auto;
        margin-top: 25px!important;
        display: block
    }
    .upper_header ul {
        height: inherit!important;
        text-align: center!important;
        padding: 25px 0;
        padding-top: 25px!important
    }
}
@media (max-width: 550px) {
    header .upper_header ul li {
        padding: 10px 0 0 0;
        width: 100%;
        border: none!important
    }
}
@media (max-width: 1200px) {
    .section_6 {
        padding: 50px 0;
        padding-bottom: 102px
    }
}
@media (max-width: 900px) {
    .section_6 hr {
        margin-top: 50px;
        margin-bottom: 10px
    }
    .section_6 ul {
        margin-bottom: 50px
    }
    .section_6 ul li {
        width: 100%;
        margin-top: 25px
    }
    .section_6 iframe {
        height: 531px
    }
    input,
    textarea,
    select {
        width: 100%
    }
}
@media (max-width: 1200px) {
    .index_slider .grid-container .caption {
        left: 20px;
        width: calc(100% - 20px)
    }
}
@media (max-width: 767px) {
    .index_slider {
        max-height: calc(100vh - 291px)
    }
    .index_slider .grid-container .caption {
        text-align: center;
        left: 0;
        width: 100%;
        padding: 0 20px;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }
    .index_slider .grid-container .caption span {
        font-size: 35px
    }
    .index_slider .grid-container .caption p {
        font-size: 16px;
        line-height: 21.5px
    }
}
@media (max-width: 1200px) {
    .section_1,
    .section_3 {
        max-width: calc(100% - 60px)
    }
    .section_1 .grid-7,
    .section_3 .grid-7 {
        padding: 50px
    }
    .section_1 .grid-5 {
        -webkit-transform: translate(0, -35%);
        transform: translate(0, -35%)
    }
}
@media (max-width: 767px) {
    .section_1,
    .section_3 {
        max-width: calc(100% - 40px);
        margin-bottom: 0;
        background-image: none;
        padding: 50px 0
    }
    .section_1 .grid-5,
    .section_3 .grid-5 {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        margin-top: 50px;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 25px 10px
    }
    .section_1 .grid-5 br,
    .section_3 .grid-5 br {
        display: none
    }
    .section_1 .grid-5 span,
    .section_1 .grid-5 b,
    .section_3 .grid-5 span,
    .section_3 .grid-5 b {
        font-size: inherit!important;
        line-height: inherit!important;
        letter-spacing: inherit!important
    }
    .section_1 .grid-7,
    .section_3 .grid-7 {
        padding: 0px;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .section_2 {
        padding: 50px 0;
        padding-bottom: 50px
    }
    .our_service .grid-3 {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        margin-top: 15px;
        text-align: center;
        min-height: inherit!important;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .our_service .grid-3 hr {
        margin: 7.5px auto
    }
    .our_service .grid-3 p {
        margin-top: 0
    }
    .section_3 .grid-5 span {
        margin-right: 10px
    }
    .section_5 {
        padding: 50px 20px
    }
    .contact_1 .grid-4 {
        float: none!important
    }
    .test-red {
        background: none
    }
    .test-red .section_1 {
        padding: 0
    }
    .quote {
        display: none
    }
}
@media (max-width: 600px) {
    .section_4,
    .testimonials {
        padding: 50px 0
    }
    .section_4 .ssslide,
    .testimonials .ssslide {
        height: 70vh;
        max-height: 600px
    }
    .section_4 .caption,
    .testimonials .caption {
        display: none
    }
    .testimonials .slider {
        padding: 25px 0px
    }
    .testimonials .slider .just_text {
        padding: 0 25px
    }
    .testimonials .slider .just_text p {
        line-height: 35px;
        font-size: 22px;
        margin-bottom: 25px
    }
}
@media (min-width: 981px) {
    .mobile_menu {
        display: none
    }
}
@media (max-height: 450px) {
    .wrap,
    footer {
        width: calc(100% - 75px)
    }
    .mobile_menu {
        left: calc(100% - 75px);
        width: 75px;
        height: 100%;
        padding-top: 25%
    }
    #nav-icon {
        -webkit-transform: translate(0%, -50%);
        transform: translate(0%, -50%)
    }
    .mobile_nav {
        padding: 0;
        width: calc(100% - 75px);
        height: 100%;
        bottom: 0;
        right: 75px
    }
    .mobile_nav ul {
        -webkit-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%
    }
    .hidden {
        bottom: 0;
        right: -100%;
        border-radius: 225px 0 0 250px
    }
    .index_slider {
        max-height: 100vh
    }
    .section_6 {
        padding-bottom: 50px
    }
}
.sss {
    height: 0;
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #fff;
}
.ssslide {
    width: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    overflow: hidden;
    text-align: center;
}
.ssslide img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
}
.sssnext,
.sssprev {
    width: 36px;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    background: url("../images/arr.png") no-repeat
}
.sssprev {
    left: 0;
    background-position: 0 50%
}
.sssnext {
    right: 0;
    background-position: -36px 50%
}
.sssprev:hover,
.sssnext:hover {
    cursor: pointer
}
.lb-loader,
.lightbox {
    text-align: center;
    line-height: 0
}
body:after {
    content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
    display: none
}
.lb-dataContainer:after,
.lb-outerContainer:after {
    content: "";
    clear: both
}
body.lb-disable-scrolling {
    overflow: hidden
}
.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    filter: alpha(Opacity=80);
    opacity: .8;
    display: none
}
.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    font-weight: 400
}
.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
    border: 4px solid #fff
}
.lightbox a img {
    border: none
}
.lb-outerContainer {
    position: relative;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #fff
}
.lb-loader,
.lb-nav {
    position: absolute;
    left: 0
}
.lb-outerContainer:after {
    display: table
}
.lb-loader {
    top: 43%;
    height: 25%;
    width: 100%
}
.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../images/loading.gif) no-repeat
}
.lb-nav {
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 10
}
.lb-container>.nav {
    left: 0
}
.lb-nav a {
    outline: 0;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}
.lb-next,
.lb-prev {
    height: 100%;
    cursor: pointer;
    display: block
}
.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../images/prev.png) left 48% no-repeat;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s
}
.lb-nav a.lb-prev:hover {
    filter: alpha(Opacity=100);
    opacity: 1
}
.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../images/next.png) right 48% no-repeat;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s
}
.lb-nav a.lb-next:hover {
    filter: alpha(Opacity=100);
    opacity: 1
}
.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}
.lb-dataContainer:after {
    display: table
}
.lb-data {
    padding: 0 4px;
    color: #ccc
}
.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em
}
.lb-data .lb-caption {
    font-size: 13px;
    font-weight: 700;
    line-height: 1em
}
.lb-data .lb-caption a {
    color: #4ae
}
.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999
}
.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../images/close.png) top right no-repeat;
    text-align: right;
    outline: 0;
    filter: alpha(Opacity=70);
    opacity: .7;
    -webkit-transition: opacity .2s;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s
}
.lb-data .lb-close:hover {
    cursor: pointer;
    filter: alpha(Opacity=100);
    opacity: 1
}
