.header {
    box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.5);
    height: 56px;
    padding: .5rem; }
    .header .logo {
      float: left;
      padding: 5px 0; }
      .header .logo a {
        display: block; }
        .header .logo a img {
          height: 30px; }
    .header .nav_main .nav-trig {
      display: none;
      cursor: pointer; }
    .header .nav_main .nav {
      justify-content: flex-end; }
      .header .nav_main .nav .nav-item .nav-link {
        color: rgba(0, 0, 0, 0.5);
        font-family: Roboto, sans-serif; }
        .header .nav_main .nav .nav-item .nav-link.active {
          color: #E89621; }
    .header.home {
      background: transparent;
      position: absolute;
      left: 0;
      right: 0;
      box-shadow: none; }
      .header.home .logo {
        display: none; }
      .header.home .nav_main .nav-trig svg {
        fill: #fff; }
      .header.home .nav .nav-item .nav-link {
        color: #fff;
        font-weight: 300; }
  
  body.open {
    overflow: hidden; }
    body.open .header {
      background: #fff; }
      body.open .header .logo {
        display: block; }
      body.open .header .nav_main .nav-item {
        margin: 2rem 0; }
        body.open .header .nav_main .nav-item .nav-link {
          color: #fff;
          text-align: center;
          font-size: 24pt;
          font-weight: 300; }
  
  @media (max-width: 767.98px) {
    .header .nav_main .nav-trig {
      display: block;
      width: 40px;
      height: 40px;
      position: absolute;
      right: 15px;
      padding: 9px 3px 0 3px; }
      .header .nav_main .nav-trig svg {
        fill: rgba(0, 0, 0, 0.5); }
    .header .nav_main .nav {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      padding-top: 55px;
      background: linear-gradient(135deg, #00B0D1 0%, #0880CB 100%);
      height: 100vh;
      z-index: 1; }
      .header .nav_main .nav .nav-item .nav-link {
        padding: .7rem 1rem; }
    .header .logo a img {
      height: 24px; }
  
    body.open .header .nav_main .nav-trig {
      background-image: url("../../svg/close.svg");
      background-size: 24px;
      background-repeat: no-repeat;
      background-position: center;
      z-index: 2; }
      body.open .header .nav_main .nav-trig svg {
        display: none; }
    body.open .header .nav_main .nav {
      display: block; } }
  body {
    font-family: Roboto, sans-serif; }
  
  p {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 300; }
  
  h1 {
    font-size: 57px; }
  
  .section-title {
    margin: 3rem 8rem 5rem; }
    .section-title h2 {
      font-size: 48px; }
    .section-title h3 {
      font-size: 32px;
      font-weight: 300;
      color: rgba(0, 0, 0, 0.5); }
    .section-title h5 {
      font-weight: 300;
      letter-spacing: 1px;
      font-size: 24px; }
    .section-title p {
      margin-top: 1rem; }
    .section-title .icon {
      margin-bottom: 2rem; }
      .section-title .icon img {
        width: 120px; }
  

  .btn-secondary {
    background: linear-gradient(135deg, #00d5d7 0%, #00b0d1 100%);
    box-shadow: 0 4px 8px 0 rgba(137, 74, 0, 0.2);
    border: #5cdbe6 solid 1px;
    border-radius: 2rem !important;
    width: 200px;
    height: 40px;
    font-size: 17px; }
    .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
      background: linear-gradient(35deg, #00b0d1 0%, #00d5d7 100%) !important;
      border: #5cdbe6 solid 1px !important; }
  
  .shadow {
    box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.5); }
  
  @media (max-width: 991.98px) {
    .section-title {
      margin: 2rem 0rem 3rem; }
      .section-title h2 {
        font-size: 36px; }
      .section-title .icon img {
        width: 100px; } }
  @media (max-width: 767.98px) {
    h1 {
      font-size: 42px; }
  
    p {
      font-size: 15px; }
  
    .section-title h5 {
      font-size: 17px;
      line-height: 24px; }
    .section-title h3 {
      font-size: 24px; }
    .section-title h2 {
      font-size: 36px;
      line-height: 40px; }
    .section-title .icon img {
      width: 60px; }
  
    .shadow .section-title h5 {
      color: rgba(0, 0, 0, 0.5); }
    .shadow .section-title h2 {
      color: rgba(0, 0, 0, 0.7); } }
  .portfolio {
    text-align: center;
    padding-top: 3rem; }
    .portfolio .portfolio-item > div {
      margin-bottom: 30px; }
    .portfolio .image-cover {
      background-size: cover;
      padding: 4rem 2rem;
      border-radius: 4px;
      position: relative;
      height: 232px; }
      .portfolio .image-cover .hover {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        padding: 1.6rem;
        border-radius: 4px;
        background: linear-gradient(135deg, #FCD200 0%, #FF8900 100%);
        align-items: center;
        justify-content: center; }
        .portfolio .image-cover .hover .btn {
          color: #fff; }
          .portfolio .image-cover .hover .btn:hover {
            color: #000; }
      .portfolio .image-cover img {
        width: 200px; }
      .portfolio .image-cover.joseph {
        background-image: url("../../assets/photos/joseph_hero@2x.jpg"); }
      .portfolio .image-cover.vanguard {
        background-image: url("../../assets/photos/vanguard_hero@2x.jpg"); }
      .portfolio .image-cover.gms {
        background-image: url("../../assets/photos/gms_hero@2x.jpg"); }
      .portfolio .image-cover.computex {
        background-image: url("../../assets/photos/computex_hero@2x.jpg"); }
      .portfolio .image-cover.paulreed {
        background-image: url("../../assets/photos/paulreed_bg@2x.jpg"); }
      .portfolio .image-cover:hover .hover {
        display: flex; }
  
  .clients {
    background-image: url(../../assets/photos/satisfied_clients@2x.jpg);
    background-size: cover;
    text-align: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-attachment: fixed;
    color: #fff; }
    .clients .clients-image {
      margin-bottom: 3rem; }
      .clients .clients-image img {
        max-width: 100%; }
        .clients .clients-image img.mobile {
          display: none; }
  
  @media (max-width: 1199.98px) {
    .portfolio .image-cover {
      height: 256px; }
      .portfolio .image-cover .hover {
        padding: 1rem; } }
  @media (max-width: 991.98px) {
    .portfolio .image-cover img {
      width: 146px; }
    .portfolio .image-cover:hover .hover h4 {
      font-size: 17px; }
    .portfolio .image-cover:hover .hover p {
      font-size: 14px; } }
  @media (max-width: 767.98px) {
    .portfolio {
      padding-top: 1rem; }
      .portfolio .image-cover {
        height: inherit;
        display: flex;
        align-items: center;
        justify-content: center; }
  
    .clients .clients-image img {
      max-width: 100%;
      display: none; }
      .clients .clients-image img.mobile {
        display: block; } }
  .footer {
      position:fixed;
      left:0;
      right: 0;
      bottom:0;
    background: linear-gradient(to right, #00AFD1, #0881CB);
    text-align: center;
    padding: 20px 0;
    color: #fff;
    font-family: Roboto, sans-serif; }
    .footer .icon {
      margin-bottom: 1rem; }
      .footer .icon img {
        height: 40px;
        opacity: .5; }
    .footer p {
      font-size: .9rem;
      margin: 0; }
    .footer .br:after {
      content: "";
      position: absolute;
      width: 1px;
      right: -1px;
      height: 60px;
      top: 50%;
      margin-top: -30px;
      background: #8acbec; }
  
  @media (max-width: 767.98px) {
    .footer {
      padding: 1rem 0; }
      .footer .br:after {
        display: none; }
      .footer p {
        margin-bottom: .6rem;
        display: inline-block;
        margin-top: .6rem; }
      .footer .icon {
        display: inline; }
        .footer .icon img {
          max-width: 24px;
          max-height: 24px; } }
  
  div.polaroid {
           box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
           text-align: center;
           margin: 8px;
           }
           
           .polaroidContent{
           
           padding:6px;
           }
           
           
           .elementor-post__title,.elementor-post__title a {
           color: #0d1b1e;
           font-family: "Roboto", Sans-serif;
           font-size: 22px;
           font-weight: 400;
           line-height: 1.4em;
           }
           
           .elementor-post__excerpt, .elementor-post__title {
      margin-bottom: 25px;
  }
  .elementor-post__excerpt {
      line-height: 1.7;
  }
  .elementor-post__excerpt {
      margin-bottom: 10px;
  }
  
  .elementor-post__excerpt p {
      margin: 0;
      line-height: 1.5em;
      font-size: 14px;
      color: #777;
       
      overflow: hidden;
      text-overflow: ellipsis;
  }
  
  .elementor-post__read-more {
      color: #22a9c6;
  }
  
  .elementor-post__read-more {
      text-transform: uppercase;
  }
  
  .elementor-post__read-more {
      margin-bottom: 20px;
      display: inline-block;
  }
  
  .polaroid:hover {
           box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  
  .blogimg{
              height: 255px;
          }
          
          .elementor-post__title {
              overflow: hidden;
              text-overflow: ellipsis;
              height: 55px;
          }
          
          .elementor-post__excerpt{
              padding: 2px 7px;
          }
          
          .elementor-post__excerpt p{
              height: 185px;
          }
  
          @media (max-width: 1200px) {
              .elementor-post__title,.elementor-post__title a {
                   font-size: 15px;
                   height: 45px;
             }
             
             .elementor-post__excerpt p{
                  height: 210px;
              }
          }
          
           @media (max-width: 768px) {
               blogimg{
                  height: 235px;
               }
          }
  
  
          .headerLargeText {
            font-size: 35px;
        }
        .headerSmallText {
            font-size: 20px;
        }
  
        @media (max-width: 993px) {
            .headerLargeText {
                font-size: 25px;
            }
  
            .headerSmallText {
                font-size: 15px;
            }
        }
  
        input.error{
          border: 1px solid #f00 !important;
  }
  
  textarea.error{
    border: 1px solid #f00 !important;
  }  
 
  
  .btn-primary {
    border-radius: 2rem !important;
    box-shadow: 0 4px 8px 0 rgba(137, 74, 0, 0.2);
    background-color: #FF8900 !important;
    border: #FF8900 solid 1px;
    border-color: #FF8900 !important;
    font-size: 1.1em !important;
    font-weight:600 !important;
    height: auto !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-top: 8px !important;
    padding-bottom: 9px !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: none;
    border-color: #FF8900 !important;
    background-color:#f5a94c !important;
    font-weight:700 !important;
}