/*!
Theme Name: ASIC
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: asic
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.

ASIC 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.
 */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
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 {
    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;
}


/* -------------------------------Custom Styling------------------------------ */

body {
    margin: 0 !important;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.body_cont {
    overflow: hidden;
}

.title {
    font-family: "Outfit", sans-serif;
}


/* .title h1{
	font-family: "Outfit", sans-serif;
	margin: 0;
	font-size: 60px;
	line-height: normal;
	font-weight: 400;
	color: #FFFFFF;
	text-transform: capitalize;
} */

#uni_banner .solve strong {
    font-family: "Outfit", sans-serif;
    margin: 0;
    font-size: 60px;
    line-height: normal;
    font-weight: 400;
    color: #FFFFFF;
    text-transform: capitalize;
}

.title h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

.title .second_heading,
.title h2,
.title h3 {
    font-family: "Outfit", sans-serif;
    font-size: 48px;
    line-height: normal;
    font-weight: 600;
    padding-bottom: 28px;
    color: #1B232E;
    margin: 0;
}

.title .top_heading {
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    line-height: normal;
    font-weight: 600;
    color: #1B232E;
    margin: 0;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.title h4 {
    font-family: "Outfit", sans-serif;
    margin: 0;
}

.title h5,
h6 {
    font-family: "Outfit", sans-serif;
    margin: 0;
}

.title p {
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #696969;
    margin-bottom: 25px;
}

.title p:last-child {
    margin: 0;
}

.title ul {
    /* padding: 0; */
    margin: 0;
    list-style: disc;
}

.title ul li {
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #696969;
    margin: 0;
    padding-bottom: 6px;
    position: relative;
}

.title a {
    color: inherit;
    text-decoration: none;
    outline: none;
    transition: all ease 0.5s;
}

.title a:visited {
    color: inherit;
    text-decoration: none;
    outline: none;
}


/* .title a:hover{
	color: #FABD2A;
} */

.wpcf7-not-valid-tip:not(:nth-child(1)):not(:nth-child(2)) {
    display: none;
}

.uni_btn {
    margin-top: 40px;
    position: relative;
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #38B6FF;
    border-radius: 16px;
    background: #38B6FF;
    color: #ffffff;
    min-width: 252px;
    height: 56px;
    padding: 0px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* text-transform: capitalize; */
    transition: all ease 0.5s;
    z-index: 1;
    overflow: hidden;
}

.uni_btn:focus {
    border: none;
}

.uni_btn:hover {
    background: #1B232E;
    border: 1px solid #1B232E !important;
}

.uni_btn2 {
    position: relative;
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #E3E3E3;
    border-radius: 16px;
    background: transparent;
    color: #1B232E;
    min-width: 180px;
    height: 56px;
    padding: 0px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-transform: capitalize;
    transition: all ease 0.5s;
    z-index: 1;
    overflow: hidden;
}

.uni_btn2 svg {
    margin-top: 4px;
    transition: all ease 0.5s;
}

.uni_btn2:hover {
    background: #1B232E;
    border: 1px solid #1B232E !important;
    color: #FFFFFF;
}

.uni_btn2 svg path {
    transition: all ease 0.5s;
}

.uni_btn2:hover svg path {
    stroke: #FFFFFF;
}

.btn.loadMoreBtn {
    position: relative;
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    border: 1px solid #E3E3E3;
    border-radius: 16px;
    background: transparent;
    color: #1B232E;
    width: 180px;
    height: 56px;
    padding: 16px 56px 16px 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* gap: 8px; */
    text-transform: capitalize;
    transition: all ease 0.5s;
    z-index: 1;
    margin: 30px auto 0;
    overflow: hidden;
}

.btn.loadMoreBtn::after {
    content: url('/wp-content/uploads/2024/08/Down.svg');
    position: absolute;
    right: 32px;
    transform: translateY(-50%);
    top: 49%;
}

.btn.loadMoreBtn:hover {
    background: #38B6FF;
    border: 1px solid #38B6FF !important;
    color: #FFFFFF;
}

.btn.loadMoreBtn:hover::after {
    filter: brightness(0) invert(1);
}

.grey_section {
    border-radius: 24px;
    background: #F3F5F9;
    padding: 0px 40px;
}

.inner_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: all ease 0.5s;
}

.inner_img:hover {
    transform: scale(1.1);
}


/* -----------------Hrader--------------------- */

#masthead {
    padding: 22px 0px;
    margin-bottom: 30px;
    border-bottom: 1px solid #E3E3E3;
    transition: all ease 0.5s;
}

#masthead .head_btns {
    transition: all ease 0.5s;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 45px;
}

#masthead .head_btns .head_contact {
    font-size: 18px;
    line-height: normal;
    font-weight: 600;
    color: #004AAD;
    transition: all ease 0.5s;
}

#masthead .head_btns .head_contact:hover {
    color: #1B232E;
}

#masthead .head_btns .uni_btn {
    margin: 0;
    gap: 10px;
}

#masthead .top_menu {
    visibility: hidden;
    opacity: 0;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 60%);
    background: rgb(56 182 255 / 100%);
    border-bottom: transparent;
    top: 0;
    left: 0;
    z-index: 999999999;
    position: fixed;
    width: 100%;
    transition: all ease 0.5s;
    padding: 18px 0px 22px 0px;
    transition: all ease 0.5s;
    /* position: absolute; */
}

header#masthead.scroll-up .top_menu {
    opacity: 1;
    visibility: visible;
}

.scroll-down .top_menu {
    transform: translate3d(0, -100%, 0);
}

.scroll-up {
    transform: none;
}

header#masthead.scroll-up .head_logo {
    display: none;
}

header#masthead.scroll-up .head_btns {
    display: none;
}


/* -------------------Mega Menu-------------------- */

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
    vertical-align: sub;
    font-size: 14px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator {
    margin: 0 0 0 2px;
}


/* ul.mega-sub-menu {
	margin-top: 10px !important;
} */

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
    transition: all ease 0.5s;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
    transition: all ease 0.5s;
    font-weight: 400 !important;
    position: relative;
    margin: 0px 16px 10px 16px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link::before {
    content: "";
    width: 0%;
    height: 4px;
    border-radius: 10px;
    background: #FFFFFF;
    position: absolute;
    bottom: -2px;
    left: 0;
    transition: all ease 0.5s;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link:hover:before {
    width: 100%;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link:before {
    width: 100%;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children>a.mega-menu-link:hover span.mega-indicator:after {
    transform: rotate(-180deg);
}

#mega-menu-wrap-menu-1 ul.mega-sub-menu {
    margin-top: 10px !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.for_tab {
    display: none;
}


/* -----------------Footer--------------------- */

#testimonials {
    padding-top: 75px;
}

#testimonials .grey_section.foot_visa {
    padding-top: 65px;
    padding-bottom: 100px;
}

#testimonials .grey_section.foot_visa .second_heading {
    max-width: 990px;
}

#testimonials .testi_box {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 32px;
}

#testimonials .testi_box .testi_content p {
    font-size: 18px;
}

#testimonials .testi_box .review_name {
    font-size: 18px;
    line-height: normal;
    font-weight: 700;
    color: #170F49;
    margin: 0;
    padding: 30px 0px 8px 0px;
}

