/*
	Theme Name: GlobalEdu Child
	Description: You can customized your theme here.
	Template: global-edu
*/
.e-con>.e-con-inner {
    width: 94%;
}
#site-header {
	padding:0;
}
.site-navigation ul.menu li a {
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}
.site-navigation ul.menu>li>a {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}
.site-navigation ul.menu li.menu-item-has-children:after {
    align-items: center;
    color: #000000 !important;
    content: "" !important;
    display: flex;
    justify-content: center;
    text-decoration: none;
    width: 8px;
    height: 8px;
    margin-left: 6px;
    background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='7.88 9.62 8.24 4.88'%3E%3Cpath d='M12 14.5C11.9015 14.5005 11.8038 14.4813 11.7128 14.4435C11.6218 14.4057 11.5392 14.3501 11.47 14.28L8 10.78C7.90861 10.6391 7.86719 10.4715 7.88238 10.3042C7.89756 10.1369 7.96848 9.97954 8.08376 9.85735C8.19904 9.73515 8.352 9.65519 8.51814 9.63029C8.68428 9.6054 8.85396 9.63699 9 9.72003L12 12.72L15 9.72003C15.146 9.63699 15.3157 9.6054 15.4819 9.63029C15.648 9.65519 15.801 9.73515 15.9162 9.85735C16.0315 9.97954 16.1024 10.1369 16.1176 10.3042C16.1328 10.4715 16.0914 10.6391 16 10.78L12.5 14.28C12.3675 14.4144 12.1886 14.4931 12 14.5Z' fill='%23666'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 50%;
	transform: translateY(-50%);
    right: 10px;
    position: relative;
}
.site-branding.show-logo {
    max-width: 250px;
}
.site-header .header-inner {
    max-width: 1360px;
    margin: 0 auto;
    width: 100%;
}
header#main-header .container, 
.header-top .container {
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
	
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background: #46b450;
    color: #fff;
}



.header-top {
    background-color: var(--e-global-color-primary);
    padding: 5px 0;
    position: relative
}
.wpcf7 form.invalid .wpcf7-response-output {
    background: #ffb900;
}
.header-top:before {
    content: '';
    height: 100%;
    width: 25%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--e-global-color-secondary);
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 40px) 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% - 40px) 100%, 0% 100%)
}
.header-links ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
}
.header-links li:not(:last-child) {
    padding: 0 20px 0 0;
    margin: 0 17px 0 0;
}
.header-links li, .header-links span, .header-links p, .header-links a,.header-links li>i {
    color:#fff;
}
.header-links li {
    display: flex;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    align-items: center;
	white-space: nowrap;
}
.header-links li:not(:last-child):before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    background-color:#fff;
    opacity: 0.5;
    width: 1px;
    height: 16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.header-links li>i {
    margin-right: 10px;
    font-size: 14px;
}

.header-links svg {
    width: 20px;
    margin-right: 12px;
}
.social_media li a {
	display:flex;
}
.social_media li a svg {
	margin-right:0;
}

/*****banner*************/

