/*
Theme Name: hislopia
Author: the WordPress team
/* initial css */

html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    padding: 0;
    color: #333;
    background-color: #ffffffc7;
    font-family: "Noto Sans Devanagari", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    font-variation-settings:"wdth" 100;
}
.bg-primary {
    background-color: #1b293a !important;
}
a{
    color: #1b293a;
}
a, a:hover, a:focus {
    outline: none;
    text-decoration: none;
}
ul {
    padding-left: 12px;
    list-style: none;
    margin-bottom: 0;
}
.inner-details p{
    text-align: justify;
}
p:empty{ display: none;}
.text-danger {
    color: #ff0d00!important;
}
h1,h2,h3,h4,h5,h6{
    font-weight: 600;
}
.wh-30{
    width: 30px;
    height: 30px;
}
.social-links li a {
    width: 25px;
    height: 25px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}
.main-site-header {
    border-bottom: 5px solid #963f03;
}
.main-site-header .menu-header-menu-container {
	margin-left: auto;
}
.second-header {
    background: #e7be06;
    border: none;
    padding-bottom: 7px;
    padding-top: 5px;
    color: #fff;
    position: relative;
    z-index: 1;
}
.second-header::before {
    content: "";
    height: 100%;
    position: absolute;
    width: 32%;
    background: #963f03;
    top: 0;
    z-index: -1;
    left: -25px;
    transform: skew(30deg);
}
.icon-design i{
    color: #fff;
}
.sub-header .left-icons ul li {
  display: inline-block;
  margin-left: 15px;
}
.sub-header .left-icons ul li a {
  color: #fff;
  font-size: 17px;
  transition: all .3s;
}
.sub-header .left-icons ul li a:hover {
  color: #ffffffc2;
}
.sub-header .right-icons {
  text-align: center;
  color: #000;
}
.sub-header .right-icons ul li {
  display: inline-block;
  margin-left: 15px;
}
.sub-header .right-icons ul li a {
  color: #fff;
  font-size: 14px;
  transition: all .3s;
}
.sub-header .right-icons ul li a:hover {
  color: #f5a425;
}
.main-site-header .logo-section {
    background: linear-gradient(360deg, #fdfcde, transparent);
}
.second-header .col-auto i {
    color: #963f03;
}
.main-site-header .logo-img img {
	width: 140px;
	height: auto;
}
.site-brand-name h1{
    font-size: 48px;
    color: #ff4b00;
    text-shadow: 2px 2px 2px #cecece;
}
.site-brand-name h5{
    color: #934101;
    font-size: 24px;
    letter-spacing: 2px;
    margin-top: -6px;
}
.main-navigation {
    background-color: #f18835;
}
.header-menu {
    display: flex;
    width: 100%;
}
.header-menu>li {
    width: 100%;
    position: relative;
}
.header-menu>li>a {
    color: #333 !important;
}
.header-menu>li.active,
.header-menu>li:hover,
.header-menu .current-menu-ancestor,
.header-menu .current-menu-parent,
.header-menu .current-menu-item {
    background-color: #963f03;
}

.header-menu>li.active a,
.header-menu>li:hover>a,
.header-menu .current-menu-parent a,
.header-menu .current-menu-item a {
    color: #fff !important;
}

.header-menu>li:first-child {
    border-left: 0px;
}

.header-menu>li:last-child {
    border-right: 0px;
}

.header-menu>li a {
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 0.4px;
    color: #fff;
    padding: 15px 0;
    display: block;
    text-align: center;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.header-menu>.active>a,
.header-menu>.active>a:hover,
.header-menu>.active>a:focus {
    background: none;
    border: none;
    outline: none;
}

.header-menu li ul li:hover>a {
    padding-left: 20px;
    color: #fff;
}

.header-menu li ul li:hover {
    background-color: #963f03;
}

.header-menu>li:hover a:before,
.header-menu>.active>a:before {
    display: block;
}

.header-menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 48px;
}

.header-menu li>ul li:hover>ul {
    top: 20px !important;
}

.header-menu li ul,
.header-menu ul ul {
    display: block;
    position: absolute;
    top: 100px;
    left: 0;
    border-top: 3px solid #ed1d24 !important;
    z-index: 99;
    width: 230px;
    padding: 0px;
    visibility: hidden;
    opacity: 0;
}

.header-menu li ul,
.header-menu ul ul,
.header-menu li ul a {
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
}

.header-menu li>ul li {
    display: block;
    float: none;
    background-color: #ff8481;
    border-bottom: 1px solid #ed1d24;
    border-left: none;
    border-right: none;
    position: relative;
}

.header-menu li>ul li:last-of-type {
    border-bottom: none;
}

.header-menu li>ul li a {
    text-align: left;
    padding: 10px 15px;
}

.header-menu ul ul {
    left: 70%;
    border-top: 3px solid #ffc107 !important;
    box-shadow: #333 3px 3px 20px;
}

.header-search {
    justify-content: flex-end;
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 1;
}
.header-search .screen-reader-text {
    margin-right: -150px;
}
.header-search .search-form {
    position: absolute;
    top: 0;
    display: none;
    right: 40px;
}
.search-section .entry-title {
    font-size: 18px;
}
.search-section article {
    border-bottom: 1px solid #333;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.header-search .search-form .searchform > div{
    position: relative;
    text-align: right;
}
.header-search .search-form .searchform label.screen-reader-text:after {
    content: "\f002";
    display: inline-flex;
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 0;
    color: #fbfbfb;
    z-index: 9;
    width: 40px;
    height: 40px;
    background-color: #ff0d00;
    top: 0;
    align-items: center;
    justify-content: center;
}
.header-search .search-form .searchform #s{
    padding: 7px;
    height: 40px;
    min-width: 220px;
}
.header-search .search-form .searchform input#searchsubmit {
    opacity: 0;
    z-index: -1;
    top: -35px;
    position: relative;
    right: 4px;
}
.list-group img {
    max-width: 100%;
    height: auto;
}
.home-page-wrapper {
    background: linear-gradient(110deg, #ffe185 60%, #fff6a4 60%);
}
.home-about-us .badge {
	font-size: 32px;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.section-title .title-underline:after, .section-title .title-underline:before {
    content: "";
    width: 70px;
    height: 2px;
    background-color: #192F58;
    position: absolute;
    margin-top: 10px;
    margin-left: 17px;
}
.section-title .title-underline:after {
    margin-left: 17px;
}
.section-title .title-underline:before {
    margin-left: -85px;
}
.home-editorial-board .flex-viewport {
	width: 96%;
    margin: 0 auto;
}
.metaslider.ms-theme-clarity .flexslider .caption-wrap .caption {
	padding: 16px !important;
}
#metaslider-id-116 .flexslider .caption-wrap a {
    color: #ff1515 !important;
}
.category-home-archieve .entry-title {
    font-size: 16px;
}
.inner-page-template {
    margin: 100px 0 0;
}
.inner-page-template .page-title:after {
    content: '';
    position: absolute;
    width: 330px;
    height: 330px;
    left: 160px;
    background-color: #FAB70C;
    border-radius: 50%;
    z-index: -1;
    background: #ffddde;
    top: 0;
}
.inner-page-template .inner-details {
    position: relative;
}
.inner-page-template .inner-details .page-title {
    color: #000;
    font-size: 62px;
    line-height: 1em;
    text-transform: uppercase;
}
.inner-page-template .inner-details h5 {
    padding-top: 70px;
}
.inner-page-template .sub-para {
    text-align: justify;
}
.inner-page-template .sub-para h3 {
    font-size: 1.5rem;
    line-height: 40px;
    font-weight: 600;
}
.inner-page-template .sub-para p {
    padding: 10px 0 5px;
    line-height: 30px;
    font-size: 18px;
}
.inner-page-template .page-contents {
    margin-top: 50px;
    background-color: #fafafa;
    padding: 50px 0;
}
.site-content,
.page-contents {
    text-align: justify;
}
.list-style li, ol li {
    padding-bottom: 10px;
}
.list-style {
    padding-left: 25px;
}
.list-style>li:before {
    content: "\f2da";
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    margin-right: 10px;
    color: #963f03;
    margin-left: -25px;
}

footer.footer-meta {
    font-size: 15px;
	background-color: #963f03;
}
.footer-meta a{
    color: #fafafa;
}
.social-links-footer a {
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 20px;
	border-radius: 100%;
}
ul#menu-footer-menu {
    padding-left: 14px;
}
.footer-menu ul {
    padding-left: 14px;
}
.footer-menu li.menu-item {
    margin-bottom: 4px;
}
.footer-menu li a:before {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 7px;
    margin-left: -11px;
}
.footer-menu li.current-menu-item>a,
.footer-menu li:hover a {
    color: #fff;
    font-weight: bold;
}
.copyright{
    background-color: #141f2b;
}
.contact-form-page .wpcf7-textarea, .grievance_form .wpcf7-textarea {
    max-height: 100px;
}
#xt_visitor_counter-2 {
    display: flex;
    align-items: center;
}

