/*
Theme Name: Jump Consulting
Theme URI: http://underscores.me/
Author: Signa Marketing
Author URI: http://signamarketing.com/
Description: Underscores/SASS/Bootstrap4 based Wordpress 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: jump-consulting
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.

Jump Consulting 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/
*/

  
:root {
    --top-header-bg: #fac60e;
    --primary-color: #e83dc1;
    --text-color: #1e181a;
    --sectiob-bg-light-blue: #f1f8ff;
    --heading-color: #2563a0;
    --body-text-color: #fff;
    --menu-color: #000; 
    --banner-heading-color: #2c72ae;
}
@font-face {
    font-family: 'Gellatio';
    src: url('./fonts/Gellatio/Regular.ttf');
}  
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;  
}
body {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: 'League Spartan', sans-serif;
    overflow-x: hidden; 
}
p {
    font-weight: 500;
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.8em;
    color: var(--text-color);
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    margin: 0;
    font-family: 'League Spartan', sans-serif;
    color: var(--heading-color);
}
a {
    text-decoration: none !important;
    color: var(--primary-color);
    font-family: 'Open Sans', sans-serif;
}
li {
    font-family: 'Open Sans', sans-serif;
}
span {
    font-family: 'Open Sans', sans-serif;
}
img {
    width: 100%;
}
.single-post img {
    width: auto;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#main-page-content, .single-page-container {
    padding-top: 140px;
}
.container {
    width: 100%;
    max-width: 1366px;
    margin: auto;
}
.post-container {
    width: 100%;
    max-width: 1150px;
    margin: auto;
}
.mfp-wrap {
    z-index: 99999;
}
.mfp-bg {
    z-index: 99999;
}
img.mfp-img {
    width: 100%;
    height: 700px;
}
.login_show {
    display: none;
}
.logged-in .login_show {
    display: inline-block!important;
}
.logged-in .login_hide {
    display: none!important;
}


/* -------------- Inner Page Container CSS Code Start -------------- */
.inner-page-container {
    padding-top: 140px;
}
#inner-page-banner {
    padding: 100px 0px;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 99;
}
#inner-page-banner::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #2563a0;
    opacity: .4;
    z-index: -1;
}
#inner-page-banner .inner-page-heading, #inner-page-banner .inner-page-breadcrumb {
    padding: 0px !important;
}
#inner-page-banner .inner-page-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.inner-page-content .inner-page-subtitle h3 {
    color: var(--top-header-bg);
}
.inner-page-heading h1 {
    color: var(--body-text-color);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 45px;
    padding: 0;
    margin: 0 0 6px;
}
.inner-page-breadcrumb span, .inner-page-breadcrumb a {
    color: var(--body-text-color);
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
}
/* -------------- Inner Page Container CSS Code End -------------- */


.global-pink-btn {
    background-image: url(img/brush-shape-pink.png);
    color: var(--body-text-color) !important;
    background-size: 100% 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 25px 10px !important;
    font-size: 13px;
    font-weight: 700;
    text-decoration: unset !important;
}
.global-pink-btn2 {
    background-image: url(img/brush-shape-pink.png);
    color: var(--body-text-color) !important;
    background-size: 100% 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 25px 10px !important;
    font-size: 22px;
    font-weight: 700;
    text-decoration: unset !important;
    width: 210px;
}
.global-yellow-btn {
    background-image: url(img/brush-shape-yellow.png) !important;
    color: var(--menu-color) !important;
}
.global-yellow-btn:hover {
    background-image: url(img/brush-shape-pink.png) !important;
    color: var(--body-text-color) !important;
}
.global-pink-btn:hover {
    background-image: url(img/brush-shape-1.png) !important;
}
.gform_button {
    background-image: url(img/brush-shape-yellow.png);
    color: var(--menu-color) !important;
    background-size: 100% 100%;
    height: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px 26px !important;
    font-size: 13px;
    font-weight: 700;
    text-decoration: unset !important;
	text-transform: uppercase;
}
.gform_button:hover {
    background-image: url(img/brush-shape-pink.png) !important;
    color: var(--body-text-color) !important;
}
.gform_button {
    border: unset;
    background-color: unset;
    font-size: 15px;
}

