/*
Theme Name: Ion 
Author: JSA Interactive
Text Domain: ion
Version: 1.0

JSA InterActive Inc.
(617) 615-9895
jsainteractive.com
*/
html, body {
    width:100%;
    height:100%;
    display:block;
}
body {
    background:#fff;
    color:#000;
    font-family: 'Source Sans Pro', sans-serif;
    overflow-x: hidden;
}
.blogsingle .col-8 h2, .blogsingle .col-8 h3, .blogsingle .col-8  h4, .blogsingle .col-8 h5,
.pagecontent .col-8 h2, .pagecontent .col-8 h3, .pagecontent .col-8  h4, .pagecontent .col-8 h5,
.blogindex .col-8 h2 a, .blogindex .col-8 h2, .blogindex .col-8 h3, .blogindex .col-8  h4, .blogindex .col-8 h5 {
    font-weight:600;
}
h2 {
    color:#040c3a;
}
.pagecontent p, .pagecontent li {
    font-size: 18px;
}
img {
    max-width:100%;
    height:auto;
}
/*.row, .col {
    margin:0;
    padding:0;
}*/
.container-fluid {
    width:100%;
    max-width:1200px;
}
.mobile {
    display:none;
}
/*Header*/
.head-wrapper {
    margin-top:20px;
}
.logo-container svg {
    width: 120px;
}
.menu-logo {
    max-width: 200px;
    width: 100%;
}
.readable-content {
    max-width: 600px;
    text-align: left;
    margin: 0 auto;
}
/*Buttons*/
.head-wrapper .btn-primary:not(:disabled):not(.disabled):active {
    background-color: #F1954A;
    border-color: #F1954A;
}
.head-wrapper .btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem rgba(241, 149, 74,.5);
}
.head-wrapper .top-cta-btn {
    width:196px;
    height:40px;
    border-radius:3px;
    background:#F1954A;
    border-color:#F1954A;
    color:#fff;
    font-weight:500;
    padding-bottom:25px;
}
.head-wrapper .top-cta-btn:focus {
    box-shadow: 0 0 0 0.2rem rgba(241, 149, 74,.5);
}
.head-wrapper .top-cta-btn:hover {
    border-color:#F1954A;
}
.head-wrapper .topphone {
    color:#F1954A;
}
/*Main Nav*/
.main-nav {
    margin-top:20px;
    margin-left: auto;
}
.main-nav li {
    display: inline-block;
    margin-right: 8px;
    list-style: none;
}
.main-nav li a {
    color:#000;
}
.main-nav li a:hover {
    text-decoration:none;
    color:#F1954A;
}
/*Section One*/
.topcontent h1 {
    font-size: 58px;
    font-weight: bold;
    margin-top:50px;
    text-transform:capitalize;
}
.topcontent p {
    font-size: 30px;
    text-transform:capitalize;
}
.top-graphic-col-mobile {
    display:none;
}
.top-graphic-col-mobile svg {
    height:258px;
}
.top-cta {
    text-align:center;
    font-weight:600;
    margin-left: auto;
    position:relative;
}
/*CTA*/
.cta-btn .no-upsell {
    font-size:14px;
    font-weight:600;
    text-align:center;
    margin-top: 10px;
}
.cta-btn .no-upsell img {
    max-width:14px;
}
.cta-btn {
    width:254px;
}
/*Section Two*/
.section-two-wrapper {
    background:#fafaff;
    text-align:center;
}
.section-two-wrapper h2 {
    margin:0 auto;
    font-size:57px;
    display:block;
    margin-bottom:15px;
    width: 100%;
    padding: 40px 0 0;
}
.section-two-wrapper h3 {
    font-size:16px;
    font-weight:700;
}
.section-two-wrapper p {
    width: 100%;
    padding:0 20px 40px;
}
.services-icon svg {
    margin-bottom:10px;
}