#xt_visitor_counter-2 .widget-title {
    font-size: 16px;
    margin-bottom: 0;
    margin-right: 6px;
    white-space: nowrap;
}
#xtvctable {
    display: none !important;
}
@media (min-width: 768px) {
    .main-site-header .sub-logo img {
    	width: 110px;
    }
	.page-id-142 .card img {
		max-height: 170px;
    	margin-bottom: 0 !important;
	}
}
@media (max-width: 767px){
    .logo-section{
        text-align: center;
    }
    .copyright{
        font-size: 14px;
        display: flex;
    }
    .inner-page-template {
        margin: 50px 0;
    }
    .inner-page-template .page-title:after {
        width: 210px;
        height: 210px;
    }
    .inner-page-template .inner-details h5 {
        padding-top: 30px;
    }
    .inner-page-template .inner-details .page-title {
        font-size: 52px;
    }
    .inner-page-template .sub-para {
        padding-top: 100px;
    }
    .inner-page-template .sub-para h3 {
        font-size: 1.2rem;
        line-height: 1.5;
    }
    #wprmenu_bar .menu_title {
        top: -11px !important;
    }
    #wprmenu_bar .menu_title a {
        font-size: 14px;
    }
    .main-site-header .logo-img img {
        width: 80px;
    }
    .site-brand-name h1 {
        font-size: 18px;
    }
    .site-brand-name h5 {
        font-size: 14px;
    }
	.page-id-142 .wp-block-group {
		grid-template-columns: auto;
	}
}
.home-upcoming-news .text-nowrap{
    background: #6e6e6e;
}
.inner-sidebar .widget {
    margin-bottom: 30px;
}
.inner-sidebar .wp-block-heading,
.inner-sidebar .widget-title {
    background: #3a4750;
    padding: 10px;
    width: 100%;
    display: block;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    color: #eee;
}
.wp-block-table tr:first-child td {
    background: #394750;
    color: #fff;
    font-weight: 500;
}
.wp-block-table table td {
    font-size: 14px;
}
.btn-orange {
    background-color: #f89538;
    border-color: #f89538;
}
.btn-orange:hover {
    background-color: #ff7c00;
    border-color: #ff7c00;
}
.btn-yellow {
    background-color: #e0cc14;
    border-color: #e0cc14;
}
.btn-yellow:hover {
    background-color: #cdb900;
    border-color: #cdb900;
}
.btn-green {
    background-color: #92bd38;
    border-color: #92bd38;
}
.btn-green:hover {
    background-color: #80b90a;
    border-color: #80b90a;
}
.btn-red {
    background-color: #e45853;
    border-color: #e45853;
}
.btn-red:hover {
    background-color: #e02c25;
    border-color: #e02c25;
}
.btn-link {
    color: #e02c25 !important;
    font-weight: 600;
}
.home-slider-group .list-group .btn {
    width: 84%;
    font-size: 18px;
}
.home-slider-group .list-group .btn:hover a,
.home-slider-group .list-group .btn a {
    color: #fff;
}
.enquiry-form-manuscript label{
	width: 100%;
	font-weight: 400;
}
.enquiry-form-manuscript .enquiry-form-icon {
    width: 200px;
    height: 200px;
    margin: auto;
    font-size: 80px;
    color: #f8f8f8;
}
.enquiry-form-manuscript .wpcf7-textarea{
	max-height: 100px;
}
.home-intro.list-group-item:first-child {
    padding: 1.25rem;
    border-radius: .25rem;
    background: linear-gradient(125deg, #963f03 60%, #ff4b00 60%);
}
.our-alumni-board {
    background-image: url(https://shreevedvidya.com/wp-content/uploads/2025/08/bg-pattern.jpg);
    background-blend-mode: color-burn;
    background-size: 23px;
    background-color: #ffb786;
}
.our-alumni-board img {
    max-width: 100%;
    height: auto;
    border-color: #cc2127 !important;
    width: 140px !important;
    height: 140px !important;
}
.full-width-page .page-title {
    color: #333 !important;
    text-align: left !important;
    font-weight: 600;
    text-transform: capitalize;
    border-bottom: 1px solid #777;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.contact-form-page h5 {
    margin-bottom: 30px;
    font-weight: 700;
    color: #ff4e02;
    border-bottom: 3px solid #333;
    padding-bottom: 7px;
}
.contact-form-page .fa {
    color: #ddd;
    font-size: 16px;
    margin-right: 15px;
    padding: 9px;
    background: #960000;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 0% 30%;
transition: all 0.7s ease;
}
.contact-form-page .fa:hover {border-radius: 0% 0%;}
.contact-form-page .col-md-7 div {
    margin-top: 20px;
}