#testi_slider .owl-nav {
    margin-top: 0px;
}

#testi_slider .owl-nav button {
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 16%;
    width: 56px;
    height: 56px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease 0.5s;
}

#testi_slider button:hover {
    background: #1B232E;
    border: 1px solid #1B232E;
}

#testi_slider .owl-nav button.owl-next {
    position: absolute;
    transform: translateY(50%);
    top: 25%;
    right: -20px;
}

#testi_slider .owl-nav button.owl-prev {
    position: absolute;
    transform: translateY(50%);
    top: 25%;
    left: -20px;
}

#testi_slider .owl-nav img {
    transition: all ease 0.5s;
}

#testi_slider .owl-nav .owl-prev:hover img {
    filter: brightness(0) invert(1);
}

#testi_slider .owl-nav .owl-next:hover img {
    filter: brightness(0) invert(1);
}

#foot_sec {
    margin-top: 80px;
    padding: 80px 0px 25px 0px;
    background: #1B232E;
}

#foot_sec .foot_heading {
    font-size: 18px;
    line-height: normal;
    font-weight: 700;
    color: #FFFFFF;
    padding-bottom: 8px;
    transition: all ease 0.5s;
}

#foot_sec .foot_menu ul {
    padding-left: 0;
    list-style: none;
}

#foot_sec .foot_menu ul li,
#foot_sec .foot_menu p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #FFFFFF;
    transition: all ease 0.5s;
    padding-top: 16px;
    padding-left: 0;
    padding-bottom: 0;
}

#foot_sec .foot_menu ul li.current-menu-item {
    color: #38B6FF;
}

#foot_top .foot_menu ul li:hover {
    color: #38B6FF;
}

#foot_sec a:hover {
    color: #38B6FF;
}

#foot_sec a .foot_heading:hover {
    color: #38B6FF;
}

#foot_sec .norm_field {
    background: transparent;
    border: 1px solid #737272;
    border-radius: 15px;
    outline: none;
    width: 100%;
    padding: 14px 22px;
    height: 56px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 24px;
}

#foot_sec .name_field::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
}

#foot_sec .uni_btn {
    margin-top: 16px;
    position: relative;
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #38B6FF;
    border-radius: 16px;
    background: #38B6FF;
    color: #ffffff;
    min-width: 100%;
    height: 56px;
    padding: 0px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* text-transform: capitalize; */
    transition: all ease 0.5s;
    z-index: 1;
    overflow: hidden;
}

#foot_sec .uni_btn:hover {
    background: #FFFFFF;
    color: #1B232E;
}

#foot_sec .custm_foot {
    padding-top: 48px;
}

#foot_sec .foot_dash {
    margin: 12px 0px;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
}

#foot_sec .custm_center {
    align-items: center;
}

#foot_sec .foot_contact,
#foot_sec .follow {
    padding-left: 75px;
}

#foot_sec .contact_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
}

#foot_sec .foot_contact p {
    font-size: 14px;
    line-height: 24px;
    color: #A4A4A4;
    transition: all ease 0.5s;
}

#foot_sec .foot_contact p:hover {
    color: #38B6FF;
}

#foot_sec .foot_contact svg {
    margin-top: 1px;
}

#foot_sec .foot_contact .for_address {
    max-width: 200px;
}

#foot_sec .follow .foot_social {
    padding-top: 5px;
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

#foot_sec .follow .foot_social svg path {
    transition: all ease 0.5s;
}

#foot_sec .follow .foot_social svg:hover path {
    fill: #38B6FF;
}

#foot_sec .foot_verline {
    position: absolute;
    width: 1px;
    height: 100%;
    background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
}

#foot_sec .line_relate {
    position: relative;
    height: 100%;
}

#foot_sec .foot_bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 14px;
}

#foot_sec .foot_bottom .left_content p {
    margin: 0;
    color: #FFFFFF;
}

#foot_sec .foot_bottom .left_content p.outer_pages {
    color: #38B6FF;
}

#foot_sec .foot_bottom .partner_logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

#foot_sec .wpcf7 .wpcf7-response-output {
    color: #FFFFFF;
}


/* ---------------------------Pages----------------------------- */

#uni_banner {
    position: relative;
}

#uni_banner .blue_bg {
    /* background: #38B6FF; */
    border-radius: 24px;
    padding: 30px 30px;
    position: relative;
    background-image: url('/wp-content/uploads/2024/08/home_bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#uni_banner .blue_bg.for_inner {
    background-image: url('/wp-content/uploads/2024/08/inner_bg.png');
}


/* #uni_banner .blue_bg .home_bg-1{
	position: absolute;
	left: 0;
	bottom: 70px;
}

#uni_banner .blue_bg .home_bg-2{
	position: absolute;
	right: -0px;
	top: 70px;
} */

#uni_banner .leading {
    text-align: center;
    padding: 155px 0px 180px 0px;
    z-index: 1;
    position: relative;
}

#uni_banner .leading h1 {
    font-size: 80px;
    line-height: 94px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0;
}

#uni_banner .leading .btn_cont {
    padding-top: 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 22px;
}

#uni_banner .leading .btn_cont .uni_btn.banr_btn1 {
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    color: #38B6FF;
    min-width: 150px;
    margin: 0;
}

#uni_banner .leading .btn_cont .uni_btn.banr_btn2 {
    background: transparent;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    margin: 0;
}

#uni_banner .leading .btn_cont .uni_btn:hover {
    background: #1B232E;
    color: #FFFFFF;
}

#uni_banner .inner_leading {
    text-align: center;
    padding: 112px 0px;
    z-index: 1;
    position: relative;
}

#uni_banner .inner_leading .inner_heading {
    font-family: "Outfit", sans-serif;
    margin: 0;
    font-size: 60px;
    line-height: normal;
    font-weight: 400;
    color: #FFFFFF;
    text-transform: capitalize;
}

#uni_banner .inner_leading .deep {
    padding-top: 33px;
}

#uni_banner .inner_leading .deep .detail_heading {
    position: relative;
    font-size: 40px;
    line-height: normal;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0;
    text-align: right;
    padding-right: 40px;
    max-width: fit-content;
    margin-left: auto;
}

#uni_banner .inner_leading .deep .detail_heading::before {
    content: url('/wp-content/uploads/2024/08/line_round.svg');
    position: absolute;
    left: -38px;
    top: -10px;
}

#uni_banner .inner_leading.detail_leads {
    padding-bottom: 30px;
}


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

#contact_sec {
    padding: 65px 0px;
}

#contact_sec .contact_box {
    min-height: 326px;
    border-radius: 12px;
    background: #F8F8F8;
    padding: 50px 60px;
}

#contact_sec .contact_box .contsct_title {
    padding: 20px 0px 14px 0px;
    font-size: 24px;
    line-height: normal;
    color: #1B232E;
    font-weight: 600;
}

#contact_sec .contact_box p {
    font-size: 23px;
    line-height: 28px;
    color: #696969;
    transition: all ease 0.5s;
}

#contact_sec .contact_box p.phone_last {
    margin-top: 30px;
}

#contact_sec .contact_box p:hover {
    color: #38B6FF;
}

.set_pad_form {
    background: #F3F5F9;
    border-radius: 24px;
    padding: 78px 0px;
}

#form_sec .form_cont {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
}

