.navbar-nav .clickD {
  background: url(../images/rt-arrow-wh.svg) center center no-repeat;
}

.navbar-nav > li:hover > .clickD {
  background: url(../images/light-blue-arrw.svg) center center no-repeat;
}

ul.sub-menu {
  /* background: var(--themeSky); */
  border: none;
  border-radius: 10px;
  width: 242px;
  padding: 50px 0 16px;
}

ul.sub-menu::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: calc(100% - 35px);
  width: 100%;
  background: var(--themeSky);
  border-radius: 10px;
  z-index: -1;
  pointer-events: none;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.sub-menu > li > a {
  color: var(--white);
  display: block;
  width: 100%;
  padding: 12px 0px;
  font-size: 18px;
  line-height: 1;
  font-family: var(--bodyFont);
  letter-spacing: -0.02em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.navbar-nav > li {
  padding: 0;
}

.main-head {
  padding: 11.5px 0;
}

.sub-menu > li > a {
  color: var(--white);
  display: block;
  width: 100%;
  padding: 12px 0px;
  font-size: 18px;
  line-height: 1;
  font-family: var(--bodyFont);
  letter-spacing: -0.02em;
}

.sub-menu > li > a:hover,
.sub-menu > li.menu-item-has-children:hover > a,
.sub-menu > li.current-menu-item > a {
  opacity: 0.7;
}

.sub-menu > li {
  width: 100%;
  display: block;
  padding: 0 16px;
}

.sub-menu .menu-item-has-children > .clickD {
  filter: brightness(0) invert(1);
  transform: rotate(-90deg) translate(50%);
}

.sub-menu .sub-menu {
  background: var(--white);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  border: 1px solid #eee;
}

.sub-menu .sub-menu > li {
}

.sub-menu .sub-menu > li > a {
  color: var(--themeBlue);
  padding: 10px 0;
  font-size: 18px;
  border-bottom: 1px solid #eee;
}

.sub-menu::before {
  top: 27px;
}

ul.sub-menu .sub-menu::after {
  display: none;
}

ul.sub-menu .sub-menu {
  padding-top: 16px;
}

.sub-menu > li:last-child,
.sub-menu > li:last-child a {
  border-bottom: none;
}

.sub-menu .sub-menu > li > a:hover {
  background: var(--themeBlue);
  color: var(--white);
  padding-left: 10px;
  opacity: 1;
}

.article-header {
  margin-bottom: 30px;
}

.article-meta > span {
  padding: 4px 10px;
  color: var(--black);
  font-family: var(--headingFont);
  font-weight: 400;
  display: flex;
  align-items: center;
}

.article-meta > span i,
.result-meta > span i {
  color: var(--themeSky);
  margin-right: 8px;
}

.article-meta {
  margin: -4px -10px;
  display: flex;
  flex-wrap: wrap;
}

.article-meta > span,
.article-meta > span a,
.article-meta > span p {
  color: var(--themeBlue);
}

.article-meta > span a:hover {
  opacity: 0.8;
}

.result-title a {
  font-size: 36px;
}

.result-meta {
  margin-bottom: 20px;
}

.result-meta > span {
  padding: 0 10px;
  color: var(--themeBlue);
  font-family: var(--headingFont);
}

.result-meta {
  margin-left: -10px;
  margin-right: -10px;
}

.search-result-item .read-more-btn {
  margin-top: 12px;
}

.search-results-grid .search-result-item:not(:last-child) {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e5e5e5;
}

.menu-item-has-children > a::after {
  display: none;
}

.navbar-nav > li > .sub-menu .sub-menu {
  padding: 15px 0;
  top: -15px;
}

.new-archive-blog-col .post-navigation {
  display: none;
}

.news-card-content .article-header {
  margin-bottom: 15px;
}

.news-card-content p .cmn-btn {
  display: none;
}

.news-card-img {
  padding-top: 64.4%;
}

.news-card-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.new-archive-blog-rw {
  --bs-gutter-y: 40px;
}

.blog-detail-title-wrppr {
  margin-bottom: 30px;
}

.blog-detail-title-wrppr h1 {
  /* font-size: 70px; */
  font-size: 50px;
}

.article-detail-img-wrppr {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
}

.article-detail-img-wrppr img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.for-mobile-only {
  display: none;
}

.search-blog-rw .pagination h2 {
  display: none;
}
.search-blog-rw .nav-links {
  display: flex;
  gap: 30px;
  justify-content: center;
  padding: 0;
  align-items: center;
}
.search-blog-rw .page-numbers {
  color: #79797a;
  font-weight: 600;
  font-size: 18px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-blog-rw .page-numbers:hover {
  color: var(--themeBlue);
}
.search-blog-rw .page-numbers.current {
  width: 32px;
  height: 32px;
  background: var(--themeBlue);
  color: var(--white);
  border-radius: 5px;
  box-shadow: 0 4px 10px rgba(6, 73, 116, 0.2);
}
.search-no-results .new-archive-blog-rw {
  --bs-gutter-y: 0;
}
.no-results {
  text-align: center;
}
.no-results > p {
  font-weight: 600;
  font-size: 20px;
}
.searchform {
  max-width: 650px;
  margin: 0 auto;
  text-align: left;
}
.searchform > * {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.searchform label {
  width: 100%;
  display: block;
  font-size: 20px;
  font-family: var(--headingFont);
  font-weight: 500;
  color: #111111;
  margin-bottom: 5px;
}
.searchform input[type="submit"] {
  flex: 0 0 auto;
}
.searchform input[type="text"] {
  width: calc(100% - 145px);
  border: 1px solid #cecece;
  color: var(--black);
  border-radius: 50px;
  padding: 14px 35px;
  font-size: 16px;
  color: var(--bodyTxt);
  height: auto;
  transition: all 0.3s ease;
}
.searchform input[type="text"]:focus {
  box-shadow: 0 4px 15px rgba(0, 157, 205, 0.15);
  outline: none;
}
.no-results h2 {
  margin-bottom: 15px;
}
body.search .banner-title span {
  word-wrap: break-word;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.brk-cat {
  display: inline-flex;
  align-items: center;
}
.brk-cat > *:not(:first-child) {
  margin-left: 5px;
}

.frm-hide-desk {
  /* display: none; */
  background: var(--white);
  padding: 30px 50px 50px;
  border-radius: 15px;
  box-shadow: 5px 15px 30px rgba(0, 0, 0, 0.04);
  border: 1px solid #eee;
  /* max-width: 750px; */
  margin-top: 80px;
}
.frm-hide-desk .gform-theme--foundation .gform_fields {
  column-gap: 1.5rem;
  row-gap: 16px;
}
.frm-hide-desk .gform-theme--framework .gform-field-label {
  font-size: 15px;
  margin-bottom: 2px;
  font-family: var(--headingFont);
  font-weight: 500;
  color: #111111;
}

.frm-hide-desk .gform-theme--foundation .gfield .ginput_password,
.frm-hide-desk .gform-theme--foundation .gfield input,
.frm-hide-desk .gform-theme--foundation .gfield select {
  border-radius: 30px;
  padding: 10px 30px 10px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  border: 1px solid #cecece;
  color: var(--bodyTxt);
  height: auto;
  transition: all 0.3s ease;
  box-shadow: none;
}

.frm-hide-desk .gform-theme--foundation .gfield textarea {
  border-radius: 20px;
  resize: none;
  height: 130px;
  padding: 10px 30px 10px 20px;
  font-size: 14px;
  border: 1px solid #cecece;
  color: var(--bodyTxt);
  transition: all 0.3s ease;
}
.frm-hide-desk .gform-theme--foundation .gfield .ginput_password:focus,
.frm-hide-desk .gform-theme--foundation .gfield input:focus,
.frm-hide-desk .gform-theme--foundation .gfield select:focus,
.frm-hide-desk .gform-theme--foundation .gfield textarea:focus {
  box-shadow: 0 4px 15px rgba(0, 157, 205, 0.15);
  outline: none;
}
.frm-hide-desk .gform-theme--foundation .gform_footer {
  justify-content: center;
}
.frm-hide-desk .gform-theme--foundation .gform_footer .gform_button {
  height: 48px !important;
  cursor: pointer !important;
  border: none !important;
  outline: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  background: var(--themeSky) !important;
  color: var(--white) !important;
  font-family: var(--headingFont) !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  line-height: 1.56 !important;
  padding: 10px 30px !important;
  border-radius: 50px !important;
  transition: all 0.5s ease !important;
  padding-right: 50px !important;
  position: relative;
}

.frm-hide-desk .gform-theme--foundation .gform_footer .gform_button:hover {
  background: var(--themeBlue) !important;
  color: var(--white) !important;
}

.gform-theme--framework .gform_validation_errors {
  margin: 20px 0 !important;
}

.gform_footer .form-submit-innr {
  position: relative;
}
.form-submit-innr::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 26px;
  width: 12px;
  height: 13px;
  transition: all 0.3s ease;
  background-image: url(../images/blue-top-arrw.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  z-index: 2;
  transform: translateY(-50%) rotate(0deg);
  pointer-events: none;
  user-select: none;
  filter: brightness(0) invert(1);
}
.form-submit-innr:hover::before {
  transform: translateY(calc(-50% + 1px)) rotate(45deg);
}
.form-submit-innr .gform-loader {
  position: absolute !important;
  top: 15px;
  right: -30px;
}
.categories-widget ul li.current-cat a {
  color: var(--themeSky);
}

.recent-post-list {
  margin-bottom: 45px;
}

.article-section .sidebar,
.news-listing-sec .sidebar {
  position: sticky;
  top: 130px;
}

@media screen and (max-width: 1799.98px) {
  .blog-detail-title-wrppr h1 {
    font-size: 46px;
  }
}

@media screen and (max-width: 1599.98px) {
  .blog-detail-title-wrppr h1 {
    font-size: 36px;
  }
  .searchform label {
    font-size: 18px;
  }
}

@media screen and (max-width: 1439.98px) {
  .result-title a {
    font-size: 32px;
  }

  ul.sub-menu {
    padding: 43px 0 16px;
  }

  ul.sub-menu::after {
    height: calc(100% - 28px);
  }

  .sub-menu::before {
    top: 21px;
  }

  .blog-detail-title-wrppr h1 {
    font-size: 34px;
  }

  .searchform label {
    font-size: 16px;
  }
  .frm-hide-desk {
    margin-top: 60px;
  }

  .article-section .sidebar,
  .news-listing-sec .sidebar {
    top: 110px;
  }
}

@media screen and (max-width: 1199.98px) {
  .blog-detail-title-wrppr h1 {
    font-size: 32px;
  }

  .result-title a {
    font-size: 28px;
  }

  .sub-menu > li > a {
    color: var(--themeBlue);
    font-family: var(--headingFont);
    font-size: 16px;
    font-weight: 500;
    padding: 8px 20px 8px 30px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid var(--themeBlue);
  }

  .sub-menu > li {
    border-bottom: none;
  }

  ul.sub-menu::after {
    display: none;
  }

  ul.sub-menu {
    width: 100%;
    /* display: block; */
    padding: 0;
  }

  .navbar-nav > li:hover > .clickD {
    background: url(../images/rt-arrow-wh.svg) center center no-repeat;
  }

  .sub-menu .menu-item-has-children > .clickD.toggled {
    top: 0;
  }

  .sub-menu > li.menu-item-has-children .clickD {
    top: 7px;
  }

  .sub-menu .sub-menu > li > a {
    padding: 8px 15px 8px 40px;
    font-size: 16px;
    line-height: 1.56;
    border-color: var(--themeBlue);
  }

  .sub-menu {
    padding-top: 0;
    background: #efefef;
    border-bottom: 1px solid var(--themeBlue) !important;
    border-radius: 0 !important;
  }

  .sub-menu .sub-menu {
    background-color: #ecf9ff;
  }

  .sub-menu > li {
    padding: 0;
  }

  .sub-menu > li > a {
    padding: 8px 20px 8px 30px;
    line-height: 1.56;
  }

  .navbar-nav > li > .sub-menu .sub-menu {
    padding: 0;
    position: static;
  }

  .searchform label {
    font-size: 15px;
  }
  .sub-menu .sub-menu > li > a:hover {
    padding-left: 40px;
  }
  .sub-menu > li > a:hover,
  .sub-menu > li.menu-item-has-children:hover > a {
    opacity: 1;
  }
  .sub-menu .menu-item-has-children > .clickD {
    filter: none;
  }
  .sub-menu .sub-menu > li > a:hover {
    background-color: transparent;
    color: var(--themeBlue);
  }
  .sub-menu .sub-menu {
    box-shadow: none;
  }

  .recent-post-list {
    margin-bottom: 35px;
  }

  .frm-hide-desk .gform-theme--foundation .gform_fields {
    column-gap: 15px;
  }
  .frm-hide-desk .ginput_recaptcha {
    transform: scale(0.82);
    transform-origin: left top;
    margin-bottom: -20px;
  }
}

@media screen and (max-width: 991.98px) {
  .blog-detail-title-wrppr h1 {
    font-size: 36px;
  }

  .for-desktop-only {
    display: none;
  }

  .for-mobile-only {
    display: block;
    margin-bottom: 30px;
  }

  .widget.categories-widget {
    margin-bottom: 30px;
    /* display: none; */
  }

  .pagination-wrap {
    margin-bottom: 35px;
  }

  .categories-widget ul li {
    margin-bottom: 8px;
    padding-bottom: 0;
  }

  body.category .news-grid-row {
    margin-bottom: 30px;
  }

  .widget-title {
    font-size: 26px;
  }

  /* .frm-hide-desk {
    display: block;
  } */

  .frm-hide-desk {
    margin-top: 25px;
    margin-bottom: 30px;
  }
  .frm-hide-desk .ginput_recaptcha {
    transform: scale(1);
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767.98px) {
  .blog-detail-title-wrppr h1 {
    font-size: 30px;
  }

  .result-title a {
    font-size: 24px;
  }

  .search-results-grid .search-result-item:not(:last-child) {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .result-meta {
    margin-bottom: 15px;
  }

  .searchform label {
    font-size: 18px;
  }

  .no-results > p {
    font-size: 18px;
  }

  .frm-hide-desk {
    padding: 10px 25px 30px;
  }

  .frm-hide-desk .gform-theme--framework .gform-field-label {
    font-size: 18px;
  }
}

@media screen and (max-width: 575.98px) {
  .blog-detail-title-wrppr h1 {
    font-size: 30px;
  }
  .searchform label {
    font-size: 16px;
  }

  .widget-title {
    font-size: 22px;
  }

  .widget.categories-widget {
    padding: 25px;
  }

  .frm-hide-desk .gform-theme--framework .gform-field-label {
    font-size: 16px;
  }

  .frm-hide-desk .gform-theme--foundation .gform_fields {
    grid-template-columns: 1fr;
  }

  .search-form button {
    right: 6px;
    width: 40px;
    height: 40px;
  }
  .search-form input {
    height: 53px;
    border-radius: 30px;
    padding: 0 55px 0 15px;
    font-size: 16px;
  }
}

@media screen and (max-width: 479.98px) {
  .blog-detail-title-wrppr h1 {
    font-size: 26px;
  }

  .result-title a {
    font-size: 22px;
  }

  .categories-widget ul li {
    margin-bottom: 10px;
    padding-bottom: 0;
  }
  .searchform label {
    font-size: 14px;
  }

  .searchform input[type="text"] {
    height: 42px;
    padding: 10px 25px;
    width: calc(100% - 135px);
  }

  .no-results > p {
    font-size: 16px;
  }

  .widget-title {
    font-size: 20px;
  }

  .frm-hide-desk .gform-theme--framework .gform-field-label {
    font-size: 14px;
  }

  .frm-hide-desk .gform-theme--foundation .gform_footer .gform_button {
    height: 42px !important;
    font-size: 15px !important;
  }

  .frm-hide-desk .gform-theme--foundation .gform_footer .gform_button:hover {
    background-position: right 26px top 13px !important;
  }

  .search-form input {
    font-size: 14px;
  }
  .frm-hide-desk .gform-theme--foundation .gfield textarea {
    border-radius: 12px;
    height: 80px;
  }
  .form-submit-innr .gform-loader {
    top: 10px;
  }

  .frm-hide-desk {
    padding: 10px 15px 30px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 439.98px) {
  .searchform label {
    font-size: 13px;
  }
  .frm-hide-desk .gform-theme--framework .gform-field-label {
    font-size: 13px;
  }
}
@media screen and (max-width: 399.98px) {
  .searchform input[type="text"] {
    width: 100%;
    margin-bottom: 20px;
  }
  .frm-hide-desk .ginput_recaptcha {
    transform: scale(0.82);
    transform-origin: left top;
    margin-bottom: -20px;
  }
  .searchform {
    text-align: center;
  }

  .searchform > * {
    justify-content: center;
  }
}

@media screen and (max-width: 319.98px) {
  .frm-hide-desk .ginput_recaptcha {
    transform: scale(0.65);
    margin-bottom: -30px;
  }
}
