

/*============ Global Css =========== */



body .container-fluid .row-fluid .grey-bg {
    background-color: #fafafa;
}


/*============ Global Css End =========== */




/*==========================Hero Section styling==============================*/

#custom-hero-section{
    position: relative;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: table;
    width: 100%;
    margin-top: 82px;
}

#custom-hero-section .hero-content-wrapper{
    min-height: 338px;
}

#custom-hero-section .move-bottom-image .hs_cos_wrapper_type_linked_image img{
    position: absolute;
    right: 0px;
    top: 0;
    z-index: 3;
    min-height: 338px;
    width:auto !important;
}

#custom-hero-section .moving-person-name .hs_cos_wrapper_type_text{
    position: absolute;
    right: 240px;
    top: 150px;
    z-index: 3;
    width: 100px;
    color: #626262;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    font-style: italic;
}

#custom-hero-section .hs_cos_wrapper_type_rich_text h1{
    color: #464646;
    font-size: 36px;
    line-height: 44px;
    font-weight: 300;
    letter-spacing: 1px;
    margin: 40px 0 30px 0;
}

#custom-hero-section .hs_cos_wrapper_type_rich_text ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#custom-hero-section .hs_cos_wrapper_type_rich_text ul li{
    list-style: none;
    background: url('https://cdn2.hubspot.net/hubfs/2568027/Home_Sept2017/hexagon.png') no-repeat left 2px;
    margin: 0;
    font-size: 17.04px;
    line-height: 23px;
    height: auto;
    padding-left: 30px;
    padding-top: 0px;
    padding-bottom: 10px;
    display: block;
    color: #464646;
    font-weight: 500;
    text-align: left;
}

#custom-hero-section .hs_cos_wrapper_type_rich_text ul li:before{
    display: none;
    position: relative;
    top: 11px;
    left: -24px;
    content: '';
    width: 4px;
    height: 4px;
    background: transparent;
    border-radius: 50%;
}

#custom-hero-section .offer-container .row-fluid [class*="span"].wrapper{
    max-width: 960px;
}

#custom-hero-section .offer-container{
    background-color: rgba(118,189,229,1);
    padding: 20px 0;
    margin: 0;
    position: relative;
}

#custom-hero-section .offer-container .hs_cos_wrapper_type_text{
    line-height: 30px;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 10px 0;
    display: block;
}

#custom-hero-section .offer-container .offer-guide{
    display: block;
}

#custom-hero-section .offer-guide .hs-form{
    width: 100%;
}

#custom-hero-section .offer-guide .hs-form .hs-input::-webkit-input-placeholder {
    font-size: 14px;
    color: #626262;
    font-weight: 500;
    font-style: italic;
    font-family: "proxima-nova",sans-serif;
}

#custom-hero-section .offer-guide .hs-form .hs-input:-moz-placeholder {
    font-size: 14px;
    color: #626262;
    font-weight: 500;
    font-style: italic;
    font-family: "proxima-nova",sans-serif;
}

#custom-hero-section .offer-guide .hs-form .hs-input::-moz-placeholder {  
    font-size: 14px;
    font-weight: 500;
    color: #626262;
    font-style: italic;
    font-family: "proxima-nova",sans-serif;
}

#custom-hero-section .offer-guide .hs-form .hs-input:-ms-input-placeholder {  
    font-size: 14px;
    color: #626262;
    font-weight: 500;
    font-style: italic;
    font-family: "proxima-nova",sans-serif;
}

#custom-hero-section .offer-guide .hs-form .hs-error-msgs li{
    display: none;
}

#custom-hero-section .offer-guide h3.form-title{
    display: none;
}

#custom-hero-section .offer-guide .hs-form-field > label{
    display: none;
    position: relative;
}

#custom-hero-section .offer-guide .hs-form-field .hs-input{
    padding: 0 10px;
    margin: 0;
    height: 23px;
    border: 0px;
    color: #626262;
}

#custom-hero-section .offer-guide .hs-form-field .hs-input.invalid{
    border: 1px solid #fc5f00;
}

#custom-hero-section .offer-guide .hs-form-field .hs-input:focus{
    border: 1px solid #484848;
}

#custom-hero-section .offer-guide .hs-form .hs-button.primary{
    margin: 0;
    width: auto;
    padding: 0 10px;
    line-height: 30px;
    background-color: #fc5f00;
    font-size: 15px;
    font-weight: 600;
}

