/*!
Theme Name: Gravity Education 
Theme URI: https://gravityeducation.com/
Author: PulsePlay Digital
Author URI: https://pulseplaydigital.com/
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: Gravity Education
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.


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-color: transparent;
}

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;
}
body{
background-color: #FFFDFA !important;
}
/* 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{
	margin: 0 0 1.5em;
}

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

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

a:active{
	outline:none !important;
}

.container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 20px;
}

.agent-profile {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #ddd;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.agent-profile h2 {
    font-size: 24px;
    color: #333;
}

.agent-profile p {
    font-size: 16px;
    color: #555;
}

.agent-profile img {
    max-width: 100px;
    border-radius: 50%;
    margin-top: 10px;
}
.agent-dashboard {
    max-width: 800px;
    margin: 0 auto;
    font-family: Arial, sans-serif;
    line-height: 1.6;
}
.agent-dashboard h1, .agent-dashboard h2 {
    color: #333;
}
.agent-dashboard table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}
.agent-dashboard table th, .agent-dashboard table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}
.agent-dashboard table th {
    background-color: #f4f4f4;
    color: #333;
}

/*css*/
 .testimonial-sect .item {
            padding: 20px;
        }

        .testimonial-card {
            background: #fff;
            border-radius: 10px;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
            padding: 20px;
            text-align: center;
            transform: scale(0.8);
            transition: transform 0.3s ease;
        }

       .testimonial-sect .owl-item.active.center .testimonial-card {
            transform: scale(1);
        }

        .profile-img {
            width: 60px !important;
            height: 60px;
            border-radius: 50%;
            margin-bottom: 10px;
            display: block; /* Ensures the image is treated as a block element */
            margin-left: auto; /* Centers the image horizontally */
            margin-right: auto; /* Centers the image horizontally */
        }

       .role {
    font-size: 16px;
    color: #000;
    margin: 6px;
}

        .stars {
            color: #f4b400;
            margin-bottom: 10px;
        }

        .testimonial-text {
    font-size: 16px;
    color: #000;
    line-height: 21.79px;
    font-weight: 400;
    font-family: 'Open Sans';
}
.testimonial-card h3 {
    margin: 0 !important;
}
        .testimonial-sect .owl-prev, .owl-next {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: #fff;
            border-radius: 50%;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
            width: 30px;
            height: 30px;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            z-index: 10; /* Ensure the arrows are on top */
        }

       .testimonial-sect .prev-sec {
            left: -35px;
        }

        .testimonial-sect .next-sec {
            right: -35px;
        }

        .testimonial-sect .owl-dots {
            text-align: center;
            margin-top: 15px;
        }

        .testimonial-sect .owl-dot {
            display: inline-block;
            width: 10px;
            height: 10px;
            background: #ccc;
            margin: 5px;
            border-radius: 50%;
            cursor: pointer;
        }
.testimonial-sect .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #0166FF;
}
  .testimonial-sect .no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block;
    overflow: hidden;
}

        .testimonial-sect .owl-dot.active {
    background: #3366ff !important;
}
/*css*/
.testimonial-section {
            padding: 60px 20px;
            color: white;
            text-align: center;
        }
