@charset "utf-8";

/* CSS Document */
:root {
  --primary: #172567;
  --secondary: #c359f2;
  --white: #fff;
  --warning: #ffdb00;
  --info: #02bee3;
  --fw-700: "archiaboldwebfont";
  --fw-500: "archiamediumwebfont";
  --fw-400: "archiaregularwebfont";
}

/*---------- Google Fonts ----------*/
body {
  font-family: var(--fw-400);
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
  line-height: 110%;
  color: var(--primary);
}

figure {
  margin: 0;
}

strong,
b {
  font-family: var(--fw-700);
  font-weight: 700 !important;
}

a,
input,
button,
textarea {
  outline: none !important;
}

a {
  text-decoration: none;
  color: var(--primary);
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
}

a:hover {
  color: var(--warning);
}

p {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin-bottom: 35px;
}

ol,
ul {
  margin-bottom: 35px;
  padding-left: 20px;
}

ol ol,
ol ul,
ul ol,
ul {
  margin-top: 0px;
  margin-bottom: 35px;
}

ol li,
ul li {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

ol li::marker,
ul li::marker {
  color: var(--primary);
}

.container-fluid,
.container {
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row > * {
  padding-left: 15px;
  padding-right: 15px;
}

.alignnone {
  float: none;
  margin: 20px;
}

.alignleft {
  float: left;
  margin: 20px 20px 20px 0;
}

.alignright {
  float: right;
  margin: 20px 0 20px 20px;
}

.aligncenter {
  float: none;
  display: block;
  margin: 20px auto;
}

blockquote {
  padding-left: 30px;
  border-left: 5px solid #000000;
  margin-bottom: 20px;
}

blockquote * {
  font-size: 150%;
  line-height: 180%;
}

.paragraph-medium {
  font-size: 18px;
  line-height: 133%;
}

.paragraph-large {
  font-size: 24px;
  line-height: 138%;
}

h1 {
  font-family: var(--fw-500);
  font-weight: 500;
  font-size: clamp(2rem, 1.525rem + 2.375vw, 4.375rem); /*70px*/
  line-height: 120%;
  color: var(--white);
  margin-bottom: 0px;
}

h1 > p span {
  color: var(--primary);
}

h2 {
  font-family: var(--fw-500);
  font-weight: 500;
  font-size: clamp(2rem, 1.525rem + 2.375vw, 4.375rem); /*70px*/
  line-height: 120%;
  color: var(--primary);
  margin-bottom: 68px;
}

h3 {
  font-family: var(--fw-400);
  font-weight: 400;
  font-size: clamp(1.625rem, 1.35rem + 1.375vw, 3rem); /*48px*/
  line-height: 120%;
  color: var(--primary);
  margin-bottom: 35px;
}

h4 {
  font-family: var(--fw-700);
  font-weight: 700;
  font-size: clamp(1.125rem, 0.95rem + 0.875vw, 2rem); /*32px*/
  line-height: 120%;
  color: var(--primary);
  margin-bottom: 35px;
}

h5 {
  font-family: var(--fw-700);
  font-weight: 700;
  font-size: clamp(1.125rem, 0.95rem + 0.875vw, 2rem); /*32px*/
  line-height: 125%;
  color: var(--primary);
  margin-bottom: 20px;
}

h6 {
  font-family: var(--fw-700);
  font-weight: 500;
  font-size: 24px;
  line-height: 125%;
  color: var(--primary);
  margin-bottom: 20px;
}

.left-content p a:hover {
  color: #fff;
}

p:last-child {
  margin-bottom: 0;
}

p a {
  font-family: var(--fw-700);
  color: var(--primary);
}

.weight-400 {
  font-weight: 400 !important;
}

.weight-500 {
  font-weight: 500 !important;
}

.weight-600 {
  font-weight: 600 !important;
}

.weight-700 {
  font-weight: 700 !important;
}

/* page-main-title */
.page-title {
  font-family: "";
  font-weight: 800;
  font-size: 64px;
  line-height: 116%;
  color: #000;
}

.page-title * {
  text-decoration: none;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  letter-spacing: inherit;
  margin-top: 0;
  margin-bottom: 0;
  text-shadow: inherit;
}

.page-title a:hover {
  color: var(--primary);
}

/* page-main-title */

/* main-title */
.main-title {
  font-family: var(--fw-500);
  font-size: clamp(2rem, 1.525rem + 2.375vw, 4.375rem);
  line-height: 120%;
  color: var(--white);
}

.main-title * {
  text-decoration: none;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  text-transform: inherit;
  color: inherit;
  letter-spacing: inherit;
  margin-top: 0;
  margin-bottom: 0;
}

.main-title span {
  color: var(--primary);
}

.main-title a:hover {
  color: var(--primary);
}

/* main-title */

/* section-title */
.section-title {
  font-family: var(--fw-500);
  font-size: clamp(2rem, 1.525rem + 2.375vw, 4.375rem);
  line-height: 120%;
  color: var(--primary);
}

.section-title * {
  text-decoration: none;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  text-transform: inherit;
  color: inherit;
  letter-spacing: inherit;
  margin-top: 0;
  margin-bottom: 0;
}

.section-title span {
  color: var(--info);
}

.section-title a:hover {
  color: var(--primary);
}

/* section-title */

.block-title {
  font-family: var(--fw-400);
  font-size: clamp(1.625rem, 1.35rem + 1.375vw, 3rem); /* font-size: 48px */
  font-weight: 400;
  line-height: 120%;
}

.block-title * {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

.large-paragraph {
  font-family: var(--fw-700);
  font-size: clamp(1.125rem, 0.95rem + 0.875vw, 2rem); /* font-size: 32px; */
  line-height: 120%;
  color: var(--primary);
}

.large-paragraph * {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

p span {
  color: var(--primary) !important;
}

/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/
.navbar-toggler {
  padding: 0px;
  border: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-brand {
  padding: 0px;
  margin: 0px;
  display: inline-block;
  position: relative;
  z-index: 99999;
  width: 313px;
}

.navbar {
  padding: 40px 0px 25px;
}

.navbar-brand * {
  width: 100%;
  height: 100%;
}

.navbar-toggler {
  width: 35px;
  height: 35px;
  padding: 0;
  box-shadow: none !important;
  border: none;
  border-radius: 5px;
  position: relative;
  z-index: 99999;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.navbar-toggler .hamburger {
  width: 18px;
  height: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.navbar-toggler .hamburger-toggle {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.navbar-toggler .hamburger span {
  width: 100%;
  height: 2px;
  background-color: var(--primary);
  position: relative;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.navbar-toggler .hamburger span:first-child {
  top: 7px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.navbar-toggler .hamburger span:nth-child(2) {
  opacity: 0;
}

.navbar-toggler .hamburger span:last-child {
  margin: 0;
  top: -7px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.navbar-toggler.collapsed .hamburger span {
  opacity: 1 !important;
  top: auto !important;
  transform: none !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
}

.navbar-nav {
  margin-left: auto;
  margin-top: 0;
}

.navbar-nav .nav-item {
  margin-right: 69px;
}

.menu-arrow {
  cursor: pointer;
  position: absolute;
  left: 50%;
  z-index: 999;
  bottom: -20px;
  transform: translateX(-50%);
}

/* .header .navbar-nav [title^='About']::after{
    display: inline-block;
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
} */

.navbar-nav .nav-item:last-child {
  margin-right: 0;
}

.nav-link {
  font-family: var(--fw-400);
  font-size: 24px;
  line-height: 120%;
  color: var(--primary);
  padding: 0 !important;
  position: relative;
}

.nav-link:hover {
  color: var(--secondary);
}

.nav-link:active {
  color: var(--secondary);
}

.nav-link:focus {
  color: var(--secondary);
}

.nav-link.active {
  color: var(--secondary) !important;
}

.navbar-nav .dropdown .dropdown-menu li.active > .dropdown-item,
.navbar-nav .dropdown .dropdown-menu li.current-menu-item > .dropdown-item,
.navbar-nav .dropdown .dropdown-menu li.current-menu-parent > .dropdown-item,
.navbar-nav .dropdown .dropdown-menu li.current_page_parent > .dropdown-item,
.navbar-nav .dropdown .dropdown-menu li .dropdown-item.active,
.navbar-nav .dropdown .dropdown-menu li .dropdown-item.current-menu-item,
.navbar-nav .dropdown .dropdown-menu li .dropdown-item.current-menu-parent,
.navbar-nav .dropdown .dropdown-menu li .dropdown-item.current_page_parent,
.navbar-nav .dropdown .dropdown-menu li .dropdown-item:hover {
  color: var(--secondary);
  background: transparent;
}

.navbar-nav .dropdown-toggle::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.dropdown-item {
  padding: 10px 26px 10px 26px;
  font-family: var(--fw-500);
  font-size: 24px;
  line-height: 110%;
  color: var(--primary);
  display: inline-block;
  white-space: wrap;
}

.navbar-nav .dropdown > .dropdown-toggle:hover,
.navbar-nav .dropdown:hover > .dropdown-toggle,
.navbar-nav .nav-item.active .nav-link,
.navbar-nav .nav-item.current-menu-item .nav-link,
.navbar-nav .nav-item.current-menu-parent .nav-link,
.navbar-nav .nav-item.current_page_parent .nav-link,
.navbar-nav .nav-item .nav-link.active,
.navbar-nav .nav-item .nav-link.current-menu-item,
.navbar-nav .nav-item .nav-link.current-menu-parent,
.navbar-nav .nav-item .nav-link.current_page_parent,
.navbar-nav .nav-item .nav-link:hover {
  font-weight: 700;
  color: var(--secondary);
}

.btn {
  padding: 10px 25px;
  color: var(--white);
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
  border: 1px solid;
  border-radius: 31.5px;
  border-color: var(--white);
  -webkit-border-radius: 31.5px;
  -moz-border-radius: 31.5px;
  -ms-border-radius: 31.5px;
  -o-border-radius: 31.5px;
}

.form-btn {
  margin-bottom: 30px;
}

.btn.active:focus {
  color: var(--secondary);
  border-color: var(--secondary);
}

.btn:active {
  color: var(--secondary) !important;
  border-color: var(--secondary) !important;
}

.btn:hover {
  color: var(--secondary);
  border-color: var(--secondary);
}

.tab-pane {
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  -moz-transition: opacity 0.3s ease, visibility 0.3s ease;
  -ms-transition: opacity 0.3s ease, visibility 0.3s ease;
  -o-transition: opacity 0.3s ease, visibility 0.3s ease;
}

.tab-pane.show {
  opacity: 1;
  visibility: visible;
}

.pll-parent-menu-item .dropdown-menu {
  right: 0 !important;
  left: unset !important;
}

/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/

/*==================================================================*/
/*========== New Class Add Start ==========*/
/*==================================================================*/
/* banner */

.page-template-tpl_home .common-card-main .common-card-wrap {
  max-width: 1441px;
}

.banner-section .shape-1 {
  height: 561px;
  position: absolute;
  top: -180px;
  left: -60px;
}

.banner-section .shape-1 * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-section .banner-img {
  overflow: hidden;
}

.banner-section .shape-2 {
  height: 102px;
  position: absolute;
  top: 378px;
  left: -30px;
}

.banner-section .shape-2 * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-section .banner-contain {
  position: relative;
}

.banner-img-main {
  height: 100%;
  width: 100%;
}

.svg__image {
  width: 100%;
  width: 100%;
  object-fit: cover;
}

/* .banner-img{
  height: 920px;
} */

/* banner */

/* enquire-main */
.enquire-main {
  /* padding: 100px 0; */
  margin-top: -140px;
  position: relative;
  z-index: 99;
  border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  -o-border-radius: 0 0 0 0;
}

.shape-white path {
  fill: var(--white);
}

.enquire-main.researchers-pages .enquire-main-details {
  padding-bottom: 280px !important;
}

.enquire-main .enquire-main-details {
  padding: 10px 0 105px;
  background-color: var(--secondary);
}

.page-template-tpl_research_and_design .enquire-main .enquire-main-details {
  padding: 10px 0 355px;
}

.enquire-main.ourteam-page .enquire-main-details {
  padding-bottom: 258px !important;
}

.enquire-main-block .detail-block {
  max-width: 641px;
}

.enquire-main-block .detail-block .detail p br {
  display: none;
}

.enquire-main-block .detail *:last-child {
  margin-bottom: 0;
}

.enquire-main .enquire-main-wrap {
  max-width: 1329px;
}

.navbar .dropdown-menu li {
  margin-right: 0;
}

.enquire-main-shape {
  position: absolute;
  top: -89px;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 92px;
  z-index: 99;
}

.page-template-tpl_research_and_design .detail-block * {
  color: var(--white) !important;
}

.page-template-tpl_research_and_design .detail-block h4 span {
  color: var(--primary) !important;
}

.enquire-main .enquire-main-shape svg {
  width: 100%;
  height: 100%;
  display: block;
  preserveaspectratio: none;
  max-width: 100%;
  max-height: 100%;
}

.enquire-main-details .enquire-main-wrap {
  position: relative;
  z-index: 1;
}

.enquire-main .enquire-btn-contain {
  position: absolute;
  top: -247px;
  right: 0;
}

.btn-enquire {
  padding: 145px 30px 139px 71px;
  background: var(--primary);
  position: relative;
  color: #f783f2;
  display: flex;
  justify-content: center;
  z-index: 9999;
  width: 194px;
  text-align: end;
  clip-path: polygon(0 47%, 100% 94%, 100% 0);
}

.btn-enquire:hover {
  color: var(--white);
}

.btn-enquire:hover svg {
  right: 20px;
}

.btn-enquire svg {
  position: absolute;
  top: 122px;
  right: 30px;
  width: 17px;
  height: 15px;
  transition: 0.3s ease-in all;
  -webkit-transition: 0.3s ease-in all;
  -moz-transition: 0.3s ease-in all;
  -ms-transition: 0.3s ease-in all;
  -o-transition: 0.3s ease-in all;
}
/* enquire-main */

/* common-card-main */

.common-card-details p:last-child {
  margin-bottom: 0;
}

.common-card-main {
  padding: 128px 0 123px;
}

.common-card-main .common-card-wrap {
  max-width: 1321px;
}

.common-card-block .common-card-img * {
  width: 100%;
  height: 100%;
  border-radius: 22px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
}
/* common-card-main */

.wpcf7-spinner {
  position: absolute;
}

/* tabing-contain */
.tabing-contain .tabing-tab-contain {
  padding: 30px 0px 29px;
}

.tabing-contain .tabing-tab-contain:first-child {
  border-radius: 0 230px 0 0;
  -webkit-border-radius: 0 230px 0 0;
  -moz-border-radius: 0 230px 0 0;
  -ms-border-radius: 0 230px 0 0;
  -o-border-radius: 0 230px 0 0;
}

.tabing-tab-contain .section-title {
  background: transparent;
  border: none;
  padding: 0;
  text-align: start;
}

.tabing-tab-contain.research-contain {
  border-radius: 0 300px 0px 0;
  -webkit-border-radius: 0 300px 0px 0;
  -moz-border-radius: 0 300px 0px 0;
  -ms-border-radius: 0 300px 0px 0;
  -o-border-radius: 0 300px 0px 0;
}

.tabing-tab-contain .list-content {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
}

.list-right p {
  margin-bottom: 0;
}

.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.form-check-input {
  border: none;
  background-color: transparent;
  position: absolute;
}

.right-content .tab-img * {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.fade:not(.show) {
  display: none;
}

.tab-pane .right-content {
  text-align: end;
}

.tab-pane .left-content {
  max-width: 719px;
}

.tabing-tab-contain .section-title {
  margin-bottom: 68px;
}

.tabing-contain-wrap > *:last-child {
  padding: 30px 0px 320px 0px;
}

.list-left p {
  margin-bottom: 0;
}

/* tabing-contain */

/* form-main-contain */
.form-main-contain {
  padding: 69px 0 188px;
  position: relative;
  margin-top: -260px;
  overflow: hidden;
}

.form-main-contain .form-check {
  margin-bottom: 40px;
}

.form-main-contain .form-main-shape {
  position: absolute;
  top: 0px;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.form-main-contain .form-main-shape svg {
  width: 100%;
  height: 100%;
  display: block;
  preserveaspectratio: none;
  max-width: 100%;
  max-height: 100%;
}

.tab-pane ul {
  margin: 0 0 25px 0;
}

.form-main-wrap {
  position: relative;
  z-index: 1;
}

.form-main-wrap .block-title {
  color: var(--secondary);
}

.form-main-wrap .block-title * {
  margin-bottom: 100px;
}

.form-main-wrap .block-title strong {
  color: var(--white);
}

h3 strong {
  color: var(--white);
}

.form-main-contain .form-main-wrap .form-contain-common {
  max-width: 946px;
  margin: 0 auto;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: transparent;
  background-color: transparent;
}

.form-contain-common .form-group {
  position: relative;
  margin-bottom: 70px;
}

.form-group .wpcf7-not-valid-tip {
  margin-top: 10px;
}

.form-contain-common .form-control {
  position: relative;
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.5rem); /* font-size: 24px; */
  line-height: normal;
  padding: 0 0 10px 0 !important;
  border-bottom: 2px solid var(--white);
  border-left: none;
  border-right: none;
  border-top: none;
  border-radius: 0;
  color: var(--white);
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.form-contain-common .row > * {
  padding: 0 100px;
}

.form-contain-common .row {
  margin: 0 -100px;
}

.form-contain-common .form-control::placeholder {
  color: var(--white);
}

.form-contain-common .form-check-label {
  color: var(--white);
  margin-left: 30px;
}

.form-check .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -38px;
  left: 65px;
}

.wpcf7-form-control-wrap {
  position: static;
}

.form-contain-common .form-check {
  display: flex;
  align-items: center;
  position: relative;
}

.wpcf7-list-item.first.last .wpcf7-list-item-label {
  display: none;
}

.wpcf7-list-item {
  margin: 0;
}

.form-contain-common .form-check .form-check-input input[type="checkbox"] {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  border: 2px solid var(--white);
  -webkit-appearance: none !important;
  appearance: none;
  border-radius: 4px;
  background-color: transparent;
  width: 33px;
  height: 33px;
}

.form-contain-common
  .form-check
  .form-check-input
  input[type="checkbox"]:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath fill='%23ffffff' d='M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z'/%3E%3C/svg%3E");
  background-size: 20px 20px; /* Set width and height for the background image */
  background-repeat: no-repeat;
  background-position: center;
}

.form-check-input:focus {
  border-color: var(--white);
  box-shadow: none;
}

.list-content .list-left {
  margin-right: 20px;
}

.wpcf7 form.success .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
  color: #1c7857;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output {
  color: #c61137;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.wpcf7 form .wpcf7-response-output {
  border: none !important;
  padding: 0 !important;
  margin: 15px 0 0 0 !important;
  text-align: center;
}

.detail-block ol {
  margin-top: 30px;
}

.detail-block ol li,
.detail-block ul li {
  font-family: var(--fw-400);
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.5rem) !important;
  margin-bottom: 20px;
}

/* form-main-contain */

/*================ our-team ==================*/
.our-team-main {
  position: relative;
  z-index: 9999;
  margin-top: -181px;
}

.our-team-main .our-team-contain {
  padding: 90px 0 0px;
  position: relative;
  z-index: 99999;
}

.our-team-main .shape {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 184px;
}

.our-team-main .shape svg {
  width: 100%;
  height: 100%;
}

.enquire-main.our-team-page {
  padding: 100px 0 270px;
}

.our-team-main .our-team-contain .section-title {
  margin-bottom: 100px;
}

.our-team-block .our-team-img {
  height: 369px;
  width: 369px;
  margin: 0 auto;
  filter: grayscale(100%);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-filter: grayscale(100%);
  transition: 0.3s ease-in filter;
  -webkit-transition: 0.3s ease-in filter;
  -moz-transition: 0.3s ease-in filter;
  -ms-transition: 0.3s ease-in filter;
  -o-transition: 0.3s ease-in filter;
}

.our-team-block .our-team-img * {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.our-team-block .about-team ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.our-team-block .about-team {
  margin-top: 34px;
}

.our-team-block .about-team ul li {
  color: var(--primary);
  text-align: center;
  transition: 0.3s ease-in color;
  -webkit-transition: 0.3s ease-in color;
  -moz-transition: 0.3s ease-in color;
  -ms-transition: 0.3s ease-in color;
  -o-transition: 0.3s ease-in color;
}

.our-team-block .about-team ul li * {
  color: inherit;
}

.our-team-block .about-team ul li:first-child {
  font-family: var(--fw-700);
}

.our-team-detail .row {
  margin: 0 -22px;
}

.our-team-detail .row > * {
  padding: 0 22px;
}

.our-team-block {
  height: calc(100% - 110px);
  margin-bottom: 110px;
  cursor: pointer;
}

.our-team-block:hover .about-team ul li {
  color: var(--secondary);
}

.our-team-block:hover .our-team-img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
}

.our-team-contain .our-team-detail {
  max-width: 1608px;
  margin: 0 auto;
}

/*================ our-team ==================*/

/*================ researchers ==================*/
.researchers-img-main {
  margin-top: -200px;
  position: relative;
  z-index: 111;
}

.researchers-bg-img {
  height: 610px;
}

.researchers-bg-img svg {
  height: 100%;
  width: 100%;
}

.post-research-main {
  padding: 112px 0 120px;
}

.post-research-block h2 p span {
  color: var(--info) !important;
}

.page-template-tpl_research_and_design .post-research-main {
  margin-top: -260px;
  position: relative;
  z-index: 999;
  background: var(--white);
  border-radius: 280px 0 0 0;
  -webkit-border-radius: 280px 0 0 0;
  -moz-border-radius: 280px 0 0 0;
  -ms-border-radius: 280px 0 0 0;
  -o-border-radius: 280px 0 0 0;
}

.post-research-main .post-research-wrap {
  max-width: 1376px;
}

.post-research-main .post-research-wrap .row > * {
  padding: 0 30px;
}

.post-research-main .post-research-wrap .row {
  margin: 0 -30px;
}

/*================ researchers ==================*/

/*================ contact-us ==================*/
.contact-us-from form .form-group {
  margin-bottom: 70px;
}

.contact-us-from form .form-group .form-control {
  background: transparent !important;
  border-top: none;
  border-right: none;
  border-left: none;
  font-size: inherit;
  line-height: 140%;
  border-radius: 0px;
  padding: 0 20px 10px 0 !important;
  border-bottom: 2px solid var(--secondary) !important;
  color: var(--primary);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

.enquire-main .enquire-block h1 {
  margin-bottom: 69px;
}

.enquire-main.contact-us-page .enquire-main-wrap {
  max-width: 1348px;
}

.contact-us-from form .row {
  margin: 0 -15px !important;
}

.contact-us-from form .row > * {
  padding: 0 15px !important;
}

.contact-us-from form .form-group .form-control::placeholder {
  color: var(--primary);
}

.contact-us-from form .form-btn .btn {
  padding: 12px 44px;
  margin-top: 84px;

  border-radius: 31.5px;
  -webkit-border-radius: 31.5px;
  -moz-border-radius: 31.5px;
  -ms-border-radius: 31.5px;
  -o-border-radius: 31.5px;
}

.btn-purple {
  color: var(--white);
  background-color: var(--secondary);
  border-color: var(--secondary);
}

.btn-purple:hover {
  color: var(--secondary);
  background-color: transparent;
}

.enquire-block .contact-us-from {
  max-width: 483px;
  margin: 0 auto;
}

/*================ contact-us ==================*/

/*==================================================================*/
/*========== New Class Add End ==========*/
/*==================================================================*/
/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/

.footer .f-top {
  padding: 42px 0 30px;
}

.logo-slider-item .logo-block {
  height: 179px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-slider .slick-track {
  display: flex !important;
}

.logo-slider .slick-list.draggable {
  margin: 0 -25px;
}

.logo-slider .logo-slider-item {
  padding: 0 25px;
}

.logo-slider-item .logo-block * {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer .f-content {
  max-width: 1716px;
  margin: 0 auto;
}

.f-content ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.f-content ul li {
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
  line-height: normal;
  color: var(--primary);
}

.f-content ul li a:hover {
  color: var(--secondary);
}

.f-content ul li * {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.f-bottom .f-content {
  display: flex;
  justify-content: space-between;
}

.f-content .f-right ul li {
  margin-right: 107px;
}

.f-content .f-right ul li:last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.footer .f-bottom {
  padding: 30px 0 40px;
}

footer {
  overflow: hidden;
}

.f-right ul li a.active {
  font-family: var(--fw-700);
  color: var(--secondary);
}

/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/

/*================ typography ==================*/
.typography-main {
  padding: 100px 0 120px;
}

.typography-main h1 {
  color: var(--primary);
  margin-bottom: 68px;
}

.typography-main h5 {
  margin-bottom: 35px;
}

/*================ typography ==================*/

/*nidhi*/
/*news-detail page*/
.news-detail-main {
  padding: 0 0 100px 0;
  /* background: var(--white)!important; */
}

.news-detail-main .news-detail-block .row > * {
  padding: 0 33px !important;
}
.news-detail-main .large-paragraph {
  max-width: 752px;
}

.news-detail-main .enquire-main-wrap {
  max-width: 1547px;
  margin: 0 auto;
}

.news-detail-main .enquire-main-block .detail-block {
  max-width: 768px;
}
.news-detail-main ul li {
  color: #172567;
}
.news-detail-main img {
  border-radius: 13px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
}

.internet-block {
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.interest-wrap {
  max-width: 1679px;
}

.news-form-content {
  margin-top: 78px;
}

.news-img {
  margin: 68px 0 0 0;
}

.interest-block:hover .news-description * {
  color: #c359f2;
}

.news-description {
  margin: 32px 0 0 0;
}

.news-description * {
  font-size: 24px;
  font-family: var(--fw-500);
  line-height: normal;
}

.news-description > *:last-child {
  font-family: var(--fw-400);
  margin: 36px 0 0 0;
}

.news-description > *:not(:last-child) {
  margin: 0 0 10px 0;
}

.interest-block img {
  border-radius: 13px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
}

.news-detail-main .shape {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 184px;
}
.news-detail-main .shape svg {
  height: 128%;
  width: 100%;
}

.interest-main {
  padding: 0 0 60px;
}

/*news-detail page*/

/*news and publications page*/
/*report*/
.report-main {
  padding: 131px 0 0 0;
}

.page-template-tpl_news_and_publications .report-main {
  padding: 131px 0 0 0;
  margin-top: -240px;
  position: relative;
  z-index: 1111;
  background: #fff;
  border-radius: 250px 0 0 0;
  -webkit-border-radius: 250px 0 0 0;
  -moz-border-radius: 250px 0 0 0;
  -ms-border-radius: 250px 0 0 0;
  -o-border-radius: 250px 0 0 0;
}

.page-template-tpl_news_and_publications .enquire-main .enquire-main-details {
  padding: 10px 0 100px;
}

.update-main {
  padding: 50px 0 50px;
}

.report-inr-wrp {
  max-width: 1610px;
  margin: 0 auto;
}

.report-img img {
  margin: 0 auto;
  display: block;
  border-radius: 13px;
}
.report-desc {
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  bottom: 0;
}

.academic-main {
  padding: 62px 0px 0px;
}

.report-content {
  max-width: 470px;
  margin: 0 auto;
  padding: 23px 30px 21px 25px;
  border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  cursor: pointer;
  /* overflow: hidden;
    overflow-y: scroll;
    max-width: 470px; */
}

.report-content a {
  display: flex;
  justify-content: flex-end;
  font-family: var(--fw-500);
  font-size: 32px;
}

.report-content p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 25px;
}

.report-block {
  position: relative;
  margin-bottom: 124px;
  cursor: pointer;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.report-block:hover .report-content {
  background: rgba(195, 89, 242, 0.9);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.report-title {
  max-width: 960px;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 78px;
}

.blue-btn {
  border-radius: 31.5px;
  background: var(--primary);
  padding: 20px;
  color: #fff;
  font-family: var(--fw-500);
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  padding: 15px 34px;
}

.blue-btn:hover {
  color: var(--primary);
  background: var(--secondary);
}

.report-img * {
  height: 100%;
}

/*report*/

/*academic*/
.academic-wrp {
  max-width: 1675px;
  margin: 0 auto;
}

.academic-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 109px;
}

.academic-block {
  margin-bottom: 128px;
  max-width: 772px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  cursor: pointer;
}

.academic-block:hover {
  color: #c359f2;
}
.academic-block:hover .large-paragraph * {
  color: #c359f2;
}

.academic-wrp .row > *:nth-child(even) .academic-block {
  margin-left: auto;
  display: block;
}
/*academic*/

/*update*/

.update-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 120px;
}
.update-block {
  margin-bottom: 47px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.update-block .update-description p {
  margin-bottom: 8px;
  font-family: var(--fw-500);
}
.update-block .update-description > *:last-child {
  margin-top: 25px;
  font-size: 20px;
  font-family: var(--fw-400);
}

.update-block .update-description {
  margin-top: 25px;
}

/* .update-block .update-img{
  height: 300px;
} */

.update-block img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 13px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
}

.update-main {
  padding: 50px 0 50px;
}

.update-img {
  position: relative;
  cursor: pointer;
  height: 430px;
}

.update-block:hover .update-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  border-radius: 13px;
  background: rgba(195, 89, 242, 0.65);
}
.update-block:hover .update-description * {
  color: #c359f2 !important;
}
/*update*/

/*news and publications page*/

/*nidhi*/

.post-research-main .post-cart-details {
  margin-top: 90px;
  counter-reset: number;
}

.post-cart-list .post-cart-block {
  overflow: hidden;
  flex: 1 1 auto;
  margin-bottom: 30px;
  position: relative;
  padding: 0 15px;
  max-width: 197px;
  height: calc(100% - 30px);
  cursor: pointer;
}

.post-cart-list .post-cart-block .post-cart-img {
  height: 798px;
}

.post-cart-list .post-cart-block .post-cart-img * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-cart-list .post-cart-block .post-cart-img-deails {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  padding: 12px 40px;
}

.post-cart-details .post-cart-list {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  max-width: 1675px;
}

.post-cart-list
  .post-cart-block
  .post-cart-img-deails
  .post-cart-number
  span::before {
  content: "0" counter(number);
  display: inline-block;
  font-family: var(--fw-500);
  font-weight: 500;
  font-size: clamp(1.75rem, 0.5rem + 6.25vw, 8rem);
  line-height: 110%;
  color: var(--white);
  counter-increment: number;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}

.post-cart-list .post-cart-block .post-cart-img-deails .post-cart-number span {
  display: inline-block;
}

.post-cart-img-deails .post-cart-number {
  margin-left: -20px;
}

.post-cart-block .post-cart-img * {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.about-post h4 {
  color: var(--white);
}

.about-post ul li {
  color: var(--white);
}

.about-post ::marker {
  color: var(--white);
}

.post-cart-block.active {
  max-width: 100% !important;
}

.post-cart-block .about-post {
  display: none;
  opacity: 0;
}

.post-cart-block.active .about-post {
  padding: 26px 0 30px 0;
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.about-post h4 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 634px;
  font-family: var(--fw-400);
  font-weight: 400;
}

.post-cart-block.active:hover .about-post {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}

.post-cart-block .post-cart-img::before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(23, 37, 103, 0.8) 59%
  );
  top: 0;
  bottom: 0;
  position: absolute;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.post-cart-block .post-cart-img {
  position: relative;
}

.common-card-main .common-card-block .common-card-img {
  width: 100%;
  /*max-width: 672px;*/
  height: 448px;
}

.home-card-main .common-card-block .common-card-img {
  aspect-ratio: 550 / 300;
  width: 100%;
  height: 100%;
}

.home-card-main .row {
  margin: 0 -15px !important;
}

.home-card-main .row > * {
  padding: 0 15px !important;
}