#form_sec .form_cont .second_heading {
    font-weight: 700;
    text-transform: capitalize;
}

.form_cont .norm_field {
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 15px;
    outline: none;
    width: 100%;
    padding: 14px 30px;
    height: 56px;
    font-size: 16px;
    font-weight: 400;
    color: #1B232E;
    margin-top: 24px;
}

.form_cont .name_field::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #1B232E;
}

.form_cont textarea.norm_field {
    height: 115px;
}

.wpcf7-not-valid-tip {
    font-size: 13px;
}

.wpcf7 form.invalid .wpcf7-response-output {
    font-size: 14px;
    color: #000000;
    border-radius: 15px;
    border-color: #dc3232;
    margin: 0;
    margin-top: 20px;
    padding: 8px 16px;
    text-align: center;
}

.wpcf7 form.sent .wpcf7-response-output {
    font-size: 14px;
    color: #000000;
    border-radius: 15px;
    margin: 0;
    margin-top: 20px;
    padding: 8px 16px;
    text-align: center;
}

.form_cont .uni_btn {
    margin: 26px auto 0;
    position: relative;
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #38B6FF;
    border-radius: 15px;
    background: #38B6FF;
    color: #ffffff;
    min-width: 333px;
    height: 56px;
    padding: 0px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    transition: all ease 0.5s;
    z-index: 1;
    overflow: hidden;
}

.form_cont .uni_btn:hover {
    background-color: #1B232E;
    border: 1px solid #1B232E !important;
    color: #FFFFFF;
}

#booking {
    margin-top: 80px;
}

#booking .grey_section.consulting {
    padding-top: 55px;
    padding-bottom: 35px;
}

#booking .form_cont .uni_btn {
    margin: 35px 0 0px;
}

#booking .form_cont .second_heading {
    padding-bottom: 10px;
}

#booking .notfy {
    padding-top: 25px;
}

#booking .suppot {
    padding-top: 40px;
}

#booking .my_check .wpcf7-list-item {
    margin: 25px 0px;
}

#booking .my_check .wpcf7-list-item .wpcf7-list-item-label {
    margin-left: 15px;
    color: #696969;
}

#booking .my_check input[type="checkbox"] {
    position: relative;
    top: 1px;
}

#booking .control_div {
    text-align: right;
}

#booking .control_div button {
    background: transparent;
    border: 0;
}

#booking p.advice {
    padding-bottom: 16px;
    margin: 0;
    color: #1B232E;
    text-transform: capitalize;
}

#booking .for_radios .wpcf7-form-control.wpcf7-radio {
    display: flex;
    flex-direction: column;
}


/* #booking .price_book{
	visibility: 0;
	opacity: 0;
} */

#booking .for_radios .wpcf7-list-item {
    margin-left: 0;
    display: flex;
    gap: 12px;
    padding-bottom: 8px;
}

.custom-file-upload {
    position: relative;
    display: inline-block;
    width: 100%;
    /* margin-bottom: 15px; */
}

.custom-file-label {
    display: block;
    cursor: pointer;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
}

.custom-file-upload label {
    position: relative;
}

.custom-file-upload label::after {
    content: url('/wp-content/uploads/2024/08/book_plus.svg');
    position: absolute;
    right: 27px;
    transform: translateY(-50%);
    top: 50%;
    width: 18px;
    height: 18px;
}

.custom-file-upload input[type="file"] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.signature-pad {
    border-radius: 15px;
}

canvas#your_sign {
    border-radius: 15px;
    background: #FFFFFF;
    max-width: 100%;
}


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

#faqs {
    padding: 65px 0px 0px 0px;
}

#faqs .faq_query {
    max-width: 1122px;
    margin: 0 auto;
}

#faqs .faq_accord .accordion-item {
    background-color: transparent;
    border: 0;
}

#faqs .faq_accord .accordion-item .accordion-button.collapsed {
    box-shadow: none;
    background-color: #1B232E;
    padding: 22px 19px 22px 50px;
    border-radius: 12px;
    margin-bottom: 20px;
}

#faqs h2.accordion-header {
    padding-bottom: 0px;
}

#faqs .faq_accord .accordion-item .accordion-button {
    box-shadow: none;
    background-color: #1B232E;
    padding: 22px 19px 22px 50px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

#faqs .faq_accord .accordion-item .accordion-button p {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    max-width: 985px;
}


/* #faqs .faq_accord .accordion-item .accordion-button.first_onee{
	color: #1E1E1E;
  } */

#faqs .faq_accord .accordion-body {
    padding: 28px 40px 28px 50px;
    color: #696969;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    background: #F8F8F8;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    margin-bottom: 20px;
}

#faqs .faq_accord .accordion-body p {
    max-width: 1020px;
}

#faqs .faq_accord .accordion-button::after {
    background-image: url(./assets/img/accord.svg);
    width: 20px;
    height: 10px;
    transform: rotate(-180deg) !important;
}

#faqs .faq_accord .accordion-button:not(.collapsed)::after {
    background-image: url(./assets/img/accord.svg) !important;
}


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

#services_main {
    padding-top: 55px;
}


/* #services_main .service_box{
	margin-top: 25px;
} */

#service_inner {
    padding: 65px 0px;
}

#service_inner .visa {
    padding-top: 50px;
    padding-bottom: 50px;
}

#service_inner .content_wrep {
    max-width: 670px;
}

#service_inner .content_wrep a {
    color: #38B6FF;
}

#service_inner .emigrate_content a {
    color: #38B6FF;
}

#service_inner .emigrate_content img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.page-id-278 #service_inner .emigrate_content.take img {
    height: 200px;
    width: auto;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 5px;
}


/* #service_inner .content_wrep p{
	margin-bottom: 1rem;
  } */

#service_inner .content_wrep a {
    color: #38B6FF;
}

#service_inner .content_wrep .top_heading {
    margin-bottom: 25px;
}


/* #service_inner .content_wrep strong,
  #service_inner .take strong{
	font-size: 24px;
	line-height: normal;
	font-weight: 600;
	color: #1B232E;
  } */

#service_inner .content_wrep .sub_heading {
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    color: #696969;
    margin: 0;
    padding-bottom: 35px;
}

#service_inner .visit {
    width: 100%;
    height: 418px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 20px;
}

#service_banner .simple_round {
    background-image: url('/wp-content/uploads/2024/07/Mask-group.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 24px;
}

.shade_custm {
    background: linear-gradient(to right, rgba(27, 35, 46, 1), rgba(27, 35, 46, 0.82), rgba(27, 35, 46, 0));
    border-radius: 24px;
    padding: 50px 40px;
}

#service_banner .commit .top_heading {
    color: #FFFFFF;
}

#service_banner .second_heading {
    color: #FFFFFF;
    max-width: 1015px;
}

#service_banner p {
    color: #FFFFFF;
    max-width: 868px;
}

#service_banner ul li {
    color: #FFFFFF;
    max-width: 868px;
}

#service_banner .dashline {
    margin: 55px 0px 25px 0px;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
}

#service_banner .process_cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

#service_banner .process_box {
    max-width: 250px;
}

#service_banner .process_box .process_title {
    font-size: 24px;
    line-height: normal;
    color: #FFFFFF;
    font-weight: 500;
    padding-bottom: 12px;
    text-transform: capitalize;
}

