@charset "UTF-8";
@import "../fonts/style.css";
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul li {
  font-family: "TT Commons" !important;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

.site-header {
  padding: 18px 0;
  align-items: center;
}
.site-header .icon-menu {
  font-size: 1.5rem;
}
@media screen and (min-width: 601px) {
  .site-header .icon-menu {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .site-header {
    padding: 20px !important;
    max-width: 100% !important;
  }
}
.site-header .site-logo {
  line-height: 14px;
}
.site-header .site-logo .deskstop-logo {
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .site-header .site-logo .deskstop-logo {
    max-width: 130px;
  }
}
.site-header .mobile-nav-header {
  position: fixed;
  max-width: 320px;
  height: 100vh;
  overflow: auto;
  left: -320px;
  top: 0;
  padding: 20px;
  z-index: 2;
  background-color: #fff;
  transition: all ease-in-out 0.5s;
}
.site-header .mobile-nav-header.active {
  left: 0;
}
.site-header .mobile-nav-header .header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.site-header .mobile-nav-header .header .icon-close {
  font-size: 1rem;
}
.site-header .mobile-nav-header .menu {
  padding-left: 0;
  list-style: none;
}
.site-header .mobile-nav-header .menu ul li {
  border: none !important;
  padding: 0 !important;
}
.site-header .mobile-nav-header .menu li {
  padding: 15px 0;
}
.site-header .mobile-nav-header .menu li + li {
  border-top: solid 1px #ddd;
}
.site-header .mobile-nav-header .menu a {
  font-weight: 500;
  color: #000;
}
.site-header .overlay-box.active {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
  left: 0;
  top: 0;
}

@media screen and (max-width: 840px) {
  .nsrconsulting-nav {
    display: none;
  }
}
.nsrconsulting-nav .sub-menu {
  position: absolute;
  padding-left: 0;
  background-color: #fff;
  padding: 0;
  z-index: 1;
  border-radius: 0 0 6px 6px;
  height: 0;
  overflow: hidden;
  transition: all ease-in-out 0.5s;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
}
.nsrconsulting-nav .sub-menu li {
  display: block !important;
  margin: 0 !important;
  padding: 15px;
}
.nsrconsulting-nav .sub-menu li + li {
  border-top: solid 1px #ddd;
  padding-bottom: 10px;
}
.nsrconsulting-nav .menu {
  list-style: none;
  padding-left: 0;
}
.nsrconsulting-nav .menu li {
  display: inline-block;
  margin: 0 1rem;
}
.nsrconsulting-nav .menu li.menu-item-type-custom:after {
  content: "\e901";
  font-size: 6px;
  font-family: "icomoon" !important;
  position: relative;
  top: -2px;
  left: 3px;
}
.nsrconsulting-nav .menu li:hover .sub-menu {
  height: 120px;
}
.nsrconsulting-nav .menu li a {
  font-weight: 500;
  color: #172747;
  transition: all ease-in-out 0.5s;
}
.nsrconsulting-nav .menu li a:hover {
  color: #0694fb;
}

.btns-header {
  display: flex;
  align-items: center;
  gap: 8px;
}

.portal-login {
  color: #274f4a !important;
  min-width: 119px !important;
  background-color: #e2f3ff !important;
}

.btn-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  border-radius: 100px;
  min-width: 104px;
  height: 48px;
  color: #fff;
  background-color: #1c3464;
}
@media screen and (max-width: 600px) {
  .btn-contact {
    display: none;
  }
}
.btn-contact:hover {
  color: #fff;
}

.section-tag {
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  height: 27px;
}
.section-tag:before {
  content: "";
  position: absolute;
  left: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #5790e1;
}

.about-section p {
  font-size: 1.5rem;
  color: #040404;
}
.about-section .about-listing ul {
  border-top: solid 1px #000;
}
.about-section .about-listing li {
  font-size: 1.5rem;
  color: #1e3157;
  padding-left: 25px;
}
@media screen and (min-width: 768px) {
  .about-section .about-listing li {
    padding: 30px 0 30px 30px;
  }
}
@media screen and (max-width: 767px) {
  .about-section .about-listing li {
    padding: 20px 0 20px 25px;
  }
}
.about-section .about-listing li:before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #0694fb;
  border-radius: 100px;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 768px) {
  .about-section .about-listing li:before {
    top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .about-section .about-listing li:before {
    top: 25px;
  }
}
.about-section .about-listing li + li {
  border-top: solid 1px #000;
}

.home-service-section h2 {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .home-service-section h2 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .home-service-section h2 {
    font-size: 2rem;
  }
}
.home-service-section ul {
  padding-left: 0;
  list-style: none;
}
.home-service-section ul li {
  color: #1e3157;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .home-service-section ul li {
    padding: 33px 0;
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 767px) {
  .home-service-section ul li {
    font-size: 1.2rem;
    padding: 20px 0;
    padding-right: 50px;
  }
}
.home-service-section ul li a {
  position: absolute;
  right: 0;
  display: inline-block;
  width: 43px;
  height: 43px;
  background-color: rgb(30, 49, 87);
  border-radius: 100%;
  text-align: center;
  color: #fff;
  font-size: 12px;
  padding: 13px 0;
}
.home-service-section ul li a strong {
  display: none;
}
.home-service-section ul li strong {
  font-size: 12px;
  font-weight: 400;
  margin-right: 15px;
  position: relative;
  top: -8px;
}
.home-service-section ul li + li {
  border-top: solid 1px rgba(30, 49, 87, 0.2);
}

.people-section h2 {
  color: #1e3157;
}
.people-section h2 strong {
  color: #5790e1;
  font-weight: 500;
}

.team-wrap .e-link-in-bio__icons.has-size-small,
.team-wrap .e-link-in-bio__ctas.has-type-button {
  display: none;
}
.team-wrap .e-link-in-bio__heading {
  text-align: left;
}
.team-wrap .e-link-in-bio__bio--footer {
  text-align: left;
}

.btn-banner,
.common-btn {
  transition: all ease-in-out 0.5s;
}
.btn-banner .elementor-button-icon,
.common-btn .elementor-button-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #e2f3ff;
}
.btn-banner .elementor-button-icon svg,
.common-btn .elementor-button-icon svg {
  transition: all ease-in-out 0.5s;
  transform: rotate(-40deg);
}
.btn-banner:hover .elementor-button-icon svg,
.common-btn:hover .elementor-button-icon svg {
  fill: #000 !important;
  transform: rotate(0deg);
}