.testimonial-section .owl-dots {
    display: none;
}
        .testimonial-sec .testimonial-item {
            position: relative;
            padding: 20px;
            font-style: italic;
        }

      .testimonial-item p {
    font-style: italic;
    font-size: 25px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Open Sans' !important;
    font-weight: 400 !important;
    line-height: 45px;
}

        .testimonial-author {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.author-image {
    width: 80px !important;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 10px;
    border: 3px solid white;
    margin-right: 20px;
}

       .author-name {
    font-size: 25px;
    font-weight: 600;
    margin-top: 10px;
    font-family: 'Open Sans';
    font-style: normal;
}
/*homepage*/
.hfe-search-button-wrapper input.hfe-search-form__input {
    margin-right: 20px;
}
.hfe-search-button-wrapper button.hfe-search-submit {
    width: 148px !important;
    border-radius: 40px;
    background: #0166FF !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}
button.hfe-search-submit:hover {
    background: transparent !important;
    border: 1px solid #0166FF !important;
    color: #0166FF !important;
}
/*services*/
.card {
    background-color: white;
    padding: 20px;
    border-radius: 30px;
    text-align: center;
    position: relative;
    border: 1px solid #fff;
	transition: background-color 0.3s ease, transform 0.3s ease;
}

.card h3 {
    margin: 10px 0;
    font-size: 18px;
    text-align: left;
    font-family: 'Open Sans';
    font-weight: 600;
}
.card.highlighted:hover {
    border: 1px solid #0166FF !important;
	transform: scale(1.05);
}

.card a {
    position: absolute;
    right: 20px;
    text-decoration: none;
    color: inherit;
    background-color: #0166FF;
    border-radius: 0;
        padding: 4px 10px;
}
.services-sec-text {
    display: flex;
    align-items: center;
}
.icon {
    font-size: 40px;
    margin-bottom: 10px;
    text-align: left;
}
.heading-sec {
    width: 50%;
}
.arrow-sec {
    width: 50%;
}
/*footer-start*/
span.company-name {
    color: #3F54D6;
	font-weight: 700;
}
span.company-name:hover {
    color: #144793;
}
span.wpcf7-list-item-label {
    font-family: 'Open Sans';
    font-weight: 600;
    line-height: 21.79px;
}
/*search-box*/
.hfe-search-button-wrapper input.hfe-search-form__input {
    background: transparent !important;
    border: 1px solid #BBBDBF !important;
    border-radius: 5px !important;
}
summary.e-n-accordion-item-title {
    border: 0 !important;
}
.elementor-element.elementor-element-e49424c.e-con-full.e-flex.e-con.e-child {
    border: 0 !important;
}
.e-n-accordion-item {
    box-shadow: 0px 5px 16px 0px #080F340F;
    border-radius: 10px;
    padding: 10px;
}
span.e-closed {
    background: #F6EAD1;
    padding: 10px 10px 25px 10px;
    border-radius: 8px;
}
span.e-opened {
    background: #F6EAD1;
    padding: 10px 10px 25px 10px;
    border-radius: 8px;
}
/*faq*/
.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon span>svg {
    fill: #E9A71D !important;
}
.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon span>svg {
    fill: #E9A71D !important;
}
/*conatct-form*/
/* .form-group {
  max-width: 600px;
  margin: auto;
} */

.contact-sec .submit-btn {
    margin-top: 20px;
}

.form-row {
    display: flex;
    justify-content: space-between;
    gap: 32px;
    align-items: baseline;
}

.form-column {
  width: 48%;
}
.form-row textarea {
    width: 100%;
    height: 93px;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 400 !important;
}
span.wpcf7-list-item.first.last {
    margin: 0;
}
.form-row input::placeholder {
    color: #000;
}
textarea.wpcf7-form-control.wpcf7-textarea::placeholder {
    color: #000;
}

.form-row input[type="submit"] {
    background-color: #007bff;
    color: white;
    padding: 15px 20px;
    border: none;
    border-radius: 40px;
    cursor: pointer;
}
.form-row p {
    width: 100%;
    margin: 15px 0;
}
.submit-btn input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background: transparent !important;
    border: 1px solid #0166FF !important;
    color: #0166FF !important;
}
.form-row input[type="submit"]:hover {
  background-color: #0056b3;
}

.form-row input, select, textarea {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 100%;
}

.form-row input[type="checkbox"] {
  width: auto;
}

.form-row input[type="checkbox"] + label {
  margin-left: 10px;
}
/*services*/
.service-banner {
    position: relative;
    width: 100%; /* Full width */
    height: 550px; /* Adjust height as needed */
    background-image: url('https://mirchidigital.com/gravityeducation/wp-content/uploads/2024/10/Visa-Service-banner.webp'); /* Your image URL */
    background-size: cover; /* Cover the entire area */
    background-position: center; /* Center the image */
    display: flex;
    align-items: center;
    justify-content: center;
    color: white; /* Text color for the banner */
}


/* Full width background for What We Offer */
.what-we-offer-section {
    width: 100%;
    background-color: #ffffff;
    padding: 60px 0;
}
.service-content-container {
    background: #EFF4FC;
    padding: 60px 0;
}
.how-you-benefit-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.benefit-text {
    flex: 1;
    max-width: 50%; /* Adjust text column width */
}
.benefit-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
}
.benefit-image {
    flex: 1;
    max-width: 45%; /* Adjust image column width */
}
/* Contain the content inside a container */
.what-we-offer-section .container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Flexbox for two-column layout */
.what-we-offer-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

