@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@400;500;600;700&display=swap");
body {
  font-family: 'Mulish', sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}
.marooncolor{color:#670000;font-weight:bold;}
.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}
.melogo{
    filter: invert(1) saturate(0.0);
    width: auto;
    height: 70px;
}
.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#block-smitsart-site-branding img {
    width: 300px;
}
.heading_container h2 {
  position: relative;
  font-weight: bold;
  color: #670000;
  display: inline-block;
  background: #fff;
}
.heading_container h2::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 15px;
    left: -40px;
    background: #e1c44d;
    z-index: -1;
}
.heading_container h2::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 10px;
    left: -60px;
    background: #e1c44d;
    z-index: -1;
}
.heading_container h2 span {
 /* color: #e1c44d;*/
 color: #670000;
}
.block-region.region-content {
    width: 100%;
}
.about_section .heading_container h2::before, .about_section .heading_container h2::after {
    height: 0;
}
.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.bg-transparent{
    background-color: transparent;
}
.shadow {
    box-shadow: 0px 0px 2px 1px #CCC;
    padding: 10px;
}
.accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: right; 
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
}
/*fundamental research samruddhi*/

/* Circle container styles */
.circle-container {
    position: relative;
    width: 100%; /* Adjust size as needed */
    height: 600px; /* Adjust size as needed */
    margin: 50px auto; /* Center the container */
}

/* Inner circle styles */
.inner-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background-color: #e1c44d;
    border-radius: 50%;
    width: 250px;
    height: 250px;
    transform-origin: center;
    z-index: 0;
}
.circle-container h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    font-size: 24px;
    font-weight: bold;
    color: #670000;
    transform: translate(-50%, -50%);
    text-align: center;
  }
/* Circle (title) styles */
.circle {
    position: absolute;
    width: 200px;
    height: 130px;
    text-align: center;
    border-radius: 50%;
    background-color: #670000;
    font-size: 1.15rem;
    color: #fff;
    font-weight: 600;
    padding: 3rem 0;
}
.circle div {
    cursor: pointer;
}

/* Position each circle around the inner circle */
.circle:nth-child(1) { top: 0; left: 50%; transform: translate(-50%, -50%); z-index:10;}
.circle:nth-child(2) { top: 12%; left: 71%; transform: translate(-50%, -50%); z-index:9; }
.circle:nth-child(3) { top: 37%; left: 70%; transform: translate(0%, -50%); z-index:8; }
.circle:nth-child(4) { top: 64%; left: 80%; transform: translate(-50%, -50%); z-index:7; }
.circle:nth-child(5) { top: 77%; left: 72%; transform: translate(-50%, 0%); z-index:6; }
.circle:nth-child(6) { top: 110%; left: 50%; transform: translate(-50%, -100%);  z-index:5;}
.circle:nth-child(7) { top: 88%; left: 18%; transform: translate(0%, -50%);  z-index:4;}
.circle:nth-child(8) { top: 64%; left: -1%; transform: translate(50%, -50%); z-index:11; }
.circle:nth-child(9) { top: 16%; left: 20%; transform: translate(-50%, 50%); z-index:12; }
.circle:nth-child(10) { top: 12%; left: 29%; transform: translate(-50%, -50%); z-index:13;}

.hide{display:none;}
.researchfaculties {
    /*display: block;*/
    background: #fff;
    padding: 10px;
    font-size: 15px;
    border: 3px solid #e1c44d;
    border-radius: 15px;
    line-height: 1;
    margin-top: 30px;
}
.researchfaculties:before {
	content: "\f0d8";
    font-family: 'FontAwesome';
    color: #e1c44d;
    font-size: 2rem;
    line-height: 0;
    box-shadow: none;
    position: absolute;
    margin-top: -18px;
    margin-left: -5px;
}
.researchfaculties a {
    line-height: 1.75;
    color: #670000;
    text-align: center;
}


/*fundamental ends*/
/*faculty page samruddhi*/
form#views-exposed-form-faculty-from-people-page-1,form#views-exposed-form-staff--page-1,form#views-exposed-form-faculties-page-2,form#views-exposed-form-staff--page-2,form#views-exposed-form-staff--page-4 {
    width: 100%;
    display: inline-flex;
    float: right;
    justify-content: flex-end;
    flex-direction: row;
    display:none;
}
form #views-exposed-form-faculty-from-people-page-1 .form-actions {
    margin-top: 5px;
}
.faculty header {
    width: 50%;
    position: relative;
    top: 0rem;
}

