.animation-left-slide {
    visibility: visible !important;
    animation: animate-left-slide 1s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out
}

.animation-right-slide {
    visibility: visible !important;
    animation: animate-right-slide 1s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out
}

.animation-row-left-slide {
    visibility: visible !important;
    animation: animate-row-left-slide 1s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out
}

.animation-row-right-slide {
    visibility: visible !important;
    animation: animate-row-right-slide 1s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out
}

.animation-top-slide {
    visibility: visible !important;
    animation: animate-top-slide 1s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out
}

.animation-bottom-slide {
    visibility: visible !important;
    animation: animate-bottom-slide 1s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out
}

@keyframes animate-left-slide {
    from {
        position: relative;
        left: 120px;
        opacity: 0
    }
    to {
        position: relative;
        left: 0;
        opacity: 1
    }
}

@keyframes animate-top-slide {
    from {
        position: relative;
        top: 120px;
        opacity: 0
    }
    to {
        position: relative;
        top: 0;
        opacity: 1
    }
}

@keyframes animate-bottom-slide {
    from {
        position: relative;
        top: -120px;
        opacity: 0
    }
    to {
        position: relative;
        top: 0;
        opacity: 1
    }
}

@keyframes animate-right-slide {
    from {
        position: relative;
        left: -120px;
        opacity: 0
    }
    to {
        position: relative;
        left: 0;
        opacity: 1
    }
}

@keyframes animate-row-right-slide {
    from {
        position: relative;
        left: -80px;
        opacity: 0
    }
    to {
        position: relative;
        left: 0;
        opacity: 1
    }
}

@keyframes animate-row-left-slide {
    from {
        position: relative;
        left: 80px;
        opacity: 0
    }
    to {
        position: relative;
        left: 0;
        opacity: 1
    }
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden
}

.clear {
    clear: both
}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
    font-family: Montserrat;
    line-height: 1.4em;
    font-weight: 700;
    color: #003461
}

h1 {
    font-size: 32px
}

h2 {
    font-size: 48px
}

a,
div,
p,
span {
    font-family: Muli;
    line-height: 1.7em;
    color: #262626
}

p{
    font-size:18px;
}

a {
    color: #8980ba;
    text-decoration: none
}

a:hover {
    color: #776fa5;
    text-decoration: none
}

.btn {
    padding: 16px 36px !important;
    border-radius: 5px !important;
    font-family: Montserrat !important;
    text-transform: uppercase;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
    color: white !important;
    background-color: #FF6699 !important;
    cursor: pointer !important;
}

.btn-simple {
    padding: 16px 36px;
    border-radius: 5px;
    font-family: Montserrat !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #fff !important;
    background-color: #f69;
    white-space: nowrap
}

.btn:hover {
    text-decoration: none;
    transition-property: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s
}

header {
    width: 100%;
    position: fixed;
    top: 0;
    height: auto;
    background: rgb(0, 0, 0, .3);
    font-family: Montserrat;
    z-index: 999
}

.fa-times {
    position: absolute;
    top: 10px;
    font-size: 20px;
    color: #fff;
    right: 10px;
    cursor: pointer
}

.nav-logo {
    float: left;
    height: 100%;
    padding-left: 60px;
    margin-top: 10px
}

.dropdown {
    float: right
}

.dropdown .dropbtn {
    color: #fff !important;
    text-decoration: none;
    font-size: 14px;
    border: none;
    outline: 0;
    padding: 2.1em 1em;
    margin: 0;
    letter-spacing: 1px
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 292px;
    top: 80px;
    padding: 15px 5px;
    background-color: #031523;
    min-width: 200px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    z-index: 1
}

.dropdown-content a {
    float: left !important;
    color: #fff !important;
    text-decoration: none;
    font-size: 14px;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    padding-left: 36px !important;
    padding-right: 36px !important;
    width: 100%;
    text-decoration: none;
    display: block;
    text-align: left !important
}

.dropdown:hover .dropdown-content {
    display: block
}

header .nav-li a {
    float: right;
    text-align: center;
    color: #fff;
    padding: 2.1em 1em;
    text-decoration: none;
    transition-property: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px
}

header .nav-li a.cta {
    background-color: #f69
}

header .nav-li a.cta:hover {
    background-color: #f69 !important
}

header .nav-li a:hover {
    color: #fff;
    text-decoration: none;
    background: rgb(0, 0, 0, .5)
}