/* Image column styling */
.offer-image {
    flex: 1; /* Adjusts based on available space */
    max-width: 45%; /* You can adjust this to change image size */
}
.service-content-container .container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}
.offer-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
}
/* Text column styling */
.offer-text {
    flex: 1; /* Adjusts based on available space */
    max-width: 50%;
}

.offer-text h2 {
    font-size: 28px;
    margin-bottom: 20px;
    text-align: left; /* Align heading to the left */
}
.offer-text ul {
    list-style-type: none;
    padding: 0;
    text-align: left;
    margin: 0;
}
.benefit-text ul {
    list-style: disc;
    margin: 0 !important;
    padding: 0 22px;
}

.offer-text ul li {
    font-size: 18px;
    margin: 10px 0;
}
.banner-content {
    padding: 10px;
    text-align: left;
    max-width: 1140px; /* Set maximum width */
    width: 100%; /* Allow the content to take full width until max-width */
    margin: 0 auto; /* Center the banner content */
}

.banner-content h1 {
    font-size: 48px !important;
    margin: 0;
    font-weight: 700;
    line-height: 80px;
    font-family: "Open Sans", sans-serif;
	color:#0E0E0F;
}
/*css*/
/*login*/

#scrollUp {
    border-radius: 3px;
    opacity: 0.7;
    bottom: 83px !important;
    right: 20px;
    background: #0166ff;
}
.team-sec a {
    color: #fff;
}
.team-sec a:hover{
    color: #18236A;
}
.link-sec a {
    color: #000 !important;
}
.link-sec a:hover{
    color: #18236A !important;
}
.e-n-accordion-item {
    box-shadow: none !important;
    border-radius: 10px;

}
.ielts-sec td {
    font-family: 'Open Sans';
    font-size: 16px !important;
}
.menus-sec-gravity .elementskit-megamenu-panel {
    width: 100% !important;
}
.courses-menus-sec .elementor {
    width: 884px;
    margin-left: -297px;
}
.menus-sec-gravity ul.elementskit-dropdown.elementskit-submenu-panel {
    box-shadow: none !important;
    border: 0;
}
.menus-sec-gravity i.icon.icon-down-arrow1.elementskit-submenu-indicator {
    margin-top: 15px;
    font-weight: 600;
    font-size: 11px;
}
.login-username input#wlsm-login-username {
    margin: 10px 0;
    width: 100% !important;
    height: 62px;
    padding: 0 10px;
}

#wlsm-login-form label {
    font-family: 'Open Sans';
}
.login-submit input#wlsm-login-submit {
    background: #0166FF;
    color: #fff;
    padding: 15px 40px;
    box-shadow: none !important;
    border: 0;
    font-size: 15px;
    border-radius: 40px;
    font-family: 'Open Sans';
    font-weight: 400;
	 border: 1px solid #0166FF;
}
.login-submit input#wlsm-login-submit:hover {
    background-color: #FFFFFF;
    color: #0166FF;
    border: 1px solid #0166FF;
}
.login-password input#wlsm-login-password {
    margin: 10px 0;
    width: 100% !important;
    height: 62px;
	padding: 0 10px;
}

