/*!
Theme Name: Digitalmonk
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: digitalmonk
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.

Digitalmonk 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.
 */
 html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* 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: #333333;
	font-family: 'Manrope', 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,
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%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.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 1.5em;
}

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


.entry-content{
	margin: 0 !important;
}

.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;
}

/* Variables */

/* Variables */
:root{
    /* fonts */
    --ff-brand: 'Manrope', sans-serif;

    /* font-weight */
    --fw-light:300;
    --fw-regular:400;
    --fw-bold: 700;
    --fw-extrabold: 800;
    --fw-semibold:600;
    --fw-medium: 500;

    /* colours */
    --clr-main: #1E1E1E;
    --clr-font: #E1E1E1;
    --clr-nav: #E1E3E2;
    --clr-2main:#F2F2F2;
    --clr-dark: #000000;
    --clr-black: #333;
    --clr-light: #ffffff;
    --footer-clr:#F7F4F2;
    --clr-grey: #f2f1f1;
    --overlay-opacity:.7;
}
    
/* paddings */
:root{
    --container-inline-padding:120px;
    --container-padding-block:60px;
    --container-max-size:1250px;
}
@media (max-width: 2600px){
    :root{
        --container-padding-inline: 120px;
        --container-padding-block: 100px;
    }
}


@media (max-width: 1440px){
    :root{
        --container-padding-inline: 100px;
        --container-padding-block: 100px;
    }
}

@media (max-width: 1024px){
    :root{
        --container-padding-inline: 90px;
        --container-padding-block: 70px;
    }
}

@media (max-width: 768px) {
    :root {
        --container-padding-inline: 60px;
        --container-padding-block: 40px;
    }
}

@media (max-width: 600px) {
    :root {
        --container-padding-inline: 20px;
        --container-padding-block: 30px;
    }

}




/* global */

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
}
html,
body {
    height: 100%;
}
body {
    font-family: 'Manrope', sans-serif;
    font-weight: var(--fw-regular);
    font-size: 16px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}
html {
    scroll-behavior: smooth;
  }
.menu-header-button-container ul{
	margin-left: 0 !important;
}
ul{
	margin-left: 3rem !important;
}
ul,
li {
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none;
}
img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
}
input,
button,
textarea,
select {
    font: inherit;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: break-word;
}
.txt-center{
    text-align: center;
}
.container{
    width: 100%;
    max-width: var(--container-max-size);
    margin-inline: auto;
    padding-inline: var(--container-padding-inline);
    /* padding-block: var(--container-padding-block); */
}
.container-3{
    margin-inline: auto;
    width: 100%;
    padding-inline: 20px;
}
.max-wid{
    max-width: var(--container-max-size);
}
.padding-block{
    padding-block: var(--container-padding-block);
}
.padding-inline{
    padding-inline: var(--container-padding-inline);
}
.padding-inline-1{
    padding-inline: var(--container-padding-inline);
}
.margin-top{
    margin-top: clamp(30px, 5vw, 80px);
}
.margin-btm{
    margin-bottom: clamp(30px, 5vw, 80px) !important;
}
.h1-style-1{
    font-family: var(--ff-brand);
    font-weight: var(--fw-extrabold);
    font-size: clamp(34px, 6vw, 75px);
    line-height: 1.25;
}
.h1-style{
    font-family: var(--ff-brand);
    font-weight: var(--fw-extrabold);
    font-size: clamp(34px, 5vw, 55px) !important;
    line-height: 1.5;
}
.h2-style{
    font-family: var(--ff-brand);
    font-weight: var(--fw-extrabold) !important;
    font-size: clamp(30px, 4vw, 50px) !important;
    line-height: 1.3;
}
.h2-style-1{
    font-family: var(--ff-brand);
    font-weight: var(--fw-extrabold);
    font-size: clamp(20px, 3vw, 35px);
    line-height: 1.3;
}
.h3-style{
    font-family: var(--ff-brand);
    font-weight: var(--fw-bold);
    font-size: clamp(22px, 4vw, 40px);
    line-height: 1.1;
}
.h3-style-1{
    font-family: var(--ff-brand);
    font-weight: var(--fw-bold);
    font-size: 22px;
    line-height: 1.1;
}
.h4-style{
    font-family: var(--ff-brand);
    font-weight: var(--fw-bold);
    font-size: clamp(18px, 2vw, 20px);
}
.h4-style-1{
    font-family: var(--ff-brand);
    font-weight: var(--fw-extrabold);
    font-size: 22px;
}
.txt-light{
    color: var(--clr-light) !important;
}
.txt-dark a{
    color: var(--clr-dark);
}
.txt-yellow{
    color: #ffd34e !important;
}
.para-style{
    font-family: var(--ff-brand);
    font-weight: var(--fw-regular);
    font-size: clamp(16px, 1.5vw, 18px);
    line-height: 1.8;
    color: #333;
}
.para-small{
    font-family: var(--ff-brand);
    font-weight: var(--fw-regular);
    font-size: clamp(12px, 1.8vw, 16px);
    line-height: 1.8;
    color: #000;
}
.para-style-wid{
    width: 73%;
}
.para-large{
    font-family: var(--ff-brand);
    font-weight: var(--fw-regular);
    font-size: clamp(16px, 2vw, 20px);
}
.med-txt{
    font-family: var(--ff-brand);
    font-weight: var(--fw-medium);
    font-size: clamp(18px, 2vw, 26px);
}
.ft-st-italic{
    font-style: italic;
}
.ft-fam{
    font-family: var(--ff-brand);
}
.ft-size16{
    font-size: 16px;
}
.ft-size20{
    font-size: 20px;
}
.ft-size25{
    font-size: 25px;
}
.ft-size35{
    font-size: 35px;
}
.ft-size-32{
    font-size: 32px;
}
.ft-size32{
    font-size: clamp(23px, 3vw, 32px) !important;
}
.fw-semibold{
    font-weight: var(--fw-semibold);
}
.fw-bold{
    font-weight: var(--fw-bold);
}
.fw-reg{
    font-weight: var(--fw-regular) !important;
}
.fw-ex-bd{
    font-weight: var(--fw-extrabold);
}
.bg-ltpink{
    background-color: var(--footer-clr);
}
.bg-grey-1{
    background-color: var(--clr-grey);
}
.bg-black{
    background-color: var(--clr-dark);
}
.bg-black-white{
    background: linear-gradient(266deg,#000 60%,#fff 60%);
}
.bg-blk-1{
    background-color: #303030;
}
.bg-white{
    background-color: #f8f8f8;
}
.flex-row{
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: nowrap;
}
.flex-col{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.al-mob{
    align-items: center;
}
.margin{
    margin: 0 auto;
}
.d-flex{
    display: flex !important;
}
.fl-row{
    flex-direction: row;
}
.fl-col{
    flex-direction: column;
}
.fl-gap{
    gap: 20px;
}
.fl-gap60{
    gap: 60px;
}
.fl-gap35{
    gap: 35px;
}
.fl-gap10{
    gap: 10px;
}
.margin-top30{
    margin-top: 30px;
}
.margin-top20{
    margin-top: 20px !important;
}
.padding-btm{
    padding-bottom: 40px;
}
.padding-btm70{
    padding-bottom: 70px;
}
.padding-top{
    padding-top: 70px;
}
.padding-top30{
    padding-top: 30px;
}
.margin-left{
    margin-left: 37px;
}
.fl-al-cn{
    align-items: center;
}
.fl-js-cn{
    justify-content: center;
}
.mg-lt{
    margin-left: 10px;
}
.mg-lt30{
    margin-left: 30px !important;
}
.mg-rt65{
    margin-right: 65px;
}

/* Home Page  */

/* Reset*/
*,
 ::after,
 ::before{
    box-sizing: border-box;
    
}
h1,
h2,
h3,
h4,
h5,
h6,
body,
p,
figure,
picture,
img,
div,
aside,
nav,
a, 
ol,
ul,
button{
    margin:0;
    padding: 0;
}
body{
    overflow-x: hidden;
}
button{
    text-align: left;
    cursor: pointer;
}
a{
    text-decoration: none;
}
img, video{
    max-width: 100%;
    display: block;
}
.cur-poi{
    cursor: pointer;
}

.d-flex{
    display: flex;
}

.d-fl-dir{
    flex-direction: column;
}

.fl-wrap{
    flex-wrap: wrap;
}

.fl-row{
    flex-direction: row;
}

.d-grid{
    display: grid;
}

.d-gr-cl{
    grid-template-columns: 1fr 1fr;
}

.js-cn{
    justify-content: center;
}
.js-sb{
    justify-content: space-between;
}

.al-cn{
    align-items: center !important;
}
.pos-rel{
    position: relative;
}
.tx-cn{
    text-align: center;
}

.ln-ht{
    line-height: 1;
}
.js-end{
    justify-content: end;
}
.js-it{
    justify-items: center;
}

.gap{
    gap: 30px;
}

.gap-1{
    gap: 20px;
}

.gap-2{
    gap: 12px;
}
.gap-3{
    gap: 5px;
}
.gap-42{
    gap: 45px;
}
.gap-5{
    gap: 5px;
}
.gap-6{
    gap: 3px;
}
.gap-7{
    gap: 40px;
}
.gap-8{
    gap: 8px;
}
.al-end{
    align-items: end;
}


.pos-abs{
    position: absolute;
} 

.z-index-2{
    z-index: 2;
}

.z-index-4{
    z-index: 3;
}


.ov-flow{
    overflow: hidden;
}

.a-tag{
    font-family: var(--ff-brand);
    font-weight: var(--fw-regular);
    font-size: clamp(16px, 1.5vw, 16px);
    line-height: 1.8;
    color: #000;
}


.a-tag-1{
    font-family: var(--ff-brand);
    font-weight: var(--fw-regular);
    font-size: 14px;
    line-height: 1.8;
    color: #333;
}
.para-large-1{
    font-family: var(--ff-brand);
    font-weight: var(--fw-regular);
    font-size: clamp(20px, 3vw, 28px);
}

.c-w{
    color: #fff;
}

.w-100{
    width: 100%;
}

.c-y{
    color: #ffd34e;
}
.c-w{
    color: #fff;
}

.w-100{
    width: 100%;
}

.c-y{
    color: #ffd34e;
}

.bg-bk{
    background-color: #000;
}

.bg-grey{
    background-color: #f7f4f2;
}

.cl-77{
    color: #777;
}

.cl-bk{
    color: #000 !important;
}

.cl-33{
    color: #333;
}

.f-bold{
    font-weight: var(--fw-bold);
}

.bg-f0f0{
    background-color: #f0f0f0;
    margin-top: 87px;
}

.bg-ff{
    background-color: #ffd34e;
}
.mar-a{
    margin-left: 20px;
}

.tx-un{
    text-decoration: underline;
}
.js-sa{
    justify-content: space-around;
}
.fl-wrap-mob{
    flex-wrap: nowrap !important;
}
.fl-wrap-mob-1{
    flex-wrap: wrap !important;
}
/* maincss */

.carousel-container {
    position: relative;
    overflow: hidden;
}

.owl-digi .owl-item {
    transition: transform 0.3s ease;
}
.show{
    display: block;
}

.owl-digi .owl-item.active.center {
    transform: scale(1); 
}

.owl-digi .owl-stage-outer {
    overflow: visible !important; 
}

.owl-digi .owl-item.active {
    transform: scale(0.8);
}
.panel1 {
    display: none; /* Hide all panels initially */
}

.panel1.show {
    display: block; /* Show the panel when 'show' class is added */
} 
.panel {
    display: none; /* Hide all panels initially */
}

.panel.show {
    display: block; /* Show the panel when 'show' class is added */
}
.reveal{
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: all 1s ease;
   
}

.reveal.active1{
    transform: translateY(0px);
    opacity: 1;
    transform: scale(1);
    transition: all 1s ease;
}

.main-anim{
    opacity: 0;
    transform: translateY(200px);
    animation: moveup 0.9s linear forwards;

}

@keyframes moveup{
    100%{
        opacity: 1;
        transform: translateY(0px);
    }
}
.accordion-icon-rotate {
    transform: rotate(180deg);
    transition: transform 0.3s ease; /* Add a smooth transition effect */
}

/* about */

.para-txt{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.col-2{
    display: grid !important;
    grid-template-columns: 40% 60% !important;
    grid-template-rows: auto;
    gap: 5vw !important;
}
.wid-50{
    max-width: 50%;
}
.num-txt{
    font-family: var(--ff-brand);
    font-weight: var(--fw-medium);
    font-size: clamp(16px, 1.5vw, 20px);
}
.border-btm{
    border: 1.1px solid #e0e0e0;
    margin-top: 50px;
}
.border-btm-1{
    border: 1.1px solid #e0e0e0;
    margin-top: 25px;
}
.leader-img{
    width: 200px;
    height: 200px;
}
.name-txt{
    font-family: var(--ff-brand);
    font-weight: var(--fw-bold);
    font-size: clamp(18px, 3vw, 30px);
}
.curious-pbm-txt{
    font-family: var(--ff-brand);
    font-weight: var(--fw-extrabold);
    font-size: clamp(34px,6vw, 63px) !important;
    line-height: 1.3;
}
.btn {
    background-color: var( --clr-dark);
    border-style: none;
    border-radius: 36px;
    color: #fff;
    cursor: pointer;
    font-family: var(--ff-brand);
    font-size: 16px !important;
    font-weight: var(--fw-bold);
    padding: 20px 28px !important;
    transition: all .2s;
    margin-top: 30px;
    width: fit-content;
  }
.btn:hover {
    transform: scale(1.05);
}
/* .owl-carousel img {
    width: 100%;
    height: auto;
} */
.owl-carousel.owl-theme.owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: #000;
}
.owl-carousel.owl-theme.owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
}
.owl-2, .owl-3, .owl-4, .owl-5 {
    margin-top: 5px; 
}
.owl-stage-outer {
    margin-bottom: 25px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #000;
}
.rt-arrow{
    position: absolute;
    width: 30px;
    margin-top: -18px;
    fill: hsla(0,0%,93.3%,.9);
}
.lt-arrow{
    position: absolute;
    width: 30px;
    margin-top: -4px ;
    left: 9% ;
    transform: rotate(-180deg);
    fill: hsla(0,0%,93.3%,.9);
}

/* Tabs */
.page-id-10 .wp-block-column.tab-container.is-layout-flow.wp-block-column-is-layout-flow button button.tablink {
    color: #828282;
    font-family: var(--ff-brand);
    font-weight: var(--fw-bold);
    font-size: clamp(18px, 1.5vw, 20px);
    cursor: pointer;
    background: none;
    border: none;
    margin-right: 15px;
    margin-bottom: 20px;
}
.tablink.active {
    color: #000;
}
.tablink{
    color: #828282;
    font-family: var(--ff-brand);
    font-weight: var(--fw-bold);
    font-size: clamp(18px, 1.5vw, 20px);
    cursor: pointer;
    background: none;
    border: none;
    margin-right: 15px;
    margin-bottom: 20px;
}
.aw-tab.active {
    color: #000 !important;
}
.col-2-1{
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    grid-template-rows: auto;
    gap: 5vw !important;
}
.award-sec{
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    margin-top: 20px;
}
.award-img{
    width: 52px;
    height: 25px;
}
.award-img-1{
    width: 40px;
    height: 35px;
}
.award-img-2{
    width: 40px;
    height: 40px;
}
.award-img-3{
    width: 55px;
    height: 40px;
}

/* Footer */

.dm-logo{
    width: 38%;
}
.ft-txt{
    font-family: var(--ff-brand);
    font-weight: var(--fw-bold);
    font-size: clamp(18px, 3.3vw, 30px);
}
.ft-txt-1{
    font-family: var(--ff-brand);
    font-weight: var(--fw-regular);
    font-size: 17px;
    line-height: 1.6;
}
.ft-sec-col{
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.ft-sec-row{
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr !important;
    grid-template-rows: auto;
    gap: 10px !important;
}
.ft-flex{
    display: flex;
    flex-direction: row;
    padding-block: 50px;
    width: 100%;
    justify-content: space-between;
}
.border-btm-2{
    border: 1px solid #E1E1E1;
    margin-bottom: 15px;
    width: 100%;
}

/* Services */


.wid-75{
    max-width: 75%;
}
.wid-70{
    max-width: 70%;
}
.hov-txt:hover a{
    color:#ffd34e !important;
}
.hov-txt:hover{
    color:#ffd34e !important;
}
.btn-1 a{
    background-color: var( --clr-dark);
    border-style: none;
    color: #fff;
    cursor: pointer;
    font-family: var(--ff-brand);
    font-size: 15px;
    font-weight: var(--fw-regular);
    padding: 12px 30px;
    width: fit-content;
    border-radius: unset;
}

/* Digital Consulting */

.bg-image{
    background-image: url(/wp-content/uploads/2024/01/background-img-scaled.webp);
    background-size: cover;
    margin-top: 40px;
}
.wid-55{
    max-width: 55%;
}
.wid-60{
    width: 60%;
}
.wid-100{
    width: 100%;
}
.col-2-2{
    display: grid !important;
    grid-template-columns: 30% 70% !important;
    grid-template-rows: auto;
    gap: 5vw;
}
.col-3-1{
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr !important;
    grid-template-rows: auto;
    gap: 5vw !important;
}
.heading-flex {
    max-width: 600px;
}
.heading-flex-1{
    max-width: 800px;
}
.heading-flex-2{
    max-width: 650px;
}
.svg-1 {
    width: 100px;
    height: auto;
}
.svg-1 .cls-1:hover{
    stroke: #ffd34e !important;
}
.svg-1:hover{
    fill: #ffd34e;
 
}
.svg-1 .cls-1 {
    fill: none;
    stroke: #fff;
}
.svg-digital-1{
    width: 150px;
}
.svg-digital-2{
    width: 80px;
}
.svg-digital-3{
    width: 125px;
}
.svg-digital-4{
    width: 185px;
}
.svg-digital-5{
    width: 200px;
}
.cls-1 {
    fill: #fcc230;
    stroke: #000;
    stroke-miterlimit: 10;
    stroke-width: 2px;
}
.cls-2 {
    stroke-linecap: square;
    stroke-dasharray: 8 12;
}
.cls-3 {
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 2px;
}
.svg-txt{
    font-family: var(--ff-brand);
    font-weight: var(--fw-bold);
    font-size: clamp(18px, 1.6vw, 22px);
}
.tofu-txt{
    color: var(--clr-black);
}
.clr-txt{
    font-family: var(--ff-brand);
    font-weight: var(--fw-extrabold);
    font-size: clamp(25px, 3.5vw, 38px);
    line-height: 1.3;
    color: #ffd34e;
}
.svg-txt-1{
    font-family: var(--ff-brand);
    font-weight: var(--fw-semibold);
    font-size: clamp(16px, 1.9vw, 20px);
}
.col-3{
    display: grid !important;
    grid-template-columns: 20% 50% 30% !important;
    grid-template-rows: auto;
}
.lm-txt{
    font-family: var(--ff-brand);
    font-weight: var(--fw-bold);
    font-size: clamp(12px, 1.3vw, 16px);
}
.border-btm-3{
    border: 1px solid #000;
    width: 100%;
}
.testimonial{
    display: grid;
    grid-template-columns: 1.5fr 3.5fr;
    grid-template-rows: auto;
    gap: 5vw;
}
.busi-sec{
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    grid-template-rows: auto;
    gap: 25px;
}
.dg-con-img-1{
    width: 530px;
    height: 648px;
}
.owl-one .owl-theme .owl-dots .owl-dot.active span, .owl-one .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}

/* Digital Marketing */

.bg-image-1{
    background-image: url(/wp-content/uploads/2024/01/background-img-updated.webp);
    background-size: cover;
    background-position: center center;
   	margin-top: 40px;
}
.col-2-3{
    display: grid !important;
    grid-template-columns: 1.8fr 1fr !important;
    grid-template-rows: auto;
}
.dg-mar-head{
    position: relative;
    padding-inline: var(--container-padding-inline);
}
.dash {
    display: inline-block;
    width: 100%;
    height: 1px;
    max-width: 48px;
    background-color: #f4b70c;
    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 5px;
}
.round-img-txt{
    margin: 0 150px 0 0px;
}
.round-img{
    margin: 0 200px 0 0;
    width: 80px;
    height: 80px;
}
.round-img-txt-1{
    margin: 0 0 0 135px
}
.round-img-1{
    margin: 0 0 0 100px;
    width: 100px;
    height: 100px;
}
.round-img-txt-2{
    margin: -13px 0 0 101px;
}
.round-img-2{
    margin: -10px 100px 0 0;
    width: 100px;
    height: 100px;
}
.round-img-txt-3{
    margin: -13px -10px 0 0;
}
.round-img-3{
    margin: -70px 0 0 150px;
    width: 100px;
    height: 100px;
}
.round-img-txt-4{
    margin: -13px 0 0 140px;
}
.round-img-4{
    margin: 0 0 0 16px;
    width: 100px;
    height: 100px;
}
.round-img-5{
    margin: -13px 0px 0px 130px;
    width: 100px;
    height: 100px;
}
.round-img-8{
    margin: -90px 0px 0px -55px;
    width: 75px;
    height: 75px;
}
.round-img-6{
    margin: -30px 0 0px 130px;
    width: 100px;
    height: 100px;
}
.round-img-7{
    margin: -30px 150px 0px 0px;
    width: 100px;
    height: 100px;
}
.col-3-2{
    display: grid !important;
    grid-template-columns: 30% 35% 35% !important;
    grid-template-rows: auto;
}
.pad-box{
    padding: 60px 30px;
}
.big-txt{
    font-family: var(--ff-brand);
    font-weight: var(--fw-extrabold);
    font-size: clamp(30px, 7vw, 100px);
    line-height: 1;
}
.border-yellow{
    width: 50%;
    border: solid #ffd34e;
}
.hov-img-sec-1{
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    grid-template-rows: auto;
    gap: 0px;
}
.hov-pos{
    position: absolute;
    top: 40%;
    left: 30%;
}
.hover-txt{
    font-family: var(--ff-brand);
    font-weight: var(--fw-extrabold);
    font-size: clamp(20px, 3vw, 37px);
    color: var(--clr-light);
    text-align: center;
    line-height: 1;
    padding: 10px;
}
/* .pos-rel {
    position: relative;
    overflow: hidden;
} */
.hover-txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0); 
    color: rgba(255, 255, 255, 0); 
    transition: background-color 0.3s ease, color 0.3s ease; 
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.hov-img-sec:hover .hover-txt {
    background-color: rgba(0, 0, 0, 0.7); 
    color: rgba(255, 255, 255, 1); 
}
.admin-main-img img{
    width: 602px;
    height: 600px;
    object-fit: cover;
    background-color: rgba(0, 0, 0, var(--overlay-opacity)); /* This sets the background opacity */
}
.admin-ajax-img img{
    width: 300px;
    height: 300px;
    object-fit: cover;
}
.double-sec{
    display: grid !important;
    grid-template-columns: 52% 48% !important;
    grid-template-rows: auto;
    gap: 3vw;
}
.double-sec-rev{
    display: grid !important;
    grid-template-columns: 48% 52% !important;
    grid-template-rows: auto;
    gap: 3vw;
}
.phone-img img{
    width: 505px;
    height: 505px;
    object-fit: cover;
}

