      
    span,
    a,
    a:hover {
        display: inline-block;
        text-decoration: none;
        color: inherit;
    }

    .blog img {
        max-width: 100%;
    }

    .blog-head {
        margin-bottom: 70px;
    }

    .blog-head h6 {
        color: #e9c961;
        position: relative;
        display: inline-block;
        text-transform: capitalize;
    }

    .blog-head h6:after,
    .blog-head h6:before {
        position: absolute;
        content: "";
        width: 50px;
        height: 3px;
        background: #e9c961;
        top: 50%;
    }

    .blog-head h6:after {
        right: 120%;
    }

    .blog-head h6:before {
        left: 120%;
    }

    .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 0;
    }

    .blog {
        background-color: #f7f7f7;
        padding: 60px 0;
        min-height: 100vh;
    }

    .blog .item {
        background-color: #fff;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        overflow: hidden;
        position: relative;
    }

    .blog .item .more {
        position: absolute;
        right: 30px;
        bottom: 20px;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
        color: #e9c961;
        font-size: 19px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        line-height: 40px;
        text-align: center;
        transform: translate(0, 100px);
        transition: all 0.3s ease-in-out;
    }

    .blog .item:hover .more {
        transform: translate(0, 0)
    }

    .blog .item:hover .img img {
        transition: all 0.4s ease;
    }

    .blog .item:hover .img img {
        transform: rotate(-5deg) scale(1.2, 1.2);
    }

    .blog .item .img {
        clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%, 0 75%);
    }

    .blog .item .info {
        padding: 15px;
        position: relative;
    }

    .blog .item .info .date {
        position: absolute;
        left: calc(50% - 25px);
        top: -54px;
        width: 50px;
        height: 50px;
        line-height: 20px;
        text-align: center;
        background-color: #e9c961;
        color: #fff;
        padding: 5px;
        transform: rotate(45deg);
    }

    .blog .item .info .date span {
        transform: rotate(-45deg);
        display: inline-block;
    }

    .blog .item .info h5:hover {
        color: #ddf007;
    }

    .blog .item .info .user {
        margin-top: 20px;
        color: #f05907;
    }

    .blog .item .info .user i {
        margin-right: 5px;
        font-size: 14px;
    }
   
      
    html,
    body,
    center,
    #mycustomslider,
    #mycustomslider ul {
        height: 100%;
    }

    #mycustomslider li {
        height: 100%;
        width: 100%;
        list-style-type: none;
        /* Removes the bullet points of the list */
    }

    #mycustomslider img {
        max-height: 100%;
        width: 100%;
        display: block;
        margin: 0 auto;
    }

    .goog-te-banner-frame {
        display: none;
    }

    .goog-logo-link {
        display: none !important;
    }



    .goog-te-gadget {
        color: transparent !important;
        font-size: 0px !important;
    }



    #google_translate_element {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .sd-tranlate {
        font-size: 20px;
    }

    .goog-te-combo {
        position: absolute;
        top: 0;
        height: 100%;
        width: 50px;
        left: 0;
        background: transparent;
        border: none;
        color: transparent;
        cursor: pointer;
        margin: 0 !important;
    }

    @media only screen and (max-width: 1200px) {
        .goog-te-combo {
            transform: translate(-50%, -50%);
            left: 50%;
            top: 50%;
        }
    }

    .goog-te-combo>option {
        color: #000 !important;
    }

    .dropdown-item {
        line-height: 2;
    }

    .VIpgJd-ZVi9od-l4eHX-hSRGPd {
        display: none;
    }

    .product-col {
        /* margin: 10px;  */
        /* border: 2px solid black; */
    }




    /* projects-grid
================================================== */

    .meto_over {
        overflow: hidden !important;
    }

    .projects-grid .projects-box {
        position: relative;
        overflow: hidden !important;
    }

    .project-item {
        overflow: hidden !important;
    }

    .project-item,
    .grid-sizer {
        float: left;
        width: 33.3333333333%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .project-item.thumb2x,
    .grid-sizer.thumb2x {
        width: 66.66666666%;
    }

    .projects-grid.pf_5_cols .project-item,
    .projects-grid.pf_5_cols .grid-sizer {
        width: 20%;
    }

    .projects-grid.pf_5_cols .project-item.thumb2x,
    .projects-grid.pf_5_cols .grid-sizer.thumb2x {
        width: 40%;
    }

    .projects-grid.pf_4_cols .project-item,
    .projects-grid.pf_4_cols .grid-sizer {
        width: 25%;
    }

    .projects-grid.pf_4_cols .project-item.thumb2x,
    .projects-grid.pf_4_cols .grid-sizer.thumb2x {
        width: 50%;
    }

    .projects-grid.pf_2_cols .project-item,
    .projects-grid.pf_2_cols .grid-sizer {
        width: 50%;
    }

    .projects-grid.pf_2_cols .project-item.thumb2x,
    .projects-grid.pf_2_cols .grid-sizer.thumb2x {
        width: 100%;
    }

    .projects-grid {
        position: relative;
        overflow: hidden;
        transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        /* info style 2 */
        /* info style 3 */
        /* info hidden */
    }

    .projects-grid .projects-box {
        position: relative;
        overflow: hidden;
    }

    @media (max-width:575px) {
        .projects-grid .projects-box {
            margin: 15px;
        }
    }

    .projects-grid .projects-box .portfolio-info {
        width: 100%;
        height: 100%;
        position: absolute;
        bottom: 5px;
        left: 0;
        background-color: #000;
        opacity: 0;
        display: flex;
        align-items: center;
        transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
    }

    .projects-grid .projects-box .portfolio-info .overlay {
        opacity: 1;
        background: transparent;
        z-index: 0;
    }

    .projects-grid .projects-box .portfolio-info .portfolio-info-inner {
        text-align: center;
        width: 100%;
        z-index: 1;
        transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
    }

    .projects-grid .projects-box .portfolio-info h5 {
        color: #fff;
        font-size: 24px;
        padding: 0 25px;
        margin-bottom: 17px;
    }

    .projects-grid .projects-box .portfolio-info h5 a {
        color: #fff;
    }

    .projects-grid .projects-box .portfolio-info .portfolio-cates {
        color: #9f9e9e;
        font-family: "Josefin Sans", sans-serif;
        font-weight: 500;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        margin-bottom: 0;
        padding: 0 25px;
    }

    .projects-grid .projects-box .portfolio-info .portfolio-cates a {
        color: #9f9e9e;
        line-height: 1;
        display: inline-block;
        letter-spacing: 0.5px;
        margin: 0 5px;
    }

    .projects-grid .projects-box .portfolio-info .portfolio-cates a:before {
        content: "[";
        margin-right: 5px;
    }

    .projects-grid .projects-box .portfolio-info .portfolio-cates a:after {
        content: "]";
        margin-left: 5px;
    }

    .projects-grid .projects-box .portfolio-info .portfolio-cates a:hover {
        color: #fff;
    }

    .projects-grid .projects-box .portfolio-info .portfolio-cates a:first-child {
        margin-left: 0;
    }

    .projects-grid .projects-box .portfolio-info .portfolio-cates a:last-child {
        margin-right: 0;
    }

    .projects-grid .projects-box .projects-thumbnail {
        overflow: hidden;
    }

    .projects-grid .projects-box .projects-thumbnail .overlay {
        visibility: hidden;
    }

    .projects-grid .projects-box img {
        width: 100%;
        height: auto;
        display: block;
        transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
    }

    .projects-grid .projects-box:hover .portfolio-info {
        opacity: 1;
    }

    .projects-grid.style-2 .portfolio-info {
        background: none;
        align-items: flex-end;
        height: auto;
    }

    .projects-grid.style-2 .portfolio-info .portfolio-info-inner {
        text-align: left;
        background: #fff;
        padding: 27px 50px 26px;
        -webkit-transform: translateY(40%);
        -ms-transform: translateY(40%);
        transform: translateY(40%);
        transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
    }

    .projects-grid.style-2 .portfolio-info .portfolio-info-inner h5 {
        margin-bottom: 8px;
        padding: 0;
    }

    .projects-grid.style-2 .portfolio-info .portfolio-info-inner h5 a {
        color: #1a1a1a;
    }

    .projects-grid.style-2 .portfolio-info .portfolio-info-inner .portfolio-cates {
        padding: 0;
    }

    .projects-grid.style-2 .portfolio-info .portfolio-info-inner .portfolio-cates a:hover {
        color: #fff;
    }

    .projects-grid.style-2 .projects-box:hover .portfolio-info-inner {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .projects-grid.style-2.w-auto .portfolio-info {
        width: auto;
    }

    .projects-grid.style-3 .projects-thumbnail {
        position: relative;
    }

    .projects-grid.style-3 .projects-thumbnail .overlay {
        background: rgba(0, 0, 0, 0.2);
        opacity: 0;
        visibility: hidden;
        z-index: 1;
        display: none;
        transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
    }

    .projects-grid.style-3 .projects-thumbnail .overlay i {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
        background: #000;
        color: #fff;
    }

    .projects-grid.style-3 .projects-thumbnail .overlay i:before {
        font-size: 22px;
    }

    .projects-grid.style-3 .projects-thumbnail .overlay i:hover {
        -webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) translateX(-50%) rotate(90deg);
        transform: translateY(-50%) translateX(-50%) rotate(90deg);
    }

    .projects-grid.style-3 .projects-thumbnail:hover .overlay {
        opacity: 1;
        visibility: visible;
    }

    .projects-grid.style-3 .portfolio-info {
        background: none;
        position: static;
        opacity: 1;
        align-items: flex-end;
    }

    .projects-grid.style-3 .portfolio-info .portfolio-info-inner {
        text-align: left;
        padding-top: 20px;
        transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
    }

    .projects-grid.style-3 .portfolio-info .portfolio-info-inner h5 {
        padding: 0;
        margin-bottom: 7px;
    }

    .projects-grid.style-3 .portfolio-info .portfolio-info-inner h5 a {
        color: #1a1a1a;
        margin-bottom: 10px;
    }

    .projects-grid.style-3 .portfolio-info .portfolio-info-inner .portfolio-cates {
        padding: 0;
    }

    .projects-grid.style-3 .portfolio-info .portfolio-info-inner .portfolio-cates a:hover {
        color: #1a1a1a;
    }

    .projects-grid.style-3 .portfolio-info .overlay {
        display: none;
    }

    .projects-grid.style-4 .projects-thumbnail {
        position: relative;
    }

    .projects-grid.style-4 .projects-thumbnail .overlay {
        background: rgba(0, 0, 0, 0.2);
        opacity: 0;
        visibility: hidden;
        z-index: 1;
        display: none;
        transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
    }

    .projects-grid.style-4 .projects-thumbnail .overlay i {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
        background: #000;
        color: #fff;
    }

    .projects-grid.style-4 .projects-thumbnail .overlay i:before {
        font-size: 22px;
    }

    .projects-grid.style-4 .projects-thumbnail .overlay i:hover {
        -webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) translateX(-50%) rotate(90deg);
        transform: translateY(-50%) translateX(-50%) rotate(90deg);
    }

    .projects-grid.style-4 .projects-thumbnail:hover .overlay {
        opacity: 1;
        visibility: visible;
    }

    .projects-grid.style-4 .portfolio-info {
        display: none;
    }

    .projects-grid.img-popup .projects-thumbnail .overlay {
        display: block;
    }

    .projects-grid.img-scale .projects-box:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .projects-grid.no-cat .portfolio-cates {
        display: none;
    }

    @media only screen and (min-width: 1025px) {
        .portfolio-related-posts-wrap .octf-swiper-pagination {
            display: none;
        }
    }

    @media only screen and (max-width: 1199px) {

        .projects-grid.pf_5_cols .grid-sizer,
        .projects-grid.pf_5_cols .project-item,
        .projects-grid.pf_4_cols .grid-sizer,
        .projects-grid.pf_4_cols .project-item {
            width: 33.333333%;
        }

        .projects-grid.pf_5_cols .grid-sizer.thumb2x,
        .projects-grid.pf_5_cols .project-item.thumb2x,
        .projects-grid.pf_4_cols .grid-sizer.thumb2x,
        .projects-grid.pf_4_cols .project-item.thumb2x {
            width: 66.666666%;
        }
    }

    @media only screen and (max-width: 992px) {

        .project-item,
        .grid-sizer,
        .projects-grid.pf_5_cols .grid-sizer,
        .projects-grid.pf_5_cols .project-item,
        .projects-grid.pf_4_cols .grid-sizer,
        .projects-grid.pf_4_cols .project-item {
            width: 50%;
        }

        .project-item.thumb2x,
        .grid-sizer.thumb2x,
        .projects-grid.pf_5_cols .grid-sizer.thumb2x,
        .projects-grid.pf_5_cols .project-item.thumb2x,
        .projects-grid.pf_4_cols .grid-sizer.thumb2x,
        .projects-grid.pf_4_cols .project-item.thumb2x {
            width: 100%;
        }
    }

    @media only screen and (max-width: 768px) {
        .projects-box .portfolio-info {
            right: 0;
            opacity: 1;
        }

        .projects-style-1 .projects-box .portfolio-info .portfolio-info-inner {
            padding: 30px;
        }

        .projects-style-1 .projects-box .portfolio-info h5 {
            font-size: 20px;
        }

        .projects-style-1 .projects-box .portfolio-info .portfolio-cates {
            font-size: 12px;
        }
    }

    @media only screen and (max-width: 600px) {

        .project-item,
        .grid-sizer,
        .projects-grid.pf_5_cols .project-item,
        .projects-grid.pf_4_cols .project-item,
        .projects-grid.pf_2_cols .project-item {
            width: 100%;
        }

        .project_filters li {
            margin-left: 10px;
            margin-right: 10px;
        }

        .portfolio-related-title-wrap h2 {
            font-size: 30px;
        }
    }


    /* projects-grid end
================================================== */
   

      
    .ml2 {
        font-weight: 900;
        font-size: 2.5em;
    }

    .ml2 .letter {
        display: inline-block;
        line-height: 0.2em;
    }
   
      
             

         
  span, a, a:hover {
      display: inline-block;
      text-decoration: none;
      color: inherit;
  }
  .section-head {
    margin-bottom: 60px;
  }
  .section-head h4 {
    position: relative;
    padding:0;
    color:#e9c961;
    line-height: 1;
    letter-spacing:0.3px;
    font-size: 34px;
    font-weight: 700;  
    text-align:center;
    text-transform:none;
    margin-bottom:30px;
  }
  .section-head h4:before {
    content: '';
    width: 60px;
    height: 3px;
    background: #e9c961;
    position: absolute;
    left: 0px;
    bottom: -10px;
    right:0;  
    margin:0 auto;
  }
  .section-head h4 span {
    font-weight: 700;
    padding-bottom: 5px;
    color:#2f2f2f
  }
  p.service_text{
    color:#cccccc !important;
    font-size:16px;
    line-height:28px;
    text-align:center;    
  }
  .section-head p, p.awesome_line{
    color:#818181;
    font-size:16px;
    line-height:28px;
    text-align:center;  
  }

  .extra-text {
      font-size:34px;
      font-weight: 700;
      color:#2f2f2f;
      margin-bottom: 25px;
      position:relative;
      text-transform: none;
  }
  .extra-text::before {
      content: '';
      width: 60px;
      height: 3px;
      background: #f91942;
      position: absolute;
      left: 0px;
      bottom: -10px;
      right: 0;
      margin: 0 auto;
  }
  .extra-text span {
      font-weight: 700;
      color:#f91942;
  }
  .item {
      background: #fff;
      text-align: center;
      padding: 30px 25px;
      -webkit-box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
      box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
      border-radius: 20px;
      border:5px solid rgba(0, 0, 0, 0.07);
      margin-bottom: 30px;
      -webkit-transition: all .5s ease 0;
      transition: all .5s ease 0;
      transition: all 0.5s ease 0s;
  }
  .item:hover{
      background:#b09332;
      box-shadow:0 8px 20px 0px rgba(0, 0, 0, 0.2);
      -webkit-transition: all .5s ease 0;
      transition: all .5s ease 0;
      transition: all 0.5s ease 0s;
  }
  .item:hover .item, .item:hover span.icon{
      background:#fff;
      border-radius:10px;
      -webkit-transition: all .5s ease 0;
      transition: all .5s ease 0;
      transition: all 0.5s ease 0s;
  }
  .item:hover h6, .item:hover p{
      color:#fff;
      -webkit-transition: all .5s ease 0;
      transition: all .5s ease 0;
      transition: all 0.5s ease 0s;
  }
  .item .icon {
      font-size: 40px;
      margin-bottom:25px;
      color: #f91942;   
      width: 90px;
      height: 90px;
      line-height: 96px;
      border-radius: 50px;
  }
  .item .feature_box_col_one{
      background:rgba(247, 198, 5, 0.20);
      color:#f91942
  }
  .item .feature_box_col_two{
      background:rgba(255, 77, 28, 0.15);
      color:#f91942
  }
  .item .feature_box_col_three{
      background:rgba(0, 147, 38, 0.15);
      color:#f91942
  }
  .item .feature_box_col_four{
      background:rgba(0, 108, 255, 0.15);
      color:#f91942
  }
  .item .feature_box_col_five{
      background:rgba(146, 39, 255, 0.15);
      color:#f91942
  }
  .item .feature_box_col_six{
      background:rgba(23, 39, 246, 0.15);
      color:#f91942
  }
  .item p{
    text-align: justify;
      font-size:15px;
      line-height:26px;
      height: 11rem;
  }
  .item h5 {
    font-weight: bold;
    font-size: 20px;
      margin-bottom:20px;
      color:#2f2f2f;
  }
  .mission p {
      margin-bottom: 10px;
      font-size: 15px;
      line-height: 28px;
      font-weight: 500;
  }
  .mission i {
      display: inline-block;
      width: 50px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      background: #f91942;
      border-radius: 50%;
      color: #fff;
      font-size: 25px;
  }
  .mission .small-text {
      margin-left: 10px;
      font-size: 13px;
      color: #666;
  }
  .skills {
      padding-top:0px;
  }
  .skills .prog-item {
      margin-bottom: 25px;
  }
  .skills .prog-item:last-child {
      margin-bottom: 0;
  }
  .skills .prog-item p {
      font-weight: 500;
      font-size: 15px;
      margin-bottom: 10px;
  }
  .skills .prog-item .skills-progress {
      width: 100%;
      height: 10px;
      background: #e0e0e0;
      border-radius:20px;
      position: relative;
  }
  .skills .prog-item .skills-progress span {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      background: #f91942;
      width: 10%;
      border-radius: 10px;
      -webkit-transition: all 1s;
      transition: all 1s;
  }
  .skills .prog-item .skills-progress span:after {
      content: attr(data-value);
      position: absolute;
      top: -5px;
      right: 0;
      font-size: 10px;
      font-weight:600;    
      color: #fff;
      background:rgba(0, 0, 0, 0.9);
      padding: 3px 7px;
      border-radius: 30px;
  }
   