.global-gellatio-subtitle {
    color: var(--primary-color);
    padding: 0;
    margin: 0 0 18px;
    display: inline-block;
    letter-spacing: 2px;
    font-family: 'Gellatio', sans-serif;
    font-size: 26px;
    font-weight: 400;
}
.global-gellatio-display1 {
    color: var(--primary-color);
    margin-bottom: 18px;
    transform: rotate(-8deg);
    display: inline-block;
}
.global-gellatio-display2 {
    display: block;
    margin-bottom: 0px;
    position: relative;
    z-index: 999;
}
.global-gellatio-display3 {
    position: absolute;
    top: 0;
    left: 30px;
    z-index: 99999;
}
.global-gellatio-display4 {
    position: absolute;
    margin: 0;
    transform: rotate(-15deg);
    left: -40px;
    z-index: 999;
    top: -35px;
}

.main-title {
    font-size: 47px;
    color: var(--body-text-color);
    margin-bottom: 20px;
}
.light-yellow-bg {
    position: relative;
    display: inline-block;
}
.global-main-title-shape::before {
    content: "";
    background: #fff4cc;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    transform: skewX(-25deg);
}
.global-main-title-shape {
    font-size: 40px !important;
    padding: 20px 30px 15px 60px;
    position: relative;
    min-width: 350px;
    margin: -14px 0 0;
    z-index: 99;
    display: inline-block;
    margin-bottom: 35px;
}
.global-main-title-shape1 {
    padding: 20px 30px 15px 30px !important;
    margin: 0px 0 0 !important;
    margin-bottom: 40px !important;
} 

.global-main-para {
    font-size: 16px;
    padding-bottom: 16px;
    color: var(--text-color);
    line-height: 1.8em;
}

div#page-container {
	overflow: hidden;
}

/* ----------------- Search Popup CSS Code Start ---------------- */
#searchPopup {
    position: fixed;
    width: 100%;
    max-width: 100%;
    display: none;
    height: 100%;
    background-color: #f0f0f0;
    z-index: 9999;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#searchPopup .search-popup-content {
    display: block;
    width: 100%;
}
#searchPopup form#searchform {
    width: 100%;
    max-width: 800px;
    margin: auto;
}
#searchPopup .search-bar {
    display: flex;
    align-items: center;
    position: relative;
    border-bottom: 2px solid #fac60e;
}
#searchPopup .search-bar input {
    border: unset;
    margin-bottom: 0px !important;
    background-color: unset;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 30px;
    color: #2563a0 !important;
    outline: none;
	flex-grow: 1;
}
#searchPopup input::placeholder {
    color: #2563a0 !important;
}
#searchPopup #search-type>option {
    font-size: 18px!important;
}
#searchPopup #search-type {
    flex: 1 0 170px;
    border: unset;
    padding: 20px 0px;
    font-size: 30px!important;
    font-weight: 700;
    color: #2563a0;
    text-transform: uppercase;
    background-color: unset;
    margin-right: 20px;
    cursor: pointer;
	outline: none;
}
#searchPopup span#closePopup {
    font-size: 45px;
    color: #2563a0;
    cursor: pointer;
}
/* ----------------- Search Popup CSS Code End ---------------- */



/* ----------------- Swiper Slider CSS Code Start ---------------  */
.client-swiper {
    width: 1050px;
    text-align: center;
    padding: 0px 15px;
}
.client-swiper .swiper-wrapper {
    padding-bottom: 100px;
}
#client-reviews-section .swiper-button-prev {
    position: absolute;
    left: 0;
    top: unset !important;
    bottom: 0px !important;
}
#client-reviews-section .swiper-button-next {
    position: absolute;
    bottom: 0 !important;
    top: unset !important;
    right: 0;
}
#client-reviews-section .swiper-button-next, .swiper-button-prev {
    left: 0 !important;
    width: 100% !important;
}
.client-swiper .swiper-button-prev::after {
    position: absolute;
    left: -40px !important;
    width: 100%;
}
.client-swiper .swiper-button-next::after {
    position: absolute;
    right: 50px !important;
    width: 100%;
}
/* ----------------- Swiper Slider CSS Code End ---------------  */



/* ----------------- Header Menu CSS COde Start ----------------- */
#main-header {
    position: fixed;
    width: 100%;
    z-index: 9999;
}
#main-header .top_bar_header {
    background-color: var(--top-header-bg);
    padding: 6px 15px;
}
#main-header .top-header-texts {
    padding: 0px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}
#main-header .top-header-texts p {
    font-weight: 500;
    font-family: 'League Spartan';
    line-height: 23px;
    margin-right: 10px;
}
#main-header .top-header-btn {
    background-image: url(img/brush-shape-pink.png);
    color: var(--body-text-color) !important;
    background-size: 100% 100%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 25px !important;
    font-size: 13px;
    font-weight: 700;
    text-decoration: unset !important;
}
#main-header .top-header-btn:hover {
    background-image: url(img/brush-shape-1.png) !important;
}

