/*!
Theme Name: DNA
Theme URI: http://underscores.me/
Author: Subhransu
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: dna-forensics-test-solutions
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.

DNA 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;
    height: 100vh;
}

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

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

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	/* background: #fff; */
	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;
}

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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


/* Remove default Bootstrap dropdown arrows */
.navbar-nav .menu-item-has-children > a::after {
    display: none !important;
}
.dropdown-toggle::after{
	display: none !important;
}
/* Optional: Style for + / - toggle */
.dropdown-toggle-icon {
    display: inline-block;
    font-size: 18px;
    color: #000;
}
/* Offcanvas full width on mobile */
.offcanvas.offcanvas-end {
        width: 100%;
    }

/* Mobile Drop down Icon position */
/* Flex layout for mobile dropdown */
.dropdown-toggle-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

/* Make link take up remaining space */
.dropdown-toggle-wrapper > a {
    flex-grow: 1;
    text-decoration: none;
    color: inherit;
}

/* Style for + / - toggle icon */
.dropdown-toggle-icon {
    font-size: 18px;
    font-weight: bold;
    padding-left: 10px;
    cursor: pointer;
    user-select: none;
}

/* Logo */
.custom-logo-link img {
    max-width: 85px;
}

/* Menu Font */
#primary-menu li a {
    color: #000000;
    font-weight: 600;
    font-size: 18px;
}
ul.dropdown-menu li a {
    font-weight: 400 !important;
    font-size: 16px !important;
}

/* Hero Banner */
/* Common hero wrapper */
/* .hero-banner {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
} */

/* Responsive images */
/* .hero-banner img {
    display: block;
    width: 100%;
    height: auto;
} */

/* Responsive video */
/* .hero-banner video,
.hero-banner iframe {
    display: block;
    width: 100%;
    height: auto;
    max-height: 100vh; 
    object-fit: cover; 
} */

/* Make iframe videos (YouTube/Vimeo) responsive with aspect ratio */
/* .hero-banner iframe {
    aspect-ratio: 16 / 9;
} */

/* Mobile adjustments */
/* @media (max-width: 768px) {
    .hero-banner video,
    .hero-banner iframe {
        max-height: 60vh;
    }
} */

/* Optional: Full height hero for desktop */
/* @media (min-width: 1024px) {
    .hero-banner {
        height: 80vh;
    }
    .hero-banner img,
    .hero-banner video,
    .hero-banner iframe {
        height: 100%;
    }
} */

/* HERO Image Section */
/* .hero-banner{
	margin: auto;
}
.hero-bg{
	height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
} */

.hero-banner {
    position: relative;
    height: auto;
    overflow: hidden;
    color: #fff;
}

.hero-bg {
    position: relative;
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
}

.video-bg video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    padding: 20px;
}
.hero-content-img img {
    max-width: 100%;
    display: block;
    margin: auto;
}
.hero-content h4 {
    color: #383838;
}
.hero-content .subheading {
    color: #955B0D;
    font-size: 35px;
    font-weight: 700;
    max-width: 450px;
    text-transform: uppercase;
	padding: 30px 0px;
}
.hero-content .description {
    color: #414141;
    font-size: 18px;
    max-width: 500px;
}

.hero-cta-blk {
    display: inline-flex;
    align-items: center;
}
@media(max-width:768px){
	.hero-cta-blk{
		display: inline-flex;
		align-items: left;
		flex-direction: column-reverse;
	}
}
.contact-us,.contact-us-whatsapp {
    margin: 20px;
}
.contact-us a {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}
.contact-us-whatsapp a{
	text-decoration: none;
    color: #1a1a1a;
    font-weight: 600;
    font-size: 18px;
}
.contact-us {
    background: #955B0D;
	padding: 8px 20px;
	border-radius: 10px;
}
.contact-us-whatsapp{
	background: #E3DCCA;
	padding: 8px 20px;
	border-radius: 10px;
}

.hero-content-mainblk{
	margin: 60px 0px;
}
.hero-cnts-btn:before {
    font-family: 'bootstrap-icons';
    content: "\F132";
    display: inline-block;
    margin-right: 8px;
    font-size: 1.2em;
    align-items: center;
    justify-content: center;
    /* align-content: center; */
    font-weight: 500;
    color: #ffca07;
}
.hero-cnts-btn{
	display: flex;
	align-items: center;
}
.hero-whatsapp-btn:before{
font-family: 'bootstrap-icons';
    content: "\F618";
    display: inline-block;
    margin-right: 8px;
    font-size: 1.2em;
    align-items: center;
    justify-content: center;
    /* align-content: center; */
    font-weight: 500;
    color: #355708;
}
.hero-whatsapp-btn{
	display: flex;
	align-items: center;
}


