@font-face {
    font-family: "regular";
    src: url("../css/fonts/objectsans-regular.woff") format("woff"), url("../css/fonts/objectsans-regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: "bold";
    src: url("../css/fonts/objectsans-heavy.woff2") format("woff2"), url("../css/fonts/objectsans-heavy.woff") format("woff");
    font-weight: normal;
    font-style: normal;
  }
  
  .lg-outer, .lg-backdrop {
    width: 80% !important;
    height: 80% !important;
    margin: auto !important;
    right: 0 !important;
    bottom: 0 !important;
    border-radius: 15px;
    overflow: hidden;
  }
  
  #lg-download {
    display: none !important;
  }
  
  .o0 {
    opacity: 0;
  }
  
  * {
    padding: 0;
      margin:auto;
    text-decoration: none;
    outline: none;
    box-sizing: border-box;
    font-family: "regular";
  }
  
  .container {
    width: 85%;
  }
  @media only screen and (max-width: 1400px) {
    .container {
      width: 90%;
    }
  }
  
  .clearfix {
    clear: both;
  }
  
  a {
    color: #000;
  }
  .wp {
    white-space: nowrap;
  }
  .white{
      color:#fff;
  }
  h1,
  h2,
  h3,
  h4 {
    font-family: "regular";
    font-weight: normal;
    margin-bottom: 10px;
  }
  
  img {
    max-width: 100%;
  }
  
  section {
    padding: 50px 0;
  }
  
  .normal {
    font-family: "regular";
  }
  
  .bold {
    font-family: "bold";
  }
  
  .uppercase {
    text-transform: uppercase;
  }
  
  /* Header */
  
  header {
    height: 130px;
    display: flex;
    position: fixed;
    width: 100%;
    z-index: 1000;
  }
  header.MenuActive {
    backdrop-filter: blur(0rem);
    transition: all 0.1s;
  }
  header.visible {
    top: 0;
    transition: all 0.7s, background 0.3s;
  }
  header.hidden {
    top: -200%;
    transition: all 2.9s, background 0.3s;
  }
  header.fixed {
    background: #fff;
    height: 100px;
    top: 0;
    transition: all 0.7s, background 0.3s;
  }
  header .container {
    position: relative;
    z-index: 99;
  }
  header .container nav ul {
    display: flex;
    width: fit-content;
    gap: 0 90px;
    list-style-type: none;
  }
  header .container nav ul li {
    position: relative;
  }
  header .container nav ul li a {
    color: #000;
    text-transform: uppercase;
  }
  header .container nav ul li a i {
    position: absolute;
    display: block;
    width: 5px;
    height: 5px;
    background: #000;
    right: -13px;
    top: 2px;
    bottom: 0;
    border-radius: 100%;
  }
  header .container nav ul li a.active {
    color: #006dea;
  }
  header .container nav ul li a.active i {
    background: #006dea;
  }
  header .container nav ul li:hover a {
    color: #006dea;
  }
  header .container nav ul li:hover a i {
    background: #006dea;
  }
  header .container nav ul li .subMenuInner {
    padding: 8px 1px;
    background-color: #006dea;
    border-radius: 25px;
  }
  header .container nav ul li .subMenu {
    position: absolute;
    top: 100%;
    left: -35px;
    width: 180px;
    text-align: center;
    padding-top: 20px;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    clip-path: inset(0 0 100% 0);
  }
  header .container nav ul li .subMenu span {
    display: block;
    transition: all 0.5s ease-in-out;
    position: relative;
    overflow: hidden;
    padding: 0px 8px 4px;
  }
  header .container nav ul li .subMenu span::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #ec30b8;
    display: block;
    position: absolute;
    left: 0;
    margin: 0;
    bottom: 0%;
    height: 0;
    transition: all 0.2s ease-in-out;
  }
  header .container nav ul li .subMenu span a {
    color: #fff;
    display: block;
    padding: 9px 5px;
    font-size: 14px;
    position: relative;
    z-index: 2;
    border-radius: 70px;
    transition: all 0.2s ease-in-out;
  }
  header .container nav ul li .subMenu span a.active {
    color: #000;
    background: #fff118;
  }
  header .container nav ul li .subMenu span:last-child {
    padding-bottom: 0;
  }
  header .container nav ul li:hover .subMenu {
    clip-path: inset(0 0 0% 0);
  }
  header .container nav ul li:hover .subMenu span:hover a {
    color: #000;
    background: #fff118;
  }
  header .container nav ul .logo {
    width: 150px;
  }
  header .container .rightMenu {
    position: absolute;
    top: 8px;
    bottom: 0;
    height: fit-content;
    right: 0;
    gap: 15px;
	  color:#000;
  }
  header .container .rightMenu a {
    font-size: 40px;
    display: flex;
    position: relative;
  }
  header .container .rightMenu a span {
    font-size: 17px;
    position: absolute;
    left: -80px;
    top:12px;
    bottom: 0;
    margin: auto;
    display: block;
    height: fit-content;
  }
  header .container .rightMenu .menuBtn {
    width: 50px;
    height: 50px;
    position: relative;
    top: -3px;
    cursor: pointer;
  }
  header .container .rightMenu .menuBtn a {
    position: absolute;
    display: block;
    inset: 0;
    height: fit-content;
    width: fit-content;
	  top:-24px;
  }
  
  .menuOpen header.fixed {
    top: 0;
  }
  
  .menu_row {
    position: fixed;
    inset: 0;
    margin: auto;
    margin-top: 0;
    width: 100vw;
    height: 100vh;
    background: #006dea;
    z-index: 10005;
    overflow: hidden;
    display: flex;
    align-items: center;
    align-content: center;
    clip-path: inset(0 0 100% 0);
    transition: all 0.3s;
  }
  .menu_row .menu09 {
    transition: all 0.1s;
    opacity: 1;
    width: 100%;
    height: 100%;
    display: flex;
    padding: 120px 0 0;
    color: #fff;
  }
  .menu_row .menu09 .container {
    position: relative;
  }
  .menu_row .menu09 .menu09Header {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 30px;
    width: 85%;
    left: 0;
    right: 0;
    margin: auto;
  }
  .menu_row .menu09 .menu09Header .menu09HeaderLogo {
    width: 200px;
    margin-left: 0;
  }
  .menu_row .menu09 .menu09Header .menu09HeaderLogo img {
    width: 100%;
  }
  .menu_row .menu09 .menu09Header .menu09HeaderRight {
    margin-right: 0;
    display: flex;
    gap: 50px;
  }
  .menu_row .menu09 .menu09Header .menu09HeaderRight .menu09HeaderSos a {
    padding: 0 20px;
    font-size: 14px;
    font-family: "bold";
    border-right: 1px solid #fff;
  }
  .menu_row .menu09 .menu09Header .menu09HeaderRight .menu09HeaderSos a:last-child {
    border-right: none;
  }
  .menu_row .menu09 .menu09Header .menu09HeaderRight .menu09HeaderSos a:hover {
    color: #fff118;
  }
  .menu_row .menu09 .menu09Header .menu09HeaderRight .menuBtn {
    font-size: 45px;
    position: relative;
    top: 7px;
    cursor: pointer;
  }
  .menu_row .menu09 a {
    color: #fff;
  }
  .menu_row .menu09 .menu09Content {
    width: 100%;
    display: flex;
    gap: 50px;
    border-bottom: 1px solid #fff;
    padding-bottom: 60px;
  }
  .menu_row .menu09 .menu09Content .menu09Item {
    width: 50%;
    margin: 0;
    border-right: 1px solid #fff;
  }
  .menu_row .menu09 .menu09Content .menu09Item .minFont {
    font-size: 22px;
    font-family: "bold";
    text-transform: uppercase;
  }
  .menu_row .menu09 .menu09Content .menu09Item ul {
    list-style-type: none;
  }
  .menu_row .menu09 .menu09Content .menu09Item ul li a {
    margin-bottom: 10px;
    display: inline-block;
    transition: all 0.1s ease-in-out;
  }
  .menu_row .menu09 .menu09Content .menu09Item ul li a:hover {
    color: #fff118;
  }
  .menu_row .menu09 .menu09Content .menu09Item.menu09Item01 ul li {
    position: relative;
    display: block;
    margin-bottom: 10px;
  }
  .menu_row .menu09 .menu09Content .menu09Item.menu09Item01 ul li .sideFont {
    font-family: "bold";
    font-size: 10px;
    text-transform: uppercase;
    position: relative;
    background: #fff118;
    color: #000;
    padding: 3px 5px;
    border-radius: 20px;
    font-style: italic;
    margin-left: 10px;
    top: -5px;
  }
  .menu_row .menu09 .menu09Content .menu09Item.menu09Item01 ul li a {
    position: relative;
  }
  .menu_row .menu09 .menu09Content .menu09Item.menu09Item01 ul li a::after {
    content: "";
    position: absolute;
    background: url("https://www.agency09.in/simplifyingtheweb/wp-content/uploads/2024/08/star.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    top: 3px;
    right: -40px;
    scale: 0;
    transition: all 1.4s ease-in-out;
    rotate: 180deg;
  }
  .menu_row .menu09 .menu09Content .menu09Item.menu09Item01 ul li a:hover::after {
    scale: 1;
    rotate: 0deg;
    transition: all 0.4s ease-in-out;
  }
  .menu_row .menu09 .menu09Content .menu09Item.menu09Item02 ul {
    margin-top: 20px;
  }
  .menu_row .menu09 .menu09Content .menu09Item.menu09Item02 ul li {
    margin: 0;
    margin-right: 10px;
    margin-bottom: 10px;
    width: fit-content;
    display: inline-block;
  }
  .menu_row .menu09 .menu09Content .menu09Item.menu09Item02 ul li a {
    display: block;
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 20px;
    border-radius: 100px;
    font-family: "bold";
    text-transform: uppercase;
  }
  .menu_row .menu09 .menu09Content .menu09Item.menu09Item02 ul li a:hover {
    background: #fff118;
    color: #000;
    border: 1px solid #fff118;
  }
  .menu_row .menu09 .menu09Content .menu09Item.menu09Item03 {
    width: 100%;
    border: none;
  }
  .menu_row .menu09 .menu09Content .menu09Item.menu09Item03 ul {
    display: flex;
    gap: 60px;
  }
  .menu_row .menu09 .menu09Content .menu09Item.menu09Item03 ul li {
    width: 100%;
  }
  .menu_row .menu09 .menu09Content .menu09Item.menu09Item03 ul li .NBItemTitle {
    display: flex;
    width: fit-content;
    margin: 0 0 15px;
    text-transform: uppercase;
    font-size: 12px;
    gap: 5px;
  }
  .menu_row .menu09 .menu09Content .menu09Item.menu09Item03 ul li .NBItemTitle a {
    margin: 0;
    font-family: "bold";
    font-style: italic;
    color: #fff118;
  }
  .menu_row .menu09 .menu09Content .menu09Item.menu09Item03 ul li .NBItemContent a {
    display: block;
  }
  .menu_row .menu09 .menu09Content .menu09Item.menu09Item03 ul li .NBItemContent a .NBItemImg {
    overflow: hidden;
  }
  .menu_row .menu09 .menu09Content .menu09Item.menu09Item03 ul li .NBItemContent a .NBItemImg img {
    width: 100%;
    transition: all 0.5s ease-in-out;
    display: block;
    object-fit: cover;
    height: 100%;
  }
  .menu_row .menu09 .menu09Content .menu09Item.menu09Item03 ul li .NBItemContent a .NBItemText {
    margin-top: 10px;
    min-height: 50px;
  }
  .menu_row .menu09 .menu09Content .menu09Item.menu09Item03 ul li .NBItemContent a .NBItemText p {
    font-size: 14px;
    font-family: "bold";
  }
  .menu_row .menu09 .menu09Content2 {
    display: flex;
    gap: 50px;
    padding-top: 60px;
  }
  .menu_row .menu09 .menu09Content2 h4 {
    text-transform: uppercase;
    font-size: 14px;
  }
  .menu_row .menu09 .menu09Content2 .menu09Item {
    width: 50%;
    border-right: 1px solid #fff;
    margin: 0;
  }
  .menu_row .menu09 .menu09Content2 .menu09Item ul {
    list-style-type: none;
  }
  .menu_row .menu09 .menu09Content2 .menu09Item ul li {
    margin-bottom: 10px;
  }
  .menu_row .menu09 .menu09Content2 .menu09Item ul li a {
    display: inline-block;
    transition: all 0.1s ease-in-out;
  }
  .menu_row .menu09 .menu09Content2 .menu09Item ul li a:hover {
    color: #fff118;
  }
  .menu_row .menu09 .menu09Content2 .menu09Item.menu09Item01 ul li {
    margin-bottom: 15px;
  }
  .menu_row .menu09 .menu09Content2 .menu09Item.menu09Item01 ul li a {
    text-transform: uppercase;
    border-bottom: 1px solid;
    font-size: 14px;
  }
  .menu_row .menu09 .menu09Content2 .menu09Item.menu09Item02 {
    text-align: center;
    padding: 30px 0;
    position: relative;
  }
  .menu_row .menu09 .menu09Content2 .menu09Item.menu09Item02 div {
    position: relative;
    left: -20px;
  }
  .menu_row .menu09 .menu09Content2 .menu09Item.menu09Item02 a {
    font-family: "bold";
    color: #fff118;
    font-style: italic;
  }
  .menu_row .menu09 .menu09Content2 .menu09Item.menu09Item03 {
    width: 100%;
    border: none;
    font-size: 14px;
    position: relative;
  }
  .menu_row .menu09 .menu09Content2 .menu09Item.menu09Item03 .addressTab .react-tabs .react-tabs__tab-list {
    border: none;
    margin: -37px 0 0 0;
    float: right;
    width: fit-content;
    display: flex;
    gap:20px;
    position:relative;
  }
  
  
  .menu_row .menu09 .menu09Content2 .menu09Item.menu09Item03 .addressTab .react-tabs .react-tabs__tab-list .react-tabs__tab {
    background: none;
    border: none;
    text-transform: uppercase;
    margin: auto;
  cursor:pointer;
  }
  .menu_row .menu09 .menu09Content2 .menu09Item.menu09Item03 .addressTab .react-tabs .react-tabs__tab-list .react-tabs__tab::after {
    display: none;
  }
  .menu_row .menu09 .menu09Content2 .menu09Item.menu09Item03 .addressTab .react-tabs .react-tabs__tab-list .react-tabs__tab.active {
    color: #fff118;
    font-family: "bold";
    font-style: italic;
  }
  .menu_row .menu09 .menu09Content2 .menu09Item.menu09Item03 .addressTab .react-tabs .react-tabs__tab-panel {
    padding: 10px 0;
    font-style: italic;
  }
  .menu_row .menu09 .menu09Content2 .menu09Item.menu09Item03 .addressTab .react-tabs .react-tabs__tab-panel a {
    color: #fff118;
    display: inline-block;
    margin: 10px 0;
    border-bottom: 1px solid #fff118;
  }
  .menuOpen .menu_row {
    scale: 1;
    width: 100vw;
    height: 100vh;
    clip-path: inset(0 0 0 0);
    transition: all 0.3s;
    background: #006dea;
  }
  .menuOpen .menu_row .menu09 {
    opacity: 1;
    scale: 1;
  }
  /* Header */
  
  /* Footer */
  
  footer {
    background: #006dea;
    padding: 100px 0 0;
    font-size: 12px;
    color: #fff;
  }
  footer a {
    color: #fff;
  }
  footer .fHd {
    text-transform: uppercase;
    font-size: 22px;
    color: #fff;
  }
  footer .footerWrap1 .footerRow {
    display: flex;
  }
  footer .footerWrap1 .footerRow .footerCol {
    margin: 0;
    width: 100%;
  }
  footer .footerWrap1 .footerRow .footerCol ul li {
    list-style-type: none;
  }
  footer .footerWrap1 .footerRow .footerCol ul li a {
    padding: 5px 0;
    display: inline-block;
    transition: all 0.1s ease-in-out;
    font-size: 16px;
  }
  footer .footerWrap1 .footerRow .footerCol ul li a:hover {
    color: #fff118;
  }
  footer .footerWrap1 .footerRow .footerCol ul li a svg {
    font-size: 40px;
    color: #fff118;
    margin: 0 20px -15px 0;
  }
  footer .footerWrap1 .footerRow .footerCol.footerColSos ul li {
    margin: 1px 0;
  }
  footer .footerWrap1 .footerRow .footerCol .Spotify {
    width: 380px;
    margin: 20px 0 0;
  }
  footer .footerWrap1 .footerRow .footerCol .Spotify iframe {
    border: none;
    background: #282828;
    margin: auto;
    padding: 20px 10px;
    height: 130px;
    border-radius: 15px;
  }
  footer .footerWrap2 {
    padding: 80px 0;
  }
  footer .footerWrap2 .footerRow ul {
    display: flex;
    justify-content: space-between;
    padding: 20px 0 40px;
  }
  footer .footerWrap2 .footerRow ul li {
    list-style-type: none;
    border-right: 1px solid #fff;
    width: 100%;
    text-align: center;
    padding: 15px 0;
  }
  footer .footerWrap2 .footerRow ul li:last-of-type {
    border: none;
  }
  footer .footerWrap2 .footerRow ul li a {
    display: inline-block;
    font-size: 25px;
    border-bottom: 1px solid;
  }
  footer .footerWrap2 .footerRow ul li a:hover {
    color: #fff118;
  }
  footer .footerWrap3 .footerRow ul {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    text-align: center;
    list-style-type: none;
  }
  footer .footerWrap3 .footerRow ul li {
    margin: 0 auto;
    text-transform: uppercase;
  }
  footer .footerWrap3 .footerRow ul li .clock {
    font-size: 50px;
    margin-bottom: 10px;
    color: #fff;
  }
  footer .footerWrap3 .footerRow ul li h4 {
    font-size: 19px;
    margin-bottom: 10px;
  }
  footer .footerWrap3 .footerRow ul li h4 span{text-transform:uppercase;}
  footer .footerWrap3 .footerRow ul li h4 b {
    color: #fff118;
  }
  footer .footerWrap3 .footerRow ul li a {
    display: inline-block;
    border-bottom: 1px solid;
    color: #fff118;
    margin-top: 10px;
  }
  footer .footerWrap3 .footerRow ul li a:hover {
    color: #69e879;
  }
  footer .footerWrap4 {
    padding: 90px 0 30px;
  }
  footer .footerWrap4 .footerRow {
    width: 100%;
    text-align: center;
    padding: 130px 0;
  }
  footer .footerWrap4 .footerRow .fLogo09 a {
    display: inline-block;
  }
  footer .footerWrap4 .footerRow .fLogo09 a img {
    display: block;
    width: 100%;
  }
  footer .footerWrap5 {
    padding-bottom: 30px;
  }
  footer .footerWrap5 .footerRow {
    text-align: center;
  }
  footer .footerWrap5 .footerRow h5 {
    font-size: 19px;
  }
  footer .footerWrap5 .footerRow ul {
    display: flex;
    list-style-type: none;
    padding: 30px 0 50px;
  }
  footer .footerWrap5 .footerRow ul li {
    width: 100%;
    border-right: 1px solid #fff;
    margin: 0;
    display: flex;
  }
  footer .footerWrap5 .footerRow ul li:last-of-type {
    border: none;
  }
  footer .footerWrap5 .footerRow ul li a {
    display: block;
    width: 100px;
  }
  footer .footerWrap5 .footerRow ul li a img {
    width: 100%;
  }
  footer .footerWrap6 .footerRow {
    padding: 0 0 40px 0;
    display: flex;
    justify-content: space-between;
  }
  footer .footerWrap6 .footerRow a {
    color: #fff;
  }
  footer .footerWrap6 .footerRow a:hover {
    color: #fff118;
  }
  footer .footerWrap6 .footerRow .footerCol {
    margin: 0;
  }
  footer .footerWrap6 .footerRow .footerCol ul {
    display: flex;
    gap: 20px;
    list-style-type: none;
  }
  
  .fLineA {
    border: 1px solid red;
  }
  
  .strokeW svg path {
    stroke: #fff;
  }
  
  .strokeB svg path {
    stroke: #000;
  }
  
  .line {
    position: relative;
    height: 1px;
    margin-bottom: 20px;
    width: 100%;
    pointer-events: none;
      background:#ffff;
  }
  .line .box {
    height: 40px;
    width: 100%;
    display: flex;
    position: relative;
    top: -20px;
    z-index: 1;
  }
  .line svg {
    width: 100%;
    height: 100px;
    top: -50px;
    position: absolute;
  }
  .line svg path {
    stroke-width: 1px;
    fill: none;
  }
  
  /* Footer */
  
  /* Responsive */
  @media screen and (max-width: 5000px) and (min-width: 900px) and (max-height: 750px) {
    .menu_row .menu09 .menu09Content .menu09Item .minFont {
      font-size: 16px;
      margin-bottom: 0;
    }
    .menu_row .menu09 .menu09Content .menu09Item.menu09Item02 ul li a {
      padding: 5px 10px;
      font-size: 12px;
    }
    .menu_row .menu09 .menu09Content .menu09Item.menu09Item02 ul li {
      margin-right: 5px;
      margin-bottom: 5px;
    }
    .menu_row .menu09 .menu09Content {
      gap: 20px;
      padding-bottom: 30px;
    }
    .menu_row .menu09 .menu09Content .menu09Item.menu09Item03 ul {
      gap: 20px;
    }
    .menu_row .menu09 {
      padding: 80px 0 0;
    }
    .menu_row .menu09 .menu09Content .menu09Item.menu09Item03 ul li .NBItemContent a .NBItemImg {
      height: 150px;
    }
    .menu_row .menu09 .menu09Content2 {
      padding-top: 30px;
    }
    .menu_row .menu09 .menu09Header {
      width: 93%;
    }
  }
  @media screen and (max-width: 900px) {
    .menu_row .menu09 .menu09Content .menu09Item .minFont {
      font-size: 16px;
      margin-bottom: 0;
    }
    .menu_row .menu09 .menu09Content .menu09Item.menu09Item02 ul li a {
      padding: 5px 10px;
      font-size: 12px;
    }
    .menu_row .menu09 .menu09Content .menu09Item.menu09Item02 ul li {
      margin-right: 5px;
      margin-bottom: 5px;
    }
    .menu_row .menu09 .menu09Content {
      gap: 20px;
      padding-bottom: 30px;
    }
    .menu_row .menu09 .menu09Content .menu09Item.menu09Item03 ul {
      gap: 20px;
    }
    .menu_row .menu09 {
      padding: 120px 0 0;
      overflow: auto;
    }
    .menu_row .menu09 .menu09Content .menu09Item.menu09Item03 ul li .NBItemContent a .NBItemImg {
      height: 150px;
    }
    .menu_row .menu09 .menu09Content2 {
      padding-top: 30px;
    }
    .menu_row .menu09 .menu09Header {
      width: 93%;
    }
    .menu_row .menu09 .menu09Content .menu09Item, .menu_row .menu09 .menu09Content2 .menu09Item {
      width: 45%;
      border: none;
    }
    .menu_row .menu09 .menu09Content, .menu_row .menu09 .menu09Content2 {
      flex-wrap: wrap;
    }
  }
  @media screen and (max-width: 1700px) {
    header .container nav ul {
      gap: 55px;
    }
    header .container .rightMenu a {
      font-size: 20px;
    }
	  header .container .rightMenu{
		  top:17px;
	  }
    header .container nav ul li a {
      font-size: 14px;
    }
    header .container .rightMenu a span {
      font-size: 14px;
      left: -62px;
      top:-3px;
    }
    header .container nav ul .logo {
      margin-left: 10px;
    }
  }
  @media screen and (max-width: 1200px) {
    header .container nav ul li {
      display: none;
    }
    header .container nav ul li.logo {
      display: block;
    }
    .sizeH1 {
      font-size: 33px;
      line-height: 35px;
    }
    .sizeH2 {
      font-size: 28px;
      line-height: 30px;
    }
    .sizeH3 {
      font-size: 25px;
      line-height: 28px;
    }
    .sizeH4 {
      font-size: 22px;
      line-height: 25px;
    }
    .sizeH5 {
      font-size: 20px;
      line-height: 22px;
    }
    .sizeH6 {
      font-size: 18px;
      line-height: 20px;
    }
    .sizeH7 {
      font-size: 16px;
      line-height: 18px;
    }
    .sizeH8 {
      font-size: 14px;
      line-height: 16px;
    }
    .underline hr {
      bottom: 0;
      height: 1px;
    }
    .ourWork .workTitle .arrowBtn svg {
      width: auto;
      height: auto;
    }
    .workGrid {
      gap: 20px;
    }
    .curve .locationName {
      font-size: 40px;
    }
    .ourEcosystemDiv ul {
      grid-template-columns: repeat(2, 1fr);
    }
    .ourEcosystemDiv ul li:nth-of-type(2n+2) {
      border-right: 0px !important;
    }
    .ourEcosystemDiv ul li:nth-of-type(3n+3) {
      border-right: 1px solid #b5b5b5;
    }
    .ourEcosystemDiv ul li a .PartnerCompaniesImg {
      width: 100%;
    }
  }
  @media screen and (max-width: 1000px) {
    footer .footerWrap1 .footerRow {
      flex-wrap: wrap;
    }
    footer .footerWrap1 .footerRow .footerCol {
      width: 47%;
      margin-bottom: 15px;
    }
    footer .footerWrap1 .footerRow .footerCol:last-child {
      width: 100%;
      text-align: center;
      margin-top: 30px;
    }
    footer .footerWrap1 .footerRow .footerCol .Spotify {
      margin: 20px auto;
      width: 80%;
    }
    footer .footerWrap2 {
      padding: 40px 0;
    }
    footer .footerWrap2 .footerRow ul {
      display: block;
    }
    footer .footerWrap2 .footerRow ul li {
      border: none;
    }
    footer .footerWrap3 .footerRow ul {
      display: block;
    }
    footer .footerWrap3 .footerRow ul li {
      padding: 20px 0;
    }
    footer .footerWrap4 {
      padding: 30px 0;
    }
    footer .footerWrap4 .footerRow {
      padding: 30px 0 50px;
      width: 80%;
    }
    footer .footerWrap5 .footerRow ul {
      flex-wrap: wrap;
    }
    footer .footerWrap5 .footerRow ul li {
      width: fit-content;
      padding: 20px;
      border: none;
      margin: auto;
    }
    footer .footerWrap6 .footerRow {
      display: block;
      text-align: center;
    }
    footer .footerWrap6 .footerRow .footerCol {
      padding: 10px 0;
    }
    .aboutInfo.aboutInfoS1 {
      padding-top: 70px;
    }
    .pillars09 {
      overflow: hidden;
    }
    .pillars09 .slick-list {
      overflow: inherit;
    }
    .pillars09 .PartnerCompaniesSlider {
      width: 80%;
      padding: 0;
    }
    .PartnerCompaniesSlider .item {
      padding: 20px;
      border: none;
    }
    .PartnerCompaniesSlider .item a .PartnerCompaniesImg {
      border: 1px solid #f2f2ec;
      display: flex;
      margin-bottom: 15px;
    }
    .PartnerCompaniesSlider .item a .PartnerCompaniesImg img {
      width: 70%;
    }
    .SolutionsSecAbout .SolutionsRow .SolutionsCol.SolutionsColImg {
      position: absolute;
      right: 0;
      top: 100px;
      z-index: 0;
      opacity: 0.2;
      width: 50%;
    }
    .SolutionsSecAbout .SolutionsRow .SolutionsCol {
      z-index: 2;
    }
    .SolutionsSecAbout .SolutionsRow .SolutionsColOurServies {
      z-index: 3;
      width: 90px;
    }
    .SolutionsSecAbout .SolutionsRow {
      padding: 0 0 100px;
      position: inherit;
    }
  }
  @media screen and (max-width: 768px) {
    .blogDetail {
      padding-top: 0px;
    }
    .menu_row .menu09 .menu09Content .menu09Item, .menu_row .menu09 .menu09Content2 .menu09Item {
      width: 100%;
      border-bottom: 1px solid #fff118;
      padding-bottom: 20px;
      margin-bottom: 20px;
    }
    .menu_row .menu09 .menu09Content2 .menu09Item.menu09Item02 {
      padding-top: 10px;
    }
    .menu_row .menu09 .menu09Content2 {
      text-align: center;
    }
    .menu_row .menu09 .menu09Content, .menu_row .menu09 .menu09Content2 {
      display: block;
    }
    .menu_row .menu09 .menu09Content2 .menu09Item.menu09Item03 .addressTab .react-tabs .react-tabs__tab-list {
      float: none;
      margin: auto;
    }
    .menu_row .menu09 .menu09Content2 .menu09Item.menu09Item02 div {
      left: 0;
    }
    .menu_row .menu09 .menu09Content {
      padding-bottom: 0;
    }
    .menu_row .menu09 .menu09Content .menu09Item, .menu_row .menu09 .menu09Content2 .menu09Item {
      text-align: center;
    }
    .menu_row .menu09 .menu09Content .menu09Item .minFont {
      font-size: 20px;
      margin-bottom: 5px;
    }
    .menu_row .menu09 .menu09Content .menu09Item.menu09Item01 ul li .sideFont {
      position: absolute;
    }
    .menu_row .menu09 .menu09Content .menu09Item.menu09Item02 ul li a {
      padding: 9px 20px;
      font-size: 17px;
    }
    .menu_row .menu09 .menu09Content .menu09Item.menu09Item02 ul li {
      margin-right: 10px;
      margin-bottom: 10px;
    }
    .menu09HeaderSos {
      display: none;
    }
    .menu_row .menu09 .menu09Header {
      top: 10px;
    }
    .menu_row .menu09 .menu09Header .menu09HeaderRight .menuBtn {
      top: 0;
    }
    .menu_row .menu09 {
      padding: 90px 0 0px;
    }
    header .container nav ul li.logo, .menu_row .menu09 .menu09Header .menu09HeaderLogo {
      width: 150px;
    }
    header {
      height: 90px;
      background: #fff;
    }
    header.fixed {
      height: 60px;
    }
    header .container .rightMenu .menuBtn {
      width: 37px;
      height: 37px;
    }
    .heroRow {
      padding: 0;
    }
    .hero .homescreen-slick .item .HeroText p {
      font-size: 18px;
    }
    .hero .homescreen-slick .item .HeroText h1 {
      font-size: 25px;
      line-height: 27px;
      padding-bottom: 10px;
    }
    .hero .homescreen-slick .item .HeroBtn {
      padding-top: 15px;
    }
    .ripple-button {
      padding: 10px 20px;
      font-size: 15px;
    }
    .hero .homescreen-slick .item .HeroText {
      left: 5%;
      width: 90%;
      margin-bottom: 18%;
    }
    .hero .homescreen-slick .container {
      width: 100%;
    }
    .hero .homescreen-slick .item .HeroImage {
      border-radius: 0;
      padding-top: 0;
    }
    .hero .homescreen-slick .slick-dots {
      left: 5%;
    }
    .hero .homescreen-slick {
      height: 75vh;
    }
    .hero .homescreen-slick .item .HerobgLogo {
      top: 15%;
      width: 120px;
    }
    .hero .homescreen-slick .item .Herobg {
      height: 50%;
      right: 10%;
      bottom: inherit;
      top: 10px;
    }
    .hero .homescreen-slick .item .HeroText h1 br {
      display: none;
    }
    .testimonialSlider {
      padding-bottom: 50px;
      padding-top: 20px;
    }
    .sizeH1 {
      font-size: 28px;
      line-height: 37px;
    }
    .sizeH2 {
      font-size: 24px;
      line-height: 28px;
    }
    .sizeH3 {
      font-size: 22px;
      line-height: 26px;
    }
    .sizeH4 {
      font-size: 20px;
      line-height: 27px;
    }
    .sizeH5 {
      font-size: 18px;
      line-height: 20px;
    }
    .sizeH6 {
      font-size: 16px;
      line-height: 20px;
    }
    .sizeH7 {
      font-size: 14px;
      line-height: 18px;
    }
    .sizeH8 {
      font-size: 12px;
      line-height: 16px;
    }
    .hWorkLogos {
      padding: 50px 0;
    }
    .hero .homescreen-slick .item .HeroImage {
      position: relative;
    }
    .hero .homescreen-slick .item .HeroImage::after {
      position: absolute;
      background: #000;
      content: "";
      width: 100%;
      height: 100%;
      display: block;
      top: 0;
      left: 0;
      opacity: 0.3;
    }
    .workGrid .workGridItem, .workGrid .workGridItem:nth-child(4n+4) {
      margin-top: 20px;
    }
    .workGrid {
      grid-template-columns: repeat(1, 1fr);
      display: block;
    }
    .ripple-button.fontL {
      font-size: 22px;
    }
    .btnSpaceEx {
      padding: 30px 0;
    }
    .hero .homescreen-slick .container {
      position: relative;
      z-index: 2;
    }
    .hContTech .hContTechFix .hContTechRow .hContTechCol .sizeH1 {
      font-size: 30px;
      line-height: 38px;
    }
    .hContTech {
      padding: 50px 0;
    }
    .hContTech .hContTechFix .hContTechRow .hContTechCol p br {
      display: none;
    }
    .hUpdates .UpdateSlider-slick .slick-list {
      overflow: inherit;
    }
    .hCreativity {
      padding: 50px 0;
    }
    .ServicesList {
      padding: 50px 0;
    }
    .hWorkLogos .LogosSlider-slick {
      padding: 20px 0;
    }
    .ServicesList ul li.IStart svg {
      font-size: 40px;
    }
    .Calculat .CalculatRow .CalculatCol h4 {
      font-size: 40px;
    }
    .Calculat .CalculatRow {
      padding: 50px 0 70px;
      flex-wrap: wrap;
      gap: 40px;
    }
    .Calculat .CalculatRow .CalculatCol {
      width: 150px;
      font-size: 12px;
    }
    .Calculat {
      padding-top: 0;
    }
    .Culture {
      padding-top: 0;
      overflow: hidden;
      position: relative;
    }
    .Culture .CultureSlider-slick {
      padding: 20px 0;
      width: 80%;
      position: inherit;
    }
    .Culture .CultureSlider-slick .slick-list {
      overflow: inherit;
    }
    .solutionsSecServices {
      padding-top: 0;
    }
    .marquee .slideContainer .slider p {
      font-size: 30px;
    }
    .marquee .slideContainer .slider p svg {
      font-size: 30px;
      margin: 0 5px;
      top: 5px;
    }
    .marquee {
      height: 110px;
    }
    footer .footerWrap1 .footerRow .footerCol {
      width: 100%;
      text-align: center;
      margin-bottom: 60px;
    }
    footer .footerWrap1 .footerRow .footerCol .Spotify {
      width: 100%;
    }
    .ServicesList ul li .btnArrow {
      display: none;
    }
    .ourWorkHm.ourWork .workTitle {
      font-size: 22px;
      line-height: 25px;
    }
    .ourWork .workTitle span {
      margin-right: 0;
    }
    .workGrid .workGridItemText h3 {
      font-size: 16px;
    }
    .workGrid .workGridItemTags a {
      font-size: 10px;
      padding: 5px 10px;
      white-space: nowrap;
    }
    .Calculat .CalculatRow .CalculatCol p svg {
      font-size: 11px;
      right: -17px;
    }
    .aboutInfo.aboutInfoS2 {
      padding-top: 0;
    }
    .MilestonesSlider {
      width: 80%;
      margin: 0;
    }
    .MilestonesSlider .milestoneCol h2 {
      font-size: 26px;
    }
    .MilestonesSlider .milestoneCol .milestoneTag {
      font-size: 10px;
      padding: 5px;
    }
    .MilestonesSlider .milestoneCol {
      width: 95%;
    }
    .MilestonesSlider .milestoneCol ul li {
      font-size: 12px;
      margin-bottom: 10px;
      padding-left: 4px;
    }
    .MilestonesSlider .milestoneCol ul li::before {
      width: 10px;
      height: 10px;
      top: 2px;
    }
    .MilestonesSlider .milestoneCol ul {
      padding: 20px 10px;
    }
    .aboutMarquee {
      margin: 0;
    }
    .awardsSlider .item {
      padding: 15px;
    }
    .awardsSlider .item .awardsCol {
      padding: 30px 10px;
    }
    .pillars09 {
      padding: 30px 0;
    }
    .aboutInfo.aboutInfoS1 {
      padding-top: 20px;
    }
    .aboutS {
      display: block;
      padding-top: 0;
    }
    .aboutS .aboutScol .arrowRightH {
      font-size: 35px;
      rotate: 90deg;
    }
    .aboutS .aboutScol {
      margin-bottom: 30px;
    }
    .workTabs .react-tabs__tab-list li span {
      font-size: 14px;
    }
    .workTabs .react-tabs__tab-list {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }
    .WorkLogosRow {
      grid-template-columns: repeat(3, 1fr);
    }
    .workTabs {
      padding-top: 0;
    }
    .workTabs .react-tabs__tab-list .lineA {
      margin: 0 5px;
    }
    .faqContent .HeadingIcon .iconSVG {
      display: none;
    }
    .LifeAtA09Row {
      width: 100%;
      gap: 10px;
      grid-template-columns: repeat(3, 1fr);
    }
    .LifeAtA09Row .LifeAtA09Col a {
      border-radius: 20px;
    }
    .HeadingIcon .iconSVG {
      display: none;
    }
    .Opportunities .accordion .accordion-header button {
      font-size: 22px;
    }
    .conatcWrapTab .react-tabs .react-tabs__tab-list li span {
      font-size: 12px;
      text-align: center;
      padding: 12px 10px;
    }
    .conatcWrapTab .react-tabs .react-tabs__tab-panel {
      width: 100%;
      padding: 30px;
    }
    .FormGridTwo {
      display: block;
    }
    .contactAdress .contactAdressRow .contactAdressCol:last-of-type {
      padding: 30px;
    }
    .contactAdress .contactAdressRow {
      display: block;
    }
    .contactAdress .contactAdressRow .contactAdressCol iframe {
      height: 300px;
    }
    .accordion .accordion-header button {
      padding-right: 50px;
    }
    .SolutionsSecAbout .SolutionsRow .SolutionsCol .trustedBy {
      display: block;
    }
    .SolutionsSecAbout .SolutionsRow .SolutionsCol .trustedBy h3 {
      margin-bottom: 30px;
      text-align: center;
      margin-right: 0;
    }
    .SolutionsSecAbout .SolutionsRow .SolutionsCol .trustedBy ul {
      gap: 15px;
    }
    .toolsSlider {
      width: 80%;
    }
    .toolsSlider .slick-list {
      overflow: initial;
    }
    .solutionsSecTools {
      overflow: hidden;
    }
    .toolsSlider .item .toolsCol a .textDecoration {
      padding: 15px;
    }
    .workGridItemHover .workGridItemHoverIn h3 {
      font-size: 20px;
    }
    .workGridItemHover .workGridItemHoverIn h4 {
      font-size: 14px;
    }
    .solutionsSecCaseStudy .solutionsSecCaseStudyList .item .CaseStudyCol a .CaseStudyTitale {
      font-size: 14px;
    }
    .solutionsSecApproach .solutionsSecApproachList ul {
      grid-template-columns: repeat(2, 1fr);
    }
    .solutionsSecApproach .solutionsSecApproachList ul:nth-child(2n) li:last-child::before {
      border-top: 2px dashed;
      border-left: 2px dashed;
      border-bottom: 0px dashed;
      border-right: 0px;
      left: 3px;
      top: 25px;
      z-index: 2;
      border-radius: 50px 0 0 50px;
    }
    .solutionsSecTools {
      padding-bottom: 60px;
    }
    .solutionsSecApproach {
      padding: 40px 0;
    }
    .solutionsSecApproach .solutionsSecApproachList ul {
      text-align: center;
    }
    .solutionsSecApproach .solutionsSecApproachList ul:last-child li:last-child::before {
      border-left: 0px !important;
    }
    .solutionsSecApproach .solutionsSecApproachList ul li .solutionsSecApproachListCol .solutionsSecApproachListColText h3 {
      font-size: 10px;
    }
    .solutionsSecApproach .solutionsSecApproachList ul li .solutionsSecApproachListCol .solutionsSecApproachListColText p {
      font-size: 14px;
    }
    .solutionsSecApproach .solutionsSecApproachList ul li .solutionsSecApproachListCol .solutionsSecApproachListColText {
      height: 170px;
    }
    .solutionsSecCaseStudy {
      padding: 60px 0;
    }
    .solutionsSecCaseStudyList, .testimonialSlider {
      width: 95%;
    }
    .solutionsSecCaseStudyList .slick-list, .testimonialSlider .slick-list {
      overflow: initial;
    }
    .testimonialSlider .item {
      padding: 0;
    }
    .freeAuditSec {
      padding: 50px 0;
    }
    .freeAuditSecRow .freeAuditSecCol {
      width: 100%;
    }
    .FormGridS1 {
      display: block;
    }
    header .container .rightMenu {
      top: -3px;
    }
    header .container nav ul {
      margin: 0;
    }
    .cSsecMinA {
      display: block;
      position: relative;
    }
    .cSsecMinA .cSsecMinHead {
      padding: 40px 0 0;
      text-align: left;
      width: 100%;
    }
    .cSsecMinInfo {
      position: absolute;
      right: 0;
      top: 25px;
    }
    .cSsecMin {
      padding: 0;
    }
    .cSsecMinB .cSsecMinBRow .cSsecMinBCol:first-child {
      width: 100%;
    }
    .cSsecMinC .imgCol.imgCol2 {
      flex-wrap: wrap;
    }
    .testimonialsPgRow {
      grid-template-columns: repeat(1, 1fr);
    }
    .testimonialsPgRow .testimonialsPgCol::after {
      width: 30px;
      height: 30px;
      left: 12%;
      top: -3%;
    }
    .testimonialsPgRow .testimonialsPgCol {
      padding: 100px 20px 40px;
      font-size: 14px;
    }
    .testimonialsPgRow .testimonialsPgCol .testimonial-logo {
      width: 120px;
      height: 120px;
      margin-top: -163px;
    }
    .ourEcosystemDiv ul {
      grid-template-columns: repeat(1, 1fr);
    }
    .ourEcosystemDiv ul li {
      border-right: 0px !important;
      border-top: 1px solid #b5b5b5;
      margin: auto;
      padding: 40px 30px;
    }
    .ourWorkHm {
      border-radius: 50px 50px 0 0;
    }
    .heroHome {
      padding-top: 90px !important;
    }
    .ourWorkHm .btnSpaceEx {
      padding: 30px 0 50px;
    }
    .hUpdates .UpdateSlider-slick {
      width: 90%;
    }
    .navBarC {
      flex-wrap: wrap;
      gap: 15px;
    }
    .navBarC li a {
      font-size: 18px;
      padding: 10px 15px;
    }
    .ourClientsLnav ul li span {
      font-size: 11px;
      padding: 10px 15px;
    }
    .ourClientsL .ourClientsR {
      grid-template-columns: repeat(3, 1fr);
      padding: 40px 0;
    }
    .ourClientsL .ourClientsR span {
      padding: 10px;
    }
    .accordion .accordion-header button {
      font-size: 17px;
    }
    .solutionsSecServices .solutionsSecServicesFaq .accordion-button {
      font-size: 20px;
      padding: 20px 40px 20px 0;
    }
    .cSsecMinB .cSsecMinBRow .cSsecMinBCol {
      width: 100%;
    }
    .mainslider {
      margin-bottom: 60px;
    }
    .SolutionsSecAbout .SolutionsRow .SolutionsColOurServies {
      display: none;
    }
    .SolutionsSecAbout .SolutionsRow {
      padding: 0;
    }
    .SolutionsSecAbout {
      padding-bottom: 30px;
    }
    .testimonialSlider .item .awardsCol .textwithimg {
      display: block;
    }
    .testimonialSlider .item .awardsCol .awardsImg {
      margin-bottom: 20px;
    }
    .testimonialSlider .item .awardsCol .awardsText {
      margin: 10px 0;
    }
    .testimonialSlider .item .awardsCol {
      padding: 50px 30px 20px;
    }
    .pb-20 {
      padding-bottom: 10px;
    }
    .getSolutions {
      padding: 60px 0 40px;
    }
    .Opportunities {
      padding: 60px 0;
    }
    .checkPlay {
      background-color: #f2f2ec;
      padding: 80px 0 40px;
    }
    .faqContent .accordion-body {
      font-size: 14px;
    }
    .fixForm .modalContainer {
      width: 95%;
      overflow: auto;
      max-height: 95%;
    }
    .blog-min-box {
      grid-template-columns: repeat(1, 1fr);
    }
    .blog-list-heading {
      padding: 15px;
    }
    .blog-list-heading h2 {
      font-size: 16px;
    }
    .blog-list-heading h4 {
      font-size: 12px;
    }
    .blog-list-heading p {
      font-size: 14px;
    }
    .list-btn span {
      padding: 8px 16px;
    }
    .blog-list-heading span, .blog-list-heading ul li {
      font-size: 7px;
    }
    .blog-content {
      flex-direction: column-reverse;
    }
    .aside-links .share-buttons {
      flex-direction: revert;
      justify-content: center;
    }
    .blog-social-sticky {
      position: static;
      margin-bottom: 20px;
    }
    .related-topics {
      width: 100%;
    }
    .blog-share {
      width: 100%;
    }
    .related-post {
      width: 100%;
    }
    .game09 {
      border-radius: 10px 0 0 10px;
      height: 30px;
    }
    .game09 a {
      font-size: 20px;
      line-height: 17px;
    }
  }
  /* Responsive */

.site-main header{height:unset!important;}
.page-header .taxonomy-description{margin-top:initial!important;}