/*Section Three*/
.section-three-wrapper {
    background:#fff;
    text-align:center;
}
.section-three-wrapper h2 {
    font-size:57px;
    display:block;
    margin-bottom: 20px;
    width: 100%;
    padding: 40px 0 0;
    text-align: left;
}
.section-three-wrapper li {
    list-style:none;
    text-align:left;
    font-size:18px;
    position: relative;
    display:block;
    margin: 15px 0 0 40px;
}
.section-three-wrapper li span {
    font-weight:700;
    margin-right:20px;
    font-size:34px;
    position: absolute;
    top: -5px;
    left: -40px;
}
.section-three-wrapper li span:after {
    content:"|";
    font-weight:700;
    font-size:24px;
    color:#e3e3e5;
    position:absolute;
    top: 6px;
    right:-8px;
}
.section-three-wrapper ul {
    padding:0;
    margin:0;
}
.section-three-wrapper .cta-btn {
    margin: 40px auto 20px;
}
/*Section Four*/
.section-four-wrapper {
    /*background:#fafaff;*/
    background: #fff;
    text-align:center;
}
.section-four-wrapper h2 {
    font-size:57px;
    display:block;
    margin-bottom:15px;
    width: 100%;
    padding: 40px 0 0;
    text-align: center;
}
.company-logos {
    margin: 20px auto;
    width: 100%;
}
.company-logos .col {
    margin: 20px auto;
}
.company-logos img {
   position:relative;
}
/*Testimonial box*/
.testimonial-section {
    position:relative;
}
.testimonial-box {
  box-sizing:border-box;
  background:#fff;
  margin:20px 10px; 
  max-width:49%;
  padding:40px;
  border-radius:3px;
  box-shadow: 0 1px 8px rgba(0,0,0,0.1);
  float: left;
  max-width: 500px;
  height: 300px;
}
.testimonial-box img {
    max-width:53px;
    float: left;
    margin-right: 20px;
}
.avatar-default {
	background: url('images/ion-sprite.png') no-repeat -131px -25px;
	width: 53px;
    height: 53px;
    display: inline-block;
    float: left;
    margin-right: 20px;
    position: relative;
}
.testimonial-box p, .testimonial-box h3 {
    text-align: left;
}
.testimonial-box .tb-content p {
    font-size: 18px;
}
.testimonial-box .tb-content {
    position: relative;
    margin-top: 30px;
}
.testimonial-box .tb-content:before {
    content: "";
    background: url('images/ion-sprite.png') no-repeat -30px -36px;
    position: absolute;
    top: -40px;
    left: 0;
    width: 35px;
    height: 24px;
}
.testimonial-box p.tb-company {
    font-size: 14px;
    color: #666;
}
.testimonial-box h3 {
   font-size: 18px;
   font-weight: 600;
   margin-bottom: 0;
   margin-top: 20px;
}
.col-first .cl-1 {
/*margin-left:65px;*/
}
.c-logo {
   display:inline-block; 
   position:relative;
}
.cl-1  {
    background: url('images/ion-sprite.png') no-repeat -302px -129px;
    width: 56px;
    height: 63px;
    top:10px;
}
.cl-2 {
	background: url('images/ion-sprite.png') no-repeat 0 -116px;
    width: 295px;
    height: 89px;
    top:0px;
}
.cl-3 {
	background: url('images/ion-sprite.png') no-repeat -360px -102px;
	width: 135px;
    height: 90px;
    top:-13px;
}
.cl-4 {
	background: url('images/ion-sprite.png') no-repeat -393px -29px;
	width: 254px;
    height: 43px;
    top:20px;
}
.cl-5 {
    background: url(images/ion-sprite.png) no-repeat -495px -129px;
    width: 215px;
    height: 55px;
    top: 10px;
}