.common-btn .elementor-button-icon {
  background-color: #1e3157 !important;
}
.common-btn .elementor-button-icon svg {
  font-size: 12px;
  transform: rotate(0deg);
}
.common-btn:hover svg {
  transform: rotate(45deg) !important;
}

.footer h2 {
  font-size: 2.5rem;
}
.footer ul {
  padding-left: 0;
  list-style: none;
}
.footer ul li {
  font-size: 13px;
  line-height: 24px;
  color: #fafcff;
  margin-bottom: 5px;
}

.tabs-section .e-n-tabs-heading {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.tabs-section .e-n-tabs-heading button {
  font-size: 1.75rem;
  color: #1e3157 !important;
  font-weight: 500;
  flex: 1;
  padding: 30px;
  background-color: transparent !important;
  border: solid 2px transparent;
}
.tabs-section .e-n-tabs-heading button.e-n-tab-title[aria-selected=true] {
  border-bottom: solid 2px rgb(87, 144, 225);
}
.tabs-section .elementor-button-icon svg {
  fill: #000;
}
@media not all and (min-width: 1024px){
  .tabs-section .btn-banner{
    position: relative !important;
    margin-bottom: 1.25rem !important;
  }
}

.send-enquiry p {
  margin-bottom: 2rem;
}
.send-enquiry input,
.send-enquiry .area-of-interest,
.send-enquiry .message {
  border: none !important;
  border-radius: 0;
  line-height: 2.5rem;
  padding: 0 !important;
  border-bottom: solid 1px #b6b7bd !important;
}
.send-enquiry input::-moz-placeholder, .send-enquiry .area-of-interest::-moz-placeholder, .send-enquiry .message::-moz-placeholder {
  color: black;
}
.send-enquiry input::placeholder,
.send-enquiry .area-of-interest::placeholder,
.send-enquiry .message::placeholder {
  color: black;
}
.send-enquiry input:focus,
.send-enquiry .area-of-interest:focus,
.send-enquiry .message:focus {
  outline: none;
  box-shadow: none;
}
.send-enquiry .area-of-interest {
  height: 45px;
}
.send-enquiry .message {
  height: 100px;
}
.send-enquiry .btn-submit {
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  width: 100%;
  border-radius: 45px;
  color: #fff;
  padding-right: 36px !important;
  background-color: #1e3157;
}
.send-enquiry .btn-submit:hover {
  background-color: #1e3157;
}
.send-enquiry .btn-submit-outer {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.send-enquiry .btn-submit-outer p {
  width: 160px;
}
@media screen and (max-width: 767px) {
  .send-enquiry .btn-submit-outer p {
    margin-bottom: 0;
  }
}
.send-enquiry .btn-submit-outer p:before {
  content: "";
  position: absolute;
  right: 0;
  width: 40px;
  height: 40px;
  right: 4px;
  top: 3px;
  border-radius: 100%;
  background-color: #e2f3ff;
}
.send-enquiry .btn-submit-outer p:after {
  content: "\e900";
  font-family: "icomoon" !important;
  position: absolute;
  font-size: 12px;
  right: 16px;
  top: 14px;
}

.footer {
  background-color: #172747;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 70px 15px 50px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 40px 15px;
  }
}
.footer .footer-logo{
  margin-top: 3.5rem !important;
  display: flex !important;
  justify-content: flex-end !important;
}
.footer .footer-logo figure{
  margin: 0px;
}
@media not all and (min-width: 768px){
  .footer .footer-logo figure{
    max-width: 230px;
  }
}
.footer .footer-bottom{
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 1px;
  border-style: solid;
  border-color: rgba(255,255,255,0.1);
  padding-top: 1.25rem;
  margin-top: 4rem !important;
}
.footer .footer-bottom figure{
  margin: 0px;
}
.footer .footer-bottom p{
  margin-bottom: 0px;
}
.footer .footer-bottom ul{
  display: flex;
  gap: 1.75rem;
}
.footer .footer-bottom ul li{
  margin-bottom: 0px;
}
.footer .footer-bottom ul a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.footer .footer-bottom p{
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.footer .thm-container {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
@media not all and (min-width: 768px){
  .footer .thm-container{
    flex-direction: column;
  }
}
.footer .thm-container h2{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.footer .thm-container h2 span{
  --tw-text-opacity: 1;
  color: rgb(6 148 251 / var(--tw-text-opacity, 1));
}
.footer .thm-container form input:focus,
.footer .thm-container form select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.footer .thm-container form select option{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.footer .thm-container .form-wrap{
  width: 100%;
}
@media (min-width: 768px){
  .footer .thm-container .form-wrap{
    max-width: 482px;
  }
}
.footer .thm-container .menu-wrap{
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media not all and (min-width: 768px){
  .footer .thm-container .menu-wrap{
    flex-direction: column;
    gap: 1.25rem;
  }
}
@media (min-width: 768px){
  .footer .thm-container .menu-wrap{
    max-width: 580px;
  }
}
.footer .thm-container .menu-wrap .footer-title{
  margin-top: 0px;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(136 145 163 / var(--tw-text-opacity, 1));
}
.footer .thm-container .menu-wrap ul li a{
  font-size: 14px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.footer .thm-container .form-wrap p,
.footer .thm-container .menu-wrap p{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.footer .thm-container .form-wrap input,
.footer .thm-container .form-wrap .wpcf7-form-control.wpcf7-select,
.footer .thm-container .menu-wrap input,
.footer .thm-container .menu-wrap .wpcf7-form-control.wpcf7-select{
  margin-bottom: 1rem;
  border-bottom-width: 1px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-style: solid;
  border-color: rgba(250,252,255,0.3);
  background-color: transparent;
  padding-left: 0px;
  padding-right: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.footer .thm-container .form-wrap input::-moz-placeholder, .footer .thm-container .form-wrap .wpcf7-form-control.wpcf7-select::-moz-placeholder, .footer .thm-container .menu-wrap input::-moz-placeholder, .footer .thm-container .menu-wrap .wpcf7-form-control.wpcf7-select::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.footer .thm-container .form-wrap input::placeholder,
.footer .thm-container .form-wrap .wpcf7-form-control.wpcf7-select::placeholder,
.footer .thm-container .menu-wrap input::placeholder,
.footer .thm-container .menu-wrap .wpcf7-form-control.wpcf7-select::placeholder{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.footer .thm-container .form-wrap .wpcf7-form-control.wpcf7-select,
.footer .thm-container .menu-wrap .wpcf7-form-control.wpcf7-select{
  height: 2.5rem;
}
.footer .thm-container .form-wrap .checkbox-wrap,
.footer .thm-container .menu-wrap .checkbox-wrap{
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.footer .thm-container .form-wrap .checkbox-wrap br,
.footer .thm-container .menu-wrap .checkbox-wrap br{
  display: none;
}
.footer .thm-container .form-wrap .checkbox-wrap p,
.footer .thm-container .menu-wrap .checkbox-wrap p{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.footer .thm-container .form-wrap .checkbox-wrap p a,
.footer .thm-container .menu-wrap .checkbox-wrap p a{
  --tw-text-opacity: 1;
  color: rgb(87 144 225 / var(--tw-text-opacity, 1));
}
.footer .thm-container .form-wrap .checkbox-wrap .wpcf7-list-item.first.last,
.footer .thm-container .menu-wrap .checkbox-wrap .wpcf7-list-item.first.last{
  margin-left: 0px;
  margin-top: 0px;
}
.footer .thm-container .form-wrap .checkbox-wrap [type=checkbox],
.footer .thm-container .menu-wrap .checkbox-wrap [type=checkbox]{
  margin-top: 0.5rem;
}
.footer .thm-container .form-wrap .btn-submit,
.footer .thm-container .menu-wrap .btn-submit{
  position: relative;
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
}
.footer .thm-container .form-wrap .btn-submit p .wpcf7-spinner,
.footer .thm-container .menu-wrap .btn-submit p .wpcf7-spinner{
  margin: 0px;
}
.footer .thm-container .form-wrap .btn-submit input,
.footer .thm-container .menu-wrap .btn-submit input{
  margin-bottom: 0px;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(164 188 207 / var(--tw-bg-opacity, 1));
  text-indent: -999999px;
}
.footer .thm-container .form-wrap .btn-submit:before,
.footer .thm-container .menu-wrap .btn-submit:before{
  position: absolute;
  left: 15px;
  top: 13px;
  font-family: "icomoon";
  font-size: 11px;
  --tw-content: "";
  content: var(--tw-content);
}