@charset "UTF-8";
* {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

p {
  font-weight: 400;
  line-height: 30px;
}

p,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
li {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

.author_name a {
  color: #939292;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
.author_text{
display: none;
                      }

          }
          .logo_img{
            height: auto;
            width: 70px;
            @media screen and (max-width: 767px) {
                height: auto;
            width: 60px;
            }
          }

body {
  /* Track (background) */
  /* Handle (thumb) */
  /* Handle on hover */
}
body::-webkit-scrollbar {
  width: 4px; /* for vertical scrollbar */
  height: 4px; /* for horizontal scrollbar */
}
body::-webkit-scrollbar-track {
  background: #f1f1f1;
}
body::-webkit-scrollbar-thumb {
  background: #c56e10;
  border-radius: 4px;
}
body::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.subtitle{
        font-size: 14px;
    padding: 20px 0 0 0;
}
.btn_section{
    text-align: right;
        margin: 24px 0 12px 0;
}

.btn_section .evaluate_yourselfbtn{
    font-size: 16px;
font-weight: 600;
padding: 8px 25px 8px 25px;
background-image: linear-gradient(90deg, #1a4e85 0%, #c56e10 100%);
color: #ffffff;
/* background-color: #FFFFFF; */
border-style: solid;
border-width: 1px 1px 1px 1px;
/* border-color: #F92D73; */
border-radius: 3px 3px 3px 3px;
display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
}
@media (max-width: 767px) {
  .btn_section{
    text-align: center;


}
.btn_section .evaluate_yourselfbtn{
    font-size: 16px;
font-weight: 600;
padding: 8px 25px 8px 25px;
background-image: linear-gradient(90deg, #1a4e85 0%, #c56e10 100%);
color: #ffffff;
/* background-color: #FFFFFF; */
border-style: solid;
border-width: 1px 1px 1px 1px;
/* border-color: #F92D73; */
border-radius: 3px 3px 3px 3px;
display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 24px auto 12px auto;
     width: fit-content;
}
}
/* Custom Tooltip Styles */
.tooltip-btn {
  position: relative;
  display: inline-block;
  cursor: pointer;
  width: 30px;
  height: 30px;
  line-height: 40px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eeecef;
}
.tooltip-btn svg {
  width: 18px;
  height: 18px;
}
.tooltip-btn::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 90%; /* Position above the button */
  left: 50%;
  transform: translateX(-50%);
  background-color: #555;
  color: #fff;
  padding: 2px 4px;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s;
  z-index: 1;
  font-size: 14px;
  line-height: 16px;
}

.tooltip-btn:hover::after,
.tooltip-btn:hover::before {
  opacity: 1;
  visibility: visible;
}

.ans_green {
  color: #00b800;
  font-weight: 600;
  border-bottom: 2px solid #4a994a;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  /* Spinner animation */
}
#preloader .spinner {
  width: 60px;
  height: 60px;
  border-top: 1px solid #1da1f2; /* Blue color */
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.loader-container {
  display: flex;
  margin: 20px 0 0;
  align-items: end;
  gap: 8px;
}

.read_more {
  color: #c56e10;
  font-weight: 600;
}

.svg-loader {
  display: block;
}

.banner_design {
  margin: 80px 0 0 0;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}
.banner_design .subtitle{
  text-align: center;
}
.banner_design h2 {
  font-family: "Handlee", cursive;
  font-style: normal;
  font-weight: 500;
  font-size: 42px;
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  .banner_design h2 {
    font-size: 32px;
  }
}
.banner_design h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 0;
  left: 0;
  margin: auto;
  width: 100px;
  background: transparent;
  box-sizing: content-box;
  border-bottom: 2px solid #c56e10;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.banner_design h2 a {
  font-family: "Handlee", cursive;
  font-style: normal;
  font-weight: 500;
  color: #000;
}
.banner_design h2 a:hover {
  color: #c56e10;
}

/* --- Pulsing Dots Loader Styles --- */
.loader-container.--pulsing-dots {
  --loader-size: 30px;
  --loader-speed: 1s;
}

.loader-container.--pulsing-dots .svg-loader {
  width: var(--loader-size);
  height: calc(var(--loader-size) / 4);
}

.loader-container.--pulsing-dots circle {
  fill: #111;
}

.loader-container.--pulsing-dots circle animate {
  transition: 1.5s;
}

.title_devide_2 {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin: 0 0 24px 0;
  align-items: center;
}
.title_devide_2 h4 {
  color: #20638f;
  line-height: 1.2em;
  font-size: 24px;
}
.title_devide_2 .view_all_header {
  color: #20638f;
  font-size: 16px;
  cursor: pointer;
}
.title_devide_2 .view_all_header::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #20638f;
  transition: width 0.3s;
}
.title_devide_2 .view_all_header:hover::after {
  width: 100%;
}
.title_devide_2 svg {
  height: 20px;
  width: 20px;
}

.title_only {
  margin: 0 0 24px 0;
  position: relative;
}
.title_only h4 a {
  color: #000;
  line-height: 1.2em;
  font-size: 24px;
}
.title_only h4 a::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #ccc;
  transition: width 0.8s;
  position: absolute;
  bottom: 0;
  opacity: 0.4;
}
.title_only h4 a::after {
  content: "";
  display: block;
  width: 10%;
  height: 2px;
  background: #20638f;
  transition: width 0.8s;
}
.title_only h4 a:hover::after {
  width: 100%;
}

.equal_gap {
  padding: 40px 0 0;
}

.about_banner {
  height: 500px;
  position: relative;
  background-attachment: fixed;
}
@media (max-width: 991px) {
  .about_banner {
    height: 400px;
  }
}
@media (max-width: 767px) {
  /* .about_banner {
        background-size: contain !important;
    background-position: top !important;
  } */
}
.about_banner .overlay {
  background: rgba(230, 230, 230, 0.8117647059);
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.about_banner .overlay .container {
  height: 100%;
}
.about_banner .overlay .banner-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  height: 100%;
}
@media (max-width: 991px) {
  .about_banner .overlay .banner-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.about_banner .overlay .banner-wrap .abt_des {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 24px;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.about_banner .overlay .banner-wrap .abt_des h2 {
  font-size: 45px;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .about_banner .overlay .banner-wrap .abt_des h2 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .about_banner .overlay .banner-wrap .abt_des h2 {
    font-size: 24px;
  }
}
@media (max-width: 500px) {
  .about_banner .overlay .banner-wrap .abt_des h2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
  }
}
.about_banner .overlay .banner-wrap .abt_des p {
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 500px) {
  .about_banner .overlay .banner-wrap .abt_des p {
    font-size: 16px;
    font-weight: 500;
  }
}
.about_banner .overlay .banner-wrap ul {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  flex-direction: row;
}
.about_banner .overlay .banner-wrap ul li {
  display: inline-block;
  color: #b4beb2;
  font-size: 18px;
}
.about_banner .overlay .banner-wrap ul li a {
  color: #fff;
}
.about_banner .overlay .banner-wrap ul li a::after {
  content: "/";
  font-family: "Font Awesome 6 Free";
  transition: all 0.3s ease-in-out;
  margin: 0 12px;
  display: inline-block;
}

.pagination_section {
  padding: 40px 0;
}
.pagination_section li {
  margin: 4px;
}
.pagination_section a {
  border-radius: 50%;
}
.pagination_section .page-item:first-child .page-link,
.pagination_section .page-item:last-child .page-link {
  border-radius: 50%;
}
.pagination_section .pagination-lg .page-link {
  padding: 4px 14px;
  font-size: 1.25rem;
}

.sort-select,
.sort-select_material {
  width: 100%;
  margin: 20px 0;
  padding: 8px 20px;
  border-radius: 8px;
  outline: none;
  border: 1px solid rgba(204, 204, 204, 0.4196078431);
  background-color: rgba(204, 204, 204, 0.4196078431);
}

.submit_mdl .modal-body .submit_msg {
  display: grid;
  gap: 12px;
}

.cont_edit_btn {
  background-color: #0167bb;
  color: #fff;
  border: 2px solid #0167bb;
  border-radius: 8px;
  padding: 4px 8px;
}
.cont_edit_btn:hover {
  color: #fff;
}

.finish_btn {
  background-color: #00b800;
  color: #fff;
  border: 2px solid #00b800;
  border-radius: 8px;
  padding: 4px 8px;
}
.finish_btn:hover {
  color: #fff;
}

header {
  height: 60px;
  /* line-height: 60px; */
  top: 0;
  z-index: 800;
  position: fixed;
  width: 100%;
  background: #fff;
}
header h2 a {
  color: #000;
  font-family: "Handlee", cursive;
  font-weight: 600;
  font-style: normal;
}
@media (max-width: 450px) {
  header h2 a {
    font-size: 20px;
  }
}
header h2 a:hover {
  color: #c56e10;
}
header .header_inner {
  top: 0rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1051;
  max-width: 100%;
  margin: 0 auto;
  padding: 12px 3.75vw;
}
header .right_buttons {
  right: 1rem;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}
header .right_buttons .top_link a {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  margin: 0 8px;
  position: relative;
}
header .right_buttons .top_link a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: auto;
  height: 1px;
  width: 0;
  background-color: #c56e10; /* Twitter Blue or any color */
  transition: width 0.8s ease;
}
header .right_buttons .top_link a:hover::after {
  width: 100%;
}
header .social-icons {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 6px;
}
header .social-icons a,
header .social-icons button {
  border: none;
  font-size: 18px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 40px;
}
header .social-icons img {
      width: 28px;
    height: 28px;
    border-radius: 50%;
    margin-right: 4px;
}
header .social-icons a svg,
header .social-icons button svg {
  width: 20px;
  height: 20px;
}
@media (max-width: 450px) {
  header .social-icons a svg,
  header .social-icons button svg {
    width: 14px;
    height: 14px;
  }
  header .social-icons img {
      width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 4px;
}
}
@media (max-width: 450px) {
  header .social-icons a,
  header .social-icons button {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
  }
}
header .social-icons a i,
header .social-icons button i {
  width: 30px;
  height: 30px;
  line-height: 40px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 450px) {
  header .social-icons a i,
  header .social-icons button i {
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
}
header .social-icons a i.fa-facebook-f,
header .social-icons button i.fa-facebook-f {
  background: #1877f2;
}
header .social-icons a i.fa-twitter,
header .social-icons button i.fa-twitter {
  background: #1da1f2;
}
header .social-icons a i.fa-instagram,
header .social-icons button i.fa-instagram {
  background: #e1306c;
}
header .toggle-btn {
  border: none;
  background: transparent;
}
header .toggle-btn svg {
  transition: transform 0.6s ease;
}
header .toggle-btn.rotated svg {
  transform: rotate(90deg);
}
header .navbar-light .navbar-toggler {
  border-color: transparent;
}
header .navbar-toggler:focus {
  box-shadow: none;
}
header .navbar-toggler .navbar-toggler-icon {
  width: 18.75px;
  height: 18px;
  display: inline-block;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18.75" height="18" viewBox="0 0 25 24"><path fill="currentColor" d="M3.563 6a.75.75 0 0 1 .75-.75h16a.75.75 0 0 1 0 1.5h-16a.75.75 0 0 1-.75-.75m0 12a.75.75 0 0 1 .75-.75h16a.75.75 0 0 1 0 1.5h-16a.75.75 0 0 1-.75-.75m.75-6.75a.75.75 0 0 0 0 1.5h16a.75.75 0 0 0 0-1.5z"/></svg>') no-repeat center center;
}
header .navbar-toggler.active .navbar-toggler-icon {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="m8.464 15.535l7.072-7.07m-7.072 0l7.072 7.07"/></svg>') no-repeat center center;
}

.sidebar {
  position: fixed;
  top: 60px;
  right: 0;
  width: 300px;
  height: calc(100vh - 60px);
  background-color: rgba(0, 0, 0, 0.8117647059);
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  overflow-y: auto;
  z-index: 1050;
  text-align: center;
  /* Animation states */
  opacity: 0;
  transform: translateX(100%);
  visibility: hidden;
  transition: transform 0.85s ease, opacity 0.85s ease, visibility 0.85s;
}
.sidebar .nav {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
}
.sidebar.open {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
}
.sidebar .nav-item {
  margin-bottom: 0.5rem;
}
.sidebar .nav-link {
  position: relative;
  text-decoration: none;
  color: #fff;
  font-size: 22px;
  font-family: "Handlee", cursive;
  font-weight: 500;
  font-style: normal;
}
.sidebar .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 1px;
  width: 0;
  background-color: #c56e10; /* Twitter Blue or any color */
  transition: width 0.8s ease;
}
.sidebar .nav-link:hover::after {
  width: 80px;
}
.sidebar select {
  width: 100%;
  padding: 0.5rem;
}

