html {
  scroll-behavior: smooth;
  overflow-x: hidden !important;
}
@font-face {
  font-family: "Something Real";
  src: url("../fonts/Something-Real.otf") format("otf"),
    url("../fonts/Something-Real.ttf") format("ttf"),
    url("../fonts/Something-Real.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Segoe Script", sans-serif;
  src: url("../fonts/segoesc.ttf") format("ttf"),
    url("../fonts/Segoe-Script.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}
@media (-webkit-max-device-pixel-ratio: 1) {
  body {
    zoom: 1 !important;
  }
}

@media (-webkit-device-pixel-ratio: 1.25) {
  body {
    zoom: 1 !important;
  }
}
body {
  font-size: 16px !important;
  font-family: "Roboto", sans-serif;
  overflow: hidden;
  color: #000;
  margin: 0;
  height: 100%;
}

.main-menu {
  position: absolute;
  top: 0;
  z-index: 100;
  width: 100%;
}

.container-fluid {
  width: 98%;
}

.subpage-content-box .container-fluid {
  width: 85% !important;
}

.home-background {
  background-image: url("../images/bg-home.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: left bottom;
  height: 100vh;
}

.home-background .container-fluid {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 65%;
  margin: 0 auto;
}

.home-background .row {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: flex-start;
}

.rotate-column {
  position: relative;
  transform: skewY(-45deg);
  transform-origin: top right;
  margin-right: -50px;
  height: 100%;
}

.rotate-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: skewY(45deg);
  transform-origin: top left;
}

.overlay-content-area {
  position: relative;
}

.rounded-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-south-india-width,
.home-mybooks-width {
  width: 150%;
}
.home-whom-am-i-width,
.home-connect-with-me-width,
.home-blog-width {
  width: 120%;
}

.home-south-india-width img,
.home-whom-am-i-width img {
  border: 6px solid #f93f44;
}
.home-connect-with-me-width img {
  border: 6px solid #1b9d83;
}
.home-mybooks-width img {
  border: 6px solid #a98541;
}
.home-blog-width img {
  border: 6px solid #c7518e;
}
.content-area-layout {
  background-color: #f93f44;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  box-sizing: border-box;
}

.content-area {
  width: 85%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}

/* .home-background {
  background-image: url("../images/bg-home.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: left bottom;
  height: 100vh;
}

.home-background .container-fluid {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50%;
  margin: 0 auto;
}

.home-background .row {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.rotate-column {
  position: relative;
  transform: skewY(-45deg);
  transform-origin: top right;
  margin-right: -50px;
  height: 100%;
}

.rotate-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: skewY(45deg);
  transform-origin: top left;
}

.rounded-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

/* .home-background {
  background-image: url("../images/bg-home.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: left bottom;
  height: 100vh;
}

.rotate-column {
  position: relative;
  transform: skewY(-45deg);
  transform-origin: top right;
  margin-right: -50px;
  height: 100%;
}

.rotate-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: skewY(45deg);
  transform-origin: top left;
}

.rounded-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;
  font-size: 14px !important;
  color: #fff !important;
  text-shadow: 2px 2px 3px #000 !important;
}

.page-template-who-am-i {
  background-image: url("../images/bg-whoami.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: bottom;
  height: 100vh;
}

.page-template-my-books {
  background-image: url("../images/bg-mybooks.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: bottom;
  height: 100vh;
}
.page-template-south-india {
  background-image: url("../images/bg-southindia.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 100vh;
}
.page-template-connect-with-us {
  background-image: url("../images/bg-connect.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: bottom;
  height: 100vh;
}
.logo-width {
  width: 280px;
}
#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-item.who-am-i-svg
  a::before {
  content: url("../images/icon-whoami.svg");
  display: inline-block;
  width: 45px;
  height: 45px;
  padding: 8px;
  vertical-align: middle;
}
#mega-menu-wrap-primary
  #mega-menu-primary
  li.mega-menu-item
  a.mega-menu-link:before {
  margin-right: 0;
}
#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-item.my-books-svg
  a::before {
  content: url("../images/icon-mybooks.svg");
  display: inline-block;
  width: 45px;
  height: 45px;
  padding: 8px;
  vertical-align: middle;
}
#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-item.south-india-svg
  a::before {
  content: url("../images/icon-southindia.svg");
  display: inline-block;
  width: 35px;
  height: 45px;
  padding: 6px;
  vertical-align: middle;
}
#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-item.blog-svg
  a::before {
  content: url("../images/icon-blog.svg");
  display: inline-block;
  width: 45px;
  height: 45px;
  padding: 9px;
  vertical-align: middle;
}
#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-item.connect-svg
  a::before {
  content: url("../images/icon-connectwithme.svg");
  display: inline-block;
  width: 45px;
  height: 45px;
  padding: 8px;
  vertical-align: middle;
}
#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-item
  > a.mega-menu-link {
  font-size: 18px;
  font-family: "Segoe Script", sans-serif;
}
#mega-menu-wrap-primary {
  background-color: transparent !important;
}
#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-item.mega-current-menu-item
  > a.mega-menu-link,
#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-item.mega-current-menu-ancestor
  > a.mega-menu-link,
#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-item.mega-current-page-ancestor
  > a.mega-menu-link {
  background-color: transparent !important;
}
#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-item
  > a.mega-menu-link:hover,
#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-item
  > a.mega-menu-link:focus {
  background-color: transparent !important;
}
.navbar {
  padding: 0;
}
.navbar-brand {
  padding-top: 0;
}
.subpage-content-area-layout {
  background-color: #ffffffc9;
  border-radius: 6px;
  height: 650px;
  overflow-x: hidden;
  overflow-y: scroll;
  margin-top: 60px;
}
.subpage-content-box {
  display: flex;
  height: 100vh;
  align-items: center;
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%; */
}
.subpage-content-box .container-fluid {
  width: 90%;
}
.subpage-content-area {
  padding: 40px;
}
.subpage-content-area h1 {
  font-family: "Something Real";
  color: #f14542;
  font-size: 60px;
  margin-top: 0;
  font-weight: normal;
}
.who-am-i-image {
  padding-top: 40px;
}
.who-am-i-image img {
  display: block;
  margin: 0 auto;
}
.signature {
  margin-top: 10px;
}
.my-books-tab-area .nav-pills .nav-link.active {
  background-color: transparent !important;
  color: #000;
  border: 2px solid #000;
  border-radius: 6px;
  padding: 5px 20px;
}
.my-books-tab-area .nav-pills .nav-link {
  background-color: transparent !important;
  color: #000;
  font-weight: bold;
  font-size: 18px;
  padding: 5px 20px;
}
.my-books-tab-area li {
  margin: 0 10px;
}
#historical-content img,
#contemporary-content img {
  display: block;
  margin: 0 auto;
}
.my-books-tab-content {
  text-align: left;
}
.my-books-tab-content h2 {
  font-family: "Segoe Script", sans-serif;
  font-size: 30px;
  margin-bottom: 0;
}
.tab-content {
  margin-top: 40px;
}
.cfs-hyperlink {
  background-color: #f14542;
  padding: 12px 20px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 8px;
  box-shadow: 4px 4px 4px #00000094;
  transition: 0.3s;
}
a.cfs-hyperlink:is(:hover, :focus) {
  color: #fff;
  text-decoration: none;
  background-color: #000;
}
/* a.cfs-hyperlink span::before {
  content: url("../images/amazon.png");
  display: inline-block;
  width: 23px;
  height: 20px;
  margin: 0 auto;
  vertical-align: middle;
} */
.tab-content .row {
  margin-bottom: 40px;
}
#mega-menu-wrap-primary
  .mega-menu-toggle
  .mega-toggle-block-0
  .mega-toggle-animated-inner,
#mega-menu-wrap-primary
  .mega-menu-toggle
  .mega-toggle-block-0
  .mega-toggle-animated-inner::before,
#mega-menu-wrap-primary
  .mega-menu-toggle
  .mega-toggle-block-0
  .mega-toggle-animated-inner::after {
  background-color: #fff;
}
.south-india-content-box p,
.connect-with-me-content-box p {
  text-align: left;
}

.south-india-content-box .row {
  margin-bottom: 40px;
}
.connect-with-me-content-box ul {
  padding-inline-start: 25px;
}

.connect-with-me-content-box ul li {
  list-style: none;
  text-align: left;
  margin-bottom: 15px;
}
ul.social-icons {
  text-align: left;
  padding-inline-start: 0;
}
ul.social-icons li {
  display: inline-block;
}
ul.social-icons li {
  margin: 0 5px;
}
ul.social-icons li:first-child {
  margin-left: 0;
}
.address-area p strong {
  font-size: 20px;
}
.address-area p img {
  margin-right: 10px;
  vertical-align: baseline;
}
.address-area p {
  margin-bottom: 10px;
}
ul.contact-area li a {
  font-weight: bold;
  color: #000;
  text-decoration: underline;
}
ul.contact-area li a:hover {
  color: #000;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.address-area {
  border-right: 2px dotted #eee;
}
.wpcf7-form-control-wrap .form-control {
  height: 50px;
  color: #000;
}
.wpcf7-form-control-wrap textarea.form-control {
  height: auto;
}
.form-group label {
  font-weight: bold;
  margin-bottom: 3px;
}
.form-group label span {
  color: red;
}
.form-control:is(:hover, :focus) {
  outline: none;
  box-shadow: none;
  border-color: #ced4da !important;
}
.wpcf7-submit {
  background-color: #f14542 !important;
  color: #fff !important;
  border: none;
  padding: 10px 20px;
  border-radius: 6px;
  transition: 0.3s;
}
.wpcf7-submit:is(:hover, :focus) {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: #000 !important;
  color: #fff !important;
}
.blog,
.single,
.archive,
.search {
  background-image: url("../images/bg-blog.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: left bottom;
  height: 100vh;
}
.blog-meta ul li {
  display: inline-block;
  margin: 0 15px;
  font-size: 13px;
  vertical-align: middle;
  color: #999999;
}
.blog-meta ul li:first-child {
  margin-left: 0;
}
.blog-meta ul li:last-child {
  margin-right: 0;
}
.blog-meta ul {
  padding-inline-start: 0;
}
.subpage-content-area h1 {
  text-align: center;
}
h2.entry-title {
  font-size: 20px;
  color: #000;
  margin-top: 0px;
  border: none;
  margin-bottom: 0px;
  font-weight: 400;
}
.blog-post .entry-content {
  background-color: #fff;
  padding: 20px 15px;
  margin-top: 0;
}
.post-thumbnail img {
  width: 100%;
}
.read-more {
  background-color: #f14542 !important;
  color: #fff !important;
  border: none;
  padding: 12px 20px;
  border-radius: 6px;
}
.read-more:is(:hover, :focus) {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  text-decoration: none;
  background-color: #000 !important;
}
.blog-archive-content {
  margin-bottom: 10px;
}
.single .blog-meta {
  display: none;
}
.widget.widget_search {
  border-bottom: 1px solid #ddd !important;
  padding-bottom: 30px;
}
.widget_search .wp-block-search__input {
  height: 45px;
  border-right: transparent;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.widget_search button {
  margin-left: -3px !important;
  color: #fff;
  background-color: #f14542 !important;
  height: 45px;
}
.widget_search .wp-block-search__input:is(:hover, :focus, :focus-visible) {
  border: 1px solid #949494;
  outline: none;
  box-shadow: none;
}
.widget_search {
  background-color: #fff;
  padding: 15px 20px;
  border-radius: 6px;
}
#block-3,
#block-5,
#block-6 {
  background-color: #fff;
  padding: 15px 20px;
  border-radius: 6px;
}
.wp-block-latest-posts a.wp-block-latest-posts__post-title {
  font-size: 18px;
  color: #000;
}
.wp-block-latest-posts li,
.wp-block-archives-list li,
.wp-block-categories-list li {
  padding: 15px 0;
  border-bottom: 1px solid #ddd !important;
  margin: 0;
}
h2.wp-block-heading {
  margin-bottom: 0px;
  padding-bottom: 0;
  margin-top: 0;
  font-family: "Segoe Script", sans-serif;
  font-size: 20px;
  color: #000;
}
ul.wp-block-archives-list,
ul.wp-block-categories-list {
  padding-inline-start: 10px;
  list-style: none;
}
ul.wp-block-archives-list a,
ul.wp-block-categories-list a {
  color: #000;
  font-size: 18px;
}
.wp-block-search__label {
  font-family: "Segoe Script", sans-serif;
  font-size: 20px;
  color: #000;
}
.post-navigation .post-title {
  background-color: #f14542 !important;
  color: #fff !important;
  border: none;
  padding: 12px 20px;
  border-radius: 6px !important;
  transition: 0.3s;
}
.post-navigation .post-title:is(:hover, :focus) {
  background-color: #000 !important;
}
.post-navigation .nav-previous {
  float: right !important;
  width: auto !important;
}

.post-navigation .nav-next {
  float: left !important;
  width: auto !important;
}
.post-navigation .nav-previous a::before,
.post-navigation .nav-next a::after {
  content: "" !important;
  background-color: transparent !important;
}
.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: none !important;
}
.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background-color: transparent !important;
}
.navigation.post-navigation {
  padding: 15px 0;
}
.site-main .post-navigation {
  margin: 0;
}
.no-results.not-found {
  width: 100%;
  text-align: center;
}
.search-no-results h1 {
  display: none;
}
.search-no-results .page-header h1 {
  display: block !important;
}

.search-form .form-control {
  height: 45px;
  border-right: transparent;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.search-form .btn {
  margin-left: -4px !important;
  color: #fff;
  background-color: #f14542 !important;
  height: 45px;
}
.search-form .btn:is(:hover, :focus) {
  background-color: #000 !important;
}
.wpcf7-not-valid-tip {
  color: red;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border: none !important;
}

.blog-navigation ul {
  list-style: none;
}
.blog-navigation li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.blog-navigation li a {
  background: #f14542;
  border-radius: 36px;
  height: 51px;
  width: 51px;
  display: inline-block;
  align-items: center;
  display: flex;
  justify-content: center;
  color: #fff;
  transition: 0.3s;
}
.blog-navigation li a:is(:hover, :focus),
.blog-navigation li.active a {
  background-color: #000 !important;
  text-decoration: none;
}
.widget {
  margin-bottom: 40px;
}
.social-icons img {
  width: 25px;
  height: 25px;
}
.single-post .entry-content p {
  margin-bottom: 15px;
}
.home .navbar-brand {
  display: none;
}
#block-6 {
  display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
  border: none !important;
}