/* Content Marketing */

.bg-img{
    background-image: url(/wp-content/uploads/2024/01/Layer-42.webp);
    background-size: cover;
   	margin-top: 30px;
    
}
.mn-hd-lt{
    margin-left: 100px;
}
.wid-45{
    width: 45%;
}
.acc-col{
    display: grid !important;
    grid-template-columns: 30% 70% !important;
    grid-template-rows: auto;
    gap: 5vw;
}

/* Accordion */

.accordion {
    button {
      position: relative;
      display: block;
      text-align: left;
      width: 100%;
      padding: 15px 0;
      color: var(--clr-dark);
      font-size: 30px;
      font-weight: 400;
      border: none;
      background: none;
      outline: none;
      &:hover, &:focus {
        cursor: pointer;
        &::after {
          cursor: pointer;
        }
      }
      .accordion-title {
        padding: 1em 1.5em 1em 0;
        font-family: var(--ff-brand);
        font-weight: var(--fw-regular);
        font-size: clamp(25px, 2vw, 27px);
      }
      .icon {
        display: inline-block;
        position: absolute;
        top: 18px;
        right: 0;
        width: 32px;
        height: 32px;
        border: 2px solid #F3BF22;
        border-radius: 22px;
        &::before {
          display: block;
          position: absolute;
          content: '';
          top: 12px;
          left: 5px;
          width: 20px;
          height: 2px;
          background: #F3BF22;
        }
        &::after {
          display: block;
          position: absolute;
          content: '';
          top: 4px;
          left: 14px;
          width: 2px;
          height: 20px;
          background: #F3BF22;
        }
      }
    }
    button[aria-expanded='true'] {
      .icon {
        &::after {
          width: 0;
        }
      }
      + .accordion-content {
        opacity: 1;
        max-height: 9em;
        transition: all 200ms linear;
        will-change: opacity, max-height;
      }
    }
    .accordion-content {
      opacity: 0;
      max-height: 0;
      overflow: hidden;
      transition: opacity 200ms linear, max-height 200ms linear;
      will-change: opacity, max-height;
      p {
        font-family: var(--ff-brand);
        font-weight: var(--fw-regular);
        font-size: 18px;
        margin: 10px 0;
      }
    }
}
.ourservices-txt{
    font-family: var(--ff-brand);
    font-weight: var(--fw-extrabold);
    font-size: 35px;
    line-height: 1.2;
    color: var(--clr-light);
}
.right-arrow{
    font-size: 40px;
    color: var(--clr-light);
    font-family: var(--ff-brand);
    font-weight: var(--fw-extrabold);
}
.border-btm-4{
    border: 1.1px solid #FFD34E;
}
.left-content {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0; /* Adjust this value as needed */
    max-height: 100vh;
    overflow-y: auto;
}

.left-content::-webkit-scrollbar {
    display: none;
}

/* UI-UX Design */

