/*
Theme Name: tiss-theme
*/

@font-face {
    font-family: 'DM Sans';
    src: url('../tiss-theme/assets/DMsans/DMSans-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'DM Sans';
    src: url('../tiss-theme/assets/DMsans/DMSans-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'DM Sans';
    src: url('../tiss-theme/assets/DMsans/DMSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'DM Sans';
    src: url('../tiss-theme/assets/DMsans/DMSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'DM Sans';
    src: url('../tiss-theme/assets/DMsans/DMSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'DM Sans';
    src: url('../tiss-theme/assets/DMsans/DMSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'DM Sans';
    src: url('../tiss-theme/assets/DMsans/DMSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'DM Sans';
    src: url('../tiss-theme/assets/DMsans/DMSans-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'DM Sans';
    src: url('../tiss-theme/assets/DMsans/DMSans-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('../tiss-theme/assets/inter/static/Inter_18pt-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('../tiss-theme/assets/inter/static/Inter_18pt-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('../tiss-theme/assets/inter/static/Inter_18pt-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('../tiss-theme/assets/inter/static/Inter_18pt-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Rubik';
    src: url('../tiss-theme/assets/rubik/Rubik-Bold.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Rubik';
    src: url('../tiss-theme/assets/rubik/Rubik-Bold.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Rubik';
    src: url('../tiss-theme/assets/rubik/Rubik-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Rubik';
    src: url('../tiss-theme/assets/rubik/Rubik-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}


body,
h1,
h2,
h3,
h4,
h5,
h6,
font,
span {
	--BlackColor: #000000;
	--yellowColor: #0074c1;
	--TextColor: #2a2a2a;
	--LightBg: #f5f5f5;
}
a:hover{
	color:#0074c1;
}
p,a{
	font-family: 'Poppins', sans-serif;
}
body{
	overflow-x: hidden;
}
html {
    scroll-behavior: smooth;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
} 
img{
	width: 100%;
}



.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}





a {
	transition-duration: 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0px;
	margin: 0px;
	color: #343434;

}

button {
	transition-duration: 0.3s;
}

.container {
	max-width: 1240px !important;
}

p {
	color:#222222;
	font-size: 16px;
	line-height: 28px;
}


::selection {
	background: #1C75BC;
	color: #fff;
}

::-moz-selection {
	background: #291472;
	color: #fff;
}

::-webkit-scrollbar {
	width: 4px;
}

::-webkit-scrollbar-track {
	border-radius: 0px;
}

::-webkit-scrollbar-thumb {
	border-radius: 0px;
	background-color: #2EAD36;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #141414;
}
.mega-menu-item-601 .mega-menu-link:hover {
    background: #253883 !important;
    color:#fff!important;
}


/* Slider */
.slick-slide {
	margin: 0px 0px;
}

.slick-slide img {
	width: 100%;
}



.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}


/* Arrows */
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev:before,
.slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto;
}

.slick-prev:before {
	content: '←';
}

[dir='rtl'] .slick-prev:before {
	content: '→';
}

.slick-next {
	right: -25px;
}

[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}

.slick-next:before {
	content: '→';
}

[dir='rtl'] .slick-next:before {
	content: '←';
}
 
/* Dots */

.slick-dots {
	position: absolute;
	bottom: -15px;

	display: block;

	width: 100%;
	padding: 0;
	margin: 0;

	list-style: none;

	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0px 5px !important;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	width: 10px;
	height: 10px;
	display: block;

	padding: 2px;

	cursor: pointer;

	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;

	position: absolute;
	top: 0;
	left: 0;

	width: 15px;
	height: 15px;

	content: '•';
	text-align: center;

	opacity: .25;
	color: black;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}


a:hover{
    text-decoration: none !important;
}
/* header section css starts */

.top-header-wrapper {
    transition-duration: 0.3s;
    background-color: #2BB673;
    width: 100%;
    z-index: 11;
    position: fixed;
    left: 0px;
    top: 0px;
	padding:5px 0
}

.top-header-wrapper .container-fluid{
	padding: 5px 25px;
}
.top-header-wrapper p{
	margin-bottom: 0px;
}
.top-header-wrapper a {
    color: #fff;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
	gap: 5px;
}
.top-contact {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}

.contact-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: white;
}

.contact-link i {
    vertical-align: middle;
    font-size: 20px;
    padding-right: 5px;
}

.social-icons {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: end;
    align-items: center;
}
.social-icons i {
    color: #ffffff;
    font-size: 20px;
    transition: all 0.3s ease;
}
.top-header-wrapper a:hover {
    text-decoration: none;
    color: #291471;
}
.top-header-wrapper .hgi-stroke {
    font-size: 20px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: #2EAD36;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
	color: #2BB673;
	font-weight: 600;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    line-height: 34px;
    height: 34px;
    padding: 0px 15px;
    vertical-align: baseline;
    width: auto;
    display: block;
    color: #1C75BC;
    text-transform: none;
    text-decoration: none;
    text-align: left;
    border: 0;
    border-radius: 3px;
    font-family: inherit;
    font-size: 16px;
    font-weight: 600;
    outline: none;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    z-index: 999;
    position: absolute;
    width: 250px;
    max-width: none;
    padding: 0px;
    border: 0;
    background: rgba(34, 34, 34, 0);
    border-radius: 0px;
    top: 50px;
    left: 30px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.299);
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    display: block;
    background: #ffffff ;
    color: #28a745 ;
    font-family: inherit;
    font-size: 16px;
    font-weight: 700;
    padding: 0px 10px;
    line-height: 35px;
    text-decoration: none;
    text-transform: none;
    vertical-align: baseline;
}




#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.current-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.current-menu-ancestor > a.mega-menu-link {
    background: #2BB673 !important;
    font-weight: 700;
    text-decoration: none;
    color: #FFFFFF !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background: #1C75BC;
    font-weight: 700;
    text-decoration: none;
    color: #ffffff;
}


.header-wrapper {
    padding-top: 5px;
    transition-duration: 0.3s;
    padding-bottom: 5px;
    background-color: #ffffffb8;
    width: 100%;
    z-index: 1020;
    position: fixed;
    left: 0px;
    top: 34px;
}
.header-wrapper.scrolled-inner {
    background-color: #ffffff;
    width: 100%;
    z-index: 1020;
    position: fixed;
    left: 0;
    top: 30px;
    padding-top:10px;
    padding-bottom: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); /* Optional: Adds subtle shadow */
}

.header-wrapper .container-fluid{
	padding: 10px 10px;
}
.header-wrapper .letstalk a {
    padding: 15px 30px;
    color: #ffffff;
    border: 0px solid #00000047;
    border-radius: 10px;
    transition: all 0.3s ease;
    background-color: #0976bc;
    text-decoration: none;
}
.header-wrapper .letstalk a i{
	transform: rotate(-30deg);
    margin-left: 5px;
	transition: transform 0.6s ease-in-out;
}
.header-wrapper .letstalk a:hover i{
	transform: rotate(0deg);
    margin-left: 5px;
}
.header-wrapper .header-logo img {
    width: 190px;
    object-fit: cover;
    height: auto;
    transition: width 0.3s ease;
}
.scrolled-inner .header-logo img {
    width: 140px;
}
.header-wrapper .letstalk {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a.mega-menu-link:before {
    display: inline-block;
    font: inherit;
    font-family: dashicons;
    position: static;
    margin: 0 6px 0 0px;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    background: transparent;
    height: auto;
    width: auto;
    top: auto;
}
.header-wrapper .letstalk a:hover {
    background-color: #1ba99e;
}
.top-header-wrapper .appointment a {
    justify-content: flex-end;
}
/* header section css ends */

.page-wrapper-section{
	min-height: 50vh;
}
.banner-section-wrapper {
    position: relative;
    text-align: center;
    color: #fff;
	height: 120vh;
    overflow: hidden;
  }
  .banner-section-wrapper .banner-image img {
    width: 100%;
    height: 100%;
    display: block;
	object-fit:cover;
	height: 120vh;
  }
.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 29%);
    z-index: 1;
    pointer-events: none;
}

.banner-section-wrapper .banner-content {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 900px;
    padding: 20px;
    z-index: 9999999;
}
  .banner-section-wrapper .banner-subtitle {
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    background: #0000005e;
    padding: 5px 15px;
    border-radius: 20px;
    width: fit-content;
    margin: auto;
  }
.banner-section-wrapper .banner-title {
    font-size: 52px;
    margin: 10px 0;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 2px;
    line-height: 1.2;
    font-family: DM Sans !important;
}
.banner-section-wrapper .banner-description {
    font-size: 18px;
    margin: 10px 0 30px;
    line-height: 1.6;
    color: #fff;
}
  .banner-section-wrapper .banner-button {
    display: inline-block;
    padding: 10px 35px;
    background-color: #2BB673;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
	margin-top:30px;
    transition: background 0.3s ease;
    z-index: 10;
}
  .banner-section-wrapper .banner-button:hover {
    background-color: #1C75BC !important;
  }

  /* Basic arrow button styling */
  .banner-section-wrapper .slick-prev,
  .banner-section-wrapper .slick-next {
    position: absolute;
    top: 50%;
    z-index: 10;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    transform: translateY(-50%);
    cursor: pointer;
    border-radius: 50%;
}

/* Left arrow */
.banner-section-wrapper .slick-prev {
    left: 15px;
}

/* Right arrow */
.banner-section-wrapper .slick-next {
    right: 15px;
}

/* Optional: Add custom arrow icons (Unicode or Font Awesome) */
.banner-section-wrapper .slick-prev::before {
    content: '\276E'; /* Unicode for left angle quote ‹ */
}

.banner-section-wrapper .slick-next::before {
    content: '\276F'; /* Unicode for right angle quote › */
}


/* features wrapper starts */


.features-wrapper {
    margin-top: -90px;
    margin-bottom: 60px;
}
.features-item p{
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
}
.counter-item {
    background-color: #FFFFFF;
    border-radius: 12px;
    padding: 30px 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.counter-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.counter-icon img {
    max-width: 60px;
    height: auto;
    margin-bottom: 15px;
}

.counter-number {
    font-size: 32px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px;
}

.counter-label {
    font-size: 16px;
    color: #666;
    margin: 0;
}

/* features wrapper ends */

/* operation section start */

.operation-wrapper {
  padding: 60px 0;
  background-color: #ffffff;
  text-align: center;
}
.operation-header h6 {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 10px;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.operation-header h2 {
    font-size: 33px;
    font-weight: 900;
    color: #000000a6;
    margin-bottom: 10px;
    text-align: center;
    font-family: 'DM Sans';
}

.operation-header h2 span {
  color: #2BB673;
}
.operation-col {
    padding: 10px !important;
}
.operation-row {
    display: flex;
    justify-content: center;
    padding: 20px 100px;
    background: #eeeeee;
}
.operation-card {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 16px #e7e7e73f;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  border: 1px solid #058f3e57;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border 0.3s ease;
}

.operation-card:hover {
  transform: translateY(-4px);
  border: 1px solid #271465;
  box-shadow: 0 8px 24px #2714652b;
}

.operation-icon img {
  max-height: 48px;
  width: auto;
  object-fit: contain;
}

.operation-title {
  font-size: 18px;
  font-weight: 600;
  color: #111827;
  margin: 0;
}

.operation-para p{
  font-size: 14px;
  color: #6b7280;
  margin: 0;
  line-height: 1.5;
}

/* operation section end */

/* about section start */
.about-wrapper{
    padding: 60px 0px;
    background-color: #ffffff;
}
.about-img-section {
    position: relative;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    border-radius: 20px;
}

.grid-left img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
    height: 400px;
    box-shadow: 0 4px 10px rgb(0 0 0 / 53%);
}
.grid-left {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    border-radius: 20px;
    overflow: hidden;
    top: 0;
    right: 0;
    z-index: 1;
    box-shadow: -6px 12px 20px 0px rgb(0 0 0 / 61%);
}
.grid-right-bottom {
    position: absolute;
    bottom: -40px;
    left: -45px;
    width: 282px;
    height: 260px;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgb(0 0 0 / 53%);
    z-index: 2;
}

.grid-right-bottom img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.about-content-wrapper {
    padding: 0 15px;
}

.about-content-wrapper h6 {
    font-size: 18px;
    color: #2BB673;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.about-content-wrapper p {
    font-size: 15px;
    line-height: 1.7;
    color: #333333;
    margin-bottom: 20px;
}

.readmore-btn {
    display: inline-block;
    padding: 10px 20px;
    background-color:  #2BB673;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.readmore-btn:hover {
    background-color: #1C75BC;
    color: #ffffff;
}

/* About Section end*/

/* group companies section start */

.company-wrapper {
  padding: 60px 0;
}

.company-wrapper .container {
    max-width: 1000px !important;
}

.group-company-title {
  text-align: center;
  margin-bottom: 30px;
}

.group-company-title h6 {
    font-size: 20px;
    font-weight: 900;
    color: #2BB673;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.company-col {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.company-card {
    background-color: #e6e6e6;
    border: 1px solid #058f3e57;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.3s ease;
    width: 270px;
    height: 100%;
    display: flex;
    flex-direction: column; /* Stack logo and name vertically */
    align-items: center;
    justify-content: center;
}

.company-logo {
    margin-bottom: 15px;
    max-height: 80px; /* Optional: limit logo height */
    display: flex;
    align-items: center;
    justify-content: center;
}

.company-logo img {
    width: 155px;
    height: 150px;
    object-fit: contain;
}

.company-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.company-name {
  font-size: 15px;
  font-weight: 600;
  color: #222;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}



/* group companies section end  */

/* service section starts */

.service-section {
    padding: 60px 0;
    background-color: #ffffff;
}

.section-header {
  margin-bottom: 40px;
}

.section-subtitle {
    font-size: 20px;
    font-weight: 900;
    color: #2BB673;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.section-title {
    font-size: 33px;
    font-weight: 900;
    color: #000000a6;
    margin-bottom: 10px;
    text-align: center;
    font-family: 'DM Sans';
}

.service-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.service-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.service-content {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.service-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #333;
}

.service-description {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
  line-height: 1.6;
}

.service-button {
    display: inline-block;
    padding: 10px 16px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: #1C75BC;
    border: 1px solid #1C75BC;
    border-radius: 6px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    width: 55%;
    text-align: center;
}

.service-button:hover {
  background-color: #FFFFFF;
  color: #1C75BC !important;
}

/* service section ends */

/* clients section starts */


.clients-section {
  padding: 60px 0;
  background-color: #ffffff;
}

.clients-header {
  margin-bottom: 40px;
  text-align: center;
}

.clients-subtitle {
    font-size: 20px;
    font-weight: 900;
    color: #2BB673;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.clients-title {
    font-size: 33px;
    font-weight: 900;
    color: #000000a6;
    margin-bottom: 10px;
    text-align: center;
    font-family: 'DM Sans';
}

.clients-row {
   justify-content: center;
}

.client-logo {
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    margin: 10px 10px;
    padding: 20px;
    background: #f3f3f3;
    transition: box-shadow 0.3s;
}

.client-logo {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.client-logo img {
    width: 150px;
    object-fit: contain;
    height: 100px;
}

.client-logo:hover {
  transform: scale(1.05);

}

.clients-slider-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.clients-slider {
  width: 100%;
}

.clients-prev,
.clients-next {
  background-color: #2bb673;
  color: white;
  border: none;
  padding: 10px 15px;
  font-size: 20px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
}

.clients-prev {
  margin-right: 10px;
}

.clients-next {
  margin-left: 10px;
}

.clients-slider-wrapper {
  position: relative;
}

.clients-slider {
  margin: 0 auto;
}

.client-logo:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.clients-arrow {
  position: absolute;
  top: 44%;
  transform: translateY(-50%);
  background-color: #2bb673;
  color: #fff;
  border: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: background-color 0.3s ease;
}

.clients-arrow:hover {
  background-color: #219c5a;
}

.clients-prev {
  left: -50px;
}

.clients-next {
  right: -50px;
}

.clients-section .slick-dots {
    position: absolute;
    bottom: -50px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

/* clients section end */

/* contact us section starts */

.contact-us-wrapper {
  padding: 60px 0;
  background-color: #ffffff;
}

.contact-us-wrapper h6 {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 10px;
    color: #2BB673;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

.contact-us-wrapper h2 {
    font-size: 33px;
    font-weight: 900;
    color: #000000a6;
    margin-bottom: 10px;
    text-align: center;
    font-family: 'DM Sans';
}

.contact-us-wrapper .contact-para {
    font-size: 16px;
    line-height: 1.7;
    color: #333333;
    margin-bottom: 50px !important;
    text-align: center;
    width: 80%;
    margin: auto;
}

.castor-cnt-form {
  background-color: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  height: 100%;
}

.castor-cnt-form .cont-email {
  font-size: 16px;
  color: #444;
}

.castor-cnt-form .cont-email a {
  color: #17a76b;
  text-decoration: none;
}
.castor-cnt-form .cont-email a:hover {
  color: #291472;
  text-decoration: none;
}

.form-bg {
  display: flex;
  align-items: center;
}

.contact-info-map iframe {
  width: 100%;
  height: 100%;
  min-height: 400px;
  border: 0;
  display: block;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

/* General form styling inside your form wrapper */
.castor-cnt-form form.wpcf7-form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.castor-cnt-form .wpcf7-form-control-wrap {
  width: 100%;
}

.castor-cnt-form input[type="text"], .castor-cnt-form input[type="email"], .castor-cnt-form input[type="tel"], .castor-cnt-form textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    transition: border-color 0.3s;
    background-color: #fff;
    margin: 10px 0;
}

.castor-cnt-form input[type="text"]:focus,
.castor-cnt-form input[type="email"]:focus,
.castor-cnt-form input[type="tel"]:focus,
.castor-cnt-form textarea:focus {
  border-color: #2EAD36;
  outline: none;
}

.castor-cnt-form textarea {
  min-height: 120px;
  resize: vertical;
}

.castor-cnt-form .submit-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
}

.castor-cnt-form .submit-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0;
}
.castor-cnt-form input[type="submit"] {
    background-color: #2BB673;
    color: #fff;
    padding: 10px 30px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
    margin: 10px auto 0 auto !important;
    width: fit-content;
}

.castor-cnt-form input[type="submit"]:hover {
    background-color: #23852a;
}
.wpcf7-spinner {
    display: none !important;
}

.castor-cnt-form .wpcf7-response-output,
.castor-cnt-form .privacy-note {
    font-size: 12px;
    color: #999;
    margin-top: 10px;
}
  .contact-info-map iframe {
    pointer-events: none;
  }

/* contact us section end */

/* footer section css starts */

.footer-section-wrapper {
    padding: 60px 0px 0px;
    background-color: #F2F2F2;
}

.footer-section-wrapper .footer-menu{
	display: flex;
    justify-content: space-around;
}
.footer-section-wrapper p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 10px;
    color: #000000;
}
.footer-social-media {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    margin: 20px 0;
}
.footer-social-media i{
    font-size: 28px !important;
}
.footer-social-media i:hover{
    color: #2BB673;
}
.footer-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #2BB673;
}
.footer-section-wrapper ul li a, .footer-section-wrapper ul li a {
    font-size: 16px;
    padding: 3px 0px;
    margin: 0;
    width: 100%;
    color: #000000;
    transition-duration: 0.3s;
    font-weight: 400;
    line-height: normal;
    display: block;
}
.footer-section-wrapper ul, .footer-section-wrapper ul {
    width: 100%;
    padding: 0;
    margin: 0;
    display: block;
}
.footer-section-wrapper ul li, .footer-section-wrapper ul li {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: normal;
}
.footer-section-wrapper ul li a {
  text-decoration: none!important;
}
.footer-copyright .copyright {
    text-align: center;
}
.footer-copyright {
    margin-top: 30px;
    background-color: #ffffff;
    padding-top: 20px;
}
.page-id-6 .footer-copyright {
    margin-top: 30px;
    background-color: #f2f2f2!important;
    padding-top: 20px;
}
.footer-section-wrapper li a:hover {
    color: #2EAD36;
}
.footer-section-wrapper .footer-logo img {
    width: 200px;
    margin-bottom: 20px;
    height: 100px;
}
.footer-contact-line {
  position: relative;
  padding-left: 22px;
}

.footer-contact-line i {
  position: absolute;
  top: 2px;
  left: 0;
  color: #271465;
  font-size: 16px;
}

.contact-indent {
  display: inline-block;
  margin-left: 0;
}

.contact-indent-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: white;
    padding-left: 15px;
}

.contact-indent-link:hover {
  color: #271465;
  text-decoration: underline;
}

.footercontact p {
    margin: 0px 0 20px;
    color: #000000de;
    font-size: 15px;
    line-height: 1.6;
}

.footercontact i {
  color: #271465;
  margin-right: 8px;
  font-size: 16px;
}

.footer-section-wrapper a{
	color: #000000;
}
.footer-section-wrapper a:hover {
    color: #28a745;
    text-decoration: none !important;
}
.footer-section-wrapper i {
    color: #1C75BC;
    font-size: 24px;
}
.footer-section-wrapper .Social-media {
    display: flex;
}
.footer-section-wrapper .Social-media a {
    display: flex;
    background: #ffffff0d;
    height: 35px;
    width: 35px;
    margin: 0;
    border-radius: 50px;
    text-decoration: none;
    transition: transform 0.5s;
    padding: 5px;
}
.footer-section-wrapper .Social-media a:hover {
    border: 1px solid #0074c1;
    transform: translateY(2px);
}
.footer-section-wrapper .Social-media a:hover i {
    color: #0074c1 !important;
}

.footer-boxes {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-boxes > div {
    flex: 1;
    min-width: 200px;
}
.terms {
    text-align: right;
    padding-right: 13px;
}
/* First box slightly wider */
.footer-boxes > .footer-logo {
    flex: 3.5;
}

/* Last box slightly wider */
.footer-boxes > .footer-menu:last-child {
    flex: 2.5;
}
.copy-col {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* footer section css ends */


/* inner pages section starts */
.innerpage-header {
  position: relative;
  height: 55vh;
}

.innerpage-header img {
  object-fit: cover;
  width: 100%;
  height: 55vh;
}

.pageheading-middle {
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
    text-align: center;
}

.pageheading-middle h2 {
    color: #2BB673  !important;
    text-transform: uppercase;
    font-weight: 600;
}
.pageheading-middle a{
    color: #2BB673;
    text-decoration: none;
}
.pageheading-middle a:hover{
    color: #2BB673;
    text-decoration: none;
}

/* inner pages section end */

/* inner pages service starts  */

.service-inner {
  padding: 60px 0;
  background-color: #ffffff;
}

.inne-serv-col {
    margin-top: 20px;
}

.service-inner-row {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.service-card {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 6px 24px rgba(46, 173, 54, 0.1);
  overflow: hidden;
  text-align: center;
  transition: all 0.35s ease;
  position: relative;
  padding-bottom: 30px;
  width: 100%;
}

.service-card:hover {
  transform: translateY(-6px);
  border: 1px solid rgba(39, 20, 101, 0.2);
  box-shadow: 0 10px 30px rgba(39, 20, 101, 0.15);
}

.service-top {
  position: relative;
}

.service-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.service-icon {
  width: 72px;
  height: 72px;
  background: #ffffff;
  border-radius: 50%;
  padding: 12px;
  position: absolute;
  bottom: -36px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.service-icon img {
  width: 100%;
  height: auto;
  display: block;
}

.service-body {
  margin-top: 50px;
  padding: 0 25px;
}

.service-body h6 {
    font-weight: 700;
    font-size: 20px;
    color: #1C75BC;
    margin-bottom: 10px;
}

.service-body p {
  font-size: 15px;
  color: #000000ad;
  margin-bottom: 20px;
  min-height: 60px;
  line-height: 1.6;
}

.view-service-link {
  font-weight: 600;
  font-size: 15px;
  color: #2BB673;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: color 0.3s ease;
}

.view-service-link i {
  padding-left: 6px;
  font-size: 16px;
  transition: transform 0.3s ease;
}

.view-service-link:hover {
  color: #228a2b;
}

.view-service-link:hover i {
    transform: translate(5px);
}

/* inner pages section ends */

/* single services page start */

.single-service-wrapper {
  padding: 60px 0;
  background-color: #ffffff;
}

.single-service-row {
	justify-content:center;
	align-items:center;
}

.single-service-heading{
  margin-bottom: 40px;
  text-align: center;
}

.subinner-content {
    text-align: justify;
}
.single-service-heading h6 {
  font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #2BB673;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

.single-service-heading h2 {
  font-size: 33px;
  font-weight: 900;
  color: #000000a6;
  margin-bottom: 10px;
  text-align: center;
  font-family: 'DM Sans';
}

.subinner-services-image img  {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-service-row {
    margin-top: 50px;
}

/* .subinner-services-image {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin-top: 30px;
} */

/* .subinner-services-image::before {
    content: '';
    position: absolute;
    top: -15px;
    left: -15px;
    width: 230px;
    height: 230px;
    background-color: #271465;
    animation: pulseBox 5s ease-in-out infinite;
}


.subinner-services-image::after {
  content: '';
  position: absolute;
  bottom: -15px;
  right: -15px;
  width: 230px;
  height: 230px;
  background-color: #271465;
  z-index: 1;
  animation: pulseBox 5s ease-in-out infinite;
}

@keyframes pulseBox {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.09);
    opacity: 0.95;
  }
} */


.subinner-services-image img {
  display: block;
  width: 100%;
  border: 10px solid #fff;
  height: 280px;
  position: relative;
  z-index: 2;
  border-radius: 25px;
  border: 1px solid #1c75bc;
}

/* single services page end */

/* inner about section start */

.inner-about-section {
    padding: 60px 0 30px;
    background-color: #ffffff;
}

.inner-about-images {
  position: relative;
  padding-right: 20px;
}

.main-about-image video {
    width: 90%;
    border-radius: 12px;
    border: 5px solid #1C75BC;
    height: 350px;
    object-fit: cover;
}

.secondary-about-image {
    position: absolute;
    bottom: -130px;
    right: -10px;
    width: 60%;
}

.secondary-about-image img {
    width: 100%;
    border-radius: 12px;
    height: 250px;
    border: 5px solid #FFFFFF;
    object-fit: cover;
}
.experience-box {
    position: absolute;
    bottom: -70px;
    left: 100px;
    background: #ffffff;
    padding: 20px 30px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    z-index: 5;
    text-align: center;
    width: max-content;
}

.experience-number {
    font-size: 40px;
    font-weight: 900;
    color: #1C75BC;
    margin-bottom: 4px;
}

.experience-text {
  font-size: 14px;
  font-weight: 500;
  color: #2BB673;
}


.inner-about-text {
  padding-left: 20px;
}

.inner-about-subtitle {
  font-size: 20px;
  font-weight: 900;
  color: #2BB673;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.inner-about-title {
    font-size: 36px;
    font-weight: 700;
    color: #000000;
    text-align: left;
    margin-bottom: 20px;
}

.inner-about-description p{
  font-size: 16px;
  line-height: 1.7;
  color: #000000db;
  margin-bottom: 30px;
  text-align: justify;
}

/* Button */
.inner-about-btn {
  display: inline-block;
  background-color: #2EAD36;
  color: #fff;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.inner-about-btn:hover {
  background-color: #271465;
  color: #ffffff;
  text-decoration: none;
}


/* inner about section end */

.about-features-section {
  padding: 60px 0;
  background-color: #eeeeee;
}

.about-feature-box {
    padding: 30px 25px;
    text-align: center;
    background: #ffffff;
    max-height: 330px !important;
    height: 330px;
    border-radius: 13px;
    transition: all 0.35s ease;
}
.about-feature-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgb(0 0 0 / 30%);
}
.about-feature-box h4 {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 10px;
  text-align: center;
}

.about-feature-box p {
    font-size: 16px;
    color: #000000bd;
    line-height: 1.6;
    text-align: justify;
    margin-bottom: 0;
}

.feature-icon {
    margin-bottom: 20px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.feature-icon img {
  max-height: 100%;
  max-width: 60px;
  object-fit: contain;
}

/* about features section end */

/* mission section starts */
.mission-section {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 60px 0;
}

.mission-left {
  display: flex;
  align-items: center;
  justify-content: center;
}

.vertical-title {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-weight: bold;
    font-size: 40px;
    color: #1C75BC;
    text-decoration: underline;
}
.mission-block h3 {
    font-size: 28px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px;
}
.mission-block p {
  font-size: 16px;
  color: #000000bd;
  line-height: 1.6;
  margin-bottom: 0;
  text-align: justify;
}
.mission-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.mission-block {
    display: flex;
    gap: 40px;
    align-items: center;
}

.mission-block img {
    width: 150px;
    height: auto;
    object-fit: contain;
}

/* mission section ends */

/* inner team page start */

.team-inner-section{
  padding: 60px 0;
  background: #ffffff;
}
.team-inner-subtitle{
  font-size: 20px;
  font-weight: 900;
  color: #2EAD36;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-align: center;
}
.team-inner-title {
    font-size: 36px;
    font-weight: 700;
    color: #000000d6;
    text-align: center;
    margin-bottom: 60px;
}

.team-inner-row {
  display: flex;
  justify-content: center;
}
.linked-in img{
    width:90px !important;
    height:70px !important;
    object-fit:contain;
}

.team-inner-card {
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
    border-radius: 13px;
}

.team-inner-image-wrapper {
  position: relative;
  overflow: hidden;
}
.team-inner-image-wrapper:hover {
  transform: translateY(-5px);
}
.team-inner-img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.team-inner-overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  background-color: #1c1c1c;
  border-bottom-left-radius: 10px;
  padding: 10px 0;
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}

.team-inner-card:hover .team-inner-overlay {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.team-inner-icons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.team-inner-icon {
    color: #ffffff;
    font-size: 25px;
    transition: color 0.3s;
}

.team-inner-icon:hover {
    color: #28a745;
}

.team-inner-info {
    padding: 10px 9px;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: #000000c9;
}

.team-inner-name {
    margin: 0;
    font-size: 18px;
    font-weight: 800;
    color: #FFFFFF;
}

.team-inner-role {
    font-size: 15px;
    color: #ffffff;
    margin: 5px 0 0;
}


/* team section  */

.team-wrapper {
    padding: 60px 0;
}

.team-col {
  display: flex;
  align-items: center;
}


.team-photo img {
  width: 100%;
  height: 530px;
  object-fit: cover;
  border-radius: 10px !important;
}

.team-name {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}

.team-role {
  font-size: 16px;
  color: #666;
  margin-bottom: 15px;
  font-weight: 500;
}

.team-description p {
  font-size: 15px;
  color: #333;
}


/* inner team page ends */

/* inner blog section page start  */

.inner-blog-wrapper{
  padding: 60px 0;
}

.inner-blog-heading h2 {
    font-size: 20px;
    font-weight: 900;
    color: #2BB673;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 40px;
    text-align: center;
}

.inner-blog-card {
    display: flex;
    align-items: center;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 25px;
    box-shadow: 0 0 10px #0000004d;
}

.blog-img-col{
  padding: 0 !important;
}

.inner-blog-image-wrapper {
  width:100%;
  position: relative;
  overflow: hidden;
}

.inner-blog-image-wrapper img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
}

.inner-blog-content {
    padding: 0 25px;
}

.inner-blog-author {
  font-size: 0.875rem;
  color: #000000;
  margin-bottom: 8px;
}

.inner-blog-title {
  font-size: 30px;
  margin-bottom: 16px;
  color: #000000;
}

.inner-blog-excerpt {
  font-size: 1rem;
  color: #000000;
  margin-bottom: 16px;
}

.inner-blog-button {
    margin-top: 20px;
    display: inline-block;
    background-color: #2BB673;
    color: #ffffff;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.3s ease, color 0.3s ease;
}

.inner-blog-button:hover {
  background-color: #1C75BC;
  color: #fff;
}
.blog-category {
    display: inline-block;
    color: #2BB673;
    font-weight: 600;
    font-size: 14px;
    margin-left: 5px;
    border-radius: 15px;
    text-transform: uppercase;
}
.pagination-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  flex-wrap: wrap;
}

.pagination-wrapper .page-numbers {
    margin:0 5px;
    padding: 10px 15px;
    background: #fff;
    color: #1C75BC;
    border: 2px solid #1C75BC;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    transition: 0.3s ease;
}

.pagination-wrapper .page-numbers:hover, .pagination-wrapper .current {
    background-color: #1C75BC;
    color: #fff;
}

.pagination-wrapper .dots {
  color: #000000;
  pointer-events: none;
}

/* Loader */
.blog-loader {
  display: none;
  position: fixed;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.7);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.blog-loader.visible {
  display: flex;
}

.spinner {
  border: 6px solid #f3f3f3;
  border-top: 6px solid #33b063;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

/* inner blog section page end  */


/* single section page start  */

.single-blog-page {
    padding: 60px 0;
    background: #fafafa;
}

.single-blog-head h4{
    font-size: 28px;
    margin-bottom: 20px;
    color: #000000d6;
    font-weight: 700;
    line-height: 1.7;
}

.single-blog-image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 25px;
}

.single-blog-paragrap {
  padding-top: 30px;
}

.single-blog-meta {
  font-size: 14px;
  margin-bottom: 10px;
  color: #777;
}

.single-blog-category {
    background-color: #1C75BC;
    color: #ffffff;
    padding: 5px 20px;
    border-radius: 3px;
    margin-right: 5px;
    display: inline-block;
    font-size: 14px;
}

.single-blog-author, .single-blog-date {
    display: inline-block;
    margin-left: 10px;
    font-style: italic;
    color: #1C75BC;
    font-size: 14px;
    font-weight: 700;
}

.single-blog-content p{
  margin-top: 16px;
  line-height: 1.7;
  font-size: 17px;
  color:  #000000ad;
}

.single-single-blog-content {
    text-align: justify;
}

/* single section page end  */

/* inner policy page start  */

.policy-inner-wrapper {
  padding: 60px 0;
  background-color: #f4f6f8;
}
.policy-inner-header {
    text-align: center;
}
.policy-inner-title {
  font-size: 28px;
  font-weight: 800;
  color: #2BB673;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.policy-inner-subtitle {
  font-size: 20px;
  color: #000000d3;
  margin-bottom: 40px;
}

.policy-inner-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px 30px;
  margin-bottom: 50px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.policy-inner-image img {
  width: 100%;
  height: 300px;
  object-fit: contain;
  border-radius: 15px;
  border: 5px solid rgba(39, 20, 101, 0.1);
}

.policy-inner-heading {
    font-size: 26px;
    font-weight: 700;
    color: #271465;
    margin-bottom: 20px;
}

.policy-inner-content p {
    font-size: 16px;
    color: #000000a1;
    line-height: 1.7;
    margin: 10px 0;
}

.policy-inner-list {
  margin-top: 20px;
  padding-left: 20px;
}

.policy-inner-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    font-size: 15px;
    color: #333;
    list-style: none;
}

.policy-inner-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #2BB673;
  font-weight: bold;
  font-size: 16px;
}

/* inner policy page end  */

/* inner gallery page start  */
.gallery-inner-wrapper {
  padding: 60px 0;
  background-color: #ffffff;
}
.gallery-inner-title {
    font-size: 33px;
    font-weight: 700;
    color: #000000a6;
    text-align: center;
    margin-bottom: 40px;
    font-family: 'DM Sans';
}
.gallery-inner-subtitle {
  font-size: 20px;
  font-weight: 900;
  color: #2BB673;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-align: center;
}

.vp-portfolio__item-img img {
border: 5px solid #1C75BC;
border-radius: 15px;
}
.vp-portfolio__item-img img:hover {
  transform: scale(0.95) !important;
  transition: all 0.3s ease;
}

.gallery-video-wrapper {
  padding: 60px 0;
}

.gallery-video-wrapper .video-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  transition: box-shadow 0.3s ease;
}

.gallery-video-wrapper .video-item:hover {
  box-shadow: 0 6px 24px rgba(0,0,0,0.2);
}

.gallery-video-wrapper video {
  width: 100%;
  height: 250px;
  display: block;
  object-fit: cover;
  border-radius: 12px;
}


/* galler inner ends */

/* inner contact us page start  */

.inner-contact-wrapper {
    padding: 60px 0 100px;
    background-color: #e1e1e1;
}

.inner-contact-title {
    font-size: 33px;
    font-weight: 700;
    color: #000000a6;
    text-align: center;
    margin-bottom: 40px;
    font-family: 'DM Sans';
}

.inner-contact-subtitle {
    font-size: 20px;
    font-weight: 900;
    color: #2BB673;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-align: center;
}
.inner-contact-row{
    display: flex;
    align-items: center;
}
.inner-address {
    padding: 30px;
}

.contact-icon-box {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    align-items: center;
}

.icon-circle {
    width: 50px;
    height: 50px;
    background-color: #2BB673;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.inner-address-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.inner-address-content {
    font-size: 16px;
    color: #000000d6;
    line-height: 1.6;
    margin: 0;
}

.inner-address-content a {
    color: #000000;
    text-decoration: none;
}

.inner-address-content a:hover {
    text-decoration:none;
    color: #2EAD36;
}

.inner-contact-form {
    background-color: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0,0,0,0.05);
}

.inner-map-wrapper {
  padding: 60px 0;
  background: #ffffff;
}

.inner-map {
    margin-top: -120px;
}
.inner-map iframe {
    width: 100%;
    height: 400px;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.452);
}

.inner-contact-form {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 20px;
}

.inner-contact-form h2,
.inner-contact-form .wpcf7-form-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.inner-contact-form .wpcf7-form p {
    margin-bottom: 20px;
}

.inner-contact-form input[type="text"], .inner-contact-form input[type="email"], .inner-contact-form input[type="tel"], .inner-contact-form textarea {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: #f9f9f9;
    font-size: 16px;
    color: #333;
    margin: 10px 0;
    transition: all 0.3s ease;
}

.inner-contact-form input[type="text"]:focus,
.inner-contact-form input[type="email"]:focus,
.inner-contact-form input[type="tel"]:focus,
.inner-contact-form textarea:focus {
    outline: none;
    border-color: #2EAD36;
    background-color: #fff;
}

.inner-contact-form textarea {
    resize: vertical;
    min-height: 120px;
}

.inner-contact-form .submit-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0;
}
.inner-contact-form input[type="submit"] {
    background-color: #2BB673;
    color: #fff;
    padding: 10px 30px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
    margin: 10px auto 0 auto !important;
    width: fit-content;
}

.inner-contact-form input[type="submit"]:hover {
    background-color: #23852a;
}
.wpcf7-spinner {
    display: none !important;
}

.inner-contact-form .wpcf7-response-output,
.inner-contact-form .privacy-note {
    font-size: 12px;
    color: #999;
    margin-top: 10px;
}

/* inner contact us end start  */

/* inner manpower resources starts */

.inner-manpower-wrapper {
  background-color: #f8f9fb;
  padding: 60px 0;
  text-align: center;
}

.inner-manpower-subtitle {
    font-size: 24px;
    font-weight: 900;
    color: #2BB673;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-align: center;
}

.inner-manpower-paragraph {
    font-size: 16px;
    font-weight: 600;
    color: #000000b6;
    margin-bottom: 20px;
    text-align: center;
}

.manpower-row {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.manpower-col {
padding: 20px;
}

.manpower-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 20px 20px;
  box-shadow: 0 0 12px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
  min-height: 190px;
}

.manpower-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}

.manpower-number {
  font-size: 30px;
  font-weight: 700;
  color: #2BB673;
  margin: 15px 0;
}

.manpower-icon {
    display: inline-flex;
    border: 1px solid #2bb6736e;
    border-radius: 50%;
    padding: 15px;
}

.manpower-icon img {
    width: 50px;
    height: 50px;
}

.manpower-title {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 10px;
}

/* inner manpower resources end */

/* inner equipment resources start */

.inner-equipment-wrapper {
  padding: 60px 0;
  background-color: #f9f9f9;
}

.inner-equipment-subtitle {
  font-size: 24px;
  font-weight: 900;
  color: #2BB673;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-align: center;
}

.inner-equipment-paragraph {
  font-size: 16px;
  font-weight: 600;
  color: #000000b6;
  margin-bottom: 20px;
  text-align: center;
}

.equipment-item {
  display: flex;
  justify-content: center;
  padding: 15px;
}

.equipment-card {
    background: #fff;
    border-radius: 23px;
    padding: 15px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    width: 100%;
    max-width: 280px;
    height: 100%;
    min-height: 190px;
}

.equipment-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.equipment-image {
	display: inline-flex;
    border: 1px solid #2bb6736e;
    border-radius: 50%;
    padding: 15px;
	margin-bottom: 10px;
}

.equipment-image img {
  width: 45px;
  height: 45px;
}

.equipment-number {
  font-size: 18px;
  font-weight: 600;
  color: #2BB673;
  margin-bottom: 10px;
  line-height: 28px;
}

.equipment-name {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  margin: 15px 0;
}
/* inner equipment resources end */


@media only screen and (min-width: 300px) and (max-width: 576px) {
  
/* top header start */

.top-contact {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.contact-link i {
    vertical-align: middle;
    font-size: 12px;
    padding-right: 5px;
}
.social-icons {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
}
.contact-link {
  font-size: 12px;
}
.social-icons i {
    color: #ffffff;
    font-size: 20px;
    transition: all 0.3s ease;
}

/* top header end */

/* header section start */

.header-wrapper .header-logo img {
    width: 130px;
    object-fit: cover;
    height: auto;
    transition: width 0.3s ease;
}
.header-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    transition-duration: 0.3s;
    padding-bottom: 10px;
    background-color: #ffffffb8;
    width: 100%;
    z-index: 1020;
    position: fixed;
    left: 0px;
    top: 55px;
}
.header-wrapper .container-fluid {
    padding: 5px;
}
.header-wrapper.scrolled-inner {
    background-color: #ffffff;
    width: 100%;
    z-index: 1020;
    position: fixed;
    left: 0;
    top: 55px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    line-height: 34px;
    height: 50px;
    padding: 0px 15px;
    width: auto;
    display: flex;
    justify-content: flex-start;
    color: #271465 !important;
    text-transform: none;
    text-decoration: none;
    text-align: left;
    border: 0;
    border-radius: 3px;
    font-family: inherit;
    font-size: 18px;
    font-weight: 700 !important;
    outline: none;
    align-items: center;
}
#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    position: fixed;
    display: block;
    width: 290px;
    max-width: 100%;
    height: 100vh;
    max-height: 100vh;
    top: 55px;
    box-sizing: border-box;
    transition: left 400ms ease-in-out, right 400ms ease-in-out, visibility 400ms ease-in-out;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 9999999999;
    overscroll-behavior: contain;
    visibility: hidden;
    background: #ffffff;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: #ffffff !important;
    background: #271465;
    border-radius: 0;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
    color: #ffffff !important;
    background: #28a745;
    border-radius: 0;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    color: #ffffff !important;
    background: #28a745;
    border-radius: 0;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    position: static !important;
    width: 100% !important;
    background: #28a745 !important; 
    box-shadow: none;
  }
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    display: block;
    background: #ffffff;
    color: #271465;
    font-family: inherit;
    font-size: 16px;
    font-weight: 700;
    padding: 10px;
    padding-left: 20px;
    line-height: 35px;
    text-decoration: none;
    text-transform: none;
    vertical-align: baseline;
}

  #mega-menu-wrap-primary .mega-sub-menu .mega-menu-item > a.mega-menu-link {
    color: #28a745;
    background: transparent;
    font-weight: 500;
  }

#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.mega-menu-item.current-menu-item > a.mega-menu-link {
    font-weight: 700;
    background: #271465 !important;
    color: #ffffff !important;
}


/* header section end */

/* banner section start */
.banner-section-wrapper {
    height: 100vh;
    overflow: hidden;
}
.banner-section-wrapper .banner-image img {
    height: 100vh;
}
.banner-section-wrapper .banner-content {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 900px;
    padding: 20px;
    z-index: 9999999;
}
.banner-section-wrapper  .banner-title {
    font-size: 26px;
    margin: 10px 0;
    font-weight: bold;
    color: #ffffff;
}
.banner-section-wrapper .banner-description {
    font-size: 14px;
    margin: 10px 0 30px;
    line-height: 1.6;
    color: #fff;
}
	
.banner-section-wrapper .slick-prev  {
    display:none !important;
}
	
.banner-section-wrapper .slick-next {
	display:none !important;
}

/* banner section end */

/* counter section start */

.features-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
}
.counter-col {
    padding: 15px;
}
.counter-item {
    padding: 15px;
    box-shadow: 0 4px 12px rgb(0 0 0 / 26%);
}
.counter-icon img {
    max-width: 40px;
    height: auto;
    margin-bottom: 15px;
}
.counter-number {
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px;
}
.counter-label {
    font-size: 12px;
    color: #666;
    margin: 0;
}

/* counter section end */

/* operation section start */
.operation-wrapper {
    padding: 30px 0;
    background-color: #ffffff;
    text-align: center;
}
.operation-header h6 {
    font-size: 16px;
}
.operation-header h2 {
    font-size: 22px;
    margin-bottom: 30px;
}
.operation-row {
    display: flex;
    justify-content: center;
    padding: 10px;
    background: #eeeeee;
}
.operation-card {
    margin: auto;
    max-width: 450px;
}

/* operation section end */


/* group companies section start  */

.company-col {
    margin-bottom: 20px;
}

.company-name {
    font-size: 13px;
}

/* group companies section end  */


/* about section start */

.about-wrapper {
    padding: 30px 0px;
    background-color: #ffffff;
}
.grid-right-bottom {
    display: none;
}
.grid-left img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
    height: 250px;
    box-shadow: 0 4px 10px rgb(0 0 0 / 53%);
}

