/*!
Theme Name: cyber
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cyber
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

cyber is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

@font-face {
    font-family: 'MyCustomFont';
    src: url('fonts/GeneralSansRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'MyCustomFontbold';
    src: url('fonts/GeneralSansBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}


@font-face {
    font-family: 'MyCustomFontmedium';
    src: url('fonts/GeneralSansMedium.woff') format('woff');   
    font-weight: 400;
    font-style: normal;
}


@font-face {
    font-family: 'MyCustomFontsemibold';
    src:url('fonts/GeneralSansSemibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

h1{
font-family:'MyCustomFontbold', sans-serif;
}
h2,h3,h4,h5{font-family:'MyCustomFontsemibold', sans-serif;
}
p{
font-family:'MyCustomFontmedium', sans-serif;
}
.banner-subtitle {    font-style: italic;}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}
a:hover{
	cursor: pointer !important;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}


.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 0em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*************************************************************/




.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
    color: #fff !important;
}

/* Responsive inline styles for thank-you page */
.ty-container {    max-width: 90%;    width: 900px;    margin: 200px auto 100px auto;    padding: 36px;    background: #061e07;  border-radius: 12px;    box-shadow: 0 8px 30px rgba(0,0,0,0.06);    text-align: center;    box-sizing: border-box;}
.ty-h1 {    font-size:32px;    margin-bottom:16px;    line-height:1.2;  }
.ty-sub {    font-size: 18px;    color: #4bd655;    margin-bottom: 24px;}
.ty-actions {    display:flex;    gap:12px;    justify-content:center;    flex-wrap:wrap;    margin-top:24px;  }
  .ty-btn {    display: inline-block;    padding: 12px 24px;    border-radius: 8px;    text-decoration: none;    font-size: 16px;    transition: all 0.3s ease;  }
  .ty-btn:hover {    opacity:0.9;  }
.ty-primary {    background: #51da5a;    color: #fff;}
.ty-secondary {    background:#f3f4f6;    color:#111;  }
.ty-note {    font-size: 14px;    color: #ffffff;    margin-top: 18px;}
@media (max-width:1024px) {
    .ty-container { width:80%; padding:32px; margin:150px auto 100px auto; }
    .ty-h1 { font-size:28px; }
    .ty-sub { font-size:16px; }
  }
  @media (max-width:768px) {
    .ty-container { width:90%; padding:24px; margin:100px auto 60px auto; }
    .ty-h1 { font-size:24px; }
    .ty-sub { font-size:15px; }
    .ty-btn { padding:10px 20px; font-size:15px; }
  }
  @media (max-width:480px) {
    .ty-container { width:95%; padding:20px; margin:100px auto 40px auto; }
    .ty-h1 { font-size:20px; }
    .ty-sub { font-size:14px; }
    .ty-btn { width:100%; text-align:center; padding:10px 0; font-size:14px; }
  }
  
  .ty-btn:visited {    color: #000000;}


.btn-enquiry , .call-btn  , .ty-btn{
font-family: 'MyCustomFontmedium', sans-serif;
}
.nav-link, .footer-links , .footer-contact{
font-family: 'MyCustomFont', sans-serif;
}

.previous-button a ,.next-button a ,.back-link ,.filter-btn {
font-family: 'MyCustomFontmedium', sans-serif;
}


.wp-block-latest-posts__list ,.wp-block-list {
font-family: 'MyCustomFont', sans-serif;
}
.back-link a:hover {
    text-decoration: none !important;
    color: #051c11;
}

.has-fixed-layout ,.wp-block-list {
    font-size: 16px;
    line-height: 1.8;
    color: #737373;
    padding-right: 100px;
    font-family: sans-serif;
    font-weight: 500;
}

.request_callback_text_blog input[type="text"], .request_callback_text_blog input[type="email"], .request_callback_text_blog input[type="tel"], .request_callback_text_blog textarea {
    font-family: 'MyCustomFont', sans-serif;
}
.request_callback_text_blog .wpcf7-submit {
      font-family: 'MyCustomFont', sans-serif;
}

.ty-container a {
    color: #2ac034;
}
.ty-h1 {    color: #fff;}
.ty-third {
    color: #fff !important;
    border: 2px solid #28bf32;
}

/* Ensure header always stays on top of everything */
.site-header,
.nav-header,
.top-header,
.mobile-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 99999 !important;
}

/* When scrolled */
.nav-header.scrolled {
  z-index: 99999 !important;
}

/*******************************************************Header****************************************************************************/



/**********************footer********************************/

.site-footer {  background-size: cover;  background-position: center;  background-repeat: no-repeat;  color: #fff;  position: relative;   background-color: #051c11;  z-index: 1;}
.site-footer .container,.site-footer .footer-bottom {  position: relative;  z-index: 1;}
/* Headings */
.footer-heading {    font-size: 16px;    font-weight: 600;    margin-bottom: 15px;    color: #3ae374;    padding-top: 40px;}
/* About text */
.footer-about {    font-size: 14px;    color: #ffffff;    line-height: 1.6;}
/* Links */
.footer-links li {  margin-bottom: 8px;}
.footer-links a {  color: #fff;  text-decoration: none;  transition: color 0.3s ease;  font-size: 15px;}
.footer-links a:hover {  color: #37df74;}
/* Contact */
.footer-contact li {  margin-bottom: 10px;  font-size: 15px;  display: flex;  align-items: center;  gap: 8px;}
.footer-contact a {  color: #fff;  text-decoration: none;}
.footer-contact a:hover {  color: #37df74;}
/* Social */
.footer-social a {  color: #fff;  font-size: 18px;  display: inline-flex;  align-items: center;  justify-content: center;  width: 40px;  height: 40px;  border-radius: 30%;    /* Glass effect */  background: rgba(255, 255, 255, 0.15); /* translucent */  backdrop-filter: blur(6px);  -webkit-backdrop-filter: blur(6px);  border: 1px solid rgba(255, 255, 255, 0.25);    transition: all 0.3s ease;}
/* Hover effect */
.footer-social a:hover {  background: rgba(58, 227, 116, 0.25); /* green tint */  color: #3ae374;  border-color: rgba(58, 227, 116, 0.5);  transform: translateY(-3px);}

/* Bottom */
.footer-bottom {  border-top: 1px solid rgba(255, 255, 255, 1);  font-size: 14px;  color: #ccc; /* Glass effect */  background: rgba(255, 255, 255, 0.15); /* translucent */  backdrop-filter: blur(6px);  -webkit-backdrop-filter: blur(6px);  border: 1px solid rgba(255, 255, 255, 0.25);    transition: all 0.3s ease;}

.site-footer ul, ol {    margin: 0px 0 1.5em 0em !important;}
@media(min-width: 1024px){
.site-footer .col-lg-4 {    flex: 0 0 auto;    width: 33.33333333%;    padding-right: 80px !important;}
}
.site-footer i {    color: #3adf67;}


@media(max-width: 1024px){
.footer-heading {    font-size: 16px;    font-weight: 600;    margin-bottom: 15px;    color: #3ae374;    padding-top: 0px;	}
	.site-footer py-5 {    padding-top: 2em!important;    padding-bottom: 0rem!important;}
}

/**********************404 + blog***************************************************/

/*******404****/
.error-tab { overflow:hidden;}
.not-found  .intro.intro-small { display:none;}
.not-found {    background: #44d14d;    padding: 90px 0 110px;    text-align: center;    color: #061e07;    width: 100%;    float: left;    margin-bottom: 0px;    font-size: 20px;    text-transform: uppercase;    font-weight: 700;}
.not-found .not-four {    display: block;    font-size: 250px;    line-height: 1.2;    color: #061e07;    font-weight: 900;    text-shadow: 1px 19px 46px rgba(0,0,0,0.4);    padding: 90px 0 0;}
.not-found  p, .error-404  a {    color: #061e07;    font-size: 16px;    text-transform: uppercase;    display: block;    padding-top: 20px;}
.not-foundh1 { color:#fff;}
.not-found h1 { color:#fff !important;}

@media(max-width:767px) {
.not-found .not-four { font-size:140px;}
.not-found { font-size:16px;}
.not-found  p, .not-found  a  { font-size:14px;color:#000000; font-family: "Sans";}
}
/****End*******/


/******Blogs*******/

.post-list {	background: ;	margin: 0 0 0px; padding: 60px 0}
.post-list  .attachment-post-thumbnail { width: 100%; display:block;  height: 100%; object-fit: cover;}
.post-list  .attachment-post-thumbnail:hover  {	opacity: 1;	box-shadow: 0 15px 45px -5px rgba(7,10,25,0.25);	-webkit-filter: brightness(1.07);	filter: brightness(1.07);	transform: translate(0,-2px);	}
.post-list article.type-post { margin-bottom:70px;}
.post-list .entry-meta{	display: block;	margin-bottom: 25px;	font-weight: 500;	letter-spacing: 0.1em;	color: #989898;	padding: 0 20px;}
.post-list .entry-meta a{ color:#000;}
.post-list .post-thumbnail {	display: block;	margin-bottom: 46px !important; height: 350px; overflow: hidden; box-shadow: 0 3px 12px -1px rgba(7, 10, 25, 0.2), 0 22px 27px -20px rgba(7, 10, 25, 0.2); transition: all .3s ease;}
.post-list .wrapp-c {	padding: 0 20px;}
.post-list h2 {	margin: 0 0 18px;	font-size: 28px;	font-weight: 400;	line-height: 1.4;	padding: 0 20px;}
.post-list h2 a{ text-decoration:none !important;}
.post-list .sidebar_widget {	float: left;	width: 100%;	margin-bottom: 40px;	background: #ffeada;	padding: 25px;	box-shadow: 0 8px 20px rgba(0,0,0,0.06);	border-radius: 9px;}
.post-list  .sidebar_widget h2 { padding-left:0px;}
.post-list  #secondary {	padding-left: 25px;}
.post-list ul { margin:0px; padding:0px;}
.post-list ul li { list-style:none; margin-bottom:8px;}
.post-list ul a{ color:#000 !important; font-size:17px; line-height:24px; display:block; text-decoration:none !important; }

.post-list #secondary .widget_search .search-field{ width:100%; height:60px; padding:0 25px}
.post-list .search-form {	position: relative;}
.post-list #secondary .search-submit {	background:#2ba8d6  !important;	color: #fff !important;	height: 60px;	font-size: 16px !important;	line-height: 1 !important;	padding: 0 16px !important;	font-weight: 700;	border: none !important;	position: absolute;	right: 0; top:0}


.more-link {	display: inline-block;	color: #000 !important;	border-bottom: #000 solid 1px;	margin: 12px 0 0;	text-decoration: none !important;}

.navigation-page {	text-align: center;}
.navigation-page ul { margin:0px; padding:0px;}
.navigation-page ul li { display:inline-block; margin:0px; }
.navigation-page ul li a{ display:block; padding:2px 15px;}
.navigation-page ul li a {	display: block;	padding: 9px 13px;	border:#c8e3d9 solid 1px;	line-height: 1;}
.navigation-page ul li.active a {	border: #0cce81 solid 1px;	background: #0cce81;}


/***********/
.inner_banner {
    background: #56dd5f;
    padding: 40px;
    text-align: center;
}

.entry-header {
    color: #000;
}

.single-post-page { padding: 60px 0;}
.single-post-page .container{ max-width: 1170px;}

.single-post-page .entry-title {	text-align: center;		text-transform: inherit;	font-size: 40px;	font-weight: 700;}
.single-post-page .breadcrump-call {	color: #999;	text-align: center;	width: 100%;	margin: 0 0 40px;}
.single-post-page .breadcrump-call a { color:#555;}
.single-post-page  .post-thumbnail .attachment-post-thumbnail { width: 100%; display: block;
box-shadow: 0 3px 12px -1px,
rgba(7, 10, 25, 0.2), 0 22px 27px -20px,
rgba(7, 10, 25, 0.2); transition: all .3s ease;height: auto; margin-bottom:40px;}
.single-post-page  .wrapp-center {	max-width: 800px;	margin: auto;	text-align: justify;}
.single-post-page  ol { margin:0px 0px 0px 14px; padding:0px;}
.single-post-page h2 {	font-size: 28px;	margin: 0px 0px 0px;	padding: 18px 0;	font-weight: 700;	}
.single-post-page h2 strong { font-weight:700;}
.single-post-page h2 strong u{ text-decoration:none !important;}
.single-post-page h3 {font-size: 25px;margin: 0px 0px 20px;padding: 0px;font-weight: 700;color:#333;line-height: 36px;}
.single-post-page h3 strong { font-weight:700;}
.single-post-page h4 {font-size: 22px;margin: 0px 0px 20px;padding: 0px;font-weight: 700;color:#333;line-height: 36px;}
.single-post-page h4 strong { font-weight:700;}
.single-post-page h5 {font-size: 19px;margin: 0px 0px 20px;padding: 0px;font-weight: 700;color:#333;line-height: 36px;}
.single-post-page h6 {font-size: 17px;margin: 0px 0px 20px;padding: 0px;font-weight: 700;color:#333;line-height: 36px;}
.single-post-page  ul {	margin: 0;	padding: 0 0 17px 0px; }
.single-post-page ul li { background:url() no-repeat left 8px; list-style:none; padding-left:30px; background-size:18px;}
.single-post-page a{ color:#000 !important; font-weight:400;}

.single-post-page .navigation.post-navigation {	margin: 70px 0 0;	background: no-repeat;	box-shadow: none;	border: none;}
.single-post-page .alignleft {	float: left;	margin-right: 32px;}
.single-post-page  .alignright {	float: right;	width: 40%;	margin-left: 20px;}

.no-results .page-title {	color: #000;	text-transform: inherit;font-weight: 700;	font-size: 40px;}

.breadcrump-call { color: rgba(255, 255, 255, 0.8); padding-bottom: 20px;}
.breadcrump-call a{ color:rgba(255,255,255,1); text-decoration: none !important;}
.no-results input[type="submit"] {background-color: #2ba8d6 !important;}

/**********/
.inner_content { font-size: 17px;}
.inner_content p a{ font-size: 100%; color: #000;}
.inner_content p { font-size: 15px;}
.service_page { padding: 70px 0;}
.service_page .white-bg {	background: #cde6dc;	height: 100%;	padding: 31px 28px;	text-align: center;	position: relative; border-radius: 5px; box-shadow: 1px 1px 15px 1px rgba(0,0,0,0.1); min-height: 240px; overflow: hidden;}
.service_page .col-lg-3 { margin-bottom: 30px;}
.service_page h3 { font-size: 22px;}
.service_page p { font-size: 16px; line-height: 24px; margin: 0px; padding: 0px;}
.service_page .hover-blk {	position: absolute;	background: #0b6bae;	top: 0;	height: 100%;	overflow: auto;	left: 0;	right: 0; visibility: hidden;  -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease; top: -100%; padding: 25px;}
.service_page .white-bg:hover .hover-blk { top: 0px; visibility: visible;}
.service_page .hover-blk h3 { color: #fff;}
.service_page .hover-blk p { color: #fff; font-size: 14px; line-height: 20px;}
.service_page .icon-img i {	font-size: 46px;	color: #0b6aac;	margin: 0 0 20px;}

/***********************custom *************************************/

.blog-sec {	padding: 60px 0 60px;}
.blog-sec .entry-meta {	color: #B1B3C2;	font-size: 11px;	padding: 10px 0;}
.blog-sec .entry-meta .author_blk {		background-repeat: no-repeat;	padding: 0 0 0 16px;	background-position: 0px 3px; margin-right:22px;}
.blog-sec .entry-meta .date_blk {		background-repeat: no-repeat;	padding: 0 0 0 16px;	background-position: 0px 3px;}
.blog-list h2 {	margin: 0px;	padding: 0px;	line-height: 28px;	min-height: 65px;	display: flex;	align-items: center; font-weight:700;}
.blog-list h2 a{ font-size: 20px;	color: #092E6E;	line-height: 28px; text-decoration:none !important; text-transform:uppercase; }
.blog-list .entry-content {	color: #505050;	font-size: 16px;	font-weight: 400;	margin: 14px 0px 0px;	line-height: 28px;}
.blog-list .w-padd {	border-radius: 27px;	overflow: hidden;	box-shadow: 0px 0px 20px #0000000D;border: 1px solid #E9E9E9;border-radius: 10px;  height:100%;}
.blog-list .c_padd { padding:15px 27px 27px;}
.blog-list .col-md-6 { margin-bottom:46px;}
.blog-list .post-thumbnail {	height: 201px;	display: block; width:100%; overflow:hidden;}
.blog-list .post-thumbnail  img { width:100%; height:100%; object-fit: cover;  }
.blog-list .thumbnail_img { position:relative;}
.blog-list .thumbnail_img .date_blk {	background: #FFFFFF;	border-radius: 0px 10px 0px 0px;	opacity: 1;	min-width: 123px;	height: 40px;	right: 0px;	top: 0px;	position: absolute;	text-align: center;	padding: 9px 15px 0;}
.blog-list .read-link-b {	font-size: 18px;	color: #2765CF;	padding: 20px 0 0 !important;	display: block;	text-decoration: none !important;font-family:'Sans';}

.navigation-page {	text-align: center; width:100%;}
.navigation-page ul { margin:0px; padding:0px;}
.navigation-page ul li { display:inline-block; margin:0px; }
.navigation-page ul li a{ display:block; padding:2px 15px; text-decoration:none !important;}
.navigation-page ul li a {	display: block;	padding: 6px 13px 0;		background: none;	color: #26003f;	border-radius: 64px;	display: inline-block;	min-width: 50px;	min-height: 50px;	margin: 0 3px; background: #F7F7F7 ; border: 1px solid #707070; opacity: 1; font-size:22px; line-height:36px; color:#707070;  }
.navigation-page ul li.active a {	border: 2px solid #FF7400;	background: #F7F7F7;	color: #707070;}
.navigation-page ul li.next_d a{ border:none; background:none;}
.navigation-page .next_d {	width: 27px;	height: 26px;	background: ;	position: relative;	left: 5px;	top: 3px;}
.navigation-page .previous_d {	width: 27px;	height: 26px;	background: ;	position: relative;	right: 5px;	top: 3px;}
.navigation-page .icofont-double-right { font-size:34px;  }
.navigation-page .icofont-double-right {color:#505050;}
.navigation-page .next_d .icofont-double-right  {color:#2765CF;}
.navigation-page .next_d span {	position: absolute;	left: 0;	top: 0;	width: 30px;	height: 40px;	overflow: hidden;	opacity: 0;}
.navigation-page .previous_d span {	position: absolute;	left: -12px;	top: -7px;	width: 38px;	height: 40px;	overflow: hidden;	opacity: 0;}

.single-list .post-thumbnail {	border-radius: 27px;	overflow: hidden;	width: 100%;		margin-bottom: 38px;}
.single-list .post-thumbnail img { width:100%; height:100%;object-fit: cover; }
.single-list .single-post-dv {	max-width: 100%;	padding: 60px 30px 40px; }
.single-list .single-post-dv p {	color: #505050;	font-size: 15px;	font-weight: 400;	margin: 20px 0px 20px;	line-height: 27px;}
.single-list .single-post-dv ul {	margin: 0px;	padding: 20px 0px 0px 24px;}
.single-list  .single-post-dv ul li{font-size: 20px;	font-weight: 300;	margin: 0px 0px 0px;	line-height: 32px; color: #505050;	 list-style:none;}
.single-list .b_left h3 {    color: #061e07;    font-size: 18px;    line-height: 40px;    }
.single-list  .single-post-dv {    position: relative;  }
.single-list .date_blk { padding: 0 0 0 26px; background-size:17px;}
.single-list .date_blk {	background: #F7F7F7;	border-radius: 0px 10px 0px 0px;	opacity: 1;	min-width: 123px;	height: 40px;	right: 0px;	top: 0px;	position: absolute;	text-align: center;	padding: 9px 15px 0;}
.request_callback_text_blog {	margin-top: 30px;}



.blog-sec.single-list  .entry-meta {	color: #B1B3C2;	font-size: 19px;	padding: 2px 0 30px 0;	font-weight: 500;}
.blog-sec.single-list  .entry-meta .author_blk, .blog-sec.single-list  .entry-meta .date_blk { padding: 0 0 0 26px; background-size:17px;}
.single-post-dv {background: #FFFFFF; box-shadow: 0px 0px 20px #0000000D; border: 1px solid #E9E9E9; border-radius: 10px; opacity: 1;}
.single-post-dv h2 {    font-size: 20px;    color: #061e07;    line-height: 28px;    text-decoration: none !important;    text-transform: uppercase;    font-weight: 700;     }
.tag_share_dv { overflow:hidden;}
.tag_share_dv .tag_left {	float: left;}
.tag_share_dv .tag_title {	font-size: 20px;	display: block;	color: #4757CD;	font-weight: 700;	margin: 0;	padding: 0 0 8px;}
.tag_share_dv  .tag_left a {	display: inline-block;	border: #BCC4FF solid 1px;	padding: 8px 10px;	border-radius: 8px;	color: #848CC4 !important;	font-weight: 500;	font-size: 16px;	text-decoration: none !important;	margin-right: 6px; }


#secondary .widget-title {	font-size: 20px;	font-weight: normal; line-height:28px; text-transform: uppercase; color:#FF7400;	margin: 0;	padding: 0 0 9px;}
#secondary .rpwwt-widget ul li {	padding: 0;	margin: 0 0 5px;}
#secondary .rpwwt-widget ul li a{text-decoration:none !important}
#secondary .wp-post-image  {	width: 105px;	height: ;	border-radius: 6px;}
#secondary  .rpwwt-post-title {	font-size: 17px;	color: #26003F;	font-weight: 600;	display: ;}
#secondary .rpwwt-post-date {	color: #747582;	font-size: 13px;	padding: 5px 0 0;}
#secondary {	max-width: 100%;	/*float: right;*/	margin: 0 0 0; width:100%;}

.recent-post-nav { background: #FFFFFF ;box-shadow: 0px 0px 20px #0000000D;border: 1px solid #E9E9E9;border-radius: 10px;opacity: 1; padding:30px;} 
#secondary .recent-post-nav .widget-title {	font-size: 20px;	font-weight: normal; line-height:28px; text-transform: uppercase; color:#FF7400;	margin: 0;	padding: 0 0 16px; } 
.recent-post-nav ul { margin:0px; padding:0px;}
.recent-post-nav ul li { list-style:none;}
.recent-post-nav ul li + li { margin-top:8px;}
.recent-post-nav ul li a{ font-size:16px;  font-weight:normal; color:#493A7A; text-decoration:none !important; line-height:1.1;}

@media(min-width:1200px) {
.single-list .col-lg-8 {	width: 58.6%;}
.single-list .col-lg-4 {	width: 41.4%;}
}

.widget_categories ul { margin:0px; padding:0px;}
.widget_categories ul li { line-height:28px;	list-style: none;	text-align: right;	padding: 13px 0;	border-bottom: #B1B3C2 solid 1px;	color: #26007a;	font-size: 17px;	font-weight: 500;	line-height: 1.1;}
.widget_categories a {	font-size: 17px;	color: #26003F !important;	text-decoration: none !important;	font-weight: 500; float:left; }

.Slide_banner_form { background:#F9EEFE; border-radius:27px; padding:35px 27px; overflow:hidden; position:relative; z-index:1;}
.Slide_banner_form::before {		content: '';	position: absolute;	left: -15px;	top: -30px;	width: 239px;	height: 316px;	z-index: -1;}
.Slide_banner_form br { display:none;}
.Slide_banner_form p{ margin:0px; padding:0px;}
.Slide_banner_form  h2.widget-title {	color: #8C19A8 !important;	font-size: 25px !important;	font-weight: 700;}
.Slide_banner_form label {	font-size: 13px;	color: #707070; text-transform:uppercase; font-weight:600;}
.Slide_banner_form .wpcf7-form-control-wrap {	display: block;	margin: 5px 0 0;}
.Slide_banner_form label span { color:#FF0000;}
.Slide_banner_form input[type="text"], .Slide_banner_form input[type="email"], .Slide_banner_form input[type="tel"] { width:100%; height:54px; border-radius:70px; height:57px; border:none; padding:0 20px;} 
.Slide_banner_form .wpcf7-form-control.wpcf7-submit {	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c20a74+0,99159b+100 */background: rgb(194,10,116); /* Old browsers */background: -moz-linear-gradient(45deg,  rgba(194,10,116,1) 0%, rgba(153,21,155,1) 100%); /* FF3.6-15 */background: -webkit-linear-gradient(45deg,  rgba(194,10,116,1) 0%,rgba(153,21,155,1) 100%); /* Chrome10-25,Safari5.1-6 */background: linear-gradient(45deg,  rgba(194,10,116,1) 0%,rgba(153,21,155,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c20a74', endColorstr='#99159b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */		width: 187px;	height: 57px;	margin: 18px 0 0px;	border-radius: 75px;	font-size: 15px;	font-weight: 600;}
#secondary .Slide_banner_form  .widget-title {	font-weight: 600;	margin: 0;	padding: 0 0 24px;	line-height: 1;}
.blog-list { }
.single-list .wp-block-image img {	max-width: 100%;	border-radius: 27px;}
.single-list .tag_right {	float: right;	text-align: right;}
.single-list .fb-like.ssb-fb-like {	display: none !important;}
.single-list .tag_right button { border:none !important; background:none !important; color:#848CC4 !important; padding-left: 27px !important;}
.single-list div.simplesocialbuttons { margin-top:0px !important;}
.single-list .buttons { margin-top:20px;}
.button-blog-n-b { overflow:hidden;}
.button-blog-n-b .previous-button { float:left;}
.button-blog-n-b .next-button { float:right;}
.previous-button a ,.next-button a {    color: #061e07;    font-size: 20px;    text-decoration: none !important;    display: block;    font-weight: normal;    width: 120px;    height: 50px;    border: #061e07 solid 1px;    border-radius: 4px;    padding: 10px 0;    text-align: center;    background: #68d654;}

.button-blog-n-b {	overflow: hidden;	margin-top: 20px;}
.previous-button a:hover, .next-button a:hover {    color: #68d654;    font-size: 20px;    text-decoration: none !important;    display: block;    font-weight: normal;    width: 120px;    height: 50px;    border: #68d654 solid 1px;    border-radius: 4px;    padding: 10px 0;    text-align: center;    background: #ffffff;}

@media(max-width:767px) {
.blog-list .c_padd {   padding: 15px 15px 27px;}
.blog-list h2 a { font-size:16px;}
.blog-list .entry-content { font-size:16px; line-height:25px;}
.blog-list .read-link-b {font-size: 16px; padding: 14px 0 0 !important;}
.single-list .single-post-dv { padding:60px 15px 40px;}
.single-list .single-post-dv p {    font-size: 16px; line-height: 25px;}
.single-list .single-post-dv ul { padding:20px 0px 0px 13px}
.single-list .single-post-dv ul li { font-size:16px; line-height:25px;}
.button-blog-n-b { margin-bottom:30px;}
.recent-post-nav { padding:20px;}
.recent-post-nav ul li a { font-size:16px;}
}
@media(max-width:767px) {
.home_banner.blog-banner .home_banner_blk { min-height:auto;}
.single-list .b_left h3 { font-size:22px;}
}
.single-list .post-thumbnail {	margin: -60px -30px 35px;	width: auto;	border-radius: 11px 11px 0 0;}

.error-404 { text-align: center; }
@media(max-width:767px) {
.single-list .post-thumbnail {	margin: -60px -15px 35px;	width: auto;	border-radius: 11px 11px 0 0;}
.single-list .single-post-dv p {	font-size: 14px;	line-height: 22px;}
}
.single-list .single-post-dv ul {    margin: 0px;    padding: 0px 0px 25px 0px;}
.single-list .single-post-dv ul li {    font-size: 15px;    list-style: none;    position: relative;    font-weight: 400;    padding: 0 0 0 28px;}
.single-list .single-post-dv ul li:before {    content: '';    position: absolute;    left: 0px;    top: 9px;    width: 14px;    height: 14px;    border: #4bd654 solid 5px;    border-radius: 100%;}

/*

input.wpcf7-form-control.wpcf7-submit {    background: #f58220 !IMPORTANT;    COLOR: #FFF;    border: navajowhite;    padding: 12px 20px 10px;    font-weight: 700;}

.request_callback_text_blog input[type="text"], .request_callback_text_blog input[type="password"], 
.request_callback_text_blog input[type="email"], .request_callback_text_blog input[type="tel"], 
.request_callback_text_blog input[type="search"], .request_callback_text_blog input[type="number"], .request_callback_text_blog textarea {	border: none;	padding: 14px 20px;	color: #000;	font-size: 20px;	font-weight: 400;	width: 100%;	border-radius: 4px;	-webkit-border-radius: 4px;	background-color: #F7F7F7;	font-size: 16px;	font-weight: 500;	transition: all 0.3s ease-in-out;	-webkit-transition: all 0.3s ease-in-out; margin-bottom:15px; 	    font-family: 'Sans';}
.request_callback_text_blog {box-shadow: 0px 0px 20px #0000000D; border-radius: 8px;padding: 40px;	background: #589a5f; font-family: 'Sans';}
.request_callback_text_blog h2 { color: #fff !important; font-family: 'Sans'; }
.request_callback_text_blog textarea  { height: 100px; font-family: 'Sans'; }
.request_callback_text_blog  h3 { color: #fff; margin: 0px; padding: 0px 0px 25px;  font-family: 'Sans';}
.request_callback_text_blog .ajax-loader {	display: none !important;}
.request_callback_text_blog .wpcf7-submit {	width: 100%;	height: 55px;	background: #4072d5;	color: #fff;	font-size: 22px;	font-weight: 700;	border: none;	border-radius: 8px; 	box-shadow: 0px 0px 20px #0000000D;  font-family: 'Sans';}
*/

/********************************************************************/


/*******404 + blog End****/

/**********************************home page*************************************/
/* Banner Section */

.banner-section {  position: relative;  background-size: cover;  background-position: center;  padding: 120px 0;  color: #fff;  min-height: 675px;  margin-top: -50px;}
.banner-section .container {  position: relative;}
.banner-title {    font-size: 51px;    font-weight: 700;    margin-bottom: 20px;    width: 642px;    text-transform: uppercase;}
.banner-subtitle {    font-size: 24px;    font-weight: 500;    color: #35d14b;    margin-bottom: 20px;    width: 490px;}
/* Form + Description Section */
.form-description-section {  position: relative;  padding: 80px 0;  background: #fff;}

/* Form Box */
.form-box {    background: #061E07;    padding: 50px 50px 20px 50px;    border-radius: 12px;    box-shadow: 0 6px 20px rgba(0,0,0,0.4);    margin-top: -460px;}
.form-title {    font-size: 25px;    font-weight: 600;    background: #061e07;    color: #fff;    padding: 10px 15px;    margin-bottom: 40px;    border-radius: 6px;    text-align: center;    font-family: albert, sans-serif;    font-style: italic;}
.form-content input,.form-content textarea {  width: 100%;  margin-bottom: 15px;  border-radius: 6px;  padding: 12px;  border: none;}
.form-content textarea {	max-height: 100px;}
.form-content input:focus,.form-content textarea:focus {  outline: none;  box-shadow: 0 0 6px #35d14b;}
.form-content input[type="submit"],.form-content .wpcf7-submit {  background: #35d14b;  color: #fff;  font-weight: 600;  border: none;  border-radius: 6px;  padding: 14px;  width: 100%;  cursor: pointer;  transition: background 0.3s ease;}
.form-content input[type="submit"]:hover,.form-content .wpcf7-submit:hover {  background: #2cb340;}
/* Description */
.description-text {    font-size: 16px;    line-height: 1.8;    color: #737373;    padding-right: 100px;    font-family: sans-serif;    font-weight: 500;}

/* Responsive */
@media(max-width: 991px) {
  .banner-title { font-size: 32px; text-align: center; width: auto;}
.form-title {
    font-size: 24px;
    font-weight: 600;
    background: #061e07;
    color: #fff;
    padding: 10px 15px;
    margin-bottom: 40px;
    border-radius: 6px;
    text-align: center;
    font-family: albert, sans-serif;
    font-style: italic;
}
	
  .banner-subtitle { text-align: center; width: auto; }
  .form-box {    margin-top: 10px;    max-width: 500px;    margin-left: auto;    margin-right: auto;}
  .description-text { margin-top: 40px; text-align: justify; }
  .form-description-section {    padding: 40px 0px;   }
  .description-text {    margin-top: 0px; padding-right: 10px;    padding-left: 10px;}
}

/***********************video******************/
.video-section {  padding: 60px 0;  text-align: center;}
.video-wrapper {  position: relative;  border-radius: 12px;  overflow: hidden;  box-shadow: 0 6px 20px rgba(0,0,0,0.2);}
.video-overlay {  display: block;  position: relative;  height: 450px;  border-radius: 12px;  background-size: cover;  background-position: center;}
.video-overlay::after {  content: "";  position: absolute;  top: 0; left: 0;  width: 100%; height: 100%;  background: rgba(0,0,0,0.4);}
.play-button {  position: absolute;  top: 50%; left: 50%;  transform: translate(-50%, -50%);  width: 70px;  height: 70px;  background: rgba(0, 0, 0, 0.6);  border-radius: 50%;  border: 3px solid #35d14b;  display: flex;  justify-content: center;  align-items: center;  transition: all 0.3s ease;  z-index: 2;}
.play-button span {  display: inline-block;  margin-left: 5px;  width: 0;  height: 0;  border-left: 18px solid #35d14b;  border-top: 12px solid transparent;  border-bottom: 12px solid transparent;}
.play-button:hover {  background: rgba(0,0,0,0.8);  transform: translate(-50%, -50%) scale(1.1);  border-color: #2cb340;}

@media(max-width: 767px) {
  .video-overlay {    height: 250px;  }
  .play-button {    width: 55px;    height: 55px;  }
  .play-button span {    border-left: 14px solid #35d14b;    border-top: 9px solid transparent;    border-bottom: 9px solid transparent;  }
  .video-section {    padding: 40px 0px 0px 0px;    text-align: center;}
	.managed-form h4 {    font-size: 28px !important;    color: #000;    text-align: left !important;}
}

/****************service*****************/
.services-section .section-header .subtitle {    color: #58DF61;    font-weight: 700;    margin-bottom: 0.5rem;}
.services-section .section-header .title {  font-size: 2.5rem;  font-weight: 700;  color: #0b2a1c;}
.services-section  .row {    --bs-gutter-x: 0rem !important;}
.service-item .service-image img {    width: 100%;    height: auto;   object-fit: cover;    border-radius: 12px 0px 0px 12px;}
.service-item .service-content {  min-height: 250px;   border-radius: 0px 12px 12px 0px;}
.service-item .inner-part {  flex: 1 1 48%;}
.inner-title {  font-size: 1.5rem;  font-weight: 700;  margin-bottom: 0.5rem;}
.inner-description {  font-size: 1rem;  line-height: 1.6;}
.btn-hover {    background-color: #0b2a1c !important;    color: #fff !important;    border: 1px solid #0b2a1c;    transition: all 0.3s ease;    padding: 15px 24px 15px 12px;    align-items: flex-start;    align-self: flex-start;    font-size: 18px;    font-weight: 600;    gap: 10px;}
.btn-hover:hover {  background-color: #58DF61 !important;  color: #fff !important;  transform: translateY(-3px);  border: 2px solid #fff;}
.btn-hover i {    transition: transform 0.3s ease;    rotate: -45deg;}
.inner-part h3{	font-size: 36px;	color: #fff;}
.inner-part p{	font-size: 18px;	color: #fff;}
.service-item.primary-service .service-content {  background: linear-gradient(90deg, #58DF61 0%, #24BC2E 100%);}
.service-item.alt-service .service-content {  background: linear-gradient(90deg, #24BC2E 0%, #58DF61 100%);}
/* Default (odd items = primary-service) 
   Image Left / Content Right */
.service-item.primary-service .service-image img {  border-radius: 0px 12px 12px 0px;}
.service-item.primary-service .service-content {  border-radius: 12px 0px 0px 12px;}
/* Alternate (even items = alt-service) 
   Image Right / Content Left */
.service-item.alt-service .service-image img {  border-radius: 12px 0px 0px 12px;}
.service-item.alt-service .service-content {  border-radius: 0px 12px 12px 0px;}
.service-content .gap-3 {    gap: 0rem!important;}


@media(max-width: 1024px){
.service-item.alt-service .service-image img {    border-radius: 0px 0px 12px 12px;}
.service-item.alt-service .service-content {    border-radius: 12px 12px 0px 0px;}
.service-item.primary-service .service-image img {    border-radius: 0px 0px 12px 12px;}
.service-item.primary-service .service-content {    border-radius: 12px 12px 0px 0px;}
.services-section .section-header .title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #0b2a1c;
    padding-bottom: 15px;
}
}

/*************************why choose******************************/
/* Section Styling */
.choose-section {    position: relative;    background-color: #051c11;    padding: 80px 15px;    overflow: hidden;   z-index: 0;}
/* Subtitle */
.choose-subtitle {  color: #27c653; /* neon green accent */  font-weight: 500;  font-size: 16px;  letter-spacing: 1px;}
/* Title */
.choose-title {  font-size: 36px;  font-weight: 700; color: #fff;}
/* Boxes */
.choose-box {  background: linear-gradient(180deg, #23d65a 0%, #199740 100%);  border-radius: 12px;  padding: 30px 20px;  height: 100%;  display: flex;  flex-direction: column;  justify-content: center;  transition: transform 0.3s ease, box-shadow 0.3s ease;}
.choose-box:hover {  transform: translateY(-6px);  box-shadow: 0 8px 20px rgba(0,0,0,0.25);}
.choose-box img {  max-width: 60px;  height: auto;}
.choose-icon-title {  font-size: 18px;  font-weight: 600;  margin-top: 10px;  color: #fff;}
/* Description */
.choose-description {    max-width: 1320px;    margin: 0 auto;    font-size: 15px;    line-height: 1.8;    color: #d6d6d6;    text-align: left;}
/* Background image at bottom */
.choose-bg {  position: absolute;  bottom: 0;  left: 0;  width: 100%; z-index: 0;}
.choose-bg img {  width: 100%;  height: auto;  display: block;}
.choose-description h4 {  font-size: 36px;  font-weight: 700;  color: #fff;  margin-bottom: 12px; margin-top: 25px;}
/* Description Paragraphs */
.choose-description p {  font-size: 18px;  line-height: 1.8;  color: #d6d6d6;  margin-bottom: 20px;}
/************************************************************/

.cyber-security-section {  background: #16a34a; /* green background */  color: #fff; padding: 40px 20px;}
.cyber-security-section .left-content {  padding: 20px;}
.cyber-security-section .content-text h2,.cyber-security-section .content-text h3,.cyber-security-section .content-text h4 {  font-weight: 700;  margin-bottom: 15px;  color: #ffffff;}
.cyber-security-section .content-text h4 {    font-size: 36px;    line-height: 1.4;}
.cyber-security-section .content-text p {  font-size: 16px;  line-height: 1.7;  margin-bottom: 15px;  color: #f1f1f1;}
.cyber-security-section .right-image img {    border-radius: 12px;    max-height: 500px !important;   object-fit: cover;}
.cyber-security-section .right-image .shadow {    box-shadow: none !important;}
.nav-header a {  color: #fff;              /* default link color */  transition: color 0.3s ease;}
/* Hover when normal (not scrolled) */
.nav-header:not(.scrolled) a:hover {  color: #53db5c;}/* Header scrolled */
.nav-header.scrolled a {  color: #fff;              /* link color when scrolled */}
/* Hover when scrolled */
.nav-header.scrolled a:hover {  color: #061E07;}
@media(max-width: 1024px){
.cyber-security-section {background: #16a34a;color: #fff;padding: 0px 0px;}
.cyber-security-section .left-content {    padding: 30px 0px 0px 0px;}
.cyber-security-section .py-5 {padding-top: 2rem !important;padding-bottom: 2rem !important;}
.mb-5 {    margin-bottom: 0rem!important;    gap: 0px;}
	.navbar-collapse {justify-content: center!important;gap: 30px;margin-top: 0px;}
.choose-description-section-two {position: relative;padding: 20px 20px !important;overflow: hidden;z-index: 1;}
.choose-description-section-one {padding: 20px 20px !important;  }
.cyber-service {margin-bottom: 50px;padding: 0px 20px !important;}
.navbar-nav .nav-link {    color: #45d24e !important;    padding: 14px 20px;    font-size: 15px;    font-weight: 500;   text-decoration: none !important;    transition: color 0.3s ease;}
.navbar-nav .nav-item {margin: 0px 0px !important;}
.header-logo img {max-height: 35px !important;}
.call-btn .btn-text strong {    font-size: 14px;}
.call-btn .btn-text small {font-size: 14px;}
.call-btn {padding: 6px 7px;}
	.nav-header {    background: rgb(6 30 7);    backdrop-filter: blur(6px);   z-index: 1;}
}
.nav-header a {  color: #fff;              /* default link color */  transition: color 0.3s ease;}
/* Hover when normal (not scrolled) */
.nav-header:not(.scrolled) a:hover {  color: #53db5c;}/* Header scrolled */
.nav-header.scrolled a {  color: #fff;              /* link color when scrolled */}
/* Hover when scrolled */
.nav-header.scrolled a:hover {  color: #061E07;}
/********************************************************/
/* FAQ Section */
.faq-section {background: #0c1f0d; /* Dark green */  color: #fff;}
.faq-subtitle {  color: #3ae374; /* Green subtitle */  font-weight: 600;  font-size: 16px;}
.faq-title {  color: #fff;  font-size: 28px;}
/* Accordion Item */
.custom-faq .accordion-item {  background: #fff;  border-radius: 8px;  border: 1px solid transparent;  margin-bottom: 15px;  transition: all 0.3s ease-in-out;  overflow: hidden;}
/* Hover effect on closed items */
.custom-faq .accordion-item:hover {  border-color: #37df74;}
/* Active item (expanded) */
.custom-faq .accordion-item.active {  border: 2px solid #37df74;  background: #f0fff6; /* light green tint */  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);}
/* Accordion Button */
.custom-faq .accordion-button {  background: transparent;  color: #000;  font-weight: 500;  border-radius: 0;  padding: 14px 18px;  box-shadow: none;  transition: all 0.3s ease;  display: flex;  justify-content: space-between;  align-items: center;}
/* Remove default caret */
.custom-faq .accordion-button::after {  display: none !important;}
/* Bootstrap Icon */
.custom-faq .faq-icon {  transition: transform 0.4s ease;  font-size: 18px;  color: #37df74;}
/* Rotate icon when expanded */
.custom-faq .accordion-button:not(.collapsed) .faq-icon {  transform: rotate(180deg);}
/* Smooth Collapse Body */
.accordion-collapse {  transition: height 0.4s ease, opacity 0.4s ease;}
.custom-faq .accordion-body {  background: #f8f9fa;  color: #333;  padding: 15px;  font-size: 15px;  line-height: 1.6;  transition: background 0.3s ease;}

/***************************************About Us Page******************************************/
.about-content {    background: #fff !important;    padding: 40px 20px 100px 20px !important;}
.about-content  .content-text h4 {    font-size: 36px;    line-height: 1.4;    color: #061E07 !important;}
.about-content .content-text p {    font-size: 16px;    line-height: 1.7;    margin-bottom: 15px;    color: #737373 !important;}
.about-content .content-text p strong{	color: #000000 !important;}
.about-service { background: #fff;}
.about-service .subtitle {  font-size: 16px;  color: #24BC2E;}
.about-service .title {  font-size: 32px;  font-weight: 700;  color: #000;}
.about-banner .banner-title {    font-size: 51px;    font-weight: 700;    margin-bottom: 20px;    width: 500px !important;    text-transform: uppercase;}
.about-service .service-card {  border-radius: 12px;  overflow: hidden;  transition: transform 0.3s ease, box-shadow 0.3s ease;}
.about-service .service-card:hover {  transform: translateY(-6px);  box-shadow: 0px 8px 20px rgba(0,0,0,0.12);}
.about-service .card-body h5 {  font-size: 20px;  margin-bottom: 10px;}
.about-service .card-body p {  font-size: 15px;  line-height: 1.6;}
.about-service .btn {  font-size: 14px;  font-weight: 500;  border-radius: 6px;  padding: 8px 16px;  transition: all 0.3s ease;}
.about-service .btn:hover {  background-color: #1a9b26;  color: #fff;}
.about-service .shadow-sm {    box-shadow: none !important;}
.about-service .shadow-sm:hover {    box-shadow: var(--bs-box-shadow-sm)!important;}
.about-banner {  position: relative;  background-size: cover;  background-position: center;  color: #fff;  padding: 80px 0;  overflow: hidden;}
/* Dark gradient overlay (left → right) */
.about-banner::before {  content: "";  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  z-index: 0;  background: linear-gradient(    to right,    rgba(0,0,0,0.85) 0%,    rgba(0,0,0,0.7) 25%,    rgba(0,0,0,0.45) 50%,    rgba(0,0,0,0.2) 75%,    rgba(0,0,0,0) 100%  );}
/* Make sure text/content sits above overlay */
.about-banner .container,.about-banner .row,.about-banner .col-lg-8 {  position: relative;  z-index: 1;}
/* Title & subtitle styles */
.about-banner .banner-title {  font-size: 42px;  font-weight: 700;  margin-bottom: 12px;  color: #fff;}
.about-banner .banner-subtitle {    font-size: 24px;    font-weight: 500;    color: #35d14b !important;    font-style: italic;}
.about-banner {    position: relative;    background-size: cover;    background-position: center;    color: #fff;    padding: 250px 0 !important;    overflow: hidden;}
.about-banner {    position: relative;    background-size: cover;    background-position: center;    padding: 120px 0;    color: #fff;    min-height: 675px;    margin-top: -82px !important;}
.about-form .form-box {    background: #061E07;    padding: 50px 50px 20px 50px;    border-radius: 12px;    box-shadow: 0 6px 20px rgba(0,0,0,0.4);    margin-top: -345px !important;}
.about-content .right-image img {    border-radius: 12px;    max-height: 574px !important;    object-fit: cover;}
.about-service .btn-hover:hover {    background-color: #58DF61 !important;    color: #fff !important;    transform: translateY(-3px);    border: 2px solid #fff;}

@media (max-width: 769px) {
.about-form .form-box {	    background: #061E07;    padding: 25px 20px 0px 20px;    border-radius: 12px;    box-shadow: 0 6px 20px rgba(0,0,0,0.4);    margin-top: 0px !important;}
.form-box {    background: #061E07;    padding: 30px 20px 0px 20px;    border-radius: 12px;    box-shadow: 0 6px 20px rgba(0,0,0,0.4);  }
}
img.card-img-top.img-fluid.rounded-top {    border-radius: 12px;}
.card-body {    padding: 10px 5px 10px 5px !important;}
/**********Location******************************/

/* ===========================
   Location About Section
   =========================== */
.location-about {  background: #F1FBF4;; /* Section base background */  position: relative;  z-index: 1;}
.location-about .service-item {  margin-bottom: 50px;}
.location-about .service-image img {  border-radius: 10px;  width: 100%;  height: auto;  object-fit: cover;}
/* Content Box */
.location-about .content-box {  border-radius: 10px;  height: 100%;  display: flex;  flex-direction: column;  justify-content: center;}
.location-about .inner-title {  font-size: 48px;  font-weight: 600;  color: #111; /* Dark black heading */}
.location-about .inner-description {  font-size: 16px; line-height: 1.7;  color: #333; /* Dark gray paragraph */}

/* Responsive */
@media (max-width: 991.98px) {
.about-banner .banner-title {    font-size: 30px;    font-weight: 700;    margin-bottom: 20px;    width: 400px !important;    text-transform: uppercase;    text-align: center;}
.about-banner .banner-subtitle {    font-size: 17px;    font-weight: 500;    color: #35d14b !important;    font-style: italic;    text-align: center;}
.location-about .service-item {    flex-direction: column !important;    text-align: center;  }
.location-about .content-box {    margin-top: 15px;  }
.location-about .inner-title {    font-size: 20px;  }
}

@media (max-width: 575.98px) {
  .location-about .inner-description {    font-size: 15px;  }
}

@media (min-width: 769px) {
.location-about-3 {    padding: 90px 0px 90px 0px;}
.location-about-3 .service-item.primary-service .service-image img {    border-radius: 12px 0px 0px 12px;}
}

/*************************/
.location-about-3 {  padding: 60px 0;}
.location-about-3 .service-item.odd .service-content {  background: linear-gradient(90deg, #58DF61 0%, #24BC2E 100%);  color: #fff;  border-radius: 0px 12px 12px 0px;}
.location-about-3 .service-item.even .service-content {  background: linear-gradient(90deg, #24BC2E 0%, #58DF61 100%);  color: #fff;  border-radius: 12px 0px 0px 12px;}
.location-about-3 .service-item.odd .service-image img  {  border-radius: 12px 0px 0px 12px !important;}
.location-about-3 .service-item.even .service-image img  {  border-radius: 0px 12px 12px 0px !important;}
.location-about-3 .service-image img {  width: 100%;  height: auto;  border-radius: 12px 0px 0px 12px;  object-fit: cover;}
.location-about-3 .service-content {  display: flex;}
.location-about-3 .content-inner {  border-radius: 10px;  padding: 20px;}
.location-about-3 .inner-title {  font-size: 24px;  font-weight: 600;}
.location-about-3 .inner-description {  font-size: 16px;  line-height: 1.6;}

/* ✅ Responsive tweaks */
@media (max-width: 991px) {
.location-about-3 .service-item {    flex-direction: column !important;    margin-bottom: 20px;}
.location-about-3 .service-item.even.flex-row-reverse {    flex-direction: column !important;  }
.location-about-3 .service-image,  .location-about-3 .service-content {    max-width: 100%;  }	
.location-about-3 .mb-3 {    margin-bottom: 0rem!important;}
.location-about-3 .service-item.odd .service-content {    border-radius: 0px 0px 12px 12px;}
.location-about-3 .service-item.odd .service-image img {    border-radius: 12px 12px 0px 0px !important;}
.location-about-3 .service-item.even .service-image img {    border-radius: 12px 12px 0px 0px !important;}
.location-about-3 .service-item.even .service-content {    border-radius: 0px 0px 12px 12px;}	
.about-banner {    position: relative;    background-size: cover;    background-position: center;    padding: 120px 0;    color: #fff;    min-height: 675px;    margin-top: -40px !important;}
}

.choose-subtitle {  position: relative;  display: inline-flex;  align-items: center;  gap: 10px; /* space between text and lines */}
.choose-subtitle::before,.choose-subtitle::after {  content: "";  display: inline-block;  width: 70px;   /* adjust size */  height: 15px;   /* adjust size */  background: url("https://cyberagencygroup.digitalgrowthgurus.com.au/wp-content/uploads/2025/09/choose-subtitle-line-new.png") no-repeat center;  background-size: contain;}
.choose-subtitle::after {  transform: scaleX(-1); /* ✅ flips the image horizontally */}

.subtitle {    position: relative;    display: inline-flex;    align-items: center;    gap: 10px;    color: #35d14b;}
.subtitle::before,.subtitle::after {  content: "";  display: inline-block;  width: 70px;   /* adjust size */  height: 15px;   /* adjust size */  background: url("https://cyberagencygroup.digitalgrowthgurus.com.au/wp-content/uploads/2025/09/choose-subtitle-line-new.png") no-repeat center;  background-size: contain;}
.subtitle::after {  transform: scaleX(-1); /* ✅ flips the image horizontally */}

.faq-subtitle::before,.faq-subtitle::after {  content: "";  display: inline-block;  width: 70px;   /* adjust size */  height: 15px;   /* adjust size */  background: url("https://cyberagencygroup.digitalgrowthgurus.com.au/wp-content/uploads/2025/09/choose-subtitle-line-new.png") no-repeat center;  background-size: contain;}
.faq-subtitle::after {  transform: scaleX(-1); /* ✅ flips the image horizontally */}

/******************contact-us************************/
/* Contact Us Info Block */
.contact_us_sec {  background: #f9f9f9;  padding: 100px 0;}
.contact_us_sec p {  font-size: 18px;  margin-bottom: 0;}
.contact_us_sec a {  color: #1a4065;  font-weight: 600;}
/* Contact Section (Form) */
.contact-section {  background: #12385B;  padding: 80px 0;  color: #fff;}
.contact-section .title-section h2 {  color: #fff;}
.contact-section .subtitle {  color: #F07C00;  font-weight: 600;  margin-bottom: 10px;}
.contact-section  .form-blk {  background: #fff;  padding: 25px 30px;  border-radius: 6px;}
.contact-section .form-blk h3,.contact-section .form-blk p {  color: #000;}
.contact-section  input[type="text"],.contact-section input[type="email"],.contact-section input[type="tel"],.contact-section textarea {  border: 1px solid #dedede;  border-radius: 5px;  margin-bottom: 15px;}

.contact-section input[type="submit"] {    width: 100%;    background: #35d14b;    border-radius: 6px;    height: 55px;    font-size: 16px;}
.contact_us_sec {    background: #ffffff !important;}
.contact_us_sec p {    font-size: 18px;    margin-bottom: 0;    border: 1px solid #0c1623;    padding: 40px;    border-radius: 70px;}
.contact_us_sec p a{		text-decoration:none; cursor:pointer !important;}
.contact_us_sec .fa {    color: #0c1623 !important;}
.page-template-contact-us-php .row.bt-sec {    gap: 80px !important;}
.page-template-contact-us-php .text-center {    text-align: center!important;    justify-content: center;    gap: 25px;}
.page-template-contact-us-php .choose_sec {    position: relative;    background-attachment: fixed;    margin-bottom: -20px;}
.page-template-contact-us-php .hero-section {    background: #0144C6 no-repeat top center/cover;    padding: 10px 0px 0px;    margin-top: 0px;    z-index: 100;    height: 400px;    width: 100%;    display: flex;    align-items: top;    position: relative;    align-items: center;}
.page-template-contact-us-php .footer {    background: #0C2C49;    padding: 60px 0;    margin-top: -20px;}
/*************************************************************/
.contact-page .c-pad{    background: #f8f8f8;    padding: 25px;    border-radius: 5px;    margin-top: 30px; text-align: center; height:100%;}
.contact-page .info-icon {    text-align: center;    margin: 0 0 20px;}
.contact-page .c-pad a {    color: #333;    display: block;    font-weight: 700;}
.contact_form {    background: #ffffff;   box-shadow: 0px 0px 139px 0px rgba(0, 0, 0, 0.1); position: relative;}
.contact_form {    max-width: 900px;    padding: 45px;    margin: 50px auto 0;    border-radius: 25px;}
.contact_form  p {    text-align: center;    font-size: 20px;}
.contact_form  h3 {    display: block;    font-size: 45px;    padding: 13px 0 10px;    color: #952520; text-align:center;}
.contact_form  input[type="text"], .contact_form input[type="email"], .contact_form input[type="tel"] {    width: 100%;    height: 45px;    border-radius: 5px;    border: #ccc solid 1px; }
.contact_form  span.wpcf7-form-control-wrap {    display: block;    margin-bottom: 15px;}
.map-blk {    margin: -190px 0 0;}
.contact-page { padding:30px 0 }  
.contact_form  {    position: relative;    z-index: 1;    margin: 90px 0 0;}
.contact_form   h3{    font-weight: 700;    font-size: 35px;}
.contact_form  h3 { color:#333;}
.contact_form  p {    color: #333;}
.contact_form .wpcf7-submit {    width: 100%;    max-width: 230px;    height: 46px !important;    background: #892e26 !important;    border-radius: 5px !important;    margin: auto !important;   display: table !important;}
.contact_form span.wpcf7-spinner {    position: absolute;}
.contact_form  .wpcf7-submit {    background: #333333 !important;}
.contact_form  {    margin: 100px auto 0;}

.contact-page .c-pad {  background: linear-gradient(180deg, #23d65a 0%, #199740 100%);  border-radius: 10px;  padding: 30px 20px;  box-shadow: 0 4px 12px rgba(0,0,0,0.08);  transition: all 0.3s ease;}
.contact-page .c-pad:hover {  transform: translateY(-5px);  box-shadow: 0 6px 16px rgba(0,0,0,0.12);background: linear-gradient(0deg, #23d65a 0%, #199740 100%);}
.contact-page .c-pad:hover a{	color:#fff;}
.contact-page .info-icon {  margin-bottom: 15px;}
.contact-page .info-icon img {    width: 60px;    height: auto;    padding: 10px;    background: #fff;   border-radius: 30px;    box-shadow: 0 0 10px 1px #858585;}
.contact-page h3 {    font-size: 26px;    font-weight: 600;   margin-bottom: 20px;    color: #ffffff;}
.contact-page a,.contact-page p {  font-size: 16px;  color: #24BC2E;  text-decoration: none;  word-wrap: break-word;}
.contact-page a:hover {    text-decoration: none;    color: #061e07;}
.contact-page {    padding: 10px 0px 265px 0px;}


/* =============================
   Request Callback Form Styling
   (Match Contact Page Look & Feel)
   ============================= */

/* Form Wrapper */
/* Form Wrapper */
.request_callback_text_blog {    max-width: 500px;    margin: 50px auto 20px auto !important;    padding: 40px 30px 20px 30px;    background: #021702; /* dark green/black bg */    border-radius: 8px;    text-align: center;    box-shadow: 0 0 20px rgba(0,0,0,0.15);}
/* Heading */
.request_callback_text_blog h3 {    font-size: 22px;    font-weight: 700;    color: #fff;    margin-bottom: 20px;    font-style: italic;}
/* Input Fields */
.request_callback_text_blog input[type="text"],
.request_callback_text_blog input[type="email"],
.request_callback_text_blog input[type="tel"],
.request_callback_text_blog textarea {    width: 100%;    padding: 14px 15px;    margin-bottom: 15px;    border: none;    border-radius: 6px;    background: #fff;    font-size: 16px;    color: #000;    box-sizing: border-box;    outline: none;}
/* Textarea */
.request_callback_text_blog textarea {    height: 100px;    resize: none;}
/* Submit Button */
.request_callback_text_blog .wpcf7-submit {    width: 100%;    background: #35d14b;    color: #fff;    font-size: 16px;    font-weight: 600;    padding: 14px 20px;    border: none;    border-radius: 6px;   cursor: pointer;    transition: all 0.3s ease-in-out;}
.request_callback_text_blog .wpcf7-submit:hover {    background: #199740;}
/* Remove loader */
.request_callback_text_blog .ajax-loader {    display: none !important;}
/* Latest Posts Wrapper */
.wp-block-latest-posts__list {    list-style: none;              /* remove default bullets */    margin: 0;    padding: 0;    display: flex;    flex-direction: column;        /* vertical list */    gap: 15px;                     /* spacing between posts */}
/* Each Post Item */
.wp-block-latest-posts__list li {    background: #ffffff;           /* white card */    padding: 15px 20px;    border-radius: 8px;    box-shadow: 0 4px 12px rgba(0,0,0,0.05);    transition: all 0.3s ease-in-out;    font-size: 16px;  font-weight: 500;}
/* Hover Effect */
.wp-block-latest-posts__list li:hover {    transform: translateY(-3px);    box-shadow: 0 6px 18px rgba(0,0,0,0.08);}
/* Post Links */
.wp-block-latest-posts__list li a {    text-decoration: none;    color: #12385B;   /* main color */    font-weight: 600;    transition: color 0.3s ease;}
.wp-block-latest-posts__list li a:hover {    color: #35d14b;   /* hover color */}
.wpcf7 form.sent .wpcf7-response-output {    border-color: #46b450;    color: #fff;}

/* ✅ Responsive */
@media (max-width: 991px) {
  .contact-page .col-md-4 {    margin-bottom: 20px;  }
	.about-content {    background: #fff !important;    padding: 20px 20px 40px 20px !important;}
}

.about-banner {    position: relative;    background-size: cover;    background-position: right;    color: #fff;   padding: 80px 0;    overflow: hidden;}
/* Dark gradient overlay (left → right) */
.about-banner::before {  content: "";  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  z-index: 0;  background: linear-gradient(    to right,    rgba(0,0,0,0.85) 0%,   rgba(0,0,0,0.7) 25%,    rgba(0,0,0,0.45) 50%,    rgba(0,0,0,0.2) 75%,    rgba(0,0,0,0) 100%  );
}
/* Make sure text/content sits above overlay */
.about-banner .container,.about-banner .row,.about-banner .col-lg-8 {  position: relative;  z-index: 1;}

/*****************************************Cyber Security Page**********************************************/
.compare-table-section {  padding: 60px 0;}
.compare-table-row {  display: flex;  flex-wrap: wrap;  gap: 20px;}
.compare-col {  flex: 1;  min-width: 300px;}
.compare-card {  background: #0d2817; /* Dark green */  color: #fff;  border-radius: 10px;  padding: 30px;  height: 100%;}
.compare-title {  font-size: 22px;  font-weight: 700;  margin-bottom: 20px;}
.compare-list {  list-style: none;  padding: 0;  margin: 0;}
.compare-list li {  display: flex;  align-items: center;  font-size: 16px;  margin-bottom: 12px;}
.compare-list li .list-icon {  color: #58df61; /* green arrow */  margin-right: 10px;  font-size: 18px;  flex-shrink: 0;}
.compare-bottom-text {    margin-top: 40px;  font-size: 20px;    color: #555;    text-align: center;}
.compare-bottom-text p {    color: #737373;    max-width: 700px !important;    max-width: 100%;    margin: 0 auto;}
.compare-bottom-text strong,.compare-bottom-text b,.compare-bottom-text span {  color: #3DCD46;  font-weight: 700;}
/********************* Choose Description Sections *********************/
.choose-description-section-one{  position: relative;   background: linear-gradient(180deg, #23d65a 0%, #199740 100%);  padding: 80px 15px;  overflow: hidden; z-index: 1;}
.choose-description-section-two{	position: relative;  padding: 80px 15px;  overflow: hidden;  z-index: 1;}
.choose-description-section-one .choose-description {    max-width: 1320px;    margin: 0 auto;    font-size: 15px;    line-height: 1.8;    color: #ffffff;    text-align: left;    position: relative;    z-index: 2;}
.choose-description-section-two .choose-description {    max-width: 1320px;    margin: 0 auto;    font-size: 15px;    line-height: 1.8;    color: #061e07;    text-align: left;    position: relative;    z-index: 2;}
.choose-description-section-one h4 {  font-size: 24px;  font-weight: 500;  color: #fff;  margin-bottom: 12px;  margin-top: 25px;}
.choose-description-section-two h3{	 font-size: 36px;  font-weight: 500;  color: #061E07;  margin-bottom: 12px; margin-top: 25px;} 
.choose-description-section-one h3 {    text-align: center;    font-size: 36px;    font-weight: 500;	margin-bottom:50px;}
.choose-description-section-two p span{	margin-bottom:30px;}
.choose-description-section-two h4 {  font-size: 24px;  font-weight: 500;  color: #061E07;  margin-bottom: 12px;  margin-top: 25px;}
.choose-description-section-one p{  font-size: 16px;  line-height: 1.8;  color: #ffffff;  margin-bottom: 20px;}
.choose-description-section-two p {    font-size: 16px;    line-height: 1.8;    color: #737373;    margin-bottom: 20px;}
/**********************/
.content-section-two {    background: #051c11;}
.content-section-two li,.choose-description-section-one li ,.choose-description-section-two ul, ol,.managed-content ul, ol,.managed-content-2 ul,ol{    list-style: none;}
.content-section-two ol, ul {    padding-left: 0rem;}
.choose-description-section-two ul, ol,.managed-content ul, ol{   padding-left: 0rem !important;}
.choose-description-section-one ul, ol,.managed-content-2 ul{   padding-left: 0rem !important;}
.content-section-two ul, ol,.choose-description-section-two ul, ol,.managed-content ul, ol,.managed-content-2 ul{    margin: 0 0 1.5em 0em;}
.choose-description-section-one ul, ol {    margin: 0 0 1.5em 0em !important;}
.content-section-two li strong {    font-size: 20px;    color: #24BC2E;}
.choose-description-section-one li strong ,.choose-description-section-two li strong,.managed-content li strong,.managed-content-2 li strong{    font-size: 20px;   }
.managed-content-2 {    background: #EEFBEE !important;}
.managed-form h4 {    font-size: 36px;    color: #000;}
.managed-content li,.managed-content-2 li{    color: #737373;}
.managed-content li strong,.managed-content-2 li strong{color: #000;} 
.managed-content ul,.managed-content-2 ul{padding-top:20px }


/*************************/
/* Background image wrapper (like choose-section) */
.choose-description-bg {  position: absolute;  inset: 0;  z-index: 0;}
.choose-description-bg img {  width: 100%;  height: 100%;  object-fit: cover;  display: block;}
/* Cybersecurity Section with Background */
.cybersecurity-content-3 {    position: relative;    background: linear-gradient(55deg, #23d65a 0%, #24BC2E 100%) !important;    overflow: hidden;    z-index: 1;    padding: 80px 15px;}
.cybersecurity-content-3 .content-text {  position: relative;  z-index: 2;  color: #d6d6d6;  font-size: 16px;  line-height: 1.8;}
.cybersecurity-content-3 h2,.cybersecurity-content-3 h3,.cybersecurity-content-3 h4 {  color: #fff;  font-weight: 700;margin-bottom: 20px;}
.cybersecurity-content-3 .cybersecurity-bg {  position: absolute;  inset: 0;  z-index: 0;}
.cybersecurity-content-3 .cybersecurity-bg img {  width: 100%;  height: 100%;  object-fit: cover; display: block;}
.cybersecurity-content-3 .shadow {    box-shadow: none !important;}
.cybersecurity-content-3 .content-text p {    font-size: 16px;    line-height: 1.7;    margin-bottom: 15px;    color: #ffffff !important;}
.cybersecurity-content-3  .content-text h4 {    font-size: 36px;    line-height: 1.4;    color: #ffffff !important;    width: 370px;    margin-bottom: 50px;    font-weight: 500;}

@media(min-width:1024px){
	.cybersecurity-content-3  .content-text h4 {   width: 370px;  }
.header-logo img {
    max-height: 146px;
    min-height: 70px;
}
}

.cyber-service {    margin-bottom: 50px;}
.cybersecurity-banner::before {    content: "";    position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%;    z-index: 0;    background: linear-gradient(to right, rgb(0 0 0) 0%, rgb(0 0 0 / 94%) 25%, rgb(0 0 0 / 69%) 50%, rgba(0, 0, 0, 0.2) 75%, rgba(0, 0, 0, 0) 100%);}

/* Left Content Styling */
.cybersecurity-content .content-text {  font-size: 16px;  line-height: 1.8;  color: #444;}
.cybersecurity-content .content-text h2, .cybersecurity-content .content-text h3, .cybersecurity-content .content-text h4 { font-weight: 700;  color: #000; margin-bottom: 20px;font-size: 30px;}
.cybersecurity-content .content-text p {  margin-bottom: 20px;  color: #555;}
/* Custom List Styling */
.cybersecurity-content .content-text ul {  list-style: none; /* remove default bullets */  padding: 0;  margin: 20px 0;}
.cybersecurity-content .content-text ul li {  position: relative;  padding-left: 28px; /* space for icon */  margin-bottom: 12px;  font-size: 16px;  color: #061E07;  font-weight: 500;}
/* Custom Green Arrow Icon */
.cybersecurity-content .content-text ul li::before {  content: "➾"; /* arrow symbol */  position: absolute;  left: 0;  top: 0;  color: #27c653; /* neon green */  font-weight: bold;  font-size: 18px;  line-height: 1.4;}
.content-section-two .microsoft-365-ul {  list-style: none; /* remove default bullets */  padding-left: 0;  /* reset padding */  margin: 0;}
.content-section-two .microsoft-365-ul li {  position: relative; /* required for ::before positioning */  padding-left: 28px; /* space for the arrow */  margin-bottom: 10px; /* spacing between items */}
.content-section-two .microsoft-365-ul li::before {  content: "➾"; /* arrow symbol */  position: absolute;  left: 0;  top: 3px;  color: #27c653; /* neon green */  font-weight: bold;  font-size: 18px;  line-height: 1.2; /* aligns with text */}
.choose-description-section-two .microsoft-365-ul {  list-style: none; /* remove default bullets */  padding-left: 0;  /* reset padding */ margin: 0;}
.choose-description-section-two .microsoft-365-ul li {  position: relative; /* required for ::before positioning */  padding-left: 28px; /* space for the arrow */  margin-bottom: 10px; /* spacing between items */}
.choose-description-section-two  .microsoft-365-ul li::before {  content: "➾"; /* arrow symbol */  position: absolute;  left: 0;  top: 3px;  color: #27c653; /* neon green */  font-weight: bold; font-size: 18px;  line-height: 1.2; /* aligns with text */}
/* Service Box Styling */
.service-box {  background: #e8f9ec;            /* light green background */  border-radius: 8px;             /* rounded corners */  padding: 20px;  transition: all 0.3s ease;  height: 100%;                   /* equal height inside column */  box-shadow: 0 2px 6px rgba(0,0,0,0.05);}
/* Title */
.service-box h5 {  color: #28a745;/* bootstrap green */  font-weight: 600;  margin-bottom: 10px;  font-size: 1rem;}


/* Description */
.service-box p {    font-size: 0.9rem;    color: #737373;    margin: 0;    line-height: 1.4;}
/* Hover Effect */
.service-box:hover {  transform: translateY(-5px);  box-shadow: 0 6px 15px rgba(0,0,0,0.1);  background: #dff7e7;            /* slightly darker green on hover */}

/* Responsive spacing */
@media (max-width: 767px) {
  .service-box {    margin-bottom: 15px;  }
	.mb-4 {    margin-bottom: -0.5rem!important;}
}


/****************Areas We Service************************/
.areas-section {  background: #fff;  padding: 60px 20px;}
.areas-wrapper {  display: flex;  flex-wrap: wrap;  gap: 40px;  justify-content: space-between;}
.areas-part {  flex: 1;  min-width: 300px;}
.section-title {  font-size: 1.5rem;  font-weight: 700;  margin-bottom: 25px;  color: #222;  border-bottom: 2px solid #ddd;  padding-bottom: 10px;}
.areas-grid {  display: grid;  grid-template-columns: 1fr;  gap: 20px;}
.area-col {  position: relative;  display: block;  padding: 20px;  border-radius: 8px;  background: #f9fafb;  text-decoration: none;  color: inherit;  overflow: hidden; /* so the effect stays inside the box */  transition: color 0.3s ease;}
.area-col::before {  content: "";  position: absolute;  top: 0;  left: 0;  width: 0%;  height: 100%;  background: #051c11;  z-index: 0;  transition: width 0.5s ease;}
.area-col:hover::before {  width: 100%;}
.area-col h3,.area-col p {  position: relative;  z-index: 1; /* keep text above the effect */  transition: color 0.3s ease;}
.area-col:hover h3{	font-weight: bold;}
.area-col:hover p {  color: #fff;}
.area-col h3 {  margin: 0 0 10px; font-size: 1.2rem;}
.area-col p {  margin: 0;  font-size: 0.95rem;}
.area-col ul {  list-style: none;  padding: 0;  margin: 0;}
.area-col ul li {  margin-bottom: 5px;}
.area-col ul li a {  text-decoration: none;  color: #333;  transition: color 0.2s ease;}
.area-col ul li a:hover {  color: #2563eb;}
/* 🔥 Highlighted Regions */
.areas-part .area-col.highlight {    background: #fff;    color: #000;    font-weight: bold;    border-bottom: 1px solid #061e0721 !important;   border-radius: 0px !important;}
.area-col.highlight h3 {  color:#27c653;}
.area-col.highlight a {  color: #fff;  font-weight: 600;}
.areas-part .area-col.highlight a:hover {  color: #ffcc00; border-radius:15px !important;}


/********************************/
@media(min-width: 1024px) {
	.popup-overlay {  top: 120px !important;   }	
}

@media(min-width: 1440px) {
	.popup-overlay {  top: 140px !important;   }	
}

:root{
  --popup-top: 100px; /* fallback header height */
}

/* overlay hidden by default */
.popup-overlay {
  position: fixed;
  z-index: 99999;
  top: var(--popup-top);
  left: 0;
  width: 100%;
  height: calc(100% - var(--popup-top));
  background: rgba(0,0,0,0.6);
  display: none;            /* hidden initially */
  justify-content: center;
  align-items: flex-start;
  padding-top: 24px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; /* smooth scroll on iOS */
}

/* visible */
.popup-overlay.active {
  display: flex;
}

/* popup box */
.popup-box {
  background: #061E07;
  max-width: 500px;
  width: 92%;
  padding: 36px 28px 20px;
  border-radius: 12px;
  text-align: center;
  position: relative;
  color: #fff;
  margin-bottom: 40px; /* so there is space to scroll on mobile */
  box-shadow: 0 6px 20px rgba(0,0,0,0.4);
  animation: popupFade 0.22s ease;
}

/* safe close button (use <button> for better mobile accessibility) */
.close-btn {
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 34px;
  line-height: 1;
  background: transparent;
  border: none;
  color: #fff;
  padding: 6px;
  cursor: pointer;
}
.close-btn:active { transform: scale(0.98); }

/* form controls inside popup */
.popup-overlay input,
.popup-overlay textarea {
  width: 100%;
  margin-bottom: 12px;
  border-radius: 6px;
  padding: 12px;
  border: none;
  font-size: 15px;
}

.popup-overlay input:focus,
.popup-overlay textarea:focus {
  outline: none;
  box-shadow: 0 0 6px #35d14b;
}

/* submit */
.popup-overlay input[type="submit"],
.popup-overlay .wpcf7-submit {
  background: #35d14b;
  color: #fff;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  padding: 14px;
  width: 100%;
  cursor: pointer;
}

/* fix for ios keyboard scroll jump:
   when popup open, body gets class .popup-open which sets height fixed */
body.popup-open {
  height: 100vh;
  overflow: hidden;
  position: fixed;
  width: 100%;
}

/* animation */
@keyframes popupFade { from { transform: translateY(-6px); opacity: 0 } to { transform: translateY(0); opacity: 1 } }

/* responsive tweaks */
@media (max-width: 991px) {
  :root{ --popup-top: 80px; } /* smaller header on mobile by default */
  .popup-box { padding: 28px 20px 18px; width: 95%; }
}


/* Default header (transparent at top) */

.btn-enquiry:hover, .btn-enquiry:focus, .btn-enquiry:active {
    color: #ffffff !important;
}

.video-section .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
}
.video-section .play-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
  background: #ff0000;
}
.video-section .play-btn-inner {
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-left: 22px solid #000;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
}
.video-section .play-btn:hover .play-btn-inner {
  border-left-color: #fff;
}

.dgg_link {
    color: #46d350 !important;
    text-decoration: none;
}
.dgg_link:hover {
    color: #fff !important;
}


/************************************************************/


/* Hide mobile header on desktop */
@media (min-width: 992px) {
  
  .about-banner {
    position: relative;
    background-size: cover;
    background-position: right;
    padding: 120px 0;
    color: #fff;
    min-height: 675px;
    margin-top: -82px !important;
    height: 675px;
}
}

.cyber-service a.btn.btn-success.mt-2.d-inline-flex.align-items-center.btn-hover {
    position: absolute;
    bottom: 10px;
}
.cyber-service .about-service .card-body p {
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}
.cyber-service .card.service-card.h-100.border-0.shadow-sm {
    position: relative;
    padding-bottom: 62px;
}
.cyber-service .card-body {
    padding: 10px 5px 0px 5px !important;
    align-content: stretch;
}
.blog-read-more {
    padding: 8px 20px;
    margin-top: 30px !important;
}

/*************************************************************/

.audit_form  h2 {
    font-size: 35px;
    font-weight: 600;
    color: #061e07;
    margin: 0px 0px 10px;
}
.audit_form p {
    color: #000;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 15px;
}
.audit_form {
    background-color: #F3F4FA;
    padding: 50px 0;
}
.contact_page .padd_con h3 {
    font-size: 24px;
    font-weight: 600;
    color: #00225D;
}
.contact_page p {
    color: #737373;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 15px;
}
.contact_page.audit_form .cen_db {
    max-width: 100%;
    width: 100%;
    padding: 25px;
}

.audit_form .cen_db {
  
    margin: 0px auto;
}

.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important;
}
.audit_form .cen_db  p {
    margin: 0px 0px 20px;
    padding: 0px;
}
form label {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 10px;
    display: block;
}
.audit_form .cen_db  .wpcf7-form-control-wrap {
    display: block;
    margin-top: 8px;
}

.contact_page .form-box {
    background: #061E07;
    padding: 40px 40px 20px 40px;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.4);
    margin: 0px 40px !important;
}

.map-blk {
    margin: 0px 0 0;
}

.con_blk h3 {
    font-size: 24px;
    font-weight: 600;
    color: #061e07;
    padding-bottom: 25px;
}
.con_blk ul li article span {
    font-weight: bold;
    color: #061e07;
    margin-right: 8px;
}
.con_blk ul li  span {
    margin-bottom: 5px;
    color: #00225D;
    font-size: 20px;
    font-weight: 500;
}
.con_blk ul li i {
    font-size: 20px;
    color: #ffffff;
    background: #35d14b;
    padding: 15px;
    border-radius: 12px;
    margin-right: 10px;
    width: 55px;
    justify-content: center;
    align-items: center;
    display: flex;
}
.con_blk ul li a {
    text-decoration: none;
    color: #737373;
    display: flex;
    align-items: center;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.8;
  
}
.con_blk article {
    text-decoration: none;
    color: #737373;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
}

.con_blk article:hover {
color:#35d14b;
}
.con_blk ul li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.con_blk ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.audit_form center {
    max-width: 800px;
    margin: 0 auto 40px;
}
/************************************/

.about-banner {
    position: relative;
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 80px 0;
    overflow: hidden;
    height: 675px;
    margin-top: -50px !important;
}


/*************************************************************/


.dropdown .dropdown-menu .navbar-nav .nav-item {  margin: 0px !important;  list-style: none;}


/************************************************************/

/* Header after scroll */
.nav-header.scrolled {    background: #53db5c ;	z-index:10000 !important;}
@media (max-width: 991px) {
.nav-header.scrolled {    background: #061E07 !important;	z-index:10 !important;}
}

.contact-page span {    color: #000;   font-weight:600}
.contact-box-link:hover span {color: #f8f8f8;}

/* Dropdown on hover for large screens */
@media (min-width: 992px) {
  .navbar .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

/* Style nested dropdowns if needed */
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0;
}


ul.dropdown-menu.show {
    background: #000000 !important;
    border: 1px solid #51da5a !important;
}

li.nav-item.dropdown-submenu {
    border: 1px solid #2fc439 !important;
    margin:0px !important;
}
.dropdown-menu{
--bs-dropdown-padding-y:0rem !important;
}




@media (min-width: 992px) {
  .navbar .dropdown:hover > .dropdown-menu {
    display: block;
  }
}


/* ================================
   GENERAL HEADER STYLES
================================ */
.site-header {
  background: #000;
  color: #fff;
}

/* Logo */
.header-logo img,
.mobile-header .logo img {
  max-height: 60px;
}

/* Tagline */
.header-logo .tagline {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.7);
}

/* ================================
   DESKTOP CALL BUTTON
================================ */
.call-btn {
  display: flex;
  align-items: center;
  text-decoration: none;
  background: #2fc439;
  color: #000;
  padding: 6px 14px;
  border-radius: 6px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.call-btn i {
  margin-right: 8px;
  font-size: 1.1rem;
}
.call-btn:hover {
  background: #51da5a;
  color: #000;
}

/* ================================
   DESKTOP NAVIGATION
================================ */
.navbar-nav .nav-link {
  color: #fff;
  font-weight: 500;
  padding: 12px 18px;
  transition: all 0.3s ease;
}
.dropdown-menu .navbar-nav .nav-link {
  color: #fff;
  font-weight: 500;
  padding: 0px !important;
  transition: all 0.3s ease;
}

.dropdown-menu .navbar-nav .nav-item {
    margin: 0px !important;
    list-style: none;
}
.navbar-nav .nav-link:hover {
  color: #51da5a;
}

/* Dropdown */
@media (min-width: 992px) {
  .navbar .dropdown:hover > .dropdown-menu {
    display: block;
    margin: 0px;
  }
  
  .navbar .dropdown:hover > .dropdown-menu .nav-item {  margin: 0px !important; border:1px solid #35d14b ;}
  
  .dropdown .dropdown-menu .navbar-nav .nav-item {  margin: 0px !important;  list-style: none;}
}

.dropdown-menu {
  background: #000;
  border: 1px solid #51da5a;
  border-radius: 0;
  margin-top: 0;
  padding: 0;
}
.dropdown-menu a {
  color: #fff !important;
  padding: 0px;
  display: block;
  transition: all 0.3s ease;
}
.dropdown-menu a:hover {
  background: #2fc439;
  color: #000 !important;
}

.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0;
  border-left: 1px solid #2fc439;
}

/* ================================
   MOBILE / TABLET HEADER
================================ */
@media (max-width: 991px) {
  /* Hide desktop header */
  .desktop-header {
    display: none;
  }

  /* Mobile header */
  .mobile-header {
    display: block;
    background: #000;
    color: #fff;
    padding: 12px 15px;
  }

  .mobile-header .top-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .mobile-header .logo img {
    max-height: 50px;
  }

  /* Mobile buttons below logo/menu */
  .mobile-buttons {
    display: flex;
    gap: 10px;
    margin-top: 12px;
    flex-wrap: wrap;
  }

  .mobile-buttons a {
    flex: 1;
    text-align: center;
    padding: 10px 12px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
  }

  .btn-enquiry {
    border: 2px solid #51da5a;
    background: transparent;
    color: #fff;
  }
  .btn-enquiry:hover {
    background: #51da5a;
    color: #000;
  }

  .btn-call {
    background: #2fc439;
    color: #000;
  }
  .btn-call:hover {
    background: #51da5a;
  }

  /* Mobile menu */
  .navbar-collapse {
    background: #000;
    margin-top: 10px;
    border-top: 1px solid #51da5a;
  }
  .navbar-nav .nav-link {
    color: #fff;
    padding: 10px 15px;
  }
  .navbar-nav .nav-link:hover {
    background: #2fc439;
    color: #000 !important;
  }
}

/* Hide mobile header on large screens */
@media (min-width: 992px) {
  .mobile-header {
    display: none;
  }
}


/* ------------------------------
   MOBILE / TABLET HEADER
-------------------------------*/
@media (max-width: 991px) {

  .desktop-header { display: none; }

  .mobile-header {
    display: block;
    background: #000;
    color: #fff;
    padding: 12px 15px;
    font-family: Arial, sans-serif;
  }

  .mobile-header .top-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .mobile-header .logo img {
    max-height: 50px;
  }

  /* Buttons below logo/menu */
  .mobile-buttons {
    display: flex;
    gap: 10px;
    margin-top: 12px;
    flex-wrap: wrap;
  }

  .mobile-buttons a {
    flex: 1;
    text-align: center;
    padding: 10px 12px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
  }

  .btn-enquiry {
    border: 2px solid #51da5a;
    background: transparent;
    color: #fff;
  }
  .btn-enquiry:hover {
    background: #51da5a;
    color: #000;
  }

  .btn-call {
    background: #2fc439;
    color: #000;
  }
  .btn-call:hover {
    background: #51da5a;
  }

  /* Collapsible menu */
  .navbar-collapse {
    background: #000;
    margin-top: 10px;
    border-top: 1px solid #51da5a;
    padding: 10px 0;
  }

  .navbar-nav {
    flex-direction: column;
    gap: 5px;
  }

  .navbar-nav .nav-link {
    color: #fff;
    padding: 10px 15px;
    border-radius: 4px;
    transition: all 0.3s ease;
  }
  .navbar-nav .nav-link:hover {
    background: #2fc439;
    color: #000 !important;
  }

  /* Nested dropdown support */
  .dropdown-menu {
    position: static !important;
    border: none;
    box-shadow: none;
  }


  .dropdown-menu a {
    padding-left: 30px;
  }
}

/* Hide mobile header on desktop */
@media (min-width: 992px) {
  .mobile-header { display: none; }
  .about-banner {
    position: relative;
    background-size: cover;
    background-position: right;
    padding: 120px 0;
    color: #fff;
    min-height: 675px;
    margin-top: -82px !important;
    height: 675px;
}
}





/*******************************************************Header****************************************************************************/

/* === GENERAL HEADER === */

@media(min-width: 1024px){
	.site-header {position: sticky !important;top: 0px !important; }
}
/* === TOP HEADER === */
.top-header {  background: #061E07; /* dark green top bar */  padding: 12px 0;}
.header-logo img {  max-height: 55px;}
.header-logo .tagline {  display: block;  font-size: 13px;  color: #c9c9c9;  margin-top: 3px;}

/* === CALL BUTTON TWO-LINE === */
.call-btn {    background: linear-gradient(45deg, #58DF61, #24BC2E);    color: #fff;    padding: 8px 20px;    border-radius: 6px;    display: inline-flex;    align-items: center;    gap: 10px;    transition: background 0.3s ease;    text-decoration: none;    box-shadow: 0 2px 6px rgba(0,0,0,0.15);}
.call-btn:hover {    background: #011b07;    color: #fff;    text-decoration: none;    cursor: pointer !important;    border: 2px solid #23b653;    border-radius: 10px;}
.call-btn i {    font-size: 20px;    border: 1px solid #fff;   color: #4dd756;    background: #fff;    padding: 3px 8px 3px 8px;    border-radius: 66px;}
.call-btn .btn-text {    display: flex;    flex-direction: column;    line-height: 0.7;}
.call-btn .btn-text small {    font-size: 16px;    font-weight: 400;    opacity: 0.9;    color: #000;}
.call-btn .btn-text small:hover{color: #fff;}
.call-btn .btn-text strong {    font-size: 20px;    font-weight: 700;}
/* === NAVIGATION BAR === */
.nav-header {  background: rgba(135, 232, 142, 0.1); /* same green but 90% opaque */  backdrop-filter: blur(6px); /* optional nice glass effect */  z-index: 10 !important; position: sticky;}
.navbar-nav {  margin: 0 auto;  display: flex;  justify-content: center;}
.navbar-nav .nav-item {  margin: 0 30px;  list-style: none;}
.navbar-nav .nav-link {  color: #fff !important;  padding: 14px 20px;  font-size: 15px;  font-weight: 500;  text-decoration: none !important;  transition: color 0.3s ease;}
.navbar-nav .nav-link:hover, .navbar-nav .current-menu-item .nav-link {    color: #ffffff !important;}
.call-btn:hover span small {    color: #fff;}
button.navbar-toggler.ms-auto{    background: #000;}
@media (max-width: 991px) {
.nav-header {    z-index: 10 !important;    position: sticky;    top: 0;    padding: 5px;   transition: background 0.3s ease;  /* smooth effect */}
.site-header {    position: sticky !important;    top: 0px !important;}
.nav-header.scrolled {    background: rgba(135, 232, 142, 0.1); !important;	z-index:10 !important;}
}



/***************************************************/

.navbar-toggler {
    border: none;
    background: none;
    color: #fff;
  }
  .navbar-toggler-icon {
    width: 26px;
    height: 2px;
    background: #fff;
    display: block;
    position: relative;
  }
  .navbar-toggler-icon::before,
  .navbar-toggler-icon::after {
    content: "";
    position: absolute;
    left: 0;
    width: 26px;
    height: 2px;
    background: #fff;
    transition: 0.3s;
  }
  .navbar-toggler-icon::before {
    top: -7px;
  }
  .navbar-toggler-icon::after {
    top: 7px;
  }
/*******************************************************************************/



/* ================================
   MOBILE HEADER + MENU
================================ */
@media (max-width: 991px) {

  /* Hide desktop header */
  .desktop-header {
    display: none !important;
  }

  /* Mobile Header Container */
  .mobile-header {
    display: block !important;
    background: #000; /* black background */
    padding: 12px 16px;
    color: #fff;
    position: relative;
    z-index: 999;
  }

  /* Top bar (logo + hamburger) */
  .mobile-header .top-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .mobile-header .logo img {
    height: 50px;
    width: auto;
  }

  /* Hamburger icon */
  .navbar-toggler {
    border: none;
    background: transparent;
    padding: 6px;
  }

  .navbar-toggler-icon {
    width: 28px;
    height: 2px;
    background-color: #fff;
    position: relative;
    display: inline-block;
  }

  .navbar-toggler-icon::before,
  .navbar-toggler-icon::after {
    content: "";
    position: absolute;
    left: 0;
    width: 28px;
    height: 2px;
    background-color: #fff;
    transition: all 0.3s ease;
  }

  .navbar-toggler-icon::before { top: -8px; }
  .navbar-toggler-icon::after { top: 8px; }

  /* Quick Enquiry + Call Buttons */
  .mobile-buttons {
    margin-top: 14px;
    display: flex;
    flex-direction: row;
    gap: 10px;
  }

.mobile-buttons a {
    padding: 10px 9px;
    border-radius: 6px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s;
    align-items: center;
    align-self: center;
    text-align: center;
     font-size: 12px;
}

.btn-enquiry{
    padding: 11px 4px !important;
    } 

.call-btn{
    padding: 6px 9px !important;
    }

.call-btn .btn-text strong {
    font-size: 14px;
    font-weight: 700;
}
.call-btn .btn-text {
    display: flex;
    flex-direction: column;
    line-height: 0.6;
}

.call-btn .btn-text small {
    font-size: 14px;
    font-weight: 400;
    opacity: 0.9;
    color: #000;
    text-align:left;
	line-height: 2;
    margin-top: -10px;
}

  .btn-enquiry {
    background: transparent;
    border: 2px solid #51da5a; /* theme green */
    color: #fff;
  }

  .btn-enquiry:hover {
    background: #51da5a;
    color: #000;
  }

  .btn-call {
    background: #2fc439; /* theme green darker */
    color: #000;
  }

  .btn-call:hover {
    background: #51da5a;
  }

  /* Collapsible menu area */
  .navbar-collapse {
    background: #000; /* black background */
    margin-top: 15px;
    border-top: 1px solid #51da5a;
    border-radius: 6px;
    overflow: hidden;
  }

  /* Main UL */
  .navbar-nav {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  /* Menu items */
  .navbar-nav > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  /* Links */
  .navbar-nav > li > a {
    display: block;
    padding: 14px 18px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
  }

  .navbar-nav > li > a:hover,
  .navbar-nav > li.current-menu-item > a {
    background: #51da5a;
    color: #000 !important;
  }

  /* Dropdown indicator */
  .menu-item-has-children > a::after {
    content: "▾";
    float: right;
    font-size: 20px;
    opacity: 0.8;
  }

  /* Submenu styling */
  .navbar-nav .sub-menu {
    display: none;
    background: #111; /* darker black for submenu */
    padding: 0;
  }

  /* Open submenu */
  .navbar-nav .menu-item-has-children.open > .sub-menu {
    display: block;
  }

  .navbar-nav .sub-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }

 .navbar-nav .sub-menu a {
    display: block;
    padding: 12px 32px;
    font-size: 15px;
    color: #ccc;
    font-weight: 400;
    transition: all 0.3s ease;
    text-decoration: none;
}
  
  .navbar-nav .sub-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    list-style: none;
}

  .navbar-nav .sub-menu a:hover {
    background: #51da5a;
    color: #000;
  }

  /* Nested Submenu (level 2+) */
  .navbar-nav .sub-menu .sub-menu {
    background: #222; /* slightly darker for nested */
  }

  .navbar-nav .sub-menu .sub-menu li a {
    padding-left: 48px; /* further indent */
    font-size: 14px;
    color: #bbb;
  }

  .navbar-nav .sub-menu .sub-menu li a:hover {
    background: #51da5a;
    color: #000;
  }
}

/* Hide mobile header on desktop */
@media (min-width: 992px) {
  .mobile-header {
    display: none !important;
  }
}

@media (max-width: 400px) {
.call-btn .btn-text small {
    font-size: 13px;
    font-weight: 500;
    opacity: 0.9;
    color: #000;
    text-align: left;
}
.call-btn .btn-text strong {
    font-size: 13px;
    font-weight: 700;
    text-align: left;
}

.call-btn i {
    font-size: 15px;
    border: 1px solid #fff;
    color: #4dd756;
    background: #fff;
    padding: 3px 6px 3px 6px;
    border-radius: 66px;
     margin-right: 0px !important;
}

}
/********************************************************************************/

.service-image .rounded {
    border-radius: var(--bs-border-radius)!important;
    border-radius: 14px !important;
}
.service-image iframe {
    max-width: 100%;
    border-radius: 14px;
}


/**********************************************************************/

/* Close button */
.popup-box .close-btn {
    position: absolute;
    top: 0px;
    right: 15px;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    color: #ffffff;
}

.popup-box .close-btn:hover {
  color: #51da5a;
}



/******************************************************/

/* Mobile menu full height & scrollable */
@media (max-width: 991px) {
  .navbar-collapse {
    max-height: calc(100vh - 120px); /* adjust 120px if your header height changes */
    overflow-y: auto;
  }

  /* Optional: smooth scroll effect */
  .navbar-collapse::-webkit-scrollbar {
    width: 6px;
  }
  .navbar-collapse::-webkit-scrollbar-thumb {
    background: #51da5a;
    border-radius: 3px;
  }
}
@media (min-width: 768px) {
.location-about-3 .content-inner p {
    margin-bottom: 0.5em;
}
.page-id-286 .location-about-3 .content-inner {
    border-radius: 10px;
    padding: 20px;
    padding-bottom: 0px !important;
}

.location-about-3 .inner-title {
    font-size: 48px;
    font-weight: 600;
    line-height: 56px;
}
 .btn-enquiry {
    background: transparent;
    border: 2px solid #51da5a; /* theme green */
    color: #fff;
    padding: 13px 20px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: background 0.3s ease;
    text-decoration: none;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  }

  .btn-enquiry:hover {
    background: #51da5a;
    color: #000;
  }
  }
  .header-call {
    display: flex;
    gap: 20px;
}

.choose-description-section-two li {
    font-size: 16px;
    line-height: 1.8;
    color: #737373;
    margin-bottom: 20px;
    font-family: 'MyCustomFontmedium', sans-serif;

}


 .choose-description-section-two li strong, .managed-content li strong, .managed-content-2 li strong {
    font-size: 20px;
     color: #061e07;
}

.choose-description-section-two .choose-description {
    max-width: 1320px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.8;
    color: #061e07;
    text-align: left;
    position: relative;
    z-index: 2;
}




.home_blog .section-header {
  position: relative;
  text-align: center;
}

.home_blog .blog-archive-link {
  position: absolute;
  right: 0;
  bottom: 0;
  font-weight: 700;
  text-decoration: none;
  color: #198754;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
}

.home_blog .blog-archive-link:hover {
    color: #53db5c;
    text-decoration: none;
}

@media (max-width: 767px) {
  .home_blog .blog-archive-link {
    position: static;
    display: block;
    text-align: center;
    margin-top: 10px;
  }
  .popup-box {
    background: #061E07;
    max-width: 500px;
    width: 90%;
    padding: 40px 20px 0px 20px;
    border-radius: 12px;
    text-align: center;
    position: relative;
    box-shadow: 0 6px 20px rgba(0,0,0,0.4);
    color: #fff;
}
}

@media (max-width: 900px) {
.page-template-contact-us .page-template-about-us .about-banner {
  position: relative;
  background-size: cover;
  background-position: 670px 0px;  /*X = 0px, Y = 80px */
  color: #fff;
  padding: 120px 0 !important;
  overflow: hidden;
}

.page-template-contact .about-banner {
  position: relative;
  background-size: cover;
  background-position: 670px 0px;  /*X = 0px, Y = 80px */
  color: #fff;
  padding: 120px 0 !important;
  overflow: hidden;
}
}


@media (max-width: 500px) {
.contact_page .form-box {
    background: #061E07;
    padding: 20px 20px 0px 20px;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.4);
    margin: 0px 10px !important;
}
}


@media (max-width: 330px) {
.con_blk article {
    text-decoration: none;
    color: #737373;
    display: flex;
    align-items: center;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.8;
}
}


@media (min-width: 1024px) and (max-width:1440px){
.navbar-nav .nav-item {
    margin: 0px 4px;
    list-style: none;
}
	.service-item .service-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 12px 0px 0px 12px;
    min-height: 492px;
}
}

@media (min-width: 426px) and (max-width:768px){
.service-item .service-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 12px 0px 0px 12px;
    min-height: 645px;
}
}

@media (max-width:767px){
.page-template-about-us .about-banner {
    height: auto;
    background-size: cover;
    background-position: calc(100% - -300px);
    margin-top: -80px !important;
}
	
}