.active {
    color: #c4d559
}

.fixed-main-header {
    background-color: #031523;
    transition-property: all .4s linear 0s;
    -moz-transition: all .4s linear 0s;
    -webkit-transition: all .4s linear 0s;
    -o-transition: all .4s linear 0s
}

.topnav {
    display: none;
    float: right;
    padding: 24px 60px 20px 0
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    padding-top: 60px;
    transition: .5s
}

.sidenav a:not(:first-child) {
    padding: 10px 8px 10px 32px;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    transition: .3s;
    font-family: Montserrat
}

.offcanvas a:focus,
.sidenav a:hover {
    color: #f1f1f1
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 40px !important;
    text-decoration: none;
    color: #fff;
    padding-top: 0
}

@media(max-width:980px) {
    .topnav {
        display: block;
        padding: 24px 20px 20px 0
    }
    .nav-li {
        display: none
    }
    .nav-logo {
        padding-left: 20px
    }
}

@media(max-width:620px) {
    .btn-header {
        padding: 16px 20px !important;
        font-size: 12px
    }
    .fa-times {
        position: absolute;
        top: 10px;
        font-size: 20px;
        color: #fff;
        right: 10px;
        cursor: pointer
    }
    .covid-alert {
        background-color: #3076e5;
        width: 100%;
        padding: 15px 15px;
        text-align: center
    }
    .cs-container {
        width: 100%
    }
    .cs-text {
        float: none;
        text-align: center;
        margin-left: 0
    }
    .covid-alert .fa-exclamation-triangle {
        font-size: 30px;
        float: none
    }
}

.header-section {
    overflow: auto;
    animation: animate-bottom-slide 1.8s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out
}

.header-image {
    width: 100%;
    padding: 180px 60px 140px;
    text-align: center;
    background-image: url(/media/headers/6ix-ppc-management-header.jpg);
    background-position: center center;
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(0, 0, 0, .3)
}

.header-image h1 {
    color: #fff;
    font-size: 62px;
    font-weight: 800;
    letter-spacing: 2px
}

.header-image h3 {
    font-size: 24px;
    letter-spacing: 2px;
    font-weight: 700;
    margin-top: 5px;
    color: #fff;
    line-height: 2em !important
}

.header-image p {
    font-size: 22px;
    letter-spacing: 2px;
    font-weight: 600;
    margin-top: 5px;
    color: #fff;
    line-height: 2em !important
}

.btn-header {
    position: relative;
    top: 10px
}

.header-banner {
    width: 100%;
    height: auto;
    padding: 40px 20px 30px;
    background-color: #031523;
    text-align: center;
    overflow: auto
}

.hb-image-1 {
    margin-right: 50px;
    width: 200px
}

.hb-image-2 {
    margin-left: 50px;
    width: 250px
}

.body-section-1 {
    text-align: center;
    padding: 70px 0;
    visibility: hidden;
    overflow: hidden
}

.boxes {
    width: 110ch;
    margin: 0 auto
}

.bs1-section {
    overflow: hidden;
    margin-bottom: 10px;
    padding-bottom: 20px
}

.box-cal {
    width: 65%;
    float: left;
    margin-top: 60px;
    padding: 0 80px 0 0
}

.box-content {
    width: 35%;
    float: left;
    margin-top: 60px
}

.calculator {
    text-align: center
}

.calculator input[type=text] {
    padding: 16px 10px;
    width: 340px;
    border: 2px solid #f69;
    border-radius: 4px;
    background-color: #fff;
    color: #606060;
    margin-top: 10px;
    font-family: Montserrat;
    letter-spacing: 1px
}

.calculator h4 {
    font-weight: 600 !important;
    font-size: 17px;
    letter-spacing: 1px
}

.calculator .form-button {
    margin-top: 15px;
    margin-bottom: 25px
}

.calculator .qualify {
    font-size: 12px;
    color: #606060 !important;
    text-decoration: underline
}

.calculator .cal-result {
    font-size: 16px;
    font-weight: 600
}

.box-cal-txt {
    text-align: left;
    margin-top: 35px
}

.box {
    width: 90%;
    float: left;
    align-items: center;
    margin-left: 5%;
    margin-right: 5%;
    border: 1px solid #f4f4f4;
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 28px -16px rgba(0, 0, 0, .86);
    -moz-box-shadow: 0 10px 28px -16px rgba(0, 0, 0, .86);
    box-shadow: 0 10px 28px -16px rgba(0, 0, 0, .86)
}

