:root {
 --font-family: "Inter", sans-serif;
 --page-width: 1252px;
 --base-size: 16px;
 --h1-size: 48px;
 --h2-size: 34px;
 --h3-size: 30px;
 --h4-size: 25px;
 --h5-size: 20px;
 --h6-size: 18px;
 --base-clr: #000000;
 --base-sec-clr: #282c2f;
 --white-clr: #ffffff;
 --black-clr: #000000;
 --theme-clr: #00234e;
 --theme-sec-clr: #ecab29;
 --body-bg-clr: #d4e5fa;
}

* {
 box-sizing: border-box;
 outline: none !important;
}

body {
 margin: 0px;
 font-family: var(--font-family);
 color: var(--base-clr);
 font-size: var(--base-size);
 line-height: 1.5;
 background-color: var(--body-bg-clr);
 font-weight: 400;
 transition: 0.5s all;
 padding-top: 131px;
}

.fixed body {
 padding-top: 84px;
}

.container {
 padding: 0px 15px;
 width: 100%;
 max-width: var(--page-width);
 margin: auto;
}

p {
 margin: 0 0 25px 0;
 line-height: 1.5;
}

img {
 max-width: 100%;
 height: auto;
 display: block;
}

ul, li, a {
 list-style: none;
 text-decoration: none;
 padding: 0px;
 margin: 0px;
}

h1, .h1 {
 font-size: var(--h1-size);
 color: var(--white-clr);
 font-weight: 700;
 margin: 0px 0px 40px 0px;
 font-style: normal;
 line-height: 1.2;
 font-family: "Inter", sans-serif;
}

h2 span, .h2 span {
 color: var(--theme-sec-clr);
}

h2, .h2 {
 font-size: var(--h2-size);
 font-weight: 700;
 margin: 0px 0px 22px 0px;
 line-height: 1.2;
 color: var(--theme-clr);
 font-family: "Inter", sans-serif;
}

h3, .h3 {
 font-size: var(--h3-size);
 font-weight: 500;
 margin: 0px 0px 18px 0px;
 line-height: 1.2;
 color: var(--black-clr);
 font-family: "Inter", sans-serif;
}

h4, .h4 {
 font-size: var(--h4-size);
 font-weight: 500;
 margin: 0px 0px 15px 0px;
 line-height: 1.2;
 color: var(--black-clr);
 font-family: "Inter", sans-serif;
}

h5, .h5 {
 font-size: var(--h5-size);
 font-weight: 500;
 margin: 0px 0px 12px 0px;
 line-height: 1.2;
 color: var(--black-clr);
 font-family: "Inter", sans-serif;
}

h6, .h6 {
 font-size: var(--h6-size);
 font-weight: 500;
 margin: 0px 0px 12px 0px;
 line-height: 1.2;
 color: var(--black-clr);
 font-family: "Inter", sans-serif;
}

section {
 width: 100%;
 padding: 75px 0px;
}

.cmn-btn {
 transition: 0.5s all;
 cursor: pointer;
 background: var(--theme-clr);
 border-radius: 6px;
 color: var(--white-clr);
 padding: 12px 30px 12px 30px;
 display: inline-block;
 border: none;
 font-size: var(--base-size);
 vertical-align: middle;
 font-family: "Inter", sans-serif;
 text-align: center;
 text-transform: uppercase;
 min-width: 182px;
}

.cmn-btn:hover {
 background-color: var(--white-clr);
 color: var(--theme-clr);
}

.text-center {
 text-align: center;
}

/**Typo Css End**/

/**Header Section Start**/
.hdr-top-bar {
 width: 100%;
 background-color: #282828;
 transition: 0.5s all;
 padding: 10px 0px;
 position: fixed;
 left: 0px;
 top: 0px;
 z-index: 1;
}

.fixed .hdr-top-bar {
 top: -46px;
}

.hdr-top-inner {
 display: flex;
 flex-flow: row wrap;
 justify-content: space-between;
 align-items: center;
}

.hdr-top-left {
 width: 50%;
 display: flex;
 flex-flow: row wrap;
 align-items: center;
}

.hdr-top-icons {
 display: flex;
 flex-flow: row wrap;
 align-items: center;
 margin-right: 30px;
}

.call-icon img {
 margin: auto;
 max-width: 100%;
}

.call-icon1 {
 background-image: url("images/phone-alt.svg");
 background-repeat: no-repeat;
 width: 24px;
 height: 24px;
 border-radius: 50px;
 background-color: var(--black-clr);
 display: inline-block;
 background-size: cover;
 justify-content: center;
 display: flex;
 flex-flow: row wrap;
}

.adress-icon {
 background-image: url("images/phone-icon.svg");
 width: 24px;
 height: 24px;
 display: inline-block;
 background-repeat: no-repeat;
 background-color: var(--black-clr);
 display: inline-block;
 background-size: cover;
 justify-content: center;
 display: flex;
 flex-flow: row wrap;
 border-radius: 50px;
}

.hdr-top-icons span {
 margin-right: 8px;
 font-size: 14px;
 line-height: 24px;
 color: var(--white-clr);
}

.hdr-top-right {
 display: flex;
 flex-flow: row wrap;
 align-items: center;
 width: 50%;
 justify-content: flex-end;
}

.social-media {
 display: flex;
 flex-flow: row wrap;
 align-items: center;
}

.social-media a {
 display: flex;
 flex-flow: row wrap;
 align-items: center;
 background-color: #000;
 border-radius: 50px;
 margin-right: 10px;
 background-position: center center;
 width: 26px;
 height: 26px;
 display: inline-block;
 padding: 6px 10px;
}

.social-media a.facebook-icon {
 background-image: url("../images/facebook.svg");
 background-repeat: no-repeat;
}

.social-media a.twitter-icon {
 background-image: url("../images/twitter.svg");
 background-repeat: no-repeat;
}

.social-media a.instagram-icon {
 background-image: url("../images/instagram.svg");
 background-repeat: no-repeat;
 background-size: 16px;
}

.hdr-top-right .social-media a.instagram-icon {
 background-size: 14px;
}

.social-media a.youtube-icon {
 background-image: url("../images/you-tube.svg");
 background-repeat: no-repeat;
}

.social-media a.linkedin-icon {
 background-image: url("../images/linkedin.svg");
 background-repeat: no-repeat;
 margin-right: 0px;
}

.social-media a:hover {
 background-color: var(--theme-clr);
 transition: 0.5s all;
}

.header-scn {
 background-color: var(--black-clr);
 padding: 14px 0px;
 transition: 0.5s all;
 position: fixed;
 width: 100%;
 z-index: 999;
 top: 46px;
}

.fixed .header-scn {
 top: 0px;
}

.hdr-inner {
 display: flex;
 flex-flow: row wrap;
 align-items: center;
 justify-content: space-between;
}

h1.header-logo {
 margin-bottom: 0px;
}

.hdr-menu {
 display: flex;
 flex-flow: row wrap;
 margin: auto;
}

.hdr-menu ul {
 display: flex;
 flex-flow: row wrap;
 align-items: center;
 color: var(--white-clr);
 justify-content: center;
}

.hdr-menu ul li {
 margin: 0px 15px;
 text-transform: uppercase;
 font-size: 15px;
 font-weight: 600;
}

.hdr-menu ul li {
 position: relative;
}

.hdr-menu ul li a {
 cursor: pointer;
 padding: 10px 0px;
 display: inline-block;
}

.content-image-left ul {
 display: flex;
 flex-flow: row wrap;
 justify-content: space-between;
 margin-bottom: 22px;
}

.content-image-left ul li {
 padding-left: 12px;
 width: 49%;
 margin: 4px 0px;
 position: relative;
 font-size: 15px;
 line-height: 1.2;
}

.content-image-left ul li:before {
 content: '';
 position: absolute;
 left: 0px;
 top: 6px;
 width: 5px;
 height: 5px;
 background-color: #000;
 border-radius: 100%;
}

.content-image-left p {
 margin-bottom: 15px;
}

.s-inner-top {
 text-align: center;
 max-width: 800px;
 margin: auto;
 padding-bottom: 20px;
}

