/* 
Theme Name: Ijona Technologies 
Author: ijonaservices
Version:1.0
*/
:root {
  --clr-primary: #3e3e3e;
  --clr-grey: #7f7f7f;
  --clr-light: #ffffff;
  --clr-dark: #000;
  --clr-green: #fb836c;
  --font-secondary: "Open Sans", sans-serif;
  --container-width: 1400px;
  --container-gutter: calc((100vw - var(--container-width)) / 2);
  --header-height: calc(8.2rem + 8rem);
  --sec-gutter: 3rem;
  --polyon-height: 102rem;
}
@media only screen and (max-width: 1800px) {
  :root {
    --container-width: 1230px;
  }
}
@media only screen and (max-width: 1350px) {
  :root {
    --container-width: 1000px;
  }
}
@media only screen and (max-width: 1200px) {
  :root {
    --container-width: 90%;
  }
}
@media only screen and (max-width: 991px) {
  :root {
    --container-width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --container-width: calc(90% - 35px);
  }
}
@media (orientation: landscape) and (min-width: 768px) {
  :root {
    --polyon-height: 95vh;
  }
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -msbox-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family: "Montserrat", sans-serif !important;
  overflow-x: hidden;
  cursor: default;
}
@font-face {
  font-family: OpenSans;
  src: url(font/OpenSans-Regular.ttf) format("truetype");
  font-weight: 100;
  font-display: swap;
}

@font-face {
  font-family: MontserratFont;
  src: url(font/Montserrat-Regular.ttf);
  font-weight: 100;
  font-display: swap;
}
p {
  font-family: "Open Sans", sans-serif !important;
}
.container {
  width: var(--container-width);
  margin: 0 auto;
  position: relative;
}
.awsm-job-container {
  max-width: unset;
}
.main-header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.menu-footer-container #menu-footer {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  justify-content: center;
}
.footer-right-content-services .menu-footer-container ul li {
  list-style-type: none;
}
.navbar-content {
  display: flex;
  gap: 20px;
}
.navbar-content li {
  list-style-type: none;
  cursor: default;
}
li#menu-item-78:before {
  position: absolute;
  /* left: 50%; */
  content: "";
  height: 0;
  width: 0;
  border: solid transparent;
}
li#menu-item-78:hover::before {
  bottom: -2px;
  border-width: 11px;
  border-bottom-color: #000;
  z-index: -999;
  margin-left: 0px;
}
.navbar-content li a {
  text-decoration: none;
  color: var(--clr-dark);
  font-family: "Poppins", sans-serif;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  white-space: nowrap;
  /*letter-spacing: 1px;*/
}
.contact-us-content button {
  display: flex;
  width: 150px;
  height: 43.548px;
  /*padding: 11.613px 21.29px;*/
  justify-content: center;
  align-items: center;
  gap: 9.677px;
  flex-shrink: 0;
  color: var(--White, #fff);
  font-family: "Poppins", sans-serif;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 29.032px;
  background: var(--clr-dark);
  cursor: pointer;
  border: none;
}
.contact-us-content button:hover {
  background: #735bee;
  transition: all 0.5s;
}
.cont--ham a {
  text-decoration: none;
}
header.header-cont-info {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
section.header-cont {
  padding: 30px 0px;
}
.image-content {
  max-width: 150px;
  width: 100%;
}
.cont--ham {
  max-width: 150px;
  width: 100%;
}
.navbar-content {
  display: flex;
  gap: 20px;
  flex: 1;
  width: 100%;
}
#mega-menu-wrap-header {
  clear: both;
  width: 100%;
}
#mega-menu-wrap-header #mega-menu-header {
  text-align: left;
  padding: 0px 0px 0px 0px;
  display: flex;
  justify-content: space-around;
}
/*--------------NEW CUSTOM HEADER----------------------*/
section.new__custom--header {
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
  height: 100vh;
  background-position: center;
  z-index: 1;
}
section.new__custom--header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  filter: blur(10px);
  z-index: -1;
}
nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0px 0px;
  gap: 10px;
}
header#navbar {
  position: relative;
  z-index: 999;
  width: 100%;
  top: 0;
  left: 0;
  transition: all 0.4s ease-in-out;
  backdrop-filter: blur(10px);
  /*background-color: rgba(255, 255, 255, 0.1);*/
  padding-bottom: 20px;
}
.sticky {
  position: fixed !important;
  background-color: #ffff !important;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  box-shadow: 0px 0px 30px 0px rgba(56, 71, 109, 0.3) !important;
  padding: 20px 0px;
}
.menu-new-main-header-container ul {
  display: flex;
  gap: 20px;
  list-style: none;
}
ul#menu-new-main-header a {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
}
header.sticky ul#menu-new-main-header li a {
  color: #000 !important;
}
header.sticky nav button {
  border: 1px solid #735bee;
  background: none;
  color: #735bee;
  font-weight: 600;
}
img.scrolled__img {
  width: 120px;
}
.nav__img,
img {
  display: inline-block;
}
.new__custom--header--header-cont-info img.scrolled_back__img {
  display: none;
}
header.sticky nav img.scrolled_back__img {
  display: block;
}
header.sticky nav img.scrolled__img {
  display: none;
}
.nav__right--text {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-bottom: 1px solid #eeeeee40;
  gap: 1rem;
  z-index: 3;
  position: relative;
  padding: 10px 0px;
}
.nav__content-heading h2 {
  color: #fff;
  font-size: 18px;
}
.nav__content-heading h2 a {
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  font-weight: normal;
}
span.red__line {
  background-color: #fff;
  width: 1px;
  height: 20px;
}
header.sticky .nav__top-heading {
  display: none;
}
.nav__img img {
  max-width: 120px;
  min-width: 100px;
  width: 100%;
}
div#menu {
  flex: 1;
}
#mega-menu-wrap-newHeader
  #mega-menu-newHeader
  > li.mega-menu-item.mega-current-menu-item
  > a.mega-menu-link
  > span.mega-indicator {
  transform: rotate(-180deg);
  margin: 0 0 0 3px !important;
}
#mega-menu-wrap-newHeader
  #mega-menu-newHeader
  > li.mega-menu-item.mega-menu-item-has-children.mega-toggle-on
  > a.mega-menu-link
  > span.mega-indicator {
  transform: rotate(-180deg);
  margin: 0 0 0 3px !important;
}
#mega-menu-wrap-newHeader
  #mega-menu-newHeader
  > li.mega-menu-item.mega-current-menu-ancestor
  > a.mega-menu-link
  > span.mega-indicator {
  transform: rotate(-180deg);
  margin: 0 0 0 3px !important;
}
#mega-menu-wrap-newHeader #mega-menu-newHeader {
  text-align: left;
  padding: 0px 0px 0px 0px;
  display: flex;
  justify-content: center;
  gap: 30px;
}
#mega-menu-wrap-newHeader
  #mega-menu-newHeader
  > li.mega-menu-item
  > a.mega-menu-link {
  font-size: clamp(0.875rem, 0.85rem + 0.125vw, 1rem);
  padding: 0px !important;
}
.nav__content-heading {
  display: flex;
  align-items: center;
  gap: 10px;
}
.nav__content-heading h2 {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
}
.nav__right--text a {
  text-decoration: none;
  color: #fff;
}
#mega-menu-wrap-newHeader
  #mega-menu-newHeader
  > li.mega-menu-megamenu
  > ul.mega-sub-menu {
  box-shadow: 0px 0px 30px 0px rgba(56, 71, 109, 0.1) !important;
}
#mega-menu-wrap-newHeader
  #mega-menu-newHeader
  li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-row
  .mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item {
  padding: 0px 15px 15px 15px;
}
#mega-menu-wrap-newHeader
  #mega-menu-newHeader
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  li.mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item
  > a.mega-menu-link {
  font-weight: normal;
}
#mega-menu-wrap-newHeader
  #mega-menu-newHeader
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-item
  li.mega-menu-item
  > a.mega-menu-link,
#mega-menu-wrap-newHeader
  #mega-menu-newHeader
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  li.mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item
  li.mega-menu-item
  > a.mega-menu-link {
  display: none !important;
}
#mega-menu-wrap-newHeader
  #mega-menu-newHeader
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-item
  li.mega-menu-item
  > a.mega-menu-link,
#mega-menu-wrap-newHeader
  #mega-menu-newHeader
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  li.mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item:hover
  li.mega-menu-item
  > a.mega-menu-link {
  display: block !important;
}
#mega-menu-wrap-newHeader
  #mega-menu-newHeader
  > li.mega-menu-megamenu
  > ul.mega-sub-menu {
  margin-top: 20px;
}
#mega-menu-wrap-newHeader
  #mega-menu-newHeader
  li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-row
  .mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item {
  padding: 20px 0px 10px !important;
}
#mega-menu-wrap-newHeader
  #mega-menu-newHeader
  li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-row
  > ul.mega-sub-menu
  > li.mega-menu-columns-2-of-12 {
  padding-right: 20px;
}
button.cta--btn {
  max-width: 200px;
  height: 60px;
  width: 100%;
  /*background: var(--d-9-d-9-d-9, #735BEE);*/
  background: #fff;
  border: none;
  color: #000;
  font-size: 22px;
  font-family: "Open Sans", sans-serif !important;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  /*letter-spacing: 2px;*/
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  top: 15%;
}
.cta--btn:before {
  content: "";
  background: linear-gradient(
    45deg,
    #ff0000,
    #ff7300,
    #fffb00,
    #48ff00,
    #00ffd5,
    #002bff,
    #7a00ff,
    #ff00c8,
    #ff0000
  );
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 20s linear infinite;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  border-radius: 10px;
}
.cta--btn:active {
  color: #000;
}
.cta--btn:active:after {
  background: transparent;
}
.cta--btn:hover {
  background: #000;
  color: #fff;
}
.cta--btn:hover:after {
  background: #000;
}
.cta--btn:hover:before {
  opacity: 1;
}
.cta--btn:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #111;
  left: 0;
  top: 0;
  border-radius: 10px;
}
@keyframes glowing {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}
.cta--btn:after {
  z-index: -1;
  content: "\f1d8";
  font-family: "Font Awesome 6 Free";
  position: static;
  margin-left: 10px;
  width: 100%;
  height: 100%;
  background: #fff;
  left: 0;
  top: 0;
  border-radius: 10px;
  display: none;
}
/*-------------------------NEW CUSTOM HEADER ENDS-----------------------------*/
.page-banner__bg-image {
  height: 300px;
  width: 100%;
}
h2.page-banner__title {
  /*color: var(--clr-light);*/
  position: absolute;
  top: 44%;
  z-index: 2;
  color: #fff;
  text-align: center;
  font-size: clamp(2.5rem, 2.25rem + 1.25vw, 3.75rem);
  /*font-family:MontserratFont !important;*/
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.page-banner {
  background-color: #000;
  position: relative;
}
.page-banner__bg-image {
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: top;
}
.page-banner__content.container.container--narrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 370px;
  justify-content: center;
}
.page-banner__bg-image::before {
  content: "";
  background-color: #000000b3;
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  z-index: 1;
}
.page-banner-section {
  height: 300px;
}
.filter-by-year-dropbtn {
  background: none;
  display: flex;
  width: 184px;
  height: 50px;
  padding: 15px 18px 15px 13px;
  align-items: center;
  gap: 30px;
  flex-shrink: 0;
  justify-content: space-between;
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
  border: 1px solid #808080;
  cursor: pointer;
  color: #000000;
}
.filter-by-year.container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 100px 0px 50px 0px;
}
.press-release-cont {
  display: flex;
  gap: 50px;
}
.press-release-content-c {
  display: flex;
  justify-content: flex-end;
}
.press-release-content-a {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.press-release-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.press-release-content-c a {
  color: #724ce8;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-decoration: none;
  text-transform: uppercase;
}
hr {
  margin: 30px 0px;
}
.press-release-content-a h3 {
  color: var(--clr-primary);
  font-size: clamp(1.125rem, 1.1rem + 0.125vw, 1.25rem);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  cursor: pointer;
}
.press-release-content-b p {
  color: var(--clr-grey);
  font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
/* DROPDOWN */
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffff;
  overflow: auto;
  z-index: 1;
  border: 1px solid #808080;
}
i.fas.fa-caret-down {
  font-size: 22px;
}
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  width: 184px;
}
.dropdown a:hover {
  background-color: #eaeaea;
}
.show {
  display: block;
}
.menu-footer-menu-container ul.sub-menu {
  display: none;
}
i.fa-solid.fa-angle-down.bx.bxs-chevron-down.js-arrow.arrow {
  font-size: 15px;
  margin-left: 4px;
  transition: all 0.3s ease;
  opacity: 0.6;
  display: none;
}
.menu-header-main-container li:hover .js-arrow {
  transform: rotate(180deg);
  transition: all 1s ease;
}
.menu-header-main-container ul.sub-menu {
  display: block;
  position: absolute;
  top: 46px;
  background-color: #fff;
  padding: 20px;
}
.menu-header-main-container ul li:hover ul {
  left: 60%;
  margin-left: -4rem;
  /*display: none;*/
}
li#menu-item-405:hover ul {
  left: 30%;
  width: auto;
}
ul.sub-menu li a {
  font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem);
  color: #000 !important;
}
span#toggleIcon {
  display: none;
}
.menu-header-main-container ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  background: #ffffff;
  padding: 2.5rem 2rem;
  width: 14rem;
  -webkit-box-shadow: 0 0.125rem 1.875rem 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0.125rem 1.875rem 0 rgba(0, 0, 0, 0.4);
}
.menu-header-main-container ul ul::after {
  position: absolute;
  left: 30%;
  margin-left: -1.25rem;
  top: -0.5rem;
  width: 0;
  height: 0;
  content: "";
  border-left: 1.25rem solid transparent;
  border-right: 1.25rem solid transparent;
  border-bottom: 1.25rem solid #fff;
}
ul.sub-menu li {
  padding: 10px 12px;
}
ul.sub-menu li:last-child {
  border-bottom: none;
}
.menu-footer-menu-container ul#menu-footer-menu-1 {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: center;
}
.menu-footer-menu-container li .sub-menu {
  position: absolute;
  top: 30px;
  /*left: 0;*/
  line-height: 40px;
  background: #3e8da8;
  /*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);*/
  border-radius: 0 0 4px 4px;
  display: none;
  z-index: 2;
}
.menu-footer-menu-container li:hover .sub-menu {
  position: absolute;
  top: 30px;
  /*left: 0;*/
  line-height: 40px;
  background: #fff;
  /*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);*/
  border-radius: 0 0 4px 4px;
  display: block !important;
  z-index: 2;
}
.menu-footer-menu-container:hover .js-sub-menu {
  display: block;
}
.menu-footer-menu-container li .sub-menu li {
  padding: 0 22px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.menu-footer-menu-container li .sub-menu a {
  color: #000;
  font-size: 15px;
  font-weight: 500;
}
.menu-footer-menu-container li:hover .sub-menu li a {
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
}
/*----------------------------NEW HEADER STARTS--------------------------*/
.sticky
  #mega-menu-wrap-newHeader
  #mega-menu-newHeader
  > li.mega-menu-item
  > a.mega-menu-link {
  color: #000;
}
/*------------------NEW HEADER ENDS-------------------*/
/* FOOTER STARTS */
.footer-main {
  width: 100%;
  /* height: 405px; */
  height: auto;
  margin-top: 35px !important;
}
section.footer__one_i {
  background: #1f1f1f;
}
section.footer__one_i a {
  color: white;
  transition: all 0.2s;
}
section.footer__one_i a:hover {
  color: #735bee;
}
section.filter-by-year-main {
  padding: 0px;
}
.footer-main-iso-logo {
  background: #0e0e0e;
  width: 100%;
  height: 100px;
}
.footer-main-iso.container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  gap: 20px;
}
.footer-iso-cont-c {
  display: flex;
  gap: 20px;
}
.footer-iso-cont-a p {
  color: #fff !important;
  font-family: "Lato", sans-serif;
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.footer-iso-cont-b p {
  color: #fff !important;
  font-family: "Lato", sans-serif;
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.footer-extreme-right-customised-content {
  width: 80%;
  margin: 0 auto 0 auto;
  /* max-width:100%; */
  height: 140px;
  border-radius: 0px;
  /* background: linear-gradient(85deg, #FC936F 0%, #FC8D70 33.85%, #D032F7 68.75%, #1E3FE9 100%); */
  background: #fff;
  position: relative;
  top: -60px;
  padding: 50px;
  box-shadow: 2px -8px 15px 2px rgba(0, 24, 64, 0.12);
}
.footer-extreme-right-customised-content-main p {
  color: #fff;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  /*letter-spacing: 0.6px;*/
  white-space: nowrap;
}
.footer-extreme-right-customised-content-main {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 20px;
}
.footer-extreme-right-customised-content-main-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 40px;
  background: #fff;
  padding: 5px 15px;
  border-radius: 10px;
  border: 1px solid #333;
}
input[type="email"]::placeholder {
  color: #7d7c7c;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.footer-extreme-right-customised-content-main-submit a {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}
.footer-extreme-right-customised-content-main-submit {
  background: #000;
}

span.footer-line {
    display: inline-block;
    background: #cccccc5e;
    width: 1px;
    height: 100%;
}

.footer-content-sub-customised {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  justify-content: center;
  padding: 50px 0px 35px 0px;
}
.main-footer {
  background-color: #1a1a1a;
  border-radius: 40px 40px 0px 0px;
  height: 100%;
}
.ijona-footer-logo-nav-customise {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.footer-extreme-right-customised-content-follow {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer-extreme-right-customised-content-follow p {
  color: #fff;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.footer-extreme-right-customised-content-follow img {
  width: 35px;
}
.footer-nav-link-info-customise {
  display: flex;
  justify-content: space-between;
}
.footer-right-content-services {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  padding: 0px !important;
}
.footer-right-content-services a {
  color: #fff;
  font-family: Kumbh Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.footer-offices-content-customised {
  display: flex;
  gap: 50px;
}
.footer-offices-location-logo-customised {
  display: flex;
  gap: 15px;
  align-items: center;
}
.footer-offices-location-customised h4 {
  color: #fff;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
/* .footer-offices-location-customised p{
color: #FFF;
font-family: Kumbh Sans;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 30px;
} */
.footer-copyright-customised-content {
  background: #0e0e0e;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.copyright-customised-main.container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.footer-copyright-customised-content p {
  color: #fff;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.footer-offices-location-customised {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
input[type="email"] {
  height: 40px;
  font-size: 12px;
  width: 461.799px;
}
input[type="email"]::placeholder {
  padding: 0px 20px;
}
.footer-extreme-right-customised-content-follow-duplicate {
  display: none;
}
.footer-extreme-right-customised-content.footer-extreme-right-customised-content-respon {
  display: none;
}
.footer-extreme-right-customised-content-main p {
  color: #333;
}
input[type="email"] {
  border: 1px solid black !important;
  border-radius: 10px;
}
.footer-icons-customised i.fa-brands {
  width: 40px;
  height: 40px;
  /* display: flex; */
  /* flex-direction: column; */
  background-color: #fff;
  color: #000;
}
.footer-icons-customised i.fa-brands::before {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  font-size: 20px;
}
.footer-icons-customised {
  display: flex;
  gap: 10px;
}
.footer-right-content-services a {
  text-decoration: none;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  white-space: nowrap;
  text-transform: uppercase;
}
.footer-offices-location-customised p {
  color: #fff;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 20px !important;
}
.footer-nav-link-info-customise img {
  height: 250px;
}
/* FOOTER ENDS */
.press-release.container .press-release-content-c a:hover {
  color: #ff5005 !important;
}
.press-release-content-a h3:hover {
  color: #2d68e9;
}
.menu-footer-menu-container #menu-footer-menu {
  display: flex;
  gap: 51px;
  align-items: center;
  justify-content: center;
}
/* PRESS RELEASE OPTION HIDDEN */
li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-66 {
  display: none;
}
#menu-item-78 ul {
  display: none;
}
#menu-item-66 {
  display: block;
}
.menu-footer-menu-container
  #menu-footer-menu-1
  li.menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-ancestor.current-menu-parent.menu-item-has-children.menu-item-78 {
  display: none;
}
/* PRESS RELEASE INTERNAL */
.press--internal {
  margin: 70px 0px 0px 0px;
}
h2#article--heading {
  color: var(--clr-primary);
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.internal--halves {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  flex-direction: column-reverse !important;
  gap: 30px;
}
.internal--right--half {
  display: flex;
  align-items: center;
  justify-content: flex-start !important;
}
.internal--right--half img {
  box-shadow: none !important;
}
.internal--left--half {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-start;
}
button.click--cont-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background: none;
  border: none;
  font-size: clamp(1.25rem, 1.125rem + 0.625vw, 1.875rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-family: "Poppins", sans-serif;
  padding: 0px !important;
}
button.click--cont-btn a {
  text-decoration: none;
  color: var(--clr-primary);
  font-size: 20px;
}
.internal--left--half #int-date {
  color: var(--clr-primary);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.internal--left--half p {
  font-size: 18px;
}
.internal--left--half strong {
  font-size: 18px;
}
p.int_date {
  color: var(--clr-primary);
  font-size: clamp(1.0625rem, 1.025rem + 0.1875vw, 1.25rem);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  white-space: nowrap;
}
.internal--left--half #int-para {
  color: var(--clr-grey);
  font-size: clamp(1.0625rem, 1.025rem + 0.1875vw, 1.25rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  /* text-align: justify; */
  hyphens: auto;
  /* word-spacing: -0.5px; */
}
/*#autoChatRoot #chatfoot .logo {*/
/*    display: none !important;*/
/*}*/
#int-para ul li {
  margin-left: 30px;
  font-size: 18px;
}
/* HEADER HAMBURGER */
.hamburger {
  display: none;
  cursor: pointer;
}
.bar {
  display: block;
  width: 30px;
  height: 4px;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #000;
}
.int_date_two {
  display: none;
}
.press-release-content-a a {
  text-decoration: none;
}
/* HOME- Front Page Starts */
/*Our Services, Technologies & Frameworks*/
section.our__frameworks {
  margin-bottom: 100px;
  margin-top: 70px;
}
.our__frameworks-main {
  display: flex;
  flex-direction: column;
  gap: 30px;
  /*padding-bottom: 30px;*/
}
.our__frameworks-main h3 {
  font-size: 35px;
  color: #111111;
  font-weight: 700;
  text-align: center;
  position: relative;
}
.our__frameworks-main h3:after {
  background: #735bee;
  content: "";
  display: block;
  height: 3px;
  margin: 6px auto 0;
  width: 67px;
}
.our__frameworks-main p {
  font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem);
  color: #111111;
  font-weight: 400;
  text-align: center;
}
.our__frameworks-main p a {
  text-decoration: none;
  color: #0000ee;
  font-weight: normal;
}
.framework-categories {
  width: 80%;
  margin: 0 auto;
  background: #fff;
  height: auto;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  padding: 20px 10px;
  border-radius: 15px;
  transform: translateY(50px);
  z-index: 3;
  position: relative;
}
.framework-category-btns {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.category__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.framework-category-btns .category__btn h3 {
  color: #6a6a6a;
  font-size: clamp(1.125rem, 1.075rem + 0.25vw, 1.375rem);
  font-weight: 500;
  position: relative;
  padding: 10px 25px;
  border-radius: 35px;
  border: none;
  cursor: pointer;
}
.framework-category-btns h3:before {
  position: absolute;
  content: "";
  width: 5%;
  height: 20px;
  right: -30px;
  bottom: 15px;
  border-left: 3px solid #735bee;
}
.category__btn:nth-last-child(-n + 1) h3:before {
  display: none;
}
.category__btn img {
  width: 40px;
}
.category__btn h3:hover {
  background: #735bee;
  color: #fff;
  transition: all 0.4s ease-in;
  /*display: block;*/
}
.framework-category-content__main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
  font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem);
  padding: 90px 50px;
  width: 60%;
}
.framework-category-content {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background: no-repeat right center / cover;
  height: auto;
  position: relative;
  z-index: 1;
}
.links {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.links a {
  color: #535353;
  text-decoration: none;
  position: relative;
  /*padding: 0px 20px;*/
  cursor: pointer;
  font-weight: 400;
  font-family: "Open Sans", sans-serif !important;
}
.links a:hover {
  color: #735bee;
  transition: all 0.4s ease-in;
}
.framework-category-content:before {
  position: absolute;
  content: "";
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1) 61%,
    rgba(255, 255, 255, 0.82) 68%,
    rgba(255, 255, 255, 0) 100%
  );
  width: 85%;
  left: 0;
  right: 0;
  height: 100%;
  z-index: -1;
}
.framework-category-content__main button {
  background: #735bee;
  color: #fff;
  border-radius: 20px;
  padding: 10px 15px;
  border: none;
  font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem);
  font-family: "Open Sans", sans-serif !important;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.3s ease;
}
.links a:before {
  position: absolute;
  content: "";
  width: 5%;
  height: 15px;
  right: -18px;
  bottom: 6px;
  border-left: 3px solid #735bee;
}
.links a:nth-last-child(-n + 1):before {
  display: none;
}
.framework-category-content {
  display: none;
}
.category__btn a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