/* Header CTA */
.header-cta-details {
    display: flex;
    align-items: center;
	position: relative;
}
.header-cta-details .cta-block p{
	margin-bottom: 0px;
	font-size: 12px;
}
.header-cta-details .cta-block a{
	text-decoration: none;
	color: #000;
	font-weight: 600;
}

.header-cta-details .contact-link a{
	text-decoration: none;
    display: inline-block;
    /* height: 18px; */
    line-height: 18px;
    text-align: center;
    background: #AB7917;
    color: #ffffff;
    padding: 8px;
    border-radius: 25px;
	font-weight: 600;
}
/* .contact-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 135px;
    height: 60px;
} */

.contact-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 135px;
    height: 60px;
    position: absolute;
    right: -95px;
}
.cta-block {
    background: #FCF6EA;
    padding: 5px 50px 5px 20px;
    border-radius: 25px;
	display: inline-flex;
    align-items: center;
}
.cta-block-icon:before {
    font-family: 'bootstrap-icons';
    content: "\F5C1";
    margin-right: 8px;
    font-size: 1.5em;
}

/* Right Menu */
#right-menu li a span:before {
    font-family: 'bootstrap-icons';
    content: "\F8D3";
    display: inline-block;
    margin-right: 8px;
    font-size: 1.2em;
    align-items: center;
    justify-content: center;
    /* align-content: center; */
    font-weight: 500;
	color: #ffca07;
}
#right-menu li a span{
	display: flex;
    align-items: center;
}
#right-menu li a {
    display: flex;
    align-items: center;
    justify-content: center;
    /* align-content: center; */
    background: #AB7917;
    color: #fff;
    padding: 8px 20px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 18px;
}

/* Footer */
.footer-widget-one figure img {
    max-width: 100px;
}
.ftr-bg-clr {
    padding: 50px 0px 0px 0px;
}
.footer-bottom{
    display: flex;
    justify-content: space-between;
}
.footer-bottom p{
	margin-bottom: 0px;
	color: #fff;
}
.footer-bottom p a{
	text-decoration: none;
	color: #fff;
}
.footer-bottom-bg {
    background: #2F1D04;
	padding: 10px 0px;
}
.site-footer{
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#menu-footer-menu {
    margin-left: 0px;
	padding-left: 0px;
}
#menu-footer-menu li{
    list-style: none;
	padding: 2px 0px;
}
#menu-footer-menu li a{
    text-decoration: none;
	color: #ffffffc2;
	font-weight: 500;
	display: flex;
    align-items: center;
}
#menu-footer-menu li a:before {
    font-family: 'bootstrap-icons';
    content: "\F138";
    margin-right: 8px;
    font-size: 1.3em;
	color: #955B0D;
}
#menu-footer-menu li a:hover {
    color: #955B0D;
    border-bottom: 1px solid #955b0d30;
}
.footer-widget-title {
    color: #fff;
}
.footer-widget-two {
    margin-top: 50px;
}
.footer-widget-two h4 {
    padding-bottom: 10px;
}
.footer-widget-three {
    margin-top: 50px;
	color: #fff;
}
.footer-widget-three h4 {
    padding-bottom: 10px;
}
.footer-widget-four {
    margin-top: 50px;
	color:#fff
}
.footer-widget-four h4 {
    padding-bottom: 10px;
}
.footer-widget-one p {
    color: #ffffffc2;
}
.ftr-cta-group a {
    text-decoration: none;
    color: #ffffffc2;
	font-weight: 500;
	display: flex;
    align-items: center;
}
.ftr-cta-group p{
	color: #ffffffc2;
	font-weight: 500;
}
.ftr-cta-group {
    padding: 3px 0px;
}
.ftr-call:before {
    font-family: 'bootstrap-icons';
    content: "\F5C1";
    margin-right: 8px;
    font-size: 1.3em;
	color: #955B0D;
}
.ftr-mail:before {
    font-family: 'bootstrap-icons';
    content: "\F32F";
    margin-right: 8px;
    font-size: 1.3em;
	color: #955B0D;
}
.footer-social-blk h4 {
    color: #fff;
}
.footer-social-blk a i {
    color: #fff;
    font-size: 25px;
    margin: 0px 8px;
}