.s-inner-top h2 {
 margin-bottom: 10px;
}

.s-inner-list {
 display: flex;
 flex-flow: row wrap;
 width: 100%;
 gap: 15px;
 justify-content: center;
}

.s-inner-list .s-inner-item {
 width: calc(33.33% - 10px);
}

.s-inner-list .s-inner-item .s-inner-item-inner {
 width: 100%;
 height: 100%;
 background-color: #fff;
 display: inline-block;
 padding: 30px 20px;
 border-radius: 7px;
 color: #000;
 font-size: 16px;
 line-height: 1.5;
 box-shadow: #a9a9a9 0 2px 8px;
 min-height: 150px;
}

.s-inner-list .s-inner-item .readmore-btn {
 font-size: 14px;
 min-width: inherit;
 padding: 7px 15px;
 margin-top: 16px;
 font-weight: 600;
}

.s-inner-list .s-inner-item .readmore-btn:hover {
 background-color: var(--theme-sec-clr);
 color: var(--white-clr);
}

.s-inner-list .s-inner-item h4 {
 font-size: 22px;
 margin-bottom: 10px;
}

.s-inner-list .s-inner-item a:hover {
 background-color: #fff6e5;
}

.s-inner-list .s-inner-item a:hover .readmore-btn {
 background-color: var(--theme-sec-clr);
}

.cmn-div {
 margin-top: 40px;
}

/**FAQ Start**/
section.faq-scn {
 background-color: #fff;
}

.cw-section__title {
 font-size: 2rem;
 text-align: center;
 margin-bottom: 0px;
 color: #332470;
}

.cw-section__title span {
 color: #6A49F2;
}

.cw-accordion {
 width: 100%;
 display: flex;
 flex-direction: column;
 align-items: center;
 row-gap: 1rem;
}

.cw-accordion__item {
 padding: 1.5rem;
 background: #fff7e8;
 position: relative;
 border-radius: 8px;
 width: 100%;
 cursor: pointer;
 box-shadow: 0 4px 10px #ede9fe;
 border: #e9e9e9 1px solid;
}

.cw-accordion__item .cw-label {
 padding-right: 20px;
 font-size: 20px;
 position: relative;
 width: 100%;
 display: inline-block;
 font-weight: 600;
}

.cw-accordion__item .cw-label:after {
 position: absolute;
 right: 0;
 content: "+";
 font-size: 30px;
 top: -9px;
}

.cw-accordion__item .cw-label.cw-open:after {
 content: "−";
}

.cw-accordion__item .cw-acordion-cont {
 height: 0px;
 overflow: hidden;
 transition: 0.4s;
 -webkit-transition: 0.4s;
}

.cw-accordion__item .cw-open + .cw-acordion-cont {
 height: auto;
 padding-top: 15px;
 padding-bottom: 15px;
}

.cw-acordion-cont p {
 margin: 0px;
}

.cw-accordion {
 max-width: 900px;
 margin: auto;
 width: 100%;
}

/**FAQ End**/
@media(min-width:992px) {
 .hdr-menu ul li ul.sub-menu {
  position: absolute;
  left: 0px;
  top: 100%;
  background-color: #fff;
  margin: 0px;
  width: 210px;
  display: none;
  transition: 0.5s all;
  z-index: 99;
 }

 .hdr-menu>ul>li:hover>ul.sub-menu {
  display: block;
 }

 .hdr-menu ul li ul.sub-menu li {
  width: 100%;
  border-bottom: #d9d9d9 1px solid;
  margin: 0px;
 }

 .hdr-menu ul li ul.sub-menu li:last-child {
  border-bottom: none;
 }

 .hdr-menu ul li ul.sub-menu li a {
  padding: 8px 15px;
  display: inline-block;
  width: 100%;
  color: #2D2D2D;
  font-weight: normal;
  font-size: 14px;
  text-transform: initial;
 }

 .hdr-menu ul li.menu-item-has-children a {
  position: relative;
 }

 .hdr-menu ul li.menu-item-has-children>a:after {
  content: '';
  width: 10px;
  height: 10px;
  border-left: #fff 2px solid;
  border-bottom: #fff 2px solid;
  display: inline-block;
  transform: rotate(-45deg);
  margin-left: 8px;
  top: -3px;
  position: relative;
 }

 .hdr-menu ul li.menu-item-has-children ul li.menu-item-has-children ul li a:after {
  top: 13px;
 }

 .hdr-menu ul li:hover.menu-item-has-children>a {
  color: var(--theme-sec-clr);
 }

 .hdr-menu ul li:hover.menu-item-has-children>a:after, .hdr-menu ul li.current-menu-item.menu-item-has-children>a:after {
  border-color: var(--theme-sec-clr);
 }

 .hdr-menu ul li a {
  color: var(--white-clr);
  transition: 0.5s all;
 }

 .hdr-menu ul li:first-child {
  margin-left: 0px;
 }

 .hdr-menu ul li:last-child {
  margin-right: 0px;
 }

 .hdr-menu ul li.current-menu-item a, .hdr-menu ul li a:hover {
  color: var(--theme-sec-clr);
 }

 .hdr-menu ul>li>ul.sub-menu:has(ul)>li>ul {
  position: absolute;
  left: 100%;
  top: 0px;
  background-color: #fff;
  display: none;
 }

 .hdr-menu ul>li>ul.sub-menu:has(ul)>li.active-nav>ul, .hdr-menu ul>li>ul.sub-menu:has(ul)>li:hover>ul {
  display: block;
 }

 .hdr-menu ul>li>ul.sub-menu:has(ul)>li>a {
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 500;
 }

 .hdr-menu ul>li>ul.sub-menu:has(ul)>li>ul li ul {
  top: 0px;
  min-height: 252px;
  display: none;
  border-left: #f4f4f4 1px solid;
 }

 .hdr-menu ul>li>ul.sub-menu:has(ul)>li>ul li:hover ul {
  display: block;
 }

 .hdr-menu ul>li>ul.sub-menu:has(ul) {
  width: 220px;
  min-height: 252px;
  left: -60px;
  background-color: #edeff0;
 }

 .hdr-menu ul>li:hover>ul.sub-menu:has(ul) {
  display: block;
 }

 .hdr-menu ul>li:hover>ul.sub-menu {
  display: block;
 }

 .hdr-menu ul li.menu-item-has-children ul li.menu-item-has-children a:after {
  position: absolute;
  right: 10px;
  top: 18px;
  transform: rotate(-135deg);
  border-color: var(--theme-clr);
 }

 .hdr-menu ul li ul.sub-menu li {
  position: static;
 }

 .hdr-menu ul>li>ul.sub-menu:has(ul)>li>ul li a {
  padding-top: 7px;
  padding-bottom: 7px;
  font-weight: normal;
 }

 .hdr-menu ul>li>ul.sub-menu:has(ul)>li>ul {
  width: 235px;
  min-height: 252px;
 }

 .hdr-menu ul>li>ul.sub-menu:has(ul)>li>ul li a:after {
  top: 14px;
 }

 .hdr-menu ul li ul.sub-menu>li.active-nav>a, .hdr-menu ul li ul.sub-menu>li:hover>a {
  background-color: var(--theme-clr);
  color: #fff;
 }

 .hdr-menu ul li ul.sub-menu>li.active-nav>a::after, .hdr-menu ul li ul.sub-menu>li:hover>a::after {
  border-color: var(--white-clr);
 }

}

.hdr-btn .cmn-btn {
 font-size: 14px;
 font-weight: 700;
 text-transform: capitalize;
 line-height: 1.3;
 padding: 11px 22px;
 min-width: 200px;
}

.hdr-btn .cmn-btn:hover {
 background: var(--theme-sec-clr);
 color: var(--white-clr);
}

/**Header Section End**/

/**Banner Section Start**/
.banner-scn {
 padding: 0px;
}

.banner-slider .splide__arrow {
 background-color: #fff;
 opacity: 1;
 width: 40px;
 height: 40px;
}

.bnr-cont-group h2 {
 color: var(--white-clr);
}

