/*!
Theme Name: elevate biz
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: elevate-biz
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.

elevate biz 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: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

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

a:visited {}

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

/* Custom Css Start
--------------------------------------------- */
.top-nav{background:radial-gradient(at top right, #70b2d3 0%, #033c3c 100%) !important;}
.top-nav .asset-block{padding:7px 0;}.top-nav .asset-block .row{margin:auto;}
.top-nav ul{list-style: none;padding: 10px 0; margin: 0;}
.top-nav ul li{display: inline;padding-right: 5px;margin-right: 10px;}
.top-nav ul li a{color: #e3e3e3;font-weight: 500;}
.top-nav .col-lg-2,.top-nav .col-lg-3{padding:0; text-align:right}
.top-nav .social li a{padding:0 5px}.top-nav .top-bx .fa,.top-nav .top-bx .fab{margin-right:5px;}


/* Ensure the Google Translate drop-down is transparent */
.goog-te-combo {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: inherit !important;
}

/* If it's wrapped, remove the wrapper background too */
.language-switcher,
.custom-language-dropdown,
#languageSwitcher {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
	color:#fff;
}

/* Optional: keep the flag icons or dropdown arrow visible */
.language-switcher select,
.custom-language-dropdown select {
  background-color: transparent !important;
}
.language-switcher select option{background:#033c3c}


.mr0{margin:0;}.pd-btm0{padding-bottom:0 !important;}
.top-services{padding:70px 0 !important;}
.top-services h2{margin:0 0 20px !important;}
.faq_section{   
    padding: 40px 0 80px;
    background: #cee5e54a;
    margin: 0;
}

.services-wrapper,.top-services{
    padding: 70px 0 40px;
    background: #cee5e54a;
    margin: 0;
}

.services-wrapper h1{
    color: #1e8a8a;
    font-size: 40px;
    margin: 20px 0;
}

.services-wrapper h3,.top-services h3{
    color: #1e8a8a; 
    margin: 20px 0;
}

.services-wrapper p, .top-services p{
    color: #464646;
    margin-bottom: 10px;
    line-height: 30px;
}
.download_wrapper{margin:0;}
.download_wrapper h3{
    color: #fff; 
    font-size:35px;
    margin: 20px 0 0;
    position:relative;
    z-index:1;
} 
.download_wrapper p{
    color: #fff; 
    margin-bottom: 10px;
    line-height: 30px;
     position:relative;
    z-index:1;
}
 .top-services .accordion-wrapper{text-align:left;}
 .top-services .accordion-wrapper p{margin:inherit;}
 .serv-contain{margin:20px 0;} 
 .serv-contain img{border-radius:6px;}
 .serv-contain h4{font-size:18px; font-weight:600;}
 .sv-box{margin-bottom:20px;}
.service-contact{margin: 0 0 0 20px;
    padding: 30px;
    background: #fff;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.13);}  
.service-contact h3{margin: 0 0 25px;font-size: 1.7rem;
    font-weight: 600;
    color: #DB2217;}    
.service-contact .wpcf7-form .form-control{padding:20px;}
.service-contact .wpcf7-form .wpcf7-textarea{height:75px !important;}


.download_carowsel .item{ border-radius: 20px 20px 20px 20px;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.13);
    position: relative;
    padding: 20px; background:#fff;}
.download_carowsel .item  h3{color:#464646;margin:20px 0;font-size: 30px;}
.download_carowsel .item p{ color: #464646;  line-height: 30px;}
.documents{margin:20px 0 0;text-align:left;}.documents .has-background{padding:35px;}
.documents p{text-align: left !important;margin: inherit !important;width: 100% !important;}

.documents h4{ margin: 10px 0;font-size: 30px; color:#1e8a8a;}
.documents .num h4{background: #1e8a8a; padding:14px; margin:0; border: 1px solid #1e8a8a;border-radius: 50%;color: #fff; font-size: 25px;}

.why_us {
    background-image: url(https://easydemo.shop/elevate/wp-content/uploads/2025/07/glns3.jpg), radial-gradient(at top right, #cee5e54a 0%, #cee5e54a 100%) !important
}
.why_us h2{color: #1e8a8a !important;
    font-size: 40px;
    margin: 20px 0;}
.why_us p{color:#464646 !important;}
.why_us ul{padding:10px 0; margin-bottom:30px;}
.why_us ul li{display: flex;
    align-items: center;
    gap: 15px;
    padding: 5px;
    color:#464646;
    font-size: 18px;}

.why_us ul li::before {
    content: "\2713";
    font-size: 22px;
    color: #1e8a8a;
    width: 20px;
    height: 20px;
    border: 1px solid #1e8a8a;
    display: flex;
    align-items: center;
    justify-content: center;
}

.videos-wrap{display:none !important;}

.buisness_setup{padding:80px 0 60px; margin:0;}
.buisness_setup h2{color: #1e8a8a; font-size: 40px; margin: 20px 0;}
.buisness_setup p{font-size: 16px;color: #464646;margin-bottom:10px;line-height:30px;}
.hm_srv_bx{overflow: hidden; position: relative;max-height: 651px; overflow-y: auto; scrollbar-width: none;margin-top:30px !important;}
.hm_service{ padding: 20px 20px 10px 10px;margin-bottom: 0;border-top: 1px solid #1a8385;}
.hm_service .is-layout-flex{margin:0;}
.hm_service .wp-block-image{margin:0;}
.hm_service .wp-block-image img{width:100% !important;}
.hm_service h3{font-size: 22px; margin: 10px 0;}
.hm_service p{font-size: 14px;color: #464646; margin: 0;line-height:22px;}
.hm_service .wp-block-button a{padding: 10px;font-size: 16px;color: #148385 !important; border: 0;}

.pricing_box_wrapper ul{padding: 30px; padding-top: 0; clear: both;min-height: 355px;}
.pricing_box_wrapper li{
    padding: 10px 0;
    border-bottom: 1px dotted #ccc;
    font-size: 15px;
    color: #464646;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 15px;}
.pricing_box_wrapper li:before{
     content: "\2713";
    font-size: 22px;
    color: #1e8a8a;
    width: 20px;
    height: 20px;
    border: 1px solid #1e8a8a;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main_pdet{ background:radial-gradient(at top left, #817972d6 0%, #058285 100%);}
.main_pdet h2{color:#fff !important;}
.pricing_box_wrapper h2 span{color:#fff !important;}

.what_benifits{ 
padding:70px 0 30px;    
margin:0;    
}

.what_benifits h2{font-size:38px; margin:20px 0; color:#1e8a8a;line-height:50px;}
.what_benifits h3{color:#1e8a8a;line-height:50px;margin:0 0 10px; }
.what_benifits p{color:#464646; margin-bottom: 10px;line-height: 30px;}
.what_benifits .contents{padding:10px 0;}
.what_benifits ul li, .documents ul li, .cards ul li{display: flex;align-items: center;gap: 15px; padding: 5px; font-size: 16px;color: #464646; position: relative;}
.what_benifits ul li:before, .documents ul li:before, .cards ul li:before{content: "\2713";font-size: 16px; color: #1e8a8a;width: 20px;height: 20px; border: 1px solid #1e8a8a;display: flex;align-items: center;justify-content: center;}
.what_benifits img{width:100%; border-radius:12px;}
.pro-service{padding:70px 0 30px;margin:0;}.pro-service h1{font-size:40px;color: #1e8a8a;margin: 20px 0;}
.pro-service h2{color: #1e8a8a;margin: 20px 0;}
.pro-service p{font-size: 16px; color: #464646; margin-bottom: 10px;line-height: 30px;}
.in-list{display:inline;}.in-list li{width:50%; float:left; border:none !important;}

.glnce-cont{margin:0 45px 0 0}
.faqs-link{text-align:center; font-weight:600; margin:15px 0}.faqs-link a{background: #ce9b78;color: #fff !important;padding: 12px;margin: 0 4px;border-radius: 12px;}
.pro-service li{
    padding: 10px 0;
    border-bottom: 1px dotted #ccc;
    font-size: 15px;
    color: #464646;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 15px;}
 .pro-service li:before{
     content: "\2713";
    font-size: 22px;
    color: #fff;
    background:#1e8a8a;
    width: 20px;
    height: 20px;
    border-radius:50%;
    display: flex;
    align-items: center;
    justify-content: center;
}   

.in-list1 li{
    position: relative;display: inline-block;
    padding-left: 28px;margin-bottom: 10px;
    border: none;color: #1b3150;
    font-size: 16px;
}
.in-list1 li::before{
    content: "\2713"; 
   position: absolute;
    top: 12px;
    left: 0;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
}
.in-link{margin:20px 0;}
.in-link li{position: relative;
    display: inline-flex;
    padding-left: 28px;
    margin: 13px 10px 13px 0;
    border: none;
    color: #1b3150;
    font-size: 16px;
    width: 31%;}

.in-link li::before{content: "\2713";
    content: "\2713";
    position: absolute;
    top: 0;
    left: 0;
    width: 23px;
    height: 23px;
    margin-right: 10px;
    background: #1e8a9a;
    border-radius: 50%;
    color: #fff;
    text-align: center;}

.dndextra_intro{ padding: 10px 0 0;text-align: center; line-height: 28px;}
.dndextra_intro h2{color: #fff;font-size: 40px;margin: 20px 0;}
.dndextra_intro p{margin: 0 auto;width: 65%; color:#fff; font-size:16px;}


.corporate-sol h5{
    color:#1e8a8a;   
    display: flex;
    align-items: center;
    font-family:inherit;
    gap: 10px;
    padding:5px 0;
    font-size: 20px;
    margin: 10px 0;
    position: relative;}
.corporate-sol h5:before{
    content: "\2713";
    width: 21px;
    height: 22px;
    background: #1e8a8a;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;}
.dnd_extras{padding: 30px;background: #edf4f4;border-radius: 12px;}
.dnd_extras p{color: #464646;padding: 5px 10px 10px; margin-bottom: 21px; border-bottom: 1px dotted #1e8a8a;}
    
.promo{padding: 20px 0 0;border-radius: 12px;}.promo .container{margin-bottom:15px;}
.promo h3{font-size: 25px;width: 60%;margin: 0 auto;color: #fff;line-height: 35px;}
.promo1{padding: 20px 0 0;border-radius: 12px;}.promo1 .container{margin-bottom:15px;}
.promo1 h3{font-size: 25px;margin: 5px 0 0  30px;color: #fff;line-height: 35px;}
.promo3{border-radius: 12px;}.promo3 p{color: #fff;font-size: 17px !important; margin: 0 !important;line-height: 22px;}.promo3 .wp-block-columns{margin:0}




.dndside-pannel .blog_carousel_wraper{padding:30px 20px 0 30px; background:#ECECEC;}
.dndside-pannel .blog_carousel_wraper h4{margin:0 0 20px; color:#1e8a8a;}
.dndside-pannel .blog_carousel_wraper .featured_artist_list{border-radius:0 !important;}
.service_overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #047072d9;
}


.jurisdictions .wp-block-image.size-full img{ min-height:527px;}
.extra_sections{padding:60px 0;}
.extra_sections h2 {color: #1e8a8a; margin: 20px 0 0}
.extra_sections p{color: #464646;}
.full-list li{width:100% !important;margin: 0;}
.in_half li{width:48% !important;}

.cards{position: relative; background: #ebebeb; border-radius: 15px;padding: 5px 20px;}
.cards h4{margin:10px;color: #1b3150;}
.guide-scroll{max-height: 665px; overflow-y: auto;scrollbar-width: thin;scrollbar-color: #ccc transparent; -ms-overflow-style: auto;}
.guide-scroll::-webkit-scrollbar {width: 6px;}
.guide-scroll::-webkit-scrollbar-track {background: transparent;}
.guide-scroll::-webkit-scrollbar-thumb {background-color: #ccc; border-radius: 4px;}
.pd-70{padding:70px 0 10px; margin:0;}
.visa-service{padding:70px 0; margin:0;}
.visa-service h1 {font-size: 40px; color: #1e8a8a;margin: 10px 0 20px;}
.visa-service p{font-size: 16px; color: #464646; margin-bottom: 10px; line-height: 30px;}
.visa-service h2 {font-size: 30px; color: #1e8a8a;margin: 20px 0}
.visa-service li::before{color:#fff;background: #1e8a8a;font-size: 22px;top:0; border-radius: 50%;display: flex;align-items: center;justify-content: center;}
.visa-list{padding:0;}
.numbered-list {
  counter-reset: visa-counter;
    list-style: none;
    padding-left: 0;
    margin:0;
}

.numbered-list li {
    counter-increment: visa-counter;
    position: relative;
    padding: 0 0 0 64px;
    font-size: 16px;
    font-weight: 500;
    margin: 20px 0 15px;
    width: 50%;
    float: left;
    color: #5c5a5a;
}

.numbered-list li::before {
  content: counter(visa-counter, decimal-leading-zero) ". ";
    position: absolute;
    left: 0;
    color: #318a8a;
    background: transparent;
    font-size: 28px;
    padding: 8px;
    font-weight: bold;
}
.app-procedure h4{color: #012424de;margin: 12px 0;}
.app-procedure .counter{padding: 22px;background: #ebebebe3;border-radius: 12px;border: 1px solid #119b9b4f;}
.banking .full-list li{ margin:12px 0 8px !important;}
.banking .numbered-list li{padding:10px 58px 0 !important; width:100%;margin: 7px 0;}
.mainland_cds ul li{width:50%;float:left;} 
.no-display{display:none !important;}



.menu-services-menu-footer-container .menu li{margin-bottom: 10px !important;}#menu-services-menu-footer li a{color: #ccc !important;font-size: 15px;}
/*** 
 * Popup Css Start 
 * 
***/
.modal-overlay{position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    display: flex;}


.modal-content {
  background: #003b3ccf !important;
  border:1px solid #ccc !important;
  padding: 30px;
  max-width: 600px;
  width: 90%;
  position: relative;
  border-radius: 10px;
}
.modal-content h3{color: #ccc; margin: 0 0 25px;}
.modal-content p.beforeGO{color: #ccc; margin: -15px 0 20px;}
.form-quick-contact div{margin-bottom:15px;}
.form-quick-contact input[type="text"],.form-quick-contact input[type="email"],.form-quick-contact input[type="tel"],.form-quick-contact select, .form-quick-contact textarea
{padding: 15px;width: 100%;background: #e1eded;border-radius: 10px;}
.form-quick-contact .wpcf7-submit{ background: linear-gradient(to right, #ff4c2a, #e57143, #fb5b1d, #ff3b1b);padding: 10px;font-size: 18px; color: #fff;}
.close-modal {
  position: absolute;
  top: 10px; right: 15px;
  color:#fff;
  font-size: 24px;
  cursor: pointer;
}
/*** 
 * Popup Css End & Blog page Css Start
 * 
***/
.blog-section{padding:100px 0;}.blog-section h1{font-size: 40px;color: #1e8a8a;margin: 20px 0;line-height: 50px;}
.blog-meta{padding: 0 0 10px;border-bottom: 1px dotted #ccc;}.blog-image{margin:10px 0 20px}
.blog-content p{font-size: 16px;color: #464646;margin-bottom: 10px;line-height: 30px;}.blog-content h2{margin: 20px 0;color: #1e8a8a;font-size: 25px;}
.dnd_blog_list{margin:20px 0 10px;padding:10px 0}
.dnd_blog_list h4{position: relative;display: inline-block;padding-left: 28px;margin-bottom: 10px;border: none;color: #464646;font-size: 20px;}
.dnd_blog_list h4::before {
    content: "\2713";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
}
.blog-content ul li{    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 28px;
    font-size: 16px;
    color: #464646;
    position: relative;}
.blog-content ul li:before{   content: "\2713";
    font-size: 16px;
    color: #1e8a8a;
    width: 20px;
    height: 20px;
    border: 1px solid #1e8a8a;
    display: flex;
    align-items: center;
    justify-content: center;}
.sidebar form div{margin-bottom:10px;}
.sidebar-contain{margin:30px 0;}
.sidebar-contain .blog_carousel_wraper{padding: 20px 20px 0 23px; background: #ECECEC;margin: 30px 0 0 20px;border-radius: 14px;}
.sidebar-contain .blog_carousel_wraper h4 {margin: 0 0 20px;color: #1e8a8a;}.sidebar-contain .blog_img_content .col-lg-12{padding:0; margin:0}.sidebar-contain .featured_artist_detail{padding:20px !important}.sidebar-contain .blog_img_content{margin:0 0 13px;} 
.sidebar-contain input[type="text"],.sidebar-contain input[type="email"],.sidebar-contain input[type="tel"] ,.sidebar-contain textarea{width:100%}

.blog-container .wp-block-post{border: 1px solid #135e63;margin: 30px 10px;box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.08);border-radius: 15px 15px 15px 15px;background: #fffffff2;}.blog-container .wp-block-post-featured-image,.blog-container .wp-block-post-featured-image img{border-radius: 15px 15px 0 0;} .blog-container .wp-block-post h2{font-size: 22px;line-height: 32px;padding: 0 15px 8px;}.blog-container .wp-block-post .wp-block-post-date{color: #085f62;padding: 0 20px 20px;}
.dnd_pt{position:relative;}.dnd_pt h2{margin:0 0 20px}.dnd_pt ul li{border:none;gap: 10px;font-size: 16px;}
.color-green{color:#1e8a8a}.dnd_pointer li{position: relative;padding: 0px 40px 15px;margin: 10px 0 15px;border-bottom: 1px dotted #e3e3e3;color: #1b3150;font-size: 17px;}
.dnd_pointer li::before{
    content: "\2713";
    position: absolute;
    top: 0px;
    left: 0;
    font-size: 27px;
    width: 22px;
    background: #066264;
    color: #ccc;
    border-radius: 50%;
    height: 24px;
}
.pd0{padding:0}.pdb0{padding-bottom:0}.mrb0{margin-bottom:0}
.ifza-block1 h3{font-size: 20px;margin: 20px 0;color: #006262;}.ifza-block1 .promo h3{width:100%;}

#pricingModal .wpcf7-form  .wpcf7-response-output{color:#fff !important}


.custom-contact-form input[type="text"], input[type="email"],input[type="tel"]{padding:10px;margin:0 0 10px;width: 100%;}
.custom-contact-form button{background: #115f64;color: #fff;border: none;border-radius: 5px; font-weight: 400;font-size: 12px;padding: 10px 12px;}

.ccf-form .flds{margin-bottom:12px;}.ccf-form button{background: #115f64;color: #fff;border: none;border-radius: 5px; font-weight: 400;font-size: 15px;padding:13px 25px;}

/**
 * Single Page Css Start
**/

.single-page {
    padding: 70px 0 30px;
    margin: 0;
}
.address-section{padding: 40px 20px 30px 2px;}
.add-contain{align-items: center !important;gap:5px;padding: 10px 0; margin-bottom: 12px;line-height: 30px;}.add-contain .icon{text-align:center}
.add-contain .icon .fa, .add-contain .icon .fa-map-marker{font-size: 15px;padding: 15px;background: #115f64; border-radius: 50%;color: #fff;}
.main-contact{padding: 30px; background: #fff;border-radius: 20px 20px 20px 20px; box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.13);}
.main-contact h3{font-size: 30px;margin: 10px 0 20px;color: #f00;}.main-contact p{margin: 0 0 20px;color: #3b4444;}
.main-contact form label{color: #3b4444;font-weight: 500;}
.book_consultancy form select{padding:17px; background:#fff}
.service-contact form select{ background:#fff}
.main-contact form input[type="text"], input[type="email"], input[type="tel"],select,textarea{padding: 10px;width: 100%;}
.main-contact form .wpcf7-submit{background: #115f64; padding: 20px 40px;color: #fff;border-radius: 8px;}
.about_page_container{padding:80px 0 40px;margin: 0;}.about_page_container h2,.about_section1 h2{color: #1e8a8a;font-size: 40px;margin: 20px 0;}.about_page_container p{font-size: 16px;color: #464646;margin-bottom: 15px; line-height:32px;}.about_section1{padding:60px 0 30px; margin:0;} .about_section1 h4,.about_page_container h4{font-size: 22px;color: #079191;margin: 0 0 15px;}.about_section1 ul{line-height:30px}
.about_section1 ul li,.about_page_container ul li{display: flex;align-items: center;gap: 15px;padding: 5px;font-size: 16px;color: #464646;position: relative;}
.about_section1 ul li::before, .about_page_container ul li::before{content: "\2713";font-size: 16px;color: #1e8a8a;width: 20px;height: 20px; border: 1px solid #1e8a8a;display: flex;align-items: center;justify-content: center;} .abtpg-img_contain img{border-radius:8px;}
.abt_mission{align-items:center !important;}.abt_mission p{font-size: 16px;color: #464646;line-height:32px;}
.container-abtimportance p{position: relative;display: inline-block;padding: 10px 44px; margin-bottom: 0; border: none; color: #1b3150;font-size: 18px;}
.container-abtimportance p::before{
	content: "\2713";
    position: absolute;
    top: 12px;
    left: 0;
    width: 30px;
    height: 28px;
    margin-right: 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    color: #fff;
    background: #1e8a8a;
    font-size: 32px;
}
.abtwork_container{align-items:center !important;margin-bottom: 7px; gap:22px;}
.abtwork_container .num{background: #1e8a8a;border-radius: 50%;}.abtwork_container .num p{padding: 4px;color: #fff;}.abtwork_container .cnt p{font-size: 18px;padding: 10px 0;}

.tnc h3, .privcy h3{color: #086164;margin: 20px 0;font-size:25px;}.tnc p{font-size: 16px;color: #464646;padding:0 0 12px; margin-bottom: 20px;line-height: 32px;border-bottom:1px dotted #e1e1e1;} .privcy p{font-size: 16px;color: #464646;line-height: 32px;margin: 0 0 8px;}.privcy .content-block{border-bottom: 1px dotted #e1e1e1;padding: 20px 0;margin:0;}
.free_sec1 h3{font-size:20px; margin:20px 0;color:#006262}.free_sec1 p{padding:0 0 20px; border-bottom:1px dotted #dddddd;line-height: 30px;}.free_sec1 h2{margin:20px 0px 28px;}

/*** Footer CTA Css Start ***/
.footer-cta-section{margin-top: 0px; z-index: 9;position: relative;}.footer-cta-section .wrap{width: 100%;max-width: 1120px;float: none;margin: 0 auto;}
.footer-cta-section .ct-bx{background: #038a8d; padding: 12px 75px;text-align: center; color: #fff; box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.26);border-radius: 15px;position: absolute; top:-100px}.footer-cta-section .ct-bx h2{font-size: 32px;font-weight: 700; margin-bottom: 20px;color: #fff;}
.footer-cta-section .ct-bx p{margin:15px 40px}
.footer-cta-section .ct-bx .ct-btn{background: #f53939;color: #fff;padding: 14px 36px;font-size: 18px;font-weight: 600;border-radius: 8px; text-decoration: none;display: inline-block;transition: 0.3s;}
/*** Footer CTA Css End ***/

@media screen and (max-width:768px) {
.m24_navi_main_wrapper{padding-bottom:10px !important;}
.slider-area .carousel-inner .carousel-item .carousel-captions .content{padding:100px 0 0 !important;}
.dnd_glance{ background-image:radial-gradient(at top right, #817972d6 0%, #058285 100%) !important;}    
.testimonial_img{width:25% !important;}    
.featured_song_slider1 .owl-nav, .featured_song_slider1  .owl-dots{display:none !important;}
.treanding_slider_main_box{height:535px;}   
.footer_about_wrapper .wrapper_first_image{margin:0;}
.footer_about_wrapper .wrapper_first_image img{width:50%;}
.indx_title_left_wrapper{padding:125px 0 0 !important;}

.why_us{background-image:radial-gradient(at top right, #b3b3b3d6 0%, #ceebeb 100%) !important}
.carousel-captions{min-height: 580px !important;}
.has-sub ul{padding: 0;margin: 0;background: #efefef;} .has-sub ul li{border-bottom: 1px dotted #e1e1e1;}
.has-sub ul li a{padding:14px 0 !important;}
#cssmenu img{width:70%}
.section2_bottom_wrapper{margin:0 !important;}
	
.footer-cta-section .ct-bx{position:relative;border-radius: 0;padding: 10px; top: 0;}
.footer_wrapper{padding:50px 20px !important;}
.top-nav{display:none !important;}
}





  
/* Custom Css End
--------------------------------------------- */


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

.post,
.page {
	
}

.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;
}
/*--------Blog Page Start Here-----------*/
.blog-main .blog-container{ width:100%;}
.blog-main .blog-list-holder{padding-top: 80px;
    padding-right: 30px;
    padding-bottom: 50px;
    padding-left: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;}
.blog-main .blog-container .wp-block-post {
    margin: 0px;
    width: calc(50% - 20px);
}
.blog-container-main{padding-bottom: 150px;}
.blog-navigation{padding: 0 30px;}
.blog-navigation .pagination{justify-content: center;}
.blog-navigation .nav-links a.page-numbers, .blog-navigation .nav-links span.page-numbers {
    border: 1px solid #038a8d;
    color: #191919;
    padding: 6px 15px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    transition: .3s;
    margin: 0 2px;
}
.blog-navigation .nav-links a.page-numbers:hover, .blog-navigation .nav-links span.page-numbers{
	border-color: #f53939;
}
@media screen and (max-width:768px) {
	.blog-main .blog-container .wp-block-post {
		width: 100%;
	}
}
/*--------Blog Page End Here-----------*/
.gov-logo-strip {
}

.gov-logo-container img {
    max-height: 72px;
    width: auto;
    object-fit: contain;
    filter: grayscale(50%);
    opacity: 0.85;
    transition: all 0.3s ease;
    padding : 0 10px
}
.gov-logo-container img:first-child {
    padding-left: 0px;
}

.gov-logo-container img:last-child {
    padding-right: 0;
}
.gov-logo-container img:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.05);
}

@media (max-width: 768px) {

    .gov-logo-strip {
        padding: 25px 15px;
    }

    .gov-logo-container {
        gap: 20px;
    }

    .gov-logo-container img {
        max-height: 38px;
    }
}