#service_banner .process_box p {
    font-size: 12px;
    line-height: normal;
    color: #FFFFFF;
    font-weight: 500;
    margin: 0;
    padding: 0;
}


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

#blogs_inner {
    padding-top: 65px;
}

.deport {
    padding-top: 50px;
    padding-bottom: 75px;
}

#blogs_inner .inner_detail .blog_tittle {
    color: #1B232E;
    padding-bottom: 14px;
    font-size: 28px;
    line-height: normal;
    font-weight: 600;
}

#blogs_inner .inner_detail .post_info {
    margin: 0;
}

#blogs_inner .inner_detail .inner_img_cont {
    margin: 30px 0px;
    width: 100%;
    height: 550px;
    overflow: hidden;
    border-radius: 10px;
}

#blogs_inner .inner_detail .inner_img_cont iframe {
    width: 100%;
    height: 100%;
}

#blogs_inner .inner_detail .inner_img_cont .video_frame {
    width: 100%;
    height: 100%;
}

#blogs_inner .inner_detail .inner_content a {
    color: #38B6FF;
}

#blogs_inner .inner_detail .inner_content h2,
#blogs_inner .inner_detail .inner_content h3 {
    color: #1B232E;
    font-size: 28px;
    line-height: normal;
    font-weight: 600;
}

#blogs_sec {
    padding-top: 55px;
}

#blogs_sec .help {
    max-width: 950px;
}

#blogs_sec .help .second_heading {
    text-transform: capitalize;
    padding-bottom: 35px;
}

.blog_box {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-bottom: 25px;
}

.blog_box .blog_shade {
    background: linear-gradient(to top, rgba(27, 35, 46, 1) 0%, rgba(27, 35, 46, 1) 22%, rgba(27, 35, 46, 0) 72%);
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.blog_box .main_title {
    padding: 28px 25px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #FFFFFF;
}

.blog_box .date_cont {
    background: #1B232E;
    min-width: 90px;
    padding: 0px 5px;
    min-height: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 28px;
    left: 25px;
}

.blog_box .date_cont p {
    color: #FFFFFF;
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: normal;
    font-weight: 600;
}

.blog_box .dash_verline {
    width: 100%;
    height: 1px;
    background: #D4D6D8;
    position: relative;
    left: 25px;
}

.blog_box .dash_verline::before {
    content: "";
    background: #D4D6D8;
    border-radius: 50%;
    width: 9px;
    height: 9px;
    position: absolute;
    left: -1;
    transform: translateY(-50%);
}


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

#home_create {
    padding: 80px 0px;
    overflow: hidden;
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
}

#home_create.for_blogg {
    padding-bottom: 0;
}

#home_create .like {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 26px;
    padding-bottom: 8px;
}

#home_create.for_blogg .like {
    padding-bottom: 32px;
}

#home_create .like .second_heading {
    max-width: 720px;
    padding: 0;
}

.service_box {
    background: #F8F8F8;
    border: 1px solid #EEEEEE;
    border-radius: 12px;
    padding: 24px 24px;
    min-height: 375px;
    margin-top: 25px;
}

.blue_line {
    display: flex;
    align-items: center;
    padding-bottom: 12px;
}

.blue_line .line {
    background: #38B6FF;
    border-radius: 8px;
    width: 20px;
    height: 6px;
}

.blue_line .dot {
    background: #38B6FF;
    border-radius: 50%;
    width: 6px;
    height: 6px;
}

.service_box .info_list {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    /* flex-wrap: wrap; */
    padding-top: 15px;
}

.service_box .info_list p {
    font-size: 18px;
    line-height: normal;
    font-weight: 500;
    color: #1B232E;
}

.service_box .uni_btn {
    margin-top: 32px;
    width: 100%;
    min-height: 80px;
    border-radius: 8px;
    text-transform: capitalize;
    background: #1B232E;
    border: 1px solid #1B232E;
    font-size: 24px;
    line-height: 30px;
    padding: 10px 24px;
}

.service_box .uni_btn:hover {
    background: #38B6FF;
    border: 1px solid #38B6FF !important;
}

html body .set_stage_pad {
    padding-left: 100px;
    padding-right: 0;
}

#service_slider .owl-stage {
    left: -25px;
}

#service_slider .info_icon {
    width: 20px;
    height: 20px;
}

#service_slider .owl-nav {
    margin-top: 0px;
}

#service_slider .owl-nav button {
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 16%;
    width: 56px;
    height: 56px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease 0.5s;
}

#service_slider button:hover {
    background: #1B232E;
    border: 1px solid #1B232E;
}

#service_slider .owl-nav button.owl-next {
    position: absolute;
    transform: translateY(50%);
    top: 32%;
    right: 40px;
}

#service_slider .owl-nav button.owl-prev {
    position: absolute;
    transform: translateY(50%);
    top: 32%;
    left: -30px;
}

#service_slider .owl-nav img {
    transition: all ease 0.5s;
}

#service_slider .owl-nav .owl-prev:hover img {
    filter: brightness(0) invert(1);
}

#service_slider .owl-nav .owl-next:hover img {
    filter: brightness(0) invert(1);
}

#info_sec {
    padding: 80px 0px;
}

#info_sec.for_last {
    padding-bottom: 0;
}

#info_sec a {
    color: #38B6FF;
}

#info_sec .grey_section.info_gray {
    padding-top: 65px;
    padding-bottom: 65px;
}

#info_sec .visit {
    overflow: hidden;
    width: 100%;
    height: 350px;
    border-radius: 8px;
    margin-bottom: 15px;
}

#info_sec .content_wrep {
    padding-right: 22px;
}

#blogs_slider .owl-stage {
    left: -25px;
}

#blogs_slider .info_icon {
    width: 20px;
    height: 20px;
}

#blogs_slider .owl-nav {
    margin-top: 0px;
}

#blogs_slider .owl-nav button {
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 16%;
    width: 56px;
    height: 56px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease 0.5s;
}

#blogs_slider button:hover {
    background: #1B232E;
    border: 1px solid #1B232E;
}

#blogs_slider .owl-nav button.owl-next {
    position: absolute;
    transform: translateY(50%);
    top: 32%;
    right: 40px;
}

#blogs_slider .owl-nav button.owl-prev {
    position: absolute;
    transform: translateY(50%);
    top: 32%;
    left: -30px;
}

#blogs_slider .owl-nav img {
    transition: all ease 0.5s;
}

#blogs_slider .owl-nav .owl-prev:hover img {
    filter: brightness(0) invert(1);
}

#blogs_slider .owl-nav .owl-next:hover img {
    filter: brightness(0) invert(1);
}


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

#service_banner.case_bottom {
    padding-top: 38px;
}

#service_banner.case_bottom .shade_custm {
    min-height: 499px;
    display: flex;
    align-items: center;
}

#service_banner.case_bottom .small_heading {
    font-size: 28px;
    line-height: normal;
    font-weight: 600;
    margin: 0;
    color: #FFFFFF;
    padding-bottom: 30px;
}

#service_banner.case_bottom h2,
#service_banner.case_bottom h3 {
    padding-bottom: 0;
    color: #FFFFFF;
}

#service_banner.case_bottom a:hover {
    color: #38B6FF;
}


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

