:root {
    --primary: #00963f;
    --primary-hover: #007732;
    --secondary: #F9D405;
    --content: #56647A;
    --content-black: #1A1A18;
    --conttent-light: #ABB2BD;
    --bg-color: #EFF0F2;
    --white: #FFFFFF;
    --bs-body-color: var(--content);
    --tob-bar: #6b6781;
	
	--ast-global-color-0: var(--primary);
	--ast-global-color-1: var(--primary-hover);

    --bs-body-font-family: "Inter", serif;
}

/* Typography */
body {
    font-size: 15px;
}
h1, .h1, h2, .h2 {
    line-height: 1.3 !important;
    margin-bottom: 20px;
}
h3, .h3, h4, .h4 {
    line-height: 1.3 !important;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    font-family: var(--bs-body-font-family);
    font-weight: 800;
    color: var(--content-black);
    letter-spacing: -0.02em;
}
h1, .h1 {
    font-size: 40px;
}
h2, .h2 {
    font-size: 40px;
}
h3, .h3 {
    font-size: 32px;
}
h4, .h4 {
    font-size: 20px;
}

/* Common Classes*/
* {
	box-sizing:border-box;
}
img, iframe {
    max-width: 100%;
}
.container,
.ast-woocommerce-container,
body.search-results main.site-main,
body.single-awsm_job_openings main.site-main,
body.single-education main.site-main {
    max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.container-800px,
.mw-800px {
    max-width: 800px;
}
.mw-500px {
    max-width: 500px;
}

body.ast-separate-container {
	background-color:white;
}

body.ast-separate-container .ast-archive-description {
	background-color:transparent;
	margin-left: auto;
	margin-right: auto;
}
.ast-separate-container #primary, .ast-separate-container.ast-left-sidebar #primary, .ast-separate-container.ast-right-sidebar #primary {
	margin: 0 !important;
	padding: 0 !important;
}

.text-22 {
    font-size: 22px;
}
.text-20 {
    font-size: 20px;
}
.text-18 {
    font-size: 18px;
}
.text-black {
    color: var(--content-black);
}
.bg-primay {
    background-color: var(--primary) !important;
}
.bg-gray {
    background-color: var(--bg-color);
}
.bg-black {
    background-color: var(--content-black);
}