.fade-in-element {
    animation-name: fadeInAnimation;
    animation-duration: 3s;
    /* animation-timing-function: ease; */
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
}
@keyframes fadeInAnimation{
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.our-enterprise{
    height: 50px;
    width: 145px;
}
.wd-re-img img{
    width: 242px !important;
    height: 242px !important;
}
.lt-arrow-1{
    position: absolute;
    width: 30px;
    margin-top: -4px ;
    left: 9% ;
    transform: rotate(-180deg);
    fill: var(--clr-dark);
}
.rt-arrow-1{
    position: absolute;
    width: 30px;
    margin-top: -18px;
    fill: var(--clr-dark);
}
.owl-carousel .owl-ent .owl-theme .owl-item.active{
    width: 0px;
    margin-right: 10px;
}
@media(max-width: 769px) {

    /* about */

    .lt-arrow {
        margin-top: -38px;
        left: 3%;
    }

    /* Digital Consulting */

    .dg-con-img-1 {
        height: 546px;
        width: 364px;
        object-fit: cover;
    }

    /* Digital Marketing */

    .dg-mar-head p{
        width: 410px;
    }
    .pad-box{
        padding: 25px 10px;
    }
    .phone-img img{
        width: 352px;
        height: 352px;
        object-fit: cover;
    }

    /* Content Marketing */

    .ourservices-txt{
        font-size: 25px;
    }
    .ourser-btm{
        margin-bottom: 30px;
    }

     /* UI-UX */

    .lt-arrow-1 {
        margin-top: -38px;
        left: 3%;
    }
    
}

@media(max-width: 600px){
    .rit-arrow-1 svg {
        left: 248px !important;
    }
    .ourser-btm {
        margin-bottom: 0px !important;
    }
    
    .cross.d-flex.js-end {
        top: 0;
    }
    /* .nav-wrapper.show {
        top: 46px;
    } */
    .menu-header-button-container {
        width: fit-content !important;
    }
    .sched a{
        font-size: 15px !important;
        padding: 5px 16px !important;
    }
    .container {
        width: 100%;
        margin-inline: auto;
        max-width: var(--container-max-size);
        padding-inline: 20px;
    }
    .margin-left{
        margin-left: 30px;
    }
    .left-content{
        position: unset;
        max-height: none;
    }
    .fl-gap60 {
        gap: 10vw;
    }
    .fl-wrap-mob{
        flex-wrap: wrap !important;
    }
    .para-style-wid {
        width: 100%;
    }
    .mg-rt65 {
        margin-right: 0px;
    }
    .h4-style{
          font-size: 20px;
    }

    /* about */

    .col-2{
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
    .col-2-1{
        grid-template-columns: 1fr !important;
        gap: 10vw !important;
    }
    .wid-50, .wid-75, .wid-70, .wid-55{
        max-width: 100% !important;
    }
    .wid-60{
        width: 90%;
    }
    .btn{
        font-size: 15px;
        padding: 10px 15px;
    }
    .rt-arrow{
        width: 23px;
        margin-top: -36px;
    }
    .lt-arrow{
        width: 23px;
        margin-top: -45px;
        left: -1%;
    }
    .award-img{
        width: 52px;
        height: 22px;
    }
    .award-img-1{
        width: 40px;
        height: 30px;
    }
    .award-img-2{
        width: 43px;
        height: 32px;
    }
    .award-img-3{
        width: 55px;
        height: 31px;
    }
    .desktop-img{
        display: none;
    }   
    .mobile-img{
    display: block;
    padding: 0px 70px 0px 70px;
    }
    
    /* Services */
/* 
    .btn-1{
        padding: 12px 20px;
    } */

    /* Digital Consulting */

    .bg-image{
        background-position: center;
        margin-top: 0px !important;
    }
    .col-2-2{
        grid-template-columns: 1fr !important;
        gap: 10vw;
    }
    .col-3{
        grid-template-columns: 1fr !important;
        gap: 5vw;
    }
    .col-3-1{
        grid-template-columns: 1fr !important;
        gap: 8vw;
    }
    .tofu-txt{
        color: var(--clr-light);
    }
    .testimonial{
        grid-template-columns: 1fr;
        gap: 5vw;
    }
    .busi-sec{
        grid-template-columns: 1fr !important;
        gap: 30px;
    }
    .dg-con-img-1{
        width: 300px;
        height: 440px;
    }
    .bg-black-white{
        background: var(--clr-dark)
    }

    /* Digital Marketing */

    .col-2-3{
        grid-template-columns: 1fr !important;
    }
    .col-3-2{
        grid-template-columns: 1fr !important;
        gap: 2vw;
    }
    .dg-mar-head p{
        width: 264px;
    }
    .round-img-txt,
    .round-img,
    .round-img-txt-1,
    .round-img-1,
    .round-img-txt-2,
    .round-img-2,
    .round-img-txt-3,
    .round-img-3,
    .round-img-txt-4,
    .round-img-4,
    .round-img-5,
    .round-img-8,
    .round-img-6,
    .round-img-7{
        margin: 0 auto;
    }
    .round-img,
    .round-img-1,
    .round-img-2,
    .round-img-3,
    .round-img-4,
    .round-img-5,
    .round-img-8,
    .round-img-6,
    .round-img-7{
        width: 100px;
        height: 100px;
    }
    .border-yellow{
        margin-top: 20px;
    }
    .hov-img-sec-1{
        grid-template-columns: 1fr !important;
    }
    .admin-main-img img{
        width: 300px;
        height: 300px;
    }
    .double-sec, .double-sec-rev{
        grid-template-columns: 1fr !important;
        gap: 3vw;
    }
    .phone-img img{
        width: 310px;
        height: 310px;
        object-fit: cover;
        margin-top: 20px;
    }
    .di-mar-girl-img{
        width: 320px;
        padding-top: 30px;
    }
    .our-client-img{
        width: 260px;
        height: 345px;
    }

    /* Content Marketing */

    .mn-hd-lt{
        margin-left: 0px;
    }
    .wid-45{
        width: 90%;
    }
    .acc-col{
        grid-template-columns: 1fr !important;
        gap: 10vw;
    }
    .accordion {
        button {
          position: relative;
          padding: 5px 0;
          .icon {
            top: 25px;
          }
        }
    .accordion-content {
        p {
            font-family: var(--ff-brand);
            font-weight: var(--fw-regular);
            font-size: 16px;
            margin: 10px 0;
        }
        }
        button[aria-expanded='true'] {
        .icon {
            &::after {
            width: 0;
            }
        }
        + .accordion-content {
            opacity: 1;
            max-height: 20em;
            transition: all 200ms linear;
            will-change: opacity, max-height;
        }
        }
    }
    .med-txt{
        font-size: 25px;
    }

    /* Header */
    .head-nav{
        display: none;
    }

    /* Footer */
    .dm-logo {
        width: 48%;
        margin-left: 85px;
    }
    .ft-txt-1{
        width: 100%;
        font-size: 16px;
        text-align: center;
    }
    .ft-sec-col{
        display: flex;
        flex-direction: column;
        gap: 25px;
        justify-content: center;
        align-items: center;
    }
    .ft-sec-row{
        grid-template-columns: 1fr !important;
        grid-template-rows: auto;
        gap: 15px !important;
    }
    .ft-flex{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px;
    }
    .ft-txt-2{
        /* font-size: 11px; */
    }  
    
    /* UI-UX */
    .lt-arrow-1{
        width: 23px;
        margin-top: -20px;
        left: -1%;
    }
    .rt-arrow-1{
        width: 23px;
        margin-top: -20px;
    }
}

@media(min-width: 768px){
    iframe{
        width: 648px !important;
        height: 365px !important;
        left: 0px;
        top: 0px;
    }
    .h1-style {
        font-family: var(--ff-brand);
        font-weight: var(--fw-extrabold);
        font-size: clamp(34px, 5vw, 40px);
        line-height: 1.3;
    }
    .fl-gap60 {
        gap: 40px;
    }

    /* about */

    .btn {
        padding: 15px 28px;
        font-size: 15px;
    }
    .rt-arrow{
        margin-top: -19px;
    }
    /* .lt-arrow{
        margin-top: 0px;
        left: 5%;
    } */
    .desktop-img{
        display: block;
    }
    .mobile-img{
        display: none;
    }
    
    /* Digital Consulting */

    .col-2-2 {
        display: grid;
        grid-template-columns: 20% 80% !important;
        grid-template-rows: auto;
        gap: 5vw;
    }
    .testimonial {
        grid-template-columns: 2.5fr 4.7fr;
        gap: 5vw;
    }
    .bg-black-white{
        background: var(--clr-dark)
    }

    /* Digital Marketing */

    .col-2-3 {
        grid-template-columns: 57% 40% !important;
    }
    .round-img {
        margin: 0 200px 0 0;
        width: 100px;
        height: 100px;
    }
    .round-img-1 {
        margin: 0 0 0 56px;
    }
    .round-img-2 {
        margin: -10px 0px 0 20px;
    }
    .round-img-txt{
        margin: 0px;
    }
    .round-img-txt-1 {
        margin: 0 0 0px 60px;
    }
    .round-img-txt-2 {
        margin: -13px 0 0 75px;
    }
    .round-img-txt-3 {
        margin: -13px 0px 0 40px;
    }
    .round-img-txt-4 {
        margin: -13px 0 0 165px;
    }

    /* Content Marketing */

    .mn-hd-lt{
        margin-left: 0px;
    }
    .acc-col {
        grid-template-columns: 25% 75% !important;
        gap: 5vw;
    }

     /* Header */

    .head-nav{
        display: none;
    }

    /* Footer */

    .ft-txt-1{
        font-size: 11px;
    }
    .ft-flex{
        gap: 11%;
    }


    /* UI-UX */

    .lt-arrow-1{
        margin-top: -20px;
        left: 2%;
    }
    .rt-arrow-1 {
        margin-top: -20px;
        right: 3%;
    }
    
    
}

@media (min-width:600px) {

    /* about */

    .rt-arrow {
        margin-top: -29px;
        right: 3%;
    }
    .lt-arrow {
        margin-top: -29px;
        left: 3%;
    } 
    /* iframe{
        width: 280px !important;
        height: 157px !important;
        top: 0 !important;
        left: 0 !important;
    } */
    

    .head-para{
        align-items: flex-start;
    }
    
    .wrap-grid{
        display: grid;
        grid-template-columns: 4fr 0.5fr;
        /* position: absolute;
        top: 0; */
    }
    /* .nav-wrap{
        display: none;
    } */
    .width-120{
        width: 120px;
    }
    .head-wrap{
        height: 100vh;
    }
    .bill-eng{
        flex-direction: row;
        justify-content: flex-start;
        width: 100%;
    }
    .powe-pack{
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        column-gap: 40px !important;
    }
    .width-1{
        width: 500px;
    }
    .width-300{
        width: 300px;
    }
    .pad-top-1{
        padding-top: 150px;
    }
    .success-grid{
        display: flex !important;
        justify-content: space-between !important;
        gap: 60px !important;
        margin-top: 40px;
        flex-wrap: nowrap !important;
    }
    .dg-about{
        display: grid !important;
        grid-template-columns: 1.5fr 1fr !important;
        gap: 50px !important;
    }
    .blogs-ad{
        display: grid !important;
        grid-template-columns: 1fr 2fr !important;
        align-items: baseline !important;
    }
    .pad-top-2{
        padding-top: 30px;
    }   
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
   
    
    /* Content Marketing */
    
    .ourservices-txt{
        font-size: 25px;
    }
    .wd-re-img {
        width: 150px;
        height: 150px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
    
    /* Digital Marketing */

    .padding-inline-1{
        padding-inline: 0px;
    }
    .container-3{
        padding-inline: 0px !important;
    }
    
}


@media (min-width:1100px) {
   
    .blogs-ad{
        display: grid;
        grid-template-columns: 1fr 3fr;

    }
    .powe-pack {
        column-gap: 80px;
    }
    .child-wrap a{
        font-size: 40px;
    }
    .social-nav{
        padding: 20px 40px 20px 40px;
    }
    .mob-nav{
        gap: 70px;
    }
    .width-120 {
        width: 192px;
    }
    
}

@media (min-width:900px) {
    .head-wrap {
        padding: 20px 40px 20px 40px;
    }
    .width-120 {
        width: 180px;
    }
    .accordion svg{
        width:20px;
        fill: #fff;
    }
    .head-nav{
        display: inline-block;
    }
    .blogs-ad{
        display: grid !important;
        grid-template-columns: 1fr 3fr !important;

    }
    .side-bar-menu{
        display: block;
        background-color: rgb(255, 255, 255);
    }
    .ser-side .side-bar-menu{
        position: absolute;
        top: 40px;
        
        
    }
    .ser-side .side-bar-menu{
        display: none;
    }
    .side-bar-menu{
        width: 210px;
        z-index: 2;
    }
    
    .side-bar-menu img{
        width: 30px;
    }
    .side-menu{
        padding: 15px;
        border-bottom-style: solid;
        border-bottom-color: #c4c4c4;
        border-bottom-width: 1px;
    }
    .ser-side .side-bar-menu.show-menu {
        display: block; 
    }
    .side-bar-menu a{
        font-size: 14px;
    }
    .side-svg.rotate{
        transform: rotate(-90deg);
        
    }
    
    .dev-side{
        padding: 15px;
        border-bottom-style: solid;
        border-bottom-color: #c4c4c4;
        border-bottom-width: 1px;
        
    }
    .dev-parent{
        background-color: rgb(255, 255, 255);
        position: absolute;
        left: 210px;
        width: 200px;
        top: 0;
        display: none;
    }
    .dev-parent.show-menu {
        display: block; 
    }
    .wrap-grid{
        grid-template-columns: 4fr 2fr;
    }
}
@media(min-width: 1024px){

    iframe {
        width: 1050px !important;
        height: 591px !important;
        left: 0px;
        top: 0px;
    }
    
    /* UI-UX */

    .lt-arrow-1{
        margin-top: -12px;
        left: 3%;
    }
    .rt-arrow-1 {
        margin-top: -12px;
        right: 3%;
    }

    /* Footer */

    .ft-txt-1{
        font-size: 16px !important;
    }

    /* Digital Consulting */

    .col-2-2 {
        display: grid;
        grid-template-columns: 25% 75% !important;
        grid-template-rows: auto;
        gap: 8vw;
    }
    .testimonial {
        grid-template-columns: 1fr 3fr;
        gap: 5vw;
    }
    .bg-black-white{
        background: linear-gradient(266deg,#000 60%,#fff 60%);
    }

    /* Digital Marketing */

    .round-img-txt-2 {
        margin: -13px 0 0 119px;
    }
    .round-img-1 {
        margin: 0 0 0 110px;
    }
    .round-img-txt-1 {
        margin: 0 0 0px 121px;
    }
    .pad-box{
        padding: 25px 10px;
    }

    /* Content Marketing */

    .mn-hd-lt{
        margin-left: 0px;
    }
    .acc-col{
        grid-template-columns: 30% 70% !important;
        gap: 5vw;
    }
       
}

@media(min-width: 1440px) {

   
    /* About */

    .lt-arrow{
        margin-top: -5px;
        left: 3%;
    }

    /* UI-UX */

    .lt-arrow-1{
        margin-top: -2px;
        left: 9%;
    }
    .rt-arrow-1 {
        margin-top: -2px;
        right: 9%;
    }

    /* Footer */

    .border-btm-2{
        width: 100%;
    }

    /* Digital Consulting */

    .testimonial{
        display: grid;
        grid-template-columns: 1.5fr 3.5fr;
        grid-template-rows: auto;
        gap: 5vw;
    }

    /* Digital Marketing */

    .dg-mar-head p {
        width: 430px;
    }
    .padding-inline-1{
        padding-inline: 118px;
    }

    /* Content Marketing */

    .mn-hd-lt{
        margin-left: 100px;
    }
    
}
@media(min-width: 2560px) {


    .seo-img img {
        height: 137px !important;
        object-fit: cover;
    }
    /* About */

    .lt-arrow{
        margin-top: 10px;
        left: 28%;
    }

    /* UI-UX */

    .lt-arrow-1{
        margin-top: 10px;
        left: 28%;
    }

     /* Footer */

    .border-btm-2{
        width: 100%;
    }
}

/* Home Page  */


.down-ft button{
    background-color: transparent;
    border: none;
}

.down-ft button svg{
    fill: #ffd34e;
    width: 40px;
}
.down-ft h3{
    font-size: 25px;
    font-weight: var(--fw-regular);
    line-height: 1.5;
}
.btm-cont{
        width: 100%;
    max-width: var(--container-max-size);
    margin-inline: auto;
    padding-inline: var(--container-padding-inline);
    padding-block: 40px;
}
.nav-container{
    width: 100%;
    max-width: var(--container-max-size);
    margin-inline: auto;
    padding-inline: var(--container-padding-inline);
    padding-block-start: 40px;
}
.hov-txt-1:hover{
    color: var(--clr-light);
}
.logo-head{
    width: 100px;
}

.quote-btn{
    background-color: #000;
    padding: 10px 20px;
    text-align: right;
    display: inline-block;
}

.quote-btn a{
    color: #ffffff;
    font-family: var(--ff-brand);
    font-size: clamp(12px, 2vw, 18px);
}

.ham-btn svg{
    width: 30px;
    height: fit-content;
}

.cross{
    position: absolute;
    right: 0;
    top: 0px;
    background-color: #fff;
    width: fit-content;
    padding: 20px;
    z-index: 2;
}

.container{
    width: 100%;
    max-width: var(--container-max-size);
    margin-inline: auto;
    padding-inline: var(--container-padding-inline);
    padding-block: var(--container-padding-block);
}

.h1-line{
    content: '';
    background-color: #ffd34e;
    width: 6px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 20px;
}
#text-container .yel-clr{
    background: #867B7B00;
    color: #ffd34e;
}
.home-head h1{
    padding: 0 0 0 30px;
}

.home-head .span{
    background: #867B7B00;
    color: #ffd34e;
}
.head-para p{
    font-size: 19px;
}

.accordion-page button{
    font-family: var(--ff-brand);
    font-weight: var(--fw-regular);
    font-size: clamp(18px, 2vw, 25px);
    line-height: 1.4;
    color: #000;
    background: transparent;
    border: none;
    width: 100%;
}



.story-page h6{
    font-family: var(--ff-brand);
    font-weight: var(--fw-extrabold);
    font-size: clamp(25px, 2vw, 30px);
    line-height: 1.4;
    color: #000;
}

.dg-about p{
    font-family: var(--ff-brand);
    font-weight: var(--fw-regular);
    font-size: clamp(20px, 2vw, 25px);
    line-height: 1.8;
}

.dg-about a{
    font-family: var(--ff-brand);
    font-weight: var(--fw-regular);
    font-size: clamp(20px, 2vw, 25px);
    line-height: 1.8;
    color: #000;
    text-decoration: underline;
    padding-bottom: 30px;
}

.blogs-ad h6{
    font-family: var(--ff-brand);
    font-weight: var(--fw-regular);
    font-size: clamp(22px, 2vw, 30px);
    line-height: 1.8;
    color: #000;
}

.accordion-box button{
    background: transparent;
    border: none;
}



.panel{
    padding: 25px 20px 0px 20px;
    display: none;
}

.panel-3{
    padding: 25px 20px 0px 20px;
    display: none;
}

.accordion svg{
    width: 15px;
    fill: #fff;
}
.accordion-1 svg{
    width: 15px;
    fill: #fff;
}
.rotate {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}
.rotate-180 {
    transform: rotate(180deg);
  }
  

.accordion-icon {
    transition: transform 0.3s ease;
}
  .panel1{
    padding: 30px 0 0 0;
    
  }

  
  /* Optional: Add styles for .rotate-180 if not already defined */
  .rotate-180 {
    transform: rotate(180deg);
  }
  

  .accordion .accordion-icon-1{
    fill: #000;
    width: 15px;
    transition: transform 0.3s ease;
  }

  .side-bar-menu{
    display: none;
  }

  .side-bar-menu{
    width: 240px;
  }

  .side-bar-menu img{
    width: 30px;
  }

  .nav-wrapper{
    width: 100%;
    height: 100%;
  }
  .head-wrap{
    background-color: #ffd34e;
    padding: 20px 15px 20px 15px;
  }

  .child-wrap a{
    font-size: 23px;
    font-weight: var(--fw-extrabold);
    color: #000;
  }
.social-nav{
    background-color: #000;
    padding: 20px 15px 20px 15px;
}
.social-nav h4{
    font-size: 27px;
}
.people5-img{
    width: 0px;
    margin-right: 0px;
}
.get-btn{
    background-color: transparent;
    border: 1px solid #ffd34e;
    background-color: #FFD34E00;
    border-style: solid;
    border-width: 2px;
    border-color: #ffd34e;
    border-radius: 50px;
    width: fit-content;
    padding: 15px 30px;
    
}
.get-btn:hover{
    transform: scale(0.9);
    transition: all .3s ease-in;
    transition-property: transform;
}
.get-btn a{
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    fill: #ffd34e;
    color: #ffd34e;
}

/* .nav-wrapper {
    display: block; 
    opacity: 0; 
    transform: translateY(-100%); 
    transition: opacity 0.5s, transform 1s;
    position: absolute; 
    top: 0;
    pointer-events: none;
    z-index: 2;
} */

/* .nav-wrapper.show {
    opacity: 1; 
    transform: translateY(0); 
    pointer-events: auto;
} */
.nav-wrapper {
    max-height: 100vh; /* Limit the height to the viewport height */
    overflow-y: auto; /* Enable scrolling within the menu */
    /* Other styles... */
}

.page-id-8 .responsive-iframe-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%; /* Aspect ratio of 16:9 */
    width: 100%;
    top: 50px;
}

.page-id-8 .responsive-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* outcome page */
.case-study{
    background-color: #fff;
    box-shadow: 5px 8px 11px 0px rgba(181,179,178,.75);
    padding: 30px;
    margin-top: 50px;
}

.case-study svg{
    width: 15px;
}

.percent-box{
    background-color: #fff;
    box-shadow: 5px 8px 11px 0px rgba(181,179,178,.75);
    width: 280px;
    margin-top: 30px;
    padding: 15px;
}

.percent-box img{
    width: 150px;
}

.percent-box h1{
    font-size: 40px;
}
.talk-page h2{
    font-size: 40px;
}

.talk-page button{
    background-color: #fff;
    padding: 8px 30px;
    width: fit-content;
    height: fit-content;
}
.talk-pg-btn a{
    background-color: #fff;
    padding: 8px 30px;
    width: fit-content;
    height: fit-content;
    font-family: var(--ff-brand);
    font-weight: var(--fw-regular);
    font-size: clamp(16px, 1.5vw, 16px);
    line-height: 1.8;
    border-radius: unset;
    color: #000;
}
.about-slider{
    margin: 40px 0;
}
@media (min-width:600px) {
    .case-page{
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 40px;
    }
}

@media (min-width:900px) {
    .talk-page{
        justify-content: space-between;
    }
    
    
}

@media (min-width:1100px) {
    .percent-box{
        width: 310px;
    }
}


/* design */
.container-1{
    width: 100%;
    margin-inline: auto;
    padding-block: var(--container-padding-block);
    max-width: var(--container-max-size);
}

.design-head{
    position: relative;
    padding-inline: var(--container-padding-inline);
}

.main-head{
    position: relative;
    padding-inline: var(--container-padding-inline);
}



.sched a{
    background-color: #000;
    padding: 5px 25px;
    border: none;
    width: fit-content;
    font-family: var(--ff-brand);
    font-weight: var(--fw-regular);
    font-size: clamp(16px, 1.5vw, 16px);
    line-height: 1.8;
    color: #fff;
    border-radius: unset;
}
.bg-img-1{
    /* background-image: url(https://www.digitalmonk.ca/wp-content/uploads/2023/12/CAT.webp); */
    background-image: url(/wp-content/uploads/2024/01/CAT.webp);
    background-size: cover;
}

.cat-page{
    padding-inline: var(--container-padding-inline);
}
.cat-page p{
    text-align: right;
}

.cat-page h2{
    text-align: right;
}

.our-des h6{
    font-size: 25px;
    text-align: center;
}

.our-des p{
    text-align: center;
}

.rit-arrow svg{
    position: absolute;
    top: 180px;
    z-index: 2;
    right: 0;
    width: 30px;
    transform: rotate(180deg);
    fill: hsla(0,0%,93.3%,.9);
}

.lft-arrow svg{
    position: absolute;
    top: 180px;
    z-index: 2;
    left: 0;
    width: 30px;
    transform: rotate(180deg);
    fill: hsla(0,0%,93.3%,.9);
}

.rit-arrow-1 svg{
    position: absolute;
    top: 180px;
    z-index: 2;
    right: 0;
    width: 30px;
    transform: rotate(180deg);
    fill: hsla(0,0%,93.3%,.9);
}

.lft-arrow-1 svg{
    position: absolute;
    top: 180px;
    z-index: 2;
    left: 0;
    width: 30px;
    transform: rotate(180deg);
    fill: hsla(0,0%,93.3%,.9);
}

.ux-bg{
    background-image:url("http://digitalmonk.ca/wp-content/uploads/2023/05/ux-bg.png");
}

.getin a{
    background-color: #000;
    width: fit-content;
    padding: 5px 25px;
    border: none;
    font-family: var(--ff-brand);
    font-weight: var(--fw-regular);
    font-size: clamp(16px, 1.5vw, 16px);
    line-height: 1.8;
    color: #fff;
    border-radius: unset;
}

.getin a{
    color: #fff;
}

.decode-page{
    margin-top: 40px;
    display: grid;
    grid-template-columns: auto;
    gap: 30px;
    
}

.bd-bt{
    margin-top: 40px;
    width: 100%;
    height: 0.5px;
    background-color: #4f4f4f;
}

.bd-yt{
    width: 48px;
    height: 2px;
    background-color: #f4b70c;
}
.client-grid h3{
    font-size: 28px;
}
.client-grid{
    display: grid !important;
    grid-template-columns: auto;
    gap: 40px;
}

.img-bd{
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    width:fit-content;
}

.img-bd-1{
    border-width: 1px 1px 1px;
    border-style: solid;
    width:fit-content;
}

.rec-grid{
    display: grid !important;
    grid-template-columns: auto;
}

.faq-accord button{
    background: transparent;
    border: none;
    align-items: start;
    width: 100%;
}

.accordion-2 svg{
    width: 20px;
    height: 29px;
}

.panel-2{
    padding: 15px 0 0 0;
    display: none;
}

.accordion-2 svg {
    transition: transform 0.3s ease;
}

.blog-ad-pg{
    background-color: #fff;
    padding:40px;
}

.blog-ad-pg a{
    line-height: 1.5;
}

.cal p{
    font-size: 12px;
}

.cal svg{
    width: 15px;
    fill: #4f4f4f;
}

.blog-grid{
    display: grid !important;
    grid-template-columns: auto;
    gap: 40px;
    
}

.blg-1{
    box-shadow: 0px 0px 20px 1px rgba(0,0,0,.16);
}

.see-btn a{
    background-color: #fff;
    border: 2px solid #000;
    padding: 5px 20px;
    border-radius: unset;
    font-family: var(--ff-brand);
    font-weight: var(--fw-regular);
    font-size: clamp(16px, 1.5vw, 16px);
    line-height: 1.8;
    color: #000;
}

.see-btn {
    margin-bottom: 25px;
}

.con-bk{
    background-image: url(/wp-content/uploads/2024/01/contact.webp);
    
}

.con-form{
    background-color: #fff;
    padding: 10px;
    margin-block-start: 20px;
}

.con-form input{
    border-style: solid;
    border-width: 0 0 1px;
    border-color: #666;
    padding: 0 0 10px 5px;
    margin-bottom: 20px;
}

.con-form input::placeholder{
    font-weight: var(--fw-bold);
    font-size: 16px;
    font-family: var(--ff-brand);
}

.cont-btn button{
    background-color: #000;
    padding: 5px 20px;
    border: none;
}

.cont-btn button svg{
    fill: #fff;
    width: 20px;
    height: 20px;
}
.port-nav{
    display: none;
}
.port-nav-btn a{
    background-color: #f1f2f3;
    border-style: none;
    color: #fff;
    cursor: pointer;
    font-family: var(--ff-brand);
    font-size: 15px;
    font-weight: var(--fw-regular);
    border: none;
    padding: 5px 30px;
    width: fit-content;
    border-radius: unset;
}
.bd-width{
    display: none;
}

.h1-cont{
    display: none;
}

.man-pic{
    display: none;
}

.rec-img-grid{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media(min-width:600px){
    .bd-width{
        display: block;
    }
    .cat-page p{
        width: 50%;
    }
    
    .cat-page h1{
        font-size: 35px;
    }
    .lft-arrow svg{
        top: 164px;
    }
    .rit-arrow svg{
        top: 164px;
    }

    .lft-arrow-1 svg{
        top: 124px;
    }
    .rit-arrow-1 svg{
        top: 124px;
    }
    .port-nav{
        display: block;
    }
    .port-nav button{
        border: none;
        padding: 5px 30px;
    }
    .port-grid{
        display: grid !important;
        grid-template-columns: 1fr 1.5fr 1fr !important;
    }
    .look-grid{
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
    }
    .decode-page{
        display: grid !important;
        grid-template-columns: 1fr 1fr 1fr !important;
        align-items: start !important;
        margin-top: 80px;
    }
    .client-grid{
        grid-template-columns: 1fr 3fr !important;
    }
    .bd-width{
        width: 1px;
        background-color: #000;
    }
    .rec-grid{
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
    }
    .rec-img-grid{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        justify-content: start;
        align-items: start;
    }
    .rec-img-grid-1{
        display: grid !important;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr !important;
    }
    .blog-grid{
        grid-template-columns: 1fr 1fr !important;
    }
    .cont-grid{
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
    }
    .cont-btn{
        display: flex;
        align-items: end;
        justify-content: end;
    }
    .h1-cont{
        display: block;
    }
    .owl-digi{
        margin-top: 50px;
    }
    .owl-story{
        margin-top: 50px;
    }
    .sched a{
        font-size: 16px !important;
    }
    .img-bd{
        border-width: 1px 1px 1px 0;
    }
    .img-bd-1{
        border-width: 1px 0px 0 1px;
    }
    .img-bd-2{
        border-width: 1px ;
    }
    .img-bd-3{
        border-width: 0px 1px 1px 1px;
    }
    .img-bd-4{
        border-width: 0px 1px 1px 0px;
    }
    .img-bd-5{
        border-width: 1px 1px 0px 1px;
    }
    
}

@media(min-width:900px) {
    .rec-grid{
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
    }
    .story-grid{
        display: grid !important;
        grid-template-columns: 1fr 2fr !important;
        gap: 60px;
    }
    .count-grid{
        display: grid !important;
        grid-template-columns: 150px 200px 200px !important;
        width: fit-content;
    }
    .count-grid-h3{
        font-size: 20px !important;
    }
    .owl-story{
        margin-top: 50px !important;
    }
    .lft-arrow svg {
        top: 210px;
    }
    .rit-arrow svg {
        top: 210px;
    }
    .lft-arrow-1 svg {
        top: 100px;
        left: -10px;
    }
    .rit-arrow-1 svg {
        top: 100px;
    }
    .blog-grid{
        grid-template-columns: 1fr 1fr 1fr !important;
    }
    .con-form{
            margin-block-start: -48px;
    }
}

@media(min-width:1100px){
    .faq-grid{
        display: grid !important;
        grid-template-columns: 1fr 2fr !important;
        gap: 80px;
    }
    .man-pic{
        display: block;
    }
    .cat-page h1{
        font-size: 60px;
    }
    .lft-arrow svg{
        top: 250px;
    }
    .rit-arrow svg{
        top: 250px;
    }
    .lft-arrow-1 svg {
        top: 114px;
    }

    .rit-arrow-1 svg {
        top: 114px;
    }
    .design-head p{
        width: 610px;
    }
    .con-form{
        padding: 70px 30px;
    margin-block-start: -80px;
    }
    .rec-grid{
        display: grid !important;
        grid-template-columns: 524px 1fr !important;
    }
}


@media(min-width: 1441px){
 .rec-grid{
 grid-template-columns: 505px 1fr !important;
 }
 }

/* mobile application development */
.team-para{
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
}

.mob-wid{
    height: 1px;
    width: 100%;
    background-color: #000;
    margin-block-start: var(--container-padding-block);
}

.bg-img-3{
    background-image: url(/wp-content/uploads/2024/01/Canada.webp);
    background-position: bottom center;
    background-size: 120% auto;
    background-repeat: no-repeat;
}

.padd-1{
    padding-block-end: 100px;
}

.owl-02{
    margin-top: 40px;
}

.owl-theme.owl-02 .owl-dots .owl-dot span{
    width: 7px;
    height: 7px;
    margin-block: 20px;
}

.bg-img-4{
    background-image: url(/wp-content/uploads/2024/01/Our-Core-BG.webp);
    background-position: bottom right;
    background-size: cover;
}

.core-part img{
    width: 40px;
}

.part-pic img{
    width: 80px;
}

.serve-grid-img{
    width: 100px !important;
}
.page-id-8 .responsive-iframe-container{
    margin-block: var(--container-padding-block);
}

.faright{
    position: absolute;
    width: 20px;
    top: 350px;
    right: 0;
}
.faleft{
    position: absolute;
    width: 20px;
    top: 350px;
    left: 0;
}

@media (min-width:600px) {
    .mob-head p{
        width: 450px;
    }
    
    .empty-width{
        width: 100%;
        height: 130px;
    }
    .bg-img-3{
        background-size: 130% auto;
    }
    .core-part{
        display: grid !important;
        grid-template-columns: 1fr 1fr 1fr !important;
    }
    .core-grid{
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
    }
    .bg-img-4{
        background-position: bottom center;
    }
    .comp-width p{
        width: 300px;
    }
    .data-grid{
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
    }
    .serve-grid{
        display: grid !important;
        grid-template-columns: 1fr 1fr 1fr 1fr !important;
    }
}

@media (min-width:900px) {
    .mob-head p {
        width: 650px;
    }
    .empty-width{
        height: 100px;
    }
}

@media (min-width:1100px) {
    .comp-width p{
        width: auto;
    }
    .slide-grid{
        display: grid !important;
        grid-template-columns: 1.5fr 1fr !important;
        align-items: center;
    }
    .faright{
        position: absolute;
        width: 20px;
        top: 350px;
        right: 0;
    }
    .faleft{
        position: absolute;
        width: 20px;
        top: 350px;
        left: 0;
    }
    .bg-img-3 {
        background-size: 120% auto;
    }
    .empty-width {
        height: 160px;
    }
    .mob-head p {
        width: 631px;
    }
    .page-id-8 .responsive-iframe-container{
        margin-block-end: auto;
    }
    .serve-grid{
        margin-block-start: 40px !important;
    }
}
.container-2{
    width: 100%;
    max-width: var(--container-max-size);
    margin-inline: auto;
    padding-inline: var(--container-padding-inline);
}

/* web-dev */
.stroke-1{
    -webkit-text-stroke-width: 2px;
    stroke-width: 2px;
    -webkit-text-stroke-color: #000;
    stroke: #000;
    color: #02010100;
    font-size: 50px;
}

.faright-1{
    position: absolute;
    width: 20px;
    top: 65px;
    right: 0;
    z-index: 2;
}
.faleft-1{
    position: absolute;
    width: 20px;
    top: 65px;
    left: 0;
    z-index: 2;
}

.faright-1 svg{
    fill: hsla(0,0%,93.3%,.9);
}

.faleft-1 svg{
    fill: hsla(0,0%,93.3%,.9);
}

.owl-carousel.owl-theme .owl-dots .owl-dot span{
    width: 7px;
    height: 7px;
}
.owl-03{
    margin-block: var(--container-padding-block);
}
.panel-2 p{
    font-size: 14px;
}
@media(min-width:600px) {
    .owl-03-grid{
        display: grid !important;
        grid-template-columns: 50% 50% !important;
        gap: 40px;
    }
    .faleft-1{
        top: 121px;
    }
    .faright-1{
        top: 121px;
    }
}

@media (min-width:900px) {
    .faright-1 {
        top: 170px;
        width: 30px;
    }
    .faleft-1 {
        top: 170px;
        width: 30px;
    }

}

@media(min-width:1100px) {
    .faright-1 {
        top: 242px;
    }
    .faleft-1 {
        top: 242px;
    }
}







/* growth marketing */
.grow-grid{
    display: grid !important;
    grid-template-columns: auto;
    gap: 40px;
}

.ba-box svg{
    width: 50px;
    fill: #ffd34e;
}

.ba-box{
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
}
.ba-grid{
    display: grid !important;
    grid-template-columns: auto;
    gap: 30px;
}

.metho-grid{
    display: grid !important;
    grid-template-columns: auto;
    gap: 40px;
}

.padd-01{
    padding: 15px;
}
.stuck-grid {
    margin-top: 60px;
}
.stuck-grid svg{
    width: 35px; 
    fill: #ffd34e;
}
.know-grid svg{
    width: 35px; 
    fill: #ffd34e;
    margin-top: 40px;
}

.stuck-grid{
    display: grid !important;
    grid-template-columns: auto;
    gap: 40px;
}

.our-team-grid{
    display: grid !important;
    grid-template-columns: auto;
    gap: 40px;
    margin-top: 40px;
}

.padd-02{
    padding-inline: var(--container-padding-inline);
    padding-block:  var(--container-padding-block);
}
.metho-grid h1{
    font-size: 28px;
}

@media (min-width:600px) {
    .grow-grid{
        grid-template-columns: 1fr 1fr !important;
    }
    .ba-grid{
        grid-template-columns: 1fr 1fr !important;
    }
    .bod-down-2{
        border-style: solid;
        border-width: 0 1px 0 0;
        border-color: #333;
    }
    .tc-tech{
        padding:  30px 20px;
    }
    .bd-width-1{
        border-style: solid;
        border-width: 0 1px 0 0;
        border-block-start-width: 0px;
        border-inline-end-width: 1px;
        border-block-end-width: 0px;
        border-inline-start-width: 0px;
        padding-block-start: 0px;
        padding-block-end: 0px;
        padding-inline-start: 0px;
        padding-inline-end: 20px;
    }
    .metho-grid{
        grid-template-columns: 1fr 1fr !important;
    }
    .meth-inner{
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .stuck-grid{
        grid-template-columns: 1fr 1fr 1fr 1fr !important;
        row-gap: 60px;
    }
    .know-grid{
        display: grid !important;
        grid-template-columns: 1fr 1fr 1fr !important;
        gap: 30px;
        row-gap: 40px;
    }
    .our-team-grid{
        grid-template-columns: 1fr 1fr 1fr 1fr !important;
        align-items: flex-start;
    }
    .ss-grid{
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
    }
    .padd-02{
        padding-inline: 30px;
        padding-block:  30px;
    }
}

@media (min-width:1100px) {
    .padd-02{
        padding-inline: 40px;
        padding-block:  30px;
    }
    .our-team-grid{
        gap: 30px;
    }
}



/* insights */

.insight-blog img{
    height: 759px;
    object-fit: cover;
    filter: brightness(56%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
    width: 100%;
    border-radius: 10px;
}
.inst-title{
    position: absolute;
    bottom: 10px;
    padding: 30px;
}


.cal-1 svg{
    width: 20px; 
    fill: #fff;
}

.user svg{
    width: 15px;
    height: 15px;
}

.blog-adv-grid{
    display: grid;
    grid-template-columns: auto;
    gap: 40px;
}

.gd-2-blog{
    display: grid;
    grid-template-columns: auto;
    gap: 60px;
}
.gd-2-blog a{
    font-size: 20px;
}

@media (min-width:600px) {
    .insight-blog img{
        height: 430px;
    }
    .gd-2-blog{
        grid-template-columns: 1.8fr 1fr;
        gap: 30px;
    }
    .blog-adv-grid{
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        row-gap: 40px;
    }
    .head-grid{
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        align-items: center;
    }
    .read-grid{
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
    }
    .width-ab{
        width: 45%;
    }
}

@media(min-width:900px) {
    .insight-blog img {
        height: 484px;
    }
}

@media (min-width:1100px) {
    .insight-blog img {
        height: 544px;
    }
}



/* blog ad */
.author-grid{
    display: grid;
    grid-template-columns: auto;
    gap: 30px;
    align-items: center;
    margin-top: 50px;
}

.author-grid img{
    width: 200px;
}
.blog-one-img{
    max-height: 300px;
    object-fit: cover;
}
@media (min-width:600px) {
    .author-grid{
        grid-template-columns: 1fr 3fr;
    }
    .blog-one-img{
        max-height: 400px;
        object-fit: cover;
    }
}

@media (min-width:1100px) {
    .author-grid img{
        width: 300px;
    }
    .blog-one-img{
        max-height: 500px;
        object-fit: cover;
    }
    .blog-2-img{
        width: 800px;
    }
}


/* social media */
.social-icon img{
    width: 20px !important;
}

.social-icon p{
    font-size: 14px;
    font-weight: var(--fw-bold);
}
.soci-grid{
    display: grid !important;
    grid-template-columns: auto;
    gap: 40px;
}

.border-end{
    border-style: solid;
    border-width: 0 1px 0 0;
    padding: 24px 15px 24px 15px;
}

.bod-top{
    border-style: solid;
    border-width: 1px 0 0;
    border-color: #000;
    padding-block-start: 20px;
    padding-block-end: 20px;

}
.bod-down{
    border-style: solid;
    border-width: 0 0 1px;
    border-color: #000;
    padding-block-end: 25px;
}

.bg-store-img{
    background-image: url(/wp-content/uploads/2024/01/Deliverr-p-1600.webp);
    background-size: cover;
}

.bg-store-img1{
    background-image: url(/wp-content/uploads/2024/01/succee-1.webp);
    background-size: cover;
}

.bg-store-img2{
    background-image: url(/wp-content/uploads/2024/01/success-3.webp);
    background-size: cover;
}

.bod-down-1{
    border-style: solid;
    border-width: 0 0 1px;
    border-color: #000;
    padding-block: var(--container-padding-block);
}

@media(min-width:600px) {
    .soci-grid{
        grid-template-columns: 60% 40% !important;
    }
    .story-grid{
        display: grid !important;
        grid-template-columns: 40% 60% !important;
        gap: 0;
    }
    .story-grid-1{
        display: grid !important;
        grid-template-columns: 1fr 1fr 1fr !important;
        gap: 20px;
    }
    .how-grid{
        display: grid !important;
        grid-template-columns: 1fr 2fr !important;
        gap: 20px;
    }
    .bod-top{
        display: grid !important;
        grid-template-columns: 1fr 4fr !important;
        gap: 12px;
    }
    .bod-down{
        gap: 0;
    }
}

/* contact */
.st0{
    fill: #ffd34e;
}

.bd-dow-top{
    border-style: solid;
    border-width: 1px 0 1px 0;
    border-color: #e0e0e0;
    padding-block: 20px;
}

.bd-dow-top p{
    width: 200px;
}

@media(min-width:600px) {
    .bd-dow-top p{
        width: auto;
    }
}

/* faqs */
.accordion-page.f-med-btn button{
    font-weight: var(--fw-medium);
    font-size: 18px;
}

.bod-all{
    border: 1px solid #d5d8dc;
    padding: 20px 15px;
}

.bod-top-1{
    border-top: 1px solid #d5d8dc;
    margin-top: 20px;
}

.bod-top-1.panel1{
    padding: 10px 0 5px;
}


.breadcrumbs {
    padding: 40px 0 0 0;
    font-size: 14px;
    color: #000;
    max-width: var(--container-max-size);
    padding-inline: var(--container-padding-inline);
    margin-inline: auto;
}

.breadcrumbs a {
    color: #333;
    text-decoration: none;
    font-family: var(--ff-brand);
    font-weight: var(--fw-regular);
    font-size: 16px;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}
.breadcrumbs span{
    color: #333;
    text-decoration: none;
    font-family: var(--ff-brand);
    font-weight: var(--fw-bold);
    font-size: 16px;
}
ul#primary-menu {
    display: flex;
    gap: 30px;
    justify-content: center;
}
ul.sub-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
ul#primary-menu a {
    font-family: var(--ff-brand);
    font-weight: var(--fw-regular);
    font-size: clamp(16px, 1.5vw, 16px);
    line-height: 1.8;
    color: #000;
}
li#menu-item-104:hover ul {
    position: absolute;
    left: 200px;
}
li#menu-item-98:hover ul {
    position: absolute;
    left: 200px;
}
li#menu-item-107 ul {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 15px;
    background-color: rgb(255, 255, 255);
}
.main-navigation ul ul {
    float: left;
    position: absolute;
    top: 25px;
    left: -999em;
    z-index: 99999;
}
.menu-header-button-container {
    background-color: #000;
    padding: 10px 20px;
    text-align: left;
    display: inline-block;
    width: 140px;
}
.menu-header-button-container a{
    color: #ffffff;
    font-family: var(--ff-brand);
    font-size: clamp(12px, 2vw, 18px);
} 
.main-navigation {
    display: block;
    /* width: 100%; */
}
.site-branding img{
    width: 100px;
}
ul#menu-overlay-menu-one {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
ul#menu-overlay-menu-two {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
ul#menu-overlay-menu-three {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
ul#menu-overlay-menu-one  a:hover{
    color: #ffffff;
}
ul#menu-overlay-menu-two a{
    color: #000000;
    font-family: var(--ff-brand);
    font-weight: var(--fw-regular);
    font-size: clamp(16px, 1.5vw, 18px);
    line-height: 1.8;
    color: #333;
}
ul#menu-overlay-menu-two  a:hover{
    color: #ffffff;
}
ul#menu-overlay-menu-three a{
    color: #000000;
    font-family: var(--ff-brand);
    font-weight: var(--fw-regular);
    font-size: clamp(16px, 1.5vw, 18px);
    line-height: 1.8;
    color: #333;
}
ul#menu-overlay-menu-three  a:hover{
    color: #ffffff;
}
li#menu-item-145 a {
    font-family: var(--ff-brand);
    font-weight: var(--fw-regular);
    font-size: clamp(16px, 1.5vw, 18px);
    line-height: 1.8;
    color: #ffffff;
}
li#menu-item-146 a {
    font-family: var(--ff-brand);
    font-weight: var(--fw-extrabold);
    font-size: 33px;
    line-height: 1.3;
    color: #ffffff;
}
li#menu-item-147 {
    border: 1px solid #ffd34e;
    background-color: #FFD34E00;
    border-style: solid;
    border-width: 2px;
    border-color: #ffd34e;
    border-radius: 50px;
    width: fit-content;
    padding: 15px 30px;
}
li#menu-item-147 a {
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    fill: #ffd34e;
    color: #ffd34e;
}
ul#menu-overlay-menu-right {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
li#menu-item-147:hover {
    transform: scale(0.9);
    transition: all .3s ease-in;
    transition-property: transform;
}
ul#menu-social-menu {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    gap: 20px;
}
@media(max-width:600px){
    ul#menu-social-menu {
        grid-template-columns: 1fr 1fr 1fr;
    }
    nav#site-navigation{
        display: none;
    }
}
@media(min-width: 768px) {
    nav#site-navigation {
        display: none;
    }

}
@media(min-width: 900px) {
    nav#site-navigation {
        display: inline-block;
    }

}

