/*===Smooth scroll===*/

html.lenis {
    height: auto;
  }
  
  .lenis.lenis-smooth {
    scroll-behavior: auto;
  }
  
  .lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
  }
  
  .lenis.lenis-stopped {
    overflow: hidden;
  }
  
  .lenis.lenis-scrolling iframe {
    pointer-events: none;
  }
  
  :root {
    --left: 2vw;
    --yellow: #eec216
    ;
  }
  
  body {
    overflow-x: hidden !important;
  }
  
  /* Font Styles & Sizes */
  
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  a,
  b,
  span,
  li,
  ul,
  body {
    font-family: neue-haas-grotesk-text, sans-serif;
    font-weight: 400;
  }
  
  h1 {
    font-size: calc(33px + 15 * ((100vw - 380px) / 380));
    line-height: 1;
    font-weight: 100;
    font-family: neue-haas-grotesk-text, sans-serif;
  }
  
  h2 {
    font-size: calc(38px + 42 * ((100vw - 380px)/ 1540));
    line-height: 1.1;
  }
  
  h2.blog-article-h2 {
    font-weight: 700;
    font-size: calc(24px + 0 * ((100vw - 380px)/ 1540));
    line-height: 1.1;
  }
  
  h3 {
    font-size: calc(23px + 12 * ((100vw - 380px)/ 1540));
    line-height: 1.3;
  }
  
  h3.blog-article-h3 {
    font-weight: 700;
    font-size: calc(20px + 0 * ((100vw - 380px)/ 1540));
    line-height: 1.3;
  }
  
  h4.blog-article-h4 {
    font-weight: 700;
    font-size: calc(18px + 0 * ((100vw - 380px)/ 1540));
    line-height: 1.3;
  }
  
  li.li-marker-h3 {
    font-weight: 700;
    font-size: calc(20px + 0 * ((100vw - 380px)/ 1540));
    line-height: 1.3;
  }
  
  ol.blog-article-ol {
    color: black;
  }
  
  ul.blog-article-ul {
    color: black;
  }
  
  .client-test h4,
  .uppercase-text {
    text-transform: uppercase;
  }
  
  h5.main-title {
    font-weight: 400 !important;
    padding: 1px 7px;
    border: 2px solid;
    width: fit-content;
    border-radius: 50px;
    margin-bottom: 30px;
    text-transform: uppercase;
  }
  
  p {
    font-size: 16px;
    line-height: 26px;
  }
  
  a:hover {
    text-decoration: none;
    cursor: pointer;
  }
  
  .italicBold {
    font-style: italic;
    font-weight: 800;
  }
  
  .text-white {
    color: #ffffff !important;
  }
  
  .text-faded {
    color: #ffffff;
    opacity: 0.65;
  }
  
  .font-bold *,
  .font-bold {
    font-weight: 800;
  }
  
  .index-0 {
    z-index: 0;
  }
  
  span.top-section-white-hyphen {
    width: 100%;
    max-width: 120px;
    background: white;
    display: inline-flex;
    height: 6px;
    vertical-align: middle;
    margin: 0px 25px 0 10px;
  }
  
  span.white-hyphen {
    width: 100% !important;
    max-width: 70px;
    background: white;
    display: inline-flex;
    height: 6px;
    vertical-align: middle;
    margin: 0px 0px 0 10px;
  }
  
  span.yellow-hyphen {
    width: 100% !important;
    max-width: 80px;
    background: var(--yellow);
    display: inline-flex;
    height: 6px;
    vertical-align: middle;
    margin: 0px 15px 0 0px;
  }
  
  /* Custom Font Size */
  
  .terminaFont {
    font-family: 'termina' !important;
  }
  
  #bb-top-section h1,
  #bb-top-section h1 span {
    line-height: 0.9 !important;
    margin: 0;
    font-weight: 800;
    font-family: 'railwayBold' !important;
  }
  .font-20{
    font-size: 24px;
    line-height: 1.3;
    margin: 20px 0;
  }
  .second-panel h2 {
    font-size: calc(46px + 25.5 * ((100vw - 380px) / 380));
    line-height: 1;
  }
  
  .second-panel h2 span {
    font-weight: 800;
    font-family: 'termina';
  }
  
  .second-panel h3 {
    font-size: calc(24px + 11.2 * ((100vw - 380px) / 380));
    line-height: 1;
  }
  
  .float-center {
    margin: 0 auto;
    float: none;
  }


  
@font-face {
  font-family: "railwayBold";
  src: url(/content/fonts/Raleway-Black.woff)
      format("woff2");
  font-display: swap;
  font-stretch: normal;
}
@font-face {
  font-family: "railwaysemi";
  src: url(/content/fonts/Raleway-SemiBold.woff)
      format("woff2");
  font-display: swap;
  font-stretch: normal;
}

@font-face {
  font-family: "railwayextra";
  src: url(/content/fonts/Raleway-ExtraBold.woff)
      format("woff2");
  font-display: swap;
  font-stretch: normal;
}

