@import url("./btn.css");

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.woff2") format("woff2"),
    url("../fonts/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"),
    url("../fonts/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.woff2") format("woff2"),
    url("../fonts/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Oswald-Regular";
  src: url("../fonts/oswald-regular-webfont.woff"),
    url("../fonts/oswald-regular-webfont.woff2");
}

:root {
  --primary-color: #f1c338;
  --secondary-color: #99cc00;
  --red-color: #ff4444;
  --main-color: #00aae9;
}

body {
  font-family: "Roboto", sans-serif !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald-Regular" !important;
  letter-spacing: 0.2px;
}

ul {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none !important;
}

.section-pd {
  padding-top: 80px;
  padding-bottom: 80px;
}

.main_wrapper {
  background: #fff;
  min-height: calc(100vh - 50vh);
}

.main-title h2 {
  font-size: 35px;
  color: #0f2447;
}

.bg-blue {
  background: var(--main-color);
}

.box-title {
  font-size: 24px;
  line-height: 1.333;
  font-weight: 600;
}

.bg-blue-header {
  background: var(--primary-color);
  color: #fff;
  padding: 50px 0;
}

.bg-blue-header h2,
.area-title {
  color: #fff;
  margin-bottom: 0;
  font-size: 2rem;
}

/************ support and help section start***************/

.help-section-index {
  padding-top: 100px;
  padding-bottom: 100px;
}

.help-section-detail {
  padding-top: 100px;
}

.cx-blog-section {
  padding-top: 50px;
}

.post h3 {
  background: #f2e7c8;
  padding: 15px;
  margin-top: 5px;
}

.feedback h3 {
  background: #f2e7c8;
  padding: 15px;
}

.feedback a {
  margin-top: 10px;
}

.help-view .breadcrumb {
  background: var(--main-color);
}

.breadcrumb a {
  color: #fff !important;
  font-size: 14px;
  text-decoration: none;
}

.breadcrumb li {
  color: #fbbc05 !important;
}

.cx-blog-section .portfolio-filter-1 li a {
  font-size: 0.9375rem !important;
  line-height: inherit;
  height: auto !important;
}

.meta-info li span {
  color: var(--main-color);
  font-weight: 500;
  display: flex;
  align-items: center;
}

.meta-info {
  display: flex;
  align-items: center;
}

.blog-post .meta-info li span a:hover {
  background: transparent;
  color: var(--main-color) !important;
  border-bottom: 1px solid var(--main-color) !important;
}

.portfolio-filter-1 li a {
  text-transform: capitalize !important;
}

.terms-and-conditions ol {
  list-style: inside decimal;
}

.cx-blog-section .meta-info a {
  color: white;
}

.blog-post.post-single ul li span a:hover {
  color: #fff !important;
}

.list-wrapper li a {
  text-transform: capitalize;
}

.custom-Concepts {
  list-style: inside disc;
}

.copyright-text p {
  margin-bottom: 0;
  padding-top: 15px;
}

.privacy_policy ul {
  list-style: inside;
}

.search-container button:hover {
  background: var(--main-color);
}

.meta-info li:nth-child(2) span a {
  border-bottom: 1px solid var(--second-color) !important;
  display: inline-block;
  padding-bottom: 3px;
  color: var(--second-color) !important;
}

.services-content ul li {
  list-style: inside disc !important;
}

.services-content img {
  width: 100%;
  margin-top: 30px;
}

.privacy-policy-row ul li {
  list-style: inside;
}

#interview-form button {
  margin-top: 20px !important;
}

#accordionFAQ li {
  list-style: inside;
}

#accordionFAQ li p {
  display: inline-block;
}

#accordionFAQ ul li:last-child p {
  margin-bottom: 0;
}

#accordionFAQ ul {
  margin-bottom: 0;
}

.social-share.footer-social-menu li a::before {
  font-family: "Font Awesome 5 Brands";
}

.social-share.footer-social-menu.list-unstyled {
  gap: 5px !important;
  display: flex;
  justify-content: end;
}

.alert {
  margin-top: 80px !important;
}

.blog-comment-section p {
  line-height: 10px;
}

.contact-us-wrapper {
  padding-top: 120px;
  padding-bottom: 0;
}

#search-form button {
  min-width: 83px;
}

#search-form {
  flex-wrap: nowrap;
}

.services-content ul {
  padding-left: 0;
}

.alert a.close {
  float: right;
}