/*Slider*/
.testimonial-slider {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    max-width: 1045px;
}
.testimonial-slider .slide {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}
.testimonial-slider .slide:first-child {
    position: relative;
    display: block;
    float: left;
}
.testimonial-slider .slide div {
    display: block;
    height: 320px;
    float: left;
    width: 100%;
    border: 0;
}
/*Footer*/
footer {
    background:#292C31;
    /*color:#62656a;*/
    color: #cdcdd1;
    padding:50px 0;
}
footer h3 {
    color: #fff;
    font-size:16px;
    font-weight:600;
    text-align:left;
}
footer p, footer li {
    text-align:left;
}
footer a {
    color: #cdcdd1;
    font-size:14px;
    text-align:left;
}
footer a:hover {
    color: #fff;
}
footer ul {
    list-style:none;
    padding:0;
}
footer .copy-links {
    color: #cdcdd1;
    font-size:14px;
}
footer .copy-links a {
    margin-left:30px;
    color: #cdcdd1 !important;
}
.col.company {
    max-width: 270px;
}
.col-5.newsletter.col-md-pull-2 {
    margin-left: auto;
}
.col.footermenu, .col.recent-posts {
    max-width: 185px;
}
/*Newsletter*/
.newsletter h3 {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
}
.subscribeform input[type="email"]{
    width:266px;
    height:48px;
    border-radius:3px;
    border:1px solid rgba(255,255,255,0.3); 
    background:transparent; 
    color:rgba(255,255,255, 0.5);
    padding:0 15px;
}
.subscribeform input[type="submit"]{
    width:128px;
    height:48px;
    border-radius:3px;
    border:none; 
    color:#fff;
    background:#235FAD; 
    margin-left:12px;
}
.subscribeform input[type="submit"]:hover {
    cursor:pointer;
}
.subscribeform p.note {
    color:#aeb3bd;
    font-size:14px;
    max-width:400px;
}
footer .use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    top: -65px;
    border-radius: 5px;
    left: 0;
    z-index: 100;
    border: none;
    background: #fafaff;
    padding: 8px;
}
.wpcf7-response-output {
    display:none !important;
}
/*Copyright*/
.copyrightcontainer {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top:20px;
    margin-top:20px;
}
/*Page Styling*/
.section-head-wrapper {
    padding:20px 0;
    background:#FAFAFF;
    width:100%;
}
.section-head-wrapper h1 {
    text-align:center;
    font-weight:700;
    margin:0 auto;
    display:block;
    font-size:48px;
}
.single .section-head-wrapper h1 {
    text-align:left;
}
/*Sidebar*/
#sidebar p {
    margin-bottom:8px;
}
.sidebar-container {
    /* background:url('images/sidebar-svg-bg.svg') no-repeat; */
    /* background-position: 75% 55%; */
    height:540px;
}
.sidebar-page form {
    float:right;
    margin-top:20px;
}
.sbform-bg {
    width: 525px;
    height: 509px;
    background: url('images/sidebar-svg-bg.svg') no-repeat;
    position: absolute;
    background-size: 100%;
    background-position: 0;
    overflow: visible;
    left: 0;
    z-index: -1;
}
.sidebar-page form .sb-subtitle {
    color:#666;
}
.sidebar-page form .sb-title {
    color: #315EAC;
    font-weight:700;
    font-size:24px;
    max-width:250px;
}
.sidebar-page form input {
    width:266px;
    height:48px;
    border:1px solid #eee;
    border-radius:3px;
    padding:0 15px;
    background: rgba(255,255,255,1);
}
.sidebar-page form textarea {
    width:266px;
    height:100px;
    border:1px solid #eee;
    border-radius:3px;
    padding:15px;
    background: rgba(255,255,255,1);
}
.sidebar-page form input[type="submit"] {
    width:200px;
    height:50px;
    border:1px solid #eee;
    border-radius:3px;
    padding:0 15px;
    background:#235FAD;
    color:#fff;
    display:block;
    margin:0 auto;
}
.sidebar-page form input[type="submit"] {
    width:200px;
    height:50px;
    border:1px solid #eee;
    border-radius:3px;
    padding:0 15px;
    background: #E49549;
    color:#fff;
    display:block;
    margin:0 auto;
}
span.sb-submit {
    position:relative;
}
span.sb-submit:after {
    content: "";
    background: url('images/chevron-right.svg') no-repeat;
    width:32px;
    height:32px;
    position:absolute;
    top: -35px;
    left: 200px;
}
.sidebar-page form input[type="submit"]:hover {
    cursor:pointer;
}
.no-upsell-sbform {
    position:relative;
    text-align: center;
    display: block;
    font-size: 16px;
    margin-top:-15px;
}
.no-upsell-sbform:after {
    content: "";
    position: absolute;
    background: url('images/ion-sprite.png') no-repeat -250px -41px;
    width:14px;
    height:15px;
    top: 6px;
    right: -3px;
}
.smile-icon {
	background: url('images/ion-sprite.png') no-repeat -250px -41px;
	width: 14px;
    height: 15px;
    display: inline-block;
    position:relative;
    top: 3px;
    left: 2px;
}