.grid-left {
    position: relative;
    width: 100%;
    max-width: 580px;
    margin-left: auto;
    border-radius: 20px;
    overflow: hidden;
    top: 0;
    right: 0;
    z-index: 1;
    box-shadow: -1px 9px 20px 0px rgb(0 0 0 / 28%);
}
.grid-left img {
    height: 300px;
}
.about-img-section {
    padding-bottom: 30px;
}
.about-content-wrapper p {
    font-size: 14px;
    text-align: justify;
}
.about-content-wrapper h3 {
    font-size: 26px;
}

/* about section end */


/* service section start */

.service-section {
    padding: 30px 0 0;
    background-color: #ffffff;
}
.section-subtitle {
    font-size: 18px;
}
.section-title {
    font-size: 22px;
}
.service-item {
    padding-bottom: 30px;
}
.service-card {
    box-shadow: 0 6px 24px rgb(107 107 107 / 55%);
    padding-bottom: 0px;
}
.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(107, 107, 107, 0.811);
}
.service-button {
    display: inline-block;
    padding: 10px 16px;
    width: fit-content;
    font-size: 14px;
}

/* service section end */

/* clients section start */

.clients-section {
    padding: 30px 0;
    background-color: #ffffff;
}
.clients-subtitle {
    font-size: 18px;
}
.clients-title {
    font-size: 22px;
}
.clients-header {
    margin-bottom: 20px;
    text-align: center;
}
.client-logo {
    background: #f3f3f3;
    margin-top: 15px;
}
.client-logo img {
    width: 110px;
    object-fit: contain;
    height: 110px;
}