.banner-slider .splide__pagination li {
 margin: 20px 1px;
}

.banner-slider .splide__pagination__page {
 background-color: transparent;
 opacity: 1;
}

button.splide__pagination__page {
 width: 14px;
 height: 14px;
 border: 2px #fff solid;
 transition: 0.5s all;
}

.banner-slider .splide__pagination__page.is-active {
 background-color: var(--white-clr);
 opacity: 1;
 border: none;
 transform: none;
}

.banner-scn .bnr-item {
 min-height: 700px;
 display: flex;
 flex-flow: row wrap;
 justify-content: center;
 text-align: center;
 color: var(--theme-clr);
 width: 100%;
 background-position: center;
 position: relative;
}

.banner-scn .bnr-item:before {

 /*background-color: rgba(0, 35, 78, 0.7);*/
 content: "";
 height: 100%;
 left: 0;
 position: absolute;
 top: 0;
 width: 100%;
}

.banner-scn .bnr-item h2 {
 position: relative;
 z-index: 2;
 font-size: 48px;
 margin-bottom: 45px;
}

.banner-scn .bnr-item .bnr-btn-group {
 position: relative;
 z-index: 2;
}

.bnr-btn-group .bnr-btn {
 background-color: var(--black-clr);
 margin-right: 20px;
}

.bnr-btn-group .bnr-btn:hover {
 background-color: var(--theme-sec-clr);
 color: var(--white-clr);
}

/**Banner Section End**/

/**Latest From Axia Section Start**/

.latest-f-axia-inner {
 display: flex;
 flex-flow: row wrap;
 justify-content: center;
 margin: auto;
}

.latest-f-axia-inner h2 {
 color: var(--black-clr);
 font-weight: 500;
 letter-spacing: 1px;
}

.latest-f-axia-list {
 display: flex;
 flex-flow: row wrap;
 width: calc(100% + 24px);
 margin-left: -12px;
 padding-top: 10px;
}

.latest-f-axia-item {
 width: calc(33.33% - 24px);
 margin: 12px;
 background-color: var(--white-clr);
 border-radius: 8px;
 overflow: hidden;
}

.latest-cont {
 padding: 18px 17px 20px 16px;
 border-radius: 0px 0px 8px 8px;
}

.latest-img img {
 width: 100%;
 transition: 0.5s all;
 height: 100%;
 object-fit: cover;
}

.latest-img:hover img {
 transform: scale(1.1);
}

.latest-f-axia-item-inr p {
 color: var(--black-clr);
 margin-top: 10px;
 font-size: 14px;
 margin-bottom: 15px;
 font-weight: 300;
}

h4.latest-title {
 font-size: 16px;
 font-weight: 500;
 color: rgba(0, 0, 0, 1);
 margin-bottom: 0px;
}

.latest-cont .cmn-btn {
 padding: 7px 14px;
 min-width: 90px;
 font-size: 12px;
 font-weight: 700;
 border-radius: 4px;
 text-transform: capitalize;
}

.latest-cont .cmn-btn:hover {
 background: var(--theme-sec-clr);
 color: var(--white-clr);
}

/**Latest From Axia Section End**/

/***Footer section start***/
.footer-scn {
 background-color: rgba(34, 34, 34, 1);
 color: rgba(255, 255, 255, 1);
 width: 100%;
}

.ftr-top-inner {
 display: flex;
 flex-flow: row wrap;
 align-items: flex-start;
 width: calc(100% + 30px);
 padding-top: 60px;
 margin-left: -15px;
 padding-bottom: 25px;
}

.ftr-top-inner .ftr-item {
 width: 25%;
 padding: 0px 15px;
}

.ftr-top-inner .ftr-item:nth-child(1) {
 width: 25%;
}

.ftr-top-inner .ftr-title {
 font-size: 20px;
 width: 100%;
 margin-bottom: 10px;
 display: inline-block;
 text-transform: capitalize;
 font-weight: 600;
}

.ftr-menu li {
 width: 100%;
 margin: 8px 0;
 font-size: 18px;
 font-weight: 300;
}

.ftr-menu li a {
 color: #fff;
}

.ftr-menu li a:hover {
 text-decoration: underline;
}

.ftr-logo {
 margin-bottom: 20px;
}

.copyright-scn {
 width: 100%;
 padding: 10px 0 20px 0px;
 font-size: 14px;
}

.ftr-b-inner {
 display: flex;
 flex-flow: row wrap;
 justify-content: space-between;
 align-items: center;
 width: 100%;
 border-top: #ccc 1px solid;
 color: #fff;
 padding-top: 25px;
}

.ftr-b-inner a {
 color: #fff;
 text-decoration: underline;
}

.ftr-b-inner a:hover {
 text-decoration: none;
}

.ftr-menu .social-media a {
 width: 36px;
 height: 36px;
}

.location-icon img {
 width: 24px;
 height: 24px;
}

.location-icon {
 display: flex;
 font-size: 16px;
 font-weight: 300;
 margin: 10px 0px;
}

.location-icon span {
 margin-left: 10px;
}

.email-icon1 {
 display: flex;
 align-items: center;
}

.email-icon1 a {
 color: var(--white-clr);
 margin-left: 10px;
}

.email-icon1 a:hover {
 text-decoration: underline;
}

.email-icon a:hover {
 text-decoration: underline;
}

.phone-icon2 img {
 width: 20px;
 height: 20px;
}

.phone-icon2 {
 display: flex;
 flex-flow: row wrap;
 align-items: center;
 margin-top: 15px;
}

.phone-icon2 a {
 color: var(--white-clr);
 margin-left: 10px;
}

.phone-icon2 a:hover {
 text-decoration: underline;
}

/***Footer section end***/

/***Inner Banner section Start***/

.inner-banner-scn {
 width: 100%;
 position: relative;
 min-height: 320px;
 padding: 0px;
 display: flex;
 background-color: #616161;
 background-size: cover;
 background-position: center;
}

.inner-banner-scn:before {
 background-color: rgba(0, 0, 0, 0.6);
 content: "";
 height: 100%;
 left: 0;
 position: absolute;
 top: 0;
 width: 100%;
}

.inner-banner-scn .bnr-cont-group {
 position: relative;
 margin: auto;
 text-align: center;
 max-width: 800px;
 color: var(--white-clr);
 font-size: 18px;
}

.inner-banner-scn .bnr-cont-group h2:before {
 content: "";
 background-color: var(--theme-sec-clr);
 width: 40px;
 height: 4px;
 position: absolute;
 margin: auto;
 bottom: 0px;
 left: 0px;
 right: 0px;
}

.inner-banner-scn .bnr-cont-group h2 {
 font-size: 40px;
 font-weight: 700;
 color: var(--white-clr);
 position: relative;
 padding-bottom: 12px;
 margin-bottom: 30px;
}

/***About section Start***/
.content-image-scn {
 background-color: rgba(255, 255, 255, 0.5);
 padding: 80px 0px;
}

.content-image-inner {
 display: flex;
 flex-flow: row wrap;
 justify-content: space-between;
 text-align: start;
}

.content-image-left {
 width: 54%;
}

.hd-tagline {
 font-size: 18px;
 font-weight: 600;
 color: var(--theme-sec-clr);
 display: inline-block;
 position: relative;
 margin-bottom: 25px;
 padding-bottom: 4px;
 text-transform: uppercase;
}

.hd-tagline:before {
 content: "";
 background-color: var(--theme-clr);
 width: 25px;
 height: 3px;
 position: absolute;
 left: 0px;
 bottom: 0px;
 right: 0px;
 margin: auto;
}

.content-image-left .hd-tagline:before {
 margin: 0px;
}

.content-image-left h2 {
 font-size: 35px;
}

.content-image-left p {
 font-size: 16px;
 line-height: 1.4;
 color: var(--base-sec-clr);
}

.content-image-right {
 width: 46%;
 padding-left: 40px;
}

.content-image-img {
 overflow: hidden;
 width: 100%;
 border-radius: 8px;
}

.content-image-img img {
 width: 100%;
 transition: 0.5s all;
}