/* #custom-hero-section .offer-guide .hs-form-field:first-child{
    margin-left: 0%;
}

#custom-hero-section .offer-guide .hs-form-field{
    display: inline-block;
    width: 36%;
    margin-left: 2%;
}

#custom-hero-section .offer-guide .hs_submit{
    display: inline-block;
    width: 20%;
    margin-left: 2%;
} */

#custom-hero-section .offer-guide form div.hs_firstname{
    margin-left: 0%;
    float: left;
    width: 36%;
}

#custom-hero-section .offer-guide form div.hs_email{
    float: left;
    width: 36%;
    margin-left: 2%;
}

#custom-hero-section .offer-guide form div.hs_submit{
    float: left;
    width: 20%;
    margin-left: 2%;
}




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

@media(max-width:767px){
body .contact-form-section h3 {
    font-size: 26px;
    line-height: 35px;
}
body .container-fluid .row-fluid .accordian-sec .right-col .accordion .accordion_header h2 {
    padding: 12px 0 9px!important;
}
body .container-fluid .row-fluid .accordian-sec .right-col .accordion .accordion_header h2:before {
    top: 17px!important;
}
body .container-fluid .row-fluid .right-col .faq-module-section .accordion_content h2 {
    font-size: 21px!important;
    padding-top: 9px!important;
    padding-bottom: 2px!important;
}
body .container-fluid .row-fluid .accordian-sec .right-col .accordion .accordion_header h2 {
    font-size: 20px;
}

body .section-separator.contact-section-2 .right-col .accordion .span2 {
    padding-top: 0;
    padding-bottom: 10px;
}

body .row-fluid .contact-section-2 {
    padding-bottom: 30px;
}
#custom-hero-section .move-bottom-image .hs_cos_wrapper_type_linked_image img,
#custom-hero-section .moving-person-name .hs_cos_wrapper_type_text{
    display: none;
} 
}


/*============================= Video BG Section ========================== */
/* .homevideo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    min-height: 100%;
    min-width: 100%;
    -webkit-transform-style: preserve-3d;
}

.homevideo video {
    /* Make video to at least 100% wide and tall 
    min-width: 100%;
    min-height: 100%;
    /* Setting width & height to auto prevents the browser from stretching or squishing the video 
    width: auto;
    height: auto;
    /* Center the video 
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    z-index: 1;
    object-fit: cover;
}
.content {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 95%;
  max-width: 45em;
  margin: auto auto 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2em;
  line-height: 1.5;
  text-align: center;
}
.content :last-child {
  margin-bottom: 0;
}
.content h1 {
  font-size: 14pt;
  font-weight: normal;
  text-shadow: 0 0 .3em #000;
  margin: 0 0 1em;
}
.content p {
  font-size: 11pt;
  text-shadow: 0 0 .3em #000;
  margin: 1em 0;
}
.content a {
  color: #fff;
}
.content .wistia_click_to_play{
    text-align: center;
    display: inline-block;
} */
.homevideo {
    position: relative;
    background-image: none;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
    background-position: center;
    height: 600px;
    overflow: hidden;
    margin-top: 82px;    
}