section ul {
    list-style: none;
    padding-left: 0;
	margin-left:0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.home section ul > li::before {
    content: url("data:image/svg+xml,%0A%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 18.3333C14.6024 18.3333 18.3334 14.6023 18.3334 9.99996C18.3334 5.39758 14.6024 1.66663 10 1.66663C5.39765 1.66663 1.66669 5.39758 1.66669 9.99996C1.66669 14.6023 5.39765 18.3333 10 18.3333ZM14.5476 7.88088L9.16669 13.2618L5.66076 9.75588L6.83928 8.57738L9.16669 10.9048L13.3691 6.70237L14.5476 7.88088Z' fill='%2300963F'/%3E%3C/svg%3E%0A");
    transform: translateY(3px);
}

.br-24 {
	border-radius:24px;
}

.btn {
    font-family: var(--bs-body-font-family);
    height: 40px;
    font-size: 15px;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: 0.04rem;
    line-height: 1.2;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 8px;
    border: none;
    outline: none;
}
.btn-primary {
    background-color: var(--primary);
    color: var(--white);
    box-shadow: 3px 3px 0 0 rgba(0,150,63,.25);
}
.btn-primary:hover,
.btn-primary:focus {
    background-color: var(--primary-hover);
    color: var(--white);
}
.btn-black {
    background-color: var(--content-black);
    color: var(--white);
    box-shadow: 3px 3px 0 0 rgba(0,0,0,.15);
}
.btn-black:hover,
.btn-black:focus {
    background-color: var(--content);
    color: var(--white);
}
.btn-secondary {
    background-color: var(--secondary);
    color: var(--content-black);
}
.btn-secondary:hover,
.btn-secondary:focus {
    background-color: var(--white);
    color: var(--content-black);
}
.btn-white {
    background-color: var(--white);
    color: var(--content-black);
}
.btn-white:hover,
.btn-white:focus {
    background-color: var(--secondary);
    color: var(--content-black);
}
.btn[class*="icon-"]::after {
    width: 12px;
}
.btn.icon-arrow-b::after {
    content: url("data:image/svg+xml,%0A%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.0035 3.40831L1.41176 12L0 10.5883L8.59171 1.99654H1.01905V0H12V10.981H10.0035V3.40831Z' fill='%231A1A18'/%3E%3C/svg%3E%0A");
}
.btn.icon-arrow-w::after {
    content: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.0035 3.4083L1.41176 12L0 10.5882L8.59171 1.99653H1.01905V-7.62939e-06H12V10.981H10.0035V3.4083Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.icon-arrow-d::after {
    content: url("data:image/svg+xml,%0A%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.0035 8.59169L1.41176 -9.53674e-06L0 1.41174L8.59171 10.0035H1.01905V12H12V1.01902H10.0035V8.59169Z' fill='%231A1A18'/%3E%3C/svg%3E%0A");
}

p:last-child {
    margin-bottom: 0;
}

/* Animation */
.spin {animation: spin 6s linear infinite}
@keyframes spin {
    0% {transform: rotate(0deg)}
    100% {transform: rotate(360deg)}
}

/* Header */
header.header {
    background-color: var(--white);
    border-bottom: 1px solid rgba(0,0,0,.15);
    position: sticky;
    top: 0;
    z-index: 999;
}
header.header .container {
    padding-top: 10px;
    padding-bottom: 10px;
}
header.header.header-sticky {
    background-color: var(--content);
}
header.header.header-sticky .container {
    padding-top: 10px;
    padding-bottom: 10px;
}

.top-bar {
    background-color: var(--tob-bar);
    font-size: 14px;
    color: var(--white);
}
.top-bar a {
    font-weight: 500;
    color: var(--white);
}

/* Navigation */
header.header nav.navbar {
    padding: 0;
	gap: 6px;
}
.header ul.navbar-nav {
    display: flex;
    align-items: center;
    gap: 4px;
	margin: 0;
	list-style:none;
}
.header ul {
	list-style:none;
}
#menu-primary ul.sub-menu, nav.navbar ul > li > ul.navbar-subnav {
	margin: 0;
}
#menu-primary > li {
    position: relative;
}
#menu-primary > li > a {
    font-family: var(--bs-body-font-family);
    font-size: 15px;
    font-weight: 500;
    color: var(--content-black);
    line-height: 36px;
    padding: 0 16px;
    border-radius: 6px;
}
#menu-primary li a {
	border-radius: 6px;
}
#menu-primary > li > a:hover,
#menu-primary > li.current-menu-item > a,
#menu-primary > li.current_page_item > a {
    background-color: var(--primary);
    color: var(--white);
}
button.navbar-toggler {
    width: 44px;
    height: 44px;
    padding: 0;
    color: var(--white);
    border: none;
    outline: none;
    box-shadow: none !important;
}
button.navbar-toggler span {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgZmlsbD0iIzFhMWExOCIgdmlld0JveD0iMCAwIDI1NiAyNTYiPjxwYXRoIGQ9Ik0yMjQsMTI4YTgsOCwwLDAsMS04LDhINDBhOCw4LDAsMCwxLDAtMTZIMjE2QTgsOCwwLDAsMSwyMjQsMTI4Wk00MCw3MkgyMTZhOCw4LDAsMCwwLDAtMTZINDBhOCw4LDAsMCwwLDAsMTZaTTIxNiwxODRINDBhOCw4LDAsMCwwLDAsMTZIMjE2YTgsOCwwLDAsMCwwLTE2WiI+PC9wYXRoPjwvc3ZnPg==');
    width: 36px;
    height: 36px;
}
button.navbar-toggler:not(.collapsed) span {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgZmlsbD0iIzFhMWExOCIgdmlld0JveD0iMCAwIDI1NiAyNTYiPjxwYXRoIGQ9Ik0yMDUuNjYsMTk0LjM0YTgsOCwwLDAsMS0xMS4zMiwxMS4zMkwxMjgsMTM5LjMxLDYxLjY2LDIwNS42NmE4LDgsMCwwLDEtMTEuMzItMTEuMzJMMTE2LjY5LDEyOCw1MC4zNCw2MS42NkE4LDgsMCwwLDEsNjEuNjYsNTAuMzRMMTI4LDExNi42OWw2Ni4zNC02Ni4zNWE4LDgsMCwwLDEsMTEuMzIsMTEuMzJMMTM5LjMxLDEyOFoiPjwvcGF0aD48L3N2Zz4=');
}
span.know-more {
    font-size: 15px;
    font-weight: 700;
    color: var(--content);
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
}
span.know-more::after {
    content: url("data:image/svg+xml,%0A%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.0035 3.40831L1.41176 12L0 10.5883L8.59171 1.99654H1.01905V0H12V10.981H10.0035V3.40831Z' fill='%2356647A'/%3E%3C/svg%3E%0A");
    width: 12px;
}
span.know-more.text-white::after {
    content: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.0035 3.4083L1.41176 12L0 10.5882L8.59171 1.99653H1.01905V-7.62939e-06H12V10.981H10.0035V3.4083Z' fill='white'/%3E%3C/svg%3E%0A");
}

/* Hero Section */
section.section-hero:not(.section-home) .container {
    padding-top: 30px;
    padding-bottom: 30px;
	padding-left:24px;
	padding-right:24px;
}
section.section-hero:not(.section-home) .swiper-slide {
    padding: 50px 0;
}
.swiper-slide p {
	margin-bottom:0;
}

