.logged-in.admin-bar .main-stick-header.is-sticky {
	top: 32px;
}
.main-stick-header.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 767px) {
.nav-menu-sec .elementskit-menu-container ul li.menu-item-has-children ul.elementskit-dropdown.elementskit-submenu-panel,
.nav-menu-sec .elementskit-menu-container ul li .elementskit-megamenu-panel{
    top: 50px !important;
}
.nav-menu-sec .elementskit-menu-container ul li.menu-item-has-children  ul.elementskit-dropdown.elementskit-submenu-panel:before,
.nav-menu-sec .elementskit-menu-container ul li .elementskit-megamenu-panel:before {
    content: "";
    width: 50%;
    height: 30px;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
}
}

/* Start What We Offer Page Css */

.koumin-post-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: left;
    margin: 0 -15px;
}
.koumin-post-item {
    width: calc(25% - 30px);
    background-color: #228c74;
    border-radius: 0;
    overflow: hidden;
    text-align: center;
    transition: transform 0.3s ease;
}
.koumin-post-item:hover {
    transform: translateY(-5px);
}
.koumin-post-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}
.koumin-post-title {
    font-size: 18px;
    margin: 15px 10px;
    font-family: 'Nunito Sans';
    font-weight: 600;
    line-height: 24px;
}

.koumin-post-title a {
    text-decoration: none;
    color: #ffffff;
}

.koumin-pagination {
    text-align: center;
    margin-top: 40px;
}

.koumin-pagination .page-numbers {
    display: inline-block;
    margin: 0 5px;
    padding: 7px 15px;
    background-color: #0073aa;
    color: #fff;
    border-radius: 0;
    text-decoration: none;
    font-weight: bold;
}
.koumin-pagination .page-numbers.current {
    background-color: #005177;
}
.koumin-pagination .page-numbers:hover {
    background-color: #004466;
}
/* End What We Offer Page Css */


/* Start What We Offer Single Page Css */
.kaomin-main-wrapper {
    width: 100%;
    max-width: 1290px;
    padding: 80px 50px;
    margin: 0 auto;
}

.kaomin-main-section {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.kaomin-section-1 {
  flex: 1 1 70%;
}

.kaomin-post-image img {
    width: 100%;
/*     max-width: 600px !important; */
    border-radius: 0;
    margin-bottom: 20px;
}

.kaomin-post-title {
    color: #333333;
    font-size: 40px;
    line-height: 52px;
    letter-spacing: 0;
    font-weight: 700;
    margin: 0 0 15px 0;
    text-align: left;
    text-transform: capitalize;
    font-family: 'Nunito Sans';
}

.kaomin-post-content {
  font-size: 16px;
  line-height: 24px;
  color: #6f7175;
  font-family: 'Nunito Sans';
}

.kaomin-section-2 {
    flex: 1 1 25%;
    position: sticky;
    top: 50px;
    height: fit-content;
    background-color: #f3f3f3;
    padding: 20px;
    border-radius: 0;
	max-height: 650px;
  	overflow-y: auto;
	scrollbar-width: thin; /* Firefox */
  	scrollbar-color: #0073aa #e0e0e0; /* Firefox */
}
.kaomin-section-2::-webkit-scrollbar {
  width: 8px;
}

.kaomin-section-2::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 5px;
}

.kaomin-section-2::-webkit-scrollbar-thumb {
  background-color: #005979;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.kaomin-sidebar-heading {
    font-size: 20px;
    margin: 0;
    margin-bottom: 15px;
    color: #005979;
    font-family: 'Nunito Sans';
    font-weight: 600;
}

.kaomin-post-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.kaomin-post-list li {
  margin-bottom: 7px;
}

.kaomin-post-list a {
    text-decoration: none;
    color: #333;
    transition: color 0.3s;
    font-size: 16px;
    font-family: 'Nunito Sans';
    line-height: 24px;
}

.kaomin-post-list a:hover {
  color: #005979;
}
.main-buttons-sec {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 30px;
}
.pdf-view-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #005979;
    color: #fff;
    text-decoration: none;
    border-radius: 0;
    transition: background-color 0.3s ease;
    font-size: 16px;
    font-family: 'Nunito Sans';
    font-weight: 600;
	border: 0;
}

.pdf-view-button:hover {
    background-color: #228c74;
	color: #fff;
}
/* End What We Offer Single Page Css */



/* Start Home Page Hero Slider Css */
.kaomin-hero-slider-wrapper {
	position: relative;
}

.kaomin-hero-slider {
	position: relative;
	overflow: hidden;
}

.kaomin-hero-slide {
	position: relative;
	background-size: cover;
	background-position: center;
	display: flex !important;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 100vh;
}

.kaomin-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.kaomin-slide-content {
    position: relative;
    z-index: 2;
    max-width: 1290px;
    width: 100%;
    padding: 30px 50px;
    box-sizing: border-box;
}