.clients-section .clients-next {
    display: none !important;
}

.clients-section .clients-prev {
    display: none !important;
}


/* client section end */

/* contact-us section start */

.contact-us-wrapper {
    padding: 30px 0 60px;
    background-color: #ffffff;
}
.contact-us-wrapper h6 {
    font-size: 18px;
}
.contact-us-wrapper h2 {
    font-size: 22px;
}
.contact-us-wrapper .contact-para {
    font-size: 14px;
    width: 90%;
}
.castor-cnt-form {
    box-shadow: 0 5px 15px rgb(0 0 0 / 25%);
}
.form-bg {
    display: flex;
    align-items: center;
    padding: 20px;
    padding-bottom: 30px;
}
.castor-cnt-form .cont-email {
    font-size: 14px;
    color: #444;
}
.castor-cnt-form input[type="text"], .castor-cnt-form input[type="email"], .castor-cnt-form input[type="tel"], .castor-cnt-form textarea {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    transition: border-color 0.3s;
    background-color: #fff;
}
.castor-cnt-form input[type="submit"] {
    background-color: #2EAD36;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
    display: inline-block;
    margin: 10px auto 0 auto !important;
    width: 100%;
}
.contact-info-map iframe {
    width: 100%;
    height: 100%;
    min-height: 300px;
}
/* contact-us section end */

