@import url("./font-family.css");

:root {
  --primary-color: #ff9515;
  --title-color: #040642;
  --icon-font: "Font Awesome 6 Free";
  --theme-color: #10c067;
  --white-color: #ffffff;
  --border-color: #e0e0e0;
  --section-space: 100px;
}

.main_wrapper {
  background: #fff;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
  padding-left: 0px;
}

.container-cs {
  max-width: 1400px;
  margin: auto;
}

.main-header .navbar .navbar-brand img {
  margin-right: 30px;
}

.main-header .navbar-nav .nav-item {
  padding: 0px 15px;
}

.main-header .navbar-nav .nav-item .nav-link {
  color: #000;
  position: relative !important;
}

.main-header .navbar-nav .nav-item .nav-link:hover,
.menu-drop li.menu-submenu a:hover {
  color: var(--primary-color);
}

.main-header .navbar {
  padding: 20px 0px;
}

.menu-drop {
  display: inline-flex;
}

.menu-drop .dropdown-toggle,
.as-mobile-menu .menu-drop .dropdown-toggle {
  display: block;
  position: relative;
  font-size: 16px;
  text-transform: capitalize;
  border: 0;
  background: transparent !important;
  box-shadow: none !important;
  color: #000;
}

.main-header .menu-drop .dropdown-menu.show {
  border: 1px solid #ebebeb !important;
  border-radius: 0 !important;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  display: flex;
  padding: 25px;
  width: 100%;
  min-width: 250px;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.main-menu ul li:first-child {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.menu-drop .dropdown-menu li {
  display: block;
}

.menu-drop li.menu-submenu div:first-child h5 {
  margin: 0 0 10px;
}

.menu-drop a {
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 16px;
}

.menu-drop li.menu-submenu a {
  padding: 7px 0 !important;
  line-height: 20px !important;
  font-size: 14px !important;
  color: #4d4d4d;
}

.main-menu ul li:last-child {
  margin-right: 0 !important;
}

.menu-drop li.menu-submenu h5 {
  color: #000;
  margin: 20px 0 10px;
  font-size: 15px;
}

.inner-header {
  position: relative;
}

.btn-main,
#contact-form-submit {
  background: var(--primary-color);
  color: #fff;
  padding: 0 32px;
  border-radius: 5px;
  text-decoration: none;
  display: inline-flex;
  border: 1px solid var(--primary-color);
  text-align: center;
  transition: 0.5s;
  justify-content: center;
  position: relative;
  font-size: 16px;
  height: 45px;
  line-height: 45px;
}

.btn-main i {
  line-height: 45px;
  margin-left: 5px;
}

.btn-main:hover,
#contact-form-submit:hover {
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  background: #fff;
}

.btn-outline {
  background: #0000;
  color: #10c067;
  padding: 0 32px;
  border-radius: 5px;
  text-decoration: none;
  display: inline-flex;
  border: 1px solid #10c067;
  text-align: center;
  transition: 0.5s;
  justify-content: center;
  position: relative;
  font-size: 16px;
  height: 45px;
  line-height: 45px;
}

.btn-outline:hover {
  color: #fff;
  border: 1px solid #10c067;
  background: #10c067;
}

/* banner css start here */
.banner {
  position: relative;
  overflow: hidden;
  padding: 100px 0px 140px;
}

.banner-shape {
  position: absolute;
  right: -30%;
  top: -50%;
  width: 80%;
  height: 100%;
  z-index: -1;
}

.banner-shape svg path {
  fill: #10c067;
}

.banner_content h4 {
  font-size: 20px;
  color: #ff9515;
  font-weight: 500;
  margin-bottom: 15px;
}

.banner_content h1 {
  font-size: 48px;
  margin-bottom: 20px;
  font-weight: 500;
}

.banner_content span {
  position: relative;
  display: inline-flex;
}

.banner_content span::before {
  position: absolute;
  content: "";
  background: linear-gradient(#a8e2a8, #a8e2a8);
  bottom: 4px;
  width: 100%;
  height: 10px;
  left: 0;
  z-index: -1;
}

.banner_content p {
  margin-bottom: 30px;
  font-size: 18px;
  color: #606060;
}

.banner-img {
  position: absolute;
  bottom: 0;
  text-align: right;
  right: 15%;
}

.banner-video video {
  width: 100%;
}

.employee-box {
  background-color: #fff;
  border-radius: 5px;
  max-width: 160px;
  width: 100%;
  padding: 30px 8px;
  text-align: center;
  box-shadow: 0px 0px 10px #ccc;
  position: absolute;
  top: 250px;
  z-index: 2;
}

.employee-box .employee-text {
  font-size: 14px;
  margin-bottom: -0.5em;
}

.employee-box .employee-text i {
  color: var(--yellow-color);
}

.thumb-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 120px;
  margin: 0px auto 15px auto;
}

.thumb-group .thumb {
  min-width: 40px;
}

.thumb-group .thumb:not(:first-child) {
  margin-left: -20px;
}

.thumb-group .thumb.text {
  background-color: #10c067;
  font-size: 13px;

  color: #fff;
  border: 2px solid #fff;
  height: 40px;
  line-height: 37px;
  border-radius: 50%;
  text-align: center;
}

.employee-box .employee-text i {
  color: #ffb539;
}

/* about section css start */

.about-us {
  padding: 120px 0px;
  position: relative;
  margin: 100px 0px;
  background: #d0ead0;
}

.about-features {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 40px;
}

.ftr-box {
  width: 30%;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
}

.why-us-para p {
  font-size: 18px;
  line-height: 32px;
}

.ftr-box i {
  font-size: 40px;
  color: #10c067;
  margin-bottom: 20px;
  position: relative;
  z-index: 9;
}

.ftr-box i::after {
  position: absolute;
  content: "";
  width: 36px;
  height: 28px;
  background: #e6f7ee;
  border-radius: 50%;
  bottom: -3px;
  right: -16px;
  z-index: -1;
}

.ftr-box h4 {
  font-size: 22px;

  margin-bottom: 0px;
}

/* why us css start */

.why-us {
  padding: 120px 0px 70px;
  position: relative;
}