/*Contact Us Form*/
.contact-us-form {
    margin:0 auto;
    display:block;
    width:100%;
    max-width:600px;
}
.contact-us-form p {
    margin:10px 0;
}
.contact-us-form span.wpcf7-list-item-label {
    font-size: 15px;
}
.contact-us-form input[type="text"], .contact-us-form input[type="email"] {
    width:100%;
    height:40px;
    border:1px solid #eee;
    border-radius: 3px;
    box-shadow:none;
    padding:15px;
}
.contact-us-form textarea {
    width:100%;
    height:100px;
    border:1px solid #eee;
    border-radius: 3px;
    box-shadow:none;
    padding:15px;
}
.contact-us-form input[type="submit"] {
    width:100%;
    max-width: 300px;
    height:50px;
    background: #EA9549;
    border:none;
    margin:0 auto;
    display: block;
    box-shadow:none;
    border-radius:3px;
    color:#fff;
    padding:0px;
}
.contact-us-form input[type="submit"]:hover {
    cursor:pointer;
}
.contact-us-form .name-column {
    margin-right:15px;
}
.contact-us-form input.your-phone {
    width:100%;
}
.contact-us-form input[type=checkbox] {
    width: 15px;
    height: 15px;
    position: relative;
    top: 2px;
}
.checkbox-column {
    display:inline-block;
    margin-right:20px;
}
.checkbox-column .wpcf7-list-item {
    display: block;
}
.checkbox-column .wpcf7-list-item input:hover {
    cursor:pointer;
}
.contact-us-form textarea:focus, .contact-us-form input:focus{
    outline: none;
}
.animElem {
    left: 0;
    height: 2px;
    width: 0;
    background:#9948DD;
    bottom: 0;
}
.animElem-cf7Message {
    margin-top: -7px;
}
p.required-label {
    text-align: right;
}
.contact-us-form span.wpcf7-list-item-label {
    font-size: 16px;
}
.contact-us-form .wpcf7-list-item {
   margin-left:0;
   margin-right:10px;
}
.form-fields-container p {
   margin:3px 0;
}