.blog-details-area {
  margin: 40px 0;
}
.blog-details-area .blog-details-content .blog_title {
  margin-bottom: 12px;
  line-height: 1.2;
  font-size: 24px;
  color: #124671;
  text-align: center;
}
.blog-details-area .blog-details-content .image-shape {
  float: left;
  width: 30%;
  height: auto;
  max-height: 400px;
  min-height: 100px;
  -o-object-fit: fill;
     object-fit: fill;
  /* object-fit: contain; */
  margin-right: 20px;
  margin-bottom: 20px;
}
@media (max-width: 500px) {
  .blog-details-area .blog-details-content .image-shape {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.blog-details-area .blog-details-content .book_detail {
  padding: 24px 0;
  font-size: 18px;
  line-height: 1.6;
}
.blog-details-area .blog-details-content .blog-preview-img {
  margin-bottom: 24px;
}
.blog-details-area .blog-details-content .blog-preview-img img {
  max-width: 100%;
  width: 100%;
  max-height: 500px;
  min-height: 100px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-details-area .blog-details-content .tag-list {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 12px 0 24px 0;
}
.blog-details-area .blog-details-content .tag-list div {
  font-size: 16px;
  color: #000;
}
.blog-details-area .blog-details-content .tag-list div i,
.blog-details-area .blog-details-content .tag-list div a {
  color: #000;
  font-size: 16px;
}
.blog-details-area .blog-details-content p {
  margin-bottom: 15px;
  line-height: 36px;
  text-align: justify;
}
.blog-details-area .blog-details-content blockquote {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
  margin-top: 24px;
  background-color: #f5f5f5;
  padding: 24px;
}
.blog-details-area .blog-details-content blockquote::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #897e7e;
}
.blog-details-area .blog-details-content blockquote p {
  font-size: 17px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  color: var(--titleColor);
}
.blog-details-area .blog-details-content blockquote h3 {
  font-size: 26px;
}
.blog-details-area .blog-details-content .blog-article-content {
  margin-bottom: 30px;
}
.blog-details-area .blog-details-content .blog-article-content ul {
  padding: 12px 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.blog-details-area .blog-details-content .blog-article-content ul li {
  list-style-type: disc;
}
.blog-details-area.book_detail {
  padding: 24px 0;
}
.blog-details-area.book_detail .blog-details-content {
  padding: 50px 200px;
}
@media screen and (max-width: 991px) {
  .blog-details-area.book_detail .blog-details-content {
    padding: 50px 40px;
  }
}
@media screen and (max-width: 500px) {
  .blog-details-area.book_detail .blog-details-content {
    padding: 20px;
  }
}
.blog-details-area.book_detail .blog-details-content .tag-list {
  text-align: center;
  justify-content: center;
}
.blog-details-area.book_detail .blog-details-content .tag-list .publish_on {
  font-size: 18px;
  color: #6b6969;
  font-weight: 300;
}
.blog-details-area.book_detail .blog-details-content .blog_title {
  font-family: "Handlee", cursive;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 60px;
  line-height: 1.2;
  font-size: 42px;
  color: #124671;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .blog-details-area.book_detail .blog-details-content .blog_title {
    font-size: 32px;
  }
}
.blog-details-area.book_detail .blog-details-content .blog_title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 0;
  left: 0;
  margin: auto;
  width: 100px;
  background: transparent;
  box-sizing: content-box;
  border-bottom: 2px solid #c56e10;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.blog-details-area.book_detail .blog-details-content .image-shape {
  width: 100%;
  height: auto;
  max-height: 400px;
  min-height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 0;
  margin-bottom: 40px;
}

.book_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 20px auto;
}
@media screen and (max-width: 1200px) {
  .book_list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 992px) {
  .book_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .book_list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.book_list .single_book {
  width: 100%;
  text-align: center;
  background-color: #eaeff9;
  border-radius: 4px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 20px;
  border: none;
}
.book_list .single_book:nth-child(odd) {
  background-color: #eaeff9; /* Light gray for odd divs */
}
.book_list .single_book:nth-child(even) {
  background-color: #fbf4ea; /* Darker gray for even divs */
}
.book_list .single_book img {
  width: 100%;
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}
.book_list .single_book .category {
  color: #20638f;
  font-size: 14px;
  font-weight: bold;
  margin-top: 12px;
}
.book_list .single_book .title {
  font-size: 16px;
  font-weight: 500;
  margin: 8px 0;
  color: #333;
}
.book_list .single_book .author {
  font-size: 14px;
  color: #555;
  margin-bottom: 16px;
}
.book_list .single_book .read_more {
  text-align: right;
  color: #20638f;
}
.book_list .single_book .read_more svg {
  width: 20px;
  height: 20px;
}

.news-letter {
  background-color: #f6f6f8;
  margin: 40px 0 0 0;
}
.news-letter .news {
  padding: 4.8px 0 9.6px 0;
  text-align: center;
}
.news-letter .news-heading {
  font-size: 24px;
  line-height: 1.4;
  color: #333;
}
.news-letter .news p {
  font-size: 14px;
  margin-bottom: 16px;
  margin-top: 12px;
  line-height: 1.8;
}
.news-letter input[type=email] {
  display: inline-block;
  width: 32%;
  padding: 6px 12px;
  margin: 8px 0;
  border: 1px solid #ccc;
  box-sizing: border-box;
  height: 42px;
  margin-top: 18px;
  border-radius: 4px;
  border: none;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 600px) {
  .news-letter input[type=email] {
    width: 50%;
  }
}
@media screen and (max-width: 400px) {
  .news-letter input[type=email] {
    width: 60%;
  }
}
.news-letter input,
.news-letter input::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 3;
  outline: none;
}
.news-letter .bt {
  margin-left: -6px;
  font-size: 16px;
  display: inline-block;
  font-weight: 600;
  padding: 9px 16px;
  border-radius: 0 4px 4px 0;
  /* Only necessary for .btn */
  border: none;
  cursor: pointer;
  background-color: #d9dff2;
  color: #000;
}