#primary-navigation {
    box-shadow: 0 1px 0 rgba(0,0,0,.1);
    padding: 12px 35px;
    background-color: var(--body-text-color);
    z-index: 999;
}
#primary-navigation nav {
    padding: 0px !important;
}
#primary-navigation ul#primary-menu {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 0px;
}
#primary-navigation #primary-menu li {
    padding: 0px 22px 0px 0px;
}
#primary-navigation #primary-menu li.header-btn {
    padding: 0px 16px 0px 0px !important;
}
#primary-navigation ul#primary-menu li a {
    font-weight: 700;
    font-size: 14px;
    font-family: 'League Spartan';
    text-transform: uppercase;
    color: var(--menu-color);
    padding-bottom: 34px;
}
#primary-navigation li.current_page_item a {
    color: var(--primary-color) !important;
}
#primary-navigation span.material-symbols-rounded.ac-h-btns {
    position: unset;
    display: block;
    color: var(--heading-color);
    font-weight: 600;
}
.desktop-menu-bar .fa-search:before {
    content: "\f002";
    font-size: 20px;
    font-weight: 600;
    color: #2563a0;
    cursor: pointer;
}
.header-btn a {
    background-image: url(img/brush-shape-pink.png);
    color: var(--body-text-color) !important;
    background-size: 100% 100%;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px 22px 20px !important;
    font-size: 13px;
    font-weight: 700;
    text-decoration: unset !important;
    color: var(--body-text-color); 
}
.header-btn a:hover {
    background-image: url(img/brush-shape-1.png) !important;
}

#primary-menu .menu-item-has-children::after {
      font-family: "Font Awesome 5 Free";
      content: "\f078";
      font-weight: 900;
      position: relative;
      right: 4px;
      font-size: 13px;
}
#primary-menu .menu-item-has-children {
    padding: 0px 30px 0px 0px !important;
}
#primary-menu .menu-item-has-children a {
	padding-right: 10px;
}


.desktop-menu-bar #primary-menu ul.sub-menu {
    display: none;
}
li.menu-item-has-children:hover ul.sub-menu {
    display: block !important;
}
li.menu-item-has-children a {
    -webkit-transition: opacity 0.4s ease-in-out, background-color 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, background-color 0.4s ease-in-out;
}
.desktop-menu-bar #primary-menu ul.sub-menu {
    position: absolute;
    top: 68px;
    padding-left: 0px !important;
    list-style-type: none;
    background-color: #fff;
    padding: 10px 0;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    border-top: 3px solid #fac60e;
}
ul#primary-menu {
    position: relative;
}
.desktop-menu-bar #primary-menu ul.sub-menu li {
    padding: 0px !important;
}
.desktop-menu-bar #primary-menu ul.sub-menu li a {
    padding: 6px 20px !important;
    display: block;
}
.cart-icon #cart-btn {
    color: #000;
}

.mobile-menu-bar {
    display: none;
}
.hamburger-menu {
    position: relative;
}
.hamburger-icon {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 20px;
    cursor: pointer;
}
.hamburger-icon .line {   
    width: 100%;
    height: 3px;
    background-color: #2563a0; 
}
.mobile-menu {
    position: fixed;
    top: 0;
    right: 0px;
    width: 270px;
    height: 100vh;
    display: none;
    background-color: #f0f6fb;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease-in-out;
    padding: 140px 0px 170px;
}
.mobile-menu.open {
    display: block; 
}
.close-button {
    position: absolute;
    top: 82px;
    right: 30px;
    font-size: 30px;
    cursor: pointer;
}
.fa-times:before {
    color: #2563a0;
}