ul#menu-country-menu {
    display: flex;
    gap: 30px;
}
div#social-menu-id a {
    color: #ffffff;
}
div#country-menu-id a {
    color: #ffffff;
}
/* .nav-wrapper {
    opacity: 0;
    transform: translateY(-100%);
    transition: opacity 0.5s, transform 1s;
    position: absolute; 
    pointer-events: none;
    z-index: 2;
} */

/* Class to be added on click - Active state */
/* .nav-wrapper.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    animation-duration: 1.2s;
} */
.accordion.active{
    display: block;
}
/* footer-widgets */

h1.wp-block-heading.has-text-align-center {
    font-family: var(--ff-brand);
    font-weight: var(--fw-bold);
    font-size: clamp(22px, 4vw, 40px);
    line-height: 1.1;
}
h2.wp-block-heading {
    font-family: var(--ff-brand);
    font-weight: var(--fw-bold);
    font-size: clamp(18px, 3.3vw, 30px);
}
.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: inherit;
    flex-grow: 1;
}
.wp-block-columns.is-layout-flex.wp-container-core-columns-layout-1.wp-block-columns-is-layout-flex {
    display: flex;
    flex-direction: row;
    padding-block: 50px;
    margin-left: 50px;
    width: 100%;
    justify-content: space-between;
}
/* h3.wp-block-heading {
    font-family: var(--ff-brand);
    font-size: 17px;
    line-height: 1.6;
} */
.down-ft .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow p{
    font-family: var(--ff-brand);
    font-weight: var(--fw-regular);
    font-size: 17px;
    line-height: 1.6;
}
.down-ft-h3{
    font-size: 25px !important;
    font-family: var(--ff-brand);
    font-weight: var(--fw-regular);
    line-height: 1.5;
}