.box-heading {
    width: 100%;
    padding: 15px 10px;
    background-color: #f69;
    color: #fff;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.box-heading h3 {
    font-size: 18px;
    font-size: bold;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase
}

.box-heading p {
    font-size: 17px;
    font-weight: 600;
    color: #fff
}

.box-txt {
    overflow: auto;
    padding: 10px 10px;
    background-color: #fff
}

.bt-section {
    border-bottom: 1px solid #e2e2e2;
    overflow: auto
}

.box-row-firsthalf {
    width: 50%;
    float: left;
    text-align: left;
    font-size: 13px;
    padding: 15px 10px 3px
}

.box-row-secondthalf {
    width: 50%;
    float: left;
    text-align: right;
    font-size: 13px;
    padding: 15px 10px 3px
}

.ts h3 {
    font-weight: 600;
    font-size: 16px;
    color: #3f3f3f
}

.ts h4 {
    font-size: 16px;
    color: #f69
}

.ts p {
    margin-top: 5px;
    font-size: 14px;
    font-weight: 400
}

.ts {
    padding: 0 0 25px !important;
    border-left: 5px solid #f69;
    border-top: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    background-color: #fff;
    color: #3f3f3f;
    -webkit-box-shadow: 0 0 18px -10px rgba(0, 0, 0, .86);
    -moz-box-shadow: 0 0 18px -10px rgba(0, 0, 0, .86);
    box-shadow: 0 0 18px -10px rgba(0, 0, 0, .86);
    font-weight: 600;
    z-index: 1;
    text-align: left;
    border-radius: 5px;
    margin: 25px 10px
}

.show-btn {
    padding: 22px 20px 19px;
    cursor: pointer;
    position: relative;
    display: block
}

.ts h4,
.ts p,
.ts span {
    padding: 0 20px
}

.text-hide {
    max-height: 65px;
    overflow: hidden;
    transition-property: all .7s ease-out 0s;
    -moz-transition: all .7s ease-out 0s;
    -webkit-transition: all .7s ease-out 0s;
    -o-transition: all .7s ease-out 0s
}

.text-show {
    max-height: 800px !important;
    transition-property: all 1.2s ease-in-out 0s;
    -moz-transition: all 1.2s ease-in-out 0s;
    -webkit-transition: all 1.2s ease-in-out 0s;
    -o-transition: all 1.2s ease-in-out 0s
}

.fa-plus-circle {
    position: absolute;
    top: 25px;
    right: 15px;
    float: right;
    color: #f69
}

.body-section-2 {
    text-align: center;
    padding: 70px 0 85px;
    visibility: hidden
}

.bs2-section {
    width: 112ch;
    margin: 0 auto
}

.blurb-content {
    overflow: auto;
    margin-top: 40px;
    padding: 10px 20px 30px;
    margin-bottom: 20px
}

.blurb {
    width: 31%;
    float: left;
    padding: 30px 15px;
    align-items: center;
    border: 1px solid #f4f4f4;
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 28px -16px rgba(0, 0, 0, .86);
    -moz-box-shadow: 0 10px 28px -16px rgba(0, 0, 0, .86);
    box-shadow: 0 10px 28px -16px rgba(0, 0, 0, .86)
}

.blurb-2 {
    margin: 0 3.5%
}

.blurb .blurb-image {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px
}

.blurb .blurb-image img {
    max-width: 120px
}

.blurb .blurb-text h3 {
    margin-bottom: 10px;
    font-size: 18px !important;
    font-weight: 600 !important
}

.blurb .blurb-text p {
    font-size: 16px;
    margin-top: 10px
}

.body-section-3 {
    background-color: #f7f7f7;
    text-align: center;
    padding: 70px 0;
    visibility: hidden
}

.bs3-section {
    overflow: auto;
    margin-top: 40px;
    padding: 0 80px
}

.bs2-row {
    width: 46%;
    float: left;
    text-align: left
}

.bs2-row-1 {
    margin-right: 4%
}

.bs2-row h4 {
    font-size: 20px;
    font-weight: 700;
    text-align: center !important
}

.divider {
    width: 20%;
    margin: 15px auto 30px;
    height: 3px;
    background-color: #f69
}