.homevideo .mask{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(98, 98, 98, 0.75); 
    z-index: 1;
  } 
   .homevideo video {
    /* display: block;
    height: 68vh;
    min-height: 630px;*/
    -o-object-fit: cover;
       object-fit: cover; 
    /* Make video to at least 100% wide and tall */
    min-width: 100%;
    min-height: 100%;
    /* Setting width & height to auto prevents the browser from stretching or squishing the video */
    width: auto;
    height: auto;
    /* Center the video */
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
   } 
  .homevideo .content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    min-width: 80%;
    z-index: 1;
  }
    .homevideo .content h1 {
        color: #fff;
        font-weight: 400; 
        text-align: center;
    }
    .homevideo .content h1 span {
        font-weight: 600;
        font-size: inherit;
        color: ; 
    }
    .homevideo .content h2, .homevideo .content h3, .homevideo .content h4, .homevideo .content h5, .homevideo .content h6 {
      color: #fff; }
    .homevideo .content .wistia_click_to_play{
        text-align: center;
        display: inline-block;
    }
    .homevideo .content p {
      color: #fff;
      font-size: 20px;
      font-weight: 300;
      text-align: center; }
    .homevideo .content p:last-of-type {
      text-align: center;
      margin-top: 20px; }
      .homevideo .content p:last-of-type a.cta_button {
        position: relative;
        margin-bottom: 20px;
        margin-left: 10px;
        margin-right: 10px; }
      .homevideo .content p:last-of-type > .hs-cta-wrapper:first-of-type a.cta_button {
        position: relative; }

@media (max-width: 991px) {
    .homevideo {
        min-height: 400px;
    }
    .homevideo video {
        display: none; 
    }
}

@media (max-width: 767px) {
    .homeslider .content p {
        font-size: 15px; }
    .homevideo {
        height: 400px; min-height: auto; margin: 0;
    }
}

@media (min-width: 992px) {
  .homevideo.video {
    background-image: none !important; }
}

@media (max-width: 460px) {
    .homevideo {
        height: 300px; min-height: auto; margin: 0;
    }
}

/*============================= Contact Section 1 ========================== */

body .container-fluid .row-fluid .contact-section-1 {
    min-height:95px;
    background-position: top center;
    background-size:cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

body .container-fluid .row-fluid .career-section-3 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 650px !important;
    justify-content: center;
}


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

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


/*============================= Contact Section 2 ========================== */



body .row-fluid .contact-section-2 {
    padding: 62px 0 52px;
}

body .container-fluid .section-separator.contact-section-2 .right-col {
    max-width: 603px;
}

.contact-section-2 h2 {
    color: #323232;
    margin-bottom: 19px;
}




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

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



/*============================= Contact Section 3 ========================== */



body .row-fluid .contact-section-3 {
    padding: 46px 0 25px;
}

.contact-section-3 p {
    font-size: 26px;
    line-height: 1.35;
    text-align: left;
    color: #5b5b5b;
}

.contact-section-3 p a {
    font-size: 26px;
    line-height: 1.35;
    text-align: left;
    color: #79bde8;
    padding-left: 38px;
    position: relative;
}

.contact-section-3 p a:before {
    content: '→';
    position: absolute;
    font-size: 26px;
    line-height: 1.35;
    text-align: left;
    color: #7a7a7a;
    left: 1px;
    top: -5px;
    width: 26px;
}

.contact-section-3 p a:after {
    border: 1px dashed #9b9b9b;
    content: '';
    position: absolute;
    width: 82%;
    right: 0;
    bottom: -4px;
}


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

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


/*============================= Contact Section 4 ========================== */



body .row-fluid .contact-section-4 {
    padding: 38px 0 40px;
}



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

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



/*============================= Contact Section 5 ========================== */



body .row-fluid .contact-section-5 {
    max-height: 335px;
}



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

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








/*=================================================================================================================================

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





body .container-fluid .row-fluid .services-hero-section {
    padding: 63px 0 103px;
    background-position: top center!important;
    margin-top: 144px;
    overflow: hidden;
}

.services-hero-section h2 {
    font-size: 32px;
    font-weight: 300;
    line-height: 1.56;
    letter-spacing: 0.5px;
    text-align: left;
    color: #b4b9bc;
    margin-bottom: 18px;
}

.services-hero-section .move-bottom-image{
   position: absolute;
   bottom: -100px;
   z-index: 3;
   width: 550px;
   left: 0;
   right: 0;
   margin: 0 auto;      
}

.services-hero-section .move-green-image{
   position:absolute;
   right: -640px;
   bottom: -150px;
   z-index: 3;
   width: 300px;
   margin: 0 auto;
   left: 0;          
}

.services-hero-section .scroll-down-icon{
    margin-top:215px;
}

.hero-image-bg {
    position: relative;
}






/*=========== Services module cm ================= */

.services-section-1 {
    background-color: #efefef;
}

.services-section-cm span.hs_cos_wrapper .hs_cos_wrapper {
    width: 33.33%;
    float: left;
}

.services-column {
    padding: 40px 40px 40px;
    position: relative;
}

.services-column:before {
    content: '';
    position: absolute;
    background-color: #b5babc;
    width: 1px;
    left: 0;
    height: 150px;
    top: auto;
    bottom: auto;
}

.services-column:after {
    position: absolute;
    content: '+';
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 24px;
    font-weight: 300;
    line-height: 0.92;
    color: #6f6f6f;
}

.services-column:hover h3, .services-column:hover p {
    color: #79bde8;
}

.services-column:hover:after {
    display: none;
}

.services-column:hover {
    background-color: #fff;
    cursor:pointer;
}

.services-title h3 {
    margin: 0;
}

.services-title:before {
    position: absolute;
    content: '';
    bottom: 4px;
    left: 0;
    right: 0;
    width: 18px;
    height: 1px;
    background: #9e9e9e;
    margin: 0 auto;
}

.services-title {
    padding-top: 21px;
    padding-bottom: 16px;
    position: relative;
    margin-bottom: 6px;
}

@media (min-width:768px) and (max-width:1024px){
   
body .services-column {
    padding: 40px 15px 40px;
}
body .services-column:before {
    height: 200px;
    margin-top: auto;
    margin-bottom: auto;
}

body .border-right h4 {
    padding-right: 10px;
}
body .container-fluid .row-fluid .team-image .section-bg {
    min-height: 300px;
}

}

@media(max-width:767px){
    
.services-hero-section h2{
    font-size:26px;
}    
    
}



/*=========== Services Section 3 ================= */
.service-section-3 {
    padding: 38px 0 60px;
}

.service-section-3 h2 {
    padding-bottom: 48px;
}

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

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



/*=========== Services Section 4 ================= */
.service-section-4 {
    padding: 38px 0 60px;
}
.service-section-4 h2 {
    padding-bottom: 28px;
}


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

@media(max-width:767px){
    
body .services-section-cm span.hs_cos_wrapper .hs_cos_wrapper {
    width: 100%;
    float: left;
}

body .services-column:before{
    display:none;
}
body .services-column {
    padding: 30px 30px 30px;
}
body .services-section-cm span.hs_cos_wrapper {
    padding-bottom: 30px;
    overflow: hidden;
    display: block;
}

}




/*==================================================================================================================================

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

.services-hero-section h2 span {
    color: #68aee2;
}

body .container-fluid .single-service-next .right-col:after {
    position: absolute;
    content: '';
    background: #cccccc;
    width: 260%;
    height: 1px;
    bottom: 0;
    right: -160%;
}

body .container-fluid .services-single-1 .right-col:after {
    position: absolute;
    content: '';
    background: #cccccc;
    width: 260%;
    height: 1px;
    bottom: 0;
    right: -160%;
}

body .services-single-1 {
    padding: 80px 0 30px;
}

body .services-single-1 .right-col {
    padding-bottom: 49px;
}

/*

body .container-fluid .single-service-next .right-col {
    padding-bottom: 24px;
    padding-left: 44px;
}

*/



.single-service-next h3 {
    color: #626262;
    margin: 0;
}

.single-service-next p {
    font-size: 15px;
    line-height: 1.4;
    color: #626262;
}

.single-service-next .right-col .service-learn-more {
    position: absolute;
    right: 30px;
    width: auto;
    top: 6px;
}



body .row-fluid .service-learn-more a {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.6px;
    color: #626262;
    text-transform: uppercase;
    text-align: right;
}


body .row-fluid  .single-service-next .right-col .accordion_header {
    border-bottom: solid 1px #ccc;
    cursor: pointer;
    padding-left: 30px;
    margin-left: 0;
    padding-bottom: 18px;
    padding-top: 2px;
}

body .row-fluid .single-service-next  .right-col .span2 {
    padding-top: 10px;
}

body .row-fluid .single-service-next .right-col  a {
    font-size: 12px;
    letter-spacing: .6px;
    color: #484848;
    font-weight: bold;
}

.single-service-next .accordion_header:hover h3,body .row-fluid .single-service-next .right-col .accordion_header:hover  a ,
.single-service-next .accordion .accordion_header:hover h3:before,.single-service-next .accordion_header:hover p{
        color: #79bde8;
}

body .row-fluid  .single-service-next .right-col {
    padding-left: 0;
}

body .row-fluid  .single-service-next .right-col h3{
    position:relative;
}

body .row-fluid  .single-service-next .right-col h3:before {
    position: absolute;
    left: -22px;
    top: 0;
    content: '+';
    font-weight: 200;
}




/*==================================================================================================================================

                                            CAREERS PAGE
                                            
==================================================================================================================================*/ 



body .container-fluid .row-fluid .career-section-3 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 650px;
    justify-content: center;
}