.ss_hm_banner_slid .eael-testimonial-content {
    position: absolute;
    top: 0;
    bottom: 0;
	left:0;
	right:0;
	margin:0 auto;
    margin: auto !important;
	max-width: 1360px !important;
	padding:0 50px !important;
    height: fit-content;
}
.ss_hm_banner_slid .eael-testimonial-text {
	max-width:60%;
}
.eael-testimonial-text h4 {
      font-size: 18px !important;
    text-transform: uppercase;
    font-weight: 500 !important;
    margin: 0 0 22px !important;
    position: relative;
    display: inline-block;
}
.eael-testimonial-text h1 {
    font-weight: 700 !important;
	margin:0 0 22px !important;
}
a.view-button.btn-orng {
    background: #f46429;
}
.color-orange{
	color:#f46429;
}
.bnr-btn {
    margin-top: 30px;
}
.hero-content p {
    color: #fff;
    font-size: 16px;
    max-width: 700px;
    line-height: 28px;
}
a.view-button.btn-orng:hover {
    background: radial-gradient(circle at 25% 10%, rgba(47, 103, 191, 0.3), transparent 50%), linear-gradient(135deg, #10397e, #001d53);
    /* box-shadow: 0px 5px 10px #0f387d; */
    box-shadow: 0 12px 30px rgb(14 54 123 / 40%), 0 4px 12px rgb(19 62 131 / 61%), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}
.ss_hm_banner_slid .eael-testimonial-image figure:before{
	content:"";
	background: #000;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	opacity: 0;
}
.ss_hm_banner_slid .eael-testimonial-image {
    padding: 0 !important;
}
.elementor-widget-eael-testimonial-slider .eael-testimonial-image img {
    max-width: 100%;
    height:85vh;
    object-fit: cover;
}
a.view-button.btn-orng {
    margin-right: 12px;
}

span.eael-testimonial-quote {
    display: none;
}

.eael-testimonial-text h4:after {
    content: "";
    width: 50px;
    height: 3px;
    background: #f46429;
    position: absolute;
    top: 0;
    right: -60px;
    bottom: 0;
    margin: auto;
}

/************banner slider end **************/





.university-card {
      position: relative;
      width: 100%;
      max-width: 430px;
      overflow: hidden;
      border-radius: 24px;
      background: #ffffff;
	border:1px solid #e5e5e5;
/*       box-shadow:
        0 18px 45px rgba(14, 36, 76, 0.14),
        0 3px 10px rgba(14, 36, 76, 0.08); */
    }

    /* =========================
       IMAGE SECTION
    ========================= */

    .card-image {
      position: relative;
      height: 270px;
      overflow: hidden;
      background: #dbe8f4;
    }

    .card-image img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      object-position: center;
    }

    .image-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(
        180deg,
        rgba(0, 30, 82, 0.02) 0%,
        rgba(0, 30, 82, 0.08) 100%
      );
    }

    /* Navy curved overlay */
    .course-overlay {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 3;
		width: 100px;
		height: 325px;
		padding-top: 26px;
		text-align: center;
		background: radial-gradient(
			  circle at 35% 38%,
			  rgba(34, 92, 165, 0.38),
			  transparent 45%
			),
			linear-gradient(145deg, #05387b 0%, #001e55 65%, #001744 100%);
		clip-path: ellipse(100% 68% at 100% 18%);
	}

    .course-number {
		width: 60px;
		height: 60px;
		display: grid;
		place-items: center;
		margin: 0 auto 12px;
		border-radius: 50%;
		background: linear-gradient(145deg, #ff7a18, #f46429);
		color: #ffffff;
		font-size: 24px;
		line-height: 1;
		font-weight: 600;
		box-shadow: 0 8px 20px rgba(244, 100, 41, 0.28);
	}

    .course-count-text {
      color: #ffffff;
      font-size: 17px;
      line-height: 1.2;
      font-weight: 600;
    }

    /* Bottom curved white section */
    .white-curve {
		position: absolute;
		right: -70px;
		bottom: -41px;
		z-index: 2;
		width: 560px;
		height: 73px;
		border-radius: 50%;
		background: #ffffff;
		transform: rotate(7deg);
	}

    /* Orange line above curve */
    .orange-curve {
      position: absolute;
      left: -40px;
      bottom: -20px;
      z-index: 3;
      width: 480px;
      height: 58px;
      border-radius: 50%;
      border-top: 8px solid #f46429;
      transform: rotate(7deg);
    }

    /* Navy decorative curve */
    .navy-curve {
      position: absolute;
      right: -65px;
      bottom: -72px;
      z-index: 1;
      width: 530px;
      height: 150px;
      border-radius: 50%;
      border-top: 12px solid #1e3263;
      transform: rotate(8deg);
    }

    /* =========================
       CARD CONTENT
    ========================= */

    .card-content {
      position: relative;
      z-index: 5;
      padding:20px;
      background: #ffffff;
    }

    .university-logo {
      width: 235px;
      max-width: 100%;
      height: auto;
      display: block;
      margin-bottom: 23px;
      object-fit: contain;
    }

    .logo-fallback {
      display: none;
      align-items: center;
      gap: 13px;
      margin-bottom: 24px;
    }

    .logo-icon {
      position: relative;
      width: 63px;
      height: 69px;
      display: grid;
      place-items: center;
      flex: 0 0 63px;
      border: 4px solid #dfa91e;
      border-radius: 8px 8px 22px 22px;
      background: #1e3263;
      box-shadow: inset 0 0 0 3px #ffffff;
      color: #ffffff;
      font-family: Georgia, serif;
      font-size: 27px;
    }

    .logo-icon::before,
    .logo-icon::after {
      content: "";
      position: absolute;
      top: 5px;
      width: 14px;
      height: 54px;
      border-radius: 50%;
      border-left: 3px solid #dfa91e;
    }

    .logo-icon::before {
      left: -15px;
      transform: rotate(-10deg);
    }

    .logo-icon::after {
      right: -15px;
      transform: scaleX(-1) rotate(-10deg);
    }

    .brand-title {
      font-family: Georgia, "Times New Roman", serif;
      color: #1e3263;
      font-size: 28px;
      line-height: 0.95;
      letter-spacing: 0.5px;
    }

    .brand-subtitle {
      display: block;
      margin-top: 8px;
      color: #1e3263;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 9px;
      line-height: 1.2;
    }

    .course-title {
		margin-bottom: 14px;
		color: #10275e;
		font-size: 22px !important;
		line-height: 1.08;
		font-weight: 700 !important;
		letter-spacing: -0.6px;
	}

    .small-line {
      width: 44px;
      height: 4px;
      margin-bottom: 18px;
      border-radius: 20px;
      background: #f46429;
    }

    .course-description {
      margin-bottom: 26px;
      display: -webkit-box;
      overflow: hidden;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
    }

    /* =========================
       BUTTON
    ========================= */

    .view-button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 25px !important;
    border-radius: 999px !important;
		border-color:rgba(47, 103, 191, 0.3) !important;
    background: radial-gradient(
          circle at 25% 10%,
          rgba(47, 103, 191, 0.3),
          transparent 50%
        ),
        linear-gradient(135deg, #082e70, #001d53);
    box-shadow: 0 8px 20px rgba(10, 42, 101, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.12);
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-decoration: none;
    transition: transform 0.25s ease,
        box-shadow 0.25s ease !important;
}

    .view-button:hover {
      transform: translateY(-3px);
     box-shadow:
        0 12px 30px rgba(244, 100, 41, 0.45),
        0 4px 12px rgba(244, 100, 41, 0.30),
        inset 0 1px 0 rgba(255,255,255,0.18);
		background:linear-gradient(145deg, #ff7a18, #f46429);
		color:#fff;
    }

.slide_btn_three {
    padding: 12px 60px !important;
}

    .button-arrow {
      position: relative;
      width: 14px;
      height: 14px;
      display: inline-block;
    }

    .button-arrow::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 14px;
		height: 14px;
		transform: translateY(-50%);

		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='5 6 14 12' fill='none'%3E%3Cpath d='M6 12H18M18 12L13 7M18 12L13 17' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}
.university-carousel.owl-theme .owl-dots .owl-dot span {
	height:12px !important;
	width:12px !important;
    margin: 0 4px;
}
.university-carousel.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ff5421;
}
.university-carousel.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px !important;
}


    /* =========================
       RESPONSIVE
    ========================= */

    @media (max-width: 480px) {
      .university-card {
        max-width: 370px;
        min-height: auto;
        border-radius: 21px;
      }

      .card-image {
        height: 235px;
      }

      .course-overlay {
        width: 125px;
        height: 315px;
      }

      .course-number {
        width: 55px;
        height: 55px;
        font-size: 28px;
      }

      .course-count-text {
        font-size: 15px;
      }

      .card-content {
        padding: 10px 25px 30px;
      }

      .university-logo {
        width: 210px;
      }

      .course-title {
        font-size: 25px;
      }

      .course-description {
        font-size: 14px;
      }

      .view-button {
        width: 100%;
      }
    }
.university-flip-card {
	position: relative;
	width: 100%;
	max-width: 430px;
	min-height: 540px;
	perspective: 1400px;
}

.university-flip-inner {
	position: relative;
	width: 100%;
	min-height: 540px;
	transform-style: preserve-3d;
	transition: transform 0.8s cubic-bezier(0.68, -0.15, 0.265, 1.15);
}

.university-flip-card.is-flipped .university-flip-inner {
	transform: rotateY(180deg);
}

