/*!
Theme Name: carnation
Theme URI: http://underscores.me/
Author: PugMarker Solutions Pvt Ltd.
Author URI: https://pugmarker.com/
Description: Reusable starter theme
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: carnation
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.

carnation is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

/* 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;
    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;
    appearance: searchfield;
    outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
    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;
    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
--------------------------------------------------------------*/

:root {
    --pm-color-primary: #FC4E58;
    --pm-color-accent: #FED871;
}

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    font: normal normal normal 16px/22px 'Baloo 2';
    color: #3B3B3B;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-family: 'DynaPuff', sans-serif;
}

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 1em;
    padding: 0;
}

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: inherit
}

a:visited {
    color: inherit
}

a:hover,
a:focus,
a:active {
    color: inherit
}

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 #707070;
    border-radius: 12px;
    padding: 8px;
    height: 52px;
}

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 #707070;
    border-radius: 12px;
    color: #666;
    height: 52px;
}

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;
    display: block;
    background: #fff;
}

.main-navigation li {
    position: relative;
}

.main-navigation .sub-menu li {
    padding: 7px 10px 10px;
}

/* .main-navigation .sub-menu li a {
    color: #fff;
} */

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 768px) {

    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: flex;
        flex-wrap: wrap;
    }
}

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

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

/* common */

h1 {
    font: normal normal 600 36px/50px DynaPuff;
    color: #000;
}

h2 {
    font: normal normal bold 28px/36px DynaPuff;
    color: #000;
}

h3 {
    font: normal normal bold 24px/35px DynaPuff;
    color: #000;
}

@media screen and (max-width: 992px) {
    h1 {
        font: normal normal 600 28px/38px DynaPuff;
    }

    h2 {
        font: normal normal bold 24px/35px DynaPuff;
    }

    h3 {
        font: normal normal bold 20px/30px DynaPuff;
    }
}

/* header start */

header#masthead {
    width: 100%;
    background: transparent;
    z-index: 999;
    box-shadow: none;
}

header#masthead.active {
    background: #fff 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #22808529;
    border-radius: 0 0 100% 100% / 0 0 50% 50%;
}

.admin-bar #masthead.active {
    top: var(--wp-admin--admin-bar--height);
}

.site-branding .custom-logo-link img {
    padding: 10px 0;
    transition: all .7s ease;
    max-height: 75px;
    width: auto;
}

/* 
header#masthead.active .site-branding .custom-logo-link img {
    max-height: 100px;
} */

.nav-close {
    display: none;
}

.header-icons {
    display: flex;
    align-items: center;
}

.main-navigation .header-icons a {
    color: var(--pm-color-primary);
}

.main-navigation .header-icons a svg {
    width: 28px;
    height: 28px;
}

nav#site-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-navigation ul {
    justify-content: start;
}

.main-navigation li {
    transition: all .7s ease;
    padding: 13px 26px;
    position: relative;
}

.main-navigation a {
    font: normal normal bold 16px/25px 'Baloo 2';
    color: #5A6A70;
    position: relative;
    display: inline-block;
    padding: 0 5px;
}

/* .main-navigation li:hover>a::after,
.main-navigation li.current-menu-parent>a::after,
.main-navigation li.current-menu-item>a::after {
    content: '';
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0%;
    top: 0px;
    background: var(--pm-color-accent);
} */

.main-navigation li:hover>a,
.main-navigation .sub-menu li:hover>a {
    color: var(--pm-color-primary);
}

.main-navigation .sub-menu li>a::after {
    display: none;
}

.main-navigation li.current-menu-item>a {
    color: var(--pm-color-primary);
}

.main-navigation .sub-menu li.current-menu-item.current_page_item>a {
    color: var(--pm-color-primary);
}

.main-navigation ul:not(.sub-menu)>li.current-menu-item.current_page_item::before,
.main-navigation li.current-menu-parent::before {
    content: '';
    background: var(--pm-color-primary);
    position: absolute;
    width: 65px;
    height: 65px;
    top: -55px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
}

.main-navigation li.menu-item-has-children>a::before {
    content: ' \25BE';
    position: absolute;
    left: 100%;
    top: 0;
    margin-left: 0;
    font-family: sans-serif;
    color: var(--pm-color-primary);
}

.main-navigation li.menu-item-has-children:hover>a::before,
.main-navigation li.menu-item-has-children.focus>a::before {
    transform: rotate(180deg);
}

/* search start */

.pm-searchbar {
    position: absolute;
    width: 0%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    transition: 0.3s ease;
    right: 0;
    top: 0;
    opacity: 0;
}

.search_open .pm-searchbar {
    opacity: 1;
    width: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    padding: 0 15px;
}

.pm-searchbar .search-form {
    width: calc(100% - 60px);
    display: flex;
}

.pm-searchbar .search-form .search-field {
    height: 40px;
    width: 100%;
    background-color: transparent;
    color: #000;
    border: 0;
    border-bottom: 4px solid #000;
    border-radius: 0;
    outline: none;
}

.pm-searchbar .search-form label {
    margin: 0;
    width: calc(100% - 50px);
}

.pm-searchbar input.search-field::-webkit-input-placeholder,
.pm-searchbar input.search-field::placeholder {
    color: #000;
}

.pm-searchbar .search-submit {
    display: none;
}

.search_open .pm-searchbar .search-submit {
    display: block;
    height: 48px;
    width: 48px;
    padding: 0;
    background-color: var(--pm-color-primary);
    border-radius: 50%;
    border: solid 2px var(--pm-color-accent);
    background-image: url(assets/img/search.svg);
    background-repeat: no-repeat;
    background-position: center;
    color: transparent;
}

.pm-searchbar .search-close {
    height: 48px;
    width: 48px;
    padding: 0;
    background-color: var(--pm-color-primary);
    border-radius: 50%;
    border: solid 2px var(--pm-color-accent);
    position: relative;
    bottom: 0;
    right: 0;
    outline: 0;
    font-size: 30px;
    color: #fff;
    margin-left: 15px;
}

/* search end */

/* sub-header start */
.sub-header {
    color: #fff;
    background-color: var(--pm-color-primary);
    padding: 10px 0;
    position: relative;
    z-index: 1;
    text-align: center;
}

.sub-header * {
    color: #fff;
}

.scrolled .sub-header {
    display: none;
}

.sub-header p {
    margin-bottom: 0;
}

/* sub-header end */

/* footer Start  */
.site-footer {
    width: 100%;
    position: relative;
    color: #fff;
    margin-top: 60px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1505' height='439'%3E%3Cdefs%3E%3Cfilter id='a' width='1505' height='439' x='0' y='0' filterUnits='userSpaceOnUse'%3E%3CfeOffset dy='-8'/%3E%3CfeGaussianBlur result='blur' stdDeviation='11'/%3E%3CfeFlood flood-color='%23304819' flood-opacity='.22'/%3E%3CfeComposite in2='blur' operator='in'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg filter='url(%23a)'%3E%3Cpath fill='%23516b38' d='M33 104.449S392.264 41 752.014 41 1472 104.449 1472 104.449V414H33Z' data-name='Path 29794'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: calc(100% + 100px) 100%;
    background-position-x: center;
}

.home .site-footer {
    margin-bottom: 80px;
}

.footer-heading {
    font: normal normal 600 18px/28px DynaPuff;
    color: #fff;
}

.footer-menu-content .footer-heading {
    margin-bottom: 18px;
}

.footer-big-links .footer-heading {
    margin-bottom: 14px;
}

.contact-details .footer-heading {
    margin-bottom: 10px;
}

.footer-big-links-holder {
    margin-bottom: 50px;
}

.footer-menu-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-menu-content.footer-big-links ul {
    display: flex;
    flex-wrap: wrap;
}

.footer-menu-content.footer-big-links ul li {
    padding: 0 16px;
    line-height: 21px;
}

.footer-menu-content.footer-big-links ul li:first-of-type {
    padding: 0 16px 0 0;
}

.footer-menu-content li {
    font: normal normal normal 15px/40px 'Baloo 2';
    color: #fff;
}

.footer-menu-content a {
    color: #fff;
}

.contact-details a {
    font: normal normal normal 15px/26px 'Baloo 2';
    color: #fff;
    display: block;
    margin-bottom: 14px;
}

.site-info {
    padding: 15px;
    margin-top: 25px;
    text-align: center;
    font: normal normal normal 15px/32px 'Baloo 2';
    color: #fff;
    background-color: #364626;
    border-top: solid 1px #364626;
}

.top-icon {
    position: absolute;
    max-width: 100px;
    top: 36px;
    right: 0px;
    z-index: 99;
}

.footer-social a {
    margin-right: 25px;
}

.footer-social a:hover {
    color: var(--pm-color-accent);
}

.footer-logo {
    position: relative;
    width: 320px;
    height: 160px;
    left: 50%;
    transform: translatex(-50%);
    top: 44px;
}

.footer-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}