/* footer section start */

.footer-section-wrapper {
    padding: 30px 0px 0px;
    background-color: #F2F2F2;
}
.footer-section-wrapper .footer-logo img {
    width: 190px;
    margin-bottom: 20px;
}
.footer-section-wrapper p {
    font-size: 14px;
}
.footer-title {
    font-size: 26px;
    font-weight: 700;
    margin: 15px 0;
    color: #2EAD36;
}
.copy-col {
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.copy-col p {
    font-size: 14px;
    text-align: center;
}

/* footer section end */

/* page inner heading start */

.innerpage-header {
    position: relative;
    height: 50vh;
}
.innerpage-header img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.pageheading-middle {
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
    text-align: center;
}
.pageheading-middle h2 {
    color: #28a745  !important;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
}
.pageheading-middle h6{
  font-size: 14px;
}

/* page inner heading end */

/* inner about page start */

/* inner about section start */

.inner-about-section {
    padding: 60px 0 30px;
}
.main-about-image video {
    width: 100%;
    border-radius: 12px;
    border: 5px solid #271465;
    height: 300px;
    object-fit: cover;
}
.secondary-about-image {
    position: absolute;
    bottom: -30px;
    right: -10px;
    width: 70%;
    margin-bottom: -19px;
}
.secondary-about-image img {
    width: 100%;
    border-radius: 12px;
    height: 200px;
    border: 5px solid #FFFFFF;
    object-fit: cover;
}
.experience-box {
    display: none;
}
.inner-about-text {
    padding: 80px 0 0;
}
.inner-about-subtitle {
    font-size: 18px;
}
.inner-about-title {
    font-size: 26px;
    margin-bottom: 20px;
}
.inner-about-description p {
    font-size: 14px;
    line-height: 1.7;
    color: #000000db;
    margin-bottom: 0px;
    text-align: justify;
}

/* inner about section end */

/* about-features start */

.about-features-section {
    padding: 30px 0;
    background-color: #eeeeee;
}
.about-feature-col {
    padding: 15px;
}
.about-feature-box {
    padding: 20px;
    text-align: center;
    background: #ffffff;
    max-height: 350px !important;
    height: 100%;
    border-radius: 13px;
    transition: all 0.35s ease;
}
/* about-features end */

/* mission section start */
.mission-section {
    display: block;
    align-items: center;
    padding: 30px 0 ;
}
.vertical-title {
    writing-mode: unset;
    font-weight: bold;
    font-size: 26px;
    transform: none;
    color: #271465;
    text-decoration: none;
}
.mission-left {
    display: block;
    align-items: center;
    justify-content: center;
}
.mission-right {
    display: block;
    padding: 20px;
}
.mission-block {
    display: block;
    align-items: center;
}
.mission-block img {
    width: 100px;
    height: auto;
    margin-top: 20px;
    object-fit: contain;
}
.mission-block h3 {
    font-size: 26px;
    font-weight: 700;
    color: #000000;
    padding-top: 20px;
    margin-bottom: 10px;
}
.mission-block p {
    font-size: 14px;
    margin-bottom: 10px;
    text-align: justify;
}

/* mission section end */

/* inner about page end */

/* inner team page start */

.team-inner-subtitle {
    font-size: 18px;
}
.team-inner-title {
    font-size: 26px;
    margin-bottom: 30px;
}
.team-inner-item {
    padding: 20px;
}

.team-photo {
    padding-bottom: 25px;
    margin: auto;
}

.team-photo img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 10px !important;
}