.railwaybold{
  font-family: railwayBold !important;
}
.railwaysemi{
  font-family: railwaysemi !important;
}
.railwayextra{
  font-family: railwayextra !important;
}
  
  /* Scrollbar */
  
  /* Works on Firefox */
  
  * {
    scrollbar-width: thin;
    scrollbar-color: #dddbdb #fff0;
  }
  
  /* Works on Chrome, Edge, and Safari */
  
  *::-webkit-scrollbar {
    width: 7px;
  }
  
  *::-webkit-scrollbar-track {
    background: #f2f2f2;
    border-radius: 20px;
  }
  
  *::-webkit-scrollbar-thumb {
    background: #999999;
    border-radius: 20px;
  }
  
  /*===============================
  Background change black
  * ===============================*/
  
  .black-bg.black-active #Wrapper,
  .black-bg.black-active #Content {
    background-color: #000000;
  }
  
  .black-bg #Wrapper,
  .black-bg #Content {
    transition: .25s;
  }
  
  .black-active .to-light,
  .black-active .to-light h6 {
    color: white;
  }

  .bg-yello{
    background: var(--yellow) !important;
  }
  
  .black-active .to-light a.roll-up-button {
    border-color: white;
  }
  
  .menu-container.left.top a h3 {
    white-space: nowrap;
  }
  
  /*============================= 
  Cursor
  *==============================*/
  
  .pressed {
    pointer-events: none !important;
  }
  
  @media(min-width: 768px) {
    #read-more-cursor {
        position: fixed;
        background-color: #ffffff;
        border-radius: 100%;
        height: 145px;
        width: 145px;
        top: -60px;
        left: -60px;
        z-index: 999999999;
        pointer-events: none;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
    }
  
    div#read-more-cursor>a {
        transform: rotate(15deg);
        position: relative;
        display: block;
    }
  }
  
  @media (pointer: fine) {
    #arrow-cursor {
        display: block;
    }
  
    #read-more-cursor {
        display: flex;
    }
  }
  
  @media only screen and (max-width: 700px) {
    #arrow-cursor {
        display: none !important;
    }
  
    #read-more-cursor {
        display: none !important;
    }
  }
  
  /*============================= 
  Menu
  *==============================*/
  
  #Overlay {
    width: -webkit-fill-available;
    overflow: clip !important;
    background-color: var(--yellow);
    padding: 30px;
    box-sizing: border-box;
  }
  
  .sfm-scroll-wrapper {
    min-height: 1px;
    height: calc(100% - 0px);
    position: relative;
    border-radius: 20px;
    overflow: hidden;
  }
  
  .sfm-scroll-wrapper:before {
    content: '';
    position: absolute;
    background: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 20px;
    clip-path: ellipse(0% 0% at 100% 0%);
    transition: .4s;
  }
  
  .sfm-scroll {
    display: flex;
    width: 100% !important;
    min-height: 1px;
    height: calc(100% - 0px);
    overflow: auto;
    padding: 3rem;
    position: relative;
  }
  
  #overlay-menu {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
    width: 70% !important;
    height: 100% !important;
  }
  
  #overlay-menu ul li:not(.small-menu) a {
    color: #000;
    font-size: calc(24px + 32 * ((100vw - 380px)/ 1540));
    line-height: 1.3;
    font-weight: 400;
    font-family: 'railwaysemi';
    white-space: nowrap;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    width: fit-content;
    margin-bottom: 15px;
  }
  
  #overlay-menu ul li:not(.small-menu) a>div {
    transform: translateX(-4vw);
    transition: .3s;
  }
  
  #overlay-menu ul li:not(.small-menu) a:before {
    content: "";
    display: block;
    background-image: url('/content/icons/menu-main-arrow.svg') !important;
    background-color: #eec216 !important;
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: center;
    width: 4vw;
    height: 4vw;
    border-radius: 50%;
    margin-right: 20px;
    scale: 0;
    transition: .3s;
    max-width: 200px;
    display: inline-block;
    opacity: 0;
    transform: none;
  }
  
  #overlay-menu ul li:not(.small-menu) a:hover:before {
    scale: 1;
    opacity: 1;
  }
  
  #overlay-menu ul li:not(.small-menu) a:hover div {
    transform: translateX(0);
    font-family: railwayextra;
    font-weight: 600;
  }
  
  #overlay-menu ul li a:after {
    display: none !important;
  }
  
  #overlay-menu ul li.small-menu a:before {
    display: none !important;
  }
  
  .sfm-scroll-main:before {
    content: '';
    position: absolute;
    background: white;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 20px;
    clip-path: ellipse(0% 0% at 100% 0%);
    transition: .4s;
  }
  
  .header-overlay .overlay-menu-toggle {
    position: fixed;
    display: flex;
    width: max-content !important;
    height: max-content;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* top: 30px; */
    right: 30px !important;
    z-index: 3000002;
    text-align: center;
    text-transform: uppercase;
  }
  
  .sfm-navicon-button {
    position: relative;
    border-radius: 50px;
    background-color: white;
    width: 130px;
    height: 60px;
    transition: all .3s ease;
    left: -5px;
    display: flex;
    align-items: center;
    justify-content: start;
  }
  
  /* .sfm-navicon-button:hover {
    width: 170px !important;
  } */
  
  /* .sfm-navicon-button:before {
    content: 'menu';
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    left: -8%;
    align-items: center;
    justify-content: center;
    font-size: 14px !important;
    color: #000;
    font-weight: 600;
    opacity: 0;
    font-family: neue-haas-grotesk-text, sans-serif;
    transition: .3s;
  } */
  
  .sfm-navicon-button:hover:before {
    opacity: 1;
    transition-delay: .3s;
  }
  
  .sfm-navicon {
    position: absolute;
    top: 50%;
    left: 0;
    width: 50%;
    max-width: 30px;
    -webkit-transition: .3s cubic-bezier(.17, .67, .3, 1.33);
    transition: all .3s cubic-bezier(.17, .67, .3, 1.33);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin: -1px 20%;
    height: 4px !important;
    background: black;
    border-radius: 9px;
  }
  
  /* .sfm-navicon-button:hover .sfm-navicon {
    width: 11%;
    left: -8%;
  } */
  
  .sfm-navicon:after,
  .sfm-navicon:before {
    display: block;
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    background-color: #000;
    transition: .25s;
    border-radius: 5px;
    opacity: 1;
  }
  
  .sfm-navicon:after {
    top: -8px;
  }
  
  .sfm-navicon:before {
    top: 8px;
  }
  
  .menu-hand {
    position: absolute;
    top: 50%;
    right: 5px;
    width: 60px;
    height: 60px;
    background: #000000;
    border-radius: 100%;
    overflow: hidden;
    transform: translateY(-50%) translateZ(0);
  }


  .menu-inner-arrow{
    width: 100%;
    height: 100%;
    background: #fed900 !important;
    display: flex;
  }
  
  .menu-hand img {
    width: 100%;
    height: 100%;
    transform-origin: right bottom;
    animation: handmove 2s ease-in-out infinite;
  }
  
  @keyframes handmove {
    0% {
        transform: rotate(0deg);
    }
  
    12% {
        transform: rotate(17deg);
    }
  
    25% {
        transform: rotate(0deg);
    }
  
    37% {
        transform: rotate(17deg);
    }
  
    50% {
        transform: rotate(0deg);
    }
  
    100% {
        transform: rotate(0deg);
    }
  }
  
  .sfm-scroll::-webkit-scrollbar {
    display: none;
  }
  
  .menu-container.left.bottom {
    display: flex;
    flex-wrap: wrap;
  }
  
  .menu-social-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 1.8rem;
  }
  
  #overlay-menu,
  .menu-extra {
    position: relative;
    opacity: 0;
    top: 30px !important;
    transition: .3s;
    z-index: 10;
  }
  
  .overlay-menu,
  .menu-extra {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 1px;
  }
  
  .menu-extra {
    padding: 0 28px;
  }
  
  .main-menu,
  .menu-bear {
    margin-bottom: auto;
  }
  
  .menu-bear img {
    aspect-ratio: 1/1;
    object-fit: contain;
    width: 100%;
  }
  
  /*After open menu*/
  
  #Overlay.active .sfm-scroll-wrapper:before {
    clip-path: ellipse(150% 150% at 100% 0%);
    transition: .4s;
  }
  
  #Overlay.active #overlay-menu,
  #Overlay.active .menu-extra {
    transition-delay: .5s;
    opacity: 1;
    top: 0 !important;
  }
  
  .header-overlay .overlay-menu-toggle.focus .sfm-navicon-button {
    width: 70px !important;
  }
  
  .header-overlay .overlay-menu-toggle.focus .sfm-navicon-button:before {
    display: none;
  }
  
  .header-overlay .overlay-menu-toggle.focus .sfm-navicon {
    width: 40% !important;
    left: -2px !important;
    right: 0;
    margin: 0 auto;
    /* opacity: 0; */
    height: 0px !important;
  }
  
  .header-overlay .overlay-menu-toggle.focus .sfm-navicon:before {
    top: 0;
    -webkit-transform: rotate(-45deg) !important;
    transform: rotate(-45deg) !important;
    opacity: 1;
  }
  
  .header-overlay .overlay-menu-toggle.focus .sfm-navicon:after {
    top: 0;
    -webkit-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important;
    opacity: 1;
  }
  
  .header-overlay .overlay-menu-toggle.focus .menu-hand {
    transform: scale(0);
    transition: .3s;
  }
  
  /*============================== 
  Header
  *==============================*/
  
  #Top_bar {
    border: 0 !important;
    top: 15px !important;
  }
  
  #Top_bar .column {
    margin: 0;
  }
  
  #Top_bar #logo {
    padding: 0 !important;
    margin: 0 !important;
  }
  
  #Top_bar .logo {
    margin: 0 !important;
    padding: 0px 60px 0px 50px;
    border-radius: 0 100px 100px 0;
   position: relative;
   z-index: 99;
  }

  .d-center-all{
    display: flex;
    align-items: center;
    justify-content: center;
  }

  
  #Top_bar #logo img {
    width: 160px !important;
  } 
  
  /*============================== 
  Common
  *==============================*/
  
  /*text-reveal*/
  
  .line-holder {
    overflow: hidden;
  }
  
  .line {
    display: block;
  }
  
  .element-fade-up {
    transform: translateY(40px);
    opacity: 0;
    transition: 0.8s;
  }
  
  .element-fade-up.triggered {
    transform: translateY(0px);
    opacity: 1;
  }
  
  .top-section {
    padding: 15vw var(--left) 9.375vw;
  }
  
  /*============================= 
  404
  *==============================*/
  
  .error404 h2.error-text {
    font-weight: 800;
    font-family: termina, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25vw;
  }
  
  .error404 h2.error-text img {
    width: 60%;
  }
  
  .error404 footer#Footer {
    display: none;
  }
  
  /*============================== 
  Insights
  *==============================*/
  
  .insights-section {
    padding: 0 var(--left);
  }
  
  /*============================== 
  Services Pages
  *==============================*/
  
  .service-first-sec {
    padding-top: 200px;
    padding-left: 7.292vw !important;
    padding-right: 7.292vw !important;
  }
  
  .service-first-sec h1 {
    display: inline-flex;
  }
  
  .service-first-sec h1 span {
    margin: 0 40px !important;
  }
  
  /*============================== 
  Post
  *==============================*/
  
  .post-title h3.entry-title {
    text-transform: uppercase;
    font-size: calc(16px + 12 * ((100vw - 380px) / 1540));
  }
  
  .single-post .section-related-adjustment.simple>h4 {
    font-size: calc(23px + 12 * ((100vw - 380px) / 1540)) !important;
  }
  
  .post-excerpt {
    font-size: 12px;
    line-height: 18px;
  }
  
  .single-post .author-box-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .single-post .share-simple-wrapper .share-label {
    margin-bottom: 15px;
  }
  
  .single-post .section.section-post-related {
    padding-top: 50px;
  }

  .custom-text-align{
    text-align: left;
  }

  .service-text-image{
    display: block;
    scale: 1.2;
    position: relative;
    top: 300px;
  }
  .footer-text-image{
    display: block;
    scale: 0.8;
    position: relative;
    /* top: 100px !important; */
  }
  .service-text-p{
    opacity: 0;
  }

  .manage-opacity{
    opacity: 0;
  }
  .d-center{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  @media(max-width: 767px) {

    .foo-img{
      display: none !important;
    }
    #Top_bar .logo {
        text-align: left;
    }

    .manage-opacity{
      opacity: 1;
    }

    .service-text-image{
      display: none;
    }

    .service-text-p{
      opacity: 1;
    }


    .custom-text-align{
      text-align: center;
    }
  
    .single-post .author-box-wrapper {
        flex-direction: column;
    }
  }
  
  .single-post .author-box-wrapper * {
    font-family: 'neue-haas-grotesk-text';
  }
  
  .single-post .author-box-wrapper .avatar-wrapper {
    border: 0;
    width: 80px;
    height: 100%;
    display: flex;
    flex-basis: 18%;
  }
  
  .single-post .author-box-wrapper .avatar-wrapper img {
    width: 100%;
  }
  
  .single-post .author-box .desc-wrapper h5 {
    font-weight: 500;
  }
  
  .single-post .author-box-wrapper .desc-wrapper {
    background: transparent !important;
    margin: 0;
    flex-basis: 68%;
  }
  
  .single-post .share-simple-wrapper {
    display: flex;
    flex-direction: column;
    border: none;
  }
  
  .single-post [class^="icon-"]:before,
  .single-post [class*=" icon-"]:before {
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
    font-size: 20px;
  }
  
  /*--Related section--*/
  
  .section-post-related .simple .post-related a.button {
    margin-left: 0px;
    background-color: #fff !important;
    border-radius: 40px;
    display: inline-block;
    color: rgb(0, 0, 0) !important;
    padding: 16px 70px 16px 28px !important;
    font-size: 14px !important;
    position: relative;
    text-transform: uppercase !important;
    margin-bottom: 0px !important;
  }
  
  .button-default .button .button_icon {
    display: none;
  }
  
  .button-default .button.has-icon .button_label {
    margin-left: 0;
    font-weight: 900;
  }
  
  .section-post-related .simple .post-related a.button:before {
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2022/08/green-asterisk.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    right: 25px;
    align-items: center;
    width: 15px;
    height: 15px;
    transition: .2s;
    top: 0;
    bottom: 0;
    margin: auto 0;
    transform: translateY(-2px);
  }
  
  .section-post-related .simple .post-related a.button:hover:after {
    transform: scale(1);
    transition-delay: .2s;
  }
  
  .section-post-related .simple .post-related a.button:after {
    content: '';
    background-image: url(/wp-content/uploads/2022/10/white-arrow-right.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 13px;
    width: 50px;
    height: 50px;
    position: absolute;
    background-color: #3add8a;
    border-radius: 100%;
    display: flex;
    left: unset;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    transform: scale(0);
    transition: .2s;
  }
  
  /*============================== 
  
  Inner
  *==============================*/
  
  .authors-name-title {
    display: flex;
    gap: 30px;
    align-items: center;
  }
  
  .author-wrapper .author-col {
    background: white;
    padding: 30px 40px;
    border-radius: 20px;
  }
  
  .author-bottom-detail .right {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  
  .author-bottom-detail .left {
    display: flex;
  }
  
  .author-bottom-detail {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
  }
  
  .author-bottom-detail .author-name {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
  }
  
  .author-img {
    width: 100% !important;
    height: 100% !important;
    border-radius: 100%;
    max-width: 85px !important;
    object-fit: contain;
  }
  
  a.button-solid.author-share-link {
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
  }
  
  .grid .post-item {
    background: transparent !important;
  }
  
  i.icon-clock {
    display: none;
  }
  
  .single-post .section-post-header,
  .single-portfolio .section-post-header {
    display: none;
  }
  
  .single-post .blog-banner img {
    width: 100%;
  }
  
  .single-post .blog-title h1 {
    font-size: calc(40px + 40 * ((100vw - 380px) / 1540));
    line-height: 1.1;
    text-transform: uppercase;
  }
  
  .single-post .section-related-adjustment.simple h4 {
    padding-left: 1%;
    text-transform: uppercase;
    line-height: 1.3;
    font-size: calc(16px + 12 * ((100vw - 380px) / 1540));
  }
  
  .blog-title {
    margin: 0 7.292vw;
  }
  
  .blog-banner {
    padding-top: 8vw;
  }
  
  .blog-title {
    padding-top: 10vw;
  }
  
  .blog-content-section .mcb-section-inner {
    max-width: unset !important;
    margin: 0 28.906vw;
    padding-top: 6.7vw;
  }
  
  .section-post-intro-share .section_wrapper,
  .section-post-about .section_wrapper {
    margin: 0 28.906vw;
  }
  
  .category-tags {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
  }
  
  .blog-content-section .mcb-section-inner,
  .blog-title .mcb-section-inner,
  .blog-banner .mcb-section-inner,
  .section-post-intro-share .section_wrapper,
  .section-post-about .section_wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: unset !important;
  }
  
  .single-post .footer_action {
    background: var(--yellow) !important;
  }
  
  .single-post .footer_action:before {
    display: none;
  }
  
  .single-post .footer_action * {
    color: black !important;
  }
  
  .single-post .section.section-post-related {
    padding-bottom: 150px;
  }
  
  .author-detail .column_attr {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  
  .author-detail h6 {
    font-weight: 800;
  }
  
  .author-detail .column_attr:before,
  .author-detail .column_attr:after {
    display: none;
  }
  
  span.share-label {
    text-transform: uppercase;
    font-weight: 600;
  }
  
  .share-simple-wrapper .icons a {
    color: black;
    padding: 0;
    margin-right: 8px;
  }
  
  .single-post [class^="icon-"]:before,
  .single-post [class*=" icon-"]:before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid;
    border-radius: 100%;
  }
  
  .section-post-related .simple .post-related .date_label {
    position: absolute;
    left: 10px;
    top: 10px;
    background: white;
    border-radius: 15px;
    font-weight: 400 !important;
    padding: 3px 10px;
    font-family: 'neue-haas-grotesk-text';
    color: black;
    font-size: 15px;
    line-height: 20px;
  }
  
  .section.section-post-related .section_wrapper.clearfix {
    max-width: 100%;
    padding: 0 var(--left);
  }
  
  .section-related-adjustment.simple {
    border: 0;
  }
  
  .grid .post-desc-wrapper .post-date.updated {
    position: absolute;
    left: 10px;
    top: 10px;
    background: white;
    border-radius: 15px;
    font-weight: 400 !important;
    padding: 3px 10px;
    font-family: 'neue-haas-grotesk-text';
    color: black;
    font-size: 15px;
    line-height: 20px;
  }
  
  .grid .post-desc-wrapper .post-desc {
    padding: 30px 0;
  }
  
  .post-item .post-desc .category-tags {
    display: none;
  }
  /* @media(min-width: 1240px){
    .footer-text-image{
      display: block;
      scale: .7;
      position: relative;
      top: 300px;
    }

  } */

  @media(max-width: 1240px) {
  
    .blog-content-section .mcb-section-inner,
    .section-post-intro-share .section_wrapper,
    .section-post-about .section_wrapper {
        margin: 0px 12.906vw;
    }
  }


  
  /*============================== 
  Portfolio
  *==============================*/
  
  .portfolio-item {
    opacity: 0;
  }
  
  .portfolio-img-full img {
    border-radius: 10px;
  }
  
  .single-portfolio .section.section-post-intro-share {
    display: none;
  }
  
  .single-portfolio .section-related-adjustment {
    border: 0 !important;
  }
  
  .single-portfolio .section.section-post-related {
    padding-top: 7.3vw;
    margin-top: 7.3vw;
    padding-bottom: 7.3vw;
    background: #000000;
  }
  
  .single-portfolio .section.section-post-related * {
    color: white;
  }
  
  .single-portfolio p {
    color: white;
  }
  
  .portfolio-top-section.full-width .section_wrapper {
    padding-top: 13.5vw;
    padding-left: 7.292vw !important;
    padding-right: 7.292vw !important;
  }
  
  .portfolio-banner-full {
    padding-top: 8vw;
  }
  
  .portfolio-two-desc.portfolio-desc-section {
    padding-top: 5.8rem;
  }
  
  .portfolio-counter-section {
    padding-top: 5.8rem;
  }
  
  .portfolio-one-desc.portfolio-desc-section {
    padding-top: 8rem;
    padding-bottom: 2.4rem;
  }
  
  .portfolio-desc-section.full-width .section_wrapper {
    padding: 0 7.292vw !important;
  }
  
  .portfolio-desc-section.portfolio-one-desc.full-width .section_wrapper {
    padding: 0 28.646vw !important;
  }
  
  .section.portfolio-counter-section.full-width .section_wrapper {
    padding: 0 10.417vw !important;
  }
  
  .portfolio-desc-section.portfolio-two-desc .column:first-child .column_attr {
    max-width: 560px;
  }
  
  .portfolio-counter-container span {
    color: white;
    font-size: calc(33px + 47 * ((100vw - 380px) / 1540));
    line-height: 1;
  }
  
  .portfolio-counter-container {
    display: flex;
    flex-flow: column;
    gap: 0.6rem;
    position: relative;
    padding-left: 1.6rem;
  }
  
  .portfolio-counter-container:before {
    content: '';
    position: absolute;
    width: 1px;
    left: 0;
    top: 0;
    height: 100%;
    background: white;
    height: 7.375vw;
    opacity: .4;
  }
  
  .portfolio-content-section {
    padding-top: 4.8rem;
  }
  
  .portfolio-image-wrapper {
    margin: 1vw 0 !important;
  }
  
  .portfolio-image-wrapper img {
    width: 100%;
  }
  
  .portfolio-image-wrapper.has-multiple .mcb-wrap-inner {
    display: flex;
    column-gap: 2vw !important;
    row-gap: 2vw !important;
  }
  
  .portfolio-photo {
    display: flex;
    flex-wrap: wrap;
    row-gap: 2.5vw;
  }
  
  .portfolio-photo .portfolio-item {
    overflow: hidden;
    position: relative;
    width: calc(96%/ 2) !important;
    margin: 0 1% 40px;
  }
  
  .portfolio-item .title {
    color: #fff;
    font-size: calc(20px + 8 * ((100vw - 380px) / 1540));
    text-transform: uppercase;
  }
  
  .portfolio-photo .portfolio-item a.portfolio-item-bg .mask {
    display: none;
  }
  
  .portfolio-item-bg img {
    margin-bottom: 0px;
    transition: .3s;
  }
  
  .portfolio-item:hover .portfolio-item-bg img {
    filter: brightness(0.6);
  }
  
  .portfolio-item-bg {
    margin-bottom: 20px;
  }
  
  .category-wrap {
    display: flex;
    flex-wrap: wrap;
  }
  
  .category-wrap .roll-up-button {
    margin-right: 1rem;
    border-color: rgba(255, 255, 255, 0.65);
  }
  
  .category-wrap .roll-up-button .inner-link h6:last-child {
    color: #000 !important;
    background: #fff;
  }
  
  .category-wrap .roll-up-button .inner-link h6:first-child {
    color: #fff;
    background: #000;
    opacity: .65;
  }
  
  .category-wrap a.roll-up-button:hover {
    background-color: #fff;
    transition-delay: 0.2s;
  }
  
  /*============================== 
  Portfolio Related
  *==============================*/
  
  /* images */
  
  .flag {
    display: flex;
    gap: 10px;
    padding-top: 10px;
  }
  
  .single-portfolio .section-post-related h4.related-title {
    font-size: calc(33px + 47 * ((100vw - 380px) / 1540));
    line-height: 1;
    margin-bottom: 3.2rem;
    text-transform: uppercase;
  }
  
  .single-portfolio .post-related a {
    text-transform: uppercase;
  }
  
  .single-portfolio .post-related .image_frame {
    transition: .3s;
  }
  
  .single-portfolio .post-related:hover .image_frame {
    filter: brightness(0.6);
  }
  
  .single-portfolio .related-top-wrapper {
    padding: 0 4vw;
  }
  
  .single-portfolio .section.section-post-related .section_wrapper {
    padding: 0 3.125vw !important;
    max-width: unset !important;
  }
  
  .single-portfolio .section-related-adjustment.simple .section-related-ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 2.5vw;
  }
  
  .single-portfolio .post-related.type-portfolio {
    width: calc(96%/ 2) !important;
    margin: 0 1% 40px;
  }
  
  /*============================== 
  Footer
  *==============================*/
  
  footer#Footer {
    /* min-height: 150vh; */
    display: flex;
    flex-direction: column;
    color: #fff;
  }
  
  footer#Footer.is-active * {
    color: #000;
    transition: 0.15s;
  }
  
  /*--single page last section yellow--*/
  
  .footer-yellow #Footer .footer_action:before {
    display: none;
  }
  
  .footer-yellow .footer_action {
    background: var(--yellow) !important;
  }
  
  .footer-yellow .footer_action * {
    color: black !important;
  }
  
  /*---*/
  
  #Footer .footer_copy .copyright a:hover {
    color: #000;
  }
  
  #Footer .footer_copy .copyright {
    width: 100%
  }
  
  #Footer .footer_copy {
    border-top: none;
  }
  
  .footer-last-section {
    display: flex;
    font-size: 10px;
    padding: 15px 20px;
  }
  
  .footer-last-section .footer_last_inner {
    font-family: neue-haas-grotesk-text, sans-serif;
  }
  
  .footer_last_inner.footer_last_end {
    text-align: right;
  }
  
  #Footer .footer_copy .copyright .text-slide-animate-row:hover .text-slide-row.toright-animation {
    animation-play-state: paused;
  }
  
  .copyright {
    margin: 0 !important;
  }
  
  #Footer .footer_action {
    background: #000000;
    flex-grow: 1;
    display: flex;
    height: 100%;
    transition: 0.3s !important;
  }
  
  .footer_action .container .column.one {
    margin: 0;
    max-width: unset !important;
    width: 100%;
    justify-content: space-between;
    padding: 0 !important;
  }
  
  .footer_copy .container,
  .footer_action .container {
    max-width: unset !important;
    width: 100%;
    padding: 0 !important;
  }
  
  .footer_action .container {
    display: flex;
    margin: 0;
  }
  
  p.footer-text {
    font-size: 8rem ;
    line-height: 1 !important;
    font-family: 'termina';
    font-weight: 800;
    text-align: left;
    margin: 0;
    transform: translateX(-25px);
    text-align: center;
    color: #000 !important;
    text-transform: uppercase;
    
  }

  .grid-conatiner-3{
    display: grid;
    gap: 50px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    /* min-height: 50vh; */
    /* margin-top: 50px; */
    /* padding: 20px; */
  }
  .grid-conatiner-3>dotlottie-player{
    scale: 1.3 !important;
  }
  .click-font{
    font-size: 4rem;
    line-height: 1;
    text-align: center;
    width: 100%;
    font-weight: 500;
  }
  .big-text-imges-2{
    scale: 1.1;
    pointer-events: none;
    user-select: none;
  }

  .foo-img{
    position: absolute;
  }
  .footer_action>.container{
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mxw900{
    max-width: 900px;
  }

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

    .mxw900{
      max-width: 100%;
    }

    .grid-conatiner-3{
      display: flex;
      flex-direction: column-reverse;
      gap: 0px;
      grid-template-columns: repeat(1, minmax(0, 1fr));
      min-height: 0vh;
      margin-top: 0px;
    }
    .grid-conatiner-3>dotlottie-player{
      scale: 1;
    }
    .grid-conatiner-3>a{
      left: 0;
    }
    p.footer-text {
      font-size: 3rem ;
      line-height: 1 !important;
      font-family: 'termina';
      font-weight: 800;
      text-align: left;
      margin: 0;
      transform: translateX(-25px);
      text-align: center;
    }
  }
  
  #Footer .footer_copy .one {
    margin: 0;
    width: 100%;
  }
  
  #Footer .footer_copy .copyright .text-slide-animate-row {
    border-left: 0 !important;
    border-right: 0 !important;
    border: 2px solid black;
    padding: 10px 0;
    background: black !important;
  }
  
  .footer-contact {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    justify-content: space-between;
    height: 10%;
    align-items: end;
  }
  
  .footer-contact p,
  .footer-contact a {
    font-size: 18px;
    font-weight: 500;
  }
  
  .fist-bump-section {
    position: absolute;
    display: flex;
    bottom: 0;
    left: 0;
    right: 0;
    align-items: center;
    justify-content: center;
  }
  
  .bear-hand-img,
  .hooman-hand-img {
    transition: 1s;
    z-index: 0;
    width: 50vw;
    height: 100%;
  }
  
  .bear-hand-img {
    transform: translate(-30%, 0%);
  }
  
  .hooman-hand-img {
    transform: translate(30%, -30%);
  }
  
  .footer-contact,
  .footer-text-section {
    padding: 0 2vw;
  }
  
  .footer-text-section {
    height: 50%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  #Footer.is-active a.footer-white-btn {
    opacity: 1 !important;
    transition-delay: .5s;
  }
  
  #Footer.is-active .bear-hand-img {
    transform: translate(0%, 0%) !important;
  }
  
  #Footer.is-active .hooman-hand-img {
    transform: translate(0%, -30%);
  }
  
  #Footer .footer_action:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 900px;
    padding-top: 100px;
    background: var(--yellow);
    bottom: 0;
    left: 0;
    margin: auto;
    transition: 2s;
    transform: scale(1);
    /* clip-path: circle(0% at 50% 77%); */
    clip-path: polygon(50% 100%, 100% 100%, 100% 100%, 0 100%, 0 100%);
    /* clip-path: polygon(50% 0, 100% 20%, 100% 100%, 0 100%, 0 20%); */

    z-index: 0;
  }

 

  
  
  #Footer.is-active .footer_action:before {
    clip-path: polygon(50% 0, 100% 20%, 100% 100%, 0 100%, 0 20%);

  }
  
  .copy-year {
    height: 10%;
    justify-content: end;
    display: flex;
    align-items: center;
    width: 96%;
    text-align: right;
    padding: 0 !important;
  }
  
  /*============================== 
  Button
  *==============================*/
  
  a.dont-click-btn {
    position: absolute;
    bottom: 17.5%;
    max-width: 8.2vw;
    min-width: 85px;
    left: 0;
    right: 2%;
    margin: 0 auto;
  }
  
  .button-solid {
    font-weight: 900;
    background-color: #fff !important;
    border-radius: 40px;
    display: inline-block;
    color: rgb(0, 0, 0) !important;
    padding: 16px 70px 16px 28px !important;
    font-size: 14px !important;
    position: relative;
    text-transform: uppercase !important;
    margin-bottom: 0px !important;
  }
  
  .button-solid:before {
    content: '';
    position: absolute;
    background-image: url('https://ik.imagekit.io/talib/skills/content/icons/green-asterisk.svg?updatedAt=1722154607845');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    right: 25px;
    align-items: center;
    width: 15px;
    height: 15px;
    transition: .2s;
    top: 0;
    bottom: 0;
    margin: auto 0;
    transform: translateY(-2px);
    filter: contrast(0) !important;
  }
  
  .button-solid:after {
    content: '';
    background-image: url('https://ik.imagekit.io/talib/skills/content/icons/white-arrow-right.svg?updatedAt=1722154617736');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 13px;
    width: 50px;
    height: 50px;
    position: absolute;
    background-color: var(--yellow) !important;
    border-radius: 100%;
    display: flex;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    transform: scale(0);
    transition: .2s;
  }
  
  .button-solid:hover:after {
    transform: scale(1);
    transition-delay: .2s;
  }
  
  .button-solid:hover:before {
    rotate: 90deg;
    scale: 0;
  }
  
  .button-interactive {
    transition: 0s;
    display: inline-block;
  }
  
  .white-btn-col {
    text-align: center;
    margin: 0 !important;
    background: white;
    width: fit-content !important;
    height: fit-content;
    border-radius: 100%;
    overflow: hidden;
  }
  
  .portfolio-btn-col {
    position: absolute;
    top: 0%;
    right: 10%;
    transform: translate(-50%, -50%);
  }
  
  .white-btn-inner {
    position: relative;
    width: 150px !important;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    font-weight: 500;
    rotate: 10deg;
  }
  
  .white-btn-inner:before {
    content: '';
    position: absolute;
    width: 0%;
    height: 0%;
    background: #24de81;
    z-index: -1;
    border-radius: 100%;
    transition: .3s;
  }
  
  .white-btn-inner:hover {
    color: white;
  }
  
  .white-btn-inner:hover:before {
    height: 100%;
    width: 100%;
  }
  
  /*============================== 
  Footer Button
  *==============================*/
  
  .footer-white-btn {
    position: absolute;
    /* top: 50px; */
    left: -20px;
    right: 0;
    bottom: -70px;
    margin: auto;
    transform: translate(0, -20%) rotate(7deg);
    z-index: 10;
    height: 150px;
    width: 150px;
    transform-origin: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    font-weight: 900;
    border-radius: 50%;
    scale: 1;
  }
  
  
  .footer-white-btn span {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
  }
  
  .footer-white-btn span:before {
    content: '';
    position: absolute;
    background: #24DE81;
    height: 100%;
    width: 100%;
    z-index: -1;
    transition: .3s;
    border-radius: 100%;
    scale: 0;
  }
  
  .footer-white-btn:hover span:before {
    scale: 1;
  }
  
  .footer-white-btn:hover span {
    color: #fff !important;
  }
  
  /*=================== 
  *	  ROLL UP BUTTON
  *===================*/
  
  a.roll-up-button {
    text-transform: uppercase;
    border: 2px solid #000;
    border-radius: 50px;
    margin-right: 10px;
    overflow: hidden;
    margin-bottom: 8px;
    display: flex;
    width: fit-content;
  }
  
  a.roll-up-button h6 {
    margin: 0;
    padding: 1px 7px;
    border-radius: 30px;
    font-size: 16px;
  }
  
  .inner-link {
    position: relative;
    transition: .3s;
  }
  
  .inner-link h6:last-child {
    position: absolute;
    top: 0;
    margin: 0 auto;
    transform: translateY(100%);
    background: black;
    color: white;
  }
  
  a.roll-up-button:hover .inner-link {
    transform: translateY(-100%);
  }
  
  a:hover.roll-up-button,
  a:hover.roll-up-button-img {
    background-color: #000;
    transition-delay: 0.2s;
  }
  
  a.roll-up-button-img {
    overflow: hidden;
    border: 1.5px solid #000;
    border-radius: 50px;
    margin: 0;
    line-height: 0;
    margin-bottom: 8px;
  }
  
  .roll-up-button-img img {
    width: 50px;
    height: 50px;
    filter: brightness(0);
    padding: 15px;
  }
  
  a.roll-up-button-img img:last-child {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(100%);
    background: black;
    filter: unset;
  }
  
  a.roll-up-button-img:hover .inner-link {
    transform: translateY(-100%) !important;
  }
  
  /*============================== 
  Text Carousel
  *==============================*/
  
  .text-slide-animate-row .text-slide-row {
    white-space: nowrap;
    width: max-content;
  }
  
  .text-slide-animate-row,
  .text-slide-row {
    display: inline-flex;
    align-items: center;
  }
  
  .text-slide-row h4 {
    font-size: 20px;
    margin: 0 35px;
  }
  
  .toright-animation {
    animation: toright-animation 50s linear infinite;
  }
  
  .toleft-animation {
    animation: toleft-animation 50s linear infinite;
  }
  
  .image-animate-row .toleft-animation {
    animation: toleft-animation 25s linear infinite;
  }
  
  .image-animate-row .toright-animation {
    animation: toright-animation 25s linear infinite;
  }
  
  .image-animate-row {
    display: inline-flex;
  }
  
  .image-animate-row .toleft-row,
  .image-animate-row .toright-row {
    display: inline-flex;
    white-space: nowrap;
    width: max-content;
  }
  
  .image-animate-row .image_frame {
    width: 9.5vw;
    background: white;
    border-radius: 100%;
    margin: 0 8px;
    max-width: 180px;
    min-width: 100px;
    overflow: hidden;
  }
  
  .image-animate-row .image_frame img {
    padding: 15px;
  }
  
  /*============================== 
  Black Transition Section
  *==============================*/
  
  .black-transition-section,
  .black-transition-section-btm {
    height: 0;
    z-index: 0;
  }
  
  .black-transition-col {
    position: fixed;
    top: 0;
    height: 100vh;
  }
  
  .black-transition-item {
    height: 20vh;
    /* 	height: 0; */
    display: flex;
  }
  
  .black-transition-item span {
    background: black;
    width: 100%;
    height: 0%;
  }
  
  /*============================== 
  Keyframes
  *==============================*/
  
  #Footer .text-slide-row img,
  .text-carousel-with-img img {
    width: 22px;
    /* animation: spin 10s linear infinite; */
  }

  .copyright h4{
    color: white !important;
  }
  .copyright span{
    color: white !important;
  }
  
  @keyframes spin {
    0% {
        transform: rotate(0deg);
    }
  
    100% {
        transform: rotate(-360deg);
    }
  }
  
  @keyframes toright-animation {
    0% {
        transform: translate(-100%, 0%);
    }
  
    100% {
        transform: translate(0%, 0%);
    }
  }
  
  @keyframes toleft-animation {
    0% {
        transform: translate(0%, 0%);
    }
  
    100% {
        transform: translate(-100%, 0%);
    }
  }
  
  @keyframes whiteHyphenExpand {
    0% {
        width: 0%;
    }
  
    100% {
        width: 100%;
    }
  }

  .big-service-text{
    font-size: 8rem;
  }
  
  /*============================== 
  Desktop
  *==============================*/
  
  @media(min-width: 768px) {
    .mobile {
        display: none !important;
    }
   
  }
  
  /*============================== 
  Ipad
  *==============================*/
  
  @media(max-width: 969px) {
  
    /*menu*/
    #Overlay {
        padding: 30px 10px;
    }
  
    .sfm-scroll {
        flex-direction: column;
        padding: 30px 20px;
    }
  
    #overlay-menu {
        width: 100% !important;
        height: auto !important;
    }
  
    .overlay-menu,
    .menu-extra {
        display: block;
        height: auto;
        padding: 0;
    }
    .contact-anim>img{
      aspect-ratio: 1/1 !important;
      object-fit: cover !important;
    }
  
    .main-menu {
        margin-bottom: 30px;
    }
  
    #overlay-menu ul li:not(.small-menu) a {
        margin-bottom: 0;
    }
  
    #overlay-menu ul li:not(.small-menu) a>div {
        transform: translateX(-8vw);
    }
  
    #overlay-menu ul li:not(.small-menu) a:before {
        width: 8vw;
        height: 8vw;
        border-radius: 50%;
        margin-right: 10px;
    }
  
    .main-menu {
        width: 100%;
    }
  
    .menu-extra {
        margin-top: auto;
    }
  
    .menu-bear {
        width: 40%;
    }
  
    .menu-social-container {
        justify-content: flex-start;
    }
  
    /* Blog Inner */
    .blog-title {
        padding-top: 120px;
    }
  }
  
  /*============================== 
  Mobile
  *==============================*/

  
  
  @media(max-width: 767px) {

    .header-overlay .overlay-menu-toggle{
      top: 30px !important;
    }


 
  #Footer.is-active .footer_action:before {
    clip-path: polygon(50% 0%, 100% 10%, 100% 100%, 0 100%, 0 10%);

  }

    #Top_bar .logo {
      margin: 0 !important;
      padding: 15px 53px 0px 20px;
      border-radius: 0 100px 100px 0;
      
    }

    .big-text-p{
      margin-bottom: 20px !important;
    }

    .big-service-text{
      font-size: 3rem;
    }
  
    /*header*/
    #Top_bar .logo {
        background: var(--yellow);
    }
  
    /*menu*/
    .header-overlay .overlay-menu-toggle {
        transform: scale(.9);
        transform-origin: right;
        right: 10px !important;
    }
  
    .header-overlay .overlay-menu-toggle.focus .sfm-navicon-button {
        width: 50px !important;
        height: 50px !important;
    }
  
    #overlay-menu ul li:not(.small-menu) a {
        margin-bottom: 15px;
    }
  
    #overlay-menu ul li:not(.small-menu) a>div {
        transform: none;
    }
  
    #overlay-menu ul li:not(.small-menu) a:hover div {
        font-style: normal;
    }
  
    #overlay-menu ul li:not(.small-menu) a:before {
        display: none;
    }
  
    #overlay-menu {
        height: 100% !important;
        margin-bottom: 20px !important;
    }
  
    .overlay-menu {
        display: flex;
        height: 100%;
    }
  
    .main-menu {
        width: 100%;
        margin-bottom: auto;
    }
  
    .menu-bear {
        display: none;
    }
  
    .menu-social-container {
        column-gap: 0.8rem !important;
    }
  
    /*common*/
    .desktop {
        display: none;
    }
  
    .pt-0 {
        padding-top: 0px !important;
    }
  
    .pt-20 {
        padding-top: 20px !important;
    }
  
    .pt-40 {
        padding-top: 40px !important;
    }
  
    .pt-50 {
        padding-top: 50px !important;
    }
  
    .pt-60 {
        padding-top: 60px !important;
    }
  
    .pt-80 {
        padding-top: 80px !important;
    }
  
    .pt-100 {
        padding-top: 100px !important;
    }
  
    .pt-120 {
        padding-top: 120px !important;
    }
  
    .pt-140 {
        padding-top: 140px !important;
    }
  
    .pt-160 {
        padding-top: 160px !important;
    }
  
    .pb-0 {
        padding-bottom: 0px !important;
    }
  
    .pb-20 {
        padding-bottom: 20px !important;
    }
  
    .pb-40 {
        padding-bottom: 40px !important;
    }
  
    .pb-60 {
        padding-bottom: 60px !important;
    }
  
    .pb-80 {
        padding-bottom: 80px !important;
    }
  
    .pb-100 {
        padding-bottom: 100px !important;
    }
  
    .image-animate-row .image_frame img {
        padding: 25px;
    }
  
    a.roll-up-button,
    a.roll-up-button-img {
        border: 1.8px solid #000;
    }
  
    /* 	Big White Button */
    .column.portfolio-btn-col {
        width: 100px !important;
        height: 100px !important;
    }
  
    .white-btn-inner {
        width: 100px !important;
        height: 100px;
    }
  
    /* 	Button */
    /* .portfolio-title {
        padding: 0 30px !important;
    } */
  
    .footer-white-btn {
        width: 130px;
        height: 130px;
        transform: translate(0, -13%) rotate(7deg);
    }
  
    /* 	Portfolio */
    .portfolio-top-section.full-width .section_wrapper {
        padding-top: 9.375vw;
    }
  
    .portfolio-banner-full,
    .portfolio-top-desc-section {
        padding-top: 3.8rem;
    }
  
    .portfolio-desc-section.portfolio-one-desc.full-width .section_wrapper {
        padding: 0 7.292vw !important;
    }
  
    .portfolio-content-section {
        padding-top: 2.8rem;
    }
  
    .description-wrap .column {
        margin-bottom: 35px !important;
    }
  
    .description-wrap .column:last-child {
        margin: 0 !important;
    }
  
    .portfolio-photo .portfolio-item {
        width: 100% !important;
    }
  
    .single-portfolio .post-related.type-portfolio {
        width: 100% !important;
        margin: 0 1% 40px;
    }
  
    .portfolio-image-wrapper.has-multiple .mcb-wrap-inner {
        flex-direction: column;
    }
  
    /*services pages*/
    .deliverables-wrap.clearfix {
        padding-top: 30px !important;
    }
  
    .deliverables-wrap h5.main-title {
        margin-bottom: 10px;
    }
  
    .gap-hide-mobile {
        display: none;
    }
  
    .service-first-sec {
        padding-top: 120px;
    }
  
    /*blog*/
    .grid .post-desc-wrapper .post-desc {
        padding: 15px 0;
    }
  
    .posts_group .post-item.isotope-item,
    .single-post .section-post-related .col-3 .post-related {
        margin-bottom: 45px !important;
    }
  
    /* Footer */
    .bear-hand-img {
        transform: translate(-30%, -100%);
    }
  
    .hooman-hand-img {
        transform: translate(30%, -100%);
    }
  
    #Footer.is-active .bear-hand-img {
        transform: translate(0%, -100%) !important;
    }
  
    #Footer.is-active .hooman-hand-img {
        transform: translate(0%, -100%);
    }
  
    #Footer h5.main-title {
        margin: 0 auto;
    }
  
    p.footer-text {
        transform: none;
    }
  
    .footer_action .container .column.one {
        display: flex;
        flex-direction: column;
        position: relative
    }
  
    .footer-text-section {
        gap: 50px;
    }
  
    .footer-text-section {
        order: -1;
    }
  
    .fist-bump-section {
        bottom: unset !important;
        top: 70%;
    }
  
    .footer-contact {
        height: fit-content;
        width: fit-content;
        display: block;
        text-align: left;
        position: absolute;
        bottom: 0;
        left: 0;
    }
  
    .footer_last_inner.footer_last_start {
        text-align: left;
    }
  
    .copy-year {
        width: fit-content;
        height: fit-content;
        position: absolute;
        right: 20px;
        bottom: 0;
    }
  }
  
  .progress-container {
    height: 10px;
    width: 100%;
    z-index: 999999999999999999;
    position: fixed;
  }
  
  .progress-bar {
    background-color: #000000;
    height: 10px;
    width: 0%;
  }
  
  /*==========
  * Preloader
  * ============*/
  
  /* .preloader-over .preloader-section{
  opacity:0;
  pointer-events:none;
  } */
  
  div#preloader-inner {
    height: 60vh;
  }
  
  .preloader-section {
    position: fixed;
    z-index: 9999999;
    width: 100vw;
    height: 100vh !important;
    top: 0;
    display: flex;
    align-items: center;
    transition: 0.5s;
  }
  
  /*===========
  * bears popup button
  * ===========*/
  
  .bomb-section {
    z-index: 9999999999;
  }

  #bear-bomb>img{
    position: relative;
    top: 50px;
    left: -50px;
    /* z-index: 10; */
  }
  
  #bear-bomb {
    width: 15.625vw;
    height: 15.625vw;
    min-width: 200px;
    min-height: 200px;
    cursor: pointer;
  }
  
  #bear-bomb:hover svg>g g:not(:first-child) {
    filter: invert(25%) sepia() saturate(100000%) hue-rotate(40deg) brightness(2.5) !important;
    transition: 1.5s;
  }
  
  #bear-bomb:hover {
    animation: bombShake 0.5s;
    animation-iteration-count: 1;
    animation-iteration-count: infinite;
  }
  
  @keyframes bombShake {
    0% {
        transform: translate(2px, 2px) rotate(0deg);
    }
  
    10% {
        transform: translate(-2px, -3px) rotate(-1deg);
    }
  
    20% {
        transform: translate(-4px, -1px) rotate(1deg);
    }
  
    30% {
        transform: translate(4px, 1px) rotate(0deg);
    }
  
    40% {
        transform: translate(2px, -2px) rotate(1deg);
    }
  
    50% {
        transform: translate(-2px, 3px) rotate(-1deg);
    }
  
    60% {
        transform: translate(-4px, 2px) rotate(0deg);
    }
  
    70% {
        transform: translate(4px, 2px) rotate(-1deg);
    }
  
    80% {
        transform: translate(-2px, -2px) rotate(1deg);
    }
  
    90% {
        transform: translate(2px, 3px) rotate(0deg);
    }
  
    100% {
        transform: translate(2px, -3px) rotate(-1deg);
    }
  }
  
  .bear-bomb-wrapper {
    position: relative;
  }
  
  img.dont-click-text {
    position: absolute;
    top: 13vw;
    scale: 1.2;
    left: 12rem;
    rotate: -15deg;
  }
  
  @media(min-width: 768px) {
    img.dont-click-text {
        left: 10vw;
    }
  
    .bear-bomb-wrapper {
        margin-top: -5.5rem;
    }
  }
  
  @keyframes dontClick {
    0% {
        transform: rotate(10deg);
    }
  
    50% {
        transform: rotate(-10deg);
    }
  
    100% {
        transform: rotate(10deg);
    }
  }
  
  /*== Bear fly ==*/
  
  .surprise-bear-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw !important;
    pointer-events: none;
    z-index: 999;
    /* display: none; */
    /* overflow: hidden; */
  }

  .sticker-size{
    will-change: transform, opacity;
    width: 400px;
    height: 400px;
    object-fit: cover;
    aspect-ratio: 1/1;
  }
  
  .surprise-bear {
    position: absolute;
    max-width: 30vw;
    margin: 0 !important;
    transition: 0s;
  }
  
  .surprise-bear-1 {
    right: 0;
    transform: translateY(-100%);
  }
  
  .surprise-bear-wrapper.pressed .surprise-bear-1 {
    transform: translate(-60vw, 150vh) rotate(-135deg);
    transition: 2s;
  }
  
  .surprise-bear-2 {
    left: 10%;
    transform: translateY(-100%);
  }
  
  .surprise-bear-wrapper.pressed .surprise-bear-2 {
    transform: translate(80vw, 150vh) rotate(180deg);
    transition: 2.2s;
    transition-delay: 0.3s;
  }
  
  .surprise-bear-3 {
    bottom: 0;
    transform: translate(-100%, 120%);
  }
  
  .surprise-bear-wrapper.pressed .surprise-bear-3 {
    transform: translate(70vw, -150vh) rotate(180deg);
    transition: 2.5s;
    transition-delay: 0.45s;
  }
  
  /*three*/
  
  body {
    opacity: 1;
    animation-name: fadeIn;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 0.5s;
  }
  
  @keyframes fadeIn {
    0% {
        opacity: 0.01;
    }
  
    1% {
        opacity: 0;
    }
  
    50% {
        opacity: 0;
    }
  
    100% {
        opacity: 1;
    }
  }
  
  #bb-shape {
    position: absolute;
    z-index: 10;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  #cross {
    transform: translate(calc(50vw - 50px), calc(50vh - 50px));
    /*transform-origin: 9% 18% !important;*/
  }

  .instaScale>div{
    scale: 1.3 !important;
  }
  
  #scene {
    clip-path: url(#cross);
    -webkit-clip-path: url(#cross);
    scale: 1.2;
  }
  #scene>canvas{
    height: 100vh !important;
    width: 100vw !important;
  }
  
  #bb-top-section .text-carousel-wrap {
    position: absolute;
    top: 100vh;
    transform: translateY(-100%);
  }
  
  .main-banner-text {
    display: flex;
  }
  
  .banner-inner-1 {
    top: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
  }
  
  .banner-inner-2 {
    margin-left: -30vw;
  }
  
  #bb-shape .image_frame {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
    max-width: none;
  }
  
  #bb-shape .image_wrapper {
    border: 100vw solid #fed900;
  }
  
  #bb-shape img {
    width: 200px;
  }
  
  .three-content-inner.in-view p span.bold-text {
    font-weight: 600;
    line-height: 60px;
    opacity: 1;
  }
  
  .home-three-content {
    max-width: 100vw;
  }
  
  .three-content-wrapper {
    position: relative;
    width: 70%;
    left: 15%;
    z-index: 1;
    /*padding-top: 120vh;*/
    padding-top: 95vh;
    padding-bottom: 40vh;
  }
  
  .three-content {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 8%;
    position: relative;
    top: -10rem;
  }
  
  .three-content-center {
    display: flex;
    align-items: center;
  }
  
  .three-content-center {
    text-align: center;
  }
  
  .three-content-inner>div {
    overflow: visible;
    margin-bottom: 25px;
  }
  
  /*.three-content-inner .three-content-inner-header > div{
  transform: translateY(150%);
  transition: 0.8s;
  transition-timing-function: ease-in-out;
  }
  .three-content-inner.in-view .three-content-inner-header > div{
  transform: translate(0%, 0%) !important;
  }*/
  
  .home-three-content h3 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 800;
    font-family: termina, sans-serif;
    width: max-content;
    margin-bottom: 0;
  }
  
  #three-content-1 .three-content-inner-header {
    width: max-content;
    float: right;
  }
  
  #three-content-1 img {
    width: 65vw;
  }
  
  #three-content-1 h3 {
    display: none;
  }
  
  #three-content-1 p {
    float: right;
    margin-bottom: -90px;
    scale: 1.2;

  }
  
  #three-content-2 .three-content-inner-header {
    width: max-content;
  }
  
  #three-content-2 img {
    width: 65vw;
  }
  
  #three-content-2 h3 {
    display: none;
  }

  #three-content-2 p {
    float: right;
    margin-bottom: -37%;
    margin-right: 5%;
    scale: 1.2;

  }

  .three-content-2{
    position: relative;
    top: 200px;
  }
  
  #three-content-3 h3 {
    font-size: 10vw;
  }
  
  .home-three-content p {
    color: #fff;
    /*opacity: 0;
  transition: 0.8s;
  transition-delay: 0.8s;*/
  }
  
  .three-content-inner.in-view p {
    opacity: .65;
  }
  
  #home-about {
    z-index: 2;
    margin-top: 100px;
    position: relative;
  }
  
  #bb-top-section h1 {
    white-space: nowrap;
    font-size: 20vw;
    margin-bottom: 20px;
    /* letter-spacing: -5px; */
  }

  .hiden-break{
    display: none;
  }

  .hello-image{
    width: 30% !important;
  }

  .desktop-show{
    display: block;
  }

  .mobile-show{
    display: none;
  }

  
  @media(max-width: 767px) {

    #home-about {
      z-index: 2;
      /* margin-top: -800px; */
      position: relative;
      margin-top: 250px;
    }

    .hello-image{
      width: 70% !important;
    }

    .desktop-show{
      display: none;
    }

    .mobile-show{
      display: block;
    }

    .mb-top-pad{
      margin-top: 100px;
    }

    .hiden-break{
      display: block;
    }

    .contact-top-desc{
      padding-top: 15vh ;
    }

    #bear-bomb>img{
      position: relative;
      top: 0;
      left: 0;
    }

    .text-center-mb{
      text-align: center !important;
    }

    #bb-top-section h1 {
        font-size: 30vw;
    }
  
    .three-content-wrapper {
        width: 80%;
        left: 10%;
    }
  
    .three-content-right .three-content-inner {
        display: block;
    }
  
    .three-content-inner-header {
        /*width: max-content;*/
        width: 100% !important;
        transform: none !important;
    }
  
    .three-content-inner-header .image_item img {
        width: 100% !important;
    }
  
    .home-three-content h3 {
        /*display: block !important;*/
        transform: none !important;
        font-size: 10vw !important;
        line-height: 10vw;
    }
  
    /*.home-three-content .image_item{
  display: none;
  }*/

  .big-text-p{
    margin-bottom: 20px !important;
  }

    .home-three-content p {
        margin: 0 !important;
        text-align: left;
    }
  
    #three-content-1 .three-content-inner-header,
    #three-content-1 p {
        float: left;
        margin-bottom: 20px !important;
        scale: 1;
    }

    #three-content-2 p {
      float: right;
      margin-bottom: 20px;
      scale: 1;
  
    }
  }
  
  /* #Top_bar {
  position: fixed;
  } */
  
  #bb-top-section {
    /*height: 100% !important;
  max-height: 100vh !important;*/
    overflow: visible;
  }
  
  .text-carousel-wrap {
    z-index: 0;
  }
  
  .text-carousel-with-img {
    padding: 10px 0;
    border-left: 0 !important;
    border-right: 0 !important;
    border: 2px solid black;
  }
  
  /* #bb-top-section .section_wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end; 
  } */
  
  .top-panel-wrap {
    /*height: 100%;*/
    display: flex;
    align-items: center;
  }
  
  .panel-wrap {
    display: flex;
    height: 100%;
    align-items: center;
    overflow: visible;
  }
  
  /*.panel {
  width: 100vw !important;
  }*/
  
  /* .first-panel,
  .second-panel {
  min-height: calc(100vh - 66px);
  display: flex;
  align-items: center;
  } */
  
  .first-panel,
  .second-panel {
    display: flex;
    align-items: center;
    /* 	 	height: 100vh; */
  }
  
  .second-panel h2:first-child {
    margin-right: 0.3em;
  }
  
  /*text-reveal*/
  
  .line-holder {
    overflow: hidden;
  }
  
  .line {
    display: block;
  }
  
  /*home*/
  
  .main-banner-text {
    padding-left: 2vw;
  }
  
  .main-banner-text h1 {
    display: flex;
    align-items: center;
  }
  
  .main-banner-text h1 .image_frame {
    width: max-content;
  }
  
  .second-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 7.5vw 7.5vw 25px;
    align-items: normal;
    width: fit-content !important;
    margin: 0 auto;
  }
  
  .second-panel-text {
    display: flex;
  }
  
  .third-panel {
    /* padding-top: 50vh; */
  }
  
  .third-panel .right {
    display: flex;
    margin-top: 4rem;
  }
  
  .first-panel.panel {
    transform: translateY(6%) !important;
  }
  
  /* BB Bear Character (Top Section) */
  
  .bear-character-col {
    position: absolute;
    width: 50% !important;
    height: 55% !important;
    /*top: 0% !important;*/
    /*top: 12% !important;*/
    left: 18% !important;
    /*bottom: 26% !important;*/
    right: 0% !important;
    margin: auto !important;
  }


  
  .bear-character-col .column_attr {
    transform: translateY(calc(50vh - 50%));
  }


  
  .rawr-popup {
    position: absolute;
    top: 5%;
    left: 15%;
    width: 15vw;
    min-width: 150px;
    max-width: 300px !important;
    z-index: 1000;
  }
  
  /* .bear-drop-down {
  margin-top: -10vw;
  margin-left: -3.2vw;
  }
  
  .bear-drop-down svg {
  width: 56vw !important;
  }
  
  .bear-drop-down img.scale-with-grid {
  width: 56vw;
  }
  
  .bear-drop-down-col {
  position: fixed;
  width: 45vw !important;
  top: 0;
  margin: 0 auto !important;
  left: 0;
  right: 0;
  max-width: 760px;
  min-width: 200px !important;
  z-index: 1;
  } */
  
  /*================ 
  * SERVICE SECTION
  *================*/
  
  .service-item-wrap,
  .service-desc,
  .service-img {
    transition: .3s;
  }
  
  .service-item-wrap {
    padding: 30px 0;
    border-top: 2px solid #000;
    z-index: 2;
  }
  
  .service-item-wrap:last-child {
    border-bottom: 2px solid #000;
  }
  
  .service-inner-container>* {
    margin: 0;
  }
  
  .service-outer-container {
    display: flex;
    padding: 0 3vw 0 2vw;
  }
  
  /* .service-outer-container > a{
  display: flex;
  padding: 0 3vw 0 2vw;
  } */
  
  .service-desc-container {
    display: flex;
    align-items: center;
    position: relative;
  }
  
  .service-img-col {
    width: 50%;
  }
  
  .service-item-wrap.active .service-img-col img {
    opacity: 1;
    transition-delay: .2s;
    scale: 1;
  }
  
  .service-row h2 {
    width: fit-content;
    transition: .3s;
  }
  
  .service-desc {
    text-align: left;
    color: #000000;
    /* opacity: 0; */
    transform: translateX(40px);
    font-size: 18px;
    line-height: 30px;
  }
  
  .service-item-wrap.active {
    z-index: 100;
  }
  
  .service-item-wrap:before {
    content: '';
    visibility: visible;
    overflow: visible;
    background: black;
    position: absolute;
    bottom: 0%;
    left: 0;
    height: 0%;
    width: 100%;
    z-index: -1;
    transform-origin: bottom;
    transition: .3s;
  }
  
  .service-item-wrap.active:before {
    height: 100%;
  }
  
  .service-item-wrap.active .service-img {
    opacity: 1;
    transition-delay: .2s;
    scale: 1;
  }
  
  .service-item-wrap.active h2 {
    /* font-style: italic; */
    opacity: 1;
    color: #fff;
    transform: translateX(20px);
    /* font-weight: 900; */
    font-family: railwayextra !important;
  }
  
  .service-item-wrap.active .service-desc {
    /* opacity: 1; */
    color: #fff;
    transition-delay: .1s;
    transform: translateX(0);
  }
  
  .service-item-wrap.active {
    z-index: 100;
  }
  
  .service-item-wrap.active .service-desc-col .button-solid {
    display: block;
    width: fit-content;
  }
  
  .service-desc-col .button-solid {
    padding: 13px 48px 13px 18px !important;
    font-size: 12px !important;
    display: none;
  }
  
  .service-desc-col .button-solid:after {
    width: 38px;
    height: 38px;
  }
  
  .service-desc-col .button-solid:before {
    align-items: center;
    width: 11px;
    height: 11px;
    transform: translateY(0px);
  }
  
  /* Client */
  
  .client-section {
    padding-bottom: 100px;
  }
  
  .bear-palm {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: unset;
    width: fit-content !important;
    transform-origin: 100% 100%;
  }
  
  /* Portfolio Section */
  
  /* .portfolio-wrapper {
  padding-top: 200px;
  position: relative;
  }
  
  .portfolio-wrap .mcb-wrap-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  }
  
  .portfolio-item {
  width: calc(98%/ 2) !important;
  margin-bottom: 80px !important;
  float: none !important;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  will-change: height;
  }
  
  .portfolio-item .column_attr {
  height: 0%;
  }
  
  .portfolio-item .image_frame {
  margin-bottom: 15px;
  overflow: hidden;
  }
  
  .portfolio-item a .image_frame {
  cursor: none;
  }
  
  .portfolio-item .image_frame {
  position: relative;
  margin-bottom: 20px;
  }
  
  .portfolio-item .image_frame:before {
  content: '';
  position: absolute;
  background: black;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: .3s;
  }
  
  .portfolio-item .image_frame:hover:before {
  opacity: .5;
  }
  
  .portfolio-tags {
  display: flex;
  flex-wrap: wrap;
  }
  
  .portfolio-tags h6 {
  width: fit-content;
  border: 2px solid;
  padding: 4px 10px;
  border-radius: 50px;
  line-height: 1.2;
  margin-right: 10px;
  opacity: 0.5;
  transition: .3s;
  }
  
  .portfolio-tags * {
  color: #ffffff;
  }
  
  .portfolio-tags a:hover h6 {
  opacity: 1;
  } */
  
  /*================ 
  * Mobile Responsive
  *================*/
  
  @media(min-width: 768px) {
  
    /*== About Section ==*/
    .third-panel .l-col {
        width: 70%;
    }
  
    .third-panel .r-col {
        width: 30%;
    }
  
    /*== Services ==*/
    .service-inner-container {
        display: flex;
        width: 60%;
        align-items: center;
    }

    .service-inner-container h2{
      text-transform: uppercase;
      font-size: calc(38px + 32 * ((100vw - 380px)/ 1540)) !important;
    }
  
    .service-desc-container {
        width: 40%;
    }
  
    .service-img-col img {
        position: absolute;
        top: 0%;
        left: -28%;
        bottom: 0;
        margin: auto 0;
        height: max-content;
        opacity: 0;
        scale: 0;
        transition: .2s;
        width: 40%;
    }
  }