/* Page Header Banner */
.page-hdr-banner-bgclr {
    padding: 100px 0px;
    background: #160D00;
    background: linear-gradient(to right, #FCF6EA 60%, #faebd766 90%);
}
.page-header-banner{
	background-size: 30%;
	background-repeat: no-repeat;
	background-position: right;
}

/* Why Choose us */
.why-chos-imgbox div figure img {
    background: #fff;
    padding: 4px;
    /* overflow: overlay; */
    border-radius: 4px;
}

.hm-cnt-ctablk a {
    background: #fff6eb;
    padding: 8px 20px;
    border-radius: 10px;
    color: #000000;
    font-weight: 500;
    font-size: 18px;
}
.hm-cnt-ctablk a i {
    color: #955B0D;
    font-weight: 600;
    margin-right: 4px;
}
.hm-cnt-ctablk {
    margin: 30px 0px;
}

/* DNA Test Card */
.dna-test-contact-us {
    background: #955B0D;
    padding: 8px 20px;
    /* border-radius: 10px; */
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
    width: 100%;
    bottom: 0px;
}
.dna-test-contact-us a {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
	display: flex;
    justify-content: center;
}
.dna-text-card-bgblk {
    background: #FCF6EA;
	margin: 10px 0px;
    height: 440px;
    position: relative;
}
.dna-text-cntblk {
    text-align: center;
    padding: 20px 30px 0px 30px;
}
.dna-text-card-priceblk {
    text-align: center;
}
.dna-test-price {
    font-size: 20px;
    font-weight: 600;
}
.prc-txt {
    font-weight: 400;
}
.dna-text-cntblk h4 {
    text-transform: uppercase;
    font-size: 15px;
	font-family: "Roboto", Sans-serif;
	color: #3d3d3d;
}
.dna-text-cntblk p {
    font-size: 12px;
}
.dna-test-block {
    padding: 50px 0px;
}
.dna-test-block h4 {
    text-align: center;
    color: #555555;
	font-family: "Roboto", Sans-serif;
}
.dna-test-block h2 {
    text-align: center;
    color: #955B0D;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Roboto", Sans-serif;
    font-size: 36px;
}
.dna-test-gridmain {
    padding: 30px 0px;
}

/* What we deliver */
.what-we-deliver-block {
    background: #FCF6EA;
    padding: 20px 0px;
}
.Quality-tlt-blk {
    text-align: center;
}
.Quality-tlt-blk h4 {
    text-align: center;
    color: #555555;
    font-family: "Roboto", Sans-serif;
    /* font-family: AR sans-serif; */
}
.Quality-tlt-blk h2 {
    text-align: center;
    color: #955B0D;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Roboto", Sans-serif;
    font-size: 36px;
	padding-bottom: 20px;
}
.deliver-img-box {
    position: relative;
}


.card-icon-top {
    width: 60px;           
    height: 60px;
    background-color: #ffffff; 
    border-radius: 50%;   
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
	box-shadow: 0px 0px 4px 2px #0000006e;
}

.card-icon-top img {
    width: 35px;
    height: auto;
}
.card-body{
	padding: 10px 15px 20px 15px;
    background: #FCF6EA;
}
.card.h-100.text-center {
    border: 2px solid #b47736;
}
.card-title a {
    text-decoration: none;
    color: #000;
}



a.blog-btn {
    background: #955B0D;
    border: none;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    display: inline-flex;
    text-decoration: none;
    padding: 6px 20px;
    border-radius: 25px;
    align-items: center;
    text-align: center;
}
a.blog-btn:after{
font-family: 'bootstrap-icons';
    content: "\F2E1";
    display: inline-block;
    margin-right: 8px;
    font-size: 1.2em;
    align-items: center;
    font-weight: 500;
    color: #fdc045;
    margin-left: 10px;

}

.del-text-padd{
    padding-top: 50px;
}

/* Testimonials block */
.testimonial-title h2 {
    color: #955B0D;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Roboto", Sans-serif;
    font-size: 36px;
    padding-bottom: 20px;
}
.testimonial-title h4 {
    color: #555555;
    font-family: "Roboto", Sans-serif;
}

.testimonial-cnt-blk {
  display: none;
}
.testimonial-cnt-blk.active {
  display: block;
}

.testimonials-mainblk {
    padding: 50px 0px;
}

.testimonial-cnt-blk {
    max-width: 600px;
    position: relative;
    padding: 30px 0px;
    display: none; /* hide all */
}

.testimonial-cnt-blk.active {
    display: block; /* only active visible */
}

.customer-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.customer-img-name-groupblk {
    display: flex;
    align-items: center;
}

.customer-img img {
    width: 65px;
    border-radius: 50%;
}

.customer-name-test-groupblk {
    margin-left: 15px;
}

.customer-name-test-groupblk h5 {
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 600;
	color: #955B0D;
}

.customer-name-test-groupblk .subheading {
    margin-bottom: 0px;
    font-weight: 400;
    color: #383838;
}

.arrow-btnblk {
    display: flex;
    gap: 15px;
}

.arrow-btnblk i {
    font-size: 26px;
    cursor: pointer;
    transition: 0.3s;
	color: #955B0D;
}

.arrow-btnblk i:hover {
    color: #614a0a; /* hover color */
}
.customer-imgblk {
    display: flex;
    align-items: center;
}

/* Tetimonials right sliding image */
/* DNA Slider Styles */
#dna-slider-wrapper {
  position: relative;
  width: 100%;
}