.image-wrap {
    position: relative;
}
.image-wrap figure {
    border-radius: 60px;
    overflow: hidden;
    border: 4px solid var(--white);
    position: relative;
    transform: rotate(-12deg);
    z-index: 1;
}
.image-wrap::after {
    background-color: var(--primary);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    top: 0;
    bottom: 0;
    content: "";
    border-radius: 60px;
    transform: rotate(-6deg);
}
.image-wrap figure img {
    transform: rotate(12deg) scale(1.2);
}
.new-badge {
    width: 120px;
    height: 120px;
    font-size: 19px;
    font-weight: 700;
    color: var(--white);
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    display: inline-flex;
    position: absolute;
    top: -10px;
    left: -70px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.new-badge .spin {
    position: absolute;
    z-index: 1;
}
.new-badge .new-badge-text {
    position: absolute;
    z-index: 2;
}
.image-wrap .ani-icon {
    position: absolute;
}
.image-wrap .ani-icon-1 {
    left: -80px;
    bottom: 0;
}
.image-wrap .ani-icon-2 {
    top: 20px;
    right: -50px;
}
.image-wrap .ani-icon-3 {
    left: -30px;
    bottom: 80px;
}
.image-wrap .ani-icon-4 {
    top: 50%;
    right: -60px;
}
.image-wrap .ani-icon-5 {
    top: 40%;
    left: -50px;
}
.image-wrap .ani-icon-6 {
    right: -60px;
    bottom: 0;
}
.section-about .image-wrap .ani-icon-4 {
    top: 30px;
    left: -40px;
}
.section-about .image-wrap .ani-icon-2 {
    top: 80%;
    right: -60px;
}
.section-home.section-about .image-wrap figure {
    transform: rotate(10deg);
}
.section-home.section-about .image-wrap figure img {
    transform: rotate(-10deg) scale(1.25);
}
.section-home.section-about .image-wrap::after {
    transform: rotate(6deg) translateY(-6px);
}


/* Home page */
section.section {
    overflow-x: hidden;
}
.section-home .container {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-home-wrap {
    position: relative;
}
.section-hero .swiper,
.section-home .swiper {
    max-width: 100%;
}
.product-img-wrap img {
    border-radius: 24px;
}
div.swiper-button-next,
div.swiper-button-prev {
    width: 48px;
    height: 48px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 24px);
}
div.swiper-button-next {
    right: -70px;
}
div.swiper-button-prev {
    left: -70px;
}
div.swiper-button-next::after,
div.swiper-button-prev::after {
    width: 48px;
    height: 48px;
    opacity: 0.20;
}
div.swiper-button-next:hover::after,
div.swiper-button-prev:hover::after {
    opacity: 1;
}
div.swiper-button-next::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='49' viewBox='0 0 48 49' fill='none'%3E%3Ccircle cx='24' cy='24.5151' r='24' fill='black'/%3E%3Cpath d='M29.5622 23.1817L22.4102 16.0297L24.2958 14.144L34.6667 24.515L24.2958 34.8858L22.4102 33.0002L29.5622 25.8483H13.3334V23.1817H29.5622Z' fill='white'/%3E%3C/svg%3E");
}
div.swiper-button-next:hover::after {
    content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMjQiIGN5PSIyNCIgcj0iMjQiIGZpbGw9IiMwMDk2M0YiLz4KPHBhdGggZD0iTTI5LjU2MjIgMjIuNjY2NUwyMi40MTAyIDE1LjUxNDVMMjQuMjk1OCAxMy42Mjg5TDM0LjY2NjcgMjMuOTk5OUwyNC4yOTU4IDM0LjM3MDdMMjIuNDEwMiAzMi40ODUxTDI5LjU2MjIgMjUuMzMzMkgxMy4zMzM0VjIyLjY2NjVIMjkuNTYyMloiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPg==");
}
div.swiper-button-prev::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='49' viewBox='0 0 48 49' fill='none'%3E%3Ccircle cx='24' cy='24' r='24' transform='matrix(-1 0 0 1 48 0.515137)' fill='black'/%3E%3Cpath d='M18.4379 23.1817L25.5899 16.0297L23.7043 14.144L13.3333 24.515L23.7043 34.8858L25.5899 33.0002L18.4379 25.8483H34.6667V23.1817H18.4379Z' fill='white'/%3E%3C/svg%3E");
}
div.swiper-button-prev:hover::after {
    content: url("data:image/svg+xml,%0A%3Csvg%20width%3D%2248%22%20height%3D%2248%22%20viewBox%3D%220%200%2048%2048%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%2224%22%20cy%3D%2224%22%20r%3D%2224%22%20transform%3D%22matrix(-1%200%200%201%2048%200)%22%20fill%3D%22%2300963F%22%2F%3E%0A%3Cpath%20d%3D%22M18.4379%2022.6665L25.5899%2015.5145L23.7043%2013.6289L13.3333%2023.9999L23.7043%2034.3707L25.5899%2032.4851L18.4379%2025.3332H34.6667V22.6665H18.4379Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E");
}
div.swiper-pagination {
    display: flex;
    align-items: center;
    gap: 8px;
}
div.swiper-pagination-1 {
    text-align: left;
}
div.swiper-pagination-2 {
    text-align: center;
    justify-content: center;
}
div.swiper-pagination span.swiper-pagination-bullet {
    background-color: var(--content-black);
    width: 10px;
    height: 10px;
    margin: 0 !important;
}
div.swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--content-black);
}
.swiper.home-logo-slider {
    padding-bottom: 60px;
}