.footer-links ul li {
    margin: 10px 25px;
}

.footer-links ul a {
    font: normal normal bold 16px/25px 'Baloo 2';
    color: #FFFFFF;
}

.footer-info-box-holder {
    border-top: 1px dashed #FFFFFF;
    padding-top: 20px;
    margin-top: 20px;
}

.footer-info-box {
    position: relative;
    padding-left: 30px;
}

.footer-info-box svg {
    position: absolute;
    left: 0;
}

.footer-info-box-title {
    font: normal normal 600 18px/18px 'Baloo 2';
    letter-spacing: 0px;
    color: #FFFFFF;
}

.footer-info-box-text {
    font: normal normal 500 16px/25px 'Baloo 2';
    letter-spacing: 0px;
    color: #F7FDFF;
}

.footer-social-icons {
    justify-content: center;
    position: relative;
    margin-top: -50px;
    margin-bottom: 100px;
}

.footer-social-icons a {
    margin: 0 32px;
}

.footer-social-icons a.middle {
    margin-right: 300px;
}

.footer-social-icons a.middle+a {
    margin-left: 100px;
}

.footer-social-icons.empty {
    margin: 0;
}

/* footer end*/
@media screen and (max-width: 992px) {
    .main-navigation li {
        padding: 13px 7px;
    }

    .footer-social-icons {
        margin-top: 0;
    }

    .home .site-footer {
        margin-bottom: 60px;
    }

    .footer-logo {
        top: 56px;
    }

    .footer-logo img {
        border-radius: 130px 130px / 20px;
    }
}

@media screen and (max-width: 767px) {

    .sub-header {
        padding: 6px 0;
    }

    header#masthead {
        padding-bottom: 5px;
    }

    .pm-menu-btn {
        line-height: 0px;
        padding: 5px;
        width: 35px;
        border: 0;
        background-color: transparent;
        border-radius: 5px;
        outline: none !important;
        display: block;
        text-align: center;
        height: 40px;
        color: #fff;
        margin-left: 15px;
        position: absolute;
        right: 15px;
        top: 10px;
    }

    .active .pm-menu-btn {
        color: var(--pm-color-primary);
    }

    .pm-menu-btn span {
        display: inline-block;
        height: 3px;
        width: 100%;
        background-color: var(--pm-color-primary);
        margin: 3px 0;
    }

    .pm-menu-btn span:nth-of-type(2) {
        width: 70%;
    }

    .site-branding .custom-logo-link {
        background: #fff;
        padding: 5px 10px;
    }

    .site-branding .custom-logo-link img {
        padding: 0;
        max-height: 64px;
    }

    nav#site-navigation.pm-nav.toggled {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        background-color: #F7FDFF;
        background-image: url(./assets/img/mobMenuBg.png);
        height: 100vh;
        z-index: 999;
        display: block;
        padding-bottom: 100px;
        overflow-y: scroll;
        background-repeat: no-repeat;
        background-position: bottom;
    }

    .admin-bar nav#site-navigation.pm-nav.toggled {
        top: var(--wp-admin--admin-bar--height);
        height: calc(100vh - var(--wp-admin--admin-bar--height));
    }

    .pm-nav.toggled .nav-close {
        display: flex;
        justify-content: space-between;
        padding: 15px 20px 0;
        align-items: center;
    }

    .pm-nav.toggled .header-icons {
        display: none;
    }

    .pm-nav.toggled .site-branding {
        display: none;
    }

    .nav-close-btn {
        width: 50px;
        border-radius: 50%;
        border: 0;
        outline: 0;
        background-color: transparent;
        font-size: 50px;
        padding: 0;
        height: 50px;
        color: var(--pm-color-primary);
    }

    .menu_name {
        font: normal normal bold 28px/28px 'Baloo 2';
        letter-spacing: 3.64px;
        color: #171717;
        text-transform: uppercase;
        margin: 0;
    }

    .main-navigation ul a {
        display: inline-block;
    }

    .main-navigation li.current-menu-item.current_page_item a {
        color: var(--pm-color-primary);
    }

    .main-navigation ul:not(.sub-menu)>li.current-menu-item.current_page_item::before,
    .main-navigation li.current-menu-parent::before {
        width: 42px;
        height: 42px;
        left: -30px;
        top: 4px;
        transform: none;
    }

    /* .main-navigation ul li:hover>ul,
    .main-navigation ul li.focus>ul {
        background: var(--pm-color-primary);
    } */

    .main-navigation li.menu-item-has-children>a::before {
        top: 0;
        left: calc(100% + 1em);
    }

    .main-navigation li.menu-item-has-children.focus>a::before {
        transform: rotate(180deg);
    }

    .main-navigation li {
        padding: 15px;
    }

    .main-navigation li.current-menu-parent>a::after,
    .main-navigation li.current-menu-item>a::after {
        display: none;
    }

    .footer-menu-content {
        display: none;
    }

    .footer-menu-content ul {
        margin-bottom: 1rem;
    }

    .footer-big-links-holder {
        margin-bottom: 0;
    }

    .footer-menu-content.footer-big-links ul {
        display: block;
        margin-bottom: 20px;
    }

    .footer-menu-content.footer-big-links ul li,
    .footer-menu-content.footer-big-links ul li:first-of-type {
        padding: 0;
        line-height: 40px;
    }

    .footer-social {
        margin-bottom: 20px;
    }

    .footer-links .footer-heading {
        font: normal normal 500 18px/30px DynaPuff;
        border-top: solid 1px;
        padding-top: 15px;
        padding-bottom: 10px;
    }

    .footer-links .footer-heading::after {
        content: "+";
        font-size: 40px;
        line-height: 1;
        position: absolute;
        right: 16px;
        top: 12px;
        font-weight: 400;
        color: #fff;
    }

    .footer-links.open .footer-heading::after {
        content: "-";
        font-size: 40px;
    }

    .top-icon {
        right: .5rem;
        top: -2.5rem;
    }

    .top-icon img {
        width: 50px;
        height: 100px;
        object-fit: cover;
    }

    .site-info {
        margin-top: 5px;
        padding: 8px 0;
        font: normal normal normal 15px/32px 'Baloo 2';
    }

    .site-footer::before {
        height: 40px;
        top: -39px;
    }

    .site-footer {
        background: #516B38 0% 0% no-repeat padding-box;
        box-shadow: 0px -8px 22px #30481938;
        border-radius: 420px 420px 0 0 / 30px;
    }

    .home .site-footer {
        margin-bottom: 70px;
    }

    .footer-logo {
        top: -1px;
        width: 245px;
        height: 131px;
    }

    .footer-logo img {
        border-radius: 0;
    }

    .footer-social-icons {
        margin: 20px 0;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .footer-social-icons a {
        margin: 16px;
    }

    .footer-social-icons a.middle {
        margin-right: 16px;
    }

    .footer-social-icons a.middle+a {
        margin-left: 16px;
    }

    .footer-links ul {
        flex-wrap: wrap;
    }

    .footer-links ul li {
        flex: 1 0 30%;
        text-align: center;
    }

    .footer-info-box {
        padding-left: 40px;
    }

    .footer-info-box-text {
        font: normal normal 400 16px/23px 'Baloo 2';
    }
}

/* header end */

/* breadcrumbs start*/

.header-sect {
    background: #C6F5F7;
    margin: -30px 0 30px 0;
    padding: 30px 0 15px;
    border-radius: 0 0 100% 100% / 0 0 50% 50%;
}

.pm-breadcrumb {
    margin: 25px 0 0px;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    font-size: .875em;
    text-transform: capitalize;
    font: normal normal normal 15px/24px 'Baloo 2';
    z-index: 2;
    position: relative;
    color: var(--pm-color-primary);
}

.pm-breadcrumb li a {
    font-weight: bold;
}

.pm-breadcrumb li a:after {
    display: inline-block;
    content: "";
    height: 7px;
    width: 7px;
    transform: rotate(-45deg);
    bottom: 0;
    margin: 0 10px;
    border: none;
    border-right: 2px solid;
    border-bottom: 2px solid;
    color: var(--pm-color-primary);
}

h1.head_title {
    color: #000;
    font: normal normal 600 36px/50px DynaPuff;
}

@media screen and (max-width: 992px) {
    h1.head_title {
        font: normal normal 600 28px/38px DynaPuff;
    }
}

/* breadcrumbs end*/

/* Blog start */
.archive-blog {
    margin-bottom: 35px;
    padding-bottom: 5px;
}

.blog-title {
    font: normal normal 600 18px/28px DynaPuff;
    color: #000;
    margin: 16px 0 5px;
}

.blog-title a {
    color: #000;
}

.blog-title a:hover {
    color: var(--pm-color-accent);
    text-decoration-thickness: 2px;
}

.blog-category a {
    font: normal normal 600 16px/26px 'Baloo 2';
    margin-bottom: 10px;
    display: inline-block;
}

.blog-decription {
    font: normal normal normal 15px/26px 'Baloo 2';

    color: #3B3B3B;
    margin-bottom: 16px;
}