/* .down-ft .wp-block-columns.panel-3.is-layout-flex.wp-container-core-columns-layout-22.wp-block-columns-is-layout-flex{
    display: none;
} */
.page-id-8 .h1-style{
    font-family: var(--ff-brand);
    font-weight: var(--fw-extrabold);
    font-size: clamp(34px, 4vw, 50px) !important;
    line-height: 1.5;
}
.page-id-8 .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow {
    flex-basis: inherit !important;
}
.page-id-8 .home-head h1 {
    padding: 0 0 0 30px;
}
.page-id-8 .home-hover{
    padding: 0 0 0 30px;
}
/* .page-id-8 .wp-block-column.d-flex.d-fl-dir.gap-1.bill-eng.is-layout-flow.wp-block-column-is-layout-flow {
    margin-right: 400px;
} */
.page-id-8 .wp-block-column.d-flex.d-fl-dir.gap.is-layout-flow.wp-block-column-is-layout-flow {
    flex-basis: 50% !important;
}
.page-id-8 .wp-block-columns.is-layout-flex.wp-container-core-columns-layout-19.wp-block-columns-is-layout-flex {
    gap: 55px;
}
.tag-p{
    font-family: var(--ff-brand);
    font-weight: var(--fw-regular);
    font-size: clamp(20px, 2vw, 25px);
    line-height: 1.8;
}

