/* #0c9c2e*/
/*-- active - #10cb3c*/
/* ---- Basic Setup ----*/
*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    color: #555;
    font-family: 'Lato', 'Arial', sans-serif;
    font-size: 20px;
    font-weight: 300;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}
.clearfix {zoom: 1}
.clearfix:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

/* ---- Reusable Components ----*/

.row {
    max-width: 1140px;
    margin: 0 auto;
    }
section {
    padding: 80px 0;
    }
.box {padding: 1%}
/* ---- Headings ----*/
h1,
h2,
h3{
    font-weight: 300;
    text-transform: uppercase;
   }
h1 {
   color: #fff;
    margin: 0;
    margin-bottom: 20px; 
    font-size: 240%;
    word-spacing: 3px;
    letter-spacing: 1px;
    }
h2 {   
    font-size: 180%;
    word-spacing: 2px;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 1px;
    }
h3 {
    font-size: 100%;
    margin-bottom: 15px;
}
h4 {font-weight: 300;
    font-size: 80%;}
h2:after {
    display: block;
    height: 2px;
    background-color: #10cb3c;
    content: " ";
    width: 100px;
    margin: 0 auto;
    margin-top: 30px;
}
.about-us{color: #fff; margin-top: 2%;}
/* ---- Paragraphs ----*/
.long-copy {
    line-height: 145%;
    width: 70%;
    margin-left: 15%;
    text-align: center;
}
.ts-and-cs {
    line-height: 145%;
    width: 80%;
    margin-left: 10%;
    text-align: left;
}
.section-tc{list-style: none;
padding: auto 5% auto 5%;}
.tcbg {background-color: rgba(229, 252, 234, 0.37);}
.section-tc span{font-size: 120%;
margin-right: 0;
    margin-left: 4%;
color: #0c9c2e;
}
.box p {
    font-size: 90%;
    line-height: 145%;
}

/* ---- Icons ----*/
.icon-big {
    font-size: 300%;
    display: block;
    color: #10cb3c;
    margin-bottom: 10px;
}

.icon-small {
    display: inline-block;
    width: 30px;
    text-align: center;
    color: #10cb3c;
    font-size: 120%;
    margin-top: -5px;
    line-height: 120%;
    vertical-align: middle;
    margin-right: 10px;

}


/* ---- Header ----*/

header {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.50))), url(img/HERO.JPG);
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.50)), url(img/HERO.JPG);
    height: 100vh;   
    background-size: cover;
    background-position: center;
}

.hero-text-box{
    position: absolute;
    width: 1140px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.logo {
    height: 100px;
    width: auto;
    float: left;
    margin-top: 20px;
}
.logo-black {display: none;
height: 70px;
width: auto;
float: left;
margin: 0;}
/* Main-Nav*/
.main-nav {
    float: right;
    list-style: none;
    margin-top: 55px;
}

.main-nav li {
    display: inline-block;
    margin-left: 40px;
}

.main-nav li a:link, 
.main-nav li a:visited {
    padding: 3px 0;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 90%;
    word-spacing: 3px;
    border-bottom: 2px solid transparent;
    -webkit-transition: border-bottom 0.2s;
    transition: border-bottom 0.2s;
}
.main-nav li a:hover, 
.main-nav li a:active {
    border-bottom: 2px solid #10cb3c;
}
/*Sticky-nav*/
.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 2px 2px #efefef;
    box-shadow: 0 2px 2px #efefef;
    z-index: 9999;
}
.sticky .main-nav {margin-top: 20px;}
.sticky .main-nav li a:link, 
.sticky .main-nav li a:visited {
    padding: 10px 0;
    color: #555;
     }
.sticky .logo {display: none;}
.sticky .logo-black {display: block;}


/* ---- Mobile Nav ----*/
.mobile-nav-icon {
    float: right;
    margin-top: 40px;
    cursor: pointer;
    display: none;
    
}
.mobile-nav-icon i {
    font-size: 200%;
    color: #fff;
}

/* ---- Buttons ----*/


.btn:link,
.btn:visited,
input[type=submit] {
    display: inline-block;
    padding: 10px 30px;
    font-weight: 300;
    text-decoration: none;
    border-radius: 200px;
    -webkit-transition: background-color 0.2s, border 0.2s, color 0.2s;
    transition: background-color 0.2s, border 0.2s, color 0.2s;
}


.btn-full:link,
.btn-full:visited,
input[type=submit] {
   background-color: #0c9c2e;
    border: 1px solid #0c9c2e;
        color: #fff;
    margin-right: 15px;

}
.submit-btn{margin: 0 29%;}
.btn-ghost:link,
.btn-ghost:visited {
    border: 1px solid #0c9c2e;
    color: #0c9c2e;
}