body .container-fluid .row-fluid .accordian-sec .right-col .accordion .accordion_header h2 {
    margin-bottom: 0;
    margin-top: 16px;
    position: relative;
    padding: 25px 0 29px;
    margin: 0;
}

body .container-fluid .row-fluid .accordian-sec .right-col .accordion .accordion_header h2:before {
    position: absolute;
    left: -30px;
    top:35px;
    content: '+';
    font-size: 24px;
    font-weight: 300;
    line-height: 0.92;
}

body .container-fluid .row-fluid .accordian-sec .right-col .accordion .accordion_group.expanded .accordion_header h2:before {
    content: '-';
    top: 33px;
    left: -28px;
}

body .container-fluid .row-fluid .accordian-sec .right-col .accordion a{
    font-size: 12px;
    letter-spacing: 0.6px;
    color: #484848;
    font-weight: bold;
}


body .container-fluid .row-fluid .accordian-sec .right-col .accordion .span2{
    padding-top:30px;
}


body .container-fluid .row-fluid .accordian-sec .right-col .accordion p {
    font-size: 16px;
    line-height: 1.56;
    letter-spacing: -0.1px;
    text-align: left;
    color: #626262;
}

body .container-fluid .row-fluid .accordian-sec .right-col .accordion{
    border-top: 0;
}