span.result {
    width: 50%;
    position: relative;
    top: 0rem;
}

th#view-field-faculty-name-table-column a {
    color: #e1c44d;
}
.tablesort--desc, .tablesort--asc {
    filter: brightness(0.5) sepia(0.5) hue-rotate(180deg) saturate(100);
}
.faculty-inner a, .faculty-inner h2 {
    color: #670000;
}
.accordion > .card .card-header {
    cursor: pointer;
}
.accordion > .card .card-header a.card-title {
    color: #670000 !important;
    font-size: 1.10rem;
}
caption {
    font-size: 1.25rem;
    color: #fff;
    text-align: left;
    caption-side: top;
    font-weight: 500;
    border: 1px solid #ddd;
    background: #670000;
    padding: 0.75rem;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}
.info_contact p:before {
    margin-right: 10px;
}
.info_contact p {
    margin: 8px 0;
}
.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*header section*/
.hero_area {
  position: relative;
  min-height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sub_page .hero_area {
  min-height: auto;
}

.header_section {
  background-color: #670000;
  padding: 15px 0;
}

.top_nav_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.custom_nav-container #search-icon {
    position: absolute;
    right: 0.5rem;
    top: 1.45rem;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font: normal normal normal 20px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 25px;
}
.custom_nav-container #search-icon:before {
    content: "\f002";
}
.custom_nav-container #search-icon .searchclose {
    top: 5rem;
    position: absolute;
    background: red;
    right: 0;
    z-index: 999;
    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;
}
.custom_nav-container #search-icon  .searchclose:before {
    content: "\f00d";
}
.cust-search {
    display: none;
    margin-top: 15px;
    position: fixed;
    width: 100%;
    transition: all .5s;
    will-change: transform,opacity;
    z-index: 5;
    left: 0;
    height: 65px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-top: 20px;
    padding-bottom: 21px;
    background-color: #fff;
}
.cust-search input {
    background: transparent;
    height: auto;
    padding: 0.1rem 5rem;
}
.cust-search .form-submit {
    display: none;
}
.show{display:block;}
.navbar{
    padding: 0;
}
.navbar-brand {
  padding: 0;
  margin: 0;
  color: #000000;
  font-size: 24px;
  font-weight: bold;
}

.navbar-brand span {
  color: #ffffff;
}
#block-smitsart-main-menu {
    right: 40px;
    position: relative;
}
#navbarSupportedContent ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}
#navbarSupportedContent ul li a, #navbarSupportedContent ul li span {
    padding: 10px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
}
#navbarSupportedContent ul li .is-active, #navbarSupportedContent ul li a:hover, #navbarSupportedContent ul li span:hover {
    color: #e1c44d;
}
#navbarSupportedContent ul .dropdown ul{
    display: block;
    position: absolute;
    /*left: -82px;
    top: calc(100% + 12px);*/
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #670000;
    box-shadow: 0px 0px 30px rgba(225, 196, 77, 0.25);
    /*transition: 0.3s;*/
}
#navbarSupportedContent ul.dropdown-menu.show {
    display: block;
    opacity: 1;
    visibility: visible;
    padding:0;
}
ul.dropdown-menu.show li {
    padding: 10px 20px;
    border-bottom: 1px solid #fff;
    margin: 0;
}
ul.dropdown-menu.show li:last-child {
    border: 0;
}
#navbarSupportedContent ul .dropdown li {
    min-width: 240px;
}
/*
.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin-left: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 10px 25px;
  color: #ffffff;
  text-align: center;
}
.custom_nav-container .navbar-nav .nav-item .nav-link:active, .custom_nav-container .navbar-nav .nav-item .nav-link:hover {
    color: #e1c44d;
}
*/


.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 75px 0;
  background-color: #f5f6f9;
  position: relative;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box h5 {
  color: #e1c44d;
}

.slider_section .detail-box h1 {
  font-weight: bold;
  margin-bottom: 25px;
  line-height: 58px;
  font-size: 3rem;
}

.slider_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #e1c44d;
  color: #0d0000;
  border-radius: 45px;
  border: 1px solid #e1c44d;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 15px;
  font-weight: bold;
}