/* ------------ Media Query Code Start -------------- */
@media(max-width: 991px){
    #main-header .top-header-btn {
        font-size: 12px;
    }
    #primary-navigation {
        padding: 12px 25px;
    }
    .logo-container #logo {
        max-width: 141px;
    }
    .desktop-menu-bar {
        display: none !important;
    }
    .mobile-menu-bar {
        display: flex;
    }
    .search-icon {
        margin-right: 30px;
    }
    .search-icon .fa-search:before {
        font-size: 20px;
        font-weight: 600;
        color: #2563a0;
    }
    #mobile-primary-menu {
        padding-left: 0px;
        list-style-type: none;
    }   
    #mobile-primary-menu li a {
        padding: 10px 20px;
        display: block;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: rgb(0 0 0 / 82%) !important;
        font-weight: 700 !important;
        font-size: 14px;
        font-family: 'League Spartan';
    }
    #mobile-primary-menu li.header-btn {
        position: fixed;
        bottom: 0px;
        padding: 10px 15px;
        display: block;
    }
    #mobile-primary-menu li.header-btn a {
        color: #fff !important;
    }

    #main-page-content, .single-page-container {
        padding-top: 132px;
    }
    .inner-page-container {
        padding-top: 132px !important;
    }
	#searchPopup .search-popup-content {
    	padding: 0px 30px;
	}
	#searchPopup #search-type {
        flex: 1 0 150px;
        font-size: 22px!important;
        padding: 10px 0px;
    }
    #searchPopup .search-bar input {
        font-size: 22px !important;
    }
    #searchPopup span#closePopup {
        font-size: 28px !important;
    }
}
/* ----------------- Header Menu CSS Code End ----------------- */

/* ------------ Footer CSS Code Start -------------------- */
#main-footer {
    background-color: #fdfbfc !important;
    position: relative;
    border-top: 2px solid #f0f0f0;
    background-image: url(img/pattren-bg-image.png);
    background-size: cover;
    z-index: 99;
}
footer#main-footer::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(/wp-content/uploads/2023/09/dots-shape-img.png);
    width: 300px;
    height: 100%;
    z-index: -1;
    opacity: .15;
    background-size: contain;
    background-position: bottom left;
    background-repeat: no-repeat;
}
#main-footer:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: -1;
    opacity: .5;
}
#main-footer .footer-row {
    padding-top: 60px;
    padding-bottom: 50px;
}
#main-footer h2 {
    margin-bottom: 10px;
    color: #000;
}
#footer-menu {
    list-style-type: none;
    padding: 0px;
    column-count: 2;
}
#footer-menu li {
    margin-bottom: 8px;
}
#footer-menu li a {
    color: #000;
    font-size: 16px !important;
    font-family: 'Open Sans';
    font-weight: 500;
	line-height: 27.2px;
}

#main-footer .footer-inner-content {
    background: #fff;
    padding: 60px 20px 50px 60px;
    box-shadow: 0 0 15px rgb(0 0 0/15%);
}
#main-footer .footer-inner-content img {
    margin-bottom: 20px;
}
#main-footer .footer-inner-content p {
    font-size: 16px;
    color: #000;
    margin-bottom: 16px;
    max-width: 538px;
}
.footer-column-1 {
    margin-left: auto !important;
    position: absolute;
    right: 0px;
    top: -80px;
    z-index: 999;
    padding-right: 0;
}
footer#main-footer .copyrights{
    background-color: var(--sectiob-bg-light-blue);
    padding: 20px 0px;
}
footer#main-footer .copyrights-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.copyright-links ul {
    list-style-type: none;
    margin-bottom: 0px;
    padding-left: 0px !important;
}
.copyright-links ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
}
.copyright-links ul li:first-child {
    border-right: 2px solid #b4b4b4;
    padding-right: 15px;
}
.copyright-links ul li a {
    color: #000;
}
.footer-social-icons a {
	color: #000;
}



/* ------------ What People Saying CSS Code Start ------------------ */
#happy-client-image-section {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
#happy-client-image-section::before {
    content: '';
    position: absolute;
    width: 330px;
    height: 320px;
    background-image: url(/wp-content/uploads/2023/02/splash-shape-1.png);
    left: 0;
    background-size: contain;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .25;
}
#happy-client-image-section::after {
    content: '';
    position: absolute;
    width: 300px;
    height: 290px;
    background-image: url(/wp-content/uploads/2023/02/image-removebg-preview-8.png);
    right: 6%;
    background-size: contain;
    bottom: 80px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .35;
}
#happy-client-image-section .image-module img {
    box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
    border-radius: 5px;
    margin-bottom: 50px;
}
#happy-client-image-section .client-review-image {
    margin-bottom: 70px;
}
#happy-client-image-section .client-review-image img {
    max-width: 272px;
    width: 100%;
    box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
    border-radius: 5px;
	height: 350px;
    object-fit: cover;
}
#happy-client-video-section {
    background-size: contain;
    background-repeat: repeat-y;
    background-position: center top;
    padding-top: 65px;
    padding-bottom: 135px;
    position: relative;
}
#happy-client-video-section::before {
    content: '';
    position: absolute;
    width: 330px;
    height: 320px;
    background-image: url(/wp-content/uploads/2023/09/splash-shape-1.png);
    left: 0;
    background-size: contain;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .25;
}


