* {
	padding: 0;
	margin: 0;
	scroll-behavior: smooth;
	font-family: 'Poppins', 'sans-serif;';
	box-sizing: border-box;
}

ul,
ol {
	list-style: none;
}

p {
	margin-bottom: 20px;
}

:root {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
}

.container,
.container-fluid {
	width: 100%;
	padding-right: var(--bs-gutter-x, .75rem);
	padding-left: var(--bs-gutter-x, .75rem);
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1180px;
	}
}

@media (min-width: 1400px) {
	.container {
		max-width: 1320px;
	}
}

.row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(-1 * var(--bs-gutter-y));
	margin-right: calc(-0.5 * var(--bs-gutter-x));
	margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row>* {
	box-sizing: border-box;
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) * 0.5);
	padding-left: calc(var(--bs-gutter-x) * 0.5);
	margin-top: var(--bs-gutter-y);
}

.col {
	flex: 1 0 0%;
}

.col-6 {
	flex: 0 0 auto;
	width: 50%;
}

/*------------ Layout media query starts ------------*/
@media (min-width: 768px) {
	.col-md-6 {
		flex: 0 0 auto;
		width: 50%;
	}
}

@media (min-width: 992px) {
	.col-lg-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}

	.col-lg-3 {
		flex: 0 0 auto;
		width: 25%;
	}

	.col-lg-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}

	.col-lg-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}

	.col-lg-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}

	.col-lg-6 {
		flex: 0 0 auto;
		width: 50%;
	}

	.col-lg-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}

	.col-lg-9 {
		flex: 0 0 auto;
		width: 75%;
	}

	.col-lg-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}

	.col-lg-12 {
		flex: 0 0 auto;
		width: 100%;
	}
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: 600;
	line-height: 1.4;
}

.h1,
h1 {
	font-size: calc(1.375rem + 1.5vw)
}

@media (min-width:1200px) {

	.h1,
	h1 {
		font-size: 2.5rem
	}
}