.experts-sec a {
    color: #000;
}
.services-sec-one .icon {
    display: none !important;
}
.services-sec-one .icons {
    display: none !important;
}
.services-sec-one .card {
    background-color: white;
    padding: 40px;
}
.breadcrumbs-sec a {
    color: #0E0E0F;
}

span.breadcrumb_last {
    color: #3F54D6;
    font-size: 16px;
}
.breadcrumbs-sec span {
    color: #3F54D6;
}
.breadcrumbs-sec a:hover {
    color: #0166FF;
}
.image-section img.attachment-large.size-large.wp-post-image {
    height: 445px !important;
    object-fit: cover;
}
.experts-sec a:hover{
    color: #3887FF;
}

.chat-btn svg.e-font-icon-svg.e-fab-whatsapp {
    font-size: 20px;
}
.hyper-link-sec a {
    color: #0E0E0F !important;
}
.hyper-link-sec a:hover{
    color: #0166FF !important;
}

#ht-ctc-chat {
    display: none; /* Initially hide the button */
}

.hfe-search-form__container input::placeholder {
    color: transparent !important;
}
.tribe-events-single-event-description.tribe-events-content p {
    font-family: 'Open Sans';
    font-size: 16px !important;
}
.sticky-header {
    width: 100%;
    background: #fff;
    transition: top 0.3s;
	z-index:0;
}
.tribe-common-l-container.tribe-events-l-container {
    padding-top:60px !important;
	padding-bottom:0 !important;
}
.tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button {
    color: #3887FF;
    border-color: #3887FF !important;
}
td.active.day.current {
    background: #3887FF !important;
}
.sticky {
    position: fixed !important; 
    top: 0; 
    left: 0; 
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
button.tribe-common-c-btn.tribe-events-c-search__button {
    background: #3887FF;
}
span.tribe-events-calendar-latest-past__event-datetime-featured-text.tribe-common-a11y-visual-hide {
    color: #3887FF !important;
}
.tribe-common .tribe-common-c-svgicon {
    color: #3887FF !important;
}
.tribe-events .tribe-events-calendar-latest-past__event-row--featured .tribe-events-calendar-latest-past__event-date-tag-datetime:after {
    background-color: #3887FF !important;
}
.tribe-events-calendar-latest-past__event-description.tribe-common-b2.tribe-common-a11y-hidden {
    font-family: 'Open Sans';
    font-size: 16px !important;
}
a.tribe-events-calendar-latest-past__event-title-link.tribe-common-anchor-thin {
    font-family: 'Open Sans';
    font-size: 16px !important;
}
h3.tribe-events-calendar-latest-past__event-title.tribe-common-h6.tribe-common-h4--min-medium a {
    font-size: 18px !important;
}
h2.tribe-events-calendar-latest-past__heading.tribe-common-h5.tribe-common-h3--min-medium {
    font-size: 36px !important;
}
.hfe-nav-menu .sub-arrow{
	margin-top: -6px;
}

.tooltip-container {
    top: 70% !important;
}
.e-n-accordion-item {
    background: #fff !important;
}
.icon {
  font-size: 24px;
  cursor: pointer;
}
span.wpcf7-list-item.first.last {
    width: 90%;
    text-align: left;
}
p.ays_pb_timer.ays_pb_timer_2 {
    display: none;
}
.tooltip-text {
  visibility: hidden;
  opacity: 0;
  background-color: #0166FF;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 5px 10px;
  position: absolute;
	    text-transform: capitalize;
  bottom: 106%;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 0.3s ease, visibility 0.3s ease;
  white-space: nowrap;
  z-index: 1;
}

.tooltip-container:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.testimonial-sect .owl-dots.disabled {
	 display: block !important;
}
.search-sec {
    max-width: 1140px !important;
    margin: auto;
    padding: 0 0 60px 0;
}
button.owl-dot span {
    display: none !important;
}
button.owl-dot {
    background: #dddddd !important;
}
.testimonial-sect .owl-nav.disabled{
	 display: none !important;
}
.main-testimonials .owl-dots.disabled, .main-testimonials .owl-nav.disabled{
	 display: none !important;
}

/*blog*/
.nav-links a {
    text-decoration: none;
color: #000;
}

i.fas.fa-times {
    display: none;
}
.nav-links a:hover {
    color: #3887FF;
}
.nav-links a:focus {
outline:none !important;
}

.course-contact-sec input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    background: transparent;
    border: 1px solid #0E0E0F;
}
a:focus {
    outline: none !important;
}
.home-contact-sec select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    color: #0E0E0F !important;
    height: 45px;
	background-color:transparent !important;
}