a.active {
  background: #735bee;
  /* padding: 0 20px; */
  border-radius: 35px;
}
.active h3 {
  color: #fff !important;
}
/*Our Services, Technologies & Frameworks Ends*/
/*Our Niche*/
.our__niche--halves {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 100px;
  background: linear-gradient(
    90deg,
    rgba(242, 250, 254, 1) 0%,
    rgba(252, 249, 242, 1) 100%
  );
  margin-bottom: 100px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.niche--right {
  display: grid;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  /*padding-left: 60px;*/
  width: 60%;
  position: relative;
  z-index: 2;
  flex: 1;
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
}
.niche--right:before {
  position: absolute;
  content: "";
  background: url(images/pattern1.svg) no-repeat;
  width: 200px;
  height: 100px;
  bottom: -60px;
  left: -60px;
  z-index: -1;
}
.niche--right:after {
  right: -60px;
  position: absolute;
  content: "";
  background: url(images/pattern1.svg) no-repeat;
  width: 200px;
  height: 100px;
  top: -59px;
  z-index: -1;
}
.niche--right__img {
  position: relative;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 10px 30px #f4f4f4;
  display: flex;
  height: 100% !important;
  flex-direction: column;
  align-items: center;
  padding: 30px 10px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}
.niche--right__img:hover p {
  color: #735bee;
}
.niche--right__img p {
  color: #111111;
  font-weight: 500;
  font-size: clamp(1rem, 0.9432rem + 0.2841vw, 1.125rem);
  text-align: center;
  margin-top: 24px;
  white-space: nowrap;
}
.niche--left {
  padding-right: 50px;
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.niche--left h2 {
  /*width:61%;*/
  font-size: 35px;
  color: #111111;
  font-weight: 700;
}
.niche--left p {
  font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem);
  color: #000000;
}
.niche--left p a {
  color: #0000ee;
  text-decoration: none;
}
.niche--right__img:hover {
  color: #735bee;
}
.niche--right__img:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0px;
  height: 3px;
  background: #735bee;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.niche--right__img:hover:before {
  right: 0;
}
.niche--right__img:hover img {
  filter: brightness(0) saturate(100%) invert(37%) sepia(69%) saturate(1046%)
    hue-rotate(220deg) brightness(93%) contrast(102%);
}
.niche--right__img img {
  height: 56px;
}
.niche--left p ul {
  margin-left: 15px !important;
}
/*Our Niche Ends*/
/*Excellence Section Starts*/
.excellence--section.container {
  background: #111111;
  padding: 70px;
  /*margin-top:50px;*/
  /*margin-bottom:50px;*/
  border-radius: 15px;
}
.excellence-first__subitem h3 {
  font-size: clamp(1.875rem, 1.8125rem + 0.3125vw, 2.1875rem);
  color: #735bee;
}
h3#color-change {
  color: #fff;
}
.excellence-first__subitem {
  display: flex;
  flex-direction: column;
  gap: 15px;
  /*line-height: 34px !important;*/
}
.excellence-first-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.excellence-first-item p {
  color: #c2c7cc;
  font-size: 18px;
}
.excellence-left-half {
  display: flex;
  flex-direction: column;
  gap: 7rem;
  justify-content: center;
}
span.our-trophy__btn {
  color: #735bee;
  font-weight: bold;
  font-size: clamp(1.0625rem, 1.025rem + 0.1875vw, 1.25rem);
  position: relative;
}
.excellence-halves a {
  text-decoration: none;
}
.excellence-halves {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
span.our-trophy__btn:before {
  position: absolute;
  width: 100%;
  border-bottom: 2px solid #735bee;
  content: "";
  bottom: -20%;
}
.excellence-right-first__sub {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  justify-content: center;
}
.text {
  width: 200px;
  height: 200px;
  position: absolute;
  animation: anim 10s linear infinite;
}
.text span {
  position: absolute;
  left: 50%;
  font-size: 12px;
  transform-origin: 0 100px;
  color: rgb(255 255 255 / 40%) !important;
}
@keyframes anim {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.subtext {
  width: 200px;
  height: 200px;
  position: absolute;
  animation: animate 10s linear infinite;
}
.subtext span {
  position: absolute;
  left: 50%;
  font-size: 12px;
  transform-origin: 0 100px;
  color: rgb(255 255 255 / 40%) !important;
}
@keyframes animate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.excellence-right-first {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.excellence-right-first__sub span {
  color: #fff;
  font-weight: 700;
}
.excellence-right-third {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.excellence-right-half {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
}
.excellence-right-second {
  border-left: 1px solid rgb(194 199 204 / 20%);
  height: 100%;
}
.excellence-right-third__sub {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.excellence-right-third__sub p {
  color: #c2c7cc;
  text-align: center;
  font-size: clamp(0.875rem, 0.8625rem + 0.0625vw, 0.9375rem);
}
/*.excellence-right-third__sub img {*/
/*    filter: brightness(0) invert(1);*/
/*}*/
span.excellence--num {
  font-size: clamp(1.875rem, 1.8125rem + 0.3125vw, 2.1875rem);
  font-weight: 700;
}
.excellence--cta_section--main {
  background-color: #fff;
  padding: 50px 0px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  transform: translateY(-50px);
  width: 80%;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.excellence--cta_section__main-para p {
  color: #111111;
  font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem);
  font-weight: 500;
}
.excellence--cta_section--main a {
  text-decoration: none;
}
.excellence--cta_section__main-para {
  display: flex;
  flex-direction: column;
}
span.call__schedule--btn {
  width: 200px;
  height: 60px;
  display: flex;
  align-items: center;
  background-color: #735bee;
  justify-content: center;
  border-radius: 10px;
  color: #fff;
  font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem);
  cursor: pointer;
  font-weight: 700;
}
span.call__schedule--btn:hover {
  background: none;
  color: #735bee;
  border: 1px solid #735bee;
}
/*Excellence Section Ends*/
/*Saving Upto Starts*/
ul.audit__unordered {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
/*Saving Upto Ends*/
/*Slider CSS Starts*/
.slick-initialized .slick-slide {
  display: block;
  padding: 20px;
}
.product-slider__inner--main {
  max-width: 297px !important;
  width: 100%;
  border: 1px solid #3333333b;
  border-radius: 10px;
  background: #f9f9f9;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: none;
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  gap: 20px;
  /*padding: 50px 0;*/
  margin: 20px 0px 0px;
}
.slick-slide {
  opacity: 0.8;
}
.center.slick-initialized.slick-slider .slick-list .slick-track {
  margin-bottom: 20px;
}
/*.slick-center {*/
/*    -webkit-transform: scale(1.11);*/
/*    -moz-transform: scale(1.25);*/
/*    transform: scale(1.11);*/
/*    margin-top: 0px;*/
/*    opacity: 1;*/
/*    background-color: #fff;*/
/*    z-index: 1;*/
/*    box-shadow: 0 0 5px;*/
/*}*/
.slick-arrow {
  z-index: 1;
  width: 40px;
  height: 40px;
}
.slick-arrow:before {
  font-size: 30px;
}
.slick-next {
  right: 0;
}
.slick-prev {
  left: 0;
}
.btn-wrap {
  text-align: center;
  width: 100%;
}
.btn-wrap button {
  background: none;
  border: none;
  padding: 0;
  border-radius: 0px;
  margin: 0;
  font-size: 40px;
  font-weight: 400;
  transition: all 0.5s;
  width: 50px;
  height: 50px;
  color: #735bee;
  cursor: pointer;
}
/*.btn-wrap button.slick-disabled {*/
/*	opacity: 0.6;*/
/*}*/
.slider___cont--h {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 30px;
}
.slider___cont--h h2 {
  color: #111111;
  text-align: center;
  /*font-family: Poppins;*/
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  /*letter-spacing: 4px;*/
  position: relative;
}
.slider___cont--h h2:after {
  background: #735bee;
  content: "";
  display: block;
  height: 3px;
  margin: 6px auto 0;
  width: 67px;
}
.slider___cont--h p {
  color: var(--Dark-Grey, #3e3e3e);
  /*font-family: Poppins;*/
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  /*letter-spacing: 2px;*/
}
.slick-initialized .slick-slide {
  display: block;
  padding: 20px;
  height: 350px;
  transition: transform 1s;
}
.product-slider__inner--main {
  display: flex !important;
  justify-content: space-between;
  flex-direction: column;
}
.slider--heading__para {
  display: flex;
  flex-direction: column;
  /*gap: 15px;*/
}
.slider__learn--btn button {
  display: flex;
  width: 143px;
  height: 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: none;
  border-radius: 5px;
  background: #735bee;
  text-decoration: none;
  color: var(--White, #fff);
  text-align: center;
  /*font-family: Poppins;*/
  font-size: clamp(0.9375rem, 0.925rem + 0.0625vw, 1rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  /*letter-spacing: 1.6px; */
  cursor: pointer;
}
.center.slick-initialized.slick-slider a {
  text-decoration: none;
}
section.slider {
  margin-top: 100px;
  margin-bottom: 100px;
}
/*.slider__learn--btn a {*/
/*    text-decoration: none;*/
/*    color: var(--White, #FFF);*/
/*    text-align: center;*/
/*    font-family: Poppins;*/
/*    font-size: clamp(0.9375rem, 0.925rem + 0.0625vw, 1rem);*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    line-height: normal;*/
/*    letter-spacing: 1.6px; */
/*}*/
.product-slider__inner--main.slick-slide.slick-current.slick-active.slick-center {
  margin: 0px 20px;
}
.slider--heading__para h3 {
  color: #000;
  /*font-family: Poppins;*/
  font-size: clamp(1.0625rem, 1.025rem + 0.1875vw, 1.25rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  /*letter-spacing: 2px;*/
}
.slider___cont--h p {
  font-size: clamp(1.0625rem, 1.025rem + 0.1875vw, 1.25rem);
}
.product-slider__inner--main.slick-slide.slick-current.slick-active.slick-center {
  margin: 0px 10px;
  transform: scale(1.04);
  margin-top: 0px;
  opacity: 1;
  background-color: #f9f9f9;
  z-index: 1;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
/*.page-banner__content.container.container--narrow {*/
/*    z-index:10;*/
/*}*/
/*Our Partners Slider*/
.our__partners-img.our-partner-center.slick-initialized .slick-slide {
  display: block;
  padding: 20px;
  /*width: 200px !important;*/
  /*height: 120px;*/
  transition: transform 1s;
}

.our__partners-img.our-partner-center img {
  width: 200px;
  height: auto;
  max-height: 120px;
  object-fit: contain;
}

.our__partners-img.our-partner-center .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  gap: 20px;
  padding: 20px 0 20px;
  cursor: pointer;
}
.tss-wrapper .tss-even .tss-grid-item {
  margin-bottom: 0px !important;
}
/*.our__partners-img.our-partner-center .slick-slide{*/
/*    opacity:0.7;*/
/*}*/
/*.our__partners-img.our-partner-center .slick-slide.slick-current.slick-active.slick-center {*/
/*    margin: 0px 30px;*/
/*    transform: scale(1.3);*/
/*    margin-top: 0px;*/
/*    opacity: 1;*/
/*    background-color: #fff;*/
/*    z-index: 1;*/
/*    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;*/
/*}*/
/*Slider CSS Ends*/
/*Homepage Stats*/
.homepage-stats {
  background: #fff;
  margin-bottom: 70px;
}
.home__stats--main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 20%;
  position: relative;
}
.home__stats--main:before {
  border-right: 2px solid rgba(0, 0, 0, 0.2);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
.home__stats--main:nth-last-child(-n + 1).home__stats--main:before {
  display: none;
}
.home__stats--heading span {
  font-size: clamp(1.0625rem, 1.0375rem + 0.125vw, 1.1875rem);
  font-family: "Open Sans", sans-serif !important;
}
.home-stats__body {
  display: flex;
  /*gap: 20px;*/
  align-items: center;
  justify-content: space-between;
}
.home__stats--img img {
  width: 48px;
  filter: brightness(0) saturate(100%) invert(35%) sepia(64%) saturate(3329%)
    hue-rotate(235deg) brightness(98%) contrast(91%);
}
.home__stats--heading p {
  font-size: clamp(1.5625rem, 1.5rem + 0.3125vw, 1.875rem);
  font-family: "Montserrat", sans-serif !important;
  color: #115c87;
  line-height: 34px;
  text-align: center;
  font-weight: 600;
}
.home-stats__body {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  transform: translateY(-50px);
  padding: 30px 0px;
  border-radius: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
/*.hidden-now{*/
/*   opacity: 0;*/
/*   filter: blur(5px);*/
/*   transform: translateX(-50%);*/
/*   transition: all 2s; */
/*}*/
/*.show-now{*/
/*    opacity: 1;*/
/*    filter: blur(0);*/
/*    transform: translateX(0);*/
/*}*/
/*@media(prefers-reduced-motion) {*/
/*    .hidden {*/
/*        transition: none;*/
/*    }*/
/*}*/
/*Homepage Stats Ends*/
/*----------Contact Form Home Page---------*/
.contact--form__home {
  /*background-color:#7D7C7C;*/
  margin: 100px 0px 0px 0px;
}
.form__home--heading span {
  color: #735bee;
}
.form__home--heading h2 {
  color: var(--Black, #000);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  /*letter-spacing: 1px;*/
}
.form__home--heading p {
  color: var(--Dark-Grey, #3e3e3e);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
  /*letter-spacing: 1px;*/
}
.form__home--content {
  display: grid;
  justify-content: center;
  align-items: center;
  gap: 50px;
  grid-template-columns: 1fr 1fr;
}
.home__contact--form {
  box-shadow: 10px 10px 30px 30px rgba(56, 71, 109, 0.1);
  padding: 40px;
  border-radius: 10px;
  /*background: #EEE;*/
}
.home__contact--form form.wpcf7-form.init {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.home__contact--form input[type="text"] {
  width: 100%;
  padding-left: 0px;
  color: #2e0249;
  font-size: 20px;
}
.home__contact--form input#name--front__box::placeholder {
  color: rgba(46, 2, 73, 0.3) !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
textarea#message__front-box::placeholder {
  color: rgba(46, 2, 73, 0.3) !important;
  font-size: 20px;
  font-family: Poppins !important;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.home__contact--form input#email__front__id::placeholder {
  color: rgba(46, 2, 73, 0.3) !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-left: 0px !important;
}
.home__contact--form input::placeholder {
  color: rgba(46, 2, 73, 0.3) !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.home__contact--form input[type="email"] {
  border: none !important;
  border-radius: 0px;
  outline: none;
  background: none;
  color: #2e0249;
  font-size: 20px;
  width: 100% !important;
}
.home__contact--form input[type="tel"] {
  border: none;
  outline: none;
  background: none;
  width: 100%;
  color: #2e0249;
  font-size: 20px;
}
span.wpcf7-form-control-wrap {
  display: flex;
  flex-direction: column;
}
.home__contact--form form.wpcf7-form.init p {
  border-bottom: 1px solid rgba(46, 2, 73, 0.3);
  height: auto;
}
.home__contact--form form.wpcf7-form.init p:last-child {
  border-bottom: none !important;
}
.home__contact--form input {
  height: 50px !important;
}
textarea#message__front-box {
  width: 100%;
  border: none;
  outline: none;
  background: none;
  resize: none;
  height: 50px;
  color: #2e0249;
  font-size: 20px;
}
input#submit--btn__front {
  border: none;
  width: auto;
  background: #735bee;
  height: 70px;
  padding: 10px 20px;
  color: #fff;
  font-size: 20px;
  border-radius: 10px;
  font-family: "Open Sans", sans-serif !important;
}
.form__home--heading {
  display: flex;
  gap: 30px;
  flex-direction: column;
}
.home__contact--form .wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1em;
  font-weight: normal;
  display: block;
  padding: 0px 0px 10px;
  text-indent: 0px;
}
.content a:hover {
  color: #735bee;
}
.slick-slide img {
  display: block;
  border-radius: 10px 10px 0px 0px;
}
/*--------------Contact Form Home Page-----------------*/
.page-banner__bg-image.page-banner__home-content {
  background-position: center center;
}
.page--home_information {
  height: 750px;
}
.page--banner-hom {
  height: 750px;
}
.page-banner__home-content {
  height: 750px;
}
.page-banner__content.container.container--narrow.page__banner-heading {
  height: 100% !important; /* 750px */
}
.para {
  display: flex;
  z-index: 500;
  position: absolute;
  top: 50%;
  color: #fff;
  text-align: center;
  line-height: normal;
}
.para p {
  font-family: OpenSans !important;
  font-size: clamp(1.875rem, 1.625rem + 1.25vw, 3.125rem);
  font-style: normal;
  font-weight: 600;
}
.js-nametag {
  position: absolute;
  animation: fade 12s infinite;
}
.js-nametag:nth-child(2) {
  animation-name: fade;
  animation-delay: -9s;
}
.js-nametag:nth-child(3) {
  animation-name: fade;
  animation-delay: -6s;
}
.js-nametag:nth-child(4) {
  animation-name: fade;
  animation-delay: -3s;
}
@keyframes fade {
  0% {
    opacity: 0;
    transform: translateY(-40%);
    -ms-transform: translateY(-40%);
  }
  10% {
    opacity: 1;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  20% {
    opacity: 1;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  25% {
    opacity: 0;
    transform: translateY(-60%);
    -ms-transform: translateY(-60%);
  }
  100% {
    opacity: 0;
    transform: translateY(-60%);
    -ms-transform: translateY(-60%);
  }
}
.section-two-halves {
  display: grid;
  grid-template-columns: 50% 40%;
  /*grid-column-gap: 30px;*/
  align-items: center;
  justify-content: space-around;
}
.left--home_half {
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
}
.left--home_half p a {
  color: #0000ee;
  text-decoration: none;
}
.left--home_half h1 {
  color: var(--d-9-d-9-d-9, #735bee);
  /*font-family: Poppins;*/
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  /*letter-spacing: 4px;*/
  text-align: left !important;
  margin: 0px !important;
}
.left--home_half h4 {
  color: var(--d-9-d-9-d-9, #735bee);
  /*font-family: Poppins;*/
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  /*letter-spacing: 4px;*/
  text-align: left !important;
  margin: 0px !important;
}
.section-two-halves.custom__img {
  grid-template-columns: 40% 50%;
}
.left--home_half p {
  color: var(--Black, #000);
  /*font-family: Poppins;*/
  font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  /*letter-spacing: 1.8px;*/
}
.read--more {
  max-width: 280px;
  height: 55px;
  width: 100%;
  background: var(--d-9-d-9-d-9, #735bee);
  border: none;
  color: var(--White, #fff);
  font-family: "Open Sans", sans-serif;
  font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 5px;
  cursor: pointer;
}
.read--more:hover {
  background: none;
  border: 1px solid #735bee;
  transition: all 0.5s;
  color: #735bee;
}
.right--home_half {
  /*max-width: 596px;*/
  width: 100%;
  height: auto;
}
.right--home_half img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.home--page.container {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.front--page__count {
  background: #1b1d22;
  margin: 30px 0px 70px 0px;
}
.cat--col {
  color: var(--White, #fff) !important;
}
.front--page__accordion_content {
  padding: 0px 0px 40px 0px;
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(56, 71, 109, 0.1);
}
.front--page__accordion_content h2 {
  transform: translateY(-0px);
  color: var(--Dark-Grey, #3e3e3e);
  text-align: center;
  /*font-family: Poppins;*/
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  /*letter-spacing: 4px;*/
  padding: 40px 0px;
}
/* Front-Page Frequently Asked Questions */
.accordion {
  background-color: #cedce0a6;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  outline: none;
  /*transition: 0.4s;*/
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
  /*margin-bottom:10px;*/
  color: var(--Dark-Grey, #3e3e3e);
  text-align: left;
  font-family: "Montserrat", sans-serif !important;
  font-size: clamp(1.0625rem, 1.025rem + 0.1875vw, 1.25rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  /*letter-spacing: 1px;*/
}
button.accordion.active-btn img {
  transform: rotate(-180deg);
}
.panel {
  padding: 5px 18px 0px !important;
  display: none;
  background-color: #cedce0a6;
  overflow: hidden;
  margin-top: -20px;
  /*margin-bottom:10px;*/
  color: var(--Dark-Grey, #3e3e3e);
  font-family: "graphik" !important;
  font-size: clamp(0.9375rem, 0.925rem + 0.0625vw, 1rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  /*letter-spacing: 1px;*/
  border-top: 1px solid #3333332b;
}
/*button.accordion.active {*/
/*    margin-top: 10px;*/
/*}*/
button.accordion img {
  width: 20px;
}
.accordion_content--body {
  display: grid;
  padding: 0px 50px;
  grid-template-columns: 25% 75%;
  /*grid-template-columns: 40% 60%;*/
  gap: 1rem;
  /*align-items: center;*/
}
.accordion__left--img img {
  width: 100%;
}
.main__content--accordion {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
}
.cmn--accordion_cont {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.vector_close {
  display: none;
}
button.accordion.active .vector_close {
  display: block;
}
button.accordion.active .vector_open {
  display: none;
}
/* Be a part of Ijona Section */
section.b_a__ijona {
  background: #1b1d22;
  transform: translateY(-300px);
  padding: 70px 0px;
}
.b_a--ijona-content {
  display: grid;
  align-items: center;
  /*justify-content: space-between;*/
  gap: 50px;
  grid-template-columns: 1fr 1fr;
}
.b_a--ijona_left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.b_a--ijona_left h2 {
  color: #735bee;
  font-family: "Montserrat", sans-serif !important;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  /*letter-spacing: 4px;*/
  /* white-space: nowrap; */
}
.b_a--ijona_left p {
  color: var(--White, #fff);
  font-family: "Open Sans", sans-serif !important;
  font-size: clamp(1.0625rem, 1.05rem + 0.0625vw, 1.125rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  /*letter-spacing: 1.8px;*/
}
.b_a--ijona_left button {
  border-radius: 10px;
  background: #fff;
  color: #735bee;
  font-family: "Open Sans", sans-serif !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  /*letter-spacing: 2px;*/
  border: 0;
  width: 100%;
  height: auto;
  padding: 10px;
  cursor: pointer;
}
.b_a--ijona_left button:hover {
  background: none;
  color: #735bee;
  /*transition: all 0.5s;*/
  border: 1px solid #735bee;
}
#mega-menu-wrap-newHeader
  #mega-menu-newHeader[data-effect="fade_up"]
  li.mega-menu-item-447.mega-toggle-on
  > ul.mega-sub-menu
  li.mega-menu-item.mega-toggle-on
  a {
  background: none;
}
#mega-menu-wrap-newHeader
  #mega-menu-newHeader
  > li.mega-menu-item.mega-current-menu-ancestor
  .mega-sub-menu
  > .mega-current-menu-item.mega-menu-item-has-children
  > a {
  color: #735bee !important;
  font-weight: 600 !important;
  background: #ddd !important;
}
#mega-menu-wrap-newHeader
  #mega-menu-newHeader
  > li.mega-menu-item.mega-current-menu-ancestor
  .mega-sub-menu
  .mega-current-menu-ancestor
  > a {
  color: #735bee !important;
  font-weight: 700 !important;
  background: #ddd !important;
}
#mega-menu-wrap-newHeader
  #mega-menu-newHeader
  > li.mega-menu-item.mega-current-menu-ancestor
  .mega-sub-menu
  .mega-current-menu-ancestor
  .mega-sub-menu
  li.mega-current-menu-item
  > a {
  color: #735bee !important;
  font-weight: 600 !important;
  background: #ddd !important;
}
/* HOME- Front Page Ends */
/* Footer Starts */
.footer-icons-customised i.fa-brands:hover {
  color: #fff;
  background: #735bee;
  transition: all 0.5s;
}
section.footer__bg-clr {
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(56, 71, 109, 0.2);
  border: none;
  height: 100%;
  /*padding: 20px 0px;*/
}
.footer__content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 40px 0px;
  /*height:140px;*/
}
.footer__content h3 {
  color: #000;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  /*letter-spacing: 0.6px;*/
}
.footer__content button {
  border-radius: 10px;
  background: #000;
  display: flex;
  width: 120px;
  height: 47px;
  padding: 5px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border: none;
  color: #fff;
  /*font-family: Poppins;*/
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
}
.footer__content button:hover {
  background: #735bee;
  transition: all 0.5s;
}
.footer__content a {
  text-decoration: none;
}
input[type="text"] {
  border-radius: 10px;
  height: 47px;
  width: 300px;
  color: #000;
  font-size: 18px;
  padding-left: 8px;
  box-shadow: none;
  background: none;
  border: none !important;
  outline: 0;
}
.footer__content .input_wrap {
  height: 47px;
}
.form_wrap input:focus + label,
input:valid + label {
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
  color: var(--Dark-Grey, #3e3e3e);
  top: -10px;
  left: 10px;
  padding: 0px 0px;
  /*background: #ffffff;*/
}
.awsm-job-form-inner .awsm-job-form-error {
  color: #db4c4c;
  font-weight: 500;
  padding-top: 10px;
}
.input_wrap {
  width: auto;
  height: auto;
  position: relative;
  border-radius: 10px;
  border: 1px solid #7d7c7c !important;
}
.input_wrap label {
  font-size: 18px;
  color: #7d7c7c;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  pointer-events: none;
  background: #fff;
}
input[type="text"]:focus {
  outline: none;
}
/* Footer Ends */
/*PRESS RELEASE STARTS*/
.press__two_halves {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  justify-content: center;
  border-bottom: 0.1rem solid #ddd;
  padding: 40px 0;
}
.heading__press--blog {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.press__blog--btn {
  display: flex;
  align-items: center;
  justify-content: end;
}
.press__right--content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
}
.heading__press--blog .heading--cmn_pr {
  color: var(--Dark-Grey, #3e3e3e);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
}
.heading__press--date p {
  white-space: nowrap;
}
.press__excer--cont {
  color: var(--Another-shade-of-grey, #7f7f7f);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
button.btn--press {
  border: none;
  background: none;
}
button.btn--press a {
  text-decoration: none;
  color: var(--Ijona-Purple, #724ce8);
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.press-release--img img {
  width: 300px;
  height: 170px;
}
.internal--right--half img {
  width: 429px;
  height: auto;
  /*height:287px;  */
  /*object-fit: cover !important;*/
  /*width: 50% !important;*/
}
.press-release-contents hr {
  border: 0.1rem solid #e8e8eb !important;
}
.press-release-contents .press__two_halves:nth-last-child(-n + 1) {
  border-bottom: none;
  padding-bottom: 0;
}
.press-release-contents .press__two_halves:first-child {
  padding-top: 0px;
}
.press-release-contents {
  padding-top: 100px;
}
.filter-by-year.container {
  display: none;
}
/*PRESS RELEASE ENDS*/
.b_a--ijona_right img {
  width: calc(100% - 50px);
  object-fit: cover;
}
.work-section-case-studies-content h3 {
  color: #000;
  text-align: center;
  /*font-family: Poppins;*/
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 165%; /* 66px */
}
.work-section-case-studies-para p {
  color: #000;
  text-align: center;
  /*font-family: Poppins;*/
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%; /* 33px */
}
/* Expanded Card Slider Starts */
.work-slider-content-customise {
  display: flex;
  flex-wrap: nowrap;
  flex: 1;
  /*padding-bottom: 80px;*/
}
.work-slider-content-customise-card-row {
  position: relative;
  max-width: 120px;
  width: 100%;
  height: 85vh; /*100vh */
  text-align: center;
  overflow: hidden;
  background: #181818;
  color: #fff;
  /* transition: all 15ms linear; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.work-section-case-studies-content-heading {
  padding: 70px 0px 40px 0px;
}
.work-section-case-studies-content {
  padding-bottom: 70px;
}
.work-slider-content-customise-card-row:nth-child(2) {
  background: #212529;
  color: #fff;
}
.work-slider-content-customise-card-row:nth-child(3) {
  background: #343a40;
  color: #fff;
}
.work-slider-content-customise-card-row:nth-child(4) {
  background: #495057;
  color: #ffffff;
}
.work-slider-content-customise-card-row:nth-child(5) {
  background: #6c757d;
  color: #ffffff;
}
.work-slider-content-customise-card-row:nth-child(6) {
  background: #adb5bd;
  color: #000;
}
.work-slider-content-customise-card-row:nth-child(7) {
  background: #ced4da;
  color: #000;
}
.work-slider-content-customise-card-row:nth-child(8) {
  background: #dee2e6;
  color: #000;
}
.work-slider-content-customise-card-row.active {
  flex: 10;
  box-shadow: none;
  border-radius: 0px;
  padding: 0px;
}
.work-slider-content-customise-card-row.expanded {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  padding: 50px;
}
.work-slider-content-customise-card-row.expanded
  .work-slider-content-customise-card-body {
  flex-direction: column;
  gap: 20px;
  cursor: default;
}
.work-slider-content-customise-card-body h2 {
  position: relative;
  top: 0px;
  left: 0px;
  font-size: 30px;
  transform: rotate(-90deg);
  white-space: nowrap;
  font-family: "Poppins" !important;
  font-weight: normal;
  cursor: default;
}
.work-slider-content-customise-card-row.expanded h2 {
  transform: rotate(0deg);
  left: 0px;
  top: 0px;
  opacity: 1;
}
.work-slider-content-customise-card-row p {
  display: none;
}
.work-slider-content-customise-card-row.expanded p {
  display: block;
  z-index: 1;
  position: relative;
  font-size: 20px;
}
.work-slider-content-customise-card-row.expanded .work-btn-content {
  display: block;
  position: relative;
  bottom: 0px;
  top: 20%;
}
.work-btn-content {
  display: none;
}
.work-slider-content-customise-card-row.expanded .work-btn-content a {
  color: #fff;
  text-decoration: none;
  font-size: clamp(1.25rem, 1.125rem + 0.625vw, 1.875rem);
  text-align: center;
  /*font-family: Poppins;*/
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  /*letter-spacing: 1.5px;*/
}
.work-slider-content-customise-card-row.expanded {
  background-image: url("https://ijona.academy/wp-content/uploads/2023/11/Rectangle_194.png") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.work-btn-content a img {
  width: 18%;
}
/* To select all child elements starts */
.work-slider-content-customise-card-row.expanded > * {
  color: #fff;
}
/* To select all child elements end */
.work-slider-content-customise-card-row .work-btn-content a {
  opacity: 0;
}
.work-slider-content-customise-card-row.expanded .work-btn-content a {
  opacity: 1;
}
.work-slider-content-customise-card-body {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Expanded Card Slider Ends */
/*-------------Work Internal - Individual Page Starts-------------*/
.single--work--page {
  margin: 70px 0px;
}
.single__work--main__content {
  display: grid;
  gap: 100px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
.single--work__heading {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  justify-content: center;
}
.single__work--main__right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.single__work--main__left {
  display: flex;
  flex-direction: column;
  gap: 50px;
  justify-content: center;
}
.work--objective__result_halves {
  display: flex;
  gap: 50px;
}
.work--objective__result_left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.work__objective--points {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.objectiv__points--merge {
  display: flex;
  gap: 35px;
  align-items: center;
  justify-content: flex-start;
}
span.objective__desgn {
  display: flex;
  max-width: 50px;
  width: 100%;
  height: 2px;
  border-bottom: 1px solid #f57411;
}
.work--objective__result_right {
  display: flex;
  flex-direction: column;
  gap: 20px;
  transform: translateX(0px);
}
.work--objective__result_right .result__desgn {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0px 0px 30px 0px rgba(56, 71, 109, 0.1);
  padding: 20px 70px;
  width: 523px;
}
.work__result--merge {
  display: flex;
  gap: 40px;
  flex-direction: column;
}
.cmn__heading {
  color: #f57411;
  font-size: 45px;
  font-style: normal;
  font-weight: 500;
  line-height: 165%;
}
.cmn__para {
  color: var(--Text-Grey, #868686);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%; /* 33px */
}
.result__desgn .num__res {
  color: #f57411;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 165%; /* 66px */
}
.result__desgn .cont__res {
  color: var(--Header-BG, #1a1a1a);
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 165%; /* 41.25px */
}
.single__work--main__right {
  position: relative;
  top: 0;
  right: 0;
}
.single__work--main__right {
  width: 100%;
  height: auto;
}
section.work--objective__result {
  margin-bottom: 70px;
}
.work__internal--scope_cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.scope__of__work--btn {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.scope__of__work--btn button {
  background-color: #000;
  color: #fff;
  width: 218px;
  height: 80px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 165%; /* 33px */
  padding: 0px 20px;
}
.challenges__and--sol__halves {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 50px;
}
.challenges__and--sol__left {
  display: flex;
  flex-direction: column;
  gap: 40px;
  text-align: center;
}
.challenges__and--sol__rgt {
  display: flex;
  flex-direction: column;
  gap: 40px;
  text-align: center;
}
section.challenges__and--sol {
  margin: 70px 0px;
}
.challenges__and--sol__points--flex {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.challenges__and--sol__points span {
  width: 10px;
  height: 10px;
  display: flex;
  border: 5px solid #868686;
  border-radius: 50%;
}
.challenges__and--sol__points {
  display: flex;
  gap: 20px;
  align-items: baseline;
  justify-content: center;
}
.mockup__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.mockup__para {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.mockup__para p#mockup--para_descrp {
  color: #000;
  text-align: center;
  /*font-family: Kumbh Sans;*/
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 165%;
}
.mockup__content img {
  width: 100%;
  height: auto;
}
.mobie__bg--color {
  position: absolute;
  width: 25%;
  right: 0;
  height: 110vh;
  top: 0;
  z-index: -1;
}
.merge__parag {
  text-align: center;
}
/*-------------Work Internal - Individual Page Ends-------------*/
.navbar-content li a:hover {
  color: #735bee;
  transition: all 0.2s;
  font-weight: 700;
}
ul#menu-footer li a:hover {
  color: #735bee;
  transition: all 0.2s;
}
i.fa-solid.fa-minus.minus--icon {
  display: none;
}
i.fa-solid.fa-plus.plus--icon {
  display: none;
}
.mobile--app__bg-content {
  position: relative;
  top: 0;
  left: 0;
}
.contact-us__cont button {
  display: flex;
  /* max-width: 130px;*/
  /*min-width: 100px;*/
  width: 100%;
  padding: 6px 12px;
  /*height: 30px;*/
  justify-content: center;
  align-items: center;
  gap: 9.677px;
  flex-shrink: 0;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: normal;
  border: 1px solid #735bee;
  background: none;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
  font-size: clamp(0.875rem, 0.85rem + 0.125vw, 1rem);
}
/*.contact-us__cont button:hover {*/
/*border: 1px solid #735BEE;*/
/*    background: #735BEE;*/
/*    color: #fff;*/
/*}*/
.contact-us__cont button:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0px;
  height: 100%;
  background: #735bee;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.contact-us__cont button:hover:before {
  right: 0;
}
header.sticky .contact-us__cont button:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0px;
  height: 100%;
  background: #735bee;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
header.sticky .contact-us__cont button:hover {
  color: #fff;
}
header.sticky .contact-us__cont button:hover:before {
  right: 0;
}
a#contact--anchor {
  text-decoration: none;
}
.slider--inner_blogs--main {
  /*max-width: 400px;*/
  border: 1px solid #3333333b;
  border-radius: 10px;
}
.slick-initialized .slick-slide {
  display: block;
  padding: 0px;
  /*width: 289px !important;*/
  height: auto;
  transition: transform 1s;
}
.product-slider__inner--main.slick-slide:hover {
  background-color: #e6e6e6 !important;
}
.product-slider__inner--main.slick-slide.slick-active {
  background: #f9f9f9;
}
.content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.content p {
  color: #616161;
}
.content a {
  color: #262626;
  font-weight: 600;
  font-size: 18px;
}
.slider--inner_blogs--main {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.slider--inner_blogs--main.slick-slide.slick-current.slick-active.slick-center {
  margin: 0px 20px;
}
.slider--inner_blogs--main.slick-slide.slick-current.slick-active.slick-center {
  margin: 0px 20px;
  transform: scale(1.11);
  margin-top: 0px;
  opacity: 1;
  background-color: #fff;
  z-index: 1;
  box-shadow: 0 0 5px;
}
.slider--int__blogs--main.slick-initialized .slick-slide {
  display: block;
  padding: 0px 0px 20px 0px;
  width: 100% !important;
  height: auto;
  transition: transform 1s;
}
.slider--inner_blogs--main.slick-slide h3 {
  padding: 0px 5px;
  color: var(--Dark-Grey, #3e3e3e);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all 0.3s ease;
  /*letter-spacing: 0px;*/
}
.slider--inner_blogs--main.slick-slide a {
  text-decoration: none;
}
.slider--inner_blogs--main.slick-slide {
  opacity: 1;
}
.slider--int__blogs--main.slick-initialized.slick-slider
  .slick-list.draggable
  .slick-track {
  gap: 20px;
  /*justify-content: center;*/
}
.slider--inner_blogs--main.slick-slide button {
  color: var(--Ijona-Purple, #724ce8);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  /*letter-spacing: 0.8px;*/
  border: 1px solid var(--Ijona-Purple, #724ce8);
  background: none;
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
}
.case--study__slider.slick-initialized.slick-slider .slick-track {
  padding-top: 30px !important;
}
p:empty {
  display: none !important;
}
h2:empty {
  display: none;
}
@media (min-width: 768px) {
  .awsm-filter-item-search {
    width: auto;
  }
}
.current-menu-ancestor a {
  color: #735bee !important;
}
#mega-menu-wrap-newHeader
  #mega-menu-newHeader
  > li.mega-menu-item.mega-toggle-on
  > a.mega-menu-link {
  background: rgba(34, 34, 34, 0);
  color: #735bee;
  font-weight: normal;
  text-decoration: none;
  border-color: #fff;
}
a.mega-menu-link:active {
  color: #735bee !important;
  font-weight: normal !important;
}
#mega-menu-wrap-newHeader
  #mega-menu-newHeader
  > li.mega-menu-flyout
  ul.mega-sub-menu
  li.mega-menu-item
  a.mega-menu-link:hover {
  background: #ddd !important;
  font-weight: 500;
  text-decoration: none;
  color: #735bee;
}
#mega-menu-wrap-newHeader
  #mega-menu-newHeader
  > li.mega-menu-item.mega-toggle-on
  li.mega-menu-item.mega-menu-item-has-children
  a.mega-menu-link:hover {
  color: #735bee;
  /*font-weight: bold !important;*/
}
#mega-menu-wrap-newHeader
  #mega-menu-newHeader
  > li.mega-menu-item.mega-menu-item-has-children.mega-toggle-on
  > a.mega-menu-link {
  color: #735bee;
  /*font-weight: bold !important;*/
  text-decoration: none;
  border-color: #fff;
}
.sticky
  #mega-menu-wrap-newHeader
  #mega-menu-newHeader
  > li.mega-menu-item.mega-current-menu-item
  > a.mega-menu-link {
  color: #735bee;
}
.nav__content-heading span img {
  width: 24px;
}
/*FLOATING CONTACT FORM*/
input#contact-form-name::placeholder {
  font-size: 14px !important;
}
input#contact-form-phone::placeholder {
  font-size: 14px !important;
}
input#contact-form-email::placeholder {
  font-size: 14px !important;
  text-indent: -20px;
}
form#stickyelements-form input {
  border: 1px solid #dce2e2 !important;
  font-size: 14px !important;
}
textarea#contact-form-message::placeholder {
  font-size: 14px !important;
}
/*FLOATING CONTACT FORM ENDS*/
header#navbar {
  position: fixed;
}
/*BRANDS COMPANY*/
.brands-comp.container {
  display: grid;
  grid-template-columns: 20% 75%;
  gap: 30px;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 10%;
}
.slider__marque {
  position: absolute;
  bottom: 10%;
  left: 0px !important;
  width: 100% !important;
  height: 50px;
}
.slider_marquee.slick-initialized.slick-slider img {
  width: 48px !important;
}
.sidebox h2 {
  color: #fff;
  text-align: center;
  /*padding: 14px 0px;*/
  font-size: 20px;
}
.sidebox {
  background: #735bee;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
/*.brands--slider.slick-initialized.slick-slider {*/
/*border: 1px solid rgba(255, 255, 255, 0.3) !important;*/
/*}*/
.brands--slider.slick-initialized.slick-slider .slick-slide {
  width: 100px !important;
  height: 64px;
  padding: 0px;
  transition: transform 1s;
}
.brands--slider.slick-slider .slick-list {
  padding: 0px !important;
}
.brands--slider.slick-slider .slick-track {
  padding: 0px !important;
}
.sidebox::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: #735bee;
  right: -10px;
  transform: rotate(-45deg);
}
/*Client Success Work Homepage*/
.new--slider--work.slick-initialized.slick-slider .slick-slide {
  display: block;
  padding: 0px;
  width: 100% !important;
  height: auto;
  transition: transform 1s;
}
.our__work--full-width.slick-slide.slick-current.slick-center {
  background-repeat: no-repeat;
  background-position: center;
}
.b_a--ijona_left ul.audit__unordered {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
ul.audit__unordered li {
  color: #fff;
  list-style-type: none;
  line-height: 135%;
  font-family: "Open Sans", sans-serif !important;
}
.niche--left ul {
  margin-left: 15px;
}
.niche--left ul li {
  font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem);
  color: #000000;
  font-family: "Open Sans", sans-serif !important;
}
.country-select.inside .flag-dropdown:hover .selected-flag {
  background-color: #fff !important;
}
/*Home*/
.marque__slider--container.slick-slide {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.slider_marquee h3 {
  color: #fff;
  font-size: 20px;
}
.slider_marquee a {
  text-decoration: none;
}
.slider_marquee.slick-initialized.slick-slider .slick-track {
  gap: 50px;
}
/*Testimonial*/
section.our__testimonial {
  margin-bottom: 100px;
}
section.our__testimonial h5 {
  font-size: clamp(1.5625rem, 1.375rem + 0.9375vw, 2.5rem);
  color: #111111;
  font-weight: 700;
  text-align: center;
  padding: 0px 0px 50px;
  position: relative;
}
section.our__testimonial h5:after {
  background: #735bee;
  content: "";
  display: block;
  height: 3px;
  margin: 6px auto 0;
  width: 67px;
}
/*Contact Form*/
.contact__form--home {
  margin-top: 100px;
}
.contact--form__container {
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(56, 71, 109, 0.1);
  padding: 12px;
  border-radius: 5px;
  display: grid;
  grid-template-columns: 40% 60%;
}
.contact--left__deet {
  background: #26113f;
  color: #fff;
  padding: 70px 40px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.big-circle {
  position: absolute;
  content: "";
  width: 300px;
  height: 300px;
  /*background-color: rgba(48,135,249,.5);*/
  background-color: rgba(115, 91, 238, 0.5);
  border-radius: 50%;
  bottom: -15%;
  left: auto;
  right: -18%;
}
.sm-circle {
  position: absolute;
  z-index: 10;
  width: 100px;
  height: 100px;
  /*background-color: rgba(15,191,149,.55);*/
  background-color: rgba(218, 112, 214, 0.55);
  border-radius: 50%;
  top: auto;
  bottom: 18%;
  left: 56%;
  right: 0%;
}
.contact--right__deet {
  padding: 30px;
}
.contact__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}
.contact__call {
  margin: 20px 0px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact__call p.home__title--cf {
  color: #ccc;
  font-size: 14px;
}
.contact__main-form-hp div#name--contact p {
  width: 100% !important;
  font-size: 14px;
  font-weight: 600;
}
p.social-icons {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 12px;
}
.contact__main-form-hp div#name--contact {
  display: flex;
  width: 100%;
  gap: 15px;
}
.contact__main-form-hp div#email--contact {
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr 1fr;
  margin-top: 10px;
}
.contact__main-form-hp .home_msg {
  margin-top: 10px;
}
.contact__main-form-hp div#name--contact input {
  padding-left: 8px !important;
  border: 1px solid #e9eef1 !important;
  width: 100% !important;
  height: 38px !important;
  color: #4d4a4a !important;
  border-radius: 5px !important;
  font-size: 14px !important;
  margin-top: 5px !important;
}
.contact__main-form-hp div#name--contact input::placeholder {
  font-size: 14px !important;
  color: rgba(0, 0, 0, 0.4) !important;
  font-weight: 600 !important;
  font-family: "Open Sans", sans-serif !important;
  letter-spacing: 0px !important;
}
.contact__main-form-hp div#email--contact input[type="email"] {
  padding-left: 8px !important;
  border: 1px solid #e9eef1 !important;
  width: 100% !important;
  height: 38px !important;
  color: #4d4a4a !important;
  border-radius: 5px !important;
  font-size: 14px !important;
  margin-top: 5px !important;
}
.contact__main-form-hp div#email--contact input[type="text"] {
  /* padding-left: 8px !important; */
  border: 1px solid #e9eef1 !important;
  width: 100% !important;
  height: 38px !important;
  color: #4d4a4a !important;
  font-weight: 600 !important;
  font-family: "Open Sans", sans-serif !important;
  letter-spacing: 0px !important;
  border-radius: 5px !important;
  font-size: 14px !important;
  margin-top: 5px !important;
}
.contact__main-form-hp textarea.wpcf7-form-control.wpcf7-textarea {
  resize: none;
  border: 1px solid #e9eef1 !important;
  font-size: 14px !important;
  outline: none;
  padding-left: 8px;
  padding-top: 8px;
  color: #4d4a4a !important;
  border-radius: 5px !important;
  margin-top: 5px !important;
  font-family: "Open Sans";
}
input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
  color: #735bee;
  background: none;
  border: 1px solid #735bee;
}
.contact__main-form-hp div#email--contact input[type="email"]::placeholder {
  color: rgba(0, 0, 0, 0.4) !important;
  padding-left: 0px;
  font-size: 14px !important;
  letter-spacing: 0px;
  font-weight: 600 !important;
  font-family: "Open Sans", sans-serif !important;
}
.contact__main-form-hp div#email--contact p {
  width: 100% !important;
  font-size: 14px;
  font-weight: 600;
}
.contact__main-form-hp label {
  font-size: 14px;
  font-weight: 600;
}
.contact__main-form-hp form.wpcf7-form.invalid {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.contact__main-form-hp form.wpcf7-form.invalid .wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 14px !important;
  font-weight: normal;
  display: block;
  padding: 0px 0px;
  text-indent: 8px;
  position: absolute;
  bottom: -22px;
  font-family: "Open Sans";
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
  border: none;
  height: 38px;
  padding: 0px 20px;
  border-radius: 10px;
  background: #735bee;
  color: #fff;
  font-size: 15px;
  margin: 10px 0px 0px;
  transition: all 0.4s ease;
}
.news-from p .wpcf7-submit:hover {
  border: none !important;
  transition: none !important;
}
.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background: none !important;
}
.intl-tel-input.allow-dropdown .selected-flag {
  height: 46px !important;
}
.custom__quotation-form .intl-tel-input.allow-dropdown .selected-flag {
  height: 40px !important;
}
/*.home__heading {*/
/*    font-size:40px;*/
/*}*/
.b_a--ijona_right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wpcf7 form.sent .wpcf7-response-output {
  font-size: 14px;
}
.wpcf7-form label.error {
  color: #dc3232 !important;
  font-size: 14px !important;
  font-weight: normal !important;
}
.wpcf7-not-valid-tip {
  display: block !important;
  margin: 10px 0px 0px;
}
.custom__quotation-form form.wpcf7-form.init input[type="email"] {
  text-indent: 8px;
}
.intl-tel-input .flag-container {
  position: absolute;
  width: 100% !important;
}
.intl-tel-input .country-list {
  position: absolute;
  width: 100% !important;
}
ul.mega-sub-menu {
  margin-top: 20px !important;
}
#mega-menu-wrap-newHeader
  #mega-menu-newHeader
  > li.mega-menu-flyout
  ul.mega-sub-menu
  li.mega-menu-item
  ul.mega-sub-menu {
  margin-top: 0px !important;
}
#mega-menu-wrap-newHeader
  #mega-menu-newHeader
  > li.mega-menu-flyout
  ul.mega-sub-menu
  li.mega-menu-item
  a.mega-menu-link {
  text-transform: uppercase;
}
.framework-category-content__main button:hover {
  background: none;
  border: 1px solid #735bee;
  color: #735bee;
}
.fa-angles-right:before {
  color: #808080d4;
}
.contact__main-form-hp
  input.wpcf7-form-control.wpcf7-tel.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-tel.phoneUS.required {
  padding-left: 8px !important;
  border: 1px solid #e9eef1 !important;
  width: 100% !important;
  height: 38px !important;
  color: #4d4a4a !important;
  border-radius: 5px !important;
  font-size: 14px !important;
  margin-top: 5px !important;
  outline: none;
}
.contact__main-form-hp
  input.wpcf7-form-control.wpcf7-tel.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-tel.phoneUS.required::placeholder {
  color: rgba(0, 0, 0, 0.4) !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 600 !important;
  font-family: "Open Sans", sans-serif !important;
  line-height: normal;
}
.contact__main-form-hp
  input.wpcf7-form-control.wpcf7-tel.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-tel.phoneUS.required:focus {
  color: #3e3e3e;
}
.contact__main-form-hp br {
  display: none;
}
.news-from p {
  display: flex;
}
.news-from p span input.wpcf7-form-control {
  height: 50px !important;
  padding: 0 23px !important;
  margin: 0 !important;
  border-radius: 50px 0px 0 50px !important;
  max-width: 300px;
  width: 100%;
  border: 1px solid grey !important;
  font-size: clamp(0.9375rem, 0.9375rem + 0vw, 0.9375rem);
  position: relative;
  top: 0px;
}
.news-from p span input.wpcf7-form-control::placeholder {
  padding-left: 23px;
}
.news-from {
  display: flex;
}
.news-from
  input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email.email-footer.required.email::placeholder {
  padding-left: 0px;
}
.news-from
  input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email.email-footer.required.email.error::placeholder {
  padding-left: 0px;
}
.news-from label#email-959-error {
  padding-left: 20px;
}
.news-from p .wpcf7-submit {
  height: 50px !important;
  padding: 0 23px !important;
  margin: 0;
  border: 0px;
  border-radius: 0px 50px 50px 0px !important;
  background-color: #735bee !important;
  color: #fff !important;
  margin: 0px !important;
  cursor: pointer;
  transition: none;
}
.news-from p .wpcf7-submit:hover {
  background-color: #735bee !important;
  color: #fff !important;
}
.news-from .wpcf7-spinner {
  visibility: hidden;
  margin-top: 10px;
  /*display: none;*/
}
.contactNum--cf p {
  font-size: 14px;
  width: 55%;
}
/*form.wpcf7-form.init.theme_0.errorMsgshow .news-from {*/
/*	margin-top:15px !important;*/
/*}*/
form.wpcf7-form.theme_0.errorMsgshow.sent .news-from {
  margin-top: 15px !important;
}
.form_wrap .wpcf7-response-output {
  margin: 0px !important;
}
form.wpcf7-form.theme_0.errorMsgshow.sent label#email-959-error {
  display: none !important;
}
/*div#autochatWidgetRoot > div {*/
/*    min-width: 80px !important;*/
/*    min-height: 120px;*/
/*    width: 100% !important;*/
/*}*/
.press-release__main {
  padding: 20px 0px;
}
.contact__main-form-hp
  div#email--contact
  input.wpcf7-form-control.wpcf7-tel.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-tel.phoneUS {
  padding-left: 8px !important;
  border: 1px solid #e9eef1 !important;
  width: 100% !important;
  height: 38px !important;
  color: #4d4a4a !important;
  border-radius: 5px !important;
  font-size: 14px !important;
  margin-top: 5px !important;
  outline: none;
  /*font-weight: 500;*/
}
.contact__main-form-hp
  div#email--contact
  input.wpcf7-form-control.wpcf7-tel.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-tel.phoneUS::placeholder {
  color: rgba(0, 0, 0, 0.4) !important;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 600 !important;
}

.contact__main-form-hp
  input.wpcf7-form-control.wpcf7-intl_tel.wpcf7-validates-as-required.wpcf7-intl-tel {
  /* padding-left: 8px !important; */
  border: 1px solid #e9eef1 !important;
  width: 100% !important;
  height: 38px !important;
  color: #4d4a4a !important;
  border-radius: 5px !important;
  font-size: 14px !important;
  margin-top: 5px !important;
}

form.wpcf7-form.invalid
  .news-from
  p
  span
  input.wpcf7-form-control::placeholder {
  padding: 0px !important;
}
form.wpcf7-form.invalid .news-from .wpcf7-not-valid-tip {
  display: block !important;
  margin: 0px 0px 0px;
  padding: 0px !important;
  font-size: 14px;
  position: absolute;
  top: 52px;
}
.news-from
  input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email.email-footer::placeholder {
  padding: 0px;
}
.news-from input[type="email"] {
  color: grey !important;
  /*border:1px solid grey !important;*/
}
.news-from span.wpcf7-not-valid-tip {
  display: none !important;
}
/*.form_wrap form.wpcf7-form.invalid .news-from {*/
/*    margin-top: 15px !important;*/
/*}*/
form.wpcf7-form.submitting .news-from {
  margin-top: 15px !important;
}
form.wpcf7-form.invalid .news-from {
  margin-top: 0px;
}
.news-from span.wpcf7-form-control-wrap {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
form.wpcf7-form.sent .news-from {
  /*padding-bottom: 15px;*/
  padding-top: 15px;
}
form.wpcf7-form.sent
  input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email.email-footer {
  margin-bottom: 0px !important;
}
.contact__main-form-hp span.wpcf7-form-control-wrap.recaptcha {
  margin-top: 15px !important;
}
.news-from
  input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email::placeholder {
  padding-left: 0px;
}
.center.slick-initialized.slick-slider .content p a {
  color: #0000ee;
  font-weight: normal;
}
a {
  color: #0000ee;
  text-decoration: none;
}
.key__service--grid-main a {
  color: #fff;
}
.service__heading a {
  color: #fff;
}
section.b_a__ijona a {
  color: #ccc;
}
.contact__main-form-hp .wpcf7-not-valid-tip {
  margin-top: 0px;
}
/*FOOTER - CONTACT FORM*/
.floating-contactForm {
  /*transform: rotate(-90deg);*/
  position: relative;
  /*top: 50%;*/
  /*right: 0;*/
  display: flex;
  flex-direction: row-reverse;
  /*gap: 10px;*/
  align-items: center;
  justify-content: center;
}
.cf-div-btn {
  cursor: pointer;
}
.floating-contactForm button.cf-btn {
  width: 180px;
  padding: 13px 0px;
  background: #735bee;
  border: none;
  color: #fff;
  font-size: 12px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  cursor: pointer;
}
.whatsapp-btn {
  background: #25d366;
  padding: 10px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
.whatsapp-btn i {
  color: #fff;
  transform: rotate(90deg);
}
.floating-cf7.queryRight__details h2 {
  text-align: center;
  padding-bottom: 20px;
  position: relative;
}
.social--floating-cf7 {
  display: flex;
  position: fixed;
  transform: translateX(90px) rotate(-90deg);
  top: 50%;
  right: 0;
  cursor: pointer;
  z-index: 9999;
}
.floating-cf7.queryRight__details {
  background-color: #eee;
  padding: 20px;
  position: fixed;
  top: 30%;
  z-index: 9999;
  transform: translateX(-40px);
  right: 0;
  margin: 0;
  border-radius: 5px;
  display: none;
  /*transition: all 0.8s;*/
}
.floating-cf7.queryRight__details
  input[type="text"].wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  border: 1px solid #e6e6e6;
  background: #fff;
}
.floating-cf7.queryRight__details h2:after {
  background: #735bee;
  content: "";
  display: block;
  height: 3px;
  margin: 6px auto 0;
  width: 67px;
}
.floating-cf7.queryRight__details
  form.wpcf7-form.invalid
  input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  margin-bottom: 20px !important;
  outline: 0;
}
floating-cf7.queryRight__details form.wpcf7-form.submitting input {
  margin-bottom: 20px !important;
}
floating-cf7.queryRight__details form.wpcf7-form.submitting br {
  display: none;
}
.floating-cf7.queryRight__details .wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 14px;
  padding: 0px 0px 0px;
  text-indent: 8px;
  margin: 0;
  position: absolute;
  top: 47px;
}

.p__queryForm span.wpcf7-form-control-wrap.recaptcha {
  margin: 10px 0 20px !important;
}

.floating-cf7.queryRight__details span.recaptcha span.wpcf7-not-valid-tip {
  position: absolute !important;
  top: 78px !important;
}

.floating-cf7.queryRight__details
  input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required:focus {
  border: 1px solid #735bee !important;
  outline: 0;
}
.floating-cf7.queryRight__details .wpcf7 form .wpcf7-response-output {
  margin: 1em 0em 0em;
}
.floating-cf7.queryRight__details .closeModal {
  color: #666;
  cursor: pointer;
}
.form_wrap form.wpcf7-form.init input[type="email"] {
  height: 50px !important;
}
section.front--page__accordion {
  margin-top: 100px;
}

p.dscf7captcha input {
  margin-top: 10px;
  margin-bottom: 0 !important;
}

p.custom-captcha span {
  color: red;
}

p.custom-captcha {
  margin-bottom: 10px;
}

p.dscf7captcha img {
  display: none !important;
}

.footer-iso-cont-a p a {
  color: #fff;
}

.footer-iso-cont-a p a:hover {
  color: #735bee;
}

.footer-iso-cont-a p a:active {
  color: #eb3163 !important;
}

button.accordion.active-btn img {
  transform: rotate(-180deg);
}

.wpcf7-not-valid-tip:not(:nth-child(1)):not(:nth-child(2)) {
  display: none;
}

.p__queryForm
  input.wpcf7-form-control.wpcf7-intl_tel.wpcf7-validates-as-required.wpcf7-intl-tel::placeholder {
  font-size: 14px !important;
}

.p__queryForm
  input.wpcf7-form-control.wpcf7-intl_tel.wpcf7-validates-as-required.wpcf7-intl-tel {
  margin-bottom: 10px !important;
}

.floating-cf7.queryRight__details {
  display: none;
}

.marque__slider--container.slick-slide img {
    width: 48px !important;
  }
  
  .services__marque {
    margin-top: 15px;
}

/* RESPONSIVE STARTS */
@media only screen and (max-width: 1800px) {
  .press-release-contents {
    padding-top: 70px;
  }
  section.front--page__accordion {
    margin-top: 70px;
  }
  .home--page.container {
    display: flex;
    flex-direction: column;
    gap: 70px !important;
  }
  .filter-by-year.container {
    padding: 70px 0px 50px 0px;
  }
  button.btn--press a {
    font-size: 16px;
  }
  /*-------------Work Main Page Starts-------------*/
  .work-section-case-studies-content h3 {
    font-size: clamp(1.875rem, 1.7399rem + 0.6757vw, 2.5rem);
  }
  .work-section-case-studies-para p {
    font-size: clamp(1.0625rem, 1.022rem + 0.2027vw, 1.25rem);
  }
  .work-section-case-studies-content-heading {
    padding: 70px 0px 40px 0px;
  }
  .work-slider-content-customise-card-body h2 {
    font-size: clamp(1.5625rem, 1.4949rem + 0.3378vw, 1.875rem);
  }
  .work-slider-content-customise-card-row.expanded p {
    font-size: clamp(1.0625rem, 1.022rem + 0.2027vw, 1.25rem);
  }
  .work-slider-content-customise-card-row.expanded .work-btn-content a {
    font-size: clamp(1.0625rem, 1.022rem + 0.2027vw, 1.25rem);
  }
  /*-------------Work Main Page Starts-------------*/
  /*-------------Work Internal - Individual Page Starts-------------*/
  .single--work--image {
    max-width: 200px;
    width: 100%;
    height: auto;
  }
  .single--work--image img {
    width: 100%;
    height: auto;
  }
  .single__work--main__right {
    width: 100%;
    height: 100%;
  }
  .single__work--main__right img {
    width: 80%;
    height: auto;
  }
  .single__work--main__left {
    gap: 30px;
  }
  .press__excer--cont p {
    font-size: 16px;
  }
  .cmn__heading {
    color: #f57411;
    font-size: clamp(1.875rem, 1.8074rem + 0.3378vw, 2.1875rem);
    font-style: normal;
    font-weight: 500;
    line-height: 165%; /* 74.25px */
  }
  .cmn__para {
    font-size: clamp(1.0625rem, 1.022rem + 0.2027vw, 1.25rem);
    color: var(--Text-Grey, #868686);
    /*font-family: Poppins;*/
    font-style: normal;
    font-weight: 400;
    line-height: 165%; /* 33px */
  }
  .result__desgn .cont__res {
    font-size: clamp(1.25rem, 1.1824rem + 0.3378vw, 1.5625rem);
  }
  .work--objective__result_right .result__desgn {
    padding: 20px 40px;
    width: max-content;
  }
  .result__desgn .num__res {
    font-size: clamp(1.875rem, 1.7399rem + 0.6757vw, 2.5rem);
  }
  .work--objective__result_right {
    transform: translateX(0px);
  }
  .scope__of__work--btn button {
    width: 200px;
    height: 70px;
    font-weight: 600;
    line-height: 130%;
    font-size: clamp(1.0625rem, 1.022rem + 0.2027vw, 1.25rem);
  }
  .single--work__heading {
    width: 100%;
  }
  .mockup__para p#mockup--para_descrp {
    font-size: clamp(1.25rem, 1.1149rem + 0.6757vw, 1.875rem);
  }
  /*-------------Work Internal - Individual Page Ends-------------*/
  .navbar-content {
    gap: 30px;
  }
  header.header-cont-info {
    gap: 30px;
  }
  .main-header-content {
    gap: 30px;
  }
  .menu-footer-menu-container #menu-footer-menu {
    gap: 30px;
  }
  section.header-cont {
    padding: 20px 0px;
  }
  .press-release-content {
    gap: 15px;
  }
  .footer-icons-customised i.fa-brands {
    width: 35px;
    height: 35px;
  }
  .footer-icons-customised i.fa-brands::before {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    font-size: clamp(1.0625rem, 1.025rem + 0.1875vw, 1.25rem);
  }
  .footer-offices-location-customised {
    gap: 10px;
  }
  .footer-right-content-services {
    gap: 30px;
  }
  /* Front Page Responsive  Starts*/
  .our__partners-img {
    display: flex;
    column-gap: 50px;
    row-gap: 30px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .right--home_half {
    max-width: 596px;
    width: 100%;
    height: auto;
  }
  .accordion_content--body {
    padding: 0px 70px;
  }
  .form__home--heading h2 {
    font-size: clamp(1.875rem, 0.8333rem + 1.3889vw, 2.5rem);
  }
  .form__home--heading p {
    font-size: clamp(1.125rem, 0.9167rem + 0.2778vw, 1.25rem);
  }
  .home__contact--form input[type="text"] {
    font-size: clamp(1.125rem, 0.9167rem + 0.2778vw, 1.25rem);
  }
  .home__contact--form input[type="email"] {
    font-size: clamp(1.125rem, 0.9167rem + 0.2778vw, 1.25rem);
  }
  .home__contact--form input[type="tel"] {
    font-size: clamp(1.125rem, 0.9167rem + 0.2778vw, 1.25rem);
  }
  .home__contact--form input[type="text"] {
    font-size: clamp(1.125rem, 0.9167rem + 0.2778vw, 1.25rem);
  }
  textarea#message__front-box {
    font-size: clamp(1.125rem, 0.9167rem + 0.2778vw, 1.25rem);
  }
  input#submit--btn__front {
    font-size: clamp(1.125rem, 0.9167rem + 0.2778vw, 1.25rem);
  }
  .homepage-stats {
    background: #fff;
    margin-bottom: 30px;
  }
  section.slider {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  section.our__frameworks {
    margin-bottom: 70px;
    margin-top: 20px;
  }
  .our__niche--halves {
    margin-bottom: 70px;
  }
  .front--page__accordion_content {
    margin: 70px 0px 70px 0px !important;
  }
  .contact--form__home {
    margin: 70px 0px 0px 0px;
  }
  section.our--partners {
    margin: 70px 0px !important;
  }
  section.our__testimonial {
    margin-bottom: 70px;
  }
  .footer-main {
    margin-top: 70px;
  }
  .left--home_half h1 {
    font-size: clamp(1.875rem, 1.875rem + 0vw, 1.875rem) !important;
  }
  .left--home_half h4 {
    font-size: clamp(1.875rem, 1.875rem + 0vw, 1.875rem) !important;
  }
  .left--home_half p {
    font-size: clamp(1rem, 1rem + 0vw, 1rem) !important;
  }
  .read--more {
    font-size: clamp(1rem, 1rem + 0vw, 1rem);
    max-width: 250px !important;
    height: 55px;
    width: 100%;
  }
  .slider___cont--h h2 {
    font-size: clamp(1.875rem, 1.875rem + 0vw, 1.875rem) !important;
  }
  .excellence-first__subitem h3 {
    font-size: clamp(1.875rem, 1.875rem + 0vw, 1.875rem) !important;
  }
  .excellence-first-item p {
    font-size: clamp(1rem, 1rem + 0vw, 1rem) !important;
  }
  .excellence--cta_section__main-para p {
    font-size: clamp(1rem, 1rem + 0vw, 1rem) !important;
  }
  span.call__schedule--btn {
    font-size: clamp(1rem, 1rem + 0vw, 1rem) !important;
  }
  .excellence-right-third__sub p {
    font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem) !important;
  }
  .our__frameworks-main h3 {
    font-size: clamp(1.875rem, 1.875rem + 0vw, 1.875rem) !important;
  }
  .our__frameworks-main p {
    font-size: clamp(1rem, 1rem + 0vw, 1rem) !important;
  }
  .framework-category-content__main {
    font-size: clamp(1rem, 1rem + 0vw, 1rem) !important;
  }
  .framework-category-btns .category__btn h3 {
    font-size: clamp(1rem, 1rem + 0vw, 1rem) !important;
  }
  .framework-category-content__main button {
    font-size: clamp(1rem, 1rem + 0vw, 1rem) !important;
  }
  .niche--left h2 {
    font-size: clamp(1.875rem, 1.875rem + 0vw, 1.875rem) !important;
  }
  .niche--left p {
    font-size: clamp(1rem, 1rem + 0vw, 1rem) !important;
  }
  .niche--left ul li {
    font-size: clamp(1rem, 1rem + 0vw, 1rem) !important;
  }
  .niche--right__img p {
    font-size: clamp(1rem, 1rem + 0vw, 1rem) !important;
  }
  .front--page__accordion_content h2 {
    font-size: clamp(1.875rem, 1.875rem + 0vw, 1.875rem) !important;
  }
  .accordion {
    font-size: 18px !important;
  }
  .panel {
    font-size: clamp(1rem, 1rem + 0vw, 1rem) !important;
  }
  .b_a--ijona_left h2 {
    font-size: clamp(1.875rem, 1.875rem + 0vw, 1.875rem) !important;
  }
  .b_a--ijona_left p {
    font-size: clamp(1rem, 1rem + 0vw, 1rem) !important;
  }
  ul.audit__unordered li {
    font-size: clamp(1rem, 1rem + 0vw, 1rem) !important;
  }
  .b_a--ijona_left button {
    font-size: clamp(1rem, 1rem + 0vw, 1rem) !important;
  }
  .contact__content h2 {
    font-size: clamp(1.875rem, 1.875rem + 0vw, 1.875rem) !important;
  }
  .contact__content p {
    font-size: clamp(1rem, 1rem + 0vw, 1rem) !important;
  }
  .our__partners-logos h2 {
    font-size: clamp(1.875rem, 1.875rem + 0vw, 1.875rem) !important;
  }
  section.our__testimonial h5 {
    font-size: clamp(1.875rem, 1.875rem + 0vw, 1.875rem) !important;
  }
  .fresh--insights__section h2 {
    font-size: clamp(1.875rem, 1.875rem + 0vw, 1.875rem) !important;
  }
  .fresh--insights__section p {
    font-size: clamp(1rem, 1rem + 0vw, 1rem) !important;
  }
  .home__stats--img img {
    width: 40px;
  }
  .slider_marquee h3 {
    color: #fff;
    font-size: clamp(1rem, 1rem + 0vw, 1rem) !important;
  }
  .slider_marquee.slick-initialized.slick-slider .slick-track {
    gap: 30px;
  }
  /*.section-two-halves.custom__img {*/
  /*    grid-template-columns: 40% 55% !important;*/
  /*}*/
  /* Front Page Responsive  Ends*/
  /*Service Page Responsive Starts*/
  button.discover--btn {
    font-size: clamp(1.1875rem, 1.1459rem + 0.0867vw, 1.25rem);
  }
  /*Service Page Responsive Ends*/
  h2#article--heading {
    font-size: 30px;
  }
  .internal--left--half p {
    font-size: 16px;
  }
  .internal--left--half strong {
    font-size: 16px;
  }
  #int-para ul li {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1550px) {
  /*-------------------------NEW CUSTOM HEADER RESPONSIVE -----------------------------*/
  #mega-menu-wrap-newHeader
    #mega-menu-newHeader
    > li.mega-menu-item
    > a.mega-menu-link {
    font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  }
  /*-------------------------NEW CUSTOM HEADER RESPONSIVE ENDS-----------------------------*/
  .internal--right--half img {
    box-shadow: 50px -50px #ec774c;
    /* width:300px; */
  }
  .service--main--subcont {
    display: flex;
    gap: 50px;
    padding-top: 30px;
    align-items: center;
  }
  section.filter-by-year-main {
    padding: 0px 0px 0px;
  }
  /* Blogs Page Responsive */
  /*.blogs--button--content.container p {*/
  /*    width: 200px;*/
  /*    height: 46px;*/
  /*}*/
  /* Blogs Page Responsive Ends */
  /*------------FRONT PAGE------------*/
  .home-stats__body {
    transform: translateY(-20px);
    padding: 20px 0px;
  }
  .home__stats--main {
    /*width: 17%;*/
    position: relative;
  }
  /*-------------Work Main Page Starts-------------*/
  .work-slider-content-customise-card-row {
    max-width: 80px;
    width: 100%;
  }
  /*-------------Work Main Page Ends-------------*/
  /*-------------Work Internal Page Starts-------------*/
  .single__work--main__content {
    gap: 30px;
  }
  .work__objective--points {
    gap: 30px;
  }
  .single__work--main__right img {
    width: 80%;
    height: auto;
  }
  .work__result--merge {
    gap: 30px;
  }
  .work--objective__result_halves {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    justify-content: center;
  }
  .work--objective__result_right .result__desgn {
    padding: 30px;
    width: 100%;
  }
  .work--objective__result_right {
    transform: translateX(0px);
  }
  .single--work--image img {
    width: 75% !important;
  }
  /*-------------Work Internal Page Ends-------------*/
}
@media only screen and (max-width: 1350px) {
  .navbar-content li a {
    font-size: clamp(1.0625rem, 1.05rem + 0.0625vw, 1.125rem);
  }
  .main-header-content {
    gap: 20px;
  }
  .services--grid-view-imgs {
    grid-gap: 2rem 2rem;
  }
  .services--page {
    margin-bottom: 70px;
    margin-top: 70px;
  }
  .services--page--cont {
    padding-top: 0px;
  }
  .internal--right--half img {
    width: 350px;
    box-shadow: 25px -25px #ec774c;
  }
  /* Blog Page Responsive Starts */
  .blog-img--cont {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .blog_rgt--side h2 {
    width: 100%;
  }
  /* Blog Page Responsive Ends */
  /*-------------------Header - Front Page---------------------*/
  .menu-footer-menu-container #menu-footer-menu {
    gap: 15px;
  }
  .navbar-content li a {
    font-size: clamp(0.9375rem, 0.7404rem + 0.3077vw, 1rem);
  }
  .contact-us-content button {
    width: 130px;
    font-size: clamp(0.9375rem, 0.8987rem + 0.1942vw, 1.0625rem);
  }
  .menu-header-main-container ul#menu-header-main {
    gap: 20px;
  }
  .menu-footer-menu-container li:hover .sub-menu li a {
    font-size: clamp(1.03125rem, 1.0313rem + 0vw, 1.03125rem);
  }
  .footer-right-content-services {
    padding: 0px 75px;
  }
  .left--home_half h1 {
    font-size: clamp(1.875rem, 1.8362rem + 0.1942vw, 2rem);
  }
  .left--home_half p {
    font-size: clamp(0.9375rem, 0.9142rem + 0.1165vw, 1.0125rem);
  }
  .left--home_half h4 {
    font-size: clamp(1.875rem, 1.8362rem + 0.1942vw, 2rem);
  }
  .section-two-halves {
    align-items: center;
  }
  .left--home_half {
    gap: 20px;
  }
  .section-two-halves img {
    width: 100%;
    /*object-fit: contain;*/
  }
  .image-content img {
    width: 100px;
  }
  #mega-menu-wrap-newHeader
    #mega-menu-newHeader[data-effect="fade_up"]
    li.mega-menu-item-447.mega-toggle-on
    > ul.mega-sub-menu {
    width: 30vw !important;
  }
  #mega-menu-wrap-newHeader
    #mega-menu-newHeader
    > li.mega-menu-flyout
    ul.mega-sub-menu
    li.mega-menu-item
    ul.mega-sub-menu {
    width: 30vw;
  }
  li#mega-menu-item-449 ul.mega-sub-menu {
    width: 30vw !important;
  }
  li#mega-menu-item-1430 {
    width: 30vw !important;
  }
  .framework-category-btns h3:before {
    display: none !important;
  }
  /*-------------------Header - Front Page Ends---------------------*/
  /*PRESS RELEASE RESPONSIVE STARTS*/
  .heading__press--blog {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }
  /*PRESS RELEASE RESPONSIVE ENDS*/
  /*Front Page*/
  .excellence-halves {
    grid-template-columns: 100%;
    gap: 50px;
  }
  .home__stats--heading {
    text-align: center;
  }
  .home-stats__body {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .home__stats--main:before {
    right: 0px;
  }
  #mega-menu-wrap-newHeader #mega-menu-newHeader {
    gap: 20px;
  }
  .big-circle {
    display: none;
  }
  .sm-circle {
    display: none;
  }
  .contactNum--cf p {
    font-size: 14px;
    width: 100%;
  }
  /*.accordion {*/
  /*    margin-bottom:10px !important;*/
  /*}*/
  /*Front Page Ends*/
}
/*----------------Home Page Responsive Starts-----------*/
@media only screen and (max-width: 1200px) {
  .section-two-halves {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 30px;
  }
  #mega-menu-wrap-newHeader
    #mega-menu-newHeader
    > li.mega-menu-item
    > a.mega-menu-link {
    font-size: 12px !important;
  }
  #mega-menu-wrap-newHeader
    #mega-menu-newHeader
    > li.mega-menu-flyout
    ul.mega-sub-menu
    li.mega-menu-item
    a.mega-menu-link {
    font-size: 12px;
  }
  .contact-us__cont button {
    font-size: 12px;
  }
  span.mega-indicator:after {
    left: -4px !important;
  }
  .section-two-halves {
    gap: 20px;
  }
  .section-two-halves.custom__img {
    flex-direction: column;
  }
  /*.slick-track {*/
  /*    padding: 50px 0;*/
  /*}*/
  .front--page__accordion_content {
    padding: 0px 0px 20px 0px;
  }
  section.b_a__ijona {
    padding: 50px 0px;
  }
  section.our--partners {
    transform: translateY(0px);
    margin: 70px 0px !important;
  }
  .front--page__accordion_content h2 {
    padding: 30px 0px;
  }
  .home--page.container {
    gap: 50px;
  }
  .front--page__accordion_content {
    margin: 70px 0px 70px 0px !important;
  }
  /*section.filter-by-year-main {*/
  /*    padding: 30px 0px 0px;*/
  /*}*/
  .front--page__count {
    margin: 30px 0px 50px 0px;
  }
  /*.footer-main {*/
  /*    margin-top: 50px;*/
  /*}*/
  .form__home--heading h2 {
    font-size: clamp(1.5625rem, 1.4489rem + 0.5682vw, 1.875rem);
  }
  .form__home--heading p {
    font-size: clamp(0.9375rem, 0.8693rem + 0.3409vw, 1.125rem);
  }
  .home__contact--form input[type="text"] {
    font-size: clamp(0.9375rem, 0.8693rem + 0.3409vw, 1.125rem);
  }
  .home__contact--form input[type="email"] {
    font-size: clamp(0.9375rem, 0.8693rem + 0.3409vw, 1.125rem);
  }
  .home__contact--form input[type="tel"] {
    font-size: clamp(0.9375rem, 0.8693rem + 0.3409vw, 1.125rem);
  }
  .home__contact--form input[type="text"] {
    font-size: clamp(0.9375rem, 0.8693rem + 0.3409vw, 1.125rem);
  }
  textarea#message__front-box {
    font-size: clamp(0.9375rem, 0.8693rem + 0.3409vw, 1.125rem);
  }
  input#submit--btn__front {
    font-size: clamp(0.9375rem, 0.8693rem + 0.3409vw, 1.125rem);
  }
  .niche--left h2 {
    width: 100%;
    text-align: center;
  }
  .our__niche--halves {
    flex-direction: column;
  }
  .niche--right:after {
    right: -45px;
    position: absolute;
    content: "";
    background: url(images/pattern1.svg) no-repeat;
    width: 150px;
    height: 100px;
    top: -25px;
    z-index: -1;
  }
  .niche--right:before {
    position: absolute;
    content: "";
    background: url(images/pattern1.svg) no-repeat;
    width: 150px;
    height: 100px;
    bottom: -30px;
    left: -44px;
    z-index: -1;
  }
  .niche--left {
    padding-right: 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .niche--right {
    display: grid;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    /* padding-left: 60px; */
    width: 100%;
    position: relative;
    z-index: 2;
    flex: 1;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }
  /*section.filter-by-year-main {*/
  /*    padding: 50px 0 0 !important;*/
  /*}*/
  /*----------------Home Page Responsive Ends-----------*/
  /*-------------Work Main Page Starts-------------*/
  .work-slider-content-customise-card-row.expanded .work-btn-content {
    top: 15%;
  }
  .work-slider-content-customise-card-row {
    max-width: 60px;
  }
  .work-section-case-studies-content-heading {
    padding: 50px 0px 30px 0px;
  }
  .work-section-case-studies-content {
    padding-bottom: 50px;
  }
  /*-------------Work Main Page Ends-------------*/
  /*----------Work Internal Page Starts---------------*/
  .single--work--page {
    margin: 50px 0px;
  }
  section.work--objective__result {
    margin-bottom: 50px;
  }
  section.challenges__and--sol {
    margin: 50px 0px;
  }
  /*----------Work Internal Page Ends---------------*/
  /*Contact Form Home Page Starts*/
  .contact--form__home {
    margin: 50px 0px 0px 0px;
  }
  .nav__img img {
    max-width: 100px;
    min-width: 100px;
    width: 100%;
  }
  /*Contact Form Home Page Ends*/
  .footer__content h3 {
    color: #000;
    font-size: 28px;
  }
}
@media only screen and (min-width: 1025px) {
  .navbar--mobile {
    display: none !important;
  }
  .para {
    position: absolute;
    top: 45%;
  }
  h2.page-banner__title {
    position: absolute;
    top: 40%;
  }
  button.cta--btn {
    position: absolute;
    top: 55%;
    left: 40%;
  }
}
@media (max-width: 1024px) and (orientation: landscape) {
  #mega-menu-wrap-newHeader
    .mega-menu-toggle.mega-menu-open
    + #mega-menu-newHeader {
    margin-top: 20px !important;
    height: 65vh !important;
    max-height: 340px;
    overflow-y: scroll !important;
  }
  .floating-cf7.queryRight__details {
    height: 30vh;
    overflow-y: scroll;
  }
  #mega-menu-wrap-newHeader
    #mega-menu-newHeader
    > li.mega-menu-flyout
    ul.mega-sub-menu
    li.mega-menu-item
    a.mega-menu-link {
    font-size: 12px !important;
  }
  button.cta--btn {
    margin-top: 18px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .press-release-contents {
    padding-top: 50px;
  }
  /*FLOATING CONTACT FORM*/
  .floating-cf7.queryRight__details {
    height: auto;
    overflow-y: auto;
    padding: 15px;
  }
  .queryRight__details .p__queryForm .wpcf7-textarea {
    height: 70px;
  }
  .p__queryForm span.wpcf7-form-control-wrap.recaptcha {
    transform: scale(0.8);
    left: -20px;
    margin: 0px 0 10px !important;
  }
  .floating-cf7.queryRight__details h2 {
    padding-bottom: 10px;
  }
  .floating-cf7.queryRight__details {
    top: 20%;
  }
  .floating-cf7.queryRight__details .closeModal {
    position: absolute;
    top: 10px;
    right: 0.5rem;
    font-size: 1.5rem;
    color: #333;
    z-index: 5;
  }
  section.front--page__accordion {
    margin-top: 50px;
  }
  #mega-menu-wrap-newHeader
    #mega-menu-newHeader
    > li.mega-menu-item.mega-menu-item-has-children.mega-toggle-on
    > a.mega-menu-link {
    padding-right: 8px !important;
  }
  #mega-menu-wrap-newHeader
    #mega-menu-newHeader
    > li.mega-menu-item.mega-current-menu-ancestor
    > a.mega-menu-link
    > span.mega-indicator {
    transform: rotate(-180deg);
    margin: 0 0 0 3px !important;
    padding-left: 10px !important;
  }
  .news-from p {
    display: flex;
    flex-direction: column;
  }
  .contact__main-form-hp form.wpcf7-form.invalid div#name--contact {
    gap: 20px !important;
  }
  .contact__main-form-hp form.wpcf7-form.invalid div#email--contact {
    gap: 20px !important;
    margin-top: 0px;
  }
  .contact__main-form-hp form.wpcf7-form.invalid .home_msg {
    margin-top: 0px;
  }
  .content a {
    font-size: 16px;
  }
  .filter-by-year.container {
    padding: 50px 0px 30px 0px;
  }
  /*Homepage Stats*/
  .home-stats__body {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
    transform: translateY(0px);
    padding: 50px 0px 0px;
    box-shadow: unset;
    gap: 2rem 1rem;
  }
  .homepage-stats .home-stats__body {
    padding: 50px 0px 50px;
  }
  .home__stats--main:before {
    display: none;
  }
  .home__stats--main {
    width: 100%;
    position: relative;
  }
  .home__stats--heading {
    text-align: center;
  }
  .accordion__left--img {
    width: 70%;
    margin: 0 auto;
  }
  /*.home--page.container {*/
  /*    gap: 50px !important;*/
  /*}*/
  .homepage-stats {
    background: #fff;
    margin-bottom: 0px !important;
  }
  section.slider {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .slider___cont--h {
    padding-bottom: 0px !important;
  }
  form.wpcf7-form.theme_0.errorMsgshow.sent .news-from {
    margin-top: 0px !important;
  }
  /*Homepage Stats Ends*/
  /*-------------------------NEW CUSTOM HEADER RESPONSIVE -----------------------------*/
  h2.page-banner__title {
    position: absolute;
    top: 46%;
    /*line-height: 50px;*/
  }
  button.cta--btn {
    max-width: 150px;
    height: 50px;
    width: 100%;
    padding: 0px 10px;
    font-size: clamp(1rem, 0.9432rem + 0.2841vw, 1.125rem);
    position: absolute;
    top: 58%;
    left: 40%;
    margin-top: 5px;
  }
  .para {
    position: absolute;
    top: 50%;
  }
  #mega-menu-wrap-newHeader
    #mega-menu-newHeader
    > li.mega-menu-flyout
    ul.mega-sub-menu
    li.mega-menu-item
    ul.mega-sub-menu {
    margin-left: 15px !important;
  }
  .new__custom--header--header-cont-info nav #menu {
    order: 1;
  }
  nav {
    justify-content: unset;
    padding: 10px 0px 0px;
    gap: 20px;
  }
  .nav__img {
    flex: 1;
  }
  div#menu {
    flex: unset;
  }
  #mega-menu-wrap-newHeader .mega-menu-toggle {
    background: none !important;
  }
  #mega-menu-wrap-newHeader
    .mega-menu-toggle.mega-menu-open
    + #mega-menu-newHeader {
    margin-top: 20px !important;
    height: 340px;
    overflow-y: scroll !important;
  }
  #mega-menu-wrap-newHeader
    #mega-menu-newHeader
    > li.mega-menu-item
    > a.mega-menu-link {
    margin-bottom: 10px;
  }
  #mega-menu-wrap-newHeader
    #mega-menu-newHeader
    li.mega-menu-item.mega-toggle-on
    > ul.mega-sub-menu,
  #mega-menu-wrap-newHeader
    #mega-menu-newHeader
    li.mega-menu-megamenu.mega-menu-item.mega-toggle-on
    ul.mega-sub-menu {
    margin: 0px !important;
    width: 100%;
  }
  #mega-menu-wrap-newHeader
    #mega-menu-newHeader
    li.mega-menu-megamenu
    > ul.mega-sub-menu
    > li.mega-menu-row
    .mega-menu-column
    > ul.mega-sub-menu
    > li.mega-menu-item {
    padding: 0px 0px 10px !important;
  }
  .form_wrap form.wpcf7-form.invalid .news-from {
    margin-top: 0px !important;
  }
  form.wpcf7-form.submitting .news-from {
    margin-top: 0px !important;
  }
  .form_wrap form.wpcf7-form.sent .news-from {
    margin-top: 0px !important;
    padding-top: 0px;
  }
  ul.mega-sub-menu li a {
    font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem) !important;
  }
  ul#mega-menu-newHeader::-webkit-scrollbar {
    display: none !important;
  }
  header.sticky nav img.scrolled_back__img {
    width: 60%;
  }
  /*.new__custom--header--header-cont-info.sticky #mega-menu-wrap-newHeader .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner, #mega-menu-wrap-newHeader .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before, #mega-menu-wrap-newHeader .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {*/
  /*    background-color: #000 !important;*/
  /*}*/
  span.mega-toggle-animated-box span {
    background: #fff !important;
  }
  .new__custom--header--header-cont-info.sticky
    #mega-menu-wrap-newHeader
    .mega-menu-toggle
    .mega-toggle-block-1
    .mega-toggle-animated-inner::before,
  #mega-menu-wrap-newHeader
    .mega-menu-toggle
    .mega-toggle-block-1
    .mega-toggle-animated-inner::after {
    background: #000 !important;
  }
  #mega-menu-wrap-newHeader
    .mega-menu-toggle
    .mega-toggle-block-1
    .mega-toggle-animated-inner::before,
  #mega-menu-wrap-newHeader
    .mega-menu-toggle
    .mega-toggle-block-1
    .mega-toggle-animated-inner::after {
    background: #fff !important;
  }
  .new__custom--header--header-cont-info.sticky
    span.mega-toggle-animated-box
    span {
    background: #000 !important;
  }
  .new__custom--header--header-cont-info.sticky
    #mega-menu-wrap-newHeader
    .mega-menu-toggle
    .mega-toggle-block-1
    .mega-toggle-animated-slider
    .mega-toggle-animated-inner::after {
    background: #000 !important;
  }
  #mega-menu-wrap-newHeader
    #mega-menu-newHeader
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    li.mega-menu-column
    > ul.mega-sub-menu
    > li.mega-menu-item
    li.mega-menu-item
    > a.mega-menu-link {
    display: none !important;
  }
  #mega-menu-wrap-newHeader
    #mega-menu-newHeader
    > li.mega-menu-megamenu
    > ul.mega-sub-menu {
    box-shadow: unset !important;
  }
  li#mega-menu-item-media_image-4 img {
    display: none !important;
  }
  #mega-menu-wrap-newHeader
    #mega-menu-newHeader[data-effect="fade_up"]
    li.mega-menu-item-447.mega-toggle-on
    > ul.mega-sub-menu {
    width: 100% !important;
    height: 30vh;
    overflow-y: scroll;
  }
  #mega-menu-wrap-newHeader
    #mega-menu-newHeader
    > li.mega-menu-flyout
    ul.mega-sub-menu
    li.mega-menu-item
    ul.mega-sub-menu {
    width: 100%;
  }
  #mega-menu-wrap-newHeader
    #mega-menu-newHeader[data-effect="fade_up"]
    li.mega-menu-item-447.mega-toggle-on
    > ul.mega-sub-menu
    li.mega-menu-item.mega-toggle-on
    a {
    background: #fff;
  }
  li#mega-menu-item-449 ul.mega-sub-menu {
    width: 100% !important;
  }
  #mega-menu-wrap-newHeader
    #mega-menu-newHeader
    > li.mega-menu-flyout
    ul.mega-sub-menu {
    position: relative;
    height: 100% !important;
    overflow: scroll;
  }
  ul#mega-menu-newHeader {
    /*height: 35vh !important;*/
    /*height:100% !important;*/
    overflow-y: scroll !important;
    box-shadow: 0px 5px 30px -10px rgba(0, 0, 0, 0.45) !important;
  }
  #mega-menu-wrap-newHeader
    #mega-menu-newHeader
    > li.mega-menu-flyout
    ul.mega-sub-menu
    li.mega-menu-item
    a.mega-menu-link:hover {
    background: none !important;
  }
  #mega-menu-wrap-newHeader
    #mega-menu-newHeader
    > li.mega-menu-flyout
    ul.mega-sub-menu
    li.mega-menu-item
    a.mega-menu-link {
    background: none !important;
  }
  .home__stats--heading span {
    font-size: 14px;
  }
  .para p {
    font-size: 30px !important;
  }
  li#mega-menu-item-1430 {
    width: 100% !important;
  }
  /*-------------------------NEW CUSTOM HEADER RESPONSIVE ENDS-----------------------------*/
  /*Contact Form Homepage Responsive Starts*/
  .contact--form__container {
    grid-template-columns: 100% !important;
  }
  .sm-circle {
    display: none;
  }
  .big-circle {
    display: none;
  }
  .contact--left__deet {
    padding: 30px;
  }
  .contact--right__deet {
    padding: 20px;
  }
  span.call__schedule--btn {
    height: 40px !important;
  }
  .item-content {
    font-size: 14px !important;
  }
  span.author-designation {
    font-size: 16px !important;
  }
  span.author-location {
    font-size: 16px !important;
  }
  /*Contact Form Homepage Responsive Ends*/
  /*Front Page*/
  .left--home_half p {
    font-size: 14px !important;
  }
  .excellence-first-item p {
    font-size: 14px !important;
  }
  .excellence--cta_section__main-para p {
    font-size: 14px !important;
  }
  span.call__schedule--btn {
    width: 150px;
    font-size: 14px !important;
  }
  .our__frameworks-main p {
    font-size: 14px !important;
  }
  .framework-category-btns .category__btn h3 {
    font-size: 14px !important;
  }
  .framework-category-content__main {
    font-size: 14px !important;
  }
  .links a {
    font-size: 14px;
  }
  .links a:before {
    bottom: 1px;
  }
  .niche--left p {
    font-size: 14px !important;
  }
  .niche--left ul li {
    font-size: 14px !important;
  }
  .niche--right__img p {
    font-size: 14px !important;
  }
  .panel {
    font-size: 14px !important;
  }
  .b_a--ijona_left p {
    font-size: 14px !important;
  }
  ul.audit__unordered li {
    font-size: 14px !important;
  }
  .b_a--ijona_left button {
    font-size: 14px !important;
  }
  .contact__content p {
    font-size: 14px !important;
  }
  .contact__call {
    font-size: 14px !important;
  }
  .fresh--insights__section p {
    font-size: 14px !important;
  }
  .fresh--insights__section .slider--inner_blogs--main.slick-slide h3 {
    font-size: 14px;
  }
  /* Front Page*/
  button.btn--press a {
    font-size: 14px;
  }
  .internal--left--half p {
    font-size: 14px;
  }
  .internal--left--half strong {
    font-size: 14px;
  }
  #int-para ul li {
    font-size: 14px;
  }
  span#toggleIcon {
    display: block;
  }
  /*-------------Events Responsive Page Starts-------------*/
  .press__two_halves {
    flex-direction: column;
    gap: 20px;
  }
  .press__right--content {
    gap: 20px;
  }
  .press__blog--btn {
    justify-content: flex-start;
  }
  hr {
    margin: 20px 0px;
  }
  .filter-by-year.container {
    justify-content: flex-start;
  }
  /*-------------Events Responsive Page Ends-------------*/
  /*-------------Work Internal - Individual Page Responsive Starts-------------*/
  .cmn__para {
    font-size: clamp(1.0625rem, 0.9773rem + 0.4261vw, 1.25rem);
  }
  .single__work--main__content {
    grid-template-columns: 100%;
    align-items: center;
    gap: 20px;
  }
  .single--work--page {
    margin: 50px 0px;
  }
  .work--objective__result_halves {
    gap: 20px;
    grid-template-columns: 100%;
  }
  .single--work__heading {
    width: 100%;
  }
  .single__work--main__right img {
    width: fit-content;
    height: auto;
  }
  .work__objective--points {
    gap: 20px;
  }
  .cmn__heading {
    text-align: center;
  }
  .about--heading {
    text-align: left;
  }
  .work--objective__result_right .result__desgn {
    padding: 20px;
    width: 80%;
    height: 70px;
    gap: 20px;
    justify-content: center;
  }
  .result__desgn .num__res {
    font-size: clamp(1.625rem, 1.5114rem + 0.5682vw, 1.875rem);
  }
  .scope__of__work--btn button {
    width: fit-content;
    height: 50px;
  }
  .single__work--main__right:before {
    display: none;
  }
  .work--objective__result_right {
    transform: translateX(0px);
  }
  .objectiv__points--merge {
    gap: 20px;
  }
  span.objective__desgn {
    max-width: 30px;
    width: 100%;
  }
  .work__result--merge {
    gap: 20px;
    align-items: center;
  }
  section.work--objective__result {
    margin-bottom: 50px;
  }
  .scope__of__work--btn {
    gap: 20px;
  }
  section.challenges__and--sol {
    margin: 50px 0px;
  }
  .challenges__and--sol__halves {
    grid-template-columns: 100%;
    row-gap: 20px;
  }
  .challenges__and--sol__rgt {
    gap: 20px;
  }
  .mockup__content {
    gap: 20px;
  }
  .mockup__para p#mockup--para_descrp {
    line-height: 130%;
  }
  .work__internal--scope_cont {
    gap: 20px;
  }
  .challenges__and--sol__left {
    gap: 20px;
    text-align: left;
  }
  .challenges__and--sol__rgt {
    gap: 20px;
    text-align: left;
  }
  .single--work--image img {
    width: 80%;
  }
  .mobile--app__bg-color {
    display: none;
  }
  /*-------------Work Internal - Individual Page Responsive Ends-------------*/
  /*-------------Work Main Page Starts-------------*/
  .work-slider-content-customise {
    display: flex;
    flex-direction: column;
  }
  .work-slider-content-customise-card-row {
    position: relative;
    max-width: 100%;
    width: 100%;
    height: 12vh;
  }
  .work-slider-content-customise-card-body h2 {
    transform: rotate(0deg);
  }
  .work-slider-content-customise-card-row.expanded {
    height: 100%;
  }
  /*-------------Work Main Page Ends-------------*/
  .hamburger {
    display: block;
  }
  .image-content img {
    width: 120px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .contact-us-content button {
    width: 120px;
    height: 30px;
    padding: 20px;
    font-size: 14px;
  }
  .contact-us-content button:hover {
    background-color: #000 !important;
    transition: unset;
  }
  button.read--more:hover {
    background: var(--d-9-d-9-d-9, #735bee);
    transition: unset;
  }
  .slider__learn--btn button:hover {
    background: var(--d-9-d-9-d-9, #735bee);
    transition: unset;
  }
  .b_a--ijona_left button:hover {
    background: #fff;
    transition: unset;
  }
  .footer__content button:hover {
    background-color: #000 !important;
    transition: unset;
  }
  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active .bar:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
  }
  .hamburger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  #menu-footer-menu {
    position: fixed;
    left: -100%;
    top: 50px;
    gap: 0;
    flex-direction: column;
    background-color: #fff;
    width: 100%;
    text-align: left;
    transition: 0.3s;
    z-index: 10;
  }
  section.header-cont {
    padding: 10px 0px 10px 0px;
  }
  #menu-footer-menu.active {
    left: 0;
  }
  .menu-footer-menu-container #menu-footer-menu {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    justify-content: center;
    padding: 20px 50px;
    background-color: #fff;
    overflow: auto;
  }
  .cont--ham {
    display: flex;
    align-items: center;
    gap: 30px;
  }
  .navbar-content li {
    list-style-type: none;
    width: 100%;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
  }
  .main-header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
  }
  #menu-item-78:hover ul {
    background: none;
    position: sticky;
    z-index: 5;
    display: block;
    top: 50px;
    padding: 0px 20px;
    box-shadow: none;
  }
  #menu-item-78:hover ul li {
    list-style-type: none;
    width: 100%;
    border-bottom: none;
    padding-bottom: 0px;
    font-weight: 400;
  }
  ul.sub-menu li a {
    color: #000 !important;
  }
  /*#menu-item-78:hover ul {*/
  /*background-color: #1D1D1D !important;*/
  /*}*/
  .menu-footer-container #menu-footer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: center;
  }
  .navbar-content {
    display: none;
  }
  .navbar--mobile .menu-header-main-container ul {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    padding: 10px 0px;
  }
  .navbar--mobile ul li a {
    text-decoration: none;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .navbar--mobile ul li a i {
    margin-right: 10px;
  }
  .navbar--mobile ul#menu-header-main-1 li {
    border-bottom: 1px solid #000;
    width: 100%;
    padding: 10px 0px;
  }
  .navbar--mobile ul#menu-header-main-1 {
    max-height: 80vh;
    overflow-y: overlay;
    height: 100%;
  }
  header.header-cont-info {
    gap: 0px;
  }
  .navbar--mobile ul.sub-menu li {
    border-bottom: none !important;
    padding: 10px !important;
  }
  .menu-header-main-container ul li:hover ul {
    left: 0%;
    margin-left: 0rem;
  }
  .menu-header-main-container ul ul {
    float: left;
    position: static;
    top: 100%;
    left: -999em;
    z-index: 99999;
    background: none;
    padding: 0rem;
    width: 100%;
    -webkit-box-shadow: unset;
    box-shadow: unset;
  }
  .menu-header-main-container ul.sub-menu {
    position: unset;
    top: 0px;
    background-color: #fff;
    padding: 0px;
  }
  .navbar--mobile ul .sub-menu {
    display: none;
  }
  .navbar--mobile ul li:hover .sub-menu {
    display: none;
  }
  .navbar--mobile ul#menu-header-main-1 li:last-child {
    border-bottom: none;
  }
  li.current-menu-item a {
    color: #735bee !important;
  }
  div#side--bar {
    display: none;
  }
  i.fa-solid.fa-minus.minus--icon {
    display: none;
  }
  .menu-header-main-container li:hover .js-arrow {
    transform: rotate(0deg);
    transition: all 1s ease;
  }
  i.fa-solid.fa-angle-down.bx.bxs-chevron-down.js-arrow.arrow {
    display: none;
  }
  i.fa-solid.fa-plus.plus--icon {
    display: block;
  }
  /* PRESS RELEASE RESPONSIVE */
  .press-release-cont {
    display: flex;
    gap: 50px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .int_date_two {
    display: block;
    color: var(--clr-primary);
    font-size: clamp(1.0625rem, 1.025rem + 0.1875vw, 1.25rem);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .int_date {
    display: none;
  }
  .press-release-content-c {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .press-release-content-a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .internal--halves {
    display: flex !important;
    gap: 30px;
    flex-direction: column-reverse !important;
  }
  .internal--right--half img {
    width: 350px;
    box-shadow: 50px -50px #ec774c;
  }
  .internal--right--half {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .internal--left--half {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  button.click--cont-btn a {
    font-size: 18px;
  }
  button.click--cont-btn {
    gap: 10px;
  }
  .press--internal {
    margin: 50px 0px 0px 0px;
  }
  h2#article--heading {
    color: var(--clr-primary);
    font-size: 25px;
  }
  /*.internal--left--half strong {*/
  /*    font-size: 16px;*/
  /*}*/
  #int-para ul li {
    font-size: 14px;
  }
  button.click--cont-btn {
    justify-content: flex-start;
  }
  .footer-extreme-right-customised-content {
    display: none;
  }
  .header-cont {
    position: sticky;
    top: 0px;
    z-index: 1000;
    background: white;
  }
  /*Front-Page Responsive Starts*/
  #mega-menu-wrap-newHeader
    .mega-menu-toggle
    .mega-toggle-blocks-right
    .mega-toggle-block {
    margin-right: 0px !important;
  }
  #mega-menu-wrap-newHeader
    .mega-menu-toggle
    .mega-toggle-blocks-right
    .mega-toggle-block {
    margin-right: 0px !important;
  }
  .our__niche--halves {
    padding: 30px;
    margin-bottom: 50px !important;
  }
  .contact__form--home {
    margin-top: 50px !important;
  }
  section.our__testimonial {
    margin-bottom: 50px !important;
  }
  .niche--right:after {
    display: none;
  }
  .niche--right:before {
    display: none;
  }
  .slick-slide img {
    width: 100%;
  }
  .home--page.container {
    gap: 50px !important;
  }
  .section-two-halves {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
    align-items: center;
  }
  .left--home_half {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  p.int--date.heading--cmn_pr {
    font-size: 16px !important;
  }
  .section-two-halves.custom__img {
    flex-direction: column;
  }
  .front--page__count {
    background: #1b1d22;
    transform: translate(0px);
    z-index: -1;
    height: 100%;
  }
  .accordion_content--body {
    display: flex;
    flex-direction: column;
    padding: 0px 25px 15px 25px;
  }
  section.front--page__accordion {
    transform: translateY(0px);
    margin: 50px 0px;
  }
  .our__partners-img {
    column-gap: 40px;
    margin-bottom: 0px;
  }
  img.vector_open {
    width: 20px;
    height: 20px;
  }
  img.vector_close {
    width: 20px;
    height: 20px;
  }
  .accordion {
    /*margin-bottom: 20px;*/
    gap: 20px;
    /*letter-spacing: 1px;*/
  }
  .front--page__accordion_content h2 {
    /*letter-spacing: 1px;*/
    padding: 20px 0px 20px 0px;
  }
  .footer-main {
    margin-top: 50px;
  }
  section.b_a__ijona {
    background: #1b1d22;
    transform: translateY(0px);
    padding: 50px 0px;
  }
  .b_a--ijona-content {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }
  .b_a--ijona_right {
    justify-content: flex-start;
  }
  .b_a--ijona_right img {
    width: 100%;
  }
  section.our--partners {
    transform: translateY(0px);
    margin: 50px 0px !important;
  }
  .front--page__accordion_content h2 {
    padding: 40px 0px 20px 0px;
  }
  section.front--page__accordion {
    transform: translateY(0px);
  }
  .front--page__accordion_content {
    padding: 0px;
    box-shadow: 0px 0px 30px 0px rgba(56, 71, 109, 0.1);
    margin: 0 0 50px 0 !important;
  }
  .slider___content.container h2 {
    font-size: 25px !important;
  }
  .excellence-first__subitem h3 {
    font-size: 25px !important;
  }
  button.read--more {
    max-width: 220px !important;
    height: 40px;
    width: 100%;
    font-size: 14px;
  }
  .center.slick-initialized .slick-slide {
    display: flex;
    padding: 0px;
    height: auto !important;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    background: #fff;
    align-items: flex-start;
  }
  .product-slider__inner--main.slick-slide.slick-current.slick-active.slick-center {
    margin: 0px;
    transform: scale(1.04);
  }
  span#nextButton {
    color: #735bee;
    font-size: 20px;
    z-index: 5;
    position: absolute;
    top: 50%;
    right: 8px;
  }
  span#prevButton {
    font-size: 20px;
    color: #735bee;
    position: absolute;
    top: 50%;
    left: 8px;
    z-index: 5;
  }
  .front--page_btn {
    display: none;
  }
  .slick-track {
    display: flex;
    gap: 30px;
    padding: 40px 0px 0px;
    margin: 10px 0px 0px;
  }
  .slider__inner--main.slick-slide {
    opacity: 0.1;
  }
  .slider__inner--main.slick-slide.slick-current.slick-center {
    opacity: 1;
  }
  .slider--heading__para {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .slider--heading__para p {
    margin: 0px !important;
    text-align: left;
  }
  .slider__learn--btn button {
    border-radius: 5px;
    background: #735bee;
    width: 143px;
    padding: 5px 10px;
    border: none;
  }
  .slider__learn--btn a {
    color: #fff;
    text-decoration: none;
    font-size: clamp(0.9375rem, 0.925rem + 0.0625vw, 1rem);
  }
  .slider___content.container p {
    margin: 0px !important;
    color: var(--Dark-Grey, #3e3e3e);
    /*font-family: Poppins;*/
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    /*letter-spacing: 2px;*/
    text-align: center;
  }
  .slider--heading__para h3 {
    white-space: wrap;
    color: #000;
    /*font-family: Poppins;*/
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    /*letter-spacing: 2px;*/
  }
  .btn-wrap__case--study {
    position: relative;
    left: 0% !important;
  }
  .slick-initialized .slick-slide {
    /*width: 300px !important;*/
    /*height: 400px !important;*/
  }
  .slider_marquee.slick-initialized.slick-slider img {
    width: 48px !important;
    height: auto !important;
  }
  .our__partners-img.our-partner-center.slick-initialized .slick-slide {
    width: 200px !important;
    height: 100% !important;
  }
  .case__study--image-front {
    max-width: 150px !important;
    width: 100%;
    height: auto;
  }
  .slider--heading__para p {
    margin: 0px !important;
    text-align: left;
    color: var(--Dark-Grey, #3e3e3e);
    /*font-family: Poppins;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0px;
  }
  .fa-chevron-right:before {
    content: "\f054";
    font-size: 14px;
  }
  p.cat--nam {
    text-align: center;
  }
  .navbar-content li a {
    font-size: 15px;
  }
  .contact-us-content a {
    font-size: 14px;
  }
  .form__home--content {
    gap: 30px;
    grid-template-columns: 100%;
  }
  .form__home--heading {
    gap: 20px;
    align-items: center;
    justify-content: center;
  }
  .form__home--heading p {
    text-align: center;
  }
  /*Front Page*/
  .excellence-halves {
    grid-template-columns: 100%;
    gap: 20px;
  }
  .excellence-right-half {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }
  .excellence-right-first {
    display: flex;
    flex-direction: row;
    gap: 20px;
  }
  .excellence-right-second {
    border-top: 1px solid rgb(194 199 204 / 20%);
    height: 100%;
    width: 100%;
  }
  .excellence--cta_section--main {
    background-color: #fff;
    padding: 20px 0px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    transform: translateY(0px);
    width: 100%;
    margin: 20px 0px 50px 0px;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  }
  section.our__frameworks {
    margin-bottom: 50px;
    margin-top: 0px !important;
  }
  .framework-category-btns .category__btn h3 {
    color: #6a6a6a;
    font-size: clamp(1.125rem, 1.075rem + 0.25vw, 1.375rem);
    font-weight: 500;
    position: relative;
    padding: 10px;
    border-radius: 35px;
    border: none;
    cursor: pointer;
  }
  framework-category-btns .category__btn h3:hover {
    color: #fff;
  }
  .framework-category-btns h3:before {
    position: absolute;
    content: "";
    width: 5%;
    height: 15px;
    right: -15px;
    bottom: 13px;
    border-left: 3px solid #735bee;
  }
  .framework-categories {
    width: 100%;
    margin: 20px 0px 0px;
    background: #fff;
    height: auto;
    /*box-shadow: 0px 3px 6px 0px rgba(140, 149, 159, 0.15);*/
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
    padding: 20px 10px;
    border-radius: 5px;
    transform: translateY(0px);
    z-index: 3;
    position: relative;
  }
  .excellence--section.container {
    padding: 30px;
  }
  .framework-category-content__main {
    padding: 30px;
    width: 100%;
  }
  /*.our__frameworks-main h3:before {*/
  /*    position: absolute;*/
  /*    content: '';*/
  /*    width: 15%;*/
  /*    border-bottom: 3px solid #735BEE;*/
  /*    bottom: -10px;*/
  /*    margin: 0 auto;*/
  /*    right: 45%;*/
  /*}*/
  .framework-category-content {
    background-image: none !important;
  }
  .read--more:hover {
    background: #735bee;
    color: #fff;
  }
  span.call__schedule--btn:hover {
    background: #735bee;
    color: #fff;
  }
  .framework-category-content__main button:hover {
    background: #735bee;
    color: #fff;
  }
  .b_a--ijona_left button:hover {
    background: #fff;
    color: #735bee;
  }
  input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background: #735bee;
    color: #fff;
  }
  .category__btn h3:hover {
    background: none;
    color: #6a6a6a;
  }
  input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background: #735bee;
    color: #fff;
  }
  button.btn.btn-partner:hover {
    background: #735bee;
    color: #fff;
  }
  button.btn-demo.showModal:hover {
    background: #735bee;
    color: #fff;
  }
  a.btn.btn--blogs:hover {
    background: #735bee;
    color: #fff;
  }
  .blogs--buttons__main button:hover {
    color: #735bee;
    background: none;
    border: 1px solid var(--Light-Grey, #aba4a4);
  }
  .contact__us--form input#submit--btn:hover {
    background: #735bee;
    color: #fff;
  }
  /*.mobile__services-grid__body:hover {*/
  /*    transform: scale(1);*/
  /*    transition: unset;*/
  /*    border: none;*/
  /*}*/
  /*Front Page Ends*/
  /*Front-Page Responsive Ends*/
  /*---------------Footer Responsive Starts--------------*/
  .footer__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0px 0px;
  }
  .footer__content input[type="email"] {
    height: 40px;
    font-size: 12px;
    width: 100%;
  }
  .footer-content-sub-customised {
    display: flex;
    gap: 25px;
    justify-content: center;
    align-items: center;
    padding: 30px 0px 30px 0px;
    flex-direction: column;
  }
  .footer-main-iso.container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    gap: 10px;
    flex-direction: column;
  }
  .footer-main-iso-logo {
    background: #0e0e0e;
    height: 150px;
  }
  .footer-iso-cont-a p {
    color: #fff !important;
    font-family: "Lato", sans-serif;
    font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
  }
  .footer-offices-location-customised p a {
    color: #fff;
    text-decoration: none;
  }
  .footer-nav-link-info-customise img {
    display: none;
  }
  .footer-offices-location-customised {
    align-items: center;
  }
  .footer-offices-content-customised {
    text-align: center;
  }
  .footer-extreme-right-customised-content-follow {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }
  section.footer__bg-clr {
    padding: 40px 0px 20px;
  }
  .form_wrap .wpcf7 form.sent .wpcf7-response-output {
    position: absolute;
    bottom: 0px;
  }
  .ijona-footer-logo-nav-customise {
    gap: 25px;
  }
  .footer-right-content-services {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
  }
  /*Footer Responsive Ends*/
  #mega-menu-wrap-newHeader
    #mega-menu-newHeader
    > li.mega-menu-item
    > a.mega-menu-link {
    font-size: 14px !important;
  }
  h1.page-banner__title {
    font-size: 30px !important;
  }
  .footer__content h3 {
    color: #000;
    font-size: 25px;
  }
}
@media only screen and (min-width: 1025px) {
  /*    section.footer__bg-clr {*/
  /*    margin-top: 300px;*/
  /*}*/
  section.front--page__accordion {
    transform: translateY(0px);
  }
  section.b_a__ijona {
    transform: translateY(0px);
  }
  section.our--partners {
    transform: translateY(0px);
    margin: 100px 0px;
  }
  .front--page__accordion_content {
    margin: 100px 0px 100px 0px;
  }
}

/* Target landscape orientation on mobile devices */
@media only screen and (max-width: 992px) and (orientation: landscape) {
  #mega-menu-wrap-newHeader
    #mega-menu-newHeader
    > li.mega-menu-flyout
    ul.mega-sub-menu
    li.mega-menu-item
    a.mega-menu-link {
    font-size: 90% !important;
  }
}

/* Target iPhone XR in landscape mode */
@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  html {
    -webkit-text-size-adjust: 100%;
  }

  body {
    font-size: 14px;
  }

  h1,
  h2,
  h3,
  p {
    font-size: 90%;
  }

  #mega-menu-wrap-newHeader
    #mega-menu-newHeader
    > li.mega-menu-flyout
    ul.mega-sub-menu
    li.mega-menu-item
    a.mega-menu-link {
    font-size: 12px !important;
  }
}

