@charset "UTF-8";
.bg-brand {
  background-color: #1e3f74 !important;
}

mark {
  background-color: rgba(229, 151, 54, 0.9019607843) !important;
  color: #FFF !important;
}

.cth__bg--light {
  background-color: #FFF !important;
}

.border-light {
  border-color: rgba(255, 255, 255, 0.25) !important;
}

.border-primary {
  border-color: #1e3f74 !important;
}

.border-primary-subtle {
  border-color: rgba(30, 63, 116, 0.25) !important;
}

.cth__text--light,
.cth__color--light,
.link-light .text-light {
  color: #FFF !important;
}

.text-brand {
  color: #1e3f74 !important;
}

.list-group-item-secondary {
  background-color: #EFEFEF !important;
}

.btn-outline-primary {
  border-color: #1e3f74 !important;
  color: #1e3f74 !important;
}
.btn-outline-primary:hover, .btn-outline-primary:active {
  background-color: #1e3f74 !important;
  border-color: #1e3f74 !important;
  color: #FFF !important;
}

.btn-primary {
  color: #FFF !important;
  background-color: #1e3f74 !important;
  border-color: #1e3f74 !important;
}
.btn-primary:hover, .btn-primary:active {
  background-color: rgba(30, 63, 116, 0.85) !important;
  border-color: rgba(30, 63, 116, 0.85) !important;
}

.btn-warning {
  color: #FFF !important;
  background-color: rgba(229, 151, 54, 0.9019607843) !important;
  border-color: rgba(229, 151, 54, 0.9019607843) !important;
}
.btn-warning:hover, .btn-warning:active {
  background-color: rgba(229, 151, 54, 0.85) !important;
  border-color: rgba(229, 151, 54, 0.85) !important;
}

a {
  color: #1e3f74 !important;
}

p, a {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
}

p {
  cursor: default;
}

a, p {
  font-style: normal;
  line-height: 1.5;
  font-size: 1.2375rem;
}
@media (min-width: 992px) {
  a, p {
    font-size: 1.0125rem;
  }
}

.fw-bold {
  font-weight: 600 !important;
}

.p-small {
  font-size: 1.1rem;
}
@media (min-width: 992px) {
  .p-small {
    font-size: 0.9rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  cursor: default;
}

h1, .h1 {
  font-style: normal;
}

h2, .h2 {
  font-style: normal;
}

h3, .h3 {
  font-style: normal;
}

h4, .h4 {
  font-style: normal;
}

h5, .h5 {
  font-style: normal;
}

h6, .h6 {
  font-style: normal;
}

.body {
  background-color: #FFF;
}

.wow {
  visibility: hidden;
}

.anchor-target {
  scroll-margin-top: 146px;
}

hr {
  opacity: 1;
}

.aspect-ratio--16-9 {
  aspect-ratio: 16/9;
}
.aspect-ratio--9-16 {
  aspect-ratio: 9/16;
}

.anti-sticky {
  margin-top: 104px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); /* stylelint-disable-line property-no-deprecated */
  white-space: nowrap;
  border: 0;
}