.team-name {
    font-size: 18px;
    text-align: center;
}

.team-role {
    text-align: center;
}


/* inner team page end */

/* inner policy page start */

.policy-inner-wrapper {
    padding: 60px 0 30px;
    background-color: #f9f9f9;
}
.policy-inner-title {
    font-size: 18px;
}
.policy-inner-subtitle {
    font-size: 26px;
    line-height: 1.5;
    font-weight: 700;
    color: #000000d6;
    margin:0 20px 20px;
    text-align: center;

}
.policy-inner-image img {
    width: 100%;
    height: 250px;
    object-fit: contain;
    border-radius: 25px;
    border: 5px solid #27146542;
}
.policy-inner-row {
    background: #f9f9f9;
    margin: 0;
    border-radius: 0px;
    padding: 20px 5px;
    align-items: center;
}
.policy-inner-heading {
    font-size: 20px;
    font-weight: 800;
    margin: 10px 0;
    padding: 0;
    background: none;
    color: #271465;
    border-radius: 15px;
    display: inline-block;
    border: none;
}
.policy-inner-content p {
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.7;
    text-align: justify;
    color: #000000e1;
}
.policy-inner-item {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    color: #444;
    list-style: none;
    font-size: 14px;
}
.policy-inner-content {
    padding: 0;
    background: none;
    border-radius: 20px;
    margin-top: 20px;
}
/* inner policy page end */

/* inner service page start */

.service-inner-row {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}
.inne-serv-col {
    padding: 30px 15px;
}
.service-body {
    margin-top: 40px;
    padding: 20px;
}
.service-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

/* inner service page end */

/* single service page end */

.single-service-heading h2 {
    font-size: 26px;
}
.subinner-content p{
  font-size: 14px;
}
.single-service-heading {
    margin-bottom: 20px;
    text-align: center;
}
.single-service-wrapper .wp-block-heading {
    font-size: 18px !important;
}
/* .subinner-services-image::before {
    content: '';
    position: absolute;
    top: -5px;
    left: 25px;
    width: 150px;
    height: 150px;
    background-color: #271465;
    animation: pulseBox 5s ease-in-out infinite;
} */

.subinner-services-image img {
    display: block;
    width: 100%;
    border: 5px solid #fff;
    height: 300px;
    position: relative;
    z-index: 2;
}
/* .subinner-services-image::after {
    content: '';
    position: absolute;
    bottom: -5px;
    right: 25px;
    width: 150px;
    height: 150px;
    background-color: #271465;
    z-index: 1;
    animation: pulseBox 5s ease-in-out infinite;
}
.subinner-services-image {
    position: relative;
    display: inline-block;
    max-width: 100%;
    margin-top: 30px;
    padding: 0 30px;
} */

/* single service page end */

/* inner manpower page start */

.inner-manpower-subtitle {
    font-size: 18px;
}
.inner-manpower-paragraph {
    font-size: 14px;
}
.manpower-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px 15px;
    box-shadow: 0 0 12px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    height: 100%;
}
.manpower-number {
    font-size: 36px;
    font-weight: 700;
    color: #2EAD36;
    margin-bottom: 10px;
}
.manpower-title {
    font-size: 14px;
}

/* inner manpower page end */

/* inner equipment page start */

.inner-equipment-subtitle {
    font-size: 18px;
}
.inner-equipment-paragraph {
    font-size: 14px;
}
.equipment-card {
    max-width: 450px;
}
.equipment-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 13px;
}

/* inner equipment page end */

/* inner gallery page start */

.gallery-inner-subtitle {
    font-size: 18px;
}
.gallery-inner-title {
    font-size: 26px;
    margin-bottom: 40px;
}

.clients-inner-section{
    padding: 60px 0;
    background-color: #ffffff;
}

/* inner gallery page end */

/* inner blog page start */

.inne-blog-minicol {
    padding: 0 30px;
}

.inner-blog-heading h2 {
    font-size: 18px;
    margin-bottom: 0;
}

.inner-blog-content {
    width: 100%;
    padding: 0 25px;
}
.inner-blog-image-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.inner-blog-image-wrapper img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 15px;
    display: block;
    margin-bottom: 10px;
}
.inner-blog-content {
    width: 100%;
    padding: 0px;
}
.inner-blog-title {
    font-size: 26px;
}
.inner-blog-card {
    display: block;
    padding: 20px;
    border-radius: 0;
    margin-top: 40px;
}
.inner-blog-excerpt {
    font-size: 14px;
    color: #000000;
    margin-bottom: 16px;
}