.h2,
h2 {
	font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {

	.h2,
	h2 {
		font-size: 2.25rem
	}
}

.h3,
h3 {
	font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {

	.h3,
	h3 {
		font-size: 1.75rem
	}
}

.h4,
h4 {
	font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {

	.h4,
	h4 {
		font-size: 1.5rem
	}
}

.h5,
h5 {
	font-size: 1.25rem
}

.h6,
h6 {
	font-size: 1rem
}

[class*="row-gap"] {
	row-gap: 20px;
}

.row-gap-3 {
	row-gap: 30px !important;
}

.col-gap {
	column-gap: 30px;
}

img,
svg {
	vertical-align: middle;
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

:where(.section, section, .sec-space, .mt-5, .mt-auto) {
	margin-top: 60px;
}

.mt-3 {
	margin-top: 30px !important;
}

.mx-auto {
	margin-inline: auto !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

[class*="flex-"] {
	display: flex;
	align-items: center;
}

[class*="flex-col"] {
	flex-flow: column;
	align-items: unset;
}

[class*="-between"] {
	justify-content: space-between;
}

.justify-content-center {
	justify-content: center;
}

.align-items-center {
	align-items: center;
}

.text-center {
	text-align: center;
}

/*-------------topbar-start-------------------*/

.topbar [class*="flex-topbar-"] {
	gap: 20px;
}

.topbar .flex-top-item,
ul.flex-social-media {
	gap: 10px;
}

[class*="-btn"] {
	padding: 12px 15px;
	position: relative;
	overflow: hidden;
	display: flex;
	width: fit-content;
	align-items: center;
	gap: 10px;
}

/*//header-----------------------start*/

header {
	height: 80px;
	display: none;
}

:is(header, .header) .flex-menu {
	gap: 40px;
}

.btn-flex-grp {
	flex-wrap: wrap;
	gap: 10px 15px;
}

header nav ul li.dropdown {
	position: relative;
	display: flex;
	align-items: center;
	gap: 5px;
}

header nav ul li.dropdown ul,
.header nav ul li.dropdown ul.singleMenu{
	position: absolute;
	top: 25px;
	white-space: nowrap;
	left: 0px;
	padding: 25px;
	display: flex;
	flex-direction: column;
	align-items: unset;
	background: var(--white);
	gap: 20px;
	transform: translateY(20px);
	opacity: 0;
	visibility: hidden;
	z-index: 999;
}

header nav ul li.dropdown:hover ul,
.header nav ul li.dropdown:hover ul.singleMenu{
	transform: translateY(0px);
	opacity: 1;
	visibility: visible;
	transition: all .3s ease;
}

#closeBtn,
#toggleBtn,
header .flex-menu li.btn,
:is(header, .header) .mob-btn {
	display: none;
}

.headerSticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
}

.header{
	height: 80px;
    display: flex;
}

.header .dropdown-menu {
    position: absolute !important;
    padding: 40px 30px !important;
    width: 100% !important;
    display: none;
    min-width: 1200px;
    z-index: 9999 !important;
    left: -320px !important;
    top: 40px !important;
}

.header .dropdown-menu .tab-content ul.courses{
   grid-template-columns: repeat(7, 1fr);
}

.header .dropdown-menu .tab-content ul.university{
   grid-template-columns: repeat(5, 1fr);
}

.header nav  ul.university img{
	height:auto !important;
	width:auto !important;
}

.header .dropdown-menu .tab-content ul li a span{
   margin-top:-10px
}

.header .dropdown-menu .tab-content ul{
   display: grid;
   gap: 20px;
}

.header .dropdown-tabs {
   display: flex;
    gap: 10px;
    justify-content: center;
    margin-bottom: 30px;
}

.header .dropdown-tabs .tab {
    padding: 10px 30px;
}

.header .tab-content {
    display: none;
}

.header .tab-content.active {
    display: block;
}

.header .tab-content a {
   align-items: center;
   display: flex;
   flex-direction: column;
}

.header  .tab-content img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.header nav ul li.dropdown{
	position: relative;
}

/*//hero-banner--------------start*/

.slider {
	position: relative;
	width: 100%;
	height: 526px;
	overflow: hidden;
}

.slider .slide {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 1s ease-in-out;
}

.slider .slide.active {
	opacity: 1;
	z-index: 1;
}

.slider .slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slider .slide .content {
	position: absolute;
	bottom: 100px;
	left: 130px;
	color: white;
	max-width: 800px;
	width: 100%;
	z-index: 99;
}

.slider-dots {
	display: flex;
	justify-content: center;
	gap: 10px;
	position: absolute;
	z-index: 99;
	bottom: 50px;
	right: 100px;
}

.slider-badge {
	right: 350px;
	bottom: 150px;
	width: 10%;
	position: absolute;
	z-index: 99;
	padding: 5px;
}

.slider-badge .flex-go-icon {
	height: 45px;
	width: 45px;
	z-index: 99;
}

.slider-badge .flex-badge-text {
	position: relative;
	aspect-ratio: 1 / 1;
}

.slider-badge .flex-badge-text .text-layer {
	position: absolute;
	padding: 15px;
	overflow: visible;
}

/*//stats-sec---------------------start*/

.stats-wrap {
	background: rgb(255 195 51 / 20%);
	padding-block: 30px;
}

.stats-wrap .flex-stats-col {
	gap: 10px;
	flex-wrap: wrap;
}

/*//career-sec---------------------start*/

.career-img {
	position: relative;
}

.career-img img {
	width: 100%;
}

.career-img .sc-btn {
	position: absolute;
	top: 37%;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}

.tab-pane {
	display: none;
}

.tab-pane.active {
	display: block;
}

[class*="grid"] {
	display: grid;
}

.grid-5 {
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
}

.flex-col-career-col img {
	height: 50px;
	width: 50px;
	margin-bottom: 12px;
}

.flex-col-career-col {
	color: #454545;
	text-align: center;
	align-items: center;
}

/*//about-sec..--------------start*/

.mutli-card-ttl {
	padding-bottom: 15px;
	margin-bottom: 15px;
	text-align: center;
}

.scroller[data-animated="true"] {
	overflow: hidden;
}

.marquee-list {
	padding: 15px 0;
	overflow: hidden;
}

.scroller {
	max-width: 100%;
}

.marquee-list .scroller__inner {
	display: flex;
	gap: 40px;
}

/*Universities-list-----------------start*/

.flex-col-us img {
	padding: 20px 15px;
	height: 100px;
	width: 100%;
	object-fit: contain;
}

.flex-col-us .h6 {
	margin: 0;
	text-align: center;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

/*//team-card----------------start*/

.team-card {
	position: relative;
}

.team-card .flex-col-team-detl {
	position: absolute;
	bottom: 20px;
	width: 90%;
	left: 50%;
	transform: translateX(-50%);
	padding: 20px;
	gap: 7px;
	text-align: center;
	align-items: center;
}

.team-card img {
	height: 100%;
	width: 100%;
}

/*//faq-start--------------*/

.accordion {
	border-radius: 8px;
	overflow: hidden;
}

.flex-accordion-header-between {
	width: 100%;
	text-align: left;
	padding: 15px;
}

.accordion-content {
	max-height: 0;
	overflow: hidden;
}

.accordion.active .accordion-content {
	max-height: 500px;
}

.accordion-inner {
	padding: 15px;
}

.flex-faq-info {
	gap: 20px 30px;
	flex-wrap: wrap;
}

/* //trusted-card-start--------------*/

.flex-col-trusted,
.tag-list .flex-marq-list {
	gap: 10px;
	position: relative;
}

.flex-col-trusted .flex-col-logo {
	gap: 10px;
}

.flex-col-trusted span img {
	height: 80px;
	width: 80px;
	object-fit: contain;
}

/* //site-cta-------------start*/

.site-cta {
	padding: 30px 40px;
	z-index: 0;
	position: relative;
}

.site-cta h2 {
	margin-bottom: 20px;
}

.site-cta .col-lg-3 {
	justify-content: end;
	display: flex;
	align-self: center;
}

/*// -------testimonial-slider---------start*/

.testimonial-slider {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 0 20px;
}

.testimonial-slider .slider-container {
	display: flex;
	transition: transform 0.5s ease;
	padding: 10px 0;
	gap: 27px;
}

.testimonial-slider .t-slides {
	flex: 0 0 calc(100% / 3 - 20px);
	gap: 15px;
	padding: 20px;
}

.testimonial-slider .flex-review-user {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 15px;
}

.testimonial-slider .flex-review-user img {
	height: 50px;
	width: 50px;
	border-radius: 50%;
	object-fit: cover;
}

.pagination-dots {
	display: flex;
	justify-content: center;
	margin-top: 20px;
	gap: 8px;
}

/*//blog-card--------start*/

.blog-container {
	margin-bottom: 100px;
}

.blog-card {
	position: relative;
}

:is(.img-placeholder, .img-placeholder img) {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.img-placeholder {
	aspect-ratio: 16 / 9;
}

.blog-card .blog-content {
	width: 90%;
	padding: 30px;
	margin-top: -90px;
	z-index: 999;
	position: relative;
}

[class*="-title"] {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    margin-bottom: 0 !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

.flex-date {
	margin-top: 17px;
	padding-top: 20px;
	gap: 10px;
}

/* //gallery-------------start*/

.gallery-wrap div {
	position: relative;
}

.gallery-wrap img {
	height: 200px;
	width: 100%;
	object-fit: cover;
}

.gallery-wrap .auto-height {
	height: 420px;
}

.gallery-wrap span {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: scale(0) translate(-50%, -50%);
	opacity: 0;
	cursor: pointer;
	transition: all .4s ease;
}

:is(.gallery-wrap, .gallery-wrap .pair) {
	gap: 20px;
	align-items: center;
}

#zoom-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgb(0 0 0 / 88%);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.4s ease;
	z-index: 99999;
}

#zoom-overlay.show {
	opacity: 1;
	pointer-events: all;
}

#zoomed-img {
	max-width: 90%;
	max-height: 90%;
	transform: scale(0.5);
	transition: transform 0.4s ease;
	border-radius: var(--rad);
}

#zoom-overlay.show #zoomed-img {
	transform: scale(1);
	transition: transform 0.4s ease;
}

/*//---footer-form------------start*/

.main-form .flex-form-heading {
	gap: 10px;
	margin-bottom: 15px;
}

.main-form form .form-control {
	position: relative;
}

.main-form form .form-control span {
	position: absolute;
	right: 10px;
	top: 10px;
}

.footer-logo-card {
	padding: 20px;
	display: grid;
	grid-template-columns: 15% auto;
	gap: 15px 20px;
	align-items: center;
}

.footer-logo-card img {
	height: 75px;
	width: 75px;
	object-fit: contain;
}

.footer-form .justify-content-end {
	justify-content: end;
}

/*//---footer------------start*/

.footer .foot-ttl {
	position: relative;
	margin-bottom: 15px;
}

.footer .flex-top-item {
	margin-top: 15px;
	gap: 10px;
}

.footer form {
	margin-top: 30px;
	position: relative;
}

form :is(input, select, button, textarea) {
	padding: 10px 14px;
	width: 100%;
}

.footer form input {
	width: 100%;
	height: 45px;
}

.footer form button {
	position: absolute;
	right: 5px;
	border: 0;
	width: fit-content !important;
	padding: 10px;
	top: 5px;
	cursor: pointer;
}

.footer .flex-col-foot-menu {
	gap: 15px;
	margin-top: 30px;
}

.grid-menu {
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	display: grid !important;
}

.copyryt {
	padding: 15px;
	text-align: center;
}

/*//sidebar__&__popup-------form----start*/

.quote-btn {
	position: fixed;
	width: fit-content !important;
	writing-mode: sideways-lr;
	right: 0;
	padding-inline: 20px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99999999 !important;
}

.display-form {
	max-width: 35%;
	width: 100%;
}

.sideEnqFormContainer {
	position: fixed;
	z-index: 99999999;
	transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	top: 50%;
	right: -100%;
	transform: translateY(-50%);
	background: white;
	padding: 20px;
	opacity: 0;
}

.sideEnqFormContainer.show {
	right: 5%;
	opacity: 1;
	transform: translateY(-50%) scale(1);
}

#popupForm {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 0%);
	z-index: 9999999998;
	opacity: 0;
	visibility: hidden;
	transition: all .4s;
}

.enquiry-modal-active {
	transform: translate(-50%, -50%) !important;
	z-index: 999999999998 !important;
	opacity: 1 !important;
	visibility: visible !important;
	transition: all .4s !important;
}

/*//-for-contact-pg--css---------start*/

.single-page-banner {
	padding-block: 80px;
	position: relative;
	overflow: hidden;
	z-index: 0;
	background-color: var(--pc);
}

.single-page-banner .flex-breadcrumbs {
	gap: 15px;
	margin-bottom: 0;
}

.single-page-banner .flex-col-banner-contetnt {
	gap: 20px;
}

.info-flex-col {
	padding: 25px;
	align-items: center;
	gap: 30px;
	text-align: center;
	height: 100%;
}

.info-flex-col .flex-icon {
	position: relative;
	justify-content: center;
}

.info-flex-col :is(.flex-col-info-detl, .flex-col-info) {
	gap: 5px;
}

.info-flex-col p {
	margin-bottom: 0;
}


.grid-8 {
	grid-template-columns: repeat(8, 1fr);
	gap: 10px 20px;
}

.univ-smry {
	position: relative;
	text-align: center;
	padding: 50px 10px 20px 10px !important;
}

.univ-smry span {
	height: 60px;
	width: 60px;
	justify-content: center;
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
}

.process-wrap .process .flex-icon {
	position: relative;
	height: 70px;
	width: 70px;
	margin-bottom: 20px;
	justify-content: center;
}

.process-wrap .process {
	padding: 35px 20px 20px 20px;
	z-index: 1;
}

.process-wrap .process .flex-number {
	position: absolute;
	right: -25px;
	z-index: -1;
	top: -10px;
	height: 40px;
	width: 40px;
}

.flex-col-edu-card .flex-edu-info {
	flex-wrap: wrap;
	gap: 12px;
}

.flex-col-edu-card .edu-flex-col-detl {
	gap: 18px;
	padding: 0 20px 20px 20px;
}

.flex-col-edu-card .flex-part {
	padding: 8px 12px;
	gap: 8px;
}

.flex-backToTop,
.body_wtsp {
	position: fixed;
	bottom: 35px;
	z-index: 9999;
}

.flex-backToTop {
	height: 45px;
	width: 45px;
	right: 35px;
	justify-content: center;
	transform: translateX(300px);
}

.body_wtsp {
	left: 30px;
	padding: 10px;
}

.big-card{
            position: relative;
            overflow: hidden;
         }

         .big-card img{
            height: 400px;
            width: 100%;
            object-fit: cover;
         }

         .big-card-content{
            position: absolute;
            bottom: 0;
            padding: 30px;
            overflow: hidden;
        }

        .big-card p{
            margin-bottom: 0;
         }

.wp-single-post-area :is(ol, ul){
	padding-left:15px;
}

.wp-single-post-area p{
	margin-top:10px
}

.wp-single-post-area .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6,
.wp-single-post-area :is(ol, ul), .wp-single-post-area :is(ol, ul) li{
	margin-bottom:20px
}

.flex-col-single-ath-card{
      gap: 15px;
      padding-block: 30px;
   }

   .flex-col-single-ath-card img{
      height: 100px;
      width: auto;
      object-fit: cover;
   }

.flex-single-ath-profile{
      gap: 10px;
      flex-wrap: wrap;
      margin-bottom:30px
   }

   .flex-single-ath-profile img{
      height: 80px;
      width: 80px;
   }

.single-post-head-wrappper{
      background: var(--pc);
      padding-block: 50px;
   }

   .single-post-head-wrappper .flex-post-summary{
      gap: 15px 50px;
      margin-top: 20px;
      flex-wrap: wrap;
   }

.status-page img {
    height: 300px;
    width: auto;
}

/*//responsive-query=================start*/

@media (width <=1023px) {

	.flex-topbar-right,
	header .btn-flex-grp,
	.inner-img,
	.site-cta:after,
	.footer-form:before,
	.site-texture:after,
	.site-texture:before,
	.header {
		display: none !important;
	}

	#closeBtn,
	#toggleBtn,
	header .flex-menu li.btn,
	header .mob-btn {
		display: block !important;
	}

	header{
		display: flex !important;
	}

	header .mob-btn {
		margin-inline: auto 20px;
	}

	header nav {
		position: absolute;
	}

	header .flex-menu {
		position: fixed;
		left: 0;
		background: #f7f5ff;
		padding: 30px 20px;
		gap: 25px !important;
		height: 100vh;
		width: 85%;
		overflow: auto;
		z-index: 99999;
		transform: translateY(100%);
		opacity: 0;
		visibility: hidden;
		transition: all .4s ease;
	}

	header .flex-menu#showMainMenu {
		transform: translateY(0%);
		opacity: 1;
		visibility: visible;
		transition: all .4s ease;
	}

	header .flex-menu,
	header nav ul li.dropdown {
		flex-direction: column;
		align-items: unset !important;
		top: 0;
	}

	header .flex-menu li.dropdown ul {
		transform: unset !important;
		display: none !important;
		position: relative !important;
		top: 10px !important;
		right: 0px !important;
		opacity: 1;
		visibility: visible;
	}

	header .flex-menu li.dropdown ul#showMenu {
		display: grid !important;
	}

	header nav ul li.dropdown svg {
		position: absolute;
		right: 0;
		top: 7px;
	}

	header nav ul li.dropdown ul li a {
		white-space: normal !important;
		line-height: 30px;
	}

	:is(#megaMenu, #megaMenu2, #megaMen3) ul {
		grid-template-columns: auto !important;
		left: unset !important;
		display: none !important;
	}

	.grid-5 {
		gap: 20px !important;
	}

	.univ-smry-wrap {
		gap: 50px 20px !important;
	}

	.tab-content .tab-pane .grid-5 {
		grid-template-columns: repeat(2, 1fr) !important;
	}

	.slider .slide .content {
		bottom: 50px;
		left: 20px;
	}

	.slider {
		height: 450px !important;
	}

	.slider .slide .content h1 {
		font-size: calc(1.375rem + 1.5vw) !important;
	}

	.slider .slide .content :is(h1, p) {
		margin-bottom: 10px;
	}

	.slider-dots {
		bottom: 20px;
		right: 50%;
		transform: translateX(50%);
	}

	.site-cta .col-lg-3 {
		display: unset !important;
	}

	.site-cta {
		padding: 20px !important;
	}

	.site-cta h2 {
		font-size: 22px !important;
		line-height: 1.7 !important;
	}

	.testimonial-slider {
		padding: 0;
	}

	.blog-container {
		margin-bottom: 0 !important;
	}

	:is(.img-placeholder, .img-placeholder img) {
		border-radius: 8px 8px 0 0 !important;
	}

	.blog-card .blog-content {
		padding: 15px !important;
		width: 100% !important;
		border-radius: 0 0 8px 8px !important;
	}

	.blog-card .blog-content .title {
		font-size: 18px !important;
	}

	.single-page-banner {
		padding-block: 40px !important;
	}

	.abt-container {
		padding: 20px !important;
	}
}