#service_inner.for_about .content_wrep {
    max-width: 590px;
}

#service_banner .commmit .minutes p {
    font-size: 44px;
    line-height: 68px;
    font-weight: 600;
    color: #FFFFFF;
    max-width: 950px;
}

#service_banner.bottom_about .shade_custm {
    padding-bottom: 110px;
}

#info_sec .provide {
    max-width: 1095px;
}

#info_sec.infrom_about {
    padding-bottom: 0;
}

#our_doings {
    padding-top: 75px;
}

#our_doings .main_pad {
    padding: 0px 40px;
}

#our_doings .key_list {
    width: 100%;
    height: 575px;
    overflow: hidden;
    border-radius: 10px;
}

#our_doings .dialog {
    padding-left: 18px;
}

#our_doings .dialog h2,
#our_doings .dialog h3 {
    font-size: 28px;
    line-height: normal;
    font-weight: 600;
    color: #1B232E;
    margin: 0;
    padding-bottom: 16px;
}

#our_doings .reverse_row {
    flex-direction: row-reverse;
}

#our_doings .reverse_row .key_list {
    width: 100%;
    height: 375px;
    overflow: hidden;
    border-radius: 10px;
}

#our_doings .reverse_row .dialog {
    padding-left: 0px;
    padding-right: 18px;
}

#team_sec {
    padding: 25px 0px 62px 0px;
}

.member_cont {
    margin-top: 38px;
    background: #F8F8F8;
    border-radius: 12px;
    padding: 24px;
    min-height: 405px;
}

.member_cont .content {
    max-width: 368px;
    height: 219px;
    overflow: hidden;
}

.member_cont .membr_img {
    width: 100%;
    height: 205px;
    overflow: hidden;
    border-radius: 12px;
}

.member_cont .uni_btn {
    margin-top: 32px;
    width: 100%;
    min-height: 80px;
    border-radius: 8px;
    text-transform: capitalize;
    background: #1B232E;
    border: 1px solid #1B232E;
    font-size: 24px;
    line-height: normal;
    padding: 10px 24px;
    transition: all ease 0.5s;
    cursor: pointer;
}

.member_cont .uni_btn:hover {
    background: #38B6FF;
    border: 1px solid #38B6FF !important;
}

.modal {
    z-index: 9999999999999 !important;
    font-family: "Outfit", sans-serif;
}

.team_model .modal-content {
    border-radius: 12px;
}

.team_model .modal-header {
    background-color: #38B6FF;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding: 19px 50px;
    border: 0;
}

.team_model .modal-header .info_cont {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.team_model .modal-header .info_cont .pop_name {
    font-size: 24px;
    line-height: normal;
    font-weight: 600;
    margin: 0;
    color: #FFFFFF;
    padding: 0;
}

.team_model .modal-header .info_cont .pop_designation {
    font-size: 18px;
    line-height: normal;
    font-weight: 400;
    margin: 0;
    color: #FFFFFF;
    padding: 0;
}

.team_model .modal-header .btn-close {
    filter: brightness(0) invert(1);
    padding: 0;
    margin: 0;
    opacity: 1;
    background-color: transparent;
    font-size: 20px;
}

.team_model .modal-body {
    padding: 26px 50px 50px 50px;
}

.team_model .set_pad {
    margin: 0;
}

.team_model .pop_mail {
    color: #38B6FF;
}

.team_model a {
    color: inherit;
    text-decoration: none;
    transition: all ease 0.5s;
}

.team_model a:hover {
    color: #38B6FF;
}

.team_model .pop_detail {
    padding-top: 32px;
}


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

.emigrate_content h2,
.emigrate_content h3,
.emigrate_content h4,
.emigrate_content h5 {
    font-size: 24px;
    line-height: normal;
    font-weight: 600;
    color: #1B232E;
    padding-bottom: 20px;
    padding-top: 15px;
}


/* .emigrate_content ul li:last-child {
    padding-bottom: 22px;
} */

#service_inner.for_migrate .content_wrep {
    max-width: 679px;
}

#service_banner .uni_btn:hover {
    background: #FFFFFF;
    color: #1B232E;
    border: 1px solid #FFFFFF;
}

#service_banner.for_question .shade_custm {
    min-height: 499px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#service_banner.for_question a {
    color: #38B6FF;
}

#service_inner.exclusive {
    padding: 80px 0px 0px 0px;
}

#service_inner.exclusive .grey_section {
    background: transparent;
    padding-top: 0;
    padding-bottom: 0;
}

.special_pad.title ul li:last-child {
    margin-bottom: 20px;
}

.postid-551 #service_inner.inner_top {
    padding-bottom: 0;
}

.postid-554 #service_inner.inner_top {
    padding-bottom: 0;
}

.special_pad.title ul li:last-child {
    margin-bottom: 20px;
}

#service_inner.two_col.title ul li:last-child {
    margin-bottom: 20px;
}

#service_inner .img_wrep {
    margin-top: 35px;
    width: 100%;
    height: 260px;
    overflow: hidden;
    border-radius: 12px;
}

.error-404.not-found {
    padding-top: 80px;
}

.error-404.not-found .page-header h1 {
    font-size: 36px;
    line-height: 42px;
    color: #38B6FF;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
}

.take.emigrate_content {
    padding-top: 30px;
}

.blue_section {
    background: #38B6FF;
}

.title.new_section .second_heading,
.title.new_section h2,
.title.new_section h3,
.title.new_section h4,
.title.new_section h5 {
    font-family: "Outfit", sans-serif;
    font-size: 24px;
    line-height: normal;
    font-weight: 600;
    padding-bottom: 28px;
    color: #1B232E;
    margin: 0;
}

#service_inner_new .grey_section {
    padding-top: 60px;
    padding-bottom: 60px;
}

section#service_inner_new {
    margin-bottom: 65px;
}

#more_work {
    display: none;
}

.page-template-get-in-touch #masthead {
    display: none;
}

.page-template-get-in-touch #uni_banner {
    display: none;
}

#touch_banner {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.touch_shade {
    background: rgba(0, 0, 0, 0.4);
}

.header_touch {
    padding: 30px 0 20px 0;
}

.form_wrap_custom {
    background: rgba(0, 0, 0, 0.6);
    padding: 50px 50px 35px 50px;
    border-radius: 20px;
}

.touch_menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 {
    text-align: left;
}

.form_wrap_custom h1 {
    font-family: "Outfit", sans-serif;
    font-size: 26px;
    text-align: center;
    color: #fff;
}

.form_wrap_custom input {
    background: transparent;
    border: 1px solid #FFF !important;
    border-radius: 28px;
    outline: none;
    width: 100%;
    padding: 14px 26px;
    height: 55px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    font-family: "Outfit", sans-serif;
    color: #FFF !important;
    margin-top: 25px;
}

.form_wrap_custom input::placeholder {
    color: #fff !important;
}

.form_wrap_custom input:focus-visible {
    border-color: #fff !important;
}

.form_wrap_custom textarea {
    background: transparent;
    border: 1px solid #FFF !important;
    border-radius: 28px;
    outline: none;
    width: 100%;
    padding: 14px 26px;
    height: 150px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    font-family: "Outfit", sans-serif;
    color: #FFF;
    margin-top: 25px;
}

.form_wrap_custom textarea::placeholder {
    color: #fff;
}