.section-statastics {
    background-color: var(--content-black);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.section-statastics::before {
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 75%);
    content: "";
    position: absolute;
    left: 0;
    right: 50%;
    top: 0;
    bottom: 0;
}
.section-statastics .container {
    position: relative;
    z-index: 1;
}

.statastics h3 {
    font-size: 80px;
    font-weight: 400;
    line-height: 1;
    color: var(--secondary);
    margin-bottom: 0;
}
.statastics small {
    font-size: 40px;
    font-weight: 400;
    line-height: 1.2;
    color: var(--secondary)
}
.statastics p {
    font-size: 20px;
    font-weight: 700;
    color: var(--white);
}

.home-testimonial-slider-item {
    padding: 30px 0;
}
.home-testimonial-slider-item .video-wrap {
    background-color: var(--content-black);
    background-image: url('../images/loading.gif');
    background-position: 50% 50%;
    background-size: 48px 48px;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 32px;
}
.home-testimonial-slider-item .video-wrap::after {
    background-color: var(--primary);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    top: 0;
    bottom: 0;
    content: "";
    border-radius: 32px;
    transform: rotate(5deg);
    z-index: -1;
}
.home-testimonial-slider-item .video-wrap iframe {
    border-radius: 32px;
    border: 3px solid var(--white);
    display: block;
}

.home-product-slider-item {
    position: relative;
    overflow: hidden;
}
.home-product-slider-item a.product-permalink {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.home-product-slider-item .home-product-slider-item-hover {
    background-color: var(--white);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    display: flex;
    flex-direction: column;
    transform: translateY(100px);
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.3s;
    border-radius: 24px;
}
.home-product-slider-item .home-product-slider-item-hover .home-product-slider-item-ctn {
    flex: 1;
}
.home-product-slider-item:hover .home-product-slider-item-hover {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.home-product-slider-item:hover .product-ctn-wrap {
	opacity:0;
}

footer.footer {
    background-color: var(--content-black);
}
.footer-cta {
    background-color: var(--primary);
    padding: 30px 32px;
    border-radius: 16px;
}
footer.footer hr {
    margin: 0;
    opacity: 0.5;
}
footer.footer a {
    text-decoration: none;
}
footer .widget-title {
    color: var(--secondary);
	font-weight:700;
}
ul.menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.menu li a {
    color: var(--white);
    display: block;
    padding: 2px 0;
}
footer.footer .footer-widgets-wrap a {
	color: var(--white);
	padding: 2px 0;
}
ul.menu li a:hover,
p.ft-contact a:hover,
footer.footer .footer-widgets-wrap a:hover {
    color: var(--secondary);
    text-decoration: underline;
}
p.ft-contact a {
    color: var(--white);
    display: flex;
    gap: 6px;
}
p.ft-contact a svg {
	min-width:20px;
    transform: translateY(2px);
}

.social-media-icons {
    display: flex;
    gap: 10px;
    padding-top: 20px;
}
.social-media-icons a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--white);
    border-radius: 6px;
}
.social-media-icons a:hover {
    border-color: var(--secondary);
}
.flex-1 {
    flex: 1;
}

.home-logo-slider .swiper-wrapper {
    align-items: center;
}
.home-logo-slider .swiper-slide {
    width: auto;
}

section.page-title {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
	margin-bottom:0;
}
section.page-title::before {
    background-color: var(--content-black);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    z-index: 1;
    opacity: 0.5;
}
section.page-title .container {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    z-index: 2;
}
section.page-title .container *:last-child {
    margin-bottom: 0;
}

main.page-content {
    padding-top: 60px;
    padding-bottom: 60px;
}

article ul,
article ol {
    padding-left: 1rem;
}

.swiper-slide-img-wrap {
    padding: 60px;
	box-sizing:border-box;
}

main article.ast-article-single {
	width:100% !important;
	float:none !important;
}

.section-awards .swiper-wrapper .product-img-wrap {
	text-align:center;
}
.section-awards .swiper-wrapper .product-ctn-wrap h3 {
	margin-bottom:8px !important;
}
.a-discription {
	font-size:14px;
}

button.navbar-toggler {
	background: none !important;
}