.tag-a {
    font-family: var(--ff-brand);
    font-weight: var(--fw-regular);
    font-size: clamp(20px, 2vw, 25px);
    line-height: 1.8;
    color: #000;
    text-decoration: underline;
    padding-bottom: 30px;
}
.page-id-8 .wp-block-columns.is-layout-flex.wp-container-core-columns-layout-37.wp-block-columns-is-layout-flex .dg-about{
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 50px;
}
.page-id-8 header.entry-header h1{
    display: none;
}
footer.entry-footer {
    display: none;
}
footer#colophon {
    display: none;
}
aside#secondary {
    display: none;
}
.nav-wrapper {
    transform: translateY(-100%);
    transition: transform 0.8s ease-in-out;
    position: absolute;
    top: 0;
    z-index: 2;
}

.nav-wrapper.show {
    transform: translateY(0);
}
.con-mg-lt{
    margin-left: 0px !important;
    padding-block: 20px !important;
}
body.page-template-default.page.page-id-10.logged-in.admin-bar.wp-custom-logo.customize-support {
    background-color: #ffffff !important;
}
.page-id-8 p.h2-style {
    font-family: var(--ff-brand);
    font-weight: var(--fw-extrabold);
    font-size: clamp(30px, 4vw, 50px);
    line-height: 1.3;
}
.tab-content {
    display: none;
}
.tab-content.active {
    display: block !important;
}
.page-id-10 p.h2-style {
    font-family: var(--ff-brand);
    font-weight: var(--fw-extrabold);
    font-size: clamp(30px, 4vw, 50px);
    line-height: 1.3;
}
.page-id-10 header.entry-header h1{
    display: none;
}
.page-id-12 header.entry-header h1{
    display: none;
}

.page-id-14 p.h2-style {
    font-family: var(--ff-brand);
    font-weight: var(--fw-extrabold);
    font-size: clamp(30px, 4vw, 50px);
    line-height: 1.3;
}
body.page-template-default.page.logged-in.admin-bar.wp-custom-logo.customize-support {
    background-color: #ffffff !important;
}

.page-id-20 .home-head h1 {
    padding: 0 0 0 30px;
}
.page-id-20 .wp-block-column.flex-col.al-cn.is-layout-flow.wp-block-column-is-layout-flow .h2-style{
    font-family: var(--ff-brand);
    font-weight: var(--fw-extrabold);
    font-size: clamp(30px, 4vw, 50px);
    line-height: 1.3;
}
.page-id-20 h2.wp-block-heading {
    font-family: var(--ff-brand);
    font-weight: var(--fw-extrabold);
    font-size: clamp(30px, 4vw, 50px);
    line-height: 1.3;
}
.page-id-22 h2.wp-block-heading {
    font-family: var(--ff-brand);
    font-weight: var(--fw-extrabold);
    font-size: clamp(30px, 4vw, 50px);
    line-height: 1.3;
}


.dis-none{
    display: none;
}
/* .page-id-24 .responsive-iframe-container iframe {
    position: absolute;
    top: 500px;
    left: 0;
    width: 100%;
    height: 100%;
} */

.ft-flex .wp-block-columns.is-layout-flex.wp-container-core-columns-layout-1.wp-block-columns-is-layout-flex {
    margin: 0;
    padding-block: 0;
    width: auto;
}
.accordion-2.active{
    display: block;
}



.page-id-30{
    background-color: #fff !important;
}
.page-id-32{
    background-color: #fff !important;
}


.home-head .wp-block-columns.is-layout-flex.wp-container-core-columns-layout-1.wp-block-columns-is-layout-flex{
    margin: 0 !important;
    padding: 0 !important;
}


.soci-grid .wp-block-columns.is-layout-flex.wp-container-core-columns-layout-1.wp-block-columns-is-layout-flex{
    margin: 0 !important;
    padding: 0 !important;
}

.grow-grid .wp-block-columns.is-layout-flex.wp-container-core-columns-layout-1.wp-block-columns-is-layout-flex {
    margin: 0 !important;
    padding: 0 !important;
}

.page-id-34 {
    background-color: #fff !important;
}

.postid-946 .entry-header{
    display: block;
}
.postid-946 .site-main{
    width: 100%;
    max-width: var(--container-max-size);
    margin-inline: auto;
    padding-inline: var(--container-padding-inline);
    padding-block: var(--container-padding-block);
}

.postid-946 .wp-block-columns.is-layout-flex.wp-container-core-columns-layout-1.wp-block-columns-is-layout-flex{
    margin: 0;
}
.postid-946 .post-thumbnail{
    margin-top: 50px;
}
.postid-946 .entry-title{
    font-family: var(--ff-brand) !important;
    font-weight: var(--fw-extrabold) !important;
    font-size: clamp(34px, 5vw, 55px) !important;
    line-height: 1.3;
}
.insights-container {
    width: 100%;
    max-width: var(--container-max-size);
    margin-inline: auto;
    padding-inline: var(--container-padding-inline);
    padding-block: var(--container-padding-block);
}

.featured-post {
    margin-bottom: 30px;
    position: relative;
}

.featured-image img{
    width: 100%;
    position: relative;
}

.featured-content {
    position: absolute;
    bottom: 0;
}

 .post-card {
    width: 43%;
    margin-right: 5.333%;
    margin-bottom: 30px; 
    display: inline-block;
    vertical-align: top;
}

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

.card-content {
    padding: 20px 0;
}

.meta {
    font-size: 0.9em;
    color: #666;
}

.read-more {
    display: inline-block;
    margin-top: 15px;
    text-decoration: none;
    color: #333;
    background: #f8f8f8;
    padding: 10px 15px;
    border-radius: 2px;
    transition: background-color 0.3s ease;
}

.read-more:hover {
    background-color: #e2e2e2;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .featured-post, .featured-image, .featured-content {
        max-width: 100%;
    }
    .post-card {
        width: 100%;
        margin-right: 0;
    }
}

.postid-764 .post-thumbnail img{
    max-height: 300px;
    object-fit: cover;
}

@media (min-width:600px) {
    .postid-764 .post-thumbnail img{
        max-height: 400px;
        object-fit: cover;
    }
    
}
@media (min-width: 1100px){
    .postid-764 .post-thumbnail img{
        max-height: 500px;
        object-fit: cover;
    }
}


.postid-960 .site-main{
    width: 100%;
    max-width: var(--container-max-size);
    margin-inline: auto;
    padding-inline: var(--container-padding-inline);
    padding-block: var(--container-padding-block);
}
.postid-960 .entry-header{
    display: block;
}
.postid-960 .entry-title {
    font-family: var(--ff-brand) !important;
    font-weight: var(--fw-extrabold) !important;
    font-size: clamp(34px, 5vw, 55px) !important;
    line-height: 1.3;
}

.entry-content .wp-block-columns.is-layout-flex.wp-container-core-columns-layout-1.wp-block-columns-is-layout-flex{
    margin: 0;

}

.post-thumbnail{
    margin-top: 50px;
}

.postid-966 .site-main{
    width: 100%;
    max-width: var(--container-max-size);
    margin-inline: auto;
    padding-inline: var(--container-padding-inline);
    padding-block: var(--container-padding-block);
}
.postid-966 .entry-header{
    display: block;
}
.postid-966 .entry-title {
    font-family: var(--ff-brand) !important;
    font-weight: var(--fw-extrabold) !important;
    font-size: clamp(34px, 5vw, 55px) !important;
    line-height: 1.3;
}

.postid-970 .site-main{
    width: 100%;
    max-width: var(--container-max-size);
    margin-inline: auto;
    padding-inline: var(--container-padding-inline);
    padding-block: var(--container-padding-block);
}
.postid-970 .entry-header{
    display: block;
}
.postid-970 .entry-title {
    font-family: var(--ff-brand) !important;
    font-weight: var(--fw-extrabold) !important;
    font-size: clamp(34px, 5vw, 55px) !important;
    line-height: 1.3;
}

.postid-975 .site-main{
    width: 100%;
    max-width: var(--container-max-size);
    margin-inline: auto;
    padding-inline: var(--container-padding-inline);
    padding-block: var(--container-padding-block);
}
.postid-975 .entry-header{
    display: block;
}
.postid-975 .entry-title {
    font-family: var(--ff-brand) !important;
    font-weight: var(--fw-extrabold) !important;
    font-size: clamp(34px, 5vw, 55px) !important;
    line-height: 1.3;
}

.postid-979 .site-main{
    width: 100%;
    max-width: var(--container-max-size);
    margin-inline: auto;
    padding-inline: var(--container-padding-inline);
    padding-block: var(--container-padding-block);
}
.postid-979 .entry-header{
    display: block;
}
.postid-979 .entry-title {
    font-family: var(--ff-brand) !important;
    font-weight: var(--fw-extrabold) !important;
    font-size: clamp(34px, 5vw, 55px) !important;
    line-height: 1.3;
}



.postid-982 .site-main{
    width: 100%;
    max-width: var(--container-max-size);
    margin-inline: auto;
    padding-inline: var(--container-padding-inline);
    padding-block: var(--container-padding-block);
}
.postid-982 .entry-header{
    display: block;
}
.postid-982 .entry-title {
    font-family: var(--ff-brand) !important;
    font-weight: var(--fw-extrabold) !important;
    font-size: clamp(34px, 5vw, 55px) !important;
    line-height: 1.3;
}

.postid-987 .site-main{
    width: 100%;
    max-width: var(--container-max-size);
    margin-inline: auto;
    padding-inline: var(--container-padding-inline);
    padding-block: var(--container-padding-block);
}
.postid-987 .entry-header{
    display: block;
}
.postid-987 .entry-title {
    font-family: var(--ff-brand) !important;
    font-weight: var(--fw-extrabold) !important;
    font-size: clamp(34px, 5vw, 55px) !important;
    line-height: 1.3;
}