/* ------------- Video Section CSS Code Start ---------- */
.video-img-wrap {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    padding-bottom: 76%
}
.single_video_wrp .play_img img {
    max-width: 57px;
    max-height: 57px;
    object-fit: contain;
}
.single_video_wrp {
    margin: 0 0 25px;
    background: #fff;
    color: #000;
}
.single_video_wrp {
    padding: 13px; 
    box-shadow: 6px 5px 4px rgb(0 0 0 / 7%); 
}
.single_video_wrp .play_img {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0
}
.single_video_wrp img.main_img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover
}
.single_video_wrp .play_video {
    display: flex;
    height: 100%;
    align-items: end;
    justify-content: right;
    width: 100%;
    padding: 8px
}
.single_video_wrp .title {
    letter-spacing: 0;
    text-transform: uppercase;
}
.single_video_wrp .title p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    min-height: 52px;
    font-weight: 900 !important;
    padding: 15px 10px 5px !important;
    color: #2563a0;
    font-size: 19px !important;
}



/* --------------- About Page Section 1 CSS Code Start ------------------ */
.about-page-section1::before{
    display: none;
}
.about-page-section1 .lc-description::after {
    display: none;
}

.about-page-section1 {
    margin-bottom: 0px !important;
    padding: 65px 0px 0px !important;
}
.about-page-section1 .about-rc-image2 img {
    box-shadow: -15px -15px #fff;
    position: relative;
    top: -70px;
    left: 55px;
}
.about-page-section1 .container::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0%;
    width: 360px;
    height: 350px;
    background-image: url(/wp-content/uploads/2023/09/splash-shape-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    opacity: .4;
    z-index: -1;
}
.about-page-section1 .container {
    position: relative;
}
.about-page-section1 .lc-description::before {
    background: var(--body-text-color) !important;
}

#about-page-section .about-inner-section:nth-child(1), #about-page-section .about-inner-section:nth-child(3) {
    padding: 65px 0px;
    background-image: url(/wp-content/uploads/2023/09/pattren-bg-image.png);
    background-color: rgba(38,124,193,0.07)!important;
    box-shadow: inset 30vh 0px 0px 0px #FFFFFF;
    margin-bottom: 100px;
}
#about-page-section .about-inner-section:nth-child(1) .row, #about-page-section .about-inner-section:nth-child(3) .row {
    flex-direction: row-reverse;
}
#about-page-section .about-inner-section:nth-child(2), #about-page-section .about-inner-section:nth-child(4) {
    padding: 65px 0px 100px;
    margin-bottom: 100px;
}
#about-page-section .about-inner-section:nth-child(4) {
    padding-bottom: 150px !important;
}
#about-page-section .image-module {
    box-shadow: 6px 6px 18px 0px rgba(0,0,0,0.4);
    width: 100%;
    max-width: 495px;
    margin: auto;
    margin-bottom: -100px;
}
#about-page-section .image-module img {
    border: 3px solid #fff;
}
#about-page-section .inner-content h3 {
    margin-bottom: 10px;
}
#about-page-section .about-inner-section:nth-child(1) .container::after, #about-page-section .about-inner-section:nth-child(3) .container::after  {
    content: '';
    position: absolute;
    right: 0px;
    width: 200px;
    height: 200px;
    background-image: url(/wp-content/uploads/2023/09/cross-image-shape.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .3;
    bottom: -100px;
    z-index: 2;
}
#about-page-section .about-inner-section:nth-child(2) .container::after, #about-page-section .about-inner-section:nth-child(4) .container::after {
    content: '';
    position: absolute;
    left: 0px;
    width: 200px;
    height: 200px;
    background-image: url(/wp-content/uploads/2023/09/cross-image-shape.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .3;
    bottom: -100px;
    z-index: 2;
}
#about-page-section .about-inner-section .container {
    position: relative;
}


/* --------------- Privacy Policy & Terms and Conditions Page CSS Code Strat ------------- */
#privacy-policy-section, #terms-conditions-section {
    padding: 60px 0px 100px;
    position: relative;
    background-size: contain;
    background-repeat: repeat-y;
    background-position: center top;
    background-image: linear-gradient(180deg,rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.5) 100%),url(/wp-content/uploads/2023/09/pattren-bg-image.png)!important;
}
#privacy-policy-section::before, #terms-conditions-section::before {
    content: '';
    position: absolute;
    width: 330px;
    height: 320px;
    background-image: url(/wp-content/uploads/2023/08/splash-shape-1.png);
    left: 0;
    background-size: contain;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .25;
}
#privacy-policy-section::after, #terms-conditions-section::after {  
    content: '';
    position: absolute;
    width: 300px;
    height: 290px;
    background-image: url(/wp-content/uploads/2023/08/image-removebg-preview-8.png);
    right: 0;
    background-size: contain;
    bottom: -20px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .35;
}
#privacy-policy-section p, #terms-conditions-section p{
    padding-bottom: 15px;
}
#privacy-policy-section h4, #terms-conditions-section h4{
    padding-bottom: 10px;
}


