body {
	margin: 0;
	font-family: "TASA Explorer", sans-serif;
	background: #FFF;
}

.navbar {
    display: flex;
    justify-content: space-between;
    background: transparent; /*#1D1657*/
    padding: 44px 30px 0 !important;
    color: white;
    font-family: "TASA Explorer", sans-serif !important;
    align-items: baseline !important;
	margin: 0;
	border-radius: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 16;
}
.navbar::before, .navbar::after {
	content: none;
}
.navbar .logo {
    font-size: 22px;
    font-weight: bold;
    color: #f39c12;
	display: flex;
	margin: -1.2em 0 0;
	width: 160px;
}
.navbar .logo a {
    margin: 0;
}
.navbar .nav-links {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}
.navbar .nav-links > li {
    padding: 0 0 20px;
}
.navbar .nav-links a {
    text-decoration: none;
    color: white;
    font-size: 16px;
    padding: 0 4px !important;
    border-radius: 5px;
    transition: 0.3s;
    display: block;
    letter-spacing: .2px;
    font-weight: 500;
}
.navbar a {
    margin: 0 8px;
}
.dropdown-menu li a:hover {
    background: none;
}
a.login-btn {
    background: #f39c12;
    border-radius: 6px;
    padding: 6px 16px;
    color: #fff;
    font-weight: 500;
    margin: 0 2px;
	border: 2px solid transparent;
}
a.login-btn:hover, a.login-btn:focus  {
    background: #fff;
	color: #2c237a;
	text-decoration: none;
	border-color: #2c237a;
}
a.register-btn {
    background: #0cc042;
    border-radius: 6px;
    padding: 6px 16px;
    color: #fff;
    font-weight: 500;
    margin: 0 2px;
	border: 2px solid transparent;
}
a.register-btn:hover, a.register-btn:focus  {
    background: #fff;
	color: #0cc042;
	text-decoration: none;
	border-color: #0cc042;
}
.dropdown-menu {
    display: none;
    position: absolute;
    background: #2c237a;
    min-width: 170px !important;
    top: 100%;
    left: 0;
    border-radius: 6px;
    overflow: hidden;
    z-index: 100;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    list-style-type: none;
    align-items: center;
    padding: 0;
	margin: 0;
}
.navbar .nav-links .dropdown-menu a {
    font-size: 14px;
    padding: 10px 2px !important;
}
.dropdown > a::after {
    content: " ▼";
    font-size: 8px !important;
    margin-left: 4px;
    top: -2px;
    position: relative;
}
.navbar .nav-links > li > a {
    color: #333;
}
.hero {
    /*background-image: linear-gradient(rgba(255,255,255,.6), rgba(240,240,240,.4)), url('../images/banner2.jpg');*/
    height: 480px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: start;
    color: white;
    text-shadow: none;
    padding: 0 30px 100px;
    background-size: cover;
	background-position-y: top;
}
.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(255,255,255,1), rgba(240,240,240,.8));
    width: 100%;
    height: 100%;
    z-index: 1;
}
.hero h1 {
    font-size: 78px;
    line-height: .92em;
    margin-top: 1em;
	letter-spacing: -1px;
	color: #1D1657;
	font-weight: 700;
}
.hero h1 > span {
    display: block;
}
.hero p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
	color: #555;
}
.hero p > span {
    display: block;
}
.search-bar {
    margin-top: 1px;
    background: #fff;
    border-radius: 6px;
    padding: 15px 20px;
	box-shadow: 0 4px 18px 0 rgba(0,0,0,.2);
}
form {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    text-align: left;
}
.search-bar input[type="text"] {
    padding: 13px;
    border: 1px solid #bbb;
    border-radius: 4px;
    font-family: "TASA Explorer", sans-serif;	
	width: 200px;
	max-width: 100%;
	color: #555;
	height: 48px;
}
.search-bar select {
    padding: 13px;
    border: 1px solid #bbb;
    border-radius: 4px;
    font-family: "TASA Explorer", sans-serif;		
	width: 200px;
	max-width: 100%;
	color: #777;
	background: #fff;
	height: 48px;
}
.search-bar button {
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    background: #f39c12 !important;
    color: white;
    font-weight: 400;
    cursor: pointer;
    font-family: "TASA Explorer", sans-serif;
    min-width: 150px;
    display: inline-flex;
    align-items: center;
    text-transform: capitalize;
    letter-spacing: .2px;
    font-size: 16px;
	height: 48px;
}
.search-bar button > svg {
    fill: #fff;
    height: 16px;
    width: 16px;
    margin: 0 10px 0 0;
}
.search-bar button:hover {
	background: #1D1657 !important;
}
h2 {
    font-size: 2.6em;
    margin-top: 0;
    color: #1D1657;
    font-weight: 600;
}
h2 > span {
    color: #777;
}
.jobs, .schools {
    flex-wrap: wrap;
}
.schools {
    max-width: 946px;
    justify-self: center;
}
.section.school {
    background: linear-gradient(rgba(255,255,255,.94), rgba(255,255,255,.94)),url('https://avwebsolution.com/awesome-transit%3e/images/dot.png')!important;
    background-size: 4px !important;
	padding: 40px 0 10px !important;
}
.card {
	padding: 14px 15px;
    border-radius: 10px;
    text-align: left;
	box-shadow: none;
	border: 1px solid #bbb;
	width: 100%;
	margin: 1.7em 0 0;
	/*display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;*/	
	background-color: #fff;
}
.card > div {
	margin: 0 0 .7em;
}
.card:hover {
	box-shadow: 0 3px 13px rgba(0,0,0,.15);
}
.card > div > div {
	display: flex;
    align-items: center;
	flex-wrap: wrap;
}
.card h3 {
	width: calc(100% - 26px);
    margin: 0 0 2px 0;
    color: #1D1657;
    font-weight: 500;
    font-size: 18px;
	text-transform: capitalize;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
}
.card h3 > span {
    color: #fff;
	font-size: 14px;
	text-transform: capitalize;
	border-radius: 20px;
	padding: 6px 12px;
	margin: 0 0 0 15px;
}
.card svg.small-icon {
    display: block;
    height: 16px;
    width: 16px;
    margin: 0 10px 0 0;
    fill: #f39c12;
}
.card a {
	padding: 4px 12px 5px 6px;
	border: none;
	border-radius: 4px;
	background: #f39c12;
	color: white;
	font-weight: 400;
	cursor: pointer;
	font-family: "TASA Explorer", sans-serif;
	display: inline-flex;
	align-items: center;
	text-transform: capitalize;
	font-size: 13px;
}
.card .d-flex a:last-child {
    padding: 0;
    border: none;
    border-radius: 0;
    background: none;
    color: white;
    font-weight: 400;
}
.card div > svg {
    height: 38px;
    width: 38px;
    margin: 0 0 0 10px;
}
.d-flex {
	display: flex;
	align-items: center;
}
.card a > svg {
	height: 16px;
	width: 16px;
	margin: 0 2px 0 0;
}
.card .d-flex a:last-child > svg {
    height: 38px;
    width: 38px;
	margin: 0 0 0 10px;
}
.card a:hover, .card a:focus {
    background: #1D1657;
	text-decoration: none;
}
.card p {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 2px;
    color: #777;
    align-items: center;
    display: flex;
    margin-left: 4px;
}
.card p > svg {
    display: block;
    width: 11px;
    height: 11px;
	margin: 0 10px 0 0;
}
.card p > svg:last-child {
    margin: 0 10px;
}
.card p > b {
    margin: 0 4px 0 0;
}
.footer {
	background: #1D1657 !important;
    margin-top: 0 !important;
    font-family: "TASA Explorer", sans-serif !important;
}
.footer a {
    color: #f39c12 !important;
}
.section {
    padding: 40px 0 60px !important;
}
.nav-tabs>li>a {
    font-size: 18px;
	font-weight: 500;
	margin-right: 4px;
	padding: 10px 20px;
}
.nav>li>a:focus, .nav>li>a:hover {
    color: #fff;
	background-color: #1D1657;
	border-color: #1D1657;
}
.featured {
	margin: 5em 0 0;
}
.category-full {
	box-shadow: 0 6px 18px 0 rgba(0,0,0,.2);
	margin: 0 0 4em;
}
.category-mid {
	background: #f2f2f2;
	border-bottom: 1px solid #ddd;
	padding: 1em;
	text-align: center;
	border-radius: 6px 6px 0 0;
}
.partime {
    background-color: #157efb;
}
.fulltime {
    background-color: #ffc107;
}
.freelancer {
    background-color: #dc3545;
}
.internship {
    background-color: #6c757d;
}
.temporary {
    background-color: #17a2b8;
}
.job {
	background-color: #24a69a;
}
.training {
	background-color: #ff5353;
}
.realestate {
	background-color: #8e4162;
}
.vehicles {
	background-color: #512da7;
}
.freelancer-border {
	border-bottom: 3px solid #dc3545;
}
.partime-border {
	border-bottom: 3px solid #157efb;
}
.fulltime-border {
	border-bottom: 3px solid #ffc107;
}
.internship-border {
	border-bottom: 3px solid #6c757d;
}
.temporary-border {
	border-bottom: 3px solid #17a2b8;
}
.job-border {
	border-bottom: 3px solid #24a69a;
}
.training-border {
	border-bottom: 3px solid #ff5353;
}
.realestate-border {
	border-bottom: 3px solid #8e4162;
}
.vehicles-border {
	border-bottom: 3px solid #512da7;
}
.category-mid > div {
	padding: 1.2em;
	border-radius: 6px;
	height: 60px;
	width: 60px;
	margin: -43px auto 0;
	box-shadow: 0 0 15px 2px #fff;
}
.category-mid h3 {
	text-transform: capitalize;
	margin: 15px 0 0;
	font-size: 20px;
	color: #1D1657;
}
.category {
	background: #fff;
	border-radius: 0 0 6px 6px;
	padding: 6px 15px;
	height: 170px;
	overflow: hidden;
	margin: 0 0 1em;
}
.category a {
	color: #777;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-decoration: none;
	font-size: 13px;
	line-height: 24px;
	border-bottom: 1px dashed #ccc;
}
.category a:hover, .category a:focus {
	color: #000;
}
.category a.view-all {
	margin: 5px 0 0 10px;
	border-bottom: 0;
}
.category a > span > svg {
	height: 15px;
	width: 15px;
	margin: 0 0 0 6px;
	position: relative;
	top: 8px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	background: #f39c12;
	color: #fff;
	border-color: #f39c12;
}
nav {
    display: flex;
    justify-content: space-between;
	position: relative;
}
.tab-content {
    display: flex;
}
.jobs-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	margin: 2em 0 0;
}
.jobs-pagination a {
	color: #999;
	height: 40px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #999;
	background: #fff;
	border-radius: 50%;
	text-decoration: none;
	font-size: 18px;
	font-weight: 500;
}
.jobs-pagination a:first-child, .jobs-pagination a:last-child  {
	height: 30px;
	width: 30px;
	font-size: 14px;
}
.jobs-pagination a.jobs-act {
	background: #1D1657;
	color: #fff;
	border-color: #1D1657;
}
.jobs-pagination a:hover, .jobs-pagination a:focus {	
	border: 1px solid #ddd;
	background: #f39c12;
	color: #fff;
}
.best-mid {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin: 0 0 2em;
	min-height: 165px;
}
.best-mid svg {
    height: 35px;
    width: 35px;
    flex-shrink: 0;
}
.best-text {
	text-align: left;
}
.best-text h3 {
	font-size: 20px;
	font-weight: 600;
	margin-top: 0;
	color: #1D1657;
}
.best-text p {
	line-height: 1.6em;
	color: #777;
	text-align: justify;
}
.listing-img {
	text-align: left;
	background-color: #fff;
	padding: 0 0 1em;
	border-radius: 6px;
	border: 1px solid #bbb;
	overflow: hidden;
	margin: 2em 0 0;
}
.listing-img h4 {
	margin: 20px 0 8px;
}
.listing-img h4 {
	color: #1D1657;
}
.listing-img h4:hover, .listing-img h4:hover > a, .listing-img h4 > a:hover, .listing-img h4 > a:focus {
	color: #000;
}
.listing-img h4, .listing-img p {
	padding: 0 20px;
}
.listing-img p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #777;
	text-align: justify;
}
.listing-img a {
	margin: 5px 0 15px 20px;
	display: inline-block;
	padding: 6px 15px;
	border: none;
	border-radius: 4px;
	background: #f39c12;
	color: white;
	font-weight: 400;
	cursor: pointer;
	font-family: "TASA Explorer", sans-serif;
	align-items: center;
	text-transform: capitalize;
	font-size: 14px;
	transition: all .15s ease;	
}
.listing-img a:hover, .listing-img a:focus {
	background: #1D1657;
	text-decoration: none;
}
.section.listing {
	background: linear-gradient(rgba(255,255,255,.94), rgba(255,255,255,.94)),url('https://avwebsolution.com/awesome-transit%3e/images/dot.png')!important;
    background-size: 4px !important;
}
.section.best {
	padding: 0 !important;
}
.section.counter {
    padding: 0 0 40px !important;
}
.counter ul {
	list-style: none;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	flex-wrap: wrap;
	padding: 0;
}
.count {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	font-weight: 700;
	color: #1D1657;
	line-height: 1em;
}
.count + h4 {
	margin-top: 5px;
	margin-bottom: 0;
	font-weight: 400;
	font-size: 16px;
}
.counter li {
	width: 200px;
	padding: 35px 0;
	border-radius: 8px;
	background-color: #f2f2f2;
}
.counter li > img {
	height: 60px;
	width: 60px;
	margin: 0 auto 1em;
	opacity: .6;
}
.footer-top{padding:3em 0 4em;float:left;width:100%;position:relative;background: linear-gradient(rgba(29,22,87,.9), rgba(29,22,87,.9)), url('../images/banner.jpg'); background-size: cover;}
.foot-list ul{margin:0;padding:0 0 0 1.5em;color: #fff;}
.foot-list h4{padding: 0 0 10px; display:inline-block;color:#fff;font-weight:500;text-transform:capitalize;font-size:26px;position:relative;margin-bottom:18px;}
.foot-list ul li{float:none;}
.foot-list ul li:last-child{border:0;}
.foot-list ul li a{text-transform:capitalize;color:#fff;font-weight:300;display:block;margin:0 0 .5em;text-decoration:none;}
.foot-list ul li a:hover{color:#ddd;}
.foot-list p { color: #fff; line-height: 26px; text-align: justify; line-height: 1.45em;}
.footer-top .col-lg-5 [class*="col-lg-6"]:nth-child(even) { padding: 0 0 0 7.5px;}
.footer-top .col-lg-5 [class*="col-lg-6"]:nth-child(odd) { padding: 0 7.5px 0 0 ;}
.footer-top .col-lg-5 [class*="col-lg-12"] { padding: 0;}
.footer-top .social {text-align: left;width: 100%;float: left; margin: 1em 0 0 .6em; }
.footer-top .social a { color: #fff; text-decoration: none;}
.footer-top .social i { display: inline-block; margin: 0 10px 0 0; }
.footer-images {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}
.footer-images img {
	width: 93px;
	height: 93px;
	object-fit: cover;
}
.jobs, .schools {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-top: 30px;
}

.hero { position: relative; padding: 0;}
.hero .container-fluid, .hero .container-fluid .col-lg-12 { padding: 0; width: 100%; }
.hero .item { height: 600px;}
.hero .item img { height: 100%; width: 100%; object-fit: cover; object-position: bottom; }
.hero-form { text-align: center; position: absolute; left: 0; right: 0; bottom: 80px; z-index: 2;}
.hero-form h1 { font-size: 60px;}
.hero-form h1 > span, .hero-form p > span { display: inline-block;}
.product-desc-details {
    display: flex;
    flex-direction: column;
    align-items: center;
	transform: translateY(20px);
}
.tab-content {
    display: block;
	width: 92%;
}
.search-bar button {
    width: 200px;
}
.search-bar form > input, .search-bar form > select {
	flex-grow: 1;
}
ul.inline-headings {
    margin: 0;
}
.carousel-fade .carousel-inner { background: #fff; }
.carousel-fade .carousel-control { z-index: 1; }  
.carousel-fade .item { opacity: 0; -webkit-transition-property: opacity; -moz-transition-property: opacity; -o-transition-property: opacity; transition-property: opacity; transition-timing-function: linear;}
.carousel-fade .next.left,.carousel-fade .prev.right,.carousel-fade .item.active { opacity: 1; }
.carousel-fade .active.left,.carousel-fade .active.right { left: 0; opacity: 0; z-index: 1;}
/* Safari Fix */
@media all and (transform-3d), (-webkit-transform-3d) {
.carousel-fade .carousel-inner > .item.next, .carousel-fade .carousel-inner > .item.active.right { opacity: 0; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}
.carousel-fade .carousel-inner > .item.prev, .carousel-fade .carousel-inner > .item.active.left {opacity: 0; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}
.carousel-fade .carousel-inner > .item.next.left, .carousel-fade .carousel-inner > .item.prev.right, .carousel-fade .carousel-inner > .item.active { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}
}
.navbar::before {
    content: "";
    position: absolute;
    background: linear-gradient(rgba(240,240,240,1) 40%, rgba(0,0,0,0));
    width: 100%;
    height: 130%;
    z-index: -1;
    top: -2px;
	right: 0;
	bottom: 0;
	left: 0;
}
.pd-90 {
    padding: 130px 0 70px;
    float: left;
    width: 100%;
    background: url('https://sherpact.com/wp-content/uploads/2025/05/f7773610-a438-4fe5-87b8-89161785a528_2-1-scaled.jpg')!important;
    background-size: 100% !important;
    text-align: center;
}
.pd-90 .card {
    padding: 20px 20px 5px;
	min-height: 332px;
	background: #fafafa;
	border-color: #1D1657;
}
.pd-90 .card h5 {
    margin-bottom: 5px;
	color: #444;
}
.pd-90 .card h3 {
    margin: 0 0 12px 0;
}
.pd-90 ul {
	padding: 0 0 0 1.2em;
}
.pd-90 ul li:last-child{
	font-style: italic;
	margin: 15px 0 0 -1.2em;
	list-style: none;
}
.pd-90 label {
	font-weight: 500;
	font-size: 16px;
	color: #1D1657;
}
.pd-90 .form-control {
	margin: 0 0 1em;
	height: 40px;
	padding: 8px 12px;
	border-color: #1D1657;
}
.pd-90 .btn {
	margin: .4em 0 .7em;
	padding: 16px 20px;
}
.register-contanier {
	padding: 30px 15px 50px;
	border-radius: 10px;
	background-color: rgba(255,255,255,.75);	
	backdrop-filter: blur(4px);
	margin: 1.5em 0 0;
	float: left;
	width: 100%;
	border: 1px solid #1D1657;
}
.register-contanier.lgn {
	padding: 30px 15px 20px;
}
.align-items-center {
	align-items: center;
}
.align-items-center p > a {
	color: #333;
}
.justify-space-between {
	 justify-content: space-between;
}
.error, .success {
	font-size: 18px;
}
.error {
	 color: #e00;
}
.success {
	color: #0b0;
}
.text-center {
    background: #fff;
    padding: 5px 15px;
    border-radius: 6px;
    display: inline-block;
}
.pd-90.dot {
    background: linear-gradient(rgba(255,255,255,.94), rgba(255,255,255,.84)),url('../images/dot.png')!important;
    background-size: 4px !important;
}
.pd-90.dot .col-lg-3 {
	width: 20%;
}
.pd-90 .btn.btn-secondary {
    margin: 0;
    padding: 6px 12px;
}
.pd-90.dot .card {
    min-height: 330px;
    background: #fff;
}
.venue {overflow:hidden;text-overflow:ellipsis; -webkit-line-clamp: 1; -webkit-box-orient:vertical; display:-webkit-box; }

/* New Megamenu CSS */
.mega-columns {
    column-count: 6;
    column-gap: 30px;
}
.mega-item {
    break-inside: avoid;
    margin-bottom: 25px;
}
.h_nav ul {
    padding-left: 0;
    list-style: none;
}
.h_nav li {
    padding: 2px 0 0;
}
.hidden-item {
    display: none;
}
.subcategory-list li.hidden-item {
    display: none;
}
.megapanel ul > li.more-link > a {
    cursor: pointer;
    font-weight: 500;
    color: #007bff;
	padding-left: 1em;
}
.wedo-container {
	float: left;
	width: 100%;
	text-align: left;
	background: #fff;
	margin: 1.5em 0 0;
	padding: 1em 2em 2em;
	border-radius: 20px;
	display: flex;
	align-items: center;
	gap: 20px;
}
.wedo-container h3 {
	color: #1D1657;
	margin-bottom: 15px;
}
.wedo-container img {
	border-radius: 20px;
	margin: 20px 0 0;
	width: 500px;
	max-width: none;
}
.wedo-container h3 > i {
	font-size: 20px;
	color: #f39c12;
}
.wedo-container p {
	color: #777;
	text-align: justify;
}
.listing .col-lg-3 {
	padding: 0 7.5px;
}
.testimonials {
	margin: 3em 0 5em;
	text-align: center;
}
.testimonials-img {
	border: 1px solid #eee;
	border-radius: 10px;
	padding: 2em 1.5em;
}
.testimonials-img h4 {	
	color: #1D1657;
	margin-top: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;	
}
.testimonials-img img {
	/*aspect-ratio: 3/4;*/
	height: 150px !important;
	width: 150px !important;
	margin-inline: auto;
	border-radius: 20px;
}
.testimonials-img p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #777;
	text-align: justify;
	line-height: 1.26em;
}
.owl-carousel {
    margin: 2em 0 0;
}
.owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	left: -22px;
	padding: .5em 1.3em;
	color: #fff;
	background-color: #ffc107;
	border: none;
	border-radius: 6px;
}
.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	right: -22px;
	padding: .5em 1.3em;
	color: #fff;
	background-color: #ffc107;
	border: none;	
	border-radius: 6px;	
}
.owl-prev span, .owl-next span {
	font-size: 30px;
}
.owl-prev:hover, .owl-next:hover {
	background-color: #1D1657;
}
.testimonial-ratings {
	display: flex;
	gap: 4px;
	justify-content: center;
}
.testimonial-ratings i {
	color: #f39c12;
	font-size: 16px;
}

@media(min-width: 1440px) {
	.container {
		width: 1300px;
	}
}

@media(min-width: 1300px) {
	.footer-images img {
		width: 82px;
		height: 82px;
	}
}

@media(max-width: 1440px) {		
	.pd-90.dot .col-md-3 {
		width: 25%;
	}
	.best-text h3 {
		font-size: 18px;
	}
	.listing-img h4 {
		font-size: 16px;
	}
}

@media(max-width: 1199px) {	
	.mega-columns {
		column-count: 4;
		column-gap: 10px;
	}
	.search-bar input[type="text"] {
		width: 188px;
	}
	.account-btns {
		position: absolute;
		right: 0;
		text-align: center;
		transform-origin: 90% 100%;
		transform: rotate(90deg) translateX(220px);
	}
	.hero-form h1 {
		font-size: 50px;
	}
	.nav-tabs > li > a {
		font-size: 16px;
		padding: 8px 20px;
	}
	.search-bar input[type="text"], .search-bar form > input, .search-bar form > select {
		width: 198px;
		height: 40px;
		flex-grow: 0;
	}
	.search-bar form > select {
		padding: 11px 13px;
	}
	.search-bar button {
		padding: 12px 14px;
		font-size: 15px;
		width: 180px;
		height: 40px;
	}	
	.mega-columns {
		column-count: 4;
	}
	.wedo-container img {
		width: 350px;
	}
}

@media(max-width: 991px) {
	.best-text h3 {
		font-size: 17px;
	}	
	.owl-prev {
		left: 22px;
	}
	.owl-next {
		right: 22px;
	}
	.pd-90.dot .col-sm-4 {
		width: 33.33333333%;
	}
	.mega-columns {
		column-count: 1;
	}
	.search-bar input[type="text"], .search-bar form > input, .search-bar form > select {
		width: 131px;
	}
	.wedo-container {
		flex-direction: column;
	}
	.wedo-container p:last-child {
		margin: 0;
	}
	.wedo-container img {	
		margin: 0 0 20px;
		width: 100%;
		max-width: 100%;
	}
}

@media(max-width: 767px) {
	.card h3 > span {
		margin: 5px 15px 0 0;
		flex-basis: 110px;
		text-align: center;
	}
	h2 {
		font-size: 2em;
	}
	.hero h1 {
		font-size: 36px;
		line-height: .94em;
		margin-top: 0;
	}
	.nav-tabs>li>a {
		padding: 10px 12px;
		font-size: 17px;
	}
	.hero {
		height: 75svh;
	}
	.hero-form {
		bottom: 50px;
		display: flex;
		align-items: center;		
	}
	.search-bar input[type="text"], .search-bar select {
		width: 100%;
	}
	.section.listing {
	   padding: 40px 15px 60px !important;
	}
	.counter ul {
		gap: 20px;
	}
	nav {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.footer-top {
		background-position: top right -200px;
	}
	.section.best {
		padding: 10px 0 20px !important;
	}
	.hamburger {
		color: #1D1657;
		position: absolute;
		right: 30px;
	}
	.navbar .container {
		padding-right: 0;
		padding-left: 0;
		margin-right: 0;
		margin-left: 0;
		width: 100%;
	}
	.navbar .nav-links {
		display: none;
	}
	.navbar .nav-links > li {
		padding: 10px 0;
	}
	.navbar .nav-links > li > a {
		color: #fff;
	}
	.account-btns {
		position: absolute;
		right: 0;
		text-align: center;
		transform-origin: 97% 0;
		transform: rotate(90deg) translateX(220px);
    }
	.best-mid {
		min-height: auto;
		margin: 0 0 1em;
	}
	.search-bar button {
		flex-grow: 1;
		justify-content: center;
	}
	.best-text h3 {
		font-size: 20px;
		line-height: 1.2em;
	}
	.search-bar form > select {
		flex-grow: 1;
	}
	.category-mid h3 {
		font-size: 18px;
	}
	.section.school .col-xs-6:nth-child(2n), .section.browse .col-xs-6:nth-child(2n) {
		padding-left: 7.5px;
	}
	.section.school .col-xs-6:nth-child(2n+1), .section.browse .col-xs-6:nth-child(2n+1) {
		padding-right: 7.5px;
	}
	.category {
		height: 150px;
	}
	.featured {
		margin: 3em 0 0;
	}
	.product-desc-details {
		transform: translateY(10px);
	}
	.card {
		min-height: 126px;
		margin: 1em 0 0;
	}
	.card svg.small-icon {
		display: none;
	}
	.card h3 {
		font-size: 16px;
		-webkit-line-clamp: 2;
		flex-grow: 1;
	}
	.card p {
		font-size: 13px;
	}
	.counter li {
		width: 155px;
		padding: 20px 0;
	}
	.counter li > img {
		height: 50px;
		width: 50px;
	}
	.count {
		font-size: 25px;
		font-weight: 600;
	}
	.count + h4 {
		font-size: 14px;
	}
	.pd-90.dot .col-xs-6 {
		width: 50%;
	}
	.foot-list h4 {
		padding: 0;
		margin-bottom: 10px;
	}
	.footer-images {
		margin: 0 0 20px;
	}
	.footer-top {
		padding: 2em 0 3em;
	}
	.navbar::before {
		height: 100%;
	}
	.pd-90 {
		padding: 150px 0 70px;
	}
	.wedo-container h3 {
		display: flex;
		align-items: center;
		gap: 10px;
	}
	/*.testimonials .item {
		padding: 0 1.5em;
	}*/
	.section {
		padding: 30px 0 40px !important;
	}
	.section.school {
		padding: 30px 0 0 !important;
	}
	.listing-img {
		margin: 1em 0 0;
	}
	.testimonials {
		margin: 2em 0 4em;
	}
	.owl-carousel {
		margin: 1em 0 0;
	}
	.category-mid > div {
		padding: 1em;
		height: 47px;
		width: 47px;
		margin: -33px auto 0;
	}
	.category-mid {
		padding: 1em 1em .5em 1em;
	}
	.owl-prev, .owl-next {
		padding: 0 1em;
	}
	.testimonials-img {
		padding: 1em 0;
		border: 0;
	}
	.testimonials-img img {
		height: 100px !important;
		width: 100px !important;
	}
	.testimonials-img p {
		display: block;
	}
}
@media(max-width: 500px) {
	.navbar .logo {
		width: 160px;
		margin: -1em 0 0;
	}
	.listing .col-xs-6 {
		padding: 0 15px;
		width: 100%;
	}
	.account-btns {
		transform-origin: 70% 60%;
		transform: rotate(90deg) translateX(50px);
	}
	a.login-btn, a.register-btn {
		overflow: hidden;
		padding: 4px 0;
		width: 32px;
		display: inline-block;
		height: 32px;
	}
	a.login-btn > i, a.register-btn > i {
		transform: rotate(-90deg);
	}
}