.header-search-wrap {
	position:relative;
}
.header-search-wrap .header-search-btn,
a.my-account-btn {
	background:none;
	width:44px;
	height:44px;
	padding:0;
	position:relative;
	border:1px solid var(--conttent-light);
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:6px;
}
.header-search-wrap .header-search-btn:hover,
.header-search-wrap .header-search-btn-active,
a.my-account-btn:hover {
	background-color:var(--primary);
}
.header-search-wrap .header-search-btn:hover svg,
.header-search-wrap .header-search-btn-active svg,
a.my-account-btn:hover svg {
	fill: var(--white);
}
.header-search-wrap .header-search-btn svg {
	position:absolute;
	opacity:0;
	transition:all ease-in-out 0.2s;
}

.header-search-wrap .header-search-btn:not(.header-search-btn-active) .icon-search,
.header-search-wrap .header-search-btn.header-search-btn-active .icon-close {
	opacity:1;
}

.header-search-wrap .header-search-field-wrap {
	width:280px;
	position:absolute;
	top:calc(100% + 10px);
	right:0;
	transition:all ease-in-out 0.2s;
	opacity:0;
	visibility:hidden;
}
.header-search-wrap .header-search-field-wrap.header-search-field-wrap-show {
	top:calc(100% + 5px);
	opacity:1;
	visibility:visible;
}
.header-search-wrap .header-search-field-wrap button.search-submit {
	display:none;
}
.header-search-wrap .header-search-field-wrap .search-form {
	display:flex;
}
.header-search-wrap .header-search-field-wrap .search-form label {
	flex: 1;
}
.header-search-wrap .header-search-field-wrap .search-form input {
	font-size:15px;
	height:44px
}
.header-search-wrap .header-search-field-wrap .search-form input.search-field {
	border-radius:6px 0 0 6px;
}
.header-search-wrap .header-search-field-wrap .search-form input.search-submit {
	border-radius: 0 6px 6px 0;
	padding:10px 16px
}
.ast-separate-container .ast-article-inner {
	border-radius: 20px;
    overflow: hidden;
}
.card-24,
div.awsm-grid-item a.awsm-job-item {
	border-radius:20px;
	transition:all ease-in-out 0.2s;
}
.card-24 img {
	border-radius:16px;
}
.card-24:hover,
div.awsm-grid-item a.awsm-job-item:hover {
	transform:translatey(-5px);
	box-shadow: 0 1.6rem 2rem -0.8rem rgba(0, 0, 0, .2) !important;
}
.awsm-job-more-container {
	margin-top:10px;
}

div.awsm-filter-wrap .awsm-filter-item-search {
	flex:1;
}
div.awsm-filter-wrap div.awsm-filter-items {
	width:auto;
}

.menu-toggle, button, .ast-button, .ast-custom-button, .button, input#submit, input[type="button"], input[type="submit"], input[type="reset"], #comments .submit, .search .search-submit, form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button, body .wp-block-file .wp-block-file__button, .search .search-submit, .woocommerce-js a.button, .woocommerce button.button, .woocommerce .woocommerce-message a.button, .woocommerce #respond input#submit.alt, .woocommerce input.button.alt, .woocommerce input.button, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled], .woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover, .woocommerce #respond input#submit, .woocommerce button.button.alt.disabled, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link, .wc-block-grid__product-onsale, [CLASS*="wc-block"] button, .woocommerce-js .astra-cart-drawer .astra-cart-drawer-content .woocommerce-mini-cart__buttons .button:not(.checkout):not(.ast-continue-shopping), .woocommerce-js .astra-cart-drawer .astra-cart-drawer-content .woocommerce-mini-cart__buttons a.checkout, .woocommerce button.button.alt.disabled.wc-variation-selection-needed, [CLASS*="wc-block"] .wc-block-components-button {
	font-size:0.9em !important;
	padding:10px 16px !important;
}
.woocommerce-js form .form-row textarea, .woocommerce-js input[type=email], .woocommerce-js input[type=number], .woocommerce-js input[type=password], .woocommerce-js input[type=reset], .woocommerce-js input[type=search], .woocommerce-js input[type=tel], .woocommerce-js input[type=text], .woocommerce-js input[type=url], .woocommerce-js textarea, .woocommerce-page form .form-row textarea, .woocommerce-page input[type=email], .woocommerce-page input[type=number], .woocommerce-page input[type=password], .woocommerce-page input[type=reset], .woocommerce-page input[type=search], .woocommerce-page input[type=tel], .woocommerce-page input[type=text], .woocommerce-page input[type=url], .woocommerce-page textarea, div.awsm-selectric {
	border-radius:6px !important;
}
.ast-separate-container .ast-woocommerce-container {
	max-width: 1152px;
	margin:20px auto;
	border-radius:24px;
}

ul.nav-tabs {
	margin-left:0;
	margin-bottom:20px;
}
ul.nav-tabs .nav-link:not(.active):focus,
ul.nav-tabs .nav-link:not(.active):hover {
	color:white;
}