.slider_section .detail-box a:hover {
  background-color: transparent;
  color: #670000;
  border-color: #670000;
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .carousel_btn_box, .owl-nav {
  position: absolute;
  bottom: 0;
  left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 125px;
  height: 50px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  z-index: 3;
}

.slider_section .carousel_btn_box .carousel-control-prev,
.slider_section .carousel_btn_box .carousel-control-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next{
  position: unset;
  width: 50px;
  height: 50px;
  background-color: #670000;
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 25px;
  border-radius: 100%;
  color: #fff;
}

.slider_section .carousel_btn_box .carousel-control-prev img,
.slider_section .carousel_btn_box .carousel-control-next img {
  width: 10px;
}

.slider_section .carousel_btn_box .carousel-control-prev:hover,
.slider_section .carousel_btn_box .carousel-control-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover{
  background-color: #e1c44d;
  color:#0d0000;
}
div#block-views-block-news-block-1 .owl-nav.disabled {
    display: block;
}
#block-views-block-news-block-1 .owl-nav, #block-views-block-academics-page-details-block-2 .owl-nav {
    bottom: -30px;
    left: unset;

}
button:focus{outline:none;}
.catagory_section {
  position: relative;
}
.catagory_container .heading_container {
    margin-bottom: 15px;
}
.catagory_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-top: 45px;
  background-color: #ffffff;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.catagory_section .box .img-box {
  width: 110px;
  min-width: 110px;
      -ms-flex-pack: center;
  height: 110px;
  margin-bottom: 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f1f2f3;
  border-radius: 100%;
}

.catagory_section .box .img-box img {
  width: 55px;
}

.catagory_section .box .detail-box h5 {
  font-weight: bold;
}

.catagory_section .box .detail-box p {
  margin: 0;
}

.catagory_section .box .detail-box a {
  color: #e1c44d;
}

.catagory_section .box .detail-box a:hover {
  color: #e1c44d;
}

.catagory_section .box:hover {
  border-color: #e1c44d;
}

.catagory_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.catagory_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #e1c44d;
  color: #ffffff;
  border-radius: 5px;
  border: 1px solid #e1c44d;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.catagory_section .btn-box a:hover {
  background-color: transparent;
  color: #e1c44d;
}

/*pagination css starts samruddhi*/
ul.pager__items.js-pager__items {
    display: flex;
    list-style-type: none;
    align-content: center;
    justify-content: center;
    align-items: center;
}


li.pager__item {
    margin: 5px;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    padding: 5px 12px;
}

li.pager__item.is-active, li.pager__item:hover {
    background: #670000;
    color: #f9c10b!important;
}

li.pager__item.is-active a, li.pager__item:hover a {
    color: #e1c44d;
}


li.pager__item a {
    color: #670000;
    font-weight: bold;
}



/*pagination css ends samruddhi*/



.about_section {
  position: relative;
  background-color: #f5f6f9;
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .img-box img {
  width: 100%;
}

.about_section .detail-box p {
  margin-top: 15px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #e1c44d;
  color: #0d0000;
  border-radius: 45px;
  border: 1px solid #e1c44d;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 15px;
  font-weight: bold;
}

.about_section .detail-box a:hover {
  background-color: transparent;
  color: #670000;
  border-color: #670000;
}

.client_section .client_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
  margin-top: 45px;
}

.client_section .client_container .client_id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.client_section .client_container .client_id h5 {
  color: #e1c44d;
  font-weight: 600;
  margin-bottom: 5px;
}

.client_section .client_container .client_id h5 a{
  color: #0d0000;
}

.client_section .client_container .client_id h6 {
  margin-bottom: 0;
}

.client_section .client_container .img-box {
  width: 125px;
  margin-right: 15px;
}

.client_section .client_container .img-box img {
  width: 100%;
  border-radius: 100%;
}

.client_section .client_container .detail-box {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  padding: 25px;
  margin-bottom: 25px;
  border-radius: 25px;
  background: #670000;
  color: #ffffff;
}

.client_section .client_container .detail-box span {
  margin-top: 25px;
  color: #e1c44d;
  font-size: 28px;
}

.blog_section, .client_section {
  background-color: #f5f6f9;
}
.blog_section.layout_padding {
    padding-top: 60px;
}
.blog_section .box {
  margin-top: 55px;/*
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);*/
}

