/* PROJECT BY THINK TECH */
:root {
  --main-color: #41a4ec !important;
}

/* HEADER START */

.sc-header {
  border-bottom: 1px solid #bebebe;
}

.sc-logo a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #000000;
}

.sc-logo .sc-name {
  font-weight: bold;
  font-size: 36px;
}

.sc-logo .sc-divider {
  height: 54px;
  border-left: 2px solid #000000;
}

.sc-logo .sc-occupation {
  font-weight: 600;
}

/* MAIN HEADER */

.sc-header nav .navbar-nav {
  width: 1200px !important;
  display: flex;
  justify-content: space-between;
}

.sc-header nav .navbar-nav li a {
  color: #443b39 !important;
  font-weight: 500;
}

.sc-header nav .navbar-nav li a.active {
  color: var(--main-color) !important;
}

/* MAIN HEADER END */
/* HEADER END */

/* FIRST SECTION START */

.main-banner-content {
  position: relative;
  height: 100%;
}

.main-banner-content .content-box .content-box-white {
  background-color: #ffffff;
  position: absolute;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 35px;
  width: 750px;
  top: 50%;
  transform: translateY(calc(-50%));
  z-index: 99999;
}

.name {
  font-size: 95px;
  font-weight: bold;
}

.occupation {
  font-size: 25px;
  font-weight: 500;
}

.main-banner-content .content-box .content-box-white .sc-btn {
  background-color: var(--main-color);
  border-radius: 0px;
  color: #ffffff;
}

.main-banner-content .content-box .content-box-white .sc-btn:hover {
  color: #ffffff;
}

.main-banner-content .content-box .content-box-white .sc-btn:focus {
  box-shadow: none;
}

.main-banner-img img {
  height: 81vh;
  object-fit: cover;
  width: 100%;
  object-position: 50% 0%;
}

.mobile-sc-btn {
  background-color: var(--main-color);
  border-radius: 0px;
  color: #ffffff;
}

.mobile-sc-btn:hover {
  color: #ffffff;
}

.mobile-sc-btn:focus {
  box-shadow: none;
}

/* FIRST SECTION END */

/* MY BOOK SECTION START */

.my-books .book-name {
  font-size: 22px;
  font-weight: bold;
}

/* MY BOOK SECTION END */

/* LATEST COLUMNS SECTION START */

.latest-columns .title-name {
  font-size: 22px;
  font-weight: bold;
}

/* LATEST COLUMNS SECTION END */

/* LATEST HONOURS SECTION START */

.latest-honours .title-name {
  font-size: 22px;
  font-weight: bold;
}

/* LATEST HONOURS SECTION END */

.sc-title {
  font-size: 45px;
  font-weight: bold;
}

.sc-title span {
  border-bottom: 5px solid var(--main-color);
}

/* -------------------- CONTACT ME START -------------------- */

.sc-breadcrumb .breadcrumb .breadcrumb-item a {
  color: #6c757d;
  text-decoration: none !important;
  font-weight: 500;
}

.sc-breadcrumb .breadcrumb .breadcrumb-item.active {
  color: var(--main-color) !important;
  font-weight: 500;
}

/* CONTACT ME FIRST SECTION START */

.contact-me-title {
  font-size: 50px;
  font-weight: bold;
}

.contact-me-content {
  font-size: 18px;
  font-weight: 600;
}

/* CONTACT ME FIRST SECTION END */

/* STAY IN TOUCH SECOND SECTION START */

.sc-bg-grey {
  background-color: #f5f5f5;
  height: auto;
}

.social-box {
  width: 100%;
  height: 180px;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #c7e8ff;
  border-bottom: 5px solid var(--main-color);
}

.social-box .social-name {
  font-size: 30px;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}

/* STAY IN TOUCH SECOND SECTION START */

/* -------------------- CONTACT ME END -------------------- */

/* -------------------- BLOG START -------------------- */

.blog-box {
  width: 600px;
}

.blog-title {
  font-size: 22px;
  font-weight: bold;
}

.blog-content {
  font-size: 18px;
}

.latest-news {
  height: 100%;
  width: 100%;
  padding-left: 10px;
  border-left: 1px solid var(--main-color);
}

.latest-news-title {
  font-size: 22px;
}

.latest-news-content {
  font-size: 18px;
}

.latest-news-grey-box {
  background-color: #f6f6f6;
  border-radius: 10px;
}

/* -------------------- BLOG END -------------------- */

/* TRYST WITH JAGJIT SINGH START */

.shayari-font {
  font-style: italic;
  font-family: "MV Boli";
}

.shayari-writer {
  margin-left: 275px;
  font-weight: 600;
}

/* TRYST WITH JAGJIT SINGH START */

/* FOOTER START */

.footer-content {
  font-size: 18px;
  /* font-weight: bold; */
  color: #000000;
}

.floating-label-group {
  position: relative;
  margin-bottom: 25px;
}

.floating-label {
  font-size: 13px;
  color: #cccccc;
  position: absolute;
  pointer-events: none;
  top: 9px;
  left: 12px;
  transition: all 0.1s ease;
}

input:focus ~ .floating-label,
input:not(:focus):valid ~ .floating-label {
  top: -11px;
  bottom: 0px;
  left: 10px;
  font-size: 14px;
  opacity: 1;
  color: #404040;
  height: 19px;
  background-color: #ffffff;
  padding-left: 5px;
  padding-right: 5px;
}

textarea:focus ~ .floating-label,
textarea:not(:focus):valid ~ .floating-label {
  top: -11px;
  bottom: 0px;
  left: 10px;
  font-size: 14px;
  opacity: 1;
  color: #404040;
  height: 19px;
  background-color: #ffffff;
  padding-left: 5px;
  padding-right: 5px;
}

.floating-label-group textarea {
  height: 100px !important;
}

.form-control:focus {
  box-shadow: none !important;
}

.form-control {
  font-size: 16px;
  height: 50px;
  color: #6d7277;
  background-color: #fff;
  border-radius: 0px;
  border: 1px solid var(--main-color);
}

.floating-label {
  top: 15px;
  font-size: 13px;
}

/* FOOTER END */

.sc-card .card .card-img-top {
  border-radius: 0px !important;
  height: 225px;
  object-fit: cover;
  object-position: 50% 0%;
}
@media(max-width:576px){.sc-card .card .card-img-top{height: 250px}}
.sbzoombody {
  zoom: 90%;
}

#sbzoombody {
  zoom: 90%;
}

.sc-cfm {
  color: var(--main-color);
  font-weight: 600;
  text-decoration: none;
}

.sb-post-page{

}

.sb-post-page img{
  height: auto;
}

img[data-action="zoom"] {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
}
.zoom-img,
.zoom-img-wrap {
  position: relative;
  z-index: 666;
  -webkit-transition: all 300ms;
       -o-transition: all 300ms;
          transition: all 300ms;
}
img.zoom-img {
  cursor: pointer;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
}
.zoom-overlay {
  z-index: 420;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  filter: "alpha(opacity=0)";
  opacity: 0;
  -webkit-transition:      opacity 300ms;
       -o-transition:      opacity 300ms;
          transition:      opacity 300ms;
}
.zoom-overlay-open .zoom-overlay {
  filter: "alpha(opacity=100)";
  opacity: 1;
}
.zoom-overlay-open,
.zoom-overlay-transitioning {
  cursor: default;
}