#dna-slider-wrapper .dna-slide {
  display: none;
  text-align: center;
}

#dna-slider-wrapper .dna-slide.active {
  display: block;
}

#dna-slider-wrapper .dna-slide-img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.dna-slide-img {
    width: 60%;
    height: auto;
}
@media(max-width:768px){
	.dna-slide-img {
    width: 100%;
    height: auto;
	
}
.dna-slide-content {
	width: 100% !important;
	height: auto;
	left: 0% !important;
}
}
.dna-slide {
    position: relative;
}
.dna-slide-content {
    width: 60%;
    margin: auto;
    background: #855626;
    color: #fff;
    padding: 10px 0px;
    bottom: -10px;
    position: absolute;
    left: 20%;
}

.dna-slide-content h4 {
    font-size: 18px;
	margin-bottom: 0px;
	text-transform: uppercase;
}



/* Post Exceprt Limitation */
.news-blog-blk {
    padding: 50px 0px;
}
.news-blog-tlt-hd-block {
    text-align: center;
}
.news-blog-tlt-hd-block h5 {
    color: #555555;
    font-family: "Roboto", Sans-serif;
}
.news-blog-tlt-hd-block h2 {
    color: #955B0D;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Roboto", Sans-serif;
    font-size: 36px;
    padding-bottom: 20px;
}
.card-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;   /* limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Owl Carousel Navigation Arrows */
.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    pointer-events: none; /* so only arrows are clickable */
}

.owl-carousel .owl-nav button {
    background: none !important;
    border: none !important;
    font-size: 32px !important;
    color: #000 !important;
    cursor: pointer;
    pointer-events: all; /* re-enable click on arrows */
    z-index: 10;
}

/* Left Arrow */
.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -30px;;   /* keep inside by default */
    top: 50%;
    transform: translateY(-50%);
}

/* Right Arrow */
.owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: -18px;;  /* keep inside by default */
    top: 50%;
    transform: translateY(-50%);
}

/* On larger screens push arrows outward */
/* @media (min-width: 1200px) {
    .owl-carousel .owl-nav .owl-prev {
        left: -30px;  
    }

    .owl-carousel .owl-nav .owl-next {
        right: -30px; 
    }
} */
 @media (max-width: 1200px) {
    .owl-carousel .owl-nav .owl-prev {
        left: 0px;  
    }

    .owl-carousel .owl-nav .owl-next {
        right: 12px; 
    }
}

/* Hover effect (optional) */
.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
    color: #444 !important;
}

/* Brands Customer */

.happy-customer-block {
    background: #FCF6EA;
    padding: 50px 0px;
}
.happy-customer-contentblk {
    background: #955B0D;
    padding: 40px;
    border-radius: 12px;
}
.happy-customer-contentblk h4 {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Roboto", Sans-serif;
    font-size: 36px;
    padding-bottom: 20px;
}
.happy-customer-contentblk p {
    color: #fff;
    font-weight: 500;
}
.brand-gallery.owl-carousel.owl-loaded.owl-drag {
    margin-top: 65px;
}

