/*=========== Global Css ==============*/
p:last-child {
    margin-block-end: 0px !important;
    margin-bottom: 0px !important;
}
::-webkit-scrollbar {
	width: 12px;
}
::-webkit-scrollbar-track {
	background-color: #a6a6a66e;
}
::-webkit-scrollbar-thumb {
	background-color: #328478;
	border-radius:5px;
}
img.breadcrumb-image-wy {
    padding-left: 6px;
    padding-right: 6px;
    width: auto !important;
}
/*=============== Explore More Floating Button ===============*/
body:not(.elementor-editor-active) .explore-more-btn-wy {
    display: none;
}
.explore-more-btn-wy {
    width: fit-content !important;
}
.explore-more-btn-wy .e-n-accordion-item {
    width: fit-content;
    border-radius: 0 50px 50px 0px !important;
	box-shadow: 0 0 10px 0 #00000021;
    overflow: hidden;
}
.explore-more-btn-wy .e-n-accordion-item-title {
    width: fit-content;
}
.explore-more-btn-wy .e-n-accordion-item[open] {
	border-radius: 0 50px 0px 0px !important;
}
.explore-more-btn-wy .e-n-accordion-item[open] .e-n-accordion-item-title {
	width: auto;
}
.explore-more-btn-wy .e-n-accordion-item[open] .e-n-accordion-item-title br {
	display:none;
}
.explore-more-btn-wy .e-n-accordion-item {
	transition: 0.5s all ease;
}
.explore-more-btn-wy .e-n-accordion-item:not([open]){
	transform: translateX(-87px);
}
.explore-more-btn-wy .e-n-accordion-item[open]>.e-n-accordion-item-title .e-n-accordion-item-title-icon span>svg {
	transform: translateX(-8px);
}
.explore-more-btn-wy summary.e-n-accordion-item-title {
	padding: 15px;
}