.blog_section .box .img-box {
  position: relative;
  padding: 10px;
    border: 2px solid #ddd;
    border-radius: 0.5rem !important;
    border-bottom-right-radius: 0!important;
    border-bottom-left-radius: 0!important;
    background-color: #f5f6f9;
}
.blog_section .box:hover {
    transform: translateY(-5px);
}
.blog_section .box .img-box .blog_date {
  position: absolute;
  left: 25px;
  bottom: 0;
  padding: 10px 25px;
  font-size: 18px;
  background-color: #670000;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border: 3px solid #ffffff;
  color: #ffffff;
  border-radius: 45px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.blog_section .box .img-box img {
  width: 100%;
  border-top-right-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
  
}

.blog_section .box .detail-box {
  padding: 45px 15px 15px 15px;
  background: #ffffff;
  
}

.blog_section .box .detail-box h5 {
    color: #670000;
    margin-bottom: 1.5rem !important;
    font-size: 16px;
}

.blog_section .box .detail-box p {
  font-size: 14px;
}

.blog_section .box .detail-box a {
  color: #670000;
  font-weight: bold;
      word-wrap: break-word;
}
.blog_section .box .img-box {
    position: relative;
    min-height: 100%;
}
.blog_section .box .detail-box {
    padding: 45px 25px 25px 25px;
    background: #ffffff;
    height: 200px;
    border-radius: 0.5rem !important;
    /*-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.15);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.15);*/
    border-top-right-radius: 0!important;
    border-top-left-radius: 0!important;
    border: 2px solid #ddd;
    border-top: 0;
}
#block-views-block-news-block-1 .detail-box {
    padding: 45px 15px 15px 15px;
    height: 200px;
}


/*added by samruddhi*/
#views-bootstrap-tab-views-bootstrap-academics-page-details-page-1 .nav-link{
    padding: 1rem 0;
}
#views-bootstrap-tab-views-bootstrap-academics-page-details-page-1 .nav-tabs {
    border-bottom: 1px solid #670000;
}
#views-bootstrap-tab-views-bootstrap-academics-page-details-page-1 .nav-tabs .nav-link {
    border: 1px solid #e1c44d;
    color: #670000;
}
#views-bootstrap-tab-views-bootstrap-academics-page-details-page-1 .nav-tabs .nav-link.active, #views-bootstrap-tab-views-bootstrap-academics-page-details-page-1 .nav-tabs .nav-item.show .nav-link {
    color: #fff;
    background-color: #670000;
    border-color: #670000 #670000 #fff;
}

#views-bootstrap-tab-views-bootstrap-academics-page-details-page-1 .tab-content {
    border: 1px solid #e1c44d;
    border-top: 0;
    padding: 25px;
}




  .faculty .box .img-box  {
    /*height: auto!important;*/
     border: 1px solid #eee;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.15);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.15);
    border-bottom: 5px solid #e1c44d;
}


.faculty .detail-box{
      height: 280px!important;
}
.faculty-bld-room {
    display: flex;
}
.faculty-bld-room div {
    margin-right: 10px;
}

.blog_section.staff .box .detail-box {
    padding: 20px 0;
    border: 0;
    height: auto;
}

.blog_section.staff .box .img-box {
    border-radius: 100%!important;
    padding: 0;
    border: 2px solid #e1c44d;
}

.blog_section.staff .box .img-box img {
    border-radius: 100%;
}
.contact_section h2 {
  margin-bottom: 45px;
}

.contact_section form {
  padding-right: 35px;
}
form label {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-weight: bold;
    margin-top: 1rem;
    color: #670000;
}
.table thead th {
    background-color: #670000;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #670000;
    color: #fff;
}
.contact_section input, form input {
  width: 100%;
  border: 0;
  height: 50px;
  border-radius: 25px;
  margin-bottom: 25px;
  padding-left: 25px;
  outline: none;
  color: #101010;
  background: #f1f1f1;
}

.contact_section input::-webkit-input-placeholder, form input::-webkit-input-placeholder {
  color: #131313;
}

.contact_section input:-ms-input-placeholder, form input:-ms-input-placeholder {
  color: #131313;
}

.contact_section input::-ms-input-placeholder, form input::-ms-input-placeholder {
  color: #131313;
}

.contact_section input::placeholder, form input::placeholder {
  color: #131313;
}

.contact_section input.message-box, form input.message-box {
  height: 120px;
  border-radius: 15px;
}

