
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, 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: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    text-rendering: optimizeLegibility;
    /* overflow-x: hidden; */
}

td {
    vertical-align: top;
}
ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.width-contain {
    max-width:1100px;
    margin:0px auto;

}
.emmatt {
    text-align: center;
}
.border-bottom-block {
    display: block;
    bottom: -160px;
    position: absolute;
    width: 4000px;
    margin-left: 50%;
    left: -2000px;
    overflow: hidden;
}
a:hover {
    opacity:0.7;
}
a {
    transition:0.2s;
}
/*=============================NAV================================*/
.fixed-head {
    max-height:0px;
    transition:all 0.6s ease-in-out;
    position: fixed;
    top:0px;
    width:100%;
    background:rgba(255,255,255,0.95);
    overflow:hidden;
    left:0px;
    border-bottom: 1px solid white;
    z-index:99;
}
.fixed-head ul {
    list-style:none;
    display: flex;
    justify-content: center;
}
.fixed-head li {
    float:left;
    margin: 0px 15px;
}
.fixed-head ul li a {
    text-decoration:none;
    font-family: 'Open Sans', sans-serif;
    color:#a831a5;
    font-size: 17px;
    margin: 14px 0px;
    display: block;
    transition:0.3s;
}
.head-nav {
    position: absolute;
    z-index: 6;
    font-family: 'Open Sans', sans-serif;
    right: 0px;
}
.head-nav ul li {
    float: left;
    margin-right: 21px;
        padding: 2px 3px;
        position:relative;
}
.head-nav ul li ul {
    display:none;
    position: absolute;
    background:white;
}
.head-nav ul li ul li {
    float: none;
    padding: 10px;
    width: 165px;
    border-bottom: 1px solid #42D0B5;
    margin-right: 0px;
}
.head-nav ul li:hover > ul {
    display:block;
}
.last ul {
    right:0;
}
.head-nav ul li a:hover {
    opacity:0.7;
}
.head-nav ul li a {
    color: #8f278c;
    text-decoration: none;
    font-size: 16px;
    transition:0.3s;
}
.head-nav ul li:nth-of-type(7) {
    margin-right:0px;
}
/*=============================HEADER============================*/
.header {
    font-family:'Open Sans';
    position:relative;
    height: 299px;
    position: relative;
    z-index:5;
    overflow: hidden;
}
.header-border {
    background-image:url('../img/header-border-bottom.png');
    height:160px;
    top: 131px;
}
.slider-border {
    background-image:url('../img/slider-border-bottom.png');
    height:170px;
    bottom: 30px;
}
.show {
    max-height:60px;
    border-bottom: 1px solid #31D0BE;
}
.head-logo {
    float:left;
    position: absolute;
    z-index: 3;
}
.contact {
    float:right;
    margin-top: 25px;
    margin-bottom: 43px;
}
.head-sm {
    width: 39px;
    height: 39px;
    background-size: 93%;
    display: inline-block;
    float: left;
    margin-right: 6px;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-color: #43D1B6;
}
.fb {
    background-image:url('../img/fb.jpg');
}
.in {
    background-image:url('../img/li.jpg');
}
.go {
    background-image:url('../img/go.jpg');
}
.tel {
    background-image:url('../img/telephone.jpg')
}
.head-contact-btn {
    background: #a831a5; /* Old browsers */
    background: -moz-linear-gradient(top,  #a831a5 82%, #8f278c 90%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #a831a5 82%,#8f278c 90%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #a831a5 82%,#8f278c 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a831a5', endColorstr='#8f278c',GradientType=0 ); /* IE6-9 */
    color: white;
    float: left;
    font-size: 22px;
    font-weight: 100;
    text-decoration: none;
    letter-spacing: 1.5px;
    padding: 7px 17px 10px;
    border-radius: 3px;
    max-height: 29px;
}
.banner {
    height: 180px;
    position:relative;
    top: -158px;
    z-index: 4;
    overflow: hidden;
}
.model-banner {
    background:url('../img/model-banner.jpg');
    background-position: center top;
    background-repeat: no-repeat;
}
.banner h1 {
    font-family: 'Raleway';
    font-size: 35px;
    color: white;
    text-transform: uppercase;
    position: relative;
    z-index: 5;
    width: 100%;
    left: 229px;
    top: 49px;
    text-shadow: 1px 1px 1px black;
}
.navbar-toggle {
    display:none;
}

/*=============================MAIN CONTENT============================*/
.circles {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row /* works with row or column */ flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 83px 0px 81px;
    overflow: hidden;
    padding: 14px 0px;
}
.feat-circle {
    float: left;
    height: 245px;
    width: 245px;
    overflow: hidden;
    margin: 0px 4vw;
    border-radius: 152px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    transition:0.4s ease-in;
    transform:scale(1);
}
.feat-circle:hover {
    transform:scale(1.1);
    opacity:1;
}
.circles a:hover {
    opacity:1!important;
}
.feat-circle:hover > h3 {
    background:#90278D;
}
.feat-circle h3 {
    padding: 91px 0px 117px;
    background: #70DEBB;
    text-align: center;
    font-family: 'Raleway';
    color: white;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 35px;
    transition:0.4s ease-in;
}
.model h3 {
    font-size: 20px;
    padding: 45px 0px 153px;
}
.model span {
    font-size: 46px;
    line-height: 0.8;
}
.service-plan span {
    font-size: 46px;
    line-height: 0.8;
}
.service-plan h3 {
    padding: 36px 0px 150px;
    font-size: 29px;
}
.whyus h3 {
    padding: 53px 0px 160px;
}
.feat-circle img {
    position: absolute;
    top: 110px;
    left: 26%;
    width: 117px;
}
.box2 .width-contain {
    padding: 40px 0px;
    background: url('../img/logo-fade.png');
    background-repeat: no-repeat;
    background-position: center;
}
.get-started {
    padding: 20px 30px;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    background: url('../img/slider-btn.png');
    letter-spacing: 1.5px;
    font-size: 24px;
    font-family: 'Raleway';
    display: block;
    float: left;
    transition: 0.2s;
    background-size: cover;
    margin-top: -3px;
}
.learn-more {
       padding: 20px 30px;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    background: url('../img/learn-more-btn.png');
    letter-spacing: 1.5px;
    font-size: 24px;
    font-family: 'Raleway';
    display: block;
    float: left;
    transition: 0.2s;
    background-size: cover;
    margin-top: -3px;
}
a.home-heading {
    font-size: 35px;
    text-decoration: none;
    color: #A831A5;
    font-family: 'Raleway';
    font-weight: 500;
    letter-spacing: -1px;
    display: block;
    position: relative;
    top: -70px;
    padding-bottom:55px;
}
.home-heading span {
    color:#1ad8c3;
}
.home-content.box3 {
    background: url('../img/box-3-bg.jpg');
    height: 772px;
    background-size: cover;
    background-position: center top;
        top: -75px;
    position: relative;
}
.box2 {
    position: relative;
    top: -110px;
}
.box3 h3 {
    float: right;
    text-align: right;
    color: white;
    font-family: 'Raleway';
    font-size: 50px;
    margin-top: 23px;
}
.box3 h3 span {
    font-size: 23px;
    line-height: 1.2;
    display: block;
}
.box3 .content {
    position: relative;
    top: 110px;
}
.box3 p {
    max-width: 50%;
    margin-bottom: 20px;
    color:white;
    font-family:'Raleway';
    font-size:23px;
    line-height: 1.2;
}
.box3 .img-cta {
    float: right;
    width: 45%;
    clear: both;
    position: relative;
    margin-top: 20px;
        z-index: 2;
}
.box4 {
        top: -75px;
    position: relative;
}
.box4 p {
    max-width: 50%;
    margin-bottom: 20px;
    color: #8f278c;
    font-family: 'Raleway';
    font-size: 23px;
    line-height: 1.2;
    float: right;
    clear: right;
}
.box4 h3 {
    float: right;
    color: #99278C;
    font-family: 'Raleway';
    font-size: 50px;
    margin-top: 23px;
    position: relative;
    top:-43px;
}
.box4 .img-cta {
    float: left;
    width:50%;
    clear: both;
    margin-top: 10px;
}
.internal-content p {
    font-size: 20px;
    color: #892887;
    line-height: 1.3;
    margin-bottom: 30px;
}
.internal-content li {
    font-size: 20px;
    color: #892887;
    line-height: 1;
    margin-bottom: 12px;
}
.internal-content ol {
    padding-left: 76px;
}
.internal-content{
    font-family:'Raleway';
    position: relative;
    top: -163px;
}
.internal-content a {
    text-decoration:underline;
    color:#4aa99f;
}
.internal-content h2 {
    font-size:22px;
    color:#21ad9e;
    font-weight:600;
    margin-bottom: 20px;
}
.internal-content table tr > td:nth-of-type(1) {
    padding-right:20px;
}
.internal-cta-thin {
    text-align: center;
    color: white!important;
    text-decoration: none!important;
    width: auto;
    max-width: 327px;
    margin: 31px auto;
    padding: 16px 15px 21px;
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    height: 22px;
    overflow: hidden;
    position: relative;
}
a.internal-cta-thin:after {
    content: ' ';
    position: absolute;
    width: 400px;
    height: 400px;
    top: 233px;
    left: 103px;
    background: rgba(26, 216, 195, 0.75);
    -webkit-transform-origin: 1% 0;
    -ms-transform-origin: 1% 0;
    transform-origin: 1% 0;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    z-index: -1;
}
.internal-cta {
    text-align: center;
    color: white!important;
    text-decoration: none!important;
    width: auto;
    margin: 31px auto;
    padding: 16px 15px 21px;
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    height: 22px;
    overflow: hidden;
    position: relative;
}
a.internal-cta:after {
    content: ' ';
    position: absolute;
    width: 400px;
    height: 400px;
    top: 233px;
    left: 19px;
    background: rgba(26, 216, 195, 0.75);
    -webkit-transform-origin: 1% 0;
    -ms-transform-origin: 1% 0;
    transform-origin: 1% 0;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    z-index: -1;
}
.plan-btn {
    width: 252px;
}
.gs-btn {
    width: 200px;
}
.gs-btn:after {
    left:-14px!important;
}
.plan-btn:after {
    left:70px!important;
}
.quality-btn {
    width: 344px;
}
.quality-btn:after {
    left:161px!important;
}
.vision-btn {
    width: 200px;
}
.internal-cta span {
    font-size: 24px;
}
.contact-form input {
    margin: 5px 0px 15px;
    width: 200px;
    height: 20px;
    padding: 6px;
    font-size: 17px;
}
.contact-form label {
    font-size: 18px;
    color: #892887;
}
.contact-form textarea {
    width: 320px;
    height: 100px;
    border-color: #A6A6A6;
}
.quote {
    background: url('../img/quote.jpg');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 151px;
    background-color: #E1F5EA;
    padding: 34px;
    float: left;
    width: calc(100% - 440px);
}
.quote span {
    float:right;
}
button.button-submit {
    padding: 15px 30px;
    margin: 12px 0px;
    border: none;
    color: white;
    font-size: 19px;
    font-weight: 100;
    transition:0.3s;
    cursor:pointer;
    position:relative;
    overflow:hidden;
    background:none;
}
button.button-submit:after {
    content: ' ';
    position: absolute;
    width: 400px;
    height: 400px;
    top: 233px;
    left: -97px;
    background: rgba(26, 216, 195, 0.75);
    -webkit-transform-origin: 1% 0;
    -ms-transform-origin: 1% 0;
    transform-origin: 1% 0;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    z-index: -1;
}
button.button-submit:hover {
    opacity:0.6;
}
/*=============================FOOTER============================*/
.footer {
    background: url('../img/footer-bg.jpg');
    background-position: center top;
    height: 458px;
        top: -75px;
    position: relative;
    overflow:hidden;
}
.footer-widget-1, .footer-widget-2, .footer-widget-3 {
    float:left;
    font-family:'Raleway';
}
.footer-widget-1 a {    
    color: white;
    text-decoration: none;
    font-size: 23px;
    margin-bottom: 8px;
    display: block;
}
.footer-widget-1 {
    width:22.5%;
    margin-right:2.5%;
}
.footer-widget-2 {
    width: 53.5%;
    margin-right:2.5%;
}
.footer-widget-3 {
    width: 158px;
    background: white;
    padding: 73px 17px 54px 22px;
    position: relative;
    top: -97px;
}
.footer h3 {
    color:white;
    font-size:26px;
    border-bottom:solid 2px white;
    margin-bottom: 15px;
    width: 195px;
}
.footer .width-contain {
    position: relative;
    top: 100px;
}
.foot-fb {
    width:48px;
    height:48px;
    background:url('../img/fb.jpg');
    background-size:contain;
    display: inline-block;
}
.foot-li {
    width:48px;
    height:48px;
    background:url('../img/li.jpg');
    background-size:contain;
    display: inline-block;
}
.foot-go {
    width:48px;
    height:48px;
    background:url('../img/go.jpg');
    background-size:contain;
    display: inline-block;
}
.foot-contact-btn {
    background: #a831a5;
    background: -moz-linear-gradient(top, #a831a5 82%, #8f278c 90%);
    background: -webkit-linear-gradient(top, #a831a5 82%,#8f278c 90%);
    background: linear-gradient(to bottom, #a831a5 82%,#8f278c 90%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a831a5', endColorstr='#8f278c',GradientType=0 );
    color: white;
    float: left;
    font-size: 19px;
    font-weight: 100;
    text-decoration: none;
    padding: 10px 16px 7px;
    border-radius: 3px;
    max-height: 29px;
    margin-top: 3px;
}
.foot-logo {
    width:96%;
}
.emmatt {
    padding: 20px 0px 0px;
    position: relative;
    bottom: 76px;
}
.emmatt p, .emmatt a {
    font-size:13px;
    color:#8f278c;
    margin-bottom:10px;
    font-family: 'Raleway';
    text-decoration:none;
}
.fb-page, .fb-page iframe[style], .fb-page span {
    width: 100% !important;
}
.expand {
    max-height: 565px!important;
    display: block!important;
    border-bottom: 1px solid #902A8D;
}
.close {
    display:none;
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 42px;
    font-family: arial;
    color: #A831A5;
    text-decoration: none;
}
.width-contain.menu-width-contain {
    position: relative;
    bottom: 191px;
}
.browsehappy {
    position:absolute;
    top:50%;
    left:10%;
    font-size: 40px;
    background:white;
    padding:30px;
    z-index:100000;
    margin-right:15%;
}
.browsehappy a {
    color:blue!important;
}


/*=============================SERVICES PAGE============================*/

.fa {
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-check::before {
  content: url(images/check-circle.png);
}

strong {
  font-weight: bold; 
}

/* Style the table */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

/* Style table headers and table data */
th, td {
  text-align: center;
  padding: 16px;
}

th:first-child, td:first-child {
  text-align: left;
}
th:nth-child(2), td:nth-child(2) {
  background-color: #21AD9E1C;
}

table.comparison-table tr {
    border-bottom: solid 1px #ccc;
}

p.footnote{
    font-style: italic;
    font-weight: lighter;
    padding: 1em;
    margin:1em;
}

p.more-info{
    text-align: center;
    font-weight: bold;
}