.heading-wrp .head {
  display: inline-flex;
  color: #10c067;

  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.heading-wrp h2 {
  font-size: 38px;

  color: #000;
  line-height: 50px;
  margin-bottom: 25px;
}

.heading-wrp h2 span {
  position: relative;
  z-index: 9;
}

.heading-wrp h2 span::before {
  position: absolute;
  content: "";
  background: linear-gradient(#b6ebb6, #b3e7b3);
  bottom: 0;
  width: 100%;
  height: 10px;
  left: 0;
  z-index: -1;
}

.heading-wrp p {
  margin-bottom: 25px;
}

.counter_wrp {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  margin-left: 50px;
}

.counter-box {
  background: #fff;
  padding: 40px;
  text-align: left;
  box-shadow: 0px 25px 70px rgba(8, 10, 55, 0.08);
  margin-left: 15px;
  border-radius: 10px;
}

.counter-box h1 {
  font-size: 42px;
  color: #000;
}

.counter-box img {
  width: 70px;
  margin-bottom: 15px;
}

.counter-box p {
  text-transform: uppercase;
}

.counter-box.bg-green {
  background: #10c067;
  color: #fff;
}

.counter-box.bg-green h1,
.counter-box.bg-orange h1 {
  color: #fff;
}

.counter-box.bg-orange {
  background: #f1962b;
  color: #fff;
}

.counter-box.bg-green img,
.counter-box.bg-orange img {
  filter: invert(1);
}

.feature-para {
  font-size: 20px;
  line-height: 36px;
}

.fancy-feature-one .inner-content {
  max-width: 1644px;
  margin: 60px auto 0px;
  padding-left: 12px;
  padding-right: 12px;
}

.fancy-feature-one {
  padding: 100px 0px;
}

.card-style-one {
  margin-top: 60px;
}

.card-style-one::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  box-shadow: 0 30px 70px #0000001c;
  border-radius: 5px;
  z-index: -1;
  opacity: 0;
  transform: scaleY(0.9);
  transform-origin: 0 0;
  transition: all 0.3s ease-in-out;
}

.card-style-one:hover::before {
  opacity: 1;
  transform: scale(1);
}

.card-style-one .icon {
  width: 75px;
  height: 75px;
  border-radius: 15px;
}

.ftr-title a {
  color: #000;

  font-size: 22px;
  margin: 20px 0px;
  display: flex;
}

.card-style-one p {
  color: #48494e;
  line-height: 28px;
}

.inner-container {
  max-width: 1600px;
  margin: auto;
}

.card-style-one {
  padding: 35px;
  border: 1px solid #000;
}

.features {
  position: relative;
  padding: 120px 0px 70px;
  margin-top: 100px;
}

.features::before {
  background: var(--primary-color);
  top: 0;
  content: "";
  left: -10%;
  position: absolute;
  z-index: -1;
  height: 100%;
  border-top-right-radius: 100px;
  width: 60%;
  border-bottom-right-radius: 100px;
  transform: rotate(10deg);
}

.ps-lg-10,
.px-lg-10 {
  padding-left: 4.5rem !important;
}

.theme-title h2 {
  font-size: 54px;
  line-height: 64px;
}

.service-item {
  text-align: center;
  position: relative;
  z-index: 9;
  padding: 40px 40px 70px;
  background: #fff;
  border-radius: 20px;
  margin-bottom: 25px;
  margin: 50px 15px;
  padding: 40px 30px 70px;
  box-shadow: 0px 5px 20px rgba(8, 10, 55, 0.08);
}

.service-item h4 {
  font-size: 24px;
  line-height: 36px;
}

.service-item .service-desc p {
  margin: 20px 0 0;
  color: #606060;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.service-icon img {
  width: 150px;
  margin-bottom: 25px;
}

.service-item .arrow-btn {
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -25px;
}

.arrow-btn {
  background: #000;
  display: inline-block;
  color: #fff;
  z-index: 500;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  font-size: 20px;
  text-align: center;
  line-height: 50px;
}

.features .swiper {
  position: relative;
  padding-bottom: 50px;
}

.features .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}

.features .swiper-pagination-bullet-active {
  background: #10c067;
}

.about-job_one {
  margin-top: 100px;
}

.about-job-one_col {
  position: relative;
  z-index: 1;
}

.about-job-one_bg {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  left: 0;
  width: auto;
  z-index: -1;
  overflow: hidden;
  background-color: #605ece !important;
}

.about-job-one_img {
  margin-top: 25px;
  text-align: center;
}

.pbmit-circle-home1 {
  position: relative;
}

.pbmit-circle-home1:before {
  top: auto;
  margin-left: -100px;
  bottom: 0;
  width: 340px;
  height: 340px;
  left: -300px;
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 3px dotted rgba(255, 255, 255, 0.2);
}

.pbmit-circle-home1:after {
  position: absolute;
  content: "";
  right: auto;
  border-radius: 50%;
  background-color: rgba(3, 3, 10, 0.1);
  margin-top: 25px;
  left: -450px;
  top: auto;
  z-index: -1;
  bottom: 90px;
  height: 300px;
  width: 300px;
}

.about-job-one_rightbox {
  padding: 100px 300px 55px 10px;
  background-image: url(../img/home/bg-01.png);
  border-radius: 0;
  background-color: #605ece;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  height: 100%;
  margin-right: -300px;
  overflow: hidden;
}

.about-job-errow_img {
  margin: -69px 0px 0px 265px;
}

.about-job-errow_img img {
  animation: animation05 5s linear infinite alternate;
}

@keyframes animation05 {
  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(20px, 0);
  }

  80% {
    transform: translate(-20px, 0);
  }
}

.testimonial_one {
  margin-bottom: 95px;
}

.about-us_one {
  border-radius: 0px 0px 500px 0px;
}

.about-us-one_leftbox {
  overflow: hidden;
  padding: 20px 0px 0px 80px;
  background-color: var(--pbmit-white-color);
}

.about-us-one_img {
  padding: 100px 30px 0px 30px;
  position: relative;
  z-index: 1;
  text-align: center;
}

.about-us-one_img:before {
  position: absolute;
  content: "";
  height: 440px;
  width: 440px;
  left: 0;
  right: 0;
  background: -webkit-linear-gradient(
    top,
    rgba(69, 64, 223, 0.2) 0%,
    rgba(69, 64, 223, 0) 100%
  );
  border-radius: 50%;
  z-index: -1;
  top: 0;
}

.about-us-one_img:hover:before {
  background: -webkit-linear-gradient(
    top,
    rgba(69, 64, 223, 0.7) 0%,
    rgba(69, 64, 223, 0) 100%
  );
}

.about-us-one_img img {
  animation: animation03 2s infinite alternate;
}

.about-us-one_rightbox {
  padding: 120px 130px 30px 15px;
  overflow: hidden;
  height: 100%;
  border-radius: 0px 0px 60px 0px;
  background-color: var(--pbmit-white-color);
}

.about-us-one_iconbox .pbmit-col-wrapper:first-child .pbmit-ihbox-style-15 {
  background-color: var(--pbmit-blackish-color);
}

.about-us-one_iconbox .pbmit-col-wrapper:last-child .pbmit-ihbox-style-15 {
  background-color: #4540df;
}

.pbmit-circle1 {
  content: "";
  position: absolute;
  right: -290px;
  bottom: -200px;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  border: 3px dotted rgba(69, 64, 223, 0.2);
  z-index: 0;
}

.pbmit-heading .pbmit-title {
  position: relative;

  font-size: 36px;
  line-height: 46px;
  letter-spacing: 0px;
  margin-bottom: 10px;
  color: #fff;
  font-style: normal;
}

.consultation {
  margin-top: 30px;
}

.consultation h2 {
  color: #fff;
  font-size: 26px;

  margin-bottom: 30px;
}

.call-wrp {
  color: #fff;
  padding-left: 30px;
}

.icon-btn:hover {
  background-color: #10c067;
  color: #fff;
}