.course-contact-sec select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    background: transparent;
	 border: 1px solid #0E0E0F;
}
.course-contact-sec textarea.wpcf7-form-control.wpcf7-textarea {
    background: transparent;
	 border: 1px solid #0E0E0F;
}

/* Banner Section (Full Width) */
.banner-section {
    width: 100vw;
    height: 291px;
    background-image: url('https://gravityeduconnect.com/wp-content/uploads/2025/02/contact-us-banner.webp');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    margin-left: calc(50% - 50vw);
    background-color: #fff;
}
.blog-section .blfe-post-grid-item {
    border: 1px solid #BBBDBF;
    border-radius: 20px;
}
 .blfe-post-grid-details {
    padding: 20px !important;
}
.blog-section h4.blfe-post-grid-title {
    height: 68px;
}
#breadcrumbs a {
    text-decoration: none;
    color: #0E0E0F;
    font-size: 16px;
}
.banner-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
/*     background: rgba(0, 0, 0, 0.5); /* Adjust overlay color and opacity */ */
    z-index: 1;
}

.banner-content {
    text-align: left;
    position: relative;
    z-index: 2;
	font-family: "Open Sans", Sans-serif;
    font-size: 48px;
    font-weight: 700 !important;
    line-height: 65.37px;
    color: #0E0E0F;
}

.banner-content h2 {
    font-size: 36px;
    margin: 0 0 10px;
}

.banner-content p {
    font-size: 18px;
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 27.24px;
    padding: 10px 0;
}

.content-container {
    width: 1140px;
    max-width: 100%;
    margin: 0 auto;
    padding: 50px 0;
}

.entry-content {
    margin-top: 20px;
}

.image-section img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
    max-width: 100%;
}
main {
    display: block;
    overflow: hidden;
}


aside#secondary {
    display: none;
}


/*smart-slider*/
.smart-slider-sec div#n2-ss-2 .n2-thumbnail-dot img {
    width: 62px;
    height: 62px;
}
.n2-thumbnail-dot.n2-style-6dc62133b2ea6cb4b1dc0d47aebeb45d-dot.n2-active {
    transform: scale(1.2);
}
.n2-thumbnail-dot {
    margin: 0 10px !important;
}
.home-contact-sec  select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    color: #0E0E0F !important;
}
/*conatct*/
.media-sec figure.vp-portfolio__item {
    border-radius: 12px;
}
span.wpcf7-list-item.first.last {
    width: 90%;
}
.contact-sec svg.e-font-icon-svg.e-fas-phone-volume {
    transform: rotate(307deg);
}
h3.vp-portfolio__item-popup-title {
    display: none;
}
.contact-sec .submit-btn {
    width: 18%;
}
a.vp-pagination__load-more:hover {
    background: transparent !important;
    border: 1px solid #0166FF !important;
    color: #0166FF !important;
}
a.vp-pagination__load-more {
    background-color: #007bff;
    padding: 15px 30px !important;
    border: none;
    border-radius: 40px;
    color: #fff !important;
    text-transform: capitalize !important;
    font-family: 'Open Sans';
    font-size: 16px !important;
    font-weight: 400 !important;
}
/*team*/
.custom-card {
    position: relative;
    width: 100%;
    height: 560px;
    overflow: hidden; 
}

img.attachment-large.size-large.wp-image-911 {
    height: 100%;
    object-fit: cover;
    width: 100% !important;
    max-width: 100%;
}
.team-sec .e-con .elementor-widget {
    min-width: 100% !important;
    height: 100%;
    width: 100%;
}
.custom-card .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(31, 112, 193, 0.1) 70.63%, #002531 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    color: white;
    transition: background 0.4s ease-in-out;
    z-index: 1; 
}