/* ------------- Search Page CSS Code Start ------------- */
#search-result-section, #no-result-found {
    padding: 65px 0px;
    position: relative;
	background-size: contain;
    background-repeat: repeat-y;
    background-position: center top;
    background-image: linear-gradient(180deg,rgba(255,255,255,.5) 0%,rgba(255,255,255,.5) 100%),url(/wp-content/uploads/2023/02/pattren-bg-image.png)!important;
}
#search-result-section .content-area article {
    box-shadow: 0px 4px 15px #eee;
    padding: 26px 25px 35px;
    border-radius: 2px;
    margin-bottom: 30px !important;
    overflow: hidden;
    background-color: #fff;
    position: relative;
}
#search-result-section .post-thumbnail {
    width: 100%;
    position: relative;
}
#search-result-section .post-thumbnail .wp-post-image {
    width: 100% !important;
    height: auto;
}
/* ------------- Search Page CSS Code End ------------- */

/* ------------- Global Pages CSS Code Start ------------- */
#page-content-sections {
	padding: 65px 0px;
    position: relative;
}
/* ------------- Global Pages CSS Code End ------------- */


/* ------------- Member Login Pages CSS Code Start ------------- */
#member-login-section {
    padding: 65px 0px;
    position: relative;
}
#member-login-section .container {
    width: 100%;
    max-width: 1200px;
}
#member-login-section h2 {
    margin-bottom: 10px;
}
#member-login-section p {
    padding-bottom: 15px;
}
/* #member-login-form input#wp-submit {
    display: block;
    width: 100%;
    background-color: #fff;
    border: 2px solid #2ea3f2;
    color: #2ea3f2;
    font-size: 20px;
    padding: 8px 22px;
    font-weight: 500;
    border-radius: 3px;
}
#member-login-form input#wp-submit:hover {
    background-color: rgba(0,0,0,.05);
    border: 2px solid rgba(0,0,0,.05);
} */
#member-login-form {
    display: flex;
    flex-direction: column;
}
#member-login-form input {
    background-color: #f2f2f2;
    border: unset;
    -webkit-appearance: none;
    padding: 14px 4%!important;
    font-size: 16px;
    color: #666;
    width: 100%;
    font-weight: 400;
    border-width: 0;
    border-radius: 3px;
    margin-bottom: 20px;
    font-family: 'Open Sans';
    outline: none;
}
#member-login-form input[type="submit"] {
    color: #2ea3f2;
    border: 2px solid  #2ea3f2;
    background-color: unset !important;
    font-size: 20px;
    font-weight: 600;
    padding: 8px 20px !important;
}
#member-login-form input[type="submit"]:hover {
    background-color: rgba(0,0,0,.05) !important;
    border: 2px solid rgba(0,0,0,.05);
}
#member-login-form input::placeholder {
    color: #666 !important;
}
#member-login-form .forget-password a {
    color: #666;
    text-decoration: underline !important;
}

/* ------------- Member Login Pages CSS Code End ------------- */


/* ------------- 404 Page Not Found CSS Code Start ------------- */
#page-not-found-section {
	padding: 65px 0px 120px;
	position: relative;
	background-image: url(/wp-content/uploads/2023/04/pattren-bg-image.png)!important;
    background-color: #fff;
    background-position: 50%;
    background-size: cover;
	background-repeat: no-repeat;
}
#page-not-found-section::before {
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 220px;
    height: 220px;
    background-image: url(/wp-content/uploads/2023/09/cross-image-shape.png);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: .35;
}
#page-not-found-section .page-image {
	max-width: 450px;
	width: 100%;
	margin: auto;
}
#page-not-found-section h1.page-title {
    text-align: center;
    margin: 40px 0px 20px;
    font-size: 46px;
}
#page-not-found-section p {
    text-align: center;
}
/* ------------- 404 Page Not Found CSS Code End ------------- */