.content-image-img:hover img {
 transform: scale(1.1);
}

/***About section end***/

/**Leadership Section Start**/
.leadership-scn {
 padding-bottom: 100px;
 text-align: center;
 margin: auto;
}

.blog-scn {
 padding: 70px 0px 80px 0px;
}

.leadership-info {
 background-color: #9696964D;
 padding: 35px;
 border-radius: 10px;
 display: flex;
 flex-flow: row wrap;
 align-items: flex-start;
 justify-content: space-between;
 max-width: 900px;
 margin: auto;
}

.leadership-item {
 width: 100%;
}

.latest-img {
 width: 100%;
 overflow: hidden;
 height: 250px;
 position: relative;
 display: block;
}

.thought-leadership-scn .latest-img {
 height: 300px;
}

.postdate {
 position: absolute;
 bottom: 0px;
 z-index: 9;
 font-size: 12px;
 background-color: rgba(0, 0, 0, 0.8);
 color: #fff;
 padding: 5px 10px;
}

.leadership-img {
}

.leadership-img {
 width: 100%;
 overflow: hidden;
 border-radius: 20px;
}

.leadership-img img {
 transition: 0.5s all;
 border-radius: 20px;
 width: 100%;
 height: 100%;
}

.leadership-img:hover img {
 transform: scale(1.1);
}

.leadership-left {
 width: 25%;
}

.leadership-right {
 width: 75%;
 text-align: left;
 padding-left: 35px;
}

.leadership-right .leadership-text {
 font-size: 22px;
 font-style: italic;
 font-weight: 300;
 margin-bottom: 35px;
 max-width: 550px;
 min-height: 200px;
}

.leadership-right .leadership-name {
 font-size: 26px;
 font-weight: 700;
 color: var(--theme-clr);
 margin-bottom: 0px;
 display: inline-block;
 width: 100%;
}

.leadership-right .designation {
 font-size: 16px;
}

.leadership-inner {
 padding-bottom: 25px;
}

.leadership-scn button.splide__pagination__page {
 bottom: -44px;
 margin-top: 100px;
 border: 1px var(--theme-sec-clr) solid;
 background-color: transparent;
 transform: none;
 opacity: 1;
}

.leadership-scn .splide__pagination__page.is-active {
 background-color: var(--theme-sec-clr) !important;
}

/**Leadership Section End**/
.mission-scn {
 background-color: var(--white-clr);
 text-align: center;
}

.mission-list {
 display: flex;
 flex-flow: row wrap;
 align-items: center;
 width: calc(100% + 34px);
 margin-left: -17px;
 padding-top: 45px;
}

.mission-item {
 width: calc(33.33% - 34px);
 margin: 0px 17px;
 background-color: var(--body-bg-clr);
 border: 1px solid var(--theme-clr);
}

.mission-item-inner {
 padding: 20px;
}

.mission-img img {
 margin: auto;
 margin-bottom: 20px;
 display: flex;
 transition: 0.5s all;
 max-height: 70px;
}

.mission-item:hover .mission-img img {
 transform: scale(1.05);
}

.vision-img img {
 height: 80px;
 width: 80px;
}

.mission-img {
 border: 2px solid var(--theme-clr);
 max-width: 120px;
 min-height: 120px;
 border-radius: 100%;
 margin: auto;
 background-position: center center;
 display: flex;
 justify-content: center;
 align-content: center;
 margin-top: -80px;
 background-color: var(--body-bg-clr);
}

.mission-title {
 font-size: 20px;
 font-weight: 700;
 color: var(--theme-clr);
 text-transform: uppercase;
 margin: 10px 0px;
}

.mission-item-inner p {
 margin-bottom: 5px;
 font-size: 15px;
 line-height: 1.4;
 display: inline-block;
 text-align: left;
}

/***Services section Start***/
.services-scn {
 width: 100%;
 text-align: center;
 padding-bottom: 50px;
}

.services-inner {
 margin-bottom: 30px;
}

.services-inner h2 {
 max-width: 650px;
 margin: auto;
}

.services-list {
 display: flex;
 flex-flow: row wrap;
 width: calc(100% + 20px);
 margin-left: -10px;
 justify-content: center;
 padding-top: 40px;
}

.services-item {
 text-align: left;
 width: calc(50% - 20px);
 margin: 45px 10px;
 justify-content: center;
 border: 1px var(--theme-clr) solid;
}

.services-item-inner {
 padding: 30px;
}

.services-title {
 font-size: 26px;
 font-weight: 700;
 color: var(--theme-clr);
 text-transform: uppercase;
 margin: 20px 0px 10px 0px;
}

.services-img {
 margin: auto;
 border: 2px var(--theme-clr) solid;
 width: 135px;
 height: 138px;
 border-radius: 100%;
 background-position: center center;
 display: flex;
 background-repeat: no-repeat;
 background-size: cover;
 margin-top: -100px;
 background-color: var(--body-bg-clr);
}

.services-img img {
 margin: auto;
 transition: 0.5s all;
}

.services-item:hover .services-img img {
 transform: scale(1.05);
}

.services-item-inner p {
 font-size: 18px;
 margin-bottom: 15px;
}

.services-info li {
 position: relative;
 line-height: 1.6;
 font-size: 18px;
}

.services-info li:before {
 position: absolute;
 content: "";
 width: 5px;
 height: 5px;
 background-color: var(--theme-clr);
 border-radius: 50px;
 top: 11px;
}

.services-info li a {
 color: var(--theme-clr);
 padding: 10px 0px;
 margin-left: 12px;
 transition: 0.5s all;
}

.services-info li a:hover {
 text-decoration: underline;
}

.accounting-scn {
 background-color: var(--theme-clr);
 padding: 36px 0px;
 color: var(--white-clr);
}

.accounting-inner {
 display: flex;
 flex-flow: row wrap;
 justify-content: space-between;
 align-items: center;
}
.accounting-left {
      width: calc(100% - 420px);
}
.accounting-left h3 {
 color: var(--white-clr);
 font-size: 24px;
 font-weight: 700;
 margin-bottom: 0px;
 padding-right: 10px;
}

.accounting-left p {
 color: var(--white-clr);
     margin-bottom: 0;
    padding-top: 10px;
}

.accounting-right .cmn-btn {
 background-color: var(--theme-sec-clr);
 font-weight: 700;
 font-size: 18px;
 padding: 10px 25px 10px 25px;
}

/***Services section end***/
.contact-form-scn {
 width: 100%;
 background-position: left;
 background-repeat: no-repeat;
 padding: 80px 0px;
}

.contact-inner {
 display: flex;
 flex-flow: row wrap;
 justify-content: space-between;
 width: 100%;
}

.contact-left {
 width: 49%;
 padding: 50px 0px 10px 0px;
}

.address-icon {
 background-image: url(../images/location-yellow.svg);
 width: 50px;
 height: 50px;
 display: inline-block;
 background-size: 100% 100%;
 margin-left: 20px;
}

.email-icon {
 background-image: url(../images/email-yellow.svg);
 width: 50px;
 height: 50px;
 display: inline-block;
 background-size: 100% 100%;
 margin-left: 20px;
}

.phone-call-icon {
 background-image: url(../images/phone-yellow.svg);
 width: 60px;
 height: 50px;
 display: inline-block;
 background-size: 100% 100%;
 margin-left: 20px;
}

.contact-right {
 width: 48%;
}

.contact-cont .hd-tagline {
 color: var(--title-clr);
}

.contact-cont h2 {
 color: var(--theme-clr);
}

.contact-cont p {
 color: var(--base-sec-clr);
 line-height: 26px;
 max-width: 628px;
}

.contact-list {
 display: flex;
 flex-flow: row wrap;
 padding-top: 10px;
}

.contact-item {
 width: 100%;
 background: none;
 width: 100%;
 color: #000;
 border-bottom: 1px #D9D9D9 solid;
 display: flex;
 flex-flow: row wrap;
 align-items: center;
}

.contact-item-inner {
 color: var(--title-clr);
 line-height: 24px;
 font-size: 15px;
 width: 46%;
 padding: 20px;
}

