.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-120 {
  margin-top: 120px;
}

.mt--10 {
  margin-top: -10px;
}

.mt--60 {
  margin-top: -60px;
}

.mt--120 {
  margin-top: -120px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb--60 {
  margin-bottom: -60px;
}

.mb--40 {
  margin-bottom: -40px;
}

.mb--120 {
  margin-bottom: -120px;
}

.mb--190 {
  margin-bottom: -190px;
}

.mb-190 {
  margin-bottom: 190px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-142 {
  padding-top: 142px;
}

.pt-240 {
  padding-top: 240px;
}

.pt-310 {
  padding-top: 310px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 60px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-30 {
  padding-right: 30px;
}
.f-15 {
  font-size: 13px !important;
}
.f-20 {
  font-size: 20px !important;
}
.f-25 {
  font-size: 25px !important;
}
.f-30 {
  font-size: 30px !important;
}

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root {
  scroll-behavior: auto;
  --thm-font: "Inter", sans-serif;
  --heading-font: "Inter", sans-serif;
  --special-font: "reeyregular", sans-serif;
  --thm-color: #000248;
  --thm-base: #0b48c2;
  --thm-orangecolor: #ffad00;
  --thm-w-color: #fff;
  --thm-blue-color: #0b48c2;
  --thm-bg-color: #f4f7fc;
  --thm-base-rgb: 230, , 39;
  --thm-primary: #f7c35f;
  --thm-primary-rgb: 247, 195, 95;
  --thm-secondary: #ed4b4b;
  --thm-secondary-rgb: 237, 75, 75;
  --thm-special: #5366c2;
  --thm-special-rgb: 83, 102, 194;
  --thm-black: #1c1c27;
  --thm-black-rgb: 28, 28, 39;
  --thm-black2: #16161f;
  --thm-black2-rgb: 22, 22, 31;
  --thm-gray: #f2ede9;
  --thm-gray-rgb: 242, 237, 233;
  --thm-border-color: #e7e1dc;
  --thm-border-color-rgb: 231, 225, 220;
  --thm-text-dark: #a2a2b1;
  --thm-text-dark-rgb: 162, 162, 177;
  --btnbg: linear-gradient(
    90deg,
    rgba(61, 14, 109, 1) 0%,
    rgba(19, 58, 136, 1) 100%
  );
  --ltn__box-shadow-1: 0 16px 32px 0 rgba(7, 28, 31, 0.1);
  --ltn__box-shadow-2: 0 0 4px rgba(0, 0, 0, 0.1);
  --ltn__box-shadow-3: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
  --ltn__box-shadow-4: 0 5px 20px 0 rgba(23, 44, 82, 0.1);
  --ltn__box-shadow-5: 0 8px 16px 0 rgba(93, 93, 93, 0.1);
  --ltn__box-shadow-6: 0 0 25px 2px rgba(93, 93, 93, 0.2);
  --ltn__box-shadow-7: 0 0 10px 0px rgba(93, 93, 93, 0.2);
  --ltn__box-shadow-8: 6px 11px 41px -28px #796eb1;
}

body {
  font-family: var(--thm-font);
  color: var(--thm-color);
  font-size: 16px;
  line-height: 1.875;
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--thm-base);
}

.bSd-01 {
  box-shadow: var(--ltn__box-shadow-8);
  -webkit-box-shadow: var(--ltn__box-shadow-8);
}

.color-w {
  color: var(--thm-w-color);
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
  color: var(--thm-black);
}

@media (max-width: 575px) {
  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br,
  h6 br {
    display: none;
  }
}

@media (max-width: 575px) {
  p br {
    display: none;
  }
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.container {
  max-width: 1180px;
}
.header {
  position: fixed;
  width: 100%;
  padding: 10px;
  top: 0;
  left: 0;
  z-index: 99;
}
.header nav ul {
  margin: 0;
  padding: 0;
}
.header nav ul li {
  display: inline-block;
}
.header nav ul li a {
  color: var(--thm-color);
  font-size: 15px;
  font-family: var(--thm-font);
}
.header nav ul li a i {
  color: var(--thm-orangecolor);
  font-size: 18px;
  vertical-align: middle;
}
.header nav ul li a:hover {
  color: var(--thm-orangecolor);
}

.header.stricky-fixed {
  background: #fff;
}

.topMenuSection {
  text-align: center;
}
.topMenuSection .topMenuArea {
  display: inline-block;
  border-radius: 0 0px 10px 10px;
  background: #fff;
  position: relative;
}
.topMenuSection .topMenuArea ul {
  margin: 0;
  padding: 0 20px;
}
.topMenuSection .topMenuArea ul li {
  display: inline-block;
  padding: 0 10px;
  font-size: 11px;
}
.topMenuSection .topMenuArea ul li a {
  color: var(--thm-color);
  padding: 7px 0;
  display: block;
}
.topMenuSection .topMenuArea ul li.active a,
.topMenuSection .topMenuArea ul li a:hover {
  color: var(--thm-orangecolor);
}

.bannerSection {
  background: url("../images/headerbg.jpg");
  width: 100%;
  background-size: cover;
  background-position: center;
  padding: 200px 0 130px 0;
}

.bannerSection .leftSection h2 {
  font-size: 62px;
  font-weight: 600;
  color: var(--thm-color);
  letter-spacing: -3px;
}
.bannerSection .leftSection h2 span {
  color: var(--thm-orangecolor);
}
.bannerSection .leftSection p {
  font-size: 18px;
}
.bannerSection .serachArea {
  background: var(--thm-w-color);
  padding: 10px;
  /* border-radius: 50px; */
  /* -webkit-box-shadow: var(--ltn__box-shadow-1); */
  /* box-shadow: var(--ltn__box-shadow-1); */
}
.bannerSection .serachArea input {
  width: calc(100% - 110px);
  padding: 2px 10px;
  border: 0;
}
.bannerSection .serachArea input:focus {
  border: 0;
  outline: none;
}
.bannerSection .serachArea button {
  background: var(--btnbg);
  font-size: 18px;
  z-index: 999;
  color: #fff;
  border-radius: 50px;
  padding: 12px 25px;
  transition: all ease-in-out 0.2s;
}
.bannerSection .serachArea button:hover {
  background: var(--thm-orangecolor);
  transition: all ease-in-out 0.2s;
}

.bannerSection .rightSection .bannerImgArea {
  right: -50px;
  top: -200px;
  position: absolute;
}
.bannerSection .rightSection .bannerImgArea img {
  width: 100%;
}

.bannerSection .rightSection a.boxArea {
  background: var(--thm-w-color);
  color: var(--thm-color);
  padding: 13px;
  border-radius: 7px;
  z-index: 9;
  position: absolute;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  box-shadow: var(--ltn__box-shadow-1);
  overflow: hidden;
}
/* 
.bannerSection .rightSection a.boxArea {
  position: relative;
  padding: 30px 60px;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.4);
  color: #999;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 4px;
  font: 700 30px consolas;
  overflow: hidden;
} */

.bannerSection .rightSection a.boxArea i:nth-child(1) {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #fff, #3bff3b);
  animation: animate1 2s linear infinite;
}

@keyframes animate1 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

.bannerSection .rightSection a.boxArea i:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 3px;
  background: linear-gradient(to bottom, #fff, #3bff3b);
  animation: animate2 2s linear infinite;
  animation-delay: 1s;
}
@keyframes animate2 {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}

.bannerSection .rightSection a.boxArea i:nth-child(3) {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to left, #fff, #3bff3b);
  animation: animate3 2s linear infinite;
}

@keyframes animate3 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.bannerSection .rightSection a.boxArea i:nth-child(4) {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 3px;
  background: linear-gradient(to top, #fff, #3bff3b);
  animation: animate4 2s linear infinite;
  animation-delay: 1s;
}

@keyframes animate4 {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(-100%);
  }
}

.bannerSection .rightSection a.boxArea.po-2 i:nth-child(1) {
  background: linear-gradient(to right, #fff, #f89310);
}
.bannerSection .rightSection a.boxArea.po-2 i:nth-child(2) {
  background: linear-gradient(to bottom, #fff, #f89310);
}
.bannerSection .rightSection a.boxArea.po-2 i:nth-child(3) {
  background: linear-gradient(to left, #fff, #f89310);
}
.bannerSection .rightSection a.boxArea.po-2 i:nth-child(4) {
  background: linear-gradient(to top, #fff, #f89310);
}

.bannerSection .rightSection a.boxArea.po-3 i:nth-child(1) {
  background: linear-gradient(to right, #fff, #34bfda);
}
.bannerSection .rightSection a.boxArea.po-3 i:nth-child(2) {
  background: linear-gradient(to bottom, #fff, #34bfda);
}
.bannerSection .rightSection a.boxArea.po-3 i:nth-child(3) {
  background: linear-gradient(to left, #fff, #34bfda);
}
.bannerSection .rightSection a.boxArea.po-3 i:nth-child(4) {
  background: linear-gradient(to top, #fff, #34bfda);
}

.bannerSection .rightSection a.boxArea.po-4 i:nth-child(1) {
  background: linear-gradient(to right, #fff, #fb65a5);
}
.bannerSection .rightSection a.boxArea.po-4 i:nth-child(2) {
  background: linear-gradient(to bottom, #fff, #fb65a5);
}
.bannerSection .rightSection a.boxArea.po-4 i:nth-child(3) {
  background: linear-gradient(to left, #fff, #fb65a5);
}
.bannerSection .rightSection a.boxArea.po-4 i:nth-child(4) {
  background: linear-gradient(to top, #fff, #fb65a5);
}

.bannerSection .rightSection a.boxArea.po-5 i:nth-child(1) {
  background: linear-gradient(to right, #fff, #f82b10);
}
.bannerSection .rightSection a.boxArea.po-5 i:nth-child(2) {
  background: linear-gradient(to bottom, #fff, #f82b10);
}
.bannerSection .rightSection a.boxArea.po-5 i:nth-child(3) {
  background: linear-gradient(to left, #fff, #f82b10);
}
.bannerSection .rightSection a.boxArea.po-5 i:nth-child(4) {
  background: linear-gradient(to top, #fff, #f82b10);
}

.bannerSection .rightSection .boxArea span {
  color: var(--thm-orangecolor);
}
.bannerSection .rightSection .boxArea p {
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
}
.po-1 {
  top: -100px;
  right: 0;
}
.po-2 {
  top: 110px;
  left: 0;
}
.po-3 {
  top: 60px;
  right: -50px;
}
.po-4 {
  bottom: -50px;
  left: 0;
}
.po-5 {
  bottom: 0px;
  right: 0;
}
.anim_moveBottom {
  animation: anim_moveBottom 3s linear 0s infinite alternate;
}

@keyframes anim_moveBottom {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(20px);
  }
}
.section-01 {
  padding-top: 30px;
  padding-bottom: 100px;
}

.section-01 .aboutBoxSt {
  background: #c9deff;
  padding: 40px 20px;
  border-radius: 80px;
  margin-left: 150px;
  position: relative;
}
.section-01 .aboutBoxSt .aboutImgArea {
  margin-left: -165px;
  position: absolute;
  z-index: 2;
  padding-right: 15px;
}
.section-01 .aboutBoxSt .aboutImgArea img {
  width: 100%;
  border-radius: 80px 0 80px 0;
}
.section-01 .aboutBoxSt .aboutTextArea {
  padding-left: 15px;
  padding-right: 80px;
}
.section-01 .aboutBoxSt .aboutTextArea h1 {
  font-size: 35px;
  font-weight: 600;
  color: var(--thm-color);
  letter-spacing: -1px;
  margin-bottom: 20px;
}

.section-01 .aboutBoxSt .aboutTextArea p {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.section-01 .aboutBoxSt a.viewAllBtn {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 50px;
  transition: all ease-in-out 0.2s;
  font-size: 18px;
  color: #fff;
  background: var(--btnbg);
}
.section-01 .aboutBoxSt a.viewAllBtn:hover {
  background: var(--thm-orangecolor);
  transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
}

.section-02 {
  background: var(--thm-bg-color);
  padding: 20px 0;
  position: relative;
}
.section-02:after {
  width: 100%;
  left: 0;
  top: 0;
  height: 50px;
  background: var(--thm-w-color);
  position: absolute;
  content: "";
}
.section-02:before {
  width: 100%;
  left: 0;
  bottom: 0;
  height: 50px;
  background: var(--thm-w-color);
  position: absolute;
  content: "";
}

.section-02 .container {
  position: relative;
  z-index: 2;
}
.section-02 .boxArea-02 {
  position: relative;
  background: var(--thm-w-color);
  padding: 40px;
  text-align: right;
  padding-right: 90px;
  margin-left: 50px;
  margin-right: -90px;
  box-shadow: var(--ltn__box-shadow-1);
}
.section-02 .boxArea-02 h6 {
  color: var(--thm-blue-color);
  margin-bottom: 10px;
}
.section-02 .boxArea-02 h2 {
  font-size: 35px;
  font-weight: 600;
  color: var(--thm-color);
  letter-spacing: -1px;
}

.section-02 .boxArea-02 p {
  font-size: 17px;
  line-height: 28px;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.section-02 .imgAreaBox-02 {
  background: #d3e2e7;
  padding: 10px 40px;
  border-radius: 25px;
}
.section-02 .imgAreaBox-02 img {
  width: 100%;
}

.section-02 .boxArea-02.rightPoSt {
  padding-left: 90px;
  margin-right: 0px;
  padding-right: 50px;
  margin-left: -90px;
  text-align: left;
}
.section-02 .boxArea-02.rightPoSt .readMore {
  left: 50px;
  right: auto;
}

.readMore {
  padding: 5px 7px 0px;
  position: absolute;
  right: 50px;
  bottom: -20px;
  font-size: 30px;
  line-height: 35px;
  background: var(--thm-blue-color);
  color: var(--thm-w-color);
  transition: all ease-in-out 0.2s;
}
.readMore:hover {
  background: var(--thm-orangecolor);
  color: var(--thm-w-color);
  transition: all ease-in-out 0.2s;
}

.section-03 {
  padding: 80px 0;
  position: relative;
}
.section-03 .headingArea_web {
  text-align: center;
}
.section-03 .headingArea_web h1 {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  padding-bottom: 15px;
  margin-bottom: 10px;
  position: relative;
  line-height: 35px;
  color: var(--thm-color);
}
.section-03 .headingArea_web h1:after {
  width: 100px;
  height: 5px;
  left: 50%;
  margin-left: -50px;
  position: absolute;
  bottom: 0;
  background: var(--thm-blue-color);
  content: "";
}
.section-03 .headingArea_web p {
  padding: 0 200px;
  line-height: 23px;
}

.work-process {
  counter-reset: workNumber;
  position: relative;
}
.work-process__item {
  counter-increment: workNumber;
  text-align: center;
  position: relative;
}
.work-process__item::after {
  content: counters(workNumber, ".", decimal-leading-zero);
  width: 40px;
  height: 40px;
  background-color: var(--thm-base);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: absolute;
  top: 0px;
  left: 40px;
  font-size: 14px;
  font-weight: bold;
  transition: all 0.5s ease;
  z-index: 9;
}

.work-process__item::after:hover {
  background-color: var(--thm-black);
  color: #fff;
}

[class*="col-"]:nth-child(even)::after {
  bottom: 0;
  right: 0;
  top: auto;
  left: auto;
}

.work-process__icon {
  width: 132px;
  height: 132px;
  background-color: #fff;
  border: 1px solid var(--thm-border-color);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  color: var(--thm-base);
  position: relative;
  transition: all 500ms ease;
  overflow: hidden;
}

.work-process__icon::before {
  content: attr(content);
  position: absolute;
  width: 125px;
  height: 125px;
  z-index: 1;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  transition: all ease-in-out 0.2s;
}

.work-process__icon::after {
  content: "";
  width: 400px;
  height: 400px;
  position: absolute;
  border-radius: 50%;
  background: conic-gradient(
    #3a7cec 0%12.5%,
    #2ca24c 12.5%25%,
    #f1b500 25%37.5%,
    #e33e2b 37.5%50%,
    #3a7cec 50%62.5%,
    #2ca24c 62.5%75%,
    #f1b500 75%87.5%,
    #e33e2b 87.5%100%
  );
  animation: border-animation 5s linear infinite;
  -webkit-animation: border-animation 5s linear infinite;
}

@keyframes border-animation {
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}

.work-process__item:hover .work-process__icon::before {
  background-color: var(--thm-base);
  transition: all ease-in-out 0.2s;
  color: #fff;
}

.work-process__item .work-process__icon img {
  z-index: 9;
  position: relative;
}

.work-process__item:hover .work-process__icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

@media (min-width: 992px) {
  .work-process .row {
    background-image: url(../images/work-process-1-1.png);
    background-repeat: no-repeat;
    background-position: center 10%;
  }
}

@media (min-width: 992px) {
  [class*="col-"]:nth-child(2) .work-process__item {
    margin-top: 70px;
  }
  [class*="col-"]:nth-child(3) .work-process__item {
    margin-top: 110px;
  }

  [class*="col-"]:nth-child(4) .work-process__item {
    margin-top: 40px;
  }

  [class*="col-"]:nth-child(5) .work-process__item {
    margin-top: 80px;
  }
}

.work-process__title {
  margin: 0;
  font-size: 17px;
  font-weight: 500;
  color: var(--thm-black);
  margin-top: 26px;
  margin-bottom: 0px;
}

.work-process__title a {
  color: inherit;
  transition: all 500ms ease;
}

.work-process__text {
  margin: 0;
  max-width: 202px;
  margin-left: auto;
  margin-right: auto;
}
.work-process__text span {
  color: var(--thm-orangecolor);
}

.section-03.work-process .col-lg-3 {
  flex: 0 0 auto;
  width: 20%;
}

.footer .footerAreaBox {
  background: var(--thm-bg-color);
  border-radius: 50px;
  padding: 40px 40px 20px 40px;
  text-align: center;
  margin-bottom: 20px;
}
.footer .footerAreaBox .footerLogo {
  text-align: center;
}
.footer .footerAreaBox .footerLogo img {
  height: 30px;
}
.footer .footerAreaBox .footerSocial {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.footer .footerAreaBox .footerSocial:before {
  position: absolute;
  left: -40px;
  right: -40px;
  top: 50%;
  height: 3px;
  background: #333;
  content: "";
}
.footer .footerAreaBox .footerSocial ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  background: var(--thm-bg-color);
  z-index: 1;
  padding: 0 10px;
}
.footer .footerAreaBox .footerSocial ul li {
}
.footer .footerAreaBox .footerSocial a {
  display: block;
  width: 38px;
  height: 38px;
  background-color: #7c7c7d;
  line-height: 38px;
  color: #fff;
  font-size: 18px;
  transition: all 500ms ease;
  border-radius: 50%;
}

.footer .footerAreaBox .footerSocial a:hover {
  background: #ff512f;
  border-color: #ff512f;
  color: #fff;
  transform: translateY(-3px);
}

.icon-facebook:hover {
  background: #3b5998 !important;
  border-color: #3b5998 !important;
}

.icon-twitter:hover {
  background: #1da1f2 !important;
}

.icon-instagram:hover {
  background: #c32aa3 !important;
}

.icon-linkedin:hover {
  background: #0077b5 !important;
}

.icon-youtube:hover {
  background: #ff5722 !important;
}

.footer .footerAreaBox .footerWidget h6 {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  color: var(--thm-color);
  display: inline-block;
  font-size: 18px;
  position: relative;
}
.footer .footerAreaBox .footerWidget h6:after {
  position: absolute;
  right: -45px;
  width: 40px;
  top: 50%;
  margin-top: 0px;
  height: 3px;
  background: #333;
  content: "";
}
.footer .footerAreaBox .footerWidget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .footerAreaBox .footerWidget ul li {
  margin-bottom: 6px;
}
.footer .footerAreaBox .footerWidget ul a {
  color: var(--thm-color);
  display: block;
  font-size: 14px;
  transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
  position: relative;
}
.footer .footerAreaBox .footerWidget ul a:hover {
  margin-left: 5px;
}
.footer .footerAreaBox .footerWidget ul a:after {
  position: absolute;
  left: 0;
  top: 0px;
  content: "\ea6b";
  font-family: remixicon !important;
  font-size: 15px;
  color: var(--thm-color);
  transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
  opacity: 0;
}

.footer .footerAreaBox .footerWidget ul a:hover:after {
  opacity: 1;
  left: -15px;
}

.footer .footerAreaBox .copyrightSet {
  border-top: 2px solid #c6cbd1;
  font-size: 14px;
  margin-top: 20px;
  padding-top: 10px;
}
.footer .footerAreaBox .copyrightSet a {
  color: var(--thm-color);
  padding: 0 8px;
  position: relative;
}
.footer .footerAreaBox .copyrightSet a:hover {
  text-decoration: underline;
}
.footer .footerAreaBox .copyrightSet a:after {
  width: 1px;
  margin-right: -1px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 2px;
  content: "";
  background: var(--thm-color);
}
.footer .footerAreaBox .copyrightSet a:last-child:after {
  display: none;
}

/*========================================================================
login
=========================================================================*/
.loginBoxArea {
  /* background-    color: var(--thm-color); */
  width: 100%;
  min-height: 100vh;
  display: -ms-grid;
  display: grid;
  position: relative;
  z-index: 1;
}
.loginBoxArea .fxt-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .loginBoxArea .fxt-content-wrap {
    display: block;
  }
}
.loginBoxArea .fxt-heading-content {
  padding: 30px;
  position: relative;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .loginBoxArea .fxt-heading-content {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .loginBoxArea .fxt-heading-content {
    padding: 15px;
  }
}
.loginBoxArea .fxt-heading-content:before {
  content: "";
  border-radius: 0 100px 100px 0;
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/bg/01.jpg");
  top: 0;
  left: 0;
}
@media only screen and (max-width: 991px) {
  .loginBoxArea .fxt-heading-content:before {
    border-radius: 0;
  }
}
.loginBoxArea .fxt-heading-content .fxt-inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-height: 680px;
  height: 100%;
  padding: 60px 50px;
  border-radius: 30px;
  max-width: 515px;
  width: 100%;
  background-color: rgba(221, 240, 247, 0.4);
}
@media only screen and (max-width: 575px) {
  .loginBoxArea .fxt-heading-content .fxt-inner-wrap {
    padding: 40px 30px;
    border-radius: 15px;
  }
}
.loginBoxArea .fxt-heading-content .fxt-logo {
  margin-bottom: 30px;
  display: block;
  max-width: 35vw;
}
.loginBoxArea .fxt-heading-content .fxt-sub-title {
  color: var(--thm-color);
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .loginBoxArea .fxt-heading-content .fxt-sub-title {
    font-size: 22px;
  }
}
.loginBoxArea .fxt-heading-content .fxt-main-title {
  color: var(--thm-color);
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 300;
}
@media only screen and (max-width: 991px) {
  .loginBoxArea .fxt-heading-content .fxt-main-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .loginBoxArea .fxt-heading-content .fxt-main-title {
    font-size: 28px;
  }
}
.loginBoxArea .fxt-heading-content .fxt-description {
  color: var(--thm-color);
  font-size: 16px;
  font-weight: 400;
  max-width: 390px;
  width: 100%;
}
.loginBoxArea .fxt-heading-content .fxt-switcher-description {
  font-size: 16px;
  font-weight: 400;
  color: var(--thm-color);
}
.loginBoxArea
  .fxt-heading-content
  .fxt-switcher-description
  .fxt-switcher-text {
  display: table;
  color: var(--thm-color);
  font-weight: 500;
}
.loginBoxArea
  .fxt-heading-content
  .fxt-switcher-description
  .fxt-switcher-text:hover {
  text-decoration: underline;
}
.loginBoxArea .fxt-form-content {
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .loginBoxArea .fxt-form-content {
    width: 100%;
  }
}
.loginBoxArea .fxt-form-content .fxt-page-title {
  margin-bottom: 6px;
  font-size: 36px;
  font-weight: 700;
  color: #14133b;
}
@media only screen and (max-width: 1199px) {
  .loginBoxArea .fxt-form-content .fxt-page-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 991px) {
  .loginBoxArea .fxt-form-content .fxt-page-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .loginBoxArea .fxt-form-content .fxt-page-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 575px) {
  .loginBoxArea .fxt-form-content .fxt-page-title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 479px) {
  .loginBoxArea .fxt-form-content .fxt-page-title {
    font-size: 24px;
  }
}
.loginBoxArea .fxt-form-content .fxt-description {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 30px;
}
.loginBoxArea .fxt-form-content .fxt-label {
  color: #14133b;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
.loginBoxArea .fxt-form-content .fxt-main-form {
  padding: 50px 65px 40px 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .loginBoxArea .fxt-form-content .fxt-main-form {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 575px) {
  .loginBoxArea .fxt-form-content .fxt-main-form {
    padding: 40px 15px 30px;
  }
}
.loginBoxArea .fxt-form-content .fxt-inner-wrap {
  max-width: 454px;
  width: 100%;
}
.loginBoxArea .fxt-form-content .form-group {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}
.loginBoxArea .fxt-form-content .form-control {
  min-height: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e7e7e7;
  padding: 10px 15px;
  color: #111;
}
.loginBoxArea .fxt-form-content input::-webkit-input-placeholder {
  color: #acacac;
  font-size: 17px;
  font-weight: 400;
}
.loginBoxArea .fxt-form-content input::-moz-placeholder {
  color: #acacac;
  font-size: 17px;
  font-weight: 400;
}
.loginBoxArea .fxt-form-content input:-moz-placeholder {
  color: #acacac;
  font-size: 17px;
  font-weight: 400;
}
.loginBoxArea .fxt-form-content input:-ms-input-placeholder {
  color: #acacac;
  font-size: 17px;
  font-weight: 400;
}
.loginBoxArea .fxt-form-content .fxt-otp-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.loginBoxArea .fxt-form-content .fxt-otp-row .fxt-otp-col {
  padding: 10px 5px;
  text-align: center;
  margin-right: 30px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.loginBoxArea .fxt-form-content .fxt-otp-row .fxt-otp-col:last-child {
  margin-right: 0;
}
.loginBoxArea .fxt-form-content .fxt-otp-btn {
  margin-bottom: 20px;
}
.loginBoxArea .fxt-form-content .fxt-switcher-description {
  text-align: center;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #646464;
}
.loginBoxArea .fxt-form-content .fxt-switcher-text {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  color: #39a688;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.loginBoxArea .fxt-form-content .fxt-switcher-text:hover {
  color: #099e74;
  text-decoration: underline;
}
.loginBoxArea .fxt-form-content .fxt-switcher-text:focus {
  outline: none;
}
.loginBoxArea .fxt-form-content .fxt-checkbox-box {
  margin-bottom: 25px;
}
.loginBoxArea .fxt-form-content .fxt-checkbox-box label {
  color: #14133b;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}
.loginBoxArea .fxt-form-content .fxt-checkbox-box label:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 5px;
  left: 0;
  right: 0;
  border: 1px solid;
  border-color: #dcdcdc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.loginBoxArea .fxt-form-content .fxt-checkbox-box label:after {
  position: absolute;
  font-size: 10px;
  color: #555555;
}
.loginBoxArea .fxt-form-content .fxt-checkbox-box input[type="checkbox"] {
  display: none;
}
.loginBoxArea
  .fxt-form-content
  .fxt-checkbox-box
  input[type="checkbox"]:checked
  + label::after {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
  color: var(--thm-color);
  left: 0;
  right: 0;
  top: 5px;
  width: 16px;
  text-align: center;
}
.loginBoxArea
  .fxt-form-content
  .fxt-checkbox-box
  input[type="checkbox"]:checked
  + label::before {
  background-color: #1ebe92;
  border-color: #1ebe92;
}
.loginBoxArea .fxt-form-content .fxt-btn-fill {
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: 1px solid;
  border-color: #1ebe92;
  color: #fff;
  border-radius: 10px;
  background-color: #1ebe92;
  padding: 9px 36px;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.loginBoxArea .fxt-form-content .fxt-btn-fill:hover {
  background-color: #099e74;
  border-color: #099e74;
}
.loginBoxArea .fxt-form-content .fxt-btn-fill:focus {
  outline: none;
}
@media only screen and (max-width: 767px) {
  .loginBoxArea .fxt-form-content .fxt-btn-fill {
    font-size: 16px;
  }
}
.loginBoxArea .fxt-form-content .fxt-divider-text {
  text-align: center;
  margin-bottom: 20px;
}
.loginBoxArea .fxt-form-content .fxt-login-option ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -5px;
  margin-right: -5px;
  list-style: none;
}
@media only screen and (max-width: 575px) {
  .loginBoxArea .fxt-form-content .fxt-login-option ul {
    display: block;
  }
}
.loginBoxArea .fxt-form-content .fxt-login-option ul li {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
  width: auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 575px) {
  .loginBoxArea .fxt-form-content .fxt-login-option ul li {
    width: 100%;
  }
}
.loginBoxArea .fxt-form-content .fxt-login-option ul li a {
  padding: 5px 15px;
  color: var(--thm-w-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 50px;
  width: 50px;
  border-radius: 10px;
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .loginBoxArea .fxt-form-content .fxt-login-option ul li a {
    min-height: 47px;
  }
}
@media only screen and (max-width: 575px) {
  .loginBoxArea .fxt-form-content .fxt-login-option ul li a {
    width: 100%;
  }
}
.loginBoxArea .fxt-form-content .fxt-login-option ul li a .fxt-option-icon {
  display: inline-block;
  font-size: 20px;
}
.loginBoxArea .fxt-form-content .fxt-login-option ul li a .fxt-option-text {
  display: inline-block;
  display: none;
}
@media only screen and (max-width: 575px) {
  .loginBoxArea .fxt-form-content .fxt-login-option ul li a .fxt-option-text {
    display: block;
  }
}
.loginBoxArea .fxt-form-content .fxt-login-option ul li.fxt-google a {
  background-color: #cc3333;
}
.loginBoxArea .fxt-form-content .fxt-login-option ul li.fxt-google a:hover {
  background-color: #af2121;
}
.loginBoxArea .fxt-form-content .fxt-login-option ul li.fxt-facebook a {
  background-color: #3b5998;
}
.loginBoxArea .fxt-form-content .fxt-login-option ul li.fxt-facebook a:hover {
  background-color: #263f75;
}
.loginBoxArea .fxt-form-content .fxt-login-option ul li.fxt-apple a {
  background-color: #132133;
}
.loginBoxArea .fxt-form-content .fxt-login-option ul li.fxt-apple a:hover {
  background-color: #070e16;
}
.loginBoxArea .fxt-form-content .fxt-login-option ul li.active {
  width: 100%;
}
.loginBoxArea .fxt-form-content .fxt-login-option ul li.active a {
  width: 100%;
}
.loginBoxArea
  .fxt-form-content
  .fxt-login-option
  ul
  li.active
  a
  .fxt-option-text {
  display: block;
}

.ruralDevtSection_web {
  overflow: hidden;
  box-shadow: 6px 11px 41px -28px #796eb1;
  -webkit-box-shadow: 6px 11px 41px -28px #796eb1;
  z-index: 9;
  position: relative;
}
.ruralDevtSection_web .ruralDevtBox {
  padding-right: 20px;
  padding-top: 20px;
}
.ruralDevtSection_web .ruralDevtBox > span {
  display: block;
  color: var(--thm-color);
}

.ruralDevtSection_web .ruralDevtBox span.devtContArea i {
  color: var(--thm-orangecolor);
  font-size: 20px;
  vertical-align: middle;
  font-weight: 600;
}
.ruralDevtSection_web .ruralDevtBox h1 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 500;
  color: var(--thm-color);
  margin: 0;
  padding: 0;
}

.ruralDevtSection_web .ruralDevtBox h1 span {
  display: block;
  color: var(--thm-orangecolor);
}

.ruralDevtSection_web .ruralDevtBox p {
  font-size: 15px;
  line-height: 25px;
}

.ruralDevtSection_web .banner-slider {
  background-color: #ecf2ff;
  min-width: 666px;
  height: calc(100vh - 100px);
  max-height: 400px;
  border-radius: 7px;
  overflow: hidden;
  padding: 15px 30px;
}

/* .bg-w{  background: #fff;} */
.topTabArea {
  background: url("http://webalytics.companydemo.in/assets/images/headerbg.jpg");
  /* background: #fff; */
  width: 100%;
  background-size: cover;
  background-position: center;
  padding: 85px 0 30px 0;
}

.topTabArea .app-sidebar {
  padding: 5px 0;
  background: #fff;
  /*  border-top: 1px solid #dbe2eb; */
  /*  border-bottom: 1px solid transparent;*/
  box-shadow: 5px 7px 26px -5px rgba(24, 23, 38, 0.06);
}

.topTabArea .app-sidebar .boxArea-02 {
  display: inline-block;
  padding: 2.5px 12px 3px 5px;
  text-decoration: none;
  position: relative;
  color: #1a1630;
  font-weight: 400;
  font-size: 14px;
  margin: 0 2px;
  border-radius: 50px;
  vertical-align: middle;
  color: #1a1630;
  background: #ebeef1;
  box-shadow: none;
}

.topTabArea .app-sidebar .boxArea-02 img {
  fill: #5c678f;
  color: #5c678f;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  margin-right: 5px;
  width: 37.5px;
  height: 37.5px;
  background: #fff;
  padding: 8px;
  border-radius: 50px;
  box-shadow: 0px 2px 3px rgba(4, 4, 7, 0.1);
  border: 1px solid #ebecf1;
}

.topTabArea .app-sidebar .topRightSection .dropdown button {
  background: #2483c5;
  color: #fff;
  border: 0;
  border-radius: 50px;
  font-size: 14px;
}
.topTabArea .app-sidebar .topRightSection .dropdown button i {
  vertical-align: middle;
}

.topTabArea .app-sidebar .topRightSection .downloadBtn i {
  border: 1px solid #dbe2eb;
  padding: 8px;
  border-radius: 50%;
  color: #2483c5;
  cursor: pointer;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background: #fff;
  background-clip: border-box;
  border-radius: 6px !important;
  border: 0px solid #eae8f1;
  /* margin-block-end: 1.3rem; */
  box-shadow: 6px 11px 41px -28px #796eb1;
  -webkit-box-shadow: 6px 11px 41px -28px #796eb1;
}

.card .card-body {
  flex: 1 1 auto;
  padding: 10px;
}

.card .card-body h2 {
  font-size: 16px;
}
.card .card-body .MinistryLogoArea img {
  width: 100px;
  border: 1px solid #eae8f1;
  border-radius: 8px;
}

.card .card-body h4 {
  padding: 10px;
  border-bottom: 1px solid #dcdcdc;
  font-size: 16px;
}
.card .card-body h4 span {
  color: #ffad2e;
}

.br-b {
  border-top: 1px solid #eae8f1;
  text-align: right;
  font-size: 13px;
}
.btn-info {
  padding: 2px 6px;
  font-size: 13px;
  color: #fff;
}
.card .card-body .ministryName {
  font-size: 20px;
}
.card .card-body .ministryName span {
  display: block;
  font-weight: 600;
}
.bRadius-15 {
  border-radius: 15px;
  overflow: hidden;
}

.card .card-body .cardBox_web {
}
.card .card-body .cardBox_web h5 {
  font-size: 28px;
}

.card .card-body .cardBox_web h5 span {
  background-color: rgb(41 204 57 / 15%);
  border-radius: 10px;
  color: #15ca20;
  padding: 5px 10px;
  font-size: 20px;
  margin-top: -5px;
}

.ruralDevtSection_web .card-1 {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background: #fff;
  background-clip: border-box;
  border-radius: 6px !important;
  border: 1px solid #eae8f1;
  margin-block-end: 1.3rem;
  box-shadow: 6px 11px 41px -28px #796eb1;
  -webkit-box-shadow: 6px 11px 41px -28px #796eb1;
}

.ruralDevtSection_web .card-1 .card-body-1 {
  flex: 1 1 auto;
  padding: 10px;
}

.ruralDevtSection_web .card-1 .card-body-1 h5 {
  /* font-size: 14px; */
  font-size: 13px;
  margin-bottom: 2px;
}
.ruralDevtSection_web .card-1 .card-body-1 .iconBoxAr {
  color: #fff;
  display: inline-block;
  padding: 0 0.25rem;
  line-height: 2rem;
  text-align: center;
  border-radius: 100%;
  font-weight: 600;
  font-size: 1rem;
  color: #fff;
  background-color: #623aa2;
  box-shadow: 0 7px 30px rgba(128, 116, 252, 0.2) !important;
  min-width: 2.8rem;
  height: 2.8rem;
  line-height: 2.8rem;
}
.boxbg-2 {
}
.ruralDevtSection_web .card-1 .card-body-1 .iconBoxAr i {
  font-size: 22px;
  font-weight: normal;
}
.ruralDevtSection_web .card-1 .card-body-1 .rankCard {
  font-size: 16px;
}
.ruralDevtSection_web .card-1 .card-body-1 .rankCard span {
  color: var(--thm-orangecolor);
  font-weight: 700;
}
.ruralDevtSection_web .MinistryLogoArea img {
  width: 120px;
  border: 1px solid #eae8f1;
  border-radius: 8px;
}
.text-muted {
  color: #7987a1 !important;
}

.chartboxArea {
  background: #fff;
  padding: 15px;
  border-radius: 7px;
}
.chartboxArea .text-secondary {
  font-size: 13px;
}

.slider-img {
  animation: slideup 35s linear infinite;
}

.slider-img:hover {
  animation-play-state: paused;
}

.slider-img2 {
  animation: slidedown 35s linear infinite;
}

@keyframes slideup {
  0% {
    transform: translateZ(0);
  }

  to {
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slidedown {
  0% {
    transform: translate3d(0, -100%, 0);
  }

  to {
    transform: translateZ(0);
  }
}

.headingArea_web {
}
.headingArea_web img {
  /* width: 50px; */
  width: 34px;
  padding: 10px;
  border: 1px solid #eae8f1;
  border-radius: 8px;
}
.headingArea_web h1 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  color: var(--thm-color);
  margin: 0;
  padding: 0;
}
.headingArea_web p {
  margin-bottom: 0;
  line-height: 22px;
  margin-top: 10px;
}
.bg-gradient-burning {
  background: linear-gradient(
    to right,
    rgb(255, 65, 108),
    rgb(255, 75, 43)
  ) !important;
}
.bg-gradient-blues {
  background: linear-gradient(
    to right,
    rgb(86, 204, 242),
    rgb(47, 128, 237)
  ) !important;
}

.bg-gradient-green {
  background: linear-gradient(
    to right,
    rgb(120 210 63),
    rgb(76 168 11)
  ) !important;
}

.rankingSection-02 {
  background: #f6f5f1;
  padding: 50px 0;
}

.rankingSection-02 h1 {
  font-size: 20px;
  font-weight: 600;
}

.card-03 {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
}
.card-03 i {
  font-size: 40px;
  color: #fff;
}
.card-03 span {
  display: block;
  font-size: 23px;
}

table.performanceTable {
  border: 0;
  border-top: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  width: 100%;
}

table.performanceTable thead tr th,
table.performanceTable tbody tr td {
  border: 0;
  border-bottom: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  padding: 5px;
  font-size: 14px;
}
table.performanceTable thead tr th {
  background: #ecf2ff;
  padding: 8px 5px;
  font-weight: 500;
}
table.performanceTable tbody tr.accordion-header {
  position: relative;
  cursor: pointer;
}
table.performanceTable tbody tr.accordion-header::after {
  position: absolute;
  flex-shrink: 0;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

table.performanceTable tbody tr.accordion-header:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

table.performanceTable tbody tr td span {
  background: rgb(255, 76, 76);
  color: #fff;
  padding: 4px;
  border-radius: 3px;
}

table.performanceTable tbody tr td p {
  margin-bottom: 0px;
}

table.performanceTable tbody tr td a {
  word-break: break-all;
  font-size: 12px;
  line-height: 16px;
  color: #ffad2e;
  display: block;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fff;
}
.table-striped tbody tr:nth-of-type(even) {
  background-color: #f6f6fb;
}

/* ////////////----Manish----Changes/////////// */

.trafficAndEngagSection {
  background: #e6e6e6;
}

.ruralDevtSection_web .tabHrPanel {
  height: 350px;
  border: 1px solid #eae8f1;
}

.ruralDevtSection_web .tabHrPanel ul li {
  width: 100%;
}
.ruralDevtSection_web .tabHrPanel ul li a.nav-link {
  background: #fff;
  display: block;
  color: #000;
  padding: 10px;
  border-radius: 7px;
  text-align: left;
  font-size: 16px;
}

.ruralDevtSection_web .tabHrPanel ul li a.nav-link.active,
.tabHrPanel ul li a.nav-link:hover {
  background: #2483c5;
  color: #fff;
}

.ruralDevtSection_web .tabHrPanel ul li a img {
  width: 30px;
  margin-right: 10px;
}

.ruralDevtSection_web .tabPanelArea {
}
.ruralDevtSection_web .tabPanelArea img {
  width: 100%;
  border: 10px solid yellow;
  border-radius: 100%;
  box-shadow: 6px 11px 41px -28px #796eb1;
  -webkit-box-shadow: 6px 11px 41px -28px #796eb1;
}

.compareSection {
  margin-bottom: 40px;
}
.compareSection .compareAreaBox {
  border: 1px solid #eae8f1;
  text-align: center;
  padding: 25px 15px;
}
.compareSection .compareAreaBox:after {
  position: absolute;
  content: "VS";
  top: 50%;
  left: 50%;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  line-height: 36px;
  background: #fc5c27;
  font-size: 16px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  margin-left: -18px;
  margin-top: -18px;
}
.compareSection .compareAreaBox:before {
  position: absolute;
  width: 1px;
  height: 100%;
  background: #eae8f1;
  left: 50%;
  top: 0;
  content: "";
}

.compareSection .compareAreaBox img {
  width: 50px;
  padding: 5px;
  border-radius: 0.3rem !important;
  margin-bottom: 5px;
  border: 1px solid #eae8f1;
}
.compareSection .compareAreaBox p {
  margin: 0;
  padding: 0;
  font-size: 12px;
}

/* Left Social Icons Css start here */
/* * new css 13 sept */  */
.leftSocial {
  position: absolute;
  left: 20px;
  top: 220px;
  list-style: none;
}
.leftSocial ul {
  list-style: none;
}
.leftSocial ul li {
  margin-bottom: 10px;
}
.leftSocial ul li a {
  text-align: center;
  display: block;
  width: 38px;
  height: 38px;
  background-color: #fff;
  line-height: 38px;
  color: #7c7c7d;
  font-size: 18px;
  border: 1px solid #7c7c7d;
  transition: all 500ms ease;
  border-radius: 50%;
}

.leftSocial ul li a:hover {
  color: #fff;
}

.sectionQrPanel {
  background: #f6f5f1;
  padding: 50px 0;
  counter-reset: workNumber;
}
.sectionQrPanel .sectionQrabox {
  counter-increment: workNumber;
  background: #fff;
  text-align: right;
  border-radius: 6px !important;
  border: 1px solid #eae8f1;
  box-shadow: 6px 11px 41px -28px #796eb1;
  -webkit-box-shadow: 6px 11px 41px -28px #796eb1;
  position: relative;
  z-index: 9;
  margin-bottom: 30px;

  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.sectionQrPanel .sectionQrabox:hover {
  -webkit-transform: translateY(-4px) scale(1.02);
  -moz-transform: translateY(-4px) scale(1.02);
  -ms-transform: translateY(-4px) scale(1.02);
  -o-transform: translateY(-4px) scale(1.02);
  transform: translateY(-4px) scale(1.02);
  -webkit-box-shadow: 0 14px 24px rgba(0, 0, 0, 0.4);
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.4);
  z-index: 9;
}

.sectionQrPanel .sectionQrabox::before {
  content: counters(workNumber, ".", decimal-leading-zero);
  width: 40px;
  height: 40px;
  background-color: #4c9fda;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: absolute;
  top: -10px;
  left: -10px;
  font-size: 14px;
  font-weight: bold;
  transition: all 0.5s ease;
  z-index: 9;
}
.sectionQrPanel .sectionQrabox:after {
  content: "";
  width: 90%;
  box-shadow: 0px 3px 20px #0000000b;
  position: absolute;
  left: 5%;
  bottom: -15px;
  padding: 7px;
  /* margin-left: auto; */
  /* margin-right: auto; */
  /* margin-top: 0.75rem; */
  /* height: 100%; */
  border-radius: 0 0 5px 5px;
  /* --tw-bg-opacity: 1; */
  background: rgb(255 255 255 / 60%);
  z-index: -1;
}
.sectionQrPanel .sectionQrabox a {
  padding: 15px;
  display: block;
  color: #09237c;
  font-size: 16px;
}
.sectionQrPanel .sectionQrabox a h4 {
  font-size: 30px;
  margin-bottom: 0;
}
.sectionQrPanel .sectionQrabox a h4 span {
  font-size: 16px;
  color: #76787b;
  margin-top: -5px;
  border-radius: 4px;
  vertical-align: middle;
  margin-right: 5px;
}
.sectionQrPanel .sectionQrabox a img {
  width: 60px;
  float: left;
}
.sectionQrPanel .sectionQrabox a h4 span i {
  vertical-align: middle;
  color: #facc15;
  font-weight: 900;
}

.faqSectionArea .accordion-item {
  margin-bottom: 15px;
  border: 0;
}
.faqSectionArea .accordion-button {
  padding: 0px;
  padding-right: 10px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  box-shadow: 5px 7px 26px -5px rgba(24, 23, 38, 0.06);
  background: #fff;
  display: flex;
  color: #919090;
  margin-bottom: 15px;
  font-size: 13px;
}
.faqSectionArea .sectionQrProgressArea {
  font-size: 13px;
}

.sectionQrPanel .progress {
  height: 10px;
  overflow: visible;
}
.sectionQrPanel .progress .progress-bar {
  overflow: visible;
  position: relative;
}
.sectionQrPanel .progress .progress-bar:after {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  background: #fff;
  position: absolute;
  right: -5px;
  top: -3px;
  border: 4px solid #000;
}

.bg-01 {
  background-color: #0b48c2;
}

.sectionQrPanel .progress .progress-bar.bg-01:after {
  border: 4px solid #0b48c2;
}
.bg-02 {
  background-color: #dc2626;
}
.sectionQrPanel .progress .progress-bar.bg-02:after {
  border: 4px solid #dc2626;
}
.bg-03 {
  background-color: #facc15;
}
.sectionQrPanel .progress .progress-bar.bg-03:after {
  border: 4px solid #facc15;
}
.bg-04 {
  background-color: #84cc16;
}
.sectionQrPanel .progress .progress-bar.bg-04:after {
  border: 4px solid #84cc16;
}
.bg-05 {
  background-color: #ff9c07;
}
.sectionQrPanel .progress .progress-bar.bg-05:after {
  border: 4px solid #ff9c07;
}
.bg-06 {
  background-color: #0dcaf0;
}
.sectionQrPanel .progress .progress-bar.bg-06:after {
  border: 4px solid #0dcaf0;
}
.bg-07 {
  background-color: #c910d0;
}
.sectionQrPanel .progress .progress-bar.bg-07:after {
  border: 4px solid #c910d0;
}
.bg-08 {
  background-color: #7d0bdd;
}
.sectionQrPanel .progress .progress-bar.bg-08:after {
  border: 4px solid #7d0bdd;
}
.bg-09 {
  background-color: #0ec599;
}
.sectionQrPanel .progress .progress-bar.bg-09:after {
  border: 4px solid #0ec599;
}

.faqSectionArea .accordion-button span {
  display: inline-block;
  border-right: 1px solid rgba(0, 0, 0, 0.125);
  padding: 14px;
  background: var(--thm-bg-color);
  color: #000;
  margin-right: 10px;
}

.faqSectionArea .accordion-collapse {
  border: 1px solid rgba(0, 0, 0, 0.125);
  box-shadow: 5px 7px 26px -5px rgba(24, 23, 38, 0.06);
}

.sectionQrPanelTotal {
  background: #f6f5f1;
  padding: 50px 0 0 0;
  position: relative;
}
.sectionQrPanelTotal:after {
  width: 100%;
  height: 3px;
  background: #e7e7e7;
  position: absolute;
  top: 95px;
  content: "";
}

.sectionQraboxTotal {
  background: #fff;
  width: 35%;
  margin: auto;
  box-shadow: 6px 11px 41px -28px #796eb1;
  -webkit-box-shadow: 6px 11px 41px -28px #796eb1;
  padding: 15px 30px;
  border-radius: 15px;
  font-size: 20px;
  position: relative;
  overflow: hidden;
  z-index: 9;
}
.sectionQraboxTotal:after {
  width: 370px;
  height: 300px;
  background: #eee;
  position: absolute;
  left: 35%;
  top: 0;
  transform: rotate(-60deg);
  z-index: 9;
  content: "";
}
.boxTotal {
  z-index: 99;
  position: relative;
}
.sectionQraboxTotal h6 {
  margin: 0;
  padding: 0;
  font-size: 30px;
}


.leftSocial {
  position: fixed;
  left: 20px;
  top: 220px;
  list-style: none;
  z-index: 9999;
}
.leftSocial ul {
  list-style: none;
}
.leftSocial ul li {
  margin-bottom: 10px;
}
.leftSocial ul li a {
  text-align: center;
  display: block;
  width: 38px;
  height: 38px;
  background-color: #fff;
  line-height: 38px;
  color: #7c7c7d;
  font-size: 18px;
  border: 1px solid #7c7c7d;
  transition: all 500ms ease;
  border-radius: 50%;
}

.leftSocial ul li a:hover {
  color: #fff;
}

/* 20 sep 23 */

.performanceTechnicalBox_web{}
.performanceTechnicalBox_web .questionBox {

 border: 1px solid rgba(0, 0, 0, 0.125);
 box-shadow: 5px 7px 26px -5px rgba(24, 23, 38, 0.06);
 background: #fff;

 color: #919090;
 margin-bottom: 15px;}

.performanceTechnicalBox_web .questionBox h4{ font-size: 15px; display: flex; line-height:20px; margin: 0; padding: 0; border-bottom:1px solid rgba(0, 0, 0, 0.125); font-weight: 600; } 
.performanceTechnicalBox_web .questionBox h4 span {
 display: inline-block;
 border-right: 1px solid rgba(0, 0, 0, 0.125);
 padding:15px 10px;
 
 background: var(--thm-bg-color);
 color: #000;
 margin-right: 10px;
}

.performanceTechnicalBox_web .anSBos{ padding: 15px; padding-left: 30px; display: flex; font-size: 14px;}
 .performanceTechnicalBox_web .anSBos img{ width: 35px; }

.performanceTechnicalBox_web .anSBos i{ color: #79cb21; font-size: 25px; font-weight: 700;
padding: 2px; margin-right: 5px; border:1px solid rgba(0, 0, 0, 0.125);  vertical-align: middle;
}
.performanceTechnicalBox_web .anSBos i.ri-close-line{ color: #f61b10; }
.performanceTechnicalBox_web .anSBos span{ margin-right: 10px; }