body {
  margin: 0;
  /* font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji; */
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #020101 !important;
  /* font-family: "Product Sans" !important; */

}

.custom-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.custom-menu ul,
.menu-menu-1 {
  display: flex;
  flex-direction: column;
}
.custom-menu ul li ul.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  background: #fff;
  z-index: 1000;
}
.custom-menu ul li:hover > div > ul.sub-menu {
  display: block;
}
.custom-menu ul li a {
  text-decoration: none;
  color: #020101;
  display: block;
  padding: 10px;
  font-family: Poppins;
  font-size: 14px;
  letter-spacing: inherit;
  font-weight: 500;
}
#menu-menu-1 > li > a  {
  font-size: 16px;
  }
.custom-heading
  .elementor-headline-animation-type-clip
  .elementor-headline-dynamic-wrapper:after {
  background-color: transparent;
}
.custom-menu ul li a:hover {
  opacity: 1;
  color: #1580bf;
  transition: all 0.3s ease-in-out;
  border-radius: 96px;
}
ul#menu-menu-1 > .menu-item {
  display: inline-block;
}
.custom-menu ul li ul.sub-menu.level-1 {
  padding: 0;
  max-width: 25%;
  min-width: 320px;
  top: 43px;
  left: -142px;
}
.custom-menu ul li ul.sub-menu.level-2 {
  left: 100%;
  top: 0;
  width: 100%;
  min-width: 310px;
}
.custom-tabs {
	margin-left: -40px;
}
.middle-tab {
  margin-left: 110px;
}
div.sub-menu-parent.level-2 ul.sub-menu.level-2 {
 
  -moz-columns: 2;
  min-width: 1024px;
  text-decoration: none;
  min-height: 200px;
  text-align: left;
  column-count: 3;
  list-style-type: disc;
  -webkit-columns: 3;
  -moz-columns: 3;
  list-style-position: inside;
  background-color: #f6f5f3;
  list-style: none;
}
ul.sub-menu.level-2 {
  height: 100% !important;
  background-color: #f6f5f3;
  width: 100%;
  padding: 12px !important;
  display: flex;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
div.sub-menu-parent.level-2 > ul.sub-menu.level-2 li {
  margin-bottom: 10px;
  border-radius: 10px;
  background: #fff;
}
.sub-menu-parent.level-1 > ul {
  min-height: 200px;
  box-shadow: 0 0 0 #f0f8ff;
}
.level-1 > li {
  background-color: #fff;
  /* margin: 0.6rem 0; */
  padding: 0.6rem 0;
  border-left: 12px solid #fff;
  border-right: 12px solid #fff;
}
/* .level-1 > li:first-child,
.level-1 > li:last-child {
  margin-top: 0.8rem;
} */
.sub-menu.after-icon.level-1 > li a {
  border-radius: 96px;
  background-color: #f0f0f0;
}
div.sub-menu-parent.level-2 ul.sub-menu.level-2 > li a {
  border-radius: 96px;
  background-color: #fff;
}
div.sub-menu-parent.level-2 ul.sub-menu.level-2 > li a:hover {
  background-color: #fff;
}
.sub-menu.after-icon.level-1 > li > a:hover,
.sub-menu.level-1 > li:hover:after {
  background-color: #e6e2e2 !important;
  transition: color 0.3s ease;
}
.sub-menu.level-1 > li:hover:after {
  color: #1580bf;
}
.custom-menu .menu-item.default-selected > a {
  background-color: #e2e2e2 !important;
}
.custom-menu .menu-item.default-selected .sub-menu {
  display: block;
}
.custom-menu .sub-menu {
  display: none;
}
.custom-menu ul li ul.sub-menu.level-1 {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.main-popup-form label{
  font-size: 14px;
  font-weight: 500;
}
.main-popup-form input, .main-popup-form textarea{
  margin-bottom: 16px;
  border-radius: 10px !important;
  border: 1px solid #d7d6d6 !important;
  

}
.main-popup-form input::placeholder, .main-popup-form textarea::placeholder{
  font-size: 14px;
  font-weight: 500;
}
.elementor-popup-modal .dialog-close-button {
  outline:0;
  margin-top: 0;
  opacity: 1;
  top: -11px;
  z-index: 9999;
  background-color: #0ba0f5;
  color: white;
  height: 28px;
  right: -12px;
  width: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: none;
}
.elementor-popup-modal .dialog-close-button svg {
  fill: #ffffff;

}

 .dialog-widget-content{
  border-radius: 25px !important;
}

.main-popup-left  {

  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.new_form_landing form {
  background-color: #f7f7f7;
  border-radius: 20px;
  padding: 15px 20px 5px 20px;
}
.new_form_landing form label {
  font-weight: 600;
  font-size: 16px;
}
.new_form_landing form input {
  display: block;
  width: 600px;
  box-sizing: border-box;
  font-family: inherit;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  max-width: 100%;
  border-radius: 8px !important;
  height: 43px !important;
}
.new_form_landing form p {
  float: none;
  clear: both;
  position: relative;
}
.new_form_landing form label span input,
.new_form_landing form label span textarea {
  margin-top: 10px;
  width: 600px;
}
.new_form_landing form [type="submit"]:not(:disabled) {
  width: 100px;
  cursor: pointer;
  background: linear-gradient(270deg, #33b4ff, #2b86b9) !important;
  text-transform: capitalize;
  border-radius: 8px 8px 8px 8px !important;
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
}
.new_form_landing form [type="submit"]:hover {
  background: #2c8cc2 !important;
  border: 1px solid #fff;
}
@media only screen and (max-width: 1024px) {
  .new_form_landing form label span input,
  .new_form_landing form label span textarea {
    margin-top: 10px;
    width: 100%;
  }

  div#ez-toc-container {
    width: 100% !important;
    position: sticky;
    top: 30px;
    display: none;
  }
 .contact-form-single-pst {
    width: 100% !important;
    position: sticky;
    top: 30px;
    padding: 10px;
    display: none;
  }
  #menu-menu-1 > li > a  {
    font-size: 16px;
    }
}
@media only screen and (min-width: 1024px) {
  .new_form_landing form label span input,
  .new_form_landing form label span textarea {
    margin-top: 10px;
    width: 400px;
  }
  .metavers-left-sec-parent{
    position: sticky;
      top: 50px;
    }
  .diversified-services .elementor-icon-box-description {
    opacity: 0;
    transform: translateX(-20px); 
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  }
  
  .diversified-services .elementor-icon-box-description:hover {
    opacity: 1;
    transform: translateX(0); 
  }
}
@media only screen and (min-width: 1366px) {
  .new_form_landing form label span input,
  .new_form_landing form label span textarea {
    margin-top: 10px;
    width: 600px;
  }
  .single-blog-cls {
    /* padding: 40px 64px; */
    padding: 40px 0;
    max-width: 1440px;
    margin: auto;
  }
}
@media only screen and (min-width: 1024px) {
  div.sub-menu-parent.level-2 > ul.sub-menu.level-2 li {
    display: flex;
    margin: auto auto 12px;
  }
}
@media only screen and (min-width: 1506px) {
  .custom-menu ul li ul.sub-menu.level-1 {
    left: -205px !important;
  }
  div.sub-menu-parent.level-2 ul.sub-menu.level-2 {
    min-width: 980px !important;
  }
}
@media (min-width: 1390px) and (max-width: 1506px) {
  .custom-menu ul li ul.sub-menu.level-1 {
    left: -205px;
  }
  div.sub-menu-parent.level-2 ul.sub-menu.level-2 {
    min-width: 990px;
  }
}
@media (min-width: 1260px) and (max-width: 1390px) {
  .custom-menu ul li ul.sub-menu.level-1 {
    left: -265px !important;
  }
  div.sub-menu-parent.level-2 ul.sub-menu.level-2 {
    min-width: 900px !important;
  }
}
@media (min-width: 1150px) and (max-width: 1260px) {
  .custom-menu ul li ul.sub-menu.level-1 {
    left: -300px !important;
    zoom: 80%;
  }
  div.sub-menu-parent.level-2 ul.sub-menu.level-2 {
    min-width: 900px !important;
  }
}
@media (min-width: 900px) and (max-width: 1150px) {
  .custom-menu ul li ul.sub-menu.level-1 {
    left: -270px !important;
    zoom: 80%;
  }
  div.sub-menu-parent.level-2 ul.sub-menu.level-2 {
    min-width: 800px !important;
  }
  .custom-menu ul li ul.sub-menu.level-1 {
    left: -199px;
  }
}
@media (min-width: 769px) and (max-width: 900px) {
  .custom-menu ul li ul.sub-menu.level-1 {
    left: -524px !important;
    zoom: 80%;
    min-width: 240px;
  }
  div.sub-menu-parent.level-2 ul.sub-menu.level-2 {
    min-width: 740px !important;
    column-count: 2;
  }
}
#menuToggle {
  display: block;
  position: relative;
  top: 6px;
  right: 5px;
  z-index: 9;
  -webkit-user-select: none;
  user-select: none;
}
#menuToggle a {
  text-decoration: none;
  color: #000 !important;
  transition: color 0.3s ease;
  width: 100%;
}
#menuToggle a:hover {
  color: #2c8cc2 !important;
}
#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}
#menuToggle > span {
  display: block;
  width: 30px;
  height: 3px;
  margin-bottom: 5px;
  position: relative;
  background: #2281bb;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
    /* top: -60px;
  left: 32px; */
}
#menuToggle span:first-child {
  transform-origin: 0 0;
}
#menuToggle span:nth-last-child(2) {
  transform-origin: 0 100%;
}
#menuToggle input ~ #menu {
  opacity: 0;
}
#menuToggle input:checked ~ #menu {
  opacity: 1;
}
#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}
#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2);
}
#menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translateY(-1px);
}
#menu {
  top: -32px;
  position: absolute;
  width: 100vw;
  height: calc(100vh + 200px);
  margin: -58px 0 0 -50px;
  padding: 50px 30px;
  box-sizing: border-box;
  overflow-y: auto;
  background: #fff;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  right: -20px;
  transform-origin: 0 0;
  transform: translate(-100%);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.accordion-item.no_child div a {
	margin-left: 15px;
}
.accordion-item.no_child div a span {
	
	font-weight: 400;
}
#menu li {
  padding: 10px 0;
  font-size: 22px;
}
#menu li label {
  cursor: pointer;
}
#menuToggle input:checked ~ ul {
  transform: none;
}
.custom_contact_form .feedback a {
  display: inline-block;
  background: #fff;
  padding: 20px;
  border-radius: 14px;
  width: 32%;
  margin: 0 5px 0 0;
}
.elementor-element.custom_contact_form .input-box {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
:is(
    .blockchain_wrap img,
    .tools_wrap img,
    .development_process img,
    .icon .new_image,
    .dapp_section img
  ) {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0)
    hue-rotate(246deg) brightness(106%) contrast(101%);
}
/* .mobile-menu {
  display: none;
} */
@media (min-width: 320px) and (max-width: 768px) {
  .desktop-menu {
    display: none !important;
  }
  .mobile-menu {
    display: block;
    position: relative;
    /* z-index: 999999; */
  }
  .table-cls {
    width: 0 !important;
  }
  .related_posts {
    flex-wrap: wrap;
  }
  .comment-respond,
  .table-content-cls {
    width: 100% !important;
  }
  .single-blog-cls article {
    display: unset !important;
  }
  .social-share-icons {
    display: none !important;
  }
  .social-sec-cls h1 {
    font-size: 24px;
    font-weight: 600;
    padding: 20px;
  }
  .table-cls {
    display: none;
  }
}
.new_form_landing form label,
.new_form_landing form label span input,
.new_form_landing form label span textarea {
  width: 100%;
}
.accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.parent-accordion {
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 15px;
}
.parent-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  user-select: none;
  border-radius: 8px;
  transition: border-radius var(--transition);
}
.parent-accordion.open .parent-accordion-header {
  border-radius: 8px 8px 0 0;
}
.parent-accordion-title {
  font-family: Poppins;
  font-size: 15px;
  letter-spacing: inherit;
  font-weight: 500;
  color: #232323;
  padding: 10px;
}
.parent-accordion-content {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: var(--transition);
}
.parent-accordion.open .parent-accordion-content {
  grid-template-rows: 1fr;
}
.parent-accordion-inner {
  min-height: 0;
}
.accordion-item {
  background-color: var(--background-color);
  border: 1px solid var(--border-color);
  border-radius: 5px;
}
.accordion-item:last-child {
  margin-bottom: 0;
}
.accordion-item > .accordion-item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 6px;
  cursor: pointer;
  user-select: none;
  border-bottom: 1px solid #e3e3e3;
}
.accordion-item-header-title {
  font-weight: 600;
  font-size: 15px;
}
.accordion-item-header-icon {
  transition: var(--transition);
}
.accordion-item.open .accordion-item-header-icon,
.parent-accordion.open .parent-accordion-icon {
  transform: rotate(-180deg);
}
.accordion-item-description-wrapper {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: var(--transition);
}
.accordion-item-description hr {
  border: none;
  border-top: 1px solid var(--border-color);
  margin: 0;
  visibility: hidden;
}
.accordion-item.open .accordion-item-description hr {
  visibility: visible;
}
.accordion-item-description p {
  padding: 15px;
  line-height: 1.5;
  margin: 0;
  font-family: Poppins;
  font-size: 14px;
  letter-spacing: inherit;
  font-weight: 500;
  color: #232323;
}
.feedback {
  display: flex;
}
.parent-accordion-content.content-visible {
  display: grid;
  grid-template-rows: 1fr;
}
.parent-accordion-content .accordion-item-description-wrapper {
  display: none;
}
.accordion-item.open .accordion-item-description-wrapper,
.parent-accordion-content.content-visible
  > .accordion-item-description-wrapper {
  display: grid;
  grid-template-rows: 1fr;
}
.mobile-menu .parent-accordion.active .parent-accordion-icon {
  transform: rotate(180deg);
}
/* .icon-bg .elementor-icon-box-icon {
  background-color: #2fa0e0;
  padding: 15px 10px;
  border-radius: 50px;
  width: 80px;
} */
.whatsapp-icon {
  display: block !important;
}
@media (max-width: 767px) {
  body:not(.rtl) .elementor-1115 .elementor-element.elementor-element-4cdc65e9 {
    right: 16px !important;
  }
  .middle-tab {
    margin-left: 0;
  }
  #menu-menu-1 > li > a  {
    font-size: 16px;
    }
}
@media (max-width: 767px) {
  .elementor-1115 .elementor-element.elementor-element-4cdc65e9 {
    top: 100px !important;
  }
}
@media (max-width: 1080px) {
  .bg-cls-explore {
    background-position: 50% !important;
  }
  .table-cls {
    display: none;
  }
}
.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 16px;
  padding-bottom: 50px;
  font-family: Poppins, Sans-serif;
}
.card-container .card {
  border: 1px solid transparent;
  border-radius: 25px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  position: relative;
  transition: all 0.25s;
  width: 100%;
}
.card-container img {
  border: 1px solid transparent;
  min-height: 270px;
}
.card-container h3 .inner {
  color: #1c244b;
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
  font-style: normal;
  text-decoration: none;
  line-height: 1.4em;
  letter-spacing: 0.5px;
  color: #000;
}
.card-container .desc {
  font-size: 16px;
  /* font-weight: 300; */
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5em;
  letter-spacing: 0;
  word-spacing: 0;
  color: #000;
  /* min-height: 150px; */
  flex-grow: 1;
}
.card-container .card .card-content {
  padding: 1rem;
  flex-direction: column;
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
}
.card-container .card .read {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  font-style: italic;
  text-decoration: underline;
  line-height: 1em;
  letter-spacing: 0;
  color: #467ff7;
}
.card-container .card a:hover {
  color: #1580bf !important;
  text-decoration: none !important;
}
.card-footer p {
  padding: 0.4rem 1rem 0;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  font-family: Poppins, Sans-serif;
}
.load-more,
.load-more-post {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.load-more-post button,
.load-more button {
  background-color: #1580bd !important;
  color: #fff;
  border-radius: 5px;
  min-height: 40px;
  padding: 5px 15px;
  border: 1px solid #1580bd;
}
.load-more-post button:hover,
.load-more button:hover {
  background-color: #1580bd;
  color: #fff;
  border: 1px solid #fff;
}
.category-list {
  list-style: none;
}
.category-list li a {
  font-size: 17px;
  color: #000;
  font-weight: 400;
  font-family: Poppins, Sans-serif;
  border-radius: 6px;
  margin-bottom: 3px;
  display: block;
  padding: 10px 14px;
  transition: 0.3s;
}
.category-list li a:hover {
  pointer-events: visible;
}
.category-list .activetab a,
.category-list li a:hover {
  background-color: #1580bd;
  color: #fff !important;
}
.category-list {
  height: 300px;
  overflow-y: auto;
}
.latest-post {
  border: 1px solid transparent;
  border-radius: 25px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  position: relative;
  transition: all 0.25s;
  width: 100%;
}
.latest-post .card-content {
  padding: 1rem;
  flex-direction: column;
  flex-grow: 1;
  display: flex;
}
.latest-post h3 {
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
  font-style: normal;
  text-decoration: none;
  line-height: 1.4em;
  letter-spacing: 0.5px;
  color: #000;
}
.table-cls ul > li > ul {
  display: block;
}
.table-cls ul > li > ul.active {
  display: none;
}
.table-cls .ez-toc-list li > a:after {
  margin-left: 8px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}
.single-blog-cls article {
  display: flex;
  gap: 1rem;
}
div#ez-toc-container {
  /* min-width: 100% !important;
  width: 100% !important; */
  position: sticky;
  top: 30px;
  padding: 10px;
  background: #fbfcfd;
  border: 1px solid rgba(112, 112, 112, .05);
  border-radius: 15px;
 
}
.contact-form-single-pst {
	position: sticky;
	top: 30px;
	height: 100%;
 
}
.contact-form-card {
  background: #fbfcfd;
  border: 1px solid rgba(112, 112, 112, .05);
  border-radius: 15px;
  padding: 10px;
}
.contact-form-single-pst form {
	padding: 10px;
}
.contact-form-single-pst form input, .contact-form-single-pst form textarea {
  background: #F3F3F3 0% 0% no-repeat padding-box;
  border: 1px solid #FFFFFF0F;
  border-radius: 10px;
  margin-top: 10px;
}
.contact-form-single-pst form label{
  font-size: 13px;
  font-weight: 600;

}
.contact-form-single-pst form input::placeholder{
  font-size: 13px;
  font-weight: 600;

}
.contact-form-single-pst form [type="submit"]{
  background-color: #1580BF;
  color: white;
  width: 100%;

}
/* .table-content-cls img {
  border-radius: 24px;
} */
/* #ez-toc-container {
  border: unset !important;
  box-shadow: unset !important;
} */
#ez-toc-container a {
  color: #000 !important;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0.5em;
}
.arrow-unsorted-368013 {
  height: 32px !important;
  width: 20px !important;
}
.list-377408 {
  display: none !important;
}
#ez-toc-container .ez-toc-js-icon-con {
  border: unset !important;
}
.single-blog-cls .entry-content h1