/*Floating form*/
.floating-form {
    position: fixed;
    bottom: 0;
    background: #000;
    width: 100%;
    z-index: 3;
    text-align: center;
    display:none;
    padding:30px 0 20px;
}
.float-container{
    width: 100%;
    margin:0 auto;
}
.float-container form {
    width:100%;
    margin: 0 auto;
    display:none;
}
.float-container h2 {
    color:#fff;
    text-align:center;
    font-weight:bold;
    padding:0 0 15px 0;
    font-size:24px;
    display:none;
}
.float-container input[type="text"], .float-container input[type="email"] {
    border-radius:3px;
    height:40px;
    padding-left:15px;
    border: none;
    box-shadow:none;
}
.float-container input[type="submit"] {
    height:40px;
    border:none;
    box-shadow:none;
    background: linear-gradient(#93D043, #5CAE2F);
    width: 100px;
    font-weight:600;
    border-radius:3px;
    cursor:pointer;
    color:#fff;
}
.float-container input[type="text"], .float-container input[type="email"] {
    width: 100%;
    max-width: 185px;
}

/*Site Review Form*/
.shortcode-site-reviews-form {
    width:100%;
    max-width:600px;
}
.shortcode-site-reviews-form input:focus {
    border-color:#eee;
}
.shortcode-site-reviews-form  input[type="text"] {
    border-radius:3px; 
    border:1px solid #eee;
}
.shortcode-site-reviews-form label.glsr-checkbox-label {
    font-size: 14px;
}
.shortcode-site-reviews-form label.glsr-checkbox-label {
    font-size: 14px;
}
.shortcode-site-reviews-form form.glsr-form input.glsr-field-control {
    min-height:0;
    position:relative;
    top:2px;
}
.shortcode-site-reviews-form form.glsr-form [type=submit] {
    background: #025eae;
    color: #fff;
    height: 40px;
    display: block;
    width: 100%;
    max-width: 175px;
}


/*Blog Index*/
.blogindex {
  margin:50px 0;
}
.blogindex h2 a {
    color:#000; 
    font-weight:600; 
}
/*Blog Single*/
.single .blogsingle img {
  width:100%;
  max-width:780px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}
.single .blogsingle h2, .single .blogsingle h3, .single .blogsingle h4, .single .blogsingle h5 {
  font-weight:600;
}
.single .blogsingle p.wp-caption-text {
    margin: 15px;
}
.single .blogsingle blockquote {
    margin: 0;
    margin-left:30px;
    font-style: italic;
    position:relative;
    font-size:20px;
}
.single .blogsingle blockquote:before {
    content:"";
    border-left:5px solid #eee;
    color:#eee;
    position:absolute;
    left:-30px;
    height: 100%;
}
.top-bar {
    height: 20px;
    display:none;
    position: relative;
}
button#responsive-menu-pro-button {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.svg-content {
    margin: 30px auto;
    display:block;
}
#cta-btn-shotcode {
    box-shadow: none;
    border: none;
    display: block;
    margin: 40px auto;
    cursor: pointer;
}
.pagecontent {
    transition:width 0.5s, margin 0.5s;
}
.pagecontent img {
    box-shadow: 0 0 1px 1px rgba(148, 135, 135, 0.1);
    border: 15px solid #fff;
    border-radius: 5px;
}
footer .phone a:hover {
    color:#EA9549;
}
.social {
    margin-left:auto;
}
.social a:hover {
    color:#292C31;
}
.facebook {
    margin-left:0;
}
.youtube {
    margin-left:5px
}
.twitter {
    margin-left:5px
}
.linkedin {
    margin-left:5px
}
.instagram {
    margin-left:5px
}

/**** March 2, 2019 *****/
/*************************/
.search .search-form input {
    width: 100%;
    box-shadow: none;
    border: 1px solid #eeeeee;
    padding: 15px;
    margin-bottom: 20px;
}

.search .more-link {
    display: none;
}

.search .search-post-title {
    color: #315EAC;
    font-weight: 700;
    font-size: 24px;
    border-bottom: 2px solid #f1954a;
}

.search .search-post-link {
    display: block;
    text-align: right;
}

.search .search-post-link .btn {
    border-radius: 3px;
    background: #F1954A;
    border-color: #F1954A;
    color: #fff;
    font-weight: 500;
    padding: 10px;
}

#responsive-menu-pro-search-box {
    background: #212121;
}

#responsive-menu-pro-additional-content {
    text-align: center;
}

img.alignnone {
    margin: 0 auto;
    display: block;
}

.head-wrapper .flex-row {
    align-items: center;
}

.head-wrapper .top-cta.desktop p {
    margin: 0;
}

.rslides1_nav {
    position: absolute;
    top: 44%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
}

.rslides1_nav.prev {
    left: 0;
}

.rslides1_nav.next {
    right: 0;
}

.testimonial-nav {
    width: 50px;
}