.kaomin-slide-content.align-left {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
.kaomin-slide-content.align-right {
	text-align: right;
	margin-left: auto;
	margin-right: 0;
}
.kaomin-slide-content.align-center {
	text-align: center;
	margin: 0 auto;
}

.kaomin-hero-subheading {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.kaomin-hero-heading {
	font-size: 48px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 20px;
	line-height: 1.2;
}

.kaomin-hero-desc {
	font-size: 18px;
	color: #fff;
	margin-bottom: 25px;
	line-height: 1.5;
}

.kaomin-hero-btn {
    display: inline-block;
    padding: 12px 28px;
    background-color: #228c74;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 0;
    text-decoration: none !important;
    transition: background 0.3s;
}

.kaomin-hero-btn:hover {
	background-color: #ffffff;
	color: #005979;
}

.kaomin-hero-slider .slick-dots,
.koumin-post-slider .slick-dots {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex !important;
    justify-content: center;
    gap: 0;
    z-index: 10;
    list-style: none;
    padding: 0;
    margin: 0;
}
.koumin-post-slider .slick-dots{
	bottom: -70px;
}
.kaomin-hero-slider .slick-dots li button,
.koumin-post-slider .slick-dots li button{
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: rgba(255,255,255,0.5);
	border: none;
	text-indent: -9999px;
	cursor: pointer;
	transition: background 0.3s;
}
.kaomin-hero-slider .slick-dots li.slick-active button {
	background: #005979;
}
.koumin-post-slider .slick-dots li.slick-active button {
    background: #228c74 !important;
}

.kaomin-hero-slider .slick-prev, .kaomin-hero-slider .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    width: 40px;
    height: 40px;
    z-index: 10;
    cursor: pointer;
    background: #228c74;
    color: #fff;
    border: none;
    border-radius: 0;
    line-height: 1;
}

.kaomin-hero-slider .slick-prev {
	left: 80px;
}
.kaomin-hero-slider .slick-next {
	right: 80px;
}
.kaomin-hero-slider .slick-prev:before,
.kaomin-hero-slider .slick-next:before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-40%, -50%) rotate(-135deg);
}
.kaomin-hero-slider .slick-next:before {
    transform: translate(-80%, -50%) rotate(45deg);
}
/* End Home Page Hero Slider Css */



/* Start Contect Form Pop up Design Css */
.quote-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.6);
}
.quote-modal-content {
    background-color: #fff;
    margin: 5% auto;
    padding: 30px;
    width: 100%;
    max-width: 1024px;
    border-radius: 0;
    position: relative;
}
.quote-modal-close {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 24px;
  cursor: pointer;
}
/* End Contect Form Pop up Design Css */



/* Start Home Page Post Slider Css */

.koumin-post-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: left;
    margin: 0 -15px;
}
.koumin-post-item {
    width: calc(25% - 30px);
    background-color: #228c74;
    border-radius: 0;
    overflow: hidden;
    text-align: center;
    transition: transform 0.3s ease;
}
.koumin-post-item:hover {
    transform: translateY(-5px);
}
.koumin-post-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}
.koumin-post-title {
    font-size: 18px;
    margin: 15px 10px;
    font-family: 'Nunito Sans';
    font-weight: 600;
    line-height: 24px;
}
.koumin-post-title a {
    text-decoration: none;
    color: #ffffff;
}
.koumin-slider-wrapper {
    margin: 0 -15px;
}
.koumin-post-slider .slick-slide {
    padding: 0 15px;
}

/* Start Home Page Post Slider Css */



.wpcf7-form {
  font-family: 'Nunito Sans';
  font-size: 16px;
  font-weight: 600;
}

.wpcf7-form .form-group {
  margin-bottom: 20px;
}

.wpcf7-form .form-group .row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.wpcf7-form .form-group .col-md-6 {
  flex: 1 1 48%;
}

.wpcf7-form .form-group .col-md-12 {
  flex: 1 1 100%;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form select,
.wpcf7-form textarea {
  width: 100%;
  border: none;
  border-bottom: 2px solid #ccc;
  padding: 8px 4px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  background: transparent;
  outline: none;
  box-shadow: none;
  transition: border-color 0.3s ease;
  border-radius: 0;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus,
.wpcf7-form select:focus {
  border-bottom-color: #005979;
}
.wpcf7-form input[type="submit"] {
    background-color: #005979;
    color: #fff;
    border: none;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 0;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: 'Nunito Sans';
}

.wpcf7-form input[type="submit"]:hover {
  background-color: #00465e;
}

.p_l_0 {
  padding-left: 0 !important;
}
.flex-container-main {
    display: flex;
    gap: 30px;
}
.main-quote-wrp-flex h2.modal-post-title {
    font-size: 26px;
    color: #005979;
    margin: 0;
    padding-top: 10px;
    line-height: 32px;
    font-family: 'Nunito Sans';
    font-weight: 600;
}
.modal-post-image img {
    width: 100%;
    max-width: 350px;
}
.modal-contact-form h3.m0 {
    font-size: 24px;
    line-height: 30px;
    margin: 0;
    font-weight: 600;
    color: #333333;
    padding-bottom: 10px;
}
.kaomin-post-image {
    overflow: hidden;
    height: 400px;
}