.btn:hover,
.btn:active {
    background-color: #10cb3c; 
}

.btn-full:hover,
.btn-full:active {
    border: 1px solid #10cb3c;
    }

.btn-ghost:hover,
.btn-ghost:active {
    border: 1px solid #10cb3c;
    color: #fff;
}

/* ---- Features ----*/
.section-features .long-copy {
    margin-bottom: 30px;
}

    


/* ---- Pics ----*/
.section-pics {
    padding: 0;
}
.pics-showcase {
    list-style: none;
    width: 100%;
}
.pics-showcase li{
    display: block;
    float: left;
    width: 25%;
}
.hw-pic {
    width: 100%;
    margin: 0;
    overflow: hidden;
    background-color: #000;
     height: 190px;
}
.hw-pic img {
    opacity: 0.7;
    width: 100%;
   height: 100%;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: opacity 0.5s , -webkit-transform 0.5s;
    transition: opacity 0.5s , -webkit-transform 0.5s;
    transition: transform 0.5s , opacity 0.5s;
    transition: transform 0.5s , opacity 0.5s , -webkit-transform 0.5s;
}
.hw-pic img:hover {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    opacity: 1;
}

/* ---- What we do ----*/

.box img{width: 100%;
    height: 120px;
    margin-bottom: 15px;}
    
.ser ul {
    list-style: none;
}
.ser ul li {
    padding: 5px 0;
    font-size: 70%;
}
.ser ul li i {margin-right: 2px;}
.vox img{width: 30%; margin: 0 35%;}
.vox{background-color: #f4f4f4;}
/* ---- Plans ----*/

.section-plans{background-color: #f4f4f4;}

.plan-box {
    background-color: #fff;
    border-radius: 5px;
    width: 100%;
    margin-left: 0;
    -webkit-box-shadow: 0 2px 2px #efefef;
    box-shadow: 0 2px 2px #efefef;
    }

.plan-box div {
    padding: 15px;
    border-bottom: 1px solid #e8e8e8;
}
.plan-box div:first-child{
    background-color: #fcfcfc;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.plan-btn {width: 20%; margin-left: 40%;text-align: center;margin-top: 30px;}
.plan-price {
    font-size: 250%;
    margin-bottom: 10px;
    font-weight: 100;
    color: #0c9c2e;
}
.plan-price span {font-size: 30%;
font-weight: 300;
}

.plan-box ul {
    list-style: none;
}
.plan-box ul li {
    padding: 5px 0;
}
/* ---- Contact Form ----*/
.contact-form {
    width: 100%;
    margin: 0 16.5%;
}

input[type=text],
input[type=email],
select,
textarea {background-color: rgb(255, 255, 255);
    width: 100%;
    padding: 7px;
    border-radius: 3px;
    border: 1px solid #ccc;
}

textarea {height: 100px;}

*:focus {
    outline: none;}
    .g-recaptcha{margin: 0 20%;}

.form-messages{
    width: 90%;
    margin: 0 auto;
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 20px;
    text-align: center;
}

.success {
    background-color: #10cb3c;
}
.error {background-color: #e69909;}
/* ---- Footer ----*/
footer {
    background-color: #333;
    padding: 10px;
    font-size: 80%;
}
.footer-nav {
    list-style: none;
    float: left;
}
.social-links {
    list-style: none;
    float: right;
}
.footer-nav li,
.social-links li {
    display: inline-block;
    margin-right: 15px;
}
.footer-nav li:last-child,
.social-links li:last-child {
    display: inline-block;
    margin-right: 0;
}

.footer-nav li a:link,
.footer-nav li a:visited,
.social-links li a:link,
.social-links li a:visited{
    text-decoration: none;
    border: 0;
    color: #888;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}
.footer-nav li a:hover,
.footer-nav li a:active{
    color: #ddd;
}
.social-links li a:link,
.social-links li a:visited {
    font-size: 170%;
}
.ion-social-facebook{-webkit-transition: color 0.2s;transition: color 0.2s}
.ion-social-facebook:hover {
    color: #3b5998;
}
.ion-social-linkedin{-webkit-transition: color 0.2s;transition: color 0.2s}
.ion-social-linkedin:hover {
    color: #0e76a8;}

footer p {
    color: #888;
    text-align: center;
    margin-top: 10px;
}
.footer-contact{
    list-style: none;
    color: #888;}

/*Animations*/
.js--wp-1,
.js--wp-2 {
    opacity: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.js--wp-1 .animated,
.js--wp-2 .animated {
    opacity: 1;
}
/*Products*/
/*Terms & Conditions*/
.tc-head {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.50))), url(img/HERO.JPG);
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.50)), url(img/HERO.JPG);
    height: 100vh;   
    background-size: cover;
    background-position: center;
}