.play-btn {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.play-btn > i {
  display: inline-block;
  width: var(--icon-size, 60px);
  height: var(--icon-size, 60px);
  line-height: var(--icon-size, 60px);
  text-align: center;
  background-color: #10c067;
  color: #fff;
  font-size: var(--icon-font-size, 1.1em);
  border-radius: 50%;
  z-index: 1;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.play-btn:after,
.play-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #10c067;
  z-index: -1;
  border-radius: 50%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.play-btn:after {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.play-btn:hover:after,
.play-btn:hover::before,
.play-btn:hover i {
  color: #fff;
}

.play-btn.style3 > i {
  background-color: #10c067;
  color: #fff;
  font-size: 20px;
}

.play-btn.style3:before,
.play-btn.style3:after {
  background-color: #fff;
}

.play-btn.style3:hover > i {
  background-color: #fff;
  color: #10c067;
}

.play-btn:after,
.play-btn:before {
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: ripple;
  animation-name: ripple;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }

  30% {
    opacity: 0.4;
  }

  100% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }

  30% {
    opacity: 0.4;
  }

  100% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}

/* work section css start */
#steps {
  position: relative;
  padding: 100px 0px;
}

#steps .heading-wrp {
  text-align: center;
  margin-bottom: 100px;
}

.cs_card_1_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px 0;
}

.cs_card_1_wrap .cs_card_1_col {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 305px;
}

.cs_card.cs_style_1 {
  position: relative;
  padding: 0 20px 20px 20px;
}

.cs_card.cs_style_1 .cs_card_in {
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.08);
  text-align: center;
  padding: 0px 35px 30px;
  border-radius: 20px;
}

.cs_white_bg {
  background-color: #fff;
}

.cs_card.cs_style_1 .cs_card_icon {
  height: 90px;
  width: 90px;
  border: 5px solid #ecf1f5;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  padding: 15px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  top: -40px;
}

.cs_center {
  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;
}

.cs_text_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.cs_card.cs_style_1 .cs_card_shape {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #ecf1f5;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.cs_card.cs_style_1 .cs_card_shape {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #ecf1f5;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.cs_card.cs_style_1.cs_type_1 .cs_card_shape {
  top: -20px;
  bottom: initial;
}

.cs_card.cs_style_1.cs_type_1 .cs_card_icon {
  top: inherit;
  bottom: -45px;
}

.cs_card.cs_style_1.cs_type_1 .cs_card_in {
  padding: 30px 35px 1px;
}

.cs_para {
  font-size: 15px;
  color: #444343;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.cs_link {
  font-size: 15px;
  color: #000;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.cs-hd {
  font-size: 22px;
}

.cs_card_1_wrap .active .cs_card_shape {
  color: var(--primary-color);
}

.cs_card_1_wrap .active .cs_card_icon {
  border-color: var(--primary-color);
}

.cs_card.cs_style_1:hover .cs_card_shape {
  color: var(--primary-color);
}

.cs_card.cs_style_1:hover .cs_card_icon {
  border-color: var(--primary-color);
}

.footer-area {
  padding-top: 90px;
  background: #00012e;
  position: relative;
}

.footer-about {
  margin-right: 30px;
}

.footer-area .footer-widget .footer-widget-title {
  font-weight: 600;
  font-size: 22px;
  color: #ffffff;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 30px;
}

.footer-area .footer-widget .footer-widget-title::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 23px;
  height: 2px;
  background: #fff;
  border-radius: 100px;
}

.footer-area .footer-about p {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  margin-top: 15px;
  margin-bottom: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.footer-widget ul li {
  margin-bottom: 20px;
}

.footer-widget ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}

.social_lnk ul {
  list-style: none;
  padding: 0px;
  display: flex;
  gap: 20px;
}

.social_lnk ul li a {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
}

.link-hover a::after {
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: currentColor;
}

.link-hover a:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

.link-hover a:hover {
  color: #fff !important;
}

.link-hover a {
  color: #6a6a8e;
  display: inline-block;
  padding: 3px 0;
  position: relative;
  overflow: hidden;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  z-index: 1;
}

.footer-address-list li p span {
  font-weight: 400;
  font-size: 15px;
  color: #fff;
}

.footer-address-list li i {
  margin: 0 10px 0 0;
  display: initial;
  font-size: 16px !important;
  color: #fff;
}

.footer-address-list li {
  display: flex;
  padding: 0px;
  margin-bottom: 0px !important;
}

.social_lnk ul li .facebook {
  background: #3e5b98;
}

.social_lnk ul li .twitter {
  background: #4da7de;
}

.social_lnk ul li .google {
  background: #de4133;
}

.footer-area .footer-bottom {
  margin-top: 40px;
  padding: 20px 0;
  position: relative;
  border-top: 1px solid #ffffff78;
}

.footer-area .footer-bottom .footer-copyring p,
.footer-area .footer-bottom .footer-copyring a {
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  margin-bottom: 0px;
}

.cs_card.cs_style_1 .cs_card_icon i {
  font-size: 36px;
}

.all-in-one {
  padding: 160px 0px 20px;
  background: url(../img/home/bg.jpg);
}

.twm-explore-content {
  background-color: #1967d2;
  border-radius: 10px;
  padding: 70px;
  position: relative;
  overflow: hidden;
  margin-top: 70px;
  margin-left: 30px;
  z-index: 1;
}

.twm-explore-content .twm-l-line-1 {
  width: 475px;
  height: 475px;
  position: absolute;
  border: 1px solid #e7e7e7;
  border-radius: 50%;
  opacity: 0.1;
  left: -290px;
  top: -290px;
  z-index: -1;
}

.twm-explore-content .twm-l-line-2 {
  width: 475px;
  height: 475px;
  position: absolute;
  border: 1px solid #e7e7e7;
  border-radius: 50%;
  opacity: 0.1;
  left: -230px;
  top: -230px;
  z-index: -1;
}

.twm-explore-content .twm-r-circle-1 {
  width: 500px;
  height: 500px;
  position: absolute;
  background-color: #e7e7e7;
  border-radius: 50%;
  opacity: 0.05;
  right: -140px;
  top: -200px;
  z-index: -1;
}

.twm-explore-content .twm-r-circle-2 {
  width: 500px;
  height: 500px;
  position: absolute;
  background-color: #e7e7e7;
  border-radius: 50%;
  opacity: 0.05;
  right: -90px;
  top: -145px;
  z-index: -1;
}

.twm-explore-content .twm-title-small {
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  font-weight: 500;
}

.twm-explore-content .twm-title-large {
  margin-bottom: 40px;
}

.twm-explore-content .twm-title-large h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 46px;
}

.twm-explore-content .twm-title-large p {
  color: #e7e7e7;
}

.twm-explore-content-outer {
  position: relative;
  z-index: 1;
}

.twm-explore-content-outer .twm-bold-circle-right {
  width: 250px;
  height: 250px;
  border: 50px solid #1967d2;
  right: -140px;
  top: -90px;
  opacity: 0.2;
  border-radius: 50%;
  position: absolute;
}

.twm-explore-content-outer .twm-bold-circle-left {
  width: 140px;
  height: 140px;
  border: 30px solid #56d8b1;
  left: 70px;
  bottom: -110px;
  opacity: 0.4;
  border-radius: 50%;
  position: absolute;
}