.collabration_with {
  margin: 0 auto;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.collabration_with .collabration .item {
  padding: 20px;
  border-radius: 15px;
}
@media screen and (max-width: 500px) {
  .collabration_with .collabration .item {
    padding: 0px;
  }
}
.collabration_with .collabration .item .profile {
  display: grid;
  align-items: center;
  text-align: center;
  margin: auto;
}
.collabration_with .collabration .item .profile img {
  border-radius: 100%;
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
  text-align: center;
}
.collabration_with .collabration .item .profile .information {
  padding-left: 20px;
  margin-bottom: 15px;
}
.collabration_with .collabration .item .profile .information p {
  font-size: 20px;
  margin: 0px auto 0px;
  color: #c56e10;
  font-weight: 600;
  line-height: 1;
}
.collabration_with .collabration .item > p {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.6em;
  display: block;
  z-index: 2;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .collabration_with .collabration .item > p {
    text-align: justify;
  }
}

.more_from_author {
  background-color: #f4f4ec;
}
.more_from_author .more_from_author_list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1200px) {
  .more_from_author .more_from_author_list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 992px) {
  .more_from_author .more_from_author_list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .more_from_author .more_from_author_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 450px) {
  .more_from_author .more_from_author_list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 450px) {
  .more_from_author .more_from_author_list .single_author_book {
    padding: 0 40px;
  }
}
@media screen and (max-width: 350px) {
  .more_from_author .more_from_author_list .single_author_book {
    padding: 0 20px;
  }
}
.more_from_author .more_from_author_list .single_author_book .box {
  position: relative;
  width: 100%;
  height: 300px;
  background: #000;
  float: left;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 450px) {
  .more_from_author .more_from_author_list .single_author_book .box {
    min-height: 100px;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.more_from_author .more_from_author_list .single_author_book .box:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border-top: 1px solid #f4f4ec;
  border-bottom: 1px solid #f4f4ec;
  box-sizing: border-box;
  transition: 0.9s;
  transform: scaleX(0);
  opacity: 0;
}
@media screen and (max-width: 992px) {
  .more_from_author .more_from_author_list .single_author_book .box:before {
    transform: scaleX(1);
    opacity: 1;
    border-top: none;
    border-bottom: 1px solid #f4f4ec;
  }
}
.more_from_author .more_from_author_list .single_author_book .box:hover:before {
  transform: scaleX(1);
  opacity: 1;
}
.more_from_author .more_from_author_list .single_author_book .box:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border-left: 1px solid #f4f4ec;
  border-right: 1px solid #f4f4ec;
  box-sizing: border-box;
  transition: 0.8s;
  transform: scaleY(0);
  opacity: 0;
}
@media screen and (max-width: 992px) {
  .more_from_author .more_from_author_list .single_author_book .box:after {
    border-left: none;
    border-right: none;
    transform: scaleY(1);
    opacity: 1;
  }
}
.more_from_author .more_from_author_list .single_author_book .box:hover:after {
  transform: scaleY(1);
  opacity: 1;
}
.more_from_author .more_from_author_list .single_author_book .box .imgBox {
  position: relative;
  height: 100%;
}
.more_from_author .more_from_author_list .single_author_book .box .imgBox img {
  width: 100%;
  height: 100%;
  transition: 0.8s;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 992px) {
  .more_from_author .more_from_author_list .single_author_book .box .imgBox img {
    opacity: 0.4;
    transform: scale(1.2);
  }
}
@media screen and (max-width: 450px) {
  .more_from_author .more_from_author_list .single_author_book .box .imgBox img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.more_from_author .more_from_author_list .single_author_book .box:hover .imgBox img {
  opacity: 0.2;
  transform: scale(1.2);
}
.more_from_author .more_from_author_list .single_author_book .box .content {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .more_from_author .more_from_author_list .single_author_book .box .content {
    top: 80%;
  }
}
@media screen and (max-width: 450px) {
  .more_from_author .more_from_author_list .single_author_book .box .content {
    top: 90%;
  }
}
.more_from_author .more_from_author_list .single_author_book .box .content h4 {
  padding: 0;
  color: #f4f4ec;
  transition: 0.5s;
  transform: translateY(-50px);
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 992px) {
  .more_from_author .more_from_author_list .single_author_book .box .content h4 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
  }
}
@media screen and (max-width: 550px) {
  .more_from_author .more_from_author_list .single_author_book .box .content h4 {
    font-size: 16px;
  }
}
.more_from_author .more_from_author_list .single_author_book .box:hover .content h4 {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.testimonials {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.testimonials .title {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  padding: 20px 0;
  max-width: 600px;
  margin: 0 auto;
}
.testimonials .title h4 {
  color: #124671;
  margin-bottom: -3px;
}
.testimonials .title img {
  margin-top: -10px;
}
.testimonials .title p {
  margin: 0 0 10px;
  margin-bottom: 0;
  color: #000;
}
.testimonials .testi .item {
  padding: 20px;
  border-radius: 15px;
}
@media screen and (max-width: 600px) {
  .testimonials .testi .item {
    padding: 0px;
  }
}
.testimonials .testi .item .profile {
  display: grid;
  align-items: center;
  text-align: center;
  margin: auto;
}
.testimonials .testi .item .profile svg {
  margin: auto;
  text-align: center;
  height: 40px;
  width: 40px;
}
.testimonials .testi .item .information {
  display: flex;
  justify-self: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px;
}
.testimonials .testi .item .information img {
  border-radius: 100%;
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
  text-align: center;
}
.testimonials .testi .item .information p {
  font-size: 20px;
  margin: 0px auto 0px;
  color: #c56e10;
  font-weight: 600;
  line-height: 1;
}
.testimonials .testi .item > p {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.6em;
  display: block;
  z-index: 2;
  color: #000;
  text-align: center;
  margin: 40px;
  font-style: italic;
}
@media screen and (max-width: 600px) {
  .testimonials .testi .item > p {
    margin: 20px 0px;
  }
}
.testimonials .owl-theme .owl-dots .owl-dot.active span {
  width: 32px;
  background-color: #c56e10;
}

.publication_section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1200px) {
  .publication_section {
    gap: 20px;
  }
}
@media screen and (max-width: 991px) {
  .publication_section {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .publication_section {
    grid-template-columns: repeat(1, 1fr);
    padding: 40px;
  }
}
@media screen and (max-width: 500px) {
  .publication_section {
    padding: 20px 0px;
  }
}
.publication_section .single_publication_section {
  position: relative;
  padding: 12px;
  border-radius: 8px;
}
.publication_section .single_publication_section::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background: transparent;
  box-sizing: content-box;
  border-right: 2px solid #c56e10;
  border-bottom: 2px solid #c56e10;
  /* Hidden by default */
  transform: scale(0);
  transform-origin: bottom right;
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
@media screen and (max-width: 767px) {
  .publication_section .single_publication_section::after {
    transform: scale(1);
    opacity: 1;
  }
}
.publication_section .single_publication_section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background: transparent;
  box-sizing: content-box;
  border-left: 2px solid #c56e10;
  border-top: 2px solid #c56e10;
  /* Hidden by default */
  transform: scale(0);
  transform-origin: top left;
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
@media screen and (max-width: 767px) {
  .publication_section .single_publication_section::before {
    transform: scale(1);
    opacity: 1;
  }
}
.publication_section .single_publication_section:hover::after, .publication_section .single_publication_section:hover::before {
  transform: scale(1);
  opacity: 1;
}
.publication_section .single_publication_section figure {
  margin: 0;
}
.publication_section .single_publication_section img {
  color: #fff;
  text-align: center;
  height: 300px;
  transition: all 0.35s ease-out;
  margin: 0;
  width: 100%;
  padding: 0;

     object-fit: contain;
}
/* @media screen and (max-width: 1200px) {
  .publication_section .single_publication_section img {
    height: 200px;
  }
} */
.publication_section .single_publication_section .detail_section {
  text-align: justify;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 12px;
  border: none;
  /* border-bottom: 1px solid #e2e8f0;
  border-right: 1px solid #e2e8f0;
  border-left: 1px solid #e2e8f0; */
}
.publication_section .single_publication_section .detail_section .date_author span {
  font-size: 12px;
  color: #999;
  line-height: 15px;
}
.publication_section .single_publication_section .detail_section .date_author span.date::before {
  content: "•"; /* Unicode bullet */
  color: #555; /* Customize color */
  font-size: 1.2em;
  display: inline-block;
}
.publication_section .single_publication_section .detail_section .title {
  font-size: 18px;
  font-weight: 600;
  padding: 0 0 12px 0;
  text-align: justify;
}
.publication_section .single_publication_section .detail_section .title a {
  color: #333;
}

.rs-services.services-style8 .services-item {
  background-color: #ffffff;
  background-image: url(../icons/serv-shape-data.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  height: 100%;
}

.rs-services.services-style8 .services-item .services-wrap {
  text-align: center;
  padding: 50px 29px 50px 29px;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
  height: 100%;
}

.rs-services.services-style8 .services-item .services-wrap .services-icon {
  margin-bottom: 25px;
}

.rs-services.services-style8 .services-item .services-wrap .services-icon img {
  width: 50px;
}

.rs-services.services-style8 .services-item .services-wrap .services-content .title {
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  margin: 0px 0px 13px 0px;
}

.rs-services.services-style8 .services-item .services-wrap .services-content .title a {
  color: #1d165c;
}

.rs-services.services-style8 .services-item .services-wrap .services-content .title a:hover {
  color: #1a4e85;
}

.rs-services.services-style8 .services-item .services-wrap .services-content .services-desc {
  margin-bottom: 25px;
}

.rs-services.services-style8 .services-item:hover {
  background-color: #ffffff;
  background-image: url(../icons/serv-shape-data2.png);
  background-position: top left;
}

.services-btn a {
  font-size: 16px;
  font-weight: 600;
  padding: 8px 25px 8px 25px;
  background-image: linear-gradient(90deg, #1a4e85 0%, #c56e10 100%);
  color: #ffffff;
  /* background-color: #FFFFFF; */
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  /* border-color: #F92D73; */
  border-radius: 3px 3px 3px 3px;
  display: inline-block;
}

.recent_publication_section {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 450px) {
  .recent_publication_section .recently_publication {
    padding: 0 40px;
  }
}
@media screen and (max-width: 350px) {
  .recent_publication_section .recently_publication {
    padding: 0 20px;
  }
}
.recent_publication_section .recently_publication figure.snip1199 {
  position: relative;
  overflow: hidden;
  margin: 0;
  height: 280px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  background: #000000;
  text-align: right;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 450px) {
  .recent_publication_section .recently_publication figure.snip1199 {
    height: 350px;
  }
}
@media screen and (max-width: 350px) {
  .recent_publication_section .recently_publication figure.snip1199 {
    height: 300px;
  }
}
.recent_publication_section .recently_publication figure.snip1199 img {
  max-width: 100%;
  transition-delay: 0.35s;
}
@media screen and (max-width: 992px) {
  .recent_publication_section .recently_publication figure.snip1199 img {
    opacity: 0.4;
    transition-delay: 0s;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.recent_publication_section .recently_publication figure.snip1199 figcaption {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%) scaleY(0);
  transition-delay: 0.35s;
}
@media screen and (max-width: 992px) {
  .recent_publication_section .recently_publication figure.snip1199 figcaption {
    transform: translateY(-50%) scaleY(1);
    transition-delay: 0s;
    top: 92%;
  }
}
.recent_publication_section .recently_publication figure.snip1199 h6,
.recent_publication_section .recently_publication figure.snip1199 svg {
  background: #ffffff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  line-height: 50px;
}
@media screen and (max-width: 992px) {
  .recent_publication_section .recently_publication figure.snip1199 h6,
  .recent_publication_section .recently_publication figure.snip1199 svg {
    color: #ffffff;
    transition-delay: 0.35s;
  }
}
.recent_publication_section .recently_publication figure.snip1199 h6 {
  margin: 0;
  font-weight: 400;
  padding-left: 25px;
  padding-right: 25px;
  text-transform: uppercase;
  background-color: #000000;
  color: rgba(255, 255, 255, 0);
}
.recent_publication_section .recently_publication figure.snip1199 h3 span {
  font-weight: 600;
}
.recent_publication_section .recently_publication figure.snip1199 svg {
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 34px;
  color: #000000;
  width: 50px;
  height: 50px;
  z-index: 1;
  text-align: center;
  transform: translate(-100%, -50%);
}
@media screen and (max-width: 992px) {
  .recent_publication_section .recently_publication figure.snip1199 svg {
    top: 92%;
  }
}
.recent_publication_section .recently_publication figure.snip1199 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
.recent_publication_section .recently_publication figure.snip1199.blue {
  background-color: #2d2f30;
}
.recent_publication_section .recently_publication figure.snip1199.blue svg {
  color: #20638f;
}
@media screen and (max-width: 992px) {
  .recent_publication_section .recently_publication figure.snip1199.blue svg {
    transform: translate(0, -50%);
    transition-delay: 0.3s;
  }
}
.recent_publication_section .recently_publication figure.snip1199.blue h6 {
  background-color: #20638f;
}
.recent_publication_section .recently_publication figure.snip1199:hover img {
  opacity: 0.4;
  transition-delay: 0s;
}
.recent_publication_section .recently_publication figure.snip1199:hover figcaption,
.recent_publication_section .recently_publication figure.snip1199.hover figcaption {
  transform: translateY(-50%) scaleY(1);
  transition-delay: 0s;
}
@media screen and (max-width: 992px) {
  .recent_publication_section .recently_publication figure.snip1199 h6 span {
    color: #ffffff;
    transition-delay: 0.35s;
  }
}
@media screen and (max-width: 992px) {
  .recent_publication_section .recently_publication .figure.snip1199 svg {
    transform: translate(0, -50%);
    transition-delay: 0.3s;
    top: 92%;
  }
}
.recent_publication_section .recently_publication figure.snip1199:hover h6,
.recent_publication_section .recently_publication figure.snip1199.hover h6,
.recent_publication_section .recently_publication figure.snip1199:hover h6 span,
.recent_publication_section .recently_publication figure.snip1199.hover h6 span {
  color: #ffffff;
  transition-delay: 0.35s;
}
.recent_publication_section .recently_publication figure.snip1199:hover svg,
.recent_publication_section .recently_publication figure.snip1199.hover svg {
  transform: translate(0, -50%);
  transition-delay: 0.3s;
}
.recent_publication_section .collabration .item > p {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.6em;
  display: block;
  z-index: 2;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 449px) {
  .loksewa .train_yourself {
    padding: 0 40px;
  }
}
@media screen and (max-width: 350px) {
  .loksewa .train_yourself {
    padding: 0 20px;
  }
}
.loksewa .train_yourself .item .snip1271 {
  position: relative;
  overflow: hidden;
  background: #2472a4;
  color: #fff;
  text-align: left;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  height: 350px;
  transition: all 0.35s ease-out;
}
@media screen and (max-width: 1200px) {
  .loksewa .train_yourself .item .snip1271 {
    height: 300px;
  }
}
@media screen and (max-width: 449px) {
  .loksewa .train_yourself .item .snip1271 {
    height: 350px;
  }
}
@media screen and (max-width: 350px) {
  .loksewa .train_yourself .item .snip1271 {
    height: 300px;
  }
}
.loksewa .train_yourself .item .snip1271 img {
  max-width: 100%;
  vertical-align: top;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.loksewa .train_yourself .item .snip1271 figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 12px 8px;
  z-index: 1;
  max-width: 250px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.loksewa .train_yourself .item .snip1271 figcaption svg {
  width: 20px;
  height: 20px;
  animation: shake 1200ms;
}
.loksewa .train_yourself .item .snip1271 h6 {
  opacity: 0;
  margin: 0 0 5px;
  font-weight: 400;
  transform: translate(-20px, -20px);
}
@media screen and (max-width: 992px) {
  .loksewa .train_yourself .item .snip1271 h6 {
    transform: translate(0, 0);
    opacity: 1;
    transition-delay: 0.15s;
    font-size: 16px;
    font-weight: 700;
  }
}
.loksewa .train_yourself .item .snip1271 svg {
  opacity: 0;
  transform: translate(-20px, -20px);
}
@media screen and (max-width: 992px) {
  .loksewa .train_yourself .item .snip1271 svg {
    transform: translate(0, 0);
    opacity: 1;
    transition-delay: 0.15s;
    font-size: 16px;
    font-weight: 700;
  }
}
.loksewa .train_yourself .item .snip1271:before {
  background: #4a2a73;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 2px;
  bottom: 2px;
  content: "";
  opacity: 0;
  border-radius: 50%;
  transition: all 0.35s ease;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .loksewa .train_yourself .item .snip1271:before {
    transform: scale(8);
    opacity: 0.75;
    transition-delay: 0.15s;
  }
}
.loksewa .train_yourself .item .snip1271:hover:before {
  transform: scale(8);
  opacity: 0.75;
  transition-delay: 0.15s;
}
.loksewa .train_yourself .item .snip1271:hover h6,
.loksewa .train_yourself .item .snip1271:hover svg {
  transform: translate(0, 0);
  opacity: 1;
  transition-delay: 0.15s;
  font-size: 16px;
  font-weight: 700;
}
.loksewa .collabration .item > p {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.6em;
  display: block;
  z-index: 2;
  color: #fff;
  text-align: center;
}

.about_front {
  padding: 60px 0 0 0;
}
.about_front .about_section {
  display: grid;
  grid-template-columns: 1.5fr 2fr;
  gap: 200px;
  align-items: center;
  padding: 40px 0 0 0;
}
@media screen and (max-width: 1200px) {
  .about_front .about_section {
    gap: 100px;
  }
}
@media screen and (max-width: 991px) {
  .about_front .about_section {
    grid-template-columns: 1fr;
    padding: 40px 60px;
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .about_front .about_section {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 930px) {
  .about_front .about_section .about_section_left {
    text-align: center;
  }
}
.about_front .about_section .about_section_left img {
  width: 100%;
}
.about_front .about_section .about_section_right {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.about_front .about_section .about_section_right .about_title {
  color: #124671;
  text-transform: capitalize;
  text-align: left;
}
@media screen and (max-width: 930px) {
  .about_front .about_section .about_section_right .about_title {
    text-align: justify;
  }
}
.about_front .about_section .about_section_right .about_des p {
  font-size: 16px;
  line-height: 40px;
}
.about_front .about_section .about_section_right .about_des .abt_learn_more {
  padding: 24px 0 0;
}
.about_front .about_section .about_section_right .about_des .abt_learn_more .learn_more {
  color: #124671;
  font-weight: 500;
}
.about_front .about_section .about_section_right .about_des .abt_learn_more .learn_more:hover {
  letter-spacing: 1px;
  transition: 1s;
}

.faq_section {
  margin: 0 auto;
}
.faq_section .faq_section_devide {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .faq_section .faq_section_devide {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 992px) {
  .faq_section .faq_section_devide .faq_left {
    display: none;
  }
}
.faq_section .faq_section_devide .faq_left img {
  width: 100%;
  height: 340px;
  -o-object-fit: contain;
     object-fit: contain;
}
.faq_section .faq_section_devide .faq_right .accordion-item {
  border: none;
}
.faq_section .faq_section_devide .faq_right .accordion-button {
  outline: none;
}
.faq_section .faq_section_devide .faq_right .accordion-button:not(.collapsed) {
  box-shadow: none;
}

.about-section {
  position: relative;
  padding: 40px 0;
}
.about-section .container {
  padding: 0 200px;
}
@media screen and (max-width: 992px) {
  .about-section .container {
    padding: 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .about-section .container {
    padding: 0 40px;
  }
}
.about-section svg {
  height: 40px;
  width: 40px;
}
.about-section h2 {
  font-weight: 400;
  font-style: italic;
  font-size: 40px;
}
@media screen and (max-width: 1200px) {
  .about-section h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 992px) {
  .about-section h2 {
    font-size: 24px;
  }
}
.about-section .author_info {
  padding: 40px 0;
  font-size: 18px;
}
.about-section .about_description {
  padding: 0 0 0 16px;
}
.about-section .about_description p {
  font-size: 18px;
  padding: 8px 0 20px;
}
.about-section .about_description h4 {
  font-size: 18px;
}
.about-section .about_description h4 span {
  font-size: 16px;
  font-weight: 400;
}
.about-section .about_description ul {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-weight: 500;
}
.blog_list_detail {
  padding: 40px 0;
}
.blog_list_detail .blog_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media screen and (max-width: 1200px) {
  .blog_list_detail .blog_list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 992px) {
  .blog_list_detail .blog_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 550px) {
  .blog_list_detail .blog_list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.blog_list_detail .blog_list .card {
  box-shadow: 0px 2px 20px #d7dfe2;
  background: white;
  border-radius: 0.5rem;
  cursor: pointer;
  border: none;
  overflow: hidden;
  height: 100%;
  position: relative;
  margin: 0;
}
.blog_list_detail .blog_list .card:hover {
  transform: scale(1.05);
  box-shadow: 0px 2px 40px #d7dfe2;
}
.blog_list_detail .blog_list .banner-img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  height: 14rem;
  width: 100%;
}
.blog_list_detail .blog_list .category-tag {
  font-size: 0.8rem;
  font-weight: bold;
  color: white;
  background: #124671;
  padding: 4px 8px;
  text-transform: uppercase;
  position: absolute;
  z-index: 1;
  top: 0;
  border-radius: 0 4px 4px 0;
}
.blog_list_detail .blog_list .card-body {
  margin: 14rem 0 0 0;
  padding: 12px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.blog_list_detail .blog_list .blog-title {
  color: #555;
  padding: 0 0 12px 0;
}
.blog_list_detail .blog_list .blog-description {
  color: #616b74;
  font-size: 0.9rem;
}
.blog_list_detail .blog_list .card-profile {
  display: flex;
  padding-top: 24px;
  align-items: center;
  gap: 12px;
}
.blog_list_detail .blog_list .profile-img {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.blog_list_detail .blog_list .profile-name {
  font-size: 1rem;
  color: #555;
}

.loksewa_material_list {
  display: grid;
  gap: 40px;
}
.loksewa_material_list .single_loksewa_material {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 1px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .loksewa_material_list .single_loksewa_material {
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .loksewa_material_list .single_loksewa_material {
    grid-template-columns: repeat(1, 1fr);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
  }
}
.loksewa_material_list .single_loksewa_material .image_section {
  height: 300px;
  width: 100%;
}
.loksewa_material_list .single_loksewa_material .image_section img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.loksewa_material_list .single_loksewa_material .detail_section {
  width: 100%;
  overflow: hidden;
  padding: 32px;
}
@media screen and (max-width: 992px) {
  .loksewa_material_list .single_loksewa_material .detail_section {
    padding: 12px 4px;
  }
}
@media screen and (max-width: 767px) {
  .loksewa_material_list .single_loksewa_material .detail_section {
    padding: 24px;
    text-align: center;
  }
}
.loksewa_material_list .single_loksewa_material .detail_section .date_author {
  font-size: 12px;
  color: #999;
  line-height: 15px;
}
.loksewa_material_list .single_loksewa_material .detail_section .title {
  font-size: 28px;
  font-weight: 600;
  padding: 0 0 4px 0;
  position: relative;
}
.loksewa_material_list .single_loksewa_material .detail_section .title a {
  color: #333;
}
.loksewa_material_list .single_loksewa_material .detail_section .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  background: transparent;
  box-sizing: content-box;
  border-bottom: 2px solid #c56e10;
  /* Hidden by default */
  transform: scale(0);
  transform-origin: bottom left;
  opacity: 0;
  transition: transform 0.8s ease, opacity 0.8s ease;
}
@media screen and (max-width: 767px) {
  .loksewa_material_list .single_loksewa_material .detail_section .title::after {
    transform: scale(1);
    opacity: 1;
    right: 0;
    left: 0;
    margin: auto;
  }
}
.loksewa_material_list .single_loksewa_material .detail_section .des_section {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 12px 0 0;
}
.loksewa_material_list .single_loksewa_material::after {
  content: "";
  position: absolute;
  bottom: -12px;
  right: -12px;
  width: 100px;
  height: 100px;
  background: transparent;
  box-sizing: content-box;
  border-bottom: 2px solid #c56e10;
  border-right: 2px solid #c56e10;
  /* Hidden by default */
  transform: scale(0);
  transform-origin: bottom right;
  opacity: 0;
  transition: transform 0.8s ease, opacity 0.8s ease;
}
.loksewa_material_list .single_loksewa_material::before {
  content: "";
  position: absolute;
  top: -12px;
  left: -12px;
  width: 100px;
  height: 100px;
  background: transparent;
  box-sizing: content-box;
  border-top: 2px solid #c56e10;
  border-left: 2px solid #c56e10;
  /* Hidden by default */
  transform: scale(0);
  transform-origin: top left;
  opacity: 0;
  transition: transform 0.8s ease, opacity 0.8s ease;
}
.loksewa_material_list .single_loksewa_material:hover::after, .loksewa_material_list .single_loksewa_material:hover::before {
  transform: scale(1);
  opacity: 1;
}
.loksewa_material_list .single_loksewa_material:hover .detail_section .title::after {
  transform: scale(1);
  opacity: 1;
}

.loksewa_material_list_front .single_loksewa_material {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  border: 1px solid rgba(200, 196, 196, 0.1);
  position: relative;
}
@media screen and (max-width: 992px) {
  .loksewa_material_list_front .single_loksewa_material {
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .loksewa_material_list_front .single_loksewa_material {
    grid-template-columns: repeat(1, 1fr);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
  }
}
.loksewa_material_list_front .single_loksewa_material .image_section {
  height: 300px;
  width: 100%;
}
.loksewa_material_list_front .single_loksewa_material .image_section img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.loksewa_material_list_front .single_loksewa_material .detail_section {
  width: 100%;
  overflow: hidden;
  padding: 32px;
}
@media screen and (max-width: 992px) {
  .loksewa_material_list_front .single_loksewa_material .detail_section {
    padding: 12px 4px;
  }
}
@media screen and (max-width: 767px) {
  .loksewa_material_list_front .single_loksewa_material .detail_section {
    padding: 24px;
    text-align: center;
  }
}
.loksewa_material_list_front .single_loksewa_material .detail_section .date_author {
  font-size: 12px;
  color: #999;
  line-height: 15px;
}
.loksewa_material_list_front .single_loksewa_material .detail_section .title {
  font-size: 28px;
  font-weight: 600;
  padding: 0 0 4px 0;
  position: relative;
color: rgb(51, 51, 51);

}
.loksewa_material_list_front .single_loksewa_material .detail_section .title a{

color: rgb(51, 51, 51);

}
.loksewa_material_list_front .single_loksewa_material {
  color: #333;
}
.loksewa_material_list_front .single_loksewa_material .detail_section .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  background: transparent;
  box-sizing: content-box;
  border-bottom: 2px solid #c56e10;
  /* Hidden by default */
  transform: scale(0);
  transform-origin: bottom left;
  opacity: 0;
  transition: transform 0.8s ease, opacity 0.8s ease;
}
@media screen and (max-width: 767px) {
  .loksewa_material_list_front .single_loksewa_material .detail_section .title::after {
    transform: scale(1);
    opacity: 1;
    right: 0;
    left: 0;
    margin: auto;
  }
}
.loksewa_material_list_front .single_loksewa_material .detail_section .des_section {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 12px 0 0;
  color:#212529;
}
.loksewa_material_list_front a .single_loksewa_material .detail_section .des_section p {

  color:#212529 !important;
}
.loksewa_material_list_front .single_loksewa_material:hover .detail_section .title::after {
  transform: scale(1);
  opacity: 1;
}
.loksewa_material_list_front.owl-theme .owl-dots .owl-dot.active span {
  width: 32px;
  background-color: #c56e10;
}

.blog_front .blog_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media screen and (max-width: 1200px) {
  .blog_front .blog_list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 992px) {
  .blog_front .blog_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 550px) {
  .blog_front .blog_list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.blog_front .blog_list .card {
  overflow: hidden;
  box-shadow: 0px 2px 20px #d7dfe2;
  background: white;
  border-radius: 0.5rem;
  position: relative;
  height: 100%;
  margin: 0;
  transition: 250ms all ease-in-out;
  cursor: pointer;
}
.blog_front .blog_list .card:hover {
  transform: scale(1.05);
  box-shadow: 0px 2px 40px #d7dfe2;
}
.blog_front .blog_list .banner-img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  height: 14rem;
  width: 100%;
}
.blog_front .blog_list .category-tag {
  font-size: 0.8rem;
  font-weight: bold;
  color: white;
  background: red;
  padding: 4px 8px;
  text-transform: uppercase;
  position: absolute;
  z-index: 1;
  top: 0;
  border-radius: 0 4px 4px 0;
}
.blog_front .blog_list .technology {
  background: #124671;
}
.blog_front .blog_list .card-body {
  margin: 15rem 0 1rem 0;
  padding: 12px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.blog_front .blog_list .blog-title a {
  line-height: 1.5rem;
  color: #555;
}
.blog_front .blog_list .blog-description {
  color: #616b74;
  font-size: 0.9rem;
}
.blog_front .blog_list .card-profile {
  display: flex;
  margin-top: 2rem;
  align-items: center;
}
.blog_front .blog_list .profile-img {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.blog_front .blog_list .card-profile-info {
  margin-left: 1rem;
}
.blog_front .blog_list .profile-name {
  font-size: 1rem;
}

.author_list_detail {
  margin: 120px auto;
}
@media screen and (max-width: 767px) {
  .author_list_detail {
    padding: 12px;
  }
}
.author_list_detail .author_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  grid-row-gap: 120px;
}
@media screen and (max-width: 1200px) {
  .author_list_detail .author_list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 992px) {
  .author_list_detail .author_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .author_list_detail .author_list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.author_list_detail .author_list a .single_author {
  border-radius: 8px;
  box-shadow: 0px 0px 1px #e1e1e1;
  height: 100%;
  position: relative;
}
.author_list_detail .author_list a .single_author::after {
  content: "";
  position: absolute;
  bottom: -12px;
  right: -12px;
  width: 100px;
  height: 100px;
  background: transparent;
  box-sizing: content-box;
  border-right: 2px solid #c56e10;
  border-bottom: 2px solid #c56e10;
  border-radius: 0 0 8px 0;
  /* Hidden by default */
  transform: scale(0);
  transform-origin: bottom right;
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
@media screen and (max-width: 767px) {
  .author_list_detail .author_list a .single_author::after {
    transform: scale(1);
    opacity: 1;
  }
  .author_list_detail .author_list a .single_author::after .image_section img {
    border: 1px solid #c56e10;
  }
}
.author_list_detail .author_list a .single_author:hover::after {
  transform: scale(1);
  opacity: 1;
}
.author_list_detail .author_list a .single_author:hover .image_section img {
  border: 1px solid #c56e10;
}
.author_list_detail .author_list a .single_author .image_section {
  position: absolute;
  top: -54px;
  left: 0;
  right: 0;
  text-align: center;
}
.author_list_detail .author_list a .single_author .image_section img {
  position: relative;
  display: inline-block;
  padding: 8px 16px;
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
  object-fit: cover;
  border: 1px solid transparent;
  border-radius: 50%;
  padding: 6px;
}
.author_list_detail .author_list a .single_author .des_section {
  padding: 56px 24px 24px;
  display: grid;
  gap: 12px;
}
.author_list_detail .author_list a .single_author .des_section .author_title {
  text-align: center;
}
.author_list_detail .author_list a .single_author .des_section .author_title h5 {
  font-size: 20px;
  font-weight: 600;
  color: #124671;
  text-transform: capitalize;
}
.author_list_detail .author_list a .single_author .des_section .des p {
  margin: 0;
  line-height: 26px;
  font-size: 16px;
  color: #000;
  text-align: center;
}

.main_questionar_div .side_title {
  padding: 0 0 24px 0;
}
.main_questionar_div .side_nav_bar {
  white-space: nowrap;
}
.main_questionar_div .side_nav_bar ul.sidebar-nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
  /* border-right: 1px solid #c56e10; */
}
.main_questionar_div .side_nav_bar ul.sidebar-nav .subtitle{
  font-weight: 600;
  font-size: 20px;
      text-transform: uppercase;
      color: #5555557d;
}
@media screen and (max-width: 992px) {
  .main_questionar_div .side_nav_bar ul.sidebar-nav {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.main_questionar_div .side_nav_bar ul li {
  list-style: none;
  border-bottom: 1px solid #c56e106e;
}
.main_questionar_div .side_nav_bar ul li a {
  padding: 12px 0;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  transition: 0.2s;
  transition: 0.3s;
  /* box-shadow: 0 0 4px rgba(0, 0, 0, 0.1); */
  border-radius: 4px;
}
.main_questionar_div .side_nav_bar ul li.active a {

  color: #c56e10;

}
.main_questionar_div .side_nav_bar ul li a svg {
  height: 20px;
  width: 20px;
  color: rgba(85, 85, 85, 0.4901960784);
}
.main_questionar_div .main_content {
  padding: 24px 0;
}
.main_questionar_div .main_content .number_of_questions ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
    border: 2px solid #c56e104d;
  list-style: none;
  box-shadow:  0 2px 0px 0px rgba(0, 0, 0, 0.1019607843);
}
.view_book{
        font-size: 16px;
    font-weight: 600;
    background-image: linear-gradient(90deg, rgb(26, 78, 133) 0%, rgb(197, 110, 16) 100%);
    color: rgb(255, 255, 255);
    display: inline-block;
    padding: 8px 25px;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
}
.main_questionar_div .main_content .number_of_questions ul .single_question {
    /* border: 2px solid #c56e104d; */
  list-style: none;
  box-shadow:  0 2px 0px 0px rgba(0, 0, 0, 0.1019607843);
  padding: 1.5rem;
  padding: 24px;
  /* border-radius: 4px; */
}
.main_questionar_div .main_content .number_of_questions ul .single_question .question {
  font-size: 18px;
  padding: 0 0 12px 0;
}
.main_questionar_div .main_content .number_of_questions ul .single_question .multi_choice {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.main_questionar_div .main_content .number_of_questions ul .single_question .multi_choice button {
  border: none;
  background-color: transparent;
}
.main_questionar_div .main_content .number_of_questions ul .single_question .multi_choice button.wrong {
  color: red;
}
.main_questionar_div .main_content .number_of_questions ul .single_question .multi_choice button.wrong .ans_dvd span {
  border: 2px solid red;
}
.main_questionar_div .main_content .number_of_questions ul .single_question .multi_choice button.right {
  color: #00b800;
}
.main_questionar_div .main_content .number_of_questions ul .single_question .multi_choice button.right .ans_dvd span {
  border: 2px solid #00b800;
}
.main_questionar_div .main_content .number_of_questions ul .single_question .multi_choice button.user_selected {
  color: #3482d8;
}
.main_questionar_div .main_content .number_of_questions ul .single_question .multi_choice button.user_selected .ans_dvd span {
  border: 2px solid #3482d8;
}
.main_questionar_div .main_content .number_of_questions ul .single_question .multi_choice button .ans_dvd {
  display: flex;
  gap: 12px;
  align-items: center;
}
.main_questionar_div .main_content .number_of_questions ul .single_question .multi_choice button .ans_dvd span {
  padding: 4px;
  border-radius: 50%;
  border: 2px solid #dbdbdb;
  background-color: white;
  width: 28px;
  height: 28px;
  line-height: 1;
}
.main_questionar_div .main_content .number_of_questions ul .single_question .multi_choice button .ans_dvd .tick_icon {
  color: #00b800;
}
.main_questionar_div .main_content .number_of_questions ul .single_question .multi_choice button .ans_dvd .false_icon {
  color: red;
}
.main_questionar_div .main_content .number_of_questions ul .single_question .multi_choice input[type=radio] {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #dbdbdb;
  background-color: white;
}
.main_questionar_div .main_content .number_of_questions ul .single_question .multi_choice input[type=radio].wrong {
  border: 2px solid red;
  color: red;
}
.main_questionar_div .main_content .number_of_questions ul .single_question .multi_choice input[type=radio].right {
  border: 2px solid #00b800;
  color: #00b800;
}
.main_questionar_div .main_content .number_of_questions ul .single_question .multi_choice input[type=radio].user_selected {
  border: 2px solid #3482d8;
  color: #3482d8;
}
.main_questionar_div .main_content .number_of_questions ul .single_question .multi_choice .form-check-input:checked[type=radio] {
  box-shadow: none;
}
.main_questionar_div .main_content .number_of_questions ul .single_question .multi_choice .form-check:has(.form-check-input.wrong) .form-check-label,
.main_questionar_div .main_content .number_of_questions ul .single_question .multi_choice .form-check:has(.form-check-input.wrong) .form-check-label span {
  color: red;
}
.main_questionar_div .main_content .number_of_questions ul .single_question .multi_choice .form-check:has(.form-check-input.right) .form-check-label,
.main_questionar_div .main_content .number_of_questions ul .single_question .multi_choice .form-check:has(.form-check-input.right) .form-check-label span {
  color: #00b800;
}
.main_questionar_div .main_content .number_of_questions ul .single_question .multi_choice .form-check:has(.form-check-input.user_selected) .form-check-label,
.main_questionar_div .main_content .number_of_questions ul .single_question .multi_choice .form-check:has(.form-check-input.user_selected) .form-check-label span {
  color: #3482d8;
}
.main_questionar_div .main_content .number_of_questions ul .single_question .multi_choice .form-check {
  position: relative;
  position: relative;
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 0;
}
.main_questionar_div .main_content .number_of_questions ul .single_question .multi_choice .form-check label span {
  position: absolute;
  left: 7px;
  top: 4px;
  text-transform: capitalize;
  font-weight: 500;
  color: #9f9f9f;
}
.main_questionar_div .main_content .number_of_questions ul .single_question .multi_choice .form-check label .tick_icon {
  color: #00b800;
}
.main_questionar_div .main_content .number_of_questions ul .single_question .answer_here {
  padding: 12px 0 0 0;
  text-align: justify;
}
.main_questionar_div .main_content .number_of_questions ul .single_question .answer_here p {
  padding: 8px 0 0 0;
}

.contact_section_front .contact_devide {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .contact_section_front .contact_devide {
    grid-template-columns: 1fr;
  }
}
.contact_section_front .contact_devide .contact-info h4 {
  margin-bottom: 24px;
  font-size: 28px;
  font-weight: 700;
}
.contact_section_front .contact_devide .contact-info .social-list {
  list-style: none;
  display: flex;
}
.contact_section_front .contact_devide .contact-info .social-list li .facebook:hover svg {
  color: #3b5999;
}
.contact_section_front .contact_devide .contact-info .social-list li .insta:hover svg {
  color: #c32aa3;
}
.contact_section_front .contact_devide .contact-info .social-list li .twitter:hover svg {
  color: #00acee;
}
.contact_section_front .contact_devide .contact-info .social-list li .youtube:hover svg {
  color: #c90000;
}
.contact_section_front .contact_devide .contact-info .social-list li .linkedin:hover svg {
  color: #0077b5;
}
.contact_section_front .contact_devide .contact-info .social-list .social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 20%;
  background-color: #f8f8f8;
  margin: 8px;
  color: rgb(20, 80, 102);
  font-size: 16px;
  text-decoration: none;
  transition: 0.4s ease-out;
  box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255, 0.753), 0px 3px 10px rgba(0, 0, 0, 0.411);
}
.contact_section_front .contact_devide .contact-info .social-list .social-link:hover {
  border-radius: 50%;
  box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255, 0.753), 0px 5px 5px rgba(0, 0, 0, 0.61);
}
.contact_section_front .contact_devide .contact-info svg {
  transition: 0.4s;
}
.contact_section_front .contact_devide .contact-info .social-list .social-link:hover svg {
  transform: scale(1.4);
  transition: 0.4s;
}
.contact_section_front .contact_devide .contact-info-item {
  display: flex;
  padding-bottom: 24px;
}
.contact_section_front .contact_devide .contact-info-icon {
  text-align: center;
  border-radius: 50%;
}
.contact_section_front .contact_devide .contact-info-icon svg {
  width: 28px;
  height: 28px;
  -o-object-fit: contain;
     object-fit: contain;
}
.contact_section_front .contact_devide .contact-info-content {
  margin-left: 20px;
}
.contact_section_front .contact_devide .contact-form {
  background-color: #fff;
  padding: 40px;
  border-radius: 8px;
}
.contact_section_front .contact_devide .contact-form .input-box {
  position: relative;
  width: 100%;
  margin-top: 10px;
}
.contact_section_front .contact_devide .contact-form .input-box input,
.contact_section_front .contact_devide .contact-form .input-box textarea {
  width: 100%;
  padding: 24px 0 8px;
  font-size: 16px;
  margin: 4px 0;
  border: none;
  border-bottom: 1px solid #e3e1e1;
  outline: none;
  resize: none;
}
.contact_section_front .contact_devide .contact-form .input-box {
  margin: 12px 0 0 0;
}
.contact_section_front .contact_devide .contact-form .input-box span {
  position: absolute;
  left: 0;
  padding: 4px 0;
  font-size: 16px;
  margin: 12px 0;
  pointer-events: none;
  transition: 0.5s;
  color: #000;
}
.contact_section_front .contact_devide .contact-form .input-box input:focus ~ span,
.contact_section_front .contact_devide .contact-form .input-box textarea:focus ~ span {
  color: #e91e63;
  font-size: 12px;
  transform: translateY(-20px);
}
.contact_section_front .contact_devide .form-group {
  position: relative;
  margin-bottom: 1.5rem;
}
.contact_section_front .contact_devide label {
  position: absolute;
  top: 0;
  left: 0;
  color: #555;
  font-weight: 600;
  font-size: 14px;
  transition: 0.3s ease;
  pointer-events: none;
}
.contact_section_front .contact_devide input:not(:-moz-placeholder-shown) + label, .contact_section_front .contact_devide textarea:not(:-moz-placeholder-shown) + label {
  visibility: hidden;
  opacity: 0;
}
.contact_section_front .contact_devide input:focus + label,
.contact_section_front .contact_devide input:not(:placeholder-shown) + label,
.contact_section_front .contact_devide textarea:focus + label,
.contact_section_front .contact_devide textarea:not(:placeholder-shown) + label {
  visibility: hidden;
  opacity: 0;
}
.contact_section_front .contact_devide .contact-form .input-box input[type=submit] {
  width: auto;
  font-size: 16px;
  font-weight: 600;
  padding: 8px 25px 8px 25px;
  background-image: linear-gradient(90deg, #1a4e85 0%, #c56e10 100%);
  color: #ffffff;
  /* background-color: #FFFFFF; */
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  /* border-color: #F92D73; */
  border-radius: 3px 3px 3px 3px;
  display: inline-block;
}
@media (max-width: 991px) {
  .contact_section_front .contact_devide section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.contact_section_detail {
  padding: 40px;
}
@media (max-width: 500px) {
  .contact_section_detail {
    padding: 20px;
  }
}
.contact_section_detail .contact_devide {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}
.contact_section_detail .contact_devide .contact_info_devide {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.contact_section_detail .contact_devide .contact-info h4 {
  margin-bottom: 50px;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
.contact_section_detail .contact_devide .contact-info .social-list {
  list-style: none;
  display: flex;
}
.contact_section_detail .contact_devide .contact-info .social-list li .facebook:hover svg {
  color: #3b5999;
}
.contact_section_detail .contact_devide .contact-info .social-list li .insta:hover svg {
  color: #c32aa3;
}
.contact_section_detail .contact_devide .contact-info .social-list li .twitter:hover svg {
  color: #00acee;
}
.contact_section_detail .contact_devide .contact-info .social-list li .youtube:hover svg {
  color: #c90000;
}
.contact_section_detail .contact_devide .contact-info .social-list li .linkedin:hover svg {
  color: #0077b5;
}
.contact_section_detail .contact_devide .contact-info .social-list .social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 20%;
  background-color: #f8f8f8;
  margin: 7px;
  color: rgb(20, 80, 102);
  font-size: 20px;
  text-decoration: none;
  transition: 0.4s ease-out;
  box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255, 0.753), 0px 3px 10px rgba(0, 0, 0, 0.411);
}
.contact_section_detail .contact_devide .contact-info .social-list .social-link:hover {
  border-radius: 50%;
  box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255, 0.753), 0px 5px 5px rgba(0, 0, 0, 0.61);
}
.contact_section_detail .contact_devide .contact-info svg {
  transition: 0.4s;
}
.contact_section_detail .contact_devide .contact-info .social-list .social-link:hover svg {
  transform: scale(1.4);
  transition: 0.4s;
}
.contact_section_detail .contact_devide .contact-info-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 300px;
  padding: 30px 40px;
  border-radius: 8px;
  background: #f8f9fa;
  text-align: center;
  gap: 20px;
}
.contact_section_detail .contact_devide .get_in_touch .contact-info-item {
  display: grid;
  padding: 30px 40px;
  border-radius: 8px;
  width: -moz-fit-content;
  width: fit-content;
  background: #f8f9fa;
  text-align: center;
  gap: 20px;
  margin: 20px auto;
}
.contact_section_detail .contact_devide .get_in_touch .contact-info-item h5 {
  color: #124671;
  font-size: 24px;
}
.contact_section_detail .contact_devide .contact-info-icon {
  text-align: center;
  border-radius: 50%;
}
.contact_section_detail .contact_devide .contact-info-icon svg {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.contact_section_detail .contact_devide .contact-info-content {
  margin-left: 20px;
}
.contact_section_detail .contact_devide .contact-info-content h6 {
  color: #124671;
}
.contact_section_detail .contact_devide .contact-form {
  background-color: #f8f9fa;
  padding: 40px;
  border-radius: 8px;
  padding-bottom: 20px;
  padding-top: 20px;
  min-width: 800px;
  margin: 40px auto;
}
@media (max-width: 991px) {
  .contact_section_detail .contact_devide .contact-form {
    min-width: auto;
    width: 100%;
  }
}
@media (max-width: 500px) {
  .contact_section_detail .contact_devide .contact-form {
    padding: 20px;
  }
}
.contact_section_detail .contact_devide .contact-form .input-box {
  position: relative;
  width: 100%;
  margin-top: 10px;
}
.contact_section_detail .contact_devide .contact-form .input-box input,
.contact_section_detail .contact_devide .contact-form .input-box textarea {
  width: 100%;
  padding: 12px 16px;
  font-size: 16px;
  margin: 12px 0;
  border: none;
  border-bottom: 1px solid #e3e1e1;
  outline: none;
  resize: none;
  background-color: transparent;
}
.contact_section_detail .contact_devide .contact-form .input-box {
  margin: 20px 0 0 0;
}
.contact_section_detail .contact_devide .contact-form .input-box span {
  position: absolute;
  left: 0;
  padding: 5px 0;
  font-size: 16px;
  margin: 10px 0;
  pointer-events: none;
  transition: 0.5s;
  color: #000;
}
.contact_section_detail .contact_devide .contact-form .input-box input:focus ~ span,
.contact_section_detail .contact_devide .contact-form .input-box textarea:focus ~ span {
  color: #e91e63;
  font-size: 12px;
  transform: translateY(-20px);
}
.contact_section_detail .contact_devide .contact-form .input-box input[type=submit] {
  width: auto;
  font-size: 16px;
  font-weight: 600;
  padding: 8px 25px 8px 25px;
  background-image: linear-gradient(90deg, #1a4e85 0%, #c56e10 100%);
  color: #ffffff;
  /* background-color: #FFFFFF; */
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  /* border-color: #F92D73; */
  border-radius: 3px 3px 3px 3px;
  display: inline-block;
}
@media (max-width: 991px) {
  .contact_section_detail .contact_devide section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.banner_carousel{
        margin: 50px 0 0 0;
}
.banner_carousel .bannercaraos .item{
  position: relative;
  height: 300px;
}
@media (max-width: 550px) {
  .banner_carousel .bannercaraos .item{
  height: 400px;
}
}
.banner_carousel .bannercaraos .item .banner_devide {
    background: rgba(255, 251, 251, 0.74);
    background-image: linear-gradient(90deg, rgb(26 78 133 / 38%) 0%, rgb(197 110 16 / 47%) 100%);
    /* background-image: linear-gradient(90deg, rgba(26, 78, 133, 0.56) 0%, rgba(197, 110, 16, 0.4) 100%); */
      position: absolute;
      left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: rgba(230, 230, 230, 0.8117647059); */
}
.banner_carousel .owl-theme .owl-dots .owl-dot.active span {
  width: 32px;
  background-color: #c56e10;
}
/* .banner_carousel .bannercaraos .item .banner_devide .owl-theme .owl-dots .owl-dot.active span {
  width: 32px;
  background-color: #c56e10;
} */
/* @media (max-width: 930px) {
  .banner_carousel .bannercaraos .item .banner_devide {
    grid-template-columns: 1fr;
  }
} */
.banner_carousel .bannercaraos .item .banner_devide .left_baanner {
  /* display: flex;
  flex-direction: column; */
  gap: 24px;
  padding: 24px 80px;
      text-align: center;
    margin: auto;
 max-width: 1000px;

   background-image: linear-gradient(269deg, rgba(255, 251, 251, 1) 0%, rgb(95 171 254 / 39%) 50%, rgba(255, 251, 251, 0.97) 100%);

}
@media screen and (max-width: 930px) {
  .banner_carousel .bannercaraos .item .banner_devide .left_baanner {
    max-width: 720px;
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
    padding: 20px 0;

  }
}
@media screen and (max-width: 767px) {
  .banner_carousel .bannercaraos .item .banner_devide .left_baanner {
    max-width: 540px;
    padding: 20px 12px;
  }
}
.banner_carousel .bannercaraos .item .banner_devide .left_baanner .main_title {
  font-size: 24px;
  color: #000;
  font-weight: 600;
  position: relative;
}
  .banner_carousel .bannercaraos .item .banner_devide .left_baanner .main_title::after {
    content: "";
    position: absolute;
    bottom: -10px;
    right: 0;
    left: 0;
    margin: auto;
    width: 100px;
    background: transparent;
    box-sizing: content-box;
    border-bottom: 2px solid #c56e10;
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.banner_carousel .bannercaraos .item .banner_devide .left_baanner .des {
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 500px) {
 .banner_carousel .bannercaraos .item .banner_devide .left_baanner .main_title {
  font-size: 20px;

}
.banner_carousel .bannercaraos .item .banner_devide .left_baanner .des {
  font-size: 16px;
  text-align: center;
}
}
.banner_carousel .bannercaraos .item .banner_devide .left_baanner .buttons {
     padding: 24px 0 0;
    display: flex;
    gap: 32px;
      justify-content: center;
}
.banner_carousel .bannercaraos .item .banner_devide .left_baanner .buttons .banner_btn {
  padding: 4px 16px;
  border-radius: 4px;
  font-size: 18px;
}
@media (max-width: 930px) {
  .banner_carousel .bannercaraos .item .banner_devide .left_baanner .buttons .banner_btn {
    padding: 2px 8px 4px 8px;
    font-size: 16px;
  }
}

.banner_carousel .bannercaraos .item .banner_devide .left_baanner .buttons .banner_btn.read_more_btn {
      width: auto;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 25px 8px 25px;
    background-image: linear-gradient(90deg, #1a4e85 0%, #c56e10 100%);
    color: #ffffff;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px ;
    display: inline-block;
  font-weight: 400;
}
/* .banner_carousel .bannercaraos .item .banner_devide .left_baanner .buttons .banner_btn.read_more_btn:hover {
  background-color: transparent;
  color: #01004c;
} */
.banner_carousel .bannercaraos .item .banner_devide .left_baanner .buttons .banner_btn.practice_more_btn {
  background-color: transparent;
  color: #c56e10;
 width: auto;
    font-size: 16px;
    padding: 8px 25px 8px 25px;
    border: 1px solid #c56e10;
    border-radius: 3px ;
    display: inline-block;
  font-weight: 700;
}
.banner_carousel .bannercaraos .item .banner_devide .left_baanner .buttons .banner_btn.practice_more_btn:hover {
  border: 1px solid #954f04;
}
.banner_carousel .bannercaraos .item .banner_devide .right_baanner {
  /* background: #0097b2; */
  padding: 60px 0 0;
}
@media (max-width: 930px) {
  .banner_carousel .bannercaraos .item .banner_devide .right_baanner {
    padding: 0px 0 60px 0;
  }
}
@media (max-width: 400px) {
    .banner_carousel .bannercaraos .item .banner_devide .left_baanner .buttons  {
        gap: 12px;
    }
    .banner_carousel .bannercaraos .item .banner_devide .left_baanner .buttons .banner_btn.practice_more_btn,
    .banner_carousel .bannercaraos .item .banner_devide .left_baanner .buttons .banner_btn.read_more_btn {
        padding:  4px 8px;
    }
}
.banner_carousel .bannercaraos .item  img {
          width: 100%;
    margin: auto;
    height: 300px;
 object-fit: cover;
  box-shadow: -8px 8px 8px rgba(20, 20, 20, 0.3215686275);
}
@media (max-width: 930px) {
  .banner_carousel .bannercaraos .item .banner_devide .right_baanner .right_banner_bg img {
    margin: auto;
    transform: rotate(-25deg);
  }
}

.author_detail {
  background-color: #f9f9f9;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.author_detail .profile-container {
  margin: auto;
  display: flex;
  align-items: center;
  max-width: 900px;
  width: 100%;
  gap: 24px;
  flex-direction: row;
}
@media (max-width: 767px) {
  .author_detail .profile-container {
    flex-direction: column;
  }
}
.author_detail .profile-image {
  flex-shrink: 0;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #ddd;
}
.author_detail .profile-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .author_detail .profile-content {
    text-align: justify;
  }
}
.author_detail .profile-content h1 {
  font-size: 28px;
  margin: 0;
  color: #333;
}
@media (max-width: 767px) {
  .author_detail .profile-content h1 {
    text-align: center;
  }
}
.author_detail .profile-content h2 {
  font-size: 18px;
  padding: 12px 0 0;
  color: #777;
}
@media (max-width: 767px) {
  .author_detail .profile-content h2 {
    text-align: center;
  }
}
.author_detail .profile-content p {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  margin: 24px 0;
}

.practice_about_section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
.practice_about_section img {
      margin: auto;
    width: 100%;
    max-height: 300px;
    height: auto;
    min-height: 140px;
    object-fit: contain;
 
}
.practice_about_section .parctise_description {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.login_page {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}
.login_page .card-container {
  display: flex;
  background-color: #fff;
  overflow: hidden;
}
.login_page .left-panel {
  flex-direction: column;
  background-color: #f8f9ff;
  flex: 1;
  display: flex;
  justify-content: space-between;
  padding: 30px;
  height: 100vh;
}
@media screen and (max-width: 991px) {
  .login_page .left-panel {
    display: none;
  }
}
.login_page .left-panel img {
  max-width: 100%;
  height: auto;
}
.login_page .right-panel {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  flex: 1;
  padding: 12px;
  height: 100vh;
  gap: 20px;
  overflow-y: auto;
}
.login_page .right-panel button {
  border: none;
  height: -moz-fit-content;
  height: fit-content;
}
.login_page .right-panel .button_sections {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.login_page .main_form_section {
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  min-width: 400px;
}
@media screen and (max-width: 500px) {
  .login_page .main_form_section {
    min-width: auto;
  }
}
.login_page .main_form_section .header_section {
  display: grid;
  gap: 8px;
  text-align: center;
}
.login_page .main_form_section .header_section p {
  color: #555;
  font-size: 14px;
}
.login_page .main_form_section input {
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
}
.login_page .main_form_section .btn.btn-dark {
  border-radius: 4px;
}
.login_page .label_devide {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
.login_page .form-title {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}
.login_page .back-button {
  background: #f5f5f5;
  width: -moz-max-content;
  width: max-content;
  padding: 6px 12px;
  border-radius: 4px;
  text-decoration: none;
  color: #171717;
  font-weight: bold;
  border: 1px solid #f5f5f5;
  display: flex;
  align-items: center;
  gap: 4px;
}
.login_page .back-button a {
  color: #000;
}
.login_page .jobseekers-button {
  text-decoration: none;
  color: #000;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 2px 8px;
  border-radius: 4px;
}
.login_page .jobseekers-button:hover {
  background: #ccc;
}
.login_page .jobseekers-button svg {
  width: 18px;
  height: 18px;
  color: #878787;
}
.login_page .back-button svg {
  width: 18px;
  height: 18px;
}
.login_page .btn.continue_google_btn {
  border: 1px solid #e5e5e5;
  background: #fff;
  width: -moz-max-content;
  width: max-content;
  padding: 6px 12px;
  border-radius: 4px;
  text-decoration: none;
  color: #171717;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 4px;
  justify-content: center;
}
.login_page .btn.continue_google_btn:hover {
  background: #f5f5f5;
}
.login_page .logo {
  display: flex;
  align-items: baseline;
}
.login_page .left_body {
  flex-direction: column;
  background-color: #f8f9ff;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
}
.login_page .not_reg {
  color: #737373;
  font-size: 14px;
  font-weight: 400;
}
.login_page .not_reg a {
  text-decoration: none;
}
.login_page .primary_btn {
  font-size: 16px;
  font-weight: 600;
  padding: 8px 25px 8px 25px;
  background-image: linear-gradient(90deg, #1a4e85 0%, #c56e10 100%);
  color: #ffffff;
  /* background-color: #FFFFFF; */
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  /* border-color: #F92D73; */
  border-radius: 3px 3px 3px 3px;
  display: inline-block;
}
.login_page .primary_btn:hover {
  color: #ffffff;
}
.login_page .login-with-google-btn {
  transition: background-color 0.3s, box-shadow 0.3s;
  padding: 12px 16px 12px 42px;
  border: 1px solid rgba(204, 204, 204, 0.4196078431) !important;
  border-radius: 4px;
  color: #757575;
  font-size: 16px;
  font-weight: 500;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTcuNiA5LjJsLS4xLTEuOEg5djMuNGg0LjhDMTMuNiAxMiAxMyAxMyAxMiAxMy42djIuMmgzYTguOCA4LjggMCAwIDAgMi42LTYuNnoiIGZpbGw9IiM0Mjg1RjQiIGZpbGwtcnVsZT0ibm9uemVybyIvPjxwYXRoIGQ9Ik05IDE4YzIuNCAwIDQuNS0uOCA2LTIuMmwtMy0yLjJhNS40IDUuNCAwIDAgMS04LTIuOUgxVjEzYTkgOSAwIDAgMCA4IDV6IiBmaWxsPSIjMzRBODUzIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNNCAxMC43YTUuNCA1LjQgMCAwIDEgMC0zLjRWNUgxYTkgOSAwIDAgMCAwIDhsMy0yLjN6IiBmaWxsPSIjRkJCQzA1IiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNOSAzLjZjMS4zIDAgMi41LjQgMy40IDEuM0wxNSAyLjNBOSA5IDAgMCAwIDEgNWwzIDIuNGE1LjQgNS40IDAgMCAxIDUtMy43eiIgZmlsbD0iI0VBNDMzNSIgZmlsbC1ydWxlPSJub256ZXJvIi8+PHBhdGggZD0iTTAgMGgxOHYxOEgweiIvPjwvZz48L3N2Zz4=);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 12px 16px;
}
.login_page form label {
  font-weight: 600 !important;
  font-size: 14px;
}

.top_detail_section{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    border-bottom: 1px solid #c56e1033;

}
@media screen and (max-width: 1200px) {
    .top_detail_section{
    grid-template-columns: 1fr;
    }
}
.blog-details-area.book_detail .blog-details-content .top_detail_section .left_image_part img{
    height: 400px;
    width: 100%;
    object-fit: contain;
}
@media screen and (max-width: 1200px) {
    .blog-details-area.book_detail .blog-details-content .top_detail_section .left_image_part img{
    height: 300px;

}
}
.blog-details-area.book_detail .blog-details-content .top_detail_section .right_detail_part .blog_title{
    font-size: 34px;
    text-align: left;
    margin:16px 0 24px 0
}
.blog-details-area.book_detail .blog-details-content .top_detail_section .right_detail_part .blog_title::after{
        margin: 0;
}
.blog-details-area.book_detail .blog-details-content .top_detail_section .right_detail_part a{
       font-size: 12px;
    color: rgb(153, 153, 153);
    line-height: 15px;
}
/* .top_detail_section .left_image_part img{
    height: 400px;
    width: 100%;
    object-fit: contain;
} */