.bs2-row h5 {
    font-weight: 600;
    font-size: 19px;
    line-height: 1em !important
}

.bs2-row p {
    font-size: 17px
}

.bs2-row-2 {
    margin-left: 4%
}

.body-section-4 {
    padding: 70px 80px;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    background-color: #f7f7f7
}

.bs4-accordion {
    width: 100%;
    margin: 30px 0 0
}

.body-section-5 {
    padding: 70px 140px;
    visibility: hidden;
    text-align: center
}

.qm-form {
    margin-top: 30px
}

.qm-form{
    text-align:left !important;
}

.qm-form label{
    text-align:left;
    margin-bottom:3px;
}

.qm-form input {
    width: 100% !important;
    padding-top: 18px !important;
    padding-bottom: 18px !important;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 5px;
    border: 1px solid #eaeaea;
    background-color: #f9f9f9;
    font-family: Montserrat, sans-serif;
    box-shadow:0px 0px 12px -4px rgba(0,0,0,0.3);
}

.qm-form select {
    width: 100% !important;
    height: 54px;
    padding-left: 8px;
    padding-right: 15px;
    border-radius: 5px;
    border: 1px solid #eaeaea;
    background-color: #f9f9f9;
    font-family: Montserrat, sans-serif;
    box-shadow:0px 0px 12px -4px rgba(0,0,0,0.3);
}

.submit-btn {
    margin-top: 7px !important
}

input:focus,
select:focus,
textarea:focus {
    outline: 0
}

.qm-form textarea {
    width: 100% !important;
    border-radius: 5px;
    padding: 15px;
    border: 1px solid #eaeaea;
    background-color: #f9f9f9;
    font-family: Montserrat, sans-serif;
    box-shadow:0px 0px 12px -4px rgba(0,0,0,0.3);
}

.error-message {
    color: #e94b3d;
    line-height: 1.6em;
    font-size: 15px;
    text-align: left
}

.error-message h4 {
    font-size: 19px;
    line-height: 1.6em;
    margin-top: 20px
}

.success-message {
    text-align: center
}

.success-message h5 {
    font-size: 65px !important;
    color: #2ecc71 !important
}

.success-message h4 {
    font-size: 30px !important;
    line-height: 2em
}

.success-message p {
    font-size: 16px
}

.name-feild {
    width: 100% !important;
    margin-top: 15px;
}

.email-field {
    width: 100% !important;
    margin-top: 15px
}

.text-feild {
    width: 100% !important;
    margin-top: 15px
}

.body-section-6 {
    padding: 80px 30px;
    text-align: center;
    visibility: hidden
}

.clients-section {
    width: 100%;
    padding: 30px 35px 0;
    overflow: hidden
}

.clients-section img {
    margin-top: 30px
}

.clients-section img:not(:first-child) {
    margin-left: 40px
}

.body-section-7 {
    overflow: hidden
}

.bs7-first-row {
    padding: 70px 120px;
    background-color: #f7f7f7;
    text-align: center;
    visibility: hidden
}

.bs7-row-2,
.bs7-row-4,
.bs7-row-6 {
    background-color: #f7f7f7
}

.bs7-rows {
    width: 100%;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 70px 80px
}

.bs7-rows .row-columns {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch;
    text-align: left
}

.bs7-rows .row-columns h2 {
    font-size: 48px !important;
    margin-bottom: 15px
}

.bs7-rows .row-columns p {
    font-size: 18px
}

.bs7-rows .row-columns p:not(:first-child) {
    margin-top: 10px
}

.bs7-rows .row-column-1 {
    -webkit-flex: 35%;
    flex: 35%;
    visibility: hidden;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden
}

.bs7-row-1-img {
    background-image: url(/media/icons/ppc-management.jpg)
}

.bs7-row-2-img {
    background-image: url(/media/icons/Keywords-Research.png)
}

.bs7-row-3-img {
    background-image: url(/media/icons/ppc-management-GEO-Targeting.jpg)
}

.bs7-row-4-img {
    background-image: url(/media/icons/Website-Speed-Optimization-for-Google-Ads.png)
}

.bs7-rows .row-column-2 {
    visibility: hidden;
    -webkit-flex: 65%;
    flex: 65%;
    padding: 30px 0 30px 80px
}

.desk-row {
    display: block !important
}

