/*-----------------------------------------------------------------------------------
 *
 * Theme Name: Insurs Child Theme
 * Theme URI: https://insurswp.websitelayout.net/
 * Author: Website Layout
 * Author URI: https://www.websitelayout.net/
 * Description: This is a child theme of insurs
 * Version: 1.4
 * Template: insurs
 * Text Domain: insurs-child
 *
 * ----------------------------------------------------------------------------------- */
 
 section.page-section {
  padding: 20px 0 !important;
}

.why-choose-style2 {
  padding: 45px 100px;
}

.widget_nav_menu .menu-service-sidebar-menu-container {
  padding: 20px 0 0px 0 !important;
}
.sidebar > :last-child {
  margin-bottom: 0px !important;
}

.portfolio-box .portfolio-content {
  opacity: 1 !important;
  visibility: visible !important;
  bottom: 40px !important;
}

.portfolio-box::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0.25rem;
  display: block;
  opacity: 1;
  z-index: 1;
  pointer-events: none;
  transition: opacity 0.4s;
  background: rgba(0, 42, 92, 0.76);
  background: linear-gradient(-180deg, transparent, #002a5c 150%);
}