.form_wrap_custom select {
    background: transparent;
    border: 1px solid #FFF !important;
    border-radius: 28px;
    outline: none;
    width: 100%;
    padding: 14px 26px;
    height: 55px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    font-family: "Outfit", sans-serif;
    color: #FFF;
    margin-top: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('/wp-content/uploads/2024/09/drop.svg');
    background-repeat: no-repeat;
    background-position-x: 92%;
    background-position-y: 50%;
}

.form_wrap_custom select option {
    color: #000;
}

.form_wrap_custom input[type='submit'] {
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    border: none;
    border-radius: 40px;
    background: #FFF;
    color: #000 !important;
    width: 180px;
    height: 55px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    transition: all ease 0.5s;
    z-index: 1;
    position: relative;
    margin-top: 20px;
}

.form_wrap_custom input[type='submit']:hover {
    color: #FFF !important;
    background: transparent;
    border: 1px solid #FFF !important;
}

.form_con {
    padding: 170px 0 100px 0;
}

.touch_right h2 {
    font-family: "Outfit", sans-serif;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 30px;
}

body.page-template-get-in-touch-php {
    overflow-x: hidden;
}

.touch_det h3 {
    font-family: "Outfit", sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 8px;
}

.touch_det a {
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    display: block;
    text-decoration: none;
}

.touch_det a:hover {
    text-decoration: underline;
    color: #fff;
}

.touch_det p {
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    display: flex;
    align-items: center;
}

.touch_det {
    margin-bottom: 35px;
}

.touch_right {
    padding-left: 50px;
}

.form_wrap_custom .wpcf7-not-valid-tip {
    color: #fff;
}

.form_wrap_custom .wpcf7 form.invalid .wpcf7-response-output {
    border-color: #fff;
    color: #fff;
    text-align: center;
}

.form_wrap_custom .wpcf7 form.sent .wpcf7-response-output {
    border-color: #fff;
    color: #fff;
    text-align: center;
}

html {
    overflow-x: hidden;
}

.floating_bbuttons {
    display: block;
    position: fixed;
    right: -69px;
    top: 35%;
    transform: rotate(90deg);
    z-index: 99;
}

.floating_bbuttons a:has(svg) {
    padding: 11px 8.5px;
    background-color: #1B232E;
    color: #1B232E;
    transition: 0.3s;
    border-radius: 16px 0px 0 16px;
}

.floating_bbuttons a:nth-child(2) {
    background-color: #38B6FF;
    display: inline-block;
    transition: 0.3s;
    padding: 8px 25px;
    color: #fff;
    text-decoration: none;
    font-family: "Outfit", sans-serif;
    border: 1px solid #38B6FF;
    transform: translateY(-1px);
    border-radius: 0 16px 16px 0;
}

.floating_bbuttons svg {
    width: 20px;
    height: 20px;
    transform: rotate(270deg);
}

.floating_bbuttons svg path {
    transition: 0.5s;
}

.floating_bbuttons a:nth-child(2):hover {
    background-color: #1B232E;
    border-color: #1B232E;
    color: #fff;
    transition: 0.3s;
}

.floating_bbuttons a:has(svg):hover {
    background-color: #fff;
    color: #fff;
    transition: 0.3s;
}

.floating_bbuttons a:hover path {
    fill: #38B6FF;
    transition: 0.3s;
}

.header_touch {
    position: fixed;
    width: 100%;
    top: 0;
    transition: 0.5s;
    z-index: 2;
}

.header_touch.scroll-down {
    transform: translate3d(0, -100%, 0);
}

.header_touch.scroll-up {
    transform: none;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 60%);
    background: rgb(0 137 199 / 95%);
    z-index: 999999999;
    padding: 13px 0 12px 0;
}

ul.mega-sub-menu {
    background: #000 !important;
    padding: 7px 0px 0px 0px !important;
}

ul.mega-sub-menu li {
    padding: 0 15px 15px 15px !important;
}


/* ---------------------------Responsiveness----------------------- */

@media only screen and (max-width: 1399px) {
    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
        margin: 0px 16px 12px 16px;
    }
    .service_box .uni_btn {
        height: fit-content;
    }
    #uni_banner .inner_leading .deep .detail_heading {
        padding-right: 0;
        text-align: center;
        max-width: 800px;
        margin: 0 auto;
    }
    #uni_banner .inner_leading .deep .detail_heading::before {
        opacity: 0;
    }
    #contact_sec .contact_box {
        padding: 40px 40px;
    }
    .form_cont .norm_field {
        min-height: 56px;
        height: fit-content;
    }
}


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

@media only screen and (max-width: 1299px) {
    html body .set_stage_pad {
        padding-left: 60px;
    }
    .form_cont .norm_field {
        min-height: 56px;
        height: fit-content;
    }
}


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

@media only screen and (max-width: 1199px) {
    #masthead .top_menu {
        padding: 14px 0px 10px 0px;
    }
    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
        margin: 0px 12px 10px 12px;
    }
    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link::before {
        height: 2px;
        bottom: -2px;
    }
    #uni_banner .leading {
        padding: 100px 0px 110px 0px;
    }
    #uni_banner .leading h1 {
        font-size: 55px;
        line-height: 65px;
    }
    .title .second_heading,
    .title h2,
    .title h3 {
        font-size: 38px;
        line-height: 45px;
    }
    html body .set_stage_pad {
        padding-left: 45px;
        padding-right: 50px;
    }
    #service_slider .owl-stage {
        left: 0;
    }
    #service_slider .owl-nav button.owl-prev {
        position: unset;
        transform: unset;
    }
    #service_slider .owl-nav button.owl-next {
        position: unset;
        transform: unset;
    }
    #service_slider .owl-nav button {
        width: 50px;
        height: 50px;
        margin: 4px 6px;
        display: unset;
    }
    #service_slider .owl-nav img {
        position: relative;
        top: -2px;
    }
    #service_slider .owl-nav {
        margin-top: 20px;
    }
    #blogs_slider .owl-stage {
        left: 0;
    }
    #blogs_slider .owl-nav button.owl-prev {
        position: unset;
        transform: unset;
    }
    #blogs_slider .owl-nav button.owl-next {
        position: unset;
        transform: unset;
    }
    #blogs_slider .owl-nav button {
        width: 50px;
        height: 50px;
        margin: 4px 6px;
        display: unset;
    }
    #blogs_slider .owl-nav img {
        position: relative;
        top: -2px;
    }
    #blogs_slider .owl-nav {
        margin-top: 5px;
    }
    #uni_banner .inner_leading {
        padding: 85px 0px;
    }
    #uni_banner .inner_leading .inner_heading {
        font-size: 40px;
        line-height: 48px;
    }
    #uni_banner .inner_leading .deep {
        padding-top: 28px;
    }
    #uni_banner .inner_leading .deep .detail_heading {
        font-size: 28px;
        line-height: 35px;
    }
    #uni_banner .inner_leading .deep .detail_heading {
        max-width: 700px;
    }
    .service_box .uni_btn {
        font-size: 18px;
        line-height: 25px;
    }
    #service_inner .visit {
        height: 358px;
    }
    .emigrate_content h2 {
        font-size: 20px;
        line-height: 27px;
    }
    #service_banner .commmit .minutes p {
        font-size: 30px;
        line-height: 42px;
    }
    #service_banner.bottom_about .shade_custm {
        padding-bottom: 59px;
    }
    #our_doings .key_list {
        height: 355px;
    }
    #our_doings .reverse_row .key_list {
        height: 355px;
    }
    .blog_box {
        height: 358px;
    }
    #service_banner.case_bottom .shade_custm {
        min-height: unset;
    }
    #blogs_inner .inner_detail .inner_img_cont {
        height: 325px;
    }
    #service_banner.for_question .shade_custm {
        min-height: unset;
    }
    .member_cont .uni_btn {
        min-height: 60px;
        font-size: 18px;
        line-height: 24px;
    }
    .member_cont .membr_img {
        height: unset;
    }
    #contact_sec .contact_box {
        padding: 36px 18px;
    }
    #contact_sec .contact_box p {
        font-size: 20px;
        line-height: 26px;
    }
    #contact_sec .contact_box {
        min-height: 290px;
    }
    .form_cont .norm_field {
        padding: 14px 16px;
    }
    .custom-file-upload label::after {
        right: 23px;
        width: 8px;
        height: 18px;
    }
}


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

