/*!
Theme Name: Involve
Theme URI: https://growthpanda.co/
Author: GrowthPanda
Author URI: https://growthpanda.co/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: involve
*/
.resource_menu_sec {
  padding: 70px 0 40px 0;
}
.title2.rsrc {
  font-weight: 700;
}
ul.resource_menu {
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  padding: 0;
  flex-wrap: wrap;
}
ul.resource_menu li {
  background-color: #F2F2F2;
  border: 0px;
  border-radius: 15px;
  width: 22%;
  margin: 0 15px;
  display: flex;
}
ul.resource_menu li a img {
  width: 35px;
  height: 36px;
}
ul.resource_menu li a {
  display: flex;
  align-items: center;
  padding: 15px 30px 15px 30px;
  margin: 0;
}
ul.resource_menu li.current-menu-item {
  border: 2px solid #6699D0;
  background-color: #ffffff;
}
ul.resource_menu li a {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #424242;
}
.involve1 ul li p {

    text-align: left;
}
ul.resource_menu li.current-menu-item a {
  font-weight: 500;
  color: #052952;
}
.our_rsc .resourcessec ul li {
  margin: unset;
margin-top: 15px;
}
.menu-image-title-after.menu-image-not-hovered img {
  padding: 0;
}
.spcf .contactform p {
  margin: 0;
}
#cssmenu > ul > li:last-child > a::after {
  border-bottom: 1px solid #FFF !important;
  border-right: 1px solid #FFF !important;
}
.resourcessec ul li .button1 {
  padding: 15px 10px 25px !important;
  margin: 15px 25px;
  border: 1.5px solid #052952;
  color: #052952;
  line-height: 15px;
  display: block;
  border-radius: 50px;
  text-align: center;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0;
  top: 220px;
}
.resourcessec ul li li {
  box-shadow: unset;
  border: unset;
}
.ic_sec h3 {
	padding-top: 10px;
	font-weight: 600;
}
.story-con-slider h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  color: #38679D;
}
.story-video-slider h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;  
  color: #052952;
  padding-top: 10px;
}
.story-video-slider video {
  border-radius: 20px;
}
.storyConSec .owl-nav i {
  color: #38679D;
}
.storyConSec .owl-nav span {
  border: 2px solid #38679D;
  padding: 0 5px;
}
.storyConSec h2 {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .resource_menu_sec {
    padding: 50px 0 0 0;
  }
  ul.resource_menu li {
    width: 48%;
    margin: 0px 5px 9px 0;
  }
  .menu-image-title-before.menu-image-not-hovered img, .menu-image-hovered.menu-image-title-before .menu-image-hover-wrapper, .menu-image-title-after.menu-image-title {
    padding-left: 5px;
  }
  ul.resource_menu li a img {
    width: 30px;
    height: 30px;
  }
  ul.resource_menu li a {
    padding: 10px 0 10px 5px;
    gap: 0px;
  }
}
