/** Banner Style One **/
.smooth-wrapper{
  padding-top: 127px;
}

.banner_style_one {
  width: 100%;
  overflow-x: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.banner_style_one {
  position: relative;
}

.banner_style_one img {
  max-width: 100%;
  height: auto;
  display: block;
}

.banner_style_one .shape_one {
  position: absolute;
  right: 22px;
  width: 142px;
  height: 142px;
  bottom: 50%;
  line-height: 142px;
  text-align: center;
}
.banner_style_one .shape_two {
  position: absolute;
  left: 108px;
  bottom: 60%;
  width: 100px;
  height: 90px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.banner_style_one .banner_content {
  position: relative;
  text-align: center;
  margin-top: 50px;
}
.banner_style_one .banner_content .tag_text {
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  padding: 5px 18px;
  margin-bottom: 12px;
  background: rgb(159 112 253 / 10%);
}
.banner_style_one .banner_content h1 {
  color: #0d0d0d;
  text-align: center;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 74px;
  font-family: var(--primary-font);
  margin-bottom: 25px;
}
.banner_style_one .banner_content p {
  color: #6a6a6a;
  text-align: center;
  font-family: var(--primary-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 45px;
}
.banner_style_one .banner_content .subscribe-inner {
  margin-bottom: 120px;
}
.banner_style_one .banner_content .subscribe-inner input {
  border-radius: 55px;
  border: 1px solid #ededed;
  background: #fff;
  color: #6a6a6a;
  height: 60px;
  transition: all 0.5s;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.04);
}
.banner_style_one .banner_content .subscribe-inner input:focus {
  border-color: var(--theme-color);
}
.banner_style_one .banner_content .subscribe-inner button {
  height: 60px;
  flex-shrink: 0;
  padding: 10px 35px;
}
.banner_style_one .banner_content .income_chart {
  position: absolute;
  left: 129px;
  bottom: 195px;
  padding: 20px;
  display: flex;
  width: 275px;
  align-items: start;
  justify-content: space-between;
  border-radius: 20px;
  background: #fff;
  z-index: 99;
  box-shadow: 0px 10px 70px 0px rgba(0, 0, 0, 0.1);
}
.banner_style_one .banner_content .income_chart h6 {
  color: #a1a0bd;
  font-family: var(--primary-font);
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 15px;
}
.banner_style_one .banner_content .income_chart .rate {
  color: #0d0d0d;
  font-family: var(--primary-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.banner_style_one .banner_content .income_chart .percentage {
  display: inline-flex;
  padding: 4px 10px 1px 12px;
  justify-content: center;
  align-items: center;
  gap: 1px;
  color: #fff;
  text-align: center;
  font-family: var(--primary-font);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  border-radius: 19px;
  background: #0d0d0d;
}
.banner_style_one .banner_content .banner_image {
  position: absolute;
  left: calc(50% - 206px);
  bottom: 0;
  width: 412px;
  height: 495px;
}
.banner_style_one .banner_content .shape_three {
  position: relative;
  width: 740px;
  height: 413px;
  line-height: 413px;
  margin: 0 auto;
  z-index: -1;
  border-radius: 740px 740px 0px 0px;
  background: conic-gradient(
    from 149deg at 50% 90%,
    #1f4e79 112.5deg,
    rgba(187, 163, 235, 0) 180deg,
    #1f4e79 360deg
  );
}
.banner_style_one .banner_content .shape_four {
  position: absolute;
  right: 0px;
  bottom: 20px;
}
.banner_style_one .banner_content .shape_five {
  position: absolute;
  left: 0px;
  bottom: 50%;
}

/** Funfact Section **/

.funfact-section {
  position: relative;
  padding: 70px 0px;
  background-color: #0d0d0d;
}
.funfact-section.home_five {
  padding: 0;
  background-color: transparent;
}
.funfact-section.inner_page {
  background: transparent;
  padding: 0px;
  padding-bottom: 150px;
}
.funfact-section.inner_page .funfact-block-one h6 {
  color: #0d0d0d;
}
.funfact-section.inner_page .funfact-block-one .count-box {
  color: #0d0d0d;
}
.funfact-section .bg_layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.funfact-block-one {
  text-align: center;
}
.funfact-block-one h6 {
  color: #fff;
  font-family: var(--primary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.home_five .funfact-block-one h6 {
  color: #0d0d0d;
}
.funfact-block-one .count-box {
  color: #fff;
  font-family: var(--primary-font);
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 74px;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.home_five .funfact-block-one .count-box {
  color: #0d0d0d;
}

/** Feature Section **/
.feature_section {
  padding-top: 150px;
  padding-bottom: 120px;
}

.feature_block_one {
  position: relative;
  overflow: hidden;
  padding: 50px 50px 0px 50px;
  border-radius: 10px;
  margin-bottom: 30px;
  background: #f5f1ff;
}
.feature_block_one .tag_icon {
  position: absolute;
  top: 50px;
  right: 50px;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 65px;
  border-radius: 50%;
  color: #fff;
  font-size: 32px;
  background: linear-gradient(111deg, #1f4e79 19.42%, #1b4469 73.08%);
}
.feature_block_one h3 {
  color: #0d0d0d;
  font-family: var(--primary-font);
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 25px;
}
.feature_block_one p {
  color: #6a6a6a;
  font-family: var(--primary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 50px;
}
.feature_block_one .chart_box {
  position: relative;
}
.feature_block_one .chart_box img {
  width: 100%;
}
.feature_section_two {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
}
.feature_section_two.inner_page {
  padding-top: 150px;
}
.feature_section_two .star_shape {
  position: absolute;
  top: 120px;
  right: 100px;
}
.feature_image_block {
  position: relative;
  padding-left: 65px;
  margin-bottom: 30px;
}
.feature_image_block .icon_box_one {
  position: absolute;
  left: 0;
  top: 80px;
  width: 80px;
  height: 80px;
  font-size: 40px;
  text-align: center;
  line-height: 80px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.06);
}
.feature_image_block .icon_box_one i {
  background: linear-gradient(111deg, #1f4e79 19.42%, #1b4469 73.08%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.feature_image_block .icon_box_two {
  position: absolute;
  left: 0;
  bottom: 80px;
  width: 107px;
  height: 107px;
  font-size: 40px;
  text-align: center;
  line-height: 107px;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(111deg, #1f4e79 19.42%, #1b4469 73.08%);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.06);
}
.feature_image_block .feture_image img {
  border-radius: 10px;
}
.feature_image_block .chart_image_five {
  position: absolute;
  right: -55px;
  top: 20px;
}
.feature_content_block .section_title {
  margin-bottom: 20px;
}
.feature_content_block .section_title .tag_text {
  margin-top: 15px;
  margin-bottom: 20px;
}
.feature_content_block .accordion {
  border-radius: 0;
  border: none;
  margin-bottom: 0;
  border-bottom: 1px solid rgb(13 13 13 / 20%);
}
.feature_content_block .accordion.active-block {
  background: none;
  border-radius: 0;
  border-color: rgb(13 13 13 / 20%);
}
.feature_content_block .accordion .acc-btn {
  padding: 20px 0px;
}
.feature_content_block .accordion .acc-btn h4 {
  font-size: 24px;
  font-weight: 700;
}
.feature_content_block .accordion .acc-content {
  padding: 0;
  padding-bottom: 25px;
}
.feature_content_block .accordion .acc-btn .icon-box {
  display: none;
}
.feature_section_two.home_four {
  position: relative;
  overflow: hidden;
  background: #171626;
}
.feature_section_two.home_four .circle_one {
  position: absolute;
  left: -230px;
  top: -104px;
  width: 700px;
  height: 543.697px;
  content: "";
  transform: rotate(-0.471deg);
  flex-shrink: 0;
  background: #ff2424;
  opacity: 0.15;
  filter: blur(300px);
}
.feature_section_two.home_four .circle_two {
  position: absolute;
  right: -336px;
  bottom: -318px;
  width: 799.794px;
  height: 621.703px;
  content: "";
  transform: rotate(-3.021deg);
  flex-shrink: 0;
  border-radius: 799.794px;
  opacity: 0.15;
  background: #f1b929;
  filter: blur(280px);
}
.feature_section_two.home_four .circle_two {
  border-radius: 799.794px;
  opacity: 0.15;
  background: #f1b929;
  filter: blur(280px);
}
.feature_section_two.home_four .tag_text {
  border-radius: 50px;
  background: rgba(159, 112, 253, 0.1);
}
.feature_section_two.home_four .section_title h2 {
  color: #fff;
}
.feature_section_two.home_four .accordion {
  background: transparent;
  border-bottom: 1px solid rgb(255 255 255 / 20%);
}
.feature_section_two.home_four .accordion .acc-btn h4 {
  color: #fff;
}
.feature_section_two.home_four .accordion .acc-content p {
  color: #fff;
}
.feature_section.home_four {
  padding-bottom: 0;
}
.feature_block_one.style_two .row {
  align-items: center;
}
.feature_block_one.style_two .tag_icon {
  position: relative;
  right: inherit;
  top: inherit;
  margin-bottom: 10px;
}
.feature_block_one.style_two .chart_box {
  padding: 28px 38px;
  border-radius: 10px 10px 0px 0px;
  background: var(--Base-White, #fff);
}
.about_section_three {
  position: relative;
  padding: 150px 0px 120px;
}
.about_section_three .mouse_pointer {
  position: absolute;
  right: 50px;
  top: 0px;
}
.about_section_three .row {
  display: flex;
  align-items: center;
}
.about_left_image {
  position: relative;
  padding-left: 55px;
  padding-right: 60px;
  margin-bottom: 30px;
}
.about_left_image .tranding_icon {
  position: absolute;
  right: -10px;
  top: 70px;
  width: 107px;
  height: 107px;
  font-size: 40px;
  text-align: center;
  line-height: 107px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(111deg, #1f4e79 19.42%, #1b4469 73.08%);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.06);
}
.about_left_image .author_box {
  position: absolute;
  left: 0;
  text-align: center;
  top: calc(50% - 108px);
  padding: 30px 35px;
  border-radius: 10px;
  background: #d9ffe1;
}
.about_left_image .author_image {
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 5px;
}
.about_left_image .author_content h6 {
  color: #0d0d0d;
  text-align: center;
  font-family: var(--primary-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 49.502px;
  letter-spacing: -0.8px;
}
.about_left_image .author_box .circle_green {
  position: absolute;
  bottom: -17px;
  left: calc(50% - 17px);
  width: 33px;
  height: 33px;
  content: "";
  z-index: 11;
  background: #2eb70c;
  border: 5px solid #fff;
  border-radius: 50%;
  filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.25));
}
.about_left_image .author_box .shape_eight {
  position: absolute;
  bottom: -120px;
  left: calc(50% - 1px);
  width: 252px;
  height: 117px;
  z-index: 1;
}
.about_right_content .section_title p {
  color: #6a6a6a;
  font-family: var(--primary-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-top: 20px;
}
.about_left_image .received_payment {
  position: absolute;
  bottom: 20px;
  right: -50px;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  padding: 30px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}
.about_left_image .received_payment .icon_box {
  width: 46px;
  height: 46px;
  color: #ffffff;
  line-height: 46px;
  border-radius: 50%;
  text-align: center;
  background: #2eb70c;
}
.about_left_image .received_payment .circle_red {
  position: absolute;
  left: -17px;
  top: calc(50% - 17px);
  width: 33px;
  height: 33px;
  content: "";
  z-index: 11;
  background: #ff6161;
  border: 5px solid #fff;
  border-radius: 50%;
  filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.25));
}
.about_left_image .received_payment h6 {
  color: #0d0d0d;
  font-family: var(--primary-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
.about_left_image_four {
  position: relative;
  padding: 0px 80px;
  z-index: 1;
  text-align: center;
}
.about_left_image_four:before {
  position: absolute;
  top: 80px;
  left: 80px;
  right: 80px;
  bottom: 0;
  z-index: -1;
  content: "";
  border-radius: 10px;
  background: lightgray 50% / cover no-repeat;
}
.about_left_image_four .goal_box {
  position: absolute;
  right: 0;
  bottom: 170px;
  text-align: center;
  padding: 20px 25px;
  border-radius: 10px;
  background: linear-gradient(111deg, #1f4e79 19.42%, #1b4469 73.08%);
}
.about_left_image_four .goal_box h6 {
  color: #fff;
  font-family: Inter;
  font-size: 14.574px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
  letter-spacing: -0.146px;
}
.about_left_image_four .progress {
  position: relative;
  display: inline-table;
  text-align: center;
  margin-bottom: 35px;
  background: transparent;
}
.about_left_image_four .barOverflow {
  position: relative;
  overflow: hidden;
  width: 135px;
  height: 65px;
}
.about_left_image_four .bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 135px;
  height: 130px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 10px solid rgb(255 255 255 / 30%);
  border-bottom-color: #fff;
  border-right-color: #fff;
}
.about_left_image_four .persent {
  color: #fff;
  text-align: center;
  font-family: var(--primary-font);
  font-size: 23.318px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1.16px;
  margin-top: -20px;
}
.about_left_image_four .goal_links a {
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--primary-font);
  font-size: 10.202px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  gap: 5px;
  letter-spacing: -0.219px;
}
.about_left_image_four .meter_box {
  position: absolute;
  left: 0;
  bottom: 35px;
  padding: 25px;
  border-radius: 10px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.06);
}
.about_left_image_four .meter_box h6 {
  color: #2e2a2a;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--primary-font);
  line-height: 20px;
  letter-spacing: 0.487px;
  margin-top: 8px;
}
.about_left_image_four .meter_box span {
  color: #77838f;
  font-family: var(--primary-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  display: inline-block;
  letter-spacing: 0.487px;
}
.feature_block_two {
  position: relative;
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 30px;
}
.feature_block_two .icon_box {
  width: 70px;
  height: 70px;
  font-size: 40px;
  line-height: 70px;
  border-radius: 50%;
  text-align: center;
  flex-shrink: 0;
  background: rgba(159, 112, 253, 0.1);
}
.feature_block_two .icon_box i {
  background: linear-gradient(135deg, #1b4469 3.85%, #e871c2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.feature_block_two .feature_content h4 {
  text-transform: capitalize;
  color: #0d0d0d;
  font-family: var(--primary-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.feature_block_two .feature_content p {
  color: #6a6a6a;
  font-family: var(--primary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.why_choose_us {
  padding-bottom: 150px;
}
.why_choose_us.style_three {
  position: relative;
  padding-top: 150px;
}
.why_choose_us.style_three .shape_circle {
  position: absolute;
  bottom: -200px;
  left: 0;
}
.why_choose_us.home_four {
  position: relative;
}
.why_choose_us.home_four .shape_circle {
  position: absolute;
  left: 0;
  top: 13px;
}
.why_choose_us.home_four .mouse_pointer {
  position: absolute;
  right: 65px;
  top: -65px;
  left: inherit;
}
.why_choose_us.about_page {
  position: relative;
}
.why_choose_us.about_page .shape_circle {
  position: absolute;
  left: 0;
  top: -80px;
}
.why_choose_us.about_page .mouse_pointer {
  position: absolute;
  right: 65px;
  top: 0px;
  left: inherit;
}
.why_choose_us.home_four .border_top {
  position: relative;
  padding-top: 150px;
}
.why_choose_us.home_four .border_top:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #d9d9d9;
}
.why_choose_us_row {
  align-items: center;
}
.why_choose_left {
  max-width: 550px;
}
.why_choose_left h2 {
  color: #0d0d0d;
  font-family: var(--primary-font);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.why_choose_left p {
  color: #6a6a6a;
  font-family: var(--primary-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 25px;
}
.why_choose_block_one {
  position: relative;
  padding: 40px 30px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.06);
}
.why_choose_block_one.mb_40 {
  margin-bottom: 40px;
}
.why_choose_right .colmun {
  flex-wrap: wrap;
}
.why_choose_block_one.mt_70 {
  margin-top: 70px;
}
.why_choose_block_one.mt_-70 {
  margin-top: -70px;
}
.why_choose_block_one.mt_-40 {
  margin-top: -40px;
}
.why_choose_block_one .choose_icon {
  margin-bottom: 25px;
}
.why_choose_block_one .choose_icon i {
  font-size: 50px;
  background: linear-gradient(111deg, #1f4e79 19.42%, #1b4469 73.08%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.why_choose_block_one h4 {
  color: #0d0d0d;
  font-family: var(--primary-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px;
}
.why_choose_block_one p {
  color: #6a6a6a;
  font-family: var(--primary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.why_choose_us.style_two {
  position: relative;
  padding-top: 150px;
  padding-bottom: 0;
}
.why_choose_us.style_two .mouse_pointer {
  position: absolute;
  left: 0;
  bottom: 0;
}
.why_choose_block_two {
  position: relative;
  padding: 40px 30px;
  border-radius: 10px;
  background: #fff;
  text-align: center;
  margin-bottom: 30px;
  z-index: 1;
}
.why_choose_block_two::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  transform: scale(0);
  border-radius: 10px;
  border-radius: 10px;
  background: #f5f1ff;
  transition: all 0.5s;
}
.why_choose_block_two.hover:before,
.why_choose_block_two:hover::before {
  transform: scale(1);
}
.why_choose_block_two .choose_icon {
  width: 80px;
  height: 80px;
  display: inline-block;
  line-height: 80px;
  text-align: center;
  margin-bottom: 25px;
  border-radius: 50%;
  font-size: 24px;
  background: linear-gradient(111deg, #1f4e79 19.42%, #1b4469 73.08%);
}
.why_choose_block_two .choose_icon i {
  background: #fff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.why_choose_block_two h4 {
  color: #0d0d0d;
  font-family: var(--primary-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px;
}
.why_choose_block_two p {
  color: #6a6a6a;
  font-family: var(--primary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 20px;
}
.why_choose_block_two .link_btn a {
  color: #0d0d0d;
  font-family: var(--primary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}
.why_choose_block_two .link_btn a:hover {
  color: var(--theme-color);
}
.service_section {
  position: relative;
  overflow: hidden;
  z-index: 99;
  padding: 150px 0px 0px;
  background: #171626;
}
.service_section .circle_one {
  position: absolute;
  background: #ff2424;
  opacity: 0.15;
  width: 700px;
  height: 540px;
  left: -230px;
  top: -104px;
  content: "";
  transform: rotate(-0.471deg);
  filter: blur(300px);
}
.service_section .circle_two {
  position: absolute;
  right: -335px;
  bottom: -270px;
  width: 800px;
  height: 620px;
  transform: rotate(-3.021deg);
  border-radius: 799.794px;
  opacity: 0.15;
  background: #f1b929;
  filter: blur(280px);
}
.service_section h1.section_tag {
    position: relative;
    text-align: center;
    font-family: var(--primary-font);
    font-size: 300px;
    font-style: normal;
    font-weight: 800;
    line-height: 220px;
    margin-top: -90px;
    display: block;
    opacity: .5;
    z-index: -1;
    pointer-events:  none;
    color: transparent;
    text-transform: capitalize;
    background-image: linear-gradient( 180deg, hsl(0deg 0% 100%), hsl(0deg 0% 100% / 0%) );
    -webkit-text-stroke-color: #ffffff00;
    -webkit-text-stroke-width: 4px;
    -webkit-text-fill-color: #1d1626;
    background-color: transparent;
    -webkit-background-clip: text;
}
.service_block_one {
  position: relative;
  padding: 50px 30px 40px;
  border-radius: 10px;
  background: #fff;
  text-align: center;
  margin-bottom: 30px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.06);
  transition: 0.3s;
}

/* /right bounce */
@keyframes icon-bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

.service_block_one:hover .service_icon {
  animation: icon-bounce 0.8s 1;
}
.feature__item {
  margin-bottom: 35px;
}

.service_block_one .service_icon {
  width: 80px;
  height: 80px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 100px;
  margin-bottom: 30px;
  background: linear-gradient(111deg, #1f4e79 19.42%, #1b4469 73.08%);
}
.service_block_one .service_icon i {
  font-size: 40px;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: #fff;
}
.service_block_one h4 {
  color: #0d0d0d;
  font-family: var(--primary-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px;
}
.service_block_one h4 a {
  color: #0d0d0d;
  transition: all 0.5s;
}
.service_block_one h4 a:hover {
  color: var(--theme-color);
}
.service_block_one p {
  color: #6a6a6a;
  font-family: var(--primary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 22px;
}
.service_block_one .link_btn a {
  color: #0d0d0d;
  font-family: var(--primary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  text-transform: capitalize;
  transition: all 0.5s;
}
.service_block_one .link_btn a:hover {
  color: var(--theme-color);
}
.service_section_two {
  padding-top: 150px;
}
.service_block_one.style_two {
  text-align: left;
}
.work_process_section {
  padding-top: 110px;
}
.process_block_one {
  position: relative;
  max-width: 330px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.process_block_one.shape_image:before {
  position: absolute;
  width: 228px;
  height: 15px;
  left: Calc(0px - 170px);
  top: 35px;
  content: "";
  background-image: url(/images/icons/shape_icon_2.png);
}
.process_block_one.shape_image:after {
  position: absolute;
  width: 228px;
  height: 15px;
  right: Calc(0px - 170px);
  top: 35px;
  content: "";
  background-image: url(/images/icons/shape_icon_2.png);
}
.process_block_one .process_icon {
  width: 80px;
  height: 80px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 100px;
  margin-bottom: 30px;
  background: linear-gradient(111deg, #1f4e79 19.42%, #1b4469 73.08%);
}
.process_block_one .process_icon i {
  font-size: 40px;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: #fff;
}
.process_block_one h4 {
  color: #0d0d0d;
  font-family: var(--primary-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px;
}
.process_block_one p {
  color: #6a6a6a;
  font-family: var(--primary-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 10px;
}
.video_box {
  position: relative;
  width: 100%;
  padding: 225px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.video_box.mr_30 {
  padding: 275px 0px;
  margin-right: 30px;
}
.video_box.ml_30 {
  padding: 275px 0px;
  margin-left: 30px;
}
.video_section .lightbox-image,
.video_box .lightbox-image {
  position: relative;
  width: 102px;
  height: 102px;
  line-height: 110px;
  text-align: center;
  border-radius: 102px;
  color: #fff;
  font-size: 24px;
  display: inline-block;
  cursor: pointer;
  z-index: 1;
  background: linear-gradient(111deg, #1f4e79 19.42%, #1b4469 73.08%);
}
.lightbox-image .icon_box {
  position: relative;
  width: 102px;
  height: 102px;
  line-height: 110px;
  color: #fff;
  font-size: 24px;
  z-index: 1;
}
.lightbox-image .icon_box:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  border-radius: 102px;
  transform: scale(0);
  background: linear-gradient(306deg, #1f4e79 37.46%, #1b4469 77.26%);
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}
.lightbox-image:hover .icon_box:before {
  transform: scale(1);
}
.video_section {
  position: relative;
  z-index: 99;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.video_section .video_inner {
  padding: 225px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video_box .lightbox-image:before,
.video_box .lightbox-image:after,
.video_section .lightbox-image:before,
.video_section .lightbox-image:after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 #1f4e79;
  box-shadow: 0 0 0 0 #1f4e79;
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.video_box .lightbox-image:after,
.video_section .lightbox-image:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.video_section h1.section_tag {
  position: absolute;
  bottom: -15px;
  left: calc(50% - 600px);
  text-align: center;
  font-family: var(--primary-font);
  font-size: 300px;
  font-style: normal;
  font-weight: 800;
  line-height: 250px;
  text-transform: capitalize;
  display: block;
  opacity: 0.5;
  pointer-events: none;
  color: transparent;
  -webkit-text-stroke-color: #ffffff8a;
  -webkit-text-stroke-width: 2px;
  -webkit-text-fill-color: transparent;
  background-color: transparent;
}
.work_process_section.bg_dark {
  position: relative;
  background: #181626;
  padding-bottom: 120px;
}
.work_process_section.bg_dark {
  position: relative;
  background: #181626;
  padding-bottom: 120px;
}
.work_process_section.bg_dark .credit_card {
  position: absolute;
  left: 0;
  top: 155px;
}
.work_process_section.bg_dark .master_card {
  position: absolute;
  right: 0;
  bottom: 95px;
  width: 200px;
}
.process_block_one.style_two h4 {
  color: #fff;
}
.process_block_one.style_two p {
  color: #fff;
}
.team_section {
  position: relative;
  padding-top: 150px;
  padding-bottom: 120px;
}
.team_section .shape_one {
  position: absolute;
  right: 22px;
  width: 142px;
  height: 142px;
  top: 20px;
  line-height: 142px;
  text-align: center;
}
.team_block_one {
  position: relative;
  margin-bottom: 30px;
  border-radius: 10px;
}
.team_block_one .image_box {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 10px;
}
.team_block_one .image_box img {
  width: 100%;
  transform: scale(1);
  transition: all 0.5s;
}
.team_block_one:hover .image_box img {
  transform: scale(1.15);
}
.team_block_one .team_social_links {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  gap: 10px;
  transform: scale(0);
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.team_block_one .team_social_links:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.34;
  z-index: -1;
  border-radius: 10px;
  background: linear-gradient(111deg, #1f4e79 19.42%, #1b4469 73.08%);
}
.team_block_one:hover .team_social_links {
  transform: scale(1);
}
.team_block_one .team_social_links li a {
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #222;
  font-size: 16px;
  font-weight: 400;
  border-radius: 30px;
  display: inline-block;
  background: #fff;
  transition: all 0.5s;
}
.team_block_one .team_social_links li a:hover {
  color: #fff;
  background: linear-gradient(111deg, #1f4e79 19.42%, #1b4469 73.08%);
}
.team_block_one h4 {
  color: #0d0d0d;
  text-align: center;
  font-family: var(--primary-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
.team_block_one .lower_content {
  text-align: center;
}
.team_block_one .lower_content h4 {
  font-family: var(--primary-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
.team_block_one .lower_content h4 a {
  color: #0d0d0d;
  display: inline-block;
  transition: all 0.5s;
}
.team_block_one .lower_content h4 a:hover {
  color: var(--theme-color);
}
.team_block_one .lower_content p {
  color: #6a6a6a;
  font-family: var(--primary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.testimonial_section {
  position: relative;
  padding: 150px 0 120px;
}

.testimonial_section .shape_bg {
  width: 1203px;
  position: absolute;
  bottom: 150px;
  height: 505px;
  flex-shrink: 0;
  background: conic-gradient(
    from -87deg at 50% 50%,
    #1b4469 92.37696290016174deg,
    #1f4e79 360deg
  );
  opacity: 0.1;
  filter: blur(125px);
}
.testimonial_section .owl-carousel .owl-stage-outer {
  overflow: hidden;
}
.testimonial_section .owl-carousel .owl-stage-outer .owl-item {
  opacity: 0;
}
.testimonial_section .owl-carousel .owl-stage-outer .owl-item.active {
  opacity: 1;
}
.testimonial_block_one .inner_box {
  position: relative;
  display: block;
  border-radius: 10px;
  background: #fff;
  padding: 40px 40px 50px;
  margin-bottom: 60px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.03);
}
.testimonial_section.inner_page {
  padding-bottom: 120px;
}
.inner_page .testimonial_block_one .inner_box {
  margin-bottom: 30px;
}
.inner_page .testimonial_clomun {
  padding: 0 15px;
}
.testimonial_block_one .rating {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 20px;
}
.testimonial_block_one .inner_box p {
  color: #6a6a6a;
  font-family: var(--primary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 25px;
}
.testimonial_block_one .rating li i {
  font-size: 16px;
  line-height: 26px;
  color: #ffc844;
}
.testimonial_block_one .author_box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.testimonial_block_one .thumb_box {
  position: relative;
  overflow: hidden;
  border-radius: 45px;
}
.testimonial_block_one .author_info h5 {
  color: #0d0d0d;
  font-family: var(--primary-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
.testimonial_block_one .author_info .designation {
  color: #6a6a6a;
  font-family: var(--primary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.testimonial_section_two {
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
}
.testimonial_block_three .inner_box {
  display: flex;
  gap: 28px;
  align-items: flex-start;
}
.testimonial_block_three .quort_icon {
  width: 56px;
  height: 56px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  flex-shrink: 0;
  background: linear-gradient(111deg, #1f4e79 19.42%, #1b4469 73.08%);
}
.testimonial_block_three .quort_icon i {
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: #fff;
}
.testimonial_block_three p {
  color: #0d0d0d;
  font-family: var(--primary-font);
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 44px;
}
.testimonial_content .owl-theme.nav-style-one .owl-nav {
  position: relative;
  left: 80px;
  top: 50px;
}
.testimonial_image {
  position: relative;
  margin-left: 60px;
  z-index: 99;
}
.shape_icon_12 {
  position: absolute;
  left: 0;
  bottom: 0;
}
.testimonial_section.home_four {
  position: relative;
}
.testimonial_section.home_four .shape_icon_14 {
  position: absolute;
  top: -90px;
  right: 90px;
}
.testimonial_section.inner_page .shape_icon_14 {
  position: absolute;
  top: 0px;
  right: 90px;
}
.testimonial_section.inner_page .shape_icon_12 {
  position: absolute;
  left: 0;
  bottom: 0;
}

/** faq-section **/

.faq_section {
  position: relative;
  padding-bottom: 120px;
}
.faq_section.home_three {
  padding-top: 0;
}
.faq_section.home_four {
  padding-bottom: 0;
}
.faq_section.inner_page {
  position: relative;
  padding-bottom: 150px;
}
.faq_section.inner_page .shape_icon {
  position: absolute;
  right: 0;
  top: 30px;
}
.faq_section.inner_page .shape_icon_2 {
  position: absolute;
  left: 0;
  bottom: 120px;
}
.faq_section .inner_box {
  position: relative;
  display: block;
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
}
.faq_section .inner_box.ml_30 {
  margin-left: 30px;
}
.faq_section .inner_box.mr_30 {
  margin-right: 30px;
}
.accordion {
  position: relative;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  background: #fff;
  margin-bottom: 10px;
}
.accordion.active-block {
  border-color: #f5f1ff;
  border-radius: 10px;
  background: #f5f1ff;
}
.accordion:last-child {
  margin-bottom: 0px;
}
.accordion .acc-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px 20px 30px;
  cursor: pointer;
}
.accordion .acc-btn h4 {
  color: #0d0d0d;
  font-family: var(--primary-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
.accordion .acc-content {
  position: relative;
  padding: 0px 75px 24px 30px;
}
.accordion .acc-btn .icon-box {
  position: relative;
}
.accordion .acc-btn .icon-box:before {
  content: "\2b";
  font-family: "Font Awesome 6 Free";
  font-size: 20px;
  line-height: 30px;
  font-weight: 900;
  color: #0d0d0d;
}
.accordion .acc-btn.active .icon-box:before {
  content: "\f068";
}
.cta_section {
  position: relative;
  padding-bottom: 120px;
}
.cta_inner {
  position: relative;
  border-radius: 10px;
  padding: 80px 60px;
  z-index: 1;
  overflow: hidden;
  background: linear-gradient(111deg, #1f4e79 19.42%, #1b4469 73.08%);
}
.cta_inner h3 {
  color: #fff;
  font-family: var(--primary-font);
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 35px;
  text-transform: capitalize;
}
.cta_inner .subscribe-inner input {
  color: #9f9d9d;
  font-family: var(--primary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  height: 55px;
  border-radius: 55px;
  background: #fff;
}
.cta_inner .subscribe-inner button {
  border-radius: 60px;
  height: 55px;
  background: #0d0d0d;
  flex-shrink: 0;
}
.cta_inner .subscribe-inner button:hover {
  background: transparent;
}
.cta_inner .subscribe-inner .form-group {
  margin-bottom: 0;
}
.cta_inner .cta_shape {
  position: absolute;
  left: 60px;
  bottom: 18px;
  z-index: -99;
}
.cta_inner .cta_image {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: -99;
}
.clients-section {
  position: relative;
  padding: 50px 0px;
  background: #161616;
}
.clients-section.style_two {
  background: transparent;
}
.clients-section.style_three {
  position: relative;
  padding: 0px;
  background: #f5f1ff;
}

.clients-section.inner_page {
  padding: 0px 0px 150px;
  background: transparent;
}
.clients-section.style_three .shape_icon {
  position: absolute;
  top: -80px;
  left: 0;
}
.clients-section.style_three .content_title {
  color: #0d0d0d;
  text-align: center;
  font-family: var(--primary-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
}
.clients_block_one {
  display: flex;
  align-items: center;
  justify-content: center;
}
.clients_block_one.style_three {
  padding: 50px 0;
}
.app_section {
  position: relative;
  padding-top: 120px;
}
.app_section.style_three {
  padding-top: 0px;
}

.app_section .shape_circle {
  position: absolute;
  left: 0;
  top: -60px;
}
.app_outer_box {
  position: relative;
  margin-top: 95px;
  z-index: 99;
  overflow: hidden;
  padding: 90px 100px 100px;
  border-radius: 20px;
  background: #0e0e0e;
}

.app_outer_box .shape_one {
  position: absolute;
  top: -333px;
  left: -277px;
  width: 462.69px;
  height: 434.582px;
  transform: rotate(-39.793deg);
  flex-shrink: 0;
  content: "";
  z-index: 1;
  border-radius: 462.69px;
  background: rgba(255, 112, 9, 0.5);
  filter: blur(200px);
}
.app_outer_box .shape_two {
  position: absolute;
  right: -138px;
  top: 16px;
  width: 358.826px;
  height: 336.586px;
  transform: rotate(-2.349deg);
  flex-shrink: 0;
  border-radius: 358.826px;
  opacity: 0.34;
  content: "";
  z-index: 2;
  background: rgba(241, 41, 41, 0.5);
  filter: blur(150px);
}
.app_outer_box .shape_three {
  position: absolute;
  right: 64px;
  bottom: -239px;
  width: 398.889px;
  height: 425.68px;
  transform: rotate(-2.349deg);
  flex-shrink: 0;
  content: "";
  fill: rgba(255, 46, 33, 0.5);
  opacity: 0.6;
  z-index: 3;
  filter: blur(100px);
}
.app_outer_box .content_box {
  max-width: 525px;
}
.app_outer_box .content_box h2 {
  color: #fff;
  font-family: var(--primary-font);
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  margin-bottom: 20px;
}
.app_outer_box .content_box p {
  color: #fff;
  font-family: var(--primary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 40px;
}
.app_outer_box .app_links {
  display: flex;
  align-items: center;
  gap: 20px;
}
.app_outer_box .app_links .play_link,
.app_outer_box .app_links .apple_link {
  transform: translateY(0);
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}
.app_outer_box .app_links .play_link:hover,
.app_outer_box .app_links .apple_link:hover {
  transform: translateY(5px);
}
.app_inner_box {
  position: relative;
}
.app_inner_box .app_image {
  position: absolute;
  right: 112px;
  bottom: -52px;
  z-index: 99;
}

.blog_section {
  padding-bottom: 120px;
}
.news_block_one {
  position: relative;
  margin: 0px 5px;
  margin-bottom: 30px;
}
.news_block_one.mb_40 {
  margin-bottom: 40px;
}
.news_block_one .image_box {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  margin-bottom: 30px;
}
.news_block_one .category {
  position: relative;
  display: inline-block;
  border-radius: 50px;
  padding: 0px 15px;
  margin-bottom: 10px;
  background: rgba(159, 112, 253, 0.1);
}
.news_block_one li .category {
  margin-bottom: 0;
}
.news_block_one .category span {
  font-family: var(--primary-font);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-transform: capitalize;
  color: transparent;
  background: linear-gradient(90deg, #1f4e79 3.19%, #1b4469 95.74%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.news_block_one h3 {
  font-family: var(--primary-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 20px;
}
.news_block_one h3 a {
  color: #0d0d0d;
  display: inline-block;
  transition: all 0.5s;
}
.news_block_one h3 a:hover {
  color: var(--theme-color);
}
.news_block_one .post-info {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
}
.news_block_one .post-info.mb_10 {
  margin-bottom: 10px;
}
.news_block_one .post-info li {
  color: #6a6a6a;
  font-family: var(--primary-font);
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-transform: capitalize;
}
.news_block_one .post-info li a {
  color: #6a6a6a;
  transition: all 0.5s;
}
.news_block_one .post-info li a:hover {
  color: var(--theme-color);
}
.news_block_one .link_btn a {
  color: #0d0d0d;
  font-family: var(--primary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 10px;
  transition: all 0.5s;
}
.news_block_one .link_btn a:hover {
  color: transparent;
  background: linear-gradient(106deg, #1f4e79 11.27%, #1b4469 88.73%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pricing_section {
  position: relative;
  padding-bottom: 120px;
}
.pricing_section .shape_bg {
  position: absolute;
  width: 1203px;
  height: 573px;
  content: "";
  top: 150px;
  left: calc(50% - 600px);
  background: conic-gradient(
    from -87deg at 50% 50%,
    #1b4469 92.37696290016174deg,
    #1f4e79 360deg
  );
  opacity: 0.1;
  filter: blur(125px);
}
.pricing_section .shape_six {
  position: absolute;
  bottom: 150px;
  right: 0px;
}
.pricing_block_one {
  position: relative;
  text-align: center;
  background: #fff;
  padding: 50px;
  margin-bottom: 30px;
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.05);
}
.pricing_block_one .table_header {
  padding-bottom: 20px;
  border-bottom: 1px solid rgb(0 0 0 / 10%);
}
.pricing_block_one .table_header h5 {
  font-family: var(--primary-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.9px;
  margin-bottom: 20px;
  text-transform: uppercase;
  background: linear-gradient(106deg, #1f4e79 11.27%, #1b4469 88.73%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pricing_block_one .table_header p {
  color: #6a6a6a;
  text-align: center;
  font-family: var(--primary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 30px;
}
.pricing_block_one .table_header .rate {
  color: #0d0d0d;
  text-align: center;
  font-family: var(--primary-font);
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.pricing_block_one .table_header .rate {
  color: #0d0d0d;
  text-align: center;
  font-family: var(--primary-font);
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.pricing_block_one .table_header .rate span {
  color: #0d0d0d;
  font-family: var(--primary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.pricing_block_one .feature_list {
  margin: 30px 0px;
}
.pricing_block_one .feature_list li {
  color: #6a6a6a;
  font-family: var(--primary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
}

/** service-style-three **/
.service_style_one {
  position: relative;
  padding-bottom: 150px;
}
.service_style_one .shape_icon_nine {
  position: absolute;
  right: 90px;
  bottom: 0px;
}
.service_style_one .ring_shape_icon {
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.service_style_one .nav-tabs {
  position: relative;
  display: flex;
  margin-bottom: 60px;
  align-items: center;
  gap: 7px;
  border-bottom: 1px solid #e8edf5;
}
.service_style_one .nav-link {
  position: relative;
  color: #0d0d0d;
  padding: 10px 20px;
  text-align: center;
  font-family: var(--primary-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  cursor: pointer;
  border: none;
  transition: all 500ms ease;
}
.service_style_one .nav-link.active,
.service_style_one .nav-link:hover {
  background: linear-gradient(111deg, #1f4e79 19.42%, #1b4469 73.08%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.service_style_one .nav-link:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 0px;
  bottom: 0px;
  left: 0px;
  border-radius: 120px;
  transition: all 0.5s;
  background: linear-gradient(111deg, #1f4e79 19.42%, #1b4469 73.08%);
}
.service_style_one .nav-link.active:before,
.service_style_one .nav-link:hover:before {
  width: 100%;
}
.service_style_one .content_box {
  position: relative;
  display: block;
  max-width: 550px;
  width: 100%;
}
.service_style_one .content_box h3 {
  color: #0d0d0d;
  font-family: var(--primary-font);
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 25px;
}
.service_style_one .content_box p {
  color: #6a6a6a;
  font-family: var(--primary-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 25px;
}
.service_style_one .image_box {
  position: relative;
  margin-left: 25px;
  border-radius: 10px;
  overflow: hidden;
}
.content_item_one {
  display: flex;
  align-items: flex-start;
  gap: 25px;
}
.content_item_one .icon_box {
  width: 60px;
  height: 60px;
  font-size: 30px;
  line-height: 65px;
  border-radius: 50%;
  text-align: center;
  flex-shrink: 0;
  background: rgba(159, 112, 253, 0.1);
}
.content_item_one .icon_box i {
  background: linear-gradient(111deg, #1f4e79 19.42%, #1b4469 73.08%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.content_item_one .icon_content h4 {
  color: #0d0d0d;
  font-family: var(--primary-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.content_item_one .icon_content p {
  color: #6a6a6a;
  font-family: var(--primary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.about_page_banner {
  position: relative;
  padding-top: 100px;
  padding-bottom: 150px;
}
.about_page_banner .banner_content h1 {
  margin-bottom: 30px;
}
.about_page_banner .banner_content p {
  margin-bottom: 70px;
}
.about_page_banner .banner_image {
  border-radius: 10px;
  overflow: hidden;
}

.page_breadcrumb {
  position: relative;
  z-index: 1;
  padding: 180px 0px 100px;
  background: #f5f1ff;
}
.page_breadcrumb_shape_one {
  position: absolute;
  right: 170px;
  bottom: 135px;
}
.page_breadcrumb_shape_two {
  position: absolute;
  left: 0px;
  bottom: 80px;
}
.breadcrumb_sutitle {
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  padding: 5px 18px;
  margin-bottom: 12px;
  background: rgb(159 112 253 / 10%);
}
.breadcrumb_sutitle h6 {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.35px;
  font-family: var(--primary-font);
  text-transform: uppercase;
  background: linear-gradient(111deg, #1f4e79 19.42%, #1b4469 73.08%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.breadcrumb_title {
  color: var(--primary-color);
  text-align: center;
  font-family: var(--primary-font);
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 76px;
}
.breadcrumb_menu {
  text-align: center;
  display: inline-flex;
  gap: 10px;
  margin-top: 28px;
  margin-bottom: 0px;
}
.breadcrumb_menu li {
  color: #6a6a6a;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
.breadcrumb_menu li a {
  color: #6a6a6a;
}
.breadcrumb_menu li a:hover {
  color: var(--theme-color);
}
.page_breadcrumb.style_two:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0) 99.61%
  );
}
.page_breadcrumb.style_two:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0.2) 100%
  );
}
.page_breadcrumb.style_two .bg_layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page_breadcrumb.style_two .breadcrumb_sutitle {
  color: #fff;
  border-radius: 30px;
  background: linear-gradient(111deg, #1f4e79 19.42%, #1b4469 73.08%);
}
.page_breadcrumb.style_two .breadcrumb_title {
  color: #fff;
}
.page_breadcrumb.style_two .breadcrumb_menu li {
  color: #fff;
}
.page_breadcrumb.style_two .breadcrumb_menu li a {
  color: #fff;
}
.service_page_banner {
  position: relative;
  padding-top: 190px;
  background: #f5f1ff;
}
.service_page_banner h1 {
  margin-bottom: 20px;
}
.service_page_banner .banner_image {
  position: relative;
  margin-top: -80px;
  margin-bottom: 150px;
  border-radius: 15px;
  overflow: hidden;
  bottom: -150px;
}
.service_details_page {
  padding-top: 50px;
}
H2.service_details_title {
  color: #111;
  font-family: var(--primary-font);
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  margin-bottom: 30px;
  text-transform: capitalize;
}
.service_details_text p {
  color: #6a6a6a;
  font-family: var(--primary-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 40px;
}
.service_details_text p:last-child {
  margin-bottom: 0;
}
.team_details_image {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.team_details_image img {
  width: 100%;
}
.author_content {
  margin: 0px 15px;
}
span.author_designation {
  display: block;
  margin-bottom: 30px;
}
.author_comment p {
  color: #6a6a6a;
  font-family: var(--primary-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 40px;
}
.author_comment p:last-child {
  margin-bottom: 0;
}
.author_information {
  position: relative;
  padding: 40px;
  background: #f5f1ff;
}
.author_info_title {
  color: #0d0d0d;
  font-family: var(--primary-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 30px;
}
.author_info_item {
  margin-bottom: 20px;
}
.author_info_item span {
  color: #6a6a6a;
  font-family: var(--primary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.author_info_item h6 {
  color: #0d0d0d;
  font-family: var(--primary-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}
.project_row {
  margin-left: -35px;
  margin-right: -35px;
}
.project_clomun {
  padding-left: 35px;
  padding-right: 35px;
}
.project_single_image {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 30px;
}
.project_single_image img {
  width: 100%;
}
.project_single_tag {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.project_single_tag li a {
  color: #6a6a6a;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  padding: 4px 15px;
  font-family: var(--primary-font);
  text-transform: capitalize;
  border-radius: 25px;
  border: 1px solid #e5e5e5;
  background: rgba(255, 255, 255, 0);
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}
.project_single_tag li a:hover {
  color: #fff;
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.project_single_title a {
  color: #0d0d0d;
  font-family: var(--primary-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.project_single_title a:hover {
  color: var(--theme-color);
}

.error_content .error_image_box {
  margin-bottom: 80px;
}
.error_content h2 {
  color: #111;
  font-family: var(--primary-font);
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
}
.error_content h2 span {
  color: #1b4469;
  font-family: var(--primary-font);
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  display: inline-block;
  line-height: normal;
}
.error_content .error_btn_box {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.contact_block_one {
  position: relative;
  text-align: center;
  padding: 50px;
  padding-top: 0;
  margin-top: 50px;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  background: #fff;
}
.contact_block_icon {
  position: relative;
  width: 100px;
  height: 100px;
  font-size: 40px;
  line-height: 100px;
  color: #fff;
  top: -50px;
  margin-bottom: -20px;
  display: inline-block;
  border-radius: 60px;
  background: linear-gradient(106deg, #1f4e79 11.27%, #1b4469 88.73%);
}
.contact_block_title h4 {
  color: #111;
  font-family: var(--primary-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 12px;
}
.contact_block_text p {
  color: #6a6a6a;
  font-family: var(--primary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.contact_block_text p a {
  color: #6a6a6a;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}
.contact_block_text p a:hover {
  color: var(--theme-color);
}
.map_outer_box {
  position: relative;
  overflow: hidden;
  height: 520px;
  border-radius: 10px;
}
.contact_form {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
}
.contact_form input,
.contact_form textarea {
  width: 100%;
  height: 60px;
  color: #6e6e6e;
  font-family: var(--primary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 65px;
  border: 1px solid #e5e5e5;
  background: #fff;
}
.contact_form textarea {
  height: 170px;
  border-radius: 20px;
}
.project_page_banner {
  padding-top: 190px;
}
.project_page_banner .banner_image {
  position: relative;
  margin-top: 65px;
}
.project_page_banner .banner_image img {
  width: 100%;
  border-radius: 10px 10px 0px 0px;
}
.project_info {
  position: relative;
}
.project_info .shape_image {
  position: absolute;
  left: 0;
  top: 0;
}
.project_info_outer {
  position: relative;
  gap: 100px;
  padding: 50px;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background: #faf8ff;
}
.project_info_item span {
  color: #6a6a6a;
  font-family: var(--primary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  display: block;
}
.project_info_item h6 {
  color: #0d0d0d;
  font-family: var(--primary-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}
.project_info_item .socials-links {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.project_info_item .socials-links li a {
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  color: #0d0d0d;
}
.project_info_item .socials-links li a:hover {
  color: var(--theme-color);
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}
.project_details_section {
  position: relative;
  padding-top: 70px;
}
.project_details_section h2 {
  color: #111;
  font-family: var(--primary-font);
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.project_details_text {
  margin-bottom: 70px;
}
.project_details_text p {
  color: #6a6a6a;
  font-family: var(--primary-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 25px;
}
.project_details_image img {
  border-radius: 10px;
}
.sidebar_bg {
  padding: 40px;
  background: #f5f1ff;
}
h3.widget_title {
  color: #0d0d0d;
  font-family: var(--primary-font);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 25px;
}
.sidebar_search_box {
  position: relative;
  display: block;
}
.sidebar_search_box form.search-form {
  position: relative;
  display: block;
  width: 100%;
}
.sidebar_search_box form .form-group {
  margin-bottom: 0;
}
.sidebar_search_box .search-form input {
  position: relative;
  display: block;
  width: 100%;
  height: 70px;
  color: #6a6a6a;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 70px;
  padding: 15px 30px;
  border-radius: 130px;
  background: #fff;
  border: 1px solid #fff;
  font-family: var(--thm-font);
  transition: all 500ms ease 0s;
}
.sidebar_search_box .search-form input:focus {
  border-color: var(--theme-color);
}
.sidebar_search_box .search-form button {
  position: absolute;
  top: 20px;
  right: 30px;
  bottom: 20px;
  font-size: 17px;
  color: #909092;
  text-align: center;
  transition: all 500ms ease 0s;
}
.sidebar_search_box .search-form button:hover {
  color: var(--theme-color);
}
.sidebar_search_box .search-form input::-webkit-input-placeholder {
  color: var(--thm-gray);
}
.sidebar_search_box .search-form input:-moz-placeholder {
  color: var(--thm-gray);
}
.sidebar_search_box .search-form input::-moz-placeholder {
  color: var(--thm-gray);
}
.sidebar_search_box .search-form input:-ms-input-placeholder {
  color: var(--thm-gray);
}

.sidebar_categories_box {
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: -6px;
}
.sidebar_categories_box li {
  position: relative;
  display: block;
  padding: 10px 0px;
  margin-bottom: 10px;
}
.sidebar_categories_box li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.sidebar_categories_box li a {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 0px;
  overflow: hidden;
  color: #0d0d0d;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.sidebar_categories_box li:hover a {
  padding-left: 15px;
  color: var(--theme-color);
}
.sidebar_categories_box li a:before {
  content: "\f105";
  font-family: "fontAwesome" !important;
  position: absolute;
  left: 0;
  font-size: 16px;
  font-weight: 700;
  transform: scale(0);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.sidebar_categories_box li:hover a:before {
  transform: scale(1);
}

.sidebar_blog_post {
  position: relative;
  display: block;
}
.sidebar_blog_post ul {
  position: relative;
  display: block;
}
.sidebar_blog_post ul li {
  position: relative;
  display: block;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.sidebar_blog_post ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.sidebar_blog_post ul li .inner {
  position: relative;
  display: flex;
  align-items: center;
}
.sidebar_blog_post ul li .img-box {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.sidebar_blog_post ul li .img-box img {
  width: 100%;
}
.sidebar_blog_post ul li .img-box .overlay-content {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgb(159 112 253 / 60%);
  border-radius: 0%;
  opacity: 0;
  transform: perspective(0px) scale(0);
  transform-origin: center;
  transition: all 0.5s ease-in-out 0s;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.sidebar_blog_post ul li:hover .img-box .overlay-content {
  opacity: 1;
  transform: perspective(400px) scale(1);
  transition: all 0.3s ease-in-out 0.3s;
}
.sidebar_blog_post ul li .img-box .overlay-content a {
  color: #ffffff;
  font-size: 14px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.sidebar_blog_post ul li .title-box {
  position: relative;
  display: block;
  padding-left: 20px;
  margin-top: -2px;
}
.sidebar_blog_post ul li .title-box h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 6px;
}
.sidebar_blog_post ul li .title-box h4 a {
  color: var(--thm-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.sidebar_blog_post ul li .title-box h4 a:hover {
  color: var(--theme-color);
}
.sidebar_blog_post ul li .title-box p {
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
}
.sidebar_blog_post ul li .title-box p span {
  position: relative;
  display: inline-block;
  color: var(--theme-color);
  font-size: 15px;
  font-weight: 700;
  top: 1px;
  padding-right: 5px;
}

.photo_gallery_box {
  position: relative;
  display: block;
}
.photo_gallery_box .gallery {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.photo_gallery_box .gallery li {
  position: relative;
  padding: 0px;
  max-width: 95px;
  width: 100%;
  flex-shrink: 0;
}
.photo_gallery_box .gallery li .inner {
  position: relative;
  display: block;
}
.photo_gallery_box .gallery li .inner .img-box {
  position: relative;
  display: block;
  border-radius: 5px;
  overflow: hidden;
}
.photo_gallery_box .gallery li .inner .img-box img {
  width: 100%;
}
.photo_gallery_box .gallery li .inner .img-box .overlay-content {
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  opacity: 0;
  background-color: rgb(159 112 253 / 60%);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  cursor: pointer;
  transform: skew(0deg, 0deg) scale(1.2, 1.2);
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.photo_gallery_box .gallery li:hover .img-box .overlay-content {
  opacity: 1;
  transform: translateY(0px);
}
.photo_gallery_box .gallery li .img-box .overlay-content a {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  transform: scale(0);
  cursor: pointer;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}
.photo_gallery_box .gallery li:hover .img-box .overlay-content a {
  transform: scale(1);
}
.photo_gallery_box .gallery li:nth-child(4) {
  padding-bottom: 0;
}
.photo_gallery_box .gallery li:nth-child(5) {
  padding-bottom: 0;
}
.photo_gallery_box .gallery li:nth-child(6) {
  padding-bottom: 0;
}

.sidebar_archives_box {
  position: relative;
  display: block;
  overflow: hidden;
}
.sidebar_archives_box li {
  position: relative;
  display: block;
  padding: 10px 0px;
  margin-bottom: 5px;
}
.sidebar_archives_box li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0px;
}
.sidebar_archives_box li a {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 0px;
  overflow: hidden;
  color: #0d0d0d;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.sidebar_archives_box li:hover a {
  padding-left: 19px;
  color: var(--theme-color);
}
.sidebar_archives_box li a:before {
  content: "\f105";
  font-family: "fontAwesome" !important;
  position: absolute;
  left: 0;
  font-size: 16px;
  font-weight: 700;
  transform: scale(0);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.sidebar_archives_box li:hover a:before {
  transform: scale(1);
}

.popular_tag_box {
  position: relative;
  display: block;
}
.popular_tag_box .popular-tag {
  position: relative;
  display: block;
  overflow: hidden;
  margin-left: -5px;
  margin-right: -5px;
}
.popular_tag_box .popular-tag li {
  position: relative;
  display: block;
  float: left;
  margin: 0 5px 10px;
}
.popular_tag_box .popular-tag li a {
  position: relative;
  display: block;
  color: #6a6a6a;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 20px;
  padding: 8px 22px 8px;
  background: #ffffff;
  z-index: 1;
  overflow: hidden;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}
.popular_tag_box .popular-tag li:hover a {
  color: #ffffff;
  border-color: var(--theme-color);
}
.popular_tag_box .popular-tag li a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  content: "";
  z-index: -1;
  border-radius: 20px;
  background: linear-gradient(111deg, #1f4e79 19.42%, #1b4469 73.08%);
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}
.popular_tag_box .popular-tag li a:hover:before {
  width: 100%;
}

.news_block_details .category {
  position: relative;
  display: inline-block;
  border-radius: 50px;
  padding: 0px 15px;
  background: rgba(159, 112, 253, 0.1);
}
.news_block_details .category span {
  font-family: var(--primary-font);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-transform: capitalize;
  color: transparent;
  background: linear-gradient(90deg, #1f4e79 3.19%, #1b4469 95.74%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.news_block_details .post-info {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 30px 0px 15px;
}
.news_block_details .post-info li {
  color: #6a6a6a;
  font-family: var(--primary-font);
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-transform: capitalize;
}
.news_block_details .post-info li a {
  color: #6a6a6a;
  transition: all 0.5s;
}
.news_block_details .post-info li a:hover {
  color: var(--theme-color);
}
.news_block_details .lower_content h3 {
  margin-bottom: 25px;
}
.news_block_details .lower_content p {
  color: #6a6a6a;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 20px;
}
.news_block_details .lower_content .feature-list li {
  position: relative;
  color: #6a6a6a;
  font-feature-settings: "case" on;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  padding-left: 15px;
  margin-bottom: 10px;
}
.news_block_details .lower_content .feature-list li:before {
  position: absolute;
  top: 11px;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 30px;
  background: #6a6a6a;
}
.blog_details_quote_box {
  position: relative;
  padding: 40px 50px 50px;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.05);
}
.blog_details_quote_box .text-box p {
  color: #0d0d0d;
  font-family: var(--primary-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 25px;
}
.blog_details_quote_box .avatar-box {
  display: flex;
  align-items: center;
  gap: 15px;
}
.blog_details_quote_box .avatar-box h5 {
  color: #0d0d0d;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}
.blog_details_quote_box .avatar-box p {
  color: #6a6a6a;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0;
}
.blog_details_quote_box .icon-box {
  position: absolute;
  bottom: -16px;
  right: 45px;
  font-size: 117px;
  background: linear-gradient(111deg, #1f4e79 19.42%, #1b4469 73.08%);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.blog_details_content_box h3 {
  color: #0d0d0d;
  font-family: var(--primary-font);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 15px;
}
.blog_details_content_box p {
  color: #6a6a6a;
  font-family: var(--primary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 20px;
}

.post_share_option {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.post_share_option .post-category {
  position: relative;
  display: flex;
  gap: 10px;
}
.post_share_option ul li span {
  position: relative;
  color: #0d0d0d;
  font-family: var(--primary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  display: block;
  padding: 5px 0px;
}
.post_share_option .post-category li a {
  position: relative;
  display: inline-block;
  border-radius: 60px;
  padding: 5px 18px;
  color: #6a6a6a;
  text-align: center;
  font-family: var(--primary-font);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  z-index: 1;
  background: #f7f7f7;
  overflow: hidden;
}
.post_share_option .post-category li a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  content: "";
  z-index: -1;
  border-radius: 60px;
  background: linear-gradient(106deg, #1f4e79 11.27%, #1b4469 88.73%);
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}
.post_share_option .post-category li a:hover {
  color: #fff;
}
.post_share_option .post-category li a:hover:before {
  width: 100%;
}
.post_share_option .post-share {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.post_share_option .post-share li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #6a6a6a;
  line-height: 26px;
  padding: 5px;
}
.post_share_option .post-share li a:hover {
  color: transparent;
  background: linear-gradient(106deg, #1f4e79 11.27%, #1b4469 88.73%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.news_block_details .author_box {
  position: relative;
  padding: 40px;
  display: flex;
  align-items: center;
  gap: 30px;
  background: #f5f1ff;
}
.author_box .author_thumb {
  position: relative;
  flex-shrink: 0;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
}
.author_box .author_info h5 {
  color: #0d0d0d;
  font-family: var(--primary-font);
  display: block;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
.author_box .author_info span.designation {
  color: #6a6a6a;
  font-family: var(--primary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 10px;
}
.author_box .author_info p {
  color: #6a6a6a;
  font-family: var(--primary-font);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.comment_form_area h3.widget_title {
  color: #0d0d0d;
  font-family: var(--primary-font);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 25px;
}
.comment_form_area .form_inner input,
.comment_form_area .form_inner textarea {
  color: #6e6e6e;
  font-family: var(--primary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 65px;
  padding: 15px 30px;
  border: 1px solid #e5e5e5;
  background: #fff;
}
.comment_form_area .form_inner textarea {
  height: 170px;
  border-radius: 20px;
}
.comment_form_area .form_inner input:focus,
.comment_form_area .form_inner textarea:focus {
  border-color: var(--theme-color);
}

/** Shop Page Section **/
.shop-page-section {
  position: relative;
}
.wrapper.list .shop-list-content {
  display: block;
}
.wrapper.list .shop-grid-content {
  display: none;
}
.wrapper.grid .shop-list-content {
  display: none;
}
.wrapper.grid .shop-grid-content {
  display: block;
}
.shop-page-section .item-shorting p span {
  color: #111;
  font-weight: 500;
}
.shop-page-section .item-shorting .nice-select {
  position: relative;
  width: 270px !important;
  height: 44px;
  line-height: 44px;
  padding: 0px 20px;
  padding-right: 40px;
  color: #6a6a6a;
  font-family: var(--primary-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  border-radius: 40px;
  border: 1px solid #e7e7e7;
  background: #fff;
}
.shop-page-section .item-shorting .nice-select:before {
  position: absolute;
  content: "\f107";
  font-family: "Font Awesome 6 Free" !important;
  font-size: 12px;
  top: 0px;
  right: 20px;
  color: #c4c4c4;
  font-weight: 900;
}
.shop-page-section .item-shorting {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 13px;
  border-radius: 10px;
  border: 1px solid #e4e4e4;
  background: #fff;
}
.shop-page-section .item-shorting .right-column {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}
.shop-page-section .item-shorting .short-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}
.shop-page-section .item-shorting .menu-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.shop-page-section .item-shorting .menu-box button {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 46px;
  text-align: center;
  font-size: 18px;
  border-radius: 23px;
  border: 1px solid #e5e5e5;
  background: #fff;
  color: #9c9ba0;
  cursor: pointer;
  border-radius: 50%;
  transition: all 500ms ease;
}
.shop-page-section .item-shorting .menu-box button.on {
  color: #fff;
  background: var(--theme-color);
  border-color: var(--theme-color);
}
.shop-page-section .shop-wrapper {
  position: relative;
  background: #fff;
}
.shop-block-one .inner-box {
  position: relative;
  display: block;
  text-align: center;
  background: #fff;
  margin-bottom: 30px;
}
.shop-block-one .inner-box .image-box {
  position: relative;
  display: block;
  max-width: 300px;
  width: 100%;
  max-height: 350px;
  height: 100%;
  line-height: 350px;
  border-radius: 10px;
  margin-bottom: 15px;
  border: 1px solid #e4e4e4;
  overflow: hidden;
}
.shop-block-one .inner-box .image-box img {
  transition: all 500ms ease;
}
.shop-block-one .inner-box:hover .image-box img {
  transform: scale(1.05);
}
.shop-block-one .inner-box .lower-content {
  position: relative;
  display: block;
  padding: 0px 15px;
}
.shop-block-one .inner-box .lower-content .rating {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 5px;
}
.shop-block-one .inner-box .lower-content .rating li {
  position: relative;
  font-size: 18px;
  color: #ffc345;
}
.shop-block-one .inner-box .lower-content h5 {
  color: #0d0d0d;
  font-family: var(--primary-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 10px;
}
.shop-block-one .inner-box .lower-content h5 a {
  display: inline-block;
  color: var(--title-color);
}
.shop-block-one .inner-box .lower-content h5 a:hover {
  color: var(--theme-color);
}
.shop-block-one .inner-box .lower-content .price {
  font-family: var(--primary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  color: var(--theme-color);
}
.shop-block-one .inner-box .lower-content .price span {
  color: #9a9a9a;
  font-family: var(--primary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 1.4px;
  text-decoration: line-through;
  text-transform: uppercase;
  margin-right: 10px;
}

/** responsive-css **/
@media only screen and (max-width: 1200px) {
  .shop-block-one .inner-box .lower-content h5 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .shop-block-one .inner-box .image-box {
    max-width: 100%;
  }
  .shop-details-content .products-image-block {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .shop-page-section {
    padding-bottom: 70px;
  }
  .shop-page-section .item-shorting {
    display: block;
    text-align: center;
  }
  .shop-page-section .item-shorting .left-column {
    display: none;
  }
  .shop-page-section .item-shorting .right-column {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 599px) {
  .shop-page-section .item-shorting .right-column {
    display: block;
    text-align: center;
  }
  .shop-page-section .item-shorting .right-column .short-box {
    margin-right: 0px;
    justify-content: center;
  }
  .shop-page-section .item-shorting .right-column .menu-box {
    justify-content: center;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 499px) {
  .shop-page-section .item-shorting .right-column .nice-select {
    width: 190px !important;
    padding-left: 15px;
  }
  .shop-page-section .item-shorting .right-column .select-box {
    width: 200px;
  }
}

/** Shop Details **/
.shop-details {
  position: relative;
}
.shop-details-content {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.shop-details-content .products-image-block {
  margin-right: 20px;
}
.shop-details-content .products-image-block .slider-content {
  position: relative;
  display: block;
  padding-left: 130px;
}
.shop-details-content .products-image-block .slider-content .slider-pager {
  position: absolute;
  left: 0px;
  top: 0px;
}
.shop-details-content .products-image-block .image-box {
  position: relative;
  display: block;
  height: 510px;
  line-height: 510px;
  border-radius: 10px;
  border: 1px solid #e4e4e4;
  background: #fff;
}
.shop-details-content .products-image-block .image-box a {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.shop-details-content .products-image-block .thumb-box li {
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.shop-details-content .products-image-block .thumb-box li:last-child {
  margin-bottom: 0px !important;
}
.shop-details-content .products-image-block .thumb-box li a {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  background: #fff;
  border: 1px solid #fff;
  box-shadow: 0px 10px 40px 10px #0000000a;
  border-radius: 10px;
  z-index: 1;
}
.shop-details-content .bx-viewport {
  overflow: visible !important;
}
.shop-details-content .products-image-block .thumb-box li a.active {
  border-color: var(--theme-color);
}
.shop-details-content .content-box {
  position: relative;
  display: block;
  gap: 15px;
}
.shop-details-content .content-box h3 {
  display: block;
  color: #0d0d0d;
  font-family: var(--primary-font);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 10px;
}
.shop-details-content .content-box .customer-rating {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.shop-details-content .content-box .customer-rating .rating {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.shop-details-content .content-box .customer-rating .rating li {
  position: relative;
  font-size: 16px;
  color: #fab421;
}
.shop-details-content .content-box .customer-rating .review a {
  color: #0d0d0d;
  font-family: var(--primary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  display: inline-block;
}
.shop-details-content .content-box .price {
  color: var(--theme-color);
  font-family: var(--primary-font);
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.shop-details-content .content-box .price span {
  color: #9a9a9a;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 1.4px;
  text-decoration: line-through;
  text-transform: uppercase;
  margin-right: 10px;
}
.shop-details-content .content-box p.text {
  color: #6a6a6a;
  font-family: var(--primary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 30px;
}
.shop-details-content .color-list {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 40px;
}
.shop-details-content .color-option p {
  color: #0d0d0d;
  font-family: var(--primary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 10px;
}
.color-list .check-box input {
  display: none;
}
.color-list .check-box label {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #ff6969;
  cursor: pointer;
}
.shop-details-content .color-list li:nth-child(2) .check-box label {
  background: #53c1ff;
}
.shop-details-content .color-list li:nth-child(3) .check-box label {
  background: #ffd953;
}
.shop-details-content .color-list li:nth-child(4) .check-box label {
  background: #63d475;
}
.shop-details-content .color-list li:nth-child(5) .check-box label {
  background: #1a1a1a;
}
.color-list .check-box label:after {
  position: absolute;
  content: "";
  left: -4px;
  top: -4px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #6601ff;
  opacity: 0;
  transition: all 500ms ease;
}
.color-list .check-box input:checked + label:after {
  opacity: 1;
}
.shop-details-content .addto-cart-box {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 40px;
}
.shop-details-content .addto-cart-box .item-quantity {
  position: relative;
  display: inline-block;
  max-width: 120px;
  height: 50px;
  width: 100%;
  padding: 0px 40px;
  background: #fff;
  z-index: 1;
  line-height: 50px;
  border-radius: 65px;
  border: 1px solid #d5d5d5;
}
.shop-details-content .addto-cart-box .like-box a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 65px;
  border: 1px solid #d5d5d5;
  background: #fff;
  color: #111;
}
.shop-details-content .addto-cart-box .like-box a:hover {
  color: #fff;
  border-color: var(--theme-color);
  background: var(--theme-color);
}
.shop-details-content .addto-cart-box input.quantity-spinner {
  line-height: 50px;
  height: 48px;
  width: 40px !important;
  padding: 0px !important;
  box-shadow: none !important;
  border: none;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #111;
  flex-shrink: 0;
  background: transparent;
}
.shop-details-content .other-option {
  margin-bottom: 30px;
}
.shop-details-content .other-option li {
  position: relative;
  color: #6a6a6a;
  font-family: var(--primary-font);
  font-size: 16px;
  display: block;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.shop-details-content .other-option li span {
  color: #0d0d0d;
  font-family: var(--primary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.shop-details-content .social-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 15px;
}
.shop-details-content .social-link li span {
  color: #0d0d0d;
  font-family: var(--primary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.shop-details-content .social-link li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #6a6a6a;
  line-height: 26px;
}
.shop-details-content .social-link li a:hover {
  color: var(--theme-color);
}
.shop-details .product-discription {
  border-radius: 10px;
  border: 1px solid #e4e4e4;
  background: #fff;
}
.shop-details .product-discription .tab-btn-box .tab-btns {
  display: flex;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid #e9e9e9;
}
.shop-details .product-discription .tab-btn-box .tab-btns li {
  position: relative;
  text-align: center;
  font-family: var(--primary-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  padding: 10px 30px;
  color: #111;
  cursor: pointer;
  transition: all 500ms ease;
}
.shop-details .product-discription .tab-btn-box .tab-btns li.active-btn,
.shop-details .product-discription .tab-btn-box .tab-btns li:hover {
  color: var(--theme-color);
}
.shop-details .product-discription .tab-btn-box .tab-btns li:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  left: 0px;
  bottom: -1px;
  opacity: 0;
  z-index: 1;
  background: var(--theme-color);
  transform: scale(0, 0);
  transition: all 500ms ease;
}
.shop-details .product-discription .tab-btn-box .tab-btns li.active-btn:before {
  opacity: 1;
  transform: scale(1, 1);
}
.shop-details .product-discription .tabs-content {
  position: relative;
  display: block;
  padding: 30px;
}
.shop-details .product-discription .tabs-content .content-box p {
  color: #6a6a6a;
  font-family: var(--primary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 15px;
}
.shop-details .product-discription .customer-review {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #e5e5e5;
}
.shop-details .product-discription .customer-inner h4 {
  margin-bottom: 20px;
}
.shop-details .product-discription .customer-review .comment-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.shop-details
  .product-discription
  .customer-review
  .comment-box
  .comment-thumb {
  flex-shrink: 0;
}
.shop-details
  .product-discription
  .customer-review
  .comment-box
  .comment-info
  h5 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #0d0d0d;
  font-family: var(--primary-font);
}
.shop-details
  .product-discription
  .customer-review
  .comment-box
  .comment-info
  h5
  span {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  font-family: var(--primary-font);
}
.shop-details .product-discription .customer-inner .rating-box {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.shop-details .product-discription .customer-inner .rating {
  display: flex;
  align-items: center;
  gap: 10px;
}
.shop-details .product-discription .customer-inner .rating li {
  color: #ffc92e;
}
.shop-details .product-discription .customer-inner .comment-info p {
  position: relative;
  font-family: var(--primary-font);
  color: #0d0d0d;
  font-weight: 400;
  margin: 0px;
  transition: all 500ms ease;
}
.shop-details .product-discription .comment-form input,
.shop-details .product-discription .comment-form textarea {
  border: 1px solid #e6e6e6;
}
.shop-details .product-discription .comment-form input:focus,
.shop-details .product-discription .comment-form textarea:focus {
  border-color: var(--theme-color);
}
.shop-details .product-discription .comment-form textarea {
  height: 170px;
  resize: none;
}
.shop-details .product-discription label {
  font-size: 16px;
  line-height: 26px;
  font-family: var(--primary-font);
  color: #808080;
  margin-bottom: 10px;
}
.bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-down {
  position: absolute;
  background: transparent;
  padding: 0px 0px;
  left: -15px;
  top: 6px;
  border-radius: 0px;
  border: none !important;
  z-index: 1;
}
.bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-up {
  position: absolute;
  background: transparent;
  padding: 0px 0px;
  right: -20px;
  top: 5px;
  border: none !important;
  margin-top: 0px;
  border-radius: 0px;
  z-index: 1;
}
.bootstrap-touchspin .glyphicon-chevron-up:before {
  content: "+";
  font-size: 24px;
  font-style: normal;
  color: #6a6a6a;
  font-weight: 400;
  transition: all 500ms ease;
}
.bootstrap-touchspin .glyphicon-chevron-down:before {
  content: "-";
  font-size: 24px;
  font-style: normal;
  color: #6a6a6a;
  font-weight: 400;
  transition: all 500ms ease;
}
.bootstrap-touchspin .glyphicon-chevron-up:hover:before,
.bootstrap-touchspin .glyphicon-chevron-down:hover:before {
  color: #101010;
}
.bootstrap-touchspin .input-group-btn-vertical {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  margin-top: 0px;
}
/** Cart Section **/
.cart-section {
  position: relative;
}
.cart-section .inner-container {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 10px 80px 0px #0000000a;
  padding-bottom: 60px;
}
.cart-section .table-outer {
  overflow-x: auto;
  position: relative;
  width: 100%;
}
.cart-section .cart-table {
  min-width: 1170px;
  width: 100%;
}
.cart-section .cart-table thead tr th {
  min-width: 110px;
  padding: 15px 15px;
  color: #0d0d0d;
  font-size: 20px;
  line-height: 28px;
  font-family: var(--primary-font);
  font-weight: 600;
  position: relative;
  text-align: center;
  background: #f4f4f4;
}
.cart-section .cart-table tbody tr {
  border-bottom: 1px solid #e5e5e5;
}
.cart-section .cart-table tbody tr td.prod-column {
  padding: 30px 0px;
}
.cart-section .cart-table tbody tr .prod-column .column-box {
  min-height: 100px;
  position: relative;
  padding: 45px 0px 36px 180px;
}
.cart-section .cart-table tbody tr .prod-column .column-box .prod-thumb img {
  position: relative;
  display: inline-block;
}
.cart-section .cart-table tbody tr .prod-column .column-box .prod-thumb {
  position: absolute;
  left: 40px;
  top: 0px;
  width: 110px;
  height: 110px;
  line-height: 110px;
  border-radius: 10px;
  border: 1px solid #e4e4e4;
  background: #fff;
  text-align: center;
  transition: all 500ms ease;
}
.cart-section .cart-table tbody tr .prod-column .column-box .prod-thumb button {
  position: absolute;
  display: inline-block;
  top: -5px;
  right: -5px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #eeeeee;
  text-align: center;
  font-size: 12px;
  color: #6a6a6a;
  cursor: pointer;
  transition: all 500ms ease;
}
.cart-section
  .cart-table
  tbody
  tr
  .prod-column
  .column-box
  .prod-thumb
  button:hover {
  color: #fff;
  background: red;
  border-color: red;
}
.cart-section .cart-table tbody tr .prod-column .column-box .title {
  padding-left: 20px;
}
.cart-section .cart-table tbody tr td.price {
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #111;
  font-weight: 500;
  position: relative;
  padding: 30px 25px 30px 30px;
}
.cart-section .cart-table tbody tr .sub-total {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  padding: 27px 50px 27px 48px;
  text-align: center;
  color: #111;
}
.cart-section .cart-table tbody tr td.qty {
  position: relative;
  width: 150px;
  margin: 0 auto;
}
.cart-section .cart-table tbody tr td.qty .item-quantity {
  position: relative;
  display: inline-block;
  max-width: 150px;
  width: 100%;
  padding: 0px 50px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  height: 50px;
  line-height: 50px;
  z-index: 1;
  margin: 0 auto;
}
.cart-section
  .cart-table
  tbody
  tr
  td.qty
  .item-quantity
  .bootstrap-touchspin
  .input-group-btn-vertical
  i {
  left: 12px;
}
.cart-section .cart-table tbody tr td.qty input.quantity-spinner {
  line-height: 50px;
  height: 50px;
  width: 50px !important;
  padding: 0px !important;
  box-shadow: none !important;
  border: none;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #111111;
  background: transparent;
}
.cart-section
  .bootstrap-touchspin
  .input-group-btn-vertical
  > .btn.bootstrap-touchspin-down {
  position: absolute;
  height: 50px;
  width: 50px;
  background: transparent;
  padding: 0;
  left: -50px;
  top: 0;
  text-align: center;
  border-right: none;
  border-radius: 0px;
}
.cart-section
  .bootstrap-touchspin
  .input-group-btn-vertical
  > .btn.bootstrap-touchspin-up {
  position: absolute;
  height: 50px;
  width: 50px;
  background: transparent;
  padding: 0px 0px;
  right: -50px;
  top: 0;
  border-left: none;
  margin-top: 0px;
  border-radius: 0px;
}
.cart-section .item-quantity .input-group {
  position: relative;
  border-collapse: separate;
  max-width: 50px;
  width: 100%;
  height: 48px;
}
.cart-section .cart-table .prod-title {
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 28px;
  font-family: var(--title-font);
  color: var(--title-color);
  font-weight: 600;
}
.cart-section .othre-content {
  position: relative;
  display: flex;
  padding: 30px 40px;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 70px;
}
.cart-section .othre-content .coupon-box {
  position: relative;
  width: 75%;
}
.cart-section .othre-content .coupon-box input[type="text"] {
  position: relative;
  display: inline-block;
  max-width: 300px;
  width: 100%;
  font-size: 15px;
  height: 50px;
  color: #676767;
  border: 1px solid #e5e5e5;
  border-radius: 40px;
  padding: 10px 30px;
}
.cart-section .othre-content .coupon-box input:focus {
  border-color: var(--theme-color);
}
.cart-section .othre-content .update-btn button {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 28px;
  font-family: var(--primary-font);
  color: #111111;
  font-weight: 500;
  border: 1px solid #e5e5e5;
  border-radius: 40px;
  padding: 10px 40px;
  transition: all 500ms ease;
}
.cart-section .othre-content .update-btn button:hover {
  color: #fff;
  background: var(--theme-color);
  border-color: var(--theme-color);
}
.cart-section .cart-total .total-cart-box {
  position: relative;
  padding-right: 40px;
  padding-left: 40px;
}
.cart-section .cart-total .total-cart-box h6 {
  color: #0d0d0d;
  font-family: var(--primary-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 25px;
}
.cart-section .cart-total .total-cart-box .list li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #0d0d0d;
  font-family: var(--primary-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  padding: 20px 0px;
  border-top: 1px solid #e5e5e5;
}
.cart-section .cart-total .total-cart-box .list li span {
  color: #0d0d0d;
  text-align: center;
  font-family: var(--primary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
}
.cart-section .cart-total .total-cart-box .btn_style_one {
  width: 100%;
  text-align: center;
}
/** Cart Section End **/

/** Checkout Section **/
.checkout-section {
  position: relative;
}
.checkout-section .inner-box {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  padding: 55px 40px 60px 40px;
  box-shadow: 0px 10px 80px 0px #0000000a;
}
.checkout-section h3 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 30px;
}
.checkout-section .billing-info {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.checkout-section .billing-form {
  position: relative;
  display: block;
}
.checkout-section .billing-form .form-group {
  position: relative;
  display: block;
  margin-bottom: 23px;
}
.checkout-section .billing-form .form-group:last-child {
  margin-bottom: 0px;
}
.checkout-section .billing-form .form-group label {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #111;
  margin-bottom: 7px;
}
.checkout-section .billing-form .form-group input[type="text"],
.checkout-section .billing-form .form-group input[type="email"] {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #e5e5e5;
  font-size: 16px;
  color: #676767;
  padding: 10px 15px;
  border-radius: 40px;
  transition: all 500ms ease;
}
.checkout-section .billing-form .form-group .nice-select {
  border-radius: 40px;
  border: 1px solid #e5e5e5 !important;
  width: 100%;
  font-size: 16px;
  color: #676767;
  height: 50px;
  line-height: 50px;
  padding: 0px 20px;
  text-transform: capitalize;
}
.checkout-section .billing-form .form-group .nice-select:after {
  position: absolute;
  font-size: 12px;
  top: 0px;
  right: 20px;
  color: #c4c4c4;
  content: "\f107";
  font-weight: 900;
  font-family: "Font Awesome 6 Free" !important;
}
.checkout-section .billing-form .form-group .nice-select .list {
  width: 100%;
}
.checkout-section .billing-form .form-group input.address {
  margin-bottom: 10px;
}
.checkout-section .billing-form .form-group input:focus {
  border-color: var(--theme-color);
}
.checkout-section .billing-form .select-box .ui-state-default {
  width: 100% !important;
}
.checkout-section
  .billing-form
  .select-box
  .ui-selectmenu-button
  span.ui-icon:before {
  color: #848484;
}
.checkout-section .billing-form .create-acc {
  position: relative;
  display: block;
  margin-top: 3px;
}
.checkout-section
  .billing-form
  .create-acc
  .custom-controls-stacked
  .description {
  font-size: 16px;
  font-weight: 400;
  color: #111;
  cursor: pointer;
}
.checkout-section .additional-info .note-book {
  position: relative;
  display: block;
}
.checkout-section .additional-info .note-book label {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #111;
  margin-bottom: 7px;
}
.checkout-section .additional-info .note-book textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 140px;
  border: 1px solid #e5e5e5;
  color: #676767;
  font-size: 14px;
  font-weight: 400;
  padding: 8px 20px;
  border-radius: 5px;
  resize: none;
  transition: all 500ms ease;
}
.checkout-section .additional-info .note-book textarea:focus {
  border-color: var(--theme-color);
}
.checkout-section .order-info {
  position: relative;
  display: block;
}
.checkout-section .order-info .order-list li {
  position: relative;
  display: block;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 0px;
}
.checkout-section .order-info .order-list li.title {
  padding: 15px 0;
  color: #0d0d0d;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.checkout-section .order-info .order-list li.title p {
  font-size: 16px;
  line-height: 24px;
  color: #111;
  font-weight: 500;
  float: left;
}
.checkout-section .order-info .order-list li.title span {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #000;
  float: right;
  text-transform: capitalize;
}
.checkout-section .order-info .order-list li .single-box {
  position: relative;
  padding: 31px 0px 31px 110px;
  min-height: 90px;
}
.checkout-section .order-info .order-list li .single-box .image-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #e4e4e4;
  background: #fff;
}
.checkout-section .order-info .order-list li .single-box img {
  position: relative;
  display: inline-block;
}
.checkout-section .order-info .order-list li .single-box h6 {
  position: relative;
  font-size: 20px;
  line-height: 28px;
  color: #111;
  float: left;
  font-weight: 600;
}
.checkout-section .order-info .order-list li .single-box span {
  position: relative;
  display: block;
  float: right;
  font-size: 16px;
  line-height: 28px;
  color: #111;
  font-weight: 500;
}
.checkout-section .order-info .order-list li.sub-total {
  padding: 17px 30px 10px 0px;
}
.checkout-section .order-info .order-list li.sub-total h6 {
  font-size: 16px;
  line-height: 28px;
  font-family: var(--text-font);
  font-weight: 600;
  float: left;
}
.checkout-section .order-info .order-list li.sub-total span {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  color: #111;
  float: right;
}
.checkout-section .order-info .order-list li.order-total {
  padding: 17px 30px 11px 0px;
}
.checkout-section .order-info .order-list li.order-total h6 {
  font-size: 16px;
  line-height: 28px;
  font-family: var(--text-font);
  color: #111;
  font-weight: 600;
  float: left;
}
.checkout-section .order-info .order-list li.order-total span {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 28px;
  color: #111;
  font-weight: 600;
  float: right;
}
.checkout-section
  .payment-info
  .custom-control.material-checkbox
  .material-control-indicator {
  top: 8px;
}
.checkout-section
  .payment-info
  .payment-inner
  .custom-controls-stacked
  .description {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #111;
  cursor: pointer;
}
.checkout-section
  .payment-info
  .payment-inner
  .custom-controls-stacked
  .description
  a {
  position: relative;
  display: inline-block;
  color: #111;
  z-index: 1;
  margin-left: 25px;
}
.checkout-section
  .payment-info
  .payment-inner
  .custom-controls-stacked
  .description
  a:hover {
  color: var(--theme-color);
}
.checkout-section .payment-info .payment-inner .option-block {
  position: relative;
  display: block;
  margin-bottom: 22px;
}
.checkout-section .payment-info .payment-inner .option-block p {
  position: relative;
  font-size: 14px;
  line-height: 21px;
  padding: 4px 0px 0px 30px;
}
.checkout-section .payment-info .payment-inner .theme-btn {
  width: 100%;
}
.checkout-section
  .custom-control.material-checkbox
  .material-control-indicator {
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 0px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  background: #fff;
}
.checkout-section
  .custom-control.material-checkbox
  .material-control-indicator:before {
  position: absolute;
  content: "\f00c";
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 10px;
  text-align: center;
  left: -1px;
  top: -1px;
  color: #fff;
  border-radius: 3px;
  font-family: "FontAwesome";
  background: var(--theme-color);
  opacity: 0;
}
.checkout-section
  .custom-control.material-checkbox
  .material-control-input:checked
  ~ .material-control-indicator:before {
  opacity: 1;
}
.checkout-section .payment-info .payment-inner .btn-box {
  padding-top: 2px;
}
.checkout-section .payment-info .payment-inner .btn-box .theme-btn span {
  padding: 13px 60px;
}
.checkout-section .custom-control.material-checkbox {
  --color: #ebebeb;
  padding: 0px;
  margin: 0px;
  margin-bottom: 0px !important;
  line-height: 28px !important;
}
.checkout-section .custom-control.material-checkbox .material-control-input {
  display: none;
}
.checkout-section .custom-controls-stacked .description {
  position: relative;
  display: inline-block;
  padding: 0px;
  margin-left: 25px;
  font-size: 15px;
  color: #848484;
  cursor: pointer;
}

/** Breadcrumb Section **/
.p-relative {
  position: relative;
}

.z-index-3 {
  position: relative;
  z-index: 3;
}

.blue-bg-2 {
  background: var(--theme-color);
}

.breadcrumb__shape-1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.breadcrumb__shape-2 {
  position: absolute;
  top: 0;
  right: 0;
}
.breadcrumb__sub-img {
  position: absolute;
  top: 35px;
  right: -5px;
}
.breadcrumb-height {
  padding-top: 115px;
  padding-bottom: 100px;
}
.breadcrumb-height-2 {
  padding-top: 105px;
  padding-bottom: 80px;
}
.breadcrumb-height-3 {
  padding-top: 125px;
  padding-bottom: 290px;
}
.breadcrumb-ptb-3 {
  padding-top: 155px;
  padding-bottom: 40px;
}
.breadcrumb-ptb-3 .breadcrumb__content {
  margin-top: 25px;
}
.breadcrumb-ptb-4 {
  padding-top: 190px;
  padding-bottom: 260px;
}
@media (max-width: 767px) {
  .breadcrumb-ptb-4 {
    padding-top: 150px;
    padding-bottom: 240px;
  }
}
.breadcrumb-ptb-5 {
  padding-top: 180px;
  padding-bottom: 305px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .breadcrumb-ptb-5 {
    padding-left: 100px;
    padding-right: 100px;
  }
}
.breadcrumb-overlay {
  position: relative;
}
.breadcrumb-overlay::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(229, 174, 255, 0.2);
  backdrop-filter: blur(130px);
}
.breadcrumb-overlay .breadcrumb__text p {
  color: rgba(95, 97, 104, 0.7);
}
.breadcrumb__content {
  margin-top: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb__content {
    transform: translateY(20px);
  }
}
@media (max-width: 767px) {
  .breadcrumb__content {
    margin-bottom: 30px;
  }
}
.breadcrumb__client-info span {
  font-weight: 500;
  font-size: 14px;
  line-height: 12px;
  text-align: center;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 15px;
  display: inline-block;
}
.breadcrumb__client-info p {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb__client-info p {
    font-size: 15px;
  }
}
.breadcrumb__text p {
  font-weight: 500;
  font-size: 17px;
  line-height: 26px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 767px) {
  .breadcrumb__text p br {
    display: none;
  }
}
.breadcrumb__text span {
  font-weight: 600;
  font-size: 14px;
  line-height: 12px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  padding-bottom: 10px;
  display: inline-block;
}
.breadcrumb__img {
  display: inline-block;
}
.breadcrumb__title {
  font-weight: 700;
  font-size: 70px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #ffffff;
  padding-bottom: 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb__title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb__title {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .breadcrumb__title {
    font-size: 40px;
    line-height: 1.2;
  }
}
.breadcrumb__list {
  display: inline-block;
}
.breadcrumb__list span {
  font-weight: 600;
  font-size: 17px;
  line-height: 24px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .breadcrumb__list span {
    font-size: 15px;
  }
}
.breadcrumb__list span.child-one {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
}
.breadcrumb__list span.child-one a {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}
.breadcrumb__list span.dvdr i {
  font-size: 17px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.7);
  padding: 0px 8px;
  transform: translateY(1px);
}

/*----------------------------------------*/
/*  tp-contact-area-strat
/*----------------------------------------*/
.pt_120{
  padding-top: 120px;
}
.contact-info-item {
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  text-align: center;
  padding: 55px 30px;
  overflow: hidden;
}
.contact-info-img {
  margin-bottom: 35px;
  display: inline-block;
}
.contact-info-title-sm {
  font-weight: 600;
  font-size: 20px;
  line-height: 16px;
  color: #000229;
  padding-bottom: 6px;
}
.contact-info-title-sm a {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-info-title-box p br {
    display: none;
  }
}
.contact-info-badge {
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translateX(-50%);
}
.contact-info-badge span {
  background: rgba(107, 20, 250, 0.06);
  border-radius: 0px 0px 24px 24px;
  transform: matrix(1, 0, 0, -1, 0, 0);
  padding: 8px 30px;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #600ee4;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-info-badge span {
    padding: 8px 25px;
  }
}
@media (max-width: 767px) {
  .contact-info-badge span {
    padding: 8px 20px;
  }
}

.contact-info-title-box p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #848587;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-info-title-box p br {
    display: none;
  }
}

/*----------------------------------------*/
/*  blog-grid-area-strat
/*----------------------------------------*/
.pt-100 {
  padding-top: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}
/**  blog-grid-area  **/
.blog-grid-arrow button {
  font-size: 20px;
}
.blog-grid-arrow .grid-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -18px;
  z-index: 9;
}
.blog-grid-arrow .grid-next i {
  transform: translateX(18px) translateY(3px);
}
.blog-grid-arrow .grid-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -1px;
  z-index: 9;
}
.blog-grid-arrow .grid-prev i {
  transform: translateX(32px) translateY(3px);
}
.swiper-slide-active .blog-grid-slider-meta {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}

.swiper-slide-active .blog-grid-slider-title {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.swiper-slide-active .blog-grid-slider-title-box p {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}

.swiper-slide-active .blog-grid-avata-box {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
}

.swiper-slide-active .blog-grid-slider-meta,
.swiper-slide-active .blog-grid-slider-title,
.swiper-slide-active .blog-grid-slider-title-box p,
.swiper-slide-active .blog-grid-avata-box {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.blog-grid-slider-height {
  min-height: 500px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-grid-slider-height {
    height: 450px;
  }
}
.blog-grid-slider-bg {
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.blog-grid-slider-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    269.88deg,
    rgba(2, 6, 17, 0) -0.76%,
    rgba(1, 4, 10, 0) 46.85%,
    rgba(0, 0, 0, 0.72) 99.9%,
    rgba(0, 0, 0, 0.72) 99.9%
  );
  filter: drop-shadow(0px 1px 3px rgba(1, 16, 61, 0.1));
  border-radius: 20px;
}
.blog-grid-slider-wrapper {
  padding: 30px 100px;
  position: relative;
  z-index: 5;
}
@media (max-width: 767px) {
  .blog-grid-slider-wrapper {
    padding: 25px;
  }
  .blog-grid-slider-wrapper br {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-grid-slider-wrapper {
    padding: 80px;
  }
  .blog-grid-slider-wrapper br {
    display: none;
  }
}

.blog-grid-slider-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  color: #ffffff;
  padding-bottom: 5px;
  transition: 0.3s;
}
.blog-grid-slider-title:hover {
  color: #6865ff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-grid-slider-title {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .blog-grid-slider-title {
    font-size: 26px;
    line-height: 35px;
  }
}

.blog-grid-slider-meta {
  padding-bottom: 13px;
}
.blog-grid-slider-meta span.child-one {
  font-weight: 600;
  font-size: 14px;
  line-height: 12px;
  color: #202124;
  background-color: #ffffff;
  padding: 8px 20px;
  display: inline-block;
  border-radius: 30px;
  margin-right: 13px;
}
.blog-grid-slider-meta span.child-two {
  font-weight: 500;
  font-size: 14px;
  line-height: 6px;
  color: rgba(255, 255, 255, 0.8);
}
.blog-grid-slider-title-box p {
  font-weight: 700;
  font-size: 17px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 35px;
}

.tp-blog-author-info {
  line-height: 18px;
}
.tp-blog-author-info h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #000229;
  margin-bottom: 3px;
}
.tp-blog-author-info span {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #787b83;
}

.tp-blog-avata {
  margin-right: 15px;
}
.blog-grid-avata-box .tp-blog-author-info h5 {
  font-weight: 700;
  font-size: 17px;
  line-height: 16px;
  color: #ffffff;
}
.blog-grid-avata-box .tp-blog-author-info span {
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.7);
}
/**  blog-grid-area  **/
.mb-40 {
  margin-bottom: 40px;
}
.tp-about__section-box {
  padding-bottom: 20px;
}
.inner-section-subtitle {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.06em;
  color: #1f4e79;
  padding-bottom: 10px;
  display: inline-block;
  text-transform: uppercase;
}
.tp-section-title {
  font-weight: 700;
  font-size: 45px;
  line-height: 1.2;
  padding-bottom: 10px;
}
.tp-about__section-box p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}
.mb-35 {
  margin-bottom: 35px;
}
.portfolio-filter button {
  font-weight: 600;
  font-size: 14px;
  line-height: 12px;
  color: #5f6168;
  border: 1px solid #f0f0f0;
  border-radius: 20px;
  margin: 0px 5px;
  transition: 0.3s;
  margin-bottom: 15px;
}
.portfolio-filter button:hover {
  border-color: #1f4e79;
}
.portfolio-filter button span {
  padding: 10px 30px;
  display: inline-block;
}
@media (max-width: 767px) {
  .portfolio-filter button span {
    padding: 10px 25px;
  }
}
.portfolio-filter button.active {
  background-color: #1f4e79;
  border-color: #1f4e79;
  color: #ffffff;
}
.mb-30 {
  margin-bottom: 30px;
}
.blog-grid-inner .tp-blog-item {
  border: 1px solid #f0f0f0;
  border-radius: 30px;
  transition: 0.3s;
  background-color: #ffffff;
}
.blog-grid-inner .tp-blog-item:hover {
  border: 1px solid #f0f0f0;
  box-shadow: 0px 10px 20px rgba(1, 16, 61, 0.1);
  border-radius: 30px;
}
.blog-grid-inner .tp-blog-item {
  border: 1px solid #f0f0f0;
  border-radius: 30px;
  transition: 0.3s;
  background-color: #ffffff;
}
.blog-grid-inner .tp-blog-item:hover {
  border: 1px solid #f0f0f0;
  box-shadow: 0px 10px 20px rgba(1, 16, 61, 0.1);
  border-radius: 30px;
}
.blog-grid-inner .tp-blog-content {
  padding: 30px;
}
@media (max-width: 767px) {
  .blog-grid-inner .tp-blog-content {
    padding: 25px;
  }
}
.fix {
  overflow: hidden;
}
.tp-blog-thumb {
  margin-bottom: 30px;
  border-radius: 30px;
}
.tp-blog-thumb img {
  border-radius: 30px;
  width: 100%;
  transition: transform 0.3s linear;
}
.tp-blog-thumb:hover img {
  transform: scale(1.1);
}
.blog-grid-inner .tp-blog-thumb {
  margin-bottom: 0;
  border-radius: 20px 20px 0 0;
}
.blog-grid-inner .tp-blog-thumb img {
  border-radius: 20px 20px 0 0;
}
.blog-grid-inner .tp-blog-title-box {
  margin-bottom: 0px;
  border-bottom: none;
  height: 120px;
}

.blog-grid-inner .tp-blog-title-sm br {
  display: none;
}

.blog-grid-inner .tp-blog-content {
  padding: 30px;
}
.tp-blog-meta {
  margin-bottom: 12px;
}
.tp-blog-category span {
  font-weight: 700;
  font-size: 12px;
  line-height: 8px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #1f4e79;
  font-family: var(--primary-font);
  border: 1px solid rgba(91, 108, 255, 0.1);
  border-radius: 30px;
  display: inline-block;
  padding: 8px 12px;
}
.tp-blog-date span {
  font-weight: 500;
  font-size: 14px;
  line-height: 12px;
  color: #787b83;
  padding-left: 12px;
  margin-left: 12px;
  position: relative;
}
.tp-blog-date span::after {
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background-color: #5f6168;
}
.tp-blog-title-sm {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #000229;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-blog-title-sm {
    font-size: 20px;
    line-height: 28px;
  }
  .tp-blog-title-sm br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-blog-title-sm {
    font-size: 21px;
    line-height: 29px;
  }
  .tp-blog-title-sm br {
    display: none;
  }
}
.tp-blog-title-sm:hover {
  color: #6865ff;
}

/**  postbox area start  **/
.mb-70 {
  margin-bottom: 70px;
}
.mb-50 {
  margin-bottom: 50px;
}
.w-img img {
  width: 100%;
}
.postbox__thumb img {
  border-radius: 20px;
  margin-bottom: 20px;
}
.postbox__meta {
  margin-bottom: 20px;
}
.postbox__meta span {
  font-weight: 500;
  font-size: 14px;
  line-height: 12px;
  color: #888888;
  display: inline-block;
  margin-right: 12px;
}
.postbox__meta span:first-child {
  padding: 8px 12px;
  border: 1px solid #f0f0f0;
  border-radius: 20px;
}
.postbox__meta span:last-child {
  margin-right: 0;
}
.postbox__meta span i {
  color: #6865ff;
  margin-right: 3px;
  font-weight: 500;
}
.postbox__meta span:hover {
  color: #600ee4;
}
.postbox__title {
  color: #000229;
  line-height: 1.3;
  font-weight: 700;
  font-size: 30px;
  color: #202124;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .postbox__title {
    font-size: 33px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox__title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .postbox__title {
    font-size: 33px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .postbox__title {
    font-size: 30px;
  }
  .postbox__title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .postbox__title {
    font-size: 25px;
  }
  .postbox__title br {
    display: none;
  }
}
.postbox__title a:hover {
  color: #600ee4;
}
.postbox__text {
  padding-right: 30px;
}
.postbox__text img {
  max-width: 100%;
}
.postbox__text p {
  font-size: 17px;
  color: #5f6368;
  font-weight: 400;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .postbox__text p {
    font-size: 16px;
  }
}
.mt-20 {
  margin-top: 20px;
}
.tp-btn-inner {
  display: inline-block;
  background: #1f4e79;
  color: #ffffff;
  height: 50px;
  line-height: 50px;
  border-radius: 30px;
  padding: 0 35px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
}
.tp-btn-inner.white-bg:hover {
  transform: translateY(-2px);
  box-shadow: 0px 8px 24px 0px rgba(25, 118, 41, 0.3);
}
.tp-btn-inner span {
  position: relative;
  z-index: 5;
  transition: 0.3s;
  transition-delay: 0.3s;
  color: #ffffff;
  display: inline-block;
  transform: translateY(-2px);
}
.tp-btn-inner:hover span {
  color: #ffffff;
  transition-delay: 0.1s;
}
.tp-btn-hover.alt-color-black b {
  background-color: #000229;
}

.tp-btn-hover {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.tp-btn-hover b {
  position: absolute;
  width: 0px;
  height: 0px;
  background-color: #000229;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  z-index: 1;
}
.tp-btn-hover:hover b {
  width: 400px;
  height: 400px;
  display: inline-block;
}
.tp-btn-hover.alt-color-black b {
  background-color: #000229;
}

.basic-pagination ul {
  border: 1px solid #ebebeb;
  border-radius: 100px;
  display: inline-block;
  padding: 10px;
}
.basic-pagination ul li {
  display: inline-block;
}
.basic-pagination ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s;
}
.basic-pagination ul li span {
  display: inline-block;
  transform: translateY(-4px);
}
.basic-pagination ul li a.current {
  background: #f2f2f2;
  color: #000229;
}
.basic-pagination ul li a:hover {
  background: #f2f2f2;
  border-color: #f2f2f2;
  color: #000229;
}

.sidebar__wrapper {
  padding-left: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .sidebar__wrapper {
    padding-left: 0;
  }
}
.sidebar__widge-title-box {
  border-radius: 14px 14px 0px 0px;
}
.sidebar__widget-content {
  padding: 40px 30px;
}
@media (max-width: 767px) {
  .sidebar__widget-content {
    padding: 35px 25px;
  }
}
.sidebar__widget {
  border: 1px solid #e5e5e5;
  border-radius: 14px;
}
.sidebar__widget-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 16px;
  color: #000229;
  padding: 20px 0px;
  margin: 0px 30px;
  border-bottom: 1px solid #ededed;
}
.sidebar__widget:last-child-title {
  border-bottom: 0;
}
.sidebar__widget ul li {
  list-style: none;
  margin-bottom: 25px;
}
.sidebar__widget ul li:last-child {
  margin-bottom: 0;
}
.sidebar__widget ul li a {
  font-weight: 700;
  font-size: 14px;
  line-height: 12px;
  color: #5f6168;
  display: flex;
  justify-content: space-between;
}
.sidebar__widget ul li a:hover {
  color: #1f4e79;
}
.sidebar__widget ul li a i {
  font-size: 18px;
  transform: translateY(2px);
  margin-right: 10px;
}
.sidebar__search {
  position: relative;
}
.sidebar__search input {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 25px;
  text-transform: capitalize;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  border: 0;
  outline: none;
  padding-right: 60px;
  border: 1px solid #e5e5e5;
  border-radius: 14px;
}
@media (max-width: 767px) {
  .sidebar__search input {
    padding-right: 40px;
    padding-left: 15px;
  }
}
.sidebar__search input:focus {
  border-color: #1f4e79;
}
.sidebar__search input::placeholder {
  color: #777777;
}
.sidebar__search button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0 24px;
  color: #fff;
  line-height: 60px;
  -webkit-border-radius: 0 7px 7px 0;
  -moz-border-radius: 0 7px 7px 0;
  -o-border-radius: 0 7px 7px 0;
  -ms-border-radius: 0 7px 7px 0;
  border-radius: 0 7px 7px 0;
  color: #000229;
}
.sidebar__banner-content {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: #6865ff;
}
.sidebar__banner-content h4 {
  padding: 15px 20px;
  font-size: 24px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 0;
}

.rc__post ul li:not(:last-child) {
  margin-bottom: 15px;
}
.rc__post-thumb {
  flex: 0 0 auto;
}
.rc__post-thumb img {
  border-radius: 10px;
  width: 75px;
  height: 75px;
  flex: 0 0 auto;
  object-fit: cover;
}
.rc__post-title {
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #000229;
}
.rc__post-title a:hover {
  color: #1f4e79;
}
.rc__meta span {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  color: #6a6a74;
}

.tagcloud a {
  border: 1px solid #f2f4f6;
  color: #8a879f;
  display: inline-block;
  line-height: 1;
  padding: 10px 25px;
  margin-bottom: 8px;
  margin-right: 8px;
  border-radius: 30px;
  transition: 0.3s;
  font-weight: 500;
  font-size: 14px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tagcloud a {
    padding: 8px 15px;
    font-size: 13px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tagcloud a {
    padding: 10px 15px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .tagcloud a {
    padding: 10px 15px;
    font-size: 13px;
  }
}
.tagcloud a:hover {
  background: #1f4e79;
  color: #ffffff;
  border-color: #1f4e79;
}
.tagcloud span {
  font-weight: 600;
  font-size: 16px;
  line-height: 12px;
  color: #202124;
  margin-right: 8px;
}
.mr-20 {
  margin-right: 20px;
}
.pr-20 {
  padding-right: 20px;
}

/** carrer-banner-area **/
.mb-60 {
  margin-bottom: 60px;
}
.mt-45 {
  margin-top: 45px;
}
.parallax-main {
  overflow: hidden;
  border-radius: 20px;
  width: 100%;
  height: 620px;
  background-color: red;
}

.parallax-img {
  min-height: 1000px;
  margin-top: -300px;
}

.career-details-profile-box {
  padding-top: 30px;
}

@media (max-width: 767px) {
  .carrer-banner-img-item {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .job-section-box .tp-section-title br {
    display: none;
  }
}

.carrer-banner-img-item img {
  border-radius: 20px;
  width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.carrer-banner-space {
  margin-top: -280px;
  position: relative;
  z-index: 3;
}

.pt-120 {
  padding-top: 120px;
}

/** tp-platform--area **/

.inner-section-subtitle {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.06em;
  color: #6b14fa;
  padding-bottom: 10px;
  display: inline-block;
  text-transform: uppercase;
}

.tp-platform-text p {
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  color: #000229;
  position: relative;
  padding-left: 30px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-platform-text p {
    padding-left: 0;
  }
}
.tp-platform-text p::after {
  position: absolute;
  content: "";
  top: -4px;
  left: 0;
  height: 60px;
  width: 1.5px;
  background: rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-platform-text p::after {
    top: -15px;
  }
}
.row-custom {
  display: flex;
  margin: 0 -15px;
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row-custom {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .row-custom {
    flex-direction: column;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.col-custom {
  flex: 0.4;
  width: 90px;
  height: 360px;
  background-size: cover;
  margin: 15px;
  background: #3137d2;
  box-shadow: 0px -3px 0px #f8ff35;
  border-radius: 30px;
  padding: 50px 50px;
  transition: 0.3s;
  cursor: pointer;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .col-custom {
    padding: 40px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .col-custom {
    padding: 40px 25px;
  }
}
@media (max-width: 767px) {
  .col-custom {
    width: 100%;
    padding: 40px 30px;
  }
}
.col-custom.active {
  flex: 7;
}
.col-custom.active .tp-panel-item {
  display: none;
}
.col-custom.active .tp-panel-item-2 {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition-delay: 0.3s;
  transition: 0.3s;
}
.tp-platform-inner .col-custom {
  background: #f5f3f8;
  box-shadow: 0px -3px 0px #6b14fa;
}
.tp-platform-inner .tp-panel-title {
  color: #000229;
}
.tp-platform-inner .tp-panel-content span {
  color: #000229;
}
.tp-platform-inner .tp-panel-content-2 span {
  color: #000229;
}
.tp-platform-inner .tp-panel-title-2 {
  color: #000229;
}
.tp-platform-inner .tp-panel-content-2 p {
  color: #000229;
}

.tp-panel-title {
  width: 200px;
  transform: rotate(90deg) translate(90px, 88px);
  font-weight: 700;
  font-size: 22px;
  line-height: 20px;
  color: #ffffff;
  opacity: 0.7;
  margin-bottom: 0;
}
.tp-panel-title.child-one {
  transform: rotate(90deg) translate(80px, 88px);
}
.tp-panel-title.child-three {
  transform: rotate(90deg) translate(75px, 88px);
}
.tp-panel-title.child-four {
  transform: rotate(90deg) translate(88px, 88px);
}

.tp-panel-content {
  text-align: center;
}
.tp-panel-content span {
  font-weight: 700;
  font-size: 26px;
  line-height: 28px;
  color: #ffffff;
  margin-left: -7px;
}

.tp-panel-content-2 span {
  font-weight: 700;
  font-size: 60px;
  line-height: 40px;
  color: #ffffff;
  padding-bottom: 50px;
  display: inline-block;
}
.tp-panel-content-2 p {
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0;
}

.tp-panel-content-2 span {
  visibility: hidden;
  display: inline-block;
  opacity: 0;
  transform: translateY(5px);
  transition-delay: 0.4s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.tp-panel-title-2 {
  transform: translateY(5px);
  visibility: hidden;
  opacity: 0;
  transition-delay: 0.2s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.tp-panel-content-2 p {
  transform: translateY(5px);
  visibility: hidden;
  opacity: 0;
  transition-delay: 0.2s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.col-custom.active .tp-panel-content-2 span {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  transition-delay: 0.3s;
}

.col-custom.active .tp-panel-title-2 {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  transition-delay: 0.4s;
}

.col-custom.active .tp-panel-content-2 p {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  transition-delay: 0.4s;
}

.tp-panel-title-2 {
  font-weight: 600;
  font-size: 30px;
  line-height: normal;
  color: #ffffff;
  padding-bottom: 15px;
}

.tp-panel-item-2 {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.7);
}

@keyframes tptranslateX2 {
  0% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    -webkit-transform: translatXY(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}

.tp-platform-img-box img {
  max-width: inherit;
  margin-left: -100px;
  animation: tptranslateX2 4s forwards infinite alternate;
}

.tp-platform-bg {
  background-size: cover;
  background-repeat: no-repeat;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-platform-section-box {
    margin-bottom: 40px;
  }
}

.tp-section-title-shape svg {
  position: absolute;
  bottom: -2px;
  left: 60px;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title-shape svg {
    left: 33%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title-shape svg {
    left: 21%;
  }
}
@media (max-width: 767px) {
  .tp-section-title-shape svg {
    left: 100px;
  }
}
/** tp-job-area **/
.pb-120 {
  padding-bottom: 120px;
}
.job-post-box {
  background: #f7f9fc;
  padding: 23px 60px;
  border-radius: 12px;
  transform: scaleX(0.9);
  transition: 0.6s;
  margin-bottom: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .job-post-box {
    padding: 20px 20px;
  }
}
@media (max-width: 767px) {
  .job-post-box {
    padding: 20px 30px;
  }
}
.job-post-box:hover {
  background-color: #ffffff;
  box-shadow: 0px 20px 50px rgba(8, 8, 41, 0.08);
  border-radius: 12px;
  transform: scaleX(1);
  position: relative;
  z-index: 9;
}

@media (max-width: 767px) {
  .job-post-wrapper {
    padding-bottom: 20px;
  }
}

.job-post-category span {
  font-weight: 600;
  font-size: 22px;
  line-height: 20px;
  color: #080829;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .job-post-category span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .job-post-category span {
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 30px;
  }
}
.job-post-time {
  margin-right: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .job-post-time {
    margin-right: 50px;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .job-post-time {
    margin-right: 30px;
  }
}
.job-post-time span {
  font-weight: 400;
  font-size: 16px;
  color: #5f6168;
  margin-left: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .job-post-time span {
    font-size: 14px;
  }
}
.job-post-time span i {
  flex: 0 0 auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .job-post-location {
    padding-left: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .job-post-location {
    padding-left: 30px;
  }
}
.job-post-location span {
  font-weight: 400;
  font-size: 16px;
  color: #5f6168;
  margin-left: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .job-post-location span {
    font-size: 14px;
  }
}

@keyframes tpupdown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.tp-about-top-img {
  position: absolute;
  top: -30px;
  left: 30px;
  right: 0;
  text-align: center;
  animation: tpupdown 0.8s infinite alternate;
}

.tp-about-top-img-2 {
  position: absolute;
  top: -6%;
  left: 14%;
  mix-blend-mode: overlay;
}

.tp-platform-bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: var(--tp-common-blue-2);
  opacity: 0.1;
  height: 100%;
  width: 100%;
}
.border-tb {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/*----------------------------------------*/
/*  service-area-strat
/*----------------------------------------*/

.about-shape-1 {
  position: absolute;
  top: 10%;
  left: 0;
}
.about-shape-2 {
  position: absolute;
  top: 0%;
  right: 0%;
}
.about-banner {
  background-color: #1f4e79;
  height: 540px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-banner {
    height: 580px;
  }
}
@media (max-width: 767px) {
  .about-banner {
    height: 400px;
  }
}
.about-banner-title {
  font-style: normal;
  font-weight: 600;
  font-size: 110px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #ffffff;
  position: relative;
  z-index: -1;
  margin-top: 190px;
  display: inline-block;
  margin-left: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-banner-title {
    font-size: 90px;
    margin-top: 150px;
  }
}
@media (max-width: 767px) {
  .about-banner-title {
    font-size: 50px;
    margin-left: 50px;
    margin-top: 132px;
  }
}

.about-img-height {
  min-height: 620px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  margin-top: -215px;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-img-height {
    min-height: 550px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-img-height {
    min-height: 550px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-img-height {
    min-height: 400px;
    margin-top: -320px;
  }
}
@media (max-width: 767px) {
  .about-img-height {
    min-height: 300px;
    margin-top: -200px;
  }
}
.about-img-title {
  font-style: normal;
  font-weight: 600;
  font-size: 110px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #1f4e79;
  margin-left: 100px;
  margin-top: -140px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-img-title {
    font-size: 90px;
    margin-top: -115px;
  }
}
@media (max-width: 767px) {
  .about-img-title {
    font-size: 50px;
    margin-left: 50px;
    margin-top: -67px;
  }
}
.mb-100 {
  margin-bottom: 100px;
}
/** tp-service-area **/
.pb-175 {
  padding-bottom: 175px;
}
.tp-service-area .tp-section-title {
  line-height: 1;
  padding-bottom: 0;
}
.tp-service-3-item {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px;
  border-radius: 30px;
  overflow: hidden;
}
.tp-service-3-content span {
  font-weight: 600;
  font-size: 13px;
  line-height: 12px;
  text-transform: uppercase;
  opacity: 0.7;
  color: #ffffff;
  font-family: var(--primary-font);
  padding-bottom: 10px;
  display: inline-block;
}
.tp-service-3-icon {
  margin-bottom: 55px;
}
.tp-service-3-title-sm {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  font-family: var(--primary-font);
  color: #ffffff;
  padding-bottom: 25px;
}
.tp-service-3-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.tp-btn-white-solid {
  display: inline-block;
  color: #ffffff;
  font-family: var(--primary-font);
  background: rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(5px);
  border-radius: 100px;
  height: 36px;
  padding: 0 22px;
  font-weight: 700;
  font-size: 15px;
  line-height: 36px;
  text-align: center;
  letter-spacing: 0.02em;
  position: relative;
  overflow: hidden;
  display: inline-block;
  z-index: 1;
  transition: 0.5s;
}

.tp-service-sm-item {
  border: 1px solid #e9ebf1;
  border-radius: 20px;
  padding: 45px;
  min-height: 360px;
  overflow: hidden;
  transition: 0.3s;
}
.tp-service-sm-item:hover {
  box-shadow: 0px 8px 16px -2px rgba(32, 33, 36, 0.06),
    0px 16px 32px -2px rgba(32, 33, 36, 0.1);
}
.tp-service-sm-item:hover .tp-service-sm-link {
  opacity: 1;
  visibility: visible;
}
.tp-service-sm-item:hover .tp-service-sm-content {
  margin-bottom: 0px;
}
.tp-service-sm-item:hover .tp-service-sm-icon svg {
  color: #5b6cff;
  width: 45px;
}
.tp-service-sm-icon svg {
  transition: 0.3s;
  color: #000229;
}
.tp-service-sm-content {
  margin-bottom: -47px;
  transition: 0.3s;
}
.tp-service-sm-content span {
  font-weight: 700;
  font-size: 11px;
  line-height: 8px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  border: 1px solid rgba(32, 33, 36, 0.1);
  border-radius: 100px;
  height: 26px;
  line-height: 24px;
  display: inline-block;
  padding: 0px 15px;
  margin-bottom: 13px;
}
.tp-service-sm-title {
  font-family: var(--primary-font);
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #000229;
  margin-bottom: 0;
  padding-bottom: 20px;
  transition: 0.3s;
}
.tp-service-sm-title a:hover {
  color: #1f4e79;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-sm-title {
    font-size: 22px;
    line-height: 28px;
  }
  .tp-service-sm-title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-service-sm-title {
    font-size: 18px;
    line-height: 23px;
  }
  .tp-service-sm-title br {
    display: none;
  }
}
.tp-service-sm-link {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.tp-service-sm-link a {
  font-weight: 600;
  font-size: 16px;
  line-height: 14px;
  color: #000229;
  font-family: var(--primary-font);
  transition: 0.3s;
}
.tp-service-sm-link a i {
  margin-left: 10px;
  transition: 0.3s;
  position: relative;
  top: 0;
}
.tp-service-sm-link a:hover {
  color: #1f4e79;
}
.tp-service-sm-link a:hover i {
  animation: tfLeftToRight 0.4s forwards;
}
.tp-service-sm-link a span::before {
  content: "";
  height: 1px;
  width: 20px;
  background-color: #000229;
  display: inline-block;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-service__dashdboard-sm-img img {
    margin-left: 140px;
    margin-top: 34px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-service-section-wrapper .tp-section-title-3 {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-service-section-wrapper {
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-service-section-four {
    padding-bottom: 30px;
  }
}

/** tp-card-section **/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-card-thumb-wrapper {
    margin-bottom: 170px;
  }
}
@media (max-width: 767px) {
  .tp-card-thumb-wrapper {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-card-thumb-wrapper {
    margin-bottom: 170px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-card-space {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .tp-card-space {
    padding-bottom: 0px;
  }
}
.tp-card-main-img img {
  border-radius: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-card-main-img img {
    width: 100%;
  }
}

@keyframes rotate2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.tp-card-img-1 {
  position: absolute;
  top: -53px;
  left: 45px;
  animation: rotate2 15s linear infinite;
}
.tp-card-img-2 {
  position: absolute;
  bottom: -57%;
  left: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-card-img-2 {
    bottom: -37%;
  }
}
.tp-card-img-3 {
  position: absolute;
  top: -11%;
  right: 57px;
  z-index: -1;
}
.tp-card-img-4 {
  position: absolute;
  top: 19%;
  right: 28px;
  z-index: -1;
}
.tp-card-img-5 {
  position: absolute;
  top: 43%;
  right: 19%;
  animation: tptranslateX2 5s forwards infinite alternate;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-card-img-5 {
    top: 55%;
  }
}
@media (max-width: 767px) {
  .tp-card-img-5 {
    top: 32%;
    right: -2%;
  }
}
.tp-card-title-box {
  padding-left: 70px;
}
.tp-card-title-box .tp-section-title {
  font-size: 45px;
  color: #000229;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-card-title-box {
    padding-left: 50px;
  }
  .tp-card-title-box br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-card-title-box {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-card-title-box {
    padding-left: 0;
  }
}
.tp-card-title-box p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  font-family: var(--primary-font);
  color: #5f6368;
  padding-bottom: 17px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-card-title-box p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-card-title-box p {
    font-size: 16px;
    line-height: 25px;
  }
  .tp-card-title-box p br {
    display: none;
  }
}

/** tp-sales-section **/
.tp-sales-space {
  padding-top: 90px;
  padding-bottom: 170px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-sales-space {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-sales-img-wrapper {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .tp-sales-img-wrapper {
    margin-bottom: 50px;
  }
}
.pb-20 {
  padding-bottom: 20px;
}
.tp-sales-section-box .tp-section-title {
  font-size: 45px;
}
.tp-sales-section-box p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  font-family: var(--primary-font);
  color: #5f6368;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-sales-section-box p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-sales-section-box p {
    font-size: 16px;
    line-height: 25px;
  }
  .tp-sales-section-box p br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-sales-main-thumb img {
    width: 100%;
  }
}
.tp-sales-feature ul {
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-sales-feature ul {
    margin-bottom: 40px;
  }
}
.tp-sales-feature ul li {
  position: relative;
  padding: 8px 12px;
  list-style-type: none;
  clear: both;
  float: left;
  margin-bottom: 17px;
}
.tp-sales-feature ul li:last-child {
  margin-bottom: 0;
}
.tp-sales-feature ul li::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(
    90.27deg,
    #ffb545 2.18%,
    rgba(255, 181, 69, 0) 99.77%
  );
  opacity: 0.2;
  border-radius: 30px;
}
.tp-sales-feature ul li.purple-2::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(
    90.27deg,
    #625ffb 2.18%,
    rgba(98, 95, 251, 0) 99.77%
  );
  opacity: 0.2;
  border-radius: 30px;
}
.tp-sales-feature ul li.purple-2 span i {
  background-color: #600ee4;
}
.tp-sales-feature ul li.purple-2 span em {
  color: #600ee4;
}
.tp-sales-feature ul li.green-3::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(
    90.27deg,
    #65cb7b 2.18%,
    rgba(101, 203, 123, 0) 99.77%
  );
  opacity: 0.2;
  border-radius: 30px;
}
.tp-sales-feature ul li.green-3 span i {
  background-color: #5fc33b;
}
.tp-sales-feature ul li.green-3 span em {
  color: #5fc33b;
}
.tp-sales-feature ul li span {
  position: relative;
  padding-left: 35px;
  z-index: 2;
}
.tp-sales-feature ul li span i {
  height: 22px;
  width: 22px;
  line-height: 22px;
  border-radius: 50%;
  text-align: center;
  background-color: #ffab0a;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
}
.tp-sales-feature ul li span em {
  font-weight: 600;
  font-size: 16px;
  color: #ffab0a;
  font-family: var(--primary-font);
  font-style: normal;
}
@media (max-width: 767px) {
  .tp-sales-feature ul li span em {
    font-size: 14px;
  }
}
.tp-sales-sub-img-1 {
  position: absolute;
  bottom: 14%;
  left: 0%;
  animation: tpupdown 1s infinite alternate;
}
.tp-sales-sub-img-1 img {
  filter: drop-shadow(0px 20px 40px rgba(32, 33, 36, 0.14));
  border-radius: 20px;
}
.tp-sales-sub-img-2 {
  position: absolute;
  bottom: -12%;
  right: -7%;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-sales-sub-img-2 {
    right: -4%;
  }
}

/** tp-rank-area**/
.pb-200 {
  padding-bottom: 200px;
}
.pt-65 {
  padding-top: 65px;
}
.tp-section-subtitle {
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  padding: 5px 18px;
  margin-bottom: 12px;
  background: rgb(159 112 253 / 10%);
}
.tp-section-subtitle h4 {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.35px;
  font-family: var(--primary-font);
  text-transform: uppercase;
  background: linear-gradient(111deg, #9f70fd 19.42%, #e770c1 73.08%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pb-25 {
  padding-bottom: 25px;
}
.tp-btn {
  display: inline-block;
  background-color: #1f4e79;
  color: #ffffff;
  height: 45px;
  line-height: 45px;
  border-radius: 30px;
  padding: 0 35px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
}
.tp-btn span {
  position: relative;
  z-index: 5;
  transition: 0.3s;
  transition-delay: 0.3s;
  color: #ffffff;
}
.tp-btn:hover span {
  color: #ffffff;
  transition-delay: 0.1s;
}
.tp-rank__wrapper {
  padding-left: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-rank__wrapper {
    padding-left: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-rank__wrapper {
    margin-bottom: 150px;
  }
}
@media (max-width: 767px) {
  .tp-rank__wrapper {
    padding-left: 0;
    margin-bottom: 70px;
  }
}
.tp-rank__circle-shape-1 {
  position: absolute;
  left: 41%;
  bottom: -24%;
}
.tp-rank__circle-shape-2 {
  position: absolute;
  left: 51%;
  bottom: -35%;
}
.tp-rank__circle-shape-3 {
  position: absolute;
  left: 38%;
  bottom: -39%;
}
.tp-rank__circle-shape-4 {
  position: absolute;
  left: 48%;
  bottom: -29%;
}
.tp-rank__circle-shape-5 {
  position: absolute;
  left: 45%;
  bottom: -37%;
}
.tp-rank__circle-shape-6 {
  position: absolute;
  left: 43%;
  bottom: -31%;
}
.tp-rank__circle-shape-7 {
  position: absolute;
  left: 45%;
  bottom: -46%;
}
.tp-rank__bg-shape {
  position: absolute;
  top: -35px;
  right: 65px;
  z-index: -1;
  transform: rotate(-12deg);
}
.tp-rank__item {
  box-shadow: 0px 20px 40px rgba(1, 16, 61, 0.14);
  background-color: #ffffff;
  display: inline-block;
  text-align: center;
  border-radius: 20px;
  max-width: 150px;
  padding: 55px 15px 30px 15px;
  margin: 0 -10px 0 -10px;
  transition: all 4s cubic-bezier(0.2, 0.8, 0.2, 1) 0s !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-rank__item {
    margin: 0 -12px 0 -12px;
  }
}
@media (max-width: 767px) {
  .tp-rank__item {
    margin: 0;
    width: 140px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-rank__item {
    width: 120px;
  }
}
.tp-rank__item:nth-child(2) {
  transform: translateY(30px);
}
@media (max-width: 767px) {
  .tp-rank__item:nth-child(2) {
    transform: translateY(0px);
  }
}
.tp-rank__item:nth-child(3) {
  transform: translateY(70px);
}
@media (max-width: 767px) {
  .tp-rank__item:nth-child(3) {
    transform: translateY(0px);
  }
}
.tp-rank__item.active {
  background: linear-gradient(16.46deg, #5956e9 11.15%, #9b99ff 99.48%);
  box-shadow: 0px 14px 20px rgba(1, 16, 61, 0.1);
  border-radius: 20px;
}
.tp-rank__item.active .tp-rank__number i {
  color: #ffffff;
  opacity: 0.3;
}
.tp-rank__item.active .tp-rank__number span {
  color: #ffffff;
}
.tp-rank__item.active .tp-rank__company span {
  background-color: #ffffff;
  border-color: #ffffff;
}

.tp-rank__item.active .tp-rank__company-info a {
  color: #ffffff;
}
.tp-rank__item.active .tp-rank__company-info span {
  color: rgba(255, 255, 255, 0.8);
}
.tp-rank__item:hover {
  -webkit-transform: translate(-20px, -30px);
  -ms-transform: translate(-20px, -30px);
  transform: translate(-20px, -30px);
  transition-delay: all 4s cubic-bezier(0.2, 0.8, 0.2, 1) 0s !important;
}
.tp-rank__cup {
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  text-align: center;
}
.tp-rank__cup span {
  height: 25px;
  width: 25px;
  line-height: 17px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  background-color: #ffffff;
  border: 2px solid #6865ff;
}
.tp-rank__number {
  margin-bottom: 40px;
  margin-left: -25px;
}
.tp-rank__number i {
  font-weight: 400;
  font-size: 24px;
  color: #000229;
  opacity: 0.3;
  margin-right: 7px;
}
.tp-rank__number span {
  font-weight: 500;
  font-size: 66px;
  color: #000229;
  display: inline-block;
}
.tp-rank__company {
  margin-bottom: 12px;
}
.tp-rank__company span {
  height: 36px;
  width: 36px;
  line-height: 30px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid rgba(1, 16, 61, 0.1);
}
.tp-rank__company span img {
  border-radius: 50%;
}

.tp-rank__company-info a {
  font-weight: 600;
  font-size: 15px;
  color: #000229;
}
.tp-rank__company-info span {
  font-weight: 500;
  font-size: 12px;
}

/** tp-price-area **/
.tp-price__btn-box {
  position: relative;
}
@-webkit-keyframes lineDash {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 1000;
  }
}
@keyframes lineDash {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 1000;
  }
}
.price-shape-line {
  position: absolute;
  right: 35%;
  top: -18px;
  -webkit-animation: lineDash 90s linear infinite;
  animation: lineDash 90s linear infinite;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .price-shape-line {
    right: 25%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .price-shape-line {
    right: 17%;
  }
}
.price-offer-badge {
  height: 50px;
  width: 50px;
  background: linear-gradient(149deg, #ff4386 -12.19%, #413dff 89.78%);
  box-shadow: 0px 1px 3px rgba(75, 8, 69, 0.3);
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  right: 31%;
  top: -33px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .price-offer-badge {
    right: 20%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .price-offer-badge {
    right: 11%;
  }
}
.price-offer-badge span {
  color: #ffffff;
  font-weight: 800;
  font-size: 11px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: -0.02em;
  display: inline-block;
  margin-top: 12px;
}

.tp-price__btn-bg {
  background: #FFFFFF;
  box-shadow: 0px 1px 1px rgba(18, 20, 32, 0.14);
  border-radius: 50px;
  position: relative;
}
@media (max-width: 767px) {
  .tp-price__btn-bg {
    transform: translateY(40px);
  }
}
.tp-price__btn-bg button {
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  color: #222;
  position: relative;
  z-index: 999;
  padding: 18px 38px;
  transition: 0.3s;
}
.tp-price__btn-bg button.active {
  color: #ffffff;
}
.tp-price__btn-bg button.monthly.active ~ .test {
  transform: translateX(0px);
}
.tp-price__btn-bg button.yearly.active {
  transform: translateX(-10px);
}
.tp-price__btn-inner .tp-price__btn-bg .test {
  background-color: #600EE4;
}
.test {
  position: absolute;
  transition: transform 0.2s ease-in-out;
  will-change: transform;
  width: 100px;
  height: calc(100% - 8px);
  position: absolute;
  left: 11px;
  top: 4px;
  display: block;
  content: "";
  background: #6865FF;
  box-shadow: 0px 2px 2px -1px rgba(89, 86, 233, 0.15), 0px 0px 1px rgba(89, 86, 233, 0.1);
  border-radius: 30px;
  transform: translateX(104px);
}
.tp-price__item {
  background-color: #FFFFFF;
  box-shadow: 0px 1px 0px rgba(1, 16, 61, 0.1), 0px -20px 70px rgba(1, 16, 61, 0.03);
  border-radius: 30px;
  padding: 50px 60px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-price__item {
    padding: 35px 28px;
  }
}
@media (max-width: 767px) {
  .tp-price__item {
    padding: 30px;
  }
}
.tp-price__item:hover .tp-price__btn a {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
}
.tp-price__item:hover .tp-price__btn a i {
  transform: translateY(2px);
  margin-left: 10px;
}
.tp-price__item:hover .tp-price__btn span {
  transform: translateX(30px);
}
.tp-price__item.active {
  background: linear-gradient(358.1deg, #1f4e79 49.57%, #1b4469 107.48%);
  border-radius: 30px;
}
.tp-price__item.active .tp-price__title-sm {
  color: #FFFFFF;
}
.tp-price__item.active .tp-price__title-box p {
  color: #FFFFFF;
  border-color: rgba(255, 255, 255, 0.2);
}
.tp-price__item.active .tp-price__feature ul li {
  color: #FFFFFF;
}
.tp-price__item.active .tp-price__feature ul li svg path.price-path-2 {
  color: #fff;
}
.tp-price__item.active .tp-price__feature ul li svg path.price-path-1 {
  color: #fff;
}
.tp-price__item.active .tp-price__btn {
  background-color: #FFFFFF;
  border-radius: 30px;
}
.tp-price__item.active .tp-price__btn a {
  background-color: #18171F;
}
.tp-price__btn {
  overflow: hidden;
  position: relative;
}
.tp-price__btn span {
  transform: translateX(0px);
  transition: 0.3s;
}
.tp-price__btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 45px;
  border-radius: 30px;
  background-color: #1f4e79;
  color: #fff;
  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;
  z-index: 10;
  opacity: 0;
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
  visibility: hidden;
}
.tp-price__shape-1 {
  position: absolute;
  top: -6px;
  right: -5px;
}
.tp-price__shape-2 {
  position: absolute;
  top: -6px;
  right: -5px;
}
.tp-price__shape-3 {
  position: absolute;
  top: -6px;
  right: -5px;
}
.tp-price__feature {
  margin-bottom: 45px;
}
.tp-price__feature ul li {
  font-weight: 600;
  font-size: 14px;
  position: relative;
  padding-left: 32px;
  margin-bottom: 20px;
  list-style-type: none;
  line-height: 1.3;
}
.tp-price__feature ul li.inactive span svg path.price-path-3 {
  color: #D9DADC;
}
.tp-price__feature ul li.inactive span svg path.price-path-2 {
  color: #D9DADC;
}
.tp-price__feature ul li.inactive span svg path.price-path-1 {
  color: #D9DADC;
}
.tp-price__feature ul li:last-child {
  margin-bottom: 0;
}
.tp-price__feature ul li span {
  position: absolute;
  top: 0;
  left: 0;
}
.tp-price__feature ul li span svg path.price-path-3 {
  color: #FF94BA;
}
.tp-price__feature ul li span svg path.price-path-2 {
  color: #6865FF;
}
.tp-price__feature ul li span svg path.price-path-1 {
  color: #6865FF;
}
.tp-price__icon {
  padding-bottom: 12px;
}
.tp-price__title-sm {
  font-weight: 700;
  font-size: 22px;
  padding-bottom: 10px;
}
.tp-price__title-box p {
  color: #5F6368;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(1, 16, 61, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-price__title-box p {
    font-size: 13px;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}

.tp-price-header {
  padding-left: 40px;
}
.tp-price-header-img {
  padding-bottom: 20px;
}
.tp-price-header-content p {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
}
.tp-price-header-content p span {
  font-weight: 600;
  color: #FFFFFF;
}

.tp-price-top-item {
  width: 33.33%;
  float: left;
  padding: 40px 20px;
}
.tp-price-top-item.active {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 20px 20px 0px 0px;
}
.tp-price-top-item.active .tp-btn-service {
  background-color: #F8FF35;
  color: #000229;
  border-color: #F8FF35;
  transition: 0.3s;
}
.tp-price-top-item.active .tp-btn-service:hover {
  background-color: #FFFFFF;
  color: #000229;
  border-color: #FFFFFF;
}
.tp-price-top-tag-wrapper span {
  font-weight: 700;
  font-size: 16px;
  line-height: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
  padding-bottom: 10px;
  display: inline-block;
}
.tp-price-top-tag-wrapper p {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.7);
  padding-bottom: 10px;
}
.tp-price-top-title-wrapper h4 {
  font-weight: 600;
  font-size: 50px;
  line-height: 49px;
  color: #FFFFFF;
  padding-bottom: 8px;
}
.tp-price-top-title-wrapper h4 span {
  font-weight: 500;
  font-size: 18px;
  line-height: 14px;
}
.tp-price-top-title-wrapper h4 em {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 17px;
  color: #FFFFFF;
  margin-right: 5px;
  transform: translateY(-23px);
  display: inline-block;
}
.tp-price-top-title-wrapper p {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
  padding-bottom: 30px;
}

.tp-price-feature-wrapper {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
}
.tp-price-feature-box {
  border-radius: 20px 0 0 20px;
  background: rgba(255, 255, 255, 0.06);
}
.tp-price-feature-item {
  height: 65px;
  line-height: 65px;
  padding: 0px 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.tp-price-feature-item:last-child {
  border-bottom: 0;
}
.tp-price-feature-item span {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 16px;
  line-height: 14px;
  margin-right: 5px;
}
.tp-price-feature-info-item {
  width: 33.33%;
  float: left;
}
.tp-price-feature-info-item.active {
  background: rgba(255, 255, 255, 0.06);
}
.tp-price-feature-info {
  height: 65px;
  line-height: 65px;
  padding: 0px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.tp-price-feature-info:last-child {
  border-bottom: 0;
}
.tp-price-feature-info span {
  font-weight: 400;
  font-size: 16px;
  line-height: 14px;
  color: #FFFFFF;
}
.tp-price-feature-tooltip {
  background-color: #FFFFFF;
  padding: 10px 20px;
  border-radius: 14px;
  position: absolute;
  bottom: 25px;
  left: -30px;
  width: 270px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.tp-price-feature-tooltip::after {
  position: absolute;
  content: "";
  left: 35px;
  bottom: 2px;
  width: 18px;
  height: 18px;
  background-color: #FFFFFF;
  -webkit-transform: rotate(45deg) translateY(50%);
  -moz-transform: rotate(45deg) translateY(50%);
  -ms-transform: rotate(45deg) translateY(50%);
  -o-transform: rotate(45deg) translateY(50%);
  transform: rotate(45deg) translateY(50%);
}
.tp-price-feature-tooltip p {
  margin-bottom: 0;
  font-size: 14px;
}

.tp-price-feature-tooltip-box {
  display: inline-block;
  cursor: pointer;
}
.tp-price-feature-tooltip-box:hover svg {
  color: #FFFFFF;
}
.tp-price-feature-tooltip-box:hover .tp-price-feature-tooltip {
  visibility: visible;
  opacity: 1;
  bottom: 45px;
}

.tp-btn-price {
  display: inline-block;
  background: rgba(89, 86, 233, 0.08);
  color: #1f4e79;
  height: 45px;
  line-height: 45px;
  border-radius: 30px;
  padding: 0 35px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
  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;
}