.university-flip-card .university-card {
	position: absolute;
	inset: 0;
	width: 100%;
	max-width: none;
	height: 100%;
	margin: 0;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.university-card-front {
	transform: rotateY(0deg);
}

.university-card-back {
	display: flex;
	flex-direction: column;
	padding: 30px 26px 26px;
	overflow: hidden;
	transform: rotateY(180deg);
	border-radius: 24px;
	background:
		radial-gradient(
			circle at 100% 0%,
			rgba(244, 100, 41, 0.14),
			transparent 35%
		),
		linear-gradient(145deg, #ffffff 0%, #f8faff 100%);
	box-shadow:
		0 18px 45px rgba(14, 36, 76, 0.14),
		0 3px 10px rgba(14, 36, 76, 0.08);
}


.back-card-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
}
.back-card-header h3 {
	font-size: 19px !important;
}
.back-card-label {
	display: inline-block;
	margin-bottom: 8px;
	color: #f46429;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}

.back-card-title {
	max-width: 310px;
	margin: 0;
	color: #1e3263;
	font-size: 25px;
	line-height: 1.15;
	font-weight: 700;
	letter-spacing: -0.4px;
}

.flip-close-button {
    width: 42px !important;
    height: 42px;
    display: grid !important;
    place-items: center;
    flex: 0 0 42px;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: #1e3263 !important;
    color: #ffffff !important;
    cursor: pointer !important;
    box-shadow: 0 8px 18px rgba(30, 50, 99, 0.22);
    transition: transform 0.25s ease,
  background 0.25s ease,
  box-shadow 0.25s ease !important;
}

.flip-close-button:hover {
	transform: rotate(90deg);
	background: #f46429;
	box-shadow: 0 9px 22px rgba(244, 100, 41, 0.35);
}

.flip-close-button svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
}

.back-card-line {
	width: 48px;
	height: 4px;
	margin: 18px 0 20px;
	border-radius: 999px;
	background: linear-gradient(90deg, #ff7a18, #f46429);
}

.course-list-wrapper {
	flex: 1;
	min-height: 0;
	overflow-y: auto;
	padding-right: 7px;
}

.course-list-wrapper::-webkit-scrollbar {
	width: 5px;
}

.course-list-wrapper::-webkit-scrollbar-track {
	border-radius: 999px;
	background: #e8edf5;
}

.course-list-wrapper::-webkit-scrollbar-thumb {
	border-radius: 999px;
	background: #1e3263;
}

.course-list {
	display: flex;
	flex-direction: column;
	gap: 9px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.course-list li {
	margin: 0;
	padding: 0;
}

.course-list a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 12px 14px;
	border: 1px solid rgba(30, 50, 99, 0.1);
	border-radius: 12px;
	background: #ffffff;
	color: #1e3263;
	font-size: 13px;
	line-height: 1.35;
	font-weight: 600;
	text-decoration: none;
	box-shadow: 0 5px 14px rgba(30, 50, 99, 0.06);
	transition:
		transform 0.25s ease,
		border-color 0.25s ease,
		background 0.25s ease,
		color 0.25s ease,
		box-shadow 0.25s ease;
}

.course-list a:hover {
	transform: translateX(3px);
	border-color: #f46429;
	background: linear-gradient(145deg, #ff7a18, #f46429);
	color: #ffffff;
	box-shadow: 0 10px 22px rgba(244, 100, 41, 0.25);
}

.course-link-arrow {
	flex: 0 0 auto;
	color: #f46429;
	font-size: 19px;
	line-height: 1;
	transition: transform 0.25s ease;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='5 6 14 12' fill='none'%3E%3Cpath d='M6 12H18M18 12L13 7M18 12L13 17' stroke='%23f46429' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
	width: 11px;
    height: 11px;
}

.course-list a:hover .course-link-arrow {
	color: #ffffff;
	transform: translateX(3px);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='5 6 14 12' fill='none'%3E%3Cpath d='M6 12H18M18 12L13 7M18 12L13 17' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

@media (max-width: 480px) {
	.university-flip-card,
	.university-flip-inner,
	.university-flip-card .university-card {	
	 min-height: revert-rule;
	}

	.university-card-back {
		padding: 24px 20px 22px;
		border-radius: 21px;
	}

	.back-card-title {
		font-size: 22px;
	}

	.course-list a {
		padding: 11px 12px;
		font-size: 12px;
	}
}
.icon_margin_1 span.elementor-icon {
    position: relative;
    top: 10px;
}

/*==========================
Course Section
===========================*/

.course-tabs{
    display:flex;
    align-items:center;
    gap:15px;
    flex-wrap:wrap;
    border-bottom:1px dashed #cfd8e6;
    padding-bottom:20px;
    margin-bottom:40px;
	
}

.course-tabs .tab-btn{
    border:1px solid #21427f;
    background:#fff;
    color:#21427f;
    padding:11px 24px;
    border-radius:40px;
    font-size:15px;
    font-weight:600;
    cursor:pointer;
    transition:.3s;
}

.course-tabs .tab-btn:hover,
.course-tabs .tab-btn.active{
    background:#21427f;
    color:#fff;
}

.explore-all{
    margin-left:auto;
    text-decoration:none;
    color:var(--e-global-color-secondary);
    font-weight:700;
    font-size:14px;
    letter-spacing:.5px;
}
.explore-all:hover {
	color:#fff;
}
/*==========================
Tabs
===========================*/
/* Course tabs */
.tab-content {
    display: none;
}

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

.course-carousel {
    width: 100%;
}

.course-carousel .owl-stage {
    display: flex;
}

.course-carousel .owl-item {
    display: flex;
}

.course-carousel .item {
    display: flex;
    width: 100%;
}

.course-carousel .course-card {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Course card */
.course-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    transition: .35s;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .05);
}

.course-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 35px rgba(0, 0, 0, .12);
}

.course-img {
    position: relative;
    height: 210px;
    overflow: hidden;
}

.course-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}

.course-card:hover .course-img img {
    transform: scale(1.08);
}

.course-img span {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #21427f;
    color: #fff;
    padding: 7px 14px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    line-height: normal;
}

/* Course body */
.course-body {
    padding: 22px;
    display: flex;
    flex: 1;
    flex-direction: column;
}

.top-info {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
    color: #ff6b2d;
    font-size: 14px;
    font-weight: 500;
}

.course-body h4 {
    margin: 0 0 10px;
    color: #000 !important;
    font-size: 18px !important;
    line-height: 1.4;
    font-weight: 600 !important;
}

.course-body p {
    margin: 0 0 20px;
    color: #666;
    font-size: 15px;
    line-height: 1.7;
}

/* University */
.university {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 40px;
    margin-bottom: 25px;
    font-size: 15px;
    font-weight: 600;
}

.enroll-btn {
    margin-top: auto;
}

.university img {
    flex: 0 0 40px;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    object-fit: contain;
}

.course-section .owl-theme .owl-dots .owl-dot span {
	height:12px !important;
	width:12px !important;
    margin: 0 4px;
}
.course-section .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ff5421;
}
.course-section .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px !important;
}
.top-info img {
    width: 15px !important;
}

.top-info span {
    display: flex;
    gap: 5px;
    align-items: center;
}