.postid-764 .site-main{
    width: 100%;
    max-width: var(--container-max-size);
    margin-inline: auto;
    padding-inline: var(--container-padding-inline);
    padding-block: var(--container-padding-block);
}
.postid-764 .entry-header{
    display: block;
}
.postid-764 .entry-title {
    font-family: var(--ff-brand) !important;
    font-weight: var(--fw-extrabold) !important;
    font-size: clamp(34px, 5vw, 55px) !important;
    line-height: 1.3;
}
.entry-title {
    font-family: var(--ff-brand) !important;
    font-weight: var(--fw-extrabold) !important;
    font-size: clamp(34px, 5vw, 55px) !important;
    line-height: 1.3;
}
.postid-764 header.entry-header h1{
    display: block;
}
.postid-761 .site-main{
    width: 100%;
    max-width: var(--container-max-size);
    margin-inline: auto;
    padding-inline: var(--container-padding-inline);
    padding-block: var(--container-padding-block);
}
.postid-761 .entry-header{
    display: block;
}
.postid-761 .entry-title {
    font-family: var(--ff-brand) !important;
    font-weight: var(--fw-extrabold) !important;
    font-size: clamp(34px, 5vw, 55px) !important;
    line-height: 1.3;
}
.postid-761 header.entry-header h1{
    display: block;
}
.postid-758 .site-main{
    width: 100%;
    max-width: var(--container-max-size);
    margin-inline: auto;
    padding-inline: var(--container-padding-inline);
    padding-block: var(--container-padding-block);
}
.postid-758 .entry-header{
    display: block;
}
.postid-758 .entry-title {
    font-family: var(--ff-brand) !important;
    font-weight: var(--fw-extrabold) !important;
    font-size: clamp(34px, 5vw, 55px) !important;
    line-height: 1.3;
}
.postid-758 header.entry-header h1{
    display: block;
}
.postid-755 .site-main{
    width: 100%;
    max-width: var(--container-max-size);
    margin-inline: auto;
    padding-inline: var(--container-padding-inline);
    padding-block: var(--container-padding-block);
}
.postid-755 .entry-header{
    display: block;
}
.postid-755 .entry-title {
    font-family: var(--ff-brand) !important;
    font-weight: var(--fw-extrabold) !important;
    font-size: clamp(34px, 5vw, 55px) !important;
    line-height: 1.3;
}
.postid-755 header.entry-header h1{
    display: block;
}
.postid-752 .site-main{
    width: 100%;
    max-width: var(--container-max-size);
    margin-inline: auto;
    padding-inline: var(--container-padding-inline);
    padding-block: var(--container-padding-block);
}
.postid-752 .entry-header{
    display: block;
}
.postid-752 .entry-title {
    font-family: var(--ff-brand) !important;
    font-weight: var(--fw-extrabold) !important;
    font-size: clamp(34px, 5vw, 55px) !important;
    line-height: 1.3;
}
.postid-752 header.entry-header h1{
    display: block;
}
.postid-749 .site-main{
    width: 100%;
    max-width: var(--container-max-size);
    margin-inline: auto;
    padding-inline: var(--container-padding-inline);
    padding-block: var(--container-padding-block);
}
.postid-749 .entry-header{
    display: block;
}
.postid-749 .entry-title {
    font-family: var(--ff-brand) !important;
    font-weight: var(--fw-extrabold) !important;
    font-size: clamp(34px, 5vw, 55px) !important;
    line-height: 1.3;
}
.postid-749 header.entry-header h1{
    display: block;
}
.postid-746 .site-main{
    width: 100%;
    max-width: var(--container-max-size);
    margin-inline: auto;
    padding-inline: var(--container-padding-inline);
    padding-block: var(--container-padding-block);
}
.postid-746 .entry-header{
    display: block;
}
.postid-746 .entry-title {
    font-family: var(--ff-brand) !important;
    font-weight: var(--fw-extrabold) !important;
    font-size: clamp(34px, 5vw, 55px) !important;
    line-height: 1.3;
}
.postid-746 header.entry-header h1{
    display: block;
}
.postid-743 .site-main{
    width: 100%;
    max-width: var(--container-max-size);
    margin-inline: auto;
    padding-inline: var(--container-padding-inline);
    padding-block: var(--container-padding-block);
}
.postid-743 .entry-header{
    display: block;
}
.postid-743 .entry-title {
    font-family: var(--ff-brand) !important;
    font-weight: var(--fw-extrabold) !important;
    font-size: clamp(34px, 5vw, 55px) !important;
    line-height: 1.3;
}
.postid-743 header.entry-header h1{
    display: block;
}
.left-column {
    width: 66.666%; /* Adjust as needed */
    padding-right: 20px; /* Adjust as needed */
}

.right-column {
    width: 33.333%; /* Adjust as needed */
    padding-left: 20px; /* Adjust as needed */
}

.post-card {
    margin-bottom: 20px; /* Adjust as needed */
    /* Your post card styles */
}

.list-post {
    margin-bottom: 20px; /* Adjust as needed */
    /* Your list post styles */
}

/* Clearfix for the floating elements in the grid */
.left-column::after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive styles */
@media (max-width: 768px) {
    .insights-container {
        flex-direction: column;
    }

    .left-column,
    .right-column {
        width: 100%;
        padding: 0;
    }
}

.post-grid{
    display: flex;
}

.excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 5; /* Number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  


  .read-grid .left-column{
    width: auto;
  }
  
  .read-grid .right-column{
    width: auto;
  }

  .post-grid-wrapper button{
    background: transparent;
    border: none;
  }

  .post-item{
    padding-bottom: 30px;
  }



  .editor-picks-container {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

.editor-picks-title {
    font-size: 2em;
    margin-bottom: 20px;
}

.editor-picks-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.editor-pick-post {
    background: #ffffff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: box-shadow 0.3s ease-in-out;
}

.editor-pick-post:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.post-thumbnail img {
    width: 100%;
    height: auto;
}

.post-details {
    padding: 15px;
}

.post-title {
    font-size: 1.2em;
    margin-bottom: 10px;
}

.post-excerpt {
    font-size: 1em;
    color: #666;
    height: 60px; /* Fixed height for uniformity */
    overflow: hidden;
}

.blog-grid .post-thumbnail{
    margin: 0;
}

.editor button{
    background: transparent;
    border: none;
}

.blog-grid{
    margin-top: 40px;
}


