@media screen and (min-width:1800px) {
  .notion-images img {
    width: 100%;
  }

  .content-gallery-year {
    background: #30A7Af;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #0a83ff;
    /* align-items: center; */
    height: 700px;
    position: relative;
  }

  .main-gallery-year {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    width: 100%;

  }

  .content-gallery-year .first-part-gallery {
    padding: 0px 15px;
    position: relative;
    top: 256px;
    height: 264px;

  }

  .content-gallery-year .first-part-gallery h3 {
    text-align: center;
    color: white;
    font-size: 18px;
    font-weight: 600;
    /* margin-bottom: 24px; */
  }

  .content-gallery-year .first-part-gallery p:nth-child(2) {
    font-size: 35px;
    color: white;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0px;
  }

  /* .content-gallery-year .first-part-gallery p:nth-child(2)::before{
    content: "";
    display: block;
    width: 89px;
    height: 2px;
    background: white;
    position: relative;
    top: 50px;
    left: 30px;
} */
  .content-gallery-year .first-part-gallery p:nth-child(3) {
    text-align: center;
    font-size: 15px;
    line-height: 23px;
    font-style: italic;
    color: white;
    font-weight: 300;
    margin-bottom: 0px;
    /* margin-top: 50px; */
  }

  .overlay-second-gallery {
    background-color: transparent;
    bottom: 266px;
    position: relative;
    z-index: 99999999999999;

  }

  .four-round-card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 14px;
    padding: 0 0px;
  }

  .four-round-card li {
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 79px;
    background: #ffffff52;
    border-radius: 77px;
    width: 100%;
    color: black;
    padding: 0 14px;
  }

  .four-round-card li span:nth-child(1) {
    font-size: 18px;
    margin-bottom: 0px;
  }

  .four-round-card li span:nth-child(2) {
    text-align: center;
    font-size: 12px;
    line-height: 16px;
  }

  .four-box-year {
    border: 2px solid white;
    padding: 36px;
    width: 70%;
  }


  .four-box-year p {
    FONT-SIZE: 13PX;
    line-height: 23px;
    font-style: italic;
    text-align: center;
    color: white;
  }

  .heading-imapact h3 {
    text-align: center;
    margin-bottom: 0;
    font-size: 44px;
    letter-spacing: 12px;
    padding-left: 15px;
    color: white;
    padding-top: 35px;
    font-weight: 100;
  }

  .heading-imapact p {
    margin-bottom: 0px;
    text-align: center;

    font-size: 23px;
    font-weight: 100;
    color: white;

  }

  .top-b {
    margin-bottom: 8px;
    text-align: center;
    margin-top: 37px;
    font-size: 23px;
    color: white;
  }

  .img-shape img {
    height: 282px;
    position: absolute;
    bottom: 0;
    object-fit: contain;
    left: 0;

  }

  .icontent-impact {
    background-color: transparent;
    height: 100vh;

    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .button-knwmore {
    WIDTH: 100%;
    HEIGHT: 32px;
    DISPLAY: flex;
    JUSTIFY-CONTENT: center;
    ALIGN-ITEMS: center;
    MARGIN-TOP: 15px;
  }

  .button-knwmore p {
    MARGIN-BOTTOM: 0;
    DISPLAY: flex;
    JUSTIFY-CONTENT: center;
    BACKGROUND: WHITE;
    COLOR: BLACK;
    PADDING: 4px 12px;
    border-radius: 9px;
    font-size: 12px;
  }

  .hidden-sec {
    display: none;
    transition: 3s;
    background-position: center center;
    background-repeat: no-repeat;
    /* min-height: 100vh; */
    width: 450px;
    height: 700px;
    top: 0px;
    position: absolute;
    left: 0%;
  }

  .content-gallery-year:hover .hidden-sec {
    display: block !important;
    cursor: pointer;
    transition: 3s;
    z-index: 99;
  }

  .content-gallery-year:hover .content-gallery-year .first-part-gallery p:nth-child(2)::before {
    left: 0px !important;

    content: "";
    display: block;
    width: 89px;
    height: 2px;
    background: white;
    position: relative;
    top: 50px;

  }

  .icontent-impact1 {
    background-color: transparent;

  }

  .icontent-impact2 {
    background-color: #8b0000;

  }

  .icontent-impact3 {
    background-color: #009b77;
  }

  .icontent-impact4 {
    background-color: #484848;
  }

  .icontent-impact5 {
    background-color: #730081;
  }

  .icontent-impact6 {
    background-color: #5b00bf;
  }

  .content-gallery-year .first-part-gallery h3 {
    margin-bottom: 20px;
    height: 42px;
  }

  .content-gallery-year .first-part-gallery p:nth-child(2) {
    height: 50px;
  }

  .content-gallery-year .first-part-gallery p:nth-child(3) {
    height: 50px;
  }


  .view-more-button {
    background: #39d1d4;
    color: white;
    width: 134px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    cursor: pointer;
    border-radius: 7px;
  }


  .view-more-button2 {
    background: #39d1d4;
    border-radius: 7px;
    color: white;
    width: 134px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    cursor: pointer;
  }

  .view-more-button2 span {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px;
  }

  .vless {
    display: none;
  }

  .hidden-para {
    display: none;
  }

  /*  */

  .view-more-buttonss {
    background: #39d1d4;
    color: white;
    width: 134px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    cursor: pointer;
    border-radius: 7px;
  }


  .view-more-button2ss {
    background: #39d1d4;
    border-radius: 7px;
    color: white;
    width: 134px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    cursor: pointer;
  }

  .view-more-button2ss span {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px;
  }

  .vlessss {
    display: none;
  }

  .hidden-parass {
    display: none;
  }

  /*  */
  .view-more-buttonk {
    background: #39d1d4;
    color: white;
    width: 134px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    cursor: pointer;
    border-radius: 7px;
  }


  .view-more-button2k {
    background: #39d1d4;
    border-radius: 7px;
    color: white;
    width: 134px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    cursor: pointer;
  }

  .view-more-button2k span {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px;
  }

  .vlessk {
    display: none;
  }

  .hidden-parak {
    display: none;
  }

  .content-gallery-year:last-child:hover .hidden-sec {
    left: -42% !important;
  }


  .services-inner .service-main .team-items .single-item .service-homepage .content h4 {
    font-weight: 600 !important;
    margin-bottom: 26px !important;
    color: white !important;
    font-size: 20px !important;
  }

  .services-inner .service-main .team-items .single-item .service-homepage .thumb img {
    transition: all 0.35s ease-in-out;
    height: 230px;
    object-fit: cover;
    width: 100%;

  }

  .grid-change .main-clientslogo {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }

  .service-name h5 {
    margin: 0px;
    padding: 15px 10px 0px;
    font-weight: 600;
    font-size: 15px;
    text-transform: capitalize;
  }

  .remove-box-shadow {
    box-shadow: none !important;
    padding: 0px !important;
  }


  .tne-feature {
    background-color: #ffffff;
    position: relative;
    margin-top: 25px;
  }




  .tne-feature>span {
    display: block;
    width: 32px;
    height: 32px;
    background: #2d2d2d;
    position: absolute;
    top: 10px;
    right: 55px
  }

  .tne-feature>span:nth-child(2) {
    transition: transform .5s ease-in-out
  }

  .tne-feature>span:nth-child(3) {
    background: #39d1d4;
    top: 32px;
    right: 87px;
    transition: transform .8s ease-in-out
  }

  .tne-feature>span:nth-child(4) {
    background: #2d2d2d;
    top: 130px;
    right: 160px;
    width: 20px;
    height: 20px
  }

  .tne-feature>span:nth-child(5) {
    background: #2d2d2d;
    top: 55px;
    right: 25px;
    width: 28px;
    height: 28px
  }

  .tne-feature>span:nth-child(6) {
    background: #2d2d2d;
    top: 80px;
    right: 130px;
    width: 14px;
    height: 14px
  }

  .tne-feature>span:nth-child(7) {
    background: #39d1d4;
    top: 50px;
    right: 230px;
    transition: transform .4s ease-in-out
  }

  .tne-feature>span:nth-child(8) {
    background: #fff;
    top: 82px;
    right: 198px;
    transition: transform .6s ease-in-out
  }

  .tne-feature>span:nth-child(9) {
    background: #2d2d2d;
    top: 82px;
    left: 198px;
    transition: transform .6s ease-in-out
  }

  .tne-feature>span:nth-child(10) {
    background: #39d1d4;
    top: 60px;
    left: 108px;
    transition: transform .6s ease-in-out
  }

  .tne-feature>span:nth-child(11) {
    background: #2d2d2d;
    top: 160px;
    left: 100px;
    transition: transform .6s ease-in-out
  }

  .tne-feature>span:nth-child(12) {
    background: #2d2d2d;
    top: 80px;
    left: 250px;
    transition: transform .6s ease-in-out
  }

  .tne-feature>span:nth-child(13) {
    background: #39d1d4;
    ;
    top: 190px;
    left: 40px;
    transition: transform .6s ease-in-out
  }

  .tne-feature .sqs {
    transform: scale(0)
  }

  .tne-feature .sqh {
    transform: scale(1)
  }

  .tne-feature:hover .sqs {
    transform: scale(1)
  }

  .tne-feature:hover .sqh {
    transform: scale(0)
  }

  .typed-out span {
    color: #39d1d4;
  }


  .tagline-para h5 {
    margin: 30px 0px !important;
  }

  .contact-area .info .content {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
  }

  .margin-top-link {
    margin-top: 15px;
  }

  .contact-form-box .form-box {
    background-color: #39d1d4;
    padding: 30px;
  }

  .contact-heading {
    font-weight: 800;
    font-size: 45px;
    text-transform: uppercase;
  }

  .backgroung-white {
    background: white;
    color: #111;
    font-weight: 400;
  }

  .contact-content p {
    font-size: 20px;
    color: #5d5858;
  }

  #navbar-menu .navbar-nav-new {
    float: right !important;
  }

  .navbar-brandlogo p {
    MARGIN-BOTTOM: 0;
    FONT-SIZE: 35PX;
    COLOR: WHITE;
    FONT-WEIGHT: 600;
    height: 112px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .banner-img {
    width: 100%;
    height: 100vh;
  }


  .banner-img img {
    width: 100%;
    height: calc(100vh - 120px);
    object-position: center center;
  }

  .banner-img video {
    width: 100%;
    height: calc(100vh - 120px);
    object-position: center center;
    object-fit: cover;
  }

  .contact-li {
    background: #39d1d4;
    border-radius: 5px;
  }

  .navbar-nav-new li a {
    padding: 12px 18px !important;
    text-transform: capitalize !important;
  }

  .contact-li a {
    color: black !important;
    padding: 11px 12px !important;
  }

  nav.navbar.bootsnav .navbar-brand {
    padding: 0px 15px !important;
  }

  .navbar-nav-new {
    margin-top: 35px;
  }

  .content-box-p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .content-box-p .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .about-content-area .content-box .info h2 {
    font-weight: 600;
    margin-bottom: 25px;
    text-transform: capitalize;
    font-size: 60px !important;
  }

  .content-box-p .info p {
    font-size: 30px;
    margin-bottom: 40px;
  }

  .btn.btn-gradient::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to right, #39d1d4, #39d1d4, #39d1d4);
    background-size: 220% 150%;
    text-transform: uppercase;
    display: inline-block;
    color: #000000 !important;
    background-color: #39d1d4;
    z-index: -1;
    transition: all 0.35s ease-in-out;
  }

  nav.navbar.bootsnav.navbar-fixed {
    display: block;
    position: absolute !important;
  }

  .service-main.team-area .item .content {
    font-weight: 600;
    font-size: 43px;
    color: white;
    z-index: 99999999999999999;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    padding-left: 47px;
    position: relative;
    bottom: 84px;
  }

  .service-main.team-area .item {
    background: #fff;
    padding: 15px;
    height: 310px;

    box-shadow: 0 0 12px #00000029;

  }

  .service-main.team-area .item h4 {
    font-weight: 600 !important;
    margin-bottom: 5px !important;
    color: white !important;
    font-size: 50px !important;
  }

  .service-main.team-area .team-items .thumb img {
    transition: all 0.35s ease-in-out;
    height: 310px;
    object-fit: cover;
    width: 100%;
  }



  .team-area .team-items .thumb {
    border-bottom: 0px solid transparent;
  }

  .team-area::after {
    border: 0px solid transparent !important;
    border-radius: 0px !important;
  }

  .less-ptb {
    padding-top: 40px;
    padding-bottom: 18px;
  }

  .default-padding {
    padding-top: 120px;
    padding-bottom: 0px !important;
  }

  .navbar-brandlogo-foo p {
    MARGIN-BOTTOM: 0;
    FONT-SIZE: 20PX;
    COLOR: #ffffff !important;
    FONT-WEIGHT: 600;
    height: 50px !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .main-foo {
    display: flex;
    flex-direction: column;
  }

  .navbar-brand-footers {
    float: left;
    height: 50px;
    padding: 0 0 0 0 !important;
  }

  footer .footer-bottom li::before {
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    /* height: 5px; */
    /* width: 5px; */
    background: transparent !important;
    border-radius: 50%;
    margin-top: -3px;
    opacity: 0.5;
  }

  footer .footer-bottom li {
    display: inline-block;
    margin-left: 0 !important;
    padding-left: 8px !important;
  }

  .text-light-f li a {
    color: #ffffff !important;
    text-transform: uppercase;
    font-size: 13px;
  }

  .para-footer p {
    margin-bottom: 14px !important;
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
    color: #ffffff;
  }

  .para-footer {
    margin-top: 14px;
  }

  .button-get .btn.btn-gradient {
    position: relative;
    z-index: 1;
    color: #223d44;
    padding: 18px 81px;
    font-size: 18px;
  }


  .service-list {

    color: white;
    font-size: 17px;
  }

  .form-control {
    color: white;
    background-color: #39d1d4;

  }

  .form-control:focus {
    outline: none;
    color: white;
    background-color: #39d1d4;
  }


  /*  */


  /* .typed-out {
    overflow: hidden;
    border-right: .15em solid orange;
    font-size: 1.6rem;
    width: 0;
} */

  .typed-out {
    overflow: hidden;
    border-right: 0.15em solid transparent;
    white-space: nowrap;
    font-size: 60px;
    height: 100px;
    color: #000000;
    width: 0;
    margin-bottom: 10px;
    animation: typing 1.5s infinite;
    display: flex;
    align-items: center;
    position: relative;

    font-weight: 600;
    /* margin-bottom: 30px; */
    font-size: 60px !important;
    text-transform: capitalize;
  }

  @keyframes typing {
    0% {
      width: 0
    }

    20% {
      width: 20%;
    }

    30% {
      width: 30%;
    }

    40% {
      width: 40%;
    }

    50% {
      width: 50%;
    }

    70% {
      width: 70%;
    }

    90% {
      width: 100%
    }

    100% {
      width: -0;
    }
  }

  .main-typings {
    display: flex;
    align-items: end;
  }

  p {
    color: #0a1f2b;
  }

  .para-footer p:nth-child(2) {
    margin-bottom: 14px !important;
    font-size: 15px;
    line-height: 24px;
    text-transform: capitalize;
    color: #ffffff;
  }

  .nav-tabs .nav-link.active {
    color: #000000 !important;
    background-color: #fff0 !important;
    BORDER-BOTTOM: 5PX SOLID #39d1d4 !important;
  }

  .nav-tabs {
    border-bottom: 1px solid #dee2e600 !important;
  }

  .nav-new {
    DISPLAY: flex !important;
    JUSTIFY-CONTENT: center !important;
    ALIGN-ITEMS: center !important;
  }

  .nav-tabsnew {
    border-bottom: 1px solid #dee2e6 !important;
    margin: 30px 0px;
    /* WIDTH: 156PX !important; */
  }

  .nav-tabsnew a {
    margin-left: 20px;
  }

  #tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    color: #020202 !important;
    font-size: 17px;
    padding: 0 !important;
    font-weight: 300;
  }

  .nav-tabs {
    border-bottom: 1px solid #dee2e600 !important;
  }

  #tabs {
    background: #efefef;
    color: #000;
    margin-top: 60px;
  }

  .main-clientslogo {
    width: 85%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 25px;
    margin: auto;
    padding-top: 7px;
    justify-items: center;
    align-items: center;

  }

  .main-clientslogo .logo-img img {
    width: 75px;
    object-fit: contain;
    height: 104px;
    margin: auto;
    display: block;
  }

  .feature-text.is-green {
    color: #223d44;
    text-transform: capitalize;
    text-align: center;
  }

  .feature-text {
    margin-bottom: 20px;
    color: #0a1f2b;
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    text-align: left;
  }

  .py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .navbar-header {
    float: left;
    /* width: 38%; */
  }

  .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0 solid !important;
    border-right: 0 solid transparent !important;
    border-bottom: 0 !important;
    border-left: 0 solid transparent !important;
  }


  .publication-class.campaign .single-item .item img {
    height: auto !important;
  }

  .services-details-items {
    margin-bottom: 35px;
  }

  .pub-content {
    width: 50%;
    padding: 0px 30px;
  }

  .pub-images {
    width: 50%;
  }

  .pub-content h4 {
    font-size: 18px;
  }

  .pub-content p {

    line-height: 20px;
    font-size: 14px;
    text-align: justify;

  }

  .pub-card {
    display: flex;
    align-items: center;
  }

  .pub-maincard {
    border-radius: 20px;
    box-shadow: 0 0 11px #bfbaba66;
    padding: 20px 20px 20px 20px;
    margin-top: 30px;
  }

  .show-more {
    display: flex;
    justify-content: flex-end;
  }

  .show-more-content-new .show-more-content, .show-more-content-new .show-more-content, .show-less {
    display: block !important;
  }

  .show-more-content-new .show-more {
    display: none !important;
  }

  .show-more-content p {
    margin: 0px;
    padding: 15px 0px;
  }

  .desktop-menu ul li:not(:last-child) a:hover {

    transition: 0.3s all;
  }

  .desktop-menu ul li a {
    font-size: 14px !important;
  }



  .desktop-menu ul>li a:hover::after {
    width: 100%;
    transition: width .8s;
  }

  .social-icons a i {
    font-size: 35px;
    /* opacity: 0.46; */
    color: white;
    margin-left: 10px;
  }

  .media-icons {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: 60px;
  }

  .thumb-services-area .services-items .item {
    background-size: cover;
    background-position: center;
    padding: 0px !important;
    position: relative;
    z-index: 1;
    height: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 3px solid #1c1c1c;
    border-radius: 8px;
    z-index: 1;
    transition: all 0.35s ease-in-out;
  }

  .thumb-services-area .services-items .item:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    overflow: hidden;
  }

  .thumb-services-area .services-items .single-item .item:hover::after,
  .thumb-services-area .services-items .single-item .item::after {
    opacity: 1;
  }

  .common-padding {
    padding: 80px 0px !important;
  }

  .single-item .info h4 {
    font-size: 19px;
    font-weight: bold;
  }

  .navbar-brandlogo-mobile img {
    width: 350px;
    height: 120px;
    object-fit: contain;
  }

  .thumb-services-area .single-item {
    margin-bottom: 30px;
    overflow: hidden;
    height: 230px;
    position: relative;
    border-radius: 8px;
  }

  .bg-theme {
    background-color: #39d1d4;
  }

  .contact-area .info ul li i {
    background: linear-gradient(90deg, rgba(4, 215, 242, 1) 57%, rgba(4, 215, 242, 1) 100%);
  }

  .contact-area .info .content {
    border-radius: 10px;
  }

  .desktop-menu ul li.dropdown {
    position: relative;
  }

  a:hover {
    text-decoration: none !important;
  }

  /* job listing css start */

  /********************
      job-listing
  *********************/
  .job-box {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .job-box .lable {
    width: 200px;
    position: absolute;
    top: -2px;
    left: -86px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 1;
    background: #d8dff7;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .job-box .lable h6 {
    font-size: 12px;
  }

  .job-box:hover {
    border-color: #849ae5 !important;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  .job-box:hover .lable {
    background: #2f55d4;
  }

  .job-list-reg-form {
    position: relative;
    bottom: 45px;
    -webkit-box-shadow: 0 -3px 31px 0 rgba(0, 0, 0, 0.03), 0 6px 20px 0 rgba(0, 0, 0, 0.02);
    box-shadow: 0 -3px 31px 0 rgba(0, 0, 0, 0.03), 0 6px 20px 0 rgba(0, 0, 0, 0.02);
  }

  .left-sidebar .card-body {
    border-bottom: 1px solid #eaedf6;
  }

  a.job-list[data-toggle=collapse]:before {
    content: '\f374';
    display: block;
    font-family: 'Material Design Icons';
    font-size: 20px;
    color: #161c2d;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  a.job-list[data-toggle=collapse].collapsed:before {
    content: '\f415';
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }

  .job-list {
    position: relative;
  }

  .card-header {
    background-color: transparent;
    margin-bottom: 0 !important;
  }

  .custom-control-label:before {
    border: 1px solid #8492a6;
    background-color: transparent;
    width: 17px;
    height: 17px;
    top: 3px;
  }

  .custom-control-label:after {
    width: 18px;
    height: 18px;
    top: 2px;
    left: -25px;
  }

  .custom-control {
    margin: 11px 20px;
  }

  .nice-select:after {
    margin-top: -5px;
    height: 7px;
    width: 7px;
  }

  .apply-btn-sm {
    padding: 6px 20px;
    border-radius: 4px;
  }

  .job-list-box {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }

  .job-list-box:hover {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  /********************
        JOB LIST GRID
    *********************/
  .job-list-grid {
    padding: 210px 0px 60px 0px;
    background-image: url("../images/job-list-grid-bg.jpg");
    background-size: cover;
    position: relative;
    background-position: center center;
  }

  .job-list-grid-reg-form {
    background-color: #fcfcfe !important;
    border: 1px solid #eaedf6;
  }

  .list-grid-item {
    border: 1px solid #eaedf6;
    border-radius: 6px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }

  .list-grid-item:hover {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    border-color: transparent;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  .grid-fev-icon {
    -webkit-text-stroke: 2px #2f55d4;
    -webkit-text-fill-color: transparent;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }

  .grid-fev-icon:hover {
    -webkit-text-stroke: 0px #2f55d4;
    -webkit-text-fill-color: #2f55d4;
  }

  /********************
        JOB SINGLE
    *********************/
  .job-time-btn {
    border-radius: 50px;
  }

  .job-overview {
    padding: 24px 0 24px 24px;
  }

  .overview-details {
    overflow: hidden;
  }


  .pagination.job-pagination .page-link {
    border-radius: 50% !important;
    margin: 0 4px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    /* line-height: 29px; */
    text-align: center;
    color: #8492a6;
  }

  .pagination .page-item.active .page-link {
    background-color: #39d1d4;
    border-color: #39d1d4;
    color: #ffffff !important;
  }

  .display-1 {
    font-size: 80px !important;
  }

  .display-2 {
    font-size: 72px !important;
  }

  .display-3 {
    font-size: 64px !important;
  }

  .display-4 {
    font-size: 56px !important;
  }

  .job-tab ul li a {
    color: black !important;
  }

  .job-tab ul li a.active {
    color: #ffffff !important;
  }

  .company-logo img {
    width: 85px;
    height: 85px;
    object-fit: contain;
  }

  .thumb-services-area .services-items .item::after {
    background: #808080a1 !important;
  }

  .desktop-menu ul li.dropdown a {
    display: inline-flex
  }

  .job-popup-form {
    min-width: 55% !important;
  }

  .login-custom h4 {
    text-align: center;
    margin-bottom: 33px;
  }

  .apply-job-row button {
    /* background: #f44336; */
    background: #39d1d4;
    border-radius: 5px;
    color: black;
    font-weight: 400;

  }

  .job-popup-form .modal-header {
    padding: 0px;
    border: none;
  }

  .job-popup-form .modal-header button {
    width: 35px;
    height: 35px;
    position: absolute;
    right: -2%;
    padding: 0%;
    border-radius: 50%;
    top: -4%;
    opacity: 1;
    color: #ffffff;
    background: #f44336;
    /* justify-content: center; */
    align-items: center;
    justify-content: center;
    display: flex;
    margin: 0%;
  }

  .login-custom .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: none;
    border-radius: 4px;
    min-height: 40px;
  }

  .login-custom .select2-container--default .select2-selection--single .select2-selection__rendered {
    min-height: 40px !important;
    padding: 0px 15px;
    margin: 0px;
    border: 1px solid #d8d8d8;
    width: 100%;
    border-radius: 10px;
  }

  .login-custom .select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    width: 100% !important;
    position: relative;
    vertical-align: middle;
  }

  .login-custom .select2-container--default .select2-selection--single .select2-selection__arrow {
    min-height: 40px;
    position: absolute;
    top: 0px;
    right: 1px;
    width: 20px;
  }

  .job-popup-form .modal-content {
    margin-top: 100px;
  }

  textarea {
    padding: 15px;
    padding: 0px 15px;
    margin: 0px;
    border: 1px solid #d8d8d8;
    width: 100%;
    border-radius: 10px;
  }

  .input-user input {
    min-height: 50px !important;
    padding: 0px 15px;
    margin: 0px;
    border: 0px solid #39d1d4;
    width: 100%;
    background: #39d1d414;

  }

  .input-user select {
    min-height: 50px !important;
    padding: 0px 15px;
    margin: 0px;
    border: 0px solid #39d1d4;
    width: 100%;
    background: #39d1d41f;

  }

  .login-custom .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
  }

  .input-user input::placeholder, .login-custom .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: grey;
  }

  .job-popup-form .modal-body {
    padding: 50px;
  }

  .job-popup-form .modal-header button i {
    font-size: 15px;
  }

  .job-detail a {
    border: none !important;
  }

  .intership-form {
    border-radius: 5px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 4px 10px 2px rgb(0 0 0 / 20%);
    box-shadow: 0 4px 10px 2px rgb(179 170 170 / 20%);
    padding: 40px 50px;
  }




  .service-content .service-list {
    list-style-type: disc;
    list-style-position: inside;
  }

  #home .desktop-header {
    background-color: #ffffff;
    padding: 0px 0px;
    z-index: 999;
    height: 120px;
  }

  .desktop-menu ul li a {
    color: black !important;
  }

  .h-300 {
    height: 300px !important;
  }

  .breadcrumb-area {
    margin-top: 0px !important;
    padding: 0px !important;

  }

  .button-get a {
    background: #39d1d4;
    font-size: 23px;
    color: #ffffff;
    padding: 2px 30px;
    text-transform: uppercase;
    font-weight: 600;
  }

  .dropdown-toggle::after {
    content: "" !important;
    display: none !important;
  }

  .desktop-menu ul li.active {
    background: #1c1c1c !important;
    border-radius: 5px;
  }

  .desktop-menu ul li.active a {
    padding: 6px 20px !important;
    display: inline-block;

    color: #ffffff !important;
    border-radius: 5px;
  }

  .desktop-menu ul li a.dropdown-toggle {
    padding: 6px 15px !important;

  }

  .remove-box-shadow a {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
  }

  .service-homepage:hover a .thumb:before {
    background-color: #000000 !important;
    /* opacity: 0.2; */
  }

  .remove-box-shadow:hover .overlays-services {
    opacity: 1 !important;
    background-color: #000000a1;

  }

  .remove-box-shadow .overlays-services {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 99;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: .5s ease;
    background-color: #00000082;
  }

  .service-homepage a .thumb:before {
    opacity: 1;

    background: transparent;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    transition: all 0.35s ease-in-out;
  }

  .dropdown-arrows {
    margin-left: 10px;
  }

  .dropdown-arrows i {
    font-size: 18px;
  }


  .breadcrumb-area h1 {
    display: none;
  }

  .breadcrumb-area .breadcrumb {
    display: none;
  }

  .job-tab ul.nav {
    display: flex !important;
  }

  .desktop-menu ul li:hover {
    background: #1c1c1c !important;
    border-radius: 5px;
  }

  .desktop-menu ul li:hover a {
    color: #ffffff !important;
    transition: 0.5s all;
  }

  .desktop-menu ul li a {
    padding: 6px 20px !important;
    display: inline-block;

    border-radius: 5px;
  }

  .partner-carousel {
    display: none !important;
  }

  * {
    box-sizing: border-box;
  }

  body {
    margin: 0 !important;
    font-family: 'Poppins', sans-serif !important;
    padding: 0 !important;
  }

  .banner-section {
    margin-top: 0px;
  }

  .publication-class .single-item .item img {
    height: 150px;
    width: 100%;
    object-fit: cover;

  }

  .publication-class .single-item {
    border-radius: 20px;
    margin-right: 15px;
    box-shadow: 0 0 11px #bfbaba66;
    padding: 20px 20px 1px 20px;
    margin-top: 30px;
  }

  .publication-class .single-item .publish-heading h5 {
    margin-bottom: 0px;
    margin-top: 20px;
    min-height: 25px;
    font-size: 13px;

  }

  .input-user .form-control {
    background-color: transparent;
    color: grey;
  }

  /* kb */
  .personal-detail-form {
    border-top: 1px solid #80808014;
    padding: 74px 36px 74px 36px;
    box-shadow: 0 4px 19px 0 rgb(0 0 0 / 11%);
  }

  .Educational-detail-form {
    border-top: 1px solid #80808014;
    padding: 40px 36px 40px 36px;
    box-shadow: 0 4px 19px 0 rgb(0 0 0 / 11%);
  }

  .apply-now {

    color: #ffffff !important;
    padding: 10px 24px;

  }

  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: transparent !important;
    box-shadow: 0 0 0 0.1rem rgb(0 188 212 / 35%) !important;
  }

  .input-user .form-control {
    background-color: #39d1d414;
    color: grey;
  }

  .personal-detail-form {
    margin-bottom: 60px !important;

  }

  /*  */
  .personal-detail-form-blue {
    background: #39d1d4;
  }

  .input-user-#ffffff input {
    min-height: 50px !important;
    padding: 10px 15px;
    margin: 0px;
    border-bottom: 1px solid #ffffff !important;
    width: 100%;
    background: #39d1d414 !important;
    border-top: #ffffff !important;
    border-left: 0px !important;
    border-right: 0px !important;
  }

  .input-user-#ffffff select {
    min-height: 50px !important;
    padding: 0px 15px;
    margin: 0px;
    border-bottom: 1px solid #ffffff !important;
    width: 100%;
    background: #39d1d414 !important;
    border-top: #ffffff !important;
    border-left: 0px !important;
    border-right: 0px !important;
  }

  .apply-now-#ffffff {
    color: black !important;
    padding: 13px 49px;
  }

  .apply-job-row-#ffffff button {
    background: #ffffff;
    border-radius: 5px;

    font-weight: 400;
  }

  .login-custom-#ffffff h4 {
    text-align: center;
    margin-bottom: 33px;
    color: #ffffff;
    font-size: 22px;
  }

  .form-two {
    margin-top: 30px;
  }


  .personal-detail-form .input-user .form-control {
    background-color: transparent !important;
    color: grey;
    border: 1px solid #e6e4e4;
    max-height: 40px !important;
    min-height: 40px !important;

  }

  .personal-detail-form .input-user .form-control::placeholder {
    font-size: 14px
  }

  .input-user.input-user-#ffffff {
    background-color: transparent !important;
    color: grey;
    border: 1px solid #e6e4e4;
    max-height: 40px !important;
    min-height: 40px !important;
  }

  .publication-class .single-item .item {
    overflow: hidden;
  }

  .publication-class .single-item .item:hover img {
    -ms-transform: scale(1.2);
    /* IE 9 */
    -webkit-transform: scale(1.2);
    /* Safari 3-8 */
    transform: scale(1.2);
    transition: 0.7s all;
  }

  .publication-class .single-item .item img {
    transition: transform .8s;
    /* Animation */

  }

  .publish-heading .blog-by {
    text-align: right;
    margin-top: 15px;
    font-size: 12px;
    color: #000;
    font-weight: 800;
  }

  .publish-heading h5 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .ffffff-text {
    color: #ffffff;
  }

  .mt-175 {
    margin-top: 175px;
    background: linear-gradient(185deg, #0b989b, #33cbcf82);
    padding: 150px;
  }

  .card-budget {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 17px;
  }

  .card-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #ffffffa6;
    border-radius: 86px;
    text-align: center;
    border: 1px solid #dde6e7;
  }

  .border-main-div {
    border: 4px solid #ffffff;
    padding: 35px 64px;
  }

  .paragraph-content-budget p {
    font-style: italic;
    color: #ffffff;
    font-style: italic;
    text-shadow: 0px 1px #8f8f8f;
    text-align: center;
    font-size: 16px;

  }

  .knwomore {
    color: black;
    background: #ffffff;
    padding: 9px 29px;
    border-radius: 13px;
    font-size: 14px;
  }

  .button-know-more {
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 79px; */
    margin-top: 39px;
  }

  .card-content {
    height: 93px;
  }

  .card-content p:nth-child(1) {

    margin-bottom: 0px;
    font-size: 25px;

  }

  .card-content p:nth-child(2) {
    margin-bottom: 0px;
    padding: 7px 37px 0px 37px;
    line-height: 18px;
    font-size: 14px;
  }

  .kejriwal h3 {
    text-align: center;
    color: #ffffff;
    font-size: 40px;
    text-shadow: 0px 1px black;
    margin-bottom: 21px;

  }

  .about-items p {
    text-align: justify;
  }

  .white-text {
    color: white;
  }

  .main-clientslogo .logo-img span {
    text-align: center;
    display: inline-block;
    width: 100%;
    font-size: 12px;
    font-weight: 700;
    margin-top: -10px;

  }

  .logo-img figcaption {
    text-align: center;
  }

  .banner-content-section {
    height: 468px;
  }

  .main-form {
    height: 468px;
    width: 100%;

  }

  .color-bg {
    background: radial-gradient(#0000005e, #39d1d4);
    background: radial-gradient(#0000005e, #39d1d4);
    height: 468px;
  }

  .d-flex-color {
    display: flex;
    height: 468px;
  }

  .d-flex-color .first-heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    width: 60%;
  }

  .d-flex-color .form-journy {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 33px;

  }

  .d-flex-color .first-heading h3 {

    font-size: 62px;
    color: white;
    font-weight: 700;
    text-shadow: 0 1px black;

  }

  .d-flex-color .first-heading p {
    color: white;
    font-size: 17px;
    padding-right: 109px;
  }

  .journy-build {
    width: 100%;
  }

  .journy-build .form-control {
    color: white;
    background-color: #ffffff;
    height: 45px !important;
    min-height: 45px;
    border: 0px solid white;
  }

  .start-btn a {
    background: black;
    color: white;
    padding: 7px 42px;
    border-radius: 7px;
  }

  .journy-build select.form-control {
    height: 45px !important;
  }

  .form-journy p {
    color: white;
    font-size: 22px;
    line-height: 31px;
    font-weight: 500;
  }

  .banner-content-section {
    height: 468px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  input::placeholder {
    font-size: 15px;
  }

  .logo-clients {
    display: flex;
    width: 100%;
  }

  .trusted-client-img {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    padding: 16px 0;

  }

  .trusted-client-img .img-client {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .trusted-by {
    width: 30%;
    display: flex;
    align-items: center;
  }

  .trusted-by h3 {
    margin-bottom: 0px;
    font-size: 39px;
    color: #39d1d4;
    font-weight: 600;
    text-shadow: 0 1px #0000007a;
  }

  .trusted-section-log {
    padding: 70px 0;
  }

  .top-boder {
    width: 100%;

    background: radial-gradient(#20bbbe, white);
    height: 5px;
    padding: 0;
  }

  .bottom-boder {
    width: 100%;

    background: radial-gradient(#20bbbe, white);
    height: 5px;
    padding: 0;
  }

  .secon-flexing {
    width: 70%;
  }

  .bg-market {
    height: 300px;
    background: radial-gradient(#0000005e, #39d1d4);
  }

  .section-digital-marketing {
    background-repeat: no-repeat;
    object-fit: fill;
    /* background-size: cover; */
    width: 100%;
    height: 300px;

  }

  .content-digital {
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;

  }

  .content-digital h3 {
    font-size: 49px;
    color: white;
    font-weight: 700;
    text-shadow: 0 1px black;
  }

  .content-digital p {
    display: flex;
    justify-content: center;
    align-items: center;
    color: wh;
    color: white;
    font-size: 18px;
  }

  .our-brand-sections {
    padding: 70px 0;
  }

  .your-brand p {
    margin-bottom: 0px;

    padding: 11px 33px;
    background: #40d3d6;
    color: white;
    font-weight: 600;
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
    transition: 0.3s;
    font-size: 19px;
    text-shadow: 0 1px #ffffff2e;
  }

  .brand-content-main {
    width: 100%;
  }

  .brand-content-main .your-brand {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .your-brand p::after {
    content: "";
    width: 1px;
    height: 50px;
    background-color: black;
    display: block;
    position: absolute;
    top: 50px;
    right: 50%;
  }

  .creative p {
    margin-bottom: 0px;
    border: 2px solid #40d3d673;
    padding: 10px 20px;
    margin-top: 26px;
    color: #40d3d6;
    box-shadow: 0 8px 16px 0 rgb(64 211 214 / 15%);
    font-size: 19px;
    font-weight: bold;
    text-shadow: 0 1px #00000026;
  }

  .stratergy p {
    margin-bottom: 0px;
    border: 1px solid black;
    padding: 10px 20px;
    margin-top: 26px;
  }

  .main-consultings {
    width: 100%;
    display: flex;
    justify-content: space-around;
    position: relative;
  }

  .main-digitals-two {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .digital-contents {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .digital-contents-one {
    display: flex;
    flex-direction: column;
  }

  .digital-contents-two {
    display: flex;
    flex-direction: column;
  }

  .digital-contents-one .development {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

    margin-top: 39px;

  }

  .digital-contents-two .development {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
    margin-top: 39px;


  }

  .digital-contents-one .creative {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .digital-contents-two .creative {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .development p {


    margin: 0 37px;
  }



  .digital-contents-one .creative::after {
    content: " ";
    display: block;
    width: 150px;
    height: 1px;
    background-color: black;
    position: absolute;
    right: 0;
    top: 50px;
  }

  .digital-contents-two .creative::after {
    content: " ";
    display: block;
    width: 153px;
    height: 1px;
    background-color: black;
    position: absolute;
    left: 0;
    top: 50px;
  }

  .creative {
    position: relative;
  }

  .digital-contents-one .development {
    position: relative;
  }

  .digital-contents-one .development::after {
    content: " ";
    display: block;
    width: 1px;
    height: 117px;
    background-color: black;
    position: absolute;
    top: -40px;
    left: 50%;
  }

  .development p:nth-child(1)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 43%;
    top: 24px;
  }

  .development p:nth-child(2)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 50%;
    top: 76px;
  }

  .digital-contents-two .development p:nth-child(1)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 43%;
    top: 8px;
  }

  .digital-contents-two .development p:nth-child(2)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 50%;
    top: 56px;
  }

  .digital-contents-two .development p:nth-child(3)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 43%;
    margin-top: -20px;
  }

  .digital-contents-two .development p:nth-child(4)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 50%;
    margin-top: -12px;
  }

  .digital-contents-two .development p:nth-child(5)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    right: 50%;
    margin-top: -24px;
  }

  .digital-contents-two .development p:nth-child(6)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 50%;

    margin-top: -40px;
  }

  .digital-contents-two .development::after {
    content: " ";
    display: block;
    width: 1px;
    height: 100%;
    background-color: black;
    position: absolute;
    top: -40px;
    left: 50%;
  }

  .right-side {
    text-align: right;
    margin: 0 37px;
    LINE-HEIGHT: 20PX;
    font-size: 15px;
    padding: 0 16px;
    color: #00ccd0 !important;
    font-weight: 600;

  }

  .left-side {
    text-align: left;
    margin: 0 37px;
    LINE-HEIGHT: 20PX;
    font-size: 15px;
    padding: 0 16px;
    color: #00ccd0 !important;
    font-weight: 600;
  }

  .paragraph-cont {
    background: #1ec6ca;
    /* color: white; */
    display: flex;
    padding: 17px 19px;
    clip-path: polygon(0 0, 100% 0, 100% 0%, 85% 62%, 85% 100%, 0 100%, 0% 80%, 0% 20%);
    width: 45%;

  }

  .paragraph-cont p {
    color: white;
    margin-bottom: 0px !important;
    padding-right: 100px;
    line-height: 19px;
    font-size: 14px;
    /* text-shadow: 0 1px #00000054; */
    text-align: justify;
    text-transform: capitalize;
    width: 91%;

  }

  .our-milestones-section {

    padding: 10px 0 70px 0;
    position: relative;

  }

  .head-cont p {
    font-size: 28px;
    font-weight: 600;
    border-bottom: 22px solid #1ec6ca;
    padding-bottom: 11px;

  }

  .head-cont span {

    font-size: 54px;
    font-weight: 700;

  }

  .div-ourmilestones {
    width: 100%;
  }

  .head-cont {
    width: 35%;
  }

  .main-planing {
    display: flex;
    height: 137px;
  }

  .img-plane img {
    width: 180px;
    POSITION: RELATIVE;
    right: 150px;
    top: -22px;
  }

  .img-plane {
    position: relative;
  }

  .box-progress {
    background: linear-gradient(45deg, #000000b5, #39d1d4d4);
    border: 2px solid white;
    background: #40d3d6;
    /* box-shadow: 0 8px 16px 0 rgb(0 0 0 / 54%); */

  }

  .box-progress p {
    color: white;
    margin-bottom: 0px;
    line-height: 19px;
    padding: 12px 12px;
    font-size: 14px;
    height: 100%;
    /* text-shadow: 0 1px black; */
    text-align: center;
    font-weight: 600;
    background: #ffffff1f;
  }

  .progress-milestones {
    display: grid;
    grid-template-columns: repeat(9, 1fr);

    align-items: end;
    height: 550px;
  }

  .p-progress p {
    margin-bottom: 8px;
    text-align: center;
    font-size: 42px;
    font-weight: 800;
    color: #000000a6;

  }

  .first-half {
    height: 70%;
    background: #ffffff;
  }

  .first-progress {
    height: 30%;
    display: flex;
    flex-direction: column;
    justify-content: end;
  }

  .progress-images-bg {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    bottom: 135px;
  }

  .main-div-half {
    height: 550px;
  }

  .p-progress {
    background: white;
    /* padding: 17px 0; */
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(9) .first-half {
    height: 0%;
  }

  .progress-milestones .main-div-half:nth-child(9) .first-progress {
    height: 100%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(9) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(9) .box-progress {
    height: 90%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 1.9s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(9) .p-progress {
    background: white;
    height: 10%;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(8) .first-half {
    height: 10%;
  }

  .progress-milestones .main-div-half:nth-child(8) .first-progress {
    height: 90%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(8) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(8) .box-progress {
    height: 90%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 2.5s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(8) .p-progress {
    background: white;
    height: 10%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(7) .first-half {
    height: 20%;
  }

  .progress-milestones .main-div-half:nth-child(7) .first-progress {
    height: 80%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(7) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(7) .box-progress {
    height: 90%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 2.2s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(7) .p-progress {
    background: white;
    height: 10%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(6) .first-half {
    height: 30%;
  }

  .progress-milestones .main-div-half:nth-child(6) .first-progress {
    height: 70%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(6) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }


  .add-animation .progress-milestones .main-div-half:nth-child(6) .box-progress {
    height: 90%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 1.9s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(6) .p-progress {
    background: white;
    height: 10%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(5) .first-half {
    height: 40%;
  }

  .progress-milestones .main-div-half:nth-child(5) .first-progress {
    height: 60%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(5) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(5) .box-progress {
    height: 88%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 1.7s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(5) .p-progress {
    background: white;
    height: 12%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(4) .first-half {
    height: 50%;
  }

  .progress-milestones .main-div-half:nth-child(4) .first-progress {
    height: 50%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(4) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(4) .box-progress {
    height: 87%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 1.4s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(4) .p-progress {
    background: white;
    height: 13%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(3) .first-half {
    height: 57%;
  }

  .progress-milestones .main-div-half:nth-child(3) .first-progress {
    height: 43%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(3) .box-progress {
    height: 87%;
  }

  .progress-milestones .main-div-half:nth-child(3) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(3) .box-progress {
    height: 87%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 1.0s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(3) .p-progress {
    background: white;
    height: 13%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(2) .first-half {
    height: 63%;
  }

  .progress-milestones .main-div-half:nth-child(2) .first-progress {
    height: 37%;
    background: white;
  }



  .add-animation .progress-milestones .main-div-half:nth-child(2) .box-progress {
    height: 87%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.8s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(2) .p-progress {
    background: white;
    height: 13%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(1) .first-half {
    height: 69%;
    border-left: 2px solid #39d1d4;
  }

  .progress-milestones .main-div-half:nth-child(1) .first-progress {
    height: 31%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(1) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(2) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(1) .box-progress {
    height: 87%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.5s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(1) .p-progress {
    background: white;
    height: 13%;
    display: flex;
    justify-content: center;
    align-items: end;
    border-left: 2px solid #39d1d4;
  }

  .main-planing {
    position: relative;
    z-index: 99;
  }



  .each-unique-section {
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .h3-main-each h3 {
    font-size: 49px;
    color: white;
    font-weight: 700;
    text-shadow: 0 1px black;
    text-align: center;
  }

  .para-each p {
    color: white;
    text-transform: uppercase;
    text-align: center;
  }

  .page-color-each {
    height: 100vh;
    background: radial-gradient(#0000005e, #39d1d4);
    display: flex;
    justify-content: center;
    align-items: center;
  }



  .card-each-div .two-grid-card {

    position: relative;
    /* display: grid; */
    grid-template-columns: repeat(6, 1fr);
    width: 100%;

  }

  .two-grid-card .services-cards {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    transition: 0.3s;
    background: white;
    margin-bottom: 0px;
  }

  .two-grid-card .services-cards {


    padding: 0 14px;
    border-radius: 17px;
    background: linear-gradient(136deg, white, #ffffffc7);
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 0%);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 400px;
    height: 360px;
    flex-direction: column;
    flex-wrap: wrap;

  }

  .services-cards h3 {
    font-size: 19px;
    margin-bottom: 0px;
    text-align: center;
    border-bottom: 1px solid #00000087;
    padding-bottom: 7px;
    font-weight: 700;
  }

  .services-cards p {
    text-align: center;
    font-size: 12px;
    padding: 11px 0px;
    line-height: 20px;
    color: #000000d6;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
  }

  .read-more {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
  }

  .img-iconing {
    height: 88px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .img-iconing img {
    width: 56px;
    height: 60px;
    object-fit: contain;

  }


  .scrolltotop {
    background: #39d1d4;
    position: fixed;
    bottom: 100px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: white;
    display: none;
    z-index: 999;
    justify-content: center;
    align-items: center;
    right: 10px;
  }

  .scrolltotop a {
    display: flex;
    z-index: 999;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;

  }

  .showscroll {
    display: block;
  }

  .scrolltotop a i {
    font-size: 30px;
  }

  .add-animation .first-progress {
    background-color: transparent !important;
    transition: 3s ease-in-out;
  }


  .center-slider .slick-slide {

    color: #FFF;


    transform: scale(1.0);
    transition: all 0.4s ease-in-out;
    position: relative;
    z-index: 9999;
  }

  .center-slider .slick-slide,
  .center-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned)~.slick-cloned[aria-hidden="true"] {
    transform: scale(0.9, 0.9);
    transition: all 0.4s ease-in-out;
  }

  .center-slider .slick-center,
  .center-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"])+.slick-cloned[aria-hidden="true"] {
    transform: scale(1.0);

    border-radius: 20px;

  }

  .show-more-content {
    display: none;
  }

  .service-list-new li {
    text-transform: capitalize;
  }

  .more-services p {
    text-transform: capitalize;
  }

  /* slider css */

  .gallery-slider .wrap {
    position: relative;
    z-index: 100;
    width: 100%;
    height: 100%;
    padding: 0 60px;

    overflow: hidden;
  }

  .banner-content-section {
    height: 468px;
  }

  .main-form {
    height: 468px;
    width: 100%;

  }

  .color-bg {
    background: radial-gradient(#0000005e, #39d1d4);
    background: radial-gradient(#0000005e, #39d1d4);
    height: 468px;
  }

  .d-flex-color {
    display: flex;
    height: 468px;
  }

  .d-flex-color .first-heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    width: 60%;
  }

  .d-flex-color .form-journy {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 33px;

  }

  .d-flex-color .first-heading h3 {

    font-size: 62px;
    color: white;
    font-weight: 700;
    text-shadow: 0 1px black;

  }

  .d-flex-color .first-heading p {
    color: white;
    font-size: 17px;
    padding-right: 109px;
  }

  .journy-build {
    width: 100%;
  }

  .journy-build .form-control {
    color: white;
    background-color: #ffffff;
    height: 45px !important;
    min-height: 45px;
    border: 0px solid white;
  }

  .start-btn a {
    background: black;
    color: white;
    padding: 7px 42px;
    border-radius: 7px;
  }

  .journy-build select.form-control {
    height: 45px !important;
  }

  .form-journy p {
    color: white;
    font-size: 22px;
    line-height: 31px;
    font-weight: 500;
  }

  .banner-content-section {
    height: 468px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  input::placeholder {
    font-size: 15px;
  }

  .logo-clients {
    display: flex;
    width: 100%;
  }

  .trusted-client-img {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    padding: 16px 0;

  }

  .trusted-client-img .img-client {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .trusted-by {
    width: 30%;
    display: flex;
    align-items: center;
  }

  .trusted-by h3 {
    margin-bottom: 0px;
    font-size: 39px;
    color: #39d1d4;
    font-weight: 600;
    text-shadow: 0 1px #0000007a;
  }

  .trusted-section-log {
    padding: 70px 0;
  }

  .top-boder {
    width: 100%;

    background: radial-gradient(#20bbbe, white);
    height: 5px;
    padding: 0;
  }

  .bottom-boder {
    width: 100%;

    background: radial-gradient(#20bbbe, white);
    height: 5px;
    padding: 0;
  }

  .secon-flexing {
    width: 70%;
  }

  .bg-market {
    height: 300px;
    background: radial-gradient(#0000005e, #39d1d4);
  }

  .section-digital-marketing {
    background-repeat: no-repeat;
    /* object-fit: fill; */
    background-size: cover;
    width: 100%;
    height: 300px;

  }

  .content-digital {
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;

  }

  .content-digital h3 {
    font-size: 49px;
    color: white;
    font-weight: 700;
    text-shadow: 0 1px black;
  }

  .content-digital p {
    display: flex;
    justify-content: center;
    align-items: center;
    color: wh;
    color: white;
    font-size: 18px;
  }

  .our-brand-sections {
    padding: 70px 0;
  }

  .your-brand p {
    margin-bottom: 0px;

    padding: 11px 33px;
    background: #40d3d6;
    color: white;
    font-weight: 600;
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
    transition: 0.3s;
    font-size: 19px;
    text-shadow: 0 1px #ffffff2e;
  }

  .brand-content-main {
    width: 100%;
  }

  .brand-content-main .your-brand {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .your-brand p::after {
    content: "";
    width: 1px;
    height: 50px;
    background-color: black;
    display: block;
    position: absolute;
    top: 50px;
    right: 50%;
  }

  .creative p {
    margin-bottom: 0px;
    border: 2px solid #40d3d673;
    padding: 10px 20px;
    margin-top: 26px;
    color: #40d3d6;
    box-shadow: 0 8px 16px 0 rgb(64 211 214 / 15%);
    font-size: 19px;
    font-weight: bold;
    text-shadow: 0 1px #00000026;
  }

  .stratergy p {
    margin-bottom: 0px;
    border: 1px solid black;
    padding: 10px 20px;
    margin-top: 26px;
  }

  .main-consultings {
    width: 100%;
    display: flex;
    justify-content: space-around;
    position: relative;
  }

  .main-digitals-two {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .digital-contents {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .digital-contents-one {
    display: flex;
    flex-direction: column;
  }

  .digital-contents-two {
    display: flex;
    flex-direction: column;
  }

  .digital-contents-one .development {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

    margin-top: 39px;

  }

  .digital-contents-two .development {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
    margin-top: 39px;


  }

  .digital-contents-one .creative {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .digital-contents-two .creative {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .development p {


    margin: 0 37px;
  }



  .digital-contents-one .creative::after {
    content: " ";
    display: block;
    width: 150px;
    height: 1px;
    background-color: black;
    position: absolute;
    right: 0;
    top: 50px;
  }

  .digital-contents-two .creative::after {
    content: " ";
    display: block;
    width: 153px;
    height: 1px;
    background-color: black;
    position: absolute;
    left: 0;
    top: 50px;
  }

  .creative {
    position: relative;
  }

  .digital-contents-one .development {
    position: relative;
  }

  .digital-contents-one .development::after {
    content: " ";
    display: block;
    width: 1px;
    height: 117px;
    background-color: black;
    position: absolute;
    top: -40px;
    left: 50%;
  }

  .development p:nth-child(1)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 43%;
    top: 24px;
  }

  .development p:nth-child(2)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 50%;
    top: 76px;
  }

  .digital-contents-two .development p:nth-child(1)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 43%;
    top: 8px;
  }

  .digital-contents-two .development p:nth-child(2)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 50%;
    top: 56px;
  }

  .digital-contents-two .development p:nth-child(3)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 43%;
    margin-top: -20px;
  }

  .digital-contents-two .development p:nth-child(4)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 50%;
    margin-top: -12px;
  }

  .digital-contents-two .development p:nth-child(5)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    right: 50%;
    margin-top: -24px;
  }

  .digital-contents-two .development p:nth-child(6)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 50%;

    margin-top: -40px;
  }

  .digital-contents-two .development::after {
    content: " ";
    display: block;
    width: 1px;
    height: 100%;
    background-color: black;
    position: absolute;
    top: -40px;
    left: 50%;
  }

  .right-side {
    text-align: right;
    margin: 0 37px;
    LINE-HEIGHT: 20PX;
    font-size: 15px;
    padding: 0 16px;
    color: #00ccd0 !important;
    font-weight: 600;

  }

  .left-side {
    text-align: left;
    margin: 0 37px;
    LINE-HEIGHT: 20PX;
    font-size: 15px;
    padding: 0 16px;
    color: #00ccd0 !important;
    font-weight: 600;
  }

  .paragraph-cont {
    background: #1ec6ca;
    /* color: white; */
    display: flex;
    padding: 17px 19px;
    clip-path: polygon(0 0, 100% 0, 100% 0%, 85% 62%, 85% 100%, 0 100%, 0% 80%, 0% 20%);
    width: 45%;

  }

  .paragraph-cont p {
    color: white;
    margin-bottom: 0px !important;
    padding-right: 100px;
    line-height: 19px;
    font-size: 14px;
    /* text-shadow: 0 1px #00000054; */
    text-align: justify;
    text-transform: capitalize;
    width: 91%;

  }

  .our-milestones-section {

    padding: 10px 0 70px 0;
    position: relative;

  }

  .head-cont p {
    font-size: 28px;
    font-weight: 600;
    border-bottom: 22px solid #1ec6ca;
    padding-bottom: 11px;

  }

  .head-cont span {

    font-size: 54px;
    font-weight: 700;

  }

  .div-ourmilestones {
    width: 100%;
  }

  .head-cont {
    width: 35%;
  }

  .main-planing {
    display: flex;
    height: 137px;
  }

  .img-plane img {
    width: 180px;
    POSITION: RELATIVE;
    right: 150px;
    top: -22px;
  }

  .img-plane {
    position: relative;
  }

  .box-progress {
    background: linear-gradient(45deg, #000000b5, #39d1d4d4);
    border: 2px solid white;
    background: #40d3d6;
    /* box-shadow: 0 8px 16px 0 rgb(0 0 0 / 54%); */

  }

  .box-progress p {
    color: white;
    margin-bottom: 0px;
    line-height: 19px;
    padding: 12px 12px;
    font-size: 14px;
    height: 100%;
    /* text-shadow: 0 1px black; */
    text-align: center;
    font-weight: 600;
    background: #ffffff1f;
  }

  .progress-milestones {
    display: grid;
    grid-template-columns: repeat(9, 1fr);

    align-items: end;
    height: 550px;
  }

  .p-progress p {
    margin-bottom: 8px;
    text-align: center;
    font-size: 42px;
    font-weight: 800;
    color: #000000a6;

  }

  .first-half {
    height: 70%;
    background: #ffffff;
  }

  .first-progress {
    height: 30%;
    display: flex;
    flex-direction: column;
    justify-content: end;
  }

  .progress-images-bg {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    bottom: 135px;
  }

  .main-div-half {
    height: 550px;
  }

  .p-progress {
    background: white;
    /* padding: 17px 0; */
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(9) .first-half {
    height: 0%;
  }

  .progress-milestones .main-div-half:nth-child(9) .first-progress {
    height: 100%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(9) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(9) .box-progress {
    height: 90%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 1.9s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(9) .p-progress {
    background: white;
    height: 10%;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(8) .first-half {
    height: 10%;
  }

  .progress-milestones .main-div-half:nth-child(8) .first-progress {
    height: 90%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(8) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(8) .box-progress {
    height: 90%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 2.5s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(8) .p-progress {
    background: white;
    height: 10%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(7) .first-half {
    height: 20%;
  }

  .progress-milestones .main-div-half:nth-child(7) .first-progress {
    height: 80%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(7) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(7) .box-progress {
    height: 90%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 2.2s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(7) .p-progress {
    background: white;
    height: 10%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(6) .first-half {
    height: 30%;
  }

  .progress-milestones .main-div-half:nth-child(6) .first-progress {
    height: 70%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(6) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }


  .add-animation .progress-milestones .main-div-half:nth-child(6) .box-progress {
    height: 90%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 1.9s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(6) .p-progress {
    background: white;
    height: 10%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(5) .first-half {
    height: 40%;
  }

  .progress-milestones .main-div-half:nth-child(5) .first-progress {
    height: 60%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(5) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(5) .box-progress {
    height: 88%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 1.7s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(5) .p-progress {
    background: white;
    height: 12%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(4) .first-half {
    height: 50%;
  }

  .progress-milestones .main-div-half:nth-child(4) .first-progress {
    height: 50%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(4) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(4) .box-progress {
    height: 87%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 1.4s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(4) .p-progress {
    background: white;
    height: 13%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(3) .first-half {
    height: 57%;
  }

  .progress-milestones .main-div-half:nth-child(3) .first-progress {
    height: 43%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(3) .box-progress {
    height: 87%;
  }

  .progress-milestones .main-div-half:nth-child(3) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(3) .box-progress {
    height: 87%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 1.0s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(3) .p-progress {
    background: white;
    height: 13%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(2) .first-half {
    height: 63%;
  }

  .progress-milestones .main-div-half:nth-child(2) .first-progress {
    height: 37%;
    background: white;
  }



  .add-animation .progress-milestones .main-div-half:nth-child(2) .box-progress {
    height: 87%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.8s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(2) .p-progress {
    background: white;
    height: 13%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(1) .first-half {
    height: 69%;
    border-left: 2px solid #39d1d4;
  }

  .progress-milestones .main-div-half:nth-child(1) .first-progress {
    height: 31%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(1) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(2) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(1) .box-progress {
    height: 87%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.5s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(1) .p-progress {
    background: white;
    height: 13%;
    display: flex;
    justify-content: center;
    align-items: end;
    border-left: 2px solid #39d1d4;
  }

  .main-planing {
    position: relative;
    z-index: 99;
  }



  .each-unique-section {
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .h3-main-each h3 {
    font-size: 49px;
    color: white;
    font-weight: 700;
    text-shadow: 0 1px black;
    text-align: center;
  }

  .para-each p {
    color: white;
    text-transform: uppercase;
    text-align: center;
  }

  .page-color-each {
    height: 100vh;
    background: radial-gradient(#0000005e, #39d1d4);
    display: flex;
    justify-content: center;
    align-items: center;
  }



  .card-each-div .two-grid-card {

    position: relative;
    /* display: grid; */
    grid-template-columns: repeat(6, 1fr);
    width: 100%;

  }

  .two-grid-card .services-cards {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    transition: 0.3s;
    background: white;
    margin-bottom: 0px;
  }

  .two-grid-card .services-cards {


    padding: 0 14px;
    border-radius: 17px;
    background: linear-gradient(136deg, white, #ffffffc7);
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 0%);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 400px;
    height: 360px;
    flex-direction: column;
    flex-wrap: wrap;

  }

  .services-cards h3 {
    font-size: 19px;
    margin-bottom: 0px;
    text-align: center;
    border-bottom: 1px solid #00000087;
    padding-bottom: 7px;
    font-weight: 700;
  }

  .services-cards p {
    text-align: center;
    font-size: 12px;
    padding: 11px 0px;
    line-height: 20px;
    color: #000000d6;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
  }

  .read-more {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
  }

  .img-iconing {
    height: 88px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .img-iconing img {
    width: 56px;
    height: 60px;
    object-fit: contain;

  }


  .scrolltotop {
    background: #39d1d4;
    position: fixed;
    bottom: 100px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: white;
    display: none;
    z-index: 999;
    justify-content: center;
    align-items: center;
    right: 10px;
  }

  .scrolltotop a {
    display: flex;
    z-index: 999;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;

  }

  .showscroll {
    display: block;
  }

  .scrolltotop a i {
    font-size: 30px;
  }

  .add-animation .first-progress {
    background-color: transparent !important;
    transition: 3s ease-in-out;
  }


  .center-slider .slick-slide {

    color: #FFF;


    transform: scale(1.0);
    transition: all 0.4s ease-in-out;
    position: relative;
    z-index: 9999;
  }

  .center-slider .slick-slide,
  .center-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned)~.slick-cloned[aria-hidden="true"] {
    transform: scale(0.9, 0.9);
    transition: all 0.4s ease-in-out;
  }

  .center-slider .slick-center,
  .center-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"])+.slick-cloned[aria-hidden="true"] {
    transform: scale(1.0);

    border-radius: 20px;

  }

  .show-more-content {
    display: none;
  }

  .service-list-new li {
    text-transform: capitalize;
  }

  .more-services p {
    text-transform: capitalize;
  }

  .gallery-slider .wrap:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

  }



  .gallery-slider .slider {
    position: relative;
    z-index: 200;
    padding: 0 0px;
    margin: 5rem auto;
    max-width: 800px;
    width: 100%;
  }

  .gallery-slider .next-arrows i,
  .gallery-slider .prev-arrows i {
    font-size: 20px !important;
    margin: auto;
    display: block;
    text-align: center;
    width: 100%;
  }

  .common-slider .prev-arrows {
    position: absolute;
    top: 50%;
    width: 40px;
    left: -100px;
    background: #1babb4;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
  }

  .gallery-slider .next-arrows, .common-slider .next-arrows, .gallery-slider .next-arrows, .common-slider .prev-arrows {
    position: absolute;
    top: 50%;
    width: 40px;
    right: -100px;
    background: #1babb4;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;

    border: none;

    color: #fff;
    font-family: monospace;
    font-size: 20px;
    z-index: 300;
    border-radius: 50%;
    outline: none;
  }

  .gallery-slider .prev-arrows {
    position: absolute;
    top: 50%;
    width: 40px;
    left: -100px;
    background: #1babb4;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;

    border: none;

    color: #fff;
    font-family: monospace;
    font-size: 20px;
    z-index: 300;
    border-radius: 50%;
    outline: none;
  }






  .gallery-slider .slick-next {
    right: -50px;
    text-align: right;
  }





  .gallery-slider .item.slick-slide {
    width: 400px;
    height: 400px !important;
    transition: transform .5s ease;
    position: relative;
  }



  .gallery-slider .slick-slide:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    transition: transform .4s;
  }



  .gallery-slider .item.slick-slide {
    transform: scale(0.7) translate(640px);
  }



  .gallery-slider .item.slick-slide.slick-center+.slick-slide {
    transform: scale(0.8) translate(-250px);
    z-index: 10;
  }



  .gallery-slider .item.slick-slide.slick-center+.slick-slide+.item.slick-slide {
    transform: scale(0.7) translate(-640px);
    z-index: 5;
  }



  .gallery-slider .item.slick-slide.slick-active {
    transform: scale(0.8) translate(250px);
  }



  .gallery-slider .item.slick-slide.slick-center {

    transform: scale(1);
    z-index: 30;

  }



  .gallery-slider .slick-center:after {
    opacity: 0;
    margin: 10px;
    padding: 10px;
  }




  /* bootstrap hack: fix content width inside hidden tabs */
  .tab-content>.tab-pane, .pill-content>.pill-pane {
    display: block;
    /* undo display:none          */
    height: 0;
    /* height:0 is also invisible */
    overflow: hidden;
    /* no-overflow                */
  }

  .tab-content>.active, .pill-content>.active {
    height: auto;
    /* let the content decide it  */
  }

  /* bootstrap hack end */





  .hero-section {


    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    margin-bottom: 50px;
    text-transform: uppercase;
    background: url("https://media.istockphoto.com/photos/programmer-create-app-coding-software-developer-it-picture-id891341672?b=1&k=20&m=891341672&s=170667a&w=0&h=DWpt-5_lFN3igwwMm9IojM079xcPqCXtcWXi1C9wTaU=");
    background-size: cover;
    padding: 45px 0px;

  }

  .left-section h1 {
    font-size: 3rem;
    letter-spacing: 2px;

  }

  .left-section {

    width: 40%;
    color: white;
  }

  .left-section h5 {
    font-size: 14px;
    line-height: 18px;
  }

  input[type=text] {
    width: 100%;
  }


  .right-section .form input {
    color: darkgrey;
    text-transform: uppercase;
    border-radius: 7px;
    margin-bottom: 12px;

  }


  .right-section .form .start-button {
    background-color: black;
    display: block;
    padding: 7px 38px;
    border-radius: 15px;
    color: white;
  }

  .trusted-by-left {

    margin-left: 11%;
    margin-top: 3%;
  }


  .trusted-by-left h1 {


    text-transform: uppercase;
    font-weight: 600;
    color: #39D1D4;

  }

  .trusted-by-section {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4%;
  }

  .trusted-by-right {
    margin-right: 12%;
  }

  .trusted-by-right .logos img {
    padding: 12px 40px 12px 0px;
  }

  .padding-80 {
    padding: 80px 0px;
  }

  .grid-public {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 15px;
  }


  /* animation effect start */
  .accordion-animation {
    width: 100%;
    height: 700px;
    overflow: hidden;
    margin: 0px auto;
  }

  .accordion-animation ul {
    width: 100%;
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0;
  }

  .accordion-animation ul li {
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    width: 20%;
    height: 700px;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 1000ms ease-in-out;
  }

  .accordion-animation ul li div {
    display: block;
    overflow: hidden;
    width: 100%;
  }

  .accordion-animation ul li div a {
    display: block;
    height: 700;
    width: 100%;
    position: relative;
    z-index: 3;
    vertical-align: bottom;
    padding: 15px 20px;
    box-sizing: border-box;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    /*filter: invert(100%);*/
    text-decoration: none;
    font-family: Open Sans, sans-serif;
    transition: all 1000ms ease-in-out;
  }

  .accordion-animation ul li div a * {
    opacity: 0;
    margin: 0;
    width: 100%;
    text-overflow: ellipsis;
    position: relative;
    z-index: 5;
    white-space: nowrap;
    overflow: hidden;

    -webkit-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
  }

  .accordion-animation ul li div a h2 {
    font-family: Montserrat, sans-serif;
    text-overflow: clip;
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 2px;

  }

  .accordion-animation ul li div a p {
    top: 160px;
    font-size: 18px;
    padding-left: 1em;
  }

  .accordion-animation ul li:nth-child(1) {
    background-image: url("http://dev.fjwestcott.com/media/wysiwyg/home/home_ind_studio_portrait_photography_bob_harrington.jpg");
    background-position: center;
    object-fit: cover;
  }

  .accordion-animation ul li:nth-child(2) {
    background-image: url("http://dev.fjwestcott.com/media/wysiwyg/home/home_ind_cinema_flex_whale_wars_gavin_garrison.jpg");
    background-position: center;
    object-fit: cover;
  }

  .accordion-animation ul li:nth-child(3) {
    background-image: url("http://dev.fjwestcott.com/media/wysiwyg/home/home_ind_studio_portrait_photography_bob_harrington_bts.jpg");
    background-position: center;
    object-fit: cover;
  }

  .accordion-animation ul li:nth-child(4) {
    background-image: url("http://dev.fjwestcott.com/media/wysiwyg/home/home_ind_travel_rapidbox.jpg");
    background-position: center;
    object-fit: cover;
  }

  .accordion-animation ul li:nth-child(5) {
    background-image: url("http://dev.fjwestcott.com/media/wysiwyg/home/home_ind_enthusiast_portrait_photography_little_studio_basics_lights.jpg");
    background-position: center;
    object-fit: cover;
  }

  .accordion-animation ul li:nth-child(6) {
    background-image: url("http://dev.fjwestcott.com/media/wysiwyg/home/home_ind_flex_enthusiast_portrait_photography.jpg");
    background-position: center;
    object-fit: cover;
  }

  .accordion-animation ul li {
    background-size: cover;
  }

  .accordion-animation ul:hover li {
    width: 10%;
  }

  .accordion-animation ul:hover li:hover {
    width: 90%;
  }

  /*.accordion-animation ul:hover li:hover a { background: rgba(0, 0, 0, 0.4); }*/

  .accordion-animation ul:hover li:hover a * {
    opacity: 1;
    /* -webkit-transform: translateX(0);
  transform: translateX(0); */
  }
}

@media screen and (min-width: 1400px) and (max-width: 1800px) {

  .content-gallery-year {
    background: #30A7Af;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #0a83ff;
    /* align-items: center; */
    height: 700px;
    position: relative;
  }

  .main-gallery-year {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    width: 100%;

  }

  .content-gallery-year .first-part-gallery {
    padding: 0px 15px;
    position: relative;
    top: 256px;
    height: 264px;

  }

  .content-gallery-year .first-part-gallery h3 {
    text-align: center;
    color: white;
    font-size: 18px;
    font-weight: 600;
    /* margin-bottom: 24px; */
  }

  .content-gallery-year .first-part-gallery p:nth-child(2) {
    font-size: 35px;
    color: white;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0px;
  }

  /* .content-gallery-year .first-part-gallery p:nth-child(2)::before{
    content: "";
    display: block;
    width: 89px;
    height: 2px;
    background: white;
    position: relative;
    top: 50px;
    left: 30px;
} */
  .content-gallery-year .first-part-gallery p:nth-child(3) {
    text-align: center;
    font-size: 15px;
    line-height: 23px;
    font-style: italic;
    color: white;
    font-weight: 300;
    margin-bottom: 0px;
    /* margin-top: 50px; */
  }

  .overlay-second-gallery {
    background-color: transparent;
    bottom: 266px;
    position: relative;
    z-index: 99999999999999;

  }

  .four-round-card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 14px;
    padding: 0 0px;
  }

  .four-round-card li {
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 79px;
    background: #ffffff52;
    border-radius: 77px;
    width: 100%;
    color: black;
    padding: 0 14px;
  }

  .four-round-card li span:nth-child(1) {
    font-size: 18px;
    margin-bottom: 0px;
  }

  .four-round-card li span:nth-child(2) {
    text-align: center;
    font-size: 12px;
    line-height: 16px;
  }

  .four-box-year {
    border: 2px solid white;
    padding: 36px;
    width: 70%;
  }


  .four-box-year p {
    FONT-SIZE: 13PX;
    line-height: 23px;
    font-style: italic;
    text-align: center;
    color: white;
  }

  .heading-imapact h3 {
    text-align: center;
    margin-bottom: 0;
    font-size: 44px;
    letter-spacing: 12px;
    padding-left: 15px;
    color: white;
    padding-top: 35px;
    font-weight: 100;
  }

  .heading-imapact p {
    margin-bottom: 0px;
    text-align: center;

    font-size: 23px;
    font-weight: 100;
    color: white;

  }

  .top-b {
    margin-bottom: 8px;
    text-align: center;
    margin-top: 37px;
    font-size: 23px;
    color: white;
  }

  .img-shape img {
    height: 282px;
    position: absolute;
    bottom: 0;
    object-fit: contain;
    left: 0;

  }

  .icontent-impact {
    background-color: transparent;
    height: 100vh;

    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .button-knwmore {
    WIDTH: 100%;
    HEIGHT: 32px;
    DISPLAY: flex;
    JUSTIFY-CONTENT: center;
    ALIGN-ITEMS: center;
    MARGIN-TOP: 15px;
  }

  .button-knwmore p {
    MARGIN-BOTTOM: 0;
    DISPLAY: flex;
    JUSTIFY-CONTENT: center;
    BACKGROUND: WHITE;
    COLOR: BLACK;
    PADDING: 4px 12px;
    border-radius: 9px;
    font-size: 12px;
  }

  .hidden-sec {
    display: none;
    transition: 3s;
    background-position: center center;
    background-repeat: no-repeat;
    /* min-height: 100vh; */
    width: 450px;
    height: 700px;
    top: 0px;
    position: absolute;
    left: 0%;
  }

  .content-gallery-year:hover .hidden-sec {
    display: block !important;
    cursor: pointer;
    transition: 3s;
    z-index: 99;
  }

  .content-gallery-year:hover .content-gallery-year .first-part-gallery p:nth-child(2)::before {
    left: 0px !important;

    content: "";
    display: block;
    width: 89px;
    height: 2px;
    background: white;
    position: relative;
    top: 50px;

  }

  .icontent-impact1 {
    background-color: transparent;

  }

  .icontent-impact2 {
    background-color: #8b0000;

  }

  .icontent-impact3 {
    background-color: #009b77;
  }

  .icontent-impact4 {
    background-color: #484848;
  }

  .icontent-impact5 {
    background-color: #730081;
  }

  .icontent-impact6 {
    background-color: #5b00bf;
  }

  .content-gallery-year .first-part-gallery h3 {
    margin-bottom: 20px;
    height: 42px;
  }

  .content-gallery-year .first-part-gallery p:nth-child(2) {
    height: 50px;
  }

  .content-gallery-year .first-part-gallery p:nth-child(3) {
    height: 50px;
  }


  .view-more-button {
    background: #39d1d4;
    color: white;
    width: 134px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    cursor: pointer;
    border-radius: 7px;
  }


  .view-more-button2 {
    background: #39d1d4;
    border-radius: 7px;
    color: white;
    width: 134px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    cursor: pointer;
  }

  .view-more-button2 span {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px;
  }

  .vless {
    display: none;
  }

  .hidden-para {
    display: none;
  }

  /*  */

  .view-more-buttonss {
    background: #39d1d4;
    color: white;
    width: 134px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    cursor: pointer;
    border-radius: 7px;
  }


  .view-more-button2ss {
    background: #39d1d4;
    border-radius: 7px;
    color: white;
    width: 134px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    cursor: pointer;
  }

  .view-more-button2ss span {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px;
  }

  .vlessss {
    display: none;
  }

  .hidden-parass {
    display: none;
  }

  /*  */
  .view-more-buttonk {
    background: #39d1d4;
    color: white;
    width: 134px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    cursor: pointer;
    border-radius: 7px;
  }


  .view-more-button2k {
    background: #39d1d4;
    border-radius: 7px;
    color: white;
    width: 134px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    cursor: pointer;
  }

  .view-more-button2k span {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px;
  }

  .vlessk {
    display: none;
  }

  .hidden-parak {
    display: none;
  }

  .content-gallery-year:last-child:hover .hidden-sec {
    left: -42% !important;
  }


  .services-inner .service-main .team-items .single-item .service-homepage .content h4 {
    font-weight: 600 !important;
    margin-bottom: 26px !important;
    color: white !important;
    font-size: 20px !important;
  }

  .services-inner .service-main .team-items .single-item .service-homepage .thumb img {
    transition: all 0.35s ease-in-out;
    height: 230px;
    object-fit: cover;
    width: 100%;

  }

  .grid-change .main-clientslogo {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }

  .service-name h5 {
    margin: 0px;
    padding: 15px 10px 0px;
    font-weight: 600;
    font-size: 15px;
    text-transform: capitalize;
  }

  .remove-box-shadow {
    box-shadow: none !important;
    padding: 0px !important;
  }


  .tne-feature {
    background-color: #ffffff;
    position: relative;
    margin-top: 25px;
  }




  .tne-feature>span {
    display: block;
    width: 32px;
    height: 32px;
    background: #2d2d2d;
    position: absolute;
    top: 10px;
    right: 55px
  }

  .tne-feature>span:nth-child(2) {
    transition: transform .5s ease-in-out
  }

  .tne-feature>span:nth-child(3) {
    background: #39d1d4;
    top: 32px;
    right: 87px;
    transition: transform .8s ease-in-out
  }

  .tne-feature>span:nth-child(4) {
    background: #2d2d2d;
    top: 130px;
    right: 160px;
    width: 20px;
    height: 20px
  }

  .tne-feature>span:nth-child(5) {
    background: #2d2d2d;
    top: 55px;
    right: 25px;
    width: 28px;
    height: 28px
  }

  .tne-feature>span:nth-child(6) {
    background: #2d2d2d;
    top: 80px;
    right: 130px;
    width: 14px;
    height: 14px
  }

  .tne-feature>span:nth-child(7) {
    background: #39d1d4;
    top: 50px;
    right: 230px;
    transition: transform .4s ease-in-out
  }

  .tne-feature>span:nth-child(8) {
    background: #fff;
    top: 82px;
    right: 198px;
    transition: transform .6s ease-in-out
  }

  .tne-feature>span:nth-child(9) {
    background: #2d2d2d;
    top: 82px;
    left: 198px;
    transition: transform .6s ease-in-out
  }

  .tne-feature>span:nth-child(10) {
    background: #39d1d4;
    top: 60px;
    left: 108px;
    transition: transform .6s ease-in-out
  }

  .tne-feature>span:nth-child(11) {
    background: #2d2d2d;
    top: 160px;
    left: 100px;
    transition: transform .6s ease-in-out
  }

  .tne-feature>span:nth-child(12) {
    background: #2d2d2d;
    top: 80px;
    left: 250px;
    transition: transform .6s ease-in-out
  }

  .tne-feature>span:nth-child(13) {
    background: #39d1d4;
    ;
    top: 190px;
    left: 40px;
    transition: transform .6s ease-in-out
  }

  .tne-feature .sqs {
    transform: scale(0)
  }

  .tne-feature .sqh {
    transform: scale(1)
  }

  .tne-feature:hover .sqs {
    transform: scale(1)
  }

  .tne-feature:hover .sqh {
    transform: scale(0)
  }

  .typed-out span {
    color: #39d1d4;
  }


  .tagline-para h5 {
    margin: 30px 0px !important;
  }

  .contact-area .info .content {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
  }

  .margin-top-link {
    margin-top: 15px;
  }

  .contact-form-box .form-box {
    background-color: #39d1d4;
    padding: 30px;
  }

  .contact-heading {
    font-weight: 800;
    font-size: 45px;
    text-transform: uppercase;
  }

  .backgroung-white {
    background: white;
    color: #111;
    font-weight: 400;
  }

  .contact-content p {
    font-size: 20px;
    color: #5d5858;
  }

  #navbar-menu .navbar-nav-new {
    float: right !important;
  }

  .navbar-brandlogo p {
    MARGIN-BOTTOM: 0;
    FONT-SIZE: 35PX;
    COLOR: WHITE;
    FONT-WEIGHT: 600;
    height: 112px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .banner-img {
    width: 100%;
    height: 100vh;
  }


  .banner-img img {
    width: 100%;
    height: calc(100vh - 120px);
    object-position: center center;
  }

  .banner-img video {
    width: 100%;
    height: calc(100vh - 120px);
    object-position: center center;
    object-fit: cover;
  }

  .contact-li {
    background: #39d1d4;
    border-radius: 5px;
  }

  .navbar-nav-new li a {
    padding: 12px 18px !important;
    text-transform: capitalize !important;
  }

  .contact-li a {
    color: black !important;
    padding: 11px 12px !important;
  }

  nav.navbar.bootsnav .navbar-brand {
    padding: 0px 15px !important;
  }

  .navbar-nav-new {
    margin-top: 35px;
  }

  .content-box-p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .content-box-p .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .about-content-area .content-box .info h2 {
    font-weight: 600;
    margin-bottom: 25px;
    text-transform: capitalize;
    font-size: 60px !important;
  }

  .content-box-p .info p {
    font-size: 30px;
    margin-bottom: 40px;
  }

  .btn.btn-gradient::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to right, #39d1d4, #39d1d4, #39d1d4);
    background-size: 220% 150%;
    text-transform: uppercase;
    display: inline-block;
    color: #000000 !important;
    background-color: #39d1d4;
    z-index: -1;
    transition: all 0.35s ease-in-out;
  }

  nav.navbar.bootsnav.navbar-fixed {
    display: block;
    position: absolute !important;
  }

  .service-main.team-area .item .content {
    font-weight: 600;
    font-size: 43px;
    color: white;
    z-index: 99999999999999999;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    padding-left: 47px;
    position: relative;
    bottom: 84px;
  }

  .service-main.team-area .item {
    background: #fff;
    padding: 15px;
    height: 310px;

    box-shadow: 0 0 12px #00000029;

  }

  .service-main.team-area .item h4 {
    font-weight: 600 !important;
    margin-bottom: 5px !important;
    color: white !important;
    font-size: 50px !important;
  }

  .service-main.team-area .team-items .thumb img {
    transition: all 0.35s ease-in-out;
    height: 310px;
    object-fit: cover;
    width: 100%;
  }



  .team-area .team-items .thumb {
    border-bottom: 0px solid transparent;
  }

  .team-area::after {
    border: 0px solid transparent !important;
    border-radius: 0px !important;
  }

  .less-ptb {
    padding-top: 40px;
    padding-bottom: 18px;
  }

  .default-padding {
    padding-top: 120px;
    padding-bottom: 0px !important;
  }

  .navbar-brandlogo-foo p {
    MARGIN-BOTTOM: 0;
    FONT-SIZE: 20PX;
    COLOR: #ffffff !important;
    FONT-WEIGHT: 600;
    height: 50px !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .main-foo {
    display: flex;
    flex-direction: column;
  }

  .navbar-brand-footers {
    float: left;
    height: 50px;
    padding: 0 0 0 0 !important;
  }

  footer .footer-bottom li::before {
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    /* height: 5px; */
    /* width: 5px; */
    background: transparent !important;
    border-radius: 50%;
    margin-top: -3px;
    opacity: 0.5;
  }

  footer .footer-bottom li {
    display: inline-block;
    margin-left: 0 !important;
    padding-left: 7px;
  }

  .text-light-f li a {
    color: #ffffff !important;
    text-transform: uppercase;
    font-size: 13px;
  }

  .para-footer p {
    margin-bottom: 14px !important;
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
    color: #ffffff;
  }

  .para-footer {
    margin-top: 14px;
  }

  .button-get .btn.btn-gradient {
    position: relative;
    z-index: 1;
    color: #223d44;
    padding: 18px 81px;
    font-size: 18px;
  }


  .service-list {

    color: white;
    font-size: 17px;
  }

  .form-control {
    color: white;
    background-color: #39d1d4;

  }

  .form-control:focus {
    outline: none;
    color: white;
    background-color: #39d1d4;
  }


  /*  */


  /* .typed-out {
    overflow: hidden;
    border-right: .15em solid orange;
    font-size: 1.6rem;
    width: 0;
} */

  .typed-out {
    overflow: hidden;
    border-right: 0.15em solid transparent;
    white-space: nowrap;
    font-size: 60px;
    height: 100px;
    color: #000000;
    width: 0;
    margin-bottom: 10px;
    animation: typing 1.5s infinite;
    display: flex;
    align-items: center;
    position: relative;

    font-weight: 600;
    /* margin-bottom: 30px; */
    font-size: 60px !important;
    text-transform: capitalize;
  }

  @keyframes typing {
    0% {
      width: 0
    }

    20% {
      width: 20%;
    }

    30% {
      width: 30%;
    }

    40% {
      width: 40%;
    }

    50% {
      width: 50%;
    }

    70% {
      width: 70%;
    }

    90% {
      width: 100%
    }

    100% {
      width: -0;
    }
  }

  .main-typings {
    display: flex;
    align-items: end;
  }

  p {
    color: #0a1f2b;
  }

  .para-footer p:nth-child(2) {
    margin-bottom: 14px !important;
    font-size: 15px;
    line-height: 24px;
    text-transform: capitalize;
    color: #ffffff;
  }

  .nav-tabs .nav-link.active {
    color: #000000 !important;
    background-color: #fff0 !important;
    BORDER-BOTTOM: 5PX SOLID #39d1d4 !important;
  }

  .nav-tabs {
    border-bottom: 1px solid #dee2e600 !important;
  }

  .nav-new {
    DISPLAY: flex !important;
    JUSTIFY-CONTENT: center !important;
    ALIGN-ITEMS: center !important;
  }

  .nav-tabsnew {
    border-bottom: 1px solid #dee2e6 !important;
    margin: 30px 0px;
    /* WIDTH: 156PX !important; */
  }

  .nav-tabsnew a {
    margin-left: 20px;
  }

  #tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    color: #020202 !important;
    font-size: 17px;
    padding: 0 !important;
    font-weight: 300;
  }

  .nav-tabs {
    border-bottom: 1px solid #dee2e600 !important;
  }

  #tabs {
    background: #efefef;
    color: #000;
    margin-top: 60px;
  }

  .main-clientslogo {
    width: 85%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 25px;
    margin: auto;
    padding-top: 7px;
    justify-items: center;
    align-items: center;

  }

  .main-clientslogo .logo-img img {
    width: 75px;
    object-fit: contain;
    height: 104px;
    margin: auto;
    display: block;
  }

  .feature-text.is-green {
    color: #223d44;
    text-transform: capitalize;
    text-align: center;
  }

  .feature-text {
    margin-bottom: 20px;
    color: #0a1f2b;
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    text-align: left;
  }

  .py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .navbar-header {
    float: left;
    /* width: 38%; */
  }

  .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0 solid !important;
    border-right: 0 solid transparent !important;
    border-bottom: 0 !important;
    border-left: 0 solid transparent !important;
  }


  .publication-class.campaign .single-item .item img {
    height: auto !important;
  }

  .services-details-items {
    margin-bottom: 35px;
  }

  .pub-content {
    width: 50%;
    padding: 0px 30px;
  }

  .pub-images {
    width: 50%;
  }

  .pub-content h4 {
    font-size: 18px;
  }

  .pub-content p {

    line-height: 20px;
    font-size: 14px;
    text-align: justify;

  }

  .pub-card {
    display: flex;
    align-items: center;
  }

  .pub-maincard {
    border-radius: 20px;
    box-shadow: 0 0 11px #bfbaba66;
    padding: 20px 20px 20px 20px;
    margin-top: 30px;
  }

  .show-more {
    display: flex;
    justify-content: flex-end;
  }

  .show-more-content-new .show-more-content, .show-more-content-new .show-more-content, .show-less {
    display: block !important;
  }

  .show-more-content-new .show-more {
    display: none !important;
  }

  .show-more-content p {
    margin: 0px;
    padding: 15px 0px;
  }

  .desktop-menu ul li:not(:last-child) a:hover {

    transition: 0.3s all;
  }

  .desktop-menu ul li a {
    font-size: 14px !important;
  }



  .desktop-menu ul>li a:hover::after {
    width: 100%;
    transition: width .8s;
  }

  .social-icons a i {
    font-size: 35px;
    /* opacity: 0.46; */
    color: white;
    margin-left: 10px;
  }

  .media-icons {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: 60px;
  }

  .thumb-services-area .services-items .item {
    background-size: cover;
    background-position: center;
    padding: 0px !important;
    position: relative;
    z-index: 1;
    height: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 3px solid #1c1c1c;
    border-radius: 8px;
    z-index: 1;
    transition: all 0.35s ease-in-out;
  }

  .thumb-services-area .services-items .item:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    overflow: hidden;
  }

  .thumb-services-area .services-items .single-item .item:hover::after,
  .thumb-services-area .services-items .single-item .item::after {
    opacity: 1;
  }

  .common-padding {
    padding: 80px 0px !important;
  }

  .single-item .info h4 {
    font-size: 19px;
    font-weight: bold;
  }

  .navbar-brandlogo-mobile img {
    width: 350px;
    height: 120px;
    object-fit: contain;
  }

  .thumb-services-area .single-item {
    margin-bottom: 30px;
    overflow: hidden;
    height: 230px;
    position: relative;
    border-radius: 8px;
  }

  .bg-theme {
    background-color: #39d1d4;
  }

  .contact-area .info ul li i {
    background: linear-gradient(90deg, rgba(4, 215, 242, 1) 57%, rgba(4, 215, 242, 1) 100%);
  }

  .contact-area .info .content {
    border-radius: 10px;
  }

  .desktop-menu ul li.dropdown {
    position: relative;
  }

  a:hover {
    text-decoration: none !important;
  }

  /* job listing css start */

  /********************
      job-listing
  *********************/
  .job-box {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .job-box .lable {
    width: 200px;
    position: absolute;
    top: -2px;
    left: -86px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 1;
    background: #d8dff7;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .job-box .lable h6 {
    font-size: 12px;
  }

  .job-box:hover {
    border-color: #849ae5 !important;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  .job-box:hover .lable {
    background: #2f55d4;
  }

  .job-list-reg-form {
    position: relative;
    bottom: 45px;
    -webkit-box-shadow: 0 -3px 31px 0 rgba(0, 0, 0, 0.03), 0 6px 20px 0 rgba(0, 0, 0, 0.02);
    box-shadow: 0 -3px 31px 0 rgba(0, 0, 0, 0.03), 0 6px 20px 0 rgba(0, 0, 0, 0.02);
  }

  .left-sidebar .card-body {
    border-bottom: 1px solid #eaedf6;
  }

  a.job-list[data-toggle=collapse]:before {
    content: '\f374';
    display: block;
    font-family: 'Material Design Icons';
    font-size: 20px;
    color: #161c2d;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  a.job-list[data-toggle=collapse].collapsed:before {
    content: '\f415';
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }

  .job-list {
    position: relative;
  }

  .card-header {
    background-color: transparent;
    margin-bottom: 0 !important;
  }

  .custom-control-label:before {
    border: 1px solid #8492a6;
    background-color: transparent;
    width: 17px;
    height: 17px;
    top: 3px;
  }

  .custom-control-label:after {
    width: 18px;
    height: 18px;
    top: 2px;
    left: -25px;
  }

  .custom-control {
    margin: 11px 20px;
  }

  .nice-select:after {
    margin-top: -5px;
    height: 7px;
    width: 7px;
  }

  .apply-btn-sm {
    padding: 6px 20px;
    border-radius: 4px;
  }

  .job-list-box {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }

  .job-list-box:hover {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  /********************
        JOB LIST GRID
    *********************/
  .job-list-grid {
    padding: 210px 0px 60px 0px;
    background-image: url("../images/job-list-grid-bg.jpg");
    background-size: cover;
    position: relative;
    background-position: center center;
  }

  .job-list-grid-reg-form {
    background-color: #fcfcfe !important;
    border: 1px solid #eaedf6;
  }

  .list-grid-item {
    border: 1px solid #eaedf6;
    border-radius: 6px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }

  .list-grid-item:hover {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    border-color: transparent;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  .grid-fev-icon {
    -webkit-text-stroke: 2px #2f55d4;
    -webkit-text-fill-color: transparent;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }

  .grid-fev-icon:hover {
    -webkit-text-stroke: 0px #2f55d4;
    -webkit-text-fill-color: #2f55d4;
  }

  /********************
        JOB SINGLE
    *********************/
  .job-time-btn {
    border-radius: 50px;
  }

  .job-overview {
    padding: 24px 0 24px 24px;
  }

  .overview-details {
    overflow: hidden;
  }


  .pagination.job-pagination .page-link {
    border-radius: 50% !important;
    margin: 0 4px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    /* line-height: 29px; */
    text-align: center;
    color: #8492a6;
  }

  .pagination .page-item.active .page-link {
    background-color: #39d1d4;
    border-color: #39d1d4;
    color: #ffffff !important;
  }

  .display-1 {
    font-size: 80px !important;
  }

  .display-2 {
    font-size: 72px !important;
  }

  .display-3 {
    font-size: 64px !important;
  }

  .display-4 {
    font-size: 56px !important;
  }

  .job-tab ul li a {
    color: black !important;
  }

  .job-tab ul li a.active {
    color: #ffffff !important;
  }

  .company-logo img {
    width: 85px;
    height: 85px;
    object-fit: contain;
  }

  .thumb-services-area .services-items .item::after {
    background: #808080a1 !important;
  }

  .desktop-menu ul li.dropdown a {
    display: inline-flex
  }

  .job-popup-form {
    min-width: 55% !important;
  }

  .login-custom h4 {
    text-align: center;
    margin-bottom: 33px;
  }

  .apply-job-row button {
    /* background: #f44336; */
    background: #39d1d4;
    border-radius: 5px;
    color: black;
    font-weight: 400;

  }

  .job-popup-form .modal-header {
    padding: 0px;
    border: none;
  }

  .job-popup-form .modal-header button {
    width: 35px;
    height: 35px;
    position: absolute;
    right: -2%;
    padding: 0%;
    border-radius: 50%;
    top: -4%;
    opacity: 1;
    color: #ffffff;
    background: #f44336;
    /* justify-content: center; */
    align-items: center;
    justify-content: center;
    display: flex;
    margin: 0%;
  }

  .login-custom .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: none;
    border-radius: 4px;
    min-height: 40px;
  }

  .login-custom .select2-container--default .select2-selection--single .select2-selection__rendered {
    min-height: 40px !important;
    padding: 0px 15px;
    margin: 0px;
    border: 1px solid #d8d8d8;
    width: 100%;
    border-radius: 10px;
  }

  .login-custom .select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    width: 100% !important;
    position: relative;
    vertical-align: middle;
  }

  .login-custom .select2-container--default .select2-selection--single .select2-selection__arrow {
    min-height: 40px;
    position: absolute;
    top: 0px;
    right: 1px;
    width: 20px;
  }

  .job-popup-form .modal-content {
    margin-top: 100px;
  }

  textarea {
    padding: 15px;
    padding: 0px 15px;
    margin: 0px;
    border: 1px solid #d8d8d8;
    width: 100%;
    border-radius: 10px;
  }

  .input-user input {
    min-height: 50px !important;
    padding: 0px 15px;
    margin: 0px;
    border: 0px solid #39d1d4;
    width: 100%;
    background: #39d1d414;

  }

  .input-user select {
    min-height: 50px !important;
    padding: 0px 15px;
    margin: 0px;
    border: 0px solid #39d1d4;
    width: 100%;
    background: #39d1d41f;

  }

  .login-custom .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
  }

  .input-user input::placeholder, .login-custom .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: grey;
  }

  .job-popup-form .modal-body {
    padding: 50px;
  }

  .job-popup-form .modal-header button i {
    font-size: 15px;
  }

  .job-detail a {
    border: none !important;
  }

  .intership-form {
    border-radius: 5px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 4px 10px 2px rgb(0 0 0 / 20%);
    box-shadow: 0 4px 10px 2px rgb(179 170 170 / 20%);
    padding: 40px 50px;
  }




  .service-content .service-list {
    list-style-type: disc;
    list-style-position: inside;
  }

  #home .desktop-header {
    background-color: #ffffff;
    padding: 0px 0px;
    z-index: 999;
    height: 120px;
  }

  .desktop-menu ul li a {
    color: black !important;
  }

  .h-300 {
    height: 300px !important;
  }

  .breadcrumb-area {
    margin-top: 0px !important;
    padding: 0px !important;

  }

  .button-get a {
    background: #39d1d4;
    font-size: 23px;
    color: #ffffff;
    padding: 2px 30px;
    text-transform: uppercase;
    font-weight: 600;
  }

  .dropdown-toggle::after {
    content: "" !important;
    display: none !important;
  }

  .desktop-menu ul li.active {
    background: #1c1c1c !important;
    border-radius: 5px;
  }

  .desktop-menu ul li.active a {
    padding: 6px 20px !important;
    display: inline-block;

    color: #ffffff !important;
    border-radius: 5px;
  }

  .desktop-menu ul li a.dropdown-toggle {
    padding: 6px 15px !important;

  }

  .remove-box-shadow a {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
  }

  .service-homepage:hover a .thumb:before {
    background-color: #000000 !important;
    /* opacity: 0.2; */
  }

  .remove-box-shadow:hover .overlays-services {
    opacity: 1 !important;
    background-color: #000000a1;

  }

  .remove-box-shadow .overlays-services {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 99;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: .5s ease;
    background-color: #00000082;
  }

  .service-homepage a .thumb:before {
    opacity: 1;

    background: transparent;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    transition: all 0.35s ease-in-out;
  }

  .dropdown-arrows {
    margin-left: 10px;
  }

  .dropdown-arrows i {
    font-size: 18px;
  }


  .breadcrumb-area h1 {
    display: none;
  }

  .breadcrumb-area .breadcrumb {
    display: none;
  }

  .job-tab ul.nav {
    display: flex !important;
  }

  .desktop-menu ul li:hover {
    background: #1c1c1c !important;
    border-radius: 5px;
  }

  .desktop-menu ul li:hover a {
    color: #ffffff !important;
    transition: 0.5s all;
  }

  .desktop-menu ul li a {
    padding: 6px 20px !important;
    display: inline-block;

    border-radius: 5px;
  }

  .partner-carousel {
    display: none !important;
  }

  * {
    box-sizing: border-box;
  }

  body {
    margin: 0 !important;
    font-family: 'Poppins', sans-serif !important;
    padding: 0 !important;
  }

  .banner-section {
    margin-top: 0px;
  }

  .publication-class .single-item .item img {
    height: 150px;
    width: 100%;
    object-fit: cover;

  }

  .publication-class .single-item {
    border-radius: 20px;
    margin-right: 15px;
    box-shadow: 0 0 11px #bfbaba66;
    padding: 20px 20px 1px 20px;
    margin-top: 30px;
  }

  .publication-class .single-item .publish-heading h5 {
    margin-bottom: 0px;
    margin-top: 20px;
    min-height: 25px;
    font-size: 13px;

  }

  .input-user .form-control {
    background-color: transparent;
    color: grey;
  }

  /* kb */
  .personal-detail-form {
    border-top: 1px solid #80808014;
    padding: 74px 36px 74px 36px;
    box-shadow: 0 4px 19px 0 rgb(0 0 0 / 11%);
  }

  .Educational-detail-form {
    border-top: 1px solid #80808014;
    padding: 40px 36px 40px 36px;
    box-shadow: 0 4px 19px 0 rgb(0 0 0 / 11%);
  }

  .apply-now {

    color: #ffffff !important;
    padding: 10px 24px;

  }

  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: transparent !important;
    box-shadow: 0 0 0 0.1rem rgb(0 188 212 / 35%) !important;
  }

  .input-user .form-control {
    background-color: #39d1d414;
    color: grey;
  }

  .personal-detail-form {
    margin-bottom: 60px !important;

  }

  /*  */
  .personal-detail-form-blue {
    background: #39d1d4;
  }

  .input-user-#ffffff input {
    min-height: 50px !important;
    padding: 10px 15px;
    margin: 0px;
    border-bottom: 1px solid #ffffff !important;
    width: 100%;
    background: #39d1d414 !important;
    border-top: #ffffff !important;
    border-left: 0px !important;
    border-right: 0px !important;
  }

  .input-user-#ffffff select {
    min-height: 50px !important;
    padding: 0px 15px;
    margin: 0px;
    border-bottom: 1px solid #ffffff !important;
    width: 100%;
    background: #39d1d414 !important;
    border-top: #ffffff !important;
    border-left: 0px !important;
    border-right: 0px !important;
  }

  .apply-now-#ffffff {
    color: black !important;
    padding: 13px 49px;
  }

  .apply-job-row-#ffffff button {
    background: #ffffff;
    border-radius: 5px;

    font-weight: 400;
  }

  .login-custom-#ffffff h4 {
    text-align: center;
    margin-bottom: 33px;
    color: #ffffff;
    font-size: 22px;
  }

  .form-two {
    margin-top: 30px;
  }


  .personal-detail-form .input-user .form-control {
    background-color: transparent !important;
    color: grey;
    border: 1px solid #e6e4e4;
    max-height: 40px !important;
    min-height: 40px !important;

  }

  .personal-detail-form .input-user .form-control::placeholder {
    font-size: 14px
  }

  .input-user.input-user-#ffffff {
    background-color: transparent !important;
    color: grey;
    border: 1px solid #e6e4e4;
    max-height: 40px !important;
    min-height: 40px !important;
  }

  .publication-class .single-item .item {
    overflow: hidden;
  }

  .publication-class .single-item .item:hover img {
    -ms-transform: scale(1.2);
    /* IE 9 */
    -webkit-transform: scale(1.2);
    /* Safari 3-8 */
    transform: scale(1.2);
    transition: 0.7s all;
  }

  .publication-class .single-item .item img {
    transition: transform .8s;
    /* Animation */

  }

  .publish-heading .blog-by {
    text-align: right;
    margin-top: 15px;
    font-size: 12px;
    color: #000;
    font-weight: 800;
  }

  .publish-heading h5 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .ffffff-text {
    color: #ffffff;
  }

  .mt-175 {
    margin-top: 175px;
    background: linear-gradient(185deg, #0b989b, #33cbcf82);
    padding: 150px;
  }

  .card-budget {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 17px;
  }

  .card-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #ffffffa6;
    border-radius: 86px;
    text-align: center;
    border: 1px solid #dde6e7;
  }

  .border-main-div {
    border: 4px solid #ffffff;
    padding: 35px 64px;
  }

  .paragraph-content-budget p {
    font-style: italic;
    color: #ffffff;
    font-style: italic;
    text-shadow: 0px 1px #8f8f8f;
    text-align: center;
    font-size: 16px;

  }

  .knwomore {
    color: black;
    background: #ffffff;
    padding: 9px 29px;
    border-radius: 13px;
    font-size: 14px;
  }

  .button-know-more {
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 79px; */
    margin-top: 39px;
  }

  .card-content {
    height: 93px;
  }

  .card-content p:nth-child(1) {

    margin-bottom: 0px;
    font-size: 25px;

  }

  .card-content p:nth-child(2) {
    margin-bottom: 0px;
    padding: 7px 37px 0px 37px;
    line-height: 18px;
    font-size: 14px;
  }

  .kejriwal h3 {
    text-align: center;
    color: #ffffff;
    font-size: 40px;
    text-shadow: 0px 1px black;
    margin-bottom: 21px;

  }

  .about-items p {
    text-align: justify;
  }

  .white-text {
    color: white;
  }

  .main-clientslogo .logo-img span {
    text-align: center;
    display: inline-block;
    width: 100%;
    font-size: 12px;
    font-weight: 700;
    margin-top: -10px;

  }

  .banner-content-section {
    height: 468px;
  }

  .main-form {
    height: 468px;
    width: 100%;

  }

  .color-bg {
    background: radial-gradient(#0000005e, #39d1d4);
    background: radial-gradient(#0000005e, #39d1d4);
    height: 468px;
  }

  .d-flex-color {
    display: flex;
    height: 468px;
  }

  .d-flex-color .first-heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    width: 60%;
  }

  .d-flex-color .form-journy {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 33px;

  }

  .d-flex-color .first-heading h3 {

    font-size: 62px;
    color: white;
    font-weight: 700;
    text-shadow: 0 1px black;

  }

  .d-flex-color .first-heading p {
    color: white;
    font-size: 17px;
    padding-right: 109px;
  }

  .journy-build {
    width: 100%;
  }

  .journy-build .form-control {
    color: white;
    background-color: #ffffff;
    height: 45px !important;
    min-height: 45px;
    border: 0px solid white;
  }

  .start-btn a {
    background: black;
    color: white;
    padding: 7px 42px;
    border-radius: 7px;
  }

  .journy-build select.form-control {
    height: 45px !important;
  }

  .form-journy p {
    color: white;
    font-size: 22px;
    line-height: 31px;
    font-weight: 500;
  }

  .banner-content-section {
    height: 468px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  input::placeholder {
    font-size: 15px;
  }

  .logo-clients {
    display: flex;
    width: 100%;
  }

  .trusted-client-img {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    padding: 16px 0;

  }

  .trusted-client-img .img-client {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .trusted-by {
    width: 30%;
    display: flex;
    align-items: center;
  }

  .trusted-by h3 {
    margin-bottom: 0px;
    font-size: 39px;
    color: #39d1d4;
    font-weight: 600;
    text-shadow: 0 1px #0000007a;
  }

  .trusted-section-log {
    padding: 70px 0;
  }

  .top-boder {
    width: 100%;

    background: radial-gradient(#20bbbe, white);
    height: 5px;
    padding: 0;
  }

  .bottom-boder {
    width: 100%;

    background: radial-gradient(#20bbbe, white);
    height: 5px;
    padding: 0;
  }

  .secon-flexing {
    width: 70%;
  }

  .bg-market {
    height: 300px;
    background: radial-gradient(#0000005e, #39d1d4);
  }

  .section-digital-marketing {
    background-repeat: no-repeat;
    object-fit: fill;
    /* background-size: cover; */
    width: 100%;
    height: 300px;

  }

  .content-digital {
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;

  }

  .content-digital h3 {
    font-size: 49px;
    color: white;
    font-weight: 700;
    text-shadow: 0 1px black;
  }

  .content-digital p {
    display: flex;
    justify-content: center;
    align-items: center;
    color: wh;
    color: white;
    font-size: 18px;
  }

  .our-brand-sections {
    padding: 70px 0;
  }

  .your-brand p {
    margin-bottom: 0px;

    padding: 11px 33px;
    background: #40d3d6;
    color: white;
    font-weight: 600;
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
    transition: 0.3s;
    font-size: 19px;
    text-shadow: 0 1px #ffffff2e;
  }

  .brand-content-main {
    width: 100%;
  }

  .brand-content-main .your-brand {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .your-brand p::after {
    content: "";
    width: 1px;
    height: 50px;
    background-color: black;
    display: block;
    position: absolute;
    top: 50px;
    right: 50%;
  }

  .creative p {
    margin-bottom: 0px;
    border: 2px solid #40d3d673;
    padding: 10px 20px;
    margin-top: 26px;
    color: #40d3d6;
    box-shadow: 0 8px 16px 0 rgb(64 211 214 / 15%);
    font-size: 19px;
    font-weight: bold;
    text-shadow: 0 1px #00000026;
  }

  .stratergy p {
    margin-bottom: 0px;
    border: 1px solid black;
    padding: 10px 20px;
    margin-top: 26px;
  }

  .main-consultings {
    width: 100%;
    display: flex;
    justify-content: space-around;
    position: relative;
  }

  .main-digitals-two {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .digital-contents {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .digital-contents-one {
    display: flex;
    flex-direction: column;
  }

  .digital-contents-two {
    display: flex;
    flex-direction: column;
  }

  .digital-contents-one .development {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

    margin-top: 39px;

  }

  .digital-contents-two .development {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
    margin-top: 39px;


  }

  .digital-contents-one .creative {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .digital-contents-two .creative {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .development p {


    margin: 0 37px;
  }



  .digital-contents-one .creative::after {
    content: " ";
    display: block;
    width: 150px;
    height: 1px;
    background-color: black;
    position: absolute;
    right: 0;
    top: 50px;
  }

  .digital-contents-two .creative::after {
    content: " ";
    display: block;
    width: 153px;
    height: 1px;
    background-color: black;
    position: absolute;
    left: 0;
    top: 50px;
  }

  .creative {
    position: relative;
  }

  .digital-contents-one .development {
    position: relative;
  }

  .digital-contents-one .development::after {
    content: " ";
    display: block;
    width: 1px;
    height: 117px;
    background-color: black;
    position: absolute;
    top: -40px;
    left: 50%;
  }

  .development p:nth-child(1)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 43%;
    top: 24px;
  }

  .development p:nth-child(2)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 50%;
    top: 76px;
  }

  .digital-contents-two .development p:nth-child(1)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 43%;
    top: 8px;
  }

  .digital-contents-two .development p:nth-child(2)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 50%;
    top: 56px;
  }

  .digital-contents-two .development p:nth-child(3)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 43%;
    margin-top: -20px;
  }

  .digital-contents-two .development p:nth-child(4)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 50%;
    margin-top: -12px;
  }

  .digital-contents-two .development p:nth-child(5)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    right: 50%;
    margin-top: -24px;
  }

  .digital-contents-two .development p:nth-child(6)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 50%;

    margin-top: -40px;
  }

  .digital-contents-two .development::after {
    content: " ";
    display: block;
    width: 1px;
    height: 100%;
    background-color: black;
    position: absolute;
    top: -40px;
    left: 50%;
  }

  .right-side {
    text-align: right;
    margin: 0 37px;
    LINE-HEIGHT: 20PX;
    font-size: 15px;
    padding: 0 16px;
    color: #00ccd0 !important;
    font-weight: 600;

  }

  .left-side {
    text-align: left;
    margin: 0 37px;
    LINE-HEIGHT: 20PX;
    font-size: 15px;
    padding: 0 16px;
    color: #00ccd0 !important;
    font-weight: 600;
  }

  .paragraph-cont {
    background: #1ec6ca;
    /* color: white; */
    display: flex;
    padding: 17px 19px;
    clip-path: polygon(0 0, 100% 0, 100% 0%, 85% 62%, 85% 100%, 0 100%, 0% 80%, 0% 20%);
    width: 45%;

  }

  .paragraph-cont p {
    color: white;
    margin-bottom: 0px !important;
    padding-right: 100px;
    line-height: 19px;
    font-size: 14px;
    /* text-shadow: 0 1px #00000054; */
    text-align: justify;
    text-transform: capitalize;
    width: 91%;

  }

  .our-milestones-section {

    padding: 10px 0 70px 0;
    position: relative;

  }

  .head-cont p {
    font-size: 28px;
    font-weight: 600;
    border-bottom: 22px solid #1ec6ca;
    padding-bottom: 11px;

  }

  .head-cont span {

    font-size: 54px;
    font-weight: 700;

  }

  .div-ourmilestones {
    width: 100%;
  }

  .head-cont {
    width: 35%;
  }

  .main-planing {
    display: flex;
    height: 137px;
  }

  .img-plane img {
    width: 180px;
    POSITION: RELATIVE;
    right: 150px;
    top: -22px;
  }

  .img-plane {
    position: relative;
  }

  .box-progress {
    background: linear-gradient(45deg, #000000b5, #39d1d4d4);
    border: 2px solid white;
    background: #40d3d6;
    /* box-shadow: 0 8px 16px 0 rgb(0 0 0 / 54%); */

  }

  .box-progress p {
    color: white;
    margin-bottom: 0px;
    line-height: 19px;
    padding: 12px 12px;
    font-size: 14px;
    height: 100%;
    /* text-shadow: 0 1px black; */
    text-align: center;
    font-weight: 600;
    background: #ffffff1f;
  }

  .progress-milestones {
    display: grid;
    grid-template-columns: repeat(9, 1fr);

    align-items: end;
    height: 550px;
  }

  .p-progress p {
    margin-bottom: 8px;
    text-align: center;
    font-size: 42px;
    font-weight: 800;
    color: #000000a6;

  }

  .first-half {
    height: 70%;
    background: #ffffff;
  }

  .first-progress {
    height: 30%;
    display: flex;
    flex-direction: column;
    justify-content: end;
  }

  .progress-images-bg {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    bottom: 135px;
  }

  .main-div-half {
    height: 550px;
  }

  .p-progress {
    background: white;
    /* padding: 17px 0; */
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(9) .first-half {
    height: 0%;
  }

  .progress-milestones .main-div-half:nth-child(9) .first-progress {
    height: 100%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(9) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(9) .box-progress {
    height: 90%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 1.9s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(9) .p-progress {
    background: white;
    height: 10%;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(8) .first-half {
    height: 10%;
  }

  .progress-milestones .main-div-half:nth-child(8) .first-progress {
    height: 90%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(8) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(8) .box-progress {
    height: 90%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 2.5s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(8) .p-progress {
    background: white;
    height: 10%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(7) .first-half {
    height: 20%;
  }

  .progress-milestones .main-div-half:nth-child(7) .first-progress {
    height: 80%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(7) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(7) .box-progress {
    height: 90%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 2.2s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(7) .p-progress {
    background: white;
    height: 10%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(6) .first-half {
    height: 30%;
  }

  .progress-milestones .main-div-half:nth-child(6) .first-progress {
    height: 70%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(6) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }


  .add-animation .progress-milestones .main-div-half:nth-child(6) .box-progress {
    height: 90%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 1.9s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(6) .p-progress {
    background: white;
    height: 10%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(5) .first-half {
    height: 40%;
  }

  .progress-milestones .main-div-half:nth-child(5) .first-progress {
    height: 60%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(5) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(5) .box-progress {
    height: 88%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 1.7s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(5) .p-progress {
    background: white;
    height: 12%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(4) .first-half {
    height: 50%;
  }

  .progress-milestones .main-div-half:nth-child(4) .first-progress {
    height: 50%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(4) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(4) .box-progress {
    height: 87%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 1.4s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(4) .p-progress {
    background: white;
    height: 13%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(3) .first-half {
    height: 57%;
  }

  .progress-milestones .main-div-half:nth-child(3) .first-progress {
    height: 43%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(3) .box-progress {
    height: 87%;
  }

  .progress-milestones .main-div-half:nth-child(3) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(3) .box-progress {
    height: 87%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 1.0s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(3) .p-progress {
    background: white;
    height: 13%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(2) .first-half {
    height: 63%;
  }

  .progress-milestones .main-div-half:nth-child(2) .first-progress {
    height: 37%;
    background: white;
  }



  .add-animation .progress-milestones .main-div-half:nth-child(2) .box-progress {
    height: 87%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.8s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(2) .p-progress {
    background: white;
    height: 13%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(1) .first-half {
    height: 69%;
    border-left: 2px solid #39d1d4;
  }

  .progress-milestones .main-div-half:nth-child(1) .first-progress {
    height: 31%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(1) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(2) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(1) .box-progress {
    height: 87%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.5s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(1) .p-progress {
    background: white;
    height: 13%;
    display: flex;
    justify-content: center;
    align-items: end;
    border-left: 2px solid #39d1d4;
  }

  .main-planing {
    position: relative;
    z-index: 99;
  }



  .each-unique-section {
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .h3-main-each h3 {
    font-size: 49px;
    color: white;
    font-weight: 700;
    text-shadow: 0 1px black;
    text-align: center;
  }

  .para-each p {
    color: white;
    text-transform: uppercase;
    text-align: center;
  }

  .page-color-each {
    height: 100vh;
    background: radial-gradient(#0000005e, #39d1d4);
    display: flex;
    justify-content: center;
    align-items: center;
  }



  .card-each-div .two-grid-card {

    position: relative;
    /* display: grid; */
    grid-template-columns: repeat(6, 1fr);
    width: 100%;

  }

  .two-grid-card .services-cards {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    transition: 0.3s;
    background: white;
    margin-bottom: 0px;
  }

  .two-grid-card .services-cards {


    padding: 0 14px;
    border-radius: 17px;
    background: linear-gradient(136deg, white, #ffffffc7);
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 0%);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 400px;
    height: 360px;
    flex-direction: column;
    flex-wrap: wrap;

  }

  .services-cards h3 {
    font-size: 19px;
    margin-bottom: 0px;
    text-align: center;
    border-bottom: 1px solid #00000087;
    padding-bottom: 7px;
    font-weight: 700;
  }

  .services-cards p {
    text-align: center;
    font-size: 12px;
    padding: 11px 0px;
    line-height: 20px;
    color: #000000d6;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
  }

  .read-more {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
  }

  .img-iconing {
    height: 88px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .img-iconing img {
    width: 56px;
    height: 60px;
    object-fit: contain;

  }


  .scrolltotop {
    background: #39d1d4;
    position: fixed;
    bottom: 100px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: white;
    display: none;
    z-index: 999;
    justify-content: center;
    align-items: center;
    right: 10px;
  }

  .scrolltotop a {
    display: flex;
    z-index: 999;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;

  }

  .showscroll {
    display: block;
  }

  .scrolltotop a i {
    font-size: 30px;
  }

  .add-animation .first-progress {
    background-color: transparent !important;
    transition: 3s ease-in-out;
  }


  .center-slider .slick-slide {

    color: #FFF;


    transform: scale(1.0);
    transition: all 0.4s ease-in-out;
    position: relative;
    z-index: 9999;
  }

  .center-slider .slick-slide,
  .center-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned)~.slick-cloned[aria-hidden="true"] {
    transform: scale(0.9, 0.9);
    transition: all 0.4s ease-in-out;
  }

  .center-slider .slick-center,
  .center-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"])+.slick-cloned[aria-hidden="true"] {
    transform: scale(1.0);

    border-radius: 20px;

  }

  .show-more-content {
    display: none;
  }

  .service-list-new li {
    text-transform: capitalize;
  }

  .more-services p {
    text-transform: capitalize;
  }

  /* slider css */

  .gallery-slider .wrap {
    position: relative;
    z-index: 100;
    width: 100%;
    height: 100%;
    padding: 0 60px;

    overflow: hidden;
  }

  .banner-content-section {
    height: 468px;
  }

  .main-form {
    height: 468px;
    width: 100%;

  }

  .color-bg {
    background: radial-gradient(#0000005e, #39d1d4);
    background: radial-gradient(#0000005e, #39d1d4);
    height: 468px;
  }

  .d-flex-color {
    display: flex;
    height: 468px;
  }

  .d-flex-color .first-heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    width: 60%;
  }

  .d-flex-color .form-journy {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 33px;

  }

  .d-flex-color .first-heading h3 {

    font-size: 62px;
    color: white;
    font-weight: 700;
    text-shadow: 0 1px black;

  }

  .d-flex-color .first-heading p {
    color: white;
    font-size: 17px;
    padding-right: 109px;
  }

  .journy-build {
    width: 100%;
  }

  .journy-build .form-control {
    color: white;
    background-color: #ffffff;
    height: 45px !important;
    min-height: 45px;
    border: 0px solid white;
  }

  .start-btn a {
    background: black;
    color: white;
    padding: 7px 42px;
    border-radius: 7px;
  }

  .journy-build select.form-control {
    height: 45px !important;
  }

  .form-journy p {
    color: white;
    font-size: 22px;
    line-height: 31px;
    font-weight: 500;
  }

  .banner-content-section {
    height: 468px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  input::placeholder {
    font-size: 15px;
  }

  .logo-clients {
    display: flex;
    width: 100%;
  }

  .trusted-client-img {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    padding: 16px 0;

  }

  .trusted-client-img .img-client {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .trusted-by {
    width: 30%;
    display: flex;
    align-items: center;
  }

  .trusted-by h3 {
    margin-bottom: 0px;
    font-size: 39px;
    color: #39d1d4;
    font-weight: 600;
    text-shadow: 0 1px #0000007a;
  }

  .trusted-section-log {
    padding: 70px 0;
  }

  .top-boder {
    width: 100%;

    background: radial-gradient(#20bbbe, white);
    height: 5px;
    padding: 0;
  }

  .bottom-boder {
    width: 100%;

    background: radial-gradient(#20bbbe, white);
    height: 5px;
    padding: 0;
  }

  .secon-flexing {
    width: 70%;
  }

  .bg-market {
    height: 300px;
    background: radial-gradient(#0000005e, #39d1d4);
  }

  .section-digital-marketing {
    background-repeat: no-repeat;
    object-fit: fill;
    /* background-size: cover; */
    width: 100%;
    height: 300px;

  }

  .content-digital {
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;

  }

  .content-digital h3 {
    font-size: 49px;
    color: white;
    font-weight: 700;
    text-shadow: 0 1px black;
  }

  .content-digital p {
    display: flex;
    justify-content: center;
    align-items: center;
    color: wh;
    color: white;
    font-size: 18px;
  }

  .our-brand-sections {
    padding: 70px 0;
  }

  .your-brand p {
    margin-bottom: 0px;

    padding: 11px 33px;
    background: #40d3d6;
    color: white;
    font-weight: 600;
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
    transition: 0.3s;
    font-size: 19px;
    text-shadow: 0 1px #ffffff2e;
  }

  .brand-content-main {
    width: 100%;
  }

  .brand-content-main .your-brand {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .your-brand p::after {
    content: "";
    width: 1px;
    height: 50px;
    background-color: black;
    display: block;
    position: absolute;
    top: 50px;
    right: 50%;
  }

  .creative p {
    margin-bottom: 0px;
    border: 2px solid #40d3d673;
    padding: 10px 20px;
    margin-top: 26px;
    color: #40d3d6;
    box-shadow: 0 8px 16px 0 rgb(64 211 214 / 15%);
    font-size: 19px;
    font-weight: bold;
    text-shadow: 0 1px #00000026;
  }

  .stratergy p {
    margin-bottom: 0px;
    border: 1px solid black;
    padding: 10px 20px;
    margin-top: 26px;
  }

  .main-consultings {
    width: 100%;
    display: flex;
    justify-content: space-around;
    position: relative;
  }

  .main-digitals-two {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .digital-contents {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .digital-contents-one {
    display: flex;
    flex-direction: column;
  }

  .digital-contents-two {
    display: flex;
    flex-direction: column;
  }

  .digital-contents-one .development {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

    margin-top: 39px;

  }

  .digital-contents-two .development {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
    margin-top: 39px;


  }

  .digital-contents-one .creative {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .digital-contents-two .creative {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .development p {


    margin: 0 37px;
  }



  .digital-contents-one .creative::after {
    content: " ";
    display: block;
    width: 150px;
    height: 1px;
    background-color: black;
    position: absolute;
    right: 0;
    top: 50px;
  }

  .digital-contents-two .creative::after {
    content: " ";
    display: block;
    width: 153px;
    height: 1px;
    background-color: black;
    position: absolute;
    left: 0;
    top: 50px;
  }

  .creative {
    position: relative;
  }

  .digital-contents-one .development {
    position: relative;
  }

  .digital-contents-one .development::after {
    content: " ";
    display: block;
    width: 1px;
    height: 117px;
    background-color: black;
    position: absolute;
    top: -40px;
    left: 50%;
  }

  .development p:nth-child(1)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 43%;
    top: 24px;
  }

  .development p:nth-child(2)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 50%;
    top: 76px;
  }

  .digital-contents-two .development p:nth-child(1)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 43%;
    top: 8px;
  }

  .digital-contents-two .development p:nth-child(2)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 50%;
    top: 56px;
  }

  .digital-contents-two .development p:nth-child(3)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 43%;
    margin-top: -20px;
  }

  .digital-contents-two .development p:nth-child(4)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 50%;
    margin-top: -12px;
  }

  .digital-contents-two .development p:nth-child(5)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    right: 50%;
    margin-top: -24px;
  }

  .digital-contents-two .development p:nth-child(6)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 50%;

    margin-top: -40px;
  }

  .digital-contents-two .development::after {
    content: " ";
    display: block;
    width: 1px;
    height: 100%;
    background-color: black;
    position: absolute;
    top: -40px;
    left: 50%;
  }

  .right-side {
    text-align: right;
    margin: 0 37px;
    LINE-HEIGHT: 20PX;
    font-size: 15px;
    padding: 0 16px;
    color: #00ccd0 !important;
    font-weight: 600;

  }

  .left-side {
    text-align: left;
    margin: 0 37px;
    LINE-HEIGHT: 20PX;
    font-size: 15px;
    padding: 0 16px;
    color: #00ccd0 !important;
    font-weight: 600;
  }

  .paragraph-cont {
    background: #1ec6ca;
    /* color: white; */
    display: flex;
    padding: 17px 19px;
    clip-path: polygon(0 0, 100% 0, 100% 0%, 85% 62%, 85% 100%, 0 100%, 0% 80%, 0% 20%);
    width: 45%;

  }

  .paragraph-cont p {
    color: white;
    margin-bottom: 0px !important;
    padding-right: 100px;
    line-height: 19px;
    font-size: 14px;
    /* text-shadow: 0 1px #00000054; */
    text-align: justify;
    text-transform: capitalize;
    width: 91%;

  }

  .our-milestones-section {

    padding: 10px 0 70px 0;
    position: relative;

  }

  .head-cont p {
    font-size: 28px;
    font-weight: 600;
    border-bottom: 22px solid #1ec6ca;
    padding-bottom: 11px;

  }

  .head-cont span {

    font-size: 54px;
    font-weight: 700;

  }

  .div-ourmilestones {
    width: 100%;
  }

  .head-cont {
    width: 35%;
  }

  .main-planing {
    display: flex;
    height: 137px;
  }

  .img-plane img {
    width: 180px;
    POSITION: RELATIVE;
    right: 150px;
    top: -22px;
  }

  .img-plane {
    position: relative;
  }

  .box-progress {
    background: linear-gradient(45deg, #000000b5, #39d1d4d4);
    border: 2px solid white;
    background: #40d3d6;
    /* box-shadow: 0 8px 16px 0 rgb(0 0 0 / 54%); */

  }

  .box-progress p {
    color: white;
    margin-bottom: 0px;
    line-height: 19px;
    padding: 12px 12px;
    font-size: 14px;
    height: 100%;
    /* text-shadow: 0 1px black; */
    text-align: center;
    font-weight: 600;
    background: #ffffff1f;
  }

  .progress-milestones {
    display: grid;
    grid-template-columns: repeat(9, 1fr);

    align-items: end;
    height: 550px;
  }

  .p-progress p {
    margin-bottom: 8px;
    text-align: center;
    font-size: 42px;
    font-weight: 800;
    color: #000000a6;

  }

  .first-half {
    height: 70%;
    background: #ffffff;
  }

  .first-progress {
    height: 30%;
    display: flex;
    flex-direction: column;
    justify-content: end;
  }

  .progress-images-bg {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    bottom: 135px;
  }

  .main-div-half {
    height: 550px;
  }

  .p-progress {
    background: white;
    /* padding: 17px 0; */
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(9) .first-half {
    height: 0%;
  }

  .progress-milestones .main-div-half:nth-child(9) .first-progress {
    height: 100%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(9) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(9) .box-progress {
    height: 90%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 1.9s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(9) .p-progress {
    background: white;
    height: 10%;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(8) .first-half {
    height: 10%;
  }

  .progress-milestones .main-div-half:nth-child(8) .first-progress {
    height: 90%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(8) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(8) .box-progress {
    height: 90%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 2.5s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(8) .p-progress {
    background: white;
    height: 10%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(7) .first-half {
    height: 20%;
  }

  .progress-milestones .main-div-half:nth-child(7) .first-progress {
    height: 80%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(7) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(7) .box-progress {
    height: 90%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 2.2s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(7) .p-progress {
    background: white;
    height: 10%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(6) .first-half {
    height: 30%;
  }

  .progress-milestones .main-div-half:nth-child(6) .first-progress {
    height: 70%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(6) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }


  .add-animation .progress-milestones .main-div-half:nth-child(6) .box-progress {
    height: 90%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 1.9s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(6) .p-progress {
    background: white;
    height: 10%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(5) .first-half {
    height: 40%;
  }

  .progress-milestones .main-div-half:nth-child(5) .first-progress {
    height: 60%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(5) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(5) .box-progress {
    height: 88%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 1.7s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(5) .p-progress {
    background: white;
    height: 12%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(4) .first-half {
    height: 50%;
  }

  .progress-milestones .main-div-half:nth-child(4) .first-progress {
    height: 50%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(4) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(4) .box-progress {
    height: 87%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 1.4s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(4) .p-progress {
    background: white;
    height: 13%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(3) .first-half {
    height: 57%;
  }

  .progress-milestones .main-div-half:nth-child(3) .first-progress {
    height: 43%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(3) .box-progress {
    height: 87%;
  }

  .progress-milestones .main-div-half:nth-child(3) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(3) .box-progress {
    height: 87%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 1.0s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(3) .p-progress {
    background: white;
    height: 13%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(2) .first-half {
    height: 63%;
  }

  .progress-milestones .main-div-half:nth-child(2) .first-progress {
    height: 37%;
    background: white;
  }



  .add-animation .progress-milestones .main-div-half:nth-child(2) .box-progress {
    height: 87%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.8s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(2) .p-progress {
    background: white;
    height: 13%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(1) .first-half {
    height: 69%;
    border-left: 2px solid #39d1d4;
  }

  .progress-milestones .main-div-half:nth-child(1) .first-progress {
    height: 31%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(1) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(2) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(1) .box-progress {
    height: 87%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.5s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(1) .p-progress {
    background: white;
    height: 13%;
    display: flex;
    justify-content: center;
    align-items: end;
    border-left: 2px solid #39d1d4;
  }

  .main-planing {
    position: relative;
    z-index: 99;
  }



  .each-unique-section {
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .h3-main-each h3 {
    font-size: 49px;
    color: white;
    font-weight: 700;
    text-shadow: 0 1px black;
    text-align: center;
  }

  .para-each p {
    color: white;
    text-transform: uppercase;
    text-align: center;
  }

  .page-color-each {
    height: 100vh;
    background: radial-gradient(#0000005e, #39d1d4);
    display: flex;
    justify-content: center;
    align-items: center;
  }



  .card-each-div .two-grid-card {

    position: relative;
    /* display: grid; */
    grid-template-columns: repeat(6, 1fr);
    width: 100%;

  }

  .two-grid-card .services-cards {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    transition: 0.3s;
    background: white;
    margin-bottom: 0px;
  }

  .two-grid-card .services-cards {


    padding: 0 14px;
    border-radius: 17px;
    background: linear-gradient(136deg, white, #ffffffc7);
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 0%);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 400px;
    height: 360px;
    flex-direction: column;
    flex-wrap: wrap;

  }

  .services-cards h3 {
    font-size: 19px;
    margin-bottom: 0px;
    text-align: center;
    border-bottom: 1px solid #00000087;
    padding-bottom: 7px;
    font-weight: 700;
  }

  .services-cards p {
    text-align: center;
    font-size: 12px;
    padding: 11px 0px;
    line-height: 20px;
    color: #000000d6;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
  }

  .read-more {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
  }

  .img-iconing {
    height: 88px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .img-iconing img {
    width: 56px;
    height: 60px;
    object-fit: contain;

  }


  .scrolltotop {
    background: #39d1d4;
    position: fixed;
    bottom: 100px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: white;
    display: none;
    z-index: 999;
    justify-content: center;
    align-items: center;
    right: 10px;
  }

  .scrolltotop a {
    display: flex;
    z-index: 999;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;

  }

  .showscroll {
    display: block;
  }

  .scrolltotop a i {
    font-size: 30px;
  }

  .add-animation .first-progress {
    background-color: transparent !important;
    transition: 3s ease-in-out;
  }


  .center-slider .slick-slide {

    color: #FFF;


    transform: scale(1.0);
    transition: all 0.4s ease-in-out;
    position: relative;
    z-index: 9999;
  }

  .center-slider .slick-slide,
  .center-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned)~.slick-cloned[aria-hidden="true"] {
    transform: scale(0.9, 0.9);
    transition: all 0.4s ease-in-out;
  }

  .center-slider .slick-center,
  .center-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"])+.slick-cloned[aria-hidden="true"] {
    transform: scale(1.0);

    border-radius: 20px;

  }

  .show-more-content {
    display: none;
  }

  .service-list-new li {
    text-transform: capitalize;
  }

  .more-services p {
    text-transform: capitalize;
  }

  .gallery-slider .wrap:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

  }



  .gallery-slider .slider {
    position: relative;
    z-index: 200;
    padding: 0 0px;
    margin: 5rem auto;
    max-width: 800px;
    width: 100%;
  }

  .gallery-slider .next-arrows i,
  .gallery-slider .prev-arrows i {
    font-size: 20px !important;
    margin: auto;
    display: block;
    text-align: center;
    width: 100%;
  }

  .common-slider .prev-arrows {
    position: absolute;
    top: 50%;
    width: 40px;
    left: -100px;
    background: #1babb4;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
  }

  .gallery-slider .next-arrows, .common-slider .next-arrows, .gallery-slider .next-arrows, .common-slider .prev-arrows {
    position: absolute;
    top: 50%;
    width: 40px;
    right: -100px;
    background: #1babb4;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;

    border: none;

    color: #fff;
    font-family: monospace;
    font-size: 20px;
    z-index: 300;
    border-radius: 50%;
    outline: none;
  }

  .gallery-slider .prev-arrows {
    position: absolute;
    top: 50%;
    width: 40px;
    left: -100px;
    background: #1babb4;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;

    border: none;

    color: #fff;
    font-family: monospace;
    font-size: 20px;
    z-index: 300;
    border-radius: 50%;
    outline: none;
  }






  .gallery-slider .slick-next {
    right: -50px;
    text-align: right;
  }





  .gallery-slider .item.slick-slide {
    width: 400px;
    height: 400px !important;
    transition: transform .5s ease;
    position: relative;
  }



  .gallery-slider .slick-slide:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    transition: transform .4s;
  }



  .gallery-slider .item.slick-slide {
    transform: scale(0.7) translate(640px);
  }



  .gallery-slider .item.slick-slide.slick-center+.slick-slide {
    transform: scale(0.8) translate(-250px);
    z-index: 10;
  }



  .gallery-slider .item.slick-slide.slick-center+.slick-slide+.item.slick-slide {
    transform: scale(0.7) translate(-640px);
    z-index: 5;
  }



  .gallery-slider .item.slick-slide.slick-active {
    transform: scale(0.8) translate(250px);
  }



  .gallery-slider .item.slick-slide.slick-center {

    transform: scale(1);
    z-index: 30;

  }



  .gallery-slider .slick-center:after {
    opacity: 0;
    margin: 10px;
    padding: 10px;
  }




  /* bootstrap hack: fix content width inside hidden tabs */
  .tab-content>.tab-pane, .pill-content>.pill-pane {
    display: block;
    /* undo display:none          */
    height: 0;
    /* height:0 is also invisible */
    overflow: hidden;
    /* no-overflow                */
  }

  .tab-content>.active, .pill-content>.active {
    height: auto;
    /* let the content decide it  */
  }

  /* bootstrap hack end */





  .hero-section {


    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    margin-bottom: 50px;
    text-transform: uppercase;
    background: url("https://media.istockphoto.com/photos/programmer-create-app-coding-software-developer-it-picture-id891341672?b=1&k=20&m=891341672&s=170667a&w=0&h=DWpt-5_lFN3igwwMm9IojM079xcPqCXtcWXi1C9wTaU=");
    background-size: cover;
    padding: 45px 0px;

  }

  .left-section h1 {
    font-size: 3rem;
    letter-spacing: 2px;

  }

  .left-section {

    width: 40%;
    color: white;
  }

  .left-section h5 {
    font-size: 14px;
    line-height: 18px;
  }

  input[type=text] {
    width: 100%;
  }


  .right-section .form input {
    color: darkgrey;
    text-transform: uppercase;
    border-radius: 7px;
    margin-bottom: 12px;

  }


  .right-section .form .start-button {
    background-color: black;
    display: block;
    padding: 7px 38px;
    border-radius: 15px;
    color: white;
  }

  .trusted-by-left {

    margin-left: 11%;
    margin-top: 3%;
  }


  .trusted-by-left h1 {


    text-transform: uppercase;
    font-weight: 600;
    color: #39D1D4;

  }

  .trusted-by-section {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4%;
  }

  .trusted-by-right {
    margin-right: 12%;
  }

  .trusted-by-right .logos img {
    padding: 12px 40px 12px 0px;
  }

  .padding-80 {
    padding: 80px 0px;
  }

  .grid-public {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 15px;
  }


  /* animation effect start */
  .accordion-animation {
    width: 100%;
    height: 700px;
    overflow: hidden;
    margin: 0px auto;
  }

  .accordion-animation ul {
    width: 100%;
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0;
  }

  .accordion-animation ul li {
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    width: 20%;
    height: 700px;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 1000ms ease-in-out;
  }

  .accordion-animation ul li div {
    display: block;
    overflow: hidden;
    width: 100%;
  }

  .accordion-animation ul li div a {
    display: block;
    height: 700;
    width: 100%;
    position: relative;
    z-index: 3;
    vertical-align: bottom;
    padding: 15px 20px;
    box-sizing: border-box;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    /*filter: invert(100%);*/
    text-decoration: none;
    font-family: Open Sans, sans-serif;
    transition: all 1000ms ease-in-out;
  }

  .accordion-animation ul li div a * {
    opacity: 0;
    margin: 0;
    width: 100%;
    text-overflow: ellipsis;
    position: relative;
    z-index: 5;
    white-space: nowrap;
    overflow: hidden;

    -webkit-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
  }

  .accordion-animation ul li div a h2 {
    font-family: Montserrat, sans-serif;
    text-overflow: clip;
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 2px;

  }

  .accordion-animation ul li div a p {
    top: 160px;
    font-size: 18px;
    padding-left: 1em;
  }

  .accordion-animation ul li:nth-child(1) {
    background-image: url("http://dev.fjwestcott.com/media/wysiwyg/home/home_ind_studio_portrait_photography_bob_harrington.jpg");
    background-position: center;
    object-fit: cover;
  }

  .accordion-animation ul li:nth-child(2) {
    background-image: url("http://dev.fjwestcott.com/media/wysiwyg/home/home_ind_cinema_flex_whale_wars_gavin_garrison.jpg");
    background-position: center;
    object-fit: cover;
  }

  .accordion-animation ul li:nth-child(3) {
    background-image: url("http://dev.fjwestcott.com/media/wysiwyg/home/home_ind_studio_portrait_photography_bob_harrington_bts.jpg");
    background-position: center;
    object-fit: cover;
  }

  .accordion-animation ul li:nth-child(4) {
    background-image: url("http://dev.fjwestcott.com/media/wysiwyg/home/home_ind_travel_rapidbox.jpg");
    background-position: center;
    object-fit: cover;
  }

  .accordion-animation ul li:nth-child(5) {
    background-image: url("http://dev.fjwestcott.com/media/wysiwyg/home/home_ind_enthusiast_portrait_photography_little_studio_basics_lights.jpg");
    background-position: center;
    object-fit: cover;
  }

  .accordion-animation ul li:nth-child(6) {
    background-image: url("http://dev.fjwestcott.com/media/wysiwyg/home/home_ind_flex_enthusiast_portrait_photography.jpg");
    background-position: center;
    object-fit: cover;
  }

  .accordion-animation ul li {
    background-size: cover;
  }

  .accordion-animation ul:hover li {
    width: 10%;
  }

  .accordion-animation ul:hover li:hover {
    width: 90%;
  }

  /*.accordion-animation ul:hover li:hover a { background: rgba(0, 0, 0, 0.4); }*/

  .accordion-animation ul:hover li:hover a * {
    opacity: 1;
    /* -webkit-transform: translateX(0);
  transform: translateX(0); */
  }

  .logo-img figcaption {
    text-align: center;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1399px) {

  .content-gallery-year {
    background: #30A7Af;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #0a83ff;
    /* align-items: center; */
    height: 700px;
    position: relative;
  }

  .main-gallery-year {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    width: 100%;

  }

  .content-gallery-year .first-part-gallery {
    padding: 0px 15px;
    position: relative;
    top: 256px;
    height: 264px;

  }

  .content-gallery-year .first-part-gallery h3 {
    text-align: center;
    color: white;
    font-size: 18px;
    font-weight: 600;
    /* margin-bottom: 24px; */
  }

  .content-gallery-year .first-part-gallery p:nth-child(2) {
    font-size: 35px;
    color: white;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0px;
  }

  /* .content-gallery-year .first-part-gallery p:nth-child(2)::before{
    content: "";
    display: block;
    width: 89px;
    height: 2px;
    background: white;
    position: relative;
    top: 50px;
    left: 30px;
} */
  .content-gallery-year .first-part-gallery p:nth-child(3) {
    text-align: center;
    font-size: 15px;
    line-height: 23px;
    font-style: italic;
    color: white;
    font-weight: 300;
    margin-bottom: 0px;
    /* margin-top: 50px; */
  }

  .overlay-second-gallery {
    background-color: transparent;
    bottom: 266px;
    position: relative;
    z-index: 99999999999999;

  }

  .four-round-card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 14px;
    padding: 0 0px;
  }

  .four-round-card li {
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 79px;
    background: #ffffff52;
    border-radius: 77px;
    width: 100%;
    color: black;
    padding: 0 14px;
  }

  .four-round-card li span:nth-child(1) {
    font-size: 18px;
    margin-bottom: 0px;
  }

  .four-round-card li span:nth-child(2) {
    text-align: center;
    font-size: 12px;
    line-height: 16px;
  }

  .four-box-year {
    border: 2px solid white;
    padding: 36px;
    width: 70%;
  }


  .four-box-year p {
    FONT-SIZE: 13PX;
    line-height: 23px;
    font-style: italic;
    text-align: center;
    color: white;
  }

  .heading-imapact h3 {
    text-align: center;
    margin-bottom: 0;
    font-size: 44px;
    letter-spacing: 12px;
    padding-left: 15px;
    color: white;
    padding-top: 35px;
    font-weight: 100;
  }

  .heading-imapact p {
    margin-bottom: 0px;
    text-align: center;

    font-size: 23px;
    font-weight: 100;
    color: white;

  }

  .top-b {
    margin-bottom: 8px;
    text-align: center;
    margin-top: 37px;
    font-size: 23px;
    color: white;
  }

  .img-shape img {
    height: 282px;
    position: absolute;
    bottom: 0;
    object-fit: contain;
    left: 0;

  }

  .icontent-impact {
    background-color: transparent;
    height: 100vh;

    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .button-knwmore {
    WIDTH: 100%;
    HEIGHT: 32px;
    DISPLAY: flex;
    JUSTIFY-CONTENT: center;
    ALIGN-ITEMS: center;
    MARGIN-TOP: 15px;
  }

  .button-knwmore p {
    MARGIN-BOTTOM: 0;
    DISPLAY: flex;
    JUSTIFY-CONTENT: center;
    BACKGROUND: WHITE;
    COLOR: BLACK;
    PADDING: 4px 12px;
    border-radius: 9px;
    font-size: 12px;
  }

  .hidden-sec {
    display: none;
    transition: 3s;
    background-position: center center;
    background-repeat: no-repeat;
    /* min-height: 100vh; */
    width: 450px;
    height: 700px;
    top: 0px;
    position: absolute;
    left: 0%;
  }

  .content-gallery-year:hover .hidden-sec {
    display: block !important;
    cursor: pointer;
    transition: 3s;
    z-index: 99;
  }

  .content-gallery-year:hover .content-gallery-year .first-part-gallery p:nth-child(2)::before {
    left: 0px !important;

    content: "";
    display: block;
    width: 89px;
    height: 2px;
    background: white;
    position: relative;
    top: 50px;

  }

  .icontent-impact1 {
    background-color: transparent;

  }

  .icontent-impact2 {
    background-color: #8b0000;

  }

  .icontent-impact3 {
    background-color: #009b77;
  }

  .icontent-impact4 {
    background-color: #484848;
  }

  .icontent-impact5 {
    background-color: #730081;
  }

  .icontent-impact6 {
    background-color: #5b00bf;
  }

  .content-gallery-year .first-part-gallery h3 {
    margin-bottom: 20px;
    height: 42px;
  }

  .content-gallery-year .first-part-gallery p:nth-child(2) {
    height: 50px;
  }

  .content-gallery-year .first-part-gallery p:nth-child(3) {
    height: 50px;
  }


  .view-more-button {
    background: #39d1d4;
    color: white;
    width: 134px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    cursor: pointer;
    border-radius: 7px;
  }


  .view-more-button2 {
    background: #39d1d4;
    border-radius: 7px;
    color: white;
    width: 134px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    cursor: pointer;
  }

  .view-more-button2 span {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px;
  }

  .vless {
    display: none;
  }

  .hidden-para {
    display: none;
  }

  /*  */

  .view-more-buttonss {
    background: #39d1d4;
    color: white;
    width: 134px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    cursor: pointer;
    border-radius: 7px;
  }


  .view-more-button2ss {
    background: #39d1d4;
    border-radius: 7px;
    color: white;
    width: 134px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    cursor: pointer;
  }

  .view-more-button2ss span {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px;
  }

  .vlessss {
    display: none;
  }

  .hidden-parass {
    display: none;
  }

  /*  */
  .view-more-buttonk {
    background: #39d1d4;
    color: white;
    width: 134px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    cursor: pointer;
    border-radius: 7px;
  }


  .view-more-button2k {
    background: #39d1d4;
    border-radius: 7px;
    color: white;
    width: 134px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    cursor: pointer;
  }

  .view-more-button2k span {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px;
  }

  .vlessk {
    display: none;
  }

  .hidden-parak {
    display: none;
  }

  .content-gallery-year:last-child:hover .hidden-sec {
    left: -60% !important;
  }



  .services-inner .service-main .team-items .single-item .service-homepage .content h4 {
    font-weight: 600 !important;
    margin-bottom: 26px !important;
    color: white !important;
    font-size: 20px !important;
  }

  .services-inner .service-main .team-items .single-item .service-homepage .thumb img {
    transition: all 0.35s ease-in-out;
    height: 230px;
    object-fit: cover;
    width: 100%;

  }

  .grid-change .main-clientslogo {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }

  .service-name h5 {
    margin: 0px;
    padding: 15px 10px 0px;
    font-weight: 600;
    font-size: 15px;
    text-transform: capitalize;
  }

  .remove-box-shadow {
    box-shadow: none !important;
    padding: 0px !important;
  }


  .tne-feature {
    background-color: #ffffff;
    position: relative;
    margin-top: 25px;
  }




  .tne-feature>span {
    display: block;
    width: 32px;
    height: 32px;
    background: #2d2d2d;
    position: absolute;
    top: 10px;
    right: 55px
  }

  .tne-feature>span:nth-child(2) {
    transition: transform .5s ease-in-out
  }

  .tne-feature>span:nth-child(3) {
    background: #39d1d4;
    top: 60px;
    right: 75px;
    transition: transform .8s ease-in-out
  }

  .tne-feature>span:nth-child(4) {
    background: #2d2d2d;
    top: 96px;
    right: 40px;
    width: 30px;
    height: 30px;
  }

  .tne-feature>span:nth-child(5) {
    background: #2d2d2d;
    top: 150px;
    right: 25px;
    width: 28px;
    height: 28px
  }

  .tne-feature>span:nth-child(6) {
    background: #2d2d2d;
    top: 120px;
    right: 90px;
    width: 25px;
    height: 25px
  }

  .tne-feature>span:nth-child(7) {
    background: #39d1d4;
    top: 50px;
    right: 50px;
    transition: transform .4s ease-in-out
  }

  .tne-feature>span:nth-child(8) {
    background: #fff;
    top: 82px;
    right: 108px;
    transition: transform .6s ease-in-out
  }

  .tne-feature>span:nth-child(9) {
    background: #2d2d2d;
    top: 102px;
    left: 50px;
    transition: transform .6s ease-in-out
  }

  .tne-feature>span:nth-child(10) {
    background: #39d1d4;
    top: 60px;
    left: 20px;
    transition: transform .6s ease-in-out
  }

  .tne-feature>span:nth-child(11) {
    background: #2d2d2d;
    top: 160px;
    left: 60px;
    transition: transform .6s ease-in-out
  }

  .tne-feature>span:nth-child(12) {
    background: #2d2d2d;
    top: 80px;
    left: 90px;
    transition: transform .6s ease-in-out
  }

  .tne-feature>span:nth-child(13) {
    background: #39d1d4;

    top: 190px;
    left: 40px;
    transition: transform .6s ease-in-out
  }

  .tne-feature .sqs {
    transform: scale(0)
  }

  .tne-feature .sqh {
    transform: scale(1)
  }

  .tne-feature:hover .sqs {
    transform: scale(1)
  }

  .tne-feature:hover .sqh {
    transform: scale(0)
  }

  .typed-out span {
    color: #39d1d4;
  }

  .tagline-para h5 {
    margin: 30px 0px !important;
  }

  .contact-area .info .content {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
  }

  .margin-top-link {
    margin-top: 15px;
  }

  .contact-form-box .form-box {
    background-color: #39d1d4;
    padding: 30px;
  }

  .contact-heading {
    font-weight: 800;
    font-size: 45px;
    text-transform: uppercase;
  }

  .backgroung-white {
    background: white;
    color: #111;
    font-weight: 400;
  }

  .contact-content p {
    font-size: 20px;
    color: #5d5858;
  }

  .desktop-menu ul li:not(:last-child) a:hover {

    transition: 0.3s all;
  }

  .desktop-menu ul li a {
    font-size: 13px !important;
  }

  #navbar-menu .navbar-nav-new {
    float: right !important;
  }

  .navbar-brandlogo p {
    MARGIN-BOTTOM: 0;
    FONT-SIZE: 35PX;
    COLOR: WHITE;
    FONT-WEIGHT: 600;
    height: 112px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .banner-img {
    width: 100%;
    height: 100vh;
  }


  .banner-img img {
    width: 100%;
    height: calc(100vh - 120px);
    object-position: center center;
  }

  .banner-img video {
    width: 100%;
    height: calc(100vh - 120px);
    object-position: center center;
    object-fit: cover;
  }

  .contact-li {
    background: #39d1d4;
    border-radius: 5px;
  }

  .navbar-nav-new li a {
    padding: 12px 18px !important;
    text-transform: capitalize !important;
  }

  .contact-li a {
    color: black !important;
    padding: 11px 12px !important;
  }

  nav.navbar.bootsnav .navbar-brand {
    padding: 0px 15px !important;
  }

  .navbar-nav-new {
    margin-top: 35px;
  }

  .content-box-p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .content-box-p .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .about-content-area .content-box .info h2 {
    font-weight: 600;
    margin-bottom: 25px;
    font-size: 60px !important;
    text-transform: capitalize;
  }

  .content-box-p .info p {
    font-size: 30px;
    margin-bottom: 40px;
  }

  .btn.btn-gradient::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to right, #39d1d4, #39d1d4, #39d1d4);
    background-size: 220% 150%;
    text-transform: uppercase;
    display: inline-block;
    color: #000000 !important;
    background-color: #39d1d4;
    z-index: -1;
    transition: all 0.35s ease-in-out;
  }

  nav.navbar.bootsnav.navbar-fixed {
    display: block;
    position: absolute !important;
  }

  .service-main.team-area .item .content {
    font-weight: 600;
    font-size: 43px;
    color: white;
    z-index: 99999999999999999;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    padding-left: 47px;
    position: relative;
    bottom: 84px;
  }

  .service-main.team-area .item {
    background: #fff;
    padding: 15px;
    height: 310px;
    box-shadow: 0 0 12px #00000029;
    border-radius: 10px;
  }

  .service-main.team-area .item h4 {
    font-weight: 600 !important;
    margin-bottom: 5px !important;
    color: white !important;
    font-size: 50px !important;
  }

  .service-main.team-area .team-items .thumb img {
    transition: all 0.35s ease-in-out;
    height: 310px;
    object-fit: cover;
    width: 100%;
  }



  .team-area .team-items .thumb {
    border-bottom: 0px solid transparent;
  }

  .team-area::after {
    border: 0px solid transparent !important;
    border-radius: 0px !important;
  }

  .less-ptb {
    padding-top: 40px;
    padding-bottom: 18px;
  }

  .default-padding {
    padding-top: 120px;
    padding-bottom: 0px !important;
  }

  .navbar-brandlogo-foo p {
    MARGIN-BOTTOM: 0;
    FONT-SIZE: 20PX;
    COLOR: #ffffff !important;
    FONT-WEIGHT: 600;
    height: 50px !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .main-foo {
    display: flex;
    flex-direction: column;
  }

  .navbar-brand-footers {
    float: left;
    height: 50px;
    padding: 0 0 0 0 !important;
  }

  footer .footer-bottom li::before {
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    /* height: 5px; */
    /* width: 5px; */
    background: transparent !important;
    border-radius: 50%;
    margin-top: -3px;
    opacity: 0.5;
  }

  footer .footer-bottom li {
    display: inline-block;
    margin-left: 0 !important;
    padding-left: 8px;
  }

  .text-light-f li a {
    color: #ffffff !important;
    text-transform: uppercase;
    font-size: 13px;
  }

  .para-footer p {
    margin-bottom: 14px !important;
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
    color: #ffffff;
  }

  .para-footer {
    margin-top: 14px;
  }

  .button-get .btn.btn-gradient {
    position: relative;
    z-index: 1;
    color: #223d44;
    padding: 18px 81px;
    font-size: 18px;
  }


  .service-list {

    color: white;
    font-size: 17px;
  }

  .form-control {
    color: white;
    background-color: #39D1D4;

  }

  .form-control:focus {
    outline: none;
    color: white;
    background-color: #39D1D4;
  }


  /*  */


  /* .typed-out {
    overflow: hidden;
    border-right: .15em solid orange;
    font-size: 1.6rem;
    width: 0;
} */

  .typed-out {
    overflow: hidden;
    border-right: 0.15em solid transparent;
    white-space: nowrap;
    font-size: 60px;
    height: 100px;
    color: #000000;
    width: 0;
    margin-bottom: 10px;
    animation: typing 1.5s infinite;
    display: flex;
    align-items: center;
    position: relative;
    font-weight: 600;
    text-transform: capitalize;
  }

  @keyframes typing {
    0% {
      width: 0
    }

    20% {
      width: 20%;
    }

    30% {
      width: 30%;
    }

    40% {
      width: 40%;
    }

    50% {
      width: 50%;
    }

    70% {
      width: 70%;
    }

    90% {
      width: 100%
    }

    100% {
      width: -0;
    }
  }

  .main-typings {
    display: flex;
    align-items: end;
  }

  p {
    color: #0a1f2b;
  }

  .para-footer p:nth-child(2) {
    margin-bottom: 14px !important;
    font-size: 15px;
    line-height: 24px;
    text-transform: capitalize;
    color: #ffffff;
  }

  .nav-tabs .nav-link.active {
    color: #000000 !important;
    background-color: #fff0 !important;
    BORDER-BOTTOM: 5PX SOLID #39d1d4 !important;
  }

  .nav-tabs {
    border-bottom: 1px solid #dee2e600 !important;
  }

  .nav-new {
    DISPLAY: flex !important;
    JUSTIFY-CONTENT: center !important;
    ALIGN-ITEMS: center !important;
  }

  .nav-tabsnew {
    border-bottom: 1px solid #dee2e6 !important;
    margin: 30px 0px;
    /* WIDTH: 156PX !important; */
  }

  .nav-tabsnew a {
    margin-left: 20px;
  }

  #tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    color: #020202 !important;
    font-size: 17px;
    padding: 0 !important;
    font-weight: 300;
  }

  .nav-tabs {
    border-bottom: 1px solid #dee2e600 !important;
  }

  #tabs {
    background: #efefef;
    color: #000;
    margin-top: 60px;
  }

  .main-clientslogo {
    width: 85%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 25px;
    margin: auto;
    padding-top: 7px;
    justify-items: center;
    align-items: center;

  }

  .main-clientslogo .logo-img img {
    width: 98px;
    object-fit: contain;
    height: 115px;
    margin: auto;
    display: block;
  }

  .feature-text.is-green {
    color: #223d44;
    text-transform: capitalize;
    text-align: center;
  }

  .feature-text {
    margin-bottom: 20px;
    color: #0a1f2b;
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    text-align: left;
  }

  .py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .navbar-header {
    float: left;
    /* width: 38%; */
  }

  .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0 solid !important;
    border-right: 0 solid transparent !important;
    border-bottom: 0 !important;
    border-left: 0 solid transparent !important;
  }


  .publication-class.campaign .single-item .item img {
    height: auto !important;
  }

  .services-details-items {
    margin-bottom: 35px;
  }

  .pub-content {
    width: 50%;
    padding: 0px 30px;
  }

  .pub-images {
    width: 50%;
  }

  .pub-content h4 {
    font-size: 18px;
  }

  .pub-content p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 20px;
    font-size: 14px;
    text-align: justify;
    text-overflow: ellipsis;
  }

  .pub-card {
    display: flex;
    align-items: center;
  }

  .pub-maincard {
    border-radius: 20px;
    box-shadow: 0 0 11px #bfbaba66;
    padding: 20px 20px 20px 20px;
    margin-top: 30px;
  }

  .show-more {
    display: flex;
    justify-content: flex-end;
  }

  .show-more-content-new .show-more-content, .show-more-content-new .show-more-content, .show-less {
    display: block !important;
  }

  .show-more-content-new .show-more {
    display: none !important;
  }

  .show-more-content p {
    margin: 0px;
    padding: 15px 0px;
  }

  .desktop-menu ul>li a:hover::after {
    width: 100%;
    transition: width .8s;
  }

  .social-icons a i {
    font-size: 35px;
    /* opacity: 0.46; */
    color: white;
    margin-left: 10px;
  }

  .media-icons {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: 60px;
  }

  .thumb-services-area .services-items .item {
    background-size: cover;
    background-position: center;
    padding: 0px !important;
    position: relative;
    z-index: 1;
    height: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 3px solid #1c1c1c;
    border-radius: 8px;
    z-index: 1;
    transition: all 0.35s ease-in-out;
  }

  .thumb-services-area .services-items .item:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    overflow: hidden;
  }

  .thumb-services-area .services-items .single-item .item:hover::after,
  .thumb-services-area .services-items .single-item .item::after {
    opacity: 1;
  }

  .common-padding {
    padding: 80px 0px !important;
  }

  .single-item .info h4 {
    font-size: 19px;
    font-weight: bold;
  }

  .navbar-brandlogo-mobile img {
    width: 350px;
    height: 120px;
    object-fit: contain;
  }

  .thumb-services-area .single-item {
    margin-bottom: 30px;
    overflow: hidden;
    height: 230px;
    position: relative;
    border-radius: 8px;
  }

  .bg-theme {
    background-color: #39D1D4;
  }

  .contact-area .info ul li i {
    background-color: #39D1D4;

  }

  .contact-area .info .content {
    border-radius: 10px;
  }

  .desktop-menu ul li.dropdown {
    position: relative;
  }

  a:hover {
    text-decoration: none !important;
  }

  /* job listing css start */

  /********************
      job-listing
  *********************/
  .job-box {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .job-box .lable {
    width: 200px;
    position: absolute;
    top: -2px;
    left: -86px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 1;
    background: #d8dff7;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .job-box .lable h6 {
    font-size: 12px;
  }

  .job-box:hover {
    border-color: #849ae5 !important;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  .job-box:hover .lable {
    background: #2f55d4;
  }

  .job-list-reg-form {
    position: relative;
    bottom: 45px;
    -webkit-box-shadow: 0 -3px 31px 0 rgba(0, 0, 0, 0.03), 0 6px 20px 0 rgba(0, 0, 0, 0.02);
    box-shadow: 0 -3px 31px 0 rgba(0, 0, 0, 0.03), 0 6px 20px 0 rgba(0, 0, 0, 0.02);
  }

  .left-sidebar .card-body {
    border-bottom: 1px solid #eaedf6;
  }

  a.job-list[data-toggle=collapse]:before {
    content: '\f374';
    display: block;
    font-family: 'Material Design Icons';
    font-size: 20px;
    color: #161c2d;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  a.job-list[data-toggle=collapse].collapsed:before {
    content: '\f415';
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }

  .job-list {
    position: relative;
  }

  .card-header {
    background-color: transparent;
    margin-bottom: 0 !important;
  }

  .custom-control-label:before {
    border: 1px solid #8492a6;
    background-color: transparent;
    width: 17px;
    height: 17px;
    top: 3px;
  }

  .custom-control-label:after {
    width: 18px;
    height: 18px;
    top: 2px;
    left: -25px;
  }

  .custom-control {
    margin: 11px 20px;
  }

  .nice-select:after {
    margin-top: -5px;
    height: 7px;
    width: 7px;
  }

  .apply-btn-sm {
    padding: 6px 20px;
    border-radius: 4px;
  }

  .job-list-box {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }

  .job-list-box:hover {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  /********************
        JOB LIST GRID
    *********************/
  .job-list-grid {
    padding: 210px 0px 60px 0px;
    background-image: url("../images/job-list-grid-bg.jpg");
    background-size: cover;
    position: relative;
    background-position: center center;
  }

  .job-list-grid-reg-form {
    background-color: #fcfcfe !important;
    border: 1px solid #eaedf6;
  }

  .list-grid-item {
    border: 1px solid #eaedf6;
    border-radius: 6px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }

  .list-grid-item:hover {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    border-color: transparent;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  .grid-fev-icon {
    -webkit-text-stroke: 2px #2f55d4;
    -webkit-text-fill-color: transparent;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }

  .grid-fev-icon:hover {
    -webkit-text-stroke: 0px #2f55d4;
    -webkit-text-fill-color: #2f55d4;
  }

  /********************
        JOB SINGLE
    *********************/
  .job-time-btn {
    border-radius: 50px;
  }

  .job-overview {
    padding: 24px 0 24px 24px;
  }

  .overview-details {
    overflow: hidden;
  }


  .pagination.job-pagination .page-link {
    border-radius: 50% !important;
    margin: 0 4px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    /* line-height: 29px; */
    text-align: center;
    color: #8492a6;
  }

  .pagination .page-item.active .page-link {
    background-color: #39d1d4;
    border-color: #39d1d4;
    color: #ffffff !important;
  }

  .display-1 {
    font-size: 80px !important;
  }

  .display-2 {
    font-size: 72px !important;
  }

  .display-3 {
    font-size: 64px !important;
  }

  .display-4 {
    font-size: 56px !important;
  }

  .job-tab ul li a {
    color: black !important;
  }

  .job-tab ul li a.active {
    color: #ffffff !important;
  }

  .company-logo img {
    width: 85px;
    height: 85px;
    object-fit: contain;
  }

  .thumb-services-area .services-items .item::after {
    background: #808080a1 !important;
  }

  .desktop-menu ul li.dropdown a {
    display: inline-flex
  }

  .job-popup-form {
    min-width: 55% !important;
  }

  .login-custom h4 {
    text-align: center;
    margin-bottom: 33px;
  }

  .apply-job-row button {
    /* background: #f44336; */
    background: #39d1d4;
    border-radius: 5px;
    color: black;
    font-weight: 400;

  }

  .job-popup-form .modal-header {
    padding: 0px;
    border: none;
  }

  .job-popup-form .modal-header button {
    width: 35px;
    height: 35px;
    position: absolute;
    right: -2%;
    padding: 0%;
    border-radius: 50%;
    top: -4%;
    opacity: 1;
    color: #ffffff;
    background: #f44336;
    /* justify-content: center; */
    align-items: center;
    justify-content: center;
    display: flex;
    margin: 0%;
  }

  .login-custom .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: none;
    border-radius: 4px;
    min-height: 40px;
  }

  .login-custom .select2-container--default .select2-selection--single .select2-selection__rendered {
    min-height: 40px !important;
    padding: 0px 15px;
    margin: 0px;
    border: 1px solid #d8d8d8;
    width: 100%;
    border-radius: 10px;
  }

  .login-custom .select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    width: 100% !important;
    position: relative;
    vertical-align: middle;
  }

  .login-custom .select2-container--default .select2-selection--single .select2-selection__arrow {
    min-height: 40px;
    position: absolute;
    top: 0px;
    right: 1px;
    width: 20px;
  }

  .job-popup-form .modal-content {
    margin-top: 100px;
  }

  textarea {
    padding: 15px;
    padding: 0px 15px;
    margin: 0px;
    border: 1px solid #d8d8d8;
    width: 100%;
    border-radius: 10px;
  }

  .input-user input {
    min-height: 50px !important;
    padding: 0px 15px;
    margin: 0px;
    border: 0px solid #39d1d4;
    width: 100%;
    background: #39d1d414;

  }

  .input-user select {
    min-height: 50px !important;
    padding: 0px 15px;
    margin: 0px;
    border: 0px solid #39d1d4;
    width: 100%;
    background: #39d1d41f;

  }

  .login-custom .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
  }

  .input-user input::placeholder, .login-custom .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: grey;
  }

  .job-popup-form .modal-body {
    padding: 50px;
  }

  .job-popup-form .modal-header button i {
    font-size: 15px;
  }

  .job-detail a {
    border: none !important;
  }

  .intership-form {
    border-radius: 5px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 4px 10px 2px rgb(0 0 0 / 20%);
    box-shadow: 0 4px 10px 2px rgb(179 170 170 / 20%);
    padding: 40px 50px;
  }


  .service-content .service-list {
    list-style-type: disc;
    list-style-position: inside;
  }

  #home .desktop-header {
    background-color: #ffffff;
    padding: 0px 0px;
    height: 120px;
    z-index: 999;
  }

  .desktop-menu ul li a {
    color: black !important;
  }

  .h-300 {
    height: 300px !important;
  }

  .breadcrumb-area {
    margin-top: 0px !important;
    padding: 0px !important;

  }

  .button-get a {
    background: #39d1d4;
    font-size: 23px;
    color: #ffffff;
    padding: 2px 30px;
    text-transform: uppercase;
    font-weight: 600;
  }

  .dropdown-toggle::after {
    content: "" !important;
    display: none !important;
  }

  .desktop-menu ul li.active {
    background: #1c1c1c !important;
    border-radius: 5px;
  }

  .desktop-menu ul li.active a {
    padding: 6px 20px !important;
    display: inline-block;

    color: #ffffff !important;
    border-radius: 5px;
  }

  .desktop-menu ul li a.dropdown-toggle {
    padding: 6px 15px !important;

  }


  .remove-box-shadow a {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
  }

  .service-homepage:hover a .thumb:before {
    background-color: #000000 !important;
    /* opacity: 0.2; */
  }

  .remove-box-shadow:hover .overlays-services {
    opacity: 1 !important;
    background-color: #000000a1;

  }

  .remove-box-shadow .overlays-services {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 99;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: .5s ease;
    background-color: #00000082;
  }

  .service-homepage a .thumb:before {
    opacity: 1;

    background: transparent;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    transition: all 0.35s ease-in-out;
  }


  .dropdown-arrows {
    margin-left: 10px;
  }

  .dropdown-arrows i {
    font-size: 18px;
  }


  .breadcrumb-area h1 {
    display: none;
  }

  .breadcrumb-area .breadcrumb {
    display: none;
  }

  .job-tab ul.nav {
    display: flex !important;
  }

  .desktop-menu ul li:hover {
    background: #1c1c1c !important;
    border-radius: 5px;
  }

  .desktop-menu ul li:hover a {
    color: #ffffff !important;
    transition: 0.5s all;
  }

  .desktop-menu ul li a {
    padding: 6px 20px !important;
    display: inline-block;

    border-radius: 5px;
  }

  .partner-carousel {
    display: none !important;
  }

  * {
    box-sizing: border-box;
  }

  body {
    margin: 0 !important;
    font-family: 'Poppins', sans-serif !important;
    padding: 0 !important;
  }

  .banner-section {
    margin-top: 0px;
  }

  .publication-class .single-item .item img {
    height: 150px;
    width: 100%;
    object-fit: cover;

  }

  .publication-class .single-item {
    border-radius: 20px;
    margin-right: 15px;
    box-shadow: 0 0 11px #bfbaba66;
    padding: 20px 20px 1px 20px;
    margin-top: 30px;
  }

  .publication-class .single-item .publish-heading h5 {
    margin-bottom: 0px;
    margin-top: 20px;
    min-height: 25px;
    font-size: 13px;

  }

  .input-user .form-control {
    background-color: transparent;
    color: grey;
  }

  /* kb */
  .personal-detail-form {
    border-top: 1px solid #80808014;
    padding: 74px 36px 74px 36px;
    box-shadow: 0 4px 19px 0 rgb(0 0 0 / 11%);
  }

  .Educational-detail-form {
    border-top: 1px solid #80808014;
    padding: 40px 36px 40px 36px;
    box-shadow: 0 4px 19px 0 rgb(0 0 0 / 11%);
  }

  .apply-now {

    color: #ffffff !important;
    padding: 10px 24px;

  }

  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: transparent !important;
    box-shadow: 0 0 0 0.1rem rgb(0 188 212 / 35%) !important;
  }

  .input-user .form-control {
    background-color: #39d1d414;
    color: grey;
  }

  .personal-detail-form {
    margin-bottom: 60px !important;

  }

  /*  */
  .personal-detail-form-blue {
    background: #39d1d4;
  }

  .input-user-#ffffff input {
    min-height: 50px !important;
    padding: 10px 15px;
    margin: 0px;
    border-bottom: 1px solid #ffffff !important;
    width: 100%;
    background: #39d1d414 !important;
    border-top: #ffffff !important;
    border-left: 0px !important;
    border-right: 0px !important;
  }

  .input-user-#ffffff select {
    min-height: 50px !important;
    padding: 0px 15px;
    margin: 0px;
    border-bottom: 1px solid #ffffff !important;
    width: 100%;
    background: #39d1d414 !important;
    border-top: #ffffff !important;
    border-left: 0px !important;
    border-right: 0px !important;
  }

  .apply-now-#ffffff {
    color: black !important;
    padding: 13px 49px;
  }

  .apply-job-row-#ffffff button {
    background: #ffffff;
    border-radius: 5px;

    font-weight: 400;
  }

  .login-custom-#ffffff h4 {
    text-align: center;
    margin-bottom: 33px;
    color: #ffffff;
    font-size: 22px;
  }

  .form-two {
    margin-top: 30px;
  }


  .personal-detail-form .input-user .form-control {
    background-color: transparent !important;
    color: grey;
    border: 1px solid #e6e4e4;
    max-height: 40px !important;
    min-height: 40px !important;

  }

  .personal-detail-form .input-user .form-control::placeholder {
    font-size: 14px
  }

  .input-user.input-user-#ffffff {
    background-color: transparent !important;
    color: grey;
    border: 1px solid #e6e4e4;
    max-height: 40px !important;
    min-height: 40px !important;
  }

  .publication-class .single-item .item {
    overflow: hidden;
  }

  .publication-class .single-item .item:hover img {
    -ms-transform: scale(1.2);
    /* IE 9 */
    -webkit-transform: scale(1.2);
    /* Safari 3-8 */
    transform: scale(1.2);
    transition: 0.7s all;
  }

  .publication-class .single-item .item img {
    transition: transform .8s;
    /* Animation */

  }

  .publish-heading .blog-by {
    text-align: right;
    margin-top: 15px;
    font-size: 12px;
    color: #000;
    font-weight: 800;
  }

  .publish-heading h5 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .ffffff-text {
    color: #ffffff;
  }

  .mt-175 {
    margin-top: 175px;
    background: linear-gradient(185deg, #0b989b, #33cbcf82);
    padding: 150px;
  }

  .card-budget {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 17px;
  }

  .card-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #ffffffa6;
    border-radius: 86px;
    text-align: center;
    border: 1px solid #dde6e7;
  }

  .border-main-div {
    border: 4px solid #ffffff;
    padding: 35px 64px;
  }

  .paragraph-content-budget p {
    font-style: italic;
    color: #ffffff;
    font-style: italic;
    text-shadow: 0px 1px #8f8f8f;
    text-align: center;
    font-size: 16px;

  }

  .knwomore {
    color: black;
    background: #ffffff;
    padding: 9px 29px;
    border-radius: 13px;
    font-size: 14px;
  }

  .button-know-more {
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 79px; */
    margin-top: 39px;
  }

  .card-content {
    height: 93px;
  }

  .card-content p:nth-child(1) {

    margin-bottom: 0px;
    font-size: 25px;

  }

  .card-content p:nth-child(2) {
    margin-bottom: 0px;
    padding: 7px 37px 0px 37px;
    line-height: 18px;
    font-size: 14px;
  }

  .kejriwal h3 {
    text-align: center;
    color: #ffffff;
    font-size: 40px;
    text-shadow: 0px 1px black;
    margin-bottom: 21px;

  }

  .about-items p {
    text-align: justify;
  }

  .white-text {
    color: white;
  }

  .main-clientslogo .logo-img span {
    text-align: center;
    display: inline-block;
    width: 100%;
    font-size: 12px;
    font-weight: 700;
    margin-top: -10px;

  }

  .banner-content-section {
    height: 468px;
  }

  .main-form {
    height: 468px;
    width: 100%;

  }

  .color-bg {
    background: radial-gradient(#0000005e, #39d1d4);
    background: radial-gradient(#0000005e, #39d1d4);
    height: 468px;
  }

  .d-flex-color {
    display: flex;
    height: 468px;
  }

  .d-flex-color .first-heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    width: 60%;
  }

  .d-flex-color .form-journy {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 33px;

  }

  .d-flex-color .first-heading h3 {

    font-size: 62px;
    color: white;
    font-weight: 700;
    text-shadow: 0 1px black;

  }

  .d-flex-color .first-heading p {
    color: white;
    font-size: 17px;
    padding-right: 109px;
  }

  .journy-build {
    width: 100%;
  }

  .journy-build .form-control {
    color: white;
    background-color: #ffffff;
    height: 45px !important;
    min-height: 45px;
    border: 0px solid white;
  }

  .start-btn a {
    background: black;
    color: white;
    padding: 7px 42px;
    border-radius: 7px;
  }

  .journy-build select.form-control {
    height: 45px !important;
  }

  .form-journy p {
    color: white;
    font-size: 22px;
    line-height: 31px;
    font-weight: 500;
  }

  .banner-content-section {
    height: 468px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  input::placeholder {
    font-size: 15px;
  }

  .logo-clients {
    display: flex;
    width: 100%;
  }

  .trusted-client-img {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    padding: 16px 0;

  }

  .trusted-client-img .img-client {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .trusted-by {
    width: 30%;
    display: flex;
    align-items: center;
  }

  .trusted-by h3 {
    margin-bottom: 0px;
    font-size: 39px;
    color: #39d1d4;
    font-weight: 600;
    text-shadow: 0 1px #0000007a;
  }

  .trusted-section-log {
    padding: 70px 0;
  }

  .top-boder {
    width: 100%;

    background: radial-gradient(#20bbbe, white);
    height: 5px;
    padding: 0;
  }

  .bottom-boder {
    width: 100%;

    background: radial-gradient(#20bbbe, white);
    height: 5px;
    padding: 0;
  }

  .secon-flexing {
    width: 70%;
  }

  .bg-market {
    height: 300px;
    background: radial-gradient(#0000005e, #39d1d4);
  }

  .section-digital-marketing {
    background-repeat: no-repeat;
    object-fit: fill;
    /* background-size: cover; */
    width: 100%;
    height: 300px;

  }

  .content-digital {
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;

  }

  .content-digital h3 {
    font-size: 49px;
    color: white;
    font-weight: 700;
    text-shadow: 0 1px black;
  }

  .content-digital p {
    display: flex;
    justify-content: center;
    align-items: center;
    color: wh;
    color: white;
    font-size: 18px;
  }

  .our-brand-sections {
    padding: 70px 0;
  }

  .your-brand p {
    margin-bottom: 0px;

    padding: 11px 33px;
    background: #40d3d6;
    color: white;
    font-weight: 600;
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
    transition: 0.3s;
    font-size: 19px;
    text-shadow: 0 1px #ffffff2e;
  }

  .brand-content-main {
    width: 100%;
  }

  .brand-content-main .your-brand {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .your-brand p::after {
    content: "";
    width: 1px;
    height: 50px;
    background-color: black;
    display: block;
    position: absolute;
    top: 50px;
    right: 50%;
  }

  .creative p {
    margin-bottom: 0px;
    border: 2px solid #40d3d673;
    padding: 10px 20px;
    margin-top: 26px;
    color: #40d3d6;
    box-shadow: 0 8px 16px 0 rgb(64 211 214 / 15%);
    font-size: 19px;
    font-weight: bold;
    text-shadow: 0 1px #00000026;
  }

  .stratergy p {
    margin-bottom: 0px;
    border: 1px solid black;
    padding: 10px 20px;
    margin-top: 26px;
  }

  .main-consultings {
    width: 100%;
    display: flex;
    justify-content: space-around;
    position: relative;
  }

  .main-digitals-two {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .digital-contents {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .digital-contents-one {
    display: flex;
    flex-direction: column;
  }

  .digital-contents-two {
    display: flex;
    flex-direction: column;
  }

  .digital-contents-one .development {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

    margin-top: 39px;

  }

  .digital-contents-two .development {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
    margin-top: 39px;


  }

  .digital-contents-one .creative {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .digital-contents-two .creative {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .development p {


    margin: 0 37px;
  }



  .digital-contents-one .creative::after {
    content: " ";
    display: block;
    width: 150px;
    height: 1px;
    background-color: black;
    position: absolute;
    right: 0;
    top: 50px;
  }

  .digital-contents-two .creative::after {
    content: " ";
    display: block;
    width: 153px;
    height: 1px;
    background-color: black;
    position: absolute;
    left: 0;
    top: 50px;
  }

  .creative {
    position: relative;
  }

  .digital-contents-one .development {
    position: relative;
  }

  .digital-contents-one .development::after {
    content: " ";
    display: block;
    width: 1px;
    height: 117px;
    background-color: black;
    position: absolute;
    top: -40px;
    left: 50%;
  }

  .development p:nth-child(1)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 43%;
    top: 24px;
  }

  .development p:nth-child(2)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 50%;
    top: 76px;
  }

  .digital-contents-two .development p:nth-child(1)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 43%;
    top: 8px;
  }

  .digital-contents-two .development p:nth-child(2)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 50%;
    top: 56px;
  }

  .digital-contents-two .development p:nth-child(3)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 43%;
    margin-top: -20px;
  }

  .digital-contents-two .development p:nth-child(4)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 50%;
    margin-top: -12px;
  }

  .digital-contents-two .development p:nth-child(5)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    right: 50%;
    margin-top: -24px;
  }

  .digital-contents-two .development p:nth-child(6)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 50%;

    margin-top: -40px;
  }

  .digital-contents-two .development::after {
    content: " ";
    display: block;
    width: 1px;
    height: 100%;
    background-color: black;
    position: absolute;
    top: -40px;
    left: 50%;
  }

  .right-side {
    text-align: right;
    margin: 0 37px;
    LINE-HEIGHT: 20PX;
    font-size: 15px;
    padding: 0 16px;
    color: #00ccd0 !important;
    font-weight: 600;

  }

  .left-side {
    text-align: left;
    margin: 0 37px;
    LINE-HEIGHT: 20PX;
    font-size: 15px;
    padding: 0 16px;
    color: #00ccd0 !important;
    font-weight: 600;
  }

  .paragraph-cont {
    background: #1ec6ca;
    /* color: white; */
    display: flex;
    padding: 17px 19px;
    clip-path: polygon(0 0, 100% 0, 100% 0%, 85% 62%, 85% 100%, 0 100%, 0% 80%, 0% 20%);
    width: 45%;

  }

  .paragraph-cont p {
    color: white;
    margin-bottom: 0px !important;
    padding-right: 100px;
    line-height: 19px;
    font-size: 14px;
    /* text-shadow: 0 1px #00000054; */
    text-align: justify;
    text-transform: capitalize;
    width: 91%;

  }

  .our-milestones-section {

    padding: 10px 0 70px 0;
    position: relative;

  }

  .head-cont p {
    font-size: 28px;
    font-weight: 600;
    border-bottom: 22px solid #1ec6ca;
    padding-bottom: 11px;

  }

  .head-cont span {

    font-size: 54px;
    font-weight: 700;

  }

  .div-ourmilestones {
    width: 100%;
  }

  .head-cont {
    width: 35%;
  }

  .main-planing {
    display: flex;
    height: 137px;
  }

  .img-plane img {
    width: 180px;
    POSITION: RELATIVE;
    right: 150px;
    top: -22px;
  }

  .img-plane {
    position: relative;
  }

  .box-progress {
    background: linear-gradient(45deg, #000000b5, #39d1d4d4);
    border: 2px solid white;
    background: #40d3d6;
    /* box-shadow: 0 8px 16px 0 rgb(0 0 0 / 54%); */

  }

  .box-progress p {
    color: white;
    margin-bottom: 0px;
    line-height: 19px;
    padding: 12px 12px;
    font-size: 14px;
    height: 100%;
    /* text-shadow: 0 1px black; */
    text-align: center;
    font-weight: 600;
    background: #ffffff1f;
  }

  .progress-milestones {
    display: grid;
    grid-template-columns: repeat(9, 1fr);

    align-items: end;
    height: 550px;
  }

  .p-progress p {
    margin-bottom: 8px;
    text-align: center;
    font-size: 42px;
    font-weight: 800;
    color: #000000a6;

  }

  .first-half {
    height: 70%;
    background: #ffffff;
  }

  .first-progress {
    height: 30%;
    display: flex;
    flex-direction: column;
    justify-content: end;
  }

  .progress-images-bg {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    bottom: 135px;
  }

  .main-div-half {
    height: 550px;
  }

  .p-progress {
    background: white;
    /* padding: 17px 0; */
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(9) .first-half {
    height: 0%;
  }

  .progress-milestones .main-div-half:nth-child(9) .first-progress {
    height: 100%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(9) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(9) .box-progress {
    height: 90%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 1.9s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(9) .p-progress {
    background: white;
    height: 10%;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(8) .first-half {
    height: 10%;
  }

  .progress-milestones .main-div-half:nth-child(8) .first-progress {
    height: 90%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(8) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(8) .box-progress {
    height: 90%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 2.5s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(8) .p-progress {
    background: white;
    height: 10%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(7) .first-half {
    height: 20%;
  }

  .progress-milestones .main-div-half:nth-child(7) .first-progress {
    height: 80%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(7) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(7) .box-progress {
    height: 90%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 2.2s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(7) .p-progress {
    background: white;
    height: 10%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(6) .first-half {
    height: 30%;
  }

  .progress-milestones .main-div-half:nth-child(6) .first-progress {
    height: 70%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(6) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }


  .add-animation .progress-milestones .main-div-half:nth-child(6) .box-progress {
    height: 90%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 1.9s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(6) .p-progress {
    background: white;
    height: 10%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(5) .first-half {
    height: 40%;
  }

  .progress-milestones .main-div-half:nth-child(5) .first-progress {
    height: 60%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(5) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(5) .box-progress {
    height: 88%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 1.7s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(5) .p-progress {
    background: white;
    height: 12%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(4) .first-half {
    height: 50%;
  }

  .progress-milestones .main-div-half:nth-child(4) .first-progress {
    height: 50%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(4) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(4) .box-progress {
    height: 87%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 1.4s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(4) .p-progress {
    background: white;
    height: 13%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(3) .first-half {
    height: 57%;
  }

  .progress-milestones .main-div-half:nth-child(3) .first-progress {
    height: 43%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(3) .box-progress {
    height: 87%;
  }

  .progress-milestones .main-div-half:nth-child(3) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(3) .box-progress {
    height: 87%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 1.0s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(3) .p-progress {
    background: white;
    height: 13%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(2) .first-half {
    height: 63%;
  }

  .progress-milestones .main-div-half:nth-child(2) .first-progress {
    height: 37%;
    background: white;
  }



  .add-animation .progress-milestones .main-div-half:nth-child(2) .box-progress {
    height: 87%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.8s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(2) .p-progress {
    background: white;
    height: 13%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(1) .first-half {
    height: 69%;
    border-left: 2px solid #39d1d4;
  }

  .progress-milestones .main-div-half:nth-child(1) .first-progress {
    height: 31%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(1) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(2) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(1) .box-progress {
    height: 87%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.5s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(1) .p-progress {
    background: white;
    height: 13%;
    display: flex;
    justify-content: center;
    align-items: end;
    border-left: 2px solid #39d1d4;
  }

  .main-planing {
    position: relative;
    z-index: 99;
  }



  .each-unique-section {
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .h3-main-each h3 {
    font-size: 49px;
    color: white;
    font-weight: 700;
    text-shadow: 0 1px black;
    text-align: center;
  }

  .para-each p {
    color: white;
    text-transform: uppercase;
    text-align: center;
  }

  .page-color-each {
    height: 100vh;
    background: radial-gradient(#0000005e, #39d1d4);
    display: flex;
    justify-content: center;
    align-items: center;
  }



  .card-each-div .two-grid-card {

    position: relative;
    /* display: grid; */
    grid-template-columns: repeat(6, 1fr);
    width: 100%;

  }

  .two-grid-card .services-cards {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    transition: 0.3s;
    background: white;
    margin-bottom: 0px;
  }

  .two-grid-card .services-cards {


    padding: 0 14px;
    border-radius: 17px;
    background: linear-gradient(136deg, white, #ffffffc7);
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 0%);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 400px;
    height: 360px;
    flex-direction: column;
    flex-wrap: wrap;

  }

  .services-cards h3 {
    font-size: 19px;
    margin-bottom: 0px;
    text-align: center;
    border-bottom: 1px solid #00000087;
    padding-bottom: 7px;
    font-weight: 700;
  }

  .services-cards p {
    text-align: center;
    font-size: 12px;
    padding: 11px 0px;
    line-height: 20px;
    color: #000000d6;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
  }

  .read-more {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
  }

  .img-iconing {
    height: 88px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .img-iconing img {
    width: 56px;
    height: 60px;
    object-fit: contain;

  }


  .scrolltotop {
    background: #39d1d4;
    position: fixed;
    bottom: 100px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: white;
    display: none;
    z-index: 999;
    justify-content: center;
    align-items: center;
    right: 10px;
  }

  .scrolltotop a {
    display: flex;
    z-index: 999;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;

  }

  .showscroll {
    display: block;
  }

  .scrolltotop a i {
    font-size: 30px;
  }

  .add-animation .first-progress {
    background-color: transparent !important;
    transition: 3s ease-in-out;
  }


  .center-slider .slick-slide {

    color: #FFF;


    transform: scale(1.0);
    transition: all 0.4s ease-in-out;
    position: relative;
    z-index: 9999;
  }

  .center-slider .slick-slide,
  .center-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned)~.slick-cloned[aria-hidden="true"] {
    transform: scale(0.9, 0.9);
    transition: all 0.4s ease-in-out;
  }

  .center-slider .slick-center,
  .center-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"])+.slick-cloned[aria-hidden="true"] {
    transform: scale(1.0);

    border-radius: 20px;

  }

  .show-more-content {
    display: none;
  }

  .service-list-new li {
    text-transform: capitalize;
  }

  .more-services p {
    text-transform: capitalize;
  }

  /* slider css */

  .gallery-slider .wrap {
    position: relative;
    z-index: 100;
    width: 100%;
    height: 100%;
    padding: 0 60px;

    overflow: hidden;
  }

  .banner-content-section {
    height: 468px;
  }

  .main-form {
    height: 468px;
    width: 100%;

  }

  .color-bg {
    background: radial-gradient(#0000005e, #39d1d4);
    background: radial-gradient(#0000005e, #39d1d4);
    height: 468px;
  }

  .d-flex-color {
    display: flex;
    height: 468px;
  }

  .d-flex-color .first-heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    width: 60%;
  }

  .d-flex-color .form-journy {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 33px;

  }

  .d-flex-color .first-heading h3 {

    font-size: 62px;
    color: white;
    font-weight: 700;
    text-shadow: 0 1px black;

  }

  .d-flex-color .first-heading p {
    color: white;
    font-size: 17px;
    padding-right: 109px;
  }

  .journy-build {
    width: 100%;
  }

  .journy-build .form-control {
    color: white;
    background-color: #ffffff;
    height: 45px !important;
    min-height: 45px;
    border: 0px solid white;
  }

  .start-btn a {
    background: black;
    color: white;
    padding: 7px 42px;
    border-radius: 7px;
  }

  .journy-build select.form-control {
    height: 45px !important;
  }

  .form-journy p {
    color: white;
    font-size: 22px;
    line-height: 31px;
    font-weight: 500;
  }

  .banner-content-section {
    height: 468px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  input::placeholder {
    font-size: 15px;
  }

  .logo-clients {
    display: flex;
    width: 100%;
  }

  .trusted-client-img {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    padding: 16px 0;

  }

  .trusted-client-img .img-client {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .trusted-by {
    width: 30%;
    display: flex;
    align-items: center;
  }

  .trusted-by h3 {
    margin-bottom: 0px;
    font-size: 39px;
    color: #39d1d4;
    font-weight: 600;
    text-shadow: 0 1px #0000007a;
  }

  .trusted-section-log {
    padding: 70px 0;
  }

  .top-boder {
    width: 100%;

    background: radial-gradient(#20bbbe, white);
    height: 5px;
    padding: 0;
  }

  .bottom-boder {
    width: 100%;

    background: radial-gradient(#20bbbe, white);
    height: 5px;
    padding: 0;
  }

  .secon-flexing {
    width: 70%;
  }

  .bg-market {
    height: 300px;
    background: radial-gradient(#0000005e, #39d1d4);
  }

  .section-digital-marketing {
    background-repeat: no-repeat;
    object-fit: fill;
    /* background-size: cover; */
    width: 100%;
    height: 300px;

  }

  .content-digital {
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;

  }

  .content-digital h3 {
    font-size: 49px;
    color: white;
    font-weight: 700;
    text-shadow: 0 1px black;
  }

  .content-digital p {
    display: flex;
    justify-content: center;
    align-items: center;
    color: wh;
    color: white;
    font-size: 18px;
  }

  .our-brand-sections {
    padding: 70px 0;
  }

  .your-brand p {
    margin-bottom: 0px;

    padding: 11px 33px;
    background: #40d3d6;
    color: white;
    font-weight: 600;
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
    transition: 0.3s;
    font-size: 19px;
    text-shadow: 0 1px #ffffff2e;
  }

  .brand-content-main {
    width: 100%;
  }

  .brand-content-main .your-brand {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .your-brand p::after {
    content: "";
    width: 1px;
    height: 50px;
    background-color: black;
    display: block;
    position: absolute;
    top: 50px;
    right: 50%;
  }

  .creative p {
    margin-bottom: 0px;
    border: 2px solid #40d3d673;
    padding: 10px 20px;
    margin-top: 26px;
    color: #40d3d6;
    box-shadow: 0 8px 16px 0 rgb(64 211 214 / 15%);
    font-size: 19px;
    font-weight: bold;
    text-shadow: 0 1px #00000026;
  }

  .stratergy p {
    margin-bottom: 0px;
    border: 1px solid black;
    padding: 10px 20px;
    margin-top: 26px;
  }

  .main-consultings {
    width: 100%;
    display: flex;
    justify-content: space-around;
    position: relative;
  }

  .main-digitals-two {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .digital-contents {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .digital-contents-one {
    display: flex;
    flex-direction: column;
  }

  .digital-contents-two {
    display: flex;
    flex-direction: column;
  }

  .digital-contents-one .development {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

    margin-top: 39px;

  }

  .digital-contents-two .development {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
    margin-top: 39px;


  }

  .digital-contents-one .creative {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .digital-contents-two .creative {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .development p {


    margin: 0 37px;
  }



  .digital-contents-one .creative::after {
    content: " ";
    display: block;
    width: 150px;
    height: 1px;
    background-color: black;
    position: absolute;
    right: 0;
    top: 50px;
  }

  .digital-contents-two .creative::after {
    content: " ";
    display: block;
    width: 153px;
    height: 1px;
    background-color: black;
    position: absolute;
    left: 0;
    top: 50px;
  }

  .creative {
    position: relative;
  }

  .digital-contents-one .development {
    position: relative;
  }

  .digital-contents-one .development::after {
    content: " ";
    display: block;
    width: 1px;
    height: 117px;
    background-color: black;
    position: absolute;
    top: -40px;
    left: 50%;
  }

  .development p:nth-child(1)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 43%;
    top: 24px;
  }

  .development p:nth-child(2)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 50%;
    top: 76px;
  }

  .digital-contents-two .development p:nth-child(1)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 43%;
    top: 8px;
  }

  .digital-contents-two .development p:nth-child(2)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 50%;
    top: 56px;
  }

  .digital-contents-two .development p:nth-child(3)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 43%;
    margin-top: -20px;
  }

  .digital-contents-two .development p:nth-child(4)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 50%;
    margin-top: -12px;
  }

  .digital-contents-two .development p:nth-child(5)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    right: 50%;
    margin-top: -24px;
  }

  .digital-contents-two .development p:nth-child(6)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 50%;

    margin-top: -40px;
  }

  .digital-contents-two .development::after {
    content: " ";
    display: block;
    width: 1px;
    height: 100%;
    background-color: black;
    position: absolute;
    top: -40px;
    left: 50%;
  }

  .right-side {
    text-align: right;
    margin: 0 37px;
    LINE-HEIGHT: 20PX;
    font-size: 15px;
    padding: 0 16px;
    color: #00ccd0 !important;
    font-weight: 600;

  }

  .left-side {
    text-align: left;
    margin: 0 37px;
    LINE-HEIGHT: 20PX;
    font-size: 15px;
    padding: 0 16px;
    color: #00ccd0 !important;
    font-weight: 600;
  }

  .paragraph-cont {
    background: #1ec6ca;
    /* color: white; */
    display: flex;
    padding: 17px 19px;
    clip-path: polygon(0 0, 100% 0, 100% 0%, 85% 62%, 85% 100%, 0 100%, 0% 80%, 0% 20%);
    width: 45%;

  }

  .paragraph-cont p {
    color: white;
    margin-bottom: 0px !important;
    padding-right: 100px;
    line-height: 19px;
    font-size: 14px;
    /* text-shadow: 0 1px #00000054; */
    text-align: justify;
    text-transform: capitalize;
    width: 91%;

  }

  .our-milestones-section {

    padding: 10px 0 70px 0;
    position: relative;

  }

  .head-cont p {
    font-size: 28px;
    font-weight: 600;
    border-bottom: 22px solid #1ec6ca;
    padding-bottom: 11px;

  }

  .head-cont span {

    font-size: 54px;
    font-weight: 700;

  }

  .div-ourmilestones {
    width: 100%;
  }

  .head-cont {
    width: 35%;
  }

  .main-planing {
    display: flex;
    height: 137px;
  }

  .img-plane img {
    width: 180px;
    POSITION: RELATIVE;
    right: 150px;
    top: -22px;
  }

  .img-plane {
    position: relative;
  }

  .box-progress {
    background: linear-gradient(45deg, #000000b5, #39d1d4d4);
    border: 2px solid white;
    background: #40d3d6;
    /* box-shadow: 0 8px 16px 0 rgb(0 0 0 / 54%); */

  }

  .box-progress p {
    color: white;
    margin-bottom: 0px;
    line-height: 19px;
    padding: 12px 12px;
    font-size: 14px;
    height: 100%;
    /* text-shadow: 0 1px black; */
    text-align: center;
    font-weight: 600;
    background: #ffffff1f;
  }

  .progress-milestones {
    display: grid;
    grid-template-columns: repeat(9, 1fr);

    align-items: end;
    height: 550px;
  }

  .p-progress p {
    margin-bottom: 8px;
    text-align: center;
    font-size: 42px;
    font-weight: 800;
    color: #000000a6;

  }

  .first-half {
    height: 70%;
    background: #ffffff;
  }

  .first-progress {
    height: 30%;
    display: flex;
    flex-direction: column;
    justify-content: end;
  }

  .progress-images-bg {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    bottom: 135px;
  }

  .main-div-half {
    height: 550px;
  }

  .p-progress {
    background: white;
    /* padding: 17px 0; */
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(9) .first-half {
    height: 0%;
  }

  .progress-milestones .main-div-half:nth-child(9) .first-progress {
    height: 100%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(9) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(9) .box-progress {
    height: 90%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 1.9s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(9) .p-progress {
    background: white;
    height: 10%;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(8) .first-half {
    height: 10%;
  }

  .progress-milestones .main-div-half:nth-child(8) .first-progress {
    height: 90%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(8) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(8) .box-progress {
    height: 90%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 2.5s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(8) .p-progress {
    background: white;
    height: 10%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(7) .first-half {
    height: 20%;
  }

  .progress-milestones .main-div-half:nth-child(7) .first-progress {
    height: 80%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(7) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(7) .box-progress {
    height: 90%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 2.2s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(7) .p-progress {
    background: white;
    height: 10%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(6) .first-half {
    height: 30%;
  }

  .progress-milestones .main-div-half:nth-child(6) .first-progress {
    height: 70%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(6) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }


  .add-animation .progress-milestones .main-div-half:nth-child(6) .box-progress {
    height: 90%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 1.9s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(6) .p-progress {
    background: white;
    height: 10%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(5) .first-half {
    height: 40%;
  }

  .progress-milestones .main-div-half:nth-child(5) .first-progress {
    height: 60%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(5) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(5) .box-progress {
    height: 88%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 1.7s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(5) .p-progress {
    background: white;
    height: 12%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(4) .first-half {
    height: 50%;
  }

  .progress-milestones .main-div-half:nth-child(4) .first-progress {
    height: 50%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(4) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(4) .box-progress {
    height: 87%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 1.4s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(4) .p-progress {
    background: white;
    height: 13%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(3) .first-half {
    height: 57%;
  }

  .progress-milestones .main-div-half:nth-child(3) .first-progress {
    height: 43%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(3) .box-progress {
    height: 87%;
  }

  .progress-milestones .main-div-half:nth-child(3) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(3) .box-progress {
    height: 87%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 1.0s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(3) .p-progress {
    background: white;
    height: 13%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(2) .first-half {
    height: 63%;
  }

  .progress-milestones .main-div-half:nth-child(2) .first-progress {
    height: 37%;
    background: white;
  }



  .add-animation .progress-milestones .main-div-half:nth-child(2) .box-progress {
    height: 87%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.8s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(2) .p-progress {
    background: white;
    height: 13%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(1) .first-half {
    height: 69%;
    border-left: 2px solid #39d1d4;
  }

  .progress-milestones .main-div-half:nth-child(1) .first-progress {
    height: 31%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(1) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(2) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(1) .box-progress {
    height: 87%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.5s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(1) .p-progress {
    background: white;
    height: 13%;
    display: flex;
    justify-content: center;
    align-items: end;
    border-left: 2px solid #39d1d4;
  }

  .main-planing {
    position: relative;
    z-index: 99;
  }



  .each-unique-section {
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .h3-main-each h3 {
    font-size: 49px;
    color: white;
    font-weight: 700;
    text-shadow: 0 1px black;
    text-align: center;
  }

  .para-each p {
    color: white;
    text-transform: uppercase;
    text-align: center;
  }

  .page-color-each {
    height: 100vh;
    background: radial-gradient(#0000005e, #39d1d4);
    display: flex;
    justify-content: center;
    align-items: center;
  }



  .card-each-div .two-grid-card {

    position: relative;
    /* display: grid; */
    grid-template-columns: repeat(6, 1fr);
    width: 100%;

  }

  .two-grid-card .services-cards {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    transition: 0.3s;
    background: white;
    margin-bottom: 0px;
  }

  .two-grid-card .services-cards {


    padding: 0 14px;
    border-radius: 17px;
    background: linear-gradient(136deg, white, #ffffffc7);
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 0%);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 400px;
    height: 360px;
    flex-direction: column;
    flex-wrap: wrap;

  }

  .services-cards h3 {
    font-size: 19px;
    margin-bottom: 0px;
    text-align: center;
    border-bottom: 1px solid #00000087;
    padding-bottom: 7px;
    font-weight: 700;
  }

  .services-cards p {
    text-align: center;
    font-size: 12px;
    padding: 11px 0px;
    line-height: 20px;
    color: #000000d6;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
  }

  .read-more {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
  }

  .img-iconing {
    height: 88px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .img-iconing img {
    width: 56px;
    height: 60px;
    object-fit: contain;

  }


  .scrolltotop {
    background: #39d1d4;
    position: fixed;
    bottom: 100px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: white;
    display: none;
    z-index: 999;
    justify-content: center;
    align-items: center;
    right: 10px;
  }

  .scrolltotop a {
    display: flex;
    z-index: 999;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;

  }

  .showscroll {
    display: block;
  }

  .scrolltotop a i {
    font-size: 30px;
  }

  .add-animation .first-progress {
    background-color: transparent !important;
    transition: 3s ease-in-out;
  }


  .center-slider .slick-slide {

    color: #FFF;


    transform: scale(1.0);
    transition: all 0.4s ease-in-out;
    position: relative;
    z-index: 9999;
  }

  .center-slider .slick-slide,
  .center-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned)~.slick-cloned[aria-hidden="true"] {
    transform: scale(0.9, 0.9);
    transition: all 0.4s ease-in-out;
  }

  .center-slider .slick-center,
  .center-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"])+.slick-cloned[aria-hidden="true"] {
    transform: scale(1.0);

    border-radius: 20px;

  }

  .show-more-content {
    display: none;
  }

  .service-list-new li {
    text-transform: capitalize;
  }

  .more-services p {
    text-transform: capitalize;
  }

  .gallery-slider .wrap:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

  }



  .gallery-slider .slider {
    position: relative;
    z-index: 200;
    padding: 0 0px;
    margin: 5rem auto;
    max-width: 800px;
    width: 100%;
  }

  .gallery-slider .next-arrows i,
  .gallery-slider .prev-arrows i {
    font-size: 20px !important;
    margin: auto;
    display: block;
    text-align: center;
    width: 100%;
  }

  .common-slider .prev-arrows {
    position: absolute;
    top: 50%;
    width: 40px;
    left: -50px;
    background: #1babb4;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
  }

  .gallery-slider .next-arrows, .common-slider .next-arrows, .gallery-slider .next-arrows, .common-slider .prev-arrows {
    position: absolute;
    top: 50%;
    width: 40px;
    right: -50px;
    background: #1babb4;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;

    border: none;

    color: #fff;
    font-family: monospace;
    font-size: 20px;
    z-index: 300;
    border-radius: 50%;
    outline: none;
  }

  .gallery-slider .prev-arrows {
    position: absolute;
    top: 50%;
    width: 40px;
    left: -50px;
    background: #1babb4;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;

    border: none;

    color: #fff;
    font-family: monospace;
    font-size: 20px;
    z-index: 300;
    border-radius: 50%;
    outline: none;
  }






  .gallery-slider .slick-next {
    right: -50px;
    text-align: right;
  }





  .gallery-slider .item.slick-slide {
    width: 400px;
    height: 400px !important;
    transition: transform .5s ease;
    position: relative;
  }



  .gallery-slider .slick-slide:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    transition: transform .4s;
  }



  .gallery-slider .item.slick-slide {
    transform: scale(0.7) translate(640px);
  }



  .gallery-slider .item.slick-slide.slick-center+.slick-slide {
    transform: scale(0.8) translate(-250px);
    z-index: 10;
  }



  .gallery-slider .item.slick-slide.slick-center+.slick-slide+.item.slick-slide {
    transform: scale(0.7) translate(-640px);
    z-index: 5;
  }



  .gallery-slider .item.slick-slide.slick-active {
    transform: scale(0.8) translate(250px);
  }



  .gallery-slider .item.slick-slide.slick-center {

    transform: scale(1);
    z-index: 30;

  }



  .gallery-slider .slick-center:after {
    opacity: 0;
    margin: 10px;
    padding: 10px;
  }




  /* bootstrap hack: fix content width inside hidden tabs */
  .tab-content>.tab-pane, .pill-content>.pill-pane {
    display: block;
    /* undo display:none          */
    height: 0;
    /* height:0 is also invisible */
    overflow: hidden;
    /* no-overflow                */
  }

  .tab-content>.active, .pill-content>.active {
    height: auto;
    /* let the content decide it  */
  }

  /* bootstrap hack end */





  .hero-section {


    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    margin-bottom: 50px;
    text-transform: uppercase;
    background: url("https://media.istockphoto.com/photos/programmer-create-app-coding-software-developer-it-picture-id891341672?b=1&k=20&m=891341672&s=170667a&w=0&h=DWpt-5_lFN3igwwMm9IojM079xcPqCXtcWXi1C9wTaU=");
    background-size: cover;
    padding: 45px 0px;

  }

  .left-section h1 {
    font-size: 3rem;
    letter-spacing: 2px;

  }

  .left-section {

    width: 40%;
    color: white;
  }

  .left-section h5 {
    font-size: 14px;
    line-height: 18px;
  }

  input[type=text] {
    width: 100%;
  }


  .right-section .form input {
    color: darkgrey;
    text-transform: uppercase;
    border-radius: 7px;
    margin-bottom: 12px;

  }


  .right-section .form .start-button {
    background-color: black;
    display: block;
    padding: 7px 38px;
    border-radius: 15px;
    color: white;
  }

  .trusted-by-left {

    margin-left: 11%;
    margin-top: 3%;
  }


  .trusted-by-left h1 {


    text-transform: uppercase;
    font-weight: 600;
    color: #39D1D4;

  }

  .trusted-by-section {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4%;
  }

  .trusted-by-right {
    margin-right: 12%;
  }

  .trusted-by-right .logos img {
    padding: 12px 40px 12px 0px;
  }

  .padding-80 {
    padding: 80px 0px;
  }

  .grid-public {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 15px;
  }


  /* animation effect start */
  .accordion-animation {
    width: 100%;
    height: 700px;
    overflow: hidden;
    margin: 0px auto;
  }

  .accordion-animation ul {
    width: 100%;
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0;
  }

  .accordion-animation ul li {
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    width: 20%;
    height: 700px;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 1000ms ease-in-out;
  }

  .accordion-animation ul li div {
    display: block;
    overflow: hidden;
    width: 100%;
  }

  .accordion-animation ul li div a {
    display: block;
    height: 700;
    width: 100%;
    position: relative;
    z-index: 3;
    vertical-align: bottom;
    padding: 15px 20px;
    box-sizing: border-box;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    /*filter: invert(100%);*/
    text-decoration: none;
    font-family: Open Sans, sans-serif;
    transition: all 1000ms ease-in-out;
  }

  .accordion-animation ul li div a * {
    opacity: 0;
    margin: 0;
    width: 100%;
    text-overflow: ellipsis;
    position: relative;
    z-index: 5;
    white-space: nowrap;
    overflow: hidden;

    -webkit-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
  }

  .accordion-animation ul li div a h2 {
    font-family: Montserrat, sans-serif;
    text-overflow: clip;
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 2px;

  }

  .accordion-animation ul li div a p {
    top: 160px;
    font-size: 18px;
    padding-left: 1em;
  }

  .accordion-animation ul li:nth-child(1) {
    background-image: url("http://dev.fjwestcott.com/media/wysiwyg/home/home_ind_studio_portrait_photography_bob_harrington.jpg");
    background-position: center;
    object-fit: cover;
  }

  .accordion-animation ul li:nth-child(2) {
    background-image: url("http://dev.fjwestcott.com/media/wysiwyg/home/home_ind_cinema_flex_whale_wars_gavin_garrison.jpg");
    background-position: center;
    object-fit: cover;
  }

  .accordion-animation ul li:nth-child(3) {
    background-image: url("http://dev.fjwestcott.com/media/wysiwyg/home/home_ind_studio_portrait_photography_bob_harrington_bts.jpg");
    background-position: center;
    object-fit: cover;
  }

  .accordion-animation ul li:nth-child(4) {
    background-image: url("http://dev.fjwestcott.com/media/wysiwyg/home/home_ind_travel_rapidbox.jpg");
    background-position: center;
    object-fit: cover;
  }

  .accordion-animation ul li:nth-child(5) {
    background-image: url("http://dev.fjwestcott.com/media/wysiwyg/home/home_ind_enthusiast_portrait_photography_little_studio_basics_lights.jpg");
    background-position: center;
    object-fit: cover;
  }

  .accordion-animation ul li:nth-child(6) {
    background-image: url("http://dev.fjwestcott.com/media/wysiwyg/home/home_ind_flex_enthusiast_portrait_photography.jpg");
    background-position: center;
    object-fit: cover;
  }

  .accordion-animation ul li {
    background-size: cover;
  }

  .accordion-animation ul:hover li {
    width: 10%;
  }

  .accordion-animation ul:hover li:hover {
    width: 90%;
  }

  /*.accordion-animation ul:hover li:hover a { background: rgba(0, 0, 0, 0.4); }*/

  .accordion-animation ul:hover li:hover a * {
    opacity: 1;
    /* -webkit-transform: translateX(0);
  transform: translateX(0); */
  }

  .logo-img figcaption {
    text-align: center;
  }
}


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

  .content-gallery-year {
    background: #30A7Af;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #0a83ff;
    /* align-items: center; */
    height: 600px;
    position: relative;
  }

  .main-gallery-year {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    width: 100%;

  }

  .content-gallery-year .first-part-gallery {
    padding: 0px 15px;
    position: relative;
    top: 256px;
    height: 264px;

  }

  .content-gallery-year .first-part-gallery h3 {
    text-align: center;
    color: white;
    font-size: 18px;
    font-weight: 600;
    /* margin-bottom: 24px; */
  }

  .content-gallery-year .first-part-gallery p:nth-child(2) {
    font-size: 35px;
    color: white;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0px;
  }

  /* .content-gallery-year .first-part-gallery p:nth-child(2)::before{
    content: "";
    display: block;
    width: 89px;
    height: 2px;
    background: white;
    position: relative;
    top: 50px;
    left: 30px;
} */
  .content-gallery-year .first-part-gallery p:nth-child(3) {
    text-align: center;
    font-size: 15px;
    line-height: 23px;
    font-style: italic;
    color: white;
    font-weight: 300;
    margin-bottom: 0px;
    /* margin-top: 50px; */
  }

  .overlay-second-gallery {
    background-color: transparent;
    bottom: 266px;
    position: relative;
    z-index: 99999999999999;

  }

  .four-round-card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 14px;
    padding: 0 0px;
  }

  .four-round-card li {
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 79px;
    background: #ffffff52;
    border-radius: 77px;
    width: 100%;
    color: black;
    padding: 0 14px;
  }

  .four-round-card li span:nth-child(1) {
    font-size: 18px;
    margin-bottom: 0px;
  }

  .four-round-card li span:nth-child(2) {
    text-align: center;
    font-size: 12px;
    line-height: 16px;
  }

  .four-box-year {
    border: 2px solid white;
    padding: 36px;
    width: 70%;
  }


  .four-box-year p {
    FONT-SIZE: 13PX;
    line-height: 23px;
    font-style: italic;
    text-align: center;
    color: white;
  }

  .heading-imapact h3 {
    text-align: center;
    margin-bottom: 0;
    font-size: 44px;
    letter-spacing: 12px;
    padding-left: 15px;
    color: white;
    padding-top: 35px;
    font-weight: 100;
  }

  .heading-imapact p {
    margin-bottom: 0px;
    text-align: center;

    font-size: 23px;
    font-weight: 100;
    color: white;

  }

  .top-b {
    margin-bottom: 8px;
    text-align: center;
    margin-top: 37px;
    font-size: 23px;
    color: white;
  }

  .img-shape img {
    height: 282px;
    position: absolute;
    bottom: 0;
    object-fit: contain;
    left: 0;

  }

  .icontent-impact {
    background-color: transparent;
    height: 100vh;

    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .button-knwmore {
    WIDTH: 100%;
    HEIGHT: 32px;
    DISPLAY: flex;
    JUSTIFY-CONTENT: center;
    ALIGN-ITEMS: center;
    MARGIN-TOP: 15px;
  }

  .button-knwmore p {
    MARGIN-BOTTOM: 0;
    DISPLAY: flex;
    JUSTIFY-CONTENT: center;
    BACKGROUND: WHITE;
    COLOR: BLACK;
    PADDING: 4px 12px;
    border-radius: 9px;
    font-size: 12px;
  }

  .hidden-sec {
    display: none;
    transition: 3s;
    background-position: center center;
    background-repeat: no-repeat;
    /* min-height: 100vh; */
    width: 450px;
    height: 600px;
    top: 0px;
    position: absolute;
    left: 0%;
  }

  .content-gallery-year:hover .hidden-sec {
    display: block !important;
    cursor: pointer;
    transition: 3s;
    z-index: 99;
  }

  .content-gallery-year:hover .content-gallery-year .first-part-gallery p:nth-child(2)::before {
    left: 0px !important;

    content: "";
    display: block;
    width: 89px;
    height: 2px;
    background: white;
    position: relative;
    top: 50px;

  }

  .icontent-impact1 {
    background-color: transparent;

  }

  .icontent-impact2 {
    background-color: #8b0000;

  }

  .icontent-impact3 {
    background-color: #009b77;
  }

  .icontent-impact4 {
    background-color: #484848;
  }

  .icontent-impact5 {
    background-color: #730081;
  }

  .icontent-impact6 {
    background-color: #5b00bf;
  }

  .content-gallery-year .first-part-gallery h3 {
    margin-bottom: 20px;
    height: 42px;
    font-size: 12px;
  }

  .content-gallery-year .first-part-gallery p:nth-child(2) {
    height: 50px;
    font-size: 15px;
  }

  .content-gallery-year .first-part-gallery p:nth-child(3) {
    height: 50px;
  }


  .view-more-button {
    background: #39d1d4;
    color: white;
    width: 134px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    cursor: pointer;
    border-radius: 7px;
  }


  .view-more-button2 {
    background: #39d1d4;
    border-radius: 7px;
    color: white;
    width: 134px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    cursor: pointer;
  }

  .view-more-button2 span {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px;
  }

  .vless {
    display: none;
  }

  .hidden-para {
    display: none;
  }

  /*  */

  .view-more-buttonss {
    background: #39d1d4;
    color: white;
    width: 134px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    cursor: pointer;
    border-radius: 7px;
  }


  .view-more-button2ss {
    background: #39d1d4;
    border-radius: 7px;
    color: white;
    width: 134px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    cursor: pointer;
  }

  .view-more-button2ss span {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px;
  }

  .vlessss {
    display: none;
  }

  .hidden-parass {
    display: none;
  }

  /*  */
  .view-more-buttonk {
    background: #39d1d4;
    color: white;
    width: 134px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    cursor: pointer;
    border-radius: 7px;
  }


  .view-more-button2k {
    background: #39d1d4;
    border-radius: 7px;
    color: white;
    width: 134px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    cursor: pointer;
  }

  .view-more-button2k span {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px;
  }

  .vlessk {
    display: none;
  }

  .hidden-parak {
    display: none;
  }

  .content-gallery-year:last-child:hover .hidden-sec {
    left: -120% !important;
  }



  .services-inner .service-main .team-items .single-item .service-homepage .content h4 {
    font-weight: 600 !important;
    margin-bottom: 26px !important;
    color: white !important;
    font-size: 20px !important;
  }

  .services-inner .service-main .team-items .single-item .service-homepage .thumb img {
    transition: all 0.35s ease-in-out;
    height: 230px;
    object-fit: cover;
    width: 100%;

  }

  .grid-change .main-clientslogo {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }

  .service-name h5 {
    margin: 0px;
    padding: 15px 10px 0px;
    font-weight: 600;
    font-size: 15px;
    text-transform: capitalize;
  }

  .remove-box-shadow {
    box-shadow: none !important;
    padding: 0px !important;
  }


  .tne-feature {
    background-color: #ffffff;
    position: relative;
    margin-top: 25px;
  }




  .tne-feature>span {
    display: block;
    width: 32px;
    height: 32px;
    background: #2d2d2d;
    position: absolute;
    top: 10px;
    right: 55px;
    display: none;
  }

  .tne-feature>span:nth-child(2) {
    transition: transform .5s ease-in-out
  }

  .tne-feature>span:nth-child(3) {
    background: #39d1d4;
    top: 32px;
    right: 87px;
    transition: transform .8s ease-in-out
  }

  .tne-feature>span:nth-child(4) {
    background: #2d2d2d;
    top: 130px;
    right: 160px;
    width: 20px;
    height: 20px
  }

  .tne-feature>span:nth-child(5) {
    background: #2d2d2d;
    top: 55px;
    right: 25px;
    width: 28px;
    height: 28px
  }

  .tne-feature>span:nth-child(6) {
    background: #2d2d2d;
    top: 80px;
    right: 290px;
    width: 14px;
    height: 14px
  }

  .tne-feature>span:nth-child(7) {
    background: #39d1d4;
    top: 50px;
    right: 230px;
    transition: transform .4s ease-in-out
  }

  .tne-feature>span:nth-child(8) {
    background: #fff;
    top: 82px;
    right: 198px;
    transition: transform .6s ease-in-out
  }

  .tne-feature>span:nth-child(9) {
    background: #2d2d2d;
    top: 82px;
    left: 198px;
    transition: transform .6s ease-in-out
  }

  .tne-feature>span:nth-child(10) {
    background: #39d1d4;
    top: 60px;
    left: 108px;
    transition: transform .6s ease-in-out
  }

  .tne-feature>span:nth-child(11) {
    background: #2d2d2d;
    top: 160px;
    left: 100px;
    transition: transform .6s ease-in-out
  }

  .tne-feature>span:nth-child(12) {
    background: #2d2d2d;
    top: 80px;
    left: 250px;
    transition: transform .6s ease-in-out
  }

  .tne-feature>span:nth-child(13) {
    background: #39d1d4;
    ;
    top: 190px;
    left: 40px;
    transition: transform .6s ease-in-out
  }

  .tne-feature .sqs {
    transform: scale(0)
  }

  .tne-feature .sqh {
    transform: scale(1)
  }

  .tne-feature:hover .sqs {
    transform: scale(1)
  }

  .tne-feature:hover .sqh {
    transform: scale(0)
  }

  .typed-out span {
    color: #39d1d4;
    font-size: 30px;
  }

  .tagline-para h5 {
    margin: 16px 0px !important;
    font-size: 15px;
  }

  .contact-area .info .content {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
  }

  .contact-form-box .form-box {
    background-color: #39d1d4;
    padding: 30px;
  }

  .contact-heading {
    font-weight: 800;
    font-size: 45px;
    text-transform: uppercase;
  }

  .backgroung-white {
    background: white;
    color: #111;
    font-weight: 400;
  }

  .contact-content p {
    font-size: 20px;
    color: #5d5858;
  }

  .team-area .item .info span {
    font-size: 11px;
  }

  .desktop-menu ul li:not(:last-child) a:hover {

    transition: 0.3s all;
  }

  .desktop-menu ul li a {
    font-size: 13px !important;
  }

  #navbar-menu .navbar-nav-new {
    float: right !important;
  }

  .navbar-brandlogo p {
    MARGIN-BOTTOM: 0;
    FONT-SIZE: 35PX;
    COLOR: WHITE;
    FONT-WEIGHT: 600;
    height: 112px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .banner-img {
    width: 100%;

  }


  .banner-img img {
    width: 100%;
    height: calc(100vh - 120px);
    object-position: center center;
  }

  .banner-img video {
    width: 100%;
    height: calc(65vh - 0px);
    object-position: center center;
    object-fit: cover;
  }

  .contact-li {
    background: #39d1d4;
    border-radius: 5px;
  }

  .navbar-nav-new li a {
    padding: 12px 18px !important;
    text-transform: capitalize !important;
  }

  .contact-li a {
    color: black !important;
    padding: 11px 12px !important;
  }

  nav.navbar.bootsnav .navbar-brand {
    padding: 0px 15px !important;
  }

  .navbar-nav-new {
    margin-top: 35px;
  }

  .content-box-p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .content-box-p .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .about-content-area .content-box .info h2 {
    font-weight: 600;
    margin-bottom: 0px;
    font-size: 30px !important;
    /* font-size: 45px !important; */
    text-transform: capitalize;
  }

  .content-box-p .info p {
    font-size: 30px;
    margin-bottom: 40px;
  }

  .btn.btn-gradient::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to right, #39d1d4, #39d1d4, #39d1d4);
    background-size: 220% 150%;
    text-transform: uppercase;
    display: inline-block;
    color: #000000 !important;
    background-color: #39d1d4;
    z-index: -1;
    transition: all 0.35s ease-in-out;
  }

  nav.navbar.bootsnav.navbar-fixed {
    display: block;
    position: absolute !important;
  }

  .service-main.team-area .item .content {
    font-weight: 600;
    font-size: 43px;
    color: white;
    z-index: 99999999999999999;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    padding-left: 47px;
    position: relative;
    bottom: 84px;
  }

  .service-main.team-area .item {
    background: #fff;
    padding: 15px;
    height: 310px;

    box-shadow: 0 0 12px #00000029;
    border-radius: 10px;
  }



  .service-main.team-area .item h4 {
    font-weight: 600 !important;
    margin-bottom: 5px !important;
    color: white !important;
    font-size: 25px !important;
  }

  nav.navbar.bootsnav ul.nav>li>a {
    padding: 10px 12px !important;
    font-size: 11px !important;
  }

  .about-us-area .info h2 {
    font-weight: 600;
    margin-bottom: 25px;
    font-size: 25px;
  }

  .service-main.team-area .team-items .thumb img {
    transition: all 0.35s ease-in-out;
    height: 310px;
    object-fit: cover;
    width: 100%;
  }



  .team-area .team-items .thumb {
    border-bottom: 0px solid transparent;
  }

  .team-area::after {
    border: 0px solid transparent !important;
    border-radius: 0px !important;
  }

  .less-ptb {
    padding-top: 40px;
    padding-bottom: 18px;
  }

  .default-padding {
    padding-top: 120px;
    padding-bottom: 0px !important;
  }

  .navbar-brandlogo-foo p {
    MARGIN-BOTTOM: 0;
    FONT-SIZE: 20PX;
    COLOR: #ffffff !important;
    FONT-WEIGHT: 600;
    height: 50px !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .main-foo {
    display: flex;
    flex-direction: column;
  }

  .navbar-brand-footers {
    float: left;
    height: 50px;
    padding: 0 0 0 0 !important;
  }

  footer .footer-bottom li::before {
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    /* height: 5px; */
    /* width: 5px; */
    background: transparent !important;
    border-radius: 50%;
    margin-top: -3px;
    opacity: 0.5;
  }

  footer .footer-bottom li {
    display: inline-block;
    margin-left: 0 !important;
  }

  .text-light-f li a {
    color: #ffffff !important;
    text-transform: uppercase;
    font-size: 11px;
  }

  .para-footer p {
    margin-bottom: 14px !important;
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
    color: #ffffff;
  }

  .para-footer {
    margin-top: 14px;
  }

  .button-get .btn.btn-gradient {
    position: relative;
    z-index: 1;
    color: #223d44;
    padding: 18px 81px;
    font-size: 18px;
  }


  .service-list {

    color: white;
    font-size: 17px;
  }

  .form-control {
    color: white;
    background-color: #39d1d4;

  }

  .form-control:focus {
    outline: none;
    color: white;
    background-color: #39d1d4;
  }


  /*  */


  /* .typed-out {
    overflow: hidden;
    border-right: .15em solid orange;
    font-size: 1.6rem;
    width: 0;
} */

  .typed-out {
    overflow: hidden;
    border-right: 0.15em solid transparent;
    white-space: nowrap;
    font-size: 30px;
    color: #000000;
    text-transform: capitalize;
    width: 0;
    margin-bottom: 4px;
    animation: typing 1.5s infinite;
    display: flex;
    align-items: center;
    position: relative;
    font-weight: 600;
  }

  @keyframes typing {
    0% {
      width: 0
    }

    20% {
      width: 20%;
    }

    30% {
      width: 30%;
    }

    40% {
      width: 40%;
    }

    50% {
      width: 50%;
    }

    70% {
      width: 70%;
    }

    90% {
      width: 100%
    }

    100% {
      width: -0;
    }
  }

  .main-typings {
    display: flex;
    align-items: flex-end;

  }

  p {
    color: #0a1f2b;
  }

  .para-footer p:nth-child(2) {
    margin-bottom: 14px !important;
    font-size: 15px;
    line-height: 24px;
    text-transform: capitalize;
    color: #ffffff;
  }

  .nav-tabs .nav-link.active {
    color: #000000 !important;
    background-color: #fff0 !important;
    BORDER-BOTTOM: 5PX SOLID #39d1d4 !important;
  }

  .nav-tabs {
    border-bottom: 1px solid #dee2e600 !important;
  }

  .nav-new {
    DISPLAY: flex !important;
    JUSTIFY-CONTENT: center !important;
    ALIGN-ITEMS: center !important;
  }

  .nav-tabsnew {
    border-bottom: 1px solid #dee2e6 !important;
    margin: 30px 0px;
    /* WIDTH: 156PX !important; */
  }

  .nav-tabsnew a {
    margin-left: 20px;
  }

  #tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    color: #020202 !important;
    font-size: 17px;
    padding: 0 !important;
    font-weight: 300;
  }

  .nav-tabs {
    border-bottom: 1px solid #dee2e600 !important;
  }

  #tabs {
    background: #efefef;
    color: #000;
    margin-top: 60px;
  }

  .main-clientslogo {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 25px;
    margin: auto;
    padding-top: 7px;
    justify-items: center;
    align-items: center;

  }

  .main-clientslogo .logo-img img {
    width: 75px;
    object-fit: contain;
    height: 104px;
    margin: auto;
    display: block;
  }

  .feature-text.is-green {
    color: #223d44;
    text-transform: capitalize;
    text-align: center;
    font-size: 25px;
  }

  .feature-text {
    margin-bottom: 20px;
    color: #0a1f2b;
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    text-align: left;
  }

  .py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .navbar-header {
    float: left;
    /* width: 38%; */
  }

  .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0 solid !important;
    border-right: 0 solid transparent !important;
    border-bottom: 0 !important;
    border-left: 0 solid transparent !important;
  }


  .publication-class.campaign .single-item .item img {
    height: auto !important;
  }

  .services-details-items {
    margin-bottom: 35px;
  }

  .pub-content {
    width: 50%;
    padding: 0px 30px;
  }

  .pub-images {
    width: 50%;
  }

  .pub-content h4 {
    font-size: 18px;
  }

  .pub-content p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 20px;
    font-size: 14px;
    text-align: justify;
    text-overflow: ellipsis;
  }

  .pub-card {
    display: flex;
    align-items: center;
  }

  .pub-maincard {
    border-radius: 20px;
    box-shadow: 0 0 11px #bfbaba66;
    padding: 20px 20px 20px 20px;
    margin-top: 30px;
  }

  .show-more {
    display: flex;
    justify-content: flex-end;
  }

  .show-more-content-new .show-more-content, .show-more-content-new .show-more-content, .show-less {
    display: block !important;
  }

  .show-more-content-new .show-more {
    display: none !important;
  }

  .show-more-content p {
    margin: 0px;
    padding: 15px 0px;
  }

  .desktop-menu ul>li a:hover::after {
    width: 100%;
    transition: width .8s;
  }

  .social-icons a i {
    font-size: 35px;
    /* opacity: 0.46; */
    color: white;
    margin-left: 10px;
  }

  .media-icons {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: 60px;
  }

  .thumb-services-area .services-items .item {
    background-size: cover;
    background-position: center;
    padding: 0px !important;
    position: relative;
    z-index: 1;
    height: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 3px solid #1c1c1c;
    border-radius: 8px;
    z-index: 1;
    transition: all 0.35s ease-in-out;
  }

  .thumb-services-area .services-items .item:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    overflow: hidden;
  }

  .thumb-services-area .services-items .single-item .item:hover::after,
  .thumb-services-area .services-items .single-item .item::after {
    opacity: 1;
  }

  .common-padding {
    padding: 80px 0px !important;
  }

  .single-item .info h4 {
    font-size: 15px;
    font-weight: bold;
  }

  .navbar-brandlogo-mobile img {
    width: 350px;
    height: 120px;
    object-fit: contain;
  }

  .thumb-services-area .single-item {
    margin-bottom: 30px;
    overflow: hidden;
    height: 230px;
    position: relative;
    border-radius: 8px;
  }

  .bg-theme {
    background-color: #39d1d4;
  }

  .contact-area .info ul li i {
    background: linear-gradient(90deg, rgba(4, 215, 242, 1) 57%, rgba(4, 215, 242, 1) 100%);
  }

  .contact-area .info .content {
    border-radius: 10px;
  }

  .desktop-menu ul li.dropdown {
    position: relative;
  }

  a:hover {
    text-decoration: none !important;
  }

  /* job listing css start */

  /********************
      job-listing
  *********************/
  .job-box {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .job-box .lable {
    width: 200px;
    position: absolute;
    top: -2px;
    left: -86px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 1;
    background: #d8dff7;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .job-box .lable h6 {
    font-size: 12px;
  }

  .job-box:hover {
    border-color: #849ae5 !important;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  .job-box:hover .lable {
    background: #2f55d4;
  }

  .job-list-reg-form {
    position: relative;
    bottom: 45px;
    -webkit-box-shadow: 0 -3px 31px 0 rgba(0, 0, 0, 0.03), 0 6px 20px 0 rgba(0, 0, 0, 0.02);
    box-shadow: 0 -3px 31px 0 rgba(0, 0, 0, 0.03), 0 6px 20px 0 rgba(0, 0, 0, 0.02);
  }

  .left-sidebar .card-body {
    border-bottom: 1px solid #eaedf6;
  }

  a.job-list[data-toggle=collapse]:before {
    content: '\f374';
    display: block;
    font-family: 'Material Design Icons';
    font-size: 20px;
    color: #161c2d;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  a.job-list[data-toggle=collapse].collapsed:before {
    content: '\f415';
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }

  .job-list {
    position: relative;
  }

  .card-header {
    background-color: transparent;
    margin-bottom: 0 !important;
  }

  .custom-control-label:before {
    border: 1px solid #8492a6;
    background-color: transparent;
    width: 17px;
    height: 17px;
    top: 3px;
  }

  .custom-control-label:after {
    width: 18px;
    height: 18px;
    top: 2px;
    left: -25px;
  }

  .custom-control {
    margin: 11px 20px;
  }

  .nice-select:after {
    margin-top: -5px;
    height: 7px;
    width: 7px;
  }

  .apply-btn-sm {
    padding: 6px 20px;
    border-radius: 4px;
  }

  .job-list-box {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }

  .job-list-box:hover {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  /********************
        JOB LIST GRID
    *********************/
  .job-list-grid {
    padding: 210px 0px 60px 0px;
    background-image: url("../images/job-list-grid-bg.jpg");
    background-size: cover;
    position: relative;
    background-position: center center;
  }

  .job-list-grid-reg-form {
    background-color: #fcfcfe !important;
    border: 1px solid #eaedf6;
  }

  .list-grid-item {
    border: 1px solid #eaedf6;
    border-radius: 6px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }

  .list-grid-item:hover {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    border-color: transparent;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  .grid-fev-icon {
    -webkit-text-stroke: 2px #2f55d4;
    -webkit-text-fill-color: transparent;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }

  .grid-fev-icon:hover {
    -webkit-text-stroke: 0px #2f55d4;
    -webkit-text-fill-color: #2f55d4;
  }

  /********************
        JOB SINGLE
    *********************/
  .job-time-btn {
    border-radius: 50px;
  }

  .job-overview {
    padding: 24px 0 24px 24px;
  }

  .overview-details {
    overflow: hidden;
  }


  .pagination.job-pagination .page-link {
    border-radius: 50% !important;
    margin: 0 4px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    /* line-height: 29px; */
    padding-bottom: 35px;
    text-align: center;
    color: #8492a6;
  }

  .pagination .page-item.active .page-link {
    background-color: #39d1d4;
    border-color: #39d1d4;
    color: #ffffff !important;
  }

  .display-1 {
    font-size: 80px !important;
  }

  .display-2 {
    font-size: 72px !important;
  }

  .display-3 {
    font-size: 64px !important;
  }

  .display-4 {
    font-size: 56px !important;
  }

  .job-tab ul li a {
    color: black !important;
    font-size: 12px;
  }

  .job-tab ul li a.active {
    color: #ffffff !important;
  }

  .company-logo img {
    width: 85px;
    height: 85px;
    object-fit: contain;
  }

  .thumb-services-area .services-items .item::after {
    background: #808080a1 !important;
  }

  .desktop-menu ul li.dropdown a {
    display: inline-flex
  }

  .job-popup-form {
    min-width: 55% !important;
  }

  .login-custom h4 {
    text-align: center;
    margin-bottom: 33px;
  }

  .apply-job-row button {
    /* background: #f44336; */
    background: #39d1d4;
    border-radius: 5px;
    color: black;
    font-weight: 400;

  }

  .job-popup-form .modal-header {
    padding: 0px;
    border: none;
  }

  .job-popup-form .modal-header button {
    width: 35px;
    height: 35px;
    position: absolute;
    right: -2%;
    padding: 0%;
    border-radius: 50%;
    top: -4%;
    opacity: 1;
    color: #ffffff;
    background: #f44336;
    /* justify-content: center; */
    align-items: center;
    justify-content: center;
    display: flex;
    margin: 0%;
  }

  .login-custom .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: none;
    border-radius: 4px;
    min-height: 40px;
  }

  .login-custom .select2-container--default .select2-selection--single .select2-selection__rendered {
    min-height: 40px !important;
    padding: 0px 15px;
    margin: 0px;
    border: 1px solid #d8d8d8;
    width: 100%;
    border-radius: 10px;
  }

  .login-custom .select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    width: 100% !important;
    position: relative;
    vertical-align: middle;
  }

  .login-custom .select2-container--default .select2-selection--single .select2-selection__arrow {
    min-height: 40px;
    position: absolute;
    top: 0px;
    right: 1px;
    width: 20px;
  }

  .job-popup-form .modal-content {
    margin-top: 100px;
  }

  textarea {
    padding: 15px;
    padding: 0px 15px;
    margin: 0px;
    border: 1px solid #d8d8d8;
    width: 100%;
    border-radius: 10px;
  }

  .input-user input {
    min-height: 50px !important;
    padding: 0px 15px;
    margin: 0px;
    border: 0px solid #39d1d4;
    width: 100%;
    background: #39d1d414;

  }

  .input-user select {
    min-height: 50px !important;
    padding: 0px 15px;
    margin: 0px;
    border: 0px solid #39d1d4;
    width: 100%;
    background: #39d1d41f;

  }

  .login-custom .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
  }

  .input-user input::placeholder, .login-custom .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: grey;
  }

  .job-popup-form .modal-body {
    padding: 50px;
  }

  .job-popup-form .modal-header button i {
    font-size: 15px;
  }

  .job-detail a {
    border: none !important;
  }

  .intership-form {
    border-radius: 5px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 4px 10px 2px rgb(0 0 0 / 20%);
    box-shadow: 0 4px 10px 2px rgb(179 170 170 / 20%);
    padding: 40px 50px;
  }


  .service-content .service-list {
    list-style-type: disc;
    list-style-position: inside;
  }

  #home .desktop-header {
    background-color: #ffffff;
    padding: 0px 0px;
    height: 120px;
    z-index: 999;
  }

  .desktop-menu ul li a {
    color: black !important;
  }

  .h-300 {
    height: 300px !important;
  }

  .breadcrumb-area {
    margin-top: 0px !important;
    padding: 0px !important;

  }

  .button-get a {
    background: #39d1d4;
    font-size: 18px;
    color: #ffffff;
    padding: 2px 30px;
    text-transform: uppercase;
    font-weight: 600;
  }

  .dropdown-toggle::after {
    content: "" !important;
    display: none !important;
  }

  .desktop-menu ul li.active {
    background: #1c1c1c !important;
    border-radius: 5px;
  }

  .desktop-menu ul li.active a {
    padding: 6px 20px !important;
    display: inline-block;

    color: #ffffff !important;
    border-radius: 5px;
  }

  .desktop-menu ul li a.dropdown-toggle {
    padding: 6px 15px !important;

  }


  .remove-box-shadow a {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
  }

  .service-homepage:hover a .thumb:before {
    background-color: #000000 !important;
    /* opacity: 0.2; */
  }

  .remove-box-shadow:hover .overlays-services {
    opacity: 1 !important;
    background-color: #000000a1;

  }

  .remove-box-shadow .overlays-services {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 99;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: .5s ease;
    background-color: #00000082;
  }

  .service-homepage a .thumb:before {
    opacity: 1;

    background: transparent;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    transition: all 0.35s ease-in-out;
  }

  .dropdown-arrows {
    margin-left: 10px;
  }

  .dropdown-arrows i {
    font-size: 18px;
  }


  .breadcrumb-area h1 {
    display: none;
  }

  .breadcrumb-area .breadcrumb {
    display: none;
  }

  .job-tab ul.nav {
    display: flex !important;
  }

  .desktop-menu ul li:hover {
    background: #1c1c1c !important;
    border-radius: 5px;
  }

  .desktop-menu ul li:hover a {
    color: #ffffff !important;
    transition: 0.5s all;
  }

  .desktop-menu ul li a {
    padding: 6px 20px !important;
    display: inline-block;

    border-radius: 5px;
  }

  .partner-carousel {
    display: none !important;
  }

  * {
    box-sizing: border-box;
  }

  body {
    margin: 0 !important;
    font-family: 'Poppins', sans-serif !important;
    padding: 0 !important;
  }

  .banner-section {
    margin-top: 0px;
  }

  .publication-class .single-item .item img {
    height: 150px;
    width: 100%;
    object-fit: cover;

  }

  .publication-class .single-item {
    border-radius: 20px;
    margin-right: 15px;
    box-shadow: 0 0 11px #bfbaba66;
    padding: 20px 20px 1px 20px;
    margin-top: 30px;
  }

  .publication-class .single-item .publish-heading h5 {
    margin-bottom: 0px;
    margin-top: 20px;
    min-height: 25px;
    font-size: 13px;

  }

  .input-user .form-control {
    background-color: transparent;
    color: grey;
  }

  /* kb */
  .personal-detail-form {
    border-top: 1px solid #80808014;
    padding: 74px 36px 74px 36px;
    box-shadow: 0 4px 19px 0 rgb(0 0 0 / 11%);
  }

  .Educational-detail-form {
    border-top: 1px solid #80808014;
    padding: 40px 36px 40px 36px;
    box-shadow: 0 4px 19px 0 rgb(0 0 0 / 11%);
  }

  .apply-now {

    color: #ffffff !important;
    padding: 10px 24px;

  }

  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: transparent !important;
    box-shadow: 0 0 0 0.1rem rgb(0 188 212 / 35%) !important;
  }

  .input-user .form-control {
    background-color: #39d1d414;
    color: grey;
  }

  .personal-detail-form {
    margin-bottom: 60px !important;

  }

  /*  */
  .personal-detail-form-blue {
    background: #39d1d4;
  }

  .input-user-#ffffff input {
    min-height: 50px !important;
    padding: 10px 15px;
    margin: 0px;
    border-bottom: 1px solid #ffffff !important;
    width: 100%;
    background: #39d1d414 !important;
    border-top: #ffffff !important;
    border-left: 0px !important;
    border-right: 0px !important;
  }

  .input-user-#ffffff select {
    min-height: 50px !important;
    padding: 0px 15px;
    margin: 0px;
    border-bottom: 1px solid #ffffff !important;
    width: 100%;
    background: #39d1d414 !important;
    border-top: #ffffff !important;
    border-left: 0px !important;
    border-right: 0px !important;
  }

  .apply-now-#ffffff {
    color: black !important;
    padding: 13px 49px;
  }

  .apply-job-row-#ffffff button {
    background: #ffffff;
    border-radius: 5px;

    font-weight: 400;
  }

  .login-custom-#ffffff h4 {
    text-align: center;
    margin-bottom: 33px;
    color: #ffffff;
    font-size: 22px;
  }

  .form-two {
    margin-top: 30px;
  }


  .personal-detail-form .input-user .form-control {
    background-color: transparent !important;
    color: grey;
    border: 1px solid #e6e4e4;
    max-height: 40px !important;
    min-height: 40px !important;

  }

  .personal-detail-form .input-user .form-control::placeholder {
    font-size: 14px
  }

  .input-user.input-user-#ffffff {
    background-color: transparent !important;
    color: grey;
    border: 1px solid #e6e4e4;
    max-height: 40px !important;
    min-height: 40px !important;
  }

  .publication-class .single-item .item {
    overflow: hidden;
  }

  .publication-class .single-item .item:hover img {
    -ms-transform: scale(1.2);
    /* IE 9 */
    -webkit-transform: scale(1.2);
    /* Safari 3-8 */
    transform: scale(1.2);
    transition: 0.7s all;
  }

  .publication-class .single-item .item img {
    transition: transform .8s;
    /* Animation */

  }

  .publish-heading .blog-by {
    text-align: right;
    margin-top: 15px;
    font-size: 12px;
    color: #000;
    font-weight: 800;
  }

  .publish-heading h5 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .ffffff-text {
    color: #ffffff;
  }

  .mt-175 {
    margin-top: 175px;
    background: linear-gradient(185deg, #0b989b, #33cbcf82);
    padding: 150px;
  }

  .card-budget {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 17px;
  }

  .card-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #ffffffa6;
    border-radius: 86px;
    text-align: center;
    border: 1px solid #dde6e7;
  }

  .border-main-div {
    border: 4px solid #ffffff;
    padding: 35px 64px;
  }

  .paragraph-content-budget p {
    font-style: italic;
    color: #ffffff;
    font-style: italic;
    text-shadow: 0px 1px #8f8f8f;
    text-align: center;
    font-size: 16px;

  }

  .knwomore {
    color: black;
    background: #ffffff;
    padding: 9px 29px;
    border-radius: 13px;
    font-size: 14px;
  }

  .button-know-more {
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 79px; */
    margin-top: 39px;
  }

  .card-content {
    height: 93px;
  }

  .card-content p:nth-child(1) {

    margin-bottom: 0px;
    font-size: 25px;

  }

  .card-content p:nth-child(2) {
    margin-bottom: 0px;
    padding: 7px 37px 0px 37px;
    line-height: 18px;
    font-size: 14px;
  }

  .kejriwal h3 {
    text-align: center;
    color: #ffffff;
    font-size: 40px;
    text-shadow: 0px 1px black;
    margin-bottom: 21px;

  }

  .about-items p {
    text-align: justify;
  }

  .white-text {
    color: white;
  }

  .main-clientslogo .logo-img span {
    text-align: center;
    display: inline-block;
    width: 100%;
    font-size: 12px;
    font-weight: 700;
    margin-top: -10px;

  }

  .banner-content-section {
    height: 468px;
  }

  .main-form {
    height: 468px;
    width: 100%;

  }

  .color-bg {
    background: radial-gradient(#0000005e, #39d1d4);
    background: radial-gradient(#0000005e, #39d1d4);
    height: 468px;
  }

  .d-flex-color {
    display: flex;
    height: 468px;
  }

  .d-flex-color .first-heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    width: 60%;
  }

  .d-flex-color .form-journy {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 33px;

  }

  .d-flex-color .first-heading h3 {

    font-size: 62px;
    color: white;
    font-weight: 700;
    text-shadow: 0 1px black;

  }

  .d-flex-color .first-heading p {
    color: white;
    font-size: 17px;
    padding-right: 109px;
  }

  .journy-build {
    width: 100%;
  }

  .journy-build .form-control {
    color: white;
    background-color: #ffffff;
    height: 45px !important;
    min-height: 45px;
    border: 0px solid white;
  }

  .start-btn a {
    background: black;
    color: white;
    padding: 7px 42px;
    border-radius: 7px;
  }

  .journy-build select.form-control {
    height: 45px !important;
  }

  .form-journy p {
    color: white;
    font-size: 22px;
    line-height: 31px;
    font-weight: 500;
  }

  .banner-content-section {
    height: 468px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  input::placeholder {
    font-size: 15px;
  }

  .logo-clients {
    display: flex;
    width: 100%;
  }

  .trusted-client-img {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    padding: 16px 0;

  }

  .trusted-client-img .img-client {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .trusted-by {
    width: 30%;
    display: flex;
    align-items: center;
  }

  .trusted-by h3 {
    margin-bottom: 0px;
    font-size: 39px;
    color: #39d1d4;
    font-weight: 600;
    text-shadow: 0 1px #0000007a;
  }

  .trusted-section-log {
    padding: 70px 0;
  }

  .top-boder {
    width: 100%;

    background: radial-gradient(#20bbbe, white);
    height: 5px;
    padding: 0;
  }

  .bottom-boder {
    width: 100%;

    background: radial-gradient(#20bbbe, white);
    height: 5px;
    padding: 0;
  }

  .secon-flexing {
    width: 70%;
  }

  .bg-market {
    height: 300px;
    background: radial-gradient(#0000005e, #39d1d4);
  }

  .section-digital-marketing {
    background-repeat: no-repeat;
    object-fit: fill;
    /* background-size: cover; */
    width: 100%;
    height: 300px;

  }

  .content-digital {
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;

  }

  .content-digital h3 {
    font-size: 49px;
    color: white;
    font-weight: 700;
    text-shadow: 0 1px black;
  }

  .content-digital p {
    display: flex;
    justify-content: center;
    align-items: center;
    color: wh;
    color: white;
    font-size: 18px;
  }

  .our-brand-sections {
    padding: 70px 0;
  }

  .your-brand p {
    margin-bottom: 0px;

    padding: 11px 33px;
    background: #40d3d6;
    color: white;
    font-weight: 600;
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
    transition: 0.3s;
    font-size: 19px;
    text-shadow: 0 1px #ffffff2e;
  }

  .brand-content-main {
    width: 100%;
  }

  .brand-content-main .your-brand {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .your-brand p::after {
    content: "";
    width: 1px;
    height: 50px;
    background-color: black;
    display: block;
    position: absolute;
    top: 50px;
    right: 50%;
  }

  .creative p {
    margin-bottom: 0px;
    border: 2px solid #40d3d673;
    padding: 10px 20px;
    margin-top: 26px;
    color: #40d3d6;
    box-shadow: 0 8px 16px 0 rgb(64 211 214 / 15%);
    font-size: 19px;
    font-weight: bold;
    text-shadow: 0 1px #00000026;
  }

  .stratergy p {
    margin-bottom: 0px;
    border: 1px solid black;
    padding: 10px 20px;
    margin-top: 26px;
  }

  .main-consultings {
    width: 100%;
    display: flex;
    justify-content: space-around;
    position: relative;
  }

  .main-digitals-two {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .digital-contents {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .digital-contents-one {
    display: flex;
    flex-direction: column;
  }

  .digital-contents-two {
    display: flex;
    flex-direction: column;
  }

  .digital-contents-one .development {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

    margin-top: 39px;

  }

  .digital-contents-two .development {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
    margin-top: 39px;


  }

  .digital-contents-one .creative {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .digital-contents-two .creative {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .development p {


    margin: 0 37px;
  }



  .digital-contents-one .creative::after {
    content: " ";
    display: block;
    width: 150px;
    height: 1px;
    background-color: black;
    position: absolute;
    right: 0;
    top: 50px;
  }

  .digital-contents-two .creative::after {
    content: " ";
    display: block;
    width: 153px;
    height: 1px;
    background-color: black;
    position: absolute;
    left: 0;
    top: 50px;
  }

  .creative {
    position: relative;
  }

  .digital-contents-one .development {
    position: relative;
  }

  .digital-contents-one .development::after {
    content: " ";
    display: block;
    width: 1px;
    height: 117px;
    background-color: black;
    position: absolute;
    top: -40px;
    left: 50%;
  }

  .development p:nth-child(1)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 43%;
    top: 24px;
  }

  .development p:nth-child(2)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 50%;
    top: 76px;
  }

  .digital-contents-two .development p:nth-child(1)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 43%;
    top: 8px;
  }

  .digital-contents-two .development p:nth-child(2)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 50%;
    top: 56px;
  }

  .digital-contents-two .development p:nth-child(3)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 43%;
    margin-top: -20px;
  }

  .digital-contents-two .development p:nth-child(4)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 50%;
    margin-top: -12px;
  }

  .digital-contents-two .development p:nth-child(5)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    right: 50%;
    margin-top: -24px;
  }

  .digital-contents-two .development p:nth-child(6)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 50%;

    margin-top: -40px;
  }

  .digital-contents-two .development::after {
    content: " ";
    display: block;
    width: 1px;
    height: 100%;
    background-color: black;
    position: absolute;
    top: -40px;
    left: 50%;
  }

  .right-side {
    text-align: right;
    margin: 0 37px;
    LINE-HEIGHT: 20PX;
    font-size: 15px;
    padding: 0 16px;
    color: #00ccd0 !important;
    font-weight: 600;

  }

  .left-side {
    text-align: left;
    margin: 0 37px;
    LINE-HEIGHT: 20PX;
    font-size: 15px;
    padding: 0 16px;
    color: #00ccd0 !important;
    font-weight: 600;
  }

  .paragraph-cont {
    background: #1ec6ca;
    /* color: white; */
    display: flex;
    padding: 17px 19px;
    clip-path: polygon(0 0, 100% 0, 100% 0%, 85% 62%, 85% 100%, 0 100%, 0% 80%, 0% 20%);
    width: 45%;

  }

  .paragraph-cont p {
    color: white;
    margin-bottom: 0px !important;
    padding-right: 100px;
    line-height: 19px;
    font-size: 14px;
    /* text-shadow: 0 1px #00000054; */
    text-align: justify;
    text-transform: capitalize;
    width: 91%;

  }

  .our-milestones-section {

    padding: 10px 0 70px 0;
    position: relative;

  }

  .head-cont p {
    font-size: 28px;
    font-weight: 600;
    border-bottom: 22px solid #1ec6ca;
    padding-bottom: 11px;

  }

  .head-cont span {

    font-size: 54px;
    font-weight: 700;

  }

  .div-ourmilestones {
    width: 100%;
  }

  .head-cont {
    width: 35%;
  }

  .main-planing {
    display: flex;
    height: 137px;
  }

  .img-plane img {
    width: 180px;
    POSITION: RELATIVE;
    right: 150px;
    top: -22px;
  }

  .img-plane {
    position: relative;
  }

  .box-progress {
    background: linear-gradient(45deg, #000000b5, #39d1d4d4);
    border: 2px solid white;
    background: #40d3d6;
    /* box-shadow: 0 8px 16px 0 rgb(0 0 0 / 54%); */

  }

  .box-progress p {
    color: white;
    margin-bottom: 0px;
    line-height: 19px;
    padding: 12px 12px;
    font-size: 14px;
    height: 100%;
    /* text-shadow: 0 1px black; */
    text-align: center;
    font-weight: 600;
    background: #ffffff1f;
  }

  .progress-milestones {
    display: grid;
    grid-template-columns: repeat(9, 1fr);

    align-items: end;
    height: 550px;
  }

  .p-progress p {
    margin-bottom: 8px;
    text-align: center;
    font-size: 42px;
    font-weight: 800;
    color: #000000a6;

  }

  .first-half {
    height: 70%;
    background: #ffffff;
  }

  .first-progress {
    height: 30%;
    display: flex;
    flex-direction: column;
    justify-content: end;
  }

  .progress-images-bg {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    bottom: 135px;
  }

  .main-div-half {
    height: 550px;
  }

  .p-progress {
    background: white;
    /* padding: 17px 0; */
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(9) .first-half {
    height: 0%;
  }

  .progress-milestones .main-div-half:nth-child(9) .first-progress {
    height: 100%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(9) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(9) .box-progress {
    height: 90%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 1.9s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(9) .p-progress {
    background: white;
    height: 10%;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(8) .first-half {
    height: 10%;
  }

  .progress-milestones .main-div-half:nth-child(8) .first-progress {
    height: 90%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(8) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(8) .box-progress {
    height: 90%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 2.5s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(8) .p-progress {
    background: white;
    height: 10%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(7) .first-half {
    height: 20%;
  }

  .progress-milestones .main-div-half:nth-child(7) .first-progress {
    height: 80%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(7) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(7) .box-progress {
    height: 90%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 2.2s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(7) .p-progress {
    background: white;
    height: 10%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(6) .first-half {
    height: 30%;
  }

  .progress-milestones .main-div-half:nth-child(6) .first-progress {
    height: 70%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(6) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }


  .add-animation .progress-milestones .main-div-half:nth-child(6) .box-progress {
    height: 90%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 1.9s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(6) .p-progress {
    background: white;
    height: 10%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(5) .first-half {
    height: 40%;
  }

  .progress-milestones .main-div-half:nth-child(5) .first-progress {
    height: 60%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(5) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(5) .box-progress {
    height: 88%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 1.7s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(5) .p-progress {
    background: white;
    height: 12%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(4) .first-half {
    height: 50%;
  }

  .progress-milestones .main-div-half:nth-child(4) .first-progress {
    height: 50%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(4) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(4) .box-progress {
    height: 87%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 1.4s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(4) .p-progress {
    background: white;
    height: 13%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(3) .first-half {
    height: 57%;
  }

  .progress-milestones .main-div-half:nth-child(3) .first-progress {
    height: 43%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(3) .box-progress {
    height: 87%;
  }

  .progress-milestones .main-div-half:nth-child(3) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(3) .box-progress {
    height: 87%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 1.0s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(3) .p-progress {
    background: white;
    height: 13%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(2) .first-half {
    height: 63%;
  }

  .progress-milestones .main-div-half:nth-child(2) .first-progress {
    height: 37%;
    background: white;
  }



  .add-animation .progress-milestones .main-div-half:nth-child(2) .box-progress {
    height: 87%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.8s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(2) .p-progress {
    background: white;
    height: 13%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(1) .first-half {
    height: 69%;
    border-left: 2px solid #39d1d4;
  }

  .progress-milestones .main-div-half:nth-child(1) .first-progress {
    height: 31%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(1) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(2) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(1) .box-progress {
    height: 87%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.5s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(1) .p-progress {
    background: white;
    height: 13%;
    display: flex;
    justify-content: center;
    align-items: end;
    border-left: 2px solid #39d1d4;
  }

  .main-planing {
    position: relative;
    z-index: 99;
  }



  .each-unique-section {
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .h3-main-each h3 {
    font-size: 49px;
    color: white;
    font-weight: 700;
    text-shadow: 0 1px black;
    text-align: center;
  }

  .para-each p {
    color: white;
    text-transform: uppercase;
    text-align: center;
  }

  .page-color-each {
    height: 100vh;
    background: radial-gradient(#0000005e, #39d1d4);
    display: flex;
    justify-content: center;
    align-items: center;
  }



  .card-each-div .two-grid-card {

    position: relative;
    /* display: grid; */
    grid-template-columns: repeat(6, 1fr);
    width: 100%;

  }

  .two-grid-card .services-cards {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    transition: 0.3s;
    background: white;
    margin-bottom: 0px;
  }

  .two-grid-card .services-cards {


    padding: 0 14px;
    border-radius: 17px;
    background: linear-gradient(136deg, white, #ffffffc7);
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 0%);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 400px;
    height: 360px;
    flex-direction: column;
    flex-wrap: wrap;

  }

  .services-cards h3 {
    font-size: 19px;
    margin-bottom: 0px;
    text-align: center;
    border-bottom: 1px solid #00000087;
    padding-bottom: 7px;
    font-weight: 700;
  }

  .services-cards p {
    text-align: center;
    font-size: 12px;
    padding: 11px 0px;
    line-height: 20px;
    color: #000000d6;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
  }

  .read-more {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
  }

  .img-iconing {
    height: 88px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .img-iconing img {
    width: 56px;
    height: 60px;
    object-fit: contain;

  }


  .scrolltotop {
    background: #39d1d4;
    position: fixed;
    bottom: 100px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: white;
    display: none;
    z-index: 999;
    justify-content: center;
    align-items: center;
    right: 10px;
  }

  .scrolltotop a {
    display: flex;
    z-index: 999;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;

  }

  .showscroll {
    display: block;
  }

  .scrolltotop a i {
    font-size: 30px;
  }

  .add-animation .first-progress {
    background-color: transparent !important;
    transition: 3s ease-in-out;
  }


  .center-slider .slick-slide {

    color: #FFF;


    transform: scale(1.0);
    transition: all 0.4s ease-in-out;
    position: relative;
    z-index: 9999;
  }

  .center-slider .slick-slide,
  .center-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned)~.slick-cloned[aria-hidden="true"] {
    transform: scale(0.9, 0.9);
    transition: all 0.4s ease-in-out;
  }

  .center-slider .slick-center,
  .center-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"])+.slick-cloned[aria-hidden="true"] {
    transform: scale(1.0);

    border-radius: 20px;

  }

  .show-more-content {
    display: none;
  }

  .service-list-new li {
    text-transform: capitalize;
  }

  .more-services p {
    text-transform: capitalize;
  }

  /* slider css */

  .gallery-slider .wrap {
    position: relative;
    z-index: 100;
    width: 100%;
    height: 100%;
    padding: 0 60px;

    overflow: hidden;
  }

  .banner-content-section {
    height: 468px;
  }

  .main-form {
    height: 468px;
    width: 100%;

  }

  .color-bg {
    background: radial-gradient(#0000005e, #39d1d4);
    background: radial-gradient(#0000005e, #39d1d4);
    height: 468px;
  }

  .d-flex-color {
    display: flex;
    height: 468px;
  }

  .d-flex-color .first-heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    width: 60%;
  }

  .d-flex-color .form-journy {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 33px;

  }

  .d-flex-color .first-heading h3 {

    font-size: 62px;
    color: white;
    font-weight: 700;
    text-shadow: 0 1px black;

  }

  .d-flex-color .first-heading p {
    color: white;
    font-size: 17px;
    padding-right: 109px;
  }

  .journy-build {
    width: 100%;
  }

  .journy-build .form-control {
    color: white;
    background-color: #ffffff;
    height: 45px !important;
    min-height: 45px;
    border: 0px solid white;
  }

  .start-btn a {
    background: black;
    color: white;
    padding: 7px 42px;
    border-radius: 7px;
  }

  .journy-build select.form-control {
    height: 45px !important;
  }

  .form-journy p {
    color: white;
    font-size: 22px;
    line-height: 31px;
    font-weight: 500;
  }

  .banner-content-section {
    height: 468px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  input::placeholder {
    font-size: 15px;
  }

  .logo-clients {
    display: flex;
    width: 100%;
  }

  .trusted-client-img {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    padding: 16px 0;

  }

  .trusted-client-img .img-client {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .trusted-by {
    width: 30%;
    display: flex;
    align-items: center;
  }

  .trusted-by h3 {
    margin-bottom: 0px;
    font-size: 39px;
    color: #39d1d4;
    font-weight: 600;
    text-shadow: 0 1px #0000007a;
  }

  .trusted-section-log {
    padding: 70px 0;
  }

  .top-boder {
    width: 100%;

    background: radial-gradient(#20bbbe, white);
    height: 5px;
    padding: 0;
  }

  .bottom-boder {
    width: 100%;

    background: radial-gradient(#20bbbe, white);
    height: 5px;
    padding: 0;
  }

  .secon-flexing {
    width: 70%;
  }

  .bg-market {
    height: 300px;
    background: radial-gradient(#0000005e, #39d1d4);
  }

  .section-digital-marketing {
    background-repeat: no-repeat;
    object-fit: fill;
    /* background-size: cover; */
    width: 100%;
    height: 300px;

  }

  .content-digital {
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;

  }

  .content-digital h3 {
    font-size: 49px;
    color: white;
    font-weight: 700;
    text-shadow: 0 1px black;
  }

  .content-digital p {
    display: flex;
    justify-content: center;
    align-items: center;
    color: wh;
    color: white;
    font-size: 18px;
  }

  .our-brand-sections {
    padding: 70px 0;
  }

  .your-brand p {
    margin-bottom: 0px;

    padding: 11px 33px;
    background: #40d3d6;
    color: white;
    font-weight: 600;
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
    transition: 0.3s;
    font-size: 19px;
    text-shadow: 0 1px #ffffff2e;
  }

  .brand-content-main {
    width: 100%;
  }

  .brand-content-main .your-brand {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .your-brand p::after {
    content: "";
    width: 1px;
    height: 50px;
    background-color: black;
    display: block;
    position: absolute;
    top: 50px;
    right: 50%;
  }

  .creative p {
    margin-bottom: 0px;
    border: 2px solid #40d3d673;
    padding: 10px 20px;
    margin-top: 26px;
    color: #40d3d6;
    box-shadow: 0 8px 16px 0 rgb(64 211 214 / 15%);
    font-size: 19px;
    font-weight: bold;
    text-shadow: 0 1px #00000026;
  }

  .stratergy p {
    margin-bottom: 0px;
    border: 1px solid black;
    padding: 10px 20px;
    margin-top: 26px;
  }

  .main-consultings {
    width: 100%;
    display: flex;
    justify-content: space-around;
    position: relative;
  }

  .main-digitals-two {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .digital-contents {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .digital-contents-one {
    display: flex;
    flex-direction: column;
  }

  .digital-contents-two {
    display: flex;
    flex-direction: column;
  }

  .digital-contents-one .development {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

    margin-top: 39px;

  }

  .digital-contents-two .development {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
    margin-top: 39px;


  }

  .digital-contents-one .creative {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .digital-contents-two .creative {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .development p {


    margin: 0 37px;
  }



  .digital-contents-one .creative::after {
    content: " ";
    display: block;
    width: 150px;
    height: 1px;
    background-color: black;
    position: absolute;
    right: 0;
    top: 50px;
  }

  .digital-contents-two .creative::after {
    content: " ";
    display: block;
    width: 153px;
    height: 1px;
    background-color: black;
    position: absolute;
    left: 0;
    top: 50px;
  }

  .creative {
    position: relative;
  }

  .digital-contents-one .development {
    position: relative;
  }

  .digital-contents-one .development::after {
    content: " ";
    display: block;
    width: 1px;
    height: 117px;
    background-color: black;
    position: absolute;
    top: -40px;
    left: 50%;
  }

  .development p:nth-child(1)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 43%;
    top: 24px;
  }

  .development p:nth-child(2)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 50%;
    top: 76px;
  }

  .digital-contents-two .development p:nth-child(1)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 43%;
    top: 8px;
  }

  .digital-contents-two .development p:nth-child(2)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 50%;
    top: 56px;
  }

  .digital-contents-two .development p:nth-child(3)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 43%;
    margin-top: -20px;
  }

  .digital-contents-two .development p:nth-child(4)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 50%;
    margin-top: -12px;
  }

  .digital-contents-two .development p:nth-child(5)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    right: 50%;
    margin-top: -24px;
  }

  .digital-contents-two .development p:nth-child(6)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 50%;

    margin-top: -40px;
  }

  .digital-contents-two .development::after {
    content: " ";
    display: block;
    width: 1px;
    height: 100%;
    background-color: black;
    position: absolute;
    top: -40px;
    left: 50%;
  }

  .right-side {
    text-align: right;
    margin: 0 37px;
    LINE-HEIGHT: 20PX;
    font-size: 15px;
    padding: 0 16px;
    color: #00ccd0 !important;
    font-weight: 600;

  }

  .left-side {
    text-align: left;
    margin: 0 37px;
    LINE-HEIGHT: 20PX;
    font-size: 15px;
    padding: 0 16px;
    color: #00ccd0 !important;
    font-weight: 600;
  }

  .paragraph-cont {
    background: #1ec6ca;
    /* color: white; */
    display: flex;
    padding: 17px 19px;
    clip-path: polygon(0 0, 100% 0, 100% 0%, 85% 62%, 85% 100%, 0 100%, 0% 80%, 0% 20%);
    width: 45%;

  }

  .paragraph-cont p {
    color: white;
    margin-bottom: 0px !important;
    padding-right: 100px;
    line-height: 19px;
    font-size: 14px;
    /* text-shadow: 0 1px #00000054; */
    text-align: justify;
    text-transform: capitalize;
    width: 91%;

  }

  .our-milestones-section {

    padding: 10px 0 70px 0;
    position: relative;

  }

  .head-cont p {
    font-size: 28px;
    font-weight: 600;
    border-bottom: 22px solid #1ec6ca;
    padding-bottom: 11px;

  }

  .head-cont span {

    font-size: 54px;
    font-weight: 700;

  }

  .div-ourmilestones {
    width: 100%;
  }

  .head-cont {
    width: 35%;
  }

  .main-planing {
    display: flex;
    height: 137px;
  }

  .img-plane img {
    width: 180px;
    POSITION: RELATIVE;
    right: 150px;
    top: -22px;
  }

  .img-plane {
    position: relative;
  }

  .box-progress {
    background: linear-gradient(45deg, #000000b5, #39d1d4d4);
    border: 2px solid white;
    background: #40d3d6;
    /* box-shadow: 0 8px 16px 0 rgb(0 0 0 / 54%); */

  }

  .box-progress p {
    color: white;
    margin-bottom: 0px;
    line-height: 19px;
    padding: 12px 12px;
    font-size: 14px;
    height: 100%;
    /* text-shadow: 0 1px black; */
    text-align: center;
    font-weight: 600;
    background: #ffffff1f;
  }

  .progress-milestones {
    display: grid;
    grid-template-columns: repeat(9, 1fr);

    align-items: end;
    height: 550px;
  }

  .p-progress p {
    margin-bottom: 8px;
    text-align: center;
    font-size: 42px;
    font-weight: 800;
    color: #000000a6;

  }

  .first-half {
    height: 70%;
    background: #ffffff;
  }

  .first-progress {
    height: 30%;
    display: flex;
    flex-direction: column;
    justify-content: end;
  }

  .progress-images-bg {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    bottom: 135px;
  }

  .main-div-half {
    height: 550px;
  }

  .p-progress {
    background: white;
    /* padding: 17px 0; */
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(9) .first-half {
    height: 0%;
  }

  .progress-milestones .main-div-half:nth-child(9) .first-progress {
    height: 100%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(9) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(9) .box-progress {
    height: 90%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 1.9s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(9) .p-progress {
    background: white;
    height: 10%;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(8) .first-half {
    height: 10%;
  }

  .progress-milestones .main-div-half:nth-child(8) .first-progress {
    height: 90%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(8) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(8) .box-progress {
    height: 90%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 2.5s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(8) .p-progress {
    background: white;
    height: 10%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(7) .first-half {
    height: 20%;
  }

  .progress-milestones .main-div-half:nth-child(7) .first-progress {
    height: 80%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(7) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(7) .box-progress {
    height: 90%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 2.2s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(7) .p-progress {
    background: white;
    height: 10%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(6) .first-half {
    height: 30%;
  }

  .progress-milestones .main-div-half:nth-child(6) .first-progress {
    height: 70%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(6) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }


  .add-animation .progress-milestones .main-div-half:nth-child(6) .box-progress {
    height: 90%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 1.9s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(6) .p-progress {
    background: white;
    height: 10%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(5) .first-half {
    height: 40%;
  }

  .progress-milestones .main-div-half:nth-child(5) .first-progress {
    height: 60%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(5) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(5) .box-progress {
    height: 88%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 1.7s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(5) .p-progress {
    background: white;
    height: 12%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(4) .first-half {
    height: 50%;
  }

  .progress-milestones .main-div-half:nth-child(4) .first-progress {
    height: 50%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(4) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(4) .box-progress {
    height: 87%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 1.4s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(4) .p-progress {
    background: white;
    height: 13%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(3) .first-half {
    height: 57%;
  }

  .progress-milestones .main-div-half:nth-child(3) .first-progress {
    height: 43%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(3) .box-progress {
    height: 87%;
  }

  .progress-milestones .main-div-half:nth-child(3) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(3) .box-progress {
    height: 87%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 1.0s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(3) .p-progress {
    background: white;
    height: 13%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(2) .first-half {
    height: 63%;
  }

  .progress-milestones .main-div-half:nth-child(2) .first-progress {
    height: 37%;
    background: white;
  }



  .add-animation .progress-milestones .main-div-half:nth-child(2) .box-progress {
    height: 87%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.8s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(2) .p-progress {
    background: white;
    height: 13%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(1) .first-half {
    height: 69%;
    border-left: 2px solid #39d1d4;
  }

  .progress-milestones .main-div-half:nth-child(1) .first-progress {
    height: 31%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(1) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(2) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(1) .box-progress {
    height: 87%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.5s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(1) .p-progress {
    background: white;
    height: 13%;
    display: flex;
    justify-content: center;
    align-items: end;
    border-left: 2px solid #39d1d4;
  }

  .main-planing {
    position: relative;
    z-index: 99;
  }



  .each-unique-section {
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .h3-main-each h3 {
    font-size: 49px;
    color: white;
    font-weight: 700;
    text-shadow: 0 1px black;
    text-align: center;
  }

  .para-each p {
    color: white;
    text-transform: uppercase;
    text-align: center;
  }

  .page-color-each {
    height: 100vh;
    background: radial-gradient(#0000005e, #39d1d4);
    display: flex;
    justify-content: center;
    align-items: center;
  }



  .card-each-div .two-grid-card {

    position: relative;
    /* display: grid; */
    grid-template-columns: repeat(6, 1fr);
    width: 100%;

  }

  .two-grid-card .services-cards {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    transition: 0.3s;
    background: white;
    margin-bottom: 0px;
  }

  .two-grid-card .services-cards {


    padding: 0 14px;
    border-radius: 17px;
    background: linear-gradient(136deg, white, #ffffffc7);
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 0%);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 400px;
    height: 360px;
    flex-direction: column;
    flex-wrap: wrap;

  }

  .services-cards h3 {
    font-size: 19px;
    margin-bottom: 0px;
    text-align: center;
    border-bottom: 1px solid #00000087;
    padding-bottom: 7px;
    font-weight: 700;
  }

  .services-cards p {
    text-align: center;
    font-size: 12px;
    padding: 11px 0px;
    line-height: 20px;
    color: #000000d6;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
  }

  .read-more {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
  }

  .img-iconing {
    height: 88px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .img-iconing img {
    width: 56px;
    height: 60px;
    object-fit: contain;

  }


  .scrolltotop {
    background: #39d1d4;
    position: fixed;
    bottom: 100px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: white;
    display: none;
    z-index: 999;
    justify-content: center;
    align-items: center;
    right: 10px;
  }

  .scrolltotop a {
    display: flex;
    z-index: 999;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;

  }

  .showscroll {
    display: block;
  }

  .scrolltotop a i {
    font-size: 30px;
  }

  .add-animation .first-progress {
    background-color: transparent !important;
    transition: 3s ease-in-out;
  }


  .center-slider .slick-slide {

    color: #FFF;


    transform: scale(1.0);
    transition: all 0.4s ease-in-out;
    position: relative;
    z-index: 9999;
  }

  .center-slider .slick-slide,
  .center-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned)~.slick-cloned[aria-hidden="true"] {
    transform: scale(0.9, 0.9);
    transition: all 0.4s ease-in-out;
  }

  .center-slider .slick-center,
  .center-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"])+.slick-cloned[aria-hidden="true"] {
    transform: scale(1.0);

    border-radius: 20px;

  }

  .show-more-content {
    display: none;
  }

  .service-list-new li {
    text-transform: capitalize;
  }

  .more-services p {
    text-transform: capitalize;
  }

  .gallery-slider .wrap:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

  }



  .gallery-slider .slider {
    position: relative;
    z-index: 200;
    padding: 0 0px;
    margin: 5rem auto;
    max-width: 800px;
    width: 100%;
  }

  .gallery-slider .next-arrows i,
  .gallery-slider .prev-arrows i {
    font-size: 20px !important;
    margin: auto;
    display: block;
    text-align: center;
    width: 100%;
  }

  .common-slider .prev-arrows {
    position: absolute;
    top: 50%;
    width: 40px;
    left: -100px;
    background: #1babb4;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
  }

  .gallery-slider .next-arrows, .common-slider .next-arrows, .gallery-slider .next-arrows, .common-slider .prev-arrows {
    position: absolute;
    top: 50%;
    width: 40px;
    right: -100px;
    background: #1babb4;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;

    border: none;

    color: #fff;
    font-family: monospace;
    font-size: 20px;
    z-index: 300;
    border-radius: 50%;
    outline: none;
  }

  .gallery-slider .prev-arrows {
    position: absolute;
    top: 50%;
    width: 40px;
    left: -100px;
    background: #1babb4;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;

    border: none;

    color: #fff;
    font-family: monospace;
    font-size: 20px;
    z-index: 300;
    border-radius: 50%;
    outline: none;
  }






  .gallery-slider .slick-next {
    right: -50px;
    text-align: right;
  }





  .gallery-slider .item.slick-slide {
    width: 400px;
    height: 400px !important;
    transition: transform .5s ease;
    position: relative;
  }



  .gallery-slider .slick-slide:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    transition: transform .4s;
  }



  .gallery-slider .item.slick-slide {
    transform: scale(0.7) translate(640px);
  }



  .gallery-slider .item.slick-slide.slick-center+.slick-slide {
    transform: scale(0.8) translate(-250px);
    z-index: 10;
  }



  .gallery-slider .item.slick-slide.slick-center+.slick-slide+.item.slick-slide {
    transform: scale(0.7) translate(-640px);
    z-index: 5;
  }



  .gallery-slider .item.slick-slide.slick-active {
    transform: scale(0.8) translate(250px);
  }



  .gallery-slider .item.slick-slide.slick-center {

    transform: scale(1);
    z-index: 30;

  }



  .gallery-slider .slick-center:after {
    opacity: 0;
    margin: 10px;
    padding: 10px;
  }




  /* bootstrap hack: fix content width inside hidden tabs */
  .tab-content>.tab-pane, .pill-content>.pill-pane {
    display: block;
    /* undo display:none          */
    height: 0;
    /* height:0 is also invisible */
    overflow: hidden;
    /* no-overflow                */
  }

  .tab-content>.active, .pill-content>.active {
    height: auto;
    /* let the content decide it  */
  }

  /* bootstrap hack end */





  .hero-section {


    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    margin-bottom: 50px;
    text-transform: uppercase;
    background: url("https://media.istockphoto.com/photos/programmer-create-app-coding-software-developer-it-picture-id891341672?b=1&k=20&m=891341672&s=170667a&w=0&h=DWpt-5_lFN3igwwMm9IojM079xcPqCXtcWXi1C9wTaU=");
    background-size: cover;
    padding: 45px 0px;

  }

  .left-section h1 {
    font-size: 3rem;
    letter-spacing: 2px;

  }

  .left-section {

    width: 40%;
    color: white;
  }

  .left-section h5 {
    font-size: 14px;
    line-height: 18px;
  }

  input[type=text] {
    width: 100%;
  }


  .right-section .form input {
    color: darkgrey;
    text-transform: uppercase;
    border-radius: 7px;
    margin-bottom: 12px;

  }


  .right-section .form .start-button {
    background-color: black;
    display: block;
    padding: 7px 38px;
    border-radius: 15px;
    color: white;
  }

  .trusted-by-left {

    margin-left: 11%;
    margin-top: 3%;
  }


  .trusted-by-left h1 {


    text-transform: uppercase;
    font-weight: 600;
    color: #39D1D4;

  }

  .trusted-by-section {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4%;
  }

  .trusted-by-right {
    margin-right: 12%;
  }

  .trusted-by-right .logos img {
    padding: 12px 40px 12px 0px;
  }

  .padding-80 {
    padding: 80px 0px;
  }

  .grid-public {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 15px;
  }


  /* animation effect start */
  .accordion-animation {
    width: 100%;
    height: 700px;
    overflow: hidden;
    margin: 0px auto;
  }

  .accordion-animation ul {
    width: 100%;
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0;
  }

  .accordion-animation ul li {
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    width: 20%;
    height: 700px;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 1000ms ease-in-out;
  }

  .accordion-animation ul li div {
    display: block;
    overflow: hidden;
    width: 100%;
  }

  .accordion-animation ul li div a {
    display: block;
    height: 700;
    width: 100%;
    position: relative;
    z-index: 3;
    vertical-align: bottom;
    padding: 15px 20px;
    box-sizing: border-box;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    /*filter: invert(100%);*/
    text-decoration: none;
    font-family: Open Sans, sans-serif;
    transition: all 1000ms ease-in-out;
  }

  .accordion-animation ul li div a * {
    opacity: 0;
    margin: 0;
    width: 100%;
    text-overflow: ellipsis;
    position: relative;
    z-index: 5;
    white-space: nowrap;
    overflow: hidden;

    -webkit-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
  }

  .accordion-animation ul li div a h2 {
    font-family: Montserrat, sans-serif;
    text-overflow: clip;
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 2px;

  }

  .accordion-animation ul li div a p {
    top: 160px;
    font-size: 18px;
    padding-left: 1em;
  }

  .accordion-animation ul li:nth-child(1) {
    background-image: url("http://dev.fjwestcott.com/media/wysiwyg/home/home_ind_studio_portrait_photography_bob_harrington.jpg");
    background-position: center;
    object-fit: cover;
  }

  .accordion-animation ul li:nth-child(2) {
    background-image: url("http://dev.fjwestcott.com/media/wysiwyg/home/home_ind_cinema_flex_whale_wars_gavin_garrison.jpg");
    background-position: center;
    object-fit: cover;
  }

  .accordion-animation ul li:nth-child(3) {
    background-image: url("http://dev.fjwestcott.com/media/wysiwyg/home/home_ind_studio_portrait_photography_bob_harrington_bts.jpg");
    background-position: center;
    object-fit: cover;
  }

  .accordion-animation ul li:nth-child(4) {
    background-image: url("http://dev.fjwestcott.com/media/wysiwyg/home/home_ind_travel_rapidbox.jpg");
    background-position: center;
    object-fit: cover;
  }

  .accordion-animation ul li:nth-child(5) {
    background-image: url("http://dev.fjwestcott.com/media/wysiwyg/home/home_ind_enthusiast_portrait_photography_little_studio_basics_lights.jpg");
    background-position: center;
    object-fit: cover;
  }

  .accordion-animation ul li:nth-child(6) {
    background-image: url("http://dev.fjwestcott.com/media/wysiwyg/home/home_ind_flex_enthusiast_portrait_photography.jpg");
    background-position: center;
    object-fit: cover;
  }

  .accordion-animation ul li {
    background-size: cover;
  }

  .accordion-animation ul:hover li {
    width: 10%;
  }

  .accordion-animation ul:hover li:hover {
    width: 90%;
  }

  /*.accordion-animation ul:hover li:hover a { background: rgba(0, 0, 0, 0.4); }*/

  .accordion-animation ul:hover li:hover a * {
    opacity: 1;
    /* -webkit-transform: translateX(0);
  transform: translateX(0); */
  }

  .logo-img figcaption {
    text-align: center;
  }

}

@media screen and (min-width: 993px) and (max-width: 1049px) {

  .content-gallery-year {
    background: #30A7Af;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #0a83ff;
    /* align-items: center; */
    height: 600px;
    position: relative;
  }

  .main-gallery-year {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    width: 100%;

  }

  .content-gallery-year .first-part-gallery {
    padding: 0px 15px;
    position: relative;
    top: 256px;
    height: 264px;

  }

  .content-gallery-year .first-part-gallery h3 {
    text-align: center;
    color: white;
    font-size: 18px;
    font-weight: 600;
    /* margin-bottom: 24px; */
  }

  .content-gallery-year .first-part-gallery p:nth-child(2) {
    font-size: 35px;
    color: white;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0px;
  }

  /* .content-gallery-year .first-part-gallery p:nth-child(2)::before{
    content: "";
    display: block;
    width: 89px;
    height: 2px;
    background: white;
    position: relative;
    top: 50px;
    left: 30px;
} */
  .content-gallery-year .first-part-gallery p:nth-child(3) {
    text-align: center;
    font-size: 15px;
    line-height: 23px;
    font-style: italic;
    color: white;
    font-weight: 300;
    margin-bottom: 0px;
    /* margin-top: 50px; */
  }

  .overlay-second-gallery {
    background-color: transparent;
    bottom: 266px;
    position: relative;
    z-index: 99999999999999;

  }

  .four-round-card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 14px;
    padding: 0 0px;
  }

  .four-round-card li {
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 79px;
    background: #ffffff52;
    border-radius: 77px;
    width: 100%;
    color: black;
    padding: 0 14px;
  }

  .four-round-card li span:nth-child(1) {
    font-size: 18px;
    margin-bottom: 0px;
  }

  .four-round-card li span:nth-child(2) {
    text-align: center;
    font-size: 12px;
    line-height: 16px;
  }

  .four-box-year {
    border: 2px solid white;
    padding: 36px;
    width: 70%;
  }


  .four-box-year p {
    FONT-SIZE: 13PX;
    line-height: 23px;
    font-style: italic;
    text-align: center;
    color: white;
  }

  .heading-imapact h3 {
    text-align: center;
    margin-bottom: 0;
    font-size: 44px;
    letter-spacing: 12px;
    padding-left: 15px;
    color: white;
    padding-top: 35px;
    font-weight: 100;
  }

  .heading-imapact p {
    margin-bottom: 0px;
    text-align: center;

    font-size: 23px;
    font-weight: 100;
    color: white;

  }

  .top-b {
    margin-bottom: 8px;
    text-align: center;
    margin-top: 37px;
    font-size: 23px;
    color: white;
  }

  .img-shape img {
    height: 282px;
    position: absolute;
    bottom: 0;
    object-fit: contain;
    left: 0;

  }

  .icontent-impact {
    background-color: transparent;
    height: 100vh;

    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .button-knwmore {
    WIDTH: 100%;
    HEIGHT: 32px;
    DISPLAY: flex;
    JUSTIFY-CONTENT: center;
    ALIGN-ITEMS: center;
    MARGIN-TOP: 15px;
  }

  .button-knwmore p {
    MARGIN-BOTTOM: 0;
    DISPLAY: flex;
    JUSTIFY-CONTENT: center;
    BACKGROUND: WHITE;
    COLOR: BLACK;
    PADDING: 4px 12px;
    border-radius: 9px;
    font-size: 12px;
  }

  .hidden-sec {
    display: none;
    transition: 3s;
    background-position: center center;
    background-repeat: no-repeat;
    /* min-height: 100vh; */
    width: 450px;
    height: 600px;
    top: 0px;
    position: absolute;
    left: 0%;
  }

  .content-gallery-year:hover .hidden-sec {
    display: block !important;
    cursor: pointer;
    transition: 3s;
    z-index: 99;
  }

  .content-gallery-year:hover .content-gallery-year .first-part-gallery p:nth-child(2)::before {
    left: 0px !important;

    content: "";
    display: block;
    width: 89px;
    height: 2px;
    background: white;
    position: relative;
    top: 50px;

  }

  .icontent-impact1 {
    background-color: transparent;

  }

  .icontent-impact2 {
    background-color: #8b0000;

  }

  .icontent-impact3 {
    background-color: #009b77;
  }

  .icontent-impact4 {
    background-color: #484848;
  }

  .icontent-impact5 {
    background-color: #730081;
  }

  .icontent-impact6 {
    background-color: #5b00bf;
  }

  .content-gallery-year .first-part-gallery h3 {
    margin-bottom: 20px;
    height: 42px;
    font-size: 12px;
  }

  .content-gallery-year .first-part-gallery p:nth-child(2) {
    height: 50px;
    font-size: 15px;
  }

  .content-gallery-year .first-part-gallery p:nth-child(3) {
    height: 50px;
  }


  .view-more-button {
    background: #39d1d4;
    color: white;
    width: 134px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    cursor: pointer;
    border-radius: 7px;
  }


  .view-more-button2 {
    background: #39d1d4;
    border-radius: 7px;
    color: white;
    width: 134px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    cursor: pointer;
  }

  .view-more-button2 span {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px;
  }

  .vless {
    display: none;
  }

  .hidden-para {
    display: none;
  }

  /*  */

  .view-more-buttonss {
    background: #39d1d4;
    color: white;
    width: 134px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    cursor: pointer;
    border-radius: 7px;
  }


  .view-more-button2ss {
    background: #39d1d4;
    border-radius: 7px;
    color: white;
    width: 134px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    cursor: pointer;
  }

  .view-more-button2ss span {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px;
  }

  .vlessss {
    display: none;
  }

  .hidden-parass {
    display: none;
  }

  /*  */
  .view-more-buttonk {
    background: #39d1d4;
    color: white;
    width: 134px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    cursor: pointer;
    border-radius: 7px;
  }


  .view-more-button2k {
    background: #39d1d4;
    border-radius: 7px;
    color: white;
    width: 134px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    cursor: pointer;
  }

  .view-more-button2k span {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px;
  }

  .vlessk {
    display: none;
  }

  .hidden-parak {
    display: none;
  }

  .content-gallery-year:last-child:hover .hidden-sec {
    left: -120% !important;
  }



  .services-inner .service-main .team-items .single-item .service-homepage .content h4 {
    font-weight: 600 !important;
    margin-bottom: 26px !important;
    color: white !important;
    font-size: 20px !important;
  }

  .services-inner .service-main .team-items .single-item .service-homepage .thumb img {
    transition: all 0.35s ease-in-out;
    height: 230px;
    object-fit: cover;
    width: 100%;

  }

  .grid-change .main-clientslogo {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }

  .service-name h5 {
    margin: 0px;
    padding: 15px 10px 0px;
    font-weight: 600;
    font-size: 15px;
    text-transform: capitalize;
  }

  .remove-box-shadow {
    box-shadow: none !important;
    padding: 0px !important;
  }


  .tne-feature {
    background-color: #ffffff;
    position: relative;
    margin-top: 25px;
  }




  .tne-feature>span {
    display: block;
    width: 32px;
    height: 32px;
    background: #2d2d2d;
    position: absolute;
    top: 10px;
    right: 55px;
    display: none;
  }

  .tne-feature>span:nth-child(2) {
    transition: transform .5s ease-in-out
  }

  .tne-feature>span:nth-child(3) {
    background: #39d1d4;
    top: 32px;
    right: 87px;
    transition: transform .8s ease-in-out
  }

  .tne-feature>span:nth-child(4) {
    background: #2d2d2d;
    top: 130px;
    right: 160px;
    width: 20px;
    height: 20px
  }

  .tne-feature>span:nth-child(5) {
    background: #2d2d2d;
    top: 55px;
    right: 25px;
    width: 28px;
    height: 28px
  }

  .tne-feature>span:nth-child(6) {
    background: #2d2d2d;
    top: 80px;
    right: 290px;
    width: 14px;
    height: 14px
  }

  .tne-feature>span:nth-child(7) {
    background: #39d1d4;
    top: 50px;
    right: 230px;
    transition: transform .4s ease-in-out
  }

  .tne-feature>span:nth-child(8) {
    background: #fff;
    top: 82px;
    right: 198px;
    transition: transform .6s ease-in-out
  }

  .tne-feature>span:nth-child(9) {
    background: #2d2d2d;
    top: 82px;
    left: 198px;
    transition: transform .6s ease-in-out
  }

  .tne-feature>span:nth-child(10) {
    background: #39d1d4;
    top: 60px;
    left: 108px;
    transition: transform .6s ease-in-out
  }

  .tne-feature>span:nth-child(11) {
    background: #2d2d2d;
    top: 160px;
    left: 100px;
    transition: transform .6s ease-in-out
  }

  .tne-feature>span:nth-child(12) {
    background: #2d2d2d;
    top: 80px;
    left: 250px;
    transition: transform .6s ease-in-out
  }

  .tne-feature>span:nth-child(13) {
    background: #39d1d4;
    ;
    top: 190px;
    left: 40px;
    transition: transform .6s ease-in-out
  }

  .tne-feature .sqs {
    transform: scale(0)
  }

  .tne-feature .sqh {
    transform: scale(1)
  }

  .tne-feature:hover .sqs {
    transform: scale(1)
  }

  .tne-feature:hover .sqh {
    transform: scale(0)
  }

  .typed-out span {
    color: #39d1d4;
    font-size: 30px;
  }

  .tagline-para h5 {
    margin: 16px 0px !important;
    font-size: 15px;
  }

  .contact-area .info .content {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
  }

  .contact-form-box .form-box {
    background-color: #39d1d4;
    padding: 30px;
  }

  .contact-heading {
    font-weight: 800;
    font-size: 45px;
    text-transform: uppercase;
  }

  .backgroung-white {
    background: white;
    color: #111;
    font-weight: 400;
  }

  .contact-content p {
    font-size: 20px;
    color: #5d5858;
  }

  .team-area .item .info span {
    font-size: 11px;
  }

  .desktop-menu ul li:not(:last-child) a:hover {

    transition: 0.3s all;
  }

  .desktop-menu ul li a {
    font-size: 13px !important;
  }

  #navbar-menu .navbar-nav-new {
    float: right !important;
  }

  .navbar-brandlogo p {
    MARGIN-BOTTOM: 0;
    FONT-SIZE: 35PX;
    COLOR: WHITE;
    FONT-WEIGHT: 600;
    height: 112px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .banner-img {
    width: 100%;

  }


  .banner-img img {
    width: 100%;
    height: calc(100vh - 120px);
    object-position: center center;
  }

  .banner-img video {
    width: 100%;
    height: calc(65vh - 0px);
    object-position: center center;
    object-fit: cover;
  }

  .contact-li {
    background: #39d1d4;
    border-radius: 5px;
  }

  .navbar-nav-new li a {
    padding: 12px 18px !important;
    text-transform: capitalize !important;
  }

  .contact-li a {
    color: black !important;
    padding: 11px 12px !important;
  }

  nav.navbar.bootsnav .navbar-brand {
    padding: 0px 15px !important;
  }

  .navbar-nav-new {
    margin-top: 35px;
  }

  .content-box-p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .content-box-p .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .about-content-area .content-box .info h2 {
    font-weight: 600;
    margin-bottom: 0px;
    font-size: 30px !important;
    /* font-size: 45px !important; */
    text-transform: capitalize;
  }

  .content-box-p .info p {
    font-size: 30px;
    margin-bottom: 40px;
  }

  .btn.btn-gradient::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to right, #39d1d4, #39d1d4, #39d1d4);
    background-size: 220% 150%;
    text-transform: uppercase;
    display: inline-block;
    color: #000000 !important;
    background-color: #39d1d4;
    z-index: -1;
    transition: all 0.35s ease-in-out;
  }

  nav.navbar.bootsnav.navbar-fixed {
    display: block;
    position: absolute !important;
  }

  .service-main.team-area .item .content {
    font-weight: 600;
    font-size: 43px;
    color: white;
    z-index: 99999999999999999;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    padding-left: 47px;
    position: relative;
    bottom: 84px;
  }

  .service-main.team-area .item {
    background: #fff;
    padding: 15px;
    height: 310px;

    box-shadow: 0 0 12px #00000029;
    border-radius: 10px;
  }



  .service-main.team-area .item h4 {
    font-weight: 600 !important;
    margin-bottom: 5px !important;
    color: white !important;
    font-size: 25px !important;
  }

  nav.navbar.bootsnav ul.nav>li>a {
    padding: 10px 12px !important;
    font-size: 11px !important;
  }

  .about-items p {
    font-size: 13px;
  }

  .about-us-area .about-items .thumb h2 {
    position: absolute;
    left: 0;
    bottom: 68%;
    margin: 0;
    background: #39d1d4;
    padding: 37px;
    padding-top: 30px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.1;
    color: #ffffff;
    border-radius: 8px;
  }

  .about-us-area .info h2 {
    font-weight: 600;
    margin-bottom: 25px;
    font-size: 20px;
  }

  .service-main.team-area .team-items .thumb img {
    transition: all 0.35s ease-in-out;
    height: 310px;
    object-fit: cover;
    width: 100%;
  }



  .team-area .team-items .thumb {
    border-bottom: 0px solid transparent;
  }

  .team-area::after {
    border: 0px solid transparent !important;
    border-radius: 0px !important;
  }

  .less-ptb {
    padding-top: 40px;
    padding-bottom: 18px;
  }

  .default-padding {
    padding-top: 120px;
    padding-bottom: 0px !important;
  }

  .navbar-brandlogo-foo p {
    MARGIN-BOTTOM: 0;
    FONT-SIZE: 20PX;
    COLOR: #ffffff !important;
    FONT-WEIGHT: 600;
    height: 50px !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .main-foo {
    display: flex;
    flex-direction: column;
  }

  .navbar-brand-footers {
    float: left;
    height: 50px;
    padding: 0 0 0 0 !important;
  }

  footer .footer-bottom li::before {
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    /* height: 5px; */
    /* width: 5px; */
    background: transparent !important;
    border-radius: 50%;
    margin-top: -3px;
    opacity: 0.5;
  }

  footer .footer-bottom li {
    display: inline-block;
    margin-left: 0 !important;
  }

  .text-light-f li a {
    color: #ffffff !important;
    text-transform: uppercase;
    font-size: 11px;
  }

  .para-footer p {
    margin-bottom: 14px !important;
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
    color: #ffffff;
  }

  .para-footer {
    margin-top: 14px;
  }

  .button-get .btn.btn-gradient {
    position: relative;
    z-index: 1;
    color: #223d44;
    padding: 18px 81px;
    font-size: 18px;
  }


  .service-list {

    color: white;
    font-size: 17px;
  }

  .form-control {
    color: white;
    background-color: #39d1d4;

  }

  .form-control:focus {
    outline: none;
    color: white;
    background-color: #39d1d4;
  }


  /*  */


  /* .typed-out {
    overflow: hidden;
    border-right: .15em solid orange;
    font-size: 1.6rem;
    width: 0;
} */

  .typed-out {
    overflow: hidden;
    border-right: 0.15em solid transparent;
    white-space: nowrap;
    font-size: 30px;
    color: #000000;
    text-transform: capitalize;
    width: 0;
    margin-bottom: 4px;
    animation: typing 1.5s infinite;
    display: flex;
    align-items: center;
    position: relative;
    font-weight: 600;
  }

  @keyframes typing {
    0% {
      width: 0
    }

    20% {
      width: 20%;
    }

    30% {
      width: 30%;
    }

    40% {
      width: 40%;
    }

    50% {
      width: 50%;
    }

    70% {
      width: 70%;
    }

    90% {
      width: 100%
    }

    100% {
      width: -0;
    }
  }

  .main-typings {
    display: flex;
    align-items: flex-end;

  }

  p {
    color: #0a1f2b;
  }

  .para-footer p:nth-child(2) {
    margin-bottom: 14px !important;
    font-size: 15px;
    line-height: 24px;
    text-transform: capitalize;
    color: #ffffff;
  }

  .nav-tabs .nav-link.active {
    color: #000000 !important;
    background-color: #fff0 !important;
    BORDER-BOTTOM: 5PX SOLID #39d1d4 !important;
  }

  .nav-tabs {
    border-bottom: 1px solid #dee2e600 !important;
  }

  .nav-new {
    DISPLAY: flex !important;
    JUSTIFY-CONTENT: center !important;
    ALIGN-ITEMS: center !important;
  }

  .nav-tabsnew {
    border-bottom: 1px solid #dee2e6 !important;
    margin: 30px 0px;
    /* WIDTH: 156PX !important; */
  }

  .nav-tabsnew a {
    margin-left: 20px;
  }

  #tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    color: #020202 !important;
    font-size: 17px;
    padding: 0 !important;
    font-weight: 300;
  }

  .nav-tabs {
    border-bottom: 1px solid #dee2e600 !important;
  }

  #tabs {
    background: #efefef;
    color: #000;
    margin-top: 60px;
  }

  .main-clientslogo {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 25px;
    margin: auto;
    padding-top: 7px;
    justify-items: center;
    align-items: center;

  }

  .main-clientslogo .logo-img img {
    width: 75px;
    object-fit: contain;
    height: 104px;
    margin: auto;
    display: block;
  }

  .feature-text.is-green {
    color: #223d44;
    text-transform: capitalize;
    text-align: center;
    font-size: 25px;
  }

  .feature-text {
    margin-bottom: 20px;
    color: #0a1f2b;
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    text-align: left;
  }

  .py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .navbar-header {
    float: left;
    /* width: 38%; */
  }

  .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0 solid !important;
    border-right: 0 solid transparent !important;
    border-bottom: 0 !important;
    border-left: 0 solid transparent !important;
  }


  .publication-class.campaign .single-item .item img {
    height: auto !important;
  }

  .services-details-items {
    margin-bottom: 35px;
  }

  .pub-content {
    width: 50%;
    padding: 0px 30px;
  }

  .pub-images {
    width: 50%;
  }

  .pub-content h4 {
    font-size: 18px;
  }

  .pub-content p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 20px;
    font-size: 14px;
    text-align: justify;
    text-overflow: ellipsis;
  }

  .pub-card {
    display: flex;
    align-items: center;
  }

  .pub-maincard {
    border-radius: 20px;
    box-shadow: 0 0 11px #bfbaba66;
    padding: 20px 20px 20px 20px;
    margin-top: 30px;
  }

  .show-more {
    display: flex;
    justify-content: flex-end;
  }

  .show-more-content-new .show-more-content, .show-more-content-new .show-more-content, .show-less {
    display: block !important;
  }

  .show-more-content-new .show-more {
    display: none !important;
  }

  .show-more-content p {
    margin: 0px;
    padding: 15px 0px;
  }

  .desktop-menu ul>li a:hover::after {
    width: 100%;
    transition: width .8s;
  }

  .social-icons a i {
    font-size: 35px;
    /* opacity: 0.46; */
    color: white;
    margin-left: 10px;
  }

  .media-icons {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: 60px;
  }

  .thumb-services-area .services-items .item {
    background-size: cover;
    background-position: center;
    padding: 0px !important;
    position: relative;
    z-index: 1;
    height: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 3px solid #1c1c1c;
    border-radius: 8px;
    z-index: 1;
    transition: all 0.35s ease-in-out;
  }

  .thumb-services-area .services-items .item:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    overflow: hidden;
  }

  .thumb-services-area .services-items .single-item .item:hover::after,
  .thumb-services-area .services-items .single-item .item::after {
    opacity: 1;
  }

  .common-padding {
    padding: 80px 0px !important;
  }

  .single-item .info h4 {
    font-size: 15px;
    font-weight: bold;
  }

  .navbar-brandlogo-mobile img {
    width: 350px;
    height: 120px;
    object-fit: contain;
  }

  .thumb-services-area .single-item {
    margin-bottom: 30px;
    overflow: hidden;
    height: 230px;
    position: relative;
    border-radius: 8px;
  }

  .bg-theme {
    background-color: #39d1d4;
  }

  .contact-area .info ul li i {
    background: linear-gradient(90deg, rgba(4, 215, 242, 1) 57%, rgba(4, 215, 242, 1) 100%);
  }

  .contact-area .info .content {
    border-radius: 10px;
  }

  .desktop-menu ul li.dropdown {
    position: relative;
  }

  a:hover {
    text-decoration: none !important;
  }

  /* job listing css start */

  /********************
      job-listing
  *********************/
  .job-box {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .job-box .lable {
    width: 200px;
    position: absolute;
    top: -2px;
    left: -86px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 1;
    background: #d8dff7;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .job-box .lable h6 {
    font-size: 12px;
  }

  .job-box:hover {
    border-color: #849ae5 !important;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  .job-box:hover .lable {
    background: #2f55d4;
  }

  .job-list-reg-form {
    position: relative;
    bottom: 45px;
    -webkit-box-shadow: 0 -3px 31px 0 rgba(0, 0, 0, 0.03), 0 6px 20px 0 rgba(0, 0, 0, 0.02);
    box-shadow: 0 -3px 31px 0 rgba(0, 0, 0, 0.03), 0 6px 20px 0 rgba(0, 0, 0, 0.02);
  }

  .left-sidebar .card-body {
    border-bottom: 1px solid #eaedf6;
  }

  a.job-list[data-toggle=collapse]:before {
    content: '\f374';
    display: block;
    font-family: 'Material Design Icons';
    font-size: 20px;
    color: #161c2d;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  a.job-list[data-toggle=collapse].collapsed:before {
    content: '\f415';
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }

  .job-list {
    position: relative;
  }

  .card-header {
    background-color: transparent;
    margin-bottom: 0 !important;
  }

  .custom-control-label:before {
    border: 1px solid #8492a6;
    background-color: transparent;
    width: 17px;
    height: 17px;
    top: 3px;
  }

  .custom-control-label:after {
    width: 18px;
    height: 18px;
    top: 2px;
    left: -25px;
  }

  .custom-control {
    margin: 11px 20px;
  }

  .nice-select:after {
    margin-top: -5px;
    height: 7px;
    width: 7px;
  }

  .apply-btn-sm {
    padding: 6px 20px;
    border-radius: 4px;
  }

  .job-list-box {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }

  .job-list-box:hover {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  /********************
        JOB LIST GRID
    *********************/
  .job-list-grid {
    padding: 210px 0px 60px 0px;
    background-image: url("../images/job-list-grid-bg.jpg");
    background-size: cover;
    position: relative;
    background-position: center center;
  }

  .job-list-grid-reg-form {
    background-color: #fcfcfe !important;
    border: 1px solid #eaedf6;
  }

  .list-grid-item {
    border: 1px solid #eaedf6;
    border-radius: 6px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }

  .list-grid-item:hover {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    border-color: transparent;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  .grid-fev-icon {
    -webkit-text-stroke: 2px #2f55d4;
    -webkit-text-fill-color: transparent;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }

  .grid-fev-icon:hover {
    -webkit-text-stroke: 0px #2f55d4;
    -webkit-text-fill-color: #2f55d4;
  }

  /********************
        JOB SINGLE
    *********************/
  .job-time-btn {
    border-radius: 50px;
  }

  .job-overview {
    padding: 24px 0 24px 24px;
  }

  .overview-details {
    overflow: hidden;
  }


  .pagination.job-pagination .page-link {
    border-radius: 50% !important;
    margin: 0 4px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    /* line-height: 29px; */
    padding-bottom: 35px;
    text-align: center;
    color: #8492a6;
  }

  .pagination .page-item.active .page-link {
    background-color: #39d1d4;
    border-color: #39d1d4;
    color: #ffffff !important;
  }

  .display-1 {
    font-size: 80px !important;
  }

  .display-2 {
    font-size: 72px !important;
  }

  .display-3 {
    font-size: 64px !important;
  }

  .display-4 {
    font-size: 56px !important;
  }

  .job-tab ul li a {
    color: black !important;
    font-size: 12px;
  }

  .job-tab ul li a.active {
    color: #ffffff !important;
  }

  .company-logo img {
    width: 85px;
    height: 85px;
    object-fit: contain;
  }

  .thumb-services-area .services-items .item::after {
    background: #808080a1 !important;
  }

  .desktop-menu ul li.dropdown a {
    display: inline-flex
  }

  .job-popup-form {
    min-width: 55% !important;
  }

  .login-custom h4 {
    text-align: center;
    margin-bottom: 33px;
  }

  .apply-job-row button {
    /* background: #f44336; */
    background: #39d1d4;
    border-radius: 5px;
    color: black;
    font-weight: 400;

  }

  .job-popup-form .modal-header {
    padding: 0px;
    border: none;
  }

  .job-popup-form .modal-header button {
    width: 35px;
    height: 35px;
    position: absolute;
    right: -2%;
    padding: 0%;
    border-radius: 50%;
    top: -4%;
    opacity: 1;
    color: #ffffff;
    background: #f44336;
    /* justify-content: center; */
    align-items: center;
    justify-content: center;
    display: flex;
    margin: 0%;
  }

  .login-custom .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: none;
    border-radius: 4px;
    min-height: 40px;
  }

  .login-custom .select2-container--default .select2-selection--single .select2-selection__rendered {
    min-height: 40px !important;
    padding: 0px 15px;
    margin: 0px;
    border: 1px solid #d8d8d8;
    width: 100%;
    border-radius: 10px;
  }

  .login-custom .select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    width: 100% !important;
    position: relative;
    vertical-align: middle;
  }

  .login-custom .select2-container--default .select2-selection--single .select2-selection__arrow {
    min-height: 40px;
    position: absolute;
    top: 0px;
    right: 1px;
    width: 20px;
  }

  .job-popup-form .modal-content {
    margin-top: 100px;
  }

  textarea {
    padding: 15px;
    padding: 0px 15px;
    margin: 0px;
    border: 1px solid #d8d8d8;
    width: 100%;
    border-radius: 10px;
  }

  .input-user input {
    min-height: 50px !important;
    padding: 0px 15px;
    margin: 0px;
    border: 0px solid #39d1d4;
    width: 100%;
    background: #39d1d414;

  }

  .input-user select {
    min-height: 50px !important;
    padding: 0px 15px;
    margin: 0px;
    border: 0px solid #39d1d4;
    width: 100%;
    background: #39d1d41f;

  }

  .login-custom .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
  }

  .input-user input::placeholder, .login-custom .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: grey;
  }

  .job-popup-form .modal-body {
    padding: 50px;
  }

  .job-popup-form .modal-header button i {
    font-size: 15px;
  }

  .job-detail a {
    border: none !important;
  }

  .intership-form {
    border-radius: 5px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 4px 10px 2px rgb(0 0 0 / 20%);
    box-shadow: 0 4px 10px 2px rgb(179 170 170 / 20%);
    padding: 40px 50px;
  }


  .service-content .service-list {
    list-style-type: disc;
    list-style-position: inside;
  }

  #home .desktop-header {
    background-color: #ffffff;
    padding: 0px 0px;
    height: 120px;
    z-index: 999;
  }

  .desktop-menu ul li a {
    color: black !important;
  }

  .h-300 {
    height: 300px !important;
  }

  .breadcrumb-area {
    margin-top: 0px !important;
    padding: 0px !important;

  }

  .button-get a {
    background: #39d1d4;
    font-size: 18px;
    color: #ffffff;
    padding: 2px 30px;
    text-transform: uppercase;
    font-weight: 600;
  }

  .dropdown-toggle::after {
    content: "" !important;
    display: none !important;
  }

  .desktop-menu ul li.active {
    background: #1c1c1c !important;
    border-radius: 5px;
  }

  .desktop-menu ul li.active a {
    padding: 6px 20px !important;
    display: inline-block;

    color: #ffffff !important;
    border-radius: 5px;
  }

  .desktop-menu ul li a.dropdown-toggle {
    padding: 6px 15px !important;

  }


  .remove-box-shadow a {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
  }

  .service-homepage:hover a .thumb:before {
    background-color: #000000 !important;
    /* opacity: 0.2; */
  }

  .remove-box-shadow:hover .overlays-services {
    opacity: 1 !important;
    background-color: #000000a1;

  }

  .remove-box-shadow .overlays-services {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 99;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: .5s ease;
    background-color: #00000082;
  }

  .service-homepage a .thumb:before {
    opacity: 1;

    background: transparent;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    transition: all 0.35s ease-in-out;
  }

  .dropdown-arrows {
    margin-left: 10px;
  }

  .dropdown-arrows i {
    font-size: 18px;
  }


  .breadcrumb-area h1 {
    display: none;
  }

  .breadcrumb-area .breadcrumb {
    display: none;
  }

  .job-tab ul.nav {
    display: flex !important;
  }

  .desktop-menu ul li:hover {
    background: #1c1c1c !important;
    border-radius: 5px;
  }

  .desktop-menu ul li:hover a {
    color: #ffffff !important;
    transition: 0.5s all;
  }

  .desktop-menu ul li a {
    padding: 6px 20px !important;
    display: inline-block;

    border-radius: 5px;
  }

  .partner-carousel {
    display: none !important;
  }

  * {
    box-sizing: border-box;
  }

  body {
    margin: 0 !important;
    font-family: 'Poppins', sans-serif !important;
    padding: 0 !important;
  }

  .banner-section {
    margin-top: 0px;
  }

  .publication-class .single-item .item img {
    height: 150px;
    width: 100%;
    object-fit: cover;

  }

  .publication-class .single-item {
    border-radius: 20px;
    margin-right: 15px;
    box-shadow: 0 0 11px #bfbaba66;
    padding: 20px 20px 1px 20px;
    margin-top: 30px;
  }

  .publication-class .single-item .publish-heading h5 {
    margin-bottom: 0px;
    margin-top: 20px;
    min-height: 25px;
    font-size: 13px;

  }

  .input-user .form-control {
    background-color: transparent;
    color: grey;
  }

  /* kb */
  .personal-detail-form {
    border-top: 1px solid #80808014;
    padding: 74px 36px 74px 36px;
    box-shadow: 0 4px 19px 0 rgb(0 0 0 / 11%);
  }

  .Educational-detail-form {
    border-top: 1px solid #80808014;
    padding: 40px 36px 40px 36px;
    box-shadow: 0 4px 19px 0 rgb(0 0 0 / 11%);
  }

  .apply-now {

    color: #ffffff !important;
    padding: 10px 24px;

  }

  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: transparent !important;
    box-shadow: 0 0 0 0.1rem rgb(0 188 212 / 35%) !important;
  }

  .input-user .form-control {
    background-color: #39d1d414;
    color: grey;
  }

  .personal-detail-form {
    margin-bottom: 60px !important;

  }

  /*  */
  .personal-detail-form-blue {
    background: #39d1d4;
  }

  .input-user-#ffffff input {
    min-height: 50px !important;
    padding: 10px 15px;
    margin: 0px;
    border-bottom: 1px solid #ffffff !important;
    width: 100%;
    background: #39d1d414 !important;
    border-top: #ffffff !important;
    border-left: 0px !important;
    border-right: 0px !important;
  }

  .input-user-#ffffff select {
    min-height: 50px !important;
    padding: 0px 15px;
    margin: 0px;
    border-bottom: 1px solid #ffffff !important;
    width: 100%;
    background: #39d1d414 !important;
    border-top: #ffffff !important;
    border-left: 0px !important;
    border-right: 0px !important;
  }

  .apply-now-#ffffff {
    color: black !important;
    padding: 13px 49px;
  }

  .apply-job-row-#ffffff button {
    background: #ffffff;
    border-radius: 5px;

    font-weight: 400;
  }

  .login-custom-#ffffff h4 {
    text-align: center;
    margin-bottom: 33px;
    color: #ffffff;
    font-size: 22px;
  }

  .form-two {
    margin-top: 30px;
  }


  .personal-detail-form .input-user .form-control {
    background-color: transparent !important;
    color: grey;
    border: 1px solid #e6e4e4;
    max-height: 40px !important;
    min-height: 40px !important;

  }

  .personal-detail-form .input-user .form-control::placeholder {
    font-size: 14px
  }

  .input-user.input-user-#ffffff {
    background-color: transparent !important;
    color: grey;
    border: 1px solid #e6e4e4;
    max-height: 40px !important;
    min-height: 40px !important;
  }

  .publication-class .single-item .item {
    overflow: hidden;
  }

  .publication-class .single-item .item:hover img {
    -ms-transform: scale(1.2);
    /* IE 9 */
    -webkit-transform: scale(1.2);
    /* Safari 3-8 */
    transform: scale(1.2);
    transition: 0.7s all;
  }

  .publication-class .single-item .item img {
    transition: transform .8s;
    /* Animation */

  }

  .publish-heading .blog-by {
    text-align: right;
    margin-top: 15px;
    font-size: 12px;
    color: #000;
    font-weight: 800;
  }

  .publish-heading h5 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .ffffff-text {
    color: #ffffff;
  }

  .mt-175 {
    margin-top: 175px;
    background: linear-gradient(185deg, #0b989b, #33cbcf82);
    padding: 150px;
  }

  .card-budget {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 17px;
  }

  .card-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #ffffffa6;
    border-radius: 86px;
    text-align: center;
    border: 1px solid #dde6e7;
  }

  .border-main-div {
    border: 4px solid #ffffff;
    padding: 35px 64px;
  }

  .paragraph-content-budget p {
    font-style: italic;
    color: #ffffff;
    font-style: italic;
    text-shadow: 0px 1px #8f8f8f;
    text-align: center;
    font-size: 16px;

  }

  .knwomore {
    color: black;
    background: #ffffff;
    padding: 9px 29px;
    border-radius: 13px;
    font-size: 14px;
  }

  .button-know-more {
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 79px; */
    margin-top: 39px;
  }

  .card-content {
    height: 93px;
  }

  .card-content p:nth-child(1) {

    margin-bottom: 0px;
    font-size: 25px;

  }

  .card-content p:nth-child(2) {
    margin-bottom: 0px;
    padding: 7px 37px 0px 37px;
    line-height: 18px;
    font-size: 14px;
  }

  .kejriwal h3 {
    text-align: center;
    color: #ffffff;
    font-size: 40px;
    text-shadow: 0px 1px black;
    margin-bottom: 21px;

  }

  .about-items p {
    text-align: justify;
  }

  .white-text {
    color: white;
  }

  .main-clientslogo .logo-img span {
    text-align: center;
    display: inline-block;
    width: 100%;
    font-size: 9px;
    font-weight: 700;
    margin-top: -10px;

  }

  .banner-content-section {
    height: 468px;
  }

  .main-form {
    height: 468px;
    width: 100%;

  }

  .color-bg {
    background: radial-gradient(#0000005e, #39d1d4);
    background: radial-gradient(#0000005e, #39d1d4);
    height: 468px;
  }

  .d-flex-color {
    display: flex;
    height: 468px;
  }

  .d-flex-color .first-heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    width: 60%;
  }

  .d-flex-color .form-journy {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 33px;

  }

  .d-flex-color .first-heading h3 {

    font-size: 62px;
    color: white;
    font-weight: 700;
    text-shadow: 0 1px black;

  }

  .d-flex-color .first-heading p {
    color: white;
    font-size: 17px;
    padding-right: 109px;
  }

  .journy-build {
    width: 100%;
  }

  .journy-build .form-control {
    color: white;
    background-color: #ffffff;
    height: 45px !important;
    min-height: 45px;
    border: 0px solid white;
  }

  .start-btn a {
    background: black;
    color: white;
    padding: 7px 42px;
    border-radius: 7px;
  }

  .journy-build select.form-control {
    height: 45px !important;
  }

  .form-journy p {
    color: white;
    font-size: 22px;
    line-height: 31px;
    font-weight: 500;
  }

  .banner-content-section {
    height: 468px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  input::placeholder {
    font-size: 15px;
  }

  .logo-clients {
    display: flex;
    width: 100%;
  }

  .trusted-client-img {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    padding: 16px 0;

  }

  .trusted-client-img .img-client {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .trusted-by {
    width: 30%;
    display: flex;
    align-items: center;
  }

  .trusted-by h3 {
    margin-bottom: 0px;
    font-size: 39px;
    color: #39d1d4;
    font-weight: 600;
    text-shadow: 0 1px #0000007a;
  }

  .trusted-section-log {
    padding: 70px 0;
  }

  .top-boder {
    width: 100%;

    background: radial-gradient(#20bbbe, white);
    height: 5px;
    padding: 0;
  }

  .bottom-boder {
    width: 100%;

    background: radial-gradient(#20bbbe, white);
    height: 5px;
    padding: 0;
  }

  .secon-flexing {
    width: 70%;
  }

  .bg-market {
    height: 300px;
    background: radial-gradient(#0000005e, #39d1d4);
  }

  .section-digital-marketing {
    background-repeat: no-repeat;
    object-fit: fill;
    /* background-size: cover; */
    width: 100%;
    height: 300px;

  }

  .content-digital {
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;

  }

  .content-digital h3 {
    font-size: 49px;
    color: white;
    font-weight: 700;
    text-shadow: 0 1px black;
  }

  .content-digital p {
    display: flex;
    justify-content: center;
    align-items: center;
    color: wh;
    color: white;
    font-size: 18px;
  }

  .our-brand-sections {
    padding: 70px 0;
  }

  .your-brand p {
    margin-bottom: 0px;

    padding: 11px 33px;
    background: #40d3d6;
    color: white;
    font-weight: 600;
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
    transition: 0.3s;
    font-size: 19px;
    text-shadow: 0 1px #ffffff2e;
  }

  .brand-content-main {
    width: 100%;
  }

  .brand-content-main .your-brand {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .your-brand p::after {
    content: "";
    width: 1px;
    height: 50px;
    background-color: black;
    display: block;
    position: absolute;
    top: 50px;
    right: 50%;
  }

  .creative p {
    margin-bottom: 0px;
    border: 2px solid #40d3d673;
    padding: 10px 20px;
    margin-top: 26px;
    color: #40d3d6;
    box-shadow: 0 8px 16px 0 rgb(64 211 214 / 15%);
    font-size: 19px;
    font-weight: bold;
    text-shadow: 0 1px #00000026;
  }

  .stratergy p {
    margin-bottom: 0px;
    border: 1px solid black;
    padding: 10px 20px;
    margin-top: 26px;
  }

  .main-consultings {
    width: 100%;
    display: flex;
    justify-content: space-around;
    position: relative;
  }

  .main-digitals-two {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .digital-contents {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .digital-contents-one {
    display: flex;
    flex-direction: column;
  }

  .digital-contents-two {
    display: flex;
    flex-direction: column;
  }

  .digital-contents-one .development {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

    margin-top: 39px;

  }

  .digital-contents-two .development {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
    margin-top: 39px;


  }

  .digital-contents-one .creative {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .digital-contents-two .creative {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .development p {


    margin: 0 37px;
  }



  .digital-contents-one .creative::after {
    content: " ";
    display: block;
    width: 150px;
    height: 1px;
    background-color: black;
    position: absolute;
    right: 0;
    top: 50px;
  }

  .digital-contents-two .creative::after {
    content: " ";
    display: block;
    width: 153px;
    height: 1px;
    background-color: black;
    position: absolute;
    left: 0;
    top: 50px;
  }

  .creative {
    position: relative;
  }

  .digital-contents-one .development {
    position: relative;
  }

  .digital-contents-one .development::after {
    content: " ";
    display: block;
    width: 1px;
    height: 117px;
    background-color: black;
    position: absolute;
    top: -40px;
    left: 50%;
  }

  .development p:nth-child(1)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 43%;
    top: 24px;
  }

  .development p:nth-child(2)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 50%;
    top: 76px;
  }

  .digital-contents-two .development p:nth-child(1)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 43%;
    top: 8px;
  }

  .digital-contents-two .development p:nth-child(2)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 50%;
    top: 56px;
  }

  .digital-contents-two .development p:nth-child(3)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 43%;
    margin-top: -20px;
  }

  .digital-contents-two .development p:nth-child(4)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 50%;
    margin-top: -12px;
  }

  .digital-contents-two .development p:nth-child(5)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    right: 50%;
    margin-top: -24px;
  }

  .digital-contents-two .development p:nth-child(6)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 50%;

    margin-top: -40px;
  }

  .digital-contents-two .development::after {
    content: " ";
    display: block;
    width: 1px;
    height: 100%;
    background-color: black;
    position: absolute;
    top: -40px;
    left: 50%;
  }

  .right-side {
    text-align: right;
    margin: 0 37px;
    LINE-HEIGHT: 20PX;
    font-size: 15px;
    padding: 0 16px;
    color: #00ccd0 !important;
    font-weight: 600;

  }

  .left-side {
    text-align: left;
    margin: 0 37px;
    LINE-HEIGHT: 20PX;
    font-size: 15px;
    padding: 0 16px;
    color: #00ccd0 !important;
    font-weight: 600;
  }

  .paragraph-cont {
    background: #1ec6ca;
    /* color: white; */
    display: flex;
    padding: 17px 19px;
    clip-path: polygon(0 0, 100% 0, 100% 0%, 85% 62%, 85% 100%, 0 100%, 0% 80%, 0% 20%);
    width: 45%;

  }

  .paragraph-cont p {
    color: white;
    margin-bottom: 0px !important;
    padding-right: 100px;
    line-height: 19px;
    font-size: 14px;
    /* text-shadow: 0 1px #00000054; */
    text-align: justify;
    text-transform: capitalize;
    width: 91%;

  }

  .our-milestones-section {

    padding: 10px 0 70px 0;
    position: relative;

  }

  .head-cont p {
    font-size: 28px;
    font-weight: 600;
    border-bottom: 22px solid #1ec6ca;
    padding-bottom: 11px;

  }

  .head-cont span {

    font-size: 54px;
    font-weight: 700;

  }

  .div-ourmilestones {
    width: 100%;
  }

  .head-cont {
    width: 35%;
  }

  .main-planing {
    display: flex;
    height: 137px;
  }

  .img-plane img {
    width: 180px;
    POSITION: RELATIVE;
    right: 150px;
    top: -22px;
  }

  .img-plane {
    position: relative;
  }

  .box-progress {
    background: linear-gradient(45deg, #000000b5, #39d1d4d4);
    border: 2px solid white;
    background: #40d3d6;
    /* box-shadow: 0 8px 16px 0 rgb(0 0 0 / 54%); */

  }

  .box-progress p {
    color: white;
    margin-bottom: 0px;
    line-height: 19px;
    padding: 12px 12px;
    font-size: 14px;
    height: 100%;
    /* text-shadow: 0 1px black; */
    text-align: center;
    font-weight: 600;
    background: #ffffff1f;
  }

  .progress-milestones {
    display: grid;
    grid-template-columns: repeat(9, 1fr);

    align-items: end;
    height: 550px;
  }

  .p-progress p {
    margin-bottom: 8px;
    text-align: center;
    font-size: 42px;
    font-weight: 800;
    color: #000000a6;

  }

  .first-half {
    height: 70%;
    background: #ffffff;
  }

  .first-progress {
    height: 30%;
    display: flex;
    flex-direction: column;
    justify-content: end;
  }

  .progress-images-bg {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    bottom: 135px;
  }

  .main-div-half {
    height: 550px;
  }

  .p-progress {
    background: white;
    /* padding: 17px 0; */
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(9) .first-half {
    height: 0%;
  }

  .progress-milestones .main-div-half:nth-child(9) .first-progress {
    height: 100%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(9) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(9) .box-progress {
    height: 90%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 1.9s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(9) .p-progress {
    background: white;
    height: 10%;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(8) .first-half {
    height: 10%;
  }

  .progress-milestones .main-div-half:nth-child(8) .first-progress {
    height: 90%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(8) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(8) .box-progress {
    height: 90%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 2.5s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(8) .p-progress {
    background: white;
    height: 10%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(7) .first-half {
    height: 20%;
  }

  .progress-milestones .main-div-half:nth-child(7) .first-progress {
    height: 80%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(7) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(7) .box-progress {
    height: 90%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 2.2s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(7) .p-progress {
    background: white;
    height: 10%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(6) .first-half {
    height: 30%;
  }

  .progress-milestones .main-div-half:nth-child(6) .first-progress {
    height: 70%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(6) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }


  .add-animation .progress-milestones .main-div-half:nth-child(6) .box-progress {
    height: 90%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 1.9s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(6) .p-progress {
    background: white;
    height: 10%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(5) .first-half {
    height: 40%;
  }

  .progress-milestones .main-div-half:nth-child(5) .first-progress {
    height: 60%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(5) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(5) .box-progress {
    height: 88%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 1.7s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(5) .p-progress {
    background: white;
    height: 12%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(4) .first-half {
    height: 50%;
  }

  .progress-milestones .main-div-half:nth-child(4) .first-progress {
    height: 50%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(4) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(4) .box-progress {
    height: 87%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 1.4s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(4) .p-progress {
    background: white;
    height: 13%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(3) .first-half {
    height: 57%;
  }

  .progress-milestones .main-div-half:nth-child(3) .first-progress {
    height: 43%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(3) .box-progress {
    height: 87%;
  }

  .progress-milestones .main-div-half:nth-child(3) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(3) .box-progress {
    height: 87%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 1.0s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(3) .p-progress {
    background: white;
    height: 13%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(2) .first-half {
    height: 63%;
  }

  .progress-milestones .main-div-half:nth-child(2) .first-progress {
    height: 37%;
    background: white;
  }



  .add-animation .progress-milestones .main-div-half:nth-child(2) .box-progress {
    height: 87%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.8s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(2) .p-progress {
    background: white;
    height: 13%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(1) .first-half {
    height: 69%;
    border-left: 2px solid #39d1d4;
  }

  .progress-milestones .main-div-half:nth-child(1) .first-progress {
    height: 31%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(1) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(2) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(1) .box-progress {
    height: 87%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.5s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(1) .p-progress {
    background: white;
    height: 13%;
    display: flex;
    justify-content: center;
    align-items: end;
    border-left: 2px solid #39d1d4;
  }

  .main-planing {
    position: relative;
    z-index: 99;
  }



  .each-unique-section {
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .h3-main-each h3 {
    font-size: 49px;
    color: white;
    font-weight: 700;
    text-shadow: 0 1px black;
    text-align: center;
  }

  .para-each p {
    color: white;
    text-transform: uppercase;
    text-align: center;
  }

  .page-color-each {
    height: 100vh;
    background: radial-gradient(#0000005e, #39d1d4);
    display: flex;
    justify-content: center;
    align-items: center;
  }



  .card-each-div .two-grid-card {

    position: relative;
    /* display: grid; */
    grid-template-columns: repeat(6, 1fr);
    width: 100%;

  }

  .two-grid-card .services-cards {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    transition: 0.3s;
    background: white;
    margin-bottom: 0px;
  }

  .two-grid-card .services-cards {


    padding: 0 14px;
    border-radius: 17px;
    background: linear-gradient(136deg, white, #ffffffc7);
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 0%);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 400px;
    height: 360px;
    flex-direction: column;
    flex-wrap: wrap;

  }

  .services-cards h3 {
    font-size: 19px;
    margin-bottom: 0px;
    text-align: center;
    border-bottom: 1px solid #00000087;
    padding-bottom: 7px;
    font-weight: 700;
  }

  .services-cards p {
    text-align: center;
    font-size: 12px;
    padding: 11px 0px;
    line-height: 20px;
    color: #000000d6;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
  }

  .read-more {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
  }

  .img-iconing {
    height: 88px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .img-iconing img {
    width: 56px;
    height: 60px;
    object-fit: contain;

  }


  .scrolltotop {
    background: #39d1d4;
    position: fixed;
    bottom: 100px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: white;
    display: none;
    z-index: 999;
    justify-content: center;
    align-items: center;
    right: 10px;
  }

  .scrolltotop a {
    display: flex;
    z-index: 999;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;

  }

  .showscroll {
    display: block;
  }

  .scrolltotop a i {
    font-size: 30px;
  }

  .add-animation .first-progress {
    background-color: transparent !important;
    transition: 3s ease-in-out;
  }


  .center-slider .slick-slide {

    color: #FFF;


    transform: scale(1.0);
    transition: all 0.4s ease-in-out;
    position: relative;
    z-index: 9999;
  }

  .center-slider .slick-slide,
  .center-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned)~.slick-cloned[aria-hidden="true"] {
    transform: scale(0.9, 0.9);
    transition: all 0.4s ease-in-out;
  }

  .center-slider .slick-center,
  .center-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"])+.slick-cloned[aria-hidden="true"] {
    transform: scale(1.0);

    border-radius: 20px;

  }

  .show-more-content {
    display: none;
  }

  .service-list-new li {
    text-transform: capitalize;
  }

  .more-services p {
    text-transform: capitalize;
  }

  /* slider css */

  .gallery-slider .wrap {
    position: relative;
    z-index: 100;
    width: 100%;
    height: 100%;
    padding: 0 60px;

    overflow: hidden;
  }

  .banner-content-section {
    height: 360px;
  }

  .main-form {
    height: 360px;
    width: 100%;

  }

  .color-bg {
    background: radial-gradient(#0000005e, #39d1d4);
    background: radial-gradient(#0000005e, #39d1d4);
    height: 360px;
  }

  .d-flex-color {
    display: flex;
    height: 394px;
  }

  .d-flex-color .first-heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    width: 60%;
  }

  .d-flex-color .form-journy {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 33px;

  }

  .d-flex-color .first-heading h3 {

    font-size: 45px;
    color: white;
    font-weight: 700;
    text-shadow: 0 1px black;

  }

  .d-flex-color .first-heading p {
    color: white;
    font-size: 17px;
    padding-right: 109px;
  }

  .journy-build {
    width: 100%;
  }

  .journy-build .form-control {
    color: white;
    background-color: #ffffff;
    height: 45px !important;
    min-height: 45px;
    border: 0px solid white;
  }

  .start-btn a {
    background: black;
    color: white;
    padding: 7px 42px;
    border-radius: 7px;
  }

  .journy-build select.form-control {
    height: 45px !important;
  }

  .form-journy p {
    color: white;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
  }

  .banner-content-section {
    height: 360px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  input::placeholder {
    font-size: 15px;
  }

  .logo-clients {
    display: flex;
    width: 100%;
  }

  .trusted-client-img {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    padding: 16px 0;

  }

  .trusted-client-img .img-client {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .trusted-by {
    width: 30%;
    display: flex;
    align-items: center;
  }

  .trusted-by h3 {
    margin-bottom: 0px;
    font-size: 30px;
    color: #39d1d4;
    font-weight: 600;
    text-shadow: 0 1px #0000007a;
  }

  .trusted-section-log {
    padding: 70px 0;
  }

  .top-boder {
    width: 100%;

    background: radial-gradient(#20bbbe, white);
    height: 5px;
    padding: 0;
  }

  .bottom-boder {
    width: 100%;

    background: radial-gradient(#20bbbe, white);
    height: 5px;
    padding: 0;
  }

  .secon-flexing {
    width: 70%;
  }

  .bg-market {
    height: 300px;
    background: radial-gradient(#0000005e, #39d1d4);
  }

  .section-digital-marketing {
    background-repeat: no-repeat;
    object-fit: fill;
    /* background-size: cover; */
    width: 100%;
    height: 300px;

  }

  .content-digital {
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;

  }

  .content-digital h3 {
    font-size: 30px;
    color: white;
    font-weight: 700;
    text-shadow: 0 1px black;
  }

  .content-digital p {
    display: flex;
    justify-content: center;
    align-items: center;

    color: white;
    font-size: 14px;
  }

  .our-brand-sections {
    padding: 70px 0;
  }

  .your-brand p {
    margin-bottom: 0px;

    padding: 11px 33px;
    background: #40d3d6;
    color: white;
    font-weight: 600;
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
    transition: 0.3s;
    font-size: 19px;
    text-shadow: 0 1px #ffffff2e;
  }

  .brand-content-main {
    width: 100%;
  }

  .brand-content-main .your-brand {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .your-brand p::after {
    content: "";
    width: 1px;
    height: 50px;
    background-color: black;
    display: block;
    position: absolute;
    top: 50px;
    right: 50%;
  }

  .creative p {
    margin-bottom: 0px;
    border: 2px solid #40d3d673;
    padding: 10px 20px;
    margin-top: 26px;
    color: #40d3d6;
    box-shadow: 0 8px 16px 0 rgb(64 211 214 / 15%);
    font-size: 19px;
    font-weight: bold;
    text-shadow: 0 1px #00000026;
  }

  .stratergy p {
    margin-bottom: 0px;
    border: 1px solid black;
    padding: 10px 20px;
    margin-top: 26px;
  }

  .main-consultings {
    width: 100%;
    display: flex;
    justify-content: space-around;
    position: relative;
  }

  .main-digitals-two {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .digital-contents {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .digital-contents-one {
    display: flex;
    flex-direction: column;
  }

  .digital-contents-two {
    display: flex;
    flex-direction: column;
  }

  .digital-contents-one .development {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

    margin-top: 39px;

  }

  .digital-contents-two .development {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
    margin-top: 39px;


  }

  .digital-contents-one .creative {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .digital-contents-two .creative {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .development p {


    margin: 0 37px;
  }



  .digital-contents-one .creative::after {
    content: " ";
    display: block;
    width: 150px;
    height: 1px;
    background-color: black;
    position: absolute;
    right: 0;
    top: 50px;
  }

  .digital-contents-two .creative::after {
    content: " ";
    display: block;
    width: 153px;
    height: 1px;
    background-color: black;
    position: absolute;
    left: 0;
    top: 50px;
  }

  .creative {
    position: relative;
  }

  .digital-contents-one .development {
    position: relative;
  }

  .digital-contents-one .development::after {
    content: " ";
    display: block;
    width: 1px;
    height: 117px;
    background-color: black;
    position: absolute;
    top: -40px;
    left: 50%;
  }

  .development p:nth-child(1)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 43%;
    top: 24px;
  }

  .development p:nth-child(2)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 50%;
    top: 76px;
  }

  .digital-contents-two .development p:nth-child(1)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 43%;
    top: 8px;
  }

  .digital-contents-two .development p:nth-child(2)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 50%;
    top: 56px;
  }

  .digital-contents-two .development p:nth-child(3)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 43%;
    margin-top: -20px;
  }

  .digital-contents-two .development p:nth-child(4)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 50%;
    margin-top: -12px;
  }

  .digital-contents-two .development p:nth-child(5)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    right: 50%;
    margin-top: -24px;
  }

  .digital-contents-two .development p:nth-child(6)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 50%;

    margin-top: -40px;
  }

  .digital-contents-two .development::after {
    content: " ";
    display: block;
    width: 1px;
    height: 100%;
    background-color: black;
    position: absolute;
    top: -40px;
    left: 50%;
  }

  .right-side {
    text-align: right;
    margin: 0 37px;
    LINE-HEIGHT: 20PX;
    font-size: 15px;
    padding: 0 16px;
    color: #00ccd0 !important;
    font-weight: 600;

  }

  .left-side {
    text-align: left;
    margin: 0 37px;
    LINE-HEIGHT: 20PX;
    font-size: 15px;
    padding: 0 16px;
    color: #00ccd0 !important;
    font-weight: 600;
  }

  .paragraph-cont {
    background: #1ec6ca;
    /* color: white; */
    display: flex;
    padding: 17px 19px;
    clip-path: polygon(0 0, 100% 0, 100% 0%, 85% 62%, 85% 100%, 0 100%, 0% 80%, 0% 20%);
    width: 45%;

  }

  .paragraph-cont p {
    color: white;
    margin-bottom: 0px !important;
    padding-right: 100px;
    line-height: 19px;
    font-size: 11px;
    /* text-shadow: 0 1px #00000054; */
    text-align: justify;
    text-transform: capitalize;
    width: 95%;

  }

  .our-milestones-section {

    padding: 10px 0 70px 0;
    position: relative;

  }

  .head-cont p {
    font-size: 28px;
    font-weight: 600;
    border-bottom: 22px solid #1ec6ca;
    padding-bottom: 11px;

  }

  .head-cont span {

    font-size: 34px;
    font-weight: 700;

  }

  .div-ourmilestones {
    width: 100%;
  }

  .head-cont {
    width: 35%;
  }

  .main-planing {
    display: flex;
    height: 137px;
  }

  .img-plane img {
    width: 180px;
    POSITION: RELATIVE;
    right: 150px;
    top: -22px;
  }

  .img-plane {
    position: relative;
  }

  .box-progress {
    background: linear-gradient(45deg, #000000b5, #39d1d4d4);
    border: 2px solid white;
    background: #40d3d6;
    /* box-shadow: 0 8px 16px 0 rgb(0 0 0 / 54%); */

  }

  .box-progress p {
    color: white;
    margin-bottom: 0px;
    line-height: 19px;
    padding: 12px 12px;
    font-size: 10px;
    height: 100%;
    /* text-shadow: 0 1px black; */
    text-align: center;
    font-weight: 600;
    background: #ffffff1f;
  }

  .progress-milestones {
    display: grid;
    grid-template-columns: repeat(9, 1fr);

    align-items: end;
    height: 550px;
  }

  .p-progress p {
    margin-bottom: 8px;
    text-align: center;
    font-size: 22px;
    font-weight: 800;
    color: #000000a6;

  }

  .first-half {
    height: 70%;
    background: #ffffff;
  }

  .first-progress {
    height: 30%;
    display: flex;
    flex-direction: column;
    justify-content: end;
  }

  .progress-images-bg {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    bottom: 135px;
  }

  .main-div-half {
    height: 550px;
  }

  .p-progress {
    background: white;
    /* padding: 17px 0; */
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(9) .first-half {
    height: 0%;
  }

  .progress-milestones .main-div-half:nth-child(9) .first-progress {
    height: 100%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(9) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(9) .box-progress {
    height: 90%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 1.9s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(9) .p-progress {
    background: white;
    height: 10%;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(8) .first-half {
    height: 10%;
  }

  .progress-milestones .main-div-half:nth-child(8) .first-progress {
    height: 90%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(8) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(8) .box-progress {
    height: 90%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 2.5s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(8) .p-progress {
    background: white;
    height: 10%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(7) .first-half {
    height: 20%;
  }

  .progress-milestones .main-div-half:nth-child(7) .first-progress {
    height: 80%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(7) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(7) .box-progress {
    height: 90%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 2.2s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(7) .p-progress {
    background: white;
    height: 10%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(6) .first-half {
    height: 30%;
  }

  .progress-milestones .main-div-half:nth-child(6) .first-progress {
    height: 70%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(6) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }


  .add-animation .progress-milestones .main-div-half:nth-child(6) .box-progress {
    height: 90%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 1.9s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(6) .p-progress {
    background: white;
    height: 10%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(5) .first-half {
    height: 40%;
  }

  .progress-milestones .main-div-half:nth-child(5) .first-progress {
    height: 60%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(5) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(5) .box-progress {
    height: 88%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 1.7s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(5) .p-progress {
    background: white;
    height: 12%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(4) .first-half {
    height: 50%;
  }

  .progress-milestones .main-div-half:nth-child(4) .first-progress {
    height: 50%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(4) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(4) .box-progress {
    height: 87%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 1.4s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(4) .p-progress {
    background: white;
    height: 13%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(3) .first-half {
    height: 57%;
  }

  .progress-milestones .main-div-half:nth-child(3) .first-progress {
    height: 43%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(3) .box-progress {
    height: 87%;
  }

  .progress-milestones .main-div-half:nth-child(3) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(3) .box-progress {
    height: 87%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 1.0s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(3) .p-progress {
    background: white;
    height: 13%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(2) .first-half {
    height: 63%;
  }

  .progress-milestones .main-div-half:nth-child(2) .first-progress {
    height: 37%;
    background: white;
  }



  .add-animation .progress-milestones .main-div-half:nth-child(2) .box-progress {
    height: 87%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.8s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(2) .p-progress {
    background: white;
    height: 13%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(1) .first-half {
    height: 69%;
    border-left: 2px solid #39d1d4;
  }

  .progress-milestones .main-div-half:nth-child(1) .first-progress {
    height: 31%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(1) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(2) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(1) .box-progress {
    height: 87%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.5s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(1) .p-progress {
    background: white;
    height: 13%;
    display: flex;
    justify-content: center;
    align-items: end;
    border-left: 2px solid #39d1d4;
  }

  .main-planing {
    position: relative;
    z-index: 99;
  }



  .each-unique-section {
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .h3-main-each h3 {
    font-size: 30px;
    color: white;
    font-weight: 700;
    text-shadow: 0 1px black;
    text-align: center;
  }

  .para-each p {
    color: white;
    text-transform: uppercase;
    text-align: center;
  }

  .page-color-each {
    height: 100vh;
    background: radial-gradient(#0000005e, #39d1d4);
    display: flex;
    justify-content: center;
    align-items: center;
  }



  .card-each-div .two-grid-card {

    position: relative;
    /* display: grid; */
    grid-template-columns: repeat(6, 1fr);
    width: 100%;

  }

  .two-grid-card .services-cards {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    transition: 0.3s;
    background: white;
    margin-bottom: 0px;
  }

  .two-grid-card .services-cards {


    padding: 0 14px;
    border-radius: 17px;
    background: linear-gradient(136deg, white, #ffffffc7);
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 0%);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 400px;
    height: 360px;
    flex-direction: column;
    flex-wrap: wrap;

  }

  .services-cards h3 {
    font-size: 15px;
    margin-bottom: 0px;
    text-align: center;
    border-bottom: 1px solid #00000087;
    padding-bottom: 7px;
    font-weight: 700;
  }

  .services-cards p {
    text-align: center;
    font-size: 12px;
    padding: 11px 0px;
    line-height: 20px;
    color: #000000d6;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
  }

  .read-more {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
  }

  .img-iconing {
    height: 88px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .img-iconing img {
    width: 56px;
    height: 60px;
    object-fit: contain;

  }


  .scrolltotop {
    background: #39d1d4;
    position: fixed;
    bottom: 100px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: white;
    display: none;
    z-index: 999;
    justify-content: center;
    align-items: center;
    right: 10px;
  }

  .scrolltotop a {
    display: flex;
    z-index: 999;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;

  }

  .showscroll {
    display: block;
  }

  .scrolltotop a i {
    font-size: 30px;
  }

  .add-animation .first-progress {
    background-color: transparent !important;
    transition: 3s ease-in-out;
  }


  .center-slider .slick-slide {

    color: #FFF;


    transform: scale(1.0);
    transition: all 0.4s ease-in-out;
    position: relative;
    z-index: 9999;
  }

  .center-slider .slick-slide,
  .center-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned)~.slick-cloned[aria-hidden="true"] {
    transform: scale(0.9, 0.9);
    transition: all 0.4s ease-in-out;
  }

  .center-slider .slick-center,
  .center-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"])+.slick-cloned[aria-hidden="true"] {
    transform: scale(1.0);

    border-radius: 20px;

  }

  .show-more-content {
    display: none;
  }

  .service-list-new li {
    text-transform: capitalize;
  }

  .more-services p {
    text-transform: capitalize;
  }

  .gallery-slider .wrap:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

  }



  .gallery-slider .slider {
    position: relative;
    z-index: 200;
    padding: 0 0px;
    margin: 5rem auto;
    max-width: 800px;
    width: 100%;
  }

  .gallery-slider .next-arrows i,
  .gallery-slider .prev-arrows i {
    font-size: 20px !important;
    margin: auto;
    display: block;
    text-align: center;
    width: 100%;
  }

  .common-slider .prev-arrows {
    position: absolute;
    top: 50%;
    width: 40px;
    left: -40px;
    background: #1babb4;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
  }

  .gallery-slider .next-arrows, .common-slider .next-arrows, .gallery-slider .next-arrows, .common-slider .prev-arrows {
    position: absolute;
    top: 50%;
    width: 40px;
    right: -40px;
    background: #1babb4;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;

    border: none;

    color: #fff;
    font-family: monospace;
    font-size: 20px;
    z-index: 300;
    border-radius: 50%;
    outline: none;
  }

  .gallery-slider .prev-arrows {
    position: absolute;
    top: 50%;
    width: 40px;
    left: -40px;
    background: #1babb4;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;

    border: none;

    color: #fff;
    font-family: monospace;
    font-size: 20px;
    z-index: 300;
    border-radius: 50%;
    outline: none;
  }






  .gallery-slider .slick-next {
    right: -50px;
    text-align: right;
  }





  .gallery-slider .item.slick-slide {
    width: 400px;
    height: 400px !important;
    transition: transform .5s ease;
    position: relative;
  }



  .gallery-slider .slick-slide:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    transition: transform .4s;
  }



  .gallery-slider .item.slick-slide {
    transform: scale(0.7) translate(640px);
  }



  .gallery-slider .item.slick-slide.slick-center+.slick-slide {
    transform: scale(0.8) translate(-250px);
    z-index: 10;
  }



  .gallery-slider .item.slick-slide.slick-center+.slick-slide+.item.slick-slide {
    transform: scale(0.7) translate(-640px);
    z-index: 5;
  }



  .gallery-slider .item.slick-slide.slick-active {
    transform: scale(0.8) translate(250px);
  }



  .gallery-slider .item.slick-slide.slick-center {

    transform: scale(1);
    z-index: 30;

  }



  .gallery-slider .slick-center:after {
    opacity: 0;
    margin: 10px;
    padding: 10px;
  }




  /* bootstrap hack: fix content width inside hidden tabs */
  .tab-content>.tab-pane, .pill-content>.pill-pane {
    display: block;
    /* undo display:none          */
    height: 0;
    /* height:0 is also invisible */
    overflow: hidden;
    /* no-overflow                */
  }

  .tab-content>.active, .pill-content>.active {
    height: auto;
    /* let the content decide it  */
  }

  /* bootstrap hack end */





  .hero-section {


    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    margin-bottom: 50px;
    text-transform: uppercase;
    background: url("https://media.istockphoto.com/photos/programmer-create-app-coding-software-developer-it-picture-id891341672?b=1&k=20&m=891341672&s=170667a&w=0&h=DWpt-5_lFN3igwwMm9IojM079xcPqCXtcWXi1C9wTaU=");
    background-size: cover;
    padding: 45px 0px;

  }

  .left-section h1 {
    font-size: 3rem;
    letter-spacing: 2px;

  }

  .left-section {

    width: 40%;
    color: white;
  }

  .left-section h5 {
    font-size: 14px;
    line-height: 18px;
  }

  input[type=text] {
    width: 100%;
  }


  .right-section .form input {
    color: darkgrey;
    text-transform: uppercase;
    border-radius: 7px;
    margin-bottom: 12px;

  }


  .right-section .form .start-button {
    background-color: black;
    display: block;
    padding: 7px 38px;
    border-radius: 15px;
    color: white;
  }

  .trusted-by-left {

    margin-left: 11%;
    margin-top: 3%;
  }


  .trusted-by-left h1 {


    text-transform: uppercase;
    font-weight: 600;
    color: #39D1D4;

  }

  .trusted-by-section {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4%;
  }

  .trusted-by-right {
    margin-right: 12%;
  }

  .trusted-by-right .logos img {
    padding: 12px 40px 12px 0px;
  }

  .padding-80 {
    padding: 80px 0px;
  }

  .grid-public {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 15px;
  }


  /* animation effect start */
  .accordion-animation {
    width: 100%;
    height: 700px;
    overflow: hidden;
    margin: 0px auto;
  }

  .accordion-animation ul {
    width: 100%;
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0;
  }

  .accordion-animation ul li {
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    width: 20%;
    height: 700px;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 1000ms ease-in-out;
  }

  .accordion-animation ul li div {
    display: block;
    overflow: hidden;
    width: 100%;
  }

  .accordion-animation ul li div a {
    display: block;
    height: 700;
    width: 100%;
    position: relative;
    z-index: 3;
    vertical-align: bottom;
    padding: 15px 20px;
    box-sizing: border-box;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    /*filter: invert(100%);*/
    text-decoration: none;
    font-family: Open Sans, sans-serif;
    transition: all 1000ms ease-in-out;
  }

  .accordion-animation ul li div a * {
    opacity: 0;
    margin: 0;
    width: 100%;
    text-overflow: ellipsis;
    position: relative;
    z-index: 5;
    white-space: nowrap;
    overflow: hidden;

    -webkit-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
  }

  .accordion-animation ul li div a h2 {
    font-family: Montserrat, sans-serif;
    text-overflow: clip;
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 2px;

  }

  .accordion-animation ul li div a p {
    top: 160px;
    font-size: 18px;
    padding-left: 1em;
  }

  .accordion-animation ul li:nth-child(1) {
    background-image: url("http://dev.fjwestcott.com/media/wysiwyg/home/home_ind_studio_portrait_photography_bob_harrington.jpg");
    background-position: center;
    object-fit: cover;
  }

  .accordion-animation ul li:nth-child(2) {
    background-image: url("http://dev.fjwestcott.com/media/wysiwyg/home/home_ind_cinema_flex_whale_wars_gavin_garrison.jpg");
    background-position: center;
    object-fit: cover;
  }

  .accordion-animation ul li:nth-child(3) {
    background-image: url("http://dev.fjwestcott.com/media/wysiwyg/home/home_ind_studio_portrait_photography_bob_harrington_bts.jpg");
    background-position: center;
    object-fit: cover;
  }

  .accordion-animation ul li:nth-child(4) {
    background-image: url("http://dev.fjwestcott.com/media/wysiwyg/home/home_ind_travel_rapidbox.jpg");
    background-position: center;
    object-fit: cover;
  }

  .accordion-animation ul li:nth-child(5) {
    background-image: url("http://dev.fjwestcott.com/media/wysiwyg/home/home_ind_enthusiast_portrait_photography_little_studio_basics_lights.jpg");
    background-position: center;
    object-fit: cover;
  }

  .accordion-animation ul li:nth-child(6) {
    background-image: url("http://dev.fjwestcott.com/media/wysiwyg/home/home_ind_flex_enthusiast_portrait_photography.jpg");
    background-position: center;
    object-fit: cover;
  }

  .accordion-animation ul li {
    background-size: cover;
  }

  .accordion-animation ul:hover li {
    width: 10%;
  }

  .accordion-animation ul:hover li:hover {
    width: 90%;
  }

  /*.accordion-animation ul:hover li:hover a { background: rgba(0, 0, 0, 0.4); }*/

  .accordion-animation ul:hover li:hover a * {
    opacity: 1;
    /* -webkit-transform: translateX(0);
  transform: translateX(0); */
  }

  .logo-img figcaption {
    text-align: center;
    font-size: 11px;
  }

}



@media screen and (min-width: 768px) and (max-width: 992px) {
  .notion-images {
    margin-top: 80px;
  }

  .content-gallery-year {
    background: #30A7Af;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #0a83ff;
    /* align-items: center; */
    height: 700px;
    position: relative;
  }

  .main-gallery-year {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    width: 100%;

  }

  .content-gallery-year .first-part-gallery {
    padding: 0px 15px;
    position: relative;
    top: 256px;
    height: 264px;

  }

  .content-gallery-year .first-part-gallery h3 {
    text-align: center;
    color: white;
    font-size: 18px;
    font-weight: 600;
    /* margin-bottom: 24px; */
  }

  .content-gallery-year .first-part-gallery p:nth-child(2) {
    font-size: 35px;
    color: white;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0px;
  }

  /* .content-gallery-year .first-part-gallery p:nth-child(2)::before{
    content: "";
    display: block;
    width: 89px;
    height: 2px;
    background: white;
    position: relative;
    top: 50px;
    left: 30px;
} */
  .content-gallery-year .first-part-gallery p:nth-child(3) {
    text-align: center;
    font-size: 15px;
    line-height: 23px;
    font-style: italic;
    color: white;
    font-weight: 300;
    margin-bottom: 0px;
    /* margin-top: 50px; */
  }

  .overlay-second-gallery {
    background-color: transparent;
    bottom: 266px;
    position: relative;
    z-index: 99999999999999;

  }

  .four-round-card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 14px;
    padding: 0 0px;
  }

  .four-round-card li {
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 79px;
    background: #ffffff52;
    border-radius: 77px;
    width: 100%;
    color: black;
    padding: 0 14px;
  }

  .four-round-card li span:nth-child(1) {
    font-size: 18px;
    margin-bottom: 0px;
  }

  .four-round-card li span:nth-child(2) {
    text-align: center;
    font-size: 12px;
    line-height: 16px;
  }

  .four-box-year {
    border: 2px solid white;
    padding: 36px;
    width: 70%;
  }


  .four-box-year p {
    FONT-SIZE: 13PX;
    line-height: 23px;
    font-style: italic;
    text-align: center;
    color: white;
  }

  .heading-imapact h3 {
    text-align: center;
    margin-bottom: 0;
    font-size: 44px;
    letter-spacing: 12px;
    padding-left: 15px;
    color: white;
    padding-top: 35px;
    font-weight: 100;
  }

  .heading-imapact p {
    margin-bottom: 0px;
    text-align: center;

    font-size: 23px;
    font-weight: 100;
    color: white;

  }

  .top-b {
    margin-bottom: 8px;
    text-align: center;
    margin-top: 37px;
    font-size: 23px;
    color: white;
  }

  .img-shape img {
    height: 282px;
    position: absolute;
    bottom: 0;
    object-fit: contain;
    left: 0;

  }

  .icontent-impact {
    background-color: transparent;
    height: 100vh;

    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .button-knwmore {
    WIDTH: 100%;
    HEIGHT: 32px;
    DISPLAY: flex;
    JUSTIFY-CONTENT: center;
    ALIGN-ITEMS: center;
    MARGIN-TOP: 15px;
  }

  .button-knwmore p {
    MARGIN-BOTTOM: 0;
    DISPLAY: flex;
    JUSTIFY-CONTENT: center;
    BACKGROUND: WHITE;
    COLOR: BLACK;
    PADDING: 4px 12px;
    border-radius: 9px;
    font-size: 12px;
  }

  .hidden-sec {
    display: none;
    transition: 3s;
    background-position: center center;
    background-repeat: no-repeat;
    /* min-height: 100vh; */
    width: 450px;
    height: 700px;
    top: 0px;
    position: absolute;
    left: 0%;
  }

  .content-gallery-year:hover .hidden-sec {
    display: block !important;
    cursor: pointer;
    transition: 3s;
    z-index: 99;
  }

  .content-gallery-year:hover .content-gallery-year .first-part-gallery p:nth-child(2)::before {
    left: 0px !important;

    content: "";
    display: block;
    width: 89px;
    height: 2px;
    background: white;
    position: relative;
    top: 50px;

  }

  .icontent-impact1 {
    background-color: transparent;

  }

  .icontent-impact2 {
    background-color: #8b0000;

  }

  .icontent-impact3 {
    background-color: #009b77;
  }

  .icontent-impact4 {
    background-color: #484848;
  }

  .icontent-impact5 {
    background-color: #730081;
  }

  .icontent-impact6 {
    background-color: #5b00bf;
  }

  .content-gallery-year .first-part-gallery h3 {
    margin-bottom: 20px;
    height: 42px;
  }

  .content-gallery-year .first-part-gallery p:nth-child(2) {
    height: 50px;
  }

  .content-gallery-year .first-part-gallery p:nth-child(3) {
    height: 50px;
  }


  .view-more-button {
    background: #39d1d4;
    color: white;
    width: 134px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    cursor: pointer;
    border-radius: 7px;
  }


  .view-more-button2 {
    background: #39d1d4;
    border-radius: 7px;
    color: white;
    width: 134px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    cursor: pointer;
  }

  .view-more-button2 span {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px;
  }

  .vless {
    display: none;
  }

  .hidden-para {
    display: none;
  }

  /*  */

  .view-more-buttonss {
    background: #39d1d4;
    color: white;
    width: 134px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    cursor: pointer;
    border-radius: 7px;
  }


  .view-more-button2ss {
    background: #39d1d4;
    border-radius: 7px;
    color: white;
    width: 134px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    cursor: pointer;
  }

  .view-more-button2ss span {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px;
  }

  .vlessss {
    display: none;
  }

  .hidden-parass {
    display: none;
  }

  /*  */
  .view-more-buttonk {
    background: #39d1d4;
    color: white;
    width: 134px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    cursor: pointer;
    border-radius: 7px;
  }


  .view-more-button2k {
    background: #39d1d4;
    border-radius: 7px;
    color: white;
    width: 134px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    cursor: pointer;
  }

  .view-more-button2k span {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px;
  }

  .vlessk {
    display: none;
  }

  .hidden-parak {
    display: none;
  }

  .content-gallery-year:last-child:hover .hidden-sec {
    left: -37% !important;
  }



  .team-area .item .info {
    padding: 30px !important;

  }

  .services-inner .service-main .team-items .single-item .service-homepage .content h4 {
    font-weight: 600 !important;
    margin-bottom: 26px !important;
    color: white !important;
    font-size: 20px !important;
  }

  .services-inner .service-main .team-items .single-item .service-homepage .thumb img {
    transition: all 0.35s ease-in-out;
    height: 160px;
    object-fit: cover;
    width: 100%;

  }

  .grid-change .main-clientslogo {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }

  .service-name h5 {
    margin: 0px;
    padding: 15px 10px 0px;
    font-weight: 600;
    font-size: 13px;
    text-transform: capitalize;
  }

  .remove-box-shadow {
    box-shadow: none !important;
    padding: 0px !important;
  }


  .tne-feature {
    background-color: #ffffff;
    position: relative;
    margin-top: 25px;
  }




  .tne-feature>span {
    display: block;
    width: 32px;
    height: 32px;
    background: #2d2d2d;
    position: absolute;
    top: 10px;
    display: none;
    right: 55px
  }

  .tne-feature>span:nth-child(2) {
    transition: transform .5s ease-in-out
  }

  .tne-feature>span:nth-child(3) {
    background: #39d1d4;
    top: 32px;
    right: 87px;
    transition: transform .8s ease-in-out
  }

  .tne-feature>span:nth-child(4) {
    background: #2d2d2d;
    top: 130px;
    right: 160px;
    width: 20px;
    height: 20px
  }

  .tne-feature>span:nth-child(5) {
    background: #2d2d2d;
    top: 55px;
    right: 25px;
    width: 28px;
    height: 28px
  }

  .tne-feature>span:nth-child(6) {
    background: #2d2d2d;
    top: 80px;
    right: 290px;
    width: 14px;
    height: 14px
  }

  .tne-feature>span:nth-child(7) {
    background: #39d1d4;
    top: 50px;
    right: 230px;
    transition: transform .4s ease-in-out
  }

  .tne-feature>span:nth-child(8) {
    background: #fff;
    top: 82px;
    right: 198px;
    transition: transform .6s ease-in-out
  }

  .tne-feature>span:nth-child(9) {
    background: #2d2d2d;
    top: 82px;
    left: 198px;
    transition: transform .6s ease-in-out
  }

  .tne-feature>span:nth-child(10) {
    background: #39d1d4;
    top: 60px;
    left: 108px;
    transition: transform .6s ease-in-out
  }

  .tne-feature>span:nth-child(11) {
    background: #2d2d2d;
    top: 160px;
    left: 100px;
    transition: transform .6s ease-in-out
  }

  .tne-feature>span:nth-child(12) {
    background: #2d2d2d;
    top: 80px;
    left: 250px;
    transition: transform .6s ease-in-out
  }

  .tne-feature>span:nth-child(13) {
    background: #39d1d4;
    ;
    top: 190px;
    left: 40px;
    transition: transform .6s ease-in-out
  }

  .tne-feature .sqs {
    transform: scale(0)
  }

  .tne-feature .sqh {
    transform: scale(1)
  }

  .tne-feature:hover .sqs {
    transform: scale(1)
  }

  .tne-feature:hover .sqh {
    transform: scale(0)
  }

  .typed-out span {
    color: #39d1d4;
  }

  .tagline-para h5 {
    margin: 15px 0px !important;
    font-size: 14px;
  }

  .contact-area .info .content {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
  }

  .contact-form-box .form-box {
    background-color: #39d1d4;
    padding: 30px;
  }

  .contact-heading {
    font-weight: 800;
    font-size: 45px;
    text-transform: uppercase;
  }

  .backgroung-white {
    background: white;
    color: #111;
    font-weight: 400;
  }

  .contact-content p {
    font-size: 20px;
    color: #5d5858;
  }

  body, html {
    overflow-x: hidden;
  }

  header#home {
    display: none !important;
  }

  .team-area .item .info span {
    font-size: 11px;
  }

  .desktop-menu ul li:not(:last-child) a:hover {

    transition: 0.3s all;
  }

  .desktop-menu ul li a {
    font-size: 15px !important;
  }

  #navbar-menu .navbar-nav-new {
    float: right !important;
  }

  .navbar-brandlogo p {
    MARGIN-BOTTOM: 0;
    FONT-SIZE: 35PX;
    COLOR: WHITE;
    FONT-WEIGHT: 600;

    display: flex;
    justify-content: center;
    align-items: center;
  }

  .banner-img {
    width: 100%;
    height: 20vh;
  }


  .banner-img img {
    width: 100%;
    height: calc(100vh - 120px);
    object-position: center center;
  }

  .banner-img video {
    width: 100%;
    height: calc(60vh - 80px);
    object-position: center center;
    object-fit: cover;
  }

  .contact-li {
    background: #39d1d4;
    border-radius: 5px;
  }

  .navbar-nav-new li a {
    padding: 12px 18px !important;
    text-transform: capitalize !important;
  }

  .contact-li a {
    color: black !important;
    padding: 11px 12px !important;
  }

  nav.navbar.bootsnav .navbar-brand {
    padding: 0px 15px !important;
  }

  .navbar-nav-new {
    margin-top: 35px;
  }

  .content-box-p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .content-box-p .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .about-content-area .content-box .info h2 {
    font-weight: 600;
    margin-bottom: 0px;
    font-size: 20px !important;
    text-transform: capitalize;
  }

  .content-box-p .info p {
    font-size: 30px;
    margin-bottom: 40px;
  }

  .btn.btn-gradient::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to right, #39d1d4, #39d1d4, #39d1d4);
    background-size: 220% 150%;
    text-transform: uppercase;
    display: inline-block;
    color: #000000 !important;
    background-color: #39d1d4;
    z-index: -1;
    transition: all 0.35s ease-in-out;
  }

  nav.navbar.bootsnav.navbar-fixed {
    display: block;
    position: absolute !important;
  }

  .service-main.team-area .item .content {
    font-weight: 600;
    font-size: 43px;
    color: white;
    z-index: 99999999999999999;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    padding-left: 47px;
    position: relative;
    bottom: 84px;
  }

  .service-main.team-area .item {
    background: #fff;
    padding: 15px;
    box-shadow: 0 0 12px #00000029;
    border-radius: 10px;
    margin-bottom: 15px;
    height: 225px;
  }

  body, html {
    overflow-x: hidden;
  }

  .service-main.team-area .item h4 {
    font-weight: 600 !important;
    margin-bottom: 5px !important;
    color: white !important;
    font-size: 18px !important;
  }

  nav.navbar.bootsnav ul.nav>li>a {
    padding: 10px 12px !important;
  }

  .about-us-area .info h2 {
    font-weight: 600;
    margin-bottom: 0px;
    font-size: 20px !important;
    text-transform: capitalize;
    margin-top: 1px;
  }

  .service-main.team-area .team-items .thumb img {
    transition: all 0.35s ease-in-out;
    height: 225px;
    object-fit: cover;
    width: 100%;
  }



  .team-area .team-items .thumb {
    border-bottom: 0px solid transparent;
  }

  .team-area::after {
    border: 0px solid transparent !important;
    border-radius: 0px !important;
  }

  .less-ptb {
    padding-top: 10px;
    padding-bottom: 15px;
  }

  .default-padding {
    padding-top: 30px;
    padding-bottom: 30px !important;
  }

  .contact-area .info ul li {
    float: left;
    width: 50%;
    padding: 0 15px;
    margin: 0px 0px 20px 0px;
  }

  .navbar-brandlogo-foo p {

    FONT-SIZE: 14PX;
    COLOR: #ffffff !important;
    FONT-WEIGHT: 600;
    /* height: 50px !important; */
    display: flex;
    justify-content: center;
    align-items: center;

  }

  .main-foo {
    display: flex;
    flex-direction: column;
  }

  .navbar-brand-footers {
    float: inherit;
    height: auto !important;
    padding: 0 0 0 0 !important;
  }

  footer .footer-bottom li::before {
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    /* height: 5px; */
    /* width: 5px; */
    background: transparent !important;
    border-radius: 50%;
    margin-top: -3px;
    opacity: 0.5;
  }

  footer .footer-bottom li {
    display: inline-block;
    margin-left: 0 !important;
  }

  footer .footer-bottom li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
  }

  footer .footer-bottom .text-right {

    margin-top: 0px;
  }

  .text-light-f li a {
    color: #ffffff !important;
    text-transform: uppercase;
    font-size: 11px;
  }

  .para-footer p {
    margin-bottom: 0px !important;
    font-size: 13px;
    line-height: 24px;
    text-transform: capitalize;
    color: #ffffff;
  }

  .para-footer {
    margin-top: 0px;
  }

  .button-get .btn.btn-gradient {
    position: relative;
    z-index: 1;
    color: #223d44;
    padding: 18px 81px;
    font-size: 18px;
  }


  .service-list {

    color: white;
    font-size: 17px;
  }

  .form-control {
    color: white;
    background-color: #39d1d4;

  }

  .form-control:focus {
    outline: none;
    color: white;
    background-color: #39d1d4;
  }


  /*  */


  /* .typed-out {
    overflow: hidden;
    border-right: .15em solid orange;
    font-size: 1.6rem;
    width: 0;
} */

  .typed-out {
    overflow: hidden;
    border-right: 0.15em solid transparent;
    white-space: nowrap;
    font-size: 20px;
    color: #000000;
    width: 0;
    text-transform: capitalize;
    margin-bottom: 0px;
    animation: typing 1.5s infinite;
    display: flex;
    align-items: center;
    position: relative;

    font-weight: 600;
  }

  .content-box .button-get {
    margin: 15px 0px !important;
  }

  @keyframes typing {
    0% {
      width: 0
    }

    20% {
      width: 20%;
    }

    30% {
      width: 30%;
    }

    40% {
      width: 40%;
    }

    50% {
      width: 50%;
    }

    70% {
      width: 70%;
    }

    90% {
      width: 100%
    }

    100% {
      width: -0;
    }
  }

  .main-typings {
    display: flex;

  }

  p {
    color: #0a1f2b;
    font-size: 13px;
  }

  .para-footer p:nth-child(2) {
    margin-bottom: 0px !important;
    font-size: 13px;
    line-height: 24px;
    text-transform: capitalize;
    color: #ffffff;
  }

  .site-heading h2 {
    font-size: 18px;
    margin-top: 20px;
  }

  .site-heading {
    margin-bottom: 20px;
  }

  .coming-text h1 {
    font-size: 14px !important;
  }

  footer .footer-bottom-box {
    padding: 10px 0;
    padding-right: 0;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }

  .nav-tabs .nav-link.active {
    color: #000000 !important;
    background-color: #fff0 !important;
    BORDER-BOTTOM: 5PX SOLID #39d1d4 !important;
  }

  .nav-tabs {
    border-bottom: 1px solid #dee2e600 !important;
  }

  .nav-new {
    DISPLAY: flex !important;
    JUSTIFY-CONTENT: center !important;
    ALIGN-ITEMS: center !important;
  }

  .nav-tabsnew {
    border-bottom: 1px solid #dee2e6 !important;
    margin: 30px 0px;
    /* WIDTH: 156PX !important; */
  }

  .nav-tabsnew a {
    margin-left: 20px;
  }

  #tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    color: #020202 !important;
    font-size: 17px;
    padding: 0 !important;
    font-weight: 300;
  }

  .nav-tabs {
    border-bottom: 1px solid #dee2e600 !important;
  }

  #tabs {
    background: #efefef;
    color: #000;
    margin-top: 16px;
  }

  .main-clientslogo {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 25px;
    margin: auto;
    padding-top: 7px;
    justify-items: center;
    align-items: center;

  }

  .team-area .single-item {
    margin-bottom: 0px;
  }

  .main-clientslogo .logo-img img {
    object-fit: contain;
    height: 68px;
    margin: auto;
    display: block;
  }

  .feature-text.is-green {
    color: #223d44;
    text-transform: capitalize;
    text-align: center;
    font-size: 25px;
  }

  .feature-text {
    margin-bottom: 20px;
    color: #0a1f2b;
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    text-align: left;
  }

  .py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .navbar-header {
    float: left;
    /* width: 38%; */
  }

  .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0 solid !important;
    border-right: 0 solid transparent !important;
    border-bottom: 0 !important;
    border-left: 0 solid transparent !important;
  }


  .publication-class.campaign .single-item .item img {
    height: auto !important;
  }

  .services-details-items {
    margin-bottom: 35px;
  }

  .pub-content {
    width: 50%;
    padding: 0px 30px;
  }

  .pub-images {
    width: 50%;
  }

  .pub-content h4 {
    font-size: 18px;
  }

  .pub-content p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 20px;
    font-size: 14px;
    text-align: justify;
    text-overflow: ellipsis;
  }

  .pub-card {
    display: flex;
    align-items: center;
  }

  .pub-maincard {
    border-radius: 20px;
    box-shadow: 0 0 11px #bfbaba66;
    padding: 20px 20px 20px 20px;
    margin-top: 30px;
  }

  .show-more {
    display: flex;
    justify-content: flex-end;
  }

  .show-more-content-new .show-more-content, .show-more-content-new .show-more-content, .show-less {
    display: block !important;
  }

  .show-more-content-new .show-more {
    display: none !important;
  }

  .show-more-content p {
    margin: 0px;
    padding: 15px 0px;
  }

  .desktop-menu ul>li a:hover::after {
    width: 100%;
    transition: width .8s;
  }

  .social-icons a i {
    font-size: 35px;
    /* opacity: 0.46; */
    color: white;
    margin-left: 10px;
  }

  .media-icons {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-top: 25px;
    margin-bottom: 20px;
  }

  .thumb-services-area .services-items .item {
    background-size: cover;
    background-position: center;
    padding: 0px !important;
    position: relative;
    z-index: 1;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 3px solid #1c1c1c;
    border-radius: 8px;
    z-index: 1;
    transition: all 0.35s ease-in-out;
  }

  .thumb-services-area .services-items .item:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    overflow: hidden;
  }

  .thumb-services-area .services-items .single-item .item:hover::after,
  .thumb-services-area .services-items .single-item .item::after {
    opacity: 1;
  }

  .common-padding {
    padding: 20px 0px !important;
  }

  .single-item .info h4 {
    font-size: 13px;
    font-weight: bold;
    width: 95%;
  }

  .navbar-brandlogo-mobile img {
    width: 350px;
    height: 120px;
    object-fit: contain;
  }

  .thumb-services-area .single-item {
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
  }

  .bg-theme {
    background-color: #39d1d4;
  }

  .contact-area .info ul li i {
    background: linear-gradient(90deg, rgba(4, 215, 242, 1) 57%, rgba(4, 215, 242, 1) 100%);
  }

  .contact-area .info .content {
    border-radius: 10px;
  }

  .desktop-menu ul li.dropdown {
    position: relative;
  }

  a:hover {
    text-decoration: none !important;
  }

  /* job listing css start */

  /********************
      job-listing
  *********************/
  .job-box {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .job-box .lable {
    width: 200px;
    position: absolute;
    top: -2px;
    left: -86px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 1;
    background: #d8dff7;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .job-box .lable h6 {
    font-size: 12px;
  }

  .job-box:hover {
    border-color: #849ae5 !important;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  .job-box:hover .lable {
    background: #2f55d4;
  }

  .job-list-reg-form {
    position: relative;
    bottom: 45px;
    -webkit-box-shadow: 0 -3px 31px 0 rgba(0, 0, 0, 0.03), 0 6px 20px 0 rgba(0, 0, 0, 0.02);
    box-shadow: 0 -3px 31px 0 rgba(0, 0, 0, 0.03), 0 6px 20px 0 rgba(0, 0, 0, 0.02);
  }

  .left-sidebar .card-body {
    border-bottom: 1px solid #eaedf6;
  }

  a.job-list[data-toggle=collapse]:before {
    content: '\f374';
    display: block;
    font-family: 'Material Design Icons';
    font-size: 20px;
    color: #161c2d;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  a.job-list[data-toggle=collapse].collapsed:before {
    content: '\f415';
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }

  .job-list {
    position: relative;
  }

  .card-header {
    background-color: transparent;
    margin-bottom: 0 !important;
  }

  .custom-control-label:before {
    border: 1px solid #8492a6;
    background-color: transparent;
    width: 17px;
    height: 17px;
    top: 3px;
  }

  .custom-control-label:after {
    width: 18px;
    height: 18px;
    top: 2px;
    left: -25px;
  }

  .custom-control {
    margin: 11px 20px;
  }

  .nice-select:after {
    margin-top: -5px;
    height: 7px;
    width: 7px;
  }

  .apply-btn-sm {
    padding: 6px 20px;
    border-radius: 4px;
  }

  .job-list-box {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }

  .job-list-box:hover {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  /********************
        JOB LIST GRID
    *********************/
  .job-list-grid {
    padding: 210px 0px 60px 0px;
    background-image: url("../images/job-list-grid-bg.jpg");
    background-size: cover;
    position: relative;
    background-position: center center;
  }

  .job-list-grid-reg-form {
    background-color: #fcfcfe !important;
    border: 1px solid #eaedf6;
  }

  .list-grid-item {
    border: 1px solid #eaedf6;
    border-radius: 6px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }

  .list-grid-item:hover {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    border-color: transparent;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  .grid-fev-icon {
    -webkit-text-stroke: 2px #2f55d4;
    -webkit-text-fill-color: transparent;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }

  .grid-fev-icon:hover {
    -webkit-text-stroke: 0px #2f55d4;
    -webkit-text-fill-color: #2f55d4;
  }

  /********************
        JOB SINGLE
    *********************/
  .job-time-btn {
    border-radius: 50px;
  }

  .job-overview {
    padding: 24px 0 24px 24px;
  }

  .overview-details {
    overflow: hidden;
  }


  .pagination.job-pagination .page-link {
    border-radius: 50% !important;
    margin: 0 4px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    /* line-height: 29px; */
    text-align: center;
    color: #8492a6;
  }

  .pagination .page-item.active .page-link {
    background-color: #39d1d4;
    border-color: #39d1d4;
    color: #ffffff !important;
  }

  .display-1 {
    font-size: 80px !important;
  }

  .display-2 {
    font-size: 72px !important;
  }

  .display-3 {
    font-size: 64px !important;
  }

  .display-4 {
    font-size: 56px !important;
  }

  .job-tab ul li a {
    color: black !important;
    font-size: 12px;
  }

  .job-tab ul li a.active {
    color: #ffffff !important;
  }

  .company-logo img {
    width: 85px;
    height: 85px;
    object-fit: contain;
  }

  .thumb-services-area .services-items .item::after {
    background: #808080a1 !important;
  }

  .desktop-menu ul li.dropdown a {
    display: inline-flex
  }

  .job-popup-form {
    min-width: 55% !important;
  }

  .login-custom h4 {
    text-align: center;
    margin-bottom: 33px;
  }

  .apply-job-row button {
    /* background: #f44336; */
    background: #39d1d4;
    border-radius: 5px;
    color: black;
    font-weight: 400;

  }

  .job-popup-form .modal-header {
    padding: 0px;
    border: none;
  }

  .job-popup-form .modal-header button {
    width: 35px;
    height: 35px;
    position: absolute;
    right: -2%;
    padding: 0%;
    border-radius: 50%;
    top: -4%;
    opacity: 1;
    color: #ffffff;
    background: #f44336;
    /* justify-content: center; */
    align-items: center;
    justify-content: center;
    display: flex;
    margin: 0%;
  }

  .login-custom .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: none;
    border-radius: 4px;
    min-height: 40px;
  }

  .login-custom .select2-container--default .select2-selection--single .select2-selection__rendered {
    min-height: 40px !important;
    padding: 0px 15px;
    margin: 0px;
    border: 1px solid #d8d8d8;
    width: 100%;
    border-radius: 10px;
  }

  .login-custom .select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    width: 100% !important;
    position: relative;
    vertical-align: middle;
  }

  .login-custom .select2-container--default .select2-selection--single .select2-selection__arrow {
    min-height: 40px;
    position: absolute;
    top: 0px;
    right: 1px;
    width: 20px;
  }

  .job-popup-form .modal-content {
    margin-top: 100px;
  }

  textarea {
    padding: 15px;
    padding: 0px 15px;
    margin: 0px;
    border: 1px solid #d8d8d8;
    width: 100%;
    border-radius: 10px;
  }

  .input-user input {
    min-height: 50px !important;
    padding: 0px 15px;
    margin: 0px;
    border: 0px solid #39d1d4;
    width: 100%;
    background: #39d1d414;

  }

  .input-user select {
    min-height: 50px !important;
    padding: 0px 15px;
    margin: 0px;
    border: 0px solid #39d1d4;
    width: 100%;
    background: #39d1d41f;

  }

  .login-custom .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
  }

  .input-user input::placeholder, .login-custom .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: grey;
  }

  .job-popup-form .modal-body {
    padding: 50px;
  }

  .job-popup-form .modal-header button i {
    font-size: 15px;
  }

  .job-detail a {
    border: none !important;
  }

  .intership-form {
    border-radius: 5px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 4px 10px 2px rgb(0 0 0 / 20%);
    box-shadow: 0 4px 10px 2px rgb(179 170 170 / 20%);
    padding: 40px 50px;
  }


  .service-content .service-list {
    list-style-type: disc;
    list-style-position: inside;
  }

  #home .desktop-header {
    background-color: #ffffff;
    padding: 0px 0px;
    height: 120px;
    z-index: 999;
  }

  .desktop-menu ul li a {
    color: black !important;
  }

  .h-300 {
    height: 140px !important;
  }

  .breadcrumb-area {
    margin-top: 80px !important;
    padding: 0px !important;

  }

  .about-us-area .about-items .thumb img {
    border-radius: 8px;
    height: auto;
    width: 100%;
    object-fit: cover;
  }

  .button-get a {
    background: #39d1d4;
    font-size: 15px;
    color: #ffffff;
    margin-top: 25px;
    padding: 2px 30px;
    text-transform: uppercase;
    font-weight: 600;
  }

  .dropdown-toggle::after {
    content: "" !important;
    display: none !important;
  }

  .desktop-menu ul li.active {
    background: #1c1c1c !important;
    border-radius: 5px;
  }

  .desktop-menu ul li.active a {
    padding: 6px 20px !important;
    display: inline-block;

    color: #ffffff !important;
    border-radius: 5px;
  }

  .desktop-menu ul li a.dropdown-toggle {
    padding: 6px 15px !important;

  }

  .remove-box-shadow a {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
  }

  .service-homepage:hover a .thumb:before {
    background-color: #000000 !important;
    /* opacity: 0.2; */
  }

  .remove-box-shadow:hover .overlays-services {
    opacity: 1 !important;
    background-color: #000000a1;

  }

  .remove-box-shadow .overlays-services {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 99;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: .5s ease;
    background-color: #00000082;
  }

  .service-homepage a .thumb:before {
    opacity: 1;

    background: transparent;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    transition: all 0.35s ease-in-out;
  }


  .dropdown-arrows {
    margin-left: 10px;
  }

  .dropdown-arrows i {
    font-size: 18px;
  }


  .breadcrumb-area h1 {
    display: none;
  }

  .breadcrumb-area .breadcrumb {
    display: none;
  }

  .job-tab ul.nav {
    display: flex !important;
  }

  .desktop-menu ul li:hover {
    background: #1c1c1c !important;
    border-radius: 5px;
  }

  .desktop-menu ul li:hover a {
    color: #ffffff !important;
    transition: 0.5s all;
  }

  .desktop-menu ul li a {
    padding: 6px 15px !important;
    display: inline-block;

    border-radius: 5px;
  }

  .partner-carousel {
    display: none !important;
  }

  * {
    box-sizing: border-box;
  }

  body {
    margin: 0 !important;
    font-family: 'Poppins', sans-serif !important;
    padding: 0 !important;
  }

  .banner-section {
    margin-top: 95px;
  }

  .publication-class .single-item .item img {
    height: 150px;
    width: 100%;
    object-fit: cover;

  }

  .publication-class .single-item {
    border-radius: 20px;
    margin-right: 15px;
    box-shadow: 0 0 11px #bfbaba66;
    padding: 10px;
    margin-top: 30px;
  }

  .contact-area .info h2 {
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 20px;
  }

  .contact-area .info .content {
    padding: 25px 20px;
    margin: 0 15px;
  }

  .publication-class .single-item .publish-heading h5 {
    margin-bottom: 0px;
    margin-top: 20px;
    min-height: 20px;
    font-size: 12px;

  }

  .input-user .form-control {
    background-color: transparent;
    color: grey;
  }

  /* kb */
  .personal-detail-form {
    border-top: 1px solid #80808014;
    padding: 74px 36px 74px 36px;
    box-shadow: 0 4px 19px 0 rgb(0 0 0 / 11%);
  }

  .Educational-detail-form {
    border-top: 1px solid #80808014;
    padding: 40px 36px 40px 36px;
    box-shadow: 0 4px 19px 0 rgb(0 0 0 / 11%);
  }

  .apply-now {

    color: #ffffff !important;
    padding: 10px 24px;

  }

  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: transparent !important;
    box-shadow: 0 0 0 0.1rem rgb(0 188 212 / 35%) !important;
  }

  .input-user .form-control {
    background-color: #39d1d414;
    color: grey;
  }

  .personal-detail-form {
    margin-bottom: 60px !important;

  }

  /*  */
  .personal-detail-form-blue {
    background: #39d1d4;
  }

  .input-user-#ffffff input {
    min-height: 50px !important;
    padding: 10px 15px;
    margin: 0px;
    border-bottom: 1px solid #ffffff !important;
    width: 100%;
    background: #39d1d414 !important;
    border-top: #ffffff !important;
    border-left: 0px !important;
    border-right: 0px !important;
  }

  .input-user-#ffffff select {
    min-height: 50px !important;
    padding: 0px 15px;
    margin: 0px;
    border-bottom: 1px solid #ffffff !important;
    width: 100%;
    background: #39d1d414 !important;
    border-top: #ffffff !important;
    border-left: 0px !important;
    border-right: 0px !important;
  }

  .apply-now-#ffffff {
    color: black !important;
    padding: 13px 49px;
  }

  .apply-job-row-#ffffff button {
    background: #ffffff;
    border-radius: 5px;

    font-weight: 400;
  }

  .login-custom-#ffffff h4 {
    text-align: center;
    margin-bottom: 33px;
    color: #ffffff;
    font-size: 22px;
  }

  .form-two {
    margin-top: 30px;
  }


  .personal-detail-form .input-user .form-control {
    background-color: transparent !important;
    color: grey;
    border: 1px solid #e6e4e4;
    max-height: 40px !important;
    min-height: 40px !important;

  }

  .personal-detail-form .input-user .form-control::placeholder {
    font-size: 14px
  }

  .input-user.input-user-#ffffff {
    background-color: transparent !important;
    color: grey;
    border: 1px solid #e6e4e4;
    max-height: 40px !important;
    min-height: 40px !important;
  }

  .publication-class .single-item .item {
    overflow: hidden;
  }

  .publication-class .single-item .item:hover img {
    -ms-transform: scale(1.2);
    /* IE 9 */
    -webkit-transform: scale(1.2);
    /* Safari 3-8 */
    transform: scale(1.2);
    transition: 0.7s all;
  }

  .publication-class .single-item .item img {
    transition: transform .8s;
    /* Animation */

  }

  .publish-heading .blog-by {
    text-align: right;
    margin-top: 15px;
    font-size: 12px;
    color: #000;
    font-weight: 800;
  }

  .publish-heading h5 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .ffffff-text {
    color: #ffffff;
  }

  .mt-175 {
    margin-top: 175px;
    background: linear-gradient(185deg, #0b989b, #33cbcf82);
    padding: 150px;
  }

  .card-budget {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 17px;
  }

  .card-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #ffffffa6;
    border-radius: 86px;
    text-align: center;
    border: 1px solid #dde6e7;
  }

  .border-main-div {
    border: 4px solid #ffffff;
    padding: 35px 64px;
  }

  .paragraph-content-budget p {
    font-style: italic;
    color: #ffffff;
    font-style: italic;
    text-shadow: 0px 1px #8f8f8f;
    text-align: center;
    font-size: 16px;

  }

  .knwomore {
    color: black;
    background: #ffffff;
    padding: 9px 29px;
    border-radius: 13px;
    font-size: 14px;
  }

  .button-know-more {
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 79px; */
    margin-top: 39px;
  }

  .card-content {
    height: 93px;
  }

  .card-content p:nth-child(1) {

    margin-bottom: 0px;
    font-size: 25px;

  }

  .card-content p:nth-child(2) {
    margin-bottom: 0px;
    padding: 7px 37px 0px 37px;
    line-height: 18px;
    font-size: 14px;
  }

  .kejriwal h3 {
    text-align: center;
    color: #ffffff;
    font-size: 40px;
    text-shadow: 0px 1px black;
    margin-bottom: 21px;

  }

  .about-items p {
    text-align: justify;
    font-size: 12px;
    line-height: 20px;
  }

  .white-text {
    color: white;
    font-size: 20px;
  }

  .contact-area .form-box textarea {
    min-height: 110px;
  }

  .contact-area .form-box button {
    display: inline-block;
    padding: 6px 42px;
    border-radius: 5px;
    margin-top: 10px;
    background: #ffffff;
    font-weight: 600;
    color: #39d1d4;
  }

  .main-clientslogo .logo-img span {
    text-align: center;
    display: inline-block;
    width: 100%;
    font-size: 12px;
    font-weight: 700;
    margin-top: -10px;

  }

  .logo-img figcaption {
    text-align: center;
  }

  /* mobile header start */
  .menubar {
    display: flex;
    justify-content: flex-end;
  }

  .logo img {
    width: 40%;
  }

  .header-card {
    padding: 7px 15px;
    position: fixed;
    top: 0px;
    width: 100%;
    height: 80px;
    background: white;
    z-index: 9999;
  }

  .menubar i {
    font-size: 25px;
  }

  /* new mobile side menu */
  .sidenav {
    display: block;
    width: 65%;
    background-color: white;
    padding-top: 0px;
    position: fixed;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.09);
    top: 0;
    left: -65%;
    height: 100%;
    text-align: left;
    transition: all .5s ease;
    z-index: 9999999;
  }

  .sidenav ul {
    padding-left: 0;
  }

  .sidenav.show {
    left: 0px;
  }

  .sidenav .red-bg {
    background: transparent;
    color: white !important;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 25px 15px 40px 25px;
  }

  .sidenav .mob-nav-list .nav-links {
    padding-left: 10px;
    color: grey;
    font-size: 15px;
    text-transform: capitalize;
  }

  .mobile-menu-heading h5 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 0px;
    font-size: 16px;
    padding-left: 40px;
    line-height: 20px;
    color: #333333;
  }

  .sidenav .close {
    /* width: 15%; */
    width: 100%;
  }

  .sidenav .close .fa-times {
    font-size: 25px;
    color: white;
  }

  .sidenav .mob-nav-div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 5px 15px;
  }

  .sidenav .mob-nav-div .mob-nav-img {
    width: 10%;
    text-align: center;
  }

  .sidenav .mob-nav-div .mob-nav-heading {
    /* width: 90%; */
    width: 100;
  }

  .sidenav .mob-nav-div .mob-nav-img img {
    height: 16px;
    width: 16px;
    object-fit: contain;
    padding: 0;
  }

  .mob-nav-col .mob-nav-div:first-child {
    padding-top: 28px;
  }

  .mob-nav-div {
    display: flex;
    align-items: center;
  }

  .mob-nav-col ul li img {
    height: 21px;
    width: 21px;
    object-fit: contain;
  }

  .mob-nav-col ul li span {
    padding-left: 15px;

    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    padding-left: 15px;
    font-feature-settings: 'liga'off;
    color: #333333;
  }

  .mob-nav-col ul li {
    list-style: none;
    padding: 20px 10px;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.2);
    width: 90%;
    margin-left: 5%;
  }

  .mob-nav-col ul li a {
    color: #5b5b5b;
    display: flex;
    align-items: center;
  }

  .mobile-menu-list ul li.active i,
  .mobile-menu-list ul li.active span {
    color: #25D7E2;
    padding-left: 35px;
  }

  .mob-nav-col ul .home-icons.active::before {
    content: '';
    background: url(../img/new-images/home-icon1.svg) no-repeat center center;
    width: 20px;
    height: 20px;
    position: absolute;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  .mob-nav-col ul .product-icons.active::before {
    content: '';
    background: url(../img/new-images/shopping-cart-1.png) no-repeat center center;
    width: 20px;
    height: 20px;
    position: absolute;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  .mob-nav-col ul .about-menu.active::before {
    content: '';
    background: url(../img/new-images/info-1.svg) no-repeat center center;
    width: 20px;
    height: 20px;
    position: absolute;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  .mob-nav-col ul .contac-menu.active::before {
    content: '';
    background: url(../img/new-images/phone-icon.svg) no-repeat center center;
    width: 20px;
    height: 20px;
    position: absolute;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  .mob-nav-col ul li.active img {
    display: none;
  }

  .banner-content-section {
    height: 468px;
  }

  .main-form {
    height: 468px;
    width: 100%;

  }

  .color-bg {
    background: radial-gradient(#0000005e, #39d1d4);
    background: radial-gradient(#0000005e, #39d1d4);
    height: 468px;
  }

  .d-flex-color {
    display: flex;
    height: 468px;
  }

  .d-flex-color .first-heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    width: 60%;
  }

  .d-flex-color .form-journy {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 33px;

  }

  .d-flex-color .first-heading h3 {

    font-size: 62px;
    color: white;
    font-weight: 700;
    text-shadow: 0 1px black;

  }

  .d-flex-color .first-heading p {
    color: white;
    font-size: 17px;
    padding-right: 109px;
  }

  .journy-build {
    width: 100%;
  }

  .journy-build .form-control {
    color: white;
    background-color: #ffffff;
    height: 45px !important;
    min-height: 45px;
    border: 0px solid white;
  }

  .start-btn a {
    background: black;
    color: white;
    padding: 7px 42px;
    border-radius: 7px;
  }

  .journy-build select.form-control {
    height: 45px !important;
  }

  .form-journy p {
    color: white;
    font-size: 22px;
    line-height: 31px;
    font-weight: 500;
  }

  .banner-content-section {
    height: 468px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  input::placeholder {
    font-size: 15px;
  }

  .logo-clients {
    display: flex;
    width: 100%;
  }

  .trusted-client-img {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    padding: 16px 0;

  }

  .trusted-client-img .img-client {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .trusted-by {
    width: 30%;
    display: flex;
    align-items: center;
  }

  .trusted-by h3 {
    margin-bottom: 0px;
    font-size: 39px;
    color: #39d1d4;
    font-weight: 600;
    text-shadow: 0 1px #0000007a;
  }

  .trusted-section-log {
    padding: 70px 0;
  }

  .top-boder {
    width: 100%;

    background: radial-gradient(#20bbbe, white);
    height: 5px;
    padding: 0;
  }

  .bottom-boder {
    width: 100%;

    background: radial-gradient(#20bbbe, white);
    height: 5px;
    padding: 0;
  }

  .secon-flexing {
    width: 70%;
  }

  .bg-market {
    height: 300px;
    background: radial-gradient(#0000005e, #39d1d4);
  }

  .section-digital-marketing {
    background-repeat: no-repeat;
    object-fit: fill;
    /* background-size: cover; */
    width: 100%;
    height: 300px;

  }

  .content-digital {
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;

  }

  .content-digital h3 {
    font-size: 49px;
    color: white;
    font-weight: 700;
    text-shadow: 0 1px black;
  }

  .content-digital p {
    display: flex;
    justify-content: center;
    align-items: center;
    color: wh;
    color: white;
    font-size: 18px;
  }

  .our-brand-sections {
    padding: 70px 0;
  }

  .your-brand p {
    margin-bottom: 0px;

    padding: 11px 33px;
    background: #40d3d6;
    color: white;
    font-weight: 600;
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
    transition: 0.3s;
    font-size: 19px;
    text-shadow: 0 1px #ffffff2e;
  }

  .brand-content-main {
    width: 100%;
  }

  .brand-content-main .your-brand {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .your-brand p::after {
    content: "";
    width: 1px;
    height: 50px;
    background-color: black;
    display: block;
    position: absolute;
    top: 50px;
    right: 50%;
  }

  .creative p {
    margin-bottom: 0px;
    border: 2px solid #40d3d673;
    padding: 10px 20px;
    margin-top: 26px;
    color: #40d3d6;
    box-shadow: 0 8px 16px 0 rgb(64 211 214 / 15%);
    font-size: 19px;
    font-weight: bold;
    text-shadow: 0 1px #00000026;
  }

  .stratergy p {
    margin-bottom: 0px;
    border: 1px solid black;
    padding: 10px 20px;
    margin-top: 26px;
  }

  .main-consultings {
    width: 100%;
    display: flex;
    justify-content: space-around;
    position: relative;
  }

  .main-digitals-two {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .digital-contents {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .digital-contents-one {
    display: flex;
    flex-direction: column;
  }

  .digital-contents-two {
    display: flex;
    flex-direction: column;
  }

  .digital-contents-one .development {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

    margin-top: 39px;

  }

  .digital-contents-two .development {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
    margin-top: 39px;


  }

  .digital-contents-one .creative {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .digital-contents-two .creative {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .development p {


    margin: 0 37px;
  }



  .digital-contents-one .creative::after {
    content: " ";
    display: block;
    width: 150px;
    height: 1px;
    background-color: black;
    position: absolute;
    right: 0;
    top: 50px;
  }

  .digital-contents-two .creative::after {
    content: " ";
    display: block;
    width: 153px;
    height: 1px;
    background-color: black;
    position: absolute;
    left: 0;
    top: 50px;
  }

  .creative {
    position: relative;
  }

  .digital-contents-one .development {
    position: relative;
  }

  .digital-contents-one .development::after {
    content: " ";
    display: block;
    width: 1px;
    height: 117px;
    background-color: black;
    position: absolute;
    top: -40px;
    left: 50%;
  }

  .development p:nth-child(1)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 43%;
    top: 24px;
  }

  .development p:nth-child(2)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 50%;
    top: 76px;
  }

  .digital-contents-two .development p:nth-child(1)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 43%;
    top: 8px;
  }

  .digital-contents-two .development p:nth-child(2)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 50%;
    top: 56px;
  }

  .digital-contents-two .development p:nth-child(3)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 43%;
    margin-top: -20px;
  }

  .digital-contents-two .development p:nth-child(4)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 50%;
    margin-top: -12px;
  }

  .digital-contents-two .development p:nth-child(5)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    right: 50%;
    margin-top: -24px;
  }

  .digital-contents-two .development p:nth-child(6)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 50%;

    margin-top: -40px;
  }

  .digital-contents-two .development::after {
    content: " ";
    display: block;
    width: 1px;
    height: 100%;
    background-color: black;
    position: absolute;
    top: -40px;
    left: 50%;
  }

  .right-side {
    text-align: right;
    margin: 0 37px;
    LINE-HEIGHT: 20PX;
    font-size: 15px;
    padding: 0 16px;
    color: #00ccd0 !important;
    font-weight: 600;

  }

  .left-side {
    text-align: left;
    margin: 0 37px;
    LINE-HEIGHT: 20PX;
    font-size: 15px;
    padding: 0 16px;
    color: #00ccd0 !important;
    font-weight: 600;
  }

  .paragraph-cont {
    background: #1ec6ca;
    /* color: white; */
    display: flex;
    padding: 17px 19px;
    clip-path: polygon(0 0, 100% 0, 100% 0%, 85% 62%, 85% 100%, 0 100%, 0% 80%, 0% 20%);
    width: 45%;

  }

  .paragraph-cont p {
    color: white;
    margin-bottom: 0px !important;
    padding-right: 100px;
    line-height: 19px;
    font-size: 14px;
    /* text-shadow: 0 1px #00000054; */
    text-align: justify;
    text-transform: capitalize;
    width: 91%;

  }

  .our-milestones-section {

    padding: 10px 0 70px 0;
    position: relative;

  }

  .head-cont p {
    font-size: 28px;
    font-weight: 600;
    border-bottom: 22px solid #1ec6ca;
    padding-bottom: 11px;

  }

  .head-cont span {

    font-size: 54px;
    font-weight: 700;

  }

  .div-ourmilestones {
    width: 100%;
  }

  .head-cont {
    width: 35%;
  }

  .main-planing {
    display: flex;
    height: 137px;
  }

  .img-plane img {
    width: 180px;
    POSITION: RELATIVE;
    right: 150px;
    top: -22px;
  }

  .img-plane {
    position: relative;
  }

  .box-progress {
    background: linear-gradient(45deg, #000000b5, #39d1d4d4);
    border: 2px solid white;
    background: #40d3d6;
    /* box-shadow: 0 8px 16px 0 rgb(0 0 0 / 54%); */

  }

  .box-progress p {
    color: white;
    margin-bottom: 0px;
    line-height: 19px;
    padding: 12px 12px;
    font-size: 14px;
    height: 100%;
    /* text-shadow: 0 1px black; */
    text-align: center;
    font-weight: 600;
    background: #ffffff1f;
  }

  .progress-milestones {
    display: grid;
    grid-template-columns: repeat(9, 1fr);

    align-items: end;
    height: 550px;
  }

  .p-progress p {
    margin-bottom: 8px;
    text-align: center;
    font-size: 42px;
    font-weight: 800;
    color: #000000a6;

  }

  .first-half {
    height: 70%;
    background: #ffffff;
  }

  .first-progress {
    height: 30%;
    display: flex;
    flex-direction: column;
    justify-content: end;
  }

  .progress-images-bg {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    bottom: 135px;
  }

  .main-div-half {
    height: 550px;
  }

  .p-progress {
    background: white;
    /* padding: 17px 0; */
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(9) .first-half {
    height: 0%;
  }

  .progress-milestones .main-div-half:nth-child(9) .first-progress {
    height: 100%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(9) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(9) .box-progress {
    height: 90%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 1.9s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(9) .p-progress {
    background: white;
    height: 10%;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(8) .first-half {
    height: 10%;
  }

  .progress-milestones .main-div-half:nth-child(8) .first-progress {
    height: 90%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(8) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(8) .box-progress {
    height: 90%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 2.5s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(8) .p-progress {
    background: white;
    height: 10%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(7) .first-half {
    height: 20%;
  }

  .progress-milestones .main-div-half:nth-child(7) .first-progress {
    height: 80%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(7) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(7) .box-progress {
    height: 90%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 2.2s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(7) .p-progress {
    background: white;
    height: 10%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(6) .first-half {
    height: 30%;
  }

  .progress-milestones .main-div-half:nth-child(6) .first-progress {
    height: 70%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(6) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }


  .add-animation .progress-milestones .main-div-half:nth-child(6) .box-progress {
    height: 90%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 1.9s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(6) .p-progress {
    background: white;
    height: 10%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(5) .first-half {
    height: 40%;
  }

  .progress-milestones .main-div-half:nth-child(5) .first-progress {
    height: 60%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(5) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(5) .box-progress {
    height: 88%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 1.7s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(5) .p-progress {
    background: white;
    height: 12%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(4) .first-half {
    height: 50%;
  }

  .progress-milestones .main-div-half:nth-child(4) .first-progress {
    height: 50%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(4) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(4) .box-progress {
    height: 87%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 1.4s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(4) .p-progress {
    background: white;
    height: 13%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(3) .first-half {
    height: 57%;
  }

  .progress-milestones .main-div-half:nth-child(3) .first-progress {
    height: 43%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(3) .box-progress {
    height: 87%;
  }

  .progress-milestones .main-div-half:nth-child(3) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(3) .box-progress {
    height: 87%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 1.0s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(3) .p-progress {
    background: white;
    height: 13%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(2) .first-half {
    height: 63%;
  }

  .progress-milestones .main-div-half:nth-child(2) .first-progress {
    height: 37%;
    background: white;
  }



  .add-animation .progress-milestones .main-div-half:nth-child(2) .box-progress {
    height: 87%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.8s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(2) .p-progress {
    background: white;
    height: 13%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(1) .first-half {
    height: 69%;
    border-left: 2px solid #39d1d4;
  }

  .progress-milestones .main-div-half:nth-child(1) .first-progress {
    height: 31%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(1) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(2) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(1) .box-progress {
    height: 87%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.5s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(1) .p-progress {
    background: white;
    height: 13%;
    display: flex;
    justify-content: center;
    align-items: end;
    border-left: 2px solid #39d1d4;
  }

  .main-planing {
    position: relative;
    z-index: 99;
  }



  .each-unique-section {
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .h3-main-each h3 {
    font-size: 49px;
    color: white;
    font-weight: 700;
    text-shadow: 0 1px black;
    text-align: center;
  }

  .para-each p {
    color: white;
    text-transform: uppercase;
    text-align: center;
  }

  .page-color-each {
    height: 100vh;
    background: radial-gradient(#0000005e, #39d1d4);
    display: flex;
    justify-content: center;
    align-items: center;
  }



  .card-each-div .two-grid-card {

    position: relative;
    /* display: grid; */
    grid-template-columns: repeat(6, 1fr);
    width: 100%;

  }

  .two-grid-card .services-cards {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    transition: 0.3s;
    background: white;
    margin-bottom: 0px;
  }

  .two-grid-card .services-cards {


    padding: 0 14px;
    border-radius: 17px;
    background: linear-gradient(136deg, white, #ffffffc7);
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 0%);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 400px;
    height: 360px;
    flex-direction: column;
    flex-wrap: wrap;

  }

  .services-cards h3 {
    font-size: 19px;
    margin-bottom: 0px;
    text-align: center;
    border-bottom: 1px solid #00000087;
    padding-bottom: 7px;
    font-weight: 700;
  }

  .services-cards p {
    text-align: center;
    font-size: 12px;
    padding: 11px 0px;
    line-height: 20px;
    color: #000000d6;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
  }

  .read-more {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
  }

  .img-iconing {
    height: 88px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .img-iconing img {
    width: 56px;
    height: 60px;
    object-fit: contain;

  }


  .scrolltotop {
    background: #39d1d4;
    position: fixed;
    bottom: 100px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: white;
    display: none;
    z-index: 999;
    justify-content: center;
    align-items: center;
    right: 10px;
  }

  .scrolltotop a {
    display: flex;
    z-index: 999;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;

  }

  .showscroll {
    display: block;
  }

  .scrolltotop a i {
    font-size: 30px;
  }

  .add-animation .first-progress {
    background-color: transparent !important;
    transition: 3s ease-in-out;
  }


  .center-slider .slick-slide {

    color: #FFF;


    transform: scale(1.0);
    transition: all 0.4s ease-in-out;
    position: relative;
    z-index: 9999;
  }

  .center-slider .slick-slide,
  .center-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned)~.slick-cloned[aria-hidden="true"] {
    transform: scale(0.9, 0.9);
    transition: all 0.4s ease-in-out;
  }

  .center-slider .slick-center,
  .center-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"])+.slick-cloned[aria-hidden="true"] {
    transform: scale(1.0);

    border-radius: 20px;

  }

  .show-more-content {
    display: none;
  }

  .service-list-new li {
    text-transform: capitalize;
  }

  .more-services p {
    text-transform: capitalize;
  }

  .accordion-animation {
    height: auto;
  }

  .accordion-animation ul li,
  .accordion-animation ul li:hover,
  .accordion-animation ul:hover li,
  .accordion-animation ul:hover li:hover {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    -webkit-transition: none;
    transition: none;
  }

  .accordion-animation ul li div a * {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  /* slider css */

  .gallery-slider .wrap {
    position: relative;
    z-index: 100;
    width: 100%;
    height: 100%;
    padding: 0 60px;

    overflow: hidden;
  }

  .banner-content-section {
    height: 468px;
  }

  .main-form {
    height: 468px;
    width: 100%;

  }

  .color-bg {
    background: radial-gradient(#0000005e, #39d1d4);
    background: radial-gradient(#0000005e, #39d1d4);
    height: 468px;
  }

  .d-flex-color {
    display: flex;
    height: 468px;
  }

  .d-flex-color .first-heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    width: 60%;
  }

  .d-flex-color .form-journy {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 33px;

  }

  .d-flex-color .first-heading h3 {

    font-size: 62px;
    color: white;
    font-weight: 700;
    text-shadow: 0 1px black;

  }

  .d-flex-color .first-heading p {
    color: white;
    font-size: 17px;
    padding-right: 109px;
  }

  .journy-build {
    width: 100%;
  }

  .journy-build .form-control {
    color: white;
    background-color: #ffffff;
    height: 45px !important;
    min-height: 45px;
    border: 0px solid white;
  }

  .start-btn a {
    background: black;
    color: white;
    padding: 7px 42px;
    border-radius: 7px;
  }

  .journy-build select.form-control {
    height: 45px !important;
  }

  .form-journy p {
    color: white;
    font-size: 22px;
    line-height: 31px;
    font-weight: 500;
  }

  .banner-content-section {
    height: 468px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  input::placeholder {
    font-size: 15px;
  }

  .logo-clients {
    display: flex;
    width: 100%;
  }

  .trusted-client-img {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    padding: 16px 0;

  }

  .trusted-client-img .img-client {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .trusted-by {
    width: 30%;
    display: flex;
    align-items: center;
  }

  .trusted-by h3 {
    margin-bottom: 0px;
    font-size: 39px;
    color: #39d1d4;
    font-weight: 600;
    text-shadow: 0 1px #0000007a;
  }

  .trusted-section-log {
    padding: 70px 0;
  }

  .top-boder {
    width: 100%;

    background: radial-gradient(#20bbbe, white);
    height: 5px;
    padding: 0;
  }

  .bottom-boder {
    width: 100%;

    background: radial-gradient(#20bbbe, white);
    height: 5px;
    padding: 0;
  }

  .secon-flexing {
    width: 70%;
  }

  .bg-market {
    height: 300px;
    background: radial-gradient(#0000005e, #39d1d4);
  }

  .section-digital-marketing {
    background-repeat: no-repeat;
    object-fit: fill;
    /* background-size: cover; */
    width: 100%;
    height: 300px;

  }

  .content-digital {
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;

  }

  .content-digital h3 {
    font-size: 49px;
    color: white;
    font-weight: 700;
    text-shadow: 0 1px black;
  }

  .content-digital p {
    display: flex;
    justify-content: center;
    align-items: center;
    color: wh;
    color: white;
    font-size: 18px;
  }

  .our-brand-sections {
    padding: 70px 0;
  }

  .your-brand p {
    margin-bottom: 0px;

    padding: 11px 33px;
    background: #40d3d6;
    color: white;
    font-weight: 600;
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
    transition: 0.3s;
    font-size: 19px;
    text-shadow: 0 1px #ffffff2e;
  }

  .brand-content-main {
    width: 100%;
  }

  .brand-content-main .your-brand {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .your-brand p::after {
    content: "";
    width: 1px;
    height: 50px;
    background-color: black;
    display: block;
    position: absolute;
    top: 50px;
    right: 50%;
  }

  .creative p {
    margin-bottom: 0px;
    border: 2px solid #40d3d673;
    padding: 10px 20px;
    margin-top: 26px;
    color: #40d3d6;
    box-shadow: 0 8px 16px 0 rgb(64 211 214 / 15%);
    font-size: 19px;
    font-weight: bold;
    text-shadow: 0 1px #00000026;
  }

  .stratergy p {
    margin-bottom: 0px;
    border: 1px solid black;
    padding: 10px 20px;
    margin-top: 26px;
  }

  .main-consultings {
    width: 100%;
    display: flex;
    justify-content: space-around;
    position: relative;
  }

  .main-digitals-two {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .digital-contents {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .digital-contents-one {
    display: flex;
    flex-direction: column;
  }

  .digital-contents-two {
    display: flex;
    flex-direction: column;
  }

  .digital-contents-one .development {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

    margin-top: 39px;

  }

  .digital-contents-two .development {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
    margin-top: 39px;


  }

  .digital-contents-one .creative {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .digital-contents-two .creative {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .development p {


    margin: 0 37px;
  }



  .digital-contents-one .creative::after {
    content: " ";
    display: block;
    width: 150px;
    height: 1px;
    background-color: black;
    position: absolute;
    right: 0;
    top: 50px;
  }

  .digital-contents-two .creative::after {
    content: " ";
    display: block;
    width: 153px;
    height: 1px;
    background-color: black;
    position: absolute;
    left: 0;
    top: 50px;
  }

  .creative {
    position: relative;
  }

  .digital-contents-one .development {
    position: relative;
  }

  .digital-contents-one .development::after {
    content: " ";
    display: block;
    width: 1px;
    height: 117px;
    background-color: black;
    position: absolute;
    top: -40px;
    left: 50%;
  }

  .development p:nth-child(1)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 43%;
    top: 24px;
  }

  .development p:nth-child(2)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 50%;
    top: 76px;
  }

  .digital-contents-two .development p:nth-child(1)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 43%;
    top: 8px;
  }

  .digital-contents-two .development p:nth-child(2)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 50%;
    top: 56px;
  }

  .digital-contents-two .development p:nth-child(3)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 43%;
    margin-top: -20px;
  }

  .digital-contents-two .development p:nth-child(4)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 50%;
    margin-top: -12px;
  }

  .digital-contents-two .development p:nth-child(5)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    right: 50%;
    margin-top: -24px;
  }

  .digital-contents-two .development p:nth-child(6)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 50%;

    margin-top: -40px;
  }

  .digital-contents-two .development::after {
    content: " ";
    display: block;
    width: 1px;
    height: 100%;
    background-color: black;
    position: absolute;
    top: -40px;
    left: 50%;
  }

  .right-side {
    text-align: right;
    margin: 0 37px;
    LINE-HEIGHT: 20PX;
    font-size: 15px;
    padding: 0 16px;
    color: #00ccd0 !important;
    font-weight: 600;

  }

  .left-side {
    text-align: left;
    margin: 0 37px;
    LINE-HEIGHT: 20PX;
    font-size: 15px;
    padding: 0 16px;
    color: #00ccd0 !important;
    font-weight: 600;
  }

  .paragraph-cont {
    background: #1ec6ca;
    /* color: white; */
    display: flex;
    padding: 17px 19px;
    clip-path: polygon(0 0, 100% 0, 100% 0%, 85% 62%, 85% 100%, 0 100%, 0% 80%, 0% 20%);
    width: 45%;

  }

  .paragraph-cont p {
    color: white;
    margin-bottom: 0px !important;
    padding-right: 100px;
    line-height: 19px;
    font-size: 14px;
    /* text-shadow: 0 1px #00000054; */
    text-align: justify;
    text-transform: capitalize;
    width: 91%;

  }

  .our-milestones-section {

    padding: 10px 0 70px 0;
    position: relative;

  }

  .head-cont p {
    font-size: 28px;
    font-weight: 600;
    border-bottom: 22px solid #1ec6ca;
    padding-bottom: 11px;

  }

  .head-cont span {

    font-size: 54px;
    font-weight: 700;

  }

  .div-ourmilestones {
    width: 100%;
  }

  .head-cont {
    width: 35%;
  }

  .main-planing {
    display: flex;
    height: 137px;
  }

  .img-plane img {
    width: 180px;
    POSITION: RELATIVE;
    right: 150px;
    top: -22px;
  }

  .img-plane {
    position: relative;
  }

  .box-progress {
    background: linear-gradient(45deg, #000000b5, #39d1d4d4);
    border: 2px solid white;
    background: #40d3d6;
    /* box-shadow: 0 8px 16px 0 rgb(0 0 0 / 54%); */

  }

  .box-progress p {
    color: white;
    margin-bottom: 0px;
    line-height: 19px;
    padding: 12px 12px;
    font-size: 14px;
    height: 100%;
    /* text-shadow: 0 1px black; */
    text-align: center;
    font-weight: 600;
    background: #ffffff1f;
  }

  .progress-milestones {
    display: grid;
    grid-template-columns: repeat(9, 1fr);

    align-items: end;
    height: 550px;
  }

  .p-progress p {
    margin-bottom: 8px;
    text-align: center;
    font-size: 42px;
    font-weight: 800;
    color: #000000a6;

  }

  .first-half {
    height: 70%;
    background: #ffffff;
  }

  .first-progress {
    height: 30%;
    display: flex;
    flex-direction: column;
    justify-content: end;
  }

  .progress-images-bg {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    bottom: 135px;
  }

  .main-div-half {
    height: 550px;
  }

  .p-progress {
    background: white;
    /* padding: 17px 0; */
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(9) .first-half {
    height: 0%;
  }

  .progress-milestones .main-div-half:nth-child(9) .first-progress {
    height: 100%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(9) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(9) .box-progress {
    height: 90%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 1.9s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(9) .p-progress {
    background: white;
    height: 10%;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(8) .first-half {
    height: 10%;
  }

  .progress-milestones .main-div-half:nth-child(8) .first-progress {
    height: 90%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(8) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(8) .box-progress {
    height: 90%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 2.5s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(8) .p-progress {
    background: white;
    height: 10%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(7) .first-half {
    height: 20%;
  }

  .progress-milestones .main-div-half:nth-child(7) .first-progress {
    height: 80%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(7) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(7) .box-progress {
    height: 90%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 2.2s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(7) .p-progress {
    background: white;
    height: 10%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(6) .first-half {
    height: 30%;
  }

  .progress-milestones .main-div-half:nth-child(6) .first-progress {
    height: 70%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(6) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }


  .add-animation .progress-milestones .main-div-half:nth-child(6) .box-progress {
    height: 90%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 1.9s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(6) .p-progress {
    background: white;
    height: 10%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(5) .first-half {
    height: 40%;
  }

  .progress-milestones .main-div-half:nth-child(5) .first-progress {
    height: 60%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(5) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(5) .box-progress {
    height: 88%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 1.7s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(5) .p-progress {
    background: white;
    height: 12%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(4) .first-half {
    height: 50%;
  }

  .progress-milestones .main-div-half:nth-child(4) .first-progress {
    height: 50%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(4) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(4) .box-progress {
    height: 87%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 1.4s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(4) .p-progress {
    background: white;
    height: 13%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(3) .first-half {
    height: 57%;
  }

  .progress-milestones .main-div-half:nth-child(3) .first-progress {
    height: 43%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(3) .box-progress {
    height: 87%;
  }

  .progress-milestones .main-div-half:nth-child(3) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(3) .box-progress {
    height: 87%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 1.0s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(3) .p-progress {
    background: white;
    height: 13%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(2) .first-half {
    height: 63%;
  }

  .progress-milestones .main-div-half:nth-child(2) .first-progress {
    height: 37%;
    background: white;
  }



  .add-animation .progress-milestones .main-div-half:nth-child(2) .box-progress {
    height: 87%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.8s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(2) .p-progress {
    background: white;
    height: 13%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(1) .first-half {
    height: 69%;
    border-left: 2px solid #39d1d4;
  }

  .progress-milestones .main-div-half:nth-child(1) .first-progress {
    height: 31%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(1) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(2) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(1) .box-progress {
    height: 87%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.5s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(1) .p-progress {
    background: white;
    height: 13%;
    display: flex;
    justify-content: center;
    align-items: end;
    border-left: 2px solid #39d1d4;
  }

  .main-planing {
    position: relative;
    z-index: 99;
  }



  .each-unique-section {
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .h3-main-each h3 {
    font-size: 49px;
    color: white;
    font-weight: 700;
    text-shadow: 0 1px black;
    text-align: center;
  }

  .para-each p {
    color: white;
    text-transform: uppercase;
    text-align: center;
  }

  .page-color-each {
    height: 100vh;
    background: radial-gradient(#0000005e, #39d1d4);
    display: flex;
    justify-content: center;
    align-items: center;
  }



  .card-each-div .two-grid-card {

    position: relative;
    /* display: grid; */
    grid-template-columns: repeat(6, 1fr);
    width: 100%;

  }

  .two-grid-card .services-cards {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    transition: 0.3s;
    background: white;
    margin-bottom: 0px;
  }

  .two-grid-card .services-cards {


    padding: 0 14px;
    border-radius: 17px;
    background: linear-gradient(136deg, white, #ffffffc7);
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 0%);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 400px;
    height: 360px;
    flex-direction: column;
    flex-wrap: wrap;

  }

  .services-cards h3 {
    font-size: 19px;
    margin-bottom: 0px;
    text-align: center;
    border-bottom: 1px solid #00000087;
    padding-bottom: 7px;
    font-weight: 700;
  }

  .services-cards p {
    text-align: center;
    font-size: 12px;
    padding: 11px 0px;
    line-height: 20px;
    color: #000000d6;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
  }

  .read-more {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
  }

  .img-iconing {
    height: 88px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .img-iconing img {
    width: 56px;
    height: 60px;
    object-fit: contain;

  }


  .scrolltotop {
    background: #39d1d4;
    position: fixed;
    bottom: 100px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: white;
    display: none;
    z-index: 999;
    justify-content: center;
    align-items: center;
    right: 10px;
  }

  .scrolltotop a {
    display: flex;
    z-index: 999;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;

  }

  .showscroll {
    display: block;
  }

  .scrolltotop a i {
    font-size: 30px;
  }

  .add-animation .first-progress {
    background-color: transparent !important;
    transition: 3s ease-in-out;
  }


  .center-slider .slick-slide {

    color: #FFF;


    transform: scale(1.0);
    transition: all 0.4s ease-in-out;
    position: relative;
    z-index: 9999;
  }

  .center-slider .slick-slide,
  .center-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned)~.slick-cloned[aria-hidden="true"] {
    transform: scale(0.9, 0.9);
    transition: all 0.4s ease-in-out;
  }

  .center-slider .slick-center,
  .center-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"])+.slick-cloned[aria-hidden="true"] {
    transform: scale(1.0);

    border-radius: 20px;

  }

  .show-more-content {
    display: none;
  }

  .service-list-new li {
    text-transform: capitalize;
  }

  .more-services p {
    text-transform: capitalize;
  }

  .gallery-slider .wrap:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

  }



  .gallery-slider .slider {
    position: relative;
    z-index: 200;
    padding: 0 0px;
    margin: 5rem auto;
    max-width: 800px;
    width: 100%;
  }

  .gallery-slider .next-arrows i,
  .gallery-slider .prev-arrows i {
    font-size: 20px !important;
    margin: auto;
    display: block;
    text-align: center;
    width: 100%;
  }

  .common-slider .prev-arrows {
    position: absolute;
    top: 50%;
    width: 40px;
    left: -20px;
    background: #1babb4;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
  }

  .gallery-slider .next-arrows, .common-slider .next-arrows, .gallery-slider .next-arrows, .common-slider .prev-arrows {
    position: absolute;
    top: 50%;
    width: 40px;
    right: -20px;
    background: #1babb4;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;

    border: none;

    color: #fff;
    font-family: monospace;
    font-size: 20px;
    z-index: 300;
    border-radius: 50%;
    outline: none;
  }

  .gallery-slider .prev-arrows {
    position: absolute;
    top: 50%;
    width: 40px;
    left: -20px;
    background: #1babb4;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;

    border: none;

    color: #fff;
    font-family: monospace;
    font-size: 20px;
    z-index: 300;
    border-radius: 50%;
    outline: none;
  }


  .mini-tab {
    margin-top: 60px;
  }



  .gallery-slider .slick-next {
    right: -20px;
    text-align: right;
  }





  .gallery-slider .item.slick-slide {
    width: 400px;
    height: 400px !important;
    transition: transform .5s ease;
    position: relative;
  }



  .gallery-slider .slick-slide:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    transition: transform .4s;
  }



  .gallery-slider .item.slick-slide {
    transform: scale(0.7) translate(640px);
  }



  .gallery-slider .item.slick-slide.slick-center+.slick-slide {
    transform: scale(0.8) translate(-250px);
    z-index: 10;
  }



  .gallery-slider .item.slick-slide.slick-center+.slick-slide+.item.slick-slide {
    transform: scale(0.7) translate(-640px);
    z-index: 5;
  }



  .gallery-slider .item.slick-slide.slick-active {
    transform: scale(0.8) translate(250px);
  }



  .gallery-slider .item.slick-slide.slick-center {

    transform: scale(1);
    z-index: 30;

  }



  .gallery-slider .slick-center:after {
    opacity: 0;
    margin: 10px;
    padding: 10px;
  }




  /* bootstrap hack: fix content width inside hidden tabs */
  .tab-content>.tab-pane, .pill-content>.pill-pane {
    display: block;
    /* undo display:none          */
    height: 0;
    /* height:0 is also invisible */
    overflow: hidden;
    /* no-overflow                */
  }

  .tab-content>.active, .pill-content>.active {
    height: auto;
    /* let the content decide it  */
  }

  /* bootstrap hack end */





  .hero-section {


    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    margin-bottom: 50px;
    text-transform: uppercase;
    background: url("https://media.istockphoto.com/photos/programmer-create-app-coding-software-developer-it-picture-id891341672?b=1&k=20&m=891341672&s=170667a&w=0&h=DWpt-5_lFN3igwwMm9IojM079xcPqCXtcWXi1C9wTaU=");
    background-size: cover;
    padding: 45px 0px;

  }

  .left-section h1 {
    font-size: 3rem;
    letter-spacing: 2px;

  }

  .left-section {

    width: 40%;
    color: white;
  }

  .left-section h5 {
    font-size: 14px;
    line-height: 18px;
  }

  input[type=text] {
    width: 100%;
  }


  .right-section .form input {
    color: darkgrey;
    text-transform: uppercase;
    border-radius: 7px;
    margin-bottom: 12px;

  }


  .right-section .form .start-button {
    background-color: black;
    display: block;
    padding: 7px 38px;
    border-radius: 15px;
    color: white;
  }

  .trusted-by-left {

    margin-left: 11%;
    margin-top: 3%;
  }


  .trusted-by-left h1 {


    text-transform: uppercase;
    font-weight: 600;
    color: #39D1D4;

  }

  .trusted-by-section {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4%;
  }

  .trusted-by-right {
    margin-right: 12%;
  }

  .trusted-by-right .logos img {
    padding: 12px 40px 12px 0px;
  }

  .padding-80 {
    padding: 20px 0px;
  }

  .grid-public {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 15px;
  }


  /* animation effect start */
  .accordion-animation {
    width: 100%;
    height: 700px;
    overflow: hidden;
    margin: 0px auto;
  }

  .accordion-animation ul {
    width: 100%;
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0;
  }

  .accordion-animation ul li {
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    width: 20%;
    height: 700px;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 1000ms ease-in-out;
  }

  .accordion-animation ul li div {
    display: block;
    overflow: hidden;
    width: 100%;
  }

  .accordion-animation ul li div a {
    display: block;
    height: 700;
    width: 100%;
    position: relative;
    z-index: 3;
    vertical-align: bottom;
    padding: 15px 20px;
    box-sizing: border-box;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    /*filter: invert(100%);*/
    text-decoration: none;
    font-family: Open Sans, sans-serif;
    transition: all 1000ms ease-in-out;
  }

  .accordion-animation ul li div a * {
    opacity: 0;
    margin: 0;
    width: 100%;
    text-overflow: ellipsis;
    position: relative;
    z-index: 5;
    white-space: nowrap;
    overflow: hidden;

    -webkit-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
  }

  .accordion-animation ul li div a h2 {
    font-family: Montserrat, sans-serif;
    text-overflow: clip;
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 2px;

  }

  .accordion-animation ul li div a p {
    top: 160px;
    font-size: 18px;
    padding-left: 1em;
  }

  .accordion-animation ul li:nth-child(1) {
    background-image: url("http://dev.fjwestcott.com/media/wysiwyg/home/home_ind_studio_portrait_photography_bob_harrington.jpg");
    background-position: center;
    object-fit: cover;
  }

  .accordion-animation ul li:nth-child(2) {
    background-image: url("http://dev.fjwestcott.com/media/wysiwyg/home/home_ind_cinema_flex_whale_wars_gavin_garrison.jpg");
    background-position: center;
    object-fit: cover;
  }

  .accordion-animation ul li:nth-child(3) {
    background-image: url("http://dev.fjwestcott.com/media/wysiwyg/home/home_ind_studio_portrait_photography_bob_harrington_bts.jpg");
    background-position: center;
    object-fit: cover;
  }

  .accordion-animation ul li:nth-child(4) {
    background-image: url("http://dev.fjwestcott.com/media/wysiwyg/home/home_ind_travel_rapidbox.jpg");
    background-position: center;
    object-fit: cover;
  }

  .accordion-animation ul li:nth-child(5) {
    background-image: url("http://dev.fjwestcott.com/media/wysiwyg/home/home_ind_enthusiast_portrait_photography_little_studio_basics_lights.jpg");
    background-position: center;
    object-fit: cover;
  }

  .accordion-animation ul li:nth-child(6) {
    background-image: url("http://dev.fjwestcott.com/media/wysiwyg/home/home_ind_flex_enthusiast_portrait_photography.jpg");
    background-position: center;
    object-fit: cover;
  }

  .accordion-animation ul li {
    background-size: cover;
  }

  .accordion-animation ul:hover li {
    width: 10%;
  }

  .accordion-animation ul:hover li:hover {
    width: 90%;
  }

  /*.accordion-animation ul:hover li:hover a { background: rgba(0, 0, 0, 0.4); }*/

  .accordion-animation ul:hover li:hover a * {
    opacity: 1;
    /* -webkit-transform: translateX(0);
  transform: translateX(0); */
  }

  .close-bar i {
    color: black;
    font-size: 23px;
  }
}

@media screen and (min-width: 200px) and (max-width: 767px) {
  .services-inner .service-main.team-area .item {
    background: #fff;
    padding: 15px;
    box-shadow: 0 0 12px #00000029;
    border-radius: 10px;
    margin-bottom: 15px;
    height: auto;
  }

  .notion-images {
    margin-top: 70px;
  }

  .content-gallery-year {
    background: #30A7Af;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #0a83ff;
    /* align-items: center; */
    height: 700px;
    position: relative;
  }

  .main-gallery-year {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    width: 100%;

  }

  .content-gallery-year .first-part-gallery {
    padding: 0px 15px;
    position: relative;
    top: 256px;
    height: 264px;

  }

  .content-gallery-year .first-part-gallery h3 {
    text-align: center;
    color: white;
    font-size: 18px;
    font-weight: 600;
    /* margin-bottom: 24px; */
  }

  .content-gallery-year .first-part-gallery p:nth-child(2) {
    font-size: 35px;
    color: white;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0px;
  }

  /* .content-gallery-year .first-part-gallery p:nth-child(2)::before{
    content: "";
    display: block;
    width: 89px;
    height: 2px;
    background: white;
    position: relative;
    top: 50px;
    left: 30px;
} */
  .content-gallery-year .first-part-gallery p:nth-child(3) {
    text-align: center;
    font-size: 15px;
    line-height: 23px;
    font-style: italic;
    color: white;
    font-weight: 300;
    margin-bottom: 0px;
    /* margin-top: 50px; */
  }

  .overlay-second-gallery {
    background-color: transparent;
    bottom: 266px;
    position: relative;
    z-index: 99999999999999;

  }

  .four-round-card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 14px;
    padding: 0 0px;
  }

  .four-round-card li {
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 79px;
    background: #ffffff52;
    border-radius: 77px;
    width: 100%;
    color: black;
    padding: 0 14px;
  }

  .four-round-card li span:nth-child(1) {
    font-size: 18px;
    margin-bottom: 0px;
  }

  .four-round-card li span:nth-child(2) {
    text-align: center;
    font-size: 12px;
    line-height: 16px;
  }

  .four-box-year {
    border: 2px solid white;
    padding: 36px;
    width: 70%;
  }


  .four-box-year p {
    FONT-SIZE: 13PX;
    line-height: 23px;
    font-style: italic;
    text-align: center;
    color: white;
  }

  .heading-imapact h3 {
    text-align: center;
    margin-bottom: 0;
    font-size: 44px;
    letter-spacing: 12px;
    padding-left: 15px;
    color: white;
    padding-top: 35px;
    font-weight: 100;
  }

  .heading-imapact p {
    margin-bottom: 0px;
    text-align: center;

    font-size: 23px;
    font-weight: 100;
    color: white;

  }

  .top-b {
    margin-bottom: 8px;
    text-align: center;
    margin-top: 37px;
    font-size: 23px;
    color: white;
  }

  .img-shape img {
    height: 282px;
    position: absolute;
    bottom: 0;
    object-fit: contain;
    left: 0;

  }

  .icontent-impact {
    background-color: transparent;
    height: 100vh;

    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .button-knwmore {
    WIDTH: 100%;
    HEIGHT: 32px;
    DISPLAY: flex;
    JUSTIFY-CONTENT: center;
    ALIGN-ITEMS: center;
    MARGIN-TOP: 15px;
  }

  .button-knwmore p {
    MARGIN-BOTTOM: 0;
    DISPLAY: flex;
    JUSTIFY-CONTENT: center;
    BACKGROUND: WHITE;
    COLOR: BLACK;
    PADDING: 4px 12px;
    border-radius: 9px;
    font-size: 12px;
  }

  .hidden-sec {
    display: none;
    transition: 3s;
    background-position: center center;
    background-repeat: no-repeat;
    /* min-height: 100vh; */
    width: 450px;
    height: 700px;
    top: 0px;
    position: absolute;
    left: 0%;
  }

  .content-gallery-year:hover .hidden-sec {
    display: block !important;
    cursor: pointer;
    transition: 3s;
    z-index: 99;
  }

  .content-gallery-year:hover .content-gallery-year .first-part-gallery p:nth-child(2)::before {
    left: 0px !important;

    content: "";
    display: block;
    width: 89px;
    height: 2px;
    background: white;
    position: relative;
    top: 50px;

  }

  .icontent-impact1 {
    background-color: transparent;

  }

  .icontent-impact2 {
    background-color: #8b0000;

  }

  .icontent-impact3 {
    background-color: #009b77;
  }

  .icontent-impact4 {
    background-color: #484848;
  }

  .icontent-impact5 {
    background-color: #730081;
  }

  .icontent-impact6 {
    background-color: #5b00bf;
  }

  .content-gallery-year .first-part-gallery h3 {
    margin-bottom: 20px;
    height: 42px;
  }

  .content-gallery-year .first-part-gallery p:nth-child(2) {
    height: 50px;
  }

  .content-gallery-year .first-part-gallery p:nth-child(3) {
    height: 50px;
  }


  .view-more-button {
    background: #39d1d4;
    color: white;
    width: 134px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    cursor: pointer;
    border-radius: 7px;
  }


  .view-more-button2 {
    background: #39d1d4;
    border-radius: 7px;
    color: white;
    width: 134px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    cursor: pointer;
  }

  .view-more-button2 span {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
  }

  .vless {
    display: none;
  }

  .hidden-para {
    display: none;
  }

  /*  */

  .view-more-buttonss {
    background: #39d1d4;
    color: white;
    width: 134px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    cursor: pointer;
    border-radius: 7px;
  }


  .view-more-button2ss {
    background: #39d1d4;
    border-radius: 7px;
    color: white;
    width: 134px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    cursor: pointer;
  }

  .view-more-button2ss span {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
  }

  .vlessss {
    display: none;
  }

  .hidden-parass {
    display: none;
  }

  /*  */
  .view-more-buttonk {
    background: #39d1d4;
    color: white;
    width: 134px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    cursor: pointer;
    border-radius: 7px;
  }


  .view-more-button2k {
    background: #39d1d4;
    border-radius: 7px;
    color: white;
    width: 134px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    cursor: pointer;
  }

  .view-more-button2k span {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
  }

  .vlessk {
    display: none;
  }

  .hidden-parak {
    display: none;
  }

  .content-gallery-year:last-child:hover .hidden-sec {
    left: -37% !important;
  }



  .team-area .item .info {
    padding: 30px !important;

  }

  .services-inner .service-main .team-items .single-item .service-homepage .content h4 {
    font-weight: 600 !important;
    margin-bottom: 26px !important;
    color: white !important;
    font-size: 20px !important;
  }

  .services-inner .service-main .team-items .single-item .service-homepage .thumb img {
    transition: all 0.35s ease-in-out;
    height: 120px;
    object-fit: cover;
    width: 100%;

  }

  .grid-change .main-clientslogo {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }

  .service-name h5 {
    margin: 0px;
    padding: 15px 10px 0px;
    font-weight: 600;
    font-size: 10px;
    text-transform: capitalize;
  }

  .main-each-unique {
    padding: 15px;
  }

  .services-details-items .services-single-content h2 {
    font-weight: 600;
    margin-top: 30px;
    font-size: 20px;
    margin-bottom: 20px;
  }

  .remove-box-shadow {
    box-shadow: none !important;
    padding: 0px !important;
  }


  .tne-feature {
    background-color: #ffffff;
    position: relative;
    margin-top: 25px;
  }




  .tne-feature>span {
    display: block;
    width: 32px;
    height: 32px;
    background: #2d2d2d;
    position: absolute;
    top: 10px;
    display: none;
    right: 55px
  }

  .tne-feature>span:nth-child(2) {
    transition: transform .5s ease-in-out
  }

  .tne-feature>span:nth-child(3) {
    background: #39d1d4;
    top: 32px;
    right: 87px;
    transition: transform .8s ease-in-out
  }

  .tne-feature>span:nth-child(4) {
    background: #2d2d2d;
    top: 130px;
    right: 160px;
    width: 20px;
    height: 20px
  }

  .tne-feature>span:nth-child(5) {
    background: #2d2d2d;
    top: 55px;
    right: 25px;
    width: 28px;
    height: 28px
  }

  .tne-feature>span:nth-child(6) {
    background: #2d2d2d;
    top: 80px;
    right: 290px;
    width: 14px;
    height: 14px
  }

  .tne-feature>span:nth-child(7) {
    background: #39d1d4;
    top: 50px;
    right: 230px;
    transition: transform .4s ease-in-out
  }

  .tne-feature>span:nth-child(8) {
    background: #fff;
    top: 82px;
    right: 198px;
    transition: transform .6s ease-in-out
  }

  .tne-feature>span:nth-child(9) {
    background: #2d2d2d;
    top: 82px;
    left: 198px;
    transition: transform .6s ease-in-out
  }

  .tne-feature>span:nth-child(10) {
    background: #39d1d4;
    top: 60px;
    left: 108px;
    transition: transform .6s ease-in-out
  }

  .tne-feature>span:nth-child(11) {
    background: #2d2d2d;
    top: 160px;
    left: 100px;
    transition: transform .6s ease-in-out
  }

  .tne-feature>span:nth-child(12) {
    background: #2d2d2d;
    top: 80px;
    left: 250px;
    transition: transform .6s ease-in-out
  }

  .tne-feature>span:nth-child(13) {
    background: #39d1d4;
    ;
    top: 190px;
    left: 40px;
    transition: transform .6s ease-in-out
  }

  .tne-feature .sqs {
    transform: scale(0)
  }

  .tne-feature .sqh {
    transform: scale(1)
  }

  .tne-feature:hover .sqs {
    transform: scale(1)
  }

  .tne-feature:hover .sqh {
    transform: scale(0)
  }

  .typed-out span {
    color: #39d1d4;
  }

  .tagline-para h5 {
    margin: 15px 15px !important;
    font-size: 13px;
  }

  .contact-area .info .content {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
  }

  .contact-form-box .form-box {
    background-color: #39d1d4;
    padding: 30px;
    margin-bottom: 25px;
  }

  .contact-heading {
    font-weight: 800;
    font-size: 45px;
    text-transform: uppercase;
  }

  .backgroung-white {
    background: white;
    color: #111;
    font-weight: 400;
  }

  .contact-content p {
    font-size: 20px;
    color: #5d5858;
  }

  body, html {
    overflow-x: hidden;
  }

  header#home {
    display: none !important;
  }

  .team-area .item .info span {
    font-size: 11px;
  }

  .desktop-menu ul li:not(:last-child) a:hover {

    transition: 0.3s all;
  }

  .desktop-menu ul li a {
    font-size: 15px !important;
  }

  #navbar-menu .navbar-nav-new {
    float: right !important;
  }

  .navbar-brandlogo p {
    MARGIN-BOTTOM: 0;
    FONT-SIZE: 35PX;
    COLOR: WHITE;
    FONT-WEIGHT: 600;

    display: flex;
    justify-content: center;
    align-items: center;
  }

  .banner-img {
    width: 100%;
    height: 20vh;
  }


  .banner-img img {
    width: 100%;
    height: calc(100vh - 120px);
    object-position: center center;
  }

  .banner-img video {
    width: 100%;
    height: calc(30vh - 80px);
    object-position: center center;
    object-fit: cover;
  }

  .contact-li {
    background: #39d1d4;
    border-radius: 5px;
  }

  .navbar-nav-new li a {
    padding: 12px 18px !important;
    text-transform: capitalize !important;
  }

  .contact-li a {
    color: black !important;
    padding: 11px 12px !important;
  }

  nav.navbar.bootsnav .navbar-brand {
    padding: 0px 15px !important;
  }

  .navbar-nav-new {
    margin-top: 35px;
  }

  .content-box-p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .content-box-p .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .about-content-area .content-box .info h2 {
    font-weight: 600;
    margin-bottom: 0px;
    font-size: 20px !important;
    text-transform: capitalize;
  }

  .content-box-p .info p {
    font-size: 30px;
    margin-bottom: 40px;
  }

  .btn.btn-gradient::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to right, #39d1d4, #39d1d4, #39d1d4);
    background-size: 220% 150%;
    text-transform: uppercase;
    display: inline-block;
    color: #000000 !important;
    background-color: #39d1d4;
    z-index: -1;
    transition: all 0.35s ease-in-out;
  }

  nav.navbar.bootsnav.navbar-fixed {
    display: block;
    position: absolute !important;
  }

  .service-main.team-area .item .content {
    font-weight: 600;
    font-size: 43px;
    color: white;
    z-index: 99999999999999999;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    padding-left: 47px;
    position: relative;
    bottom: 84px;
  }

  .service-main.team-area .item {
    background: #fff;
    padding: 15px;
    box-shadow: 0 0 12px #00000029;
    border-radius: 10px;
    margin-bottom: 15px;
    height: 135px;
  }

  body, html {
    overflow-x: hidden;
  }

  .service-main.team-area .item h4 {
    font-weight: 600 !important;
    margin-bottom: 5px !important;
    color: white !important;
    font-size: 18px !important;
  }

  nav.navbar.bootsnav ul.nav>li>a {
    padding: 10px 12px !important;
  }

  .about-us-area .info h2 {
    font-weight: 600;
    margin-bottom: 0px;
    font-size: 20px !important;
    text-transform: capitalize;
    margin-top: 1px;
  }

  .service-main.team-area .team-items .thumb img {
    transition: all 0.35s ease-in-out;
    height: 135px;
    object-fit: cover;
    width: 100%;
  }



  .team-area .team-items .thumb {
    border-bottom: 0px solid transparent;
  }

  .team-area::after {
    border: 0px solid transparent !important;
    border-radius: 0px !important;
  }

  .less-ptb {
    padding-top: 10px;
    padding-bottom: 15px;
  }

  .default-padding {
    /* padding-top: 30px; */
    padding-bottom: 0px !important;
    margin-top: 70px;
    padding-top: 0px;

  }

  .contact-area .info ul li {
    float: left;
    width: 100%;
    padding: 0 15px;
    margin: 0px 0px 20px 0px;
  }

  .contact-area .info ul {
    display: flex;
    margin-top: 0px;
    flex-wrap: wrap;
  }

  .navbar-brandlogo-foo p {

    FONT-SIZE: 14PX;
    COLOR: #ffffff !important;
    FONT-WEIGHT: 600;
    /* height: 50px !important; */
    display: flex;
    justify-content: center;
    align-items: center;

  }

  .main-foo {
    display: flex;
    flex-direction: column;
  }

  .navbar-brand-footers {
    float: inherit;
    height: auto !important;
    padding: 0 0 0 0 !important;
  }

  footer .footer-bottom li::before {
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    /* height: 5px; */
    /* width: 5px; */
    background: transparent !important;
    border-radius: 50%;
    margin-top: -3px;
    opacity: 0.5;
  }

  footer .footer-bottom li {
    display: inline-block;
    margin-left: 0 !important;
  }

  footer .footer-bottom li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
  }

  footer .footer-bottom .text-right {

    margin-top: 0px;
  }

  .text-light-f li a {
    color: #ffffff !important;
    text-transform: uppercase;
    font-size: 11px;
  }

  .para-footer p {
    margin-bottom: 0px !important;
    font-size: 13px;
    line-height: 24px;
    text-transform: capitalize;
    color: #ffffff;
  }

  .para-footer {
    margin-top: 0px;
  }

  .button-get .btn.btn-gradient {
    position: relative;
    z-index: 1;
    color: #223d44;
    padding: 18px 81px;
    font-size: 18px;
  }


  .service-list {

    color: white;
    font-size: 13px;
  }

  .form-control {
    font-size: 12px !important;
    color: white;
    background-color: #39d1d4;

  }

  .form-control:focus {
    outline: none;
    color: white;
    background-color: #39d1d4;
  }


  /*  */


  /* .typed-out {
    overflow: hidden;
    border-right: .15em solid orange;
    font-size: 1.6rem;
    width: 0;
} */

  .typed-out {
    overflow: hidden;
    border-right: 0.15em solid transparent;
    white-space: nowrap;
    font-size: 20px;
    color: #000000;
    width: 0;
    text-transform: capitalize;
    margin-bottom: 0px;
    animation: typing 1.5s infinite;
    display: flex;
    align-items: center;
    position: relative;

    font-weight: 600;
  }

  .content-box .button-get {
    margin: 15px 0px !important;
  }

  @keyframes typing {
    0% {
      width: 0
    }

    20% {
      width: 20%;
    }

    30% {
      width: 30%;
    }

    40% {
      width: 40%;
    }

    50% {
      width: 50%;
    }

    70% {
      width: 70%;
    }

    90% {
      width: 100%
    }

    100% {
      width: -0;
    }
  }

  .main-typings {
    display: flex;
    align-items: center;

  }

  .mobile-milestone-row {
    padding: 10px !important;
    margin: 0px !important;
  }

  .publication-slider .publication-card {
    margin: 10px 8px !important;
  }

  p {
    color: #0a1f2b;
    font-size: 13px;
  }

  .para-footer p:nth-child(2) {
    margin-bottom: 0px !important;
    font-size: 13px;
    line-height: 24px;
    text-transform: capitalize;
    color: #ffffff;
  }

  .site-heading h2 {
    font-size: 18px;
    margin-top: 20px;
  }

  .site-heading {
    margin-bottom: 20px;
  }

  .coming-text h1 {
    font-size: 14px !important;
  }

  footer .footer-bottom-box {
    padding: 10px 0;
    padding-right: 0;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }

  .nav-tabs .nav-link.active {
    color: #000000 !important;
    background-color: #fff0 !important;
    BORDER-BOTTOM: 5PX SOLID #39d1d4 !important;
  }

  .nav-tabs {
    border-bottom: 1px solid #dee2e600 !important;
  }

  .nav-new {
    DISPLAY: flex !important;
    JUSTIFY-CONTENT: center !important;
    ALIGN-ITEMS: center !important;
  }

  .nav-tabsnew {
    border-bottom: 1px solid #dee2e6 !important;
    margin: 30px 0px;
    /* WIDTH: 156PX !important; */
  }

  .nav-tabsnew a {
    margin-left: 20px;
  }

  #tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    color: #020202 !important;
    font-size: 17px;
    padding: 0 !important;
    font-weight: 300;
  }

  .nav-tabs {
    border-bottom: 1px solid #dee2e600 !important;
  }

  #tabs {
    background: #efefef;
    color: #000;
    margin-top: 16px;
  }

  .main-clientslogo {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 25px;
    margin: auto;
    padding-top: 7px;
    justify-items: center;
    align-items: center;

  }

  .team-area .single-item {
    margin-bottom: 0px;
    padding: 6px;
  }

  .main-clientslogo .logo-img img {
    object-fit: contain;
    height: 50px;
    margin: auto;
    display: block;
  }

  .feature-text.is-green {
    color: #223d44;
    text-transform: capitalize;
    text-align: center;
    font-size: 20px;
  }

  .google-maps iframe {
    height: 250px;
  }

  .feature-text {
    margin-bottom: 20px;
    color: #0a1f2b;
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    text-align: left;
  }

  .py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .navbar-header {
    float: left;
    /* width: 38%; */
  }

  .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0 solid !important;
    border-right: 0 solid transparent !important;
    border-bottom: 0 !important;
    border-left: 0 solid transparent !important;
  }


  .publication-class.campaign .single-item .item img {
    height: auto !important;
  }

  .services-details-items {
    margin-bottom: 35px;
  }

  .pub-content {
    width: 50%;
    padding: 0px 30px;
  }

  .pub-images {
    width: 50%;
  }

  .pub-content h4 {
    font-size: 18px;
  }

  .pub-content p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 20px;
    font-size: 14px;
    text-align: justify;
    text-overflow: ellipsis;
  }

  .pub-card {
    display: flex;
    align-items: center;
  }

  .pub-maincard {
    border-radius: 20px;
    box-shadow: 0 0 11px #bfbaba66;
    padding: 20px 20px 20px 20px;
    margin-top: 30px;
  }

  .show-more {
    display: flex;
    justify-content: flex-end;
  }

  .show-more-content-new .show-more-content, .show-more-content-new .show-more-content, .show-less {
    display: block !important;
  }

  .show-more-content-new .show-more {
    display: none !important;
  }

  .show-more-content p {
    margin: 0px;
    padding: 15px 0px;
  }

  .desktop-menu ul>li a:hover::after {
    width: 100%;
    transition: width .8s;
  }

  .social-icons a i {
    font-size: 35px;
    /* opacity: 0.46; */
    color: white;
    margin-left: 10px;
  }

  .media-icons {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-top: 25px;
    margin-bottom: 20px;
  }

  .thumb-services-area .services-items .item {
    background-size: cover;
    background-position: center;
    padding: 0px !important;
    position: relative;
    z-index: 1;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 3px solid #1c1c1c;
    border-radius: 8px;
    z-index: 1;
    transition: all 0.35s ease-in-out;
  }

  .thumb-services-area .services-items .item:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    overflow: hidden;
  }

  .thumb-services-area .services-items .single-item .item:hover::after,
  .thumb-services-area .services-items .single-item .item::after {
    opacity: 1;
  }

  .common-padding {
    padding: 20px 0px !important;
  }

  .single-item .info h4 {
    font-size: 13px;
    font-weight: bold;
    width: 95%;
  }

  .navbar-brandlogo-mobile img {
    width: 350px;
    height: 120px;
    object-fit: contain;
  }

  .thumb-services-area .single-item {
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
  }

  .bg-theme {
    background-color: #39d1d4;
  }

  .contact-area .info ul li i {
    background: linear-gradient(90deg, rgba(4, 215, 242, 1) 57%, rgba(4, 215, 242, 1) 100%);
  }

  .contact-area .info .content {
    border-radius: 10px;
  }

  .desktop-menu ul li.dropdown {
    position: relative;
  }

  a:hover {
    text-decoration: none !important;
  }

  /* job listing css start */

  /********************
      job-listing
  *********************/
  .job-box {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .job-box .lable {
    width: 200px;
    position: absolute;
    top: -2px;
    left: -86px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 1;
    background: #d8dff7;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .job-box .lable h6 {
    font-size: 12px;
  }

  .job-box:hover {
    border-color: #849ae5 !important;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  .job-box:hover .lable {
    background: #2f55d4;
  }

  .job-list-reg-form {
    position: relative;
    bottom: 45px;
    -webkit-box-shadow: 0 -3px 31px 0 rgba(0, 0, 0, 0.03), 0 6px 20px 0 rgba(0, 0, 0, 0.02);
    box-shadow: 0 -3px 31px 0 rgba(0, 0, 0, 0.03), 0 6px 20px 0 rgba(0, 0, 0, 0.02);
  }

  .left-sidebar .card-body {
    border-bottom: 1px solid #eaedf6;
  }

  a.job-list[data-toggle=collapse]:before {
    content: '\f374';
    display: block;
    font-family: 'Material Design Icons';
    font-size: 20px;
    color: #161c2d;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  a.job-list[data-toggle=collapse].collapsed:before {
    content: '\f415';
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }

  .job-list {
    position: relative;
  }

  .card-header {
    background-color: transparent;
    margin-bottom: 0 !important;
  }

  .custom-control-label:before {
    border: 1px solid #8492a6;
    background-color: transparent;
    width: 17px;
    height: 17px;
    top: 3px;
  }

  .custom-control-label:after {
    width: 18px;
    height: 18px;
    top: 2px;
    left: -25px;
  }

  .custom-control {
    margin: 11px 20px;
  }

  .nice-select:after {
    margin-top: -5px;
    height: 7px;
    width: 7px;
  }

  .apply-btn-sm {
    padding: 6px 20px;
    border-radius: 4px;
  }

  .job-list-box {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }

  .job-list-box:hover {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  /********************
        JOB LIST GRID
    *********************/
  .job-list-grid {
    padding: 210px 0px 60px 0px;
    background-image: url("../images/job-list-grid-bg.jpg");
    background-size: cover;
    position: relative;
    background-position: center center;
  }

  .job-list-grid-reg-form {
    background-color: #fcfcfe !important;
    border: 1px solid #eaedf6;
  }

  .list-grid-item {
    border: 1px solid #eaedf6;
    border-radius: 6px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }

  .list-grid-item:hover {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    border-color: transparent;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  .grid-fev-icon {
    -webkit-text-stroke: 2px #2f55d4;
    -webkit-text-fill-color: transparent;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }

  .grid-fev-icon:hover {
    -webkit-text-stroke: 0px #2f55d4;
    -webkit-text-fill-color: #2f55d4;
  }

  /********************
        JOB SINGLE
    *********************/
  .job-time-btn {
    border-radius: 50px;
  }

  .job-overview {
    padding: 24px 0 24px 24px;
  }

  .overview-details {
    overflow: hidden;
  }


  .pagination.job-pagination .page-link {
    border-radius: 50% !important;
    margin: 0 4px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    /* line-height: 29px; */
    text-align: center;
    color: #8492a6;
  }

  .pagination .page-item.active .page-link {
    background-color: #39d1d4;
    border-color: #39d1d4;
    color: #ffffff !important;
  }

  .display-1 {
    font-size: 80px !important;
  }

  .display-2 {
    font-size: 72px !important;
  }

  .display-3 {
    font-size: 64px !important;
  }

  .display-4 {
    font-size: 56px !important;
  }

  .job-tab ul li a {
    color: black !important;
    font-size: 12px;
  }

  .job-tab ul li a.active {
    color: #ffffff !important;
  }

  .company-logo img {
    width: 85px;
    height: 85px;
    object-fit: contain;
  }

  .thumb-services-area .services-items .item::after {
    background: #808080a1 !important;
  }

  .desktop-menu ul li.dropdown a {
    display: inline-flex
  }

  .job-popup-form {
    min-width: 55% !important;
  }

  .login-custom h4 {
    text-align: center;
    margin-bottom: 33px;
  }

  .apply-job-row button {
    /* background: #f44336; */
    background: #39d1d4;
    border-radius: 5px;
    color: black;
    font-weight: 400;

  }

  .job-popup-form .modal-header {
    padding: 0px;
    border: none;
  }

  .job-popup-form .modal-header button {
    width: 35px;
    height: 35px;
    position: absolute;
    right: -2%;
    padding: 0%;
    border-radius: 50%;
    top: -4%;
    opacity: 1;
    color: #ffffff;
    background: #f44336;
    /* justify-content: center; */
    align-items: center;
    justify-content: center;
    display: flex;
    margin: 0%;
  }

  .login-custom .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: none;
    border-radius: 4px;
    min-height: 40px;
  }

  .login-custom .select2-container--default .select2-selection--single .select2-selection__rendered {
    min-height: 40px !important;
    padding: 0px 15px;
    margin: 0px;
    border: 1px solid #d8d8d8;
    width: 100%;
    border-radius: 10px;
  }

  .login-custom .select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    width: 100% !important;
    position: relative;
    vertical-align: middle;
  }

  .login-custom .select2-container--default .select2-selection--single .select2-selection__arrow {
    min-height: 40px;
    position: absolute;
    top: 0px;
    right: 1px;
    width: 20px;
  }

  .job-popup-form .modal-content {
    margin-top: 100px;
  }

  textarea {
    padding: 15px;
    padding: 0px 15px;
    margin: 0px;
    border: 1px solid #d8d8d8;
    width: 100%;
    border-radius: 10px;
  }

  .input-user input {
    min-height: 50px !important;
    padding: 0px 15px;
    margin: 0px;
    border: 0px solid #39d1d4;
    width: 100%;
    background: #39d1d414;

  }

  .input-user select {
    min-height: 50px !important;
    padding: 0px 15px;
    margin: 0px;
    border: 0px solid #39d1d4;
    width: 100%;
    background: #39d1d41f;

  }

  .login-custom .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
  }

  .input-user input::placeholder, .login-custom .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: grey;
    font-size: 12px !important;
  }

  .job-popup-form .modal-body {
    padding: 50px;
  }

  .job-popup-form .modal-header button i {
    font-size: 15px;
  }

  .job-detail a {
    border: none !important;
  }

  .intership-form {
    border-radius: 5px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 4px 10px 2px rgb(0 0 0 / 20%);
    box-shadow: 0 4px 10px 2px rgb(179 170 170 / 20%);
    padding: 40px 50px;
  }


  .service-content .service-list {
    list-style-type: disc;
    list-style-position: inside;
  }

  #home .desktop-header {
    background-color: #ffffff;
    padding: 0px 0px;
    height: 120px;
    z-index: 999;
  }

  .desktop-menu ul li a {
    color: black !important;
  }

  .h-300 {
    height: 140px !important;
  }

  .breadcrumb-area {
    margin-top: 80px !important;
    padding: 0px !important;

  }

  .about-us-area .about-items .thumb img {
    border-radius: 8px;
    height: auto;
    width: 100%;
    object-fit: cover;
  }

  .button-get a {
    background: #39d1d4;
    font-size: 15px;
    color: #ffffff;
    margin-top: 0px;
    padding: 2px 30px;
    text-transform: uppercase;
    font-weight: 600;
  }

  .dropdown-toggle::after {
    content: "" !important;
    display: none !important;
  }

  .desktop-menu ul li.active {
    background: #1c1c1c !important;
    border-radius: 5px;
  }

  .desktop-menu ul li.active a {
    padding: 6px 20px !important;
    display: inline-block;

    color: #ffffff !important;
    border-radius: 5px;
  }

  .desktop-menu ul li a.dropdown-toggle {
    padding: 6px 15px !important;

  }

  .remove-box-shadow a {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 135px;
    border-radius: 8px;
  }

  .service-homepage:hover a .thumb:before {
    background-color: #000000 !important;
    /* opacity: 0.2; */
  }

  .remove-box-shadow:hover .overlays-services {
    opacity: 1 !important;
    background-color: #000000a1;

  }

  .remove-box-shadow .overlays-services {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 99;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: .5s ease;
    background-color: #00000082;
  }

  .service-homepage a .thumb:before {
    opacity: 1;

    background: transparent;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    transition: all 0.35s ease-in-out;
  }


  .dropdown-arrows {
    margin-left: 10px;
  }

  .dropdown-arrows i {
    font-size: 18px;
  }


  .breadcrumb-area h1 {
    display: none;
  }

  .breadcrumb-area .breadcrumb {
    display: none;
  }

  .job-tab ul.nav {
    display: flex !important;
  }

  .desktop-menu ul li:hover {
    background: #1c1c1c !important;
    border-radius: 5px;
  }

  .desktop-menu ul li:hover a {
    color: #ffffff !important;
    transition: 0.5s all;
  }

  .desktop-menu ul li a {
    padding: 6px 15px !important;
    display: inline-block;

    border-radius: 5px;
  }

  .partner-carousel {
    display: none !important;
  }

  * {
    box-sizing: border-box;
  }

  body {
    margin: 0 !important;
    font-family: 'Poppins', sans-serif !important;
    padding: 0 !important;
  }

  .banner-section {
    margin-top: 70px;
  }

  .publication-class .single-item .item img {
    height: 95px;
    width: 100%;
    object-fit: cover;

  }

  .publication-class .single-item {
    border-radius: 20px;
    margin-right: 15px;
    box-shadow: 0 0 11px #bfbaba66;
    padding: 10px;
    margin: 10px 0px;

  }

  .contact-area .info h2 {
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 20px;
  }

  .contact-area .info .content {
    padding: 0px 20px;
    margin: 0 15px;
  }

  .publication-class .single-item .publish-heading h5 {
    margin-bottom: 0px;
    margin-top: 20px;
    min-height: 20px;
    font-size: 10px;

  }

  .input-user .form-control {
    background-color: transparent;
    color: grey;
  }

  /* kb */
  .personal-detail-form {
    border-top: 1px solid #80808014;
    padding: 74px 36px 74px 36px;
    box-shadow: 0 4px 19px 0 rgb(0 0 0 / 11%);
  }

  .Educational-detail-form {
    border-top: 1px solid #80808014;
    padding: 40px 36px 40px 36px;
    box-shadow: 0 4px 19px 0 rgb(0 0 0 / 11%);
  }

  .apply-now {

    color: #ffffff !important;
    padding: 10px 24px;

  }

  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: transparent !important;
    box-shadow: 0 0 0 0.1rem rgb(0 188 212 / 35%) !important;
  }

  .input-user .form-control {
    background-color: #39d1d414;
    color: grey;
  }

  .personal-detail-form {
    margin-bottom: 60px !important;

  }

  /*  */
  .personal-detail-form-blue {
    background: #39d1d4;
  }

  .input-user-#ffffff input {
    min-height: 50px !important;
    padding: 10px 15px;
    margin: 0px;
    border-bottom: 1px solid #ffffff !important;
    width: 100%;
    background: #39d1d414 !important;
    border-top: #ffffff !important;
    border-left: 0px !important;
    border-right: 0px !important;
  }

  .input-user-#ffffff select {
    min-height: 50px !important;
    padding: 0px 15px;
    margin: 0px;
    border-bottom: 1px solid #ffffff !important;
    width: 100%;
    background: #39d1d414 !important;
    border-top: #ffffff !important;
    border-left: 0px !important;
    border-right: 0px !important;
  }

  .apply-now-#ffffff {
    color: black !important;
    padding: 13px 49px;
  }

  .apply-job-row-#ffffff button {
    background: #ffffff;
    border-radius: 5px;

    font-weight: 400;
  }

  .login-custom-#ffffff h4 {
    text-align: center;
    margin-bottom: 33px;
    color: #ffffff;
    font-size: 22px;
  }

  .form-two {
    margin-top: 30px;
  }


  .personal-detail-form .input-user .form-control {
    background-color: transparent !important;
    color: grey;
    border: 1px solid #e6e4e4;
    max-height: 40px !important;
    min-height: 40px !important;

  }

  .personal-detail-form .input-user .form-control::placeholder {
    font-size: 12px
  }

  .input-user.input-user-#ffffff {
    background-color: transparent !important;
    color: grey;
    border: 1px solid #e6e4e4;
    max-height: 40px !important;
    min-height: 40px !important;
  }

  .publication-class .single-item .item {
    overflow: hidden;
  }

  .publication-class .single-item .item:hover img {
    -ms-transform: scale(1.2);
    /* IE 9 */
    -webkit-transform: scale(1.2);
    /* Safari 3-8 */
    transform: scale(1.2);
    transition: 0.7s all;
  }

  .publication-class .single-item .item img {
    transition: transform .8s;
    /* Animation */

  }

  .publish-heading .blog-by {
    text-align: right;
    margin-top: 15px;
    font-size: 12px;
    color: #000;
    font-weight: 800;
  }

  .publish-heading h5 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .ffffff-text {
    color: #ffffff;
  }

  .mt-175 {
    margin-top: 175px;
    background: linear-gradient(185deg, #0b989b, #33cbcf82);
    padding: 150px;
  }

  .card-budget {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 17px;
  }

  .card-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #ffffffa6;
    border-radius: 86px;
    text-align: center;
    border: 1px solid #dde6e7;
  }

  .border-main-div {
    border: 4px solid #ffffff;
    padding: 35px 64px;
  }

  .paragraph-content-budget p {
    font-style: italic;
    color: #ffffff;
    font-style: italic;
    text-shadow: 0px 1px #8f8f8f;
    text-align: center;
    font-size: 16px;

  }

  .knwomore {
    color: black;
    background: #ffffff;
    padding: 9px 29px;
    border-radius: 13px;
    font-size: 14px;
  }

  .button-know-more {
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 79px; */
    margin-top: 39px;
  }

  .card-content {
    height: 93px;
  }

  .card-content p:nth-child(1) {

    margin-bottom: 0px;
    font-size: 25px;

  }

  .card-content p:nth-child(2) {
    margin-bottom: 0px;
    padding: 7px 37px 0px 37px;
    line-height: 18px;
    font-size: 14px;
  }

  .kejriwal h3 {
    text-align: center;
    color: #ffffff;
    font-size: 40px;
    text-shadow: 0px 1px black;
    margin-bottom: 21px;

  }

  .about-items p {
    text-align: justify;
    font-size: 12px;
    line-height: 20px;
  }

  .white-text {
    color: white;
    font-size: 20px;
  }

  .contact-area .form-box textarea {
    min-height: 110px;
  }

  .contact-area .form-box button {
    display: inline-block;
    padding: 6px 42px;
    border-radius: 5px;
    margin-top: 10px;
    background: #ffffff;
    font-weight: 600;
    font-size: 14px;
    color: #39d1d4;
  }

  .main-clientslogo .logo-img span {
    text-align: center;
    display: inline-block;
    width: 90%;
    margin: auto;
    line-height: 13px;
    font-size: 9px;
    font-weight: 700;

  }

  .button-get {
    margin: 30px 0px !important;
  }

  .testimonials-area .testimonial-items {
    position: relative;
    z-index: 1;
    min-height: 60vh;
  }

  .logo-img figcaption {
    text-align: center;
    font-size: 10px;
  }

  /* mobile header start */
  .menubar {
    display: flex;
    justify-content: flex-end;
  }

  .logo img {
    width: 65%;
  }

  .header-card {
    padding: 7px 15px;
    position: fixed;
    top: 0px;
    width: 100%;
    height: 70px;
    background: white;
    z-index: 9999;
  }

  .menubar i {
    font-size: 25px;
  }

  /* new mobile side menu */
  .sidenav {
    display: block;
    width: 65%;
    background-color: white;
    padding-top: 0px;
    position: fixed;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.09);
    top: 0;
    left: -65%;
    height: 100%;
    text-align: left;
    transition: all .5s ease;
    z-index: 9999999;
  }

  .sidenav ul {
    padding-left: 0;
  }

  .sidenav.show {
    left: 0px;
  }

  .sidenav .red-bg {
    background: transparent;
    color: white !important;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 25px 15px 40px 25px;
  }

  .sidenav .mob-nav-list .nav-links {
    padding-left: 10px;
    color: grey;
    font-size: 15px;
    text-transform: capitalize;
  }

  .mobile-menu-heading h5 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 0px;
    font-size: 16px;
    padding-left: 40px;
    line-height: 20px;
    color: #333333;
  }

  .sidenav .close {
    /* width: 15%; */
    width: 100%;
  }

  .sidenav .close .fa-times {
    font-size: 25px;
    color: white;
  }

  .sidenav .mob-nav-div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 5px 15px;
  }

  .sidenav .mob-nav-div .mob-nav-img {
    width: 10%;
    text-align: center;
  }

  .sidenav .mob-nav-div .mob-nav-heading {
    /* width: 90%; */
    width: 100;
  }

  .sidenav .mob-nav-div .mob-nav-img img {
    height: 16px;
    width: 16px;
    object-fit: contain;
    padding: 0;
  }

  .mob-nav-col .mob-nav-div:first-child {
    padding-top: 28px;
  }

  .mob-nav-div {
    display: flex;
    align-items: center;
  }

  .mob-nav-col ul li img {
    height: 21px;
    width: 21px;
    object-fit: contain;
  }

  .mob-nav-col ul li span {
    padding-left: 15px;

    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    padding-left: 15px;
    font-feature-settings: 'liga'off;
    color: #333333;
  }

  .mob-nav-col ul li {
    list-style: none;
    padding: 20px 10px;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.2);
    width: 90%;
    margin-left: 5%;
  }

  .mob-nav-col ul li a {
    color: #5b5b5b;
    display: flex;
    align-items: center;
  }

  .mobile-menu-list ul li.active i,
  .mobile-menu-list ul li.active span {
    color: #25D7E2;
    padding-left: 35px;
  }

  .mob-nav-col ul .home-icons.active::before {
    content: '';
    background: url(../img/new-images/home-icon1.svg) no-repeat center center;
    width: 20px;
    height: 20px;
    position: absolute;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  .mob-nav-col ul .product-icons.active::before {
    content: '';
    background: url(../img/new-images/shopping-cart-1.png) no-repeat center center;
    width: 20px;
    height: 20px;
    position: absolute;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  .mob-nav-col ul .about-menu.active::before {
    content: '';
    background: url(../img/new-images/info-1.svg) no-repeat center center;
    width: 20px;
    height: 20px;
    position: absolute;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  .mob-nav-col ul .contac-menu.active::before {
    content: '';
    background: url(../img/new-images/phone-icon.svg) no-repeat center center;
    width: 20px;
    height: 20px;
    position: absolute;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  .mob-nav-col ul li.active img {
    display: none;
  }

  .banner-content-section {
    height: 468px;
  }

  .main-form {
    height: 468px;
    width: 100%;

  }

  .color-bg {
    background: radial-gradient(#0000005e, #39d1d4);
    background: radial-gradient(#0000005e, #39d1d4);
    height: 468px;
  }

  .d-flex-color {
    display: flex;
    height: 468px;
  }

  .d-flex-color .first-heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    width: 60%;
  }

  .d-flex-color .form-journy {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 33px;

  }

  .d-flex-color .first-heading h3 {

    font-size: 62px;
    color: white;
    font-weight: 700;
    text-shadow: 0 1px black;

  }

  .d-flex-color .first-heading p {
    color: white;
    font-size: 17px;
    padding-right: 109px;
  }

  .journy-build {
    width: 100%;
  }

  .journy-build .form-control {
    color: white;
    background-color: #ffffff;
    height: 45px !important;
    min-height: 45px;
    border: 0px solid white;
  }

  .start-btn a {
    background: black;
    color: white;
    padding: 7px 42px;
    border-radius: 7px;
  }

  .journy-build select.form-control {
    height: 45px !important;
  }

  .form-journy p {
    color: white;
    font-size: 22px;
    line-height: 31px;
    font-weight: 500;
  }

  .banner-content-section {
    height: 468px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  input::placeholder {
    font-size: 12px;
  }

  .logo-clients {
    display: flex;
    width: 100%;
  }

  .trusted-client-img {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    padding: 16px 0;

  }

  .trusted-client-img .img-client {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .trusted-by {
    width: 30%;
    display: flex;
    align-items: center;
  }

  .trusted-by h3 {
    margin-bottom: 0px;
    font-size: 39px;
    color: #39d1d4;
    font-weight: 600;
    text-shadow: 0 1px #0000007a;
  }

  .trusted-section-log {
    padding: 70px 0;
  }

  .top-boder {
    width: 100%;

    background: radial-gradient(#20bbbe, white);
    height: 5px;
    padding: 0;
  }

  .bottom-boder {
    width: 100%;

    background: radial-gradient(#20bbbe, white);
    height: 5px;
    padding: 0;
  }

  .secon-flexing {
    width: 70%;
  }

  .bg-market {
    height: 300px;
    background: radial-gradient(#0000005e, #39d1d4);
  }

  .section-digital-marketing {
    background-repeat: no-repeat;
    object-fit: fill;
    /* background-size: cover; */
    width: 100%;
    height: 300px;

  }

  .content-digital {
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;

  }

  .content-digital h3 {
    font-size: 49px;
    color: white;
    font-weight: 700;
    text-shadow: 0 1px black;
  }

  .content-digital p {
    display: flex;
    justify-content: center;
    align-items: center;
    color: wh;
    color: white;
    font-size: 18px;
  }

  .our-brand-sections {
    padding: 70px 0;
  }

  .your-brand p {
    margin-bottom: 0px;

    padding: 11px 33px;
    background: #40d3d6;
    color: white;
    font-weight: 600;
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
    transition: 0.3s;
    font-size: 19px;
    text-shadow: 0 1px #ffffff2e;
  }

  .brand-content-main {
    width: 100%;
  }

  .brand-content-main .your-brand {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .your-brand p::after {
    content: "";
    width: 1px;
    height: 50px;
    background-color: black;
    display: block;
    position: absolute;
    top: 50px;
    right: 50%;
  }

  .creative p {
    margin-bottom: 0px;
    border: 2px solid #40d3d673;
    padding: 10px 20px;
    margin-top: 26px;
    color: #40d3d6;
    box-shadow: 0 8px 16px 0 rgb(64 211 214 / 15%);
    font-size: 19px;
    font-weight: bold;
    text-shadow: 0 1px #00000026;
  }

  .stratergy p {
    margin-bottom: 0px;
    border: 1px solid black;
    padding: 10px 20px;
    margin-top: 26px;
  }

  .main-consultings {
    width: 100%;
    display: flex;
    justify-content: space-around;
    position: relative;
  }

  .main-digitals-two {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .digital-contents {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .digital-contents-one {
    display: flex;
    flex-direction: column;
  }

  .digital-contents-two {
    display: flex;
    flex-direction: column;
  }

  .digital-contents-one .development {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

    margin-top: 39px;

  }

  .digital-contents-two .development {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
    margin-top: 39px;


  }

  .digital-contents-one .creative {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .digital-contents-two .creative {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .development p {


    margin: 0 37px;
  }



  .digital-contents-one .creative::after {
    content: " ";
    display: block;
    width: 150px;
    height: 1px;
    background-color: black;
    position: absolute;
    right: 0;
    top: 50px;
  }

  .digital-contents-two .creative::after {
    content: " ";
    display: block;
    width: 153px;
    height: 1px;
    background-color: black;
    position: absolute;
    left: 0;
    top: 50px;
  }

  .creative {
    position: relative;
  }

  .digital-contents-one .development {
    position: relative;
  }

  .digital-contents-one .development::after {
    content: " ";
    display: block;
    width: 1px;
    height: 117px;
    background-color: black;
    position: absolute;
    top: -40px;
    left: 50%;
  }

  .development p:nth-child(1)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 43%;
    top: 24px;
  }

  .development p:nth-child(2)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 50%;
    top: 76px;
  }

  .digital-contents-two .development p:nth-child(1)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 43%;
    top: 8px;
  }

  .digital-contents-two .development p:nth-child(2)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 50%;
    top: 56px;
  }

  .digital-contents-two .development p:nth-child(3)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 43%;
    margin-top: -20px;
  }

  .digital-contents-two .development p:nth-child(4)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 50%;
    margin-top: -12px;
  }

  .digital-contents-two .development p:nth-child(5)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    right: 50%;
    margin-top: -24px;
  }

  .digital-contents-two .development p:nth-child(6)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 50%;

    margin-top: -40px;
  }

  .digital-contents-two .development::after {
    content: " ";
    display: block;
    width: 1px;
    height: 100%;
    background-color: black;
    position: absolute;
    top: -40px;
    left: 50%;
  }

  .right-side {
    text-align: right;
    margin: 0 37px;
    LINE-HEIGHT: 20PX;
    font-size: 15px;
    padding: 0 16px;
    color: #00ccd0 !important;
    font-weight: 600;

  }

  .left-side {
    text-align: left;
    margin: 0 37px;
    LINE-HEIGHT: 20PX;
    font-size: 15px;
    padding: 0 16px;
    color: #00ccd0 !important;
    font-weight: 600;
  }

  .paragraph-cont {
    background: #1ec6ca;
    /* color: white; */
    display: flex;
    padding: 17px 19px;
    clip-path: polygon(0 0, 100% 0, 100% 0%, 85% 62%, 85% 100%, 0 100%, 0% 80%, 0% 20%);
    width: 45%;

  }

  .paragraph-cont p {
    color: white;
    margin-bottom: 0px !important;
    padding-right: 100px;
    line-height: 19px;
    font-size: 14px;
    /* text-shadow: 0 1px #00000054; */
    text-align: justify;
    text-transform: capitalize;
    width: 91%;

  }

  .our-milestones-section {

    padding: 10px 0 70px 0;
    position: relative;

  }

  .head-cont p {
    font-size: 28px;
    font-weight: 600;
    border-bottom: 22px solid #1ec6ca;
    padding-bottom: 11px;

  }

  .head-cont span {

    font-size: 54px;
    font-weight: 700;

  }

  .div-ourmilestones {
    width: 100%;
  }

  .head-cont {
    width: 35%;
  }

  .main-planing {
    display: flex;
    height: 137px;
  }

  .img-plane img {
    width: 180px;
    POSITION: RELATIVE;
    /* right: 0px; */
    top: 0px;
    left: 0%;
  }

  .img-plane {
    position: relative;
  }

  .box-progress {
    background: linear-gradient(45deg, #000000b5, #39d1d4d4);
    border: 2px solid white;
    background: #40d3d6;
    /* box-shadow: 0 8px 16px 0 rgb(0 0 0 / 54%); */

  }

  .box-progress p {
    color: white;
    margin-bottom: 0px;
    line-height: 19px;
    padding: 12px 12px;
    font-size: 14px;
    height: 100%;
    /* text-shadow: 0 1px black; */
    text-align: center;
    font-weight: 600;
    background: #ffffff1f;
  }

  .progress-milestones {
    display: grid;
    grid-template-columns: repeat(9, 1fr);

    align-items: end;
    height: 550px;
  }

  .p-progress p {
    margin-bottom: 8px;
    text-align: center;
    font-size: 42px;
    font-weight: 800;
    color: #000000a6;

  }

  .first-half {
    height: 70%;
    background: #ffffff;
  }

  .first-progress {
    height: 30%;
    display: flex;
    flex-direction: column;
    justify-content: end;
  }

  .progress-images-bg {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    bottom: 135px;
  }

  .main-div-half {
    height: 550px;
  }

  .p-progress {
    background: white;
    /* padding: 17px 0; */
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(9) .first-half {
    height: 0%;
  }

  .progress-milestones .main-div-half:nth-child(9) .first-progress {
    height: 100%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(9) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(9) .box-progress {
    height: 90%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 1.9s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(9) .p-progress {
    background: white;
    height: 10%;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(8) .first-half {
    height: 10%;
  }

  .progress-milestones .main-div-half:nth-child(8) .first-progress {
    height: 90%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(8) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(8) .box-progress {
    height: 90%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 2.5s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(8) .p-progress {
    background: white;
    height: 10%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(7) .first-half {
    height: 20%;
  }

  .progress-milestones .main-div-half:nth-child(7) .first-progress {
    height: 80%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(7) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(7) .box-progress {
    height: 90%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 2.2s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(7) .p-progress {
    background: white;
    height: 10%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(6) .first-half {
    height: 30%;
  }

  .progress-milestones .main-div-half:nth-child(6) .first-progress {
    height: 70%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(6) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }


  .add-animation .progress-milestones .main-div-half:nth-child(6) .box-progress {
    height: 90%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 1.9s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(6) .p-progress {
    background: white;
    height: 10%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(5) .first-half {
    height: 40%;
  }

  .progress-milestones .main-div-half:nth-child(5) .first-progress {
    height: 60%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(5) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(5) .box-progress {
    height: 88%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 1.7s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(5) .p-progress {
    background: white;
    height: 12%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(4) .first-half {
    height: 50%;
  }

  .progress-milestones .main-div-half:nth-child(4) .first-progress {
    height: 50%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(4) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(4) .box-progress {
    height: 87%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 1.4s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(4) .p-progress {
    background: white;
    height: 13%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(3) .first-half {
    height: 57%;
  }

  .progress-milestones .main-div-half:nth-child(3) .first-progress {
    height: 43%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(3) .box-progress {
    height: 87%;
  }

  .progress-milestones .main-div-half:nth-child(3) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(3) .box-progress {
    height: 87%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 1.0s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(3) .p-progress {
    background: white;
    height: 13%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(2) .first-half {
    height: 63%;
  }

  .progress-milestones .main-div-half:nth-child(2) .first-progress {
    height: 37%;
    background: white;
  }



  .add-animation .progress-milestones .main-div-half:nth-child(2) .box-progress {
    height: 87%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.8s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(2) .p-progress {
    background: white;
    height: 13%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(1) .first-half {
    height: 69%;
    border-left: 2px solid #39d1d4;
  }

  .progress-milestones .main-div-half:nth-child(1) .first-progress {
    height: 31%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(1) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(2) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(1) .box-progress {
    height: 87%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.5s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(1) .p-progress {
    background: white;
    height: 13%;
    display: flex;
    justify-content: center;
    align-items: end;
    border-left: 2px solid #39d1d4;
  }

  .main-planing {
    position: relative;
    z-index: 99;
  }



  .each-unique-section {
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .h3-main-each h3 {
    font-size: 49px;
    color: white;
    font-weight: 700;
    text-shadow: 0 1px black;
    text-align: center;
  }

  .para-each p {
    color: white;
    text-transform: uppercase;
    text-align: center;
  }

  .page-color-each {
    height: 100vh;
    background: radial-gradient(#0000005e, #39d1d4);
    display: flex;
    justify-content: center;
    align-items: center;
  }



  .card-each-div .two-grid-card {

    position: relative;
    /* display: grid; */
    grid-template-columns: repeat(6, 1fr);
    width: 100%;

  }

  .two-grid-card .services-cards {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    transition: 0.3s;
    background: white;
    margin-bottom: 0px;
  }

  .two-grid-card .services-cards {


    padding: 0 14px;
    border-radius: 17px;
    background: linear-gradient(136deg, white, #ffffffc7);
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 0%);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 400px;
    height: 360px;
    flex-direction: column;
    flex-wrap: wrap;

  }

  .services-cards h3 {
    font-size: 19px;
    margin-bottom: 0px;
    text-align: center;
    border-bottom: 1px solid #00000087;
    padding-bottom: 7px;
    font-weight: 700;
  }

  .services-cards p {
    text-align: center;
    font-size: 12px;
    padding: 11px 0px;
    line-height: 20px;
    color: #000000d6;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
  }

  .read-more {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
  }

  .img-iconing {
    height: 88px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .img-iconing img {
    width: 56px;
    height: 60px;
    object-fit: contain;

  }


  .scrolltotop {
    background: #39d1d4;
    position: fixed;
    bottom: 100px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: white;
    display: none;
    z-index: 999;
    justify-content: center;
    align-items: center;
    right: 10px;
  }

  .scrolltotop a {
    display: flex;
    z-index: 999;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;

  }

  .showscroll {
    display: block;
  }

  .scrolltotop a i {
    font-size: 30px;
  }

  .add-animation .first-progress {
    background-color: transparent !important;
    transition: 3s ease-in-out;
  }


  .center-slider .slick-slide {

    color: #FFF;


    transform: scale(1.0);
    transition: all 0.4s ease-in-out;
    position: relative;
    z-index: 9999;
  }

  .center-slider .slick-slide,
  .center-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned)~.slick-cloned[aria-hidden="true"] {
    transform: scale(0.9, 0.9);
    transition: all 0.4s ease-in-out;
  }

  .center-slider .slick-center,
  .center-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"])+.slick-cloned[aria-hidden="true"] {
    transform: scale(1.0);

    border-radius: 20px;

  }

  .show-more-content {
    display: none;
  }

  .service-list-new li {
    text-transform: capitalize;
  }

  .more-services p {
    text-transform: capitalize;
  }

  .accordion-animation {
    height: auto;
  }

  .accordion-animation ul li,
  .accordion-animation ul li:hover,
  .accordion-animation ul:hover li,
  .accordion-animation ul:hover li:hover {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    -webkit-transition: none;
    transition: none;
  }

  .accordion-animation ul li div a * {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  /* slider css */

  .gallery-slider .wrap {
    position: relative;
    z-index: 100;
    width: 100%;
    height: 100%;
    padding: 0 60px;

    overflow: hidden;
  }

  .banner-content-section {
    height: 468px;
  }

  .main-form {
    height: 468px;
    width: 100%;

  }

  .color-bg {
    background: radial-gradient(#0000005e, #39d1d4);
    background: radial-gradient(#0000005e, #39d1d4);
    height: auto;
  }

  .d-flex-color {
    display: flex;
    height: auto;
    flex-wrap: wrap;
  }

  .d-flex-color .first-heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    width: 100%;
    padding: 30px 15px;
  }

  .d-flex-color .form-journy {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* padding-left: 33px; */
    padding: 15px;
    margin-bottom: 20px;
  }

  .d-flex-color .first-heading h3 {

    font-size: 30px;
    color: white;
    font-weight: 700;
    text-shadow: 0 1px black;

  }

  .d-flex-color .first-heading p {
    color: white;
    font-size: 14px;
    padding-right: initial;
  }

  .journy-build {
    width: 100%;
  }

  .journy-build .form-control {
    color: white;
    background-color: #ffffff;
    height: 45px !important;
    min-height: 45px;
    border: 0px solid white;
  }

  .start-btn a {
    background: black;
    color: white;
    padding: 7px 42px;
    border-radius: 7px;
  }

  .journy-build select.form-control {
    height: 45px !important;
  }

  .form-journy p {
    color: white;
    font-size: 15px;
    line-height: 31px;
    font-weight: 500;
  }

  .banner-content-section {
    height: auto;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  input::placeholder {
    font-size: 12px;
  }

  .logo-clients {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }

  .trusted-client-img {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 16px 0;

  }

  .trusted-client-img .img-client {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .trusted-by {
    width: 100%;
    display: flex;
    align-items: center;
  }

  .trusted-by h3 {
    margin-bottom: 0px;
    font-size: 25px;
    color: #39d1d4;
    font-weight: 600;
    text-shadow: 0 1px #0000007a;
  }

  .trusted-section-log {
    padding: 70px 15px;
  }

  .top-boder {
    width: 100%;

    background: radial-gradient(#20bbbe, white);
    height: 5px;
    padding: 0;
  }

  .bottom-boder {
    width: 100%;

    background: radial-gradient(#20bbbe, white);
    height: 5px;
    padding: 0;
  }

  .secon-flexing {
    width: 100%;
    margin-top: 25px;
  }

  .bg-market {
    height: auto;
    background: radial-gradient(#0000005e, #39d1d4);
  }

  .section-digital-marketing {
    background-repeat: no-repeat;
    object-fit: fill;
    /* background-size: cover; */
    width: 100%;
    height: auto;

  }

  .content-digital {

    height: auto;
    display: flex;
    flex-direction: column;
    padding: 50px 15px;
    justify-content: center;


  }

  .content-digital h3 {
    font-size: 25px;
    color: white;
    font-weight: 700;
    text-shadow: 0 1px black;
  }

  .content-digital p {
    display: flex;
    justify-content: center;
    align-items: center;

    color: white;
    font-size: 14px;
    line-height: 24px;
  }

  .our-brand-sections {
    padding: 70px 0;
  }

  .your-brand p {
    margin-bottom: 0px;

    padding: 11px 33px;
    background: #40d3d6;
    color: white;
    font-weight: 600;
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
    transition: 0.3s;
    font-size: 19px;
    text-shadow: 0 1px #ffffff2e;
  }

  .brand-content-main {
    width: 100%;
  }

  .brand-content-main .your-brand {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .your-brand p::after {
    content: "";
    width: 1px;
    height: 50px;
    background-color: black;
    display: block;
    position: absolute;
    top: 50px;
    right: 50%;
  }

  .creative p {
    margin-bottom: 0px;
    border: 2px solid #40d3d673;
    padding: 10px 20px;
    margin-top: 26px;
    color: #40d3d6;
    box-shadow: 0 8px 16px 0 rgb(64 211 214 / 15%);
    font-size: 19px;
    font-weight: bold;
    text-shadow: 0 1px #00000026;
  }

  .stratergy p {
    margin-bottom: 0px;
    border: 1px solid black;
    padding: 10px 20px;
    margin-top: 26px;
  }

  .main-consultings {
    width: 100%;
    display: flex;
    justify-content: space-around;
    position: relative;
  }

  .main-digitals-two {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .digital-contents {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .digital-contents-one {
    display: flex;
    flex-direction: column;
  }

  .digital-contents-two {
    display: flex;
    flex-direction: column;
  }

  .digital-contents-one .development {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

    margin-top: 39px;

  }

  .digital-contents-two .development {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
    margin-top: 39px;


  }

  .digital-contents-one .creative {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .digital-contents-two .creative {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .development p {


    margin: 0 37px;
  }



  .digital-contents-one .creative::after {
    content: " ";
    display: block;
    width: 150px;
    height: 1px;
    background-color: black;
    position: absolute;
    right: 0;
    top: 50px;
  }

  .digital-contents-two .creative::after {
    content: " ";
    display: block;
    width: 153px;
    height: 1px;
    background-color: black;
    position: absolute;
    left: 0;
    top: 50px;
  }

  .creative {
    position: relative;
  }

  .digital-contents-one .development {
    position: relative;
  }

  .digital-contents-one .development::after {
    content: " ";
    display: block;
    width: 1px;
    height: 117px;
    background-color: black;
    position: absolute;
    top: -40px;
    left: 50%;
  }

  .development p:nth-child(1)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 43%;
    top: 24px;
  }

  .development p:nth-child(2)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 50%;
    top: 76px;
  }

  .digital-contents-two .development p:nth-child(1)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 43%;
    top: 8px;
  }

  .digital-contents-two .development p:nth-child(2)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 50%;
    top: 56px;
  }

  .digital-contents-two .development p:nth-child(3)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 43%;
    margin-top: -20px;
  }

  .digital-contents-two .development p:nth-child(4)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 50%;
    margin-top: -12px;
  }

  .digital-contents-two .development p:nth-child(5)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    right: 50%;
    margin-top: -24px;
  }

  .digital-contents-two .development p:nth-child(6)::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: black;
    left: 50%;

    margin-top: -40px;
  }

  .digital-contents-two .development::after {
    content: " ";
    display: block;
    width: 1px;
    height: 100%;
    background-color: black;
    position: absolute;
    top: -40px;
    left: 50%;
  }

  .right-side {
    text-align: right;
    margin: 0 37px;
    LINE-HEIGHT: 20PX;
    font-size: 15px;
    padding: 0 16px;
    color: #00ccd0 !important;
    font-weight: 600;

  }

  .left-side {
    text-align: left;
    margin: 0 37px;
    LINE-HEIGHT: 20PX;
    font-size: 15px;
    padding: 0 16px;
    color: #00ccd0 !important;
    font-weight: 600;
  }

  .paragraph-cont {
    background: #1ec6ca;
    /* color: white; */
    display: flex;
    padding: 17px 19px;
    clip-path: polygon(0 0, 100% 0, 100% 0%, 85% 62%, 85% 100%, 0 100%, 0% 80%, 0% 20%);
    width: 80%;
    position: absolute;
    left: 0%;

  }

  .paragraph-cont p {
    color: white;
    margin-bottom: 0px !important;
    /* padding-right: 0px; */
    line-height: 19px;
    font-size: 14px;
    /* text-shadow: 0 1px #00000054; */
    text-align: justify;
    text-transform: capitalize;
    width: 90%;
    padding: 15px;

  }

  .our-milestones-section {

    padding: 10px 0 0px 0;
    position: relative;

  }

  .head-cont p {
    font-size: 27px;
    font-weight: 600;
    border-bottom: 22px solid #1ec6ca;
    /* padding-bottom: 11px; */
    padding: 15px;

  }

  .head-cont span {

    font-size: 54px;
    font-weight: 700;

  }

  .div-ourmilestones {
    width: 100%;
  }

  .head-cont {
    width: 40%;
  }

  .main-planing {
    display: flex;
    height: auto;
  }

  .img-plane img {
    position: absolute;

  }

  .img-plane {
    position: absolute;
    left: 80%;
    width: 20%;
  }

  .box-progress {
    background: linear-gradient(45deg, #000000b5, #39d1d4d4);
    border: 2px solid white;
    background: #40d3d6;
    /* box-shadow: 0 8px 16px 0 rgb(0 0 0 / 54%); */

  }

  .box-progress p {
    color: white;
    margin-bottom: 0px;
    line-height: 19px;
    padding: 12px 12px;
    font-size: 14px;
    height: 100%;
    /* text-shadow: 0 1px black; */
    text-align: center;
    font-weight: 600;
    background: #ffffff1f;
  }

  .progress-milestones {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: end;
    height: auto;
  }

  .p-progress p {
    margin-bottom: 8px;
    text-align: center;
    font-size: 42px;
    font-weight: 800;
    color: #000000a6;

  }

  .first-half {
    height: 70%;
    background: #ffffff;
  }

  .first-progress {
    height: 30%;
    display: flex;
    flex-direction: column;
    justify-content: end;
  }

  .progress-images-bg {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    bottom: 135px;
  }

  .main-div-half {
    height: 550px;
  }

  .p-progress {
    background: white;
    /* padding: 17px 0; */
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(9) .first-half {
    height: 0%;
  }

  .progress-milestones .main-div-half:nth-child(9) .first-progress {
    height: 100%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(9) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(9) .box-progress {
    height: 90%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 1.9s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(9) .p-progress {
    background: white;
    height: 10%;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(8) .first-half {
    height: 10%;
  }

  .progress-milestones .main-div-half:nth-child(8) .first-progress {
    height: 90%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(8) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(8) .box-progress {
    height: 90%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 2.5s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(8) .p-progress {
    background: white;
    height: 10%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(7) .first-half {
    height: 20%;
  }

  .progress-milestones .main-div-half:nth-child(7) .first-progress {
    height: 80%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(7) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(7) .box-progress {
    height: 90%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 2.2s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(7) .p-progress {
    background: white;
    height: 10%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(6) .first-half {
    height: 30%;
  }

  .progress-milestones .main-div-half:nth-child(6) .first-progress {
    height: 70%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(6) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }


  .add-animation .progress-milestones .main-div-half:nth-child(6) .box-progress {
    height: 90%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 1.9s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(6) .p-progress {
    background: white;
    height: 10%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(5) .first-half {
    height: 40%;
  }

  .progress-milestones .main-div-half:nth-child(5) .first-progress {
    height: 60%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(5) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(5) .box-progress {
    height: 88%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 1.7s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(5) .p-progress {
    background: white;
    height: 12%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(4) .first-half {
    height: 50%;
  }

  .progress-milestones .main-div-half:nth-child(4) .first-progress {
    height: 50%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(4) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(4) .box-progress {
    height: 87%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 1.4s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(4) .p-progress {
    background: white;
    height: 13%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(3) .first-half {
    height: 57%;
  }

  .progress-milestones .main-div-half:nth-child(3) .first-progress {
    height: 43%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(3) .box-progress {
    height: 87%;
  }

  .progress-milestones .main-div-half:nth-child(3) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(3) .box-progress {
    height: 87%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 1.0s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(3) .p-progress {
    background: white;
    height: 13%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(2) .first-half {
    height: 63%;
  }

  .progress-milestones .main-div-half:nth-child(2) .first-progress {
    height: 37%;
    background: white;
  }



  .add-animation .progress-milestones .main-div-half:nth-child(2) .box-progress {
    height: 87%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.8s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(2) .p-progress {
    background: white;
    height: 13%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  /*  */
  .progress-milestones .main-div-half:nth-child(1) .first-half {
    height: 69%;
    border-left: 2px solid #39d1d4;
  }

  .progress-milestones .main-div-half:nth-child(1) .first-progress {
    height: 31%;
    background: white;
  }

  .progress-milestones .main-div-half:nth-child(1) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(2) .box-progress {
    height: 0%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.7s ease-in-out;
  }

  .add-animation .progress-milestones .main-div-half:nth-child(1) .box-progress {
    height: 87%;
    border-left: 2px solid #39d1d4;
    overflow: hidden;
    transition: 0.5s ease-in-out;
  }

  .progress-milestones .main-div-half:nth-child(1) .p-progress {
    background: white;
    height: 13%;
    display: flex;
    justify-content: center;
    align-items: end;
    border-left: 2px solid #39d1d4;
  }

  .main-planing {
    position: relative;
    z-index: 99;
    height: 300px;
  }



  .each-unique-section {
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .h3-main-each h3 {
    font-size: 30px;
    color: white;
    font-weight: 700;
    text-shadow: 0 1px black;
    text-align: center;
  }

  .para-each p {
    color: white;
    text-transform: uppercase;
    text-align: center;
  }

  .page-color-each {
    height: 100vh;
    background: radial-gradient(#0000005e, #39d1d4);
    display: flex;
    justify-content: center;
    align-items: center;
  }



  .card-each-div .two-grid-card {

    position: relative;
    /* display: grid; */
    grid-template-columns: repeat(6, 1fr);
    width: 100%;

  }

  .two-grid-card .services-cards {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    transition: 0.3s;
    background: white;
    margin-bottom: 0px;
  }

  .two-grid-card .services-cards {


    padding: 0 14px;
    border-radius: 17px;
    background: linear-gradient(136deg, white, #ffffffc7);
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 0%);
    display: flex;
    align-items: center;
    justify-content: center;

    height: 325px;
    flex-direction: column;
    flex-wrap: wrap;

  }

  .services-cards h3 {
    font-size: 15px;
    margin-bottom: 0px;
    text-align: center;
    border-bottom: 1px solid #00000087;
    padding-bottom: 7px;
    font-weight: 700;
  }

  .services-cards p {
    text-align: center;
    font-size: 12px;
    padding: 11px 0px;
    line-height: 20px;
    color: #000000d6;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
  }

  .read-more {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
  }

  .img-iconing {
    height: 88px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .img-iconing img {
    width: 56px;
    height: 60px;
    object-fit: contain;

  }


  .scrolltotop {
    background: #39d1d4;
    position: fixed;
    bottom: 100px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: white;
    display: none;
    z-index: 999;
    justify-content: center;
    align-items: center;
    right: 10px;
  }

  .scrolltotop a {
    display: flex;
    z-index: 999;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;

  }

  .showscroll {
    display: block;
  }

  .scrolltotop a i {
    font-size: 30px;
  }

  .add-animation .first-progress {
    background-color: transparent !important;
    transition: 3s ease-in-out;
  }


  .center-slider .slick-slide {

    color: #FFF;


    transform: scale(1.0);
    transition: all 0.4s ease-in-out;
    position: relative;
    z-index: 9999;
  }

  .center-slider .slick-slide,
  .center-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned)~.slick-cloned[aria-hidden="true"] {
    transform: scale(0.9, 0.9);
    transition: all 0.4s ease-in-out;
  }

  .center-slider .slick-center,
  .center-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"])+.slick-cloned[aria-hidden="true"] {
    transform: scale(1.0);

    border-radius: 20px;

  }

  .show-more-content {
    display: none;
  }

  .service-list-new li {
    text-transform: capitalize;
  }

  .more-services p {
    text-transform: capitalize;
  }

  .gallery-slider .wrap:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

  }



  .gallery-slider .slider {
    position: relative;
    z-index: 200;
    padding: 0 0px;
    margin: 5rem auto;
    max-width: 800px;
    width: 100%;
  }

  .gallery-slider .next-arrows i,
  .gallery-slider .prev-arrows i {
    font-size: 20px !important;
    margin: auto;
    display: block;
    text-align: center;
    width: 100%;
  }

  .common-slider .prev-arrows {
    position: absolute;
    top: 50%;
    width: 40px;
    left: 0px;
    background: #1babb4;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
  }

  .gallery-slider .next-arrows, .common-slider .next-arrows, .gallery-slider .next-arrows, .common-slider .prev-arrows {
    position: absolute;
    top: 50%;
    width: 25px;
    right: 0px;
    background: #1babb4;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 25px;
    border: none;
    color: #fff;
    font-family: monospace;
    font-size: 12px;
    z-index: 300;
    border-radius: 50%;
    outline: none;
  }

  .gallery-slider .prev-arrows {
    position: absolute;
    top: 50%;
    width: 25px;
    left: 0px;
    background: #1babb4;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 25px;
    border: none;
    color: #fff;
    font-family: monospace;
    font-size: 12px;
    z-index: 300;
    border-radius: 50%;
    outline: none;
  }

  .contact-area .mt-5 {
    margin-top: 10px !important;
  }


  .mini-tab {
    margin-top: 25px;
  }



  .gallery-slider .slick-next {
    right: 0px;
    text-align: right;
  }





  .gallery-slider .item.slick-slide {
    width: 400px;
    height: 400px !important;
    transition: transform .5s ease;
    position: relative;
  }



  .gallery-slider .slick-slide:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    transition: transform .4s;
  }



  .gallery-slider .item.slick-slide {
    transform: scale(0.7) translate(640px);
  }



  .gallery-slider .item.slick-slide.slick-center+.slick-slide {
    transform: scale(0.8) translate(-250px);
    z-index: 10;
  }



  .gallery-slider .item.slick-slide.slick-center+.slick-slide+.item.slick-slide {
    transform: scale(0.7) translate(-640px);
    z-index: 5;
  }



  .gallery-slider .item.slick-slide.slick-active {
    transform: scale(0.8) translate(250px);
  }



  .gallery-slider .item.slick-slide.slick-center {

    transform: scale(1);
    z-index: 30;

  }



  .gallery-slider .slick-center:after {
    opacity: 0;
    margin: 10px;
    padding: 10px;
  }




  /* bootstrap hack: fix content width inside hidden tabs */
  .tab-content>.tab-pane, .pill-content>.pill-pane {
    display: block;
    /* undo display:none          */
    height: 0;
    /* height:0 is also invisible */
    overflow: hidden;
    /* no-overflow                */
  }

  .tab-content>.active, .pill-content>.active {
    height: auto;
    /* let the content decide it  */
  }

  /* bootstrap hack end */





  .hero-section {


    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    margin-bottom: 50px;
    text-transform: uppercase;
    background: url("https://media.istockphoto.com/photos/programmer-create-app-coding-software-developer-it-picture-id891341672?b=1&k=20&m=891341672&s=170667a&w=0&h=DWpt-5_lFN3igwwMm9IojM079xcPqCXtcWXi1C9wTaU=");
    background-size: cover;
    padding: 45px 0px;

  }

  .left-section h1 {
    font-size: 3rem;
    letter-spacing: 2px;

  }

  .left-section {

    width: 40%;
    color: white;
  }

  .left-section h5 {
    font-size: 14px;
    line-height: 18px;
  }

  input[type=text] {
    width: 100%;
  }


  .right-section .form input {
    color: darkgrey;
    text-transform: uppercase;
    border-radius: 7px;
    margin-bottom: 12px;

  }


  .right-section .form .start-button {
    background-color: black;
    display: block;
    padding: 7px 38px;
    border-radius: 15px;
    color: white;
  }

  .trusted-by-left {

    margin-left: 11%;
    margin-top: 3%;
  }


  .trusted-by-left h1 {


    text-transform: uppercase;
    font-weight: 600;
    color: #39D1D4;

  }

  .trusted-by-section {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4%;
  }

  .trusted-by-right {
    margin-right: 12%;
  }

  .trusted-by-right .logos img {
    padding: 12px 40px 12px 0px;
  }

  .padding-80 {
    padding: 20px 0px;
  }

  .grid-public {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 15px;
  }


  /* animation effect start */
  .accordion-animation {
    width: 100%;
    height: 700px;
    overflow: hidden;
    margin: 0px auto;
  }

  .accordion-animation ul {
    width: 100%;
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0;
  }

  .accordion-animation ul li {
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    width: 20%;
    height: 700px;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 1000ms ease-in-out;
  }

  .accordion-animation ul li div {
    display: block;
    overflow: hidden;
    width: 100%;
  }

  .accordion-animation ul li div a {
    display: block;
    height: 700;
    width: 100%;
    position: relative;
    z-index: 3;
    vertical-align: bottom;
    padding: 15px 20px;
    box-sizing: border-box;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    /*filter: invert(100%);*/
    text-decoration: none;
    font-family: Open Sans, sans-serif;
    transition: all 1000ms ease-in-out;
  }

  .accordion-animation ul li div a * {
    opacity: 0;
    margin: 0;
    width: 100%;
    text-overflow: ellipsis;
    position: relative;
    z-index: 5;
    white-space: nowrap;
    overflow: hidden;

    -webkit-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
  }

  .accordion-animation ul li div a h2 {
    font-family: Montserrat, sans-serif;
    text-overflow: clip;
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 2px;

  }

  .accordion-animation ul li div a p {
    top: 160px;
    font-size: 18px;
    padding-left: 1em;
  }

  .accordion-animation ul li:nth-child(1) {
    background-image: url("http://dev.fjwestcott.com/media/wysiwyg/home/home_ind_studio_portrait_photography_bob_harrington.jpg");
    background-position: center;
    object-fit: cover;
  }

  .accordion-animation ul li:nth-child(2) {
    background-image: url("http://dev.fjwestcott.com/media/wysiwyg/home/home_ind_cinema_flex_whale_wars_gavin_garrison.jpg");
    background-position: center;
    object-fit: cover;
  }

  .accordion-animation ul li:nth-child(3) {
    background-image: url("http://dev.fjwestcott.com/media/wysiwyg/home/home_ind_studio_portrait_photography_bob_harrington_bts.jpg");
    background-position: center;
    object-fit: cover;
  }

  .accordion-animation ul li:nth-child(4) {
    background-image: url("http://dev.fjwestcott.com/media/wysiwyg/home/home_ind_travel_rapidbox.jpg");
    background-position: center;
    object-fit: cover;
  }

  .accordion-animation ul li:nth-child(5) {
    background-image: url("http://dev.fjwestcott.com/media/wysiwyg/home/home_ind_enthusiast_portrait_photography_little_studio_basics_lights.jpg");
    background-position: center;
    object-fit: cover;
  }

  .accordion-animation ul li:nth-child(6) {
    background-image: url("http://dev.fjwestcott.com/media/wysiwyg/home/home_ind_flex_enthusiast_portrait_photography.jpg");
    background-position: center;
    object-fit: cover;
  }

  .accordion-animation ul li {
    background-size: cover;
  }

  .accordion-animation ul:hover li {
    width: 10%;
  }

  .accordion-animation ul:hover li:hover {
    width: 90%;
  }

  /*.accordion-animation ul:hover li:hover a { background: rgba(0, 0, 0, 0.4); }*/

  .accordion-animation ul:hover li:hover a * {
    opacity: 1;
    /* -webkit-transform: translateX(0);
  transform: translateX(0); */
  }

  .close-bar i {
    color: black;
    font-size: 23px;
  }
}



.digital-input .input-journey input{
  color: grey !important;
}
.digital-input .input-journey input::-webkit-input-placeholder {
  /* Edge */
  color: grey !important;
}

.digital-input .input-journey input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: grey !important;
}

.digital-input .input-journey input::placeholder {
  color: grey !important;
}