.contact_section .btn-box, form .form-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.contact_section button, form input[type="submit"]  {
  display: inline-block;
  padding: 12px 45px;
  background-color: #e1c44d;
  color: #0d0000;
  border-radius: 45px;
  border: 1px solid #e1c44d;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  font-weight: bold;
}

.contact_section button:hover, form input[type="submit"]:hover {
  background-color: transparent;
  color: #0d0000;
}

.contact_section .img-box img {
  width: 100%;
}

.info_section {
  background-color: #670000;
  color: #ffffff;
  padding: 45px 0 15px 0;
}

.info_section h4 {
  font-weight: 600;
  margin-bottom: 20px;
}

.info_section .info-col {
  margin-bottom: 30px;
}

.info_section .info_contact .contact_link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.info_section .info_contact .contact_link_box a {
  margin: 5px 0;
  color: #ffffff;
}

.info_section .info_contact .contact_link_box a i {
  margin-right: 5px;
}

.info_section .info_contact .contact_link_box a:hover {
  color: #e1c44d;
}

.info_section .info_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 10px;
}

.info_section .info_social a, .info_section .info_social p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #670000;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #ffffff;
  border-radius: 100%;
  margin-right: 5px;
  font-size: 22px;
}
.info_section .info_social p::before{
    padding: 7px 5px 2px 8px;
    width: 30px;
    height: 30px;
}
.info_section .info_social .fa::before {
    margin-left: 3px;
    padding: 10px;
}
.info_section .info_social .fa-youtube-play:before {
    content: "\f16a";
    margin-left: -1px;
}
.info_section .info_social a:hover, .info_section .info_social p:hover {
  color: #e1c44d;
}

.info_section form input {
  border: none;
  padding: 10px 15px;
  background-color: #f7f8f9;
  width: 100%;
  height: 45px;
  color: #000000;
  outline: none;
  border-radius: 45px;
}

.info_section form input::-webkit-input-placeholder {
  color: #556;
}

.info_section form input:-ms-input-placeholder {
  color: #556;
}

.info_section form input::-ms-input-placeholder {
  color: #556;
}

.info_section form input::placeholder {
  color: #556;
}

.info_section form button {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 10px 55px;
  background-color: #e1c44d;
  color: #ffffff;
  border-radius: 45px;
  border: 1px solid #e1c44d;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 15px;
}

.info_section form button:hover {
  background-color: transparent;
  color: #e1c44d;
}

.info_section .map_container {
  width: 100%;
  height: 250px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.info_section .map_container .map {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.info_section .map_container .map #googleMap {
  height: 100%;
}

/* footer section*/

.info_contact p span {
    margin: 8px 0;
    font-family: 'Mulish',sans-serif;
}
.info_contact p:first-child span {
    line-height: 1.4;
}

.footer_section {
  position: relative;
  background-color: #ffffff;
  text-align: center;
}

.footer_section p {
  color: #670000;
  padding: 25px 0 0;
  margin: 0;
  font-weight: bold;
}

.footer_section p a {
  color: inherit;
}

/*new dropdown menu css*/
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    width: 272px !important;
    background: #670000 !important;
}
.dropdown-menu .dropdown-item {
    text-align: left !important;
    border-bottom: 1px solid #fff !important;
}
#navbarSupportedContent ul li .is-active, #navbarSupportedContent ul li a:hover, #navbarSupportedContent ul li span:hover {
    text-align: left !important;
    color: #e1c44d !important;
    background-color: transparent !important;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover, .dropdown-item:focus {
    background-color: transparent !important;
    color: #e1c44d !important;
}
.dropdown-menu.submenu {
    position: static !important;
    padding: 0 !important;
    margin: 0 !important;
}
.dropdown-menu .dropdown-item:last-child {
    border-bottom: 0 !important;
}