/* about page css start */
.about-sec {
  padding: 100px 0px;
}

.about__thumb-wrapper {
  position: relative;
}

.edu__thumb {
  margin-left: 100px;
}

.educal_banner {
  margin-top: -130px;
}

.edu__thumb img {
  width: 380px;
  height: 450px;
  object-fit: cover;
}

.educal_banner img {
  width: 270px;
  height: 340px;
  object-fit: contain;
}

.review-box {
  border-radius: 5px;
  max-width: 160px;
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 2;
  right: 65px;
  bottom: 55px;
}

.review-box .review-text {
  font-size: 14px;
  margin-bottom: -0.5em;
}

.review-box .review-text i {
  color: var(--yellow-color);
}

.thumb-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 120px;
  margin: 0px auto 15px auto;
}

.thumb-group .thumb {
  min-width: 40px;
}

.thumb-group .thumb:not(:first-child) {
  margin-left: -20px;
}

.thumb-group .thumb.text {
  background-color: #10c067;
  font-size: 13px;

  color: #fff;
  border: 2px solid #fff;
  height: 40px;
  line-height: 37px;
  border-radius: 50%;
  text-align: center;
}

.review-box .review-text i {
  color: #ffb539;
}

.about-content .font-bold {
  color: #000;
}

.page-title {
  position: relative;
  display: block;
  padding: 120px 0px 120px;
  overflow: hidden;
  background: url("../img/breadcumbBg.png");
  background-size: cover;
  background-position: center;
}

.title-inr {
  text-align: center;
  color: #fff;
  position: relative;
}

.title-inr h2 {
  font-size: 38px;
}

.page-title .breadcumb-menu {
  max-width: 100%;
  padding: 0;
  margin: 20px 0 -0.5em 0;
  list-style-type: none;
  position: relative;
}

.page-title .breadcumb-menu li::after {
  content: "\f054";
  position: relative;
  margin-left: 10px;

  font-size: 15px;
  color: #fff;
  font-family: "Font Awesome 6 pro";
}

.page-title .breadcumb-menu li:last-child:after {
  display: none;
}

.page-title .breadcumb-menu li {
  display: inline-block;
  margin-right: 3px;
  padding-right: 5px;
  list-style: none;
  position: relative;
}

.page-title .breadcumb-menu li,
.page-title .breadcumb-menu a {
  white-space: normal;
  color: inherit;
  word-break: break-word;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  position: relative;
  z-index: 1;
}

.curve-img {
  position: absolute;
  bottom: 0px;
  display: none;
}

/* feature page css start */
.feature-sec {
  padding: 100px 0px;
}

.feature-sec .heading-wrp {
  text-align: center;
  max-width: 680px;
  margin: 0px auto 80px;
}

.job-categories-block-2 {
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
  transition: 0.5s all ease;
  margin-bottom: 25px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 6px 0px;
}

.job-categories-block-2::before {
  width: 110px;
  height: 110px;
  position: absolute;
  left: -60px;
  top: -60px;
  content: "";
  background-color: #10c067;
  border-radius: 50%;
  opacity: 0.04;
  z-index: -1;
  transition: 0.5s all ease;
}

.job-categories-block-2::after {
  width: 110px;
  height: 110px;
  position: absolute;
  right: -60px;
  bottom: -60px;
  content: "";
  background-color: #10c067;
  border-radius: 50%;
  opacity: 0.04;
  z-index: -1;
  transition: 0.5s all ease;
}

.job-categories-block-2 .twm-media::after {
  transition: 0.5s all ease;
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%) scale(0.1);
  position: absolute;
  left: 50%;
  content: "";
  z-index: -1;
  top: 50%;
  opacity: 0;
}

.job-categories-block-2 .twm-media {
  width: 100px;
  height: 100px;
  line-height: 0;
  display: flex;
  position: relative;
  z-index: 1;
  align-items: center;
  justify-content: center;
  margin: 0px auto 20px;
}

.job-categories-block-2 {
  text-align: center;
}

.job-categories-block-2:hover::after {
  background-color: #fff;
  opacity: 0.1;
  width: 500%;
  height: 500%;
}

.job-categories-block-2:hover::before {
  display: none;
}

.job-categories-block-2:hover {
  background-color: #10c067;
}

.job-categories-block-2:hover .twm-media::after {
  transform: translateX(-50%) translateY(-50%) scale(1);
  opacity: 1;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.2);
}

.twm-media i {
  font-size: 50px;
  color: #10c067;
}

.job-categories-block-2 .twm-content h4 {
  font-size: 22px;
}

.job-categories-block-2 .twm-content h4 a {
  color: #000;
}

.job-categories-block-2 .twm-content h4 a:hover {
  color: #fff;
}

.job-categories-block-2 .twm-content p,
.job-categories-block-2 .twm-content p span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 22px;
  line-height: 26px;
  color: #000;
  font-size: 15px;
}

.job-categories-block-2:hover .twm-content p,
.job-categories-block-2:hover .twm-content h4 {
  color: #fff;
}

.twm-content .btn-main {
  height: 48px;
  line-height: 36px;
}

.twm-content .btn-main:hover {
  background: #fff;
  border-color: #fff;
  color: #000;
}

/*Pricing page css start*/
.pricing {
  padding: 120px 0px;
}