body .container-fluid .row-fluid .accordian-sec .right-col .accordion .accordion_header{ 
    border-bottom: 0;
    cursor:pointer;
    padding-left:44px;
}


body .container-fluid .row-fluid .accordian-sec .right-col .accordion .accordion_content{
    padding-left:44px;
    border-bottom: 0;
}

body .container-fluid .row-fluid .right-col .faq-module-section .accordion_content h2 {
    font-size: 28px;
    line-height: 1.07;
    color: #626262;
    padding-top: 9px;
    padding-bottom: 18px;
}


body .container-fluid .row-fluid .accordian-sec .right-col .accordion .accordion_group.expanded .accordion_header{
    border-bottom:0px;
}

.accordion_header:hover h3,
.section-separator.contact-section-2 .right-col .accordion .accordion_header:hover a,
.accordion .accordion_header:hover h3:before,
.accordion_header:hover p,
.accordion_group.expanded .accordion_header h3,
.section-separator.contact-section-2 .right-col .accordion .accordion_group.expanded .accordion_header a,
.accordion_group.expanded .accordion_header h3:before,
.accordion_group.expanded .accordion_header p{
    color:#79bde8;
}


body .container-fluid .accordian-sec .faq-module-section {
    overflow: hidden;
}

.accordian-sec {
    padding: 40px 0 0;
}



.accordion_group.expanded .accordion_header h2 {
    color: #79bde8;
}

.faq-module-section span.hs_cos_wrapper .hs_cos_wrapper {
    position: relative;
}

.faq-module-section span.hs_cos_wrapper .hs_cos_wrapper:before {
    position: absolute;
    content: '';
    background: #ccc;
    width: 275%;
    height: 1px;
    top: 0;
    right: -160%;
}

.top-section-left {
    padding-bottom: 48px;
    padding-left:30px;
}

.top-section-left .hs_cos_wrapper_type_rich_text img{
    height: auto;
}
body .container-fluid .accordian-sec .right-col {
    padding-left: 0;
}



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

body .container-fluid .row-fluid .career-section-3.section-bg {
    min-height: 480px;
}

}

@media(max-width:767px){
    
body .container-fluid .row-fluid .team-image .span4 {
    width: 100%;
}
body .container-fluid .row-fluid .team-image .section-bg {
    min-height: 300px;
    margin: 0;
}
body .container-fluid .row-fluid .career-section-3 {
    min-height: 300px;
}

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



}
/*============================== three col image ============================ */

body .row-fluid .team-image .section-bg {
    min-height: 413px;
    margin: 0;
}

body .row-fluid .team-image .span4 {
    width:33.33%;
}






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

.services-hero-section .move-bottom-image {
    right: 0;
    bottom: 0;
    width: 370px;
    margin-right:0;
}

.services-hero-section .move-green-image {
    right: 0;
    bottom: -40px;
    width: 200px;
    margin-right:0;
}

.services-hero-section .scroll-down-icon {
    margin-top: 60px;
}

body .container-fluid .row-fluid .services-hero-section {
    padding: 63px 0 200px;
}

}


@media (max-width:767px){
   
body .container-fluid .row-fluid .services-hero-section {
    padding: 63px 0 240px;
    margin-top:70px;
}   

.services-hero-section .scroll-down-icon {
    margin-top: 40px;
}

.services-hero-section .move-bottom-image {
    right: 0;
    bottom: 0;
    width: 300px;
    margin: 0 auto;
    left: 0;
}

.services-hero-section .move-green-image {
    right: 0;
    bottom: -50px;
    width: 160px;
    left: -220px;
    margin: 0 auto;
}
   
}