body .contact-item-inner p {
 opacity: 1;
 margin: 0px;
 padding: 0px;
 color: #000;
}

body .contact-item-inner a {
 font-size: inherit;
 font-weight: inherit;
 color: #000;
}

body .contact-item-inner a:hover {
 text-decoration: underline;
}

.contact-text {
 font-size: 20px;
 color: var(--theme-sec-clr);
 margin-bottom: 10px;
 font-weight: 600;
}

.contact-item-inner p {
 opacity: 0.5;
}

.contact-form-scn a {
 font-size: 16px;
 font-weight: 600;
 color: var(--base-clr);
}

.contact-item .phone-call-icon {
 background-color: inherit;
}

.contact-form {
 background-color: #fff;
 padding: 50px 30px;
 box-shadow: #d5d5d5 0px 8px 8px;
 width: 100%;
}

.contact-form form {
 display: flex;
 flex-flow: row wrap;
 justify-content: space-between;
}
.contact-form form p {
    margin: 0px;
}
.contact-form form .cmn-btn {
 opacity: 1;
 border-radius: 0px !important;
 transition: 0.5s all;
 cursor: pointer;
 background: var(--theme-clr);
 border-radius: 6px;
 color: var(--white-clr);
 padding: 12px 30px 12px 30px;
 display: inline-block;
 border: none;
 font-size: var(--base-size);
 vertical-align: middle;
 font-family: "Inter", sans-serif;
 text-align: center;
 text-transform: uppercase;
 min-width: 120px;
}

.contact-form p {
 color: var(--theme-clr);
}

.contact-form .form-title {
 font-size: 24px;
 color: #0B1622;
 font-weight: 500;
 line-height: 28px;
 margin-bottom: 5px;
 display: inline-block;
}

.input-group {
 width: 100%;
 position: relative;
}

.input-g-half {
 width: calc(50% - 10px);
}

.contact-form .input-field {
 font-size: 14px;
 height: 54px;
 width: 100%;
 margin-bottom: 20px;
 padding: 10px 20px 10px 46px;
 border: 1px #021137 solid;
 font-family: "Inter", sans-serif;
 color: var(--theme-sec--clr);
}

.contact-form .input-field {
 position: relative;
}

.contact-form .input-group:before {
 content: '';
 width: 24px;
 height: 24px;
 background-repeat: no-repeat;
 background-position: center center;
 display: inline-block;
 position: absolute;
 left: 14px;
 top: 14px;
 z-index: 1;
}

.contact-form .input-name:before {
 background-image: url('../images/contact.svg');
}

.contact-form .input-email:before {
 background-image: url('../images/email-adress.svg');
}

.contact-form .input-mobile:before {
 background-image: url('../images/call-us.svg');
}

.contact-form .input-website:before {
 background-image: url('../images/website-icon.svg');
}
.contact-form .input-company:before {
 background-image: url('../images/company-icon.svg');
}

.contact-form .input-field::placeholder {
 opacity: 1;
 color: var(--sec-theme-clr);
}

.contact-form textarea.input-field {
 min-height: 140px;
 padding-left: 24px;
}

.contact-form .send-btn:hover {
 background-color: var(--theme-sec-clr);
 color: var(--white-clr);
}

.contact-form .send-btn {
 color: var(--white-clr);
 border-radius: inherit;
 padding: 15px 12px;
 min-width: 140px;
}

/**Contact Css End**/

/**Webinaes Css Start**/


.latest-list .splide__pagination {
 counter-reset: pagination-num;
}

.latest-list .splide__pagination__page:before {
 counter-increment: pagination-num;
 content: counter(pagination-num);
}

.latest-list .latest-f-axia-item {
 flex-flow: wrap-reverse;
}

.latest-f-scn .latest-f-axia-list {
 width: 100%;
 padding: 0px;
}

.latest-f-scn .latest-f-axia-item {
 width: 100%;
 margin: 0px 0px 30px 0px;
 border-radius: 15px;
}

.latest-f-scn .latest-f-axia-item:last-child {
 margin-bottom: 0px;
}

.latest-f-axia-item-inr {
 display: flex;
 flex-flow: row wrap;
 align-items: center;
 justify-content: space-between;
}

.latest-f-scn {
 padding: 70px 0px;
}

.latest-left {
 width: 35%;
 overflow: hidden;
}

.latest-right {
 width: 65%;
 padding: 10px 20px;
}

.latest-right .latest-cont {
 padding: 0px;
}

.latest-right .latest-title {
 font-size: 24px;
 font-weight: 500;
}

/**Webinaes Css End**/

/**How It Works Css Start**/
.how-it-works-inner {
 display: flex;
 flex-flow: row wrap;
 justify-content: center;
 margin: auto;
}

.how-it-works-list {
 display: flex;
 flex-flow: row wrap;
 width: calc(100% + 34px);
 margin-left: -17px;
 padding-top: 20px;
 justify-content: center;
}

.how-it-works-item {
 background-color: var(--white-clr);
 width: calc(33.33% - 34px);
 margin: 15px 17px;
 border-radius: 10px;
 position: relative;
}

.how-it-works-item-inner {
 padding: 20px;
}

.how-it-works-title {
 font-size: 20px;
 font-weight: 700;
 color: var(--theme-clr);
 margin-bottom: 10px;
}

.how-it-works-item-inner p {
 font-size: 15px;
 line-height: 1.5;
 margin-bottom: 10px;
}

.how-it-works li {
 font-size: 15px;
}

.how-i-works ul li a {
 font-size: 15px;
}

.how-it-works li a {
 color: var(--base-clr);
}

.how-it-works li:before {
 background-color: var(--base-clr);
}

.how-it-works-item:before {
 content: '';
 background-image: url(../images/right-arrow.svg);
 width: 26px;
 height: 26px;
 display: inline-block;
 background-repeat: no-repeat;
 position: absolute;
 left: -30px;
 top: 45%;
}

.how-it-works-item:nth-child(3n+1):before {
 content: normal;
}

.thought-leadership-scn .latest-left {
 width: 45%;
}

.thought-leadership-scn .latest-right {
 width: 55%;
 padding: 30px 40px;
}

.thought-leadership-list {
 padding: 10px 0px 100px 0px;
}

.thought-leadership-list h2 {
 margin-bottom: 15px;
}

/**Throught Leadership Css End**/

/**Pricing Plan Page**/
.pricing-list .pricing-gd-item:nth-child(3n+ 2) {
    position: relative;
}

.services-inner-scn .w-full.text-center {
    max-width: 800px;
    margin: auto;
}
.pricing-scn .heading {
 text-align: center;
 margin: 0px;
 color: var(--white-clr);
 font-weight: 500;
 font-size: 34px;
}

.pricing-list {
 display: grid;
 grid-template-columns: 1fr 1fr 1fr;
 margin: 45px auto;
 width: 85%;
}

.pricing-list .pricing-gd-item {
 background: #fff;
 border-radius: 6px;
 align-self: center;
 padding: 2.5em 1.5em;
}
.pricing-list .pricing-gd-item:nth-child(3n+ 2) {
    position: relative;
}

.pricing-list .pricing-gd-item.active {
 transform: scale(1.03);
 -webkit-transform: scale(1.03);
 -moz-transform: scale(1.03);
 -o-transform: scale(1.03);
 -ms-transform: scale(1.03);
 z-index: 1;
 margin: 0;
 box-shadow: 0 10px 30px 0 rgba(17, 17, 17, 0.09);
 border-radius: 6px;
}

.pricing-top {
 text-align: center;
}

.pricing-top h5 {
 text-transform: uppercase;
 font-weight: 500;
 font-size: 16px;
 margin: 0px;
 color: var(--theme-sec-clr);
}

.pricing-top h6 {
 text-transform: uppercase;
 font-weight: 600;
 font-size: 22px;
 margin: 20px 0px 10px 0px;
 color: var(--theme-clr);
 letter-spacing: 1px;
}

.pricing-gd-item .para {
 font-size: 14px;
 line-height: 1.4;
 display: inline-block;
}