.custom-card .small-text {
    position: relative;
    z-index: 2; 
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.custom-card .full-text {
    position: relative;
    z-index: 2; 
    opacity: 0;
    transform: translateY(20px); 
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.small-text {
    margin-bottom: -62%;
}

.custom-card:hover .small-text {
    opacity: 0;
    transform: translateY(20px); 
}

.custom-card:hover .full-text {
    opacity: 1;
    transform: translateY(0); 
}

.custom-card:hover .overlay {
    background: linear-gradient(255.83deg, #036f9fc7 0%, #1f70c1ad 50.08%, #2587C8 100.45%);
}

/*blog*/
.blog-section-home .blfe-post-grid-details {
    padding: 10px 0 0 0 !important;
}

/*about-us*/
h3.elementor-icon-box-title {
    margin-top: 10px;
}

.icons img {
    width: 51px !important;
}
.icon {
    position: relative;    visibility: visible;
}

.icons {
    position: absolute;
    top: 0px;
    visibility: hidden;
}
.card.highlighted:hover .icon {
    display: none;
}
.card.highlighted:hover .icons {
    display: block;
    visibility: visible;
    position: relative;
    left: 0px;
    text-align: left;
    margin: 10px 0;
    overflow: hidden;
}
.main-services-sec {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    max-width: 1200px;
}
.card.highlighted:hover {
    background: #0166FF;
    color: #fff;
}
.icons img {
    width: 54px !important;
}
.card.highlighted:hover a {
    background: #fff;
}
.card.highlighted:hover svg path {
    fill: #0166FF;
}
.heading-sec {
    height: 68px;
}
.blog-section p.blfe-post-grid-excerpt {
    height: 126px;
}
h2{
	font-weight:700 !important;
}
@media (min-width: 1400px) and (max-width: 1600px) {  
.images-sec-tab img.attachment-large.size-large.wp-image-5143 {
height: 542px;
	}
}
@media (min-width: 1300px) and (max-width: 1400px) {  
	.images-sec-tab img.attachment-large.size-large.wp-image-5143 {
	width: 100%;
    height: 527px;
}
}
@media (min-width: 1200px) and (max-width: 1300px) {  
	.images-sec-tab img.attachment-large.size-large.wp-image-5143 {
    height: 535px;
}
}
@media (min-width: 1030px) and (max-width: 1200px) {  
.images-sec-tab img.attachment-large.size-large.wp-image-5143 {
    height: 500px;
}
}
@media (min-width: 600px) and (max-width: 1030px) {  
	.main-services-sec {
    grid-template-columns: repeat(3, 1fr) !important;
	padding: 0 20px;
}
.homepage-slider .n2-ss-widget.n2-ss-control-bullet.n2-ow-all.n2-ss-control-bullet-horizontal{
				margin-bottom: 0px !important;
    margin-left: 0px;
			}
	.custom-card .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(31, 112, 193, 0.1) 70.63%, #002531 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    color: white;
    transition: background 0.4s ease-in-out;
    z-index: 1;
}
	.content-container {
    padding: 40px 20px;
}
	.tooltip-container {
    top: 38% !important;
}
	.tooltip-text {
    visibility: hidden;
    opacity: 0;
    background-color: #0166FF;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 5px 10px;
    position: absolute;
    text-transform: capitalize;
    bottom: 106%;
    left: -24%;
    transform: translateX(-50%);
    transition: opacity 0.3s ease, visibility 0.3s ease;
    white-space: nowrap;
    z-index: 1;
}
	.owl-carousel .testimonial-item {
    position: relative;
    padding: 0px;
}
	.testimonial-item p{
		font-size:20px;
		line-height:30px;
	}
	.main-serivces-sec {
        grid-template-columns: repeat(2, 1fr);
		
    }
	form#wlsm-login-form {
    width: 297px !important;
}
	.mailchip-sec input[type="email"] {
    padding: 15px;
    width: 400px !important;
    border: 1px solid #A59C8A;
    border-radius: 10px;
    font-size: 14px;
    display: inline-block;
    margin-right: 10px;
}
.images-sec-tab img.attachment-large.size-large.wp-image-5143 {
    height: 371px;
}
	.student-profile {
    width: 100% !important;
max-width: 100% !important;
    margin: auto;
    padding: 60px 10px;
}
	.banner-section {
    width: 100vw;
    height: 372px;
}
}
@media (min-width: 300px) and (max-width: 500px) { 
	h1{
		font-size: 34px !important;
        line-height: 54px;
	}
	h2{
		font-size: 28px;
        line-height: 38px;
		font-weight: 700;
	}
	.main-services-sec {
    grid-template-columns: 1fr !important;
		padding: 0 40px;
}

	.card.highlighted:hover .icons{
		text-align:center;
	}
	.contact-sec .submit-btn {
    width: 26%;
}
	.blog-section p.blfe-post-grid-excerpt {
    height: auto;
}

	.content-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 40px 20px;
}
	.sticky-header {
        position: fixed !important; 
        top: 0 !important; 
        left: 0 !important; 
    
    }
	.breadcrumbs-sec .elementor-shortcode {
    text-align: center;
}
	form#wlsm-login-form {
    width: 297px !important;
}
	 .what-we-offer-content {
        flex-direction: column; /* Stacks the columns on small screens */
        text-align: center;
    }

        .offer-image {
        max-width: 100%;
padding-top: 30px; 
	}
	.benefit-image {
    flex: 1;
    max-width: 100%;
}
	.how-you-benefit-content{
		flex-direction: column; /* Stacks the columns on small screens */
        text-align: center;
	}
	.benefit-text {
    flex: 1;
    max-width: 100%;
		text-align: left;
}
        .offer-text {
        max-width: 100%;
    }
	.banner-section {
    width: 100vw;
    height: 464px;
		padding: 50px 0 !important;
}
.banner-content {
    padding-top: 50px;
    padding-bottom: 0px;
}
	.what-we-offer-section {
    width: 100%;
    background-color: #ffffff;
    padding: 40px 0;
}

    .offer-text ul {
        text-align: left;
    }
	   .banner-content h1 {
    font-size: 34px !important;
    margin: 0;
    text-align: center;
    line-height: 47px;
}
	.banner-content p{
		text-align:center;
	}