.truncate {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 576px) {
  .truncate {
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}
@media (min-width: 768px) {
  .truncate {
    -webkit-line-clamp: 4;
    line-clamp: 4;
  }
}
@media (min-width: 992px) {
  .truncate {
    -webkit-line-clamp: 1;
    line-clamp: 1;
  }
}
@media (min-width: 1200px) {
  .truncate {
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
}

.cursor-default {
  cursor: default !important;
}

@media (min-width: 992px) {
  a {
    text-decoration: none;
    transition: all 0.2s ease;
  }
  a:hover {
    text-decoration: underline;
  }
}

.btn {
  text-decoration: none !important;
}

.cth__border-md--light {
  border-width: 1px;
  border-style: solid !important;
  border-color: #FFF !important;
  border-radius: 6px !important;
}

.cth__border-lg--dark {
  border-width: 1px;
  border-style: solid !important;
  border-color: #1e3f74 !important;
  border-radius: 6px !important;
}

@media (min-width: 1400px) {
  .completed-work__wrapper {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
}

.card_completed_work_counter {
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  color: #FFF;
}
.card_completed_work_counter i {
  display: block;
  font-size: 3rem;
}
@media (min-width: 992px) {
  .card_completed_work_counter i {
    margin-bottom: 24px;
  }
}

@media (min-width: 1400px) {
  .cta_schedule_consultation__btn {
    width: 100%;
  }
}

.section_hulu_streaming iframe {
  height: 99%;
  width: 100%;
  aspect-ratio: 9/16;
  border-radius: 6px;
}
@media (min-width: 576px) {
  .section_hulu_streaming iframe {
    aspect-ratio: 16/9;
  }
}
@media (min-width: 992px) {
  .section_hulu_streaming iframe {
    aspect-ratio: unset;
  }
}

.section_guaranteed_results__advantages {
  grid-template-columns: 5fr 7fr;
}
.section_guaranteed_results iframe {
  height: auto;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 6px;
  margin-top: 24px;
}
@media (min-width: 992px) {
  .section_guaranteed_results iframe {
    margin-top: unset;
  }
}

.section_what_makes_us_unique iframe {
  height: auto;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 6px;
}

@media (min-width: 768px) {
  .site-main .services-list__link {
    text-decoration: none;
  }
  .site-main .services-list__link:hover {
    text-decoration: underline;
  }
}

.slider_testimonials {
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.card_our_consultation_process {
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  color: #FFF;
}
.card_our_consultation_process i {
  font-size: 2.5rem !important;
}

.cat-links {
  padding: 6px 0;
}
.cat-links a {
  margin: 0 3px 3px 0;
  padding: 3px 12px;
  font-size: 1rem !important;
  text-decoration: none;
  background-color: #EFEFEF;
  border: 1px solid #EFEFEF;
  border-radius: 6px;
  transition: all 0.2s ease;
}
.cat-links a:hover, .cat-links a:focus {
  border: 1px solid #1e3f74;
}
.cat-links a:active {
  color: #FFF !important;
  background-color: #1e3f74;
  border: 1px solid #1e3f74;
}

.staff-pre-post-heading {
  border-left: 1px solid #151515;
}

.wpcf7-response-output {
  margin-left: unset !important;
  margin-right: unset !important;
  border-radius: 6px !important;
}

.custom-pre-header {
  background-color: #EFEFEF;
}
.custom-pre-header__wrapper {
  height: 50px;
}
.custom-pre-header .list-group li a {
  text-decoration: none;
}
.custom-pre-header .list-group li a:hover {
  text-decoration: underline;
}

.header_001 .navbar {
  background-color: #1e3f74;
}
.header_001 .navbar .navbar-toggler {
  background-color: #FFF;
}
.header_001 .navbar .navbar-toggler:focus {
  box-shadow: none;
}
.header_001 .list-group .list-group-item {
  padding: 0.6rem;
}
.header_001 .list-group .list-group-item a {
  opacity: 1;
  padding: 0.8rem 0.5rem;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.header_001 .list-group .list-group-item a:hover {
  opacity: 0.8;
}
@media (max-width: 991px) {
  .header_001 .list-group .list-group-item a {
    display: block;
    padding: 0.2rem 0.5rem;
  }
}
.header_001 .list-group .list-group-item a:focus {
  outline: 1px dotted #1e3f74;
  border-radius: 6px;
}
@media (min-width: 992px) {
  .header_001 .list-group .list-group-item a:focus {
    outline: unset;
    border-radius: unset;
  }
}
.header_001 .submenu_001,
.header_001 .submenu_002 {
  top: 44px;
  left: 0;
  padding-top: 1rem;
  transition: visibility 0s, opacity 0.5s;
  z-index: 10;
}
@media (min-width: 992px) {
  .header_001 .submenu_001,
  .header_001 .submenu_002 {
    display: block;
    position: absolute;
    opacity: 0;
    visibility: hidden;
  }
}
.header_001 .submenu_001 ul,
.header_001 .submenu_002 ul {
  padding: 0;
  border-radius: 6px;
  width: 100%;
  list-style-type: unset;
  background-color: #EFEFEF;
  overflow: hidden;
}
@media (min-width: 992px) {
  .header_001 .submenu_001 ul,
  .header_001 .submenu_002 ul {
    width: max-content;
  }
}
.header_001 .submenu_001 ul li,
.header_001 .submenu_002 ul li {
  border-bottom: 1px solid #FFF;
}
.header_001 .submenu_001 ul li:last-child,
.header_001 .submenu_002 ul li:last-child {
  border-bottom: unset;
}
.header_001 .submenu_001 ul li a,
.header_001 .submenu_002 ul li a { /* stylelint-disable-line no-descending-specificity */
  display: block;
  padding: 12px 24px !important;
}
@media (min-width: 992px) {
  .header_001 .submenu_001 ul li a,
  .header_001 .submenu_002 ul li a {
    padding: unset;
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
.header_001 .submenu_001 ul li a:focus,
.header_001 .submenu_002 ul li a:focus { /* stylelint-disable-line no-descending-specificity */
  border-radius: unset !important;
}
.header_001 .is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  max-height: 100dvh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 992px) {
  .header_001 .is-sticky {
    position: fixed;
    width: 100%;
    top: 0;
    left: unset;
    right: unset;
    max-height: unset;
    overflow-y: unset;
    -webkit-overflow-scrolling: unset;
  }
}
@media (min-width: 992px) {
  .header_001 #cth-header-desktop .has-submenu::after {
    content: "▾";
    position: inherit;
    top: -2px;
    opacity: 0.3;
  }
}
.header_001 #cth-header-desktop .has-submenu:hover .sub-menu,
.header_001 #cth-header-desktop .has-submenu:hover .submenu_001,
.header_001 #cth-header-desktop .has-submenu:hover .submenu_002 {
  visibility: visible;
  opacity: 1;
}

.slider__mobile-img {
  position: absolute;
  height: 100%;
  width: auto;
  bottom: 0%;
  right: -25%;
  opacity: 0.25;
  filter: blur(2px);
}
@media (min-width: 576px) {
  .slider__mobile-img {
    right: -10%;
  }
}
@media (min-width: 768px) {
  .slider__mobile-img {
    right: 10%;
  }
}
@media (min-width: 992px) {
  .slider__mobile-img {
    opacity: 1;
    filter: blur(0);
  }
}

.youtube__wrapper {
  width: 100%;
  aspect-ratio: 16/9;
}
.youtube__wrapper iframe {
  border-radius: 6px;
  width: 100%;
  height: 130%;
  border: 0;
}
@media (min-width: 576px) {
  .youtube__wrapper iframe {
    width: 100%;
    height: 100%;
  }
}

.section_dilip_madnani .metadata__img {
  height: 36px;
}
@media (min-width: 992px) {
  .section_dilip_madnani .metadata__img {
    height: 46px;
  }
}

.post-thumbnail {
  width: 100%;
  height: auto;
}
.post-posted-on {
  padding: 0;
  padding-left: 12px;
  font-weight: 600;
  border-left: 1px solid #151515;
}

.widget-blog-category {
  padding: 0;
  list-style-type: none;
  overflow: hidden;
}
.widget-blog-category .cat-item {
  float: left;
}
.widget-blog-category a {
  display: block;
  margin: 0 8px 8px 0;
  padding: 6px 12px 4px;
  text-decoration: none;
  background-color: #EFEFEF;
  border: 1px solid #EFEFEF;
  border-radius: 6px;
  transition: all 0.2s ease;
}
.widget-blog-category a:hover, .widget-blog-category a:focus {
  border: 1px solid #1e3f74;
}
.widget-blog-category a:active {
  color: #FFF !important;
  background-color: #1e3f74;
  border: 1px solid #1e3f74;
}
.widget-blog-archives {
  padding: 0;
  list-style-type: none;
}
.widget-blog-archives a { /* stylelint-disable-line no-descending-specificity */
  display: block;
  margin: 8px 0;
  padding: 6px 12px 4px;
  text-decoration: none;
  background-color: #EFEFEF;
  border: 1px solid #EFEFEF;
  border-radius: 6px;
  transition: all 0.2s ease;
}
.widget-blog-archives a:hover, .widget-blog-archives a:focus {
  border: 1px solid #1e3f74;
}
.widget-blog-archives a:active {
  color: #FFF !important;
  background-color: #1e3f74;
  border: 1px solid #1e3f74;
}

.posts-pagination .screen-reader-text {
  display: none;
}
.posts-pagination .nav-links {
  text-align: center;
}
.posts-pagination .nav-links a {
  padding: 6px 12px;
  text-decoration: none;
  background-color: #EFEFEF;
  border: 1px solid #EFEFEF;
  border-radius: 6px;
  transition: all 0.2s ease;
}
.posts-pagination .nav-links a:hover, .posts-pagination .nav-links a:focus {
  border: 1px solid #1e3f74;
}
.posts-pagination .nav-links a:active {
  color: #FFF !important;
  background-color: #1e3f74;
  border: 1px solid #1e3f74;
}
.posts-pagination .nav-links .current {
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #EFEFEF;
  border-radius: 6px;
}

.footer_001 {
  background-color: #1e3f74;
  color: #FFF;
}
.footer_001__p--mini {
  font-size: 0.9rem;
  line-height: 1rem;
}

.footer_nav__link {
  color: #FFF !important;
  text-decoration: underline;
  font-size: 0.9rem;
  line-height: 2rem;
}
@media (min-width: 768px) {
  .footer_nav__link {
    line-height: 1rem;
    text-decoration: none;
  }
  .footer_nav__link:hover {
    text-decoration: underline;
  }
}

.footer_review_nav__link_wrapper {
  position: relative;
  background-color: rgba(255, 255, 255, 0.05);
}
.footer_review_nav__link {
  color: #FFF !important;
  text-decoration: underline;
  font-size: 0.9rem;
  line-height: 1rem;
}
@media (min-width: 768px) {
  .footer_review_nav__link {
    text-decoration: none;
  }
  .footer_review_nav__link:hover {
    text-decoration: underline;
  }
}

.custom-post-footer {
  background-color: #151515;
  color: #FFF;
}
.custom-post-footer__nav li a {
  padding: 0.5rem 2rem 0.5rem 0;
  color: #FFF !important;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .custom-post-footer__nav li a {
    padding: 0.5rem 1rem;
    text-decoration: none;
  }
  .custom-post-footer__nav li a:hover {
    text-decoration: underline;
  }
}