.mob-row {
    display: none !important
}

.body-section-8 {
    padding: 40px 0 30px;
    width: 100ch;
    margin: 0 auto;
    overflow: hidden
}

.bs-8-section {
    width: 48%;
    float: left;
    margin-top: 40px
}

.bs8-first-section {
    margin-right: 4%
}

.bs8-row {
    width: 100%;
    text-align: left;
    padding: 40px 30px;
    margin-top: 20px;
    border-radius: 10px;
    visibility: hidden;
    overflow: auto;
    -webkit-box-shadow: 0 10px 28px -16px rgba(0, 0, 0, .86);
    -moz-box-shadow: 0 10px 28px -16px rgba(0, 0, 0, .86);
    box-shadow: 0 10px 28px -16px rgba(0, 0, 0, .86)
}

.bs8-first-row {
    background-color:#f69;
}

.bs8-second-row {
    background-color:#f69;
}

.lst-row {
    padding: 40px 30px 63px !important
}

.bs-8-image {
    width: 20%;
    float: left;
    margin-right: 2%;
    overflow: auto
}

.bs-8-text {
    width: 76%;
    float: left;
    margin-left: 2%;
    margin-top: 10px
}

.bs-8-image img {
    max-width: 100%
}

.bs8-row h4 {
    font-size: 18px;
    text-align: left !important;
    color: #fff !important
}

.bs8-row p {
    text-align: left !important;
    color: #fff
}

.bs8-row a {
    color: #fff !important;
    text-decoration: underline !important
}

.google-credit {
    position: fixed;
    top: 50px;
    right: 10px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background-color: #ffca3d;
    text-align: center;
    padding: 40px 10px 10px;
    border: 8px outset #edb11a;
    z-index: 120
}

.google-credit h5 {
    font-size: 35px;
    color: #fff;
    letter-spacing: 1px;
    text-shadow: 0 0 4px #3c3c3c;
    line-height: 1.3em
}

.google-credit p {
    font-size: 10px;
    letter-spacing: 2px;
    color: #624c01;
    font-weight: 800;
    line-height: 1.3em
}

@media(max-width:1080px) {
    .boxes {
        width: 100ch
    }
    .bs2-section {
        width: 100ch
    }
    .body-section-8 {
        padding: 40px 0 0;
        width: 90ch
    }
}

@media (max-width:980px) {
    
    .bs7-rows .row-columns h2, h2 {
    font-size: 38px !important;
    }
    .clear-mbb {
        clear: both
    }
    .header-image {
        padding: 180px 30px 140px
    }
    .header-image h1 {
        color: #fff;
        font-size: 42px
    }
    .header-image h3 {
        font-size: 18px
    }
    .header-image p {
        font-size: 17px
    }
    .btn-header {
        padding: 15px 29px
    }
    .hb-image-1 {
        margin-right: 2%;
        width: 40%
    }
    .hb-image-2 {
        margin-left: 2%;
        width: 40%
    }
    .body-section-1 {
        visibility: visible
    }
    .box-cal {
        width: 100%;
        float: none;
        margin-top: 60px;
        padding: 0
    }
    .box-content {
        width: 100%;
        float: none;
        margin-top: 60px
    }
    .boxes {
        width: 100%;
        padding: 0 80px
    }
    .ts h3 {
        font-size: 14px
    }
    .ts h4 {
        font-size: 14px
    }
    .ts p {
        font-size: 14px
    }
    .show-btn {
        padding: 22px 10px 19px;
        cursor: pointer;
        position: relative;
        display: block
    }
    .body-section-2 {
        visibility: visible
    }
    .bs2-section {
        width: 100%;
        padding: 0 30px
    }
    .blurb {
        width: 47.5%
    }
    .blurb-1 {
        margin-right: 2.5%
    }
    .blurb-2 {
        margin: 0 0 0 2.5%
    }
    .blurb-3 {
        float: none !important;
        margin: 30px auto 0
    }
    .body-section-3 {
        visibility: visible;
        padding: 70px 60px
    }
    .bs3-section {
        overflow: hidden;
        padding: 0 0
    }
    .bs2-row {
        width: 100%;
        float: none;
        margin: 0
    }
    .bs2-row-1 {
        margin-right: 0
    }
    .bs2-row-2 {
        margin-right: 0;
        margin-top: 40px
    }
    .body-section-4 {
        padding: 70px 50px;
        visibility: visible
    }
    .body-section-5 {
        padding: 70px 60px;
        visibility: visible
    }
    .body-section-6 {
        visibility: visible
    }
    .bs7-rows {
        padding: 60px 80px
    }
    .bs7-first-row {
        padding: 70px 80px;
        visibility: visible
    }
    .bs7-rows .row-columns {
        text-align: center
    }
    .bs7-rows .row-column-1 {
        -webkit-flex: 100%;
        flex: 100%;
        visibility: visible;
        height: 180px
    }
    .bs7-rows .row-column-2 {
        visibility: visible;
        -webkit-flex: 100%;
        flex: 100%;
        padding: 30px 0
    }
    .desk-row {
        display: none !important
    }
    .mob-row {
        display: block !important
    }
    .body-section-8 {
        padding: 25px 0 25px;
        width: 100%;
        visibility: visible
    }
    .bs-8-section {
        width: 100%;
        float: none
    }
    .bs8-second-section {
        margin-top: 0
    }
    .bs8-first-section {
        margin-right: 0
    }
    .bs8-first-row {
        visibility: visible
    }
    .bs8-second-row {
        visibility: visible
    }
    .lst-row {
        padding: 40px 30px
    }
    .bs8-row h4 {
        font-size: 18px
    }
}

