/*
 Theme Name:   Neovivum
 Theme URI:    http://example.com/example-child/
 Description:  Neovivum
 Author:       RayoflightThemes
 Author URI:   http://rayoflightthemes.com
 Template:     dustro
 Version:      1.0.0
 Tags: gray, white, light, right-sidebar, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-menu, featured-images, post-formats, sticky-post, translation-ready
, page-builder
 Text Domain:  dustro-child
*/

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

body {
  font-family: "Montserrat", sans-serif !important;
font-size:16px !important;
}

.navbar-brand img {
  min-width: 260px;
}

.font-size-32 {
  font-size: 32px !important;
}

.blue-text,
.maintitle p {
  color: #0a16ff !important;
}

select {
  outline: none;
  appearance: none;
  background: url("assets/images/chevron-down.png") right center no-repeat;
}
.footer.footer1 select {
  outline: none;
  appearance: none;
  background: url("assets/images/chevron-down-white.png") right center no-repeat;
}
select:focus {
  box-shadow: 0;
}
.wp-caption p {
  margin: 10px !important;
}
.wp-caption p:empty:before {
  content: "" !important;
}
.wp-caption p.wp-caption-text {
  font-size: 13px !important;
}

.menu4 a {
  font-family: Montserrat !important;
}

.menu4 .navbar ul.navbar-nav > li > a {
  font-size: 16px;
}

.neovivum-member-box {
  display: inline-block;
}

.neovivum-member-box .title {
  color: #ff6633;
  font-size: 18px;
  font-weight: bold;
}

.neovivum-member-box .img-shadow {
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.15));
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
	
}

.neovivum-member-box img{
	width:100%;
}

.our-team-members .e-con-inner{
	margin-left:-15px;
	margin-right:-15px;
}

.our-team-members .e-con-inner > div{
	padding: 0 15px;
}

.neovivum-member-box .description {
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.6px;
  color: #fff;
}

.neovivum-member-box .black_txt {
  color: #000033;
}