/* ------------- Free Course CTA CSS Code Start ------------- */
#free-courses-cta div.wpforms-container-full .wpforms-form {
    display: flex;
    justify-content: space-between;
}
#free-courses-cta div.wpforms-container-full .wpforms-form .wpforms-field-container {
    display: flex;
    width: calc(100% - 220px);
}
#free-courses-cta div.wpforms-container-full .wpforms-form .wpforms-field {
    padding: 0 15px 0 0;
    width: 50%;
}
#free-courses-cta div.wpforms-container-full .wpforms-form .wpforms-field-label {
    display: block;
    font-weight: 400;
    font-size: 16px;
    float: none;
    line-height: 1.3;
    margin: 0 0 4px;
    padding: 0;
    word-break: break-word;
    word-wrap: break-word;
    color: rgb(30 24 26/80%);
}
#free-courses-cta div.wpforms-container-full .wpforms-form .wpforms-field-container input.wpforms-field-large {
    height: 56px;
    border-radius: 0;
    font-size: 14px;
    color: #000;
    padding: 10px 18px;
}
#free-courses-cta div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    padding: 0;
}
#free-courses-cta div.wpforms-container-full .wpforms-form button.wpforms-submit {
    border: 0!important;
    color: #000 !important;
    padding: 26px 25px 22px;
    background-color: transparent !important;
    font-size: 15px;
    border-radius: 4px;
    font-family: 'League Spartan',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    transition: .4s all;
    box-shadow: none;
    background-image: url(/wp-content/uploads/2023/09/brush-shape-yellow.png);
    background-size: 100% 100%;
    position: relative;
    top: -19px;
    height: auto;
}
div#wpforms-confirmation-62687 p {
    color: #000 !important;
}
/* ------------- Free Course CTA CSS Code End ------------- */



/* ------------- Category Page CSS Code Start ------------- */
#category-result-section {
    padding: 65px 0px;
    position: relative;
	background-size: contain;
    background-repeat: repeat-y;
    background-position: center top;
    background-image: linear-gradient(180deg,rgba(255,255,255,.5) 0%,rgba(255,255,255,.5) 100%),url(/wp-content/uploads/2023/02/pattren-bg-image.png)!important;
}
#category-result-section .content-area article {
    box-shadow: 0px 4px 15px #eee;
    padding: 26px 25px 35px;
    border-radius: 2px;
    margin-bottom: 30px !important;
    overflow: hidden;
    background-color: #fff;
    position: relative;
}
#category-result-section .post-thumbnail {
    width: 100%;
    position: relative;
}
#category-result-section .post-thumbnail .wp-post-image {
    width: 100% !important;
    height: auto;
}
/* ------------- Category Page CSS Code End ------------- */


/* ------------- All Site Media Query Code Start ------------- */
@media(max-width: 992px){
	.menu-item-has-children ul {
		list-style-type: none;
		padding-left: 15px;
	}
	.container {
    	width: 90%;
	}
	 #inner-page-banner {
        padding: 70px 0px 60px;
    }
	
	h2.global-main-title-shape {
		font-size: 34px;
	}	
	h3.global-gellatio-subtitle {
		font-size: 24px;
	}	
	p, span {
		font-size: 16px;
	}	
	#consulting-section .lc-description::before {
        right: 0 !important;
    }	
    .global-main-title-shape {
        min-width: unset !important;
        padding: 15px 50px 15px 50px !important;
        font-size: 30px !important;
		margin-bottom: 20px !important;
    }
    #consulting-section {
        padding: 40px 0px !important;
    }
    .about-page-section1 .about-rc-image2 img {
        max-width: 100% !important;
        width: 96% !important;
    }
    #consulting-section .image-stick-shape img {
        max-width: 90%;
        width: 100%;
    }
    #about-page-section .about-inner-section:nth-child(1), #about-page-section .about-inner-section:nth-child(3) {
        box-shadow: unset !important;
        margin-bottom: unset !important;
    }
    #about-page-section .about-inner-section:nth-child(1) .container {
        width: 90%;
    }
    #about-page-section .about-inner-section .row {
        flex-direction: column-reverse !important;
        text-align: center;
    }
    #about-page-section .image-module {
        margin-bottom: 30px !important;
    }
    #about-page-section .about-inner-section:nth-child(2), #about-page-section .about-inner-section:nth-child(4) {
        margin-bottom: unset !important;
    }
	.inner-page-content .inner-page-subtitle h3 {
    	font-size: 22px;
	}
	.inner-page-heading h1 {
		font-size: 38px;
	}
	.inner-page-breadcrumb span, .inner-page-breadcrumb a {
		font-size: 16px;
	}
	#main-footer .footer-row {
        flex-direction: column-reverse !important;
        display: flex;
    }
    #main-footer .footer-row .footer-column-1 {
        position: unset !important;
        top: unset !important;
        padding: 15px !important;
    }
    #main-footer .footer-inner-content {
        box-shadow: none;
        padding: 0px 0px 30px;
        background-color: unset !important;
    }
	footer#main-footer .copyrights-content {
    	flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	footer#main-footer .copyright-links {
		margin-bottom: 10px;
	}
	#page-not-found-section h1.page-title {
		font-size: 38px !important;
	}