.pagination-wrapper .page-numbers {
    margin: 5px;
    padding: 5px 10px;
    background: #fff;
    color: #271465;
    border: 2px solid #271465;
    text-decoration: none;
    border-radius: 5px;
    font-size: 10px;
    font-weight: 600;
    transition: 0.3s ease;
}
.pagination-wrapper .page-numbers:hover, .pagination-wrapper .current {
    background-color: #271465 !important;
    color: #fff !important;
}

.pagination-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    flex-wrap: wrap;
}

/* inner blog page end */

/* single blog page start */

.single-blog-head h4 {
    font-size: 26px;
    margin-bottom: 20px;
    color: #000000d6;
    font-weight: 700;
    line-height: 1.7;
}
.single-single-blog-content p{
    font-size: 14px;
    line-height: 1.7;
    color: #000000ad;
    text-align: justify;
}
.single-blog-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 25px;
}
/* single blog page end */

/* inner contact page start */

.inner-contact-subtitle {
    font-size: 18px;
}
.inner-contact-title {
    font-size: 26px;
}
.inner-contact-title {
    font-size: 28px;
}
/* inner contact page end */
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* top header start */
.top-header-wrapper .container-fluid {
    padding: 5px 15px;
}
.top-header-wrapper {
    padding-left: 10px;
    padding-right: 10px;
}
.top-contact {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    justify-content:center;
}
.contact-link i {
    vertical-align: middle;
    font-size: 18px;
    padding-right: 5px;
}
.social-icons {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
}
.contact-link {
    font-size: 14px;
}
.social-icons i {
    color: #ffffff;
    font-size: 25px;
    transition: all 0.3s ease;
}

/* top header end */

/* header section start */

.header-wrapper .header-logo img {
    width: 170px;
    object-fit: cover;
    height: auto;
    transition: width 0.3s ease;
}
.header-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    transition-duration: 0.3s;
    padding-bottom: 10px;
    background-color: #ffffffb8;
    width: 100%;
    z-index: 1020;
    position: fixed;
    left: 0px;
    top: 65px;
}
.header-wrapper .container-fluid {
    padding: 5px;
}
.header-wrapper.scrolled-inner {
    background-color: #ffffff;
    width: 100%;
    z-index: 1020;
    position: fixed;
    left: 0;
    top: 65px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    line-height: 34px;
    height: 50px;
    padding: 0px 15px;
    width: auto;
    display: flex;
    justify-content: flex-start;
    color: #271465 !important;
    text-transform: none;
    text-decoration: none;
    text-align: left;
    border: 0;
    border-radius: 3px;
    font-family: inherit;
    font-size: 18px;
    font-weight: 700 !important;
    outline: none;
    align-items: center;
}
#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    position: fixed;
    display: block;
    width: 290px;
    max-width: 100%;
    height: 100vh;
    max-height: 100vh;
    top: 59px;
    box-sizing: border-box;
    transition: left 400ms ease-in-out, right 400ms ease-in-out, visibility 400ms ease-in-out;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 9999999999;
    overscroll-behavior: contain;
    visibility: hidden;
    background: #ffffff;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: #ffffff !important;
    background: #271465;
    border-radius: 0;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
    color: #ffffff !important;
    background: #28a745;
    border-radius: 0;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    color: #ffffff !important;
    background: #2ead36;
}


#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    position: static !important;
    width: 100% !important;
    background: #28a745 !important; 
    box-shadow: none;
  }
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    display: block;
    background: #ffffff;
    color: #271465;
    font-family: inherit;
    font-size: 16px;
    font-weight: 700;
    padding: 10px;
    padding-left: 20px;
    line-height: 35px;
    text-decoration: none;
    text-transform: none;
    vertical-align: baseline;
}

  #mega-menu-wrap-primary .mega-sub-menu .mega-menu-item > a.mega-menu-link {
    color: #28a745;
    background: transparent;
    font-weight: 500;
  }

#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.mega-menu-item.current-menu-item > a.mega-menu-link {
    font-weight: 700;
    background: #1C75BC !important;
    color: #ffffff !important;
}

/* header section end */

/* banner section start */
.banner-section-wrapper {
    height: 100vh;
    overflow: hidden;
}
.banner-section-wrapper .banner-image img {
    height: 100vh;
}
.banner-section-wrapper .banner-content {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 900px;
    padding: 20px;
    z-index: 9999999;
}
.banner-section-wrapper  .banner-title {
    font-size: 26px;
    margin: 10px 0;
    font-weight: bold;
    color: #ffffff;
}
	
.banner-section-wrapper .banner-description {
    font-size: 15px;
    margin: 10px 0 30px;
    line-height: 1.6;
    color: #fff;
}

/* banner section end */

/* counter section start */

.features-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
}
.counter-col {
    padding: 15px;
}
.counter-item {
    padding: 15px;
    box-shadow: 0 4px 12px rgb(0 0 0 / 26%);
}
.counter-icon img {
    max-width: 40px;
    height: auto;
    margin-bottom: 15px;
}
.counter-number {
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px;
}
.counter-label {
    font-size: 12px;
    color: #666;
    margin: 0;
}

/* counter section end */

/* operation section start */
.operation-wrapper {
    padding: 30px 0;
    background-color: #ffffff;
    text-align: center;
}
.operation-header h6 {
    font-size: 18px;
}
.operation-header h2 {
    font-size: 24px;
    margin-bottom: 30px;
}
.operation-row {
    display: flex;
    justify-content: center;
    padding: 10px;
    background: #eeeeee;
}
.operation-card {
    margin: auto;
    max-width: 450px;
}

/* operation section end */

/* group companies section start  */

.company-col {
    margin-bottom: 20px;
}


/* group companies section end  */


/* about section start */

.about-wrapper {
    padding: 30px 0px;
    background-color: #ffffff;
}
.grid-right-bottom {
    display: block;
}
.grid-right-bottom {
    position: absolute;
    bottom: 30px;
    left: -20px;
    width: 200px;
    height: 200px;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgb(0 0 0 / 53%);
    z-index: 2;
}
.grid-left img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
    height: 250px;
    box-shadow: 0 4px 10px rgb(0 0 0 / 53%);
}

.grid-left {
    position: relative;
    width: 90%;
    max-width: 580px;
    margin-left: auto;
    border-radius: 20px;
    overflow: hidden;
    top: 0;
    right: 0;
    z-index: 1;
    box-shadow: -1px 9px 20px 0px rgb(0 0 0 / 28%);
    margin-bottom: 40px;
}

.grid-left img {
    height: 300px;
}
.about-img-section {
    padding-bottom: 30px;
}
.about-content-wrapper p {
    font-size: 16px;
    text-align: justify;
}
.about-content-wrapper h3 {
    font-size: 28px;
}

/* about section end */


/* service section start */

.service-section {
    padding: 30px 0 0;
    background-color: #ffffff;
}

.section-title {
    font-size: 24px;
}
.service-item {
    padding-bottom: 30px;
}
.service-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.service-title {
    font-size: 24px;
}
.service-card {
    box-shadow: 0 6px 24px rgb(107 107 107 / 55%);
    padding-bottom: 0px;
}
.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(107, 107, 107, 0.811);
}
.service-button {
    display: inline-block;
    padding: 10px 16px;
    width: fit-content;
    font-size: 16px;
}

/* service section end */

/* clients section start */

.clients-section {
    padding: 30px 0;
    background-color: #ffffff;
}
.clients-title {
    font-size: 24px;
}
.clients-header {
    margin-bottom: 20px;
    text-align: center;
}
.client-logo {
    background: #f3f3f3;
    margin-top: 15px;
}
.client-logo img {
    max-width: 110px;
    object-fit: contain;
    height: 110px;
}

.clients-section .clients-next {
    display: none !important;
}

.clients-section .clients-prev {
    display: none !important;
}


/* client section end */

/* contact-us section start */

.contact-us-wrapper {
    padding: 30px 0;
    background-color: #ffffff;
}
.contact-us-wrapper h2 {
    font-size: 24px;
}
.contact-us-wrapper .contact-para {
    font-size: 16px;
    width: 90%;
}
.castor-cnt-form {
    box-shadow: 0 5px 15px rgb(0 0 0 / 25%);
}
.form-bg {
    display: flex;
    align-items: center;
    padding: 20px;
    padding-bottom: 40px;
}
.contact-info-map iframe {
    width: 100%;
    height: 100%;
    min-height: 300px;
}
/* contact-us section end */

/* footer section start */

.footer-section-wrapper {
    padding: 30px 0px 0px;
    background-color: #F2F2F2;
}
.footer-section-wrapper .footer-logo img {
    width: 190px;
    margin-bottom: 20px;
}
.footer-title {
    font-size: 26px;
    font-weight: 700;
    margin: 15px 0;
    color: #2EAD36;
}
.copy-col {
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.copy-col p {
    font-size: 16px;
    text-align: center;
}

/* footer section end */

/* page inner heading start */

.pageheading-middle {
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
    text-align: center;
}
.pageheading-middle h2 {
    color: #28a745  !important;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
}
.pageheading-middle h6{
  font-size: 14px;
}

/* page inner heading end */

/* inner about page start */

/* inner about section start */

.inner-about-section {
    padding: 60px 0 30px;
}
.main-about-image video {
    width: 100%;
    border-radius: 12px;
    border: 5px solid #271465;
    height: 300px;
    object-fit: cover;
}
.secondary-about-image {
    position: absolute;
    bottom: -30px;
    right: -10px;
    width: 50%;
    margin-bottom: -19px;
}
.secondary-about-image img {
    width: 100%;
    border-radius: 12px;
    height: 200px;
    border: 5px solid #FFFFFF;
    object-fit: cover;
}
.experience-box {
    display: none;
}
.inner-about-text {
    padding: 80px 0 0;
}
.inner-about-title {
    font-size: 28px;
    margin-bottom: 20px;
}
.inner-about-description p {
    font-size: 16px;
    line-height: 1.7;
    color: #000000db;
    margin-bottom: 0px;
    text-align: justify;
}

/* inner about section end */

/* about-features start */

.about-features-section {
    padding: 30px 0;
    background-color: #eeeeee;
}
.about-feature-col {
    padding: 15px;
}
.about-feature-box {
    padding: 20px;
    text-align: center;
    background: #ffffff;
    max-height: 350px !important;
    height: 100%;
    border-radius: 13px;
    transition: all 0.35s ease;
}
/* about-features end */

/* mission section start */
.mission-section {
    display: block;
    align-items: center;
    padding: 30px;
}
.vertical-title {
    writing-mode: unset;
    font-weight: bold;
    font-size: 26px;
    transform: none;
    color: #271465;
    text-decoration: none;
}
.mission-left {
    display: block;
    align-items: center;
    justify-content: center;
}
.mission-right {
    display: block;
    padding: 20px;
}
.mission-block {
    display: block;
    align-items: center;
}
.mission-block img {
    width: 100px;
    height: auto;
    margin-top: 20px;
    object-fit: contain;
}
.mission-block h3 {
    font-size: 28px;
    font-weight: 700;
    color: #000000;
    padding-top: 20px;
    margin-bottom: 10px;
}
.mission-block p {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: justify;
}

/* mission section end */

/* inner about page end */

/* inner team page start */

.team-inner-title {
    font-size: 28px;
    margin-bottom: 30px;
}
.team-inner-item {
    padding: 20px;
}

.team-photo {
    padding-bottom: 25px;
    margin: auto;
}


.team-photo img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 10px !important;
}