{
  font-size: 34px !important;
  color: #000 !important;
}
.single-blog-cls .entry-content h2

{
  font-size: 32px !important;
  color: #000 !important;
  font-weight: 500 !important;
}
.single-blog-cls .entry-content h3

{
  font-size: 26px !important;
  color: #000 !important;
 
}
.single-blog-cls .entry-content h4

{
  font-size: 22px !important;
  color: #000 !important;
 
}

.related_posts {
  display: flex !important;
  gap: 32px;
  padding: 16px;
}
.content-post-head {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 16px;
}
.related_posts img {
  min-width: 100%;
  height: 200px;
  object-fit: cover;
}
.post-card-late {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
}
.late-post-info {
  padding: 16px;
  color: #000;
}
.comment-respond {
  width: 60%;
  padding: 16px;
  margin: 32px auto auto;
}
.comment-respond h2 {
  text-align: center;
}
.tel-cls div p {
  color: #fff !important;
}
.icons-cls .elementor-icon-box-wrapper {
  flex-direction: row;
  text-align: start;
  align-items: center;
}
.img-color-1 img {
  filter: gray;
  -webkit-filter: grayscale(1);
  -webkit-transition: all 0.1s ease-in-out;
}
.img-color-1 img:hover {
  filter: none;
  -webkit-filter: grayscale(0);
}
.social-share-icons {
  gap: 15px;
  height: 20px;
}
.social-share-icons .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-decoration: none;
  transition: transform 0.3s ease, background-color 0.3s ease;
  font-size: 20px;
  color: #fff;
  fill: #2287c6;
}
.social-share-icons .icon:hover {
  transform: scale(1.1);
  opacity: 0.9;
}
.social-sec-cls h1 {
  font-size: 32px;
  font-weight: 400;
}

