@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700;800;900&display=swap');

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,
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,
article,
aside,
canvas,
details,
2 embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: 'Montserrat', sans-serif;
}

:focus {
    outline: 0;
}


ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}


blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a:focus {
    outline: thin dotted;
}


a:active,
a:hover {
    outline: 0;
}


img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

html,
body {
    min-height: 100%;
}

h1, h2, h3, h4, p{font-family: 'Montserrat', sans-serif;}

body {
    background: url("../images/main-bg.jpg") no-repeat left top;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    font-family: 'Montserrat', sans-serif;
}


h1 {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

h2 {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}


h1 strong {
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}




.main-container {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 90vh;
}

.container {
    max-width: 1000px;
    margin: 42px auto 0;
}

.container .logo {
    display: block;
    text-align: center;
    margin-bottom: 80px;
}

.info h3 {
    color: #88c878;
    display: block;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
	letter-spacing: .1em;
}

h1 {
    font-size: 50px;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 70px;
    font-weight: 800;

}

h1 b {
    font-size: 26px;
    vertical-align: middle;
    font-weight: 300;
    font-style: italic;
    font-family: 'Montserrat', sans-serif;
}

h1 em {
    font-style: normal;
    font-weight: 300;
    font-family: 'Open Sans Condensed', sans-serif;
}


.service-section .list {
    margin: 20px;
}

h1 span {
    display: none;
}

h1 .clear {
    display: block;
    clear: both;
}

.service-section {
    display: block;
    margin-top: 55px;
    margin-bottom: 55px;
}

.service-section h2 {
    font-size: 24px;
    color: #fff;
    padding-right: 15px;
    font-weight: 700;
    color: #ffc40c;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 5px;
}


.service-section {
    display: block;
    margin-top: 55px;
    margin-bottom: 75px;
}


.left-panel {
    display: inline-block;
    width: 50%;
    text-align: right;
    vertical-align: top;
}

.right-panel {
    display: inline-block;
    width: 48%;
    text-align: left;
    vertical-align: top;
}

.service-section h3 {
    font-size: 26px;
    color: #88c878;
    font-weight: 500;
    margin-bottom: 5px;
	letter-spacing: .05em;
	font-family: 'Montserrat', sans-serif;
}

.service-section p {
    font-size: 15px;
    color: #fff;
    line-height: 24px;
}

.comingsoon-text {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-top: 40px;
}

.contact-info {
    display: block;
    text-align: center;
    margin: 20px 0;
	font-size:18px;
}

.contact-info a {
    color: #fff;
    margin: 20px;
    text-decoration: none;
}

.contact-info a span {
    font-weight: 700;
    color: #88c878;
    display: inline-block;
    margin-right: 6px;
}

.contact-info a:hover {
    text-decoration: underline;
}

.comingsoon-text span {
    position: relative;
    padding: 0 5px;
}

.comingsoon-text span:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 14px;
    background: #88c878;
    z-index: -1;
}

@media all and (max-width: 1200px) {

    .main-container {
        display: block;
        height: auto;
    }
}

@media all and (max-width: 800px) {

    .main-container {
        display: block;
        height: auto;
    }


    h1 {
        font-size: 40px;
        line-height: 60px;
        font-weight: 800;
    }

    .info h3 {
        font-size: 20px;
    }

    .service-section h3 {
        font-size: 18px;
    }

    .service-section p {
        font-size: 14px;
        line-height: 22px;
    }

    .comingsoon-text {
        padding: 0 30px;
    }

}

@media all and (max-width: 575px) {

    .left-panel,
    .right-panel {
        width: 100%;
        display: block;
        text-align: center;
        margin-top: 20px;
    }

    .service-section .list {
        margin-bottom: 40px;
    }

    h1 {
        font-size: 30px;
        line-height: 36px;
        font-weight: 800;
        margin-top: 10px;
    }

    .contact-info {
        margin-top: 30px;
    }

    .contact-info a {
        display: block;
    }

    .contact-info a {
        color: #fff;
        margin: 0 0 10px;
        text-decoration: none;
    }

    .comingsoon-text {
        margin-top: 0;
    }

    .service-section h3 {
        margin-bottom: 10px;
    }

    .container .logo {
        margin-bottom: 30px;
    }
	
	.container {
    margin: 20px auto 0;
}

h1 {
    font-size: 24px;
    line-height: 14px;
    font-weight: 800;
    margin-top: 10px;
}

.service-section {
    margin-top: 38px; margin-bottom: 40px;
}



}

@media all and (max-width: 480px) {


    .logo img {
        width: 180px;
    }

.service-section .list {
    margin-bottom: 20px;
}

}


@media all and (max-width: 360px) {

h1 {
    font-size: 21px;
    line-height: 22px;
}

.service-section p {
    font-size: 12px;
    line-height: 18px;
}

.comingsoon-text{ font-size: 18px;}
.service-section h3 {
    font-size: 15px;
}

.contact-info{font-size:16px;}

.service-section {
    margin-top: 26px;
    margin-bottom: 0;
}


}