.testimonial-nav.left {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.google-partners {
    text-align: left;
}

.google-partners h4 {
    font-weight: bold;
    color: #fff;
    letter-spacing: 1.3px;
    font-size: 19px;
}

.google-partners .google-partners-icon {
    background-image: url('./images/google-partners-image.png');
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
}

.google-partners .google-partners-icon.ic2 {
    background-position: 20%;
}

.google-partners .google-partners-icon.ic3 {
    background-position: 40%;
}

.google-partners .google-partners-icon.ic4 {
    background-position: 60%;
}

.google-partners .google-partners-icon.ic5 {
    background-position: 80%;
}

.google-partners .google-partners-icon.ic6 {
    background-position: 100%;
}

/****************Responsive****************/
/******************************************/
@media screen and (min-width: 1200px) {
    .sticky {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        background-color: #fff;
        z-index: 99;
        margin-top: 0;
        padding: 25px 0;
    }

    .sticky .logo-container svg {
        margin-top: 0;
    }
}

@media screen and (max-width: 1199px) {
    .testimonial-slider .slide div {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    .subscribeform input[type="submit"] {
        width: 100% !important;
        margin: 10px auto 0 auto;
    }

    .top-cta {
        margin-right: 0px;
    }

    .top-bar {
        display:block;
    }

    .sidebar-container {
        width: 100%;
        flex: 100%;
        max-width: 100%;
    }

    .pagecontent .col-8,
    .blogindex .col-8,
    .blogsingle .col-8 {
        width: 100%;
        flex: 100%;
        max-width: 100%;
    }

    .sidebar-page form {
        float: none;
        width: 100%;
        max-width: 100%;
        margin: 15px auto 0;
    }

    .subscribeform input[type="email"] {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .google-partners {
        text-align: center;
        margin: 20px 0;
    }

    .sbform-bg {
        background: none !important;
    }

    .col-first .cl-1 {
        margin-left: 0;
    }

    .topcontent h1 {
        font-size: 50px;
        text-align: center;
    }

    .cta-btn {
        width: 100%;
        text-align: center;
    }

    .cta-btn a {
        display: inline-block;
        width: 250px;
    }

    footer .newsletter {
        margin-right: auto;
    }

    #responsive-menu-pro-wrapper {
        height: 100%;
    }

    footer h3,
    footer p, 
    footer li,
    .topcontent p,
    .sidebar-page form .sb-title,
    .sidebar-page form .sb-subtitle {
        text-align: center;
    }

    #our-team-svg,
    .subscribeform p.note {
        margin: 0 auto !important;
    }

    .copyright,
    .social,
    .sidebar-page form input,
    .sidebar-page form textarea,
    .wpcf7-form label {
        width: 100% !important;
    }

    footer {
        padding: 50px 0 25px;
    }

    .copytext {
        display: block;
    }

    footer .copy-links a {
        margin: 10px 15px !important;
        display: inline-block;
    }

    footer .col,
    .col.top-graphic-col,
    .col.topcontent,
    .section-three-wrapper .col-6 {
        max-width: 100% !important;
        flex: 1 1 auto;
    }

    footer h3 {
        margin: 20px 0 10px;
    }

    .pagecontent .col-8,
    .sidebar-page form .sb-title {
        max-width: 100% !important;
        width: 100% !important;
    }
}

@media only screen and (max-width:767px) {
    .google-partners {
        margin-bottom: 0;
    }
    .blogindex {
        margin-top: 0;
        margin-bottom: 0;
    }
    #cta-btn-shotcode {
        margin-bottom: 0;
    }
    .section-two-wrapper h2 {
        padding: 10px 0 0;
    }
    .section-one-wrapper {
        padding-top: 30px;
    }
    .testimonial-slider .slide div {
        width: 75%;
        height: 100% !important;
    }

    .rslides1_nav {
        top: 35%;
    }

    .checkbox-column {
        width: 100%;
    }

    .contact-us-form .name-column {
        margin-right: 0px;
    }

    footer {
        padding-bottom: 20px !important;
    }

    .section-three-wrapper li span {
        top: -10px;
        left: -30px;
    }

    footer .copy-links a {
        display: block !important;
        text-align: center;
    }

    .floating-form {
        display:none !important;
    }
    .page-id-9 .sidebar-page {
        margin-top:-40px;
    }
    .container-fluid {
        width: 100%;
    }
    .topcontent,
    .company-logos .col {
        max-width: 100%;
        width: 100%;
        flex: 100%;
    }
    .topcontent h1 {
       font-size: 35px;
       margin-top: 20px;
       text-align:center;
       max-width: 450px;
       margin: 0 auto;
    }
    .topcontent p {
        font-size: 20px;
        text-align: center;
        max-width: 500px;
        margin: 20px auto;
    }
    .desktop, .top-graphic-col {
        display: none;
    }
    .mobile, .top-graphic-col-mobile {
        display: block;
    }
    .cta-btn {
        margin: 0 auto;
    }
    .section-one-wrapper .col {
        font-size: 42px;
    }
    .section-two-wrapper h2 {
        font-size: 42px;
    }
    .section-two-wrapper p {
        padding: 0px 20px;
    }
    .section-two-wrapper .col p {
        max-width:480px;
        margin:0 auto;
    }
    .section-two-wrapper .col {
        padding: 0;
        max-width: 100%;
        width: 100%;
        flex: 100%;
        margin:10px 0;
    }
    .section-three-wrapper .col-6 {
        padding: 15px 0;
        max-width: 100%;
        width: 100%;
        flex: 100%;
    }
    .section-three-wrapper h2 {
        font-size: 42px;
        padding: 0;
        text-align: center;
        margin-top: 0;
    }
    .section-four-wrapper h2 {
        font-size: 28px;
        padding: 0;
        margin-top:20px;
        text-align: center;
    }
    .section-four-wrapper .col-6 {
        padding: 0;
        max-width: 100%;
        width: 100%;
        flex: 100%;
    }
    .our-process-graphic {
        margin-top: 0px;
    }

    footer {
        padding: 20px 0;
    }

    footer a:hover {
        text-decoration: none;
    }

    footer .col, 
    footer .col-5 {
        max-width: 100% !important;
        width: 100%;
        flex: 100%;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .copytext {
        display:block;
    }
    footer .copy-links a {
        color: #46484d;
        margin: 20px 20px 10px 0;
    }
    footer a:hover {
        color: #235FAE;
    }
    .single .blogsingle img {
        width: 100%;
        max-width: 767px;
    }
    .testimonial-slider {
        max-width: 500px;
    }
    .svg-content {
        width:100% !important;
        max-width:767px;
    }
}
@media only screen and (max-width:480px) {
    .no-upsell-sbform {
        font-size: 14px;
    }
    .no-upsell-sbform:after {
        top: 2px;
    }
    .topcontent h1 {
        font-size: 29px;
    }
    .testimonial-nav {
        max-width: 60%;
    }
    .topcontent h1 {
        font-size: 31px;
    }
    .google-partners .google-partners-icon {
        width: 35px;
        height: 35px;
        background-size: cover;
    }
    p {
        text-align: justify;
    }

    .col.name-column,
    .col.email-column {
        width: 100%;
        flex: 1 1 auto;
        margin-right: 0;
    }

    .menu-logo {
        max-width: 120px;
    }
    .logo-container svg {
        width: 100px;
    }
    .head-wrapper .top-cta-btn {
        width: 140px;
        height: 29px;
        padding-bottom: 30px;
    }
    .our-process-graphic svg {
        height: 300px;
    }
    /*Testimonial Icons*/
    .company-logos {
        margin-top: 0;
    }
    .col-first .cl-1 {
        margin-left: 0;
    }
    .cl-1  {
        background: url('images/ion-sprite-mobile.png') no-repeat -228px -49px;
        width: 107px;
        height: 29px;
        top:10px;
        max-width:100%;
    }
    .cl-2 {
        background: url('images/ion-sprite-mobile.png') no-repeat 0 -36px;
        width: 45px;
        height: 52px;
        top:0px;
        max-width:100%;
    }
    .cl-3 {
        background: url('images/ion-sprite-mobile.png') no-repeat -135px -40px;
        width: 69px;
        height: 42px;
        top:0px;
        max-width:100%;
    }
    .cl-4 {
        background: url('images/ion-sprite-mobile.png') no-repeat -13px 0;
        width: 128px;
        height: 22px;
        top:3px;
        left:0px;
        max-width:100%;
    }
    .cl-5 {
        background: url('images/ion-sprite-mobile.png') no-repeat -81px -49px;
        width: 29px;
        height: 33px;
        top:0px;
        max-width:100%;
    }
    .testimonial-box {
        margin: 5px 5px 15px;
        padding: 20px;
    }
    .testimonial-box .tb-content {
        font-size: 15px;
        margin-top:40px;
    }
    .testimonial-slider .slide div {
        height:360px;
    }
    .testimonial-box .tb-content:before {
        top: -35px;
    }
    .single .blogsingle img {
        width: 100%;
        max-width: 480px;
    }
    .top-graphic-col-mobile svg {
        height: 258px;
        width: 300px;
    }
    .svg-content {
        width:100% !important;
        max-width:480px;
    }
    p.required-label {
        text-align: left;
    }
    .sbform-bg {
        display:none;
    }
}