/*=============== Button ===============*/
.white-icon-btn .elementor-button-content-wrapper,
.blue-icon-btn .elementor-button-content-wrapper,
.blue-small-icon-btn .elementor-button-content-wrapper{
    display: inline-flex;
    align-items: center;
}
.white-icon-btn .elementor-button-text,
.blue-icon-btn .elementor-button-text  {
/*     transform: translateY(0px); */
}
.white-icon-btn .elementor-button-icon,
.blue-icon-btn .elementor-button-icon {
    font-size: 12.5px;
}
.blue-icon-btn .elementor-button:hover .elementor-button-icon svg path {
    fill: #ffffff;
}
.blue-small-icon-btn .elementor-button-icon svg {
    width: 8px !important;
}
.blue-small-icon-btn .elementor-button:hover .elementor-button-icon svg path {
    fill: #ffffff;
}
.blue-small-icon-btn span.elementor-button-text {
    line-height: 1;
}
/*=============== Header ===============*/
.main-header-wy {
  background-color: transparent;
  transition: background-color 0.3s ease;
}
/* Colored header after scroll */
.main-header-wy.scrolled {
  background-color: #1C3D6D;
}
.header-navigation-popup-wy .dialog-message.dialog-lightbox-message {
  scrollbar-width: none;
}
.header-navigation-popup-wy .dialog-message.dialog-lightbox-message::-webkit-scrollbar {
  display: none;
}
/*================ Form =================*/
input:focus-visible, select:focus-visible, textarea:focus-visible {
    outline: none;
}
.cta-form-wy .ginput_container input,
.cta-form-wy .ginput_container_select select,
.cta-form-wy .ginput_container_textarea textarea {
    background: rgb(50 132 120 / 50%);
    border: 1px solid rgb(255 255 255 / 50%);
    color: #fff;
    padding: 17.45px 15px !important;
    font-size: 18px !important;
    font-weight: 400;
}
.cta-form-wy .ginput_container input::placeholder,
.cta-form-wy .ginput_container_textarea textarea::placeholder {
    color: #fff;
}
.cta-form-wy .ginput_container_select select option {
    color: #000000;
}
.cta-form-wy .gform_footer:before {
    content: "";
    background: url("/wp-content/uploads/2025/11/White-Button-Icon.svg");
    position: absolute;
    width: 10px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
}
.cta-form-wy .gform_footer {
    position: relative;
    width: fit-content;
}
.cta-form-wy .gform_button {
    margin-bottom: 0 !important;
    padding-right: 40px !important;
    border-color: #fff !important;
    background: transparent !important;
}
.cta-form-wy .gform_button:hover, .cta-form-wy .gform_button:focus {
    color: #1C3D6D  !important;
    background: #fff !important;
    border-color: #fff !important;
}
.cta-form-wy .gform-footer{
    margin: 22px 0px 22px !important;
    padding: 0px !important;
}
.cta-form-wy .gform-footer:hover::before{
	background-image: url('/wp-content/uploads/2025/11/Blue-Color-Btn-Icon.svg');
}
.cta-form-wy .gform_footer .gform-loader {
    position:absolute !important;
    right:-30px;
}
.cta-form-wy .gform_confirmation_message {
    color: #fff;
}
.cta-form-wy .ginput_container_select select {
	 appearance: none;
	 -webkit-appearance: none;
	 -moz-appearance: none;
	 background-image: none;
	 padding-right: 2.5em;
	 position: relative;
	 z-index: 2;
}
.cta-form-wy .ginput_container_select {
	position: relative;
}
.cta-form-wy .ginput_container_select::after {
	 content: "";
	 background-image: url("/wp-content/uploads/2026/01/down-arrow.svg");
	 background-size: contain;
	 background-repeat: no-repeat;
	 background-position: center;
	 position: absolute;
	 right: 1em;
	 top: 50%;
	 transform: translateY(-50%);
	 pointer-events: none;
	 z-index: 9;
	 height: 8px;
	 width: 13px;
}
.horizontal-form-wy form {
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: center;
}
.horizontal-form-wy .gform-body .gform_fields {
    display: flex !important;
    flex-direction: row;
    gap: 15px !important;
}
.horizontal-form-wy .ginput_container input {
    font-size: 18px !important;
    padding: 8px 14px !important;
    border-radius: 4px;
}
.horizontal-form-wy .gform-footer {
    margin: 0 !important;
    padding: 0 !important;
}
.horizontal-form-wy .gform_button {
    padding-right: 40px !important;
    margin-bottom: 0 !important;
}
.horizontal-form-wy .gform_button:hover {
    background: #328478 !important;
    color: #fff !important;
	border-color: #328478 !important;
}
.horizontal-form-wy .gform_confirmation_message {
    text-align: center;
    padding: 20px 0 30px;
}
.horizontal-form-wy .gform_footer {
    position: relative;
    width: fit-content;
}
.horizontal-form-wy .gform_footer:before {
    content: "";
    background: url(/wp-content/uploads/2025/11/White-Button-Icon.svg);
    position: absolute;
    width: 10px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
}
/*=============== Home Page ===============*/
.home-tabs-wy {
    overflow-x: hidden;
}
.home-tabs-wy .e-n-tab-title {
    text-transform: inherit;
}
.home-tabs-wy .e-n-tab-title .e-n-tab-title-text {
    flex-direction: column;
	align-items: flex-end;
    gap: 15px;
	letter-spacing: 0;
}
.home-tabs-wy .e-n-tab-title .e-n-tab-title-text span {
    font-size: 70%;
    font-family: 'Gill Sans MT';
    font-weight: 400;
}
.home-tabs-wy .e-n-tabs-heading button.e-n-tab-title:last-child {
    border-bottom: 0px !important;
}
.circle-icon-btn-wy .elementor-button {
    width: 51px !important;
    height: 51px !important;
    display: inline-flex;
	align-items: center;
    justify-content: center;
}
.school-types-tab-wy .e-n-tabs-heading .e-n-tab-title {
    flex: 1 !important;
}
.school-types-tab-wy .e-n-tabs-heading .e-n-tab-title:nth-child(1) {
    background: #2FC1BA !important;
}
.school-types-tab-wy .e-n-tabs-heading .e-n-tab-title:nth-child(2) {
    background: #A3BA00 !important;
}
.school-types-tab-wy .e-n-tabs-heading .e-n-tab-title:nth-child(3) {
    background: #1C3D6D !important;
}
.school-types-tab-wy .e-n-tabs-heading .e-n-tab-title:nth-child(4) {
     background: #9B27FF !important;
}
.school-types-tab-wy .e-n-tabs-heading .e-n-tab-title[aria-selected=true] {
    background: #FFFEFF !important;
}
.school-types-tab-wy .e-n-tabs-heading .e-n-tab-title:hover,
.school-types-tab-wy .e-n-tabs-heading .e-n-tab-title:focus {
    background: #F4F4F4 !important;
}
.progress-bar-carousel-wy .swiper-pagination-progressbar {
    top: auto !important;
    bottom: 40px !important;
    width: calc(100% - 200px) !important;
    left: auto !important;
    right: 40px;
    background: #1C3D6D !important;
	overflow:hidden;
}
/* excellence */
.small-btn-wy .elementor-button-icon {
    font-size: 12px;
}
.excellence-carousel-wy .swiper-pagination-bullet {
    border-radius: 0;
    width: 72px !important;
    opacity: 1;
}
.excellence-carousel-wy .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
}
/* hotspot campus map */
.campus-map-hotspot-wy .e-hotspot__button {
    padding-top: 3.2px !important;
    padding-bottom: 3.2px !important;
    border: 1px solid #fff;
}
.campus-map-hotspot-wy .e-hotspot__icon svg {
    height: 32px;
    position: absolute;
    left: -21px;
}
.campus-map-hotspot-wy .e-hotspot--position-right .e-hotspot__tooltip,
.campus-map-hotspot-wy .e-hotspot--position-left .e-hotspot__tooltip {
    margin-right: -25px;
}
.campus-map-hotspot-wy .e-hotspot__tooltip img {
    width: 100%;
}
/* ==================== Sub Pages Global ======================= */
.inner-banner-wy:before {
	background-image: linear-gradient(
   180deg,
   rgba(5, 22, 47, 0.93) 0%,
   rgba(5, 22, 47, 0.4) 20%,
   rgba(5, 22, 47, 0) 40%,
   rgba(5, 22, 47, 0) 60%,
   rgba(5, 22, 47, 0.4) 80%,
   rgba(5, 22, 47, 0.93) 100%
 ) !important;
}
.inner-banner-two-wy:before {
	background-image: linear-gradient(
   180deg,
   rgba(5, 22, 47, 0.4) 0%,
   rgba(5, 22, 47, 0.0) 20%,
   rgba(5, 22, 47, 0) 40%,
   rgba(5, 22, 47, 0) 60%,
   rgba(5, 22, 47, 0.4) 80%,
   rgba(5, 22, 47, 0.93) 100%
 ) !important;
}
.bottom-shape-wy .elementor-shape-bottom svg {
    transform: translateX(0%) rotateY(180deg) !important;
    left: 0% !important;
}
.top-shape-wy .elementor-shape-top svg {
    transform: translateX(0%) rotateY(180deg) !important;
    left: 0% !important;
}
.bottom-left-shape-wy .elementor-shape-bottom svg {
    transform: translateX(0%) rotateY(0deg) !important;
    left: -50% !important;
}
.pillar-banner-wy:before {
	background-image: linear-gradient(
   180deg,
   rgba(5, 22, 47, 0.93) 0%,
   rgba(5, 22, 47, 0) 70%,
   rgba(5, 22, 47, 1) 90%,
   rgba(5, 22, 47, 1) 100%
 ) !important;
} 
/* ==================== Faq Page ======================= */
.faq-wy summary[aria-expanded="true"] {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.faq-wy summary.e-n-accordion-item-title {
    transition: 0.5s all ease-in-out;
}
/*=============== Outdoor ===============*/
.outdoor-left-progress .swiper-pagination-progressbar {
	top: auto !important;
    bottom: 40px !important;
    width: calc(100% - 320px) !important;
    left: 40px !important;
    right: auto !important;
    background: #ffffff !important;
}
.left-progress-bar-carousel-wy .swiper-pagination-progressbar {
    top: auto !important;
    bottom: 40px !important;
    width: calc(100% - 200px) !important;
    left: 40px !important;
    right: auto !important;
    background: #1C3D6D !important;
}
.outdoor-left-progress .swiper-slide {
    transition: 0.5s all ease;
}
.outdoor-left-progress .swiper-slide:hover {
    width: calc(25% + 5%) !IMPORTANT;
}
/*=============== pillr pages ===============*/
.padding-left-section-wy {
    padding-left: calc((100vw - 75vw) / 2) !important;
}
.padding-right-section-wy {
    padding-right: calc((100vw - 75vw) / 2) !important;
}
.pillar-tabs .e-n-tabs-heading {
    border-left: 1px solid #1C3D6D;
    padding-top: 80px;
    padding-left: 50px;
    margin-left: 50px;
}
.pillar-tabs .e-n-tabs-heading .e-n-tab-title:hover {
    background: #1C3D6D !important;
}
.pillar-tabs .e-n-tabs-heading .e-n-tab-title:nth-child(8n + 1) {
    background: #2FC1BA !important;
}
.pillar-tabs .e-n-tabs-heading .e-n-tab-title:nth-child(8n + 2) {
    background: #89B983 !important;
}
.pillar-tabs .e-n-tabs-heading .e-n-tab-title:nth-child(8n + 3) {
    background: #A3BA00 !important;
}
.pillar-tabs .e-n-tabs-heading .e-n-tab-title:nth-child(8n + 4) {
    background: #789B65 !important;
}
.pillar-tabs .e-n-tabs-heading .e-n-tab-title:nth-child(8n + 5) {
    background: #328478 !important;
} 
.pillar-tabs .e-n-tabs-heading .e-n-tab-title:nth-child(8n + 6) {
   background: #345F72 !important; 
}
.pillar-tabs .e-n-tabs-heading .e-n-tab-title:nth-child(8n + 7) {
	background: #1C3D6D !important;
} 
.pillar-tabs .e-n-tabs-heading .e-n-tab-title:nth-child(8n + 8) {
	background: #5A37B0 !important;
}
.pillar-tabs .e-n-tab-title span.e-n-tab-title-text {
   transition: 0.5s all ease;
}
.pillar-tabs .e-n-tab-title:hover span.e-n-tab-title-text {
   transform: translateX(-10px);
}
/* history of sts */
.sts-history-carousel-wy .swiper-wrapper {
	transition-timing-function: linear !important;
}
.timeline-carousel-wy .swiper-pagination-bullet {
    width: 100px !important;
    height: 80px !important;
    border-radius: 0;
    opacity: 1;
    background-size: cover !important;
    background-position: center !important;
    border: 0 !important;
    background-color: transparent !important;
    transition: 0.5s all ease;
}
.timeline-carousel-wy .swiper-pagination-bullet:nth-child(1) {
	background: url("/wp-content/uploads/2026/02/slide-1-img.png") center / cover no-repeat !important;
}
.timeline-carousel-wy .swiper-pagination-bullet:nth-child(2) {
	background: url("/wp-content/uploads/2026/02/slide-2-img.png") center / cover no-repeat !important;
}
.timeline-carousel-wy .swiper-pagination-bullet:nth-child(3) {
	background: url("/wp-content/uploads/2026/02/slide-3-img.png") center / cover no-repeat !important;
}
.timeline-carousel-wy .swiper-pagination-bullet:nth-child(4) {
	background: url("/wp-content/uploads/2026/02/slide-4-img.png") center / cover no-repeat !important;
}
.timeline-carousel-wy .swiper-pagination-bullet.swiper-pagination-bullet-active {
    transform: scale(1);
    height: 100px !important;
    width: 128px !important;
}
.timeline-carousel-wy .swiper-pagination {
    display: flex;
    align-items: center;
    height: 100px !important;
}
.timeline-carousel-wy .swiper-pagination:before {
    content: "";
    background: linear-gradient(90deg, #FFFBEA 30%, rgba(255, 251, 234, 0) 100%);
    position: absolute;
    left: 0;
    top: 0px;
    height: 105%;
    width: 45px;
    z-index: 1;
}
.timeline-carousel-wy .swiper-pagination:after{
    content: "";
    background: linear-gradient(270deg, #FFFBEA 30%, rgba(255, 251, 234, 0) 100%);
    position: absolute;
    right: 0;
    top: 0px;
    height: 105%;
    width: 40px;
    z-index: 1;
}

.timeline-cards-wrapper {
    overflow: auto !important;
  	scroll-snap-type: x mandatory;
}
.timeline-cards-wrapper  .timeline-card-wy {
  scroll-snap-align: start;
}
.timeline-card-wy {
    min-width: 480px !important;
}
.timeline-heading-div {
    min-height: 310px !important;
}
.lenghty-timeline-card {
    min-width: 550px !important;
}
.left-icon-timeline-carousel, .right-icon-timeline-carousel {
	cursor: pointer;
}
/*=================== Search And Pro Filter ==============  */
.search-pro-filter-wy .search-filter-input-text.search-filter-input-text.search-filter-field__input {
    display: flex;
    flex-direction: row-reverse;
    border: 1px solid #DADADA !important;
    padding: 4px 15px;
    border-radius: 8px;
}
.search-pro-filter-wy .search-filter-checkable-button .search-filter-input-button {
    font-size: 16px !IMPORTANT;
    border: 1px solid #EEEEEE;
    padding: 8px 20px;
    border-radius: 8px;
}
.search-pro-filter-wy .search-filter-label {
    font-size: 24px;
    font-weight: 400;
    font-family: 'Bastia';
    color: #1C3D6D;
    margin-bottom: 30px;
}
.search-pro-filter-wy .search-filter-base label {
    font-family: 'Gill Sans MT';
}
.search-pro-filter-wy .search-filter-input-checkbox,
.search-pro-filter-wy .search-filter-input-radio {
    border-bottom: 1px solid #eeeeee;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.search-pro-filter-wy .search-filter-input-checkbox:first-child,
.search-pro-filter-wy .search-filter-input-radio:first-child {
    padding-top: 0 !important;
}

.search-pro-filter-wy .search-filter-input-checkbox__label,
.search-pro-filter-wy .search-filter-input-checkbox__count,
.search-pro-filter-wy .search-filter-input-radio__label,
.search-pro-filter-wy .search-filter-input-radio__count {
    font-size: 18px !important;
}
.search-pro-filter-wy .search-filter-input-checkbox__control,
.search-pro-filter-wy .search-filter-input-radio__control{
    display: none;
}
.search-pro-filter-wy .search-filter-input-checkbox__label,
.search-pro-filter-wy .search-filter-input-radio__label{
    padding-left: 0;
}
.search-pro-filter-wy .search-filter-input-checkbox__count,
.search-pro-filter-wy .search-filter-input-radio__count {
    color: #999999;
}
.search-pro-filter-wy button.search-filter-input-button.search-filter-field__input {
    background: transparent;
    color: var(--e-global-color-primary);
    border: 0;
    padding: 0;
    font-size: 18px;
    text-transform: capitalize;
    font-family: 'Gill Sans MT';
    font-weight: 400;
	text-decoration: underline;
}
.search-pro-filter-wy button.search-filter-input-button.search-filter-field__input:hover {
    background: transparent !important;
    color: #328478 !important;
}
.search-pro-filter-wy .search-filter-input-button-group .search-filter-input-button {
    white-space: pre-wrap;
    font-size: 14px;
	font-weight: 400;
    letter-spacing: 0;
    padding: 5px 10px 4px;
}
/* event category */
.category-wy .elementor-post-info__terms-list {
    font-size: 0;
}
.category-wy .elementor-post-info__terms-list-item {
    padding: 4px 15px 4px 15px;
    background: #2FC1BA;
    border-radius: 27px;
    color: #fff !important;
    display: inline-block !important;
	font-size: 20px;
    margin-right: 6px;
}
.event-filter-wy .e-loop-item:nth-child(4n + 1) .category-wy .elementor-post-info__terms-list-item {
    background: #328478;
}
.event-filter-wy .e-loop-item:nth-child(4n + 2) .category-wy .elementor-post-info__terms-list-item  {
    background: #2FC1BA
}
.event-filter-wy .e-loop-item:nth-child(4n + 3) .category-wy .elementor-post-info__terms-list-item  {
    background: #8A38F5;
}
.event-filter-wy .e-loop-item:nth-child(4n + 4) .category-wy .elementor-post-info__terms-list-item  {
    background: #A3BA00;
}
/* global elemnent css */
.iconbox-button-wy .elementor-icon-box-title {
    text-transform: uppercase;
    transition: 0.3s all ease;
}
.iconbox-button-wy:hover .elementor-icon-box-title {
    color:#fff !important;
}
.iconbox-button-wy .elementor-icon-box-description {
    transition: 0.3s all ease;
}
.iconbox-button-wy:hover .elementor-icon-box-description {
    color:#fff !important;
}
.iconbox-button-wy:hover .elementor-icon-box-icon svg path {
    fill: #fff;
}
.iconbox-button-wy:hover .elementor-icon-box-icon svg rect {
    stroke: #fff;
}
/* admision process */
.image-hover-col:hover .tree-image-wy {
    animation: treeWiggle 1s ease-in-out infinite;
    transform-origin: bottom center; /* makes it wiggle naturally */
}
@keyframes treeWiggle {
    0%   { transform: rotate(0deg); }
    25%  { transform: rotate(2deg); }
    50%  { transform: rotate(-2deg); }
    75%  { transform: rotate(1deg); }
    100% { transform: rotate(0deg); }
}
/* single post */
.single-post-content-wy .video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
	margin-top: 20px;
}
.single-post-content-wy .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*============ Deep Learning ==============*/
.image1 img{
    animation: imagemovement1 15s ease-in-out infinite alternate;
}

.vertical-slider1 {
    height:700px;
    max-height: 700px;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), black 20%, black 80%, rgba(0, 0, 0, 0));
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), black 20%, black 80%, rgba(0, 0, 0, 0));
}