/* Apply button */
.enroll-btn {
    display: block;
    width: 100%;
    padding: 14px;
    border-radius: 40px;
    background: linear-gradient(45deg, #ff7a18 0%, #f46429 100%);
    box-shadow: 0 12px 30px rgba(244, 100, 41, .45),
        0 4px 12px rgba(244, 100, 41, .30),
        inset 0 1px 0 rgba(255, 255, 255, .18);
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    transition: .3s;
}

.enroll-btn:hover {
    background: radial-gradient(circle at 25% 10%, rgba(47, 103, 191, .3), transparent 50%),
        linear-gradient(135deg, #082e70, #001d53);
    color: #fff;
}

@media (max-width: 767px) {
    .course-body {
        padding: 18px;
    }

    .top-info {
        font-size: 13px;
    }
}

.course-img img {
    height: 210px !important;
    object-fit: cover;
}

.university img {
    border-radius: 100px !important;
    object-fit: cover !important;
}

.site-navigation  ul.menu  ul{
	width:230px !important;
}


/*==========================
Responsive
===========================*/

@media(max-width:1200px){

.tab-content.active{
grid-template-columns:repeat(3,1fr);
}

}

@media(max-width:991px){

.tab-content.active{
grid-template-columns:repeat(2,1fr);
}

.course-tabs{
gap:10px;
}

.explore-all{
width:100%;
margin-left:0;
margin-top:0px;
}

}

@media(max-width:767px){

.tab-content.active{
grid-template-columns:1fr;
}

.course-tabs{
overflow-x:auto;
white-space:nowrap;
flex-wrap:nowrap;
padding-bottom:15px;
}

.course-tabs::-webkit-scrollbar{
display:none;
}

.course-body h4{
font-size:20px;
}

}
.contact-item{
	display:flex;
	align-items:flex-start;
	gap:18px;
	margin-bottom:35px;
}

.contact-item:last-child{
	margin-bottom:0;
}

.icon{
	width:48px;
	height:48px;
	min-width:48px;
	background:#ff6a21;
	border-radius:50%;
	display:flex;
	align-items:center;
	justify-content:center;
	color:#fff;
	font-size:20px;
}

.contact-text{
	color:#fff;
	font-size:16px;
	line-height:1.7;
	font-weight:400;
}

.contact-text a{
	color:#fff;
	text-decoration:none;
	transition:.3s;
	font-size: 16px;
}

.contact-text a:hover{
	color:#ff6a21;
}

@media(max-width:480px){

	.contact-box{
		width:100%;
		padding:20px;
	}

	.contact-text{
		font-size:16px;
	}

	.icon{
		width:44px;
		height:44px;
		min-width:44px;
		font-size:18px;
	}

}
   
footer#site-footer {
    background: #1E3263;
	padding:60px 0 0;
}
.footer-1 img {
    max-width: 80% !important;
    margin-bottom: 30px;
}
.footer-1 p {
    color: #fff;
    margin-bottom: 20px;
}
.footer-1 {
    padding-right: 35px;
}

@media(min-width:980px) {
	.dynamic-footer .row .col-md-3:not(:last-child) {
		border-right:1px solid #ffffff10;
	}
	.footer-column2.col-md-3,
	.footer-column3.col-md-3 {
		padding-left: 50px;
	}

}
.footer-widget h6 {
	font-size:18px;
	color:#fff !important;
	font-weight:600;
	margin-bottom: 30px;
}


footer .menu {
    margin:0;
    padding:0;
    list-style:none;
}


footer .menu li{
    margin-bottom:15px;
}


footer .menu li:last-child{
    margin-bottom:0;
}


footer .menu li a{
    position:relative;
    display:block;
    padding-left:28px;
    color:#fff;
    text-decoration:none;
    font-size:16px;
    font-weight:400;
    line-height:1.4;
    transition:all .3s ease;
}


footer .menu li a::before{
    content:"\f105";
    font-family:"Font Awesome 5 Free";
    font-weight:900;
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    color:#ff6a21;
    font-size:18px;
    transition:.3s;
}

footer .menu li a:hover{
    color:#ff6a21;
    padding-left:35px;
}

footer .menu li a:hover::before{
    left:6px;
}

@media (max-width:768px){

footer .menu li{
        margin-bottom:18px;
    }

footer .menu li a{
        font-size:16px;
        padding-left:24px;
    }

footer .menu li a::before{
        font-size:18px;
    }

}
.copyright-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ababab!important;
    flex-wrap: wrap;
}
.copyright-footer a {
	color:#fff !important;
}
@media (max-width: 580px) {
    #footer-bottom span, 
	#footer-bottom a {
        font-size: 12px;
		color:#fff;
    }
    .copyright-footer .mob_block {
        display: block;
        padding: 1px;
    }
}
.copyright-footer .circle-anim {
    position: relative;
    margin-left: 7px;
    display: block;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.copyright-footer .circle-anim:before, .copyright-footer .circle-anim:after {
    z-index: 2;
    opacity: 1;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
    background: rgb(255 255 255 / 0%)!important;
    content: "";
    position: absolute;
    border: 2px #fff solid;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right-color: transparent;
    -webkit-animation: circle-rotation1 3s infinite linear;
}
.copyright-footer .circle-anim:after {
    content: "";
    border: 2px solid #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    border-right-color: transparent;
    -webkit-animation: circle-rotation 2s infinite linear;
}
@-webkit-keyframes circle-rotation{from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(359deg)}}@-webkit-keyframes circle-rotation1{from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(359deg)}}
.copyright-footer img {
    max-height: 40px;
}
.copyright_footer {
    padding: 30px 0;
    border-top: 1px solid #ffffff10;
    margin-top: 60px;
}
ul.social-media-list {
    margin: 0;
    padding: 0;
    line-height: normal;
    display: flex;
    gap: 10px;
}
.social-media-list li {
    list-style: none;
}
.social-media-list li a {
    display: flex;
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 50px;
    border: 1px solid #fff;
    align-items: center;
    justify-content: center;
}
.social-media-list li:hover a {
	background:var(--e-global-color-secondary);
}
.pro_box_grid .elementor-icon-box-wrapper {
	padding:20px;
	background:#fff;
	border-radius: 20px;
    box-shadow: 0 0 30px #00000054;
	align-items:center !important;
}




@media(min-width:980px) {
	.container,
	.header-inner,
	.e-con-inner {
		padding-left:20px ;
		padding-right:20px ;
	}
}
.container {
	max-width: 1360px;
    margin: 0 auto;
    width: 100%;
}
.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left:-15px;
}

.row>* {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right:15px;
    padding-left:15px;
    position: relative;
}

.col {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%
}

.row-cols-auto>* {
    width: auto
}

.row-cols-1>*, .row-cols-auto>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.row-cols-1>* {
    width: 100%
}

.row-cols-2>* {
    width: 50%
}

.row-cols-2>*, .row-cols-3>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.row-cols-3>* {
    width: 33.3333333333%
}

.row-cols-4>* {
    width: 25%
}

.row-cols-4>*, .row-cols-5>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.row-cols-5>* {
    width: 20%
}