@media(max-width:620px) {
    .bs7-rows .row-columns h2, h2 {
    font-size: 28px !important;
    }
    .fa-plus-circle {
        right: 8px;
        font-size: 13px
    }
    .google-credit {
        position: fixed;
        top: 60px;
        width: 100px;
        height: 100px;
        padding: 25px 8px 8px;
        border: 5px outset #edb11a;
        z-index: 120
    }
    .google-credit h5 {
        font-size: 25px;
        letter-spacing: 1px;
        line-height: 1.3em
    }
    .google-credit p {
        font-size: 8px;
        letter-spacing: 2px;
        color: #624c01;
        font-weight: 800;
        line-height: 1.3em
    }
    .clear-mb2 {
        clear: both;
        display: block
    }
    .boxes {
        padding: 0 30px
    }
    .box {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }
    .calculator input[type=text] {
        padding: 16px 10px;
        width: 100%;
        margin-top: 20px
    }
    .calculator .form-button {
        padding: 14px 20px !important
    }
    .bs2-section {
        padding: 0 40px
    }
    .blurb {
        width: 100%
    }
    .blurb-1 {
        margin-right: 0 auto
    }
    .blurb-2 {
        margin: 30px auto 0
    }
    .blurb-3 {
        float: none !important;
        margin: 30px auto 0
    }
    .body-section-3 {
        padding: 70px 30px
    }
    .body-section-4 {
        padding: 70px 30px !important
    }
    .ui-accordion-header i {
        right: 8px
    }
    .body-section-5 {
        padding: 70px 30px !important;
    }
    .name-feild {
        width: 100% !important;
        float: none !important;
        margin-right: 0
    }
    .email-field {
        width: 100% !important;
        float: none !important
    }
    .body-section-6 {
        padding: 80px 30px 80px 0
    }
    .body-section-6 h2 {
        padding-left: 30px
    }
    .clients-section {
        width: 100%;
        padding: 30px 0 0
    }
    .clients-section img {
        margin-top: 30px;
        width: 100px
    }
    .clients-section .png1 {
        width: 80px !important
    }
    .clients-section img {
        margin-left: 30px
    }
    .bs7-rows .row-columns h2 {
    margin-bottom: 15px
}
    .bs7-rows {
        padding: 60px 30px
    }
    .bs7-first-row {
        padding: 70px 30px
    }
    .bs8-row {
        padding: 40px 20px
    }
    .lst-row {
        padding: 40px 20px
    }
}