body.single-education nav.post-navigation {
	padding:2.5em;
}

h1.page-title {
	margin-bottom: 0.5em;
}

div.astra-shop-thumbnail-wrap {
	border-radius:20px;
	border:1px solid rgba(0,0,0,.2);
	margin-bottom:8px;
	overflow:hidden;
}

.section ol {
	margin-left:25px;
}

.wc-block-product-categories-list li {
	padding-left:0 !important;
}
footer h4.widget-title {
	margin-bottom:8px;
}

.swiper.photo-slider {
	max-width:100%;
}

/* Media Queries */
@media (min-width:1201px) {
    section.section-statastics .container {
        padding-top: 160px;
        padding-bottom: 160px;
    }
    footer.footer {
        margin-top: 70px;
    }
    .footer-cta {
        transform: translateY(-70px);
    }
}
@media (max-width:1200px) {
    h2, .h2 {
        font-size: 36px;
        letter-spacing: -0.03em;
    }
    h3, .h3 {
        font-size: 28px;
        letter-spacing: -0.02em;
    }
    h4, .h4 {
        font-size: 20px;
    }
    .btn {
        font-size: 15px;
    }
    .container {
        max-width: 100%;
    }
    .section-home .container {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .btn {
        height: 44px;
        line-height: 44px;
    }
    section.section-hero .container {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .statastics h3 {
        font-size: 60px;
    }
    .statastics small {
        font-size: 36px;
    }
    .statastics p {
        font-size: 18px;
    }
}
@media (min-width: 993px) {
    .container {
        --bs-gutter-x: 3rem;
    }
	.w-md-50 {
		width:50% !important;
	}
    .w-lg-45 {
        width: 45%;
    }
    .w-lg-30 {
        width: 30%;
    }
    .w-lg-25 {
        width: 25%;
    }
	#menu-primary ul.sub-menu,
    nav.navbar ul > li > ul.navbar-subnav {
        background-color: #E6F5EC;
        width: 220px;
        list-style: none;
        position: absolute;
        top: calc(100% + 8px);
        left: 0;
        border-radius: 6px;
        z-index: 1;
        transition: all ease-in-out 0.2s;
        opacity: 0;
        visibility: hidden;
		padding:4px;
    }
    nav.navbar ul li.nav-item-has-children a {
        display: flex;
        align-items: center;
        gap: 10px;
        justify-content: space-between;
    }
    nav.navbar ul li.nav-item-has-children > a::after {
        content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='16' height='16' fill='rgba(26,26,24,1)'%3E%3Cpath d='M13.1717 12.0007L8.22192 7.05093L9.63614 5.63672L16.0001 12.0007L9.63614 18.3646L8.22192 16.9504L13.1717 12.0007Z'%3E%3C/path%3E%3C/svg%3E");
        width: 16px;
        height: 30px;
        transform: rotate(90deg);
    }
    nav.navbar ul li.nav-item-has-children:hover > a::after {
        content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='16' height='16' fill='rgba(255,255,255,1)'%3E%3Cpath d='M13.1717 12.0007L8.22192 7.05093L9.63614 5.63672L16.0001 12.0007L9.63614 18.3646L8.22192 16.9504L13.1717 12.0007Z'%3E%3C/path%3E%3C/svg%3E");
    }
    nav.navbar ul li.nav-item-has-children li.nav-item-has-children > a::after {
        transform: rotate(0);
    }
	#menu-primary ul.sub-menu ul.sub-menu,
    nav.navbar ul > li > ul.navbar-subnav ul.navbar-subnav {
        top: 0;
        left: 0;
        opacity: 0;
        visibility: hidden;
		padding:4px;
    }
	#menu-primary > li > ul.sub-menu li > ul.sub-menu {
		left: 100%;
	}
	#menu-primary > li:hover > ul.sub-menu,
    nav.navbar ul > li:hover > ul.navbar-subnav {
        top: 100%;
        opacity: 1;
        visibility: visible;
    }
	#menu-primary > li > ul.sub-menu li:hover > ul.sub-menu,
    nav.navbar ul > li > ul.navbar-subnav li:hover ul.navbar-subnav {
        left: 100%;
        opacity: 1;
        visibility: visible;
    }
    span.sub-nav-toggle-btn {
        display: none;
    }
	#menu-primary li.menu-item-has-children:hover > a,
    nav.navbar ul li:hover > a {
        background-color: var(--primary);
        color: var(--white);
    }
	ul.navbar-nav > li.menu-item-has-children > a.nav-link {
		display:flex;
		align-items:center;
	}
	ul.navbar-nav > li.menu-item-has-children > a.nav-link:after {
		content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='16' height='16' fill='rgba(26,26,24,1)'%3E%3Cpath d='M11.9999 13.1714L16.9497 8.22168L18.3639 9.63589L11.9999 15.9999L5.63599 9.63589L7.0502 8.22168L11.9999 13.1714Z'%3E%3C/path%3E%3C/svg%3E");
		margin-left:4px;
		width:16px;
		height:30px;
	}
	ul.navbar-nav > li.menu-item-has-children:hover > a.nav-link:after {
		content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='16' height='16' fill='rgba(255,255,255,1)'%3E%3Cpath d='M11.9999 13.1714L16.9497 8.22168L18.3639 9.63589L11.9999 15.9999L5.63599 9.63589L7.0502 8.22168L11.9999 13.1714Z'%3E%3C/path%3E%3C/svg%3E");
	}

}

body.page-id-40 header.entry-header {
	display:none;
}

body.page-id-40:not(.logged-in) article.type-page {
	max-width: 400px;
    margin: 0 auto;
}
body.page-id-40 article.type-page h2,
.woocommerce-LostPassword.lost_password {
	text-align:center;
}
button.woocommerce-form-login__submit {
    width: 100%;
	height:40px;
    margin-top: 10px !important;
    display: block;
}
form.lost_reset_password p.woocommerce-form-row {
	width:100%;
}
form.lost_reset_password button[type="submit"] {
	width: 100%;
	height:40px;
}
.woocommerce-MyAccount-navigation>ul {
	padding:0 !important;
}

@media (max-width:992px) {
	#menu-primary > li > a {
		line-height:40px;
	}
	.home-testimonial-slider-item {
		padding:20px 0;
	}
	
	.br-24 {
		border-radius:20px;
	}
	
	ul#menu-primary li.menu-item-has-children {
		position:relative;
	}
	ul#menu-primary li.menu-item-has-children ul.sub-menu {
		display:none;
	}
	ul#menu-primary li.menu-item-has-children button.ast-menu-toggle {
		width:40px;
		height:40px;
		border-radius:6px;
		position:absolute;
		top:0;
		right:0;
		padding:0;
		display:flex;
		align-items:center;
		justify-content:center;
	}
	span.ast-icon.icon-arrow svg {
		height: 0.8rem;
		width: 0.8em;
		margin:0 !important;
	}
	button.ast-menu-toggle-active span.ast-icon.icon-arrow svg {
		transform: rotate(180deg);
	}
	
    header.header .container,
    header.header.header-sticky .container {
        padding-top: 6px;
        padding-bottom: 6px;
    }
    a.navbar-brand {
        padding: 0;
		margin: 0;
		order: 1;
    }
	button.navbar-toggler {
		padding:0 !important;
		order:3;
	}
	.header-widgets {
		order: 2;
        flex: 1;
        justify-content: flex-end;
	}
	.header-search-wrap {
		order:3;
	}
    a.navbar-brand img {
        max-width: 120px;
    }
	header.header nav.navbar {
		gap:8px !important;
	}
    div.navbar-collapse {
        background-color: var(--white);
		height: calc(100vh - 63px);
        overflow-y: auto;
        position: absolute;
        top: calc(100% + 6px);
        left: -0.75rem;
        right: -0.75rem;
        padding: 12px;
        border-top: 1px solid rgba(255,255,255,0.25);
    }
    .header ul.navbar-nav {
        width: 100%;
        gap: 0;
    }
    header.header .navbar-nav li,
    header.header .navbar-nav a.nav-link {
        width: 100%;
        line-height: 40px;
    }
    header.header .navbar-nav a.nav-link {
        padding: 0 20px;
    }
    nav.navbar ul > li > ul.navbar-subnav {
        list-style: none;
        padding: 6px 0 6px 16px;
        display: none;
    }
    section.section-hero:not(.section-home) .swiper-slide {
        padding: 30px 0;
    }
    .section-statastics::before {
        right: 0;
    }
    div.swiper-pagination-1 {
        text-align: center;
        justify-content: center;
    }
    span.sub-nav-toggle-btn {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='16' height='16' fill='rgba(26,26,24,1)'%3E%3Cpath d='M11.9999 13.1714L16.9497 8.22168L18.3639 9.63589L11.9999 15.9999L5.63599 9.63589L7.0502 8.22168L11.9999 13.1714Z'%3E%3C/path%3E%3C/svg%3E");
        background-position: 50%;
        background-repeat: no-repeat;
        width: 40px;
        height: 40px;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        border-radius: 6px;
        border: 1px solid rgba(0,0,0,.15);
    }
    span.sub-nav-toggle-btn-active {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='16' height='16' fill='rgba(255,255,255,1)'%3E%3Cpath d='M11.9999 10.8284L7.0502 15.7782L5.63599 14.364L11.9999 8L18.3639 14.364L16.9497 15.7782L11.9999 10.8284Z'%3E%3C/path%3E%3C/svg%3E");
    }
    section.page-title .container {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    main.page-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }
	.swiper-slide-img-wrap {
		padding:40px;
	}
	.woocommerce-MyAccount-content {
		margin-top:20px;
	}
}