@media only screen and (min-width: 414px) and (max-width: 786px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  html {
    -webkit-text-size-adjust: 100%;
  }
  #mega-menu-wrap-newHeader
    #mega-menu-newHeader
    > li.mega-menu-flyout
    ul.mega-sub-menu
    li.mega-menu-item
    a.mega-menu-link {
    font-size: 12px !important;
  }
}

/*-----------Home - Front Page Ends --------------*/
@media only screen and (max-width: 767px) {
  /*Homepage Stats*/
  /*.home-stats__body {*/
  /*    display: grid;*/
  /*    grid-template-columns: 100%;*/
  /*    gap: 20px;*/
  /*}*/
  .home__stats--main {
    justify-content: flex-start;
  }
  .accordion {
    font-size: 16px !important;
  }
  /*Homepage Stats Ends*/
  /*Contact Form Homepage Responsive Starts*/
  .contact__main-form-hp div#name--contact {
    flex-direction: column;
    width: 100%;
  }
  .contact__main-form-hp div#email--contact {
    display: grid;
    gap: 15px;
    grid-template-columns: 100% !important;
  }
  /*Contact Form Homepage Responsive Ends*/
  /*-------------------NEW CUSTOM HEADER RESPONSIVE----------------------------*/
  .nav__content-heading h2 {
    display: none;
  }
  .nav__img img {
    max-width: 100px;
    width: 100%;
  }
  .left--home_half h1 {
    font-size: 25px !important;
  }
  .page-banner__bg-image {
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
  }
  .our__frameworks-main h3 {
    font-size: 25px !important;
  }
  .niche--left h2 {
    font-size: 25px !important;
  }
  .b_a--ijona_left h2 {
    font-size: 25px !important;
  }
  .left--home_half h4 {
    font-size: 25px !important;
  }
  /*------------NEW CUSTOM HEADER RESPONSIVE ENDS--------------*/
  /*-------------Events Responsive Page Starts-------------*/
  .press__two_halves {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .heading__press--blog {
    display: flex;
    gap: 5px;
    flex-direction: column;
    align-items: flex-start;
  }
  /*-------------Events Responsive Page Starts-------------*/
  /* Services Responsive Starts*/
  .services--page {
    margin-top: 50px;
  }
  .services--page {
    margin-bottom: 50px;
  }
  /* Services Responsive Ends*/
  /* Footer Responsive Starts*/
  .footer-nav-link-info-customise img {
    display: none;
  }
  .heading__press--blog .heading--cmn_pr {
    font-size: 18px;
  }
  .menu-footer-menu-container ul#menu-footer-menu-1 {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .footer-right-content-services {
    padding: 0px;
  }
  .footer-content-sub-customised {
    display: flex;
    gap: 25px;
    justify-content: center;
    align-items: center;
    padding: 50px 0px 35px 0px;
    flex-direction: column;
  }
  .footer-offices-location-logo-customised {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
  }
  .footer-main-iso.container {
    text-align: center;
  }
  .footer-offices-location-customised {
    text-align: center;
  }
  .footer-extreme-right-customised-content-follow {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 15px;
  }
  .footer-iso-cont-c {
    display: flex;
    gap: 10px;
  }
  .footer-iso-cont-c img {
    width: 40px;
    height: 40px;
  }
  /* Footer Responsive Ends */
  /*---------------Front Page Starts-------------*/
  h1.page-banner__title {
    /*font-size: clamp(2rem, 1.9625rem + 0.1875vw, 2.1875rem);*/
  }
  .para {
    font-size: clamp(1.75rem, 1.6605rem + 0.4474vw, 1.875rem);
  }
  .about--us_content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .about_cont--num {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  /*h2.page-banner__title {*/
  /*    letter-spacing: 10px;*/
  /*}*/
  .excellence-right-first {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .excellence-right-third {
    display: grid;
    grid-template-columns: 100%;
    gap: 1rem;
  }
  span.call__schedule--btn {
    width: 150px;
    height: 60px;
    font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem);
  }
  .excellence--cta_section--main {
    gap: 20px;
    transform: translateY(0px);
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
  }
  .excellence--section.container {
    padding: 30px;
  }
  .framework-category-btns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
  .framework-category-btns h3:before {
    position: absolute;
    content: "";
    width: 5%;
    height: 15px;
    right: -15px;
    bottom: 13px;
    border-left: unset;
  }
  button.cta--btn {
    left: 35%;
  }
  h2.page-banner__title {
    position: absolute;
    top: 42% !important;
  }
  /*---------------Front Page Ends-------------*/
  /*-------------Work Internal - Individual Page Responsive Starts-------------*/
  .single__work--main__right img {
    width: 80%;
  }
  /*-------------Work Internal - Individual Page Responsive Ends-------------*/
  .home__contact--form {
    width: 100%;
  }
  .form__home--heading h2 {
    text-align: center;
  }
  .home__contact--form {
    padding: 30px;
  }
  .front--page__accordion_content h2 {
    font-size: 25px !important;
  }
}
@media only screen and (max-width: 500px) {
  /*FLOATING CONTACT FORM*/
  .floating-cf7.queryRight__details {
    width: 285px;
  }
  .floating-cf7.queryRight__details .wpcf7 form.sent .wpcf7-response-output {
    white-space: wrap;
  }
  /*Front Page*/
  .framework-category-btns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  /* Front Page Ends*/
  /*CUSTOM HEADER STARTS*/
  h2.page-banner__title {
    position: absolute;
    top: 39% !important;
  }
  .para {
    position: absolute;
    top: 45%;
  }
  button.cta--btn {
    position: absolute;
    top: 60%;
    left: 24%;
  }
  /*CUSTOM HEADER ENDS*/
  .internal--right--half img {
    width: 250px;
    box-shadow: 0px 0px #ec774c;
  }
  .menu-footer-menu-container #menu-footer-menu {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    justify-content: center;
    padding: 20px 20px;
  }
  .cont--ham {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .main-header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  }
  .press-release-content-c a {
    white-space: nowrap;
    font-size: clamp(0.9375rem, 0.9375rem + 0vw, 0.9375rem);
  }
  .int_date_two {
    font-size: clamp(0.9375rem, 0.9375rem + 0vw, 0.9375rem);
  }
  .filter-by-year.container {
    justify-content: center;
  }
  .contact-us-content button {
    width: 100px;
    height: 30px;
    padding: 10px;
  }
  button.click--cont-btn a {
    font-size: clamp(1.0625rem, 1.0625rem + 0vw, 1.0625rem);
  }
  button.click--cont-btn {
    gap: 10px;
  }
  button.click--cont-btn img {
    width: 25px;
  }
  .internal--left--half #int-para {
    word-spacing: -3px;
  }
  /*section.filter-by-year-main {*/
  /*    padding: 25px 0px;*/
  /*}*/
  .filter-by-year.container {
    padding: 30px 0px;
  }
  .footer-main {
    margin-top: 50px;
  }
  .press-release-content-b p {
    font-size: clamp(0.9375rem, 0.9375rem + 0vw, 0.9375rem);
  }
  .press-release-content-a h3 {
    color: var(--clr-primary);
    font-size: clamp(1rem, 1rem + 0vw, 1rem);
  }
  .services--grid-view-imgs {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 3rem;
  }
  #menu-footer-menu {
    position: fixed;
    left: -100%;
    top: 50px;
    flex-direction: column;
    background-color: #fff;
    width: 100%;
    text-align: left;
    transition: 0.3s;
    z-index: 10;
  }
  .internal--left--half #int-para {
    text-align: left !important;
    word-spacing: 0px;
  }
  .subcont--left h4 {
    white-space: normal !important;
    width: 100%;
  }
  .contact-us__cont {
    position: relative;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .contact-us__cont:before {
    position: absolute;
    content: "\f095";
    font-family: "Font Awesome 6 Free";
    color: #fff;
  }
  .sticky .contact-us__cont:before {
    color: #000;
  }
  .contact-us__cont button {
    display: none;
  }
  .front--page__accordion_content h2 {
    padding: 15px 20px;
  }
  h1.page-banner__title {
    /*font-size: clamp(1.75rem, 1.75rem + 0vw, 1.75rem);*/
  }
  .para {
    font-size: clamp(1.75rem, 1.75rem + 0vw, 1.75rem);
  }
  /* Blog Page Starts */
  .blogs--total_cont {
    display: grid;
    /* grid-template-columns: repeat( auto-fill, minmax(450px, 1fr) ); */
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 2rem 2rem;
  }
  .single--service--page {
    margin: 50px 0px 50px 0px !important;
  }
  .press--internal {
    margin: 50px 0px 0px 0px;
  }
  /* Blog Page Ends */
  /* SERVICES PAGE INTERNAL STARTS*/
  .services--page--cont.container p {
    font-size: clamp(1.0625rem, 0.9514rem + 0.5556vw, 1.125rem);
  }
  /* SERVICES PAGE INTERNAL ENDS*/
  /*Footer Responsive Starts*/
  .footer__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 0px 0px;
  }
  .footer__content input[type="email"] {
    height: 40px;
    font-size: 12px;
    width: 100%;
  }
  .footer-content-sub-customised {
    display: flex;
    gap: 50px;
    justify-content: center;
    align-items: center;
    padding: 50px 0px 35px 0px;
    flex-direction: column;
  }
  .footer-main-iso.container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    gap: 10px;
    flex-direction: column;
  }
  .footer-main-iso-logo {
    background: #0e0e0e;
    height: 150px;
  }
  .footer-iso-cont-a p {
    color: #fff !important;
    font-family: "Lato", sans-serif;
    font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
  }
  .contact__main-form-hp form.wpcf7-form.invalid .wpcf7-not-valid-tip {
    font-size: 12px !important;
    position: absolute;
    bottom: -20px !important;
    white-space: nowrap;
  }
  .contact__main-form-hp span.wpcf7-form-control-wrap.recaptcha {
    margin-top: 0px !important;
  }
  .footer-offices-location-customised p a {
    color: #fff;
    text-decoration: none;
  }
  .footer__content h3 {
    font-size: clamp(1.125rem, 1.125rem + 0vw, 1.125rem);
  }
  /*Footer Responsive Ends*/
  /*---------Front Page Starts----------*/
  .about--us_content {
    display: grid !important;
    gap: 20px;
    grid-template-columns: 100%;
    justify-content: center;
  }
  .about_cont--num {
    gap: 0px;
  }
  h2.page-banner__title {
    /*letter-spacing: 5px;*/
    font-size: clamp(1.875rem, 1.8362rem + 0.1942vw, 2rem);
    line-height: 40px;
  }
  button.cta--btn {
    max-width: 150px;
    height: 40px;
    width: 100%;
    padding: 0px 20px;
    font-size: clamp(0.875rem, 0.7639rem + 0.5556vw, 0.9375rem);
  }
  /*--------Front Page Ends-------------*/
  /*-------------Work Main Page Starts-------------*/
  .work-slider-content-customise-card-body h2 {
    font-size: clamp(1.25rem, 1.0278rem + 1.1111vw, 1.375rem);
  }
  .work-slider-content-customise-card-row.expanded {
    padding: 30px;
    gap: 20px;
  }
  /*.wpcf7 .wpcf7-recaptcha iframe {*/
  /*    width: 100% !important;*/
  /*}*/
  /*.rc-anchor-normal-footer .rc-anchor-logo-portrait {*/
  /*    margin-left: -20px !important;*/
  /*}*/
  /*span#recaptcha-ijona > div {*/
  /*    width: 100% !important;*/
  /*}*/
  span#recaptcha-ijona > div {
    transform: scale(0.75);
    position: relative;
    right: 42px;
  }
  .wpcf7 form.sent .wpcf7-response-output {
    font-size: 12px;
    /*white-space:nowrap;*/
  }
  .work-slider-content-customise-card-row.expanded h2 {
    font-size: clamp(1.25rem, 1.0278rem + 1.1111vw, 1.375rem);
  }
  .work-slider-content-customise-card-row.expanded p {
    font-size: clamp(1.0625rem, 0.9514rem + 0.5556vw, 1.125rem);
  }
  #mega-menu-wrap-newHeader
    #mega-menu-newHeader
    > li.mega-menu-flyout
    ul.mega-sub-menu
    li.mega-menu-item
    a.mega-menu-link {
    font-size: 12px !important;
  }
  .news-from .wpcf7-not-valid-tip {
    font-size: 12px !important;
  }
  input[type="text"]:focus,
  textarea:focus {
    -webkit-text-size-adjust: 100%;
  }
  /*-------------Work Main Page Ends-------------*/
  .b_a--ijona_left ul.audit__unordered {
    grid-template-columns: 100%;
  }
  .accordion__left--img {
    width: 100%;
  }
}