/* 	.mfp-container {
    	display: flex !important;
    	align-items: center;
		margin: auto !important;
    	all: unset;
	}
	.mfp-bg {
    	z-index: 99999 !important;
    	overflow-x: hidden !important;
    	overflow-y: auto !important;
	}
	.mfp-wrap {
		overflow-x: hidden !important;
		overflow-y: auto !important;
		position: fixed !important;
		top: 0;
		left: 0;
		z-index: 9999999;
		width: 100%;
		height: 100% !important;
		overflow: hidden;
		outline: 0;
		display: flex !important;
	} */
}

@media(max-width: 767px){
	h2.global-main-title-shape {
		font-size: 30px;
	}	
	h3.global-gellatio-subtitle {
		font-size: 22px;
	}
	.global-gellatio-display3 {
		margin-bottom: 0px !important;
		top: 30px;
	}
	
	#main-header .top-header-btn {
        font-size: 11px !important;
        padding: 6px 10px 4px !important;
        text-align: center;
        white-space: nowrap;
    }
    #main-header .top-header-texts {
   		flex-wrap: nowrap;
    }
	
	#inner-page-banner {
    	padding: 50px 0 40px;
	}
	.inner-page-content .inner-page-subtitle h3 {
    	font-size: 18px;
		margin-bottom: 6px;
	}
	.inner-page-heading h1 {
		font-size: 30px;
	}
	.inner-page-breadcrumb span, .inner-page-breadcrumb a {
		font-size: 13px;
	}
	#main-footer .footer-row  .footer-column-1, #main-footer .footer-row  .footer-column-0 {
    	padding: 0px !important;
	}
	#happy-client-video-section .container {
		max-width: unset !important;
		margin: auto !important;
	}
	#happy-client-image-section::before, #happy-client-image-section::after {
		display: none;
	}
	#happy-client-image-section {
    	padding: 65px 0px !important;
	}
	#happy-client-image-section .client-review-image img {
		max-width: unset !important;
	}
	#happy-client-image-section .image-testimonials:last-child .client-review-image {
    	margin-bottom: unset !important;
	}
	#happy-client-video-section::before {
		display: none;
	}
	#happy-client-video-section {
    	padding: 65px 0px;
	}
	#privacy-policy-section::after, #terms-conditions-section::after, #privacy-policy-section::before, #terms-conditions-section::before {
		display: none;
	}
	#privacy-policy-section, #terms-conditions-section {
		padding: 65px 0px !important;
	}
	.product-content .woocommerce-Price-amount.amount * {
		font-size: 25px !important;
	}
	#page-not-found-section {
		padding: 30px 50px !important;
	}
	#page-not-found-section h1.page-title {
		font-size: 28px !important;
	}
    #free-courses-cta div.wpforms-container-full .wpforms-form {
        flex-wrap: wrap;
    }
    #free-courses-cta div.wpforms-container-full .wpforms-form .wpforms-field-container {
        width: 100% !important;
        flex-wrap: wrap !important;
    }
    #free-courses-cta div.wpforms-container-full .wpforms-form .wpforms-field {
        padding: 0 !important;
        width: 100% !important;
        margin: 0 0 10px !important;
    }
    #free-courses-cta div.wpforms-container-full .wpforms-form .wpforms-submit-container, #free-courses-cta div.wpforms-container-full .wpforms-form button.wpforms-submit {
        width: 100%;
        margin-top: 10px;
    }
}

@media(max-width: 571px){
	h2.global-main-title-shape {
		font-size: 22px;
	}	
	h3.global-gellatio-subtitle {
		font-size: 18px;
		left: 0 !important;
	}	
	p, span {
		font-size: 14px !important;
	}
    .about-page-section1 .about-rc-image2 img {
        max-width: 85% !important;
    }
	#main-header .top-header-texts p {
		font-size: 14px;
	}
	.product-content .woocommerce-Price-amount.amount * {
		font-size: 22px !important;
	}
}
/* ------------- All Site Media Query Code Start ------------- */