.team-name {
    font-size: 22px;
    text-align: center;
}

.team-role {
    text-align: center;
}

/* inner team page end */

/* inner policy page start */

.policy-inner-wrapper {
    padding: 60px 0 30px;
    background-color: #f9f9f9;
}

.policy-inner-title {
    font-size: 20px;
    font-weight: 800;
    color: #2ead36;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.policy-inner-subtitle {
    font-size: 28px;
    line-height: 1.5;
    font-weight: 700;
    color: #000000d6;
    margin:0 20px 20px;
    text-align: center;

}
.policy-inner-image {
    width: 60%;
    margin: auto;
}
.policy-inner-image img {
    width: 100%;
    height: 250px;
    object-fit: contain;
    border-radius: 25px;
    border: 5px solid #27146542;
}
.policy-inner-row {
    background: #dcdcdc;
    align-items: center;
    padding: 10px 0;
    margin:0 0 30px;
    border-radius: 20px;
}
.policy-inner-heading {
    font-size: 28px;
    font-weight: 800;
    margin: 20px 0px;
    padding: 0;
    background: none;
    color: #271465;
    border-radius: 15px;
    border: none;
    text-align: center;
}
.policy-inner-content p {
    font-size: 16px;
    margin-top: 10px;
    line-height: 1.7;
    text-align: justify;
    color: #000000e1;
}
.policy-inner-item {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    color: #444;
    list-style: none;
    font-size: 16px;
}
.policy-inner-content {
    padding: 0;
    background: none;
    border-radius: 20px;
    margin-top: 0;
}
/* inner policy page end */

/* inner service page start */

.service-inner-row {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
.inne-serv-col {
    padding: 30px 15px;
}
.service-body {
    margin-top: 40px;
    padding: 20px;
}
.service-body h6 {
    font-weight: 700;
    font-size: 22px;
    color: #271465;
    margin-bottom: 10px;
}
.service-body p {
    font-size: 16px;
    color: #000000ad;
    margin-bottom: 20px;
    min-height: 40px;
    line-height: 1.6;
}

/* inner service page end */

/* single service page end */

.single-service-heading h2 {
    font-size: 24px;
}
.subinner-content p{
  font-size: 16px;
}
.single-service-wrapper .wp-block-heading {
    font-size: 20px !important;
}

/* .subinner-services-image::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 10px;
    width: 150px;
    height: 150px;
    background-color: #271465;
    animation: pulseBox 5s ease-in-out infinite;
} */
.service-card {
    box-shadow: 0 6px 24px rgb(107 107 107 / 55%);
    padding-bottom: 0px;
    width: 80%;
    margin: auto;
}
.service-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
/* .subinner-services-image::after {
    content: '';
    position: absolute;
    bottom: -20px;
    right: 10px;
    width: 150px;
    height: 150px;
    background-color: #271465;
    z-index: 1;
    animation: pulseBox 5s ease-in-out infinite;
}
.subinner-services-image {
    position: relative;
    display: inline-block;
    max-width: 100%;
    margin-top: 30px;
    padding: 0 30px;
} */

/* single service page end */

/* inner manpower page start */

.inner-manpower-subtitle {
    font-size: 18px;
}
.inner-manpower-paragraph {
    font-size: 14px;
}
.manpower-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px 15px;
    box-shadow: 0 0 12px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    height: 100%;
}
.manpower-number {
    font-size: 36px;
    font-weight: 700;
    color: #2EAD36;
    margin-bottom: 10px;
}
.manpower-title {
    font-size: 14px;
}

/* inner manpower page end */

/* inner equipment page start */

.inner-equipment-subtitle {
    font-size: 18px;
}
.inner-equipment-paragraph {
    font-size: 14px;
}
.equipment-card {
    max-width: 450px;
}
.equipment-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 13px;
}

/* inner equipment page end */

/* inner gallery page start */

.gallery-inner-subtitle {
    font-size: 18px;
}
.gallery-inner-title {
    font-size: 24px;
    margin-bottom: 40px;
}

.clients-inner-section{
    padding: 60px 0;
    background-color: #ffffff;
}

/* inner gallery page end */

/* inner blog page start */

.inner-blog-heading h2 {
    font-size: 20px;
    margin-bottom: 0;
}

.inner-blog-content {
    width: 100%;
    padding: 25px;
}
.inner-blog-image-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.inner-blog-image-wrapper img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 15px;
    display: block;
    margin-bottom: 10px;
}
.inner-blog-content {
    width: 100%;
    padding: 0px;
}
.inner-blog-title {
    font-size: 26px;
}
.inner-blog-card {
    display: block;
    padding: 20px;
    border-radius: 0;
    margin-top: 40px;
}
.inner-blog-excerpt {
    font-size: 14px;
    color: #000000;
    margin-bottom: 16px;
}



.pagination-wrapper .page-numbers:hover, .pagination-wrapper .current {
    background-color: #271465 !important;
    color: #fff !important;
}

.pagination-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    flex-wrap: wrap;
}

/* inner blog page end */

/* single blog page start */

.single-blog-head h4 {
    font-size: 26px;
    margin-bottom: 20px;
    color: #000000d6;
    font-weight: 700;
    line-height: 1.7;
}
.single-single-blog-content p{
    font-size: 14px;
    line-height: 1.7;
    color: #000000ad;
    text-align: justify;
}
.single-blog-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 25px;
}
/* single blog page end */

/* inner contact page start */

.inner-contact-title {
    font-size: 24px;
}
.inner-contact-form input[type="text"], .inner-contact-form input[type="email"], .inner-contact-form input[type="tel"], .inner-contact-form textarea {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: #f9f9f9;
    font-size: 16px;
    color: #333;
    transition: all 0.3s ease;
}

/* inner contact page end */  

}

@media only screen and (min-width: 767px) and (max-width: 1200px) {

  /* top header start */
.top-header-wrapper .container-fluid {
    padding: 5px 15px;
}
.top-header-wrapper {
    padding-left: 10px;
    padding-right: 10px;
}
.top-contact {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    justify-content:flex-start;
}
.contact-link i {
    vertical-align: middle;
    font-size: 18px;
    padding-right: 5px;
}
.social-icons {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: flex-end;
    align-items: center;
}
.contact-link {
    font-size: 14px;
}
.social-icons i {
    color: #ffffff;
    font-size: 25px;
    transition: all 0.3s ease;
}

/* top header end */

/* header section start */

.header-wrapper .header-logo img {
    width: 170px;
    object-fit: cover;
    height: auto;
    transition: width 0.3s ease;
}
.header-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    transition-duration: 0.3s;
    padding-bottom: 10px;
    background-color: #ffffffb8;
    width: 100%;
    z-index: 1020;
    position: fixed;
    left: 0px;
    top: 35px;
}
.header-wrapper .container-fluid {
    padding: 5px;
}
.header-wrapper.scrolled-inner {
    background-color: #ffffff;
    width: 100%;
    z-index: 1020;
    position: fixed;
    left: 0;
    top: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    line-height: 34px;
    height: 50px;
    padding: 0px 15px;
    width: auto;
    display: flex;
    justify-content: flex-start;
    color: #271465 !important;
    text-transform: none;
    text-decoration: none;
    text-align: left;
    border: 0;
    border-radius: 3px;
    font-family: inherit;
    font-size: 18px;
    font-weight: 700 !important;
    outline: none;
    align-items: center;
}
#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    position: fixed;
    display: block;
    width: 290px;
    max-width: 100%;
    height: 100vh;
    max-height: 100vh;
    top: 35px;
    box-sizing: border-box;
    transition: left 400ms ease-in-out, right 400ms ease-in-out, visibility 400ms ease-in-out;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 9999999999;
    overscroll-behavior: contain;
    visibility: hidden;
    background: #ffffff;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: #ffffff !important;
    background: #271465;
    border-radius: 0;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
    color: #ffffff !important;
    background: #28a745;
    border-radius: 0;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    color: #ffffff !important;
    background: #28a745 !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    position: static !important;
    width: 100% !important;
    background: #28a745 !important; 
    box-shadow: none;
  }
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    display: block;
    background: #ffffff;
    color: #271465;
    font-family: inherit;
    font-size: 16px;
    font-weight: 700;
    padding: 10px;
    padding-left: 20px;
    line-height: 35px;
    text-decoration: none;
    text-transform: none;
    vertical-align: baseline;
}

  #mega-menu-wrap-primary .mega-sub-menu .mega-menu-item > a.mega-menu-link {
    color: #28a745;
    background: transparent;
    font-weight: 500;
  }

#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.mega-menu-item.current-menu-item > a.mega-menu-link {
    font-weight: 700;
    background: #271465 !important;
    color: #ffffff !important;
}

/* header section end */

/* banner section start */

.banner-section-wrapper .banner-content {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 900px;
    padding: 20px;
    z-index: 9999999;
}
.banner-section-wrapper  .banner-title {
    font-size: 26px;
    margin: 10px 0;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 2px;
}
.banner-section-wrapper .banner-description {
    font-size: 16px;
    margin: 10px 0 30px;
    color: #fff;
}

/* banner section end */

/* counter section start */

.features-wrapper {
    margin-top: -80px;
    margin-bottom: 30px;
}
.feature-row {
    justify-content: center;
}
.counter-col {
    padding: 15px;
}
.counter-item {
    padding: 15px;
    box-shadow: 0 4px 12px rgb(0 0 0 / 26%);
}
.counter-icon img {
    max-width: 40px;
    height: auto;
    margin-bottom: 15px;
}
.counter-number {
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px;
}
.counter-label {
    font-size: 12px;
    color: #666;
    margin: 0;
}

/* counter section end */

/* operation section start */
.operation-wrapper {
    padding: 30px 0;
    background-color: #ffffff;
    text-align: center;
}
.operation-header h2 {
    font-size: 28px;
    margin-bottom: 30px;
}
.operation-row {
    display: flex;
    justify-content: center;
    padding: 20px 30px;
    background: #eeeeee;
}
.operation-card {
    margin: auto;
    max-width: 450px;
}
.operation-title {
    font-size: 24px;
}
.operation-para p {
    font-size: 16px;
}

/* operation section end */


/* about section start */

.about-wrapper {
    padding: 30px 0px;
    background-color: #ffffff;
}
.grid-right-bottom {
    display: block;
}
.grid-right-bottom {
    position: absolute;
    bottom: 30px;
    left: 0px;
    width: 200px;
    height: 200px;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgb(0 0 0 / 53%);
    z-index: 2;
}
.grid-left img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
    height: 250px;
    box-shadow: 0 4px 10px rgb(0 0 0 / 53%);
}

.grid-left {
    position: relative;
    width: 90%;
    max-width: 580px;
    margin-left: auto;
    border-radius: 20px;
    overflow: hidden;
    top: 0;
    right: 0;
    z-index: 1;
    box-shadow: -1px 9px 20px 0px rgb(0 0 0 / 28%);
    margin-bottom: 40px;
}

.grid-left img {
    height: 300px;
}
.about-img-section {
    padding-bottom: 30px;
}
.about-content-wrapper p {
    font-size: 16px;
    text-align: justify;
}
.about-content-wrapper h3 {
    font-size: 28px;
}