.pricing-table-1 {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 6px 0px;
  padding: 40px 20px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.pricing-table-1:after {
  content: "";
  width: 410px;
  height: 410px;
  border-radius: 50%;
  left: -50px;
  top: -240px;
  z-index: -1;
  background-color: #c7dcf7;
  position: absolute;
}

.pricing-table-1.circle-yellow::after {
  background-color: #ffebc1;
}

.pricing-table-1.circle-pink:after {
  background-color: #f8d6ff;
}

.pricing-table-1.circle-green::after {
  background-color: #d4f7e5;
}

.pricing-table-1 .p-table-title {
  position: relative;
  text-align: center;
}

.pricing-table-1 .p-table-title .wt-title {
  font-size: 18px;

  margin-bottom: 5px;
  display: inline-block;
  background: #fff;
  padding: 5px 15px;
  border-radius: 5px;
}

.pricing-table-1 .p-table-inner {
  position: relative;
}

.pricing-table-1 .p-table-inner .p-table-list ul {
  list-style: none;
  margin-bottom: 40px;
}

.pricing-table-1 .p-table-inner .p-table-list ul li {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  padding-left: 46px;
}

.pricing-table-1 .p-table-inner .p-table-list ul li i {
  color: #ff9515;
  position: absolute;
  left: 15px;
  top: 4px;
  font-size: 20px;
}

.pricing-table-1 .p-table-inner .p-table-list ul li.disable {
  color: #aaaaaa;
}

.pricing-table-1 .p-table-inner .p-table-list ul li.disable i {
  color: #aaaaaa;
}

.pricing-table-1 .p-table-inner .p-table-btn {
  text-align: center;
}

.pricing-table-1 .p-table-inner .p-table-price {
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.pricing-table-1 .p-table-inner .p-table-price span {
  font-size: 34px;

  margin-right: 8px;
}

.pricing-table-1 .p-table-recommended {
  background-color: #2db346;
  color: #fff;
  border-radius: 5px;
  padding: 2px 16px;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 10px;
}

/* support page css start */
.support-sec {
  padding: 120px 0px;
}

.job-categories-block {
  display: flex;
  padding: 50px 30px;
  align-items: center;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 6px 0px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.5s all ease;
}

.job-categories-block::after {
  width: 200px;
  height: 200px;
  position: absolute;
  left: -100px;
  bottom: -35px;
  content: "";
  background-color: #a8ecb4;
  border-radius: 50%;
  opacity: 0.1;
  z-index: -1;
  transition: 0.5s all ease;
}

.job-categories-block::before {
  width: 200px;
  height: 200px;
  position: absolute;
  left: -80px;
  bottom: -30px;
  content: "";
  background-color: #86e197;
  border-radius: 50%;
  opacity: 0.1;
  z-index: -1;
  transition: 0.5s all ease;
}

.job-categories-block:hover:after {
  width: 500%;
  height: 500%;
  position: absolute;
  left: -50px;
  bottom: -50px;
  content: "";
  background-color: #2db346;
  border-radius: 50%;
  opacity: 0.05;
  z-index: -1;
  transition: 0.5s all ease;
}

.job-categories-block:hover:before {
  opacity: 0;
}

.job-categories-block .twm-media {
  width: 100px;
}

.job-categories-block .twm-media img {
  width: auto;
}

.job-categories-block .twm-content {
  margin-left: 10px;
}

.job-categories-block .twm-content a {
  margin-bottom: 0px;
  display: block;
}

.job-categories-block .twm-media img {
  width: 52px;
}

.job-categories-block .twm-content a {
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 25px;
  color: #000;
  font-weight: 600;
}

/* faq page css start */
.faq-sec {
  padding: 100px 0px;
}

.faq-sec .accordion-item {
  margin-bottom: 20px;
  overflow: hidden;
  border: none !important;
  border-radius: 10px !important;
  background-color: #ffeed9;
}

.faq-sec .accordion-item .accordion-button:not(.collapsed) {
  box-shadow: none;
  background-color: #ffeed9;
}

.faq-sec .accordion-item .accordion-button {
  font-size: 16px;
  color: #17171d;
  padding: 12px 16px 12px 16px;
  font-weight: 500;
  background-color: #0000;
}

.faq-sec .accordion-button::after {
  background-image: none;
  content: "\2b";
  font-family: "Font Awesome 6 Free";
  width: 30px;
  height: 30px;
  line-height: 27px;
  color: #17171d;
  text-align: center;
  font-size: 17px;
  border: 2px solid #000;
  border-radius: 5px;
  font-weight: bold;
}

.faq-sec .accordion-button:not(.collapsed):after {
  background-image: none;
  content: "\f068";
  transform: none;
}

/* authentication css */
.toggle-password {
  position: absolute;
  right: 30px;
  top: 17px;
  cursor: pointer;
  color: #696969;
}

.login-sec {
  padding: 100px 0px 160px;
  position: relative;
}

.login-sec::after {
  position: absolute;
  content: "";
  background: url(../img/home/user-1.png);
  left: 27.5%;
  top: 47%;
  width: 140px;
  height: 272px;
  background-size: cover;
}

.login-sec::before {
  background: url(../img/home/sign-up.png);
  left: 49%;
  content: "";
  width: 624px;
  height: 680px;
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  transform: translate(-49%, -50%);
  top: 50%;
  opacity: 0.06;
}

.account-box .icon {
  width: 103px;
  height: 103px;
  border-width: 14px;
  margin: 0 auto -40px;
  border-radius: 100%;
  border: 14px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1fae66;
  position: relative;
  z-index: 1;
}

.account-box .account-box-frame {
  padding: 70px 40px 55px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 40px 80px 0px rgba(2, 2, 26, 0.14);
}

.account-box .form-head {
  overflow: hidden;
  text-align: center;
  padding: 0 0 20px;
}

.account-box .form-head h2 {
  font-size: 36px;
}

.account-box .contac-form .form-control {
  padding: 12px 30px;
  font-size: 16px;
  color: #000;
  margin-bottom: 25px;
  background: #f3f8f8;
  border: 1px solid #f3f8f8;
}

.account-box .contac-form .custom-checkbox {
  color: #040404;
  font-weight: 700;
}

.custom-checkbox {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  font-weight: 500;
  position: relative;
}

.account-box .contac-form .link {
  color: #040404;

  display: inline-block;
  text-decoration: underline;
}

.custom-checkbox input[type="checkbox"],
.custom-checkbox input[type="radio"] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.account-box .contac-form .custom-checkbox .fake-checkbox:before {
  width: 10px;
  height: 6px;
}

.custom-checkbox .fake-checkbox:before {
  width: 15px;
  height: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  transform: translate(-50%, -50%) rotate(-45deg);
  border: 2px solid #fff;
  border-top: 0;
  border-right: 0;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  margin: -2px 0 0 0;
}

.custom-checkbox input[type="checkbox"]:checked + .fake-checkbox:before,
.custom-checkbox input[type="radio"]:checked + .fake-checkbox:before {
  opacity: 1;
}

.account-box
  .contac-form
  .custom-checkbox
  input[type="checkbox"]:checked
  + .fake-checkbox {
  border-color: #1fae66;
  background: #1fae66;
}

.custom-checkbox .fake-checkbox {
  width: 22px;
  height: 22px;
  display: block;
  margin: 0 8px 0 0;
  background: #fff;
  border-radius: 5px;
  flex-shrink: 0;
  border: 1px solid #c0c0c0;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.btn-wrp {
  margin-top: 32px;
}

.account-box .contac-form .link:hover {
  color: #1fae66;
}

.terms {
  padding: 100px 0px;
}

/* contact page css start */
.contact {
  padding: 100px 0px;
}

.contact__info-inner {
  padding: 45px 40px;
  padding-right: 70px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 30px 50px 0px rgba(50, 51, 55, 0.1);
  -moz-box-shadow: 0px 30px 50px 0px rgba(50, 51, 55, 0.1);
  box-shadow: 0px 30px 50px 0px rgba(50, 51, 55, 0.1);
  position: relative;
  z-index: 1;
}

.contact__form-input input,
.contact__form-input textarea {
  width: 100%;
  height: 50px;
  line-height: 54px;
  padding: 0 23px;
  background: #f3f8f8;
  border: 1px solid #f3f8f8;
  color: #0e1133;
  font-size: 15px;
  margin-bottom: 20px;
}

.contact__form-input textarea {
  min-height: 100px;
}

.contact__info-text h4 {
  font-size: 18px;

  margin-bottom: 6px;
}

.contact__info-item {
  margin-bottom: 30px;
}

.contact__info-text p,
.contact__info-text p a {
  margin-bottom: 0;
  color: #53545b;
  font-size: 15px;
}

.contact__form-agree label {
  padding-left: 8px;
  color: #53545b;
}

.contact__form-agree input {
  width: 18px;
  height: 18px;
}

.contact__form-agree label a {
  color: #0e1133;

  padding-left: 4px;
}

.contact__info-icon i {
  color: var(--primary-color);
  font-size: 20px;
}

.contact__info-icon {
  margin-right: 15px;
}

.info {
  margin-bottom: 30px;
}

.info h4 {
  font-size: 28px;
}

.info p {
  color: #53545b;
  font-size: 15px;
}

/* hr module page css */

.feature-comn-sec {
  padding: 100px 0px;
  position: relative;
  background: rgb(255, 234, 223);
}

.feature-main-inr {
  padding-right: 30px;
}

.feature-main-inr p {
  color: #222;
  font-size: 18px;
  line-height: 32px;
  margin: 25px 0px;
}

.feature-main-inr {
  padding-right: 30px;
}

.feature-main-inr img {
  margin-bottom: 20px;
  width: 55px;
}

.feature-main-inr h3 {
  margin-bottom: 15px;
  font-size: 42px;
  color: #000;
}

.list-head {
  font-size: 22px;

  margin-top: 20px;
}

.features_list {
  margin: 25px 0px;
  display: flex;
  flex-wrap: wrap;
}

.features_list li {
  padding: 15px 0px;
  padding-left: 40px;
  position: relative;
  width: 50%;
}

.features_list li::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/check-mark.png);
  left: 0;
  top: 10px;
  background-size: contain;
}