.table-cls {
  top: 30px;
  display: flex;
  width: 100%;
  position: sticky;
  flex-direction:column-reverse;
}
@media only screen and (max-width: 1024px) {
  .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 16px;
    padding-bottom: 50px;
    font-family: Poppins, Sans-serif;
  }
}
@media (max-width: 767px) {
  .grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 16px;
    padding-bottom: 50px;
    font-family: Poppins, Sans-serif;
  }
  .parent-cls-blog {
    width: 100% !important;
  }
  .site-content.single-blog-cls h1 {
    text-align: left;
    font-size: 28px;
   
  }
  .single-blog-cls {
    padding: 12px;
  }
}
.site-content.custom-search {
  max-width: 1440px;
  margin: auto;
  padding: 10px;
}

.parent-cls-blog {
	width: 20%;
}
.table-content-cls {
	width: 60%;
}
.contact-form-single-pst {
	position: sticky;
	top: 30px;
	height: 100%;
	width: 20%;
}


.cat_form_inr {
  margin-top: 16px;

	position: relative;
}
 .cat_form_inr h3 {
	color: #000000 !important;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3;
  text-align: center;
}

#ez-toc-container a.ez-toc-toggle{
  display: none !important;
  }
  .site-content.single-blog-cls h1 {
    text-align: left;
    font-size: 35px;
  font-weight: 700;
  }

  
