  @charset "utf-8";
  /*-----------------------------------#   Fonts ------------------------------------*/
  @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

  /*-----------------------------------#   Common Css ------------------------------------*/
  body {
    height: 100%;
    font-size: 14px;
    font-family: 'Poppins';
    line-height: 1;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #222;
    background-color: #FFF;
  }

  ul,
  ol {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  a {
    text-decoration: none;
    outline: none !important;
    color: inherit;
    transition: 0.3s ease;
  }

  @media(hover: hover) {
    a:hover {
      color: inherit;
    }
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0;
    padding: 0;
    font-weight: 400;
  }

  p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    margin: 0;
  }

  /*---------------------------# Selection----------------------------*/
  ::selection {
    background: #F16523;
    color: #ffffff;
  }

  ::-webkit-selection {
    background: #F16523;
    color: #ffffff;
  }

  ::-moz-selection {
    background: #F16523;
    color: #ffffff;
  }

  ::-o-selection {
    background: #F16523;
    color: #ffffff;
  }

  ::-ms-selection {
    background: #F16523;
    color: #ffffff;
  }

  /*---------------------------# PlaceHolder----------------------------*/
  ::-webkit-input-placeholder {
    color: #817284 !important;
    opacity: 1;
  }

  ::-moz-placeholder {
    color: #817284 !important;
    opacity: 1;
  }

  :-ms-input-placeholder {
    color: #817284 !important;
    opacity: 1;
  }

  :-moz-placeholder {
    color: #817284 !important;
    opacity: 1;
  }

  /*---------------------------# Button CSS----------------------------*/
  .button {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    font-family: 'Poppins';
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: #522659;
    border: 1px solid transparent;
    padding: 12px 25px;
    outline: none;
    border-radius: 4px;
    transition: all 500ms ease;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }

  /*---------------------------# Button Size----------------------------*/
  .button-sm {
    font-size: 16px;
    padding: 3px 15px;
  }

  .button-lg {
    font-size: 20px;
    padding: 9px 15px;
  }

  /*---------------------------# Button Varients----------------------------*/
  .button-red {
    background-color: #BD3120;
    color: #fff;
    border-color: #BD3120;
  }

  /*---------------------------# Button Hover CSS----------------------------*/
  @media(hover: hover) {
    .button.button-red:hover {
      background-color: #172127;
      color: #FFF;
      border-color: #172127;
    }
  }

  /*---------------------------# Form CSS----------------------------*/
  .form-group {
    margin-bottom: 25px;
  }

  .form-control {
    display: block;
    width: 100%;
    padding: 10px 15px;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.5;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    outline: none;
    box-shadow: none;
    border-radius: 10px;
    height: 44px;
    text-transform: uppercase;
  }

  .form-control:focus {
    color: #100F0F;
    background-color: #fff;
    border-color: #f16523;
    outline: 0;
    box-shadow: none;
  }

  .custom-select {
    background: #FFF url("../assets/images/icons/dropdown.svg") right .75rem center/8px 10px no-repeat;
    background-size: 14px;
    padding: 14px 16px;
    height: 48px;
    line-height: 0;
    font-size: 16px;
    font-family: 'Poppins';
    border-radius: 4px;
    border-color: #c2c2c2;
    color: #100F0F;
    background-color: #FFF;
  }

  .custom-select:focus {
    color: #100F0F;
    background-color: #fff;
    border-color: #BD3120;
    outline: 0;
    box-shadow: none;
  }

  textarea.form-control {
    height: 120px;
    resize: none;
  }

  /*---------------------------# Radio Button CSS----------------------------*/
  .theme-radio [type="radio"]:checked,
  .theme-radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
  }

  .theme-radio [type="radio"]:checked+label,
  .theme-radio [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
  }

  .theme-radio [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #8C4299;
    border-radius: 100%;
    background: #fff;
  }

  .theme-radio [type="radio"]:checked+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #BD3120;
    border-radius: 100%;
    background: #fff;
  }

  .theme-radio [type="radio"]:checked+label:after,
  .theme-radio [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #BD3120;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  .theme-radio [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  .theme-radio [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  /*---------------------------#   Checkbox CSS----------------------------*/
  .theme-checkbox {
    position: relative;
  }

  .theme-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
    cursor: pointer;
  }

  .theme-checkbox input[type="checkbox"]~.label {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
  }

  .theme-checkbox input[type="checkbox"]~.label::before {
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 2px;
  }

  .theme-checkbox input[type="checkbox"]~.label::after {
    content: "";
    width: 6px;
    height: 12px;
    border: solid #bd3120;
    border-width: 0 2.5px 2.5px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 7px;
    top: 5px;
    display: none;
  }

  .theme-checkbox input[type="checkbox"]:checked~.label::after {
    display: inline-block;
  }

  /*---------------------------# Intl Input CSS----------------------------*/
  .iti {
    width: 100%;
  }

  /*----------------------------------# Validate Form Validation  CSS-----------------------------------*/
  span.is-invalid {
    display: block;
    width: 100%;
    margin-top: .25rem;
    font-size: 1em;
    color: #dc3545;
  }

  .form-control.is-invalid,
  .form-control.is-valid {
    background-image: none !important;
  }

  /*-----------------------------------# Header Css Start-----------------------------------*/
  .header nav {
    position: relative;
    z-index: 99;
    width: 100%;
    background-color: #fff;
    padding: 15px 0;
    transition: all 0.5s;
    box-shadow: 0px 0 15px rgb(0 0 0 / 5%);
    height: 88px;
  }

  .header nav .wrapper {
    position: relative;
    padding: 0px 110px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .header .wrapper .logo a img {
    width: 50px;
    position: relative;
    z-index: 2;
    margin-top: 5px;
  }

  .header .wrapper .nav-links {
    display: inline-flex;
    margin-top: 6px;
  }

  .header .nav-links li {
    list-style: none;
  }

  .header .nav-links li a {
    color: #000;
    text-decoration: none;
    font-size: 13px;
    font-weight: 300;
    padding: 9px 15px;
    border-radius: 5px;
    transition: all 0.3s ease;
    position: relative;
  }

  .header .nav-links li a:hover {
    color: #f16523;
  }

  .header .nav-links .mobile-item {
    display: none;
  }

  .header .nav-links .drop-menu {
    position: absolute;
    background: #fff;
    width: 1520px;
    line-height: 45px;
    top: 85px;
    left: -110px;
    right: 0;
    opacity: 0;
    visibility: hidden;
    border-bottom: 1px solid #ddd;
    padding: 60px 95px;
  }

  .header .nav-links li:hover .drop-menu,
  .header .nav-links li:hover .mega-box {
    transition: all 0.3s ease;
    top: 40px;
    opacity: 1;
    visibility: visible;
    position: absolute;
    left: 0px;
    right: 0;
    width: 100%;
    padding: 60px 65px 10px 100px;
    background: #fff;
  }

  .header .drop-menu li a {
    width: 100%;
    display: block;
    padding: 0 0 0 15px;
    font-weight: 400;
    border-radius: 0px;
  }

  .header .mega-box {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 85px;
    opacity: 0;
    visibility: hidden;
  }

  .header .mega-box::before {
    content: '';
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    width: 100%;
    height: auto;
    z-index: -1;
    transition: all ease .4s;
    opacity: 1;
    pointer-events: auto;
  }

  .header .mega-box .content {
    background: #fff;
    width: 100%;
  }

  .header .content .row {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .header .content .img-bg {
    text-align: center;
  }

  .header .content .img-bg a {
    display: inline-block;
    align-content: center;
    width: 200px;
    height: 200px;
    text-align: center;
    padding: 0px;
    border-radius: 40px;
    background-color: #fff;
    margin-bottom: 30px;
  }

  .header .content .img-bg a:hover {
    background-color: #fafafa;
    /*  transform: scale(1.0161290323);*/
  }

  .header .content .img-bg a img {
    width: 100%;
    border-radius: 40px;
    box-shadow: 0px 0px 15px 0px #00000014;
    transition: all ease .4s;
  }

  .header .content .img-bg a img:hover {
    box-shadow: 2px 2px 5px 1px #f16523;
  }

  .header .content .img-bg a h4 {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    color: #f16523;
    margin: 5px;
  }

  .header .content .img-bg a p {
    font-size: 11px;
    font-weight: 300;
    color: #000;
    margin-bottom: 0;
    line-height: 20px;
  }

  .logo-box-size {
    width: 130px !important;
    margin-bottom: 35px !important;
  }

  .header .mega-box .content .col-lg-3 {
    flex: 0 0 auto;
    width: 20%;
  }

  .header .content .row header {
    color: #000;
    font-size: 16px;
    font-weight: 500;
  }

  .header .content .row .mega-links {
    margin-left: -40px;
    border-left: 1px solid rgba(255, 255, 255, 0.09);
  }

  .header .row .mega-links li {
    padding: 0 20px;
  }

  .header .row .mega-links li a {
    padding: 0px;
    padding: 0 20px;
    color: #000;
    font-size: 13px;
    display: block;
  }

  .header .row .mega-links li a:hover {
    color: #f2f2f2;
  }

  .header .wrapper .btn {
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: none;
  }

  .header .wrapper .btn.close-btn {
    position: absolute;
    right: 30px;
    top: 10px;
  }

  .header nav input {
    display: none;
  }

  .header .nav-links li a i {
    padding-left: 3px;
    font-size: 13px;
    position: relative;
    top: -2px;
  }

  .header .nav-links li a.btn-getstarted {
    color: #f16523;
    background: #ffffff;
    font-size: 13px;
    padding: 5px 10px;
    margin: 0 53px 0 18px;
    border-radius: 130px;
    transition: 0.3s;
    font-weight: 500;
    border: 1px solid #f16523;
    position: relative;
  }

  .header .nav-links li a.btn-getstarted:hover {
    color: #fff;
    background-color: #f16523;
  }

  .baras {
    position: absolute;
    top: 16px;
    right: 110px;
    z-index: 99;
  }

  .baras span {
    font-size: 26px;
    cursor: pointer;
    color: #F16523;
  }

  .baras span:hover {
    color: #000;
  }

  .baras .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #f16523;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    padding: 60px 0 0;
    margin: 0;
  }

  .baras .sidenav a {
    padding: 8px 8px 8px 20px;
    text-decoration: none;
    font-size: 13px;
    color: #fff;
    display: block;
    transition: 0.3s;
  }

  .baras .sidenav a:hover {
    color: #f1f1f1;
  }

  .baras .sidenav .closebtn {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 36px;
    margin-right: 50px;
  }

  @media screen and (max-height: 450px) {
    .sidenav {
      padding-top: 15px;
    }

    .sidenav a {
      font-size: 18px;
    }
  }

  .header .content .our-inspirations {
    background-color: #fafafa;
    padding: 20px;
    border-radius: 40px;
    border: 1px solid #ededed;
    display: flex;
    align-items: center;
  }

  .header .content .our-inspirations .img-block {
    width: 57%;
  }

  .header .content .our-inspirations .img-block img {
    width: 90%;
    border-radius: 30px;
    box-shadow: 2px 2px 5px 1px #0000000a;
    border: 1px solid #ddd;
  }

  .header .content .our-inspirations .vastu h3 {
    font-size: 13px;
    color: #000;
    font-weight: 300;
    margin-bottom: 15px;
  }

  .header .content .our-inspirations .vastu h1 {
    font-size: 21px;
    color: #f16523;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
  }

  .header .content .our-inspirations .vastu h2 {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
  }

  .header .content .our-inspirations .hosted-block {
    width: 70%;
  }

  .header .content .our-inspirations .hosted-block img {
    width: 100%;
    border-radius: 30px;
    box-shadow: 2px 2px 5px 1px #0000000a;
    border: 1px solid #ddd;
  }

  .header .content .our-inspirations .vastu-info {
    width: 57%;
    text-align: right;
    margin-right: 40px;
  }

  .header .content .our-inspirations .vastu-info h3 {
    font-size: 13px;
    color: #000;
    font-weight: 300;
    margin-bottom: 15px;
  }

  .header .content .our-inspirations .vastu-info h1 {
    font-size: 21px;
    color: #f16523;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
  }

  .header .content .our-inspirations .vastu-info h2 {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
  }

  .header .content .career-item {
    background-color: #fafafa;
    padding: 30px;
    border-radius: 40px;
    border: 1px solid #ededed;
  }

  .header .content .career-item h2 {
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
    color: #f16523;
  }

  .header .content .career-item h3 {
    margin-bottom: 15px;
    font-size: 13px;
    font-weight: 300;
    color: #000000;
  }

  .header .content .career-btn {
    color: #f16523;
    background: #ffffff;
    font-size: 13px;
    padding: 7px 10px;
    border-radius: 130px;
    transition: 0.3s;
    font-weight: 500;
    border: 1px solid #f16523;
    margin-top: 5px;
    display: inline-block;
  }

  .header .content .career-btn:hover {
    color: #fff;
    background-color: #f16523;
  }

  .jhs-logo {
    width: 57px !important;
  }

  .our-logo {
    width: 130px !important;
  }

  .music-logo {
    width: 58px !important;
  }

  .thk-logos {
    width: 150px !important;
    margin: 7px 0;
  }

  .thk-footer-logo {
    width: 250px !important;
  }

  .magazine-logo {
    width: 46px !important;
  }

  .jhs-news-img {
    width: 120px !important;
    padding: 6px 0;
  }

  /**********************************Hero Banner Css************************************/
  .hero-banner {
    padding: 70px 0 100px;
    background-color: #fff;
    background-image: linear-gradient(180deg, #FFF 0%, #fafafa 100%);
  }

  .hero-contant img {
    width: 260px;
    margin-bottom: 40px;
  }

  .hero-contant h1 {
    margin-bottom: 4px;
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000000;
    line-height: 46px;
  }

  .hero-contant h1 span {
    color: #F16523;
  }

  .hero-contant h2 {
    margin-bottom: 10px;
    font-size: 32px;
    font-weight: 600;
    line-height: 50px;
    text-transform: uppercase;
    color: #F16523;
  }

  .hero-contant p {
    color: #383131;
    margin: 5px 0 20px 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
  }

  .hero-contant .custom-btn {
    font-size: 16px;
    font-weight: 500;
    padding: 15px 25px 15px 28px;
    background-color: #f16523;
    border-radius: 50px;
    color: #fff;
    text-transform: uppercase;
    transition: .4s ease all;
    display: inline-flex;
    position: relative;
    transition: background-color .3s ease-out;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 160px;
  }

  .hero-contant .custom-btn span {
    display: inline-block !important;
    position: relative;
    transition: all .3s ease-out !important;
    will-change: transform !important;
    padding-right: 6px
  }

  .hero-contant .custom-btn:hover span {
    transform: translate3d(-1rem, 0, 0)
  }

  .hero-contant .custom-btn img {
    position: absolute;
    right: 0;
    right: 0;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%) !important;
    transition: all .3s ease-out !important;
    will-change: right, opacity;
    width: 11px;
    font-weight: bold;
  }

  .hero-contant .custom-btn:hover img {
    opacity: 1;
    right: -1.3rem
  }

  .hero-banner .owl-carousel .owl-item .item {
    border-radius: 40px;
    box-shadow: 1px 3px 5px 2px #0000000d;
  }

  .hero-banner .owl-carousel .owl-item img {
    border-radius: 40px;
    border: 1px solid #ddd;
  }

  .hero-banner .owl-nav {
    display: block;
    position: absolute;
    right: 0;
    bottom: -60px;
  }

  .hero-banner .owl-carousel .owl-nav button.owl-prev,
  .hero-banner .owl-carousel .owl-nav button.owl-next {
    background-color: #fff;
    border: 1px solid #f16523;
    height: 30px;
    width: 30px;
    border-radius: 100px;
    margin: 5px;
    font-size: 25px;
    font-weight: 400;
    color: #F16523;
    transition: all ease .4s;
  }

  .hero-banner .owl-carousel .owl-nav button.owl-prev:hover,
  .hero-banner .owl-carousel .owl-nav button.owl-next:hover {
    background-color: #f16523;
    color: #fff;
  }

  .hero-banner .owl-carousel .owl-nav button.owl-prev span {
    position: absolute;
    top: 7px;
    left: 17px;
  }

  .hero-banner .owl-carousel .owl-nav button.owl-next span {
    position: absolute;
    top: 7px;
    right: 16px;
  }

  .hero-img.owl-carousel.owl-theme.owl-loaded.owl-drag {
    border-radius: 40px;
  }

  .hero-banner .owl-carousel .owl-stage-outer {
    border-radius: 40px;
  }

  /************************************About Video US Css*******************************************/
  .about-videos {
    padding: 100px 0 0;
  }

  .about-videos h2 {
    font-size: 33px;
    font-weight: 700;
    padding-bottom: 15px;
    position: relative;
    color: #F16523;
    text-align: center;
  }

  .about-videos h2 i {
    font-weight: 400;
    color: #000;
  }

  .about-videos h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #F16523;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }

  .about-videos .videoWrapper {
    text-align: center
  }

  .about-videos .videoWrapper video {
    width: 100%;
    margin-top: 40px;
  }

  /************************************Our Services Section Css*******************************************/
  .our-services {
    text-align: center;
    margin: 0 auto;
  }

  .our-services h2 {
    font-size: 33px;
    font-weight: 700;
    padding-bottom: 15px;
    position: relative;
    color: #F16523;
    text-align: center;
    margin-bottom: 50px;
  }

  .our-services h2 i {
    font-weight: 400;
    color: #000;
  }

  .our-services h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #F16523;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }

  .our-services .service-item {
    box-shadow: 2px 2px 5px 1px #0000000a;
    background-color: #fff;
    padding: 50px 30px;
    transition: all ease-in-out 0.4s;
    border-radius: 40px;
    text-align: center;
    color: #f16523;
    display: table-caption;
    line-height: 24px;
    font-size: 13px;
    margin: 0 20px 40px;
    font-weight: 400;
    width: 270px;
  }

  .our-services .service-item:hover {
    background-color: #f16523;
    transform: translateY(-10px);
    color: #fff;
  }

  .our-services .service-item i {
    font-size: 50px;
    transition: 0.3s;
    padding-bottom: 60px;
    display: block;
  }

  /***************************Our Journey to Success Section Css*******************************/
  .our-journey {
    padding: 100px 0;
  }

  .our-journey h2 {
    font-size: 33px;
    font-weight: 700;
    padding-bottom: 15px;
    position: relative;
    color: #F16523;
    text-align: center;
    margin-bottom: 50px;
  }

  .our-journey h2 i {
    font-weight: 400;
    color: #000;
  }

  .our-journey h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #F16523;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }

  .our-journey .swiper-container {
    width: 100%;
    height: auto;
  }

  .our-journey .swiper-slide {
    overflow: hidden;
    margin: 10px 10px;
    transition: transform .8s cubic-bezier(0, 0, 0.5, 1);
  }

  .our-journey .swiper-slide:hover {
    transform: scale(1.0161290323);
  }

  .our-journey .swiper-slide img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 40px;
    position: relative;
  }

  .our-journey .swiper-slide .portfolio-info {
    position: absolute;
    z-index: 1;
    inset: 0px;
    transition: 0.3s ease-in-out;
    padding: 15px 25px;
    background: #000000;
    background: linear-gradient(180deg, rgb(241 101 35) 0%, rgb(241 101 35 / 0%) 100%);
    border-radius: 40px 40px 0 0;
    top: 0;
    height: 140px;
  }

  .our-journey .swiper-slide .portfolio-info p {
    font-size: 13px;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 4px;
    text-shadow: 0 0 51px #000000;
  }

  .our-journey .swiper-slide .portfolio-info h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: #ffffff;
    display: inline-block;
    margin-bottom: 15px;
    text-shadow: 0 0 51px #000000;
  }

  .our-journey .swiper-free-mode>.swiper-wrapper {
    transition-timing-function: linear;
    margin: 0 auto;
  }

  /*****************************Magazine Footer css******************************/
  .magazine-footer {
    padding: 100px 0 0;
    position: relative;
    overflow-x: hidden;
  }

  .magazine-footer .img-block img {
    width: 170px;
  }

  .magazine-footer .ft-ingo h3 {
    font-size: 21px;
    color: #f16523;
    font-weight: 500;
    margin-bottom: 30px;
  }

  .magazine-footer .ft-ingo ul {
    margin: 0;
    padding: 0;
  }

  .magazine-footer .ft-ingo ul li {
    padding-bottom: 35px;
    list-style: none;
  }

  .magazine-footer .ft-ingo ul li a {
    font-size: 13px;
    color: #000000;
    transition: all ease .4s;
    font-weight: 300;
  }

  .magazine-footer .ft-ingo ul li a i {
    font-size: 11px;
    color: #f16523;
    margin-right: 5px;
  }

  .magazine-footer .ft-ingo ul li a:hover {
    color: #f16523;
  }

  .magazine-footer .visit-us {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }

  .magazine-footer .visit-us i {
    font-size: 16px;
    color: #f36621;
    padding-top: 1px;
  }

  .magazine-footer .visit-us a {
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    padding-left: 20px;
    color: #000000;
    transition: all ease .4s;
  }

  .magazine-footer .visit-us a:hover {
    color: #f36621;
  }

  /*.magazine-footer .footer_bg {  bottom: 10px;  background-image: url("../img/bottom-img.png");  background-repeat: no-repeat;  background-size: cover;  height: 310px;}*/
  .magazine-footer .footer_bg video {
    width: 100%;
  }

  .magazine-footer .footer_bg img {
    width: 100%;
  }

  .magazine-footer .footer_bg .footer_bg_one {
    background: url("../img/volks.gif") no-repeat center center;
    width: 330px;
    height: 65px;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    left: 30%;
    -webkit-animation: myfirst 22s linear infinite;
    animation: myfirst 22s linear infinite;
  }

  .magazine-footer .footer_bg .footer_bg_two {
    background: url("../img/cycle.gif") no-repeat center center;
    width: 88px;
    height: 100px;
    background-size: 100%;
    bottom: 0;
    left: 38%;
    position: absolute;
    -webkit-animation: myfirst 30s linear infinite;
    animation: myfirst 30s linear infinite;
  }

  @-moz-keyframes myfirst {
    0% {
      left: -25%;
    }

    100% {
      left: 100%;
    }
  }

  @-webkit-keyframes myfirst {
    0% {
      left: -25%;
    }

    100% {
      left: 100%;
    }
  }

  @keyframes myfirst {
    0% {
      left: -25%;
    }

    100% {
      left: 100%;
    }
  }

  /**********************************Contact form modal css*******************************************/
  .modal.contact-modal {
    background: #000000ab;
  }

  .modal.contact-modal .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 40px;
    outline: 0;
  }

  .contact-modal .modal-header {
    padding: 25px 40px;
  }

  .contact-modal .modal-header h4 {
    font-size: 21px;
    font-weight: 500;
    color: #000;
  }

  .contact-modal .modal-body {
    padding: 40px;
  }

  .contact-modal .addres-information {
    height: 100%;
    margin-right: 10px;
  }

  .contact-modal .addres-information .info-item {
    margin-bottom: 30px;
  }

  .contact-modal .addres-information .info-item .icon-bg i {
    font-size: 16px;
    color: #f16523;
    background: #e54f2614;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    margin-right: 18px;
  }

  .contact-modal .addres-information .info-item .icon-bg i:hover {
    background-color: #F16523;
    color: #fff;
  }

  .contact-modal .addres-information .info-item h3 {
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #f16523;
  }

  .contact-modal .addres-information .info-item p {
    padding: 0;
    margin-bottom: 0;
    font-size: 13px;
    color: #000000;
    line-height: 24px;
    font-weight: 300;
  }

  .contact-modal .addres-information .form-details {
    background-color: #ffffff;
    height: 100%;
    padding: 30px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    border-top: 3px solid #e54f26;
    border-bottom: 3px solid #e54f26;
  }

  .contact-modal .addres-information .form-label {
    font-size: 16px;
    font-weight: 500;
    color: #000;
  }

  .contact-modal .addres-information iframe {
    border-radius: 10px;
    border: 1px solid #ddd;
    height: 250px;
    width: 100%;
  }

  .contact-modal .get-touch-forms {
    height: 100%;
    margin-left: 10px;
  }

  .contact-modal .get-touch-forms h3 {
    font-size: 20px;
    color: #f16523;
    font-weight: 600;
    margin-bottom: 10px;
  }

  .contact-modal .get-touch-forms p {
    padding: 0;
    margin-bottom: 20px;
    font-size: 13px;
    color: #000000;
    line-height: 23px;
    font-weight: 300;
  }

  .contact-modal .get-touch-forms .form-group {
    margin-bottom: 20px;
  }

  .contact-modal .get-touch-forms textarea:focus {
    border: 1px solid #f16523;
  }

  .contact-modal .custom-btn-submit {
    font-size: 18px;
    font-weight: 500;
    padding: 15px 25px;
    background-color: #f16523;
    border-radius: 50px;
    color: #fff;
    text-transform: uppercase;
    transition: .4s ease all;
    display: inline-flex;
    position: relative;
    transition: background-color .3s ease-out;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: 0;
  }

  .contact-modal .custom-btn-submit span {
    display: inline-block !important;
    position: relative;
    transition: all .3s ease-out !important;
    will-change: transform !important;
    padding-right: 6px
  }

  .contact-modal .custom-btn-submit:hover span {
    transform: translate3d(-1rem, 0, 0)
  }

  .contact-modal .custom-btn-submit i {
    position: absolute;
    right: 0;
    right: 0;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%) !important;
    transition: all .3s ease-out !important;
    will-change: right, opacity;
    font-size: 18px;
    font-weight: bold;
  }

  .contact-modal .custom-btn-submit:hover i {
    opacity: 1;
    right: -1.3rem
  }

  .contact-modal .btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem #f1652329;
    opacity: 1;
  }

  /**********************************About Us Page css*******************************************/
  .inner-banner {
    padding: 70px 0 100px;
    background-color: #fff;
    background-image: linear-gradient(180deg, #FFF 0%, #fafafa 100%);
    text-align: center;
  }

  .inner-banner h1 {
    font-size: 32px;
    font-weight: 700;
    color: #f16523;
    margin-bottom: 15px;
  }

  .inner-banner p {
    font-size: 13px;
    color: #292929;
    font-weight: 300;
    line-height: 26px;
  }

  .about-page {
    padding: 100px 0;
  }

  .about-page .img-block {
    text-align: center;
  }

  .about-page .img-block img {
    width: 100%;
  }

  .about-page .abs-info h2 {
    font-size: 32px;
    color: #F16523;
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 12px;
    position: relative;
  }

  .about-page .abs-info h2 i {
    font-weight: 400;
    color: #000;
  }

  .about-page .abs-info h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #F16523;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .about-page .abs-info h4 {
    font-size: 15px;
    color: #000;
    font-weight: 400;
    margin-bottom: 15px;
  }

  .about-page .abs-info p {
    font-size: 13px;
    color: #292929;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 15px;
  }

  .about-page .abs-info ul {
    margin: 0px;
    padding: 0;
  }

  .about-page .abs-info ul li {
    font-size: 13px;
    color: #292929;
    font-weight: 300;
    line-height: 26px;
    list-style: none;
    display: flex;
    align-items: baseline;
    padding-bottom: 10px;
  }

  .about-page .abs-info ul li i {
    padding-right: 10px;
    color: #F16523;
    font-size: 12px;
  }

  .vision {
    background-color: #fafafa;
    padding: 100px 0;
  }

  .vision .vision-info h2 {
    color: #F16523;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 10px;
  }

  .vision .vision-info h2 i {
    font-weight: 400;
    color: #000;
  }

  .vision .vision-info h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #F16523;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .vision .vision-info p {
    color: #292929;
    font-size: 13px;
    font-weight: 300;
    line-height: 26px;
  }

  .vision .img-block {
    text-align: center;
  }

  .vision .img-block img {
    width: 70%;
  }

  .creative-content h3 {
    color: #000;
    font-size: 13px;
    font-weight: 500;
    margin: 12px 0 5px;
  }

  .creative-content p {
    color: #000;
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
  }

  .accordion-info {
    padding: 100px 0;
  }

  .accordion-info h2 {
    color: #F16523;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
    padding-bottom: 12px;
    position: relative;
  }

  .accordion-info h2 i {
    font-weight: 400;
    color: #000;
  }

  .accordion-info h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #F16523;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .accordion-info .accordion-button {
    font-weight: 500;
    font-size: 16px;
    color: #000;
    z-index: 3;
    border-color: 0;
    outline: 0;
    box-shadow: none;
  }

  .accordion-info .accordion-body {
    color: #000;
    font-size: 13px;
    font-weight: 300;
    line-height: 26px;
  }

  .accordion-info .accordion-button:not(.collapsed) {
    background-color: #fafafa;
    box-shadow: none;
    outline: none;
  }

  .accordion-info .accordion-item:first-of-type .accordion-button {
    border-radius: 10px;
  }

  .accordion-info .accordion-item:first-of-type {
    border-radius: 10px 10px 0 0;
  }

  .accordion-info .accordion-button::after {
    filter: sepia(1);
  }

  .reviews {
    padding: 0px 0 100px;
  }

  .reviews h2 {
    color: #F16523;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
    padding-bottom: 12px;
    position: relative;
  }

  .reviews h2 i {
    font-weight: 400;
    color: #000;
  }

  .reviews h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #F16523;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }

  .reviews .ti-inner {
    background-color: #fff;
    border-radius: 40px;
    border: 1px solid #efefef;
    padding: 30px;
  }

  .reviews .user-block {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }

  .reviews .user-block .img-block {
    margin-right: 15px;
  }

  .reviews .user-block .img-block img {
    width: 50px;
    border-radius: 100px;
    border: 1px solid #efefef;
  }

  .reviews .user-block figcaption h5 {
    font-weight: bold;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #444444;
    margin-bottom: 8px;
  }

  .reviews .user-block figcaption span {
    color: #444444;
    opacity: 0.5;
    font-size: 14px !important;
  }

  .reviews .ti-inner .star ul {
    padding: 0;
    margin-bottom: 10px;
  }

  .reviews .ti-inner .star ul li {
    display: inline-block;
  }

  .reviews .ti-inner .star ul li a i {
    color: #FE942F;
    font-size: 13px;
  }

  .reviews .ti-inner p {
    color: #000000;
    font-size: 13px;
    line-height: 26px;
    font-weight: 300;
  }

  .reviews .owl-carousel button.owl-dot {
    position: relative;
    z-index: 1;
    background-color: #D9D9D9;
    width: 10px;
    height: 10px;
    border-radius: 100px;
    margin: 0 2px;
  }

  .reviews .owl-carousel button.owl-dot.active {
    background-color: #F16523;
  }

  .reviews .owl-dots {
    text-align: center;
  }

  .reviews .owl-carousel .item {
    margin-bottom: 15px;
  }

  /**********************************Work Page css*******************************************/
  .talent-management {
    padding: 100px 0;
  }

  .talent-management h2 {
    color: #F16523;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 12px;
    text-align: center;
    padding-bottom: 10px;
    position: relative;
  }

  .talent-management h2 i {
    font-weight: 400;
    color: #000;
  }

  .talent-management h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #F16523;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }

  .talent-management p {
    font-size: 13px;
    color: #000;
    font-weight: 300;
    line-height: 26px;
    text-align: center;
    width: 900px;
    margin: 0 auto 50px;
  }

  .talent-management .swiper-container {
    width: 100%;
    height: auto;
  }

  .talent-management .swiper-slide {
    overflow: hidden;
  }

  .talent-management .swiper-slide img {
    width: 250px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .talent-management .swiper-free-mode>.swiper-wrapper {
    transition-timing-function: linear;
    margin: 0 auto;
  }

  .conter-info h2 {
    color: #F16523;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
    padding-bottom: 12px;
    position: relative;
  }

  .conter-info h2 i {
    font-weight: 400;
    color: #000;
  }

  .conter-info h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #F16523;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }

  .conter-info .counter-box {
    display: block;
    padding: 30px;
    text-align: center;
    border-radius: 40px;
    box-shadow: 2px 2px 5px 1px #0000000a;
    background-color: #fff;
    margin: 0 20px;
    width: 270px;
    transition: all ease-in-out 0.4s;
  }

  .conter-info .counter-box i {
    font-size: 60px;
    margin: 0 0 15px;
    color: #d2d2d2;
  }

  .conter-info .counter {
    display: block;
    font-size: 42px;
    font-weight: 700;
    color: #F16523;
    line-height: 42px;
    padding-bottom: 15px;
  }

  .conter-info .counter-box.colored * {
    color: #000 !important;
  }

  .counter-box.colored p,
  .counter-box.colored i,
  .counter-box.colored .counter {
    color: #fff;
  }

  .conter-info .counter-box img {
    width: 50px;
    margin-bottom: 20px;
  }

  .conter-info .counter-box h3 {
    font-size: 13px;
    color: #141414;
    font-weight: 400;
    margin-bottom: 20px;
  }

  .conter-info .counter-box p {
    font-size: 15px;
    color: #7e7e7e;
    font-weight: 400;
    margin-bottom: 0;
  }

  .influencer-marketing {
    padding: 100px 0;
  }

  .influencer-marketing h2 {
    color: #F16523;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
    padding-bottom: 12px;
    position: relative;
  }

  .influencer-marketing h2 i {
    font-weight: 400;
    color: #000;
  }

  .influencer-marketing h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #F16523;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }

  .influencer-marketing .img-block {
    margin-bottom: 30px;
    text-align: center;
  }

  .influencer-marketing .img-block img {
    border-radius: 40px;
    width: 100%;
    height: 370px;
    border: 1px solid #ddd;
  }

  .influencer-marketing .img-block .play-btn {
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 30px);
    top: calc(50% - 30px);
    overflow: hidden;
  }

  .influencer-marketing .img-block .play-btn:before {
    content: "";
    position: absolute;
    width: 77px;
    height: 77px;
    animation-delay: 0s;
    animation: pulsate-btn 2s;
    animation-direction: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid #F16523;
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
  }

  .influencer-marketing .img-block .play-btn:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #F16523;
    z-index: 1;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  .influencer-marketing .img-block .play-btn:hover:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #F16523;
    z-index: 200;
    animation: none;
    border-radius: 0;
  }

  .influencer-marketing .img-block .play-btn:hover:after {
    border-left: 15px solid var(--color-primary);
    transform: scale(20);
  }

  @keyframes pulsate-btn {
    0% {
      transform: scale(0.6, 0.6);
      opacity: 1;
    }

    100% {
      transform: scale(1, 1);
      opacity: 0;
    }
  }

  .production {
    background-color: #fafafa;
    margin-bottom: 100px;
  }

  /***************************Partner Contacts Section Css**************************/
  .partner-contacts {
    padding-bottom: 50px;
  }

  .partner-contacts .contact-us-title {
    text-align: center;
    margin-bottom: 120px;
  }

  .partner-contacts .contact-us-title h2 {
    font-size: 32px;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
    color: #F16523;
  }

  .partner-contacts .contact-us-title h2 i {
    font-weight: 400;
    color: #000;
  }

  .partner-contacts .contact-us-title h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #F16523;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }

  .partner-contacts .contact-us-title p {
    color: #383131;
    font-size: 13px;
    font-weight: 300;
    width: 700px;
    text-align: center;
    margin: 0 auto;
  }

  .partner-contacts .jhs-magazine-btn {
    box-shadow: 3px 4px 6px 1px #0000002b;
    text-align: center;
    border: 1px solid #ddd;
    padding: 50px;
    border-radius: 40px;
    background-color: #f16523;
    margin: 0 auto 50px;
    width: 62%;
  }

  .partner-contacts .jhs-magazine-btn h3 {
    font-size: 26px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 40px;
    text-transform: uppercase;
  }

  .partner-contacts .jhs-magazine-btn p {
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    width: 250px;
    text-align: center;
    margin: 0 auto 30px;
  }

  .partner-contacts .jhs-magazine-btn .custom-btn {
    font-size: 16px;
    font-weight: 500;
    padding: 15px 36px 15px 42px;
    background-color: #fff;
    border-radius: 50px;
    color: #f16523;
    text-transform: uppercase;
    transition: .4s ease all;
    display: inline-flex;
    position: relative;
    transition: background-color .3s ease-out;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 160px;
  }

  .partner-contacts .jhs-magazine-btn .custom-btn span {
    display: inline-block !important;
    position: relative;
    transition: all .3s ease-out !important;
    will-change: transform !important;
    padding-right: 6px
  }

  .partner-contacts .jhs-magazine-btn .custom-btn:hover span {
    transform: translate3d(-1rem, 0, 0)
  }

  .partner-contacts .jhs-magazine-btn .custom-btn img {
    position: absolute;
    right: 0;
    right: 0;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%) !important;
    transition: all .3s ease-out !important;
    will-change: right, opacity;
    width: 11px;
    font-weight: bold;
  }

  .partner-contacts .jhs-magazine-btn .custom-btn:hover img {
    opacity: 1;
    right: -1.3rem
  }

  .partner-magazine .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 21px;
    font-weight: 400;
    color: #F16523;
    text-transform: uppercase;
  }

  .partner-magazine .modal-content {
    border-radius: 40px;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #f16523;
    outline: 0;
  }

  .partner-magazine .modal-header {
    padding: 20px 30px;
  }

  .btn-blogs {
    background: none;
    border: none;
    font-size: 26px;
    color: #f16523;
    transition: all ease .4s;
  }

  .btn-blogs:hover {
    color: #000;
  }

  .btn-blogs img {
    width: 29px;
  }

  .partner-magazine .modal-body {
    padding: 30px;
  }

  .partner-magazine .form-label {
    font-size: 14px;
    font-weight: 300;
    color: #f16523;
    margin-bottom: 5px;
    text-transform: uppercase;
  }

  .partner-magazine .modal-content .form-control {
    display: block;
    width: 100%;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    color: #8e8091;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    outline: none;
    box-shadow: none;
    border-radius: 10px;
    height: 48px;
    text-transform: uppercase;
  }

  .partner-magazine .modal-content .form-control.form-select option {
    font-size: 13px;
    font-weight: 300;
    border-radius: 10px;
    overflow-y: scroll;
  }

  .partner-magazine .modal-content .form-group {
    margin-bottom: 25px;
  }

  .partner-magazine .modal-content textarea:focus {
    border: 1px solid #f16523;
  }

  .tabs section {
    display: none;
    padding: 20px 0 0;
    border: none;
  }

  .check-box-btn {
    display: flex;
    align-items: center;
  }

  .tabs input {
    display: initial;
    background: #fff;
    border: 2px solid #f16523;
    height: 16px;
    width: 16px;
    margin-right: 8px;
    position: relative;
    top: -4px;
  }

  .tabs label {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    color: #f16523;
    background: #fff;
    border: none;
    font-size: 16px;
    text-transform: uppercase;
  }

  .tabs label:before {
    font-family: fontawesome;
    font-weight: normal;
    margin-right: 10px;
  }

  .tabs input:checked+label {
    color: #000;
    border: none;
  }

  .tabs .form-check-input:checked {
    background-color: #f16523;
    border-color: #f16523;
    box-shadow: none;
  }

  .tabs .form-check-input:focus {
    border-color: 0;
    outline: 0;
    box-shadow: none;
  }

  .tabs #tab1:checked~#content1,
  .tabs #tab2:checked~#content2,
  .tabs #tab3:checked~#content3,
  .tabs #tab4:checked~#content4 {
    display: block;
  }

  .tabs {
    position: relative;
  }

  #content1 {
    background: #fff;
    padding: 15px 20px 10px;
    border: 1px solid #c2c2c2;
    border-radius: 10px;
    margin-top: 15px;
    width: 739px;
    position: absolute;
    overflow-y: scroll;
    height: 100px;
  }

  #content1 input {
    border: 2px solid #f16523;
    height: 12px;
    width: 12px;
    margin-right: 8px;
    position: relative;
    top: -2px;
  }

  #content1 label {
    font-size: 14px;
    font-weight: 400;
  }

  #content2 {
    background: #fff;
    padding: 10px 15px 5px;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-top: 15px;
    width: 739px;
    position: absolute;
    overflow-y: scroll;
    height: 100px;
    right: 0;
  }

  #content2 input {
    border: 2px solid #f16523;
    height: 12px;
    width: 12px;
    margin-right: 8px;
    position: relative;
    top: -2px;
  }

  #content2 label {
    font-size: 14px;
    font-weight: 400;
  }

  .partner-magazine .form-check {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }

  .partner-magazine label.form-check-label {
    background: none;
  }

  .custom-btn-submit {
    font-size: 20px;
    font-weight: 500;
    padding: 15px 25px;
    background-color: #f16523;
    border-radius: 50px;
    color: #fff;
    text-transform: uppercase;
    transition: .4s ease all;
    display: inline-flex;
    position: relative;
    transition: background-color .3s ease-out;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: 0;
  }

  .custom-btn-submit span {
    display: inline-block !important;
    position: relative;
    transition: all .3s ease-out !important;
    will-change: transform !important;
    padding-right: 6px
  }

  .custom-btn-submit:hover span {
    transform: translate3d(-1rem, 0, 0)
  }

  .custom-btn-submit img {
    position: absolute;
    right: 0;
    right: 0;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%) !important;
    transition: all .3s ease-out !important;
    will-change: right, opacity;
    width: 14px;
    font-weight: bold;
  }

  .custom-btn-submit:hover img {
    opacity: 1;
    right: -1.3rem
  }

  /***************************Our Inspiration Section Css**************************/
  .our-inspiration {
    padding: 100px 0;
  }

  .our-inspiration .vastu {
    background-color: #fafafa;
    padding: 15px;
  }

  .our-inspiration .vastu h3 {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    margin-bottom: 15px;
  }

  .our-inspiration .vastu h1 {
    font-size: 26px;
    color: #f16523;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
  }

  .our-inspiration .vastu h2 {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
  }

  .our-inspiration .img-block img {
    width: 100%;
    border-radius: 40px;
    box-shadow: 2px 2px 5px 1px #0000000a;
    border: 1px solid #ddd;
  }

  /************************************Magazine Pages Css***********************************/
  .magazine-banner {
    padding: 180px 0 210px;
    background-image: url(../img/website-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
  }

  .magazine-banner .providing h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    text-shadow: 0 0 60px #000000;
    margin-bottom: 0;
  }

  .magazine-banner .providing h2 {
    color: #fff;
    font-size: 70px;
    font-weight: 800;
    text-shadow: 0 0 50px #000000;
    margin-bottom: 0;
  }

  .magazine-banner .providing p {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 0;
    text-shadow: 0 0 20px #000000;
    width: 500px;
    line-height: 36px;
  }

  .abroad {
    padding: 100px 0;
  }

  .abroad .abord-about h2 {
    font-size: 32px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px;
  }

  .abroad .abord-about h2 span {
    color: #f16523;
  }

  .abroad .abord-about p {
    font-size: 16px;
    font-weight: 300;
    color: #000;
    margin-bottom: 0px;
    line-height: 26px;
  }

  .abroad .abord-about a {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    line-height: 28px;
    background-color: #F16523;
    padding: 8px 15px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 50px;
  }

  .abroad .abord-about a i {
    padding-left: 10px;
  }

  .abroad .abord-about a:hover {
    background-color: #000;
  }

  .abroad .swiper-slide {
    width: 266px;
    height: auto;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 10px
  }

  .abroad .swiper-slide img {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #ddd;
  }

  .abroad .swiper-pagination-bullet {
    background: #F16523;
  }

  .entertainment-abouts {
    background-color: #ffeee6;
  }

  .anymags img {
    width: 100%;
  }

  .holiday {
    padding: 100px 0;
    background-image: url(../img/holiday.png);
    background-size: cover;
    background-repeat: no-repeat;
  }

  .holiday h2 {
    font-size: 72px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 15px;
    text-transform: uppercase;
  }

  .holiday h3 {
    font-size: 52px;
    font-weight: 700;
    color: #FFFD8F;
    margin-bottom: 15px;
    text-transform: uppercase;
  }

  .holiday p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 30px;
    width: 700px;
  }

  .holiday a {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    line-height: 28px;
    background-color: #F16523;
    padding: 8px 15px;
    border-radius: 4px;
    display: inline-block;
  }

  .tour-back h2 {
    font-size: 33px;
    font-weight: 700;
    padding-bottom: 15px;
    position: relative;
    color: #F16523;
    text-align: center;
    margin-bottom: 50px
  }

  .tour-back h2 i {
    font-weight: 400;
    color: #000;
  }

  .tour-back h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #F16523;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }

  .tour-back .swiper7 {
    overflow: hidden;
    margin: 10px 10px;
  }

  .tour-back .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 40px;
    border: 1px solid #ddd;
  }

  .tour-back .swiper-wrapper .swiper-slide {
    margin: 0 10px;
    position: relative;
  }

  .tour-back .magazine-books {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 30px;
    text-align: center;
    padding: 15px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 15px 0px #00000014;
  }

  .tour-back .magazine-books h3 {
    font-size: 20px;
    color: #f16523;
    font-weight: 600;
    margin-bottom: 8px;
  }

  .tour-back .magazine-books p {
    font-size: 16px;
    color: #000;
    font-weight: 300;
    margin-bottom: 5px;
  }

  .tour-back .magazine-books img {
    width: 100%;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    border-radius: 10px;
  }

  .inspirational-stories {
    padding: 100px 0;
    background-image: url(../img/bg-ms.png);
    background-size: cover;
    background-repeat: no-repeat;
  }

  .inspirational-stories h2 {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    margin-bottom: 50px;
    text-align: center;
  }

  .inspirational-stories .new-york {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #ddd;
    padding: 20px;
  }

  .inspirational-stories .reviews-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .inspirational-stories .reviews-block .img-block {
    margin-right: 15px;
  }

  .inspirational-stories .reviews-block .img-block img {
    width: 70px;
    border: 1px solid #ddd;
    border-radius: 100%;
    padding: 4px;
  }

  .inspirational-stories .reviews-block figcaption h5 {
    font-weight: 500;
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #444444;
    margin-bottom: 5px;
  }

  .inspirational-stories .reviews-block figcaption span {
    color: #444444;
    opacity: 0.5;
    font-size: 16px !important;
  }

  .inspirational-stories .new-york .star ul {
    padding: 0;
    margin-bottom: 5px;
  }

  .inspirational-stories .new-york .star ul li {
    display: inline-block;
  }

  .inspirational-stories .new-york .star ul li a i {
    color: #FE942F;
    font-size: 16px;
  }

  .inspirational-stories .new-york p {
    color: #000000;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
    font-weight: 300;
  }

  .inspirational-stories .swiper {
    padding: 0 0 50px;
  }

  .inspirational-stories .swiper-pagination-bullet {
    background: #F16523;
  }

  .cool-cities {
    position: relative;
    margin-bottom: 80px;
  }

  .cool-cities::before {
    content: '';
    background-color: #ACABA7;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 13px;
  }

  .cool-cities h4 {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    text-align: center;
    position: absolute;
    z-index: 1;
    left: 45%;
    right: 45%;
    background-color: #f1edec;
  }

  .cities {
    text-align: center;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 20px;
  }

  .cities img {
    width: 100%;
    border: 1px solid #ddd;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    border-radius: 20px;
  }

  .cities img:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  .cities h5 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    background-color: #00000069;
    padding: 6px;
  }

  .fashion-beauty {
    padding: 450px 0 100px;
    background-image: url(../img/fashion-beauty.png);
    background-size: cover;
    background-repeat: no-repeat;
  }

  .fashion-beauty h4 {
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
  }

  .fashion-beauty h2 {
    font-size: 52px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 10px;
  }

  .become-partner {
    padding: 100px 0;
  }

  .become-partner h2 {
    font-size: 33px;
    font-weight: 700;
    padding-bottom: 15px;
    position: relative;
    color: #F16523;
    text-align: center;
    margin-bottom: 50px;
  }

  .become-partner h2 i {
    font-weight: 400;
    color: #000;
  }

  .become-partner h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #F16523;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }

  .become-partner .stats-box.blue-box {
    background: #F16523;
    border-color: #F16523;
    transition: all ease .4s;
    border-radius: 10px;
  }

  .become-partner .stats-box.blue-box:hover {
    background-color: #000;
    border-radius: 10px;
  }

  .become-partner .stats-box.golden-box:hover {
    background-color: #000;
    border-radius: 10px;
  }

  .become-partner .stats-box {
    min-height: 200px;
    border: 4px solid transparent;
    padding: 16px 24px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .become-partner .stats-box .stats-feature-heading {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: .055em;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
  }

  .become-partner .stats-box .more-data {
    font-size: 12px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: .1em;
    text-align: left;
    color: #ffd2c8;
    text-transform: uppercase;
  }

  .become-partner .stats-box .stats-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .become-partner .stats-box .stats-flex figure {
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }

  .become-partner .stats-box .stats-flex .counter {
    color: #fac172;
    font-size: 40px;
    line-height: 40px;
    text-align: left;
    font-weight: 600;
  }

  .percent-span {
    color: #fac172;
    font-size: 30px;
    line-height: 40px;
    text-align: left;
    font-weight: 600;
    padding-left: 10px;
  }

  .become-partner .stats-number {
    font-size: 40px;
    line-height: 60px;
    text-align: left;
  }

  .become-partner .stats-flex .stats-number {
    width: 50%;
    display: flex;
    align-items: baseline;
  }

  .become-partner .stats-box.blue-box .stats-number {
    color: #fac172;
    font-size: 40px;
    line-height: 60px;
    text-align: left;
    font-weight: 600;
  }

  .become-partner .stats-number span {
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    text-align: center;
    margin-left: 0;
    display: block;
    color: #f16523;
  }

  .become-partner .partner-stats-grid .stats-number span {
    margin-left: 0;
    display: inline-block;
  }

  .become-partner .stats-flex .stats-description {
    width: 50%;
  }

  .become-partner .stats-description {
    font-size: 16px;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: right;
    margin: 0;
    color: #fff;
    width: 100%;
  }

  .become-partner .stats-box.golden-box {
    background: #fac172;
    border-color: #fac172;
    transition: all ease .4s;
  }

  .become-partner .stats-box.golden-box .stats-number {
    color: #F16523;
    font-size: 40px;
    line-height: 60px;
    text-align: left;
    font-weight: 600;
  }

  .become-partner .stats-box.golden-box span.more-data {
    color: #ffedd4 !important;
  }

  /************************************Skill-up Pages Css***********************************/
  .skill-up-top {
    width: 135px !important;
  }

  .skill-up-banner {
    padding: 80px 0 80px;
    background-color: #fff;
    background-image: linear-gradient(180deg, #FFF 0%, #fafafa 100%);
  }

  .skill-up-banner .skillup-info h1 {
    font-size: 42px;
    font-weight: 700;
    color: #000000;
    line-height: 60px;
    text-transform: uppercase;
    margin-bottom: 5px;
  }

  .skill-up-banner .skillup-info p {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 34px;
  }

  .skill-up-banner .skillup-info h1 span {
    color: #F16523;
  }

  .skill-up-banner .img-block img {
    width: 100%;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
  }

  .skillup-logo {
    text-align: center;
    overflow: initial;
  }

  .skillup-logo img {
    width: 170px;
    text-align: center;
  }

  .skillup-logo .skill-logos img {
    width: 160px;
    margin-top: -75px;
    -webkit-animation: mover 0.5s infinite alternate;
    animation: mover 0.5s infinite alternate;
  }

  @-webkit-keyframes mover {
    0% {
      transform: translateY(0);
    }

    100% {
      transform: translateY(-20px);
    }
  }

  @keyframes mover {
    0% {
      transform: translateY(0);
    }

    100% {
      transform: translateY(-20px);
    }
  }

  .skillup-videos video {
    width: 100%;
    height: 100%;
  }

  .podcasting-slider .item img {
    width: 100%;
    border-radius: 40px;
    about-videos border: 1px solid #ddd;
  }

  .podcasting-slider .item {
    position: relative;
  }

  .podcasting-slider .item .overlay {
    position: absolute;
    background: #000000;
    background: linear-gradient(360deg, rgba(0, 0, 0, 1) 0%, rgb(255 255 255 / 0%) 100%);
    bottom: 0px;
    left: 0%;
    height: 120px;
    padding: 20px;
    border-radius: 0 0 40px 40px;
    width: 100%;
  }

  .podcasting-slider .item .overlay h3 {
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 5px;
  }

  .podcasting-slider .item .overlay p {
    color: #fff;
    font-weight: 300;
    font-size: 13px;
    margin-bottom: 6px;
    line-height: 20px;
  }

  .podcasting-slider .item .overlay a {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
  }

  .podcasting-slider .item .overlay a i {
    padding-left: 5px;
    font-size: 14px;
  }

  .podcasting-slider .item .overlay a:hover {
    color: #F16523;
  }

  .podcasting-slider.owl-carousel button.owl-dot {
    position: relative;
    z-index: 1;
    background-color: #D9D9D9;
    width: 10px;
    height: 10px;
    border-radius: 100px;
    margin: 0 2px;
  }

  .podcasting-slider.owl-carousel button.owl-dot.active {
    background-color: #F16523;
  }

  .podcasting-slider .owl-dots {
    text-align: center;
  }

  .podcasting-slider.owl-carousel .item {
    margin-bottom: 20px;
  }

  .skill-about {
    padding: 100px 0;
  }

  .skill-about .why-skill h2 {
    font-size: 32px;
    color: #000;
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
    text-align: left;
  }

  .skill-about .why-skill i {
    color: #F16523;
    font-weight: 400;
  }

  .skill-about .why-skill h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #F16523;
    left: 0;
    bottom: 0;
    margin: auto;
  }

  .skill-about .why-skill p {
    font-size: 13px;
    color: #000000;
    font-weight: 300;
    margin-bottom: 20px;
    line-height: 30px;
  }

  .about-skillp .item img {
    width: 100%;
    border-radius: 40px;
    border: 1px solid #ddd;
  }

  .about-skillp .item {
    position: relative;
  }

  .about-skillp .item .overlay {
    position: absolute;
    background: #000000;
    background: linear-gradient(360deg, rgba(0, 0, 0, 1) 0%, rgb(255 255 255 / 0%) 100%);
    bottom: 0px;
    left: 0%;
    height: 100px;
    padding: 20px;
    border-radius: 40px;
    width: 100%;
  }

  .about-skillp .item .overlay h3 {
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 5px;
  }

  .about-skillp .item .overlay p {
    color: #fff;
    font-weight: 300;
    font-size: 13px;
    margin-bottom: 6px;
    line-height: 20px;
  }

  .about-skillp .item .overlay a {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
  }

  .about-skillp .item .overlay a i {
    padding-left: 5px;
    font-size: 14px;
  }

  .about-skillp .item .overlay a:hover {
    color: #F16523;
  }

  .about-skillp.owl-carousel button.owl-dot {
    position: relative;
    z-index: 1;
    background-color: #D9D9D9;
    width: 10px;
    height: 10px;
    border-radius: 100px;
    margin: 0 2px;
  }

  .about-skillp.owl-carousel button.owl-dot.active {
    background-color: #F16523;
  }

  .about-skillp .owl-dots {
    text-align: center;
  }

  .about-skillp.owl-carousel .item {
    margin-bottom: 20px;
  }

  .influencer-impact {
    padding: 100px 0;
    background-color: #fafafa;
  }

  .influencer-impact .headings {
    text-align: center;
  }

  .influencer-impact .headings h2 {
    font-size: 32px;
    color: #000;
    font-weight: 700;
    line-height: 46px;
    position: relative;
    padding-bottom: 15px;
  }

  .influencer-impact .headings h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #F16523;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }

  .influencer-impact .headings i {
    color: #F16523;
    font-weight: 400;
  }

  .influencer-impact .headings p {
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 30px;
    width: 800px;
    margin: 0 auto 10px;
  }

  .influencer-impact .headings img {
    width: 100px;
  }

  .influencer-impact .img-block {
    text-align: center;
  }

  .influencer-impact .align-items-center {
    margin-top: -30px;
  }

  .influencer-impact .img-block img {
    width: 90%;
    margin-bottom: 35px;
    border-radius: 40px;
    border: 1px solid #ddd;
  }

  .influencer-impact .img-youtube {
    position: relative;
  }

  .influencer-impact .img-youtube img {
    border-radius: 40px;
  }

  .influencer-impact .img-youtube .overlay {
    position: absolute;
    background: #000000;
    background: linear-gradient(360deg, rgb(0 0 0 / 60%) 0%, rgb(0 0 0 / 60%) 100%);
    bottom: 0px;
    left: 0%;
    height: 100%;
    padding: 20px;
    width: 100%;
    border-radius: 40px;
    text-align: center;
    line-height: 330px;
  }

  .influencer-impact .img-youtube .overlay img {
    width: 50px;
    -webkit-animation: mover 0.5s infinite alternate;
    animation: mover 0.5s infinite alternate;
  }

  @-webkit-keyframes mover {
    0% {
      transform: translateY(0);
    }

    100% {
      transform: translateY(-20px);
    }
  }

  @keyframes mover {
    0% {
      transform: translateY(0);
    }

    100% {
      transform: translateY(-20px);
    }
  }

  .unique-workflow {
    padding: 100px 0;
  }

  .unique-workflow .workflow {
    text-align: center;
    margin-bottom: 50px;
  }

  .unique-workflow .workflow h2 {
    font-size: 32px;
    color: #F16523;
    font-weight: 700;
    margin-bottom: 5px;
    position: relative;
    padding-bottom: 15px;
  }

  .unique-workflow .workflow h2 i {
    color: #000;
    font-weight: 400;
  }

  .unique-workflow .workflow h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #F16523;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }

  .unique-workflow .workflow p {
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 30px;
    width: 800px;
    margin: 0 auto 10px;
  }

  .unique-workflow .workflow img {
    width: 100px;
  }

  .unique-workflow .on-progress {
    text-align: center;
  }

  .unique-workflow .under-info {
    position: relative;
  }

  .unique-workflow .under-info::after {
    content: '';
    background-color: #ffddcc;
    position: absolute;
    bottom: 174px;
    left: 193px;
    width: 252px;
    height: 1px;
    rotate: 341deg;
  }

  .unique-workflow .under-review {
    position: relative;
  }

  .unique-workflow .under-review::after {
    content: '';
    background-color: #ffddcc;
    position: absolute;
    bottom: 74px;
    left: 192px;
    width: 252px;
    height: 1px;
    rotate: 20deg;
  }

  .unique-workflow .on-progress img {
    width: 90px;
    margin-bottom: 15px;
    animation: hearbeat 8s linear infinite;
    position: relative;
    z-index: 1;
  }

  @keyframes hearbeat {
    0% {
      transform: scale(1);
    }

    25% {
      transform: scale(1.25);
    }

    35% {
      transform: scale(1);
    }

    45% {
      transform: scale(1.25);
    }

    55% {
      transform: scale(1);
    }
  }

  .unique-workflow .on-progress p {
    font-size: 16px;
    color: #656565;
    font-weight: 400;
    margin-bottom: 5px;
  }

  .unique-workflow .on-progress h3 {
    font-size: 32px;
    color: #000;
    font-weight: 700;
    margin-bottom: 0;
  }

  .unique-workflow .on-progress.under-infos {
    margin-top: 100px;
  }

  .some-facta {
    background-color: #fafafa;
    padding: 100px 0 0;
  }

  .some-facta h2 {
    color: #F16523;
    font-size: 32px;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 50px;
    position: relative;
    text-align: center;
  }

  .some-facta h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #F16523;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }

  .some-facta h2 i {
    font-weight: 400;
    color: #000;
  }

  .some-facta .experience {
    margin-bottom: 100px;
    text-align: center;
  }

  .some-facta .experience h4 {
    font-size: 16px;
    color: #F16523;
    font-weight: 500;
    margin-bottom: 5px;
  }

  .some-facta .experience h4 i {
    color: #F16523;
  }

  .some-facta .experience span {
    font-size: 50px;
    color: #000;
    font-weight: 700;
    margin-bottom: 0;
    padding: 0;
    line-height: 60px;
  }

  .some-facta .experience p {
    font-size: 14px;
    color: #000;
    font-weight: 300;
  }

  .some-facta .img-block {
    text-align: center;
  }

  .some-facta .img-block img {
    width: 60%;
    animation: ghost-hover 2s linear alternate infinite;
    border: 10px solid #ffeae0;
    border-radius: 100%;
  }

  @keyframes ghost-hover {
    0% {
      transform: translate(0%, -20%);
    }

    100% {
      translate(0%, 0%);
    }
  }

  .meet-your {
    padding: 100px 0;
  }

  .meet-your h2 {
    font-size: 32px;
    color: #F16523;
    font-weight: 700;
    margin-bottom: 50px;
    padding-bottom: 15px;
    position: relative;
    text-align: center;
  }

  .meet-your h2 i {
    color: #000;
    font-weight: 400;
  }

  .meet-your h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #F16523;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }

  .meet-your .swiper-container {
    width: 100%;
    height: auto;
  }

  .meet-your .swiper-slide {
    overflow: hidden;
    margin: 10px 10px;
    transition: transform .8s cubic-bezier(0, 0, 0.5, 1);
    width: 18%;
  }

  .mentors-webs {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    justify-content: center;
  }

  .meet-your .swiper-slide:hover {
    transform: scale(1.0161290323);
  }

  .meet-your .swiper-slide img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 40px;
    position: relative;
  }

  .meet-your .swiper-slide .portfolio-info {
    position: absolute;
    z-index: 1;
    inset: 0px;
    transition: 0.3s ease-in-out;
    padding: 15px 25px;
    background: #000000;
    background: linear-gradient(180deg, rgb(241 101 35) 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 40px 40px 0 0;
    top: 0;
    height: 120px;
  }

  .meet-your .swiper-slide .portfolio-info p {
    font-size: 13px;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 4px;
    text-shadow: 0 0 51px #000000;
  }

  .meet-your .swiper-slide .portfolio-info h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: #ffffff;
    display: inline-block;
    margin-bottom: 15px;
    text-shadow: 0 0 51px #000000;
  }

  .meet-your .swiper-free-mode>.swiper-wrapper {
    transition-timing-function: linear;
    margin: 0 auto;
    display: flex;
  }

  .swiper-wrapper {
    display: flex;
  }

  .mentors-web .col-md-2 {
    width: 19.666667%;
  }

  .mentors-web .swiper-slide {
    position: relative;
    background-color: #fff;
    border-radius: 16px;
    justify-content: center;
    align-items: center;
    padding: 10px 20px 20px;
    border: 1px solid #ddd;
  }

  .mentors-web .swiper-slide img {
    width: 100%;
    transition: transform 0.3s ease-in-out;
    transform-origin: bottom center;
  }

  .mentors-web .swiper-slide img:hover {
    transform: scale(1.2);
  }

  .mentors-web .swiper-slide .image-126 {
    position: absolute;
    inset: 13% auto auto 5%;
    animation: shake-right 0.5s ease-in-out;
    visibility: visible;
    opacity: 1;
    width: 50px;
  }

  .mentors-web .swiper-slide .image-127 {
    position: absolute;
    inset: auto 13% 60% auto;
    animation: shake-right 0.5s ease-in-out;
    visibility: visible;
    opacity: 1;
    width: 50px;
  }

  .mentors-web .swiper-slide .overlay {
    position: absolute;
    background: #f16523;
    bottom: 15px;
    left: 15px;
    right: 15px;
    padding: 6px;
    border-radius: 6px;
    width: 90%;
  }

  .mentors-web .swiper-slide .overlay h3 {
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    text-align: center;
    margin-bottom: 4px;
  }

  .mentors-web .swiper-slide .overlay p {
    color: #fff;
    font-weight: 300;
    font-size: 12px;
    text-align: center;
    margin-bottom: 0;
    line-height: 13px;
  }

  .step-up .creator {
    margin-bottom: 40px;
  }

  .step-up .creator h2 {
    font-size: 32px;
    font-weight: 700;
    color: #f16523;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
    line-height: 46px;
  }

  .step-up .creator h2 i {
    font-weight: 400;
    color: #000;
  }

  .step-up .creator h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #F16523;
    left: 0;
    bottom: 0;
    margin: auto;
  }

  .step-up .creating-info {
    border-radius: 40px;
    box-shadow: 0px 0px 15px 0px #00000014;
    background-color: #fff;
    padding: 30px 20px;
    text-align: center;
    margin-bottom: 20px;
    transition: all ease .4s;
  }

  .step-up .creating-info:hover {
    box-shadow: 2px 2px 5px 1px #f16523;
  }

  .step-up .creating-info img {
    margin-bottom: 15px;
    width: 50px;
  }

  .step-up .creating-info p {
    font-size: 13px;
    font-weight: 300;
    color: #000;
    margin-bottom: 0;
  }

  .step-up .img-block img {
    width: 100%;
    border-radius: 40px;
    box-shadow: 0px 0px 15px 0px #00000014;
    background-color: #fff;
    padding: 10px;
  }

  .communitys .our-storie {
    text-align: center;
    margin-bottom: 50px;
  }

  .communitys .our-storie h2 {
    font-size: 32px;
    color: #F16523;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 15px;
  }

  .communitys .our-storie h2 i {
    color: #000;
    font-weight: 400;
  }

  .communitys .our-storie h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #F16523;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }

  .communitys .videos-block {
    position: relative;
  }

  .communitys .videos-block img {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 40px;
  }

  .communitys .videos-block .overlay {
    position: absolute;
    background: #000000;
    background: linear-gradient(360deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 0%) 100%);
    bottom: -90px;
    left: 0%;
    height: 100%;
    padding: 20px;
    width: 100%;
    border-radius: 20px;
    text-align: center;
    line-height: 220px;
  }

  .communitys .videos-block .overlay img {
    width: 50px;
    -webkit-animation: mover 0.5s infinite alternate;
    animation: mover 0.5s infinite alternate;
    text-align: center;
    margin: 0 auto;
  }

  @-webkit-keyframes mover {
    0% {
      transform: translateY(0);
    }

    100% {
      transform: translateY(-20px);
    }
  }

  @keyframes mover {
    0% {
      transform: translateY(0);
    }

    100% {
      transform: translateY(-20px);
    }
  }

  .communitys .swiper-container {
    width: 100%;
    height: auto;
  }

  .communitys .swiper1 {
    overflow: hidden;
    margin: 10px 10px;
  }

  .communitys .swiper-slide {
    margin: 0 10px;
    position: relative;
  }

  .communitys .swiper-slide span i {
    font-size: 50px;
    border-radius: 0;
    position: absolute;
    bottom: 40%;
    text-align: center;
    margin: 0 auto;
    z-index: 1;
    left: 40%;
    right: 40%;
    color: #ff0000;
    text-shadow: 0px 0px 10px #0000006b;
  }

  .communitys .swiper-slide img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 40px;
    position: relative;
  }

  .contact-spaces {
    padding-top: 100px;
  }

  .review-info {
    background-color: #fff9f6;
    padding: 0px 0 50px;
    position: relative;
    overflow: initial;
  }

  .review-info .owl-carousel .owl-item img {
    width: 60px;
  }

  .review-info .review-inner {
    padding: 70px 30px 0;
  }

  .review-info .reviews-block {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }

  .review-info .reviews-block .img-blocks {
    margin-right: 15px;
  }

  .review-info .reviews-block figcaption h5 {
    font-weight: 500;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000000;
    margin-bottom: 10px;
  }

  .review-info .reviews-block figcaption span {
    color: #000;
    opacity: 0.5;
    font-size: 13px !important;
    font-weight: 300;
  }

  .review-info .review-inner .star ul {
    padding: 0;
    margin-bottom: 20px;
  }

  .review-info .review-inner .star ul li {
    display: inline-block;
  }

  .review-info .review-inner .star ul li a i {
    color: #FE942F;
    font-size: 16px;
    margin-top: 5px;
  }

  .review-info .review-inner p {
    color: #000;
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 0;
    font-weight: 300;
  }

  .review-info .swiper {
    padding: 0 0 50px;
  }

  .review-info .swiper-pagination-bullet {
    background: #F16523;
    text-align: right;
  }

  .review-info .swiper-pagination {
    text-align: right;
  }

  .review-info .quotess {
    position: absolute;
    right: 0;
    top: 80px;
    width: 60px;
    filter: invert(1);
  }

  .logos-img-bloks {
    margin-top: 80px;
  }

  .logos-img-bloks img {
    width: 170px;
    filter: invert(1);
  }

  .participate {
    padding: 300px 0 0px;
    position: relative;
    overflow: initial;
  }

  .participate .participate-now {
    background-color: #F16523;
    padding: 50px 50px 0;
    border-radius: 50px;
    display: flex;
  }
  .participate .participate-now figcaption {
    width: 500px;
  }

  .participate .participate-now figcaption h3 {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 25px;
  }

  .participate .participate-now figcaption h2 {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 5px;
    line-height: 46px;
  }

  .participate .participate-now figcaption p {
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    color: #fff;
    margin: 25px 0;
  }

  .participate .participate-now .img-block img {
    width: 100%;
    margin-top: -240px;
  }

  .participate-now .custom-btn {
    font-size: 16px;
    font-weight: 500;
    padding: 13px 25px 13px 33px;
    background-color: #ffffff;
    border-radius: 50px;
    color: #f16523;
    text-transform: uppercase;
    transition: .4s ease all;
    display: inline-flex;
    position: relative;
    transition: background-color .3s ease-out;
    text-align: center;
    align-items: center;
    justify-content: center
  }

  .participate-now .custom-btn span {
    display: inline-block !important;
    position: relative;
    transition: all .3s ease-out !important;
    will-change: transform !important;
    padding-right: 6px
  }

  .participate-now .custom-btn:hover span {
    transform: translate3d(-1rem, 0, 0)
  }

  .participate-now .custom-btn img {
    position: absolute;
    right: 0;
    right: 0;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%) !important;
    transition: all .3s ease-out !important;
    will-change: right, opacity;
    width: 11px;
    font-weight: bold;
  }

  .participate-now .custom-btn:hover img {
    opacity: 1;
    right: -1.3rem
  }

  /************************************Jhs Entertanment Pages Css***********************************/
  .jhs-enter-top {
    width: 58px !important;
  }

  .business {
    padding: 50px 0;
  }

  .business .img-block img {
    width: 100%;
  }

  .business .promotion {
    padding: 30px;
    border-radius: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .business .promotion .celebrities img {
    width: 200px;
    margin-bottom: 15px;
  }

  .business .promotion .celebrities h3 {
    font-size: 32px;
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
  }

  .business .promotion .celebrities p {
    color: #000000;
    font-weight: 300;
    font-size: 13px;
  }

  .business .promotion .celebrities ul {
    margin-bottom: 15px;
    padding-left: 0;
  }

  .business .promotion .celebrities ul li {
    display: inline-block;
    font-size: 18px;
    color: #F16523;
  }

  .business .promotion .celebrities .worked {
    width: 30px;
  }

  .promotions-info {
    padding: 100px 0 70px;
    background-color: #fafafa;
  }

  .promotions-info .ab-podcast {
    text-align: center;
    width: 900px;
    margin: 0 auto;
  }

  .promotions-info .ab-podcast h4 {
    font-size: 20px;
    font-weight: 600;
    color: #F16523;
    margin-bottom: 10px;
  }

  .promotions-info .ab-podcast h2 {
    font-size: 32px;
    font-weight: 700;
    color: #000;
    margin-bottom: 50px;
    position: relative;
    padding-bottom: 15px;
  }

  .promotions-info .ab-podcast h2 i {
    color: #F16523;
    font-weight: 400;
  }

  .promotions-info .ab-podcast h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #F16523;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }

  .promotions-info .ab-podcast p {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 26px;
    margin-bottom: 40px;
  }

  .promotions-info .col-solution {
    position: relative;
    margin-bottom: 30px;
  }

  .promotions-info .col-solution img {
    max-width: 100%;
    border-radius: 40px;
    outline: 1px solid #424242;
    height: 220px;
  }

  .promotions-info .overlay,
  .promotions-info .overlay {
    position: absolute;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgb(0 0 0) 0%, rgb(0 0 0 / 28%) 39%, rgb(0 0 0 / 0%) 65%, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    left: 0%;
    height: 250px;
    padding: 186px 15px 10px 15px;
    border-radius: 40px;
    width: 100%;
  }

  .promotions-info .col-solution h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #fff;
  }

  .promotions-info .col-solution p {
    font-size: 13px;
    font-weight: 300;
    color: #fff;
    line-height: 20px;
  }

  .entertainment-wraps {
    padding: 100px 0 0;
  }

  .featuring {
    padding: 100px 0;
  }

  .featuring h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1F1F1F;
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 40px;
    position: relative;
  }

  .featuring h2 i {
    color: #F16523;
    font-weight: 400;
  }

  .featuring h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #F16523;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }

  .featuring .img-block img {
    width: 150px;
  }

  .featuring .ipsum-wrap {
    text-align: right;
  }

  .featuring .ipsum-wrap a {
    background-color: #F16523;
    font-size: 16px;
    color: #fff;
    border-radius: 100px;
    padding: 15px 40px;
    font-weight: 600;
    margin-top: 2px;
    text-align: center;
    border-radius: 25px;
    border-bottom: 3px solid #fff;
    box-shadow: 1px 1px 1px 0px #F16523;
    border-right: 3px solid #fff;
    display: inline-block;
  }

  .featuring .ipsum-wrap a:hover {
    background-color: #000;
  }

  .featuring .img-wraps {
    padding: 4px;
    border-style: solid;
    border-width: 0px 0px 1px 1px;
    border-radius: 40px;
    margin: 10px;
  }

  .featuring .img-wraps img {
    width: 100%;
    border-radius: 40px;
  }

  .featuring .kreena-text {
    position: relative;
  }

  .featuring .kreena-text h4 {
    background-color: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    z-index: 1;
    bottom: 14px;
    left: 14px;
    padding: 10px 30px 10px 20px;
    border-radius: 0 40px 0 40px;
  }

  .top-calebrities {
    margin-bottom: 50px;
  }

  .featuring .swiper-pagination-bullet {
    background: #F16523;
  }

  .featuring .swiper-pagination {
    margin-bottom: 10px;
  }

  .how-dose {
    padding: 100px 0;
    background-color: #fafafa;
  }

  .how-dose .section-title h2 {
    font-size: 36px;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin-bottom: 50px;
  }

  .how-dose .celebrity {
    padding: 30px;
  }

  .how-dose .celebrity img {
    width: 60px;
    margin-bottom: 15px;
  }

  .how-dose .celebrity h3 {
    font-size: 16px;
    font-weight: 500;
    color: #F16523;
    margin-bottom: 10px;
  }

  .how-dose .celebrity p {
    color: #000000;
    font-weight: 300;
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 0;
  }

  .accordion-button:not(.collapsed)::after {
    filter: invert(1);
  }

  .how-dose .celebrity.magic {
    box-shadow: 2px 2px 5px 1px #0000000a;
    background-color: #fff;
    border-radius: 40px;
    margin-bottom: 30px;
  }

  .how-dose .enhance {
    border-radius: 40px;
    box-shadow: 2px 2px 5px 1px #0000000a;
    background-color: #fff;
    height: 238px;
  }

  .how-dose .enhance h3 {
    font-size: 21px;
    margin-bottom: 30px;
    font-weight: 600;
    line-height: 32px;
  }

  .how-dose .enhance i {
    font-size: 30px;
    color: #F16523;
  }

  .succes {
    padding: 100px 0;
  }

  .succes .title h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1F1F1F;
    line-height: 1.3em;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
  }

  .succes .title h2 i {
    font-weight: 400;
    color: #F16523;
  }

  .succes .title h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #F16523;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }

  .succes .storis {
    margin-top: 40px;
  }

  .succes .storis img {
    width: 100%;
    border-radius: 40px;
  }

  .succes .storis {
    position: relative;
  }

  .succes .storis p {
    position: absolute;
    z-index: 1;
    left: 0;
    font-size: 13px;
    background-color: #F16523;
    padding: 4px 10px;
    bottom: 0;
    width: 100%;
    border-radius: 0 0 40px 40px;
    text-align: center;
    font-weight: 300;
    margin: 0;
    color: #fff;
  }

  .swiper-slide .feedbake-info img {
    width: 70px !important;
  }

  .faqs-question {
    margin-bottom: 100px;
  }

  .faqs-question h2 {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #f16523;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 50px;
  }

  .faqs-question h2 i {
    font-weight: 400;
    color: #F16523;
  }

  .faqs-question h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #F16523;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }

  .frequently .accordion-button:not(.collapsed) {
    color: #F16523;
    background-color: #fafafa;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
  }

  .frequently .accordion-button {
    font-size: 16px;
    color: #000;
    font-weight: 500;
  }

  .frequently .accordion-button:focus {
    border: none;
    box-shadow: none;
  }

  .frequently .accordion-body {
    color: #000;
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
  }

  .faqs-img {
    text-align: center;
  }

  .faqs-img img {
    width: 70%;
  }

  .awards-slider {
    margin: 50px 0 0px;
  }

  /**********************************Justbaat Page Section Css************************************/
  .justbaat-banner {
    padding: 50px 0 135px;
    text-align: center;
  }

  .justbaat-banner ul {
    margin-bottom: 120px;
  }

  .justbaat-banner ul li a img {
    margin-bottom: 15px;
    width: 32px;
    height: 32px;
  }

  .justbaat-banner ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 -0.1176470588em;
    padding: 0 25px;
  }

  .justbaat-banner ul li a .chapternav-label {
    font-size: 13px;
    line-height: 1.3333733333;
    font-weight: 400;
    letter-spacing: -0.01em;
    display: block;
    margin: 0;
  }

  .justbaat-banner ul li a .chapternav-label:hover {
    color: #f16523;
  }

  .justbaat-banner h1 {
    font-size: 42px;
    font-weight: 600;
    color: #f16523;
    margin-bottom: 20px;
    line-height: 65px;
    text-transform: uppercase;
  }

  .justbaat-banner h2 {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    width: 70%;
    line-height: 36px;
    text-align: center;
    margin: 0 auto;
    text-transform: uppercase;
  }

  .justbaat-banner h2 span {
    color: #f16523;
    font-weight: 600;
  }

  .justbaat-video {
    position: relative;
  }

  .justbaat-video video {
    width: 100%;
    height: 90vh;
    object-fit: cover;
  }

  .justbaat-video video::-webkit-media-controls-current-time-display {
    display: none;
  }

  .justbaat-video video::-webkit-media-controls-fullscreen-button {
    display: none;
  }

  .justbaat-video video::-webkit-media-controls-time-remaining-display {
    display: none;
  }

  .justbaat-video video::-webkit-media-controls-timeline {
    display: none;
  }

  .get-four-services {
    background-color: #f16523;
    padding: 20px 0;
  }

  .get-four-services h1 {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    text-align: center;
  }

  .get-four-services .learn-more {
    font-size: 16px;
    font-weight: 500;
    padding: 13px 25px 13px 33px;
    border: 1.6px solid #fff;
    border-radius: 50px;
    color: #fff;
    text-transform: uppercase;
    transition: .4s ease all;
    display: inline-flex;
    position: relative;
    transition: background-color .3s ease-out;
    text-align: center;
    align-items: center;
    justify-content: center
  }

  .get-four-services .learn-more span {
    display: inline-block !important;
    position: relative;
    transition: all .3s ease-out !important;
    will-change: transform !important;
    padding-right: 6px
  }

  .get-four-services .learn-more:hover span {
    transform: translate3d(-1rem, 0, 0)
  }

  .get-four-services .learn-more img {
    position: absolute;
    right: 0;
    right: 0;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%) !important;
    transition: all .3s ease-out !important;
    will-change: right, opacity;
    width: 11px;
    font-weight: bold;
  }

  .get-four-services .learn-more:hover img {
    opacity: 1;
    right: -1.3rem
  }

  .every-screen {
    padding-bottom: 100px;
  }

  .every-screen h2 {
    font-size: 32px;
    font-weight: 700;
    padding: 0px 0 15px;
    margin-bottom: 50px;
    position: relative;
    color: #F16523;
    text-align: center;
  }

  .every-screen h2 i {
    font-weight: 400;
    color: #000;
  }

  .every-screen h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #F16523;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }

  .every-screen .justbaat-video iframe {
    width: 100%;
    height: 615px;
  }

  .every-screen .marquee {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;
  }

  .every-screen .ratio-items {
    display: flex;
    animation: scroll 120s linear infinite;
    animation-play-state: running;
  }

  .every-screen .marquee:hover .ratio-items {
    animation-play-state: paused;
  }

  /* @keyframes scroll {    from { transform: translateX(0); }    to   { transform: translateX(-100%); }  }*/
  .ratio-items .marquee-item {
    flex-shrink: 0;
    width: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 10px;
    font-size: 20px;
    transition: transform 0.4s ease, filter 0.4s ease;
    border-radius: 40px;
    text-align: center;
    position: relative;
    z-index: 1;
  }

  .ratio-items .marquee-item a img {
    border-radius: 6px;
  }

  /*.ratio-items .marquee-item a img:hover {  background-color: #ddd;}*/
  @keyframes marquee {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(-50%);
    }
  }

  .ratio-items .marquee-link {
    display: block;
    overflow: hidden;
  }

  .ratio-items .marquee-hover-container {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
  }

  .ratio-items .marquee-hover-content {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    opacity: 0;
    border-radius: 6px;
    transition: opacity 300ms;
  }

  .ratio-items .marquee-link:hover {
    text-decoration: none
  }

  .ratio-items .marquee-link:hover .marquee-hover-content {
    opacity: 1;
    animation-duration: 60s;
  }

  @keyframes scroll {
    from {
      transform: translateX(0);
    }

    to {
      transform: translateX(-100%);
    }
  }

  .ratio-items .marquee-link:hover .marquee-cta {
    transform: translateY(0)
  }

  .ratio-items .marquee-cta {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    border-radius: 980px;
    font-size: 14px;
    line-height: 1.1428571429;
    font-weight: 500;
    letter-spacing: 0em;
    min-width: 26px;
    padding: 12px 18px;
    background: #fff;
    color: #1d1d1f;
    transform: translateY(15px);
    transition: transform 400ms;
    transition: all ease .4s;
  }

  .ratio-items .marquee-cta i {
    font-size: 13px;
    padding-left: 5px;
  }

  .ratio-items .marquee-cta:hover {
    background-color: #F16523;
    color: #fff;
  }

  .ratio-items .marquee-copy.typography-show-title-copy {
    text-align: left;
  }

  .ratio-items .marquee-title {
    color: #000;
    font-weight: 300;
    font-size: 13px;
    text-transform: uppercase;
  }

  .ratio-items .marquee-subtitle {
    color: #F16523;
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
  }

  .apple-podcasts {
    padding: 0px 0 30px;
  }

  .apple-podcasts .millions p img {
    width: 30px;
    margin-right: 5px;
  }

  .apple-podcasts .millions p {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin-bottom: 15px;
  }

  .apple-podcasts .millions h2 {
    font-weight: 400;
    color: #000;
    font-size: 32px;
    line-height: 45px;
  }

  .apple-podcasts .open-btn {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }

  .apple-podcasts .open-btn .open-the-app {
    font-size: 16px;
    font-weight: 500;
    padding: 14px 25px 14px 33px;
    background-color: #f16523;
    border-radius: 50px;
    color: #fff;
    text-transform: uppercase;
    transition: .4s ease all;
    display: inline-flex;
    position: relative;
    transition: background-color .3s ease-out;
    text-align: center;
    align-items: center;
    justify-content: center
  }

  .apple-podcasts .open-btn .open-the-app span {
    display: inline-block !important;
    position: relative;
    transition: all .3s ease-out !important;
    will-change: transform !important;
    padding-right: 6px
  }

  .apple-podcasts .open-btn .open-the-app:hover span {
    transform: translate3d(-1rem, 0, 0)
  }

  .apple-podcasts .open-btn .open-the-app img {
    position: absolute;
    right: 0;
    right: 0;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%) !important;
    transition: all .3s ease-out !important;
    will-change: right, opacity;
    width: 11px;
    font-weight: bold;
  }

  .apple-podcasts .open-btn .open-the-app:hover img {
    opacity: 1;
    right: -1.3rem;
  }

  .apple-podcasts .open-btn .learn-the-app {
    font-size: 16px;
    font-weight: 500;
    padding: 14px 25px 14px 33px;
    border: 1.6px solid #f16523;
    border-radius: 50px;
    color: #f16523;
    text-transform: uppercase;
    transition: .4s ease all;
    display: inline-flex;
    position: relative;
    transition: background-color .3s ease-out;
    text-align: center;
    align-items: center;
    justify-content: center
  }

  .apple-podcasts .open-btn .learn-the-app span {
    display: inline-block !important;
    position: relative;
    transition: all .3s ease-out !important;
    will-change: transform !important;
    padding-right: 6px
  }

  .apple-podcasts .open-btn .learn-the-app:hover span {
    transform: translate3d(-1rem, 0, 0)
  }

  .apple-podcasts .open-btn .learn-the-app img {
    position: absolute;
    right: 0;
    right: 0;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%) !important;
    transition: all .3s ease-out !important;
    will-change: right, opacity;
    width: 11px;
    font-weight: bold;
  }

  .apple-podcasts .open-btn .learn-the-app:hover img {
    opacity: 1;
    right: -1.3rem;
    color: #f16523;
  }

  .every-screen.next-slider {
    background-color: #fafafa;
    margin-bottom: 100px;
  }

  .marquee-item.independents-item {
    flex-shrink: 0;
    width: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 10px;
    font-size: 20px;
    transition: transform 0.4s ease, filter 0.4s ease;
    border-radius: 40px;
    text-align: center;
    position: relative;
    z-index: 1;
  }

  .marquee-wrapper {
    overflow: hidden;
    width: 100%;
  }

  .marquee-inner {
    display: flex;
  }

  .marquee-inner .ratio-items {
    flex-shrink: 0;
    overflow: hidden;
  }

  .marquee-inner .ratio-items img {
    transition: all 0.5s;
    width: 100%;
  }

  .independents {
    background-color: #fafafa;
  }

  .justbaat-podcasts {
    padding: 0px 0 100px;
  }

  .justbaat-podcasts .marquee {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;
  }

  .justbaat-podcasts .ratio-items {
    display: flex;
    animation: scroll 120s linear infinite;
    animation-play-state: running;
  }

  .justbaat-podcasts .marquee:hover .ratio-items {
    animation-play-state: paused;
  }

  /* @keyframes scroll {    from { transform: translateX(0); }    to   { transform: translateX(-100%); }  }*/
  .justbaat-podcasts .ratio-items .marquee-item {
    flex-shrink: 0;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 10px;
    font-size: 20px;
    transition: transform 0.4s ease, filter 0.4s ease;
    border-radius: 40px;
    text-align: center;
    position: relative;
    z-index: 1;
  }

  .justbaat-podcasts .ratio-items .marquee-item a img {
    border-radius: 6px;
  }

  /*.justbaat-podcasts .ratio-items .marquee-item a img:hover {  background-color: #ddd;}*/
  @keyframes marquee {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(-50%);
    }
  }

  .justbaat-podcasts .ratio-items .marquee-item.music-items {
    width: 350px;
    border-radius: 40px;
  }

  .justbaat-podcasts .ratio-items .marquee-item.music-items .marquee-hover-content {
    border-radius: 40px;
    box-shadow: none !important;
  }

  .justbaat-podcasts .ratio-items .marquee-item.music-items a img {
    border-radius: 40px;
  }

  .justbaat-podcasts .ratio-items .marquee-link {
    display: block;
    overflow: hidden;
  }

  .justbaat-podcasts .ratio-items .marquee-hover-container {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
  }

  .justbaat-podcasts .ratio-items .marquee-hover-content {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    opacity: 0;
    border-radius: 6px;
    transition: opacity 300ms;
  }

  .justbaat-podcasts .ratio-items .marquee-link:hover {
    text-decoration: none
  }

  .justbaat-podcasts .ratio-items .marquee-link:hover .marquee-hover-content {
    opacity: 1;
    animation-duration: 60s;
  }

  @keyframes scroll {
    from {
      transform: translateX(0);
    }

    to {
      transform: translateX(-100%);
    }
  }

  .justbaat-podcasts .ratio-items .marquee-link:hover .marquee-cta {
    transform: translateY(0)
  }

  .justbaat-podcasts .ratio-items .marquee-cta {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    border-radius: 980px;
    font-size: 14px;
    line-height: 1.1428571429;
    font-weight: 500;
    letter-spacing: 0em;
    min-width: 26px;
    padding: 10px 15px;
    background: #fff;
    color: #1d1d1f;
    transform: translateY(15px);
    transition: transform 400ms;
    transition: all ease .4s;
  }

  .justbaat-podcasts .ratio-items .marquee-cta i {
    font-size: 13px;
    padding-left: 5px;
  }

  .justbaat-podcasts .ratio-items .marquee-cta:hover {
    background-color: #F16523;
    color: #fff;
  }

  .justbaat-podcasts .ratio-items .marquee-copy.typography-show-title-copy {
    text-align: left;
  }

  .justbaat-podcasts .ratio-items .marquee-title {
    color: #000;
    font-weight: 300;
    font-size: 13px;
    line-height: 20px;
  }

  .justbaat-podcasts .ratio-items .marquee-subtitle {
    color: #F16523;
    font-weight: 300;
    font-size: 13px;
  }

  .justbaat-podcasts .marquee-wrapper {
    overflow: hidden;
    width: 100%;
  }

  .justbaat-podcasts .marquee-inners {
    display: flex;
  }

  .justbaat-podcasts .marquee-inners .ratio-items {
    flex-shrink: 0;
    overflow: hidden;
  }

  .justbaat-podcasts .marquee-inners .ratio-items img {
    transition: all 0.5s;
    width: 100%;
  }

  .justbaat-podcasts .marquee-wraps {
    display: flex;
  }

  .justbaat-podcasts .marquee-wraps .ratio-items {
    flex-shrink: 0;
    overflow: hidden;
  }

  .justbaat-podcasts .marquee-wraps .ratio-items img {
    transition: all 0.5s;
    width: 100%;
  }

  .apple-tv {
    position: absolute;
    z-index: 1;
    bottom: 30px;
    left: 200px;
    right: 200px;
  }

  .apple-tv .award-winning p img {
    width: 30px;
  }

  .housing-logo {
    width: 140px !important;
  }

  .apple-tv .award-winning p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 15px;
  }

  .apple-tv .violator {
    font-size: 13px;
    font-weight: 300;
    color: #fff;
    border-radius: 50px;
    border: 1px solid #fff;
    padding: 3px 10px;
    margin-left: 10px;
  }

  .apple-tv .award-winning h2 {
    font-weight: 400;
    color: #fff;
    font-size: 33px;
    line-height: 45px;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
  }

  .apple-tv .award-winning h2:after {
    display: none;
  }

  .apple-tv .award-winning h4 {
    font-weight: 400;
    color: #d8d8d8;
    font-size: 14px;
  }

  .apple-tv .try-block {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }

  .apple-tv .try-block .open-the-app {
    font-size: 16px;
    font-weight: 500;
    padding: 14px 25px 14px 33px;
    background-color: #fff;
    border-radius: 50px;
    color: #f16523;
    text-transform: uppercase;
    transition: .4s ease all;
    display: inline-flex;
    position: relative;
    transition: background-color .3s ease-out;
    text-align: center;
    align-items: center;
    justify-content: center
  }

  .apple-tv .try-block .open-the-app span {
    display: inline-block !important;
    position: relative;
    transition: all .3s ease-out !important;
    will-change: transform !important;
    padding-right: 6px
  }

  .apple-tv .try-block .open-the-app:hover span {
    transform: translate3d(-1rem, 0, 0)
  }

  .apple-tv .try-block .open-the-app img {
    position: absolute;
    right: 0;
    right: 0;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%) !important;
    transition: all .3s ease-out !important;
    will-change: right, opacity;
    width: 11px;
    font-weight: bold;
  }

  .apple-tv .try-block .open-the-app:hover img {
    opacity: 1;
    right: -1.3rem;
    color: #f16523;
  }

  .apple-tv .try-block .learn-the-btn {
    font-size: 16px;
    font-weight: 500;
    padding: 14px 25px 14px 33px;
    border: 1.6px solid #fff;
    border-radius: 50px;
    color: #fff;
    text-transform: uppercase;
    transition: .4s ease all;
    display: inline-flex;
    position: relative;
    transition: background-color .3s ease-out;
    text-align: center;
    align-items: center;
    justify-content: center
  }

  .apple-tv .try-block .learn-the-btn span {
    display: inline-block !important;
    position: relative;
    transition: all .3s ease-out !important;
    will-change: transform !important;
    padding-right: 6px
  }

  .apple-tv .try-block .learn-the-btn:hover span {
    transform: translate3d(-1rem, 0, 0)
  }

  .apple-tv .try-block .learn-the-btn img {
    position: absolute;
    right: 0;
    right: 0;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%) !important;
    transition: all .3s ease-out !important;
    will-change: right, opacity;
    width: 11px;
    font-weight: bold;
  }

  .apple-tv .try-block .learn-the-btn:hover img {
    opacity: 1;
    right: -1.3rem;
  }

  .justbaat-text-items {
    width: 60px !important;
    margin-left: 6px
  }

  /*************************Digital Marketing Services Page Css***************************/
  .empower {
    padding: 100px 0;
  }

  .empower h2 {
    font-size: 33px;
    font-weight: 700;
    padding-bottom: 15px;
    position: relative;
    color: #F16523;
    text-align: center;
    margin-bottom: 50px;
  }

  .empower h2 i {
    font-weight: 400;
    color: #000;
  }

  .empower h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #F16523;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }

  .ms-inners {
    border-radius: 40px;
    padding: 30px;
    box-shadow: 0px 0px 10px 0px #0000000f;
    background-color: #fff;
    margin: 10px;
  }

  .item .ms-inners img {
    width: 80px;
    margin-bottom: 30px;
  }

  .ms-inners p {
    font-size: 13px;
    font-weight: 300;
    color: #585858;
    line-height: 24px;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .ms-inners h3 {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin-bottom: 8px;
  }

  /*************************Jhs Music Page Css***************************/
  .music-discovery .bg-icons h3 {
    font-size: 32px;
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
  }

  .music-discovery .bg-icons h2 {
    font-size: 56px;
    color: #f16523;
    font-weight: 600;
    width: 430px;
    text-align: center;
    margin: 0 auto;
    line-height: 80px;
    text-shadow: 2px 3px 6px #f1652378;
  }

  .music-discovery {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
  }

  .music-discovery .bg-icons {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background-color: #fafafa;
    border-radius: 40px;
    padding: 350px 0 100px;
    width: 1320px;
    margin: 0px auto;
  }

  .music-discovery .bg-icons img {
    position: absolute;
    width: 250px;
    height: 250px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 6px 16px rgb(0 0 0 / 2%);
    animation: float 20s ease-in-out infinite;
    opacity: -0;
    top: -50px;
    left: -50%;
    right: -50%;
    text-align: center;
    margin: 0 auto;
  }

  .music-discovery .music-infos {
    position: relative;
    z-index: 1;
  }

  @keyframes float {
    0% {
      transform: translateY(0);
      opacity: 0;
      /* शुरू में पूरी तरह invisible */
    }

    50% {
      transform: translateY(-10px);
      opacity: 0;
      /* बीच में पूरी तरह visible */
    }

    100% {
      transform: translateY(0);
      opacity: 0;
      /* अंत में फिर invisible */
    }
  }

  /* animation */
  @keyframes float {
    0% {
      transform: translateY(0) rotate(0deg);
      opacity: 0;
    }

    10% {
      opacity: 1;
    }

    50% {
      transform: translateY(-30vh) rotate(0deg);
    }

    90% {
      opacity: 1;
    }

    100% {
      transform: translateY(-120vh) rotate(0deg);
      opacity: 0;
    }
  }

  /* different positions & timing */
  .bg-icons img:nth-child(1) {
    left: 10%;
    top: 10%;
    animation-duration: 20s;
  }

  .bg-icons img:nth-child(2) {
    left: 10%;
    top: 10%;
    animation-duration: 20s;
  }

  .bg-icons img:nth-child(3) {
    left: 10%;
    top: 50%;
    animation-duration: 20s;
  }

  .bg-icons img:nth-child(4) {
    left: 10%;
    top: 90%;
    animation-duration: 20s;
  }

  .bg-icons img:nth-child(5) {
    left: 10%;
    top: 130%;
    animation-duration: 20s;
  }

  .bg-icons img:nth-child(6) {
    left: 10%;
    top: 170%;
    animation-duration: 20s;
  }

  .bg-icons img:nth-child(7) {
    left: 10%;
    top: 210%;
    animation-duration: 20s;
  }

  .bg-icons img:nth-child(8) {
    left: 10%;
    top: 250%;
    animation-duration: 20s;
  }

  .bg-icons img:nth-child(11) {
    right: 10%;
    top: 10%;
    animation-duration: 20s;
  }

  .bg-icons img:nth-child(12) {
    right: 10%;
    top: 10%;
    animation-duration: 20s;
  }

  .bg-icons img:nth-child(13) {
    right: 10%;
    top: 50%;
    animation-duration: 20s;
  }

  .bg-icons img:nth-child(14) {
    right: 10%;
    top: 90%;
    animation-duration: 20s;
  }

  .bg-icons img:nth-child(15) {
    right: 10%;
    top: 130%;
    animation-duration: 20s;
  }

  .bg-icons img:nth-child(16) {
    right: 10%;
    top: 170%;
    animation-duration: 20s;
  }

  .bg-icons img:nth-child(17) {
    right: 10%;
    top: 210%;
    animation-duration: 20s;
  }

  .bg-icons img:nth-child(18) {
    right: 10%;
    top: 250%;
    animation-duration: 20s;
  }

  /* reduce motion */
  @media (prefers-reduced-motion: reduce) {
    .bg-icons img {
      animation: none;
    }
  }

  /*************************The Housing Kart Page Css****************************/
  .real-estate {
    padding-top: 50px;
  }

  .real-estate h2 {
    font-size: 32px;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 50px;
    position: relative;
    color: #F16523;
    text-align: center;
  }

  .real-estate h2 i {
    font-weight: 400;
    color: #000;
  }

  .real-estate h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #F16523;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }

  .real-estate video {
    width: 100%;
  }

  .justbaat-podcasts .ratio-items .marquee-item.builder-logo {
    flex-shrink: 0;
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 10px;
    font-size: 20px;
    transition: transform 0.4s ease, filter 0.4s ease;
    border-radius: 6px;
    text-align: center;
    position: relative;
    z-index: 1;
    background-color: #fff;
    box-shadow: 2px 2px 5px 1px #0000000a;
  }

  .justbaat-podcasts .ratio-items .marquee-item.builder-logo .marquee-hover-container {
    position: relative;
    overflow: hidden;
    box-shadow: none;
    margin-bottom: 0;
  }

  .our-real-estate {
    padding-bottom: 100px;
  }

  .our-real-estate h2 {
    font-size: 32px;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 40px;
    position: relative;
    color: #F16523;
    text-align: center;
  }

  .our-real-estate h2 i {
    font-weight: 400;
    color: #000;
  }

  .our-real-estate h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #F16523;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }

  .our-real-estate .swiper-container {
    width: 100%;
    height: auto;
  }

  .our-real-estate .swiper-slide {
    overflow: hidden;
    margin: 10px 10px;
    transition: transform .4s cubic-bezier(0, 0, 0.5, 1);
  }

  .our-real-estate .swiper-slide:hover {
    transform: scale(1.0161290323);
  }

  .our-real-estate .swiper-slide img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 40px;
    position: relative;
  }

  .our-real-estate .swiper-free-mode>.swiper-wrapper {
    transition-timing-function: linear;
    margin: 0 auto;
  }

  .our-real-estate .swiper-slide h3 {
    font-size: 21px;
    color: #000;
    font-weight: 500;
    background-color: #fafafa;
    padding: 20px 10px;
    border-radius: 40px;
    text-align: center;
    border: 1px solid #0000000a;
    transition: all ease .4s;
  }

  .our-real-estate .swiper-slide h3:hover {
    background-color: #F16523;
    color: #fff;
  }

  .our-product {
    padding: 100px 0;
    background-color: #fafafa;
  }

  .our-product h2 {
    font-size: 32px;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 40px;
    position: relative;
    color: #F16523;
    text-align: center;
  }

  .our-product h2 i {
    font-weight: 400;
    color: #000;
  }

  .our-product h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #F16523;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }

  .our-product .swiper-slide {
    overflow: hidden;
    margin: 10px 10px;
    transition: transform .4s cubic-bezier(0, 0, 0.5, 1);
  }

  .our-product .swiper-slide:hover {
    transform: scale(1.0161290323);
  }

  .our-product .swiper-slide img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 40px;
    position: relative;
  }

  .our-product .swiper-free-mode>.swiper-wrapper {
    transition-timing-function: linear;
    margin: 0 auto;
  }

  .our-events {
    padding: 0px 0 100px;
  }

  .our-events h2 {
    font-size: 32px;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 40px;
    position: relative;
    color: #F16523;
    text-align: center;
  }

  .our-events h2 i {
    font-weight: 400;
    color: #000;
  }

  .our-events h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #F16523;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }

  .our-events .swiper-slide {
    overflow: hidden;
    margin: 10px 10px;
    transition: transform .4s cubic-bezier(0, 0, 0.5, 1);
  }

  .our-events .swiper-slide:hover {
    transform: scale(1.0161290323);
  }

  .our-events .swiper-slide img {
    width: 150px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
  }

  .our-events .swiper-free-mode>.swiper-wrapper {
    transition-timing-function: linear;
    margin: 0 auto;
    align-items: center;
  }

  .our-guest {
    margin-bottom: 100px;
  }

  .our-guest h2 {
    font-size: 32px;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 40px;
    position: relative;
    color: #F16523;
    text-align: center;
  }

  .our-guest h2 i {
    font-weight: 400;
    color: #000;
  }

  .our-guest h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #F16523;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }

  .our-guest .swiper-slide {
    overflow: hidden;
    margin: 10px 10px;
    transition: transform .4s cubic-bezier(0, 0, 0.5, 1);
  }

  .our-guest .swiper-slide:hover {
    transform: scale(1.0161290323);
  }

  .our-guest .swiper-slide img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 40px;
    position: relative;
  }

  .our-guest .swiper-free-mode>.swiper-wrapper {
    transition-timing-function: linear;
    margin: 0 auto;
  }

  .our-guest .guest-info {
    background-color: #fff;
    border-radius: 40px;
    border: 1px solid #ddd;
  }

  .our-guest .guest-info figcaption {
    padding: 20px;
  }

  .our-guest .guest-info figcaption h3 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #F16523;
  }

  .our-guest .guest-info figcaption h4 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #000;
  }

  .our-guest .guest-info figcaption p {
    font-size: 13px;
    font-weight: 300;
    color: #000;
  }

  .marquee-item.builder-logo img {
    padding: 20px;
  }

  .jhs-works {
    padding: 180px 0;
  }

  /*-----------------------------------Career Css--------------------*/
  .jhs-career {
    padding-bottom: 70px;
  }

  .jhs-career .career-item {
    background-color: #fff;
    box-shadow: 0px 0px 11px 1px #00000012;
    padding: 30px;
    border-radius: 40px;
    margin-bottom: 10px;
  }

  .jhs-career .career-item h2 {
    padding-bottom: 15px;
    font-size: 24px;
    font-weight: 500;
    color: #f16523;
  }

  .jhs-career .career-item h3 {
    padding-bottom: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
  }

  .jhs-career .career-item h3 span {
    padding-right: 20px;
  }

  .jhs-career .career-item p {
    font-size: 12px;
    font-weight: 300;
    color: #000000;
    line-height: 22px;
  }

  .jhs-career .text-md-right {
    text-align: right;
  }

  .jhs-career .career-btn {
    font-size: 16px;
    font-weight: 500;
    padding: 15px 25px 15px 28px;
    background-color: #f16523;
    border-radius: 50px;
    color: #fff;
    text-transform: uppercase;
    transition: .4s ease all;
    display: inline-flex;
    position: relative;
    transition: background-color .3s ease-out;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 150px;
  }

  .jhs-career .career-btn span {
    display: inline-block !important;
    position: relative;
    transition: all .3s ease-out !important;
    will-change: transform !important;
    padding-right: 6px
  }

  .jhs-career .career-btn:hover span {
    transform: translate3d(-1rem, 0, 0)
  }

  .jhs-career .career-btn img {
    position: absolute;
    right: 0;
    right: 0;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%) !important;
    transition: all .3s ease-out !important;
    will-change: right, opacity;
    width: 11px;
    font-weight: bold;
  }

  .jhs-career .career-btn:hover img {
    opacity: 1;
    right: -1.3rem
  }

  /*-----------------------------------privacy-policy Css--------------------*/
  .modal.privacy-policy {
    background: #000000ab;
  }

  .modal.privacy-policy .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 40px;
    outline: 0;
  }

  .modal.privacy-policy .modal-header {
    padding: 25px 40px;
  }

  .modal.privacy-policy .modal-header h4 {
    font-size: 21px;
    font-weight: 500;
    color: #000;
  }

  .modal.privacy-policy .modal-body {
    padding: 40px;
  }

  .modal.privacy-policy h3 {
    font-size: 18px;
    color: #f16523;
    font-weight: 400;
    margin-bottom: 10px;
  }

  .modal.privacy-policy p {
    font-size: 13px;
    color: #000;
    font-weight: 300;
  }

  .modal.privacy-policy ul li {
    font-size: 13px;
    color: #000;
    font-weight: 300;
    padding: 10px 0;
    display: flex;
    align-items: center;
    line-height: 20px;
  }

  .modal.privacy-policy ul li i {
    font-size: 11px;
    padding-right: 10px;
    color: #f16523;
  }

  .modal.privacy-policy .privacy-contant {
    margin-bottom: 15px;
  }

  .partner-magazine .modal-content .input-group {
    position: relative;
    display: flex;
    align-items: stretch;
    width: 100%;
    flex-wrap: nowrap;
  }

  .partner-magazine .modal-content .input-group .input-group-text {
    display: flex;
    align-items: center;
    padding: 11px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #fafafa;
    border: 1px solid #c2c2c2;
    border-radius: 10px;
    width: 250px;
  }

  .promotions-marketing {
    padding-top: 100px;
  }

  .check-button {
    display: flex;
    align-items: center;
  }

  .check-button .form-check {
    display: flex;
    align-items: end;
    margin-bottom: 13px;
  }

  .check-button .form-check .form-check-input[type=radio] {
    border-radius: 50%;
    margin-right: 7px;
  }

  .check-button .form-check .form-check-input:checked {
    background-color: #F16523;
    border-color: #F16523;
    box-shadow: none;
  }

  .partner-magazine .modal-content .col-form-label {
    padding-top: 0;
    text-transform: uppercase;
    color: #8e8091;
  }

  /*--------------------------------------------------------------# Scroll Top Button--------------------------------------------------------------*/
  .scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background-color: #F16523;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
    -webkit-animation: mover 0.5s infinite alternate;
    animation: mover 0.5s infinite alternate;
  }

  .scroll-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
  }

  .scroll-top:hover {
    background-color: #f16523cf;
    color: #fff;
  }

  .scroll-top.active {
    visibility: visible;
    opacity: 1;
  }

  @-webkit-keyframes mover {
    0% {
      transform: translateY(0);
    }

    100% {
      transform: translateY(-20px);
    }
  }

  @keyframes mover {
    0% {
      transform: translateY(0);
    }

    100% {
      transform: translateY(-20px);
    }
  }

  /*************************************left-right slider css*****************************************************/
  .horizontal-bottom {
    padding: 100px 0;
  }

  #horizontal-section {
    position: relative;
    width: 100%;
  }

  #horizontal-section #tall-outer-container {
    position: relative;
    width: 100%;
  }

  #horizontal-section #tall-outer-container #sticky-inner-container {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 100vh;
    width: 100%;
    overflow-x: hidden;
  }

  #horizontal-section #tall-outer-container #sticky-inner-container #horizontal-translate-container {
    position: absolute;
    height: 100%;
    will-change: transform;
  }

  #horizontal-section #tall-outer-container #sticky-inner-container #horizontal-translate-container #cards-container {
    position: relative;
    height: 100%;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #horizontal-section #tall-outer-container #sticky-inner-container #horizontal-translate-container #cards-container .card {
    position: relative;
    height: 700px;
    width: 100vw;
    background-color: #ffffff;
    margin-right: 0px;
    flex-shrink: 0;
    border-top: 1px solid #dddd;
    border-bottom: 1px solid #dddd;
  }

  .card {
    padding: 100px 0;
    border: 0;
    border-radius: 0;
  }

  .main-o {
    font-size: 120px;
    font-weight: 900;
    margin-bottom: 30px;
    color: #f16523;
    transform: translate3d(59.9964px, 0px, 0px);
    line-height: 120px;
  }

  .main-t {
    font-size: 120px;
    font-weight: 900;
    margin-bottom: 30px;
    color: #f16523;
    line-height: 130px;
  }

  .list-of-work {
    margin-top: 20px;
  }

  .list-of-work p {
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin-bottom: 15px;
  }

  .project-button {
    font-weight: 400;
    font-size: 16px;
    color: #000;
  }

  .project-button i {
    font-size: 15px;
    padding-left: 5px;
  }

  .studio-video video {
    height: 400px;
    border-radius: 40px;
  }

  /********************************************clident-views Css********************************************************/
  .clident-views {
    padding: 100px 0 0;
  }

  .clident-views h2 {
    font-size: 33px;
    font-weight: 700;
    padding-bottom: 15px;
    position: relative;
    color: #F16523;
    text-align: center;
    margin-bottom: 70px;
  }

  .clident-views h2 i {
    font-weight: 400;
    color: #000;
  }

  .clident-views h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #F16523;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }

  .clients-home {
    min-height: 100vh
  }

  .clients-home .clients-list>div {
    grid-template-rows: 1fr 1fr;
    display: grid
  }

  @media screen and (max-width: 1023px) {
    .clients-home .clients-list>div {
      grid-template-columns: 1fr 1fr 1fr !important;
      grid-template-rows: auto !important;
      grid-gap: 20px
    }
  }

  @media screen and (max-width: 768px) {
    .clients-home .clients-list>div {
      grid-template-columns: 1fr 1fr !important;
      grid-template-rows: auto !important
    }
  }

  .clients-home .clients-list>div .g-image-front {
    height: 340px;
    width: 340px
  }

  @media screen and (max-width: 1440px) {
    .clients-home .clients-list>div .g-image-front {
      height: 280px;
      width: 280px
    }
  }

  @media screen and (max-width: 1023px) {
    .clients-home .clients-list>div .g-image-front {
      height: 33.333vw;
      width: 100%
    }
  }

  @media screen and (max-width: 768px) {
    .clients-home .clients-list>div .g-image-front {
      height: 50vw;
      width: 100%
    }
  }

  .clients-home .clients-list>div .g-image-front picture {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    margin: 20px;
    display: flex;
    justify-content: center;
    align-items: center
  }

  @media screen and (max-width: 1023px) {
    .clients-home .clients-list>div .g-image-front picture {
      margin: 0;
      width: 100%;
      height: 100%
    }
  }

  .clients-home .clients-list>div .g-image-front img {
    width: max-content
  }

  @media screen and (max-width: 1023px) {
    .clients-home .clients-list>div .g-image-front img {
      width: 80%
    }
  }

  @keyframes bubbleTranslate {
    0% {
      -webkit-transform: translateY(0);
      transform: translateY(0)
    }

    100% {
      -webkit-transform: translateY(-500px);
      transform: translateY(-500px)
    }
  }

  @keyframes bubbleAnim {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1)
    }

    20% {
      -webkit-transform: scaleY(0.95) scaleX(1.05);
      transform: scaleY(0.95) scaleX(1.05)
    }

    48% {
      -webkit-transform: scaleY(1.1) scaleX(0.9);
      transform: scaleY(1.1) scaleX(0.9)
    }

    68% {
      -webkit-transform: scaleY(0.98) scaleX(1.02);
      transform: scaleY(0.98) scaleX(1.02)
    }

    80% {
      -webkit-transform: scaleY(1.02) scaleX(0.98);
      transform: scaleY(1.02) scaleX(0.98)
    }

    97%,
    100% {
      -webkit-transform: scale(1);
      transform: scale(1)
    }
  }

  @keyframes sideways {
    0% {
      transform: translateX(0px)
    }

    100% {
      transform: translateX(50px)
    }
  }

  /*bubble blast*/
  @keyframes pop {
    from {
      opacity: 1;
      transform: translateZ(0) scale(1, 1);
    }

    to {
      opacity: 0;
      transform: translateZ(0) scale(1.75, 1.75);
    }
  }

  .clients-bubble {
    overflow: hidden
  }

  .clients-bubble .bubbleCont {
    display: grid;
    grid-template-columns: max-content max-content max-content max-content;
    justify-content: center;
    grid-gap: 4em;
    position: relative;
    height: 900px;
  }

  .clients-bubble .bubble-holder:nth-child(1) {
    animation: sideways 4s 0.5s ease-in-out infinite alternate;
    width: 217px;
    height: 217px
  }

  .clients-bubble .bubble-holder:nth-child(1) .bubble {
    animation: bubbleAnim 3s 0.1s ease-out infinite
  }

  .clients-bubble .bubble-holder:nth-child(2) {
    animation: sideways 3s 1.5s ease-in-out infinite alternate;
    width: 171px;
    height: 171px
  }

  .clients-bubble .bubble-holder:nth-child(2) .bubble {
    animation: bubbleAnim 3s 0.3s ease-out infinite
  }

  .clients-bubble .bubble-holder:nth-child(3) {
    animation: sideways 3s 0.5s ease-in-out infinite alternate;
    width: 247px;
    height: 247px
  }

  .clients-bubble .bubble-holder:nth-child(3) .bubble {
    animation: bubbleAnim 2s 0.1s ease-out infinite
  }

  .clients-bubble .bubble-holder:nth-child(4) {
    animation: sideways 4s 0.5s ease-in-out infinite alternate;
    width: 175px;
    height: 175px
  }

  .clients-bubble .bubble-holder:nth-child(4) .bubble {
    animation: bubbleAnim 3s 0.1s ease-out infinite
  }

  .clients-bubble .bubble-holder:nth-child(5) {
    animation: sideways 5s 1.5s ease-in-out infinite alternate;
    width: 213px;
    height: 213px
  }

  .clients-bubble .bubble-holder:nth-child(5) .bubble {
    animation: bubbleAnim 3s 1.8s ease-out infinite
  }

  .clients-bubble .bubble-holder:nth-child(6) {
    animation: sideways 3s 0.5s ease-in-out infinite alternate;
    width: 234px;
    height: 234px
  }

  .clients-bubble .bubble-holder:nth-child(6) .bubble {
    animation: bubbleAnim 3s 0.6s ease-out infinite
  }

  .clients-bubble .bubble-holder:nth-child(7) {
    animation: sideways 3s 0.5s ease-in-out infinite alternate;
    width: 224px;
    height: 224px
  }

  .clients-bubble .bubble-holder:nth-child(7) .bubble {
    animation: bubbleAnim 2s 0.6s ease-out infinite
  }

  .clients-bubble .bubble-holder:nth-child(8) {
    animation: sideways 3s 0.5s ease-in-out infinite alternate;
    width: 152px;
    height: 152px
  }

  .clients-bubble .bubble-holder:nth-child(8) .bubble {
    animation: bubbleAnim 3s 0.1s ease-out infinite
  }

  .clients-bubble .bubble-holder:nth-child(9) {
    animation: sideways 4s 1.5s ease-in-out infinite alternate;
    width: 206px;
    height: 206px
  }

  .clients-bubble .bubble-holder:nth-child(9) .bubble {
    animation: bubbleAnim 3s 1.8s ease-out infinite
  }

  .clients-bubble .bubble-holder:nth-child(10) {
    animation: sideways 4s 0.5s ease-in-out infinite alternate;
    width: 221px;
    height: 221px
  }

  .clients-bubble .bubble-holder:nth-child(10) .bubble {
    animation: bubbleAnim 2s 0.1s ease-out infinite
  }

  .clients-bubble .bubble-holder:nth-child(11) {
    animation: sideways 4s 0.5s ease-in-out infinite alternate;
    width: 236px;
    height: 236px
  }

  .clients-bubble .bubble-holder:nth-child(11) .bubble {
    animation: bubbleAnim 2s 0.1s ease-out infinite
  }

  .clients-bubble .bubble-holder:nth-child(12) {
    animation: sideways 5s 1.5s ease-in-out infinite alternate;
    width: 182px;
    height: 182px
  }

  .clients-bubble .bubble-holder:nth-child(12) .bubble {
    animation: bubbleAnim 3s 1.8s ease-out infinite
  }

  .clients-bubble .bubble-holder:nth-child(13) {
    animation: sideways 4s 0.5s ease-in-out infinite alternate;
    width: 171px;
    height: 171px
  }

  .clients-bubble .bubble-holder:nth-child(13) .bubble {
    animation: bubbleAnim 3s 0.1s ease-out infinite
  }

  .clients-bubble .bubble-holder:nth-child(14) {
    animation: sideways 3s 0.5s ease-in-out infinite alternate;
    width: 178px;
    height: 178px
  }

  .clients-bubble .bubble-holder:nth-child(14) .bubble {
    animation: bubbleAnim 3s 0.6s ease-out infinite
  }

  .clients-bubble .bubble-holder:nth-child(15) {
    animation: sideways 3s 1.5s ease-in-out infinite alternate;
    width: 156px;
    height: 156px
  }

  .clients-bubble .bubble-holder:nth-child(15) .bubble {
    animation: bubbleAnim 2s 1.8s ease-out infinite
  }

  .clients-bubble .bubble-holder:nth-child(16) {
    animation: sideways 5s 0.5s ease-in-out infinite alternate;
    width: 230px;
    height: 230px
  }

  .clients-bubble .bubble-holder:nth-child(16) .bubble {
    animation: bubbleAnim 2s 0.1s ease-out infinite;
  }

  .clients-bubble .bubble-holder:nth-child(17) {
    animation: sideways 4s 0.5s ease-in-out infinite alternate;
    width: 237px;
    height: 237px
  }

  .clients-bubble .bubble-holder:nth-child(17) .bubble {
    animation: bubbleAnim 2s 0.1s ease-out infinite
  }

  .clients-bubble .bubble-holder:nth-child(18) {
    animation: sideways 3s 1.5s ease-in-out infinite alternate;
    width: 190px;
    height: 190px
  }

  .clients-bubble .bubble-holder:nth-child(18) .bubble {
    animation: bubbleAnim 2s 0.3s ease-out infinite
  }

  .clients-bubble .bubble-holder:nth-child(19) {
    animation: sideways 3s 0.5s ease-in-out infinite alternate;
    width: 242px;
    height: 242px
  }

  .clients-bubble .bubble-holder:nth-child(19) .bubble {
    animation: bubbleAnim 2s 0.1s ease-out infinite
  }

  .clients-bubble .bubble-holder:nth-child(20) {
    animation: sideways 3s 0.5s ease-in-out infinite alternate;
    width: 205px;
    height: 205px
  }

  .clients-bubble .bubble-holder:nth-child(20) .bubble {
    animation: bubbleAnim 3s 0.1s ease-out infinite
  }

  .clients-bubble .bubble-holder:nth-child(21) {
    animation: sideways 5s 0.5s ease-in-out infinite alternate;
    width: 208px;
    height: 208px
  }

  .clients-bubble .bubble-holder:nth-child(21) .bubble {
    animation: bubbleAnim 3s 0.1s ease-out infinite
  }

  .clients-bubble .bubble-holder:nth-child(22) {
    animation: sideways 3s 0.5s ease-in-out infinite alternate;
    width: 234px;
    height: 234px
  }

  .clients-bubble .bubble-holder:nth-child(22) .bubble {
    animation: bubbleAnim 2s 0.1s ease-out infinite
  }

  .clients-bubble .bubble-holder:nth-child(23) {
    animation: sideways 4s 1.5s ease-in-out infinite alternate;
    width: 201px;
    height: 201px
  }

  .clients-bubble .bubble-holder:nth-child(23) .bubble {
    animation: bubbleAnim 2s 0.3s ease-out infinite
  }

  .clients-bubble .bubble-holder:nth-child(24) {
    animation: sideways 5s 0.5s ease-in-out infinite alternate;
    width: 234px;
    height: 234px
  }

  .clients-bubble .bubble-holder:nth-child(24) .bubble {
    animation: bubbleAnim 2s 0.1s ease-out infinite
  }

  .clients-bubble .bubble-holder:nth-child(25) {
    animation: sideways 3s 0.5s ease-in-out infinite alternate;
    width: 152px;
    height: 152px
  }

  .clients-bubble .bubble-holder:nth-child(25) .bubble {
    animation: bubbleAnim 3s 0.1s ease-out infinite
  }

  .clients-bubble .bubble-holder:nth-child(26) {
    animation: sideways 5s 0.5s ease-in-out infinite alternate;
    width: 231px;
    height: 231px
  }

  .clients-bubble .bubble-holder:nth-child(26) .bubble {
    animation: bubbleAnim 2s 0.1s ease-out infinite
  }

  .clients-bubble .bubble-holder:nth-child(27) {
    animation: sideways 4s 0.5s ease-in-out infinite alternate;
    width: 211px;
    height: 211px
  }

  .clients-bubble .bubble-holder:nth-child(27) .bubble {
    animation: bubbleAnim 2s 0.1s ease-out infinite
  }

  .clients-bubble .bubble-holder:nth-child(28) {
    animation: sideways 5s 1.5s ease-in-out infinite alternate;
    width: 177px;
    height: 177px
  }

  .clients-bubble .bubble-holder:nth-child(28) .bubble {
    animation: bubbleAnim 3s 0.3s ease-out infinite
  }

  .clients-bubble .bubble-holder:nth-child(29) {
    animation: sideways 5s 1.5s ease-in-out infinite alternate;
    width: 201px;
    height: 201px
  }

  .clients-bubble .bubble-holder:nth-child(29) .bubble {
    animation: bubbleAnim 2s 0.3s ease-out infinite
  }

  .clients-bubble .bubble-holder:nth-child(30) {
    animation: sideways 4s 0.5s ease-in-out infinite alternate;
    width: 207px;
    height: 207px
  }

  .clients-bubble .bubble-holder:nth-child(30) .bubble {
    animation: bubbleAnim 3s 0.1s ease-out infinite
  }

  .clients-bubble .bubble-holder:nth-child(31) {
    animation: sideways 5s 1.5s ease-in-out infinite alternate;
    width: 163px;
    height: 163px
  }

  .clients-bubble .bubble-holder:nth-child(31) .bubble {
    animation: bubbleAnim 2s 0.3s ease-out infinite
  }

  .clients-bubble .bubble-holder:nth-child(32) {
    animation: sideways 3s 1.5s ease-in-out infinite alternate;
    width: 150px;
    height: 150px
  }

  .clients-bubble .bubble-holder:nth-child(32) .bubble {
    animation: bubbleAnim 2s 1.8s ease-out infinite
  }

  .clients-bubble .bubble-holder:nth-child(33) {
    animation: sideways 4s 1.5s ease-in-out infinite alternate;
    width: 208px;
    height: 208px
  }

  .clients-bubble .bubble-holder:nth-child(33) .bubble {
    animation: bubbleAnim 3s 0.3s ease-out infinite
  }

  .clients-bubble .bubble-holder:nth-child(34) {
    animation: sideways 3s 1.5s ease-in-out infinite alternate;
    width: 196px;
    height: 196px
  }

  .clients-bubble .bubble-holder:nth-child(34) .bubble {
    animation: bubbleAnim 2s 0.3s ease-out infinite
  }

  .clients-bubble .bubble-holder:nth-child(35) {
    animation: sideways 5s 1.5s ease-in-out infinite alternate;
    width: 160px;
    height: 160px
  }

  .clients-bubble .bubble-holder:nth-child(35) .bubble {
    animation: bubbleAnim 3s 0.3s ease-out infinite
  }

  .clients-bubble .bubble-holder:nth-child(36) {
    animation: sideways 3s 0.5s ease-in-out infinite alternate;
    width: 232px;
    height: 232px
  }

  .clients-bubble .bubble-holder:nth-child(36) .bubble {
    animation: bubbleAnim 2s 0.1s ease-out infinite
  }

  .clients-bubble .bubble-holder:nth-child(37) {
    animation: sideways 5s 1.5s ease-in-out infinite alternate;
    width: 195px;
    height: 195px
  }

  .clients-bubble .bubble-holder:nth-child(37) .bubble {
    animation: bubbleAnim 3s 0.3s ease-out infinite
  }

  .clients-bubble .bubble-holder:nth-child(38) {
    animation: sideways 3s 0.5s ease-in-out infinite alternate;
    width: 233px;
    height: 233px
  }

  .clients-bubble .bubble-holder:nth-child(38) .bubble {
    animation: bubbleAnim 2s 0.1s ease-out infinite
  }

  .clients-bubble .bubble-holder .bubble-rotate {
    width: 100%;
    height: 100%
  }

  .clients-bubble .bubble-holder .bubble {
    background: radial-gradient(circle at 50% 55%, rgba(240, 245, 255, 0.9), rgba(240, 245, 255, 0.19) 40%, #f1652329 60%, #f16523);
    border-radius: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .clients-bubble .bubble-holder .bubble img {
    max-width: 60%
  }

  .clients-bubble .bubble-holder .bubble::before {
    filter: blur(0);
    height: 80%;
    width: 40%;
    background: radial-gradient(circle at 130% 130%, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0.12) 50%, rgba(255, 255, 255, 0.8) 58%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
    transform: translateX(131%) translateY(58%) rotateZ(168deg) rotateX(10deg);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    z-index: 2
  }

  .clients-bubble .bubble-holder .bubble::after {
    display: block;
    background: radial-gradient(circle at 50% 80%, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 74%, white 80%, white 84%, rgba(255, 255, 255, 0) 100%);
    content: "";
    position: absolute;
    top: 5%;
    left: 10%;
    width: 80%;
    height: 80%;
    border-radius: 100%;
    filter: blur(1px);
    z-index: 2;
    transform: rotateZ(-30deg)
  }

  .bubble.pre-load h3 {
    text-align: center;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    line-height: 24px;
    padding: 30px;
  }

  .apple-tv .try-block .subscribe {
    font-size: 16px;
    font-weight: 500;
    padding: 14px 25px 14px 33px;
    background-color: #f16523;
    border-radius: 50px;
    color: #fff;
    text-transform: uppercase;
    transition: .4s ease all;
    display: inline-flex;
    position: relative;
    transition: background-color .3s ease-out;
    text-align: center;
    align-items: center;
    justify-content: center
  }

  .apple-tv .try-block .subscribe span {
    display: inline-block !important;
    position: relative;
    transition: all .3s ease-out !important;
    will-change: transform !important;
    padding-right: 6px
  }

  .apple-tv .try-block .subscribe:hover span {
    transform: translate3d(-1rem, 0, 0)
  }

  .apple-tv .try-block .subscribe img {
    position: absolute;
    right: 0;
    right: 0;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%) !important;
    transition: all .3s ease-out !important;
    will-change: right, opacity;
    width: 11px;
    font-weight: bold;
  }

  .apple-tv .try-block .subscribe:hover img {
    opacity: 1;
    right: -1.3rem;
    color: #f16523;
  }

  .apple-tv .try-block .learn-connect-btn {
    font-size: 16px;
    font-weight: 500;
    padding: 14px 25px 14px 33px;
    border: 1.6px solid #f16523;
    border-radius: 50px;
    color: #f16523;
    text-transform: uppercase;
    transition: .4s ease all;
    display: inline-flex;
    position: relative;
    transition: background-color .3s ease-out;
    text-align: center;
    align-items: center;
    justify-content: center
  }

  .apple-tv .try-block .learn-connect-btn span {
    display: inline-block !important;
    position: relative;
    transition: all .3s ease-out !important;
    will-change: transform !important;
    padding-right: 6px
  }

  .apple-tv .try-block .learn-connect-btn:hover span {
    transform: translate3d(-1rem, 0, 0)
  }

  .apple-tv .try-block .learn-connect-btn img {
    position: absolute;
    right: 0;
    right: 0;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%) !important;
    transition: all .3s ease-out !important;
    will-change: right, opacity;
    width: 11px;
    font-weight: bold;
  }

  .apple-tv .try-block .learn-connect-btn:hover img {
    opacity: 1;
    right: -1.3rem;
  }

  .career-top {
    padding: 100px 0;
  }

  .justbaat-banner.career-top h1 {
    font-size: 42px;
    color: #000;
  }

  .gallery-section {
    text-align: center;
  }

  .gallery-section .tabs {
    margin-bottom: 50px;
  }

  .gallery-section .tabs button {
    padding: 15px 20px;
    margin-right: 10px;
    cursor: pointer;
    background-color: #f0f0f0;
    border: none;
    border-radius: 50px;
    transition: background-color 0.3s;
  }

  .gallery-section .tabs button.active {
    background-color: #f16523;
    color: white;
  }

  .gallery-section .gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .gallery-section .gallery div {
    display: none;
  }

  .gallery-section .gallery img {
    width: 320px;
    height: auto;
    object-fit: cover;
    border-radius: 40px;
    padding: 10px;
    transform: scale(1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }

  .gallery-section .gallery {
    margin-bottom: 30px;
  }

  /************************************Header Sidebar Css*************************************************/
  .side-bar {
    background: #ffffff;
    backdrop-filter: blur(15px);
    width: 300px;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -300px;
    overflow-y: auto;
    transition: 0.6s ease;
    transition-property: right;
    z-index: 99;
    box-shadow: 0px 0px 10px #ddd;
  }

  .side-bar::-webkit-scrollbar {
    width: 0px;
  }

  .side-bar.active {
    right: 0;
    z-index: 99;
  }

  .side-bar .menu {
    width: 100%;
    margin-top: 50px;
  }

  .side-bar .menu .item {
    position: relative;
    cursor: pointer;
  }

  .side-bar .menu .item a {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    display: block;
    padding: 5px 25px;
    line-height: 50px;
    border-top: 1px solid #f4f4f4;
  }

  .side-bar .menu .item a:hover {
    background: #fff;
    transition: 0.3s ease;
    color: #f16523;
  }

  .side-bar .menu .item i {
    margin-right: 15px;
    font-size: 12px;
  }

  .side-bar .menu .item a .dropdown {
    position: absolute;
    right: 0;
    margin: 20px;
    transition: 0.3s ease;
  }

  .side-bar .menu .item .sub-menu {
    background: #f165230f;
    display: none;
  }

  .side-bar .menu .item .sub-menu a {
    padding-left: 80px;
  }

  .rotate {
    transform: rotate(180deg);
  }

  .close-btn {
    position: absolute;
    color: #000000;
    font-size: 23px;
    left: 0px;
    margin: 15px 25px;
    cursor: pointer;
  }

  .menu-btn {
    position: absolute;
    color: rgb(241 101 35);
    font-size: 26px;
    margin: 0;
    cursor: pointer;
    top: 32px;
    right: 112px;
    z-index: 99;
  }

  .main {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
  }

  .main h1 {
    color: rgba(255, 255, 255, 0.8);
    font-size: 60px;
    text-align: center;
    line-height: 80px;
  }

  @media (max-width: 900px) {
    .main h1 {
      font-size: 40px;
      line-height: 60px;
    }
  }

  .modal-body .content .our-inspirations {
    background-color: #fafafa;
    padding: 20px;
    border-radius: 40px;
    border: 1px solid #ededed;
    display: flex;
    align-items: center;
  }

  .modal-body .content .our-inspirations .img-block {
    width: 57%;
  }

  .modal-body .content .our-inspirations .img-block img {
    width: 90%;
    border-radius: 30px;
    box-shadow: 2px 2px 5px 1px #0000000a;
    border: 1px solid #ddd;
  }

  .modal-body .content .our-inspirations .vastu h3 {
    font-size: 13px;
    color: #000;
    font-weight: 300;
    margin-bottom: 15px;
  }

  .modal-body .content .our-inspirations .vastu h1 {
    font-size: 21px;
    color: #f16523;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
  }

  .modal-body .content .our-inspirations .vastu h2 {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
  }

  .modal-body .content .our-inspirations .hosted-block {
    width: 70%;
  }

  .modal-body .content .our-inspirations .hosted-block img {
    width: 100%;
    border-radius: 30px;
    box-shadow: 2px 2px 5px 1px #0000000a;
    border: 1px solid #ddd;
  }

  .modal-body .content .our-inspirations .vastu-info {
    width: 57%;
    text-align: right;
    margin-right: 40px;
  }

  .modal-body .content .our-inspirations .vastu-info h3 {
    font-size: 13px;
    color: #000;
    font-weight: 300;
    margin-bottom: 15px;
  }

  .modal-body .content .our-inspirations .vastu-info h1 {
    font-size: 21px;
    color: #f16523;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
  }

  .modal-body .content .our-inspirations .vastu-info h2 {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
  }

  .justbaat-video.skillup-main-video video {
    height: 100vh;
  }

  .studio-services {
    padding-top: 100px;
  }

  .our-logo-image .col-lg-3 {
    flex: 0 0 auto;
    width: 20%;
  }

  .jhs-news-brands {
    width: 110px !important;
    padding-top: 5px;
  }

  .the-housing-logo {
    width: 137px !important;
    padding-top: 5px;
  }

  .skill-up-brands {
    width: 97px !important;
    padding-top: 5px;
  }