.call-to-action {
    width: 100%;
    background-image: -webkit-linear-gradient(to left, #6cf 0, #f69 30%);
    background-image: -moz-linear-gradient(to left, #6cf 0, #f69 30%);
    background-image: -ms-linear-gradient(to left, #6cf 0, #f69 30%);
    background-image: -o-linear-gradient(to left, #6cf 0, #f69 30%);
    background-image: linear-gradient(to left, #6cf 0, #f69 30%);
    padding: 30px 85px;
    overflow: auto;
    visibility: hidden
}

.call-to-action-txt {
    float: left;
    width: 60%;
    text-align: left
}

.call-to-action-txt h2 {
    font-size: 28px;
    color: #fff;
    font-weight: 700
}

.call-to-action-btn {
    float: left;
    width: 40%;
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: right
}

.call-to-action-btn .btn-simple {
    padding: 18px 28px !important;
    width: 100% !important;
    background-color: #fff !important;
    color: #f69 !important
}

@media(max-width:980px) {
    .call-to-action {
        padding: 34px 40px 50px;
        visibility: visible
    }
    .call-to-action-txt {
        float: none;
        width: 100%;
        text-align: center
    }
    .call-to-action-txt h2 {
        font-size: 23px
    }
    .call-to-action-btn {
        float: none;
        width: 100%;
        margin-top: 35px;
        text-align: center
    }
}

footer {
    width: 100%;
    padding: 60px 5% 40px 5%;
    overflow: auto;
    background-color: #031523;
    visibility: hidden
}

.footer-section {
    float: left;
    text-align: center
}

.footer-section a {
    color: #fff
}

.footer-section a:hover {
    text-decoration: none
}

.ft-section-1,
.ft-section-3 {
    padding: 10px;
    line-height: 2em;
    border-top: 1.5px solid #f69;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 12px;
    margin-top: 68px;
    font-weight: 600;
    width: 30%
}

.ft-section-3 i {
    font-size: 35px;
    font-weight: 500
}

.ft-section-3 i(:first-child) {
    font-size: 32px
}

.contact-section a {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 12px;
    font-weight: 600
}

.ft-section-2 {
    padding: 0 10px 10px 10px;
    width: 40%
}

.ft-section-mobile {
    display: none;
    padding: 0 10px 10px 10px;
    width: 40%
}

.vertical-line {
    width: 100%;
    padding: 30px 0 0
}

.v-line {
    width: 1.5px;
    height: 60px;
    margin: 0 auto;
    background-color: #f69
}

.ft-txt-1 {
    font-size: 55px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #000;
    line-height: .8em
}

.ft-txt-2 {
    font-size: 55px;
    font-weight: 700;
    color: #ab7105;
    letter-spacing: 1.5px;
    line-height: .8em
}

.ft-txt-3 {
    color: #000;
    font-size: 13px;
    padding-left: 4px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px
}

.footer-bottom {
    padding: 20px 15px;
    text-align: center;
    background-color: #00090f;
    overflow: auto;
    display: block
}

.fb-section-1 {
    color: #fff !important;
    font-size: 13px
}

.fb-logo {
    background-image: -webkit-linear-gradient(to left, #cff 0, #f9c 100%);
    background-image: -moz-linear-gradient(to left, #cff 0, #f9c 100%);
    background-image: -ms-linear-gradient(to left, #cff 0, #f9c 100%);
    background-image: -o-linear-gradient(to left, #cff 0, #f9c 100%);
    background-image: linear-gradient(to left, #cff 0, #f9c 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 2px
}

.fb-section-2 {
    padding-top: 10px;
    color: #fff !important
}

.fb-section-2 a {
    font-size: 12px;
    color: #fff !important
}

@media (max-width:980px) {
    .footer-section {
        float: none;
        text-align: center
    }
    footer {
        width: 100%;
        padding: 40px 20px;
        visibility: visible
    }
    .ft-section-1,
    .ft-section-3 {
        padding: 10px;
        margin-top: 0;
        width: 100%
    }
    .ft-section-1 {
        border-top: 1.5px solid #ab7105;
        padding-bottom: 0 !important
    }
    .ft-section-3 {
        border-top: none;
        padding-top: 0 !important
    }
    .contact-section a {
        text-transform: uppercase;
        letter-spacing: 1.5px;
        font-size: 12px;
        font-weight: 600
    }
    .ft-section-1,
    .ft-section-2 {
        display: none;
        border-top: none;
        padding-top: 0 !important
    }
    .ft-section-mobile {
        display: block;
        padding: 20px 10px 10px;
        width: 100%
    }
}

.typing-effect{
            color:white;
        }
    .typing-effect::after{
        content: '|';
        animation-name: blinking; 
        animation-duration: .71s; 
        animation-iteration-count: infinite;
    }
    @keyframes blinking{
        from{
            color: transparent; 
        }
        to{
            color: lightgrey; 
        }
    }