.pricing-top h4 {
 font-weight: 700;
 font-size: 25px;
 margin: 20px 0px;
 color: var(--theme-clr);
 letter-spacing: 1px;
 display: flex;
 align-items: center;
 justify-content: center;
}

.pricing-top h4 label {
 color: var(--base-clr);
 margin-bottom:0px;
 margin-left:3px;	
}

.pricing-top h4 span {
 font-size: var(--base-size);
 font-weight: 400;
 color: var(--base-clr);
}

.pricing-bottom {
 padding-left: 10px;
}
.pricing-bottom-bottom p {margin-bottom: 12px;}

.pricing-top h4 {
    font-size: 18px;
}

.pricing-bottom-bottom {
    min-height: 240px;
}

.pricing-bottom li {
 position: relative;
 margin: 10px 0px 10px 0px;
 display: block;
 padding-left: 15px;
 font-size: 15px;
}

.pricing-bottom li:before {
 content: '';
 width: 6px;
 height: 11px;
 border-right: var(--theme-clr) 2px solid;
 position: absolute;
 left: 0px;
 top: 5px;
 border-bottom: var(--theme-clr) 2px solid;
 transform: rotate(45deg);
}

.buy-button .buy-btn {
 border: var(--theme-clr) 2px solid;
 color: var(--theme-clr);
 text-decoration: none;
 padding: 14px 15px;
 width: 100%;
 display: inline-block;
 text-align: center;
 border-radius: 4px;
 transition: 0.5s all;
 font-weight: 500;
 text-transform: uppercase;
 margin-top: 20px;
}

.active .buy-button .buy-btn {
 color: var(--white-clr);
 background-color: var(--price-clr);
}

.buy-button .buy-btn:hover {
 color: var(--white-clr);
 background-color: var(--theme-clr);
 border-color: var(--theme-clr);
}


.page-id-254 .content-editor-scn {
 padding-top: 0px;
 padding-bottom: 20px;
 }
.pricing-list {
  margin-bottom: 0px;
  width: 100%;
}

.table-container {
   overflow-x: auto;
}

  .table-container .section-title{ padding-top: 15px; margin-bottom: 0px; }

   .table-container table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
    margin-top: 5px;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.1);
    border-radius: 8px;
    overflow: hidden;
  }

    .table-container th,  .table-container td {
    border: 1px solid #ccc;
    padding: 10px 12px;
    text-align: left;
    vertical-align: middle;
  }

    .table-container th {
    background:var(--theme-clr);
    color: #fff;
    font-weight: 600;
  }

    .table-container tr:nth-child(even) {
    background-color: #f8f8f8;
  }

    .table-containerh3.section-title {
    background: #004a99;
    color: #fff;
    padding: 10px 15px;
    border-radius: 6px;
    font-size: 18px;
    margin-top: 40px;
  }

  /* Responsive */
  @media (max-width: 768px) {
      .table-container table,   .table-container thead,   .table-container tbody,   .table-container th,   .table-container td,  .table-container tr {
      display: block;
    }

      .table-container thead {
      display: none;
    }

      .table-container tr {
      margin-bottom: 15px;
      border: 1px solid #ddd;
      border-radius: 6px;
      background: #fff;
      padding: 10px;
    }

      .table-container td {
      border: none;
      display: flex;
      justify-content: space-between;
      padding: 8px 0;
      font-size: 15px;
      text-align: right;
    }

      .table-container td::before {
      content: attr(data-label);
      font-weight: 600;
      color: var(--theme-clr);
      text-align: left;
    }
  }



@media(max-width:1100px) {
 .pricing-list {
  width: 100%;
 }

 .pricing-list .pricing-gd-item {
  padding: 2.5em 1em;
 }

 .pricing-top h5 {
  font-size: 14px;
 }

 .pricing-top h6 {
  font-size: 20px;
  margin: 10px 0px;
 }

}

@media(max-width:767px) {
  .table-container table, .table-container thead, .table-container tbody, .table-container th, .table-container td, .table-container tr {
    border: none;
}

.table-container table {
      background: transparent;
    box-shadow: none;
    margin-bottom: 10px;
}
 .pricing-list {
  display: flex;
  flex-flow: row wrap;
  grid-template-columns: inherit;
  margin: 30px auto;
 }

 .pricing-list .pricing-gd-item {
  width: 100%;
 }

 .pricing-list .pricing-gd-item.active {
  order: 1;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  margin-bottom: 10px;
 }

 .pricing-list .pricing-gd-item {
  order: 2;
  margin: 10px 0px;
 }

}


@media(max-width:1100px) {
 .pricing-list {
  width: 100%;
 }

 .pricing-list .pricing-gd-item {
  padding: 2.5em 1em;
 }

 .pricing-top h5 {
  font-size: 14px;
 }

 .pricing-top h6 {
  font-size: 20px;
  margin: 10px 0px;
 }

}

@media(max-width:767px) {
 .pricing-list {
  display: flex;
  flex-flow: row wrap;
  grid-template-columns: inherit;
  margin: 30px auto;
 }

 .pricing-list .pricing-gd-item {
  width: 100%;
 }

 .pricing-list .pricing-gd-item.active {
  order: 1;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  margin-bottom: 10px;
 }

 .pricing-list .pricing-gd-item {
  order: 2;
  margin: 10px 0px;
 }

}

/**Blog Detail page**/
.blog-d-group {
 display: flex;
 flex-flow: row wrap;
 width: 100%;
 justify-content: space-between;
}

.blog-d-group .blog-d-left {
 width: 70%;
}

.blog-d-group .blog-d-right {
 width: 28%;
}

.blog-d-group .blog-d-left .post-thumbnail {
 width: 100%;
 margin-bottom: 20px;
 overflow: hidden;
 border-radius: 24px;
}

.blog-d-group .blog-d-left .post-thumbnail img {
 width: 100%;
}

.blog-d-group .blog-d-right label.wp-block-search__label {
 font-size: 18px;
 color: #000;
 font-weight: 600;
}

.blog-d-group a {
 color: #102738;
 text-decoration: underline;
}

.blog-d-group a:hover {
 text-decoration: none ;
}

.blog-d-group p {
 color: #000;
}



.blog-d-group ul {
 padding-bottom: 20px;
}

.blog-d-group ul li {
 padding-left: 15px;
 position: relative;
 width: 100%;
 margin: 5px 0px;
}

.blog-d-group ul li:before {
 content: "";
 position: absolute;
 background-color: #000;
 width: 6px;
 height: 6px;
 left: 0px;
 top: 12px;
 border-radius: 6px;
}

.post-content {
 padding-top: 25px;
}

.post-content h1 {
    color: var(--theme-clr);
    margin: 0px 0px 25px 0;
}
.blog-d-group ol {
 padding-bottom: 20px;
 list-style-type: decimal;
 padding-left: 20px;
 margin: 0px;
}

.blog-d-group ol li {
 position: relative;
 width: 100%;
 margin: 5px 0px;
 list-style-type: decimal;
}

.blog-d-group .blog-d-right input {
 border: #000 1px solid;
 font-size: 14px;
 line-height: normal !important;
 padding: 4px 10px !important;
 height: auto;
 box-shadow: none !important;
 outline: none !important;
}

.blog-d-group .blog-d-right button {
 padding: 5px 20px;
 color: #fff !important;
 background-color: #102738 !important;
 font-size: 15px !important;
 border: none !important;
}

.blog-d-group .blog-d-right h2 {
 font-size: 20px;
 margin: 30px 0px 16px 0px;
 color: #000;
}

.blog-d-group .blog-d-right ul li a {
 font-size: 15px !important;
 text-decoration: none;
 line-height: 1.5;
 font-weight: normal;
 color: #000;
}

.blog-d-group .blog-d-right .widget {
 margin-top: 0;
 padding: 0px;
}

.blog-d-group .blog-d-right .wp-block-latest-posts__list {
 margin: 0px !important;
 padding: 0px !important;
}

.blog-d-group .blog-d-right ul li:hover a {
 color: #102738;
}