@media (orientation: landscape) and (max-width: 768px) {
  #mega-menu-wrap-newHeader
    #mega-menu-newHeader
    > li.mega-menu-flyout
    ul.mega-sub-menu
    li.mega-menu-item
    a.mega-menu-link {
    font-size: 12px !important;
  }
}

@media (orientation: landscape) {
  /*.floating-cf7.queryRight__details {*/
  /*    top:25%;*/
  /*    overflow-y: scroll !important;*/
  /*    height: 70vh;*/
  /*}*/
}

.intl-tel-input .selected-flag {
  padding: 0 0 0 10px !important;
}

.intl-tel-input .selected-flag .iti-arrow {
  right: -8px !important;
}

.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type="tel"],
.intl-tel-input.allow-dropdown input[type="text"],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type="tel"],
.intl-tel-input.separate-dial-code input[type="text"] {
  padding-left: 70px !important;
}

form.wpcf7-form.invalid
  .p__queryForm
  input.wpcf7-form-control.wpcf7-intl_tel.wpcf7-validates-as-required.wpcf7-intl-tel {
  margin-bottom: 20px !important;
}

form.wpcf7-form.invalid
  .p__queryForm
  input.wpcf7-form-control.wpcf7-intl_tel.wpcf7-validates-as-required.wpcf7-intl-tel {
  border: 1px solid #dc3232 !important;
}