@keyframes imagemovement1 {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-100%);
    }
}

.image2 img{
    animation: imagemovement2 15s ease-in-out infinite alternate;
}

.vertical-slider2 {
    height:700px;
    max-height: 700px;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), black 20%, black 80%, rgba(0, 0, 0, 0));
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), black 20%, black 80%, rgba(0, 0, 0, 0));
}

/* Keyframes for the looping animation */
@keyframes imagemovement2 {
    0% {
        transform: translateY(-100%); /* Start at the bottom of the container */
    }
    100% {
        transform: translateY(0); /* Move to the top of the container */
    }
}
.image3 img{
    animation: imagemovement3 15s ease-in-out infinite alternate;
}

.vertical-slider3 {
    height:700px;
    max-height: 700px;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), black 20%, black 80%, rgba(0, 0, 0, 0));
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), black 20%, black 80%, rgba(0, 0, 0, 0));
}

@keyframes imagemovement3 {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-100%);
    }
}
/* ======================= Single Blog Post ========================= */
ul.sidebar-categories-wy {
    list-style: none;
    padding-left: 0;
}
ul.sidebar-categories-wy a {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eeeeee;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    color: #3c434a;
    font-family: 'Gill Sans MT';
	font-size:18px;
}
/* ======================= Award Pages ======================= */
.award-short-bio-wy {
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
/*=========================================================================================================*/
/*                            				Media Queries 	         										*/
/*=========================================================================================================*/
@media (max-width:1600px) and (min-width:1200px) {
	.faq-section-wy {
		background-attachment: fixed;
	}
	.position-fixed-section-wy {
		background-attachment: fixed;
	}
}

@media (max-width:1600px){
	.padding-left-section-wy {
		padding-left: calc((100vw - 80vw) / 2) !important;
	}
	.padding-right-section-wy {
		padding-right: calc((100vw - 80vw) / 2) !important;
	}
	.search-pro-filter-wy .search-filter-label {
		font-size: 22px;
	}
	.search-pro-filter-wy .search-filter-input-button-group .search-filter-input-button {
		font-size: 12px;
	}
}
@media (max-width:1200px) {
	.padding-left-section-wy {
		padding-left: calc((100vw - 90vw) / 2) !important;
	}
	.padding-right-section-wy {
		padding-right: calc((100vw - 90vw) / 2) !important;
	}
	.school-types-tab-wy .e-n-tabs-heading .e-n-tab-title {
		flex-grow: 1 !important;
		flex-shrink: initial;
		flex-basis: content;
	}
	.cta-form-wy .ginput_container input,
	.cta-form-wy .ginput_container_select select,
	.cta-form-wy .ginput_container_textarea textarea {
		padding: 10px 15px !important;
		font-size: 16px !important;
	}
	.search-pro-filter-wy .search-filter-label {
		font-size: 20px;
	}
	.search-pro-filter-wy .search-filter-input-checkbox__label,
	.search-pro-filter-wy .search-filter-input-checkbox__count,
	.search-pro-filter-wy .search-filter-input-radio__label,
	.search-pro-filter-wy .search-filter-input-radio__count {
		font-size: 16px !important;
	}
	.search-pro-filter-wy .search-filter-input-text__input {
		font-size: 16px !important;
	}
	.explore-more-btn-wy summary.e-n-accordion-item-title {
		padding: 10px 10px 10px 10px;
	}
	.explore-more-btn-wy summary.e-n-accordion-item-title  .e-n-accordion-item-title-text {
		font-size: 10px;
	}
	.explore-more-btn-wy .e-n-accordion-item {
		transition: 0.5s all ease;
	}
	.explore-more-btn-wy .e-n-accordion-item:not([open]){
		transform: translateX(-60px);
	}
	.explore-more-btn-wy .e-n-accordion-item[open]>.e-n-accordion-item-title .e-n-accordion-item-title-icon span>svg {
		transform: translateX(-8px);
		width: 18px;
	}
	.outdoor-left-progress .swiper-slide:hover {
		width: calc(33% + 5%) !IMPORTANT;
	}
	ul.sidebar-categories-wy a {
	   font-size:16px;
	}
	.horizontal-form-wy .ginput_container input {
		font-size: 16px !important;
	}
}
@media (max-width:980px) {
	.cta-form-wy .ginput_container input,
	.cta-form-wy .ginput_container_select select,
	.cta-form-wy .ginput_container_textarea textarea {
		font-size: 15px !important;
	}
	.search-pro-filter-wy .search-filter-label {
		font-size: 18px;
	}
	.category-wy .elementor-post-info__terms-list-item {
		font-size: 16px;
	}
	.campus-map-main-div {
		overflow-x: auto !important;
		width: 100% !important;
	}
	.campus-map-hotspot-wy {
		width: 1000px;
		max-width: 1000px !important;
	}
	.campus-map-hotspot-wy>.elementor-widget-container {
		width: 100% !important;
		max-width: 100% !important;
	}
	.campus-map-hotspot-wy>.elementor-widget-container>img{
		width: 100% !important;
		max-width: 100% !important;
	}
	.campus-map-hotspot-wy .e-hotspot__button {
		padding-left: 8px !important;
		padding-right: 8px !important;
	}
}
@media (max-width:767px) {
	.explore-more-btn-wy {
		display: none !important;
	}
/* 	.padding-left-section-wy {
		padding-left: calc((100vw - 90vw) / 2) !important;
	} */
	.header-navigation-popup-wy .dialog-close-button svg {
		fill: #fff !important;
	}
	.progress-bar-carousel-wy .swiper-pagination-progressbar {
		bottom: 25px !important;
		width: calc(100% - 80px) !important;
		right: 0px;
	}
	.white-icon-btn .elementor-button-text, .blue-icon-btn .elementor-button-text {
		transform: translateY(1.2px);
	}
	.white-icon-btn .elementor-button-icon, .blue-icon-btn .elementor-button-icon {
		font-size: 9px;
	}
	.cta-form-wy .ginput_container input,
	.cta-form-wy .ginput_container_select select,
	.cta-form-wy .ginput_container_textarea textarea {
		font-size: 14px !important;
	}
	.cta-form-wy .ginput_container--name {
		gap: 16px;
	}
	.cta-form-wy .name_first, .cta-form-wy .name_last {
		margin-bottom: 0 !important;
	}
	.pillar-tabs .e-n-tabs-content>div {
		padding: 5vw 5vw 5vw 0vw;
	}
	.pillar-tabs .e-n-tabs-heading {
		border-left: none;
		padding-top: 0px;
		padding-left: 0px;
		margin-left: 0px;
	}
		.timeline-carousel-wy .swiper-pagination {
    	height: 50px !important;
	}
	.timeline-carousel-wy .swiper-pagination-bullet {
		width: 60px !important;
		height: 40px !important;
	}
	.timeline-carousel-wy .swiper-pagination-bullet.swiper-pagination-bullet-active {
		height: 50px !important;
		width: 80px !important;
	}
	.search-pro-filter-wy .search-filter-label {
		font-size: 16px;
	}
	.search-pro-filter-wy .search-filter-input-checkbox__label,
	.search-pro-filter-wy .search-filter-input-checkbox__count,
	.search-pro-filter-wy .search-filter-input-radio__label,
	.search-pro-filter-wy .search-filter-input-radio__count {
		font-size: 14px !important;
	}
	.search-pro-filter-wy .search-filter-input-text__input {
		font-size: 14px !important;
	}
	.outdoor-left-progress .swiper-slide:hover {
		width: calc(100% + 0%) !IMPORTANT;
	}
	.left-progress-bar-carousel-wy .swiper-pagination-progressbar {
		bottom: 28px !important;
		width: calc(100% - 80px) !important;
		left: 0px !important;
	}
	.outdoor-left-progress .swiper-pagination-progressbar {
    	bottom: 28px !important;
		width: calc(100% - 100px) !important;
		left: 4% !important;
	}
	img.breadcrumb-image-wy {
		padding-left: 2px;
		padding-right: 2px;
		width: 12px !important;
	}
	ul.sidebar-categories-wy a {
	   font-size:14px;
	}
	.horizontal-form-wy .ginput_container input {
		font-size: 14px !important;
	}
	.timeline-cards-wrapper {
		zoom: 0.65;
	}
	.campus-map-hotspot-wy {
		width: 750px;
		max-width: 750px !important;
	}

}