.short-desc {
    margin: 10px 0;
}

.categories-main {
    background: #fff;
    box-shadow: 0px 3px 10px #0003;
    padding: 20px;
    margin-bottom: 30px;
    position: relative;
}

.categories-main h3 {
    font: normal normal bold 20px/30px DynaPuff;

    color: #000;
}

.categories ul {
    margin: 0 0 0 1rem;
    padding: 0;
}

.categories li.cat-item-all,
.categories li.cat-item {
    margin-bottom: 20px;
}

.categories li::marker {
    color: #CDD4E3;
    font-size: 20px;
}

.categories li.cat-item.current-cat::marker {
    color: var(--pm-color-accent);
}

.categories-main ul li a {
    color: #000;
    font: normal normal normal 16px/25px 'Baloo 2';

}

/* pagination */

.pagination {
    margin: 40px 0 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination .page-numbers.current {
    color: #fff;
    background: var(--pm-color-primary);
    height: 30px;
    width: 30px;
    border-radius: 50%;
    padding: 3px;
    text-align: center;
}

.pagination .page-numbers {
    height: 24px;
    width: 24px;
    margin-right: 24px;
    display: inline-block;
    text-align: center;
    color: #000;
}

.pagination .prev {
    display: block;
    height: 14px;
    width: 14px;
    text-indent: -9999999%;
    position: relative;
}

.pagination .prev::before {
    content: "";
    border-left: 3px solid var(--pm-color-primary);
    border-top: 3px solid var(--pm-color-primary);
    transform: rotate(-45deg);
    top: 0px;
    left: 0;
    height: 15px;
    width: 15px;
    position: absolute;
}

.pagination .next {
    display: block;
    height: 14px;
    width: 14px;
    text-indent: -9999999%;
    position: relative;
}

.pagination .next::before {
    content: "";
    border-right: 3px solid var(--pm-color-primary);
    border-bottom: 3px solid var(--pm-color-primary);
    transform: rotate(-45deg);
    top: 0px;
    left: 0;
    height: 15px;
    width: 15px;
    position: absolute;
}

/* single Blog start */

.single_blog .entry-meta,
.single_blog .entry-footer {
    display: none;
}

.single_blog .entry-content {
    color: #000;
    font: normal normal normal 16px/25px 'Baloo 2';

}

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

.blog-category a,
.blog-author-category a {
    font: normal normal 600 16px/26px 'Baloo 2';
    margin-bottom: 0;
}

.blog-author-category svg {
    vertical-align: middle;
    margin-right: 8px;
}

/* Blog end */


/* 404 page Start */
.error-404 form.search-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 3px 10px #4e4c4c29;
    border-radius: 10px;
    padding: 30px 35px;
    font: normal normal normal 16px/24px 'Baloo 2';
}

.error-404 form.search-form label,
.error-404 form.search-form input.search-field {
    width: 100%;
    padding: 13px;
    outline: none;
}

.error-404 form.search-form .search-submit {
    text-align: center;
    font: normal normal 600 17px/26px DynaPuff;
    color: #000;
    background: var(--pm-color-accent);
    border-radius: 26px;
    padding: 10px 40px;
    border: 0;
}

@media screen and (max-width: 767px) {
    .error-404 form.search-form {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        padding: 30px 0px;
    }
}

/* 404 page End */


/* Contact Us Start */
.contact-form-field input,
.contact-form-field textarea {
    font: normal normal normal 18px/25px 'Baloo 2';
    letter-spacing: 0px;
    color: #aeb0b3;
    padding: 10px;
    border-radius: 12px;
}

.pm-contact-form .gform_footer input {
    background: var(--pm-color-accent);
    font: normal normal 600 17px/26px DynaPuff;
    letter-spacing: 0px;
    color: #000;
    border: 0;
    padding: 15px;
    min-width: 150px;
    border-radius: 0;
}

.get_touch h4 {
    font: normal normal bold 24px/35px DynaPuff;
    letter-spacing: 0px;
    color: #000;
}

.pm-contact-details a {
    font: normal normal normal 16px/26px 'Baloo 2';
    color: #000;
    display: block;
    margin-bottom: 14px;
}

.contact-social-icons a {
    display: flex;
    height: 48px;
    width: 48px;
    justify-content: center;
    align-items: center;
    background-color: var(--pm-color-primary);
    border-radius: 50%;
    margin: 0 15px;
}

.contact-social-icons a:nth-of-type(1) {
    margin-left: 0;
}

.contact-social-icons a svg {
    width: 25px;
    height: 25px
}

.contact-social-icons a svg path {
    stroke: #fff;
}

.pm-programs .ginput_container_select select {
    background: url("data:image/svg+xml,<svg height='12px' width='12px' viewBox='0 0 16 16' fill='%23FC4E58' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat;
    background-position: calc(100% - 0.75rem) center !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    padding-right: 2rem !important;
}

/* Contact Us End */

.pm-cta {
    text-align: center;
    font: normal normal bold 18px/28px 'Baloo 2';
    color: #FFFFFF;
    text-transform: capitalize;
    padding: 15px 45px;
    background: var(--pm-color-primary);
}

.pm-cta:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.masked-image {
    -webkit-mask-image: url(./assets/img/mask.svg);
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: top;
    mask-size: 100%;
    mask-image: url(./assets/img/mask.svg);
    mask-repeat: no-repeat;
    mask-position: top;
}

/*Slider*/
.cust-slider.cust-slider-controls {
    position: relative;
}

.slick-dots li button {
    width: 10px;
    height: 10px;
}

.slick-dots li button:before {
    opacity: .75;
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 10px;
}

.slick-dots li.slick-active {
    width: 35px;
}

.slick-dots li.slick-active button:before {
    width: 30px;
    opacity: 1;
}

.slick-prev,
.slick-next {
    z-index: 1;
    width: 40px;
    height: 40px;
}

.slick-prev::after,
.slick-next::after {
    content: ' ';
    display: inline-block;
    border-bottom: 3.5px solid #fff;
    border-right: 3.5px solid #fff;
    height: 15px;
    width: 15px;
    position: absolute;
    left: 50%;
    top: 50%;
}

.slick-prev::after {
    left: 55%;
    transform: translate(-50%, -50%) rotate(135deg);
}

.slick-next::after {
    left: 45%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.slick-prev::before,
.slick-next::before {
    content: '';
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--pm-color-primary);
    display: inline-block;
}

/*Slider end*/

/* Home */
.home-banner {
    padding: 90px 0 120px 0;
    background-size: cover;
    margin-top: -50px;
    background-position: center;
}

.home-banner h1 {
    text-align: center;
    font: normal normal 500 38px/50px DynaPuff;
    color: #228085;
    text-transform: uppercase;
    max-width: 666px;
    margin: 0.67em auto
}

.home-banner-credibility-holder {
    position: relative;
    display: flex;
}

.home-banner-credibility {
    padding: 20px 40px 50px 40px;
    justify-content: space-between;
    display: inline-flex;
    flex-wrap: wrap;
    margin: 0 auto;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='826' height='222.502'%3E%3Cdefs%3E%3Cfilter id='a' width='826' height='222.502' x='0' y='0' filterUnits='userSpaceOnUse'%3E%3CfeOffset dy='8'/%3E%3CfeGaussianBlur result='blur' stdDeviation='11'/%3E%3CfeFlood flood-color='%23228085' flood-opacity='.22'/%3E%3CfeComposite in2='blur' operator='in'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg filter='url(%23a)'%3E%3Cpath fill='%23fff' d='M48.59 25h728.82c8.61 0 15.59 6.346 15.59 14.174l-12.992 128.154c0 7.828-6.98 14.174-15.59 14.174H61.581c-8.61 0-15.59-6.346-15.59-14.174L33 39.174C33 31.346 39.98 25 48.59 25Z' data-name='Path 30084'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 100% 140%;
    background-position: 0 36%;
}

.home-banner-credibility-holder .pm-cta {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -25px;

}

.pm-cta.pm-cta-red {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='228' height='75.004'%3E%3Cdefs%3E%3Cfilter id='a' width='228' height='75.004' x='0' y='0' filterUnits='userSpaceOnUse'%3E%3CfeOffset dy='3'/%3E%3CfeGaussianBlur result='blur' stdDeviation='3'/%3E%3CfeFlood flood-color='%23ad1c23' flood-opacity='.322'/%3E%3CfeComposite in2='blur' operator='in'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg filter='url(%23a)'%3E%3Cpath fill='%23fc4e58' d='M27.068 59.984c-7.451-1.131-10.178-5.215-11.992-12s-5.08-18.893-5.994-28 5.951-10.812 11.988-12 46.461-1.986 92.924-1.986 86.893.8 92.932 1.986 12.908 2.889 11.99 12-4.18 21.219-6 28-4.541 10.865-11.992 12-43.469 3.02-86.934 3.02-79.47-1.889-86.922-3.02Z' data-name='Path 30082'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 100% 110%;
    color: #fff;
}

.home-banner-credibility-item {
    text-align: center;
    padding: 0 20px;
}

.home-banner-credibility-item-number {
    font: normal normal 500 28px/37px DynaPuff;
}

.color_1 .home-banner-credibility-item-number,
.color_5 .home-banner-credibility-item-number {
    color: #9C76B8;
}

.color_2 .home-banner-credibility-item-number,
.color_6 .home-banner-credibility-item-number {
    color: #8CAD6C;
}

.color_3 .home-banner-credibility-item-number,
.color_7 .home-banner-credibility-item-number {
    color: #FED871;
}

.color_4 .home-banner-credibility-item-number,
.color_8 .home-banner-credibility-item-number {
    color: #73E0E6;
}

.home-banner-credibility-item-text {
    font: normal normal 500 18px/23px 'Baloo 2';
    color: #5A6A70;
    text-transform: capitalize;
    max-width: 150px;
}

.home-second-fold-bg {
    background-color: #FED871;
    background-image: url(./assets/img/programsBg.png);
    position: relative;
}

.home-latest-news {
    position: relative;
    color: #FFFFFF;
}

.home-latest-news::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: -50%;
    background: #AD79D1;
}