.b_a--ijona_left ul.audit__unordered li {
  color: white !important;
}

.b_a--ijona_left ul.audit__unordered li {
  position: relative;
  padding-left: 20px; /* Space for the tick mark */
}

.b_a--ijona_left ul.audit__unordered li:before {
  content: "✔"; /* Use a checkmark symbol or any custom icon */
  color: #fff; /* Set your desired tick color */
  position: absolute;
  left: 0;
  top: 0; /* Adjust as needed */
}

.iti-mobile .intl-tel-input.iti-container {
  z-index: 9999 !important;
}

/* RESPONSIVE ENDS */
/*Nitish Singh Add Header menu + icon css*/
#menu-header-main-1 li.menu-item-has-children > a::after {
  content: "+";
}
#menu-header-main-1 li.menu-item-has-children > a.menu-sub-child-item::after {
  content: "-";
}

/* New Banner - 10.01.25 */
.homepage-banner-slider {
  position: relative;
  overflow: hidden;
  display: flex;
  height: 100vh;
}

.homepage-mainContent {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.homepage-banner-body .slick-slide {
  opacity: 1 !important;
}

.marque__slider--container .slick-slide img {
  max-width: 34px !important;
}

.homepage-banner-body .slick-track {
  display: flex;
  gap: 0px !important;
  margin-top: 0;
}

.home-stats__body {
  position: relative;
  z-index: 3;
}

.homepage-banner-body .slider-slide {
  height: 100vh;
  background-size: cover;
  background-position: center;
  color: #333;
  position: relative;
  z-index: 1;
  display: flex;
}

.homepage-banner-body .slider-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  filter: blur(2px);
  z-index: 1;
  opacity: 1;
  border-radius: 8px;
}