.neovivum-member-box .social-button {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 4px;
  background: var(--Colors-Orange, #f63);
}

.neovivum-member-box .social-bar {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  margin-top: -20px;
  margin-bottom: 15px;
}



.blog-archive-template .meta-list li i {
  margin-right: 3px;
  color: #0a16ff;
  font-size: 14px;
}

.meta-list li:nth-child(2) span a {
  color: #ff6633;
}

.navbar-brand img {
  max-width: 100%;
}

.feaured-box-grid {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 50px;
  color: #fff;
}

.feaured-box-grid .content {
  position: relative;
  z-index: 1;
}

.feaured-box-grid h2 {
  font-size: 28px;
  margin-bottom: 20px;
}

.feaured-box-grid p {
  font-size: 16px;
  margin-bottom: 30px;
}

.feaured-box-grid .button {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: #fff;
  color: #333;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
}

.research-domains-boxes .research-box {
  min-height: 490px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.research-domains-boxes .title {
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 25.2px;
  margin-top:0;
   margin-bottom: 0;
  color: #fff;
	
}

.research-domains-boxes .research-box .elementor-button {
  margin-right: 0;
  display: inline-flex;
  padding: 14px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: var(--Colors-Orange, #f63);
	border-color:transparent;
}

.neovivum-latest-posts .wp-post-image {
  width: 100%;
  height: 268px;
  object-fit: cover;
}

.load-more-button {
  display: inline-flex;
  padding: 16px 40px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #f63 !important;
  border-color: #f63;
  border: 0;
  outline: none;
}

.load-more-button:visited,
.load-more-button:hover {
  outline: none;
}

.post-info-bar {
  display: flex;
  margin: 14px -15px;
  padding: 10px 0;
  border-bottom: solid 0.5px #bdbdbd;
}

.post-info-bar .item {
  margin-left: 15px;
}

.orange-txt {
  color: #ff6633 !important;
}

.post-info-bar .fal {
  color: #0a16ff;
  margin-right: 10px;
}

.neovivum-latest-posts .post h3 {
  color: #003;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 35.2px;
}

.neovivum-latest-posts .date-txt {
  color: var(--Colors-Primary-Blue, #003);
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.6px;
}

.inline-items {
  display: flex;
  margin: 0 -15px;
}

.inline-items > span {
  margin-left: 15px;
}

.footer-widgets .menu > li:first-child > a {
  color: #ff6633 !important;
  font-weight: bold;
  text-transform: capitalize;
}

.elementor-button:hover,
.social-button:hover .warning-btn:hover {
  background-color: #0A16FF !important;
  border-color: #0A16FF !important;
}

.box-shadow {
  height: 100%;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
}

.box-shadow img {
  width: 100%;
}

.maintitle h2 {
  font-size: 32px;
  line-height: 35.2px; /* 110% */
  font-weight: 700;
}

.elementor-kit-9 .elementor-button {
  font-family: "Montserrat", Sans-serif;
  font-weight: 700 !important;
  background-color: var(--e-global-color-primary);
  border-style: solid;
  border-radius: 8px 8px 8px 8px;
  padding: 20px 40px 20px 40px;
  line-height: 22px !important;
  border-color:transparent;
}

.searchform {
  display: flex;
  align-items: stretch;
}

.searchform input[type="search"] {
  height: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
}

.searchform input[type="submit"] {
  padding: 6px;
  height: 38px;
  width: 36%;
  font-size: 17px;
  padding: 16px 20px;
  line-height: 22px;
  height: auto;
  border-radius: 4px;
}

.sidebar .widget_categories li a::before {
  content: "\f02b";
  color: #0a16ff;
}

.blog-grid h2.blogtitle,
.widget .sp-latest-posts-widget.latest-posts .entry-title a {
  color: #000033 !important;
}

.footer1-wrapper {
  background-image: url("https://neovivum.enki.tech/wp-content/uploads/2024/03/footer-vector.png");
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: bottom;
  background-color: #000033;
}

.footer1-wrapper .footer-content {
  padding-top: 60px;
  padding-bottom: 30px;
}

.footer-widgets .widget {
  margin-bottom: 15px;
}

.mb-10px {
  margin-bottom: 10px;
}
.mb-30px {
  margin-bottom: 30px;
}

.footer-widgets a {
  color: #fff !important;
  font-size: 14px;
}

.copyrights-txt {
  font-size: 14px;
  margin-bottom: 0;
}

.button-top {
  position: fixed;
  z-index: 1000;
  right: 247px;
  padding-top: 13px;
  text-align: center;
  opacity: 0.7;
  background: var(--bs-primary);
  cursor: pointer;
  color: #fff;
  width: 48px;
  height: 48px;
  font-size: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 4px;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  display: none !important;
}

.maintitle p{
	font-family:"Montserrat";
	font-weight:700;
}

@media all and (max-width: 992px) {
  .white-nav-wrapper.sticky-top {
    position: relative;
  }
}



.footer1-widgetsecond > .row {
  flex-flow: column;
}

#filters button {
  font-size: 16px;
  color: #f63;
  padding: initial;
}

.navbar ul.navbar-nav > li {
  margin-right: 32px;
}


.research-domains-boxes{
    --widgets-spacing: 20px 30px;
}

@media all and (min-width: 768px) {
  .footer-content {
    max-width: 1600px;
  }

  .neovivum-latest-posts .results {
    display: flex;
    flex-flow: wrap;
    width: 100%;
  }

  .neovivum-latest-posts .post {
    width: calc(50% - 30px);
    margin: 0 15px;
    overflow: hidden;
  }

  .footer1-widgetsecond > .row > .footer-widgets {
    display: flex;
    justify-content: space-between;
    padding-top: 42px;
    padding-bottom: 30px;
  }

  .grid-isotope.gap .element-item {
    width: 25%;
  }
	
.home4text {
  font-size: 56px !important;
}
	
}

@media (min-width: 790px) {
  .footer1-wrapper .footer1-widgetcolor .widget {
    max-width: 75%;
  }

  .footer1-widgetsecond > .row {
    height: 100%;
  }

  .footer1-widgetsecond .footer-widgets:nth-child(2) {
    align-items: end;
  }
  .footer1-widgetsecond .footer-widgets:nth-child(2) .widget {
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1440px;
  }
}



/* add customization here */