/* Contact Form Field Style */
.text-field {
    width: 100%;
    height: 40px;
    /* background: #00000033; */
    background: #FCF6EA;
    border: 1px solid #ad7b38 !important;
}
.email-id {
    width: 100%;
    height: 40px;
    /* background: #00000033; */
    background: #FCF6EA;
    border: 1px solid #ad7b38 !important;
}
.phone-field {
    width: 100%;
    height: 40px;
    /* background: #00000033; */
    background: #FCF6EA;
    border: 1px solid #ad7b38 !important;
}

.selected-dial-code {
    color: #fff;
}
.field-group-one {
    display: flex;
    justify-content: space-between;
}
@media(max-width:478px){
    .field-group-one{
        flex-direction: column;
    }
}
.field-group-two {
    display: flex;
    justify-content: space-between;
}
@media(max-width:478px){
    .field-group-two{
        flex-direction: column;
    }
}
.select-field {
    width: 100%;
    height: 40px;
    background: #FCF6EA;
    border: 1px solid #ad7b38 !important;
}
.contact-form-block {
    text-align: center;
    padding: 50px 60px;
    background: #00000045;
    border-radius: 25px;
}
@media(max-width:768px){
    .contact-form-block{
        padding: 50px 20px;
    }
}
.contact-form-block h4 {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Roboto", Sans-serif;
    font-size: 30px;
    padding-bottom: 20px;
}
.bottom-form-leftcnt-block {
    background: #fff;
    padding: 50px;
    border-radius: 12px;
}
.bottom-form-leftcnt-block h4 {
    color: #955B0D;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Roboto", Sans-serif;
    font-size: 36px;
    padding-bottom: 20px;
}
.bottom-form-leftcnt-block p {
    margin-top: 70px;
}
.bottom-form-block {
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: cover;
}
.bottom-form-block-bgclr {
    padding: 50px 0px;
}

/* Form Submit Button */
.submit-btn {
    padding: 12px 40px !important;
    font-size: 20px;
    font-weight: 500;
    background: #8b5e17 !important;
    border: none !important;
    color: #fff !important;
}
.wpcf7-spinner {
    display: none;
}

/* DNA Test Card Box Button */
.dna-list-items-btn a {
    color: #604305;
    font-weight: 500;
    font-size: 12px;
    position: absolute;
    bottom: 15px;
    display: block;
    margin: auto;
    right: 70px;
}
.dna-cardbox-items {
    min-height: 200px;
}

/* Contact us Page cta */
.dna-contact-call a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.dna-contact-wts a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.dna-contact-mail a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.dna-contact-call a:before {
    font-family: 'bootstrap-icons';
    content: "\F5C1";
    margin-right: 14px;
    font-size: 1.5em;
    color: #8b5111;
}
.dna-contact-call {
    margin: 5px 0px;
}

.dna-contact-wts a:before {
    font-family: 'bootstrap-icons';
    content: "\F618";
    margin-right: 14px;
    font-size: 1.5em;
    color: #02570e;
}
.dna-contact-mail a:before {
    font-family: 'bootstrap-icons';
    content: "\F32F";
    margin-right: 14px;
    font-size: 1.5em;
    color: #8b5111;
}

/* Contact us form*/
.cnt-contact-form-block {
    padding: 20px 20px;
    border: 1px solid #7c4408;
    border-radius: 10px;
}
.cnt-contact-form-block h4 {
    color: #7c4408de;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 29px;
    padding-bottom: 20px;
}

/* Home Page DNA Test Block Load More */
.dna-test-card {
    display: none; /* hide all by default */
}
.dna-test-card.visible {
    display: block;
}

.dna-show-more-wrap.text-center {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.dna-show-more-wrap.text-center.mt-4 button {
    background: none;
    border: 1px solid #bc7620;
    font-weight: 600;
    font-size: 18px;
}

.dna-show-more-wrap.text-center button {
    background: none;
    border: 1px solid #b1771f;
    font-weight: 600;
    font-size: 17px;
}
/* Right Sticky Button Position */
@media(max-width:768px){
#chaty-widget-0 .chaty-widget {
    bottom: 80px !important;
}
}