.blog-post-heading-sec {
  text-align: left;
    margin-bottom: 1rem;
  }
  .blog-post-heading-sec .breadcrumb a {
    text-align: left;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 14px;
    color: #111;
    font-weight: bold;
  }
  .published_by {
    color: #000;
    font-size: 16px !important;
    letter-spacing: .05em;
    font-weight: 300 !important;
    text-align: left;
  }
  .published_by span {
  font-size: 14px;
    line-height: normal;
    font-weight: 400;
    color: #585858;
  }
  .custom-breadcrumb {
    text-align: left;
    margin: 12px 0;
}
nav.breadcrumb {
  line-height: 26px;
  font-weight: 500;
  font-size: 16px;
}

.rsrc_sclshr ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 20px;
}
.rsrc_sclshr ul li {
  margin: 0;
      list-style: none;
}

.rsrc_sclshr ul li svg {fill: black;}
.contact-form-single-pst .latest-post-single {
  max-width: 300px;
}

.latest-post-single .featured-image img {
  border-radius: 20px;
}

.ez-toc-counter nav ul li a::before {
  position: absolute;
  left: 0;
  color: #00649e;
  font-weight: 600;
}
a.ez-toc-link {
  color: #101010 !important;
  font-size: 14px !important;
  position: relative;
  padding: 0 0 0 30px;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start;
  font-weight: 600 !important;
}