.all-blogs-container {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

.all-blogs-title {
    font-size: 2.5em;
    margin-bottom: 30px;
    text-align: center;
}

.all-blogs-grid {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.blog-post {
    width: 48%; /* Adjust the width as necessary to fit two posts side by side */
    background: #ffffff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: box-shadow 0.3s ease-in-out;
}

.blog-post:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.post-thumbnail img {
    width: 100%;
    height: auto;
}

.post-details {
    padding: 15px;
}

.post-title {
    font-size: 1.4em;
    margin-bottom: 10px;
}

.post-excerpt {
    font-size: 1em;
    color: #666;
}

.post-date {
    font-size: 0.9em;
    color: #999;
    margin-top: 10px;
}

.view-all-button {
    display: block;
    text-align: center;
    margin-top: 20px;
    text-decoration: none;
    font-size: 1.2em;
    color: #333;
    font-weight: bold;
}

/* Responsive styles */
@media (max-width: 768px) {
    .all-blogs-grid {
        flex-direction: column;
    }
    .blog-post {
        width: 100%;
        margin-bottom: 20px;
    }
}


.page-id-18 .post-thumbnail{
    margin: 0;
}

.blog-ad-pg a{
    color: #000 !important;
}

.sched .post-thumbnail-link{
    display: none;
}

.wpcf7{
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-inline: auto;
    padding-inline: var(--container-padding-inline);
    padding-block: var(--container-padding-block);
}

.wpcf7-form label {
    font-family: "Manrope", Sans-serif;
    font-size: 12px;
    line-height: 20px;
    padding: 5px 0 !important;
    display: block;
    width: max-content;
}

.eael-contact-form-7 input[type=text]{
    transition: border linear .2s,box-shadow linear .2s,-webkit-box-shadow linear .2s;
    width: auto;
    max-width: 100%;
    background: #fff;
    box-shadow: none;
    -webkit-box-shadow: none;
    float: none;
    height: auto;
    margin: 0;
    outline: 0;
    width: 100%;
}

.wpcf7-form-control-wrap input{
    height: 39px;
}

.intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
    right: auto;
}

.intl-tel-input .flag-container {
    position: absolute;
    top: 20px;
    bottom: 0;
    right: 0;
    padding: 1px;
}

.intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag {
    width: 46px;
}

.intl-tel-input .selected-flag {
    z-index: 1;
    position: relative;
    width: 36px;
    height: 100%;
    padding: 0 0 0 8px;
}

.intl-tel-input .selected-flag .iti-flag {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.iti-flag.us {
    height: 11px;
    background-position: -5241px 0;
}

.intl-tel-input .selected-flag .iti-arrow {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555;
}

.intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=tel], .intl-tel-input.separate-dial-code input[type=text] {
    width: auto;
    height: 39px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio:2), only screen and (-o-min-device-pixel-ratio:2 / 1), only screen and (min-device-pixel-ratio:2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .iti-flag {
        background-image: url(https://www.digitalmonk.ca/wp-content/plugins/country-phone-field-contact-form-7/assets/img/flags@2x.png);
    }
}
.col-2 select{
    font-size: 17px !important;
    width: 200%;
    height: 39px;
}

.col-4 select{
    font-size: 17px !important;
    width: 87%;
    height: 39px;
}
.col-5 label {
    width: -webkit-fill-available;
}
.page-id-16 .col-5{
    display: grid !important;
    grid-template-columns: 62% !important;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.page-id-16 .col-6{
    display: flex;
    flex-direction: column;
    position: relative;
    left: 19%;
    margin-top: 20px;
}
.declaration, a.declaration {
    display: inline !important;
    font-size: 12px;
    padding-top: 20px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner{
    background-color: #FFD34E;
    color: #000000;
    border-style: none;
    border-radius: 0px 0px 0px 0px;
    margin-top: 20px;
    font-size: 16px;
    width: 69%;
}

.col-2 {
    position: relative;
}

.wpcf7-list-item{
    margin: 0;
}
@media (min-width: 769px){
	.intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=tel], .intl-tel-input.separate-dial-code input[type=text]{
		width:97%;
	}
    .page-id-16 .col-2 {
        display: flex !important;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px !important;
        position: relative;
    }
    .page-id-16 .col-2 div {
        width: 33%;
    }
    .page-id-16 .col-3{
        display: grid !important;
        grid-template-columns: 61.5% !important;
        align-items: center;
        justify-content: center;
    }
    .page-id-16 .col-3 div{
        width: 100%;
    }
    .page-id-16 .col-3 label{
        margin: 15px -1px;
        padding: 5px 0 !important;
    display: block;
    width: -webkit-fill-available;
    }
    .page-id-16 .col-3 input[type=email]{
        width: 100% !important;
    }
    .page-id-16 .col-2 .intl-tel-input.allow-dropdown {
        width: 100%;
    }
}
@media (max-width:1100px) {
    .page-id-16 .col-3 {
        display: grid !important;
        grid-template-columns: 67.5% !important;
    }
    .page-id-16 .col-5 {
        grid-template-columns: 69% !important;
    }
    .page-id-16 .col-6{
        left: 16%;
    }
    
}

@media (min-width: 1100px){
.page-id-16 .col-2 div {
    width: 30%;
}
}
@media (max-width: 1100px){
.page-id-16 .col-5 {
    grid-template-columns: 66% !important;
}
}
@media (max-width: 1100px){
.page-id-16 .col-6 {
    left: 16%;
}
}
.footer-widget-area .col-2 div{
    width: auto;
}
@media (max-width: 1024px){
    .page-id-10.col-2 div {
    width: auto !important;
}

}
@media (min-width: 769px){
    .footer-widget-area .col-2 {
        display: grid !important;
        grid-template-columns: 40% 60% !important;
        grid-template-rows: auto;
    }
}
.mar-top{
    margin-top: 40px !important;
}
@media (max-width:1024px){
    .wpcf7{
        max-width: 1024px;
    }
    .page-id-16 .col-2 div {
        width: 33%;
    }

}

@media(max-width:768px) {
    .page-id-16 .col-6{
        left: 0;
    }
    .custom-breadcrumb {
        top: 20px !important;
    }
    input.wpcf7-form-control.wpcf7-submit.has-spinner{
        width: 100%;
    }
    .page-id-16 .col-2{
        display: flex !important;
        flex-direction: column !important;
        gap: 20px !important;
    }
    .page-id-16 .col-5{
        align-items: start;
        justify-content: start;
    }
    .post-grid{
        gap: 30px;
    }
    .seo-img img {
        height: 134px !important;
        object-fit: cover;
    }
}

@media (max-width:600px) {
    .featured-content{
        top: 30px;
    }
    .excerpt{
        -webkit-line-clamp: 12;
    }
    .post-grid{
        flex-direction: column;
    }
}
@media (max-width: 600px){
    .page-id-16 .col-5 {
        grid-template-columns: auto !important;
    }
    }
.page-id-16 .wp-block-columns.is-layout-flex.wp-container-core-columns-layout-1.wp-block-columns-is-layout-flex{
    padding: 0;
}
.c-w{
    color: #fff !important;
}

@media(min-width: 769px){
.page-id-28 .col-2 div{
    width: auto !important;
}
} 
.page-id-28 .wpcf7 {
    padding-inline: 0px;
    padding-block: 0px;
}
.page-id-28 .wpcf7-form label {
    font-family: "Manrope", Sans-serif;
    font-size: 12px;
    line-height: 20px;
    padding: 5px 0 !important;
    display: block;
    width: 100%;
}
.page-id-28 .wpcf7-form-control-wrap input {
    height: auto;
    width: 100%;
}
@media (min-width: 1100px){
.page-id-28 
.con-form {
    padding: 24px 30px;
    margin-block-start: -80px;
}
}
.page-id-28 .con-form input {
    border-style: solid;
    border-width: 0 0 1px;
    border-color: #666;
    padding: 0px;
    margin-bottom:0px;
}
@media (max-width: 1024px){
    .page-id-28 .col-2 div {
    width: auto;
}
}
.page-id-28 input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: #000;
    padding: 12px 20px;
    border: none;
    color: #fff;
    width: fit-content;
    display: flex;
}
@media(min-width: 769px){
    .page-id-20 .col-2 div{
        width: auto !important;
    }
    }
    .page-id-20 .wpcf7 {
        padding-inline: 0px;
        padding-block: 0px;
    }
    .page-id-20 .wpcf7-form label {
        font-family: "Manrope", Sans-serif;
        font-size: 12px;
        line-height: 20px;
        padding: 5px 0 !important;
        display: block;
        width: 100%;
    }
    .page-id-20 .wpcf7-form-control-wrap input {
        height: auto;
        width: 100%;
    }
    @media (min-width: 1100px){
    .page-id-20 
    .con-form {
        padding: 24px 30px;
        margin-block-start: -80px;
    }
    }
    .page-id-20 .con-form input {
        border-style: solid;
        border-width: 0 0 1px;
        border-color: #666;
        padding: 0px;
        margin-bottom:0px;
    }
    @media (max-width: 1024px){
        .page-id-20 .col-2 div {
        width: auto;
    }
    }
    .page-id-20 input.wpcf7-form-control.wpcf7-submit.has-spinner {
        background-color: #000;
        padding: 12px 20px;
        border: none;
        color: #fff;
        width: fit-content;
        display: flex;
    }

    @media(min-width: 769px){
        .page-id-22 .col-2 div{
            width: auto !important;
        }
        }
        .page-id-22 .wpcf7 {
            padding-inline: 0px;
            padding-block: 0px;
        }
        .page-id-22 .wpcf7-form label {
            font-family: "Manrope", Sans-serif;
            font-size: 12px;
            line-height: 20px;
            padding: 5px 0 !important;
            display: block;
            width: -webkit-fill-available;
        }
        .page-id-22 .wpcf7-form-control-wrap input {
            height: auto;
            width: 100%;
        }
        @media (min-width: 1100px){
        .page-id-22 
        .con-form {
            padding: 24px 30px;
            margin-block-start: -80px;
        }
        }
        .page-id-22 .con-form input {
            border-style: solid;
            border-width: 0 0 1px;
            border-color: #666;
            padding: 0px;
            margin-bottom:0px;
        }
        @media (max-width: 1024px){
            .page-id-22 .col-2 div {
            width: auto;
        }
        }
        .page-id-22 input.wpcf7-form-control.wpcf7-submit.has-spinner {
            background-color: #000;
            padding: 12px 20px;
            border: none;
            color: #fff;
            width: fit-content;
            display: flex;
        }

        @media(min-width: 769px){
            .page-id-24 .col-2 div{
                width: auto !important;
            }
            }
            .page-id-24 .wpcf7 {
                padding-inline: 0px;
                padding-block: 0px;
            }
            .page-id-24 .wpcf7-form label {
                font-family: "Manrope", Sans-serif;
                font-size: 12px;
                line-height: 20px;
                padding: 5px 0 !important;
                display: block;
                width: -webkit-fill-available;
            }
            .page-id-24 .wpcf7-form-control-wrap input {
                height: auto;
                width: 100%;
            }
            @media (min-width: 1100px){
            .page-id-24 
            .con-form {
                padding: 24px 30px;
                margin-block-start: -80px;
            }
            }
            .page-id-24 .con-form input {
                border-style: solid;
                border-width: 0 0 1px;
                border-color: #666;
                padding: 0px;
                margin-bottom:0px;
            }
            @media (max-width: 1024px){
                .page-id-24 .col-2 div {
                width: auto;
            }
            }
            .page-id-24 input.wpcf7-form-control.wpcf7-submit.has-spinner {
                background-color: #000;
                padding: 12px 20px;
                border: none;
                color: #fff;
                width: fit-content;
                display: flex;
            }


    @media(min-width: 769px){
            .page-id-26 .col-2 div{
                width: auto !important;
            }
            }
            .page-id-26 .wpcf7 {
                padding-inline: 0px;
                padding-block: 0px;
            }
            .page-id-26 .wpcf7-form label {
                font-family: "Manrope", Sans-serif;
                font-size: 12px;
                line-height: 20px;
                padding: 5px 0 !important;
                display: block;
                width: -webkit-fill-available;
            }
            .page-id-26 .wpcf7-form-control-wrap input {
                height: auto;
                width: 100%;
            }
            @media (min-width: 1100px){
            .page-id-26 
            .con-form {
                padding: 24px 30px;
                margin-block-start: -80px;
            }
            }
            .page-id-26 .con-form input {
                border-style: solid;
                border-width: 0 0 1px;
                border-color: #666;
                padding: 0px;
                margin-bottom:0px;
            }
            @media (max-width: 1024px){
                .page-id-26 .col-2 div {
                width: auto;
            }
            }
            .page-id-26 input.wpcf7-form-control.wpcf7-submit.has-spinner {
                background-color: #000;
                padding: 12px 20px;
                border: none;
                color: #fff;
                width: fit-content;
                display: flex;
            }

            @media(min-width: 769px){
                .page-id-30 .col-2 div{
                    width: auto !important;
                }
                }
                .page-id-30 .wpcf7 {
                    padding-inline: 0px;
                    padding-block: 0px;
                }
                .page-id-30 .wpcf7-form label {
                    font-family: "Manrope", Sans-serif;
                    font-size: 12px;
                    line-height: 20px;
                    padding: 5px 0 !important;
                    display: block;
                    width: -webkit-fill-available;
                }
                .page-id-30 .wpcf7-form-control-wrap input {
                    height: auto;
                    width: 100%;
                }
                @media (min-width: 1100px){
                .page-id-30 
                .con-form {
                    padding: 24px 30px;
                    margin-block-start: -80px;
                }
                }
                .page-id-30 .con-form input {
                    border-style: solid;
                    border-width: 0 0 1px;
                    border-color: #666;
                    padding: 0px;
                    margin-bottom:0px;
                }
                @media (max-width: 1024px){
                    .page-id-30 .col-2 div {
                    width: auto;
                }
                }
                .page-id-30 input.wpcf7-form-control.wpcf7-submit.has-spinner {
                    background-color: #000;
                    padding: 12px 20px;
                    border: none;
                    color: #fff;
                    width: fit-content;
                    display: flex;
                }


                @media(min-width: 769px){
                    .page-id-32 .col-2 div{
                        width: auto !important;
                    }
                    }
                    .page-id-32 .wpcf7 {
                        padding-inline: 0px;
                        padding-block: 0px;
                    }
                    .page-id-32 .wpcf7-form label {
                        font-family: "Manrope", Sans-serif;
                        font-size: 12px;
                        line-height: 20px;
                        padding: 5px 0 !important;
                        display: block;
                        width: -webkit-fill-available;
                    }
                    .page-id-32 .wpcf7-form-control-wrap input {
                        height: auto;
                        width: 100%;
                    }
                    @media (min-width: 1100px){
                    .page-id-32 
                    .con-form {
                        padding: 24px 30px;
                        margin-block-start: -80px;
                    }
                    }
                    .page-id-32 .con-form input {
                        border-style: solid;
                        border-width: 0 0 1px;
                        border-color: #666;
                        padding: 0px;
                        margin-bottom:0px;
                    }
                    @media (max-width: 1024px){
                        .page-id-32 .col-2 div {
                        width: auto;
                    }
                    }
                    .page-id-32 input.wpcf7-form-control.wpcf7-submit.has-spinner {
                        background-color: #000;
                        padding: 12px 20px;
                        border: none;
                        color: #fff;
                        width: fit-content;
                        display: flex;
                    }
                    @media(min-width: 769px){
                        .page-id-34 .col-2 div{
                            width: auto !important;
                        }
                        }
                        .page-id-34 .wpcf7 {
                            padding-inline: 0px;
                            padding-block: 0px;
                        }
                        .page-id-34 .wpcf7-form label {
                            font-family: "Manrope", Sans-serif;
                            font-size: 12px;
                            line-height: 20px;
                            padding: 5px 0 !important;
                            display: block;
                            width: -webkit-fill-available;
                        }
                        .page-id-34 .wpcf7-form-control-wrap input {
                            height: auto;
                            width: 100%;
                        }
                        @media (min-width: 1100px){
                        .page-id-34 
                        .con-form {
                            padding: 24px 30px;
                            margin-block-start: -80px;
                        }
                        }
                        .page-id-34 .con-form input {
                            border-style: solid;
                            border-width: 0 0 1px;
                            border-color: #666;
                            padding: 0px;
                            margin-bottom:0px;
                        }
                        @media (max-width: 1024px){
                            .page-id-34 .col-2 div {
                            width: auto;
                        }
                        }
                        .page-id-34 input.wpcf7-form-control.wpcf7-submit.has-spinner {
                            background-color: #000;
                            padding: 12px 20px;
                            border: none;
                            color: #fff;
                            width: fit-content;
                            display: flex;
                        }
                        @media(min-width: 769px){
                            .page-id-803 .col-2 div{
                                width: auto !important;
                            }
                            }
                            .page-id-803 .wpcf7 {
                                padding-inline: 0px;
                                padding-block: 0px;
                            }
                            .page-id-803 .wpcf7-form label {
                                font-family: "Manrope", Sans-serif;
                                font-size: 12px;
                                line-height: 20px;
                                padding: 5px 0 !important;
                                display: block;
                                width: -webkit-fill-available;
                            }
                            .page-id-803 .wpcf7-form-control-wrap input {
                                height: auto;
                                width: 100%;
                            }
                            @media (min-width: 1100px){
                            .page-id-803 
                            .con-form {
                                padding: 24px 30px;
                                margin-block-start: -80px;
                            }
                            }
                            .page-id-803 .con-form input {
                                border-style: solid;
                                border-width: 0 0 1px;
                                border-color: #666;
                                padding: 0px;
                                margin-bottom:0px;
                            }
                            @media (max-width: 1024px){
                                .page-id-803 .col-2 div {
                                width: auto;
                            }
                            }
                            .page-id-803 input.wpcf7-form-control.wpcf7-submit.has-spinner {
                                background-color: #000;
                                padding: 12px 20px;
                                border: none;
                                color: #fff;
                                width: fit-content;
                                display: flex;
                            }


.d-block{
    display: block;
}

.seo-img img{
    height: 142px;
    object-fit: cover;
}

.txt-limit a{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .txt-limit-6{
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    text-overflow: ellipsis;
  }
  

  
 .page-id-18 img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    height: 141px;
    object-fit: cover;
}

.txt-limit-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .width-ab img{
    height: 205px !important;
    object-fit: cover;
  }
.site-main article{
    margin: 0;
}
.page-id-803 {
    background-color: #ffffff !important;
}

.page-id-803 .entry-header{
    display: none;
}

body.home.page-template-default.page.page-id-8.logged-in.admin-bar.wp-custom-logo.customize-support{
    background-color: #f7f4f2 !important;
}
.custom-breadcrumb {
    /* Your CSS styles here */
    font-size: 0.9em;
    color: #333;
    /* More styles as needed */
}

.custom-breadcrumb{
    max-width: var(--container-max-size);
    margin-inline: auto;
    padding-inline: var(--container-padding-inline);
    position: relative;
    top: 25px;
}
.custom-breadcrumb a{
    color: #000 !important;
    font-size: 15px;
    font-weight: 600;
}
.ft-txt-2 a{
    color: #000 !important;
}
.mar-top-2{
    margin-top: 77px !important;
}
.ad-mn-img{
    display: flex;
    align-items: end;
    justify-content: end;
}
.page-id-16 .footer-widget-area .col-2 div {
    width: auto;
}
.page-id-8 .owl-stage-outer {
    margin-bottom: 0px;
}
.page-id-8 .about-slider {
    margin: 0px ;
}
.page-id-8 .owl-carousel.owl-abt.about-slider.reveal.owl-loaded.owl-drag.active1 .owl-dots {
    display: none;
}
.blogs-ad h6 a{
    color: #000;
}
#menu-item-1245 .sub-menu{
    left: 180px;
    display: none;
}
#menu-item-1245:hover .sub-menu{
    display: block;
    padding: 15px 15px 0px;
}
#menu-item-1241 .sub-menu{
    left: 180px;
    display: none;
}
#menu-item-1241:hover .sub-menu{
    display: block;
    padding: 15px 15px 0px;
}
#menu-item-1245 .sub-menu li{
    margin-bottom: 20px;
}
#menu-item-1241 .sub-menu li{
    margin-bottom: 20px;
}
.rotated {
    transform: rotate(180deg);
  }
  .entry-meta
{
  padding-top: 20px;
}
.entry-header a{
    color: #000 !important;
}

.page-id-14 .entry-header{
    display: none;
}

.page-id-16 .entry-header{
    display: none;
}

.page-id-20 .entry-header{
    display: none;
}

.page-id-22 .entry-header{
    display: none;
}

.page-id-24 .entry-header{
    display: none;
}

.page-id-26 .entry-header{
    display: none;
}

.page-id-28 .entry-header{
    display: none;
}

.page-id-30 .entry-header{
    display: none;
}

.page-id-32 .entry-header{
    display: none;
}

.page-id-34 .entry-header{
    display: none;
}

.author-1 .site-main{
    margin-inline: auto;
    max-width: var(--container-max-size);
    padding-inline: var(--container-padding-inline);
    padding-block: var(--container-padding-block);
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.author-1 .post-thumbnail img{
    height: 300px;
    object-fit: cover;
}
input:focus {
    outline: none;
}
.mar-top40{
    margin-top: 40px;
}

.break-title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
  }

  .txt-limit {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
  }

  .navigation.post-navigation
{
  display: none;
}

.post-template-default .entry-content
{
  display: flex;
  flex-direction: column;
  gap: 20px;
  
}

.post-template-default .post-thumbnail img{
    max-height: 500px;
    object-fit: cover;
    margin-bottom:50px;
}

.page-id-3 .entry-header{
    display: none;
}
.page-id-3 .wp-block-columns.is-layout-flex.wp-container-core-columns-layout-1.wp-block-columns-is-layout-flex {
    margin: 0;
    padding: 0;
}

.page-id-912 .wp-block-columns.is-layout-flex.wp-container-core-columns-layout-1.wp-block-columns-is-layout-flex
{
  padding: 0;
}

.page-id-912 .entry-header{
display: none;
}
.post-image img{
	height: 141px;
    object-fit: cover;
}

.vuukle-powerbar.powerbarBoxDiv {
    height: 53px;
}