.blog-d-group .blog-d-right ul li {
 padding: 5px 0 5px 14px;
 font-weight: 400;
 display: flex;
 flex-flow: row wrap;
 justify-content: space-between;
 align-items: center;
 line-height: normal;
 border-top: #f1f1f1 1px solid;
 margin: 0px;
}

.blog-d-group .blog-d-right ul li:before {
 top: 12px;
}

.search-results .search-result-count {
 margin-top: 20px;
 display: inline-block;
 width: 100%;
 text-align: center;
}

.post-navigation {
 display: flex;
 padding-top: 20px;
}

.post-navigation .prev-post, .post-navigation .next-post {
 width: 50%;
 padding: 0px 10px;
 font-weight: 500;
}

/**Media Css Start**/
@media (max-width:1199px) {
 body {
  padding-top: 110px;
 }

 .hdr-top-left {
  width: 65%;
 }

 .hdr-top-icons {
  margin-right: 10px;
 }

 .hdr-top-right {
  width: 35%;
 }

 .hdr-top-icons span {
  font-size: 12px;
 }

 .header-logo img {
  max-width: 110px;
 }

 .header-scn {
  padding: 10px 0px;
 }

 .banner-scn .bnr-item {
  min-height: 370px;
 }

 .banner-slider .splide__pagination li {
  margin: 5px 1px;
 }

 .latest-f-axia-item {
  width: calc(33.33% - 14px);
  margin: 7px;
  border-radius: 5px;
 }

 h1, .h1 {
  font-size: 35px;
  margin-bottom: 10px;
 }

 h2, .h2 {
  font-size: 32px;
  margin-bottom: 10px;
 }

 h3, .h3 {
  font-size: 26px;
  margin-bottom: 10px;
 }

 h4, .h4 {
  font-size: 20px;
  margin-bottom: 10px;
 }

 .bnr-btn-group .bnr-btn {
  margin-right: 10px;
 }

 .cmn-btn {
  padding: 10px 17px;
  min-width: 160px;
  font-size: 14px;
 }

 section {
  padding: 50px 0px;
 }

 .banner-scn .bnr-item h2 {
  position: relative;
  z-index: 2;
  font-size: 42px;
  margin-bottom: 30px;
 }

 .ftr-menu li {
  font-size: 15px;
 }

 .ftr-top-inner .ftr-item {
  padding: 0px 10px;
 }

 .ftr-top-inner {
  width: calc(100% + 20px);
  margin-left: -10px;
  padding-top: 40px;
  padding-bottom: 15px;
 }

 .ftr-top-inner .ftr-title {
  margin-bottom: 6px;
  font-size: 18px;
 }

 .ftr-logo img {
  max-width: 110px;
 }

 .inner-banner-scn .bnr-cont-group h2 {
  font-size: 38px;
  margin-bottom: 10px;
 }

 .inner-banner-scn p {
  margin-bottom: 0px;
  margin-top: 20px;
 }

 .content-image-scn {
  padding: 50px 0px;
 }

 .hd-tagline {
  font-size: 16px;
 }

 .content-image-left h2 {
  font-size: 32px;
 }

 .leadership-right .leadership-text {
  font-size: 18px;
  max-width: 100%;
  margin-bottom: 20px;
 }

 .leadership-info {
  padding: 25px;
  max-width: 90%;
  margin-top: 10px;
 }

 .leadership-right .leadership-name {
  font-size: 22px;
 }

 .mission-img {
  max-width: 100px;
  min-height: 100px;
 }

 .mission-img img {
  max-width: 60px;
  min-height: 60px;
  margin: auto;
 }

 .vision-img img {
  height: 60px;
  width: 60px;
 }

 .mission-list {
  padding-top: 0px;
  margin-top: 60px;
 }

 .latest-img {
  height: 220px;
 }

 .ftr-top-inner .ftr-item {
  width: 22%;
 }

 .ftr-top-inner .ftr-item:nth-child(1) {
  width: 32%;
 }

 .ftr-b-inner {
  padding-top: 15px;
 }

}

@media (max-width:991px) {
 .header-scn {
  top: 42px;
 }

 .hdr-btn-menu-mobile {
  display: flex;
  align-items: center;
 }

 .mobile-toggle {
  position: relative;
  top: 0px;
  display: flex;
  width: 25px;
  height: 18px;
  flex-flow: row wrap;
  align-content: space-between;
  margin-left: 15px;
 }

 .mobile-toggle i {
  transition: 0.5s all;
  width: 100%;
  height: 2px;
  background-color: var(--white-clr);
 }

 .menu-open .hdr-menu {
  display: block;
  width: 100%;
 }

 .menu-open .mobile-toggle i:nth-child(2) {
  opacity: 0
 }

 .menu-open .mobile-toggle i:nth-child(1) {
  transform: rotate(-45deg);
  top: 8px;
  position: relative;
 }

 .menu-open .mobile-toggle i:nth-child(3) {
  transform: rotate(45deg);
  top: -8px;
  position: relative;
 }

 .hdr-menu {
  position: absolute;
  left: 0px;
  width: 100%;
  background-color: #000;
  top: 100%;
  display: none;
  overflow: auto;
  height: calc(100vh - 90px);
 }

 .fixed .hdr-menu {
  height: calc(100vh - 52px);
 }

 nav.hdr-menu ul li {
  width: 100%;
  border-top: #ccc 1px solid;
  padding: 0px;
  margin: 0px;
  position: relative;
 }

 nav.hdr-menu ul li a {
  padding: 10px 15px;
  color: #fff;
  width: calc(100% - 40px);
  font-size: 14px;
 }

 nav.hdr-menu ul li ul {
  margin: 0px;
 }

 nav.hdr-menu ul li ul li a {
  padding: 10px 22px;
  font-weight: normal;
 }

 nav.hdr-menu ul li.menu-item-has-children ul li:after {
  content: normal;
 }

 nav.hdr-menu ul li ul li ul {
  display: block;
 }

 nav.hdr-menu ul li ul li ul li ul li a {
  padding-left: 28px;
  font-size: 13px;
 }

 nav.hdr-menu ul li ul {
  display: none;
 }

 nav.hdr-menu ul li ul.show-menu {
  display: block;
 }

 nav.hdr-menu .menu-main-menu-container {
  width: 100%;
 }

 nav.hdr-menu ul li.menu-item-has-children:after {
  width: 10px;
  height: 10px;
  border-left: #fff 2px solid;
  border-bottom: #fff 2px solid;
  display: inline-block;
  transform: rotate(-45deg);
  content: '';
  right: 10px;
  position: absolute;
  top: 13px;
 }

 h1, .h1 {
  font-size: 30px;
  margin-bottom: 10px;
 }

 h2, .h2 {
  font-size: 26px;
  margin-bottom: 10px;
 }

 h3, .h3 {
  font-size: 20px;
  margin-bottom: 10px;
 }

 h4, .h4 {
  font-size: 18px;
  margin-bottom: 10px;
 }

 .hdr-menu ul li {
  font-size: 12px;
  margin: 0px 10px;
 }

 .social-media a {
  margin-right: 5px;
  padding: 0px;
 }

 .hdr-top-bar {
  padding: 8px 0px;
  width: 100%;
 }

 .hdr-btn .cmn-btn {
  font-size: 12px;
  min-width: 155px;
 }

 .banner-scn .bnr-item .bnr-btn-group {
  margin-top: 15px;
 }

 .banner-scn {
  min-height: 320px;
 }

 section {
  padding: 50px 0px;
 }

 .latest-f-axia-item {
  width: calc(50% - 20px);
  margin: 10px 10px;
 }

 .ftr-top-inner .ftr-item, .ftr-top-inner .ftr-item:nth-child(1) {
  width: 50%;
  margin-bottom: 25px;
 }

 .ftr-top-inner .ftr-title {
  margin-bottom: 0px;
 }

 .inner-banner-scn .bnr-cont-group h2 {
  font-size: 30px;
 }

 .inner-banner-scn p {
  font-size: 16px;
  margin-top: 30px;
 }

 .content-image-left h2 {
  font-size: 22px;
 }

 .content-image-left {
  width: 55%;
 }

 .content-image-right {
  width: 45%;
  padding-left: 30px;
 }

 .content-image-left p {
  font-size: 16px;
 }

 .leadership-info {
  max-width: 100%;
  padding: 20px;
 }

 .leadership-right {
  width: 68%;
 }

 .leadership-right .leadership-text {
  font-size: 18px;
 }

 .mission-list {
  width: calc(100% + 20px);
  margin-left: -10px;
 }

 .mission-item {
  width: calc(33.33% - 20px);
  margin: 0px 10px;
 }

 .mission-img {
  max-width: 70px;
  min-height: 70px;
  margin-top: -50px;
 }

 .mission-img img {
  max-width: 35px;
  min-height: 35px;
 }

 .vision-img img {
  height: 50px;
  width: 50px;
  margin: auto;
 }

 .mission-item-inner {
  padding: 15px;
  min-height: 286px;
 }
 .mission-item-inner p:empty {
  display: none;
 }

 .mission-title {
  font-size: 18px;
 }

 .s-inner-list .s-inner-item {
  width: calc(50% - 10px);
 }

 .thought-leadership-scn .latest-right {
    padding: 15px 20px;
}
.latest-right .latest-title {
    font-size: 20px;
    font-weight: 500;
}

}