.owl-carousel .testimonial-item {
    position: relative;
    padding: 0px;
}
	.testimonial-item p{
		font-size:20px;
		line-height:30px;
	}
	 .main-serivces-sec {
        grid-template-columns: 1fr !important;
    }
	.form-column {
    width: 100%;
}
	.form-row {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
		gap:0;
}
	    .submit-btn {
        width: 30%;
        text-align: center;
       
    
}
	.icon {
    font-size: 40px;
    margin-bottom: 10px;
    text-align: center;
}
	.hfe-search-button-wrapper button.hfe-search-submit {
    width: 100% !important;
    margin-top: 20px;
    height: 58px !important;
	}
.hfe-search-form__container {
    display: flex;
    flex-direction: column;
}
	.testimonial-item p {
        font-size: 18px;
        line-height: 36px;
        font-weight: 400 !important;
    }
	i.icon.icon-search11 {
    font-size: 30px;
}
	.top-header {
    display: flex;
    align-items: center;
    justify-content: center;
}
	.elementor-widget-social-icons {
    display: flex;
    justify-content: center;
}
	.mailchip-sec input[type="email"] {
    padding: 10px;
    width: 100% !important;
    border: 1px solid #A59C8A;
    border-radius: 10px;
    font-size: 14px;
    display: inline-block;
    margin-right: 10px;
}
	.student-profile {
    width: 100% !important;
max-width: 100% !important;
    margin: auto;
    padding: 60px 10px;
}
}