/* blog page css start */
.blog-sec {
  padding: 100px 0px;
}

.twm-blog-post-1-outer {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 6px 0px;
  margin-bottom: 30px;
  margin-top: 20px;
}

.twm-blog-post-1-outer .wt-post-media {
  margin-top: -40px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 6px 0px;
  margin-bottom: 30px;
}

.twm-blog-post-1-outer .wt-post-media img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.twm-blog-post-1-outer .wt-post-info {
  position: relative;
  z-index: 1;
}

.twm-blog-post-1-outer .wt-post-info .wt-post-meta {
  position: relative;
  margin-bottom: 20px;
}

.twm-blog-post-1-outer .wt-post-info .wt-post-meta ul {
  list-style: none;
  margin-bottom: 0px;
}

.twm-blog-post-1-outer .wt-post-info .wt-post-meta ul li.post-date {
  color: #fff;
  font-size: 14px;
  line-height: 28px;
}

.twm-blog-post-1-outer .wt-post-info .wt-post-meta ul li.post-date {
  background-color: #1fae66;
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  padding: 5px 15px 5px 0px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-right: 10px;
  position: relative;
  z-index: 1;
}

.twm-blog-post-1-outer .wt-post-info .wt-post-meta ul li.post-date::after {
  content: "";
  background-color: #1fae66;
  position: absolute;
  top: 0px;
  left: -30px;
  bottom: 0px;
  width: 30px;
  z-index: -1;
}

.twm-blog-post-1-outer .wt-post-info .wt-post-meta ul li.post-date::before {
  content: "";
  position: absolute;
  left: -29px;
  bottom: -8px;
  z-index: -1;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 0px solid transparent;
  border-top: 8px solid #1fae66;
}