@media only screen and (max-width: 991px) {
    #masthead .head_btns {
        display: none;
    }
    .touch_right {
        padding-left: 0;
        padding-top: 50px;
    }
    .header_touch {
        position: unset;
    }
    body.page-template-get-in-touch-php #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated {
        position: absolute;
        top: -45px;
        right: 0;
    }
    body.page-template-get-in-touch-php #mega-menu-menu-1 {
        width: 100% !important;
        left: 0 !important;
    }
    .form_con {
        padding: 0 0 25px 0;
    }
    .form_wrap {
        background: rgba(0, 0, 0, 0.6);
        padding: 50px 25px 35px 25px;
        border-radius: 20px;
    }
    #masthead .top_menu {
        visibility: visible;
        opacity: 1;
        position: unset;
        background: transparent;
        box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%);
        padding: 0;
    }
    #masthead .row {
        align-items: center;
    }
    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item {
        padding: 15px 0px;
        border-bottom: 1px solid #E3E3E3;
        margin: 0 0px 0 0;
        font-size: 18px;
    }
    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item:last-child {
        border: 0;
    }
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-toggle-on>ul.mega-sub-menu {
        margin-top: 0px !important;
        border-radius: 0px;
    }
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children>a.mega-menu-link:hover span.mega-indicator:after {
        transform: rotate(0deg);
    }
    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
        transition: all ease 0.5s;
        margin-right: 0px;
        margin-left: 0;
        margin: 0;
        font-size: 18px;
        font-weight: 500 !important;
        text-transform: capitalize;
    }
    #mega-menu-wrap-menu-1 .mega-menu-toggle+#mega-menu-menu-1 {
        margin-top: 40px;
    }
    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link:before {
        display: none;
    }
    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link::before {
        display: none;
    }
    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.for_tab {
        display: block;
    }
    #uni_banner .top_menu {
        display: none;
    }
    #masthead {
        padding: 10px 0px;
    }
    #uni_banner .leading {
        padding: 75px 0px 80px 0px;
        text-align: left;
    }
    #uni_banner .leading .btn_cont {
        justify-content: flex-start;
        gap: 18px;
    }
    #uni_banner .leading h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .uni_btn {
        margin-top: 30px;
        font-size: 15px;
        min-width: 200px;
        height: 50px;
        padding: 0px 20px;
    }
    #home_create {
        padding: 55px 0px;
    }
    #home_create .like {
        gap: 16px;
    }
    .title .second_heading,
    .title h2,
    .title h3 {
        font-size: 30px;
        line-height: 36px;
        padding-bottom: 18px;
    }
    .uni_btn2 {
        font-size: 15px;
        height: 50px;
    }
    .service_box {
        padding: 24px 16px;
    }
    .service_box .info_list p {
        font-size: 16px;
    }
    .service_box .uni_btn {
        font-size: 16px;
        line-height: 22px;
        min-height: 68px;
    }
    .shade_custm {
        padding: 50px 16px;
    }
    #uni_banner .blue_bg {
        border-radius: 24px;
        padding: 30px 12px;
    }
    #info_sec {
        padding: 50px 0px;
    }
    #info_sec .grey_section.info_gray {
        padding-top: 46px;
        padding-bottom: 46px;
    }
    .grey_section {
        padding: 0px 13px;
    }
    #service_banner .process_box .process_title {
        font-size: 20px;
    }
    #info_sec .visit {
        height: 325px;
        margin-top: 30px;
    }
    #testimonials {
        padding-top: 55px;
    }
    .blog_box {
        height: 325px;
    }
    .blog_box .main_title {
        padding: 20px 12px;
        font-size: 15px;
        line-height: 25px;
    }
    .blog_box .date_cont {
        top: 20px;
        left: 16px;
    }
    .blog_box .dash_verline {
        left: 16px;
    }
    #testimonials .grey_section.foot_visa {
        padding-top: 46px;
        padding-bottom: 50px;
    }
    #testi_slider .owl-nav button.owl-prev {
        position: unset;
        transform: unset;
    }
    #testi_slider .owl-nav button.owl-next {
        position: unset;
        transform: unset;
    }
    #testi_slider .owl-nav button {
        width: 50px;
        height: 50px;
        margin: 4px 6px;
        display: unset;
    }
    #testi_slider .owl-nav img {
        position: relative;
        top: -2px;
    }
    #testi_slider .owl-nav {
        margin-top: 18px;
    }
    .title .top_heading {
        font-size: 16px;
        margin-bottom: 12px;
    }
    #testimonials .testi_box {
        padding: 22px 16px;
    }
    #testimonials .testi_box .testi_content p {
        font-size: 16px;
        line-height: 26px;
    }
    #testimonials .testi_box .review_name {
        font-size: 16px;
        padding: 22px 0px 2px 0px;
    }
    #foot_sec {
        margin-top: 55px;
        padding: 25px 0px 25px 0px;
    }
    #foot_sec .foot_contact,
    #foot_sec .follow {
        padding-left: 0px;
    }
    #foot_sec .foot_verline {
        display: none;
    }
    #foot_sec .foot_menu ul li,
    #foot_sec .foot_menu p {
        padding-top: 10px;
    }
    #foot_sec .foot_heading {
        padding-top: 30px;
    }
    #foot_sec .foot_menu p {
        padding-top: 4px;
    }
    #foot_sec .norm_field {
        height: 50px;
        font-size: 15px;
        margin-top: 5px;
    }
    #foot_sec .custm_foot {
        padding-top: 34px;
    }
    #foot_sec .follow .foot_social {
        padding-bottom: 30px;
    }
    #uni_banner .inner_leading {
        padding: 75px 0px;
        text-align: left;
    }
    #uni_banner .inner_leading .inner_heading {
        font-size: 35px;
        line-height: 42px;
    }
    #services_main {
        padding-top: 32px;
    }
    .service_box .blue_line {
        padding-bottom: 2px;
    }
    #uni_banner .inner_leading.detail_leads {
        padding-bottom: 42px;
        padding-top: 60px;
    }
    #uni_banner .inner_leading .deep {
        padding-top: 12px;
    }
    #uni_banner .inner_leading .deep .detail_heading {
        font-size: 22px;
        line-height: 28px;
        text-align: left;
    }
    #service_inner .visa {
        padding-top: 45px;
        padding-bottom: 46px;
    }
    #service_inner .content_wrep .top_heading {
        margin-bottom: 12px;
    }
    .title p {
        margin-bottom: 16px;
    }
    #service_inner .visit {
        height: 325px;
        margin-top: 25px;
    }
    #service_inner {
        padding: 50px 0px;
    }
    #service_inner.exclusive {
        padding: 45px 0px 0px 0px;
    }
    #service_inner.exclusive .grey_section {
        padding: 0;
    }
    #service_inner .content_wrep .sub_heading {
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 8px;
    }
    .emigrate_content h2,
    .emigrate_content h3 {
        padding: 10px 0px;
        font-size: 20px;
        line-height: 26px;
    }
    #service_banner.bottom_about .shade_custm {
        padding-bottom: 45px;
        padding-top: 45px;
    }
    #service_banner .commmit .minutes p {
        font-size: 24px;
        line-height: 34px;
    }
    #our_doings {
        padding-top: 50px;
    }
    #our_doings .main_pad {
        padding: 0px 0px;
    }
    #our_doings .key_list {
        height: 325px;
        margin-bottom: 30px;
    }
    #our_doings .dialog {
        padding-left: 0px;
    }
    #our_doings .dialog h2,
    #our_doings .dialog h3 {
        font-size: 22px;
        padding-bottom: 12px;
    }
    #faqs .faq_accord .accordion-item .accordion-button {
        padding: 22px 12px 22px 12px;
    }
    #faqs .faq_accord .accordion-body {
        padding: 22px 12px 22px 12px;
    }
    #faqs .faq_accord .accordion-item .accordion-button.collapsed {
        padding: 22px 12px 22px 12px;
    }
    #faqs {
        padding: 50px 0px 0px 0px;
    }
    #blogs_inner .grey_section {
        padding: 35px 16px;
    }
    #blogs_inner .inner_detail .blog_tittle {
        padding-bottom: 8px;
        font-size: 18px;
    }
    .btn.loadMoreBtn {
        font-size: 16px;
        line-height: 22px;
        height: 52px;
    }
    .member_cont {
        margin-top: 30px;
        padding: 26px 14px;
    }
    .member_cont .membr_img {
        height: 412px;
        margin-top: 24px;
    }
    .team_model .modal-header {
        padding: 16px 12px;
    }
    .team_model .modal-body {
        padding: 26px 12px 30px 12px;
    }
    #booking {
        margin-top: 50px;
    }
    #booking .grey_section.consulting {
        padding-top: 38px;
        padding-bottom: 30px;
    }
    #booking .suppot {
        padding-top: 22px;
    }
    #contact_sec .contact_box p.phone_last {
        margin-top: 18px;
    }
    #contact_sec .contact_box p {
        font-size: 18px;
        line-height: 22px;
    }
    #contact_sec .contact_box {
        min-height: 268px;
        margin-bottom: 25px;
    }
    #contact_sec {
        padding: 50px 0px 30px 0px;
    }
    .set_pad_form {
        padding: 40px 0px;
    }
    #form_sec .form_cont .second_heading {
        padding-bottom: 5px;
    }
    .page-id-278 #service_inner .emigrate_content.take img {
        height: auto;
        width: auto;
        margin-bottom: 12px;
    }
}


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