/* .table-content-cls p {
  margin-block-start: 0;
  margin-block-end: .9rem;
  
  line-height: 30px;
  font-weight: 400;
} */

.rsrc_sclshr i {
  color: #001b30;
}
.fa-facebook-f:before, .fa-facebook:before {
  content: "";
}
.rsrc_sclshr ul li a {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  background: #f2f2f2;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rsrc_sclshr ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 20px;
  padding: 0;
}
.rsrc_sclshr ul li {
  margin: 0;
}
.rsrc_sclshr ul li:first-child a:hover {
  background: #3a589b;
}
/* .fa.fa-facebook:hover {
  background: #3a589b;
} */
.rsrc_sclshr ul li a:hover i {
  color: #fff;
}
/* .fa-facebook-f:before, .fa-facebook:before {
  content: "";
} */
.rsrc_sclshr ul li:nth-child(2) a:hover {
  background: #42c0fb;
}
/* .fa.fa-twitter:hover {
  background: #42c0fb;
} */
/* .fa-twitter:before {
  content: "";
} */

.rsrc_sclshr ul li:last-child a:hover {
  background: #007ab9;
}
/* .fa.fa-linkedin:hover {
  background: #007ab9;
} */
/* .fa-linkedin:before {
  content: "";
} */

.refined-sec h3.elementor-icon-box-title {
  width: 85%;
}
.refined-sec  p.elementor-icon-box-description {
  width:90%;
  }

  /*17 start*/
  .serviceBox3 {
    padding: 5px 2px 5px 11px;
    position: relative;
    margin-bottom: 30px;
  }
  
  .serviceBox3 .service-icon3 {
    text-align: center;
    padding: 5px 0;
    border: 3px solid #54a2d0;
    border-left: none;
    border-radius: 0 50px 50px 0px;
    position: relative;
  }
  .serviceBox3 .service-icon3::before {
    content: "";
    width: 12px;
    height: 12px;
    border: 3px solid #54a2d0;
    border-radius: 50%;
    position: absolute;
    top: -7px;
    left: -12px;
  }
  .serviceBox3 .service-content3 {
    padding: 13px 0 20px 20px;
    margin: 10px 0 0 -11px;
    border: 3px solid #54a2d0;
    border-top: none;
    border-right: none;
    border-radius: 0 0 0 15px;
    position: relative;
    min-height: 180px;
  }
  .serviceBox3 .service-content3::before, .serviceBox3 .service-content3::after {
    content: "";
    width: 50%;
    height: 50%;
    border: 3px solid #54a2d0;
    border-right: none;
    border-bottom: none;
    border-radius: 14px 0 0 0;
    position: absolute;
    top: -13px;
    left: -3px;
  }
  .serviceBox3 .service-content3::after {
    background: #54a2d0;
    width: 12px;
    height: 12px;
    border: none;
    border-radius: 50%;
    bottom: -7px;
    right: -2px;
    top: auto;
    left: auto;
  }
  .serviceBox3 .service-content3::before{
    content: "";
    width: 50%;
    height: 50%;
    border: 3px solid #54a2d0;
    border-right: none;
    border-bottom: none;
    border-radius: 14px 0 0 0;
    position: absolute;
    top: -13px;
    left: -3px;
  }
  /*17 end*/
 

   /* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
 
  .first-heading {
    display: block;
    font-family: "Poppins", poppins;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.22em;
    color: var( --e-global-color-8150f41 );
  }
}

 /* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) { 
  .first-heading {
    display: block;
    font-family: "Poppins", poppins;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.22em;
    color: var( --e-global-color-8150f41 );
  }
 }

 /* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .first-heading {
    display: block;
    font-family: "Poppins", poppins;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.22em;
    color: var( --e-global-color-8150f41 );
  }

 }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) { 
  .first-heading {
    display: block;
    font-family: "Poppins", poppins;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.22em;
    color: var( --e-global-color-8150f41 );
  }

 }

 /* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
  .first-heading {
    display: block;
    font-family: "Poppins", poppins;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.22em;
    color: var( --e-global-color-8150f41 );
  }
 }
 .dialog-type-lightbox {

  z-index: 999999;
}
.e-link-in-bio-var-7 .e-link-in-bio__ctas {
	margin-block-start: 0px;
}
#banner_bg_effect {
  max-height: 750px;
  overflow: hidden;
}
.grecaptcha-badge { 
  visibility: hidden;
}
/*-----------------------------------------------*/