@media (max-width:768px) {
    h1, .h1 {
        font-size: 36px;
    }
    h2, .h2 {
        font-size: 30px;
    }
    h3, .h3 {
        font-size: 24px;
    }
    h4, .h4 {
        font-size: 18px;
    }
    .text-22 {
        font-size: 20px;
    }
    .text-20 {
        font-size: 18px;
    }
    .text-18 {
        font-size: 16px;
    }
    .section-home .container {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .mw-md-60px {
        max-width: 60px;
    }
    .mw-500px {
        max-width: 75%;
    }
    .section-hero .image-wrap figure,
    .section-hero .image-wrap::after {
        border-radius: 40px;
    }
    .footer-cta {
        padding: 20px;
    }
    section.section-hero:not(.section-home) .container {
        padding: 0 24px;
    }
    div.swiper-pagination {
        text-align: center;
        justify-content: center;
    }
    .home-logo-slider .swiper-slide {
        text-align: center;
    }
    .home-logo-slider .swiper-slide img {
        max-width: 100px;
        max-height: 50px;
        margin: 0 auto;
    }
    main.page-content {
        padding-top: 20px;
        padding-bottom: 20px;
    }
	.swiper-slide-img-wrap {
		padding:30px;
	}
}

@media (min-width:577px) {
    .w-sm-33 {
        width: 33.33%;
    }
}

@media (max-width:576px) {
    h1, .h1 {
        font-size: 28px;
    }
    h2, .h2 {
        font-size: 24px;
    }
    h3, .h3 {
        font-size: 20px;
    }
    h4, .h4,
    .text-22,
    .text-20 {
        font-size: 17px;
    }
    .text-18 {
        font-size: 15px;
    }
    p {
        margin-bottom: 0.75rem;
    }
	.br-24 {
		border-radius:16px;
	}
    .btn {
        height: 40px;
        font-size: 14px;
        line-height: 40px;
        border-radius: 6px;
    }
    .section-home .container {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    section.section-hero .container {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    a.navbar-brand img {
        max-width: 100px;
    }
    .new-badge {
        width: 90px;
        height: 90px;
        font-size: 15px;
        left: -50px;
        top: 0;
    }
    .section-hero .image-wrap figure,
    .section-hero .image-wrap::after {
        border-radius: 32px;
    }
    .section-statastics::before {
        background-color: rgba(0,0,0,.5);
    }
    .statastics h3 {
        font-size: 50px;
    }
    .statastics small {
        font-size: 20px;
    }
    .statastics p {
        font-size: 15px;
    }
    .home-testimonial-slider-item .video-wrap iframe {
        max-height: 50vw;
		border-width:1px;
    }
    .product-img-wrap img,
	.home-testimonial-slider-item .video-wrap iframe,
	.home-testimonial-slider-item .video-wrap::after {
        border-radius: 16px;
    }
    section.page-title .container {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .swiper-slide-img-wrap {
        padding: 20px;
    }
    .image-wrap .ani-icon-1 {
        max-width: 100px;
        bottom: -5px;
    }
    .image-wrap .ani-icon-2 {
        max-width: 50px;
        top: 0px;
        right: -40px;
    }
    .image-wrap .ani-icon-3 {
        max-width: 20px;
        left: -30px;
        bottom: 60px;
    }
    .image-wrap .ani-icon-4 {
        max-width: 28px;
        top: 50%;
        right: -50px;
    }
    .image-wrap .ani-icon-5 {
        max-width: 28px;
        top: 20%;
        left: -55px;
    }
    .image-wrap .ani-icon-6 {
        max-width: 44px;
        right: -60px;
        bottom: 0;
    }
	.swiper-slide-img-wrap {
		padding:20px 0;
	}
	
	.header-search-wrap .header-search-field-wrap {
		background-color:#fff;
		width:100vw;
		right:-64px;
		padding:8px;
	}
	
	.ast-separate-container .ast-article-inner,
	.card-24,
	div.awsm-grid-item a.awsm-job-item {
		border-radius: 16px;
	}
	.card-24 img {
		border-radius:10px;
	}
	body.single-education nav.post-navigation {
		padding:1em;
	}
}

/* Piyush - Custom css start */
 		.contact-section {
            background: #f8f9fa;
            padding: 60px 0;
        }
        .contact-img {
            max-width: 100%;
            height: auto;
        }
        .separator {
            width: 100%;
            height: 5px;
            background: #007bff;
            margin: 40px 0;
        }
        .map-frame {
            width: 100%;
            height: 250px;
            border: none;
        }
        .card {
            height: 100%;
        }
		.entry-summary nav.woocommerce-breadcrumb{
			display:none;
		}
		.entry-summary .single-product-category{
			display:none !important;
		}
		.entry-summary .product_meta{
			display:none;
		}
		