.home-latest-news-bg {
    padding: 20px 0;
    background: #AD79D1;
    box-shadow: 0px 8px 22px #99772E38;
    border-radius: 0px 0px 164px 0px;
}

.home-latest-news-slider-holder {
    padding-right: 100px;
}

.home-latest-news-heading-holder {
    position: relative;
}

.home-latest-news-heading-inner-holder {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.home-latest-news-heading-holder h2 {
    font: normal normal 500 22px/28px DynaPuff;
    color: #FFFFFF;
    text-transform: capitalize;
    margin: 0 50px 0 0;
}

.home-latest-news-slider-controls-paging {
    font: normal normal normal 18px/28px DynaPuff;
    background: #715585;
    border-radius: 13px;
    color: #E9D7F5;
    padding: 0 11px;
    margin: 0 20px;
}

.home-latest-news-slider-controls .slick-prev,
.home-latest-news-slider-controls .slick-next {
    width: 25px;
    height: 25px;
    top: 12.5px;
}

.home-latest-news-slider-controls .slick-prev {
    left: -15px;
}

.home-latest-news-slider-controls .slick-next {
    right: -15px;
}

.home-latest-news-slider-controls .slick-prev::before,
.home-latest-news-slider-controls .slick-next::before {
    content: '';
    width: 25px;
    height: 25px;
    display: block;
    background-size: cover;
}

.home-latest-news-slider-controls .slick-prev::before {
    background: url(./assets/img/arrowL.svg) no-repeat;
}

.home-latest-news-slider-controls .slick-next::before {
    background: url(./assets/img/arrowR.svg) no-repeat;
}

.home-latest-news-slider-controls .slick-prev::after,
.home-latest-news-slider-controls .slick-next::after {
    display: none;
}

.home-latest-news-slide {
    font: normal normal 500 18px/23px 'Baloo 2';
    color: #FFFFFF;
}

.home-latest-news-slide-item {
    display: flex;
}

.home-latest-news-slide-content {
    margin-right: 15px;
}

.pm-cta.home-latest-news-slide-cta {
    flex: 1 0 auto;
    text-align: center;
    color: #FED871;
    text-transform: capitalize;
    background: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='170' height='57.004'%3E%3Cg fill='none' data-name='Path 28970'%3E%3Cpath d='M14.629 53.984c-6.033-1.131-8.24-5.215-9.709-12s-4.111-18.893-4.852-28 4.816-10.812 9.705-12S47.384-.002 84.996-.002s70.342.8 75.23 1.986 10.449 2.889 9.707 12-3.383 21.219-4.854 28-3.676 10.865-9.709 12-35.189 3.02-70.375 3.02-64.335-1.889-70.366-3.02Z'/%3E%3Cpath fill='%23fed871' d='M84.996 55.004c19.881 0 36-.59 46.022-1.084 13.861-.684 21.584-1.451 23.984-1.9 2.398-.452 4.092-1.438 5.328-3.106 1.176-1.586 2.037-3.853 2.795-7.35l.049-.226c1.512-6.97 4.043-18.637 4.766-27.512.154-1.879.013-3.478-.417-4.75-.351-1.039-.896-1.88-1.667-2.572-1.54-1.381-3.764-2.006-6.1-2.574-1.025-.248-5.506-.88-24.924-1.381C121.137 2.195 103.438 2 84.996 2c-18.441 0-36.137.195-49.83.549-19.416.502-23.896 1.133-24.92 1.38-2.338.569-4.564 1.194-6.101 2.575-.772.691-1.317 1.533-1.668 2.572-.43 1.272-.569 2.87-.414 4.75.72 8.875 3.252 20.543 4.763 27.514l.049.224c.758 3.497 1.62 5.764 2.795 7.35 1.236 1.668 2.93 2.654 5.328 3.106 2.4.449 10.121 1.216 23.98 1.9 10.02.494 26.137 1.084 46.018 1.084m0 2c-35.185 0-64.336-1.889-70.367-3.02-6.033-1.13-8.24-5.214-9.709-11.996-1.47-6.781-4.111-18.892-4.852-28C-.678 4.875 4.885 3.176 9.773 1.986 14.663.803 47.385 0 84.996 0c37.613 0 70.342.803 75.23 1.986 4.89 1.19 10.45 2.889 9.708 12.002-.743 9.108-3.383 21.219-4.854 28-1.469 6.782-3.676 10.866-9.709 11.996-6.031 1.131-35.19 3.02-70.375 3.02Z'/%3E%3C/g%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

.section-heading {
    font: normal normal 500 28px/37px DynaPuff;
    color: #062F3E;
}

.home-programes {
    padding: 100px 0 60px 0;
}

.home-programes-row {
    justify-content: space-evenly;
    margin-top: 18px;
}

.home-programe-box {
    background: #FFFFFF;
    box-shadow: 0px 8px 22px #99772E38;
    border-radius: 24px;
    padding: 22px;
}

.home-programe-box img {
    border-radius: 14px;
    display: block;
    width: 100%;
    height: 210px;
    object-fit: cover;
}

.home-programe-box-title-holder {
    display: flex;
    justify-content: space-between;
    margin: 17px 0;
}

.home-programe-box-title-holder h3 {
    font: normal normal 500 22px/28px DynaPuff;
    color: #171717;
    margin-bottom: 0;
}

.home-programe-box-age-range {
    text-align: center;
    font: normal normal 600 18px/28px 'Baloo 2';
    text-transform: capitalize;
    border-radius: 14px 0px 0px 14px;
    margin-right: -22px;
    padding: 0 22px 0 16px;
}

.color_1.home-programe-box-age-range,
.color_7.home-programe-box-age-range {
    color: #99772E;
    background: #FFF2D6;
}

.color_2.home-programe-box-age-range,
.color_8.home-programe-box-age-range {
    color: #516B38;
    background: #CAE0B4;
}

.color_3.home-programe-box-age-range,
.color_9.home-programe-box-age-range {
    color: #715585;
    background: #E9D7F5;
}

.color_4.home-programe-box-age-range,
.color_10.home-programe-box-age-range {
    color: #AD1C23;
    background: #FDB3B6;
}

.color_5.home-programe-box-age-range,
.color_11.home-programe-box-age-range {
    color: #228085;
    background: #C6F5F7;
}

.color_6.home-programe-box-age-range,
.color_12.home-programe-box-age-range {
    color: #062F3E;
    background: #E1ECF0;
}

.home-programe-box-info-item {
    border-right: 2px solid #E1ECF0;
}

.home-programe-box-info-item:last-of-type {
    border: 0;
}

.home-programe-box-info-item-title {
    font: normal normal bold 20px/23px 'Baloo 2';
    color: #171717;
}

.home-programe-box-info-item-text {
    font: normal normal 500 16px/20px 'Baloo 2';
    color: #5A6A70;
    text-transform: capitalize;
}

.home-programe-box-highlighted {
    font: normal normal bold 20px/23px 'Baloo 2';
    background: #FFF2D6;
    border-radius: 14px;
    color: #062F3E;
    text-align: center;
    padding: 5px 10px;
}

.home-programe-box-cta-holder {
    margin-top: 22px;
    text-align: center;
}

.home-programe-box-cta-holder a {
    font: normal normal bold 18px/28px 'Baloo 2';
    color: var(--pm-color-primary);
    text-transform: capitalize;
    display: inline-flex;
}

.home-programe-box-cta-holder a:hover {
    text-decoration: none;
}

.home-programe-box-cta-holder a span {
    font-size: 28px;
    line-height: 34px;
}

.home-covid-provisions {
    padding: 0 0 80px 0;
}

.home-covid-provisions-holder {
    position: relative;
    color: #FFFFFF;
    text-align: center;
    padding: 48px 100px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1236' height='281'%3E%3Cdefs%3E%3Cfilter id='a' width='1236' height='281' x='0' y='0' filterUnits='userSpaceOnUse'%3E%3CfeOffset dy='8'/%3E%3CfeGaussianBlur result='blur' stdDeviation='11'/%3E%3CfeFlood flood-color='%23516b38' flood-opacity='.22'/%3E%3CfeComposite in2='blur' operator='in'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg filter='url(%23a)'%3E%3Cpath fill='%2384ad5a' d='M57 25h1122c13.255 0 24 8.718 24 19.472l-20 176.057c0 10.754-10.745 19.472-24 19.472H77c-13.255 0-24-8.718-24-19.472L33 44.472C33 33.718 43.745 25 57 25Z' data-name='Path 28991'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.home-covid-provisions-mashroom {
    position: absolute;
    right: 0;
    bottom: 20px;
}

.home-covid-provisions-holder h2 {
    font: normal normal 500 28px/37px DynaPuff;
    color: #FFFFFF;
    text-transform: capitalize;
    margin-bottom: 18px;
}

.home-covid-provisions-content {
    font: normal normal 500 18px/28px 'Baloo 2';
    text-transform: capitalize;
    margin-bottom: 40px;
}

.home-comaparision-bg-top-divider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.home-comaparision-bg-top-divider svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 80px;
}

.home-comaparision-bg-top-divider .shape-fill {
    fill: #FED871;
}

.home-comaparision-bg-bottom-divider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.home-comaparision-bg-bottom-divider svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 80px;
}

