/*===============================================================
          HOMEPAGE SERVICES SECTION STYLING
  ===============================================================*/

  body .container-fluid .row-fluid .home-hero-slider-container{
      //height:678px;
      overflow:hidden;
  }

  @media(min-width:1024px){

  body .container-fluid .row-fluid .home-hero-slider-container{
      height:678px;
  }    

  }


  .home-services-section{
      padding:100px 0 151px;
  }

  body .row-fluid .home-services-section .heading{
      max-width:845px;
      margin:0 auto;
      float:none;

  }

  body .row-fluid .home-services-section .heading h2{
      font-family: 'LabGrotesque-Light';
  }

  .home-services-section .services-cm-container>span>.hs_cos_wrapper{
      border:1px solid #e8e8e8;
      transition:all .4s ease-in-out;
  }

  .home-services-section .services-cm-container>span>.hs_cos_wrapper:hover{
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.32);
      border: solid 1px #f79421;
  }

  .home-services-section .home-services-cm{
      padding: 42px 50px 33px;
  }

  .home-services-section .home-services-cm .heading-container{
          margin: 20px 0 35px;
  }

  .home-services-section .list-items{
      margin: 16px 0 59px;
  }

  .home-services-section .list-items ul{
      margin: 8px 0;
  }    

  .home-services-section .list-items li{
      display:inline-block;
      margin:0 20px;
      text-decoration:underline;
      font-family: LabGrotesque-bold;
      font-size: 14px;
      letter-spacing: 2px;
      color: #f79421;
  }



  @media(max-width:1024px){

  .home-services-section .home-services-cm{
      padding: 42px 20px 33px;
  }

  .home-services-section .home-services-cm .heading-container{
      margin-bottom:17px;
  }

  .home-services-section {
      padding: 40px 0 70px;
  }

  .home-services-section .list-items{
      margin:0px;
  }


  }


  @media(max-width:767px){

   body .row-fluid .home-services-section .heading h2{
      font-size: 20px;
      line-height: 25px;
   } 

   .home-services-section .list-items li{
      margin:0px 6px;
      font-size: 12px;
   }

   .home-services-section .home-services-cm {
      padding: 26px 20px 20px;
  }

  }









  /*===============================================================
          HOMEPAGE LOCAL COMMUNITY 
  ===============================================================*/


  .home-local-community{
      position:relative;
      padding: 40px 0 20px;
      background:#fafafa;
  }

  .home-local-community .text-container{

  }



  body .row-fluid .home-local-community .cta-button{
      float:right
  }

  @media(min-width:1025px){

  .home-local-community .featured-image img{
      position:absolute;
      bottom:0;
  }

  }


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

  .home-local-community .featured-image img{
      right:20%;
      position:absolute;
      bottom:0;
  }

  .home-local-community h3{
      max-width:313px;
  }

  body .row-fluid .home-local-community .cta-button{
      width:19%;
  }

  }

  @media(max-width:767px){

  body .row-fluid .home-local-community .cta-button{
      float:none;
      text-align:center;
  }

  .home-local-community .featured-image{
      text-align:center;
  }

  }






  /*===============================================================
          HOMEPAGE CASE STUDY
  ===============================================================*/

  .home-case-study{
      padding:190px 0;
      background:#030303;
      z-index:1;
      position:relative;
      overflow:hidden;
  }

  .home-case-study .widget-type-cta{
      margin-top: 4px;
  }


  @media(min-width:768px){

  .home-case-study .image-container{
      position: absolute;
      content: '';
      top: 0;
      bottom: 0;
      left: 0;
      width: 50%;
  }


  }


  @media (min-width:768px){

  body .row-fluid .home-case-study .text-container{
      width:46%;
      float:right;
  }

  }

  @media(max-width:1500px) and (min-width:1300px){

   body .row-fluid .home-case-study .text-container{
      width:39%;
  }


  }


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

  .home-case-study .image-container img{
      width:50%!important;
      position: absolute;
      content: '';
      bottom: 0;
      left: 0;
  }

  .home-case-study{
      padding:81px 0px;
  }


  }


  @media(max-width:767px){

  .home-case-study{
      padding: 54px 0;
  }

  .home-case-study .text-container{
      margin-top:30px;
  }

  }


  /*==================================================================
    Services Page Styling
  ===================================================================*/

  .home-hero-section.service-hero-section {
      padding: 140px 0 96px;
  }

  .home-hero-section.service-hero-section p {
      font-size: 24px;
      line-height: 30px;
      font-weight: 400;
      max-width: 100%;
      padding: 13px 0px;
      margin: 0;
      font-family: 'LabGrotesque-Thin';
  }

  .service-hero-section h1{
    font-size: 36px;
    line-height: 1.03;
    letter-spacing: 0.6px;
    font-family: 'LabGrotesque-Bold';
  }


  body .row-fluid .home-services-section.service-hero-section .heading{
          padding-bottom: 47px;
  }



  body .service-hero-section a.cta_button{
      font-size: 13px;
      font-weight: 500;
      line-height: 1.23;
      letter-spacing: 2px;
      color: #ffffff;
      font-family: 'LabGrotesque-Thin';
      max-width: 360px;
      width: 100%;
      padding: 18px 0px;
      margin-top: 36px;
  }


  .home-services-section.services-three-col{
      padding: 100px 0 97px;
  }

  .services-three-col h2 span{
      color:#f3811b;
  }


  .service-three-col h2{
      margin-bottom: 50px;
  }

  @media(min-width:768px){

  .service-hero-section .row-fluid{
        display: flex;
      display: -webkit-flex;
      -webkit-flex-direction: row;
      flex-direction: row;
     // 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;
  }

  }

  @media(max-width:767px){





  .sector-hero.home-hero-section .span6{
      width:100%;
      float:none;
  }

  .sector-hero.home-hero-section .space-at-left{
      padding-top:30px;
  }

  }



  /*===================================================================
      Sector Single Page  Styling
  ====================================================================*/

  .margin-t-10{
      margin-top:10px;
  }

  .sector-hero.home-hero-section {
      padding: 175px 0 170px;
  }

  .sector-hero.home-hero-section p{
      padding:0;
      max-width:100%;
  }

  @media(min-width:768px){

  .space-at-left{
      padding-left: 32px;
  }

  }

  .sector-section-one.home-services-section {
      padding: 93px 0 113px;
  }



  .sector-single-rss.home-latest-news {
      padding: 0px 0 93px;
      background:transparent;
  }


  body .row-fluid .sector-single-rss.home-latest-news .recent-posts .post-item {
      flex-basis: 30.3%;
      -webkit-flex-basis: 30.3%;
      margin-bottom: 20px;
      transition:all ease-in-out .2s;
  }


  .sector-single-rss .post-item-inner {
      display: block;
      width: 100%;
  }

  body .container-fluid .row-fluid .post-item:hover {
      box-shadow: 0 2px 4px 0 rgba(0,0,0,0.32);
      border-color:#f79421;
  }


  .sector-single-rss .post-item h2,.post-item h2 a{
    font-size: 24px;
    line-height: 1.25;
    color: #252525;
    font-family: 'LabGrotesque-Medium';
    margin-bottom: 0px;
    padding:0;
  }



  .sector-single-rss.home-latest-news .post-body.clearfix {
      padding: 0 20px 13px;
  }


  .sector-single-rss.home-latest-news .features-image-block {
      margin-bottom: 20px;
  }

  .sector-single-rss .simple-cta a.cta_button,.sector-single-rss .simple-cta a{
      text-transform:uppercase;
  }

  .sector-single-rss .each-post-topic ul{
      margin:0;
  }

  .sector-single-rss .each-post-topic li{
      margin: 0;
      display: none;
      font-family: 'LabGrotesque-Light';
  }




  body .row-fluid .home-latest-news.sector-single-rss .each-post-topic li a{
    font-size: 16px;
    font-family: 'LabGrotesque-Light';
    line-height: 1.75;
    color: #252525;
    border-bottom:none;

  }

  body .row-fluid .home-latest-news.sector-single-rss .each-post-topic li {
      display:none;
  }

  body .row-fluid .home-latest-news .each-post-topic li{
      display:none;
  }

  body .row-fluid .home-latest-news .each-post-topic li:first-child{
      display:inline-block;
  }

  body .row-fluid .home-latest-news.sector-single-rss .each-post-topic li:first-child{
       display:inline-block;
  }

  body .row-fluid .sector-single-rss.home-latest-news .post-body-inner li:before{
      display:none;
  }

  @media(max-width:1024px){

  .sector-section-one.home-services-section{
      padding: 40px 0 34px;
  }

  }


  @media(max-width:767px){

  .sector-hero.home-hero-section {
      padding: 139px 0 86px;
  }

  body .row-fluid .sector-single-rss.home-latest-news .recent-posts .post-item{
      flex-basis: 100%;
      -webkit-flex-basis: 100%;
  }

  }

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


  body .container-fluid .row-fluid .no-margin{
      margin-left:0;
  }


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

  .service-hero-section .equal-height-container > .row-fluid-wrapper > .row-fluid{
      align-items:center;
      -webkit-box-align: center;
      -moz-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
  }


  body .container-fluid .row-fluid .service-inner-section-one .wrapper{
      max-width: 875px;
  }


  .service-inner-section-one{
      padding: 70px 0px 55px;
  }

  .service-inner-section-one h2{
      font-family: 'LabGrotesque-Light';
      margin-bottom: 23px;
  }


  .service-inner-section-one p{
      font-size: 18px;
      line-height: 26px;
      font-family: 'LabGrotesque-Thin';
      margin-bottom: 26px;
  }

  .image-one-spacing{
      margin-bottom: 49px;
  }


  .image-two-spacing{
      margin-top: 19px;
  }


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

  .service-inner-section-two{
      padding: 61px 0 58px;
      position:relative;
  }

  .service-inner-section-two .heading-container{
      padding-bottom:40px;
  }

  .service-inner-section-two .wrapper{
      position:relative;
  }

  .bg-height{
      height: 470px;
  }

  @media(min-width:768px){

  body .container-fluid .row-fluid .span8.bg-height {
      width: 68.811966%;
  }

  }



  .description-section{
      background-color: #ffffff;
      border: solid 1px #e8e8e8;
      padding: 45px 28px;

  }

  .description-section h3{
      margin-bottom: 180px;
  }

  .description-section a.cta_button{
      font-size: 14px;
      color: #f3811b;
      font-family: 'LabGrotesque-Regular';
      background: transparent;
      border: 1px solid #f79421;
      padding: 11px 33px;
      text-transform: none;
      letter-spacing: 0;
      position:relative;
  }


  .description-section a.cta_button:before{
      content:"";
      position:absolute;
      background:url('//383482.fs1.hubspotusercontent-na1.net/hub/383482/hubfs/Assets_April_2017/Arrow-Down.png');
      width:12px;
      height:15px;
      top:12px;
      left:12px;
      -ms-transform: rotate(-90deg);
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg);
  }

  .service-inner-section-two a.more-link{
      font-size: 14px;
      text-align: left;
      color: #f3811b;
      border: 1px solid #f3811b;
      padding: 11px 24px;
      /* position: absolute; */
      /* bottom: -1px; */
      margin-top: 100px;
      display: inline-block;
  }


  .service-inner-section-two button.slick-prev.slick-arrow {
      position: absolute;
      font-size: 0;
      background-color: transparent;
      box-shadow: none;
      left: 20.5%;
      bottom: 30px;
      border: 0;
      width: 11px;
      height: 14px;
  /*     background: url(https://383482.fs1.hubspotusercontent-na1.net/hubfs/383482/arrow-01.svg) no-repeat; */
      cursor: pointer;
      z-index: 1;
      outline: none;
  }

  .service-inner-section-two button.slick-next.slick-arrow {
      position: absolute;
      font-size: 0;
      background-color: transparent;
      box-shadow: none;
      left: 22.6%;
      bottom: 30px;
      border: 0;
      width: 15px;
      height: 14px;
  /*     background: url(//383482.fs1.hubspotusercontent-na1.net/hubfs/383482/Assets_April_2017/Arrow-right.png?t=1493873735150) no-repeat; */
      cursor: pointer;
      outline: none;
  }


  .service-inner-section-two button.slick-prev.slick-arrow:before { content: ''; display: inline-block; width: 15px; height: 18px; background-image: url(https://383482.fs1.hubspotusercontent-na1.net/hubfs/383482/arrow-01.svg); background-position: center; background-repeat: no-repeat; background-size: 100%;transition: 0.7s ease all; }
  .service-inner-section-two button.slick-prev.slick-arrow:hover:before{background-image: url(https://383482.fs1.hubspotusercontent-na1.net/hubfs/383482/arrow-1-color.svg);}

  .service-inner-section-two button.slick-next.slick-arrow:before { content: ''; display: inline-block; width: 15px; height: 18px; background-image: url(https://383482.fs1.hubspotusercontent-na1.net/hubfs/383482/arrow-02.svg); background-position: center; background-repeat: no-repeat; background-size: 100%;transition: 0.7s ease all; }
  .service-inner-section-two button.slick-next.slick-arrow:hover:before{background-image: url(https://383482.fs1.hubspotusercontent-na1.net/hubfs/383482/arrow-2-color.svg);}



  .service-inner-section-two .static-numbers {
      margin: 0;
      display: inline-block;
      position: absolute;
      bottom: 16px;
      left: 66px;
      max-width: 75px;
      margin-left: 0 !important;
  }

  .service-inner-section-two .static-numbers h4,
.service-inner-section-two .static-numbers h3{
      font-size: 12px;
      color: #000;
      line-height: 22px;
      margin-bottom:10px;
  }

  .service-inner-section-two .static-numbers h4 span,
.service-inner-section-two .static-numbers h3 span{
      color: #f79421;
  }


  .sector-single-rss.home-latest-news.service-feed{
      padding-top: 121px;
      padding-bottom: 113px;
  }



  .service-inner-section-two .slick-dots{
      margin: 0;
      position: absolute;
      bottom: 26px;
      left: 33px;
  }

  .service-inner-section-two .slick-dots li{
      margin: 0;   
      display:none;
  }

  .service-inner-section-two .slick-dots li.slick-active{
      display: inline-block;
  }

  .service-inner-section-two .slick-dots li button{
      font-size: 12px;
      color: #f79421;
      line-height: 22px;
      background: transparent;
      border: 0;
      font-weight: 600;
      padding: 0;
      font-family: 'LabGrotesque-Regular';    
  }

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


  @media(max-width:1024px){

  .sector-single-rss.home-latest-news{
      padding-bottom:32px;
  }

  }

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

  .service-inner-section-two button.slick-prev.slick-arrow,
  .service-inner-section-two button.slick-next.slick-arrow{
      bottom:15px;
  }

  .service-inner-section-two .static-numbers{
      bottom: 2px;
      left: 90px;
      max-width: 124px;
  }

  .service-inner-section-two .slick-dots {
      bottom: 13px;
  }

  .description-section h2{
      font-size: 21px;
      line-height: 30px;
  }

  .service-inner-section-two button.slick-prev.slick-arrow{
      left:19.5%;
  }

  .description-section h3{
      margin-bottom:156px;
  }



  }

  @media(max-width:767px){


  .service-inner-section-two{
      padding-bottom:0;
  }

  .service-inner-section-two .heading-container h2{
      text-align:center;
  }

  .description-section h3{
      margin-bottom:50px;
  }

  .service-inner-section-two .static-numbers{
      bottom: -40px;
  }

  .service-inner-section-two .slick-dots {
      bottom: -30px;
      left: 27px;
  }

  .service-inner-section-two button.slick-prev.slick-arrow,
  .service-inner-section-two button.slick-next.slick-arrow{
      top: 34%;
  }

  .service-inner-section-two .static-numbers,
  .service-inner-section-two .slick-dots li button{
      display:none;
  }


  .description-section {

      padding: 45px 28px 100px;
  }

  .service-inner-section-two button.slick-prev.slick-arrow {
      left: 13.5%;
  }

  .service-inner-section-two button.slick-next.slick-arrow {
      left: 20.6%;
  }

  .service-inner-section-two a.more-link{
      margin-top:55px;
  }

  }

  /*========================================================
      Team Single Page Styling
  ===========================================================*/


  body.gray-bg-header .header-container-wrapper .row-fluid .cs-header{
      background:#fafafa;
  }
.team-single .register-interest{
display:none;
}

  body .container-fluid .row-fluid .team-single-hero{
      padding: 0 0px 0px;
      position: relative;
      min-height: 423px;
  }

  @media(min-width:768px){

  .team-single-hero .widget-type-linked_image{
      position: absolute;
      right: 0;
      text-align: right;
  }

  }

  .team-single-hero h1{
      font-size: 36px;
      line-height: 1.03;
      letter-spacing: 0.6px;
      color: #000000;
      font-family: 'LabGrotesque-Bold';
      margin-bottom: 3px;
      margin-top: 126px;
  }

  .team-single-hero h3{
      color: #989796;
      font-family: 'LabGrotesque-Thin';
  }


  .single-team-section-one{
          padding: 123px 0px 20px;
  }

  .team-single-cm h4{
      font-size: 32px;
      line-height: 1.13;
      color: #1c1c1c;
      font-family: 'LabGrotesque-Medium';
      letter-spacing: 0;
      margin-bottom: 14px;
  }


  .team-single-cm h5{
      font-size: 12px;
      line-height: 1.5;
      letter-spacing: 1.8px;
      font-family: 'LabGrotesque-Bold';
      margin-bottom: 29px;
  }

  .team-single-cm a img{
      vertical-align: middle;
  }


  .team-single-cm .first-col p{
    font-size: 14px;
    line-height: 1.43;
    color: #000000;
    max-width: 230px;
  }

  .team-single-cm p{
      font-size: 18px;
      line-height: 1.56;
      color: #252525;
      font-family: 'LabGrotesque-Thin';
  }

  .team-single-cm h6{
      font-size: 21px;
      font-weight: 100;
      text-align: left;
      color: #252525;
      font-family: 'LabGrotesque-Thin';
      padding-top: 31px;
      border-bottom: solid 2px #757575;
      padding-bottom: 12px;
  }

  .team-single-cm ul li{
      font-size: 12px;
      font-weight: 500;
      letter-spacing: 1.2px;
      color: #989796;
      text-transform: uppercase;
      font-family: LabGrotesque-medium;    
      margin-bottom: 16px;
      border-bottom: solid 2px #cccbcb;
      padding-bottom: 18px;
      margin-left: 0;
      padding-left: 25px;
  }

  .team-single-cm ul li:before {
      position: absolute;
      top: 5px;
      left: -24px;
      content: '';
      width: 11px;
      height: 9px;
      background:url('//383482.fs1.hubspotusercontent-na1.net/hubfs/383482/Assets_April_2017/List-arrow.png') ;
      border-radius: 0;
      border: none;
  }

  .col-width{
      max-width: 350px;
  }


  .team-four-col{
      padding: 4px 0px 0px;

  }

  .team-cta  a.cta_button{
      border:none;
      padding:0;
      background:transparent;
      font-size: 14px;
     line-height: 1.29;
    letter-spacing: 1.8px;
    color: #252525;
    border-bottom:1px solid #252525;
    display:inline-block;
  }

  body .team-cta  a.cta_button:hover{
      transform: translate(0,0);
      box-shadow: none;
  }

  .pad-t-100{
      padding-top: 79px;
  }


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


  .team-single .body-container-wrapper {
      margin-top: 66px;
  }    


  body .container-fluid .row-fluid .team-single-hero{
      min-height:420px;
  }

  .team-single-hero .widget-type-linked_image{
      bottom:0;

  }

  }

  @media(max-width:767px){

  .team-single  .body-container-wrapper {
      margin-top: 66px;
  }


  .team-single-hero h1{
      margin-top:50px;
  }

  .team-single-hero h3{
      margin-bottom:30px;
  }

  .single-team-section-one {
      padding: 50px 0px 20px;
  }


  .team-single-cm ul li:before {
      top: 8px;
      left: 4px;
  }


  .team-single .sector-single-rss.home-latest-news.service-feed {
      padding-top: 50px;
      padding-bottom: 50px;
  }

  .team-single-hero .widget-type-linked_image{
      text-align:center;
  }    


  }


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

  .home-hero-section.service-hero-section.contact-hero {
      padding: 35px 0 60px;
  }

  .contact-hero .right-col .form-container{
     border: solid 0.5px #BEBEBE;
     background:#fbfbfb;
     padding:45px 54px;
  }

  body .container-fluid .row-fluid .contact-hero .right-col .form-container form input,
  body .container-fluid .row-fluid .contact-hero .right-col .form-container form textarea{
     border:1px solid #e3e8eb;
     margin-bottom:3px;
  }

  body .container-fluid .row-fluid .contact-hero .right-col .form-container form .hs_submit .actions{
     text-align:right;
  }

  body .container-fluid .row-fluid .contact-hero .right-col .form-container form .field>label{
     font-size:11.5px;
     font-weight:500;
     letter-spacing:0.8px;
  }

  body .container-fluid .row-fluid .contact-hero .right-col .form-container form input::placeholder{
     font-size:14px;
     line-height:26px;
     letter-spacing:0;
     color:#a3a3a3;
     font-weight:normal;
  }

  body .container-fluid .row-fluid .contact-hero .right-col .form-container form textarea::placeholder{
     font-size:14px;
     line-height:26px;
     letter-spacing:0;
     color:#a3a3a3;
     font-weight:normal;
     font-family: LabGrotesque-Medium;
  }

  body .container-fluid .row-fluid .contact-hero .right-col .form-container form .hs-button{
     padding: 16px 96px;
     min-width:auto;
     font-size:15px;
     letter-spacing:0px;
     font-weight:500;
     text-transform:inherit;
  }

  body .container-fluid .row-fluid .contact-hero .right-col .form-container form textarea{
     resize:none;
     height:158px;
  }

  .contact-hero .right-col .form-container h3{
     font-size:22px;
     line-height:48px;
     letter-spacing:-0.4px;
     color:#f79421;
     font-weight:500;
     text-align:center;
     margin-bottom:40px;
  }

  .map-bg{
      height:500px;
      background-size:cover;
      background-position:top center;
      background-repeat:no-repeat;
  }


  body .container-fluid .row-fluid .contact-cm .span6{
      margin-left:0;

  }


  .contact-section-three{
      padding: 18px 0px 95px;
  }


  .contact-section-three .heading-container h2{
      font-family: 'LabGrotesque-light';
      text-align: center;
      max-width: 772px;
      margin: 0 auto;
      padding-bottom: 53px;
      padding-top:20px;
  }

  .contact-cm{
      border: solid 1px #e8e8e8;
      padding: 3px;
      margin-bottom:15px;
  }

  .contact-cm p{
      line-height: 1.75;
      color: #252525;
      margin-bottom:0;
  }

  .contact-cm p span{
      color:#f3811b;
  }


  @media(min-width:768px){

  body .container-fluid .row-fluid .contact-cm .span6{
      width: 49.99999%;
  }

  }

  .left-space{
      padding: 30px 0px 0px 35px;
  }

  .paragraph-space p{
      margin-bottom:27px;
  }

  body .container-fluid .row-fluid .float-right{
      float:right;
  }


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

  .left-space {
      padding: 30px 15px 0px;
  }

  body .container-fluid .row-fluid .contact-hero .right-col .form-container form .hs-button {
      padding: 16px 55px;
  }

  .contact-hero .right-col .form-container{
     padding: 45px 25px;  
  }

  .map-bg {
      height: 55vh
  }

  .contact-section-three .heading-container{
          padding-top: 40px;
  }

  }

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


  }


  @media(max-width:767px){

  .contact-hero .right-col .form-container {
      padding: 30px 25px 50px;
  }

  .contact-hero .right-col{
       margin-top:20px;
  }

  .home-hero-section.service-hero-section.contact-hero {
      padding: 0px 0 80px;
  } 

  body .container-fluid .row-fluid .contact-hero .right-col .form-container form .hs-button{
       width:100%;
       padding:15px 0;
  }

  .contact-section-three .heading-container h2{
      padding-top: 70px;
  }

  .map-bg {
      height: 300px;
  }


  .contact-cm{
      padding:0;
  }

  .left-space {
      padding: 30px 15px 0;
  }

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


  body .container-fluid .row-fluid .contact-cm .span6{
     clear:both;
  }



  }




  /*=================================================================
     Thank You  Single Heading Section
  ==================================================================*/





  .thankyou-hero.home-hero-section.service-hero-section {
      padding: 82px 0 107px;
  }


  .thankyou-hero h3{
      font-family: 'LabGrotesque-Thin';
      margin-top: 25px;
      margin-bottom: 2px;
  }

  body .service-hero-section.thankyou-hero a.cta_button{
      font-family: 'LabGrotesque-Bold';
  }

  .border-bottom{
       border-bottom: solid 1px #e8e8e8;
  }


  .single-heading-section{
          padding: 76px 0px 51px;
  }

  .single-heading-section h2{
          font-family: 'LabGrotesque-Light';
  }



  @media(max-width:767px){

  .thankyou-hero.home-hero-section.service-hero-section {
      padding: 0px 0 95px;
  }    


  }


  /*Get In Touch Section*/


  .register-interest {
      padding: 72px 0 74px;
  }

  .register-interest h2{
      font-size: 32px;
      line-height: 35px;
     font-family: 'LabGrotesque-Bold';
  }

  .register-interest p{
      font-size: 24px;
     line-height: 1.25;
     color: #f79421;
      font-family: 'LabGrotesque-thin';
  }















  /*************** service module section *************/

  .row-fluid .services-module-section .left-col {
      background-color: #fafafa;
      border: solid 1px #e9e7e6;
      padding: 120px 70px 115px 62px;
      flex-direction: column;
  }


  .services-module-section .left-col .section-heading h2 {
      line-height: normal;
      margin-bottom:0;
  }

  .services-module-section .description h4 {
      font-weight: 100;
      line-height: 1.56;
      letter-spacing: normal;
      color: #757575;
  }



  .services-module-section .section-heading {
      padding-left: 18px;
      border-left: solid 4px #f79421;
      margin-bottom: 30px;
  }

  .services-module-section .cta a.cta_button {
      text-transform: uppercase;
      font-family: 'LabGrotesque-Bold';
      padding-top: 15px;
      font-size: 14px;
      font-weight: bold;
      line-height: 1.29;
      letter-spacing: 1.8px;
      color: #252525;
      background: transparent;
      padding-left: 0;
      position: relative;
      display:inline-block;
  }

  .services-module-section .cta a.cta_button:hover {
      transform: translate(0);
      box-shadow: 0 0 0 0;
  }

  .services-module-section .cta a.cta_button:after {
      position: absolute;
      content: "→";
      right: 2px;
      top: 12px;
      color: #f79421;
      font-family: FontAwesome;
      width: 30px;
      height: auto;
      display: inline-block;
  }


  .hover-display-container {
      display: none;
  }

  .row-fluid .services-module-section .service-module-cm {
      padding: 0px 0 0px;
      border: solid 1px #e9e7e6;
      height: 334px;
      position:relative;
       border-right: 0;
      border-bottom: 0;
      margin-left:0;

  }




  body .row-fluid .service-cm-container.three-col-adjust span>.hs_cos_wrapper {
      flex-basis: 33.3%;
      -webkit-flex-basis: 33.3%;
      margin-right: 0;
      margin-top: 0;
  }


  .right-col.service-cm-container {
      margin-left: 0px;
  }


  .services-module-section {
      padding-bottom: 120px;
  }

  .services-module-section .description {
      margin-bottom: 20px;
       padding-right: 25px;
  }


  .services-module-section .service-module-cm .header-container h6 {
      font-size: 12.5px;
      font-weight: bold;
      line-height: 2.56;
      letter-spacing: 0.9px;
  }


  .services-module-section .service-module-cm .description-container p {
      font-weight: 300;
      line-height: 1.75;
      letter-spacing: normal;
  }

  .services-module-section .service-module-cm .header-container {
      margin-top: 15px;
  }

  .services-module-section .service-module-cm .description-container {
      margin-top: 40px;
      padding: 0 60px 0;
  }



  .services-module-section .service-module-cm .cta-container {
      position: absolute;
      bottom: -1px;
     width: 100%;
  }



  .services-module-section .service-module-cm .cta-container a.cta_button {
      width: 100%;
      box-sizing: border-box!Important;
  }



  .services-module-section .service-module-cm .content-container {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      display: flex;
      flex-direction: column;
      vertical-align: middle;
      align-items: center;
      justify-content: center;
  }


  .services-module-section .service-module-cm .cta-container a.cta_button:hover {
      transform: translate(0);
      box-shadow:none;
  }

  .row-fluid .services-module-section .service-module-cm:hover {
      border: 0;
      background:100%;
      background:#000;
      transition: 0.3s all ease-in-out;

  }


  body .container-fluid .row-fluid .service-cm-container.three-col-adjust>span {

      margin-right: -4%;
  }



  @media(min-width:768px){
  .services-module-section .left-col {
      align-items: unset;
      -webkit-align-items: unset;
      display: flex;
      display: -webkit-flex;
      -webkit-flex-direction: column;
      flex-direction: column;
      justify-content: center;
      -webkit-justify-content: center;
      justify-content: center;
  }

  .services-module-section .right-col.service-cm-container.three-col-adjust {
      align-items: unset;
      -webkit-align-items: unset;
      display: flex;
      display: -webkit-flex;
      -webkit-flex-direction: column;
      flex-direction: column;
      justify-content: center;
      -webkit-justify-content: center;
      justify-content: center;
  }  

  .service-cm-container span >.hs_cos_wrapper:nth-last-child(-n+3) {
      border-bottom: solid 1px #e9e7e6;
  }  


  .services-module-section .service-module-cm:hover .hover-display-container {
      height: 310px;
      padding: 25px 0 0;
      display: block;
  }

  .services-module-section .service-module-cm:hover .content-container {
      display: none;
  }  

  }




  @media(max-width:1024px){
  .row-fluid .services-module-section .left-col {
      padding: 60px 20px 60px 20px;
  }


  .row-fluid .services-module-section .service-module-cm .description-container {
      padding: 0 20px 0;
  }  
  .row-fluid .services-module-section .section-heading {
      padding-left: 10px;
    }

  .row-fluid .services-module-section {
      padding-bottom: 70px;
  }    
  .row-fluid .services-module-section .service-module-cm .cta-container a.cta_button {
      font-size: 12px;
      padding: 16px 22px;
  }
  .row-fluid .services-module-section .description {
      padding-right: 5px;
  }  

  }

  @media(max-width:767px){
  body .row-fluid .service-cm-container.three-col-adjust span>.hs_cos_wrapper {
      flex-basis: 33.3%;
      -webkit-flex-basis: 100%;
      width:100%;
      max-width:100%;

  }



  body .row-fluid .services-module-section .service-module-cm {
      height: 260px;
      margin-bottom: 0px;
  }  

  body .row-fluid .services-module-section .service-module-cm:hover{
      background:#fff;
      border: 1px solid #e9e7e6;
      transition: none;
      border-bottom: 0;
  } 

  .row-fluid .services-module-section .service-module-cm:hover .hover-display-container {
      height: 275px;  
    }

  body .row-fluid .services-module-section {
      padding-bottom: 50px;
  } 

  .row-fluid .services-module-section .service-module-cm .description-container {
      margin-top: 20px;  

  } 

  body .row-fluid .services-module-section .service-module-cm .hover-display-container{
      display:none;
       padding: 20px 0;
  } 


  body .row-fluid .services-module-section .left-col {
      padding: 50px 20px 40px 20px;
  }  

  .service-cm-container span >.hs_cos_wrapper:last-child {
     border-bottom: solid 1px #e9e7e6;
  }  

  body .container-fluid .row-fluid .service-cm-container.three-col-adjust>span {
      margin-right: 0;
  }  

  /*.row-fluid .services-module-section .service-module-cm .content-container{
      display:flex;
  } */

  }










  /******************************* Dcwc Header Section Styling Start *****************************/






  .dcwc-header-section{
      position:fixed;
      top: 0;
      left: 0;
      right: 0;
      padding: 30px 0;
      z-index: 19;
      background: #fff;
      transition: all .2s ease-in-out;
  }

  .dcwc-header-section .right-col .top-bar .col-1 a{
     font-size:12px;
     letter-spacing:1px;
     color:#f79421;
     font-weight:normal;
  }

  .dcwc-header-section .right-col .top-bar .col-1{
     width:21%;
  }

  .dcwc-header-section .right-col .top-bar .col-2{
     width:44%;
  }

  .dcwc-header-section .right-col .top-bar .col-3{
     width:29%;
  }

  .dcwc-header-section .right-col .bottom-bar .bottom-menu-cont ul li.hs-item-has-children>a{
     position:relative;
  }

  .dcwc-header-section .right-col .bottom-bar .bottom-menu-cont ul li.hs-item-has-children>a:after{
     position:absolute;
     right:11px;
     top:4px;
     content:'';
     background:url('https://383482.fs1.hubspotusercontent-na1.net/hubfs/383482/Assets%20%20Spin%20%282018%29/arrow%20%286%29.svg');
     background-repeat:no-repeat;
     background-size:cover;
     background-position:center center;
     width:10.5px;
     height:7.1px;
  }

  .dcwc-header-section .right-col .bottom-bar .bottom-menu-cont ul.hs-menu-children-wrapper{
     background:#fff;
     padding:20px;
  }

  .dcwc-header-section .right-col .bottom-bar .bottom-menu-cont ul.hs-menu-children-wrapper li a{
     padding:10px 0;
  }

  .dcwc-header-section .right-col .top-bar .top-menu-cont ul li a{
     font-size:12px;
     letter-spacing:1px;
     color:#252525;
     font-weight:300;
     padding: 0px 21px;
  }

  .dcwc-header-section .right-col .top-bar .col-3 input{
     margin-bottom:0;
     height:28px;
  }

  .dcwc-header-section .right-col .top-bar .col-3 input::placeholder{
     font-size:12px;
     letter-spacing:1px;
     color:#252525;
     font-weight:300;
  }

  .dcwc-header-section .right-col .top-bar .col-3{
     position:relative;
     border-left:1px solid #1c3347;
  }

  .dcwc-header-section .right-col .top-bar .col-3:after{
     position:absolute;
     right:0;
     top:8px;
     content:'';
     background:url('https://383482.fs1.hubspotusercontent-na1.net/hubfs/383482/Assets%20%20Spin%20%282018%29/icon%20%2810%29.svg');
     background-repeat:no-repeat;
     background-size:cover;
     background-position:center center;
     height:12px;
     width:12px;
  }

  .dcwc-header-section .right-col .top-bar .top-menu-cont{
     margin-top:5px;
  }

  .dcwc-header-section .right-col .top-bar{
      border-bottom:1px dotted #c2c2c2;
      margin-bottom:20px;
      padding-bottom:3px;
  }

  .dcwc-header-section .right-col .bottom-bar .bottom-menu-cont ul li a{
     font-size:12px;
     letter-spacing:1px;
     color:#252525;
     font-weight:bold;
     padding:0px 25px;
  }

  .dcwc-header-section .right-col .bottom-bar .bottom-menu-cont ul li:last-child a{
     padding-right:0;
  }

  .dcwc-header-section .left-col{
     width:35%;
  }

  .dcwc-header-section .right-col{
     width:62.4%;
  }

  .dcwc-header-section .right-col .bottom-bar .bottom-menu-cont ul li:first-child a{
     padding-left:0;
  }



  @media(max-width:1210px) and (min-width:1025px){

  .dcwc-header-section .right-col{
     width: 67.4%;
  }

  .dcwc-header-section .left-col {
      width: 29%;
  }

  .dcwc-header-section .right-col .top-bar .top-menu-cont ul li a {
      padding: 0px 15px;
  }

  .dcwc-header-section .right-col .bottom-bar .bottom-menu-cont ul li a {
      padding: 0px 20px;
  }

  .dcwc-header-section .right-col .bottom-bar .bottom-menu-cont ul li.hs-item-has-children>a:after {
      right: 6px;
  }
  }


  @media(max-width:1024px){

  .dcwc-header-section .right-col{
     width: 63.4%;
  }

  .dcwc-header-section .left-col {
      width: 33%;
  }

  .dcwc-header-section .right-col .top-bar .col-1 a{
     display:none;
  }

  .dcwc-header-section .right-col .top-bar .col-3{
      display:none;
  }

  .dcwc-header-section .right-col .top-bar{
     border-bottom:none;  
  }

  .dcwc-header-section .right-col .bottom-bar .bottom-menu-cont ul li.hs-menu-depth-1:first-child>a{
      padding:0 25px; 
  }

  .dcwc-header-section{
     padding: 27px 0 0px;
  }

  .dcwc-header-section .right-col .bottom-bar .bottom-menu-cont ul li.hs-item-has-children>a:after{
     top:20px;
  }
  }





  /* NEW CONTACT FORM CONTACT-SECTION3*/

  body .row-fluid .contact-section3{
    max-width:854px;
    margin:0 auto!important;
    float:none !important;
    padding:100px 0 60px;

  }


  body .row-fluid .contact-section3 .heading-text h2{
    color: #030303;	
    font-size: 36px;	
    line-height: 44px;
  }

  body .row-fluid .contact-section3 .form-container{
    padding-top:30px;
  }



  body .row-fluid .contact-section3 .form-container form input.hs-input,
  body .row-fluid .contact-section3 .form-container form textarea,
  body .row-fluid .contact-section3 .form-container form select{
    border: 1px solid #E3E8EB;	
    border-radius: 4px;	
    background-color: #F9FAFA;
    color: #252525;	
    font-size: 14px;	
    font-weight: 800;	
    line-height: 26px; 
    letter-spacing:0.5px;
    font-family:'LabGrotesque-Regular';
    /*padding:15px 15px 0;*/
    padding:21px 15px 0;
    height:56px;
    width:100%;
    box-shadow:none;
  }


  body .row-fluid .contact-section3 .form-container form input:focus,
  body .row-fluid .contact-section3 .form-container form select:focus,
  body .row-fluid .contact-section3 .form-container form textarea:focus{
    border: 1px solid #F7941E;
    box-shadow:none;
  }

  body .row-fluid .contact-section3 .form-container form textarea{
    height: 105px;
  }

  body .row-fluid .contact-section3 .form-container form label {
    position: absolute;
    padding-left: 15px;
    margin-top: 5px;
    text-transform: inherit;
    color: #252525;   
    letter-spacing: 0.33px;
  }


  body .row-fluid .contact-section3 .form-container form .actions{
    text-align:center;
  }

  body .row-fluid .contact-section3 .form-container form .hs-button {
    color: #FFFFFF;	
    font-size: 16px;	
    letter-spacing: 0.8px;	
    line-height: 19px;	
    text-align: center;
    padding: 21.5px 61px;
    text-transform:inherit;
    min-width:unset;
  }


  body .row-fluid .contact-section3 .form-container form select {
    background:#F9FAFA url(//2558848.fs1.hubspotusercontent-na1.net/hubfs/2558848/Product-3-Pack/Select%20Arrow%20Small.png) no-repeat !important;
    background-position: 96% !important;

  }

  body .row-fluid .contact-section3 .form-container form .hs-error-msg,
  body .row-fluid .contact-section3 .form-container form .hs-main-font-element{
    position: absolute;
    bottom: 10px;
    color: red;
    padding:0;
  }

  @media(max-width:767px){
    body .row-fluid .contact-section3 .form-container form input.hs-input,
    body .row-fluid .contact-section3 .form-container form textarea,
    body .row-fluid .contact-section3 .form-container form select{
      width:100% !important;
    }

    body .row-fluid .contact-section3 .heading-text h2{
     font-size:28px;
     line-height:35px;
    }

    body .row-fluid .contact-section3 {
    padding: 60px 0 60px;
    }
  }




  /*===============================================================
          TEAM SINGLE PAGE SECTION STYLING
  ===============================================================*/

  .team-single-hero.team-single-new .left-col{
    padding-top: 153px;
  }

  .team-single-hero.team-single-new .row-fluid [class*="span"].wrapper,
  .single-team-section-one.new-section .row-fluid [class*="span"].wrapper,
  .featured-project-section [class*="span"].wrapper{
    max-width: 1330px;
  }

  .team-single-hero.team-single-new h1{
    color: #030303;
    font-size: 50px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 60px;
    margin-top: 0;
    margin-bottom: 7px;
    font-family: 'LabGrotesque-Medium';
  }

  .team-single-hero.team-single-new h3{
    color: #989796;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 32px;
    font-weight: 400;
    font-family: 'LabGrotesque-Regular';
  }

  .team-single-hero.team-single-new h5{
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 21px;
    color: #030303;
    margin-bottom: 5px;
    font-family: 'LabGrotesque-Medium';
  }

  @media(max-width: 1024px){
    .team-single-hero.team-single-new h1{
      font-size: 36px;
      line-height: 1.03;
    }

    .team-single-hero.team-single-new h3{
      font-size: 20px;
      line-height: 30px;
    }
  }

  .single-team-section-one.new-section{
   padding: 94px 0px 60px; 
  }

  .team-single-description p{
    font-size: 18px;
    letter-spacing: 0;
    line-height: 30px;
    margin-bottom: 22px;
    font-family: LabGrotesque-Regular;
  }

  .team-single-description .left-col h2{
    color: #030303;
    margin-bottom: 8px;
    font-size: 36px;
    letter-spacing: 0;
    line-height: 44px;
    font-weight: 400;
    font-family: 'LabGrotesque-Regular';
  }

  .team-single-description .right-col h3{
    color: #030303;
    font-family: 'LabGrotesque-Regular';
    font-size: 26px;
    letter-spacing: 0;
    line-height: 41px;
    font-weight: 400;
    border-bottom: 1px solid #030303;
    padding-bottom: 4px;
  }

  .team-single-description .right-col ul li{
    position: relative;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 19px;
    margin-left: 38px;
    font-family: LabGrotesque-Regular;
  }

  .team-single-description .right-col ul li:before{
    position: absolute;
    top: 10px;
    left: -37px;
    content: '';
    width: 13px;
    height: 13px;
    background: url(//383482.fs1.hubspotusercontent-na1.net/hubfs/383482/Assets_April_2017/List-arrow.png) no-repeat;
    border-radius: 0;
    border: 0;
    background-size: contain;
  }

  .team-single-description  .left-content{
    max-width: 467px;
  }

  .team-single-description .skill-section{
    margin-top: 80px;
  }

  .team-single-description .right-content{
    max-width: 695px;
    float: right;
  }

  .team-single-description .form-container{
    border: 1px solid #D5D5D5;
    background-color: #F9FAFA;
    padding: 20px 30px 30px 30px;
    margin-top: 28px;
  }

  .team-single-description .form-container .form-heading{
    max-width: 343px;
    margin: 0 auto;
    float: none;
  }

  .team-single-description .form-container .form-heading p{
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 30px;
  }

  .team-single-description .social-link-section{
    margin-top: 50px;
  }

  .team-single-description .social-link-section h5{
    color: #030303;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 18px;
  }

  .team-single-description .social-link-section h5 img{
    vertical-align: middle;
    position: relative;
    top: -1px;
    left: 2px;
  }

  .team-single-description .social-link-section h5 a img{
    vertical-align: bottom;
    position: relative;
    top: unset;
  }

  .team-single-description .social-link-section h5 a{
    margin-left: 8px;
  }

  @media(max-width: 1024px){
    .team-single-description .form-container{
      padding: 20px 20px 20px 20px;
    }
  }

  @media(max-width: 767px){
    .team-single-description .row-fluid-wrapper .row-fluid{
      display: flex;
      flex-direction: column-reverse;
    }

    .team-single-description .left-col{
      margin-top: 30px;
    }

    .team-single-description .left-content,
    .team-single-description .right-content{
      max-width: 100%;
      float: none;
    }

    .team-single-description p{
      font-size: 16px;
      line-height: 27px;
      margin-bottom: 10px;
    }

    .team-single-description .right-col ul li{
      font-size: 16px;
      line-height: 27px;
      margin-bottom: 7px;
      margin-left: 26px;
    }

    .team-single-description .right-col ul li:before{
      top: 7px;
      left: -25px;
    }

    .team-single-description .skill-section{
      margin-top: 30px;
    }

    .team-single-description .right-col h3{
      font-size: 24px;
    }

    .team-single-description .left-col h2{
      font-size: 30px;
    }
  }






  /*********** Form Style **********/



  body.form-new .row-fluid form input,
  body.form-new .row-fluid form select,
  body.form-new .row-fluid form textarea{
    border: 1px solid #E3E8EB;
    border-radius: 4px;
    background-color: #FFFFFF;
    margin-bottom: 10px;
    height: 56px;
    color: #252525;
    font-family: 'LabGrotesque-Medium';
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 26px;
    padding: 23px 10px 9px 9px;
  }

  body.form-new .row-fluid form textarea{
    height: 125px;
    resize: none;
  }

  body.form-new .row-fluid form input:focus,
  body.form-new .row-fluid form select:focus,
  body.form-new .row-fluid form textarea:focus{
    outline: 1px solid #F7941E;
    border-radius: 4px;
  }

  body.form-new .hs-form-field{
    position: relative;
  }

  body.form-new .row-fluid form .field>label{
    font-size: 12px;
    letter-spacing: 0.33px;
    line-height: 11px;
    color: #252525;
    margin: 0;
    text-transform: none;
    position: absolute;
    left: 10px;
    top: 10px;
  }

  body.form-new .actions{
    text-align: center;
  }

  body.form-new .row-fluid form .hs-button.primary{
    border-radius: 2px;
    background-color: #F7941E;
    min-width: auto;
    padding: 21.5px 20px;
    max-width: 183px;
    width: 100%;
    margin: 3px auto 0 auto;
    font-family: 'LabGrotesque-Bold';
    font-weight: bold;
    text-transform: none;
    font-size: 16px;
  }

  body.form-new .container-fluid .row-fluid form select{
    background:url('https://383482.fs1.hubspotusercontent-na1.net/hubfs/383482/Dropdown%203.png') no-repeat;
    background-color: #fff;
    background-size: 11px;
    background-position: 95%;
  }


  @media(max-width: 767px){
    .single-team-section-one.new-section{
      padding: 65px 0px 40px;
    }
  }


  /********* Featured Project Section Style ***********/

  .featured-project-section{
    padding: 62px 0 150px 0;
  }

  .featured-project-section .heading-container{
    border-bottom: 1px solid #CCC8CD;
    padding-bottom: 17px;
  }

  .featured-project-section .heading-container h3{
    color: #030303;
    font-family: 'LabGrotesque-Regular';
    font-size: 26px;
    letter-spacing: 0;
    line-height: 41px;
    font-weight: 400;
  }

  .featured-project-section .simple-cta a.cta_button[title]{
    letter-spacing: 1px;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
  }

  .featured-project-section .simple-cta a.cta_button[title]:hover{
    color: #f7941e;
    transition: .3s all ease-in-out;
  }

  .featured-project-section .simple-cta a.cta_button[title]:hover:before{
    color: #030303;
    transition: .3s all ease-in-out;
  }

  @media(max-width: 767px){
    .featured-project-section{
      padding: 60px 0 60px 0;
    }

    .featured-project-section .heading-container h3{
      margin-bottom: 15px;
      font-size: 24px;
      line-height: 27px;
    }

  }


  /*===============================================================
          Resources Page Lattest Insights Section Style
  ===============================================================*/


.resources-recent-post{
  padding: 80px 0 90px 0;
  background-color: #F9FAFA;
}

.row-fluid .resources-recent-post [class*="span"].wrapper{
  max-width: 1350px;
}

.resources-recent-post .heading-container{
  border-bottom: 1px solid #CCC8CD;
  padding-bottom: 18px;
}

.resources-recent-post .heading-container h2{
  color: #030303;
  font-family: 'LabGrotesque-Regular';
  font-size: 26px;
  letter-spacing: 0;
  line-height: 41px;
}

body .resources-recent-post .heading-container .right-col-cta a.cta_button[title],
.resources-recent-post a.more-link{
  padding: 0;
  margin: 0;
  background: transparent;
  color: #030303;
  font-family: 'LabGrotesque-Bold';
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 18px;
  text-transform: uppercase;
  padding-right: 18px;
}

.resources-recent-post a.more-link{
  color: #030303;
  font-size: 12px;
  letter-spacing: 0.86px;
  line-height: 18px;
  position: relative;
}

body .resources-recent-post .heading-container .right-col-cta a.cta_button[title]:after,
.resources-recent-post a.more-link:after{
  position: absolute;
  right: 0;
  top: 2px;
  content: '';
  background: url(https://383482.fs1.hubspotusercontent-na1.net/hubfs/383482/Arrow%20Orange%20%281%29.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 12px;
  height: 10px;
  transition: .2s all ease-in-out;
}

body .resources-recent-post .heading-container .right-col-cta a.cta_button[title]:hover,
.resources-recent-post .post-item:hover a.more-link{
  color: #f7941e;
  transition: .2s all ease-in-out;
}

body .resources-recent-post .heading-container .right-col-cta a.cta_button[title]:hover:after,
.resources-recent-post .post-item:hover a.more-link:after{
  background: url(https://383482.fs1.hubspotusercontent-na1.net/hubfs/383482/Arrow%20Black.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 12px;
  height: 10px;
  transition: .2s all ease-in-out;
}

body .resources-recent-post .heading-container .right-col-cta a.cta_button[title]:hover{
  transform: none;
  box-shadow: none;
}

.resources-recent-post .post-item{
  border: 1px solid #E8E8E8;
  background-color: #FFFFFF;
  transition: .2s all ease-in-out;
}

.resources-recent-post .post-item .post-featured-image{
  position: relative;
  height: 175px;
  display: block;
  width: 100%;
}


.body-container-wrapper .resources-recent-post .post-item li{
  margin: 0;
}

.body-container-wrapper .resources-recent-post .post-item li:before{
  display: none;
}

.resources-recent-post .post-item .post-body{
  padding: 0px 20px 27px 20px;
}

.resources-recent-post .post-item .topic-list li h5{
  color: #252525;
  font-family: 'LabGrotesque-Bold';
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 14px;
  display: inline;
  padding-bottom: 7px;
  border-bottom: 1px solid #CCCBCB;
}

.resources-recent-post .post-item h2{
   color: #2F2F2F;
  font-family: 'LabGrotesque-medium';
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 29px;
  min-height: 67px;
}

.resources-recent-post .post-item p{
  color: #252525;
  font-family: 'LabGrotesque-light';
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 20px;
}

.resources-recent-post .post-item .cta-container{
  margin-top: 40px;
}


@media(min-width: 768px){
  body .row-fluid .resources-recent-post .three-col-adjust span>.hs_cos_wrapper.post-item{
    flex-basis: 31.2%;
    -webkit-flex-basis: 31.2%;
    margin-right: 2.13%;
    max-width: 422px;
  }
}

@media(max-width: 1024px){
  .resources-recent-post .post-item h2{
    font-size: 18px;
    line-height: 25px;
  }
}

@media(max-width: 767px){
  .resources-recent-post{
    padding: 70px 0 70px 0;
  }
  
  .resources-recent-post .heading-container{
    margin-bottom: 30px;
  }
  
  .resources-recent-post .left-col-text{
    margin-bottom: 15px;
  }
  
  .resources-recent-post .post-item h2{
    min-height: auto;
  }
  
  .resources-recent-post .post-item .cta-container{
    margin-top: 25px;
  }
}


@media(max-width:767px){
.service-slider-section .bg-height {
    height: 400px;
    margin-bottom: 70px;
}
  
.service-slider-section .description-section h2{
  min-height:100px;
}
  
.service-inner-section-two button.slick-prev.slick-arrow {
    left: 6.5%;
}
  
.service-inner-section-two button.slick-prev.slick-arrow, .service-inner-section-two button.slick-next.slick-arrow {
    top: 38%;
}
  
.service-inner-section-two button.slick-next.slick-arrow {
    left: 17.6%;
}
  
.team-slider-module {
    margin: 0 20px 0px;
}
}


body.cadet-program .row-fluid .contact-section3 .form-container form label{
  position:relative;
  padding-left: 0;
  margin-top: 0;
  top:0;
}

body.cadet-program .row-fluid .contact-section3 .form-container form input.hs-input,
body.cadet-program .row-fluid .contact-section3 .form-container form textarea,
body.cadet-program .row-fluid .contact-section3 .form-container form select{
   padding:10px 15px 10px;
}

body.cadet-program .row-fluid .contact-section3 .form-container form input[type="file"]{
   padding:14px 15px 10px;
}

body.cadet-program .row-fluid .contact-section3 .form-container form select{
   background-position:100%!important;
}

body.cadet-program .row-fluid .contact-section3 .form-container form .hs-error-msgs li{
   top:-23px;
}


@media(max-width:767px){

body.cadet-program .row-fluid .contact-section3 .form-container form input.hs-input,
body.cadet-program .row-fluid .contact-section3 .form-container form textarea,
body.cadet-program .row-fluid .contact-section3 .form-container form select{
   margin-bottom:20px;
}
  
body.cadet-program .row-fluid .contact-section3 .form-container form .hs-error-msgs li {
    top: -11px;
}
}

.featured-posts-new{display:none!important;}