/* 
  .service-section{
    overflow: hidden;
  } */

  .the-comm{
   font-family: sans-serif;
  }


  #bear-character{
    position: relative;
    left: -80%;
  }
  
  @media(max-width: 767px) {


    #bear-character{
      position: relative;
      left: -40%;
    }

    .service-desc {
      text-align: left;
      color: transparent;
      /* opacity: 0; */
      transform: translateX(40px);
      font-size: 18px;
      line-height: 30px;
    }

    div#preloader-inner {
        height: 40vh;
    }
  
    #Top_bar .column {
        height: 0;
    }
  
    .third-panel {
        display: block;
    }
  
    .third-panel .right {
        margin-top: 2rem;
        flex-direction: column;
    }
  
    .third-panel .r-col {
        order: -1;
    }
  
    .service-img {
        top: -60%;
        right: 5%;
        max-width: fit-content;
    }
  
    .service-img .image_frame {
        max-width: 120px;
    }
  
    /*services*/



    .flex-row-elem{
      display: flex;
      flex-direction: row;
      gap: 20px;
      align-items: center;
      justify-content: center;
    }

    .service-item-wrap.active h2 {
        transform: translateX(10px);
    }
  
    .service-item-wrap {
        padding: 20px 0;
    }
  
    .service-item-wrap.active {
        padding: 20px 0 0;
    }
  
    .service-outer-container {
        flex-direction: column;
    }
  
    .service-img-col img {
        margin: auto 0;
        opacity: 0;
        scale: 0.8;
        transition: .2s;
        border-radius: 10px;
    }
  
    .service-item-wrap.active .service-desc-container {
        height: 100%;
    }
  
    .service-desc-container {
        height: 0;
        transition: .3s;
        width: 100%;
    }
  
    .service-desc-col {
        width: 50%;
    }
  
    .service-desc {
        font-size: 18px;
        line-height: 28px;
        padding-left: 10px;
    }
  
    .service-item-wrap.active .service-img-col img {
        scale: 0.8;
    }
  
    .hoomans-col {
        max-width: 350px;
        margin: auto;
    }
  
    /*Client section*/
    .client-section .image-animate-row .image_frame {
        width: 135px;
    }
  }
  
  @media(max-width: 565px) {
    .service-desc {
        height: 0;
    }
  
    .service-item-wrap.active .service-desc {
        margin-top: 6px;
        height: max-content !important;
    }
  }
  