@media only screen and (max-width: 767px) {
    #uni_banner .leading {
        padding: 20px 0px 27px 0px;
    }
    #uni_banner .leading h1 {
        font-size: 33px;
        line-height: 36px;
    }
    #home_create {
        padding: 40px 0px;
    }
    .title .second_heading,
    .title h2,
    .title h3 {
        font-size: 26px;
        line-height: 30px;
    }
    html body .set_stage_pad {
        padding-left: 12px;
        padding-right: 12px;
    }
    #uni_banner .leading .btn_cont {
        justify-content: flex-start;
        gap: 12px;
    }
    .service_box {
        min-height: unset;
    }
    #service_slider .owl-nav {
        text-align: left;
        margin-top: 0px;
    }
    #blogs_slider .owl-nav {
        margin-top: 0px;
        text-align: left;
    }
    #testi_slider .owl-nav {
        text-align: left;
    }
    #foot_sec .uni_btn {
        font-size: 16px;
        height: 50px;
    }
    #foot_sec .custm_foot {
        padding-top: 12px;
    }
    #foot_sec .foot_contact .for_address {
        max-width: 300px;
    }
    #foot_sec .foot_bottom {
        gap: 15px;
    }
    #foot_sec .follow .foot_social {
        gap: 20px;
    }
    #service_banner .process_box .process_title {
        font-size: 18px;
        padding-bottom: 8px;
    }
    #uni_banner .inner_leading {
        padding: 30px 0px;
    }
    #uni_banner .inner_leading .inner_heading {
        font-size: 30px;
        line-height: normal;
    }
    #services_main {
        padding-top: 25px;
    }
    #uni_banner .inner_leading .deep {
        padding-top: 5px;
    }
    #uni_banner .inner_leading .deep .detail_heading {
        font-size: 20px;
        line-height: 25px;
    }
    #uni_banner .inner_leading.detail_leads {
        padding-bottom: 30px;
        padding-top: 30px;
    }
    #service_banner .dashline {
        margin: 38px 0px 25px 0px;
    }
    .postid-551 #service_inner .visa {
        padding-top: 40px;
        padding-bottom: 30px;
    }
    #testimonials .grey_section.foot_visa {
        padding-top: 41px;
        padding-bottom: 40px;
    }
    .emigrate_content h2,
    .emigrate_content h3 {
        padding: 10px 0px;
        font-size: 20px;
        line-height: 26px;
    }
    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item {
        padding: 12px 0px;
    }
    #mega-menu-wrap-menu-1 .mega-menu-toggle+#mega-menu-menu-1 {
        margin-top: 22px;
    }
    #service_banner.case_bottom .small_heading {
        font-size: 22px;
        padding-bottom: 24px;
    }
    .team_model .modal-header .info_cont {
        gap: 4px;
    }
    #form_sec .set_pad_form {
        padding: 40px 12px;
    }
}

#more {
    display: none;
}
.visa-section,
.visa-section p,
.visa-section h1,
.visa-section h2,
.visa-section h3,
.visa-section h4,
.visa-section h5,
.visa-section h6 {
font-family: "Outfit", sans-serif;
}
.visa-section,
.visa-section p {
  font-size: 16px;
  line-height: 28px;
  color: #696969;
}
.visa-section h2 {
	font-size: 48px;
    font-weight: 600;
    line-height: 68px;
}
.visa-section h3 {
  font-size: 32px;
}
.visa-section .eligibility h4 {
  font-size: 24px;
}
.visa-section .eligibility p {
  color: #ffffff;
}
.visa-section .visa-cards h5 {
  font-size: 20px;
  line-height: 28px;
}
.visa-section .visa-cards ul li,
.visa-section .visa-cards p,
.visa-section .eligibility p.text-dark,
.visa-section .eligibility .text-dark ul li { 
  color: #696969 !important;
}
.visa-section .visa-cards button {
  font-size: 24px;
}