




body .container-fluid .row-fluid .post-item{
    position:relative;
}


body .container-fluid .row-fluid .post-item:before,
.post-item-inner:before,
body .container-fluid .row-fluid .post-item:after,
.post-item-inner:after {
    position: absolute;
    content: '';
    background:#21dfb3;
    transform: scale(0);
    z-index: 3;
}

body .container-fluid .row-fluid .post-item:before {
    right: -1px;
    top: -1px;
    left: -1px;
    height: 2px;
    transform-origin: left;
}


.post-item-inner:before {
    top: -1px;
    bottom: -1px;
    left: -1px;
    width: 2px;
    transform-origin: top;
}

body .container-fluid .row-fluid .post-item:after {
    bottom: -1px;
    right: -1px;
    top: -1px;
    width: 2px;
    transform-origin: top;
}

.post-item-inner:after {
    bottom: -1px;
    right: -1px;
    left: -1px;
    height: 2px;
    transform-origin: left;
}

body .container-fluid .row-fluid .post-item:hover:before,
body .container-fluid .row-fluid .post-item:hover .post-item-inner:before,
body .container-fluid .row-fluid .post-item:hover:after,
body .container-fluid .row-fluid .post-item:hover .post-item-inner:after {
    transform: scale(1);
    transition: all .6s cubic-bezier(0.6, 0.63, 0.48, 0.52);
}

body .container-fluid .row-fluid .post-item:hover .post-item-inner:after,
body .container-fluid .row-fluid .post-item:hover:after{
    transition-delay: .6s;
}


























body .body-container-wrapper {
animation: fadein 4s;
    -moz-animation: fadein 4s; /* Firefox */
    -webkit-animation: fadein 4s; /* Safari and Chrome */
    -o-animation: fadein 4s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

body .container-fluid .row-fluid .request-a-quote .file-upload-button-label{
    cursor:pointer;
}

.section-bg, .with-bg {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat!important;
}

/*=================================================================
     Section One Styling
==================================================================*/

.section-one {
    padding: 143px 0px 156px;  
    position: relative;
}

body .container-fluid .row-fluid .section-one .wrapper{
    //max-width: 1084px;
  
}

.section-one .wistia_click_to_play img{
    margin-bottom: 50px;
}


.green-overlay:before{
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
   background: linear-gradient(245deg,#ffffff,#ffffff,#ffffff,#ffffff,#ffffff,#ffffff,#ffffff);
    background-size: 600% 600%;
    -webkit-animation: Gradient 10s ease infinite;
    -moz-animation: Gradient 10s ease infinite;
    animation: Gradient 15s ease infinite;
    opacity: 0.1;
}

@-webkit-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}
@-moz-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}
@keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

.section-one h1{
    letter-spacing: 0px;
    margin-bottom: 17px;
    position:relative;
}


.section-one h3{
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #000000;
    font-family: neuzeit-grotesk,sans-serif;
    margin: 0;
    position:relative;
    animation-name:none!important;
}

.section-one h3 img{
    vertical-align: top;
    margin-right: 9px;
    position:relative;
}
        

.section-one p {
    font-size: 22px;
    line-height: 29px;
    letter-spacing: 0px;
    color: #010101;
    margin-bottom: 45px;
    position:relative;
}

.only-for-mobile{
    display:none;
}


@media(min-width:768px){

.section-one {
    padding: 143px 0px 301px;
}


}



@media (max-width:1024px){
    

.section-one h1 {
    font-size: 25px;
    line-height: 32px;
}


 
}

@media (max-width:767px){
    
.section-one {
    padding: 150px 0 78px;
}




.section-one h1 {
    font-size: 50px;
    letter-spacing: -0.9px;
    line-height: 52px;
}

.section-one h1 br{
    display:none;
}

.section-one h3{
    bottom: 20px;
    line-height: 20px;
    margin: 20px auto 0;
    display:none;
}

.section-one h3 span{
    width: 90%;
    display: inline-block;
}

.section-one h3 img {
    position: relative;
    top: 3px;
}

.section-one.green-overlay:before{
    animation: none;
    //background: rgba(0, 249, 196, 0.88);
}

.only-for-mobile{
    display:block;
}
    
}


/*===============================================================
   Request A Proposal Cta Styling
=================================================================*/