/* about section end */


/* service section start */

.service-section {
    padding: 30px 0 0;
    background-color: #ffffff;
}

.section-title {
    font-size: 28px;

}
.service-item {
    padding-bottom: 30px;
}
.service-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.services-grid{
    display: flex;
    justify-content: center;
}
.service-title {
    font-size: 24px;
}
.service-card {
    box-shadow: 0 6px 24px rgb(107 107 107 / 55%);
    padding-bottom: 0px;
}
.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(107, 107, 107, 0.811);
}
.service-button {
    display: inline-block;
    padding: 10px 16px;
    width: fit-content;
    font-size: 16px;
}

/* service section end */

/* clients section start */

.clients-section {
    padding: 30px 0;
    background-color: #ffffff;
}
.clients-title {
    font-size: 28px;
}
.clients-header {
    margin-bottom: 20px;
    text-align: center;
}
.client-logo {
    background: #f3f3f3;
    margin-top: 15px;
}
.client-logo img {
    max-width: 110px;
    object-fit: contain;
    height: 110px;
}

.clients-section .clients-next {
    display: none !important;
}

.clients-section .clients-prev {
    display: none !important;
}

/* client section end */

/* contact-us section start */

.contact-us-wrapper {
    padding: 30px 0;
    background-color: #ffffff;
}
.contact-us-wrapper h2 {
    font-size: 28px;
}
.contact-us-wrapper .contact-para {
    font-size: 16px;
    width: 90%;
}
.castor-cnt-form {
    box-shadow: 0 5px 15px rgb(0 0 0 / 25%);
}
.form-bg {
    display: flex;
    align-items: center;
    padding: 0 20px;
    padding-bottom: 40px;
}
.contact-info-map iframe {
    width: 100%;
    height: 100%;
    min-height: 400px;
}
/* contact-us section end */

/* footer section start */

.footer-section-wrapper {
    padding: 30px 0px 0px;
    background-color: #F2F2F2;
}
.footer-section-wrapper .footer-logo img {
    width: 190px;
    margin-bottom: 20px;
}
.footer-title {
    font-size: 26px;
    font-weight: 700;
    margin: 15px 0;
    color: #2EAD36;
}
.copy-col {
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.copy-col p {
    font-size: 16px;
    text-align: center;
}

/* footer section end */

/* page inner heading start */

.pageheading-middle {
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
    text-align: center;
}
.pageheading-middle h2 {
    color: #28a745  !important;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 600;
}
.pageheading-middle h6{
  font-size: 16px;
}

/* page inner heading end */

/* inner about page start */

/* inner about section start */

.inner-about-section {
    padding: 60px 0 30px;
}
.inner-about-row{
    align-items: center;
}
.inner-about-image-col {
    padding-bottom: 80px;
}
.main-about-image video {
    width: 90%;
    border-radius: 12px;
    border: 5px solid #271465;
    height: 300px;
    object-fit: cover;
}
.secondary-about-image {
    position: absolute;
    bottom: -60px;
    right: 0px;
    width: 50%;
    margin-bottom: -19px;
}
.secondary-about-image img {
    width: 100%;
    border-radius: 12px;
    height: 250px;
    border: 5px solid #FFFFFF;
    object-fit: cover;
}
.experience-box {
    display: block;
}
.experience-box {
    position: absolute;
    bottom: 10px;
    left: 5px;
    background: #ffffff;
    padding: 20px 30px;
    border-radius: 6px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    z-index: 5;
    text-align: center;
    width: max-content;
}
.inner-about-text {
    padding: 0;
}
.inner-about-title {
    font-size: 28px;
    margin-bottom: 20px;
}
.inner-about-description p {
    font-size: 16px;
    line-height: 1.7;
    color: #000000db;
    margin-bottom: 0px;
    text-align: justify;
}

/* inner about section end */

/* about-features start */

.about-features-section {
    padding: 30px 0;
    background-color: #eeeeee;
}
.about-features-section .row{
    display: flex;
    justify-content: center;
}
.about-feature-col {
    padding: 15px;
}
.about-feature-box {
    padding: 20px;
    text-align: center;
    background: #ffffff;
    max-height: 350px !important;
    height: 100%;
    border-radius: 13px;
    transition: all 0.35s ease;
}
/* about-features end */

/* mission section start */

.mission-section {
    display: block;
    align-items: center;
    padding: 30px;
}
.vertical-title {
    writing-mode: unset;
    font-weight: bold;
    font-size: 32px;
    transform: none;
    color: #271465;
    margin-bottom: 30px;
    text-decoration: none;
}

/* mission section end */

/* inner about page end */

/* inner team page start */

.team-inner-title {
    font-size: 28px;
    margin-bottom: 30px;
}
.team-inner-item {
    padding: 20px;
}

.team-photo {
    padding-bottom: 25px;
    margin: auto;
}


.team-photo img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 10px !important;
}

.team-name {
    font-size: 22px;
    text-align: center;
}

.team-role {
    text-align: center;
}

/* inner team page end */

/* inner policy page start */

.policy-inner-wrapper {
    padding: 60px 0 30px;
    background-color: #f9f9f9;
}

.policy-inner-title {
    font-size: 20px;
    font-weight: 800;
    color: #2ead36;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.policy-inner-subtitle {
    font-size: 28px;
    line-height: 1.5;
    font-weight: 700;
    color: #000000d6;
    margin:0 20px 20px;
    text-align: center;

}
.policy-inner-image {
    width: 60%;
    margin: auto;
}
.policy-inner-image img {
    width: 100%;
    height: 250px;
    object-fit: contain;
    border-radius: 25px;
    border: 5px solid #27146542;
}
.policy-inner-row {
    background: #dcdcdc;
    align-items: center;
    padding: 10px 0;
    margin:0 0 30px;
    border-radius: 20px;
}
.policy-inner-heading {
    font-size: 28px;
    font-weight: 800;
    margin: 20px 0px;
    padding: 0;
    background: none;
    color: #271465;
    border-radius: 15px;
    border: none;
    text-align: center;
}
.policy-inner-content p {
    font-size: 16px;
    margin-top: 10px;
    line-height: 1.7;
    text-align: justify;
    color: #000000e1;
}
.policy-inner-item {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    color: #444;
    list-style: none;
    font-size: 16px;
}
.policy-inner-content {
    padding: 0;
    background: none;
    border-radius: 20px;
    margin-top: 0;
}
/* inner policy page end */

/* inner service page start */

.service-inner-row {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
.section-header {
    margin-bottom: 30px;
}
.inne-serv-col {
    padding: 30px 15px;
}
.service-body {
    margin-top: 40px;
    padding: 20px;
}
.service-body h6 {
    font-weight: 700;
    font-size: 22px;
    color: #271465;
    margin-bottom: 10px;
}
.service-body p {
    font-size: 16px;
    color: #000000ad;
    margin-bottom: 20px;
    min-height: 40px;
    line-height: 1.6;
}
.service-card {
    box-shadow: 0 6px 24px rgb(107 107 107 / 55%);
    padding-bottom: 0px;
    margin: auto;
}
.service-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

/* inner service page end */

/* single service page end */

.single-service-heading h2 {
    font-size: 28px;
}
.subinner-content p{
  font-size: 16px;
}
.single-service-wrapper .wp-block-heading {
    font-size: 20px !important;
}

/* .subinner-services-image::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 10px;
    width: 150px;
    height: 150px;
    background-color: #271465;
    animation: pulseBox 5s ease-in-out infinite;
} */

.subinner-services-image img {
    display: block;
    width: 100%;
    border: 10px solid #fff;
    height: 400px;
    position: relative;
    z-index: 2;
}
/* .subinner-services-image::after {
    content: '';
    position: absolute;
    bottom: -20px;
    right: 10px;
    width: 150px;
    height: 150px;
    background-color: #271465;
    z-index: 1;
    animation: pulseBox 5s ease-in-out infinite;
}
.subinner-services-image {
    position: relative;
    display: inline-block;
    max-width: 100%;
    margin-top: 30px;
    padding: 0 30px;
} */

/* single service page end */

/* inner manpower page start */

.inner-manpower-paragraph {
    font-size: 16px;
}
.manpower-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px 15px;
    box-shadow: 0 0 12px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    height: 100%;
}
.manpower-number {
    font-size: 40px;
    font-weight: 700;
    color: #2EAD36;
    margin-bottom: 10px;
}
.manpower-title {
    font-size: 18px;
}

/* inner manpower page end */

/* inner equipment page start */

.inner-equipment-subtitle {
    font-size: 22px;
}
.inner-equipment-paragraph {
    font-size: 18px;
}
.equipment-card {
    max-width: 450px;
}
.equipment-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 13px;
}

/* inner equipment page end */

/* inner gallery page start */

.gallery-inner-title {
    font-size: 28px;
    margin-bottom: 40px;
}

.clients-inner-section{
    padding: 60px 0;
    background-color: #ffffff;
}

/* inner gallery page end */

/* inner blog page start */

.inner-blog-heading h2 {
    font-size: 20px;
    margin-bottom: 0;
}

.inner-blog-content {
    width: 100%;
    padding: 25px;
}
.inner-blog-image-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.inner-blog-image-wrapper img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 15px;
    display: block;
    margin-bottom: 10px;
}
.inner-blog-content {
    width: 100%;
    padding: 0px;
}
.blog-category {
    font-size: 12px;
}
.inner-blog-author {
    font-size: 12px;
}
.inner-blog-title {
    font-size: 24px;
}
.inner-blog-card {
    display: block;
    padding: 20px;
    border-radius: 0;
    margin-top: 40px;
}
.inner-blog-excerpt {
    font-size: 14px;
    color: #000000;
    margin-bottom: 16px;
}

.inner-blog-button {
    margin-top: 10px;
}

.pagination-wrapper .page-numbers:hover, .pagination-wrapper .current {
    background-color: #271465 !important;
    color: #fff !important;
}

.pagination-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    flex-wrap: wrap;
}

/* inner blog page end */

/* single blog page start */

.single-blog-head h4 {
    font-size: 30px;
    margin-bottom: 20px;
    color: #000000d6;
    font-weight: 700;
    line-height: 1.7;
}
.single-single-blog-content p{
    font-size: 16px;
    line-height: 1.7;
    color: #000000ad;
    text-align: justify;
}
.single-blog-image img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 25px;
}
.single-blog-category {
    background-color: #271465;
    color: #ffffff;
    padding: 5px 20px;
    border-radius: 3px;
    margin-right: 5px;
    display: inline-block;
    font-size: 16px;
}
.single-blog-author, .single-blog-date {
    display: inline-block;
    margin-left: 10px;
    font-style: italic;
    color: #291472;
    font-size: 16px;
    font-weight: 700;
}
/* single blog page end */

/* inner contact page start */

.inner-contact-title {
    font-size: 28px;
}
.icon-circle {
    width: 40px;
    height: 40px;
}
.inner-contact-form input[type="text"], .inner-contact-form input[type="email"], .inner-contact-form input[type="tel"], .inner-contact-form textarea {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: #f9f9f9;
    font-size: 16px;
    color: #333;
    transition: all 0.3s ease;
}
.inner-contact-form input[type="submit"] {
    background-color: #2EAD36;
    color: #fff;
    padding: 10px 40px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
    margin: 10px auto 0 auto !important;
    width: max-content;
}

/* inner contact page end */  

}