.twm-blog-post-1-outer .wt-post-info .wt-post-meta ul li {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.twm-blog-post-1-outer .wt-post-info .wt-post-title .post-title {
  margin-bottom: 15px;
  font-size: 18px;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.twm-blog-post-1-outer .wt-post-info .wt-post-text p {
  font-size: 16px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.twm-blog-post-1-outer .wt-post-info .wt-post-title .post-title a {
  color: #000;
}

.twm-blog-post-1-outer .wt-post-info .wt-post-meta ul li.post-author a {
  color: #000;
  text-decoration: underline;
}

.wt-post-readmore .btn-main {
  height: 48px;
  line-height: 38px;
}

.wt-post-readmore {
  margin-top: 15px;
}

.blog_details {
  padding: 100px 0px;
}

.blog-details,
.blog-details__left {
  position: relative;
  display: block;
}

.blog-details__img {
  position: relative;
  display: block;
  border-radius: 10px;
}

.blog-details__img img {
  width: 100%;
  border-radius: 10px;
}

.blog-details__date {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #10c067;
  text-align: center;
  padding: 21px 24px 20px;
  align-items: center;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  display: flex;
  flex-direction: column;
}

.blog-details__date .day {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  line-height: 16px;
}

.blog-details__date .month {
  position: relative;
  display: block;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  line-height: 12px;
  text-transform: uppercase;
}

.blog-details__content {
  position: relative;
  display: block;
  margin-top: 22px;
}

.blog-details__meta {
  position: relative;
  display: flex;
  align-items: center;
}

.blog-details__meta li {
  font-size: 15px;
  color: #777;
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-details__meta li a {
  color: #10c067;
  margin-right: 6px;
}

.blog-details__meta li + li {
  margin-left: 18px;
}

.blog-details__title {
  font-size: 25px;
  line-height: 40px;
  margin-top: 12px;
  margin-bottom: 16px;
  font-weight: 700;
}

.blog_details p {
  color: #808287;
  font-size: 15px;
  line-height: 26px;
}

.comment-one .comment-one__title {
  margin: 20px 0;
  font-size: 22px;
}

.comment-one .comment-one__single {
  display: flex;
  border-bottom: 1px solid #ece9e0;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.comment-one .comment-one__image {
  position: relative;
  display: block;
  border-radius: 50%;
  flex: 100px 0 0;
}

.comment-one .comment-one__image img {
  border-radius: 50%;
}

.comment-one .comment-one__content {
  position: relative;
  margin-left: 15px;
}

.comment-one .comment-one__content h3 {
  margin: 0;
  font-size: 18px;
  color: #000;
  margin-bottom: 10px;
}

.comment-one .comment-one__content p {
  font-size: 15px;
  font-weight: 400;
  margin: 0;
}

.comment-form .comment-form__title {
  margin-top: -7px;
  font-size: 22px;
  margin-bottom: 15px;
}

.comment-form .form-control,
.comment-form .input-text {
  height: 50px;
  padding: 14px 30px;
  outline: 0;
  background-color: #f3f8f8;
  border: 1px solid #f3f8f8;
  color: #ffff;
  font-size: 15px;
  width: 100%;
}

.comment-form textarea.form-control {
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

.sidebar__search {
  position: relative;
  display: block;
}

.sidebar__search-form {
  position: relative;
}

.sidebar__single + .sidebar__single {
  margin-top: 30px;
}

.sidebar__search-form input[type="search"] {
  display: block;
  border: none;
  outline: none;
  color: #000;
  padding-left: 20px;
  height: 50px;
  width: 100%;
  padding-right: 60px;
  border-radius: 8px;
  background: rgb(238, 246, 255);
  border: 1px solid rgb(238, 246, 255);
}

.sidebar__search-form input::placeholder {
  color: #000;
}

.sidebar__search-form button[type="submit"] {
  background-color: transparent;
  color: #000;
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 45px;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  padding: 0;
}

.sidebar__post,
.sidebar__category {
  position: relative;
  display: block;
  padding: 46px 25px 30px;
  color: #222429;
  background-color: rgb(238, 246, 255);
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}

.sidebar__title {
  margin: 0;
  font-size: 20px;
  margin-bottom: 5px;
}

.sidebar__post .sidebar__post-list {
  margin: 0;
}

.sidebar__post .sidebar__post-list li {
  display: flex;
  align-items: center;
  padding: 16px 0px 17px;
  transition: all 500ms ease;
}

.sidebar__post .sidebar__post-list .sidebar__post-image {
  margin-right: 20px;
  flex: 70px 0 0;
}

.sidebar__post .sidebar__post-list .sidebar__post-image > img {
  width: 80px;
  border-radius: 10px;
}

.sidebar__post .sidebar__post-list .sidebar__post-content {
  position: relative;
  top: -3px;
}

.sidebar__post .sidebar__post-list .sidebar__post-content h3 {
  font-size: 18px;
  margin: 0;
  line-height: 26px;
  letter-spacing: 0;
}

.sidebar__post .sidebar__post-list .sidebar__post-content-meta {
  font-size: 14px;
  font-weight: 500;
  color: #757873;
  transition: all 500ms ease;
  display: block;
}

.sidebar__post .sidebar__post-list .sidebar__post-content-meta i {
  color: #10c067;
  font-size: 14px;
  padding-right: 3px;
}

.sidebar__post .sidebar__post-list .sidebar__post-content h3 {
  color: #0e2207;
  transition: all 500ms ease;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.sidebar__post .sidebar__post-list li + li {
  margin-top: 11px;
}

.sidebar__category .sidebar__title {
  padding-left: 20px;
  margin-bottom: 9px;
}

.sidebar__category-list li {
  color: #757873;
  font-size: 16px;
  position: relative;
  transition: all 500ms ease;
  display: block;
  background: 0 0;
  padding: 12px 20px;
  font-weight: 500;
  border-radius: 10px;
}

.sidebar__category-list li:hover,
.sidebar__category-list li.active {
  background-color: #fff;
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);
  color: #0e2207;
  text-shadow: 1px 0 0 rgba(14, 34, 7, 0.5);
}

.sidebar__category-list li + li {
  margin-top: 10px;
}

.sidebar__comments {
  position: relative;
  display: block;
  color: #222429;
  background-color: #f8f6f1;
  padding: 46px 50px 43px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}

.sidebar__comments .sidebar__title {
  margin-bottom: 25px;
}

.sidebar__comments-icon {
  height: 45px;
  width: 45px;
  background-color: #10c067;
  border-radius: 50%;
  font-size: 15px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s ease;
}

.comment-one .comment-one__image img {
  width: 90px;
}

.head h2 {
  color: #000;
  line-height: 50px;

  text-shadow: 0px 2px 5px #ccc;
}

.head {
  text-align: center;
}

.features_section {
  padding: 100px 0px;
}

.feature_bx {
  border-radius: 10px;
  height: 100%;
}

.features_section .heading-wrp {
  margin-bottom: 60px;
}

.ftr-images img {
  width: 100%;
}

.feature-block-content a {
  display: inline-flex;
}

.feature_bx h4 {
  font-size: 22px;
}

.feature_iner {
  padding: 30px;
}

.feature_bx p {
  margin-bottom: 0px;
}

.feature-block-content .btn-link {
  display: inline-flex;
  align-items: center;
  color: #0a1425;
  font-size: 1rem;

  text-decoration: none;
}

.feature-block-content .btn-link i {
  margin-left: 4px;
}

.feature_iner .media {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.0833333333rem;
  z-index: 1;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-bottom: 30px;
  box-shadow: 0px 10px 10px #0000001c;
}

.feature_iner .media i {
  font-size: 25px;
}

.features_section .media-blue {
  background-color: #2b5cfd;
}

.features_section .media-skyblue {
  background-color: #13d5ff;
}

.features_section .media-red {
  background-color: RGB(253, 181, 42);
}

.features_section .media-yellow {
  background-color: RGB(250, 91, 104);
}

.features_section .media-purple {
  background-color: RGB(43, 92, 253);
}

.features_section .blue {
  background-color: #e8edff;
}

.features_section .skyblue {
  background-color: #eefcff;
}

.features_section .purple {
  background-color: #ebefff;
}

.features_section .yellow {
  background-color: #fff5e1;
}

.features_section .red {
  background-color: #ffe9ec;
}

.features_section .blue .media {
  box-shadow: 0px 10px 10px #2b5cfd4f;
}

.features_section .skyblue .media {
  box-shadow: 0px 10px 10px #13d5ff30;
}

.features_section .purple .media {
  box-shadow: 0px 10px 10px #2b5cfd45;
}

.features_section .yellow .media {
  box-shadow: 0px 10px 10px #fdb52a3d;
}

.features_section .red .media {
  box-shadow: 0px 10px 10px #fa5b683d;
}

.what-about {
  padding: 100px 0px;
}

.img-wrpp {
  text-align: right;
  padding-left: 50px;
}

.what-about .heading-wrp {
  max-width: 800px;
  margin: 0px auto 70px;
}

.wahts-wrp h4 {
  color: var(--primary-color);
}

.wahts-wrp h2 {
  color: #000;
  margin-bottom: 20px;
}

.wahts-wrp p {
  font-size: 18px;
  color: #464646;
  line-height: 35px;
  margin-bottom: 30px;
}

.simplify {
  position: relative;
  padding: 100px 0px;
  background: #fef2f6;
  margin: 60px 0px;
}

.c-wave__icon {
  height: 200px;
  left: 0;
  position: absolute;
  top: -100px;
  width: 100%;
}

.c-wave__icon--pink5 {
  fill: #fef2f6;
}

.simli_img img {
  width: 650px;
}

.c-icon-down {
  height: 200px;
  left: 0;
  position: absolute;
  bottom: -100px;
  width: 100%;
  transform: rotate(180deg);
}

.cta-sec {
  padding: 100px 0px;
}

.faq-bg {
  background: #ffeed9;
}

.faq-bg .accordion-item {
  background-color: #fff;
  border: 0px !important;
}

.faq-bg .accordion-item .accordion-button:not(.collapsed) {
  background-color: #fff;
}

.awards-sec {
  margin-bottom: 100px;
}

.trust-awards__wrapper {
  position: relative;
  background: #eaf7ea;
  padding: 80px 60px;
}

.trust-awards:not(.trust-awards--lead) .trust-awards-title {
  margin-right: 30px;
  max-width: 375px;
  color: #000;

  font-size: 36px;
}

.text-body-s {
  color: rgba(36, 36, 36, 0.7);
  font-size: 14px;
}

.brand-logo {
  margin-bottom: 10px;
  transition: opacity 0.25s;
  display: block;
}

.brand-rating:hover .brand-logo {
  opacity: 0.7;
}

.brand-rating__rating {
  align-items: center;
  display: flex;
  margin-bottom: 5px;
}

.brand-rating__stars i {
  color: #ff8022;
}

.brand-rating__stars > svg {
  height: 20px;
  width: 116px;
}

.rating-number {
  margin-left: 10px;
  padding-right: 10px;

  color: #000;
}

.trust-awards-rating {
  flex-wrap: wrap;
  gap: 50px;
}

.trust-awards__wrapper::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  border-top: 30px solid #fff;
  border-left: 30px solid #fff;
  border-right: 30px solid #1fae66;
  border-bottom: 30px solid #1fae66;
}

.features-wrp {
  background: rgb(246, 249, 253);
  padding: 100px 0px;
}

.group-image-one.pulse {
  margin-right: 30px;
}

.first {
  display: none;
}

.second {
  display: none;
}

.third {
  display: none;
}

.fourth {
  display: none;
}

.five {
  display: none;
}

.activeTab {
  display: flex !important;
}

.group-image-one img {
  width: 100%;
}

.features-wrp .heading-wrp {
  margin-bottom: 60px;
}

.feature-accordion .accordion-item {
  background-color: #fff;
  border: 0px;
  margin-bottom: 20px;
  border-radius: 15px;
  overflow: hidden;
}

.feature-accordion .accordion-body {
  padding-top: 0px;
}

.feature-accordion .accordion-button:not(.collapsed) {
  box-shadow: none;
  background-color: #fff;
}

.feature-accordion .accordion-button {
  color: #222 !important;
  font-weight: 500;
  font-size: 18px;
}

.feature_cont_inr a {
  color: var(--primary-color);
}

.feature_cont_inr a i {
  margin-left: 3px;
}

.feature-accordion .accordion-button img {
  width: 36px;
  margin-right: 10px;
}

.feature-accordion .accordion-button::after {
  content: "\2b";
  font-family: "Font Awesome 6 Free";
  background-image: none;
  font-weight: bold;
}

.feature-accordion .accordion-button:not(.collapsed)::after {
  background-image: none;
  content: "\f068";
  font-family: "Font Awesome 6 Free";
}

.feature-accordion button:focus:not(:focus-visible) {
  box-shadow: none;
}

/* Inner pages Banner section css start */
.inner-banner {
  padding: 100px 0px;
  position: relative;
  background: rgb(241, 251, 239);
}

.inner-main-inr {
  padding-right: 30px;
}

.inner-main-inr h3 {
  margin-bottom: 15px;
  font-size: 42px;
  color: #000;
}

.inner-main-inr p {
  color: #222;
  font-size: 18px;
  line-height: 32px;
  margin: 25px 0px;
}

.inner_img_wrp img {
  width: 100%;
}

.bg-color-blue {
  background: rgb(238, 246, 255);
}

.bg-color-orange {
  background: rgb(255, 250, 238);
}

.bg-color-green {
  background: rgb(241, 251, 239);
}

.bg-color-purple {
  background: rgb(241, 239, 251);
}

.support-section {
  padding: 80px 0px 100px;
}

.suport-main.px-4.px-sm-5.px-xl-0.py-5 {
  background: linear-gradient(-90deg, #accbee 0%, #e7f0fd 100%);
}

.help-form {
  max-width: 545px;
}

/* footer */

.widget-area {
  padding-top: var(--section-space);
  padding-bottom: 80px;
}

.copyright-wrap {
  padding: 21px 0;
  border-top: 1px solid var(--border-color);
}

.copyright-text {
  margin: 0;
  color: #fff;
}

.copyright-text a {
  color: var(--primary-color);
}

.copyright-text a:hover {
  color: var(--theme-color);
}

.footer-layout1 {
  background-color: var(--title-color);
  --body-color: #fff;
}

.footer-info {
  margin-bottom: 10px;
  position: relative;
  padding-left: 23px;
}

.footer-info a {
  color: inherit;
}

.footer-info i {
  margin-right: 5px;
  position: absolute;
  top: 5px;
  left: 0;
}

.footer-widget {
  margin-bottom: 40px;
}

.footer-widget {
  padding: 0;
  border: none;
  padding-bottom: 0;
  background-color: transparent;
  box-shadow: none;
}

.footer-widget .widget_title {
  max-width: 275px;
  color: var(--white-color);
  border-bottom: none;
  margin-bottom: 40px;
  position: relative;
}

.footer-widget .widget_title:after {
  content: "";
  height: 2px;
  width: 50px;
  background-color: var(--theme-color);
  position: absolute;
  bottom: -10px;
  left: 0;
}

.footer-widget.widget_nav_menu {
  margin-bottom: 40px;
}

.footer-widget.widget_nav_menu ul {
  margin-top: -5px;
}

.footer-widget.widget_nav_menu .menu {
  margin-bottom: -5px;
}

.footer-widget.widget_nav_menu a {
  font-size: 16px;
  font-weight: 400;
  padding: 0 0 0 20px;
  margin-bottom: 17px;
  display: block;
  max-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-right: 0;
  background-color: transparent;
  position: relative;
}

.footer-widget.widget_nav_menu a:before {
  content: "\f054";
  font-weight: 600;
  left: 0;
  top: 1px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  background-color: transparent;
  border: none;
  color: inherit;
  -webkit-transition: 0.4s -webkit-transform;
  transition: 0.4s -webkit-transform;
  transition: 0.4s transform;
  transition: 0.4s transform, 0.4s -webkit-transform;
  font-family: "Font Awesome 6 Free";
}

.footer-widget.widget_nav_menu a:hover {
  background-color: transparent;
  color: var(--theme-color);
}

.footer-widget.widget_nav_menu a:hover:before {
  color: var(--theme-color);
  -webkit-transform: translateX(3px);
  -ms-transform: translateX(3px);
  transform: translateX(3px);
}

.footer-widget.widget_nav_menu li:last-child a {
  margin-bottom: 0;
}

.as-widget-about .about-logo {
  margin-bottom: 35px;
  margin-top: -10px;
}

.as-widget-about .about-text {
  margin-bottom: 25px;
  margin-top: -0.5em;
  color: #fff;
}

.social-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-box .social-title {
  font-size: 20px;
  color: var(--white-color);
  font-weight: 600;
  margin-right: 20px;
  margin-bottom: 0;
}

.widget_nav_menu ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 0;
}

.widget_nav_menu .menu {
  margin: 0 0 -10px 0;
}

.widget_nav_menu a {
  display: block;
  background-color: var(--white-color);
  border: none;
  margin: 0 0 10px 0;
  padding: 15.5px 45px 15.5px 42px;
  font-size: 16px;
  line-height: 1.313;
  color: var(--body-color);
  border-radius: 5px;
  position: relative;
}

.widget_nav_menu a:before {
  content: "\f04b";
  font-family: var(--icon-font);
  color: var(--body-color);
  font-weight: 900;
  font-size: 0.88em;
  padding-top: 1px;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.widget_nav_menu a:hover {
  color: var(--theme-color);
}

.widget_nav_menu a:hover:before {
  color: var(--theme-color);
}

.widget_nav_menu li {
  display: block;
  position: relative;
}

.widget_nav_menu a {
  padding-right: 20px;
}

.icon-group a {
  color: var(--white-color);
  font-size: 18px;
  margin-right: 17px;
}

.icon-group a:last-child {
  margin-right: 0;
}

.social-box .icon-group a:hover {
  color: var(--theme-color);
}

/* login */
.img-wrpp img {
  width: 100%;
}