.row-cols-6>* {
    width: 16.6666666667%
}

.col-auto, .row-cols-6>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-auto {
    width: auto
}

.col-1 {
    width: 8.3333333333%
}

.col-1, .col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-2 {
    width: 16.6666666667%
}

.col-3 {
    width: 25%
}

.col-3, .col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-4 {
    width: 33.3333333333%
}

.col-5 {
    width: 41.6666666667%
}

.col-5, .col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-6 {
    width: 50%
}

.col-7 {
    width: 58.3333333333%
}

.col-7, .col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-8 {
    width: 66.6666666667%
}

.col-9 {
    width: 75%
}

.col-9, .col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-10 {
    width: 83.3333333333%
}

.col-11 {
    width: 91.6666666667%
}

.col-11, .col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-12 {
    width: 100%
}


@media (min-width:576px) {
    .col-sm {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-sm-auto>* {
        width: auto
    }

    .row-cols-sm-1>*, .row-cols-sm-auto>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-sm-1>* {
        width: 100%
    }

    .row-cols-sm-2>* {
        width: 50%
    }

    .row-cols-sm-2>*, .row-cols-sm-3>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-sm-3>* {
        width: 33.3333333333%
    }

    .row-cols-sm-4>* {
        width: 25%
    }

    .row-cols-sm-4>*, .row-cols-sm-5>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-sm-5>* {
        width: 20%
    }

    .row-cols-sm-6>* {
        width: 16.6666666667%
    }

    .col-sm-auto, .row-cols-sm-6>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-auto {
        width: auto
    }

    .col-sm-1 {
        width: 8.3333333333%
    }

    .col-sm-1, .col-sm-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-2 {
        width: 16.6666666667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-3, .col-sm-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-4 {
        width: 33.3333333333%
    }

    .col-sm-5 {
        width: 41.6666666667%
    }

    .col-sm-5, .col-sm-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.3333333333%
    }

    .col-sm-7, .col-sm-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-8 {
        width: 66.6666666667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-9, .col-sm-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-10 {
        width: 83.3333333333%
    }

    .col-sm-11 {
        width: 91.6666666667%
    }

    .col-sm-11, .col-sm-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-12 {
        width: 100%
    }
}

@media (min-width:768px) {
    .col-md {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-md-auto>* {
        width: auto
    }

    .row-cols-md-1>*, .row-cols-md-auto>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-md-1>* {
        width: 100%
    }

    .row-cols-md-2>* {
        width: 50%
    }

    .row-cols-md-2>*, .row-cols-md-3>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-md-3>* {
        width: 33.3333333333%
    }

    .row-cols-md-4>* {
        width: 25%
    }

    .row-cols-md-4>*, .row-cols-md-5>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-md-5>* {
        width: 20%
    }

    .row-cols-md-6>* {
        width: 16.6666666667%
    }

    .col-md-auto, .row-cols-md-6>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-auto {
        width: auto
    }

    .col-md-1 {
        width: 8.3333333333%
    }

    .col-md-1, .col-md-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-2 {
        width: 16.6666666667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-3, .col-md-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-4 {
        width: 33.3333333333%
    }

    .col-md-5 {
        width: 41.6666666667%
    }

    .col-md-5, .col-md-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.3333333333%
    }

    .col-md-7, .col-md-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-8 {
        width: 66.6666666667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-9, .col-md-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-10 {
        width: 83.3333333333%
    }

    .col-md-11 {
        width: 91.6666666667%
    }

    .col-md-11, .col-md-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-12 {
        width: 100%
    }
}

@media (min-width:992px) {
    .col-lg {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-lg-auto>* {
        width: auto
    }

    .row-cols-lg-1>*, .row-cols-lg-auto>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-lg-1>* {
        width: 100%
    }

    .row-cols-lg-2>* {
        width: 50%
    }

    .row-cols-lg-2>*, .row-cols-lg-3>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-lg-3>* {
        width: 33.3333333333%
    }

    .row-cols-lg-4>* {
        width: 25%
    }

    .row-cols-lg-4>*, .row-cols-lg-5>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-lg-5>* {
        width: 20%
    }

    .row-cols-lg-6>* {
        width: 16.6666666667%
    }

    .col-lg-auto, .row-cols-lg-6>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-auto {
        width: auto
    }

    .col-lg-1 {
        width: 8.3333333333%
    }

    .col-lg-1, .col-lg-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-2 {
        width: 16.6666666667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-3, .col-lg-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-4 {
        width: 33.3333333333%
    }

    .col-lg-5 {
        width: 41.6666666667%
    }

    .col-lg-5, .col-lg-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.3333333333%
    }

    .col-lg-7, .col-lg-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-8 {
        width: 66.6666666667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-9, .col-lg-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-10 {
        width: 83.3333333333%
    }

    .col-lg-11 {
        width: 91.6666666667%
    }

    .col-lg-11, .col-lg-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-12 {
        width: 100%
    }

}

.d-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

.d-none {
    display: none !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.justify-content-evenly {
    -webkit-box-pack: space-evenly !important;
    -webkit-justify-content: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}


.testimonial_section .testimonial-inline-style{
	width: 80% !important;
	margin-bottom: 20px !important;
}


.testimonial_section .eael-testimonial-quote::after {
	position: absolute;
	top: 40px !important;
	right: 40px !important;
}

.testimonial_section .eael-testimonial-item-inner{
	position: relative;
	min-height: 350px !important;
}


.blog_section .eael-grid-post-holder{
	border-radius: 12px;
	overflow: hidden;
}

.blog_section .eael-grid-post-holder-inner{
	min-height: 450px !important;

}

.blog_section .eael-entry-header::before{
	content: "Education • Muhammad Usama";
	color: #222222;
    font-family: "Manrope", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6em;
	margin-bottom: 10px;
	
}


.blog_section .eael-entry-thumbnail {
    height: 228px !important;
	background: #00000033 !important;
}

.blog_section .eael-entry-medianone{
	background: #00000033 !important;
}

.blog_section .eael-post-elements-readmore-btn{
	margin-top: 10px;
}


.blog_section .eael-post-carousel-wrap .eael-post-carousel .eael-entry-footer{
	position: absolute;
	top: 30px;
	left: 30px;
	background-image: linear-gradient(#000000, #00000017);
	border-radius: 8px;
	padding: 10px;
	color: #fff;
	backdrop-filter: blur(11.3px);
	font-family: "Poppins", Sans-serif;
    font-size: 16px;
}

.blog_section .eael-post-elements-readmore-btn::after{
	content: ">";
	    font-size: 16px;
    font-weight: 400;
	margin-left: 5px;
	margin-top: 5px;
}


.hero-section .content-box{
		backdrop-filter: blur(2.3px);

}

.faqs-section .faqs-acc .eael-accordion-header{
	background-color: #1E3263 !important;
	border-radius: 8px;
	margin-top: 10px;
}

.faqs-section .faqs-acc .eael-accordion-header:hover{
	background-color: #F46429 !important;
}

.faqs-section .eael-accordion-header.active{
	background-color: #F46429 !important;
}

.blog_page_faqs .fa-accordion-icon{
    fill: #fff !important;
}

.single-post .comments-area {
    padding: 0px 0px 50px 0px !important;
    max-width: 1360px;
    margin: 0 auto;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	height: 100% !important;
}


@media (min-width:992px) {
    .d-lg-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
    
    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-lg-evenly {
        -webkit-box-pack: space-evenly !important;
        -webkit-justify-content: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .text-lg-start {
        text-align: left !important
    }

    .text-lg-end {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}
.mega-menu{
	display:none;
    width:1360px;
    margin:auto;
    grid-template-columns:280px 1fr 360px;
    background:#fff;
    overflow:hidden;
    box-shadow:0 30px 80px rgba(0,0,0,.12);
	position: absolute;
    z-index: 111;
    left: 0;
    right: 0;
}
.mega-open .mega-menu {
	display:grid;
}
/* Left */

.mega-left{

    padding:20px;

    background:#f7f8fb;

    border-right:1px solid #eee;

}

.mega-left h4{

    font-size:22px;

    margin-bottom:25px;

    color:#243b71;

}

.mega-left ul{

    list-style:none;

    margin:0;

    padding:0;

}

.mega-left li{

    margin-bottom:8px;

}

.mega-left a{

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:10px 18px;

    border-radius:12px;

    text-decoration:none;

    color:#333;

    font-weight:500;

    transition:.35s;

}

.mega-left a:after{
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight:900;
}

.mega-left li.active a,

.mega-left a:hover{

    background:#27396d;

    color:#fff;

}

/* Center */

.mega-center{

    padding:20px;

}

.mega-center h4{

    color:#27396d;

    font-size:24px;

    margin-bottom:30px;

}

.mega-center ul{

    columns:2;

    gap:60px;

    list-style:none;

    padding:0;

    margin:0;

}

.mega-center li{

    margin-bottom:16px;

}

.mega-center a{

    color:#555;

    text-decoration:none;

    transition:.3s;

    display:inline-block;

}

.mega-center a:hover{

    color:#ff6a21;

    transform:translateX(5px);

}

/* Card */

.mega-card {
    color:#fff;
    display:flex;
    flex-direction:column;
	padding: 20px;
	position:relative;
}
.mega-card .overlays {
	position:relative;
	overflow:hidden;
	background:none !important;
	height: 100%;
}
.mega-card .overlays:before {
	position:absolute;
	content:'';
	width:100%;
	height:100%;
	background-image: linear-gradient(to bottom, rgba(39,57,109,0.3), rgba(0,0,0,0.99));
	user-select:none;
	pointer-events:none;
	border-radius:30px;
}
.mega-card img{
    width:100%;
    object-fit:cover;
	border-radius:30px;
	height: 100%;
	aspect-ratio: 1 / 1;
}

.mega-menu .card-content{
	position: absolute;
    padding:30px;
	bottom:22px;
	background:none;
	    width: calc(100% - 40px);
}

.mega-menu .card-content span{

    display:inline-block;

    background:#ff6a21;

    padding:7px 14px;

    border-radius:40px;

    font-size:13px;

    margin-bottom:18px;

}

.mega-menu .card-content h3 {
    font-size: 20px;
    margin-bottom: 5px;
    color: #fff;
}
.mega-menu .card-content p {
    color: #d9d9d9;
    line-height: 1.8;
    margin-bottom: 15px;
    font-size: 14px;
}

.mega-menu .card-content a {
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: var(--e-global-color-secondary);
    border-radius: 50px;
    font-weight: 600;
    transition: .35s;
}

.mega-menu .card-content a:hover{
    color:#fff;
}
.submenu{
    display:none;
}

.submenu.active{
    display:block;
}

.program-card{
    display:none;
}

.program-card.active{
    display:flex;
    flex-direction:column;
}

body.mega-open #content{
    filter:blur(6px);
    transition:.35s;
}
.overflow-hidden {
	overflow:hidden !important
}
.breadcrummain:before {
    background: linear-gradient(180deg, var( --e-global-color-primary ) 0%, #000000 100%);
    position: absolute !important;
    content: '' !important;
    opacity: .8 !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
}
@media(min-width:580px) {
	.breadcrummain>.elementor-element {
		min-height:60vh;
	}
}
@media(max-width:580px) {
	.breadcrummain>.elementor-element {
		padding-top:40px;
		padding-bottom:80px;
	}
	.breadcrummain>.elementor-element p {
		display: -webkit-box;
		  -webkit-line-clamp: 2;
		  -webkit-box-orient: vertical;  
		  overflow: hidden;
	}
}
.breadcrummain .elementor-shortcode span {
	color:#fff;
	font-size:13px;
	text-transform:uppercase;
}
.breadcrummain .elementor-shortcode a {
	color:var(--e-global-color-secondary);
	text-transform:uppercase;
	font-size:13px;
}
.fixed_menu_pro {
	opacity:0 !important;
	visibility:hidden !important;
	position:fixed !important;
	transform:translatey(-20%);
	top:-20% !important;
	left:0 !important;
	z-index:9 !important;
	transition:all 0.5s ease;
}
.fixed_menu_pro.active {
	opacity:1 !important;
	visibility:visible !important;
	transform:translatey(0%);
	top:0 !important;
	transition:all 0.5s ease;
}
.apply_now_fixed {
	opacity:0 !important;
	visibility:hidden !important;
	position:fixed !important;
	transform:translatey(-20%);
	bottom:-20% !important;
	left:0 !important;
	right:0 !important;
	margin: 0 auto !important;
	z-index:9 !important;
	transition:all 0.5s ease;
}
.apply_now_fixed.active {
	opacity:1 !important;
	visibility:visible !important;
	transform:translatey(2%);
	bottom:2% !important;
	transition:all 0.5s ease;
}


/* custom css */

/* .custom_curriculim .elementor-icon svg{
	stroke: #1E3263 !important;
} */

.custom_curriculim .elementor-icon-box-icon path {
    fill: #1E3263 !important;
}
.header-top a:hover {
    color: #f46429;
}
footer#site-footer{
	overflow:hidden;
}

.align-center-items h3.elementor-icon-box-title {
    margin: 0;
}

.testimonial_custom .eael-testimonial-image img{
	height:10vh;
}
.ss_hm_banner_slid .swiper-pagination-bullets {
    display: none;
}

.cf7-row_outer {
    display: flex;
    align-items: center;
    gap: 20px;
}
.cf7-col {
    width: 50%;
}
.cf7-col.bst_cf7-col {
    width: 100%;
}
.cf7-col p {
    width: 100%;
}

.wpcf7-number {
    border-style: solid;
    border-width: 1px 1px 1px 1px !important;
    border-color: #E4E3E3 !important;
    border-radius: 8px 8px 8px 8px !important;
    padding: 10px 10px 10px 10px !important;
}


/* online application form */

/* ---------- HEADER ---------- */
.lms-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 32px;
  border-radius: 10px 10px 0 0;
  flex-wrap: wrap;
  gap: 12px;
	background: #1E3263;
    color: #fff;
}

span.wpcf7-list-item.first {
    margin: 0;
}

.bst_title_form {
    padding-bottom: 15px;
}

.lms-header-left { display: flex; align-items: center; gap: 12px; }
.lms-logo-icon { font-size: 28px; }
.lms-logo-text strong { display: block; font-size: 20px; letter-spacing: 1px; }
.lms-logo-text small { display: block; font-size: 11px; letter-spacing: 2px; opacity: .8; }
.lms-header-right { text-align: right; }
.lms-header-right h2 { margin: 0; font-size: 20px; color:#fff !important; }
.lms-header-right p { margin: 4px 0 0; font-size: 13px; opacity: .85; }

/* ---------- CARD ---------- */
.lms-card {
  background: #fff;
  border-radius: 0 0 10px 10px;
  padding: 8px 32px 32px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

/* ---------- SECTION ---------- */
.lms-section { padding: 24px 0 8px; border-bottom: 1px solid #eef0f3; }
.lms-section:last-of-type { border-bottom: none; }
.lms-section-header { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; }
.lms-section-icon {
  width: 50px; height: 50px;
  background: #f46429; color: #fff;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 15px;
}
.lms-section-header h3 { margin: 0; font-size: 15px; letter-spacing: .5px; color: #123a75; }
.bst_permanent_address {
    padding: 20px 0px;
}

/* ---------- GRID LAYOUT ---------- */
.lms-grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px 22px; }
.lms-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px 22px; }
.lms-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 4px; }

@media (max-width: 900px) {
.lms-grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px 22px; }
  .lms-grid-3 { grid-template-columns: repeat(2, 1fr); }
  .lms-grid-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
	.lms-grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px 22px; }
  .lms-grid-3, .lms-grid-4 { grid-template-columns: 1fr; }
  .lms-header { flex-direction: column; text-align: center; }
  .lms-header-right { text-align: center; }
	.lms-section-header h3{
		font-size: 14px !important;
	}
	.lms-card{
		padding: 0px 15px 20px;
	}
}

/* ---------- FORM FIELDS ---------- */
.form-group { display: flex; flex-direction: column; }
.form-group label {
  font-size: 13.5px;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 6px;
}
.req { color: #dc2626; }

.lms-card input[type="text"],
.lms-card input[type="email"],
.lms-card input[type="tel"],
.lms-card input[type="number"],
.lms-card input[type="date"],
.lms-card select,
.lms-card textarea {
  border: 1px solid #d5d9e0;
  border-radius: 6px;
  padding: 10px 12px;
  font-size: 14px;
  background: #fafbfc;
  width: 100%;
  box-sizing: border-box;
  transition: border-color .2s, box-shadow .2s;
}
.lms-card input:focus,
.lms-card select:focus,
.lms-card textarea:focus {
  outline: none;
  border-color: #123a75;
  box-shadow: 0 0 0 3px rgba(18,58,117,0.12);
  background: #fff;
}
.lms-card select { appearance: none; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8'><path d='M0 0l6 8 6-8z' fill='%236b7280'/></svg>"); background-repeat: no-repeat; background-position: right 12px center; }

/* ---------- FILE UPLOAD ---------- */
.upload-group { margin-top: 20px; }
.upload-hint { font-size: 12px; color: #6b7280; margin-top: 4px; display: inline-block; }

.lms-card input[type="file"] {
  border: 1px solid #d5d9e0;
  border-radius: 6px;
  padding: 8px;
  background: #fafbfc;
  font-size: 13px;
  width: 100%;
}

.upload-box {
  border: 2px dashed #d5d9e0;
  border-radius: 8px;
  padding: 22px 12px;
  text-align: center;
  background: #fafbfc;
}
.upload-box label { display: block; margin-bottom: 10px; }
.upload-box input[type="file"] { border: none; background: transparent; text-align: center; }
.upload-box .upload-hint { display: block; margin-top: 6px; }

/* ---------- DECLARATION ---------- */
.declaration {
  background: #f8fafc;
  border: 1px solid #e5e9f0;
  border-radius: 8px;
  padding: 16px 18px;
  font-size: 13.5px;
  line-height: 1.6;
}
.declaration .wpcf7-list-item { margin-left: 0; display: flex; align-items: flex-start; gap: 10px; }
.declaration input[type="checkbox"] { margin-top: 4px; }

/* ---------- SUBMIT ---------- */
.lms-submit-wrap { text-align: center; margin-top: 28px; }
.lms-card input[type="submit"] {
  background: #123a75;
  color: #fff;
  border: none;
  padding: 14px 40px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .5px;
  cursor: pointer;
  transition: background .2s, transform .15s;
}
.lms-card input[type="submit"]:hover { background: #0d2c5c; transform: translateY(-1px); }
.lms-secure-note { font-size: 12.5px; color: #6b7280; margin-top: 14px; }

/* ---------- WPCF7 DEFAULTS CLEANUP ---------- */
.lms-form-wrapper .wpcf7-not-valid-tip { font-size: 12px; color: #dc2626; margin-top: 4px; }
.lms-form-wrapper .wpcf7-response-output { max-width: 1000px; margin: 16px auto 0; border-radius: 8px; }
.lms-form-wrapper br { display: none; } 

.lms-steps p{
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	flex-direction: column !important;
}

.upload-box p {
    margin: 0 auto !important;
}
#section-8 span.wpcf7-list-item-label {
    color: #000000;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6em;
}
.declaration span.wpcf7-list-item-label {
    color: #000000;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6em;
}

/****header footer Responsive*******/
@media (max-width: 767px) {
.first_header ul a {
    display: none;
}
	.header-top{
		overflow:hidden;
		 padding: 8px 15px;
	}
	.header-top:before {
		width: 48%;
	}
	.header-links li:not(:last-child) {
    padding: 0 14px 0 0;
    margin: 0 10px 0 0;
}
	.header-links.first_header li {
    padding: 0 0px 0px 5px;
}
	.header-links.first_header ul {
    justify-content: end;
}
	.header-top .row {
    justify-content: space-between ! IMPORTANT;
}
	.header-links.first_header li:nth-child(3) svg {
    margin-right: 0;
}
.site-header .d-flex.align-items-center {
 display:none !important;
}
	.site-branding.show-logo {
    max-width: 160px;
}
	#site-header {
    padding: 10px 15px;
}
	
	.site-navigation-toggle-holder {
    padding: 0px 0px !important;
}
	footer#site-footer {
    background: #1E3263;
    padding: 40px 20px 0;
}
	.site-footer .container .row{
		gap:40px;
	}
	    .contact-box {
        padding: 0px !important;
    }
	.site-navigation-dropdown ul.menu li a {
    padding: 15px 20px !important;
}
	    .menu-item-has-children::before {
        content: "";
        position: absolute;
        right: 8px;
        top: 25px;
        width: 50px;
        height: 50px;
        transform: translateY(-50%);
        background-image: url(https://semicircle-basel.com/wp-content/uploads/2025/12/down-arrow-5-svgrepo-com.svg);
        background-size: 25px;
        background-repeat: no-repeat;
        transition: transform 0.3s;
        background-position: center;
        z-index: 999;
    }
	.site-navigation-dropdown ul.menu li.current-menu-item a {
    background: #f46429 !important;
		color:#fff !important;
}
	.site-navigation-dropdown ul.menu li a{
		color:#000 !important;
	}
	.ss_hm_banner_slid .eael-testimonial-text {
    max-width: 100%;
}
.ss_hm_banner_slid .eael-testimonial-text h1 {
    font-size: 24px !important;
	line-height:1.4em;
}
	.ss_hm_banner_slid .eael-testimonial-content{
		padding:0 20px !important;
	}
	.ss_hm_banner_slid .eael-testimonial-content p{
		display:none !important;
	}
	.eael-testimonial-text h4 {
		font-size: 14px !important;
		        margin: 0 0 10px !important;
	}
	.elementor-2 .elementor-element.elementor-element-c6ad2c2 .swiper-container-wrap .swiper-button-prev{
		display:none;
	}
	.elementor-2 .elementor-element.elementor-element-c6ad2c2 .swiper-container-wrap .swiper-button-next{
		display:none;
	}
	.ss_hm_banner_slid .view-button {
        width: auto;
    }
	    .ss_hm_banner_slid .view-button {
        width: auto;
        font-size: 12px !important;
        padding: 6px 13px !important;
    }
	.bnr-btn {
    margin-top: 30px;
    display: flex;
}
	.ss_hm_banner_slid .swiper-pagination-bullets {
    display: block;
		position:absolute !important;
}
	.ss_hm_banner_slid .elementor-widget-eael-testimonial-slider .eael-testimonial-image img {
    height: 380px;
}
	.ss_hm_banner_slid .swiper-pagination-bullet{
		opacity:1 !important;
	}
	.home_universities_sec .row{
		gap:30px;
	}
	.course-img {
		height: auto;
	}
	.blog_section .swiper-button-next, .blog_section  .swiper-button-prev {
    display: none !important;
}
	.blog_section .eael-post-grid-container .eael-post-grid .eael-grid-post {
    padding: 0 !important;
}
	.blog_section .eael-grid-post .eael-entry-wrapper {
    padding: 20px;
}
	.eael-post-carousel-wrap .eael-post-carousel .eael-entry-content {
    padding: 0 20px;
}
	.blog_section .eael-grid-post-holder-inner {
    min-height: 500px !important;
}
	.single-post .comments-area {
    padding: 0px 20px 50px 20px !important;
	}
}


@media only screen and (max-width: 767px) and (orientation: landscape) {
    .site-footer .container .row {
      display: grid;
	gap:50px;
    grid-template-columns: repeat(2, 1fr);
   }	
	    .site-header .d-flex.align-items-center {
        display: block !important;
	 position: relative;
        top: 4px;
    }
}


@media only screen and (min-width: 768px) and (max-width: 1024px) {
   .menu-item-has-children::before {
               content: "";
        position: absolute;
        right: 8px;
        top: 34px;
        width: 50px;
        height: 68px;
        transform: translateY(-50%);
        background-image: url(https://semicircle-basel.com/wp-content/uploads/2025/12/down-arrow-5-svgrepo-com.svg);
        background-size: 28px;
        background-repeat: no-repeat;
        transition: transform 0.3s;
        background-position: center;
        z-index: 999;
    }
	.site-navigation-dropdown ul.menu li.current-menu-item a {
    background: #f46429 !important;
		color:#fff !important;
}
	.site-navigation-dropdown ul.menu li a{
		color:#000 !important;
	}
	.site-navigation-toggle-holder .site-navigation-toggle {
    padding: 15px !important;
}
	.header-links li {
		font-size: 12px;
	}
	.header-links svg {
		width: 18px;
	}
	.header-links li:not(:last-child) {
    padding: 0 18px 0 0;
    margin: 0 15px 0 0;
}
	    .site-footer .container .row {
        display: grid;
        gap: 50px;
        grid-template-columns: repeat(2, 1fr);
    }
	    footer .col-md-2 {
        width: 100%;
    }
	footer#site-footer {
    overflow: hidden;
    padding: 60px 25px;
}
	#site-header {
    padding: 15px 15px;
}
	.header-top{
		padding:8px 15px;
	}
	.header-top .container .row{
		justify-content:space-around !important;
	}
	.site-branding.show-logo {
    max-width: 200px;
}
}

@media only screen and (max-width: 1024px) and (orientation: landscape) {

	.site-branding.show-logo {
    max-width: 180px;
}
	.site-navigation ul.menu>li>a {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
	
}


@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	  	.menu-item-has-children::before {
		display:none !important;
	}
	.site-branding.show-logo {
    max-width: 180px;
}
	.site-navigation ul.menu>li>a {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
	
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait) {
  	.menu-item-has-children::before {
		display:none !important;
	}
	.site-branding.show-logo {
    max-width: 180px;
}
	.site-navigation ul.menu>li>a {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
}


/* Medium devices (landscape tablets, 768px and up) */
@media screen and (min-device-width: 744px) and (max-device-width: 1133px) {
	.ss_hm_banner_slid .bnr-btn{
		display: flex;
	}
	
	.hm-globalyy-cards .elementor-shortcode .row{
		  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Two equal columns */
  gap: 16px;
	}

	.hm-globalyy-cards .elementor-shortcode .row .col-md-4{
		width: 100% !important;
	}

	.hm-globalyy-cards .university-flip-inner {
		min-height: 560px;
	}


}
@media screen and (max-width: 480px) {.programscards .owl-dots{display:none !important;}}