.dropdown-menu.submenu .dropdown-item:last-child {
    border-bottom: 1px solid #fff !important;
}
.dropdown-menu .dropdown-item a {
    padding: 0 !important;
    text-align: left !important;
}
#navbarSupportedContent ul.dropdown-menu[aria-labelledby="dropdown6"].show {
    left: -146px !important;
}
/*new dropdown menu css*/
.slider .owl-carousel .owl-stage-outer {
    /*height: 55vh;*/
    height:auto;
}
.img-50{width:50%;}
.backto a {
    font-weight: 700;
    color: #e1c44d;
}
div#block-views-block-event-block-1 .owl-nav {
    bottom: -30px;
    left: 0;
}
#views-bootstrap-fundamental-research-themes-block-2 .row {
    justify-content: center;
    margin-right: 0;
    margin-left: 0;
}
#views-bootstrap-fundamental-research-themes-block-2 .researchfaculties {
    position: absolute;
    z-index: 1;
    margin-top: 0;
    margin-top: -25px;
    width: 200px;
}
.heading_container h2.bg-transparent::before, .heading_container h2.bg-transparent::after {
    background: transparent !important;
}
nav#block-useraccountmenu {
    float: right;
}
footer.footer_section ul {
    padding: 25px 0 0;
}
footer.footer_section li.main-menu-item {
    display: inline-block;
}
footer.footer_section li.main-menu-item {
    display: inline-block;
    border-right: 2px solid #670000;
    padding: 0 10px;
}
footer.footer_section li.main-menu-item:last-child {
    border: 0;
    padding-right: 0;
}
footer.footer_section li.main-menu-item a {
    color: #670000;
    font-weight: 600;
}


/*# sourceMappingURL=style.css.map */

/*dashboard css added by samruddhi*/

form#views-exposed-form-dashboard1-page-1 {
display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0;
    align-content: center;
    align-items: center;
}

form#views-exposed-form-dashboard1-page-1 .js-form-item.form-item {
    margin-right: 1rem;
}

form#views-exposed-form-dashboard1-page-1 .js-form-item.form-item .form-text {
    display: inline-block;
    margin-top: 16px;
    height: 25px;
    border-radius: 0;
    margin-bottom: 0;
    padding-left: 10px;
    outline: 1px solid #ddd;
    color: #101010;
    background: #fff;
    margin-left: 5px;
}

form#views-exposed-form-dashboard1-page-1 .js-form-item.form-item.form-item-combine {
    display: inline-flex;
}
form#views-exposed-form-publication-details-page-1, form#views-exposed-form-publication-details-page-2, form#views-exposed-form-publication-details-page-4, form#views-exposed-form-publication-details-page-5 {
    display: flex;
}
form#views-exposed-form-publication-details-page-1 input, form#views-exposed-form-publication-details-page-2 input, form#views-exposed-form-publication-details-page-1 form input, 
form#views-exposed-form-publication-details-page-2 form input, form#views-exposed-form-publication-details-page-4 input, form#views-exposed-form-publication-details-page-5 input   {
    height: 50px;
    margin: 10px;
    padding: 10px;
    outline: none;
    color: #101010;
    background: transparent;
    border: 1px solid #767676;
    border-radius: 5px;
    width: 90%;
}
form#views-exposed-form-publication-details-page-1 .form-actions, form#views-exposed-form-publication-details-page-2 .form-actions, form#views-exposed-form-publication-details-page-4 .form-actions, form#views-exposed-form-publication-details-page-5 .form-actions{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
}
form#views-exposed-form-publication-details-page-1 select, form#views-exposed-form-publication-details-page-2 select, form#views-exposed-form-publication-details-page-4 select, form#views-exposed-form-publication-details-page-5 select{
    height: 50px;
    margin: 10px 0;
    padding: 10px;
    outline: none;
    color: #101010;
    background: transparent;
    border: 1px solid #767676;
    border-radius: 5px;
}
.add-content-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
.action-links {
    border-bottom: 5px solid #670000;
    padding-bottom: 15px;
    padding: 0 15px 15px 15px;
}
.action-links a {
    color: #670000;
    font-weight: 600;
    font-size: 20px;
}
.openuser{cursor:pointer;}
ul.quicktabs-tabs {
    margin-top: 16px;
    padding: 16px 0;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}
ul.quicktabs-tabs li {
    display: inline-flex;
    background: none;
    list-style-type: none;
    padding: 2px;
    white-space: nowrap;
    flex-wrap: nowrap;
}

ul.quicktabs-tabs li {
    display: inline-flex;
    background: none;
    list-style-type: none;
    padding: 5px;
    white-space: nowrap;
    flex-wrap: nowrap;
}
ul.quicktabs-tabs li.active a {
    color: #670000;
    font-weight: 600;
}
.quicktabs-tabpage p {
    margin-bottom: 0;
    display: inline;
}