.home-comaparision-bg-bottom-divider .shape-fill {
    fill: #FFFFFF;
}

.home-comparision {
    background: linear-gradient(to right, #F7FDFF 0% 50%, #73E0E6 50% 100%);
    padding: 85px 0 150px 0;
    position: relative;
}

.home-comparision-side img {
    display: block;
    margin: 0 auto 32px auto;
}

.home-comparision-side ul {
    font: normal normal 500 16px/23px 'Baloo 2';
    margin: 0;
    padding: 0 70px;
    list-style: none;
}

.home-comparision-side-other ul {
    color: #5A6A70;
}

.home-comparision-side-our ul {
    color: #171717;
}

.home-comparision-side ul li {
    margin-bottom: 26px;
    position: relative;
}

.home-comparision-side ul li::before {
    content: '';
    width: 28px;
    height: 28px;
    position: absolute;
    left: -40px;
}

.home-comparision-side-other ul li::before {
    background: #99772E;
    border-radius: 50%;
    border: 2px solid #E1ECF0;
    width: 20px;
    height: 20px;
}

.home-comparision-side-our ul li::before {
    background-image: url(./assets/img/ListMarker.svg)
}

.home-comaprision-ribbon {
    margin-top: -125px;
}

.home-comaprision-ribbon-holder {
    position: relative;
    color: #FFFFFF;
    text-align: center;
    padding: 48px 130px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='896' height='269'%3E%3Cdefs%3E%3Cfilter id='a' width='896' height='269' x='0' y='0' filterUnits='userSpaceOnUse'%3E%3CfeOffset dy='8'/%3E%3CfeGaussianBlur result='blur' stdDeviation='11'/%3E%3CfeFlood flood-color='%23fc4e58' flood-opacity='.322'/%3E%3CfeComposite in2='blur' operator='in'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg filter='url(%23a)'%3E%3Cpath fill='%23fc4e58' d='M50.026 25h795.948C855.377 25 863 33.231 863 43.385l-14.188 166.23c0 10.154-7.623 18.385-17.026 18.385H64.214c-9.4 0-17.026-8.231-17.026-18.385L33 43.385C33 33.231 40.623 25 50.026 25Z' data-name='Path 29430'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.home-comaprision-ribbon-content {
    font: normal normal bold 26px/30px 'Baloo 2';
}

.home-comaprision-ribbon-cta-holder {
    margin: 10px 0;
    display: flex;
    justify-content: center;
}

a.home-comaprision-ribbon-cta {
    text-align: center;
    font: normal normal bold 18px/28px 'Baloo 2';
    color: var(--pm-color-primary);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='228' height='75.004'%3E%3Cdefs%3E%3Cfilter id='a' width='228' height='75.004' x='0' y='0' filterUnits='userSpaceOnUse'%3E%3CfeOffset dy='3'/%3E%3CfeGaussianBlur result='blur' stdDeviation='3'/%3E%3CfeFlood flood-color='%23ad1c23' flood-opacity='.322'/%3E%3CfeComposite in2='blur' operator='in'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg filter='url(%23a)'%3E%3Cpath fill='%23fff' d='M27.068 59.984c-7.451-1.131-10.178-5.215-11.992-12s-5.08-18.893-5.994-28 5.951-10.812 11.988-12 46.461-1.986 92.924-1.986 86.893.8 92.932 1.986 12.908 2.889 11.99 12-4.18 21.219-6 28-4.541 10.865-11.992 12-43.469 3.02-86.934 3.02-79.47-1.889-86.922-3.02Z' data-name='Path 28970'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100% 110%;
}

a.home-comaprision-ribbon-cta:hover {
    color: var(--pm-color-primary);
}

.home-comaprision-ribbon-mashroom {
    position: absolute;
    left: 0;
    bottom: 0;
}

.home-curriculum {
    padding: 90px 0 45px 0;
    font: normal normal 500 16px/25px 'Baloo 2';
    color: #5A6A70;
}

.home-curriculum-box-title {
    font: normal normal 500 22px/26px DynaPuff;
    margin: 10px 0;
}

.home-curriculum-box.color_1 .home-curriculum-box-title,
.home-curriculum-box.color_5 .home-curriculum-box-title {
    color: #228085;
}

.home-curriculum-box.color_2 .home-curriculum-box-title,
.home-curriculum-box.color_6 .home-curriculum-box-title {
    color: #99772E;
}

.home-curriculum-box.color_3 .home-curriculum-box-title,
.home-curriculum-box.color_7 .home-curriculum-box-title {
    color: #715585;
}

.home-curriculum-box.color_4 .home-curriculum-box-title,
.home-curriculum-box.color_8 .home-curriculum-box-title {
    color: #516B38;
}

.home-testimonials {
    padding: 45px 0 50px 0;
}

.home-testimonials-slider-holder {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='970' height='457.597'%3E%3Cg data-name='Group 17668'%3E%3Cg data-name='Group 17383'%3E%3Cpath fill='%23fff' d='M794.16 187.076a74.311 74.311 0 0 1-44.365-95.139 74.312 74.312 0 0 1 95.14-44.362 74.311 74.311 0 0 1 44.362 95.137 74.31 74.31 0 0 1-95.137 44.364Z' data-name='Path 29403'/%3E%3Cpath fill='%23ffbe32' d='M884.757 140.767a69.3 69.3 0 0 1-88.818 41.42 69.3 69.3 0 0 1-41.414-88.82 69.293 69.293 0 0 1 88.816-41.415 69.293 69.293 0 0 1 41.416 88.815Z' data-name='Path 29404'/%3E%3Cpath fill='%23ffbe32' d='m738.127 53.71 8.677-9.613 12.812 14.783Z' data-name='Path 29405'/%3E%3Cpath fill='%23ffbe32' d='m919.952 78.358-.04 13.18-19.355-.99Z' data-name='Path 29406'/%3E%3Cpath fill='%23ffbe32' d='m945.919 122.21.833 20.78-39.333-22.737Z' data-name='Path 29407'/%3E%3Cpath fill='%23ffbe32' d='m750.2 14.874 21.06-9.18 13.527 36.24Z' data-name='Path 29408'/%3E%3Cpath fill='%23ffbe32' d='m806.01 11.54 15.57-5.245-5.754 24.38Z' data-name='Path 29409'/%3E%3Cpath fill='%23ffbe32' d='m850.55 7.911 13.746 11.708-19.41 18.828Z' data-name='Path 29410'/%3E%3Cpath fill='%23ffbe32' d='m903.434 35.88 11.725 14.546-34.032 10.317Z' data-name='Path 29411'/%3E%3C/g%3E%3Cpath fill='%23c6f5f7' d='M296.076 389.425c-18.949 17.93-45.562 29.084-75.033 29.084-48.74 0-89.662-30.506-101.031-71.713-1.045.023-2.09.039-3.143.039C52.326 346.835 0 299.155 0 240.335c0-55.117 45.947-100.457 104.84-105.943C130.258 92.173 179.5 63.55 236.08 63.55a159.846 159.846 0 0 1 78.26 20.117c41.016-32.437 94.559-52.074 153.133-52.074 70.609 0 133.91 28.539 176.768 73.646 17.506-22.076 45.979-36.432 78.127-36.432 46.6 0 85.48 30.176 94.428 70.275a127.2 127.2 0 0 1 36.336-5.248c64.543 0 116.869 47.678 116.869 106.5 0 53.545-43.365 97.857-99.838 105.371-23.535 47.15-75.68 79.938-136.23 79.938-37.508 0-71.785-12.576-98.041-33.354-42.521 40.252-102.26 65.3-168.418 65.3-67.724.008-128.71-26.228-171.398-68.164Z' data-name='Union 16'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.home-testimonials-slide {
    text-align: center;
    padding: 140px 100px 100px 100px;
}

.home-testimonials-slide-title {
    font: normal normal bold 24px/35px 'Baloo 2';
    color: #228085;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.home-testimonials-slide-text {
    font: normal normal 500 16px/25px 'Baloo 2';
    color: #171717;
    margin-bottom: 14px;
    position: relative;
}

.home-testimonials-slide-text::after {
    content: '';
    display: block;
    width: 115px;
    border: 2px solid #97D0D3;
    margin: 14px auto;
}

.home-testimonials-slide-person-name {
    font: normal normal bold 16px/22px 'Baloo 2';
    color: #228085;
    text-transform: capitalize;
}

.home-testimonials-slide-person-position {
    font: normal normal normal 14px/20px 'Baloo 2';
    color: #062F3E;
}

.home-testimonials ul.slick-dots {
    bottom: -50px;
}

.home-testimonials .slick-dots li button:before {
    background: #AD79D1;
}

.home-testimonials .slick-prev,
.home-testimonials .slick-next {
    width: 56px;
    height: 56px;
}

.home-testimonials .slick-prev {
    left: -60px;
}

.home-testimonials .slick-next {
    right: -60px;
}

.home-testimonials .slick-prev::before,
.home-testimonials .slick-next::before {
    width: 50px;
    height: 50px;
}

.home-schoold-impoartance {
    padding: 50px 0 100px 0;
}

.home-schoold-impoartance-content {
    font: normal normal 500 16px/23px 'Baloo 2';
    color: #5A6A70;
}

.home-schoold-impoartance-content ul {
    font: normal normal 500 16px/23px 'Baloo 2';
    margin: 20px 0 30px 0;
    padding: 0 0 0 25px;
    list-style: none;
    color: #171717;
}

.home-schoold-impoartance-content ul li {
    margin-bottom: 16px;
    position: relative;
}

.home-schoold-impoartance-content ul li::before {
    content: '';
    width: 19px;
    height: 19px;
    position: absolute;
    left: -25px;
    background-image: url(./assets/img/ListMarker.svg);
    background-size: contain;
}

.home-about {
    padding: 120px 0;
    background: #CAE0B4;
    position: relative;

    font: normal normal 500 16px/25px 'Baloo 2';
    color: #062F3E;
}

.home-about .section-heading {
    font: normal normal 500 28px/37px DynaPuff;
    color: #516B38;
    text-transform: capitalize;
}

.about-gallery {
    margin-top: 50px;
}

.about-gallery h3 {
    font: normal normal 500 22px/26px DynaPuff;
    color: #171717;
}

.about-gallery-slide img {
    border-radius: 14px;
}

.about-gallery .cust-slider-controls {
    text-align: center;
    margin: 30px 0;
}

.about-gallery-slider-controls,
.about-page-gallery-slider-controls {
    display: inline-block;
    position: relative;
    padding: 0 70px;
}

.about-gallery-slider-controls ul.slick-dots,
.about-page-gallery-slider-controls ul.slick-dots {
    position: relative;
    bottom: 0;
}

.about-page-gallery-slider-controls .slick-dots li button:before {
    background: #AD79D1;
}

.about-gallery-slider-controls .slick-prev,
.about-page-gallery-slider-controls .slick-prev {
    left: 0;
}

.about-gallery-slider-controls .slick-next,
.about-page-gallery-slider-controls .slick-next {
    right: 0;
}

.home-about-bg-top-divider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.home-about-bg-top-divider svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 100px;
}

.home-about-bg-top-divider .shape-fill {
    fill: #FFFFFF;
}

.home-about-bg-bottom-divider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.home-about-bg-bottom-divider svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 100px;
}

.home-about-bg-bottom-divider .shape-fill {
    fill: #FFFFFF;
}

.home-blog {
    padding: 100px 0 0 0;
}

.home-blog-item img {
    border-radius: 14px;
}

.home-blog-title {
    font: normal normal 500 22px/26px DynaPuff;
    color: #062F3E;
    margin: 16px 0;
}

.home-blog-text {
    font: normal normal 500 16px/25px 'Baloo 2';
    letter-spacing: 0px;
    color: #5A6A70;
}

.home-blog-text a,
a.blog-read-moreBtn {
    font: normal normal bold 16px/25px 'Baloo 2';
    color: var(--pm-color-primary);
    text-transform: uppercase;
}

.home-bottom-sticky {
    width: 100vw;
    position: fixed;
    bottom: 100%;
    background: #fff;
    box-shadow: 0px -3px 6px #22808529;
    z-index: 9999;
}

.home-bottom-sticky.show {
    bottom: 0;
}

.home-bottom-sticky-holder {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.home-bottom-sticky-holder h2 {
    font: normal normal bold 22px/36px 'Baloo 2';
    color: #062F3E;
    text-transform: capitalize;
    margin-bottom: 0;
    margin-right: 1rem;
}

body .gform_wrapper.gravity-theme .gform_footer {
    text-align: center;
    padding-bottom: 0;
}

.gform_wrapper.gravity-theme .gform_footer input[type="submit"] {
    text-align: center;
    font: normal normal bold 18px/28px 'Baloo 2';
    text-transform: capitalize;
    padding: 15px 45px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='228' height='75.004'%3E%3Cdefs%3E%3Cfilter id='a' width='228' height='75.004' x='0' y='0' filterUnits='userSpaceOnUse'%3E%3CfeOffset dy='3'/%3E%3CfeGaussianBlur result='blur' stdDeviation='3'/%3E%3CfeFlood flood-color='%23ad1c23' flood-opacity='.322'/%3E%3CfeComposite in2='blur' operator='in'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg filter='url(%23a)'%3E%3Cpath fill='%23fc4e58' d='M27.068 59.984c-7.451-1.131-10.178-5.215-11.992-12s-5.08-18.893-5.994-28 5.951-10.812 11.988-12 46.461-1.986 92.924-1.986 86.893.8 92.932 1.986 12.908 2.889 11.99 12-4.18 21.219-6 28-4.541 10.865-11.992 12-43.469 3.02-86.934 3.02-79.47-1.889-86.922-3.02Z' data-name='Path 30082'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 100% 110%;
    color: #fff;
    border: 0;
    outline: 0;
}

#admission_modal .modal-content {
    border-radius: 24px;
}

@media screen and (max-width: 992px) {
    .home-comparision-side ul {
        padding: 0 40px;
    }

    .home-testimonials .slick-prev {
        left: 0;
    }

    .home-testimonials .slick-next {
        right: 0;
    }

    .home-bottom-sticky-holder {
        padding: 8px 0;
        align-items: center;
    }

    .home-bottom-sticky-holder h2 {
        font: normal normal bold 16px/22px 'Baloo 2';
        color: #062F3E;
    }

    .home-bottom-sticky-holder .pm-cta.pm-cta-red {
        text-align: center;
        font: normal normal bold 14px/22px 'Baloo 2';
        padding: 10px 20px;
        background-size: 100% 100%;
    }
}

@media screen and (max-width: 767px) {
    .home-banner h1 {
        font: normal normal 500 28px/36px DynaPuff;
        margin-bottom: 8px;
    }

    .home-banner-credibility {
        padding: 14px 24px 50px 24px;
    }

    .home-banner-credibility-item {
        padding: 0;
        flex: 0 0 50%;
        margin-bottom: 5px;
    }

    .home-banner-credibility-item-number {
        font: normal normal 500 22px/26px DynaPuff;
    }

    .home-banner-credibility-item-text {
        font: normal normal 500 16px/23px 'Baloo 2';
        margin: auto;
    }

    .home-banner-credibility-holder .pm-cta {
        width: max-content;
        bottom: -20px;
    }

    .home-latest-news {
        background: #AD79D1 0% 0% no-repeat padding-box;
        box-shadow: 0px 8px 22px #99772E38;
        border-radius: 0px 0px 50px 0px;
    }

    .home-latest-news-bg {
        box-shadow: none;
    }

    .home-latest-news::before {
        display: none;
    }

    .home-latest-news-slider-holder {
        padding-right: 0;
    }

    .home-latest-news-slide-item {
        flex-wrap: wrap;
    }

    .home-latest-news-slide {
        font: normal normal 500 16px/25px 'Baloo 2';
    }

    .home-latest-news-bg {
        padding: 14px 0;
    }

    .home-latest-news-heading-inner-holder {
        margin-bottom: 0;
        width: 100%;
    }

    .home-latest-news-heading-holder {
        display: flex;
    }

    .home-latest-news-heading-holder svg {
        width: 32px;
        margin-right: 10px;
    }

    .home-latest-news-heading-holder h2 {
        font: normal normal 500 20px/28px DynaPuff;
    }

    .home-latest-news-heading-inner-holder .cust-slider.cust-slider-controls {
        margin-left: auto;
    }

    .home-latest-news-slider-controls-paging {
        margin: 0;
    }

    .pm-cta.home-latest-news-slide-cta {
        flex: unset;
        margin-top: 10px;
    }

    .home-second-fold-bg {
        background-image: none;
    }

    .home-programes {
        padding: 60px 0 40px 0;
    }

    .section-heading {
        font: normal normal 500 24px/30px DynaPuff;
    }

    .home-programe-box {
        padding: 14px;
        box-shadow: 0px 8px 22px #99772E38;
        border-radius: 12px;
    }

    .home-programe-box img {
        height: 164px;
    }

    .home-programe-box-title-holder h3 {
        font: normal normal 500 20px/28px DynaPuff;
    }

    .home-programe-box-age-range {
        margin-right: -15px;
    }

    .home-programe-box-info-item {
        display: flex;
        align-items: center;
    }

    .home-programe-box-info-item-title {
        font: normal normal bold 18px/23px 'Baloo 2';
        flex: 0 0 100px;
    }

    .home-programe-box-info-item-text {
        font: normal normal 500 16px/20px 'Baloo 2';
    }

    .home-programe-box-highlighted {
        font: normal normal bold 18px/15px 'Baloo 2';
        padding: 10px;
    }

    .home-programe-box-cta-holder {
        margin-top: 16px;
    }

    .home-covid-provisions {
        padding: 48px 0 80px 0;
        background: #84AD5A;
    }

    .home-covid-provisions-holder {
        padding: 0;
        background: none;
        text-align: left;
    }

    .home-covid-provisions-holder h2 {
        font: normal normal 500 24px/30px DynaPuff;
        margin-bottom: 10px;
    }

    .home-covid-provisions-mashroom {
        width: 100px;
        bottom: -90px;
        z-index: 1;
    }

    .home-comparision {
        background: linear-gradient(to bottom, #F7FDFF 0% 50%, #73E0E6 50% 100%);
        padding: 85px 0 100px 0;
        border-radius: 720px 720px / 90px;
        margin-top: -70px;
    }

    .home-comaparision-bg-top-divider,
    .home-comaparision-bg-bottom-divider {
        display: none;
    }

    .home-comparision-side-our {
        padding-top: 80px;
    }

    .home-comparision-side ul {
        padding: 0 0 0 40px;
    }

    .home-comparision-side ul li {
        margin-bottom: 12px;
    }

    .home-comaprision-ribbon {
        margin-top: -90px;
    }

    .home-comaprision-ribbon-holder {
        padding: 34px 24px;
    }

    .home-comaprision-ribbon-content {
        font: normal normal bold 20px/26px 'Baloo 2';
    }

    .home-comaprision-ribbon-mashroom {
        display: none;
    }

    .home-curriculum {
        padding: 60px 0 45px 0;
    }

    .home-curriculum-box {
        display: flex;
        flex-wrap: wrap;
    }

    .home-curriculum-box img {
        margin: 0 16px 0 0;
    }

    .home-curriculum-box-title {
        align-self: center;
    }

    .home-curriculum-box-content {
        margin-top: 10px;
    }

    .home-testimonials {
        padding: 15px 0 45px 0;
    }

    .home-testimonials-sun {
        position: absolute;
        right: 1rem;
        top: -2rem;
        z-index: -1;
    }

    .home-testimonials-slider-holder {
        background: #C6F5F7;
        border-radius: 220px / 50px;
        margin: 0 -15px;
        padding: 0 15px;
        position: relative;
    }

    .home-testimonials-slide {
        padding: 40px 0;
    }

    .home-testimonials-slide-title {
        font: normal normal bold 20px/28px 'Baloo 2';
    }

    .home-testimonials .slick-prev {
        left: 0;
        top: unset;
        bottom: -90px;
    }

    .home-testimonials .slick-next {
        right: 0;
        top: unset;
        bottom: -90px;
    }

    .home-schoold-impoartance {
        padding: 50px 0 70px 0;
    }

    .home-about {
        padding: 64px 0;
        border-radius: 220px / 50px;
    }

    .home-about-bg-top-divider,
    .home-about-bg-bottom-divider {
        display: none;
    }

    .home-about .section-heading {
        text-align: center;
        font: normal normal 500 24px/30px DynaPuff;
        color: #171717;
        margin-bottom: 10px;
    }

    .about-gallery {
        margin-top: 30px;
    }

    .about-gallery h3 {
        display: none;
    }

    .home-blog {
        padding: 64px 0 0;
    }

    .home-blog .home-blog-item-holder {
        display: none;
    }

    .home-blog .home-blog-item-holder:nth-child(-n+2) {
        display: block;
    }

    .home-blog-title {
        font: normal normal 500 20px/25px DynaPuff;
        margin: 8px 0;
    }

    .home-bottom-sticky-holder {
        padding: 8px 0;
        align-items: flex-start;
    }

    .home-bottom-sticky-holder .pm-cta.pm-cta-red {
        flex: 1 0 auto;
    }
}

/* Home end */

/* about */
.about-first-fold {
    padding: 20px 0 50px 0;
}

.about-credibility-ribbon {
    padding: 0 0 30px 0;
}

.about-credibility-ribbon-holder {
    position: relative;
    color: #FFFFFF;
    text-align: center;
    padding: 48px 130px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='896' height='269'%3E%3Cdefs%3E%3Cfilter id='a' width='896' height='269' x='0' y='0' filterUnits='userSpaceOnUse'%3E%3CfeOffset dy='8'/%3E%3CfeGaussianBlur result='blur' stdDeviation='11'/%3E%3CfeFlood flood-color='%23fc4e58' flood-opacity='.322'/%3E%3CfeComposite in2='blur' operator='in'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg filter='url(%23a)'%3E%3Cpath fill='%23fc4e58' d='M50.026 25h795.948C855.377 25 863 33.231 863 43.385l-14.188 166.23c0 10.154-7.623 18.385-17.026 18.385H64.214c-9.4 0-17.026-8.231-17.026-18.385L33 43.385C33 33.231 40.623 25 50.026 25Z' data-name='Path 29430'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.about-credibility-ribbon-holder h2 {
    text-align: center;
    font: normal normal 500 28px/37px DynaPuff;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    margin-bottom: 22px;
}

.about-credibility-items {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.about-credibility-item {
    margin: 0 20px;
    color: #FFFFFF;
    text-align: center;
    text-transform: capitalize;
}

.about-credibility-item-number {
    font: normal normal 500 28px/28px DynaPuff;
    margin-bottom: 5px;
}

.about-credibility-item-text {
    font: normal normal normal 18px/28px 'Baloo 2';
}

.about-vision {
    padding: 30px 0;
}

.about-mission {
    padding: 30px 0;
}


.about-covid-provisions {
    padding: 30px 0;
}

.about-covid-provisions-holder {
    position: relative;
    color: #FFFFFF;
    text-align: center;
    padding: 48px 100px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1236' height='281'%3E%3Cdefs%3E%3Cfilter id='a' width='1236' height='281' x='0' y='0' filterUnits='userSpaceOnUse'%3E%3CfeOffset dy='8'/%3E%3CfeGaussianBlur result='blur' stdDeviation='11'/%3E%3CfeFlood flood-color='%23516b38' flood-opacity='.22'/%3E%3CfeComposite in2='blur' operator='in'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg filter='url(%23a)'%3E%3Cpath fill='%2384ad5a' d='M57 25h1122c13.255 0 24 8.718 24 19.472l-20 176.057c0 10.754-10.745 19.472-24 19.472H77c-13.255 0-24-8.718-24-19.472L33 44.472C33 33.718 43.745 25 57 25Z' data-name='Path 28991'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.about-covid-provisions-mashroom {
    position: absolute;
    right: 0;
    bottom: 20px;
}

.about-covid-provisions-holder h2 {
    color: #FFFFFF;
    margin-bottom: 18px;
}

.about-covid-provisions-content {
    font: normal normal 500 18px/28px 'Baloo 2';
    text-transform: capitalize;
    margin-bottom: 40px;
}

.about-page-gallery {
    padding: 80px 0;
    background: #FFF2D6;
    border-radius: 100% 100% / 30% 30%;
}

.about-page-gallery-item img {
    border-radius: 14px;
    display: block;
    margin: auto;
}

.about-testimonials {
    padding: 90px 0 30px 0;
}

.about-faculty {
    padding: 50px 0 0 0;
}

.about-faculty-item {
    text-align: center;
    text-transform: capitalize;
    color: #313131;
}

.about-faculty-item img {
    border-radius: 14px;
}

.about-faculty-item-name {
    font: normal normal bold 22px/26px DynaPuff;
    margin: 12px 0 4px;
}

.about-faculty-item-info {
    font: normal normal normal 16px/25px 'Baloo 2';
}

@media screen and (max-width: 767px) {

    .about-first-fold {
        padding: 20px 0 30px;
    }

    .about-credibility-ribbon {
        background: var(--pm-color-primary);
        padding: 24px 0 0;
    }

    .about-credibility-ribbon-holder {
        background: none;
        padding: 0;
    }

    .about-credibility-ribbon-holder h2 {
        font: normal normal 500 20px/37px DynaPuff;
    }

    .about-credibility-items {
        flex-wrap: wrap;
    }

    .about-credibility-item {
        flex: 0 0 50%;
        margin: 12px 0;
    }

    .about-credibility-ribbon .home-comaprision-ribbon-mashroom {
        display: block;
        left: -10px;
        bottom: -70px;
        width: 90px;
    }

    .about-vision {
        padding: 60px 0 0;
    }

    .about-mission {
        padding: 30px 0 20px;
    }

    .about-covid-provisions {
        padding: 50px 0 70px;
        background: #84AD5A;
    }

    .about-covid-provisions-holder {
        background: none;
        padding: 0;
        text-align: left;
    }

    .about-covid-provisions-mashroom {
        bottom: -100px;
        width: 100px;
    }

    .about-page-gallery {
        border-radius: 100% / 15%;
        margin-top: -60px;
    }

    .about-page-gallery h2,
    .about-faculty h2 {
        color: #516B38;
    }

    .about-testimonials {
        padding: 45px 0;
    }
}

/* about end */

/* Program single */

.single_program_first_fold {
    padding: 40px 0;
    color: #5A6A70;
}

.single_program_first_fold_image_holder {
    position: relative;
    display: flex;
    flex-direction: column;

}

.single_program_first_fold_image_holder img {
    position: relative;
    border-radius: 14px;
    box-shadow: 0px 8px 22px #00000029;
    margin: 0 40px;
    align-self: center;
}

.single-program-box-info-holder {
    background: #CAE0B4;
    border-radius: 14px;
    padding: 20px 40px;
}

.with_image .single-program-box-info-holder {
    padding: 60px 40px 20px 40px;
    margin-top: -40px;
}

.single-program-box-info-item {
    border-right: 1px solid #516b383c;
}

.single-program-box-info-item:last-of-type {
    border: 0;
}

.single-program-box-info-item-text {
    font: normal normal 500 16px/20px 'Baloo 2';
    color: #516B38;
    text-transform: capitalize;
}

.single-program-box-info-item-title {
    font: normal normal bold 20px/23px 'Baloo 2';
    color: #516B38;
}

.single-program-batch-info {
    padding: 30px 0 0;
}

.single-program-batch-info-holder {
    display: flex;
    position: relative;
}

.single-program-batch-info-box {
    padding: 50px 30px 70px 30px;
    justify-content: space-between;
    display: inline-flex;
    margin: 0 auto;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='826' height='222.502'%3E%3Cdefs%3E%3Cfilter id='a' width='826' height='222.502' x='0' y='0' filterUnits='userSpaceOnUse'%3E%3CfeOffset dy='8'/%3E%3CfeGaussianBlur result='blur' stdDeviation='11'/%3E%3CfeFlood flood-color='%23228085' flood-opacity='.22'/%3E%3CfeComposite in2='blur' operator='in'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg filter='url(%23a)'%3E%3Cpath fill='%23fff' d='M48.59 25h728.82c8.61 0 15.59 6.346 15.59 14.174l-12.992 128.154c0 7.828-6.98 14.174-15.59 14.174H61.581c-8.61 0-15.59-6.346-15.59-14.174L33 39.174C33 31.346 39.98 25 48.59 25Z' data-name='Path 30084'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 100% 100%;
    background-position: 0 75%;
}

.single-program-batch-info-holder h2 {
    font: normal normal 500 34px/41px DynaPuff;
    color: #062F3E;
    text-transform: capitalize;
    padding: 0 20px;
    margin-left: 45px;
    flex: 0;
}

.single-program-batch-info-item {
    padding: 0 20px;
    border-right: 1px solid #838383;
}

.single-program-batch-info-item:last-of-type {
    margin-right: 45px;
    border: 0;
}

.single-program-batch-info-item-title {
    font: normal normal 500 18px/23px 'Baloo 2';
    color: #5A6A70;
    text-transform: capitalize;
}

.single-program-batch-info-item-value {
    font: normal normal bold 26px/42px 'Baloo 2';
    color: #000000;
    text-transform: capitalize;
}

.single-program-batch-info-holder .pm-cta {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
}

.single-program-curriculum {
    padding: 180px 0 50px 0;
    font: normal normal 500 16px/25px 'Baloo 2';
    color: #5A6A70;
    background: #F7FDFF;
    margin-top: -100px;
    border-radius: 100% / 15%;
}

.single-program-curriculum-box-title {
    font: normal normal 500 22px/26px DynaPuff;
    margin: 10px 0;
}

.single-program-curriculum-box.color_1 .single-program-curriculum-box-title,
.single-program-curriculum-box.color_5 .single-program-curriculum-box-title {
    color: #228085;
}

.single-program-curriculum-box.color_2 .single-program-curriculum-box-title,
.single-program-curriculum-box.color_6 .single-program-curriculum-box-title {
    color: #99772E;
}

.single-program-curriculum-box.color_3 .single-program-curriculum-box-title,
.single-program-curriculum-box.color_7 .single-program-curriculum-box-title {
    color: #715585;
}

.single-program-curriculum-box.color_4 .single-program-curriculum-box-title,
.single-program-curriculum-box.color_8 .single-program-curriculum-box-title {
    color: #516B38;
}

.single-program-more-details {
    padding: 60px 0 0;
}

.single-program-more-details ul {
    font: normal normal 500 16px/23px 'Baloo 2';
    margin: 20px 0 30px 0;
    padding: 0 0 0 25px;
    list-style: none;
    color: #5A6A70;
}

.single-program-more-details ul li {
    margin-bottom: 16px;
    position: relative;
}

.single-program-more-details ul li::before {
    content: '';
    width: 19px;
    height: 19px;
    position: absolute;
    left: -25px;
    background-image: url(./assets/img/ListMarker.svg);
    background-size: contain;
}

[data-readmore] {
    overflow: hidden;
}

a[data-readmore-toggle] {
    color: var(--pm-color-primary);
}

@media screen and (max-width: 767px) {

    .single-program-batch-info {
        padding: 0;
        overflow: hidden;
    }

    .single-program-batch-info-box {
        padding: 60px 0 90px 0;
        flex-wrap: wrap;
        margin-top: -30px;
    }

    .single-program-batch-info-holder h2 {
        font: normal normal 500 26px/41px DynaPuff;
        flex: 1 0 100%;
    }

    .single-program-batch-info-item {
        border: 0;
        flex: 1 0 100%;
        margin-bottom: 10px;
        padding: 0 30px;
    }

    .single-program-batch-info-item-title {
        text-align: center;
        font: normal normal 500 16px/23px 'Baloo 2';
    }

    .single-program-batch-info-item-value {
        text-align: center;
        font: normal normal bold 22px/36px 'Baloo 2';
    }

    .single-program-box-info-item:nth-of-type(2n) {
        border: 0;
    }

    .single-program-batch-info-holder .pm-cta {
        width: max-content;
        bottom: 40px;
    }

    .single-program-curriculum {
        margin-top: -180px;
        border-radius: 100% / 5%;
    }

    .single-program-curriculum-box {
        display: flex;
        flex-wrap: wrap;
    }

    .single-program-curriculum-box svg {
        margin: 0 16px 0 0;
    }

    .single-program-curriculum-box-title {
        align-self: center;
    }

    .single-program-curriculum-box-content {
        margin-top: 10px;
    }
}

/* Program single end */

/* career */
.career-opening {
    margin: 1rem 0;
    background-color: #f5f5f5;
}

.career-opening-heading {
    font-weight: 500;
    font-size: 20px;
    border: 0;
    display: block;
    width: 100%;
    text-align: left;
    outline: 0;
    padding: 15px 30px 15px 15px;
    position: relative;
    cursor: pointer;
}

.career-opening-heading::after {
    position: absolute;
    font-size: 30px;
    right: 15px;
    top: 11px;
    line-height: 1;
    color: var(--pm-color-primary);
}

.career-opening-heading[aria-expanded="false"]::after {
    content: "+";
}

.career-opening-heading[aria-expanded="true"]::after {
    content: "-";
}

.career-opening-content {
    padding: 0px 30px 15px 15px;
}

.career-form {
    box-shadow: 0 10px 20px #00000026;
    padding: 20px;
    border-radius: 24px;
    background: #fff;
}

/* career end */

/* animation */
@keyframes blink {

    0%,
    100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

.home-latest-news-heading-holder>svg {
    animation: blink 1.5s infinite;
    animation-timing-function: ease;
}

/* animation end */