.request-a-propsal{
    max-width: 95px;
    position: absolute;
    top: 30px;
    right: 30px;
    margin: 0;
    background: linear-gradient(135deg, #111111, #111111, #111111, #111111, #111111, #111111, #111111, #111111);
     background-size: 600% 600%;
    -webkit-animation: Gradient 10s ease infinite;
    -moz-animation: Gradient 10s ease infinite;
    animation: Gradient 15s ease infinite;
    padding: 43px 10px 12px;
  
}

.section-one .request-a-propsal{
    max-width: 210px;
    padding: 13px 10px;
    text-align:center;
}

body .row-fluid .request-a-propsal {
    cursor:pointer;
}

body .row-fluid .request-a-propsal a.cta_button{
    font-size: 16px;
    text-align:left;
    color: rgba(255, 255, 255, 100);
    padding: 0;
    border: none;
    font-family: neuzeit-grotesk, sans-serif;
    font-weight: bold;
    transition:all ease-in-out .4s;
    cursor:pointer;
    pointer-events: none;
}


body .row-fluid .request-a-propsal:hover{
      box-shadow: 2px 3px 9px 1px rgba(0, 0, 0, 0.1);
}

body .row-fluid .request-a-propsal:before{
    content:"";
    position:absolute;
    width:13px;
    height:13px;
    top: 8px;
    right: 11px;
}

body .container-fluid .row-fluid .request-a-proposal-inner{
    position: absolute;
    left: -148px;
    top: 66%;
    margin: 0;
    transform: rotate(-90deg);
    width: 249px;
    z-index: 1;
}

body.inner-page .container-fluid .row-fluid .request-a-proposal-inner{
    right: -79px;
    left: auto;
    transition: all ease-in-out .4s;
    width: 204px;
    top: 46vh;
    z-index: 16;
    position: fixed;
    margin-top:0!important;
}

body.inner-page.request-open .container-fluid .row-fluid .request-a-proposal-inner {
    right: 839px;
}

body .row-fluid .request-a-proposal-inner a.cta_button{
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 1px;
    text-align: center;
    color: #000000;
    font-family: neuzeit-grotesk,sans-serif;
    padding: 11px 33px;
    border: none;
    border-radius: 0;
   background: linear-gradient(245deg,#AFF5B9,#00F9C4,#E8EAEB,#0086FF,#FE9B96,#FCECB8,#E7A7F8);
    background-size: 600% 600%;
    -webkit-animation: Gradient 10s ease infinite;
    -moz-animation: Gradient 10s ease infinite;
    animation: Gradient 15s ease infinite;
    opacity: 0.7;
    position:relative;
     cursor:pointer;
     text-transform:uppercase;
}

body .row-fluid .request-a-proposal-inner a.cta_button:before{
    content:"";
    position:absolute;
    background:url('//cdn2.hubspot.net/hubfs/325503/Assets%20March%5B17%5D/arrows.svg') no-repeat;
    width:16px;
    height:10px;
    top: 15px;
    left: 7px;
    transform: rotate(90deg);
}

body .row-fluid .request-a-proposal-inner a.cta_button:after{
    content:"";
    position:absolute;
    background:url('//cdn2.hubspot.net/hubfs/325503/Assets%20March%5B17%5D/arrows.svg') no-repeat;
    width:16px;
    height:10px;
    top: 13px;
    right: 12px;
    transform: rotate(90deg);
}



@media(max-width:1024px) and (min-width:768px){
    
body.inner-page .container-fluid .row-fluid .request-a-proposal-inner{
    right: -82px;
    top: 59%;
}    
    
}


@media(max-width:767px){
    
body .container-fluid .row-fluid .request-a-propsal{
    display:none;
}    
    
}



/*=================================================================
     Section Two Styling
==================================================================*/


body .container-fluid .row-fluid .section-two .four-col-adjust>span{
    margin-right:0;
}


body .row-fluid .section-two .four-col-adjust span>.hs_cos_wrapper{
    flex-basis: 22.98%;
    -webkit-flex-basis: 22.98%;
    margin-right: 25px;
    margin-top:0;
    border: solid 1px rgba(221, 221, 221, 100);
    //border-right: none;
}

body .row-fluid .section-two .four-col-adjust span>.hs_cos_wrapper:first-child{
    //border-left:none;
}

body .row-fluid .section-two .four-col-adjust span>.hs_cos_wrapper:last-child{
   // border-right: none;
}




.heading-border{
    padding: 46px 0px 40px;
}

.heading-border h6{
    margin:0;
    position:relative;
    border-bottom:2px solid #000;
    display:inline-block;
}

.heading-border h6:after{
    content:"";
    position:absolute;
    background:#00f9c4;
    width:0;
    transition:all ease-in-out .4s;
    height:2px;
    left:0;
    bottom:-2px;
}


.heading-border h6:hover:after{
    width:100%;
    
}


@media(min-width:768px){

.section-two {
   margin-top:-145px;
}


}


@media (max-width:1024px){

body .container-fluid .row-fluid .section-two .service-cm {
    padding: 60px 20px 40px;
}

body .row-fluid .section-two .four-col-adjust span>.hs_cos_wrapper{
    margin-bottom:30px;
}



.services-cm h3 {
    font-size: 17px;
}


.section-two {
    padding: 0 0 60px;
}

}

@media(max-width:1345px) and (min-width:768px){
    
body .row-fluid .section-two .four-col-adjust span>.hs_cos_wrapper{
    -webkit-flex-basis: 22.678%;
    margin-right: 15px;
}    
    
    
}

@media (max-width:767px){
 
.heading-border{
    padding:0;
} 
 
 
.section-two {
    padding: 0 0 50px;
} 
 

.section-two h6 {
    margin-bottom: 7px;
    font-size:9px;
}

.services-cm h3{
    font-size:22px;
}


body .row-fluid .section-two .four-col-adjust span>.hs_cos_wrapper{
    margin-bottom:0;
    border:none;
    border-bottom: solid 1px rgba(0, 0, 0, 0.82);
}
  
  
  
}





/*=================================================================
     Section Three Styling
==================================================================*/

.section-three{
  
    padding: 117px 0px 131px;
    position:relative;
}

.section-three:before{
    content:"";
    position:absolute;
    background:url('//cdn2.hubspot.net/hubfs/325503/Assets%20March%5B17%5D/rectangle-9%20%289%29.svg');
    width:260px;
    height:569px;
    left:0;
    bottom: -18px;
    visibility: hidden;
}

.section-three.before-option:before {
    visibility: visible;
    animation-name: fadeInLeft;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.section-three:after{
    content:"";
    position:absolute;
    background:url('//cdn2.hubspot.net/hubfs/325503/Assets%20March%5B17%5D/rectangle-9%20%2811%29.svg');
    width:274px;
    height:601px;
    right: 0;
    top: -92px;
    z-index: -1;
    visibility: hidden;
}

.section-three.before-option:after{
    visibility: visible;
    animation-name: fadeInRight;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.section-three h3{
    letter-spacing:-0.2px;
    margin-bottom: 23px;
}


.section-three h6{
    font-family: 'Space Mono', monospace;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin: 56px 0 25px;
    position:relative;
}

.section-three h6:before{
    content:"";
    position:absolute;
    background:#000;
    width:26px;
    height:2px;
    left:0;
    top: -18px;
}



.top-bottom-spacing{
    margin-bottom: 35px;
}


.single-bordered-cta .widget-type-cta{
    margin:0;
}

.single-bordered-cta a.cta_button{
    position:relative;
    border: none;
    border-bottom: 2px solid #000;
    display: inline-block;
    padding: 0;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #000000;
    font-family: neuzeit-grotesk,sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}


.single-bordered-cta a.cta_button:after{
    content:"";
    position:absolute;
    background:#00f9c4;
    height:2px;
    left:0;
    bottom:-2px;
    width:0;
    transition:all ease-in-out .2s;
}

.single-bordered-cta a.cta_button:hover:after{
    width:100%;
}


@media(max-width:767px){

.section-three {
    padding: 50px 0px 50px;
}

.section-three .single-bordered-cta{
    margin-bottom:30px;
}


.mobile-align-center .widget-type-linked_image{
    text-align:center;
}

.section-three h6:before{
    display:none;
}

.section-three h6{
    text-align:center;
}

.section-three:before,
.section-three:after{
    display:none;
}
    
    
}



/*=================================================================
     Section Four Styling
==================================================================*/

.section-four {
    padding: 190px 0 100px;
}

.section-four .heading-left-bar{
    max-width: 838px;
    margin: 0;
}


body .row-fluid .section-four .two-col-adjust span>.hs_cos_wrapper{
    margin-top:0;
}

@media(max-width:767px){
    

.section-four {
    padding: 50px 0 50px;
    text-align:center;
}
    
    
}



/*=================================================================
     Section Five Styling
==================================================================*/

.section-five {
    padding: 88px 0 74px;
    position:relative;
}


.section-five .wrapper{
    position:relative;
    z-index:3;
}

.section-five h6{
    text-transform: uppercase;
    position:relative;
    display: inline-block;
}

.section-five h6:before{
    content: "";
    position: absolute;
    background: #000;
    width: 100%;
    height: 2px;
    top: 19px;
    left: 0;
    transition: all ease-in-out .4s;
}

.section-five h6:after{
    content: "";
    position: absolute;
    background:#10e3c1;
    width: 0;
    height: 2px;
    top: 19px;
    left: 0;
    transition: all ease-in-out .4s;
}

.section-five h6:hover:after{
    width:100%;
}

.section-five h6 a{
    text-transform: uppercase;
}


.section-five:before{
    content:"";
    position:absolute;
    background:url('//cdn2.hubspot.net/hubfs/325503/Assets%20March%5B17%5D/rectangle-9@2x-2.png');
    width:229px;
    height:616px;
    left:0;
    top:0;
    z-index:-1;
    visibility: hidden;
}

.section-five:after{
    content:"";
    position:absolute;
    background: rgba(0, 0, 0, 0.70);
    width:100%;
    height:100%;
    left:0;
    top:0;
    opacity:0;
    transition:all ease-in-out .4s;
}


.section-five.view-port:after{
    opacity:1;
    z-index:6;
}

.section-five.before-option:before {
    visibility: visible;
    animation-name: fadeInLeft;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}



@media (min-width: 768px){
.post-listing {
   /* margin: 0px -25px 0 0;
    padding: 0;
    padding-top: 67px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: center;
    -ms-flex-pack: start;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;*/
        display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    -wevkit-flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex-direction: row;
    margin-right: -2.5%;
}

body .container-fluid .row-fluid .post-item {
   /* float: left;
    width: 31.33%;
    padding-right: 25px;*/
}

}

body .container-fluid .row-fluid .post-item {
 /*   display: block;
    margin: 0 0 20px 0;
    list-style: none;
    padding-bottom: 0;
    transition:all ease-in-out .4s;*/
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-basis: 30.9%;
    -webkit-flex-basis: 30.9%;
    float: left;
    margin-right: 2.43%;
    margin-bottom: 30px;
    margin-top: 68px;
    box-sizing: border-box;
    position: relative;
    transition: all ease-in-out .4s;
    border: solid 1px #ddd;
}

body .container-fluid .row-fluid .post-item:hover{
    //box-shadow: 2px 3px 8px 1px rgba(0, 0, 0, 0.43);
}

.post-item:hover .post-item-inner{
    /*box-shadow: 2px 3px 8px 1px rgba(0, 0, 0, 0.43);*/
}

.post-featured-image{
    height: 230px;
    display: block;
}

.post-item h2{
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.3px;
    color: #000000;
    margin: 0;
padding: 16px 0px 47px;
    animation-name: none!important;
    line-height: 32px;
    min-height:63px;
}


.post-item ul,
.post-item  ul li{
    margin:0;
    padding:0;
}
.post-item  ul li a{
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #10e3c1;
    text-transform: uppercase;
    font-weight: bold;
    font-family: neuzeit-grotesk, sans-serif;
    border-bottom: solid 2px #cccbcb;
    padding-bottom: 2px;
    padding-top: 20px;
    position: relative;
    display: inline-block;
    margin-bottom: 9px;
}

/*.post-item:nth-child(2) ul li a{
    color:#0086ff;
}*/


/*.post-item:nth-child(3) ul li a{
    color:#fd5f00;
}*/

.post-item ul li a{
    color:#111111;
}

.post-item  p{
    font-size: 16px;
    line-height: 1.19;
    color: #000000;
}

.post-item a{
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #000000;
    text-transform: uppercase;
    font-weight: bold;
}

.post-item a span{
   font-family: 'Conv_GothamSSm-Bold';
    font-size: 13px;
    line-height: 17px;
}

.post-item a.more-link {
    padding-bottom: 6px;
    display: inline-block;
}

.post-item-inner {
   // border: solid 1px #ddd;
    transition: all ease-in-out .4s;
}

.post-body{
    padding: 21px 20px 34px;
    background:#fff;
}

.topic-list li{
    display:none;
}

.topic-list li:first-child{
    display:inline-block;
}


@media(min-width:768px) and (max-width:900px){
    
body .container-fluid .row-fluid .post-item{
        width: 29.33%;
}
    
    
}



@media(min-width:900px) and (max-width:1024px){
    
body .container-fluid .row-fluid .post-item{
        width: 30.33%;
}
    
    
}



@media(max-width:767px){
    
.section-five {
    padding: 0px 0 74px;
}
    
    
.rss-feed{
    padding-top:30px;
}


.section-five:before{
    display:none;
}

body .container-fluid .row-fluid .post-item {
    display:block;
    width: 100%;
    flex-basis: 100%;
    margin-right: 0;
    margin-top: 0px;
}  


    
}



/*=================================================================
     Section Six Styling
==================================================================*/

.three-column-boxes .col{
    padding: 55px 43px 31px;
  border: solid 1px #DDD;
  transition:all ease-in-out .4s;
}

.three-column-boxes .col:hover{
     //box-shadow: 2px 3px 8px 1px rgba(0, 0, 0, 0.43);
}


.three-column-boxes .column1{
  background-color: #0086ff;
}

.three-column-boxes .column3{
      background-image: linear-gradient(142deg, #00fde6, #00fdd9);
}

.three-column-boxes img{
    margin: 3px 0px 0;
    //min-height: 83px;
    //min-width: 83px;
    //max-width: 83px;
}

@media(min-width:768px){
    
body .container-fluid .row-fluid .column-height {
    min-height: 183px;
}
    
    
}


.three-column-boxes h5{
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 1px;
  font-family: neuzeit-grotesk,sans-serif;
  font-weight: bold;
  animation-name:none!important;
}

.three-column-boxes h4{
  font-size: 22px;
  letter-spacing: -0.3px;
  animation-name:none!important;
  margin-bottom: 11px;
}

.three-column-boxes p{
  font-size: 16px;
  line-height: 1.19;
  margin: 0;
     padding: 13px 0px 35px;
}

.three-column-boxes a.cta_button {
    font-weight: 700;
    letter-spacing: 0;
    text-align: left;
  color: rgba(0, 0, 0, 0.82);
    background-color: transparent;
    border: solid 2px #000;
    padding: 21px 10px 6px;
    width: 100%;
    max-width: 189px;
    position: relative;
    font-size: 16px;
    font-family: neuzeit-grotesk,sans-serif;
}

.three-column-boxes .column1 a.cta_button{
    border: solid 2px #fff;
    color:#fff;
}

.three-column-boxes a.cta_button:after {
    content: "";
    position: absolute;
    background: url(//cdn2.hubspot.net/hubfs/325503/Assets%20March%5B17%5D/fill-3@2x-1.png?t=1501230196486) no-repeat;
    width: 13px;
    height: 13px;
    right: 9px;
    top: 8px;
}



.three-column-boxes .column1 a.cta_button:after {
        background: url(//cdn2.hubspot.net/hubfs/325503/Assets%20March%5B17%5D/fill-3@2x.png?t=1501230196486) no-repeat;
}

.three-column-boxes a.cta_button:hover{
    background:#fff;
    color:#000;
    border: solid 2px #000;
}


.three-column-boxes a.cta_button:hover:after{
     background: url(//cdn2.hubspot.net/hubfs/325503/Assets%20March%5B17%5D/fill-3@2x-1.png?t=1501230196486) no-repeat;
}


@media(max-width:1024px) and (min-width:768px){
    
.three-column-boxes .col {
    padding: 20px 13px 20px;
}
   
.three-column-boxes a.cta_button{
    width:82%;
}   
    
    
    
}


@media(max-width:767px){
    
.three-column-boxes .col{
    margin-bottom:30px;
}    
  
.three-column-boxes .col{
        padding: 55px 23px 42px;
}  

    
    
}


/*=================================================================
     Section Seven Styling
==================================================================*/

.section-seven{
    padding: 180px 0px 132px;
    background-position: top center!important;
    -webkit-transition: all 0.5s cubic-bezier(0.555, 0.205, 0.295, 0.975);
    transition: all 0.5s cubic-bezier(0.555, 0.205, 0.295, 0.975);
    background-color: #ffffff;
}

.outer-cm-section{
    -webkit-transition: all 0.5s cubic-bezier(0.555, 0.205, 0.295, 0.975);
    transition: all 0.5s cubic-bezier(0.555, 0.205, 0.295, 0.975);
    background-color: #ffffff;
}

.outer-cm-section .section-seven.transform-section{
        transform: matrix(1, 0, 0, 1, 0, -83.0188);
}

.outer-cm-section .section-seven.transform-section .transition-row{
    transform: matrix(1, 0, 0, 1, 0, 41.5094);
}

.footer-container-wrapper .outer-cm-section a{
    text-decoration:none;
}


.section-seven h2{
    margin: 0;
    padding: 22px 0 53px;
    text-decoration:none;
}

.section-seven h6{
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #000000;
}


@media (max-width:1024px){

.section-seven h2 {
    font-size: 30px;
    padding: 25px 0px 55px;
}

}

@media (max-width:767px){
    
    
}

/*===================================================================
   Pricing Page Styling
=====================================================================*/


body .container-fluid .row-fluid .pricing-hero-section{
    min-height: 488px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom!important;
    padding: 232px 0px 00px;
    position: relative;
    min-height: 770px;
     /*-webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  transition:all ease-in-out .6s;*/
}


 body .container-fluid .row-fluid .pricing-hero-section.remove-blurr{
     -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -o-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
}



.company-section-two,
.pricing-section-two{
    padding: 0px 0 75px;
    margin-top: -100px;
    position: relative;
}




.hubspot-image-grp{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -54px;
}

.pricing-hero-section h1{
    letter-spacing: 0px;
    font-size: 72px;
    line-height: 82px;
    margin-bottom: 12px;
}


.pricing-hero-section p{
    font-size: 22px;
    line-height: 29px;
    max-width: 545px;
    margin: 0 auto;
}

.pricing-hero-section h6{
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-weight: bold;
}




@media(max-width: 1024px) and (min-width:768px){
    
.pricing-hero-section h1{
    font-size:63px;
}    
    
}

@media(max-width:767px){
    
body .row-fluid .request-a-proposal{
    display:none;
} 


.pricing-hero-section h1{
    font-size:45px;
    line-height: 49px;
    margin-bottom: 15px;
}
    
}

/*===================================================================
   Pricing Page Section Two Styling
=====================================================================*/

.pricing-section-two{
       padding: 133px 0px 122px;
}

.pricing-section-two h6{
    margin: 6px 0px 32px;
}


.pricing-section-two h2{
    letter-spacing: -0.2px;
}


.pricing-section-two p{
    color: #000;
    font-size: 20px;
    line-height: 31px;
    letter-spacing: 0.5px;
    margin-top:31px;
}

@media(min-width:768px){

.pricing-section-two p:first-child {
    margin-top: 50px;
}

}


@media(max-width:767px){
    
.pricing-section-two{
    padding: 50px 0px 25px;
}    
    
}



/*===================================================================
   Pricing Page Section Three Styling
=====================================================================*/


.pricing-section-three {
    padding-bottom: 125px;
}

body .row-fluid .pricing-section-three  .two-col-adjust span>.hs_cos_wrapper {
    flex-basis: 46.5%;
    -webkit-flex-basis: 46.5%;
}


@media(max-width:767px){


.pricing-section-three {
    padding-bottom: 75px;
}    
    
}


/*===================================================================
   Pricing Page Section Four Styling
=====================================================================*/



.left-bar{
    position:relative;
}


.left-bar:before{
    content:"";
    background:#333333;
    width:42px;
    height:2px;
    left:-55px;
    top: 15px;
    position:absolute;
}


.pricing-section-four{
  padding: 79px 0 114px;
  background-image: linear-gradient(125deg, rgba(0, 253, 231, 0.08), rgba(9, 255, 207, 0.37));
}




.pricing-section-four h2{
    letter-spacing: 0;
    font-size: 36px;
    margin-top: 27px;
}

.heading-section-width{
    max-width: 870px;
    padding-bottom: 10px;
}

.pricing-section-four h6{
     letter-spacing: 1.7px;
     margin-top: 7px;
}

 body .container-fluid .row-fluid .pricing-section-four form .actions:before {
    top: 9px;
    right: 16px;
}

.pricing-section-four p{
   font-size:16px;
   line-height:1.19;
   
}

@media(max-width:1330px){
    
.left-bar:before{
    display:none;
}    
    
    
}

@media(max-width:767px){


.pricing-section-four h2{
    font-size:30px;
}    
    
}


/*===================================================================
   Pricing Page Section Five Styling
=====================================================================*/


.pricing-section-five{
   padding:80px 0 130px; 
   position:relative;
}

.pricing-section-five:before{
    content:"";
    position:absolute;
    background:url('//cdn2.hubspot.net/hubfs/325503/Assets%20March%5B17%5D/rectangle-9%20%2812%29.svg') no-repeat;
    width:267px;
    height:584px;
    left:0;
    bottom:-80px;
    visibility: hidden;
}

.pricing-section-five:after{
    content:"";
    position:absolute;
    background:url('//cdn2.hubspot.net/hubfs/325503/Assets%20March%5B17%5D/rectangle-9%20%2813%29.svg') no-repeat;
    width:189px;
    height:415px;
    right:0;
    top:40px;
    z-index:-1;
    visibility: hidden;
}

.pricing-section-five.before-option:before {
    visibility: visible;
    animation-name: fadeInLeft;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.pricing-section-five.before-option:after{
    visibility: visible;
    animation-name: fadeInRight;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.multicolor-heading{
    padding-bottom: 98px;
}

.multicolor-heading h2{
  letter-spacing: -0.2px;
  margin: 31px 0px 0;
}


.multicolor-heading h6{
    letter-spacing: 1.7px;
    margin-top: 7px;
}


/*===================================================================
   Pricing Page Form Section Styling
=====================================================================*/


.form-section{
     background-color: #000000;
}

.pricing-section-four.form-section{
    background-image:none;
}



.form-section .left-bar:before{
    background:#ffffff;
}



body .container-fluid .row-fluid  .form-section  form .actions{
    position: relative;
    max-width: 213px;
    margin-top: 60px;
    width: 100%;
    float: right;
} 

.row-fluid .form-section form .hs-button.primary{
    margin-top:0;
    text-align:left;
        width: 100%;
    max-width: 213px;
    cursor:pointer;
     border: solid 2px #00f9c4;
     color:#00f9c4;
}

body .container-fluid .row-fluid .pricing-section-four.form-section form .actions:before{
    background:url('//cdn2.hubspot.net/hubfs/325503/Assets%20March%5B17%5D/fill-3%20%282%29.svg') no-repeat;
}


.form-section .left-bar{
    margin-bottom: 68px;
}


.row-fluid .form-section form input{
    color: #e9e9e9;
    position:relative;
    border-bottom: solid 1px #454545;
}

.row-fluid .form-section form label{
    color:#00f9c4;
    margin-bottom: 22px;
}

.row-fluid .form-section form .input{
    position:relative;
    transition:all ease-in-out .3s;
}


.row-fluid .form-section form .input:before{
    content:"";
    position:absolute;
    background:#fff;
    width:20%;
    height:2px;
    bottom:7px;
    left:0;
    transition:all ease-in-out .3s;
    transition: all ease-in-out .3s;
}

.form-section ::-webkit-input-placeholder {
      color: rgba(233, 233, 233, 0.28);
}

.form-section :-moz-placeholder {
    color: rgba(233, 233, 233, 0.28);
}

.form-section ::-moz-placeholder {  
    color: rgba(233, 233, 233, 0.28);
}

.form-section:-ms-input-placeholder {  
    color: rgba(233, 233, 233, 0.28);
}


.thank-you p{
    font-size:18px;
}

.static-numbers p{
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    text-align: right;
   font-family: 'Conv_GothamSSm-Medium';
}


.static-numbers p span{
      color:#00f9c4;
}


/*===================================================================
    Company Page Styling
=====================================================================*/


/*===================================================================
 Company Section Two Styling
====================================================================*/

.company-section-two{
        padding: 132px 0 75px;
}

.company-section-two,
.pricing-section-two{
    padding: 0px 0 75px;
    margin-top: -100px;
    position: relative;
}

.company-section-two h2{
        margin-bottom: 28px;
}

.integrated-img{
    margin-top:108px;
}

.remove-top-padding{
    padding-top:0;
}

.added-bottom-padding{
        padding-bottom: 160px;
}

.remove-bottom-padding{
        padding-bottom: 104px;
}



/*=======================================================================
   Company Section Three Styling
=========================================================================*/

.company-section-three{
     //background-color: #f9fdff;
     padding: 96px 0 89px;
     position:relative;
     z-index: 1;

}

.company-section-three:before {
    content: "";
    position: absolute;
    background: url('//cdn2.hubspot.net/hubfs/325503/Assets%20March%5B17%5D/rectangle-9%20%2814%29.svg') no-repeat;
    width: 344px;
    height: 754px;
    left: 0;
    top:217px;
    z-index: -1;
    visibility: hidden;
 
}

.company-section-three.before-option:before{
    visibility: visible;
       animation-name: fadeInLeft;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.company-section-three:after {
    content: "";
    position: absolute;
    background: url('//cdn2.hubspot.net/hubfs/325503/Assets%20March%5B17%5D/rectangle-9%20%2815%29.svg') no-repeat;
    width: 398px;
    height: 872px;
    right: 0;
    top: 85px;
     z-index: -1;
      visibility: hidden;
}

.company-section-three.before-option:after{
    visibility: visible;
       animation-name: fadeInRight;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}



body .container-fluid .row-fluid .heading-module-width{
    max-width: 820px;
    margin: 0 auto 88px;
    float: none;
}

.company-section-three h2{
    font-size: 36px;
    letter-spacing: 0px;
    margin-bottom: 6px;
}

.company-section-three h4{
    font-size: 22px;
    line-height: 1.32;
    text-align: center;
    color: #000000;
    font-family: neuzeit-grotesk, sans-serif;
    font-weight: 400;
    margin-bottom: 54px;
    
}

.company-section-three h5{
    font-family: 'Conv_GothamSSm-Bold';
}

.company-section-three h3{
     color: #010101;
    font-family: neuzeit-grotesk, sans-serif;
    font-weight: 400;
}


@media(max-width:767px){
    
.company-section-three{
    padding-top:0;
}  

.company-section-three:before,
.company-section-three:after{
    display:none;
}
    
    
}




/*=======================================================================
   Company Section Four Styling
=========================================================================*/


.company-section-four{
    padding: 106px 0px 161px;
}


@media(max-width:767px){
    
.company-section-four{
    padding-top:0;
}    
    
    
}


/*=====================================================================
   Company Section Five Styling
======================================================================*/

body .container-fluid .row-fluid .company-section-five{
    min-height:427px;
}



/*======================================================================
  Company Section Six Styling
========================================================================*/


.company-section-six{
  padding: 116px 0 188px;

}
@media(max-width:767px){

.company-section-six {
    padding: 50px 0px;
}

}

/*======================================================================
  Company Section Seven Styling
========================================================================*/


body .container-fluid .row-fluid  .company-section-seven .wrapper-extra-small{
    max-width: 895px;
    padding-top: 137px;
    padding-bottom: 124px;
}




.company-section-seven h6{
        margin-top: 7px;
}

.company-section-seven h2{
   
    margin-bottom: 36px;
}


@media(min-width:768px){
    
body  .row-fluid .company-section-seven .span3 {
    width: 25%;
    margin: 0;
} 

body .container-fluid  .row-fluid .image-1{
     margin-top: -60px;   
}

body .container-fluid  .row-fluid .image-2{
        margin-top: -119px;
}

body .container-fluid  .row-fluid .image-3{
        margin-top: -30px;
}

body .container-fluid  .row-fluid .image-4{
    
}

    
}


@media(max-width:767px){

.company-section-seven{
    text-align:center;
}    
    
body .container-fluid  .row-fluid .image-1,
body .container-fluid  .row-fluid .image-2,
body .container-fluid  .row-fluid .image-3,
body .container-fluid  .row-fluid .image-4{
    margin-bottom:30px;
}

body .container-fluid .row-fluid .company-section-seven .wrapper-extra-small {
  
    padding-top: 50px;
    padding-bottom: 50px;
}
    
    
}


/*===================================================================
   Company Section Eight
====================================================================*/

.left-bar h6{
    margin-top: 7px;
    letter-spacing: 1px;
    margin-bottom: 28px;
}

.company-section-eight{
        padding: 125px 0px 124px;
        background-image: linear-gradient(117deg, rgba(0, 253, 231, 0.08), rgba(9, 255, 207, 0.37));
}

.company-section-eight h2{
    margin-bottom: 28px;
}

.company-section-eight p{
    margin-bottom: 33px;
}

.image-heading img{
        float: left;
    margin-right: 20px;
}


@media(min-width:768px) and (max-width:1024px){
    
.company-section-eight p{
    margin:20px 0;
}

.company-section-eight h2 {
    padding-top: 30px;
}
    
    
}

@media(max-width:767px){
    
.company-section-eight {
    padding: 50px 0px 30px;
}

.company-section-eight h2{
    font-size:25px;
}
    
}


/*===================================================================
   Company Section Nine
====================================================================*/

.company-section-nine{
    padding:75px 0;
}

.company-section-nine ul{
    margin:0;
    padding: 65px 0 0;
}

.company-section-nine ul li{
    display:inline-block;
    margin:0;
    margin-right: 55px;
    padding:0;
    list-style-type:none;
}
.company-section-nine ul li:last-child{
    margin:0;
}

.company-section-nine ul li:before{
    display:none;
}



@media(max-width:1024px) and (min-width:767px){
    
.company-section-nine ul li{
    margin-right:22px;
}    
    
    
}


@media(max-width:767px){
    
.company-section-nine ul{
    text-align:center;
}    
    
    
.company-section-nine ul li{
    display:block;
    margin-right:0;
    margin-bottom:30px;
}  


.company-section-eight h2{
    padding-left:99px;
}
    
    
}


/*========================================================================
    Work Page Styling
==========================================================================*/

.work-section-three{
    padding: 71px 0px;
}

body .container-fluid .row-fluid .work-heading-grp{
    max-width: 565px;
    margin: 0 auto;
    float: none;
}

.work-section-three h2{
    font-style:italic;
}

.work-section-three p{
    text-decoration: underline;
}

.work-section-two.section-four .two-col-adjust>span>div:nth-child(-2n+5) .image-text-cm{
        margin-top: 83px;
}


.work-section-two.section-four{
    padding: 141px 0 100px;
}



body .container-fluid .row-fluid .work-section-two,
body .container-fluid .row-fluid .work-section-three .span6,
body .container-fluid .row-fluid .work-section-four{
    min-height:420px;
}

body .container-fluid .row-fluid .work-section-four{
    padding: 119px 0 0px;
}

body .container-fluid .row-fluid .work-section-four .simple-cta{
    margin-top: 107px;
}    

@media(min-width:768px){

body .container-fluid .row-fluid .work-section-three .span6 {
    width: 50%;
    margin: 0;
}

}

.two-col-section .wrapper-small{
    border-bottom: solid 1px #f26f70;
    padding: 93px 0px 85px;
}


.two-col-section p{
   font-size: 24px;
  line-height: 1.5;
  letter-spacing: -1.2px;
  color: #010101;
}

.work-section-six{
    padding: 55px 0px 74px;
}

.work-section-six ul{
    margin:0;
    padding:0;
}

.work-section-six ul li{
    display:inline-block;
    margin:0;
    padding:0;
    margin-bottom: 45px;
    min-width: 272px;
    text-align: center;
    vertical-align:middle;
}



/*================================================================================
      Landing Page Styling
==================================================================================*/

.lp-hero-section{
        padding: 93px 0px 80px;
}

body .container-fluid .row-fluid .lp-hero-section .wrapper-small {
    max-width: 1200px;
}

.lp-hero-section h2{
        margin-bottom: 42px;
}

.lp-hero-section ul{
    margin:0;
    padding:0;
    margin-top: 36px;
}


.lp-hero-section ul li{
    margin:0;
    padding:0;
    display:inline-block;
    margin-right: 20px;
}

.lp-hero-section p{
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: -1.1px;
  color: #010101;
}

body .container-fluid .row-fluid  .form-grp{
    border-radius: 3px;
    background-color: #ffffff;
    box-shadow: 2px 6px 10px 0 rgba(0, 0, 0, 0.15);
    border: solid 1px rgba(32, 32, 32, 0.09);
    padding: 35px 45px;
    max-width: 496px;
    float: right;
}

.form-title{
    font-size: 26px;
    letter-spacing: -0.7px;
    text-align: center;
    color: #202020;
    margin-bottom: 34px;
}

.body-container-wrapper .lp-hero-section li:before{
    display:none;
}

body .container-fluid .row-fluid .lp-hero-section .form-grp .hs-button{
    background-color: #f26f70;
    border: solid 2px #f26f70;
    width: 100%;
    max-width: 174px;
    padding: 23px 15px 5px;
    text-align:left;
    cursor:pointer;
}

body .container-fluid .row-fluid form .actions:before{
    background:url('//cdn2.hubspot.net/hubfs/325503/Assets%20March%5B17%5D/White-arrow.png');
      top: 39px;
    right: 126px;
    z-index: 2;
}



/*=========================================================
                    FORM STYLING
=========================================================*/                

/*======= Placeholder Color ====*/



select::-ms-expand {
    display: none;
}



.row-fluid .form-grp form li{
    margin:0;
}

.row-fluid .form-grp  form li:before{
    display:none;
}

.row-fluid .form-grp form input,
.row-fluid .form-grp form select,
.row-fluid .form-grp form textarea{
    height: 25px;
  
    color:#7d7d7d;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .3px;
    padding: 0 9px;
    margin-bottom:0;
    border-radius: 0;
    background: #fff;
    border:0;
    font-weight: 400;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position:relative;
}

.row-fluid .form-grp form .input{
    position:relative
}

.row-fluid .form-grp form .input:before{
    position:absolute;
    content:'';
    top:0;
    left:0;
    bottom:0;
    right:-1px;
    pointer-events:none;
    border:1px solid #c7c7c7;
    border-top: 0;    
    z-index:1;
}

.row-fluid .form-grp form .focus .input:before{
    border-color:#f26f70;    
    z-index: 4;
}

.row-fluid .form-grp form textarea{
    height:130px;    
}

.row-fluid .form-grp form select{
    color: #d0d0d0;
}

.row-fluid .form-grp form input:focus,
.row-fluid  .form-grp form select:focus,
.row-fluid .form-grp form textarea:focus{
    outline:0;
    border:0;
}

.row-fluid .form-grp form .hs_file_upload input,
.row-fluid .form-grp form .hs-form-checkbox input,
.row-fluid .form-grp form .hs-form-radio input,
.row-fluid .form-grp form .hs-form-booleancheckbox input{
    height:auto;
    padding:0;
    border:0;
}

.row-fluid .form-grp form .hs-form-checkbox input,
.row-fluid .form-grp form .hs-form-radio input,
.row-fluid .form-grp form .hs-form-booleancheckbox input{
    height:auto;
    padding:0;
    border:0;
    margin-bottom:0;
}

.row-fluid .form-grp form .field>label{
    font-size: 14px;
    line-height: 1.3;
   
    display: block;
    margin: 0;
    color: #7d7d7d;
    padding-top: 7px;
    padding-left: 9px;
    position:relative;
    letter-spacing:0.3px;
}

.row-fluid .form-grp form .field.focus>label{
    color:#f26f70;
}

.row-fluid .form-grp form .field>label:before{
    position:absolute;
    content:'';
    top:-1px;
    left:0;
    bottom:0;
    right:-1px;
    pointer-events:none;
    border: 1px solid #c7c7c7;
    border-bottom: 0;
    z-index:1;
}

.row-fluid .form-grp form .focus.field>label:before{
    border-color:#f26f70;    
    z-index: 4;
}

.row-fluid .form-grp form .hs_submit .actions{
    text-align:center; // CTA Button Alignment
}

.row-fluid .form-grp form .hs-button.primary{
    height: auto;
    margin-top: 30px;
}

body .row-fluid form .hs-error-msgs{
    margin:6px 9px 10px;
    padding:0;
}

.form-grp form .hs-error-msgs li{
    line-height: 1;
    color: red;
    font-weight: 500;
    font-size: 11px;
    position: relative;
    top: 0;
    letter-spacing: 0.3px;
}

.row-fluid .form-grp .hs-form fieldset.form-columns-1 .hs-input {
    width: 100%;
}

body .row-fluid .form-grp .hs-form fieldset {
    max-width: 100%;
}

form .form-grp .hs-form-required{
    display:none;
}

.body-container-wrapper .form-grp  form ul,
.body-container-wrapper .form-grp form li{
    margin:0;
    padding:0;
}

.body-container-wrapper .form-grp form ul,
form ul{
    list-style:none;
}


.body-container-wrapper .form-grp  form li:before{
    display:none;
}

body form .form-grp .hs-form-checkbox:last-child,
body form .form-grp .hs-form-radio:last-child,
body form .form-grp .hs-form-booleancheckbox{
    margin-bottom:20px;
}

body .row-fluid .form-grp .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 33.333333%;
    margin-right:0;
}

body .row-fluid .form-grp .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 50%;
    margin-right:0;
}

body .row-fluid .form-grp .hs-form fieldset .hs-form-field{
    position: relative;
    box-sizing: border-box;
}

body .row-fluid .form-grp .hs-form fieldset .hs-form-field:last-child{
    margin-right:0;
}

body .row-fluid .form-grp .hs-form fieldset.form-columns-2 .input,
body .row-fluid .form-grp .hs-form fieldset.form-columns-3 .input {
    margin-right:0px;
}

body .container-fluid .form-grp .row-fluid .hs-form fieldset .field:last-child .input{
    margin-right:0;
}

body .row-fluid .form-grp select{
    background: #fff url(//cdn2.hubspot.net/hubfs/2560976/COS%20Site%20Assets/Triangle%205.png) no-repeat;
    background-position: top right;
    -webkit-appearance: none;
    background-position-x:95%;
}





/*=======================================================
            CHECKBOX AND RADIO BUTTONS STYLING
=======================================================*/            

.row-fluid .form-grp .hs-form .field .input input[type="checkbox"],
.row-fluid .form-grp .hs-form .field .input  input[type="radio"]{
    width:auto;
}

.row-fluid .form-grp .hs-form .field .input input[type="checkbox"],
.row-fluid .form-grp .hs-form .field .input  input[type="radio"]{
    padding: 0;
    border-radius: 4px;
    background: #fff;
    margin-left: 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    color: #cfd3d7;
    -webkit-appearance: none;
    border: 2px solid #ddd;
    margin-right: 8px;
    top: 2px;
    width: 20px;
    height: 20px;
}

.row-fluid .form-grp .hs-form .field .input input[type="checkbox"]:checked:after {
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    top: 3px;
    left: 2px;
    border: 3px solid #3197d6;
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.row-fluid  .form-grp .hs-form .field .input  input[type="radio"]{
    border-radius: 50%;
}

.row-fluid .form-grp .hs-form .field .input  input[type="radio"]:checked:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 3px;
    background: #3197d6;
    left: 3px;
    border-top: 0;
    border-right: 0;
    border-radius: 50%;
}



@media (max-width:480px){

body .form-grp form.hs-form .form-columns-2 .hs-form-field .hs-input,
body .form-grp form.hs-form .form-columns-3 .hs-form-field .hs-input{
    width:100%;
}

body .row-fluid .form-grp .hs-form fieldset .input{
    margin:0;
}

body .row-fluid .form-grp .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 100%;
    margin-right: 0;
}

body .row-fluid .form-grp .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 100%;
    margin-right: 0;
}

.row-fluid .form-grp form .hs_submit .actions{
    text-align:center;
}
}



/*========================================================================
    Service Page Styling
==========================================================================*/

.service-section-onecol{
        padding-top: 56px;
}

.service-col-container>span>div:last-child .service-cm-inner .border-on-top{
    border-bottom:1px solid #ddd;
}


@media(min-width:768px){
    
body .container-fluid .row-fluid .flex-height{
   display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    flex-direction: row;
}    
    
}


@media(max-width:767px){
    
    
.service-section-onecol{
    padding-top:0;
}    
    
}





/*=========================================================================
      Service Inner Page Styling
===========================================================================*/
.service-inner-section-two{
    padding: 0px 0px 138px;
    margin-top:-100px;
    
}

.service-inner-section-two img{
    margin: 67px 0px;
}

.service-inner-section-two ul li:before{
	display:none;
}

.service-inner-section-two ul{
    padding-left: 57px;
  	margin:20px 0;
}

.service-inner-section-two ul li{
    font-size: 20px;
    line-height: 1.64;
    color: #000000;
    padding-bottom: 4px;
    font-weight: 400;
    list-style-type: disc;
}

.text-space{
    margin-top: 88px;
    position:relative;
}

.service-inner-section-three{
    background-image: linear-gradient(118deg, rgba(0, 253, 231, 0.08), rgba(9, 255, 207, 0.37));
    padding: 98px 0;
}

.paragraph-space p {
    margin-top: 31px;
}

.service-inner-section-three a{
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 1px;
    font-weight: bold;
}

.service-inner-section-three a span{
    font-family: 'Conv_GothamSSm-Bold';
    font-size: 13px;
    line-height: 17px;
}


.service-inner-section-four{
        padding: 126px 0 126px;
}


.up-next-section{
   position: absolute;
    top: 18.5%;
    z-index: 2;
}

.up-next-section.marketing-next{
    top: 8.7%;
}

@media(max-width:767px){

.up-next-section{
    display:none;
}    
    
}

.up-next-section ul{
    margin:0;
}

.up-next-section ul li{
    margin: 0;
    width: 100%;
    background-color: #ffffff;
    border: solid 1px #000;
    border-left:none;
    max-width: 200px;
    text-align: right;
    padding: 14px;
}

.up-next-section ul li:first-child img{
    float: left;
    padding: 8px 15px;
}

.up-next-section ul li:last-child{
    border-top:none;
    text-align: center;
    width: 100%;
    max-width: 29px;
    padding: 20px;
}

body .row-fluid .up-next-section ul li:before{
    display:none;
}

.up-next-section ul li h5{
    font-weight: 500;
    margin: 0;
    font-size: 10px;
    line-height: 1.8;
    letter-spacing: 0.8px;
    text-align: right;
    color: #363636;
    font-family: 'Space Mono', monospace;
}

.up-next-section ul li h6{
    margin: 0;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: -0.4px;
    color: #202020;
    font-family: 'Conv_GothamSSm-Bold';
}

.up-next-section .remove-text ul li:first-child{
    max-width: 69px;
    padding: 53px 0;
    padding: 0;
    height: 70px;
    text-align: center;
   display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
}

.li-elements h3{
        padding-top: 58px;
}

.li-elements ul{
    
    list-style-type: inherit;
}

.li-elements ul li{
    font-size: 13px;
    line-height: 2.23;
    letter-spacing: 1.1px;
    font-weight: bold;
    color:#000;
}

.li-elements ul li:before{
    display:none;
}

.digital-section-five{
        padding: 237px 0px 24px;
}
.section-five.digital-section-five:before{
    top:155px;
}


.video-section-three{
        padding-top: 115px;
}


@media(max-width:1024px) and (min-width:768px){
    
.up-next-section.marketing-next{
    top: 9.4%;
}


.service-inner-section-two {
    padding: 185px 0px 138px;
}
    
    
}



@media(max-width:767px){
    
.up-next-section.marketing-next {
    top: 10.2%;
}

.service-inner-section-two {
    padding: 100px 0px 138px;
}


.service-inner-section-three{
        padding: 50px 0 75px;
}    
    
.service-inner-section-four {
    padding: 50px 0px;
}

.service-inner-section-two img {
    height: auto;
}

.up-next-section ul li:last-child{
    max-width: 15px;
}
    
.digital-section-five {
    padding: 100px 0px 24px;
}

.digital-section-five h2{
    margin-bottom:45px;
} 

.up-next-section {
    top: 12%;
}

.video-interactive .up-next-section {
    top: 14%;
}
    
    
}



/*======================================================================
  Video Styling
==========================================================================*/


.video-section-five{
        padding: 78px 0px;
}

.video-section-five h2{
        padding-bottom: 31px;
}

.video-section-five  .slick-dots li {
    margin: 0;
    display: none;
}    
    
.video-section-five .slick-dots li.slick-active {
    display: inline-block;
} 

.video-section-five .slick-dots li:before{
    display:none;
}

.video-section-five .slick-dots li button,
.video-section-five .slick-dots li{
    box-shadow: none;
    border: none;
    font-size: 10px;
    line-height:10px;
    font-style: italic;
    letter-spacing: -0.3px;
    text-align: center;
    color: #202020;
    background: transparent;
    box-shadow: non;
    font-family: 'Space Mono', monospace;
}
.video-section-five .slick-dots{
    text-align:center;
}

.video-section-five .slick-prev.slick-arrow{
    position: absolute;
    bottom: 3px;
    left: -55px;
    right: 0;
    margin: 0 auto;
        cursor: pointer
}

.video-section-five .slick-next.slick-arrow{
    position: absolute;
    bottom: 3px;
    left: 0px;
    right: -55px;
    margin: 0 auto;
        cursor: pointer
}
    



.video-section-five .slick-list{    
    padding-left: 0!important;
}




@media(max-width:767px){
    
.video-section-three {
    padding-top: 0;
}    
    

    
    
}



/*===========================================================================
  Request a quote Page Styling
============================================================================*/

body.request-a-quote-single .container-fluid .row-fluid .request-a-quote{
    border:none;
    max-width:100%;
    position:static;
    transform:none;
    padding: 75px 15px 80px;
}



/*========================================================================
   Contact Us Page Styling
==========================================================================*/


body.contact-us .container-fluid .row-fluid  .request-a-quote ul li{
    margin-right:5px;
}

body.contact-us  .container-fluid .row-fluid  .request-a-quote form .hs-button{
    background:#000;
    color:#fff;
}

body.contact-us  .container-fluid .row-fluid  .request-a-quote form .actions:before{
    background:url('//cdn2.hubspot.net/hubfs/325503/Assets%20March%5B17%5D/fill-3%20%284%29.svg')no-repeat;
}

body .container-fluid .row-fluid  .request-a-quote .line-height-zero .hs-error-msgs li{
    line-height:22px;
}

/*====================================================================
    Demo Page Styling
======================================================================*/

body.demo-page .container-fluid .row-fluid  .request-a-quote ul li{
    margin-right:5px;
}

body.demo-page  .container-fluid .row-fluid  .request-a-quote form .hs-button{
    background:#ff7958;
    color:#fff;
}

body.demo-page  .container-fluid .row-fluid  .request-a-quote h2{
    color:#ff7958;
}

body.demo-page .container-fluid .row-fluid  .request-a-quote form .actions:before{
    background:url('//cdn2.hubspot.net/hubfs/325503/Assets%20March%5B17%5D/fill-3%20%284%29.svg')no-repeat;
}



/*====================================================================
    Error  Page Styling
======================================================================*/

.error-section{
  padding: 212px 0 219px;
}




.error-section img{
    
}

.error-section h1{
  font-size: 200px;
  line-height: 0.37;
  color: #0086ff;
  padding: 102px 0px 70px;
}


.error-section p{
  font-size: 22px;
  line-height: 1.32;
  color: #0086ff;
}


body .error-section .blue-cta a.cta_button{
    margin-top:13px;
    background: #0086ff;
    color: #fff;
    letter-spacing: 0;
    padding-bottom: 8px;
    padding-top: 19px;

}

body .error-section  .blue-cta a.cta_button:after{
    background:url('//cdn2.hubspot.net/hubfs/325503/Assets%20March%5B17%5D/fill-3%20%285%29.svg');
    width:13px;
    height:13px;
    top: 8px;
    right: 10px;
}


@media(max-width:1024px){
    
.error-section h1 {
    font-size: 55px;
}
    
}


.thankyou{
    text-align:center;
}




/*=============================================================================
   HandBook Page Styling
==============================================================================*/



.handbook-section-one .right-col{
    padding-top: 53px;
}



.handbook-section-one .section-bg{
    background-size: 30%!important;
    background-repeat: no-repeat!important;
    background-position: center 31%!important;
}


.handbook-section-one .header-top-text h6{
    text-align:left;
    margin:0;
    font-family: 'Space Mono', monospace;
    font-weight: 400;
}

.handbook-section-one  .left-col h6{
    font-family: 'Space Mono', monospace;
    font-weight: 400;
}

.handbook-section-one h1{
    padding: 130px 0 273px;
    margin: 0;
    font-size: 60px;
    line-height: 0.78;
     text-align:left;
}

.handbook-section-one .hs-menu-wrapper.hs-menu-flow-vertical>ul {
    margin-bottom: 0px;
    margin-top: 67px;
    
}

.handbook-section-one .left-space{
    padding-left:8%;
}


.handbook-section-one .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-menu-depth-1>a,
.handbook-section-one .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-menu-depth-1{
    font-size: 18px;
    line-height: 2.11;
    color: #000000;
    padding: 0px 0;
    font-family: neuzeit-grotesk,sans-serif;
    font-weight: 900;
    transition:all ease-in-out .2s;
        white-space: normal;
}

.handbook-section-one .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-menu-depth-1>a:hover{
    color:#21dfb3;
}

.handbook-section-one .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-menu-depth-1{
    margin: 0;
    padding:0;
}

.handbook-section-one .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-menu-depth-1:before{
    display:none;
}

.title-top-space{
    margin-top:98px;
}


.border-bottom-description{
   padding-bottom: 93px;
   position:relative;
}

.right-col-module{
    position:relative;
}

.right-col-module:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 450px;
    right: 0;
    background: #ddd;
}

body.employee-handbook .body-container-wrapper{
    margin:0;
}


@media(min-width:768px){

body .container-fluid .row-fluid .handbook-section-one .left-col {
    width: 20.8%;
    border-right: 1px solid #ddd;
}    

body .container-fluid .row-fluid .handbook-section-one .right-col-module{
    width: 79.2%;
    margin: 0 auto;
    position: relative;
}


body .container-fluid .row-fluid .handbook-section-one .right-col {
    padding-left: 0;
    width: 79.2%;
    max-width: 750px;
    margin: 0 auto;
    float: none;
}

body .container-fluid .row-fluid .handbook-section-one .module-position {
    position: fixed;
    left: 0;
    width: 20.8%;
    padding-top: 53px;
}
    
    
}





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


body .container-fluid .row-fluid .handbook-section-one .left-col {
    width: 30%;
}    

body .container-fluid .row-fluid .handbook-section-one .right-col {
    width: 70%;
    padding-left: 30px;
    padding-right: 30px;
}

body .container-fluid .row-fluid .handbook-section-one .right-col-module{
      width: 70%;
}

body .container-fluid .row-fluid .handbook-section-one .module-position {
    width: 30%;
}    

    
}






@media(max-width:767px){
    
.handbook-section-one  .left-col{
    padding:50px 0px;
}

.handbook-section-one .right-col{
    padding: 0px 20px;
}
    
    

body.employee-handbook .header-container-wrapper {
    height: 60px;
    box-shadow:none;
} 

.handbook-section-one h1{
    line-height:1;
        font-size: 55px;
     padding: 98px 0 107px;
}



.handbook-section-one .section-bg {
    background-position: center 44%!important;
}


    
}



/*========================================================================
   Updated Service Styling
==========================================================================*/

.background-rollover{
        overflow:hidden;
}

.post-featured-image{
    transition: all 5s cubic-bezier(0.5,0.51,1,1);
    -webkit-transition: all 10s cubic-bezier(0.5,0.51,1,1);

}

.post-item:hover .post-featured-image{
        transform: scale(1.3);
}

@media(max-width:767px){


body .container-fluid .row-fluid .service-bg{
    display:none;
}


}















/*===========================================================================
      Pricing New Styling 
=============================================================================*/







.pricing-faq-section{
    padding:80px 0 120px;
}

.pricing-faq-section .accordion_group .accordion_header h4{
    font-size:20px;
}

.pricing-faq-section .accordion_group .accordion_content p{
    font-size:16px;
}

.pricing-faq-section .accordion_group {
    border-top: solid 1px #e7e7e7;
}


.pricing-faq-section .accordion_header {
    padding: 5px 60px 5px 0;
    cursor: pointer;
    position: relative;
}

.pricing-faq-section .accordion_content {
    padding: 0 0 25px;
}

.pricing-faq-section .accordion_header:before, .pricing-faq-section .accordion_header:after {
    position: absolute;
    content: '';
    background: #00bea6;
    width: 1px;
    height: 17px;
    transition: all .8s ease-in-out;
}

.pricing-faq-section .accordion_header:before {
    right: 20px;
    top: 30px;
}

.pricing-faq-section .expanded .accordion_header:before {
    transform: rotate(90deg);
}

.pricing-faq-section .expanded .accordion_header:after {
    transform: rotate(90deg);
}

.pricing-faq-section .accordion_header:after {
    top: 30px;
    right: 20px;
    transform: rotate(-90deg);
}

.pricing-faq-section .faq-cm-container>span>div:first-child .accordion_group{
    border-top:0;
}

.pricing-faq-section .faq-cm-container>span>div:last-child .accordion_group{
    border-bottom: 1px solid #e7e7e7;
}


























@media (max-width: 1024px){
 

.pricing-faq-section {
    padding: 80px 0 50px;
}

}




@media(max-width: 767px){

.pricing-faq-section .accordion_header {
    padding: 5px 34px 5px 0;
}

body .row-fluid .pricing-faq-section .table-container {
    padding: 50px 20px;
}

body .row-fluid .pricing-faq-section .table-container .mob-scroll{
    overflow-x: scroll;
}

.pricing-faq-section .fixed-plan-container{
    display:none!important;
}

.pricing-faq-section .accordion_group .accordion_header h4{
    font-size:18px;
}

}