/* Tablet Screens */
@media (600px <=width <=1023px) {
	header .btn-flex-grp .sc-btn {
		display: none;
	}

	.slider-badge {
		right: 50px !important;
		top: 50px !important;
		bottom: unset !important;
		width: 15% !important;
		padding: unset !important;
	}

	.grid-5 {
		grid-template-columns: repeat(3, 1fr) !important;
	}

	.testimonial-slider .t-slides {
		flex: 0 0 calc(50% - 20px);
	}

	.h-md-size {
		height: 420px !important;
	}

	.display-form {
		max-width: 70% !important;
	}

	.grid-8 {
		grid-template-columns: repeat(4, 1fr) !important;
	}
}

/* Small Mobile Screens */
@media (width <=600px) {
	.topbar .flex-top-item {
		font-size: 11px !important;
	}

	.stats-wrap .flex-stats-col {
		text-align: center;
		justify-content: center;
	}

	.flex-col-stats-detl .h5 {
		font-size: 18px !important;
	}

	:where(.section, section, .sec-space, .mt-5, .mt-auto) {
		margin-top: 30px !important;
	}

	.grid-5,
	.grid-8 {
		grid-template-columns: repeat(2, 1fr) !important;
	}

	.slider-badge {
		display: none;
	}

	.flex-col-us img {
		padding: 10px;
		height: 70px;
	}

	.flex-col-us .h6 {
		font-size: 12px !important;
		padding: 7px !important;
	}

	.testimonial-slider .t-slides {
		flex: 0 0 calc(100% - 20px);
	}

	.h-sm-size {
		height: 420px !important;
	}

	.footer-logo-card,
	.process-wrap {
		grid-template-columns: auto !important;
	}

	.footer,
	.stats-wrap {
		padding-block: 20px !important;
	}

	.grid-menu {
		grid-template-columns: auto !important;
	}

	.display-form {
		max-width: 90% !important;
	}

	.main-form {
		padding: 20px !important;
	}

	.main-form form>.row-gap {
		row-gap: 10px !important;
	}

	.single-page-banner {
		padding-block: 20px !important;
	}
}