.mobile-menu.show {
  display: block; /* Show when 'show' class is added */
}

.mobile-menu-open {
  cursor: pointer;
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 9;
}
.mobile-menu-open span {
  display: block;
  width: 30px;
  height: 4px;
  background: #02334e;
  margin: 6px 0;
}

/* .close-menu-icon {
  z-index: 99999999;
  opacity: 1;
  position: absolute;
  top: -95px;
  right: -30px;
  font-size: 40px;
  font-weight: 500;
} */
.close-menu-icon {
  opacity: 1;
  position: absolute;
  top: -85px;
  right: -30px;
  font-size: 40px;
  font-weight: 500;
  width: 35px;
  height: 35px;
  background: #4ba3e7;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0,0,0,.08);
  z-index: 2;
  transition: background 0.2s;
}
#menu {
	top: -40px;
	position: absolute;
	width: 100vw;
	height: calc(100vh + 200px);
	margin: -58px 0 0 -50px;
	padding: 50px 30px;
	box-sizing: border-box;
	overflow-y: auto;
	background: #ededed;
	list-style-type: none;
	-webkit-font-smoothing: antialiased;
	right: -35px;
	transform-origin: 0 0;
	transform: unset;
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
@media (max-width: 575.98px) { 
  .mobile-menu-open {
    display: block;
  }
  .mobile-menu-open {
    width: 40px;
    height: 40px;
    background: #4ba3e7;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0,0,0,.08);
    position: absolute;
    top: -20px;
    z-index: 2;
    transition: background 0.2s;
    right: 8px!important;
}

.mobile-menu-open:hover,
.mobile-menu-open:focus {
    background: #e0e0e0;  
}

/* .mobile-menu-open span {
    display: block;
    width: 26px;
    height: 4px;
    background:#fff;     
    margin: 3px 0;
    border-radius: 2px;
    transition: all 0.2s;
} */
.mobile-menu-open span {
  display: block;
  width: 22px;
  height: 4px;
  background: #fff;
  margin: 2px 0;
  border-radius: 2px;
  transition: all 0.2s;
}
.main-popup-form input, .main-popup-form textarea{
  margin-bottom: 8px;
  border-radius: 10px !important;
  border: 1px solid #d7d6d6 !important;
  

}
}
@media(max-width:420px){

  .elementor-popup-modal .dialog-close-button {
    outline: 0;
    margin-top: 0;
    opacity: 1;
    top: -11px;
    right: 0px;
   
}
  }