.first-block {
  text-align: center;
  max-width: 80%;
  margin: auto;
  background: #ffffff1c;
  color: #fff;
  padding: 50px;
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.first-block h1 {
  font-size: clamp(2.5rem, 4vw, 5rem);
  /* color: #735bee;
  -webkit-text-stroke: #fff 3px; */
}

.first-block p {
  font-size: clamp(0.5rem, 2vw, 1.5rem);
}

.marque__slider--container.slick-slide h3 {
  color: white !important;
}

.marque__slider--container.slick-slide {
  justify-content: center !important;
}

/* Slider */

.home-service__marque .home-service__slider {
  display: flex;
  justify-content: space-between;
}

.homepage-banner-slider .home-service__marque {
  position: absolute;
  bottom: 100px;
  z-index: 5;
  width: 100%;
}

/* Button Home Banner */

button.learn-more {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}
button.learn-more {
  width: 12rem;
  height: auto;
}
button.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  /* background: #282936; */
  background: #735bee;
  border-radius: 1.625rem;
}
button.learn-more .circle .icon-arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
button.learn-more .circle .icon-arrow.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
button.learn-more .circle .icon-arrow.arrow::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}
button.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  /* color: #282936; */
  color: #fff;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
}
button:hover .circle {
  width: 100%;
}
button:hover .circle .icon-arrow.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}
button:hover .button-text {
  color: #fff;
}

@media only screen and (max-width: 1350px) {
    .footer-content-sub-customised {
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
    /*gap: 10px;*/
}
}

@media only screen and (max-width: 1400px) {
  .homepage-banner-slider .home-service__marque {
    bottom: 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .marque__slider--container.slick-slide img {
    width: 48px !important;
  }
  .home-service__slider .slick-track {
    margin: 0px !important;
    padding: 0px !important;
  }
}

@media only screen and (max-width: 768px) {
  .first-block {
    padding: 30px;
  }
  .marque__slider--container.slick-slide img {
    width: 34px !important;
  }
}

@media only screen and (max-width: 500px) {
  .first-block {
    padding: 0px;
    background: none;
  }
}

footer {
    margin-top:35px;
}