@media (max-width:767px) {
 body {
  padding-top: 95px;
 }

 .bnr-cont-group {
  padding-bottom: 30px;
 }

 .banner-scn .bnr-item h2 {
  font-size: 30px;
  margin-bottom: 0px;
  line-height: 1.3;
 }

 .ftr-top-inner {
  padding-top: 30px;
  padding-bottom: 0px;
 }

 .ftr-top-inner .ftr-item, .ftr-top-inner .ftr-item:nth-child(1) {
  width: 100%;
 }

 .ftr-b-inner {
  text-align: center;
  line-height: 1.3;
  justify-content: center;
 }

 .hdr-top-bar {
  width: 100%;
 }

 .hdr-top-left {
  width: 55%;
 }

 .hdr-top-right {
  width: 44%;
 }

 .hdr-top-icons:has(.adress-icon) {
  display: none;
 }

 .header-logo img {
  max-width: 80px;
 }

 .hdr-menu {
  display: none;
 }

 .hdr-btn .cmn-btn {
  min-width: 120px;
  padding: 8px 10px;
 }

 h2 {
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 10px;
 }

 .latest-f-axia-list {
  padding-top: 0px;
  width: calc(100% + 20px);
  margin-left: -10px;
 }

 .bnr-cont-group h2 br {
  display: contents;
 }

 .banner-scn .bnr-item {
  min-height: 280px;
 }

 .cmn-btn {
  min-width: 100px;
  padding: 9px 14px;
  font-size: 12px;
 }

 .banner-scn {
  min-height: inherit;
 }

 section {
  padding: 40px 0px;
 }

 .latest-f-axia-item {
  width: 100%;
 }

 .ftr-logo img {
  max-width: 90px;
 }

 .ftr-item a {
  font-size: 14px;
 }

 .location-icon span {
  font-size: 13px;
 }

 .ftr-top-inner .ftr-item, .ftr-top-inner .ftr-item:nth-child(1) {
  margin-bottom: 22px;
 }

 .ftr-top-inner .ftr-title {
  font-size: 18px;
 }

 .ftr-b-inner {
  padding-top: 16px;
 }

 .inner-banner-scn {
  min-height: 300px;
 }

 .content-image-left {
  width: 100%;
 }

 span.hd-tagline {
  margin-bottom: 15px;
  font-size: 14px;
 }

 .content-image-left h2 {
  font-size: 21px;
 }

 h2 br {
  display: none;
 }

 .content-image-right {
  width: 100%;
  padding-left: 0px;
 }

 .leadership-left {
  width: 100%;
 }

 .leadership-img img {
  margin: auto;
  width: 100%;
  border-radius: 25px;
 }

 .leadership-right {
  width: 100%;
  margin-top: 20px;
  text-align: center;
  padding-left: 0px;
 }

 .leadership-right .leadership-name {
  font-size: 20px;
 }

 .leadership-right .designation {
  font-size: 12px;
 }

 .mission-item {
  width: 100%;
  margin-bottom: 40px;
 }

 .mission-item-inner p {
  font-size: 14px;
 }

 .mission-title {
  font-size: 16px;
  margin: 5px 0px;
 }

 .mission-scn {
  padding: 50px 0px 20px 0px;
 }

 .ftr-menu li {
  font-size: 14px;
 }

 .ftr-b-left {
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;	 
 }

 .copyright-scn .container {
  padding-left: 0px;
  padding-right: 0px;
 }

 .content-image-left ul li {
  width: 100%;
 }

 .content-image-scn {
  padding: 40px 0px;
 }

 .s-inner-list .s-inner-item {
  width: 100%;
 }

 .accounting-right {
  margin-top: 20px;
  width: 100%;
 }

 .accounting-inner {
  text-align: center;
 }

 .accounting-left h3 {
  padding-right: 0px;
 }

 .inner-banner-scn {
  min-height: 180px;
  padding: 25px 0;
 }

 .inner-banner-scn .bnr-cont-group h2 {
  font-size: 26px;
 }

 .inner-banner-scn p {
  font-size: 15px;
  margin-top: 20px;
 }

 .s-inner-list .s-inner-item .description {
  font-size: 14px;
 }

 .s-inner-list .s-inner-item .readmore-btn {
  font-size: 12px;
 }

 .cw-accordion__item .cw-label {
  font-size: 15px;
 }

 .accounting-right .cmn-btn {
  font-size: 15px;
 }

 .inner-banner-scn .bnr-cont-group {
  padding-bottom: 0px;
 }

.thought-leadership-scn .latest-left {
    width: 100%;
}
.thought-leadership-scn .latest-right {
        width: 100%;
    }
    .latest-f-scn {
    padding: 30px 0px;
}
.blog-scn {
    padding: 10px 0px 40px 0px;
}
.latest-f-scn .latest-f-axia-list {
    margin-left: 0;
}
.latest-left, .latest-right {
    width: 100%;
}
.latest-right .latest-title {
 font-size: 16px;
}
.blog-d-group .blog-d-left {
    width: 100%;
}
.blog-d-group .blog-d-left .post-thumbnail {
    width: 100%;
    margin-bottom: 10;
    overflow: hidden;
    border-radius: 10px;
}
.blog-d-group {
    font-size: 14px;
}
.post-navigation {
    display: none;
}
.blog-d-group .blog-d-right {
 display: none;
}
.contact-form-scn {
     padding: 40px 0px;
}
.contact-left {
    width: 100%;
    padding: 0px 0px 10px 0px;
}
.contact-cont p {
    line-height: 1.3;
    font-size: 14px;
}
.contact-item-inner {
    font-size: 14px;
    width: 76%;
    padding: 12px;
}
.contact-form {
    padding: 20px 15px;
     width: 100%;
}
.contact-right {
    width: 100%;
}
.input-g-half {
    width: 100%;
}
.how-it-works-item {
 width: 100%;
 margin: 25px 17px;
}
.how-it-works-item:first-child {
    margin-top: 0;
}
.how-it-works-item:before {
    left: 0;
    top: -36px;
    right: 0px;
    margin: auto;
    transform: rotate(90deg);
}
.accounting-left {
      width: 100%;
}
.how-it-works-item:before {
 content: '' !important;
}
.how-it-works-item:first-child:before {
 content: normal !important;
}
.services-item{
  width: 100%;
}
.services-img {
    width: 100px;
    height: 100px;
    margin-top: -78px;
 
}
.services-img img {
    max-width: 55px;
    height: auto;
}
.services-item-inner {
    padding: 30px 20px;
}
.services-title {
    font-size: 20px;
}

.services-item-inner p {
    font-size: 15px;
}

.services-info li a {
    font-size: 14px;
}
.pricing-bottom-bottom {
    min-height: inherit;
}
	.post-content h1 {
    margin: 0px 0px 18px 0;
}
}

/**Media Css End**/