.blog-section .blog-img img {
  width: 100%;
  height: 270px;
  object-fit: cover;
}

.blog-section.bg .single-blog {
  background: #ffffff;
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.2);
}

.article.blog-post:last-child {
  padding-bottom: 0 !important;
}

.single-blog {
  margin-bottom: 30px;
}

.single-blog h3 {
  line-height: 1;
}

.single-blog p {
  font-size: 15px;
}

.single-blog h3 a {
  font-size: 18px;
  letter-spacing: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
}

a.read-more {
  border: 2px solid #6dbd63;
  padding: 7px 14px;
  color: #6dbd63;
  font-size: 15px;
  display: inline-block;
  border-radius: 5px;
}

article.blog-post {
  padding: 20px;
  margin: 30px 0px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.blog-post.post-single img {
  width: 100%;
}

.blog-detail .card.card-primary.blog-widget-view {
  padding: 0;
}

.content.p-bg,
.p-bg.quote-content {
  padding: 45px 0;
  position: relative;
  background: var(--main-color);
}

.portfolio-heading-section .area-title {
  text-transform: capitalize;
}

.area-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.container-fluid {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 5%;
  overflow: hidden;
}

.card-header {
  background-color: var(--main-color);
  color: #fff;
}

.cx-section.cx-blog-section .card {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border: none;
  display: block;
  margin-bottom: 25px;
}

.cx-blog-section .meta-info {
  margin-bottom: 14px;
  margin-top: 0px;
}

.cx-blog-section .post-content h3 a {
  font-weight: 600;
}

.cx-blog-section .content-list a {
  color: #222;
}

.cx-blog-section .content-list a:hover {
  color: var(--main-color);
}

.cx-blog-section .sideimage img {
  width: 110px;
  margin-right: 0px !important;
  min-width: 110px;
}

.cx-blog-section .sideimage {
  align-items: center;
}

/* Blog Css End */

/* =================== pricing css ====================== */
.pricing-item {
  background: #fff;
  text-align: center;
  margin-bottom: 25px;
  border-radius: 8px;
  transition: all 0.5s ease-in-out;
  height: 100%;
  position: relative;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.pricing-item:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.pricing-header-wrapper {
  border-radius: 8px;
  height: 175px;
  padding-top: 25px;
  position: relative;
  z-index: 1;
}

.pricing-header-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--main-color);
  border-radius: 10px;
  left: 0;
  top: 0;
  z-index: -1;
}

.pricing-header h5 {
  font-size: 24px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  color: #fff;
}

.pricing-header p {
  color: #fff;
}

.pricing-amount {
  position: absolute;
  left: 50%;
  bottom: -60px;
  transform: translateX(-50%);
  height: 130px;
  width: 130px;
  border-radius: 50%;
  background-color: #fff;
  border: 3px solid var(--main-color);
  color: var(--main-color);
  font-weight: 700;
  padding: 30px 0;
  box-shadow: 1px 1px 10px rgb(68 68 68/ 60%);
}

.pricing-amount strong {
  font-size: 37px;
  font-weight: 900;
  color: var(--main-color);
  line-height: 1;
}

.pricing-amount-type {
  position: relative;
  z-index: 1;
  color: var(--main-color);
  font-size: 13px;
  text-transform: uppercase;
}

.pricing-feature {
  margin-top: 50px;
  padding: 40px 0 70px;
  text-align: center;
}

.pricing-feature li {
  margin-bottom: 15px;
  list-style: none;
}

.pricing-feature li:last-child {
  margin-bottom: 0px;
}

.pricing-feature li i {
  color: var(--main-color);
  margin-right: 5px;
}

.pricing-footer {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 30px;
}

/* pricing Css End */

/* features Css start */
.features-inner.min-height .f-desc ul {
  padding-left: 0;
}

.features-inner {
  height: 100%;
  margin-bottom: 0;
}

.jischool-erp .row > div {
  margin-bottom: 30px;
}

.features-block_One {
  color: #fff;
  padding: 50px 0;
  background: var(--main-color);
}

.features-block_One h2 {
  margin: 0;
}

.img-wrap {
  border-right: 0;
}

.features-section .container-fluid .row {
  margin-inline: auto;
}

.features-section .container-fluid .row:nth-child(2) {
  margin-inline: auto;
  padding-top: 50px;
}

section.content.py-5 {
  display: none;
}

.features-section {
  margin-top: 70px;
  overflow: hidden;
}

/* Features Css End */

.cx-section.cx-blog-section .card {
  margin-bottom: 20px;
  height: auto !important;
}

.cx-blog-section .blog-widget-view .item li .items {
  margin-bottom: 14px;
}

.cx-section.cx-blog-section .card {
  margin-bottom: 20px;
  height: auto !important;
}

.cx-blog-section .blog-widget-view .item li .items {
  margin-bottom: 14px;
}

.cx-blog-section .post-content .post-content-inner > h3 {
  margin-bottom: 5px;
}

.blog-categories ul li {
  display: inline-block !important;
}

.cx-blog-section .meta-info > li {
  margin-right: 10px;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
  padding: 30px 0 40px;
}

.pagination li a,
.pagination li span {
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  color: #333;
  box-shadow: 0 0 5px 1px #21212159 !important;
  margin: 5px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  transition: 0.75s;
  background-color: #fff;
}

.pagination li:first-of-type a,
.pagination li:first-of-type span,
.pagination li:last-of-type a {
  padding: 10px 20px;
  background-color: var(--main-color);
  color: #fff;
}

.pagination li.active a {
  background-color: var(--main-color);
  color: #fff !important;
}

.pagination-list-wrapper li a:hover {
  box-shadow: 0 0 5px 1px #21212159;
}

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

.cx-blog-section .post-content h3 a:hover {
  color: var(--main-color);
}

.thankyou_wrap {
  background: #e3daff;
  padding: 60px 30px;
  color: #000;
}

.thankyou_wrap h1 {
  font-weight: 500;
}

.search-container button {
  background: var(--main-color);
}

.cx-blog-section .post-content h3 a:hover {
  color: var(--main-color);
}

.features-inner .f-desc h3 a {
  color: #000;
}

.features-inner .f-desc h3 a:hover {
  color: var(--main-color);
}

.cx-blog-section .post-thumbnail img {
  width: 100%;
  object-fit: cover;
}

.support-group .card .wrap h3 {
  color: #071c4d;
}

.blog-single-slide {
  background: #fff;
  box-shadow: 0 3px 20px 0 rgb(0 0 0/ 25%);
  height: 100%;
}

.blog-single-slide a {
  display: block;
}

.blog-single-slide a img {
  width: 100%;
}

.blog-slide-text {
  padding: 20px;
}

.blog-slide-text p,
.post-content-inner ul.meta-info li,
ul#footer-list li {
  margin-bottom: 10px;
}

.blog-single-slide a {
  display: block;
  color: #000;
}

.blog-meta {
  margin-left: 5px;
  margin-right: 15px;
}

.blog-single-slide span.blog-meta {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.blog-btn .main-btn {
  display: inline-block;
}

.registration-view p a {
  color: #00aae9;
  font-weight: 600;
}

.vl {
  position: absolute;
  left: 52%;
  transform: translate(-50%, -50%);
  border: 1px solid #e3e3e3;
  height: 60%;
  top: 50%;
}

.vl-innertext {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #ff4646;
  border: 2px solid #ff4646;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 36px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.sign-link {
  color: #00aae9;
}

@media (max-width: 1399px) {
  a.blog_img {
    height: 178px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .footer-menu a.butn.btn-gredient {
    font-size: 16px;
    padding-inline: 20px;
  }
}

@media (max-width: 1199px) {
  #interview-form {
    margin-inline: 20px;
  }
  a.blog_img {
    height: 148px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .footer-menu a.butn.btn-gredient {
    font-size: 13px;
    padding-inline: 8px;
  }
}

@media screen and (max-width: 991px) {
  .blog-post img {
    width: 100%;
    margin-bottom: 15px;
  }
  .blog-section .blog-img img {
    height: auto;
  }
  a.blog_img {
    height: 350px;
  }
  .mb-30 {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .card.card-primary.blog-widget-view {
    margin-top: 25px;
  }
  .bg-blue-header h1 {
    font-size: 30px;
  }
  a.blog_img {
    height: 258px;
  }
}

@media (max-width: 575px) {
  .post-content-inner h2 {
    font-size: 24px;
  }
  .portfolio-heading-section .area-title {
    font-size: 30px !important;
  }
  .page-title-inner h1 {
    font-size: 30px;
  }
  .blog-comment-section p {
    text-align: left !important;
  }
  .blog